|
|
|
1 | 2024-08-19T17:55:53.876Z | job assigned to worker 01J5NWE5HZ7ZAGFSK7ND1HAK4T (queued for 1 m 2 s) |
|
2 | 2024-08-19T17:56:02.352Z | starting task 0: "setup" |
3 | 2024-08-19T17:56:02.378Z | ++ uname -s |
4 | 2024-08-19T17:56:02.381Z | + kern=SunOS |
5 | 2024-08-19T17:56:02.381Z | + case "$kern" in |
6 | 2024-08-19T17:56:02.381Z | + groupadd -g 12345 build |
7 | 2024-08-19T17:56:02.383Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-19T17:56:04.406Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-19T17:56:04.532Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-19T17:56:04.534Z | + home_fs=zfs |
11 | 2024-08-19T17:56:04.534Z | + [[ zfs == autofs ]] |
12 | 2024-08-19T17:56:04.534Z | + mkdir -p /home/build |
13 | 2024-08-19T17:56:04.536Z | + chown build:build /home/build /work |
14 | 2024-08-19T17:56:05.539Z | + chmod 0700 /home/build /work |
15 | 2024-08-19T17:56:05.542Z | process exited: duration 3191 ms, exit code 0 |
|
16 | 2024-08-19T17:56:05.547Z | starting task 1: "rust-toolchain" |
17 | 2024-08-19T17:56:05.553Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-19T17:56:05.553Z | ' 1.80.1 |
19 | 2024-08-19T17:56:05.553Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-19T17:56:05.553Z | ' default |
21 | 2024-08-19T17:56:05.553Z | * toolchain channel = "1.80.1" |
22 | 2024-08-19T17:56:05.553Z | * toolchain profile = "default" |
23 | 2024-08-19T17:56:05.556Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-19T17:56:05.556Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-19T17:56:05.671Z | info: downloading installer |
26 | 2024-08-19T17:56:07.361Z | info: profile set to 'default' |
27 | 2024-08-19T17:56:07.361Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-19T17:56:07.363Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-19T17:56:07.513Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-19T17:56:07.513Z | info: downloading component 'cargo' |
31 | 2024-08-19T17:56:08.328Z | info: downloading component 'clippy' |
32 | 2024-08-19T17:56:08.617Z | info: downloading component 'rust-docs' |
33 | 2024-08-19T17:56:09.752Z | info: downloading component 'rust-std' |
34 | 2024-08-19T17:56:11.340Z | info: downloading component 'rustc' |
35 | 2024-08-19T17:56:15.777Z | info: downloading component 'rustfmt' |
36 | 2024-08-19T17:56:16.018Z | info: installing component 'cargo' |
37 | 2024-08-19T17:56:16.918Z | info: installing component 'clippy' |
38 | 2024-08-19T17:56:17.339Z | info: installing component 'rust-docs' |
39 | 2024-08-19T17:56:18.921Z | info: installing component 'rust-std' |
40 | 2024-08-19T17:56:20.728Z | info: installing component 'rustc' |
41 | 2024-08-19T17:56:25.721Z | info: installing component 'rustfmt' |
42 | 2024-08-19T17:56:26.102Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-19T17:56:26.102Z | |
44 | 2024-08-19T17:56:26.362Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-19T17:56:26.362Z | |
46 | 2024-08-19T17:56:26.366Z | |
47 | 2024-08-19T17:56:26.366Z | Rust is installed now. Great! |
48 | 2024-08-19T17:56:26.366Z | |
49 | 2024-08-19T17:56:26.366Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-19T17:56:26.366Z | environment variable. This has not been done automatically. |
51 | 2024-08-19T17:56:26.366Z | |
52 | 2024-08-19T17:56:26.367Z | To configure your current shell, you need to source |
53 | 2024-08-19T17:56:26.367Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-19T17:56:26.367Z | |
55 | 2024-08-19T17:56:26.367Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-19T17:56:26.367Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-19T17:56:26.367Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-19T17:56:26.430Z | + rustc --version |
59 | 2024-08-19T17:56:26.494Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-19T17:56:26.497Z | process exited: duration 20947 ms, exit code 0 |
|
61 | 2024-08-19T17:56:26.504Z | starting task 2: "authentication" |
62 | 2024-08-19T17:56:26.524Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-19T17:56:26.529Z | starting task 3: "clone repository" |
64 | 2024-08-19T17:56:26.534Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-19T17:56:26.537Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-19T17:56:26.733Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-19T17:56:33.183Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-19T17:56:33.183Z | + git fetch origin d16bbb38740f28c321cbe676425ac4fc519ec11a |
69 | 2024-08-19T17:56:33.503Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-19T17:56:33.503Z | * branch d16bbb38740f28c321cbe676425ac4fc519ec11a -> FETCH_HEAD |
71 | 2024-08-19T17:56:33.512Z | + [[ -n sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
72 | 2024-08-19T17:56:33.516Z | ++ git branch --show-current |
73 | 2024-08-19T17:56:33.517Z | + current=main |
74 | 2024-08-19T17:56:33.517Z | + [[ main != sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
75 | 2024-08-19T17:56:33.517Z | + git branch -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate d16bbb38740f28c321cbe676425ac4fc519ec11a |
76 | 2024-08-19T17:56:33.522Z | + git checkout -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate |
77 | 2024-08-19T17:56:33.674Z | Switched to branch 'sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate' |
78 | 2024-08-19T17:56:33.683Z | + git reset --hard d16bbb38740f28c321cbe676425ac4fc519ec11a |
79 | 2024-08-19T17:56:33.699Z | HEAD is now at d16bbb387 move into nexus-types |
80 | 2024-08-19T17:56:33.700Z | process exited: duration 7158 ms, exit code 0 |
|
81 | 2024-08-19T17:56:33.717Z | starting task 4: "build" |
82 | 2024-08-19T17:56:33.731Z | + cargo --version |
83 | 2024-08-19T17:56:33.787Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-19T17:56:33.801Z | + rustc --version |
85 | 2024-08-19T17:56:33.850Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-19T17:56:33.858Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-19T17:56:55.966Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-19T17:56:58.358Z | Startup: Caching catalogs ... Done |
89 | 2024-08-19T17:57:00.336Z | Planning: Solver setup ... Done (1.289s) |
90 | 2024-08-19T17:57:00.358Z | Planning: Running solver ... Done (0.022s) |
91 | 2024-08-19T17:57:00.401Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2024-08-19T17:57:00.430Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-19T17:57:00.822Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-19T17:57:00.876Z | Planning: Package planning ... Done (0.053s) |
95 | 2024-08-19T17:57:00.925Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-19T17:57:02.108Z | Planning: Checking for conflicting actions ... Done (1.183s) |
97 | 2024-08-19T17:57:02.121Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-19T17:57:07.416Z | Planning: Evaluating mediators ... Done (5.295s) |
99 | 2024-08-19T17:57:07.426Z | Planning: Planning completed in 8.99 seconds |
100 | 2024-08-19T17:57:08.784Z | Packages to install: 4 |
101 | 2024-08-19T17:57:08.784Z | Mediators to change: 2 |
102 | 2024-08-19T17:57:08.784Z | Services to change: 1 |
103 | 2024-08-19T17:57:08.784Z | Estimated space available: 155.72 GB |
104 | 2024-08-19T17:57:08.784Z | Estimated space to be consumed: 1.48 GB |
105 | 2024-08-19T17:57:08.787Z | Create boot environment: No |
106 | 2024-08-19T17:57:08.787Z | Create backup boot environment: No |
107 | 2024-08-19T17:57:08.788Z | Rebuild boot archive: No |
108 | 2024-08-19T17:57:08.788Z | |
109 | 2024-08-19T17:57:08.788Z | Changed mediators: |
110 | 2024-08-19T17:57:08.788Z | mediator clang: |
111 | 2024-08-19T17:57:08.788Z | version: None -> 15 (system default) |
112 | 2024-08-19T17:57:08.788Z | |
113 | 2024-08-19T17:57:08.788Z | mediator llvm: |
114 | 2024-08-19T17:57:08.788Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-19T17:57:08.788Z | |
116 | 2024-08-19T17:57:08.788Z | Changed packages: |
117 | 2024-08-19T17:57:08.788Z | helios-dev |
118 | 2024-08-19T17:57:08.788Z | developer/build-essential |
119 | 2024-08-19T17:57:08.788Z | None -> 11-2.0 |
120 | 2024-08-19T17:57:08.788Z | library/libxmlsec1 |
121 | 2024-08-19T17:57:08.788Z | None -> 1.2.35-2.0 |
122 | 2024-08-19T17:57:08.788Z | ooce/developer/clang-15 |
123 | 2024-08-19T17:57:08.788Z | None -> 15.0.7-2.0 |
124 | 2024-08-19T17:57:08.788Z | ooce/developer/llvm-15 |
125 | 2024-08-19T17:57:08.788Z | None -> 15.0.7-2.0 |
126 | 2024-08-19T17:57:08.788Z | |
127 | 2024-08-19T17:57:08.788Z | Services: |
128 | 2024-08-19T17:57:08.788Z | restart_fmri: |
129 | 2024-08-19T17:57:08.788Z | svc:/system/update-man-index:default |
130 | 2024-08-19T17:57:08.999Z | |
131 | 2024-08-19T17:57:08.999Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-19T17:57:14.002Z | Download: 296/3290 items 15.9/212.6MB 7% complete (3.2M/s) |
133 | 2024-08-19T17:57:19.004Z | Download: 1540/3290 items 106.9/212.6MB 50% complete (10.8M/s) |
134 | 2024-08-19T17:57:25.284Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (12.0M/s) |
135 | 2024-08-19T17:57:30.691Z | Download: 3247/3290 items 178.2/212.6MB 83% complete (5.9M/s) |
136 | 2024-08-19T17:57:36.125Z | Download: 3273/3290 items 206.3/212.6MB 97% complete (8.6M/s) |
137 | 2024-08-19T17:57:37.552Z | Download: Completed 212.60 MB in 28.55 seconds (7.5M/s) |
138 | 2024-08-19T17:57:38.628Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-08-19T17:57:43.929Z | Actions: 3543/3689 actions (Installing new actions) |
140 | 2024-08-19T17:57:45.304Z | Actions: Completed 3689 actions in 6.68 seconds. |
141 | 2024-08-19T17:57:45.595Z | Done (0.286s) |
142 | 2024-08-19T17:57:45.595Z | Done (0.000s) |
143 | 2024-08-19T17:57:45.973Z | Done (0.378s) |
144 | 2024-08-19T17:57:53.573Z | Done (7.419s) |
145 | 2024-08-19T17:57:53.722Z | Done (0.078s) |
146 | 2024-08-19T17:57:53.724Z | Done (0.000s) |
147 | 2024-08-19T17:57:53.956Z | Done (0.000s) |
148 | 2024-08-19T17:57:54.618Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-08-19T17:57:54.795Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-08-19T17:57:54.797Z | Planning: Consolidating action changes ... Done |
151 | 2024-08-19T17:57:55.080Z | Planning: Evaluating mediators ... Done |
152 | 2024-08-19T17:57:55.083Z | Planning: Planning completed in 0.46 seconds |
153 | 2024-08-19T17:57:55.115Z | Mediators to change: 2 |
154 | 2024-08-19T17:57:55.115Z | Create boot environment: No |
155 | 2024-08-19T17:57:55.116Z | Create backup boot environment: No |
156 | 2024-08-19T17:57:55.187Z | Done |
157 | 2024-08-19T17:57:55.187Z | Done |
158 | 2024-08-19T17:57:55.415Z | Done |
159 | 2024-08-19T17:57:59.344Z | Done |
160 | 2024-08-19T17:57:59.441Z | Done |
161 | 2024-08-19T17:57:59.444Z | Done |
162 | 2024-08-19T17:57:59.640Z | Done |
163 | 2024-08-19T17:58:00.276Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-08-19T17:58:00.278Z | Planning: Merging actions ... Done |
165 | 2024-08-19T17:58:00.482Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-08-19T17:58:00.484Z | Planning: Consolidating action changes ... Done |
167 | 2024-08-19T17:58:00.770Z | Planning: Evaluating mediators ... Done |
168 | 2024-08-19T17:58:00.831Z | Planning: Planning completed in 0.81 seconds |
169 | 2024-08-19T17:58:00.868Z | Packages to change: 1 |
170 | 2024-08-19T17:58:00.868Z | Mediators to change: 1 |
171 | 2024-08-19T17:58:00.869Z | Services to change: 1 |
172 | 2024-08-19T17:58:00.871Z | Create boot environment: No |
173 | 2024-08-19T17:58:00.871Z | Create backup boot environment: Yes |
174 | 2024-08-19T17:58:03.109Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-08-19T17:58:03.112Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2024-08-19T17:58:03.112Z | Done |
177 | 2024-08-19T17:58:03.112Z | Done |
178 | 2024-08-19T17:58:03.190Z | Done |
179 | 2024-08-19T17:58:07.220Z | Done |
180 | 2024-08-19T17:58:07.311Z | Done |
181 | 2024-08-19T17:58:07.314Z | Done |
182 | 2024-08-19T17:58:07.496Z | Done |
183 | 2024-08-19T17:58:07.994Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-08-19T17:58:07.994Z | clang system 15 system |
185 | 2024-08-19T17:58:07.994Z | csh system system illumos |
186 | 2024-08-19T17:58:07.994Z | ctags system system illumos |
187 | 2024-08-19T17:58:07.994Z | gcc vendor 12 vendor |
188 | 2024-08-19T17:58:07.994Z | gcc system 10 system |
189 | 2024-08-19T17:58:07.994Z | gcc system 7 system |
190 | 2024-08-19T17:58:07.994Z | go system 1.20 system |
191 | 2024-08-19T17:58:07.994Z | go system 1.19 system |
192 | 2024-08-19T17:58:07.994Z | llvm system 15 system |
193 | 2024-08-19T17:58:07.994Z | llvm system 14 system |
194 | 2024-08-19T17:58:07.994Z | mariadb system 10.6 system |
195 | 2024-08-19T17:58:07.994Z | mta vendor vendor dma |
196 | 2024-08-19T17:58:07.994Z | openjdk system 17 system |
197 | 2024-08-19T17:58:07.995Z | openjdk system 11 system |
198 | 2024-08-19T17:58:07.995Z | openjdk system 1.8 system |
199 | 2024-08-19T17:58:07.995Z | openssl vendor 3 vendor |
200 | 2024-08-19T17:58:07.995Z | perl system 5.36 system |
201 | 2024-08-19T17:58:07.995Z | postgresql system 15 system |
202 | 2024-08-19T17:58:07.995Z | postgresql system 13 system |
203 | 2024-08-19T17:58:07.995Z | python vendor 3 vendor |
204 | 2024-08-19T17:58:07.995Z | python system 2 system |
205 | 2024-08-19T17:58:07.995Z | python3 system 3.11 system |
206 | 2024-08-19T17:58:07.995Z | ruby system 3.0 system |
207 | 2024-08-19T17:58:07.995Z | words vendor vendor american-english |
208 | 2024-08-19T17:58:07.995Z | words system system australian-english |
209 | 2024-08-19T17:58:07.995Z | words system system british-english |
210 | 2024-08-19T17:58:07.995Z | words system system canadian-english |
211 | 2024-08-19T17:58:07.995Z | words system system french |
212 | 2024-08-19T17:58:07.995Z | words system system italian |
213 | 2024-08-19T17:58:07.995Z | words system system ngerman |
214 | 2024-08-19T17:58:07.995Z | words system system ogerman |
215 | 2024-08-19T17:58:07.995Z | words system system spanish |
216 | 2024-08-19T17:58:08.367Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-08-19T17:58:08.367Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-08-19T17:58:10.145Z | FMRI IFO |
219 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-08-19T17:58:10.145Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-08-19T17:58:10.794Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-08-19T17:58:11.035Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-08-19T17:58:11.286Z | Updating crates.io index |
234 | 2024-08-19T17:58:11.289Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-08-19T17:58:11.998Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-08-19T17:58:12.650Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-08-19T17:58:12.859Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-08-19T17:58:14.442Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-08-19T17:58:14.719Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-08-19T17:58:14.951Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-08-19T17:58:15.962Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-08-19T17:58:17.742Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-08-19T17:58:18.777Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-08-19T17:58:19.545Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-08-19T17:58:19.730Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-08-19T17:58:20.248Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
247 | 2024-08-19T17:58:20.533Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
248 | 2024-08-19T17:58:20.778Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
249 | 2024-08-19T17:58:21.063Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
250 | 2024-08-19T17:58:21.319Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
251 | 2024-08-19T17:58:21.544Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
252 | 2024-08-19T17:58:21.797Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
253 | 2024-08-19T17:58:22.066Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-08-19T17:58:22.331Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-08-19T17:58:22.658Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-08-19T17:58:22.964Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-08-19T17:58:23.380Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-08-19T17:58:23.674Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
259 | 2024-08-19T17:58:24.081Z | Updating git repository `https://github.com/oxidecomputer/typify` |
260 | 2024-08-19T17:58:26.225Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
261 | 2024-08-19T17:58:26.466Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
262 | 2024-08-19T17:58:26.755Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
263 | 2024-08-19T17:58:27.071Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
264 | 2024-08-19T17:58:28.281Z | Downloading crates ... |
265 | 2024-08-19T17:58:28.340Z | Downloaded anstyle v1.0.8 |
266 | 2024-08-19T17:58:28.343Z | Downloaded byteorder v1.5.0 |
267 | 2024-08-19T17:58:28.346Z | Downloaded block-buffer v0.10.4 |
268 | 2024-08-19T17:58:28.348Z | Downloaded equivalent v1.0.1 |
269 | 2024-08-19T17:58:28.348Z | Downloaded autocfg v1.3.0 |
270 | 2024-08-19T17:58:28.350Z | Downloaded anstyle-query v1.0.3 |
271 | 2024-08-19T17:58:28.353Z | Downloaded scroll_derive v0.12.0 |
272 | 2024-08-19T17:58:28.368Z | Downloaded cargo-platform v0.1.8 |
273 | 2024-08-19T17:58:28.371Z | Downloaded strsim v0.11.1 |
274 | 2024-08-19T17:58:28.373Z | Downloaded generic-array v0.14.7 |
275 | 2024-08-19T17:58:28.376Z | Downloaded crypto-common v0.1.6 |
276 | 2024-08-19T17:58:28.378Z | Downloaded pest_generator v2.7.10 |
277 | 2024-08-19T17:58:28.378Z | Downloaded dof v0.3.0 |
278 | 2024-08-19T17:58:28.381Z | Downloaded fnv v1.0.7 |
279 | 2024-08-19T17:58:28.385Z | Downloaded serde_tokenstream v0.2.2 |
280 | 2024-08-19T17:58:28.387Z | Downloaded plain v0.2.3 |
281 | 2024-08-19T17:58:28.389Z | Downloaded itoa v1.0.11 |
282 | 2024-08-19T17:58:28.389Z | Downloaded heck v0.5.0 |
283 | 2024-08-19T17:58:28.392Z | Downloaded colorchoice v1.0.1 |
284 | 2024-08-19T17:58:28.392Z | Downloaded tabled_derive v0.7.0 |
285 | 2024-08-19T17:58:28.394Z | Downloaded once_cell v1.19.0 |
286 | 2024-08-19T17:58:28.396Z | Downloaded anstream v0.6.14 |
287 | 2024-08-19T17:58:28.399Z | Downloaded utf8parse v0.2.1 |
288 | 2024-08-19T17:58:28.401Z | Downloaded usdt v0.5.0 |
289 | 2024-08-19T17:58:28.401Z | Downloaded toml_datetime v0.6.8 |
290 | 2024-08-19T17:58:28.404Z | Downloaded thread-id v4.2.1 |
291 | 2024-08-19T17:58:28.404Z | Downloaded bytecount v0.6.8 |
292 | 2024-08-19T17:58:28.406Z | Downloaded anstyle-parse v0.2.4 |
293 | 2024-08-19T17:58:28.408Z | Downloaded proc-macro-error v1.0.4 |
294 | 2024-08-19T17:58:28.410Z | Downloaded clap_derive v4.5.13 |
295 | 2024-08-19T17:58:28.413Z | Downloaded quote v1.0.36 |
296 | 2024-08-19T17:58:28.415Z | Downloaded cargo_toml v0.20.4 |
297 | 2024-08-19T17:58:28.417Z | Downloaded usdt-impl v0.5.0 |
298 | 2024-08-19T17:58:28.417Z | Downloaded thiserror v1.0.63 |
299 | 2024-08-19T17:58:28.422Z | Downloaded dtrace-parser v0.2.0 |
300 | 2024-08-19T17:58:28.424Z | Downloaded is_terminal_polyfill v1.70.0 |
301 | 2024-08-19T17:58:28.428Z | Downloaded cfg-if v1.0.0 |
302 | 2024-08-19T17:58:28.431Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-08-19T17:58:28.434Z | Downloaded swrite v0.1.0 |
304 | 2024-08-19T17:58:28.437Z | Downloaded usdt-macro v0.5.0 |
305 | 2024-08-19T17:58:28.439Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2024-08-19T17:58:28.449Z | Downloaded zerocopy-derive v0.7.34 |
307 | 2024-08-19T17:58:28.454Z | Downloaded ryu v1.0.18 |
308 | 2024-08-19T17:58:28.457Z | Downloaded clap v4.5.16 |
309 | 2024-08-19T17:58:28.466Z | Downloaded clap_lex v0.7.0 |
310 | 2024-08-19T17:58:28.468Z | Downloaded serde_spanned v0.6.7 |
311 | 2024-08-19T17:58:28.468Z | Downloaded thiserror-impl v1.0.63 |
312 | 2024-08-19T17:58:28.470Z | Downloaded proc-macro-error-attr v1.0.4 |
313 | 2024-08-19T17:58:28.470Z | Downloaded memmap v0.7.0 |
314 | 2024-08-19T17:58:28.473Z | Downloaded heck v0.4.1 |
315 | 2024-08-19T17:58:28.473Z | Downloaded terminal_size v0.3.0 |
316 | 2024-08-19T17:58:28.475Z | Downloaded scroll v0.12.0 |
317 | 2024-08-19T17:58:28.475Z | Downloaded macaddr v1.0.1 |
318 | 2024-08-19T17:58:28.477Z | Downloaded typenum v1.17.0 |
319 | 2024-08-19T17:58:28.480Z | Downloaded fs-err v2.11.0 |
320 | 2024-08-19T17:58:28.482Z | Downloaded errno v0.3.9 |
321 | 2024-08-19T17:58:28.482Z | Downloaded unicode-ident v1.0.12 |
322 | 2024-08-19T17:58:28.484Z | Downloaded version_check v0.9.5 |
323 | 2024-08-19T17:58:28.487Z | Downloaded proc-macro2 v1.0.86 |
324 | 2024-08-19T17:58:28.489Z | Downloaded camino v1.1.9 |
325 | 2024-08-19T17:58:28.491Z | Downloaded digest v0.10.7 |
326 | 2024-08-19T17:58:28.491Z | Downloaded anyhow v1.0.86 |
327 | 2024-08-19T17:58:28.495Z | Downloaded cpufeatures v0.2.12 |
328 | 2024-08-19T17:58:28.497Z | Downloaded cargo_metadata v0.18.1 |
329 | 2024-08-19T17:58:28.499Z | Downloaded log v0.4.21 |
330 | 2024-08-19T17:58:28.501Z | Downloaded pest_derive v2.7.10 |
331 | 2024-08-19T17:58:28.506Z | Downloaded bitflags v2.6.0 |
332 | 2024-08-19T17:58:28.510Z | Downloaded serde v1.0.208 |
333 | 2024-08-19T17:58:28.514Z | Downloaded indexmap v2.4.0 |
334 | 2024-08-19T17:58:28.518Z | Downloaded papergrid v0.11.0 |
335 | 2024-08-19T17:58:28.522Z | Downloaded sha2 v0.10.8 |
336 | 2024-08-19T17:58:28.525Z | Downloaded serde_derive v1.0.208 |
337 | 2024-08-19T17:58:28.528Z | Downloaded pest_meta v2.7.10 |
338 | 2024-08-19T17:58:28.530Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-08-19T17:58:28.532Z | Downloaded memchr v2.7.2 |
340 | 2024-08-19T17:58:28.536Z | Downloaded semver v1.0.23 |
341 | 2024-08-19T17:58:28.541Z | Downloaded toml v0.8.19 |
342 | 2024-08-19T17:58:28.563Z | Downloaded pest v2.7.10 |
343 | 2024-08-19T17:58:28.576Z | Downloaded hashbrown v0.14.5 |
344 | 2024-08-19T17:58:28.581Z | Downloaded toml_edit v0.22.20 |
345 | 2024-08-19T17:58:28.602Z | Downloaded serde_json v1.0.125 |
346 | 2024-08-19T17:58:28.610Z | Downloaded winnow v0.6.18 |
347 | 2024-08-19T17:58:28.628Z | Downloaded clap_builder v4.5.15 |
348 | 2024-08-19T17:58:28.637Z | Downloaded zerocopy v0.7.34 |
349 | 2024-08-19T17:58:28.653Z | Downloaded tabled v0.15.0 |
350 | 2024-08-19T17:58:28.668Z | Downloaded syn v1.0.109 |
351 | 2024-08-19T17:58:28.678Z | Downloaded syn v2.0.74 |
352 | 2024-08-19T17:58:28.688Z | Downloaded goblin v0.8.2 |
353 | 2024-08-19T17:58:28.694Z | Downloaded rustix v0.38.34 |
354 | 2024-08-19T17:58:28.727Z | Downloaded unicode-width v0.1.13 |
355 | 2024-08-19T17:58:28.733Z | Downloaded libc v0.2.156 |
356 | 2024-08-19T17:58:29.038Z | Compiling proc-macro2 v1.0.86 |
357 | 2024-08-19T17:58:29.038Z | Compiling unicode-ident v1.0.12 |
358 | 2024-08-19T17:58:29.040Z | Compiling version_check v0.9.5 |
359 | 2024-08-19T17:58:29.040Z | Compiling serde v1.0.208 |
360 | 2024-08-19T17:58:29.040Z | Compiling thiserror v1.0.63 |
361 | 2024-08-19T17:58:29.040Z | Compiling memchr v2.7.2 |
362 | 2024-08-19T17:58:29.040Z | Compiling libc v0.2.156 |
363 | 2024-08-19T17:58:29.072Z | Compiling ryu v1.0.18 |
364 | 2024-08-19T17:58:29.294Z | Compiling ucd-trie v0.1.6 |
365 | 2024-08-19T17:58:29.525Z | Compiling itoa v1.0.11 |
366 | 2024-08-19T17:58:29.743Z | Compiling once_cell v1.19.0 |
367 | 2024-08-19T17:58:29.867Z | Compiling byteorder v1.5.0 |
368 | 2024-08-19T17:58:30.078Z | Compiling serde_json v1.0.125 |
369 | 2024-08-19T17:58:31.434Z | Compiling proc-macro-error-attr v1.0.4 |
370 | 2024-08-19T17:58:31.515Z | Compiling usdt-impl v0.5.0 |
371 | 2024-08-19T17:58:31.518Z | Compiling rustix v0.38.34 |
372 | 2024-08-19T17:58:31.518Z | Compiling syn v1.0.109 |
373 | 2024-08-19T17:58:31.603Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-08-19T17:58:31.835Z | Compiling equivalent v1.0.1 |
375 | 2024-08-19T17:58:31.916Z | Compiling plain v0.2.3 |
376 | 2024-08-19T17:58:31.943Z | Compiling bitflags v2.6.0 |
377 | 2024-08-19T17:58:31.946Z | Compiling log v0.4.21 |
378 | 2024-08-19T17:58:32.078Z | Compiling utf8parse v0.2.1 |
379 | 2024-08-19T17:58:32.249Z | Compiling thread-id v4.2.1 |
380 | 2024-08-19T17:58:32.276Z | Compiling hashbrown v0.14.5 |
381 | 2024-08-19T17:58:32.315Z | Compiling anstyle-parse v0.2.4 |
382 | 2024-08-19T17:58:32.453Z | Compiling semver v1.0.23 |
383 | 2024-08-19T17:58:32.484Z | Compiling quote v1.0.36 |
384 | 2024-08-19T17:58:32.582Z | Compiling camino v1.1.9 |
385 | 2024-08-19T17:58:32.678Z | Compiling colorchoice v1.0.1 |
386 | 2024-08-19T17:58:32.801Z | Compiling is_terminal_polyfill v1.70.0 |
387 | 2024-08-19T17:58:32.863Z | Compiling errno v0.3.9 |
388 | 2024-08-19T17:58:32.925Z | Compiling syn v2.0.74 |
389 | 2024-08-19T17:58:33.208Z | Compiling autocfg v1.3.0 |
390 | 2024-08-19T17:58:33.236Z | Compiling pretty-hex v0.4.1 |
391 | 2024-08-19T17:58:33.300Z | Compiling anstyle-query v1.0.3 |
392 | 2024-08-19T17:58:33.453Z | Compiling anstyle v1.0.8 |
393 | 2024-08-19T17:58:33.455Z | Compiling winnow v0.6.18 |
394 | 2024-08-19T17:58:33.705Z | Compiling indexmap v2.4.0 |
395 | 2024-08-19T17:58:33.940Z | Compiling anstream v0.6.14 |
396 | 2024-08-19T17:58:34.276Z | Compiling fs-err v2.11.0 |
397 | 2024-08-19T17:58:34.536Z | Compiling terminal_size v0.3.0 |
398 | 2024-08-19T17:58:34.765Z | Compiling clap_lex v0.7.0 |
399 | 2024-08-19T17:58:34.810Z | Compiling heck v0.4.1 |
400 | 2024-08-19T17:58:34.836Z | Compiling heck v0.5.0 |
401 | 2024-08-19T17:58:34.892Z | Compiling fnv v1.0.7 |
402 | 2024-08-19T17:58:35.038Z | Compiling unicode-width v0.1.13 |
403 | 2024-08-19T17:58:35.147Z | Compiling anyhow v1.0.86 |
404 | 2024-08-19T17:58:35.285Z | Compiling bytecount v0.6.8 |
405 | 2024-08-19T17:58:35.312Z | Compiling strsim v0.11.1 |
406 | 2024-08-19T17:58:35.365Z | Compiling memmap v0.7.0 |
407 | 2024-08-19T17:58:35.502Z | Compiling papergrid v0.11.0 |
408 | 2024-08-19T17:58:35.758Z | Compiling clap_builder v4.5.15 |
409 | 2024-08-19T17:58:36.245Z | Compiling swrite v0.1.0 |
410 | 2024-08-19T17:58:38.281Z | Compiling tabled_derive v0.7.0 |
411 | 2024-08-19T17:58:39.778Z | Compiling tabled v0.15.0 |
412 | 2024-08-19T17:58:41.603Z | Compiling serde_derive v1.0.208 |
413 | 2024-08-19T17:58:41.603Z | Compiling thiserror-impl v1.0.63 |
414 | 2024-08-19T17:58:41.606Z | Compiling zerocopy-derive v0.7.34 |
415 | 2024-08-19T17:58:41.731Z | Compiling scroll_derive v0.12.0 |
416 | 2024-08-19T17:58:41.797Z | Compiling clap_derive v4.5.13 |
417 | 2024-08-19T17:58:43.080Z | Compiling scroll v0.12.0 |
418 | 2024-08-19T17:58:43.562Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-19T17:58:43.601Z | Compiling goblin v0.8.2 |
420 | 2024-08-19T17:58:44.319Z | Compiling pest v2.7.10 |
421 | 2024-08-19T17:58:45.886Z | Compiling clap v4.5.16 |
422 | 2024-08-19T17:58:46.570Z | Compiling pest_meta v2.7.10 |
423 | 2024-08-19T17:58:47.448Z | Compiling pest_generator v2.7.10 |
424 | 2024-08-19T17:58:49.409Z | Compiling pest_derive v2.7.10 |
425 | 2024-08-19T17:58:50.108Z | Compiling dtrace-parser v0.2.0 |
426 | 2024-08-19T17:58:52.138Z | Compiling serde_tokenstream v0.2.2 |
427 | 2024-08-19T17:58:52.156Z | Compiling toml_datetime v0.6.8 |
428 | 2024-08-19T17:58:52.160Z | Compiling serde_spanned v0.6.7 |
429 | 2024-08-19T17:58:52.160Z | Compiling cargo-platform v0.1.8 |
430 | 2024-08-19T17:58:52.507Z | Compiling toml_edit v0.22.20 |
431 | 2024-08-19T17:58:52.740Z | Compiling macaddr v1.0.1 |
432 | 2024-08-19T17:58:53.616Z | Compiling dof v0.3.0 |
433 | 2024-08-19T17:58:53.616Z | Compiling cargo_metadata v0.18.1 |
434 | 2024-08-19T17:58:55.414Z | Compiling usdt-macro v0.5.0 |
435 | 2024-08-19T17:58:55.414Z | Compiling usdt-attr-macro v0.5.0 |
436 | 2024-08-19T17:58:55.437Z | Compiling toml v0.8.19 |
437 | 2024-08-19T17:58:56.218Z | Compiling cargo_toml v0.20.4 |
438 | 2024-08-19T17:58:56.898Z | Compiling usdt v0.5.0 |
439 | 2024-08-19T17:59:00.260Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
440 | 2024-08-19T17:59:04.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.76s |
441 | 2024-08-19T17:59:04.570Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
442 | 2024-08-19T17:59:05.186Z | Downloading crates ... |
443 | 2024-08-19T17:59:05.299Z | Downloaded adler v1.0.2 |
444 | 2024-08-19T17:59:05.317Z | Downloaded bitstruct_derive v0.1.0 |
445 | 2024-08-19T17:59:05.319Z | Downloaded atomicwrites v0.4.3 |
446 | 2024-08-19T17:59:05.323Z | Downloaded cfg_aliases v0.1.1 |
447 | 2024-08-19T17:59:05.334Z | Downloaded block-padding v0.3.3 |
448 | 2024-08-19T17:59:05.336Z | Downloaded cexpr v0.6.0 |
449 | 2024-08-19T17:59:05.339Z | Downloaded base16ct v0.2.0 |
450 | 2024-08-19T17:59:05.342Z | Downloaded defmt-macros v0.3.9 |
451 | 2024-08-19T17:59:05.345Z | Downloaded cassowary v0.3.0 |
452 | 2024-08-19T17:59:05.348Z | Downloaded iana-time-zone v0.1.60 |
453 | 2024-08-19T17:59:05.350Z | Downloaded bitfield v0.14.0 |
454 | 2024-08-19T17:59:05.354Z | Downloaded ciborium-ll v0.2.2 |
455 | 2024-08-19T17:59:05.357Z | Downloaded instant v0.1.12 |
456 | 2024-08-19T17:59:05.357Z | Downloaded colored v2.1.0 |
457 | 2024-08-19T17:59:05.360Z | Downloaded num-conv v0.1.0 |
458 | 2024-08-19T17:59:05.364Z | Downloaded cstr-argument v0.1.2 |
459 | 2024-08-19T17:59:05.364Z | Downloaded constant_time_eq v0.3.0 |
460 | 2024-08-19T17:59:05.366Z | Downloaded cbc v0.1.2 |
461 | 2024-08-19T17:59:05.368Z | Downloaded oso-derive v0.27.3 |
462 | 2024-08-19T17:59:05.368Z | Downloaded curve25519-dalek-derive v0.1.1 |
463 | 2024-08-19T17:59:05.371Z | Downloaded backoff v0.4.0 |
464 | 2024-08-19T17:59:05.374Z | Downloaded openssl-macros v0.1.1 |
465 | 2024-08-19T17:59:05.376Z | Downloaded lazycell v1.3.0 |
466 | 2024-08-19T17:59:05.376Z | Downloaded is_ci v1.2.0 |
467 | 2024-08-19T17:59:05.379Z | Downloaded is-terminal v0.4.12 |
468 | 2024-08-19T17:59:05.380Z | Downloaded atty v0.2.14 |
469 | 2024-08-19T17:59:05.383Z | Downloaded ipnetwork v0.20.0 |
470 | 2024-08-19T17:59:05.386Z | Downloaded async-stream-impl v0.3.5 |
471 | 2024-08-19T17:59:05.386Z | Downloaded libsw v3.3.1 |
472 | 2024-08-19T17:59:05.390Z | Downloaded lalrpop-util v0.19.12 |
473 | 2024-08-19T17:59:05.390Z | Downloaded bitstruct v0.1.1 |
474 | 2024-08-19T17:59:05.394Z | Downloaded linked-hash-map v0.5.6 |
475 | 2024-08-19T17:59:05.394Z | Downloaded crunchy v0.2.2 |
476 | 2024-08-19T17:59:05.394Z | Downloaded olpc-cjson v0.1.3 |
477 | 2024-08-19T17:59:05.396Z | Downloaded serde-big-array v0.5.1 |
478 | 2024-08-19T17:59:05.397Z | Downloaded crucible-workspace-hack v0.1.0 |
479 | 2024-08-19T17:59:05.399Z | Downloaded num-iter v0.1.45 |
480 | 2024-08-19T17:59:05.399Z | Downloaded darling_macro v0.20.9 |
481 | 2024-08-19T17:59:05.402Z | Downloaded nibble_vec v0.1.0 |
482 | 2024-08-19T17:59:05.402Z | Downloaded base64ct v1.6.0 |
483 | 2024-08-19T17:59:05.404Z | Downloaded console v0.15.8 |
484 | 2024-08-19T17:59:05.408Z | Downloaded mockall v0.13.0 |
485 | 2024-08-19T17:59:05.411Z | Downloaded mime v0.3.17 |
486 | 2024-08-19T17:59:05.413Z | Downloaded csv-core v0.1.11 |
487 | 2024-08-19T17:59:05.416Z | Downloaded cookie_store v0.20.0 |
488 | 2024-08-19T17:59:05.418Z | Downloaded num_enum_derive v0.5.11 |
489 | 2024-08-19T17:59:05.418Z | Downloaded number_prefix v0.4.0 |
490 | 2024-08-19T17:59:05.420Z | Downloaded impl-trait-for-tuples v0.2.2 |
491 | 2024-08-19T17:59:05.423Z | Downloaded newtype-uuid v1.1.0 |
492 | 2024-08-19T17:59:05.425Z | Downloaded num_threads v0.1.7 |
493 | 2024-08-19T17:59:05.427Z | Downloaded normalize-line-endings v0.3.0 |
494 | 2024-08-19T17:59:05.427Z | Downloaded opaque-debug v0.3.1 |
495 | 2024-08-19T17:59:05.430Z | Downloaded bitfield-struct v0.6.1 |
496 | 2024-08-19T17:59:05.430Z | Downloaded new_debug_unreachable v1.0.6 |
497 | 2024-08-19T17:59:05.434Z | Downloaded atomic-waker v1.1.2 |
498 | 2024-08-19T17:59:05.434Z | Downloaded openssl-probe v0.1.5 |
499 | 2024-08-19T17:59:05.437Z | Downloaded newtype_derive v0.1.6 |
500 | 2024-08-19T17:59:05.437Z | Downloaded jobserver v0.1.32 |
501 | 2024-08-19T17:59:05.439Z | Downloaded indoc v1.0.9 |
502 | 2024-08-19T17:59:05.442Z | Downloaded cobs v0.2.3 |
503 | 2024-08-19T17:59:05.444Z | Downloaded crc-catalog v2.4.0 |
504 | 2024-08-19T17:59:05.446Z | Downloaded memmap2 v0.9.4 |
505 | 2024-08-19T17:59:05.448Z | Downloaded match_cfg v0.1.0 |
506 | 2024-08-19T17:59:05.448Z | Downloaded tinyvec_macros v0.1.1 |
507 | 2024-08-19T17:59:05.450Z | Downloaded strum v0.26.3 |
508 | 2024-08-19T17:59:05.450Z | Downloaded lazy_static v1.5.0 |
509 | 2024-08-19T17:59:05.453Z | Downloaded ciborium v0.2.2 |
510 | 2024-08-19T17:59:05.455Z | Downloaded native-tls v0.2.11 |
511 | 2024-08-19T17:59:05.458Z | Downloaded scrypt v0.11.0 |
512 | 2024-08-19T17:59:05.462Z | Downloaded packed_struct v0.10.1 |
513 | 2024-08-19T17:59:05.466Z | Downloaded lru-cache v0.1.2 |
514 | 2024-08-19T17:59:05.466Z | Downloaded linear-map v1.2.0 |
515 | 2024-08-19T17:59:05.469Z | Downloaded keccak v0.1.5 |
516 | 2024-08-19T17:59:05.469Z | Downloaded instability v0.3.2 |
517 | 2024-08-19T17:59:05.472Z | Downloaded waitgroup v0.1.2 |
518 | 2024-08-19T17:59:05.472Z | Downloaded derive_builder_macro v0.20.0 |
519 | 2024-08-19T17:59:05.472Z | Downloaded serde_plain v1.0.2 |
520 | 2024-08-19T17:59:05.486Z | Downloaded slog-json v2.6.1 |
521 | 2024-08-19T17:59:05.486Z | Downloaded signal-hook-mio v0.2.4 |
522 | 2024-08-19T17:59:05.486Z | Downloaded xattr v1.3.1 |
523 | 2024-08-19T17:59:05.486Z | Downloaded num_enum v0.5.11 |
524 | 2024-08-19T17:59:05.488Z | Downloaded num-integer v0.1.46 |
525 | 2024-08-19T17:59:05.488Z | Downloaded http-range v0.1.5 |
526 | 2024-08-19T17:59:05.490Z | Downloaded foreign-types-shared v0.1.1 |
527 | 2024-08-19T17:59:05.490Z | Downloaded bit-vec v0.6.3 |
528 | 2024-08-19T17:59:05.493Z | Downloaded endian-type v0.1.2 |
529 | 2024-08-19T17:59:05.493Z | Downloaded foreign-types-macros v0.2.3 |
530 | 2024-08-19T17:59:05.496Z | Downloaded cancel-safe-futures v0.1.5 |
531 | 2024-08-19T17:59:05.499Z | Downloaded ipnet v2.9.0 |
532 | 2024-08-19T17:59:05.501Z | Downloaded packed_struct_codegen v0.10.1 |
533 | 2024-08-19T17:59:05.501Z | Downloaded num-derive v0.4.2 |
534 | 2024-08-19T17:59:05.504Z | Downloaded dyn-clone v1.0.17 |
535 | 2024-08-19T17:59:05.507Z | Downloaded num-traits v0.2.19 |
536 | 2024-08-19T17:59:05.510Z | Downloaded phf_shared v0.10.0 |
537 | 2024-08-19T17:59:05.512Z | Downloaded static_assertions v1.1.0 |
538 | 2024-08-19T17:59:05.514Z | Downloaded clang-sys v1.7.0 |
539 | 2024-08-19T17:59:05.516Z | Downloaded tokio-macros v2.4.0 |
540 | 2024-08-19T17:59:05.519Z | Downloaded tls_codec_derive v0.4.1 |
541 | 2024-08-19T17:59:05.521Z | Downloaded tls_codec v0.4.1 |
542 | 2024-08-19T17:59:05.524Z | Downloaded lock_api v0.4.12 |
543 | 2024-08-19T17:59:05.527Z | Downloaded darling v0.20.9 |
544 | 2024-08-19T17:59:05.529Z | Downloaded const_format_proc_macros v0.2.32 |
545 | 2024-08-19T17:59:05.532Z | Downloaded time-core v0.1.2 |
546 | 2024-08-19T17:59:05.535Z | Downloaded universal-hash v0.5.1 |
547 | 2024-08-19T17:59:05.535Z | Downloaded termcolor v1.4.1 |
548 | 2024-08-19T17:59:05.537Z | Downloaded derive_builder_core v0.20.0 |
549 | 2024-08-19T17:59:05.540Z | Downloaded num-complex v0.4.6 |
550 | 2024-08-19T17:59:05.544Z | Downloaded float-cmp v0.9.0 |
551 | 2024-08-19T17:59:05.544Z | Downloaded try-lock v0.2.5 |
552 | 2024-08-19T17:59:05.544Z | Downloaded take_mut v0.2.2 |
553 | 2024-08-19T17:59:05.547Z | Downloaded ahash v0.8.11 |
554 | 2024-08-19T17:59:05.549Z | Downloaded twox-hash v1.6.3 |
555 | 2024-08-19T17:59:05.552Z | Downloaded enum-as-inner v0.6.0 |
556 | 2024-08-19T17:59:05.556Z | Downloaded hash32 v0.3.1 |
557 | 2024-08-19T17:59:05.556Z | Downloaded futures-executor v0.3.30 |
558 | 2024-08-19T17:59:05.559Z | Downloaded walkdir v2.5.0 |
559 | 2024-08-19T17:59:05.559Z | Downloaded downcast v0.11.0 |
560 | 2024-08-19T17:59:05.562Z | Downloaded addr2line v0.21.0 |
561 | 2024-08-19T17:59:05.565Z | Downloaded const-oid v0.9.6 |
562 | 2024-08-19T17:59:05.570Z | Downloaded slog-scope v4.4.0 |
563 | 2024-08-19T17:59:05.570Z | Downloaded float-ord v0.3.2 |
564 | 2024-08-19T17:59:05.570Z | Downloaded zone_cfg_derive v0.1.2 |
565 | 2024-08-19T17:59:05.570Z | Downloaded indicatif v0.17.8 |
566 | 2024-08-19T17:59:05.576Z | Downloaded owo-colors v4.0.0 |
567 | 2024-08-19T17:59:05.579Z | Downloaded psl-types v2.0.11 |
568 | 2024-08-19T17:59:05.579Z | Downloaded base64 v0.21.7 |
569 | 2024-08-19T17:59:05.583Z | Downloaded num-rational v0.4.2 |
570 | 2024-08-19T17:59:05.586Z | Downloaded foreign-types v0.3.2 |
571 | 2024-08-19T17:59:05.589Z | Downloaded pkg-config v0.3.30 |
572 | 2024-08-19T17:59:05.589Z | Downloaded openssl-sys v0.9.103 |
573 | 2024-08-19T17:59:05.594Z | Downloaded scheduled-thread-pool v0.2.7 |
574 | 2024-08-19T17:59:05.597Z | Downloaded sqlformat v0.2.4 |
575 | 2024-08-19T17:59:05.600Z | Downloaded serde_repr v0.1.19 |
576 | 2024-08-19T17:59:05.602Z | Downloaded slog-bunyan v2.5.0 |
577 | 2024-08-19T17:59:05.602Z | Downloaded spki v0.7.3 |
578 | 2024-08-19T17:59:05.605Z | Downloaded thread_local v1.1.8 |
579 | 2024-08-19T17:59:05.607Z | Downloaded tap v1.0.1 |
580 | 2024-08-19T17:59:05.610Z | Downloaded which v4.4.2 |
581 | 2024-08-19T17:59:05.610Z | Downloaded mockall_derive v0.13.0 |
582 | 2024-08-19T17:59:05.619Z | Downloaded unicode-xid v0.2.4 |
583 | 2024-08-19T17:59:05.619Z | Downloaded tiny-keccak v2.0.2 |
584 | 2024-08-19T17:59:05.619Z | Downloaded socket2 v0.4.10 |
585 | 2024-08-19T17:59:05.630Z | Downloaded getrandom v0.2.14 |
586 | 2024-08-19T17:59:05.630Z | Downloaded env_logger v0.10.2 |
587 | 2024-08-19T17:59:05.630Z | Downloaded tower-service v0.3.2 |
588 | 2024-08-19T17:59:05.630Z | Downloaded defmt-parser v0.3.4 |
589 | 2024-08-19T17:59:05.630Z | Downloaded uzers v0.11.3 |
590 | 2024-08-19T17:59:05.636Z | Downloaded gethostname v0.5.0 |
591 | 2024-08-19T17:59:05.636Z | Downloaded httpdate v1.0.3 |
592 | 2024-08-19T17:59:05.636Z | Downloaded semver v0.1.20 |
593 | 2024-08-19T17:59:05.641Z | Downloaded pkcs1 v0.7.5 |
594 | 2024-08-19T17:59:05.650Z | Downloaded either v1.13.0 |
595 | 2024-08-19T17:59:05.653Z | Downloaded dirs-sys-next v0.1.2 |
596 | 2024-08-19T17:59:05.656Z | Downloaded vte_generate_state_changes v0.1.1 |
597 | 2024-08-19T17:59:05.656Z | Downloaded resolv-conf v0.7.0 |
598 | 2024-08-19T17:59:05.659Z | Downloaded ref-cast v1.0.23 |
599 | 2024-08-19T17:59:05.662Z | Downloaded pin-utils v0.1.0 |
600 | 2024-08-19T17:59:05.665Z | Downloaded pretty-hex v0.2.1 |
601 | 2024-08-19T17:59:05.665Z | Downloaded smawk v0.3.2 |
602 | 2024-08-19T17:59:05.668Z | Downloaded display-error-chain v0.2.0 |
603 | 2024-08-19T17:59:05.668Z | Downloaded headers-core v0.2.0 |
604 | 2024-08-19T17:59:05.671Z | Downloaded stable_deref_trait v1.2.0 |
605 | 2024-08-19T17:59:05.671Z | Downloaded peg v0.8.4 |
606 | 2024-08-19T17:59:05.673Z | Downloaded humantime v2.1.0 |
607 | 2024-08-19T17:59:05.676Z | Downloaded glob v0.3.1 |
608 | 2024-08-19T17:59:05.678Z | Downloaded compact_str v0.8.0 |
609 | 2024-08-19T17:59:05.681Z | Downloaded spin v0.9.8 |
610 | 2024-08-19T17:59:05.684Z | Downloaded zerocopy v0.6.6 |
611 | 2024-08-19T17:59:05.687Z | Downloaded thiserror-impl-no-std v2.0.2 |
612 | 2024-08-19T17:59:05.690Z | Downloaded hickory-client v0.24.1 |
613 | 2024-08-19T17:59:05.692Z | Downloaded base64 v0.13.1 |
614 | 2024-08-19T17:59:05.696Z | Downloaded wyz v0.5.1 |
615 | 2024-08-19T17:59:05.699Z | Downloaded serde-hex v0.1.0 |
616 | 2024-08-19T17:59:05.702Z | Downloaded aes v0.8.4 |
617 | 2024-08-19T17:59:05.705Z | Downloaded fragile v2.0.0 |
618 | 2024-08-19T17:59:05.707Z | Downloaded sync_wrapper v0.1.2 |
619 | 2024-08-19T17:59:05.709Z | Downloaded funty v2.0.0 |
620 | 2024-08-19T17:59:05.711Z | Downloaded sec1 v0.7.3 |
621 | 2024-08-19T17:59:05.714Z | Downloaded fxhash v0.2.1 |
622 | 2024-08-19T17:59:05.714Z | Downloaded strip-ansi-escapes v0.2.0 |
623 | 2024-08-19T17:59:05.716Z | Downloaded stringprep v0.1.4 |
624 | 2024-08-19T17:59:05.719Z | Downloaded poly1305 v0.8.0 |
625 | 2024-08-19T17:59:05.722Z | Downloaded powerfmt v0.2.0 |
626 | 2024-08-19T17:59:05.722Z | Downloaded smallvec v1.13.2 |
627 | 2024-08-19T17:59:05.725Z | Downloaded backtrace v0.3.71 |
628 | 2024-08-19T17:59:05.730Z | Downloaded string_cache v0.8.7 |
629 | 2024-08-19T17:59:05.733Z | Downloaded deranged v0.3.11 |
630 | 2024-08-19T17:59:05.735Z | Downloaded crossbeam-channel v0.5.12 |
631 | 2024-08-19T17:59:05.739Z | Downloaded termtree v0.4.1 |
632 | 2024-08-19T17:59:05.741Z | Downloaded rpassword v7.3.1 |
633 | 2024-08-19T17:59:05.744Z | Downloaded rustversion v1.0.17 |
634 | 2024-08-19T17:59:05.746Z | Downloaded rustls-pemfile v1.0.4 |
635 | 2024-08-19T17:59:05.749Z | Downloaded proc-macro-crate v1.3.1 |
636 | 2024-08-19T17:59:05.751Z | Downloaded percent-encoding v2.3.1 |
637 | 2024-08-19T17:59:05.753Z | Downloaded structmeta-derive v0.3.0 |
638 | 2024-08-19T17:59:05.753Z | Downloaded tracing-attributes v0.1.27 |
639 | 2024-08-19T17:59:05.756Z | Downloaded highway v1.2.0 |
640 | 2024-08-19T17:59:05.759Z | Downloaded ena v0.14.3 |
641 | 2024-08-19T17:59:05.761Z | Downloaded want v0.3.1 |
642 | 2024-08-19T17:59:05.763Z | Downloaded subtle v2.5.0 |
643 | 2024-08-19T17:59:05.765Z | Downloaded toolchain_find v0.4.0 |
644 | 2024-08-19T17:59:05.765Z | Downloaded embedded-io v0.4.0 |
645 | 2024-08-19T17:59:05.768Z | Downloaded quick-error v1.2.3 |
646 | 2024-08-19T17:59:05.770Z | Downloaded sigpipe v0.1.3 |
647 | 2024-08-19T17:59:05.773Z | Downloaded diesel_table_macro_syntax v0.2.0 |
648 | 2024-08-19T17:59:05.773Z | Downloaded wait-timeout v0.2.0 |
649 | 2024-08-19T17:59:05.776Z | Downloaded salsa20 v0.10.2 |
650 | 2024-08-19T17:59:05.778Z | Downloaded tabwriter v1.4.0 |
651 | 2024-08-19T17:59:05.778Z | Downloaded rand_core v0.6.4 |
652 | 2024-08-19T17:59:05.780Z | Downloaded paste v1.0.15 |
653 | 2024-08-19T17:59:05.783Z | Downloaded futures-sink v0.3.30 |
654 | 2024-08-19T17:59:05.786Z | Downloaded tracing-core v0.1.32 |
655 | 2024-08-19T17:59:05.788Z | Downloaded minimal-lexical v0.2.1 |
656 | 2024-08-19T17:59:05.793Z | Downloaded futures-macro v0.3.30 |
657 | 2024-08-19T17:59:05.796Z | Downloaded slog-dtrace v0.3.0 |
658 | 2024-08-19T17:59:05.798Z | Downloaded futures-task v0.3.30 |
659 | 2024-08-19T17:59:05.801Z | Downloaded steno v0.4.1 |
660 | 2024-08-19T17:59:05.803Z | Downloaded http-body v0.4.6 |
661 | 2024-08-19T17:59:05.806Z | Downloaded slog-stdlog v4.1.1 |
662 | 2024-08-19T17:59:05.808Z | Downloaded phf_shared v0.11.2 |
663 | 2024-08-19T17:59:05.810Z | Downloaded sqlparser_derive v0.2.2 |
664 | 2024-08-19T17:59:05.811Z | Downloaded peg-runtime v0.8.3 |
665 | 2024-08-19T17:59:05.813Z | Downloaded publicsuffix v2.2.3 |
666 | 2024-08-19T17:59:05.815Z | Downloaded phf v0.11.2 |
667 | 2024-08-19T17:59:05.818Z | Downloaded rtoolbox v0.0.2 |
668 | 2024-08-19T17:59:05.818Z | Downloaded unarray v0.1.4 |
669 | 2024-08-19T17:59:05.821Z | Downloaded zeroize_derive v1.4.2 |
670 | 2024-08-19T17:59:05.821Z | Downloaded schemars v0.8.21 |
671 | 2024-08-19T17:59:05.834Z | Downloaded crossterm v0.28.1 |
672 | 2024-08-19T17:59:05.842Z | Downloaded foreign-types-shared v0.3.1 |
673 | 2024-08-19T17:59:05.846Z | Downloaded rand_chacha v0.3.1 |
674 | 2024-08-19T17:59:05.846Z | Downloaded zip v0.6.6 |
675 | 2024-08-19T17:59:05.849Z | Downloaded hashbrown v0.12.3 |
676 | 2024-08-19T17:59:05.855Z | Downloaded untrusted v0.7.1 |
677 | 2024-08-19T17:59:05.857Z | Downloaded hostname v0.4.0 |
678 | 2024-08-19T17:59:05.859Z | Downloaded group v0.13.0 |
679 | 2024-08-19T17:59:05.864Z | Downloaded smallvec v0.6.14 |
680 | 2024-08-19T17:59:05.864Z | Downloaded textwrap v0.16.1 |
681 | 2024-08-19T17:59:05.866Z | Downloaded tempfile v3.10.1 |
682 | 2024-08-19T17:59:05.869Z | Downloaded portpicker v0.1.1 |
683 | 2024-08-19T17:59:05.869Z | Downloaded signal-hook-tokio v0.3.1 |
684 | 2024-08-19T17:59:05.872Z | Downloaded signal-hook-registry v1.4.2 |
685 | 2024-08-19T17:59:05.872Z | Downloaded shlex v1.3.0 |
686 | 2024-08-19T17:59:05.875Z | Downloaded predicates-core v1.0.6 |
687 | 2024-08-19T17:59:05.875Z | Downloaded precomputed-hash v0.1.1 |
688 | 2024-08-19T17:59:05.877Z | Downloaded unicode-linebreak v0.1.5 |
689 | 2024-08-19T17:59:05.877Z | Downloaded whoami v1.5.1 |
690 | 2024-08-19T17:59:05.879Z | Downloaded futures v0.3.30 |
691 | 2024-08-19T17:59:05.885Z | Downloaded flume v0.11.0 |
692 | 2024-08-19T17:59:05.890Z | Downloaded parse-size v1.0.0 |
693 | 2024-08-19T17:59:05.892Z | Downloaded r2d2 v0.8.10 |
694 | 2024-08-19T17:59:05.894Z | Downloaded predicates-tree v1.0.9 |
695 | 2024-08-19T17:59:05.894Z | Downloaded foreign-types v0.5.0 |
696 | 2024-08-19T17:59:05.898Z | Downloaded fixedbitset v0.4.2 |
697 | 2024-08-19T17:59:05.898Z | Downloaded prettyplease v0.2.20 |
698 | 2024-08-19T17:59:05.901Z | Downloaded flagset v0.4.5 |
699 | 2024-08-19T17:59:05.903Z | Downloaded fatfs v0.3.6 |
700 | 2024-08-19T17:59:05.905Z | Downloaded pbkdf2 v0.12.2 |
701 | 2024-08-19T17:59:05.908Z | Downloaded crossterm v0.27.0 |
702 | 2024-08-19T17:59:05.914Z | Downloaded postgres-protocol v0.6.7 |
703 | 2024-08-19T17:59:05.917Z | Downloaded fallible-iterator v0.2.0 |
704 | 2024-08-19T17:59:05.921Z | Downloaded tar v0.4.41 |
705 | 2024-08-19T17:59:05.923Z | Downloaded snafu v0.8.2 |
706 | 2024-08-19T17:59:05.929Z | Downloaded tracing v0.1.40 |
707 | 2024-08-19T17:59:05.934Z | Downloaded schemars_derive v0.8.21 |
708 | 2024-08-19T17:59:05.937Z | Downloaded ref-cast-impl v1.0.23 |
709 | 2024-08-19T17:59:05.940Z | Downloaded parse-display-derive v0.10.0 |
710 | 2024-08-19T17:59:05.940Z | Downloaded parse-display v0.10.0 |
711 | 2024-08-19T17:59:05.940Z | Downloaded scopeguard v1.2.0 |
712 | 2024-08-19T17:59:05.942Z | Downloaded libxml v0.3.3 |
713 | 2024-08-19T17:59:05.947Z | Downloaded same-file v1.0.6 |
714 | 2024-08-19T17:59:05.950Z | Downloaded topological-sort v0.2.2 |
715 | 2024-08-19T17:59:05.952Z | Downloaded pin-project v1.1.5 |
716 | 2024-08-19T17:59:05.963Z | Downloaded serde_arrays v0.1.0 |
717 | 2024-08-19T17:59:05.965Z | Downloaded headers v0.3.9 |
718 | 2024-08-19T17:59:05.970Z | Downloaded flate2 v1.0.31 |
719 | 2024-08-19T17:59:05.977Z | Downloaded futures-core v0.3.30 |
720 | 2024-08-19T17:59:05.979Z | Downloaded siphasher v0.3.11 |
721 | 2024-08-19T17:59:05.981Z | Downloaded hash32 v0.2.1 |
722 | 2024-08-19T17:59:05.981Z | Downloaded slog-async v2.8.0 |
723 | 2024-08-19T17:59:05.983Z | Downloaded ppv-lite86 v0.2.17 |
724 | 2024-08-19T17:59:05.986Z | Downloaded unicase v2.7.0 |
725 | 2024-08-19T17:59:05.988Z | Downloaded spin v0.5.2 |
726 | 2024-08-19T17:59:05.988Z | Downloaded filetime v0.2.24 |
727 | 2024-08-19T17:59:05.990Z | Downloaded hex v0.4.3 |
728 | 2024-08-19T17:59:05.992Z | Downloaded predicates v3.1.2 |
729 | 2024-08-19T17:59:05.996Z | Downloaded password-hash v0.5.0 |
730 | 2024-08-19T17:59:05.998Z | Downloaded smf v0.2.3 |
731 | 2024-08-19T17:59:05.998Z | Downloaded home v0.5.9 |
732 | 2024-08-19T17:59:06.001Z | Downloaded fallible-iterator v0.3.0 |
733 | 2024-08-19T17:59:06.001Z | Downloaded itertools v0.10.5 |
734 | 2024-08-19T17:59:06.008Z | Downloaded signature v2.2.0 |
735 | 2024-08-19T17:59:06.010Z | Downloaded structmeta v0.2.0 |
736 | 2024-08-19T17:59:06.012Z | Downloaded blake3 v1.5.1 |
737 | 2024-08-19T17:59:06.018Z | Downloaded postgres-types v0.2.7 |
738 | 2024-08-19T17:59:06.021Z | Downloaded structmeta v0.3.0 |
739 | 2024-08-19T17:59:06.024Z | Downloaded tokio-native-tls v0.3.1 |
740 | 2024-08-19T17:59:06.026Z | Downloaded heapless v0.7.17 |
741 | 2024-08-19T17:59:06.029Z | Downloaded tui-tree-widget v0.22.0 |
742 | 2024-08-19T17:59:06.032Z | Downloaded structmeta-derive v0.2.0 |
743 | 2024-08-19T17:59:06.034Z | Downloaded ff v0.13.0 |
744 | 2024-08-19T17:59:06.036Z | Downloaded ron v0.8.1 |
745 | 2024-08-19T17:59:06.040Z | Downloaded snafu-derive v0.8.2 |
746 | 2024-08-19T17:59:06.043Z | Downloaded erased-serde v0.3.31 |
747 | 2024-08-19T17:59:06.045Z | Downloaded unicode-bidi v0.3.15 |
748 | 2024-08-19T17:59:06.048Z | Downloaded diff v0.1.13 |
749 | 2024-08-19T17:59:06.051Z | Downloaded rayon-core v1.12.1 |
750 | 2024-08-19T17:59:06.055Z | Downloaded httparse v1.8.0 |
751 | 2024-08-19T17:59:06.058Z | Downloaded rcgen v0.12.1 |
752 | 2024-08-19T17:59:06.061Z | Downloaded futures-channel v0.3.30 |
753 | 2024-08-19T17:59:06.063Z | Downloaded hmac v0.12.1 |
754 | 2024-08-19T17:59:06.065Z | Downloaded half v2.4.1 |
755 | 2024-08-19T17:59:06.068Z | Downloaded tokio-stream v0.1.15 |
756 | 2024-08-19T17:59:06.073Z | Downloaded toml_edit v0.19.15 |
757 | 2024-08-19T17:59:06.093Z | Downloaded vergen v8.3.2 |
758 | 2024-08-19T17:59:06.095Z | Downloaded vsss-rs v3.3.4 |
759 | 2024-08-19T17:59:06.098Z | Downloaded tokio-rustls v0.25.0 |
760 | 2024-08-19T17:59:06.100Z | Downloaded tokio-rustls v0.24.1 |
761 | 2024-08-19T17:59:06.103Z | Downloaded unicode-segmentation v1.11.0 |
762 | 2024-08-19T17:59:06.107Z | Downloaded serde_with v3.9.0 |
763 | 2024-08-19T17:59:06.115Z | Downloaded samael v0.0.15 |
764 | 2024-08-19T17:59:06.121Z | Downloaded itertools v0.13.0 |
765 | 2024-08-19T17:59:06.129Z | Downloaded vte v0.11.1 |
766 | 2024-08-19T17:59:06.131Z | Downloaded tokio-tungstenite v0.20.1 |
767 | 2024-08-19T17:59:06.134Z | Downloaded hickory-server v0.24.1 |
768 | 2024-08-19T17:59:06.140Z | Downloaded expectorate v1.1.0 |
769 | 2024-08-19T17:59:06.142Z | Downloaded tokio-postgres v0.7.11 |
770 | 2024-08-19T17:59:06.148Z | Downloaded heapless v0.8.0 |
771 | 2024-08-19T17:59:06.152Z | Downloaded hyper v0.14.30 |
772 | 2024-08-19T17:59:06.161Z | Downloaded tokio-util v0.7.11 |
773 | 2024-08-19T17:59:06.169Z | Downloaded rand v0.8.5 |
774 | 2024-08-19T17:59:06.173Z | Downloaded bindgen v0.69.4 |
775 | 2024-08-19T17:59:06.180Z | Downloaded portable-atomic v1.6.0 |
776 | 2024-08-19T17:59:06.187Z | Downloaded x509-cert v0.2.5 |
777 | 2024-08-19T17:59:06.194Z | Downloaded chrono v0.4.38 |
778 | 2024-08-19T17:59:06.202Z | Downloaded bitvec v1.0.1 |
779 | 2024-08-19T17:59:06.219Z | Downloaded rustyline v14.0.0 |
780 | 2024-08-19T17:59:06.225Z | Downloaded http v0.2.12 |
781 | 2024-08-19T17:59:06.228Z | Downloaded reqwest v0.11.27 |
782 | 2024-08-19T17:59:06.235Z | Downloaded idna v0.3.0 |
783 | 2024-08-19T17:59:06.242Z | Downloaded winnow v0.5.40 |
784 | 2024-08-19T17:59:06.252Z | Downloaded h2 v0.3.26 |
785 | 2024-08-19T17:59:06.259Z | Downloaded webpki-roots v0.25.4 |
786 | 2024-08-19T17:59:06.263Z | Downloaded unicode-normalization v0.1.23 |
787 | 2024-08-19T17:59:06.267Z | Downloaded quick-xml v0.31.0 |
788 | 2024-08-19T17:59:06.275Z | Downloaded rustls-webpki v0.101.7 |
789 | 2024-08-19T17:59:06.290Z | Downloaded typed-path v0.7.1 |
790 | 2024-08-19T17:59:06.298Z | Downloaded reedline v0.33.0 |
791 | 2024-08-19T17:59:06.304Z | Downloaded rusqlite v0.31.0 |
792 | 2024-08-19T17:59:06.311Z | Downloaded object v0.30.4 |
793 | 2024-08-19T17:59:06.322Z | Downloaded http v1.1.0 |
794 | 2024-08-19T17:59:06.326Z | Downloaded tough v0.17.1 |
795 | 2024-08-19T17:59:06.335Z | Downloaded vcpkg v0.2.15 |
796 | 2024-08-19T17:59:06.376Z | Downloaded regex-syntax v0.6.29 |
797 | 2024-08-19T17:59:06.383Z | Downloaded regex v1.10.6 |
798 | 2024-08-19T17:59:06.398Z | Downloaded rustls-webpki v0.102.4 |
799 | 2024-08-19T17:59:06.418Z | Downloaded smoltcp v0.11.0 |
800 | 2024-08-19T17:59:06.431Z | Downloaded diesel v2.2.2 |
801 | 2024-08-19T17:59:06.451Z | Downloaded rustls v0.22.4 |
802 | 2024-08-19T17:59:06.465Z | Downloaded git2 v0.19.0 |
803 | 2024-08-19T17:59:06.475Z | Downloaded nix v0.27.1 |
804 | 2024-08-19T17:59:06.487Z | Downloaded polar-core v0.27.3 |
805 | 2024-08-19T17:59:06.495Z | Downloaded radix_trie v0.2.1 |
806 | 2024-08-19T17:59:06.501Z | Downloaded rustls v0.21.12 |
807 | 2024-08-19T17:59:06.513Z | Downloaded gimli v0.28.1 |
808 | 2024-08-19T17:59:06.523Z | Downloaded openapiv3 v2.0.0 |
809 | 2024-08-19T17:59:06.537Z | Downloaded zerocopy-derive v0.6.6 |
810 | 2024-08-19T17:59:06.806Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
811 | 2024-08-19T17:59:06.820Z | Downloaded smoltcp v0.9.1 |
812 | 2024-08-19T17:59:06.820Z | Downloaded regex-automata v0.4.6 |
813 | 2024-08-19T17:59:06.820Z | Downloaded petgraph v0.6.5 |
814 | 2024-08-19T17:59:06.820Z | Downloaded tokio v1.39.2 |
815 | 2024-08-19T17:59:06.820Z | Downloaded sled v0.34.7 |
816 | 2024-08-19T17:59:06.820Z | Downloaded ratatui v0.28.0 |
817 | 2024-08-19T17:59:06.820Z | Downloaded csv v1.3.0 |
818 | 2024-08-19T17:59:06.820Z | Downloaded hickory-proto v0.24.1 |
819 | 2024-08-19T17:59:06.820Z | Downloaded regress v0.9.1 |
820 | 2024-08-19T17:59:06.820Z | Downloaded regex-syntax v0.8.4 |
821 | 2024-08-19T17:59:06.820Z | Downloaded openssl v0.10.66 |
822 | 2024-08-19T17:59:06.820Z | Downloaded object v0.32.2 |
823 | 2024-08-19T17:59:06.820Z | Downloaded nix v0.28.0 |
824 | 2024-08-19T17:59:06.820Z | Downloaded proptest v1.5.0 |
825 | 2024-08-19T17:59:06.820Z | Downloaded idna v0.4.0 |
826 | 2024-08-19T17:59:06.820Z | Downloaded bstr v1.9.1 |
827 | 2024-08-19T17:59:06.823Z | Downloaded finl_unicode v1.2.0 |
828 | 2024-08-19T17:59:06.829Z | Downloaded sha3 v0.10.8 |
829 | 2024-08-19T17:59:06.835Z | Downloaded futures-util v0.3.30 |
830 | 2024-08-19T17:59:06.848Z | Downloaded lalrpop v0.19.12 |
831 | 2024-08-19T17:59:06.861Z | Downloaded curve25519-dalek v4.1.3 |
832 | 2024-08-19T17:59:06.871Z | Downloaded hashbrown v0.13.2 |
833 | 2024-08-19T17:59:06.876Z | Downloaded idna v0.5.0 |
834 | 2024-08-19T17:59:06.884Z | Downloaded sqlparser v0.45.0 |
835 | 2024-08-19T17:59:06.890Z | Downloaded rayon v1.10.0 |
836 | 2024-08-19T17:59:06.901Z | Downloaded hkdf v0.12.4 |
837 | 2024-08-19T17:59:06.904Z | Downloaded toml v0.7.8 |
838 | 2024-08-19T17:59:06.907Z | Downloaded ring v0.17.8 |
839 | 2024-08-19T17:59:06.981Z | Downloaded rsa v0.9.6 |
840 | 2024-08-19T17:59:06.986Z | Downloaded postcard v1.0.8 |
841 | 2024-08-19T17:59:06.990Z | Downloaded similar v2.6.0 |
842 | 2024-08-19T17:59:06.995Z | Downloaded serde_derive_internals v0.29.1 |
843 | 2024-08-19T17:59:06.997Z | Downloaded slog v2.7.0 |
844 | 2024-08-19T17:59:07.000Z | Downloaded unicode_categories v0.1.1 |
845 | 2024-08-19T17:59:07.002Z | Downloaded hickory-resolver v0.24.1 |
846 | 2024-08-19T17:59:07.007Z | Downloaded sct v0.7.1 |
847 | 2024-08-19T17:59:07.011Z | Downloaded time v0.3.36 |
848 | 2024-08-19T17:59:07.019Z | Downloaded pem-rfc7468 v0.7.0 |
849 | 2024-08-19T17:59:07.021Z | Downloaded serde_path_to_error v0.1.16 |
850 | 2024-08-19T17:59:07.023Z | Downloaded parking_lot v0.12.2 |
851 | 2024-08-19T17:59:07.025Z | Downloaded der v0.7.9 |
852 | 2024-08-19T17:59:07.031Z | Downloaded test-strategy v0.3.1 |
853 | 2024-08-19T17:59:07.034Z | Downloaded diesel_derives v2.2.2 |
854 | 2024-08-19T17:59:07.039Z | Downloaded tokio-tungstenite v0.21.0 |
855 | 2024-08-19T17:59:07.042Z | Downloaded rustfmt-wrapper v0.2.1 |
856 | 2024-08-19T17:59:07.044Z | Downloaded hostname v0.3.1 |
857 | 2024-08-19T17:59:07.046Z | Downloaded heck v0.3.3 |
858 | 2024-08-19T17:59:07.046Z | Downloaded form_urlencoded v1.2.1 |
859 | 2024-08-19T17:59:07.049Z | Downloaded derive_more v0.99.18 |
860 | 2024-08-19T17:59:07.052Z | Downloaded derive-where v1.2.7 |
861 | 2024-08-19T17:59:07.056Z | Downloaded unsafe-libyaml v0.2.11 |
862 | 2024-08-19T17:59:07.060Z | Downloaded tinyvec v1.6.0 |
863 | 2024-08-19T17:59:07.063Z | Downloaded num-bigint-dig v0.8.4 |
864 | 2024-08-19T17:59:07.068Z | Downloaded itertools v0.12.1 |
865 | 2024-08-19T17:59:07.076Z | Downloaded slab v0.4.9 |
866 | 2024-08-19T17:59:07.078Z | Downloaded globset v0.4.14 |
867 | 2024-08-19T17:59:07.081Z | Downloaded fd-lock v4.0.2 |
868 | 2024-08-19T17:59:07.083Z | Downloaded ron v0.7.1 |
869 | 2024-08-19T17:59:07.087Z | Downloaded dirs-next v2.0.0 |
870 | 2024-08-19T17:59:07.089Z | Downloaded url v2.5.2 |
871 | 2024-08-19T17:59:07.092Z | Downloaded aho-corasick v1.1.3 |
872 | 2024-08-19T17:59:07.099Z | Downloaded path-slash v0.1.5 |
873 | 2024-08-19T17:59:07.101Z | Downloaded encoding_rs v0.8.34 |
874 | 2024-08-19T17:59:07.124Z | Downloaded slog-term v2.9.1 |
875 | 2024-08-19T17:59:07.126Z | Downloaded nom v7.1.3 |
876 | 2024-08-19T17:59:07.132Z | Downloaded radium v0.7.0 |
877 | 2024-08-19T17:59:07.134Z | Downloaded difflib v0.4.0 |
878 | 2024-08-19T17:59:07.136Z | Downloaded zeroize v1.7.0 |
879 | 2024-08-19T17:59:07.136Z | Downloaded untrusted v0.9.0 |
880 | 2024-08-19T17:59:07.139Z | Downloaded elliptic-curve v0.13.8 |
881 | 2024-08-19T17:59:07.142Z | Downloaded mio v1.0.2 |
882 | 2024-08-19T17:59:07.148Z | Downloaded libm v0.2.8 |
883 | 2024-08-19T17:59:07.157Z | Downloaded der_derive v0.7.2 |
884 | 2024-08-19T17:59:07.160Z | Downloaded strum_macros v0.26.4 |
885 | 2024-08-19T17:59:07.162Z | Downloaded rustls-pki-types v1.7.0 |
886 | 2024-08-19T17:59:07.164Z | Downloaded rustls-pemfile v2.1.3 |
887 | 2024-08-19T17:59:07.166Z | Downloaded mio v0.8.11 |
888 | 2024-08-19T17:59:07.172Z | Downloaded pin-project-internal v1.1.5 |
889 | 2024-08-19T17:59:07.174Z | Downloaded parking_lot_core v0.9.10 |
890 | 2024-08-19T17:59:07.176Z | Downloaded parking_lot_core v0.8.6 |
891 | 2024-08-19T17:59:07.179Z | Downloaded hashlink v0.9.1 |
892 | 2024-08-19T17:59:07.181Z | Downloaded subprocess v0.2.9 |
893 | 2024-08-19T17:59:07.183Z | Downloaded supports-color v3.0.0 |
894 | 2024-08-19T17:59:07.186Z | Downloaded rusty-fork v0.3.0 |
895 | 2024-08-19T17:59:07.189Z | Downloaded fastrand v2.1.0 |
896 | 2024-08-19T17:59:07.189Z | Downloaded fallible-streaming-iterator v0.1.9 |
897 | 2024-08-19T17:59:07.191Z | Downloaded unicode-truncate v1.0.0 |
898 | 2024-08-19T17:59:07.191Z | Downloaded pin-project-lite v0.2.14 |
899 | 2024-08-19T17:59:07.195Z | Downloaded peg-macros v0.8.4 |
900 | 2024-08-19T17:59:07.197Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
901 | 2024-08-19T17:59:07.261Z | Downloaded tungstenite v0.21.0 |
902 | 2024-08-19T17:59:07.264Z | Downloaded cc v1.0.97 |
903 | 2024-08-19T17:59:07.267Z | Downloaded base64 v0.22.1 |
904 | 2024-08-19T17:59:07.272Z | Downloaded secrecy v0.8.0 |
905 | 2024-08-19T17:59:07.274Z | Downloaded tungstenite v0.20.1 |
906 | 2024-08-19T17:59:07.277Z | Downloaded thiserror-no-std v2.0.2 |
907 | 2024-08-19T17:59:07.281Z | Downloaded pkcs5 v0.7.1 |
908 | 2024-08-19T17:59:07.285Z | Downloaded getopts v0.2.21 |
909 | 2024-08-19T17:59:07.287Z | Downloaded rustc_version v0.1.7 |
910 | 2024-08-19T17:59:07.289Z | Downloaded hubpack v0.1.2 |
911 | 2024-08-19T17:59:07.289Z | Downloaded dsl_auto_type v0.1.2 |
912 | 2024-08-19T17:59:07.291Z | Downloaded serde_with_macros v3.9.0 |
913 | 2024-08-19T17:59:07.294Z | Downloaded serde_urlencoded v0.7.1 |
914 | 2024-08-19T17:59:07.294Z | Downloaded rustc-demangle v0.1.24 |
915 | 2024-08-19T17:59:07.296Z | Downloaded parking_lot v0.11.2 |
916 | 2024-08-19T17:59:07.298Z | Downloaded hyper-staticfile v0.9.5 |
917 | 2024-08-19T17:59:07.300Z | Downloaded futures-io v0.3.30 |
918 | 2024-08-19T17:59:07.303Z | Downloaded serde_yaml v0.9.34+deprecated |
919 | 2024-08-19T17:59:07.305Z | Downloaded crypto-bigint v0.5.5 |
920 | 2024-08-19T17:59:07.311Z | Downloaded pkcs8 v0.10.2 |
921 | 2024-08-19T17:59:07.314Z | Downloaded term v0.7.0 |
922 | 2024-08-19T17:59:07.318Z | Downloaded zone v0.1.8 |
923 | 2024-08-19T17:59:07.320Z | Downloaded pem v3.0.4 |
924 | 2024-08-19T17:59:07.322Z | Downloaded time-macros v0.2.18 |
925 | 2024-08-19T17:59:07.324Z | Downloaded socket2 v0.5.7 |
926 | 2024-08-19T17:59:07.326Z | Downloaded oso v0.27.3 |
927 | 2024-08-19T17:59:07.329Z | Downloaded crossbeam-epoch v0.9.18 |
928 | 2024-08-19T17:59:07.331Z | Downloaded hyper-rustls v0.24.2 |
929 | 2024-08-19T17:59:07.333Z | Downloaded env_logger v0.9.3 |
930 | 2024-08-19T17:59:07.336Z | Downloaded bytes v1.7.1 |
931 | 2024-08-19T17:59:07.340Z | Downloaded yasna v0.5.2 |
932 | 2024-08-19T17:59:07.342Z | Downloaded omicron-zone-package v0.11.0 |
933 | 2024-08-19T17:59:07.345Z | Downloaded sha1 v0.10.6 |
934 | 2024-08-19T17:59:07.348Z | Downloaded rustc-hash v1.1.0 |
935 | 2024-08-19T17:59:07.350Z | Downloaded allocator-api2 v0.2.18 |
936 | 2024-08-19T17:59:07.388Z | Downloaded shell-words v1.1.0 |
937 | 2024-08-19T17:59:07.388Z | Downloaded slog-envlogger v2.2.0 |
938 | 2024-08-19T17:59:07.388Z | Downloaded miniz_oxide v0.7.2 |
939 | 2024-08-19T17:59:07.388Z | Downloaded rustc_version v0.4.0 |
940 | 2024-08-19T17:59:07.388Z | Downloaded rand_xorshift v0.3.0 |
941 | 2024-08-19T17:59:07.388Z | Downloaded derive_builder v0.20.0 |
942 | 2024-08-19T17:59:07.388Z | Downloaded uuid v1.10.0 |
943 | 2024-08-19T17:59:07.388Z | Downloaded signal-hook v0.3.17 |
944 | 2024-08-19T17:59:07.388Z | Downloaded rand_seeder v0.3.0 |
945 | 2024-08-19T17:59:07.388Z | Downloaded darling_core v0.20.9 |
946 | 2024-08-19T17:59:07.390Z | Downloaded cookie v0.18.1 |
947 | 2024-08-19T17:59:07.396Z | Downloaded const_format v0.2.32 |
948 | 2024-08-19T17:59:07.401Z | Downloaded chacha20poly1305 v0.10.1 |
949 | 2024-08-19T17:59:07.404Z | Downloaded num v0.4.3 |
950 | 2024-08-19T17:59:07.406Z | Downloaded mime_guess v2.0.4 |
951 | 2024-08-19T17:59:07.408Z | Downloaded strum_macros v0.24.3 |
952 | 2024-08-19T17:59:07.411Z | Downloaded libloading v0.8.3 |
953 | 2024-08-19T17:59:07.414Z | Downloaded termios v0.3.3 |
954 | 2024-08-19T17:59:07.417Z | Downloaded strum_macros v0.25.3 |
955 | 2024-08-19T17:59:07.424Z | Downloaded maplit v1.0.2 |
956 | 2024-08-19T17:59:07.424Z | Downloaded nu-ansi-term v0.50.0 |
957 | 2024-08-19T17:59:07.427Z | Downloaded indexmap v1.9.3 |
958 | 2024-08-19T17:59:07.429Z | Downloaded data-encoding v2.6.0 |
959 | 2024-08-19T17:59:07.431Z | Downloaded nodrop v0.1.14 |
960 | 2024-08-19T17:59:07.431Z | Downloaded arrayvec v0.7.4 |
961 | 2024-08-19T17:59:07.433Z | Downloaded argon2 v0.5.3 |
962 | 2024-08-19T17:59:07.436Z | Downloaded utf-8 v0.7.6 |
963 | 2024-08-19T17:59:07.436Z | Downloaded multimap v0.10.0 |
964 | 2024-08-19T17:59:07.438Z | Downloaded memoffset v0.9.1 |
965 | 2024-08-19T17:59:07.441Z | Downloaded md-5 v0.10.6 |
966 | 2024-08-19T17:59:07.441Z | Downloaded newline-converter v0.3.0 |
967 | 2024-08-19T17:59:07.443Z | Downloaded libefi-sys v0.1.0 |
968 | 2024-08-19T17:59:07.446Z | Downloaded arc-swap v1.7.1 |
969 | 2024-08-19T17:59:07.448Z | Downloaded crossbeam-utils v0.8.19 |
970 | 2024-08-19T17:59:07.452Z | Downloaded crc-any v2.5.0 |
971 | 2024-08-19T17:59:07.454Z | Downloaded crc v3.2.1 |
972 | 2024-08-19T17:59:07.458Z | Downloaded chacha20 v0.9.1 |
973 | 2024-08-19T17:59:07.460Z | Downloaded multer v3.1.0 |
974 | 2024-08-19T17:59:07.463Z | Downloaded defmt v0.3.8 |
975 | 2024-08-19T17:59:07.467Z | Downloaded convert_case v0.4.0 |
976 | 2024-08-19T17:59:07.470Z | Downloaded cipher v0.4.4 |
977 | 2024-08-19T17:59:07.473Z | Downloaded indent_write v2.2.0 |
978 | 2024-08-19T17:59:07.473Z | Downloaded castaway v0.2.3 |
979 | 2024-08-19T17:59:07.473Z | Downloaded bb8 v0.8.5 |
980 | 2024-08-19T17:59:07.475Z | Downloaded async-recursion v1.1.1 |
981 | 2024-08-19T17:59:07.477Z | Downloaded ascii-canvas v3.0.0 |
982 | 2024-08-19T17:59:07.479Z | Downloaded aead v0.5.2 |
983 | 2024-08-19T17:59:07.482Z | Downloaded blake2 v0.10.6 |
984 | 2024-08-19T17:59:07.484Z | Downloaded lru v0.12.3 |
985 | 2024-08-19T17:59:07.484Z | Downloaded crossbeam-deque v0.8.5 |
986 | 2024-08-19T17:59:07.486Z | Downloaded crc32fast v1.4.0 |
987 | 2024-08-19T17:59:07.489Z | Downloaded cookie v0.17.0 |
988 | 2024-08-19T17:59:07.491Z | Downloaded hubpack_derive v0.1.1 |
989 | 2024-08-19T17:59:07.491Z | Downloaded bcs v0.1.6 |
990 | 2024-08-19T17:59:07.493Z | Downloaded nanorand v0.7.0 |
991 | 2024-08-19T17:59:07.496Z | Downloaded managed v0.8.0 |
992 | 2024-08-19T17:59:07.496Z | Downloaded maybe-uninit v2.0.0 |
993 | 2024-08-19T17:59:07.498Z | Downloaded ciborium-io v0.2.2 |
994 | 2024-08-19T17:59:07.498Z | Downloaded hyper-tls v0.5.0 |
995 | 2024-08-19T17:59:07.501Z | Downloaded kstat-rs v0.2.4 |
996 | 2024-08-19T17:59:07.501Z | Downloaded inout v0.1.3 |
997 | 2024-08-19T17:59:07.503Z | Downloaded bzip2 v0.4.4 |
998 | 2024-08-19T17:59:07.503Z | Downloaded ascii v1.1.0 |
999 | 2024-08-19T17:59:07.506Z | Downloaded async-trait v0.1.81 |
1000 | 2024-08-19T17:59:07.508Z | Downloaded ident_case v1.0.1 |
1001 | 2024-08-19T17:59:07.510Z | Downloaded debug-ignore v1.0.5 |
1002 | 2024-08-19T17:59:07.510Z | Downloaded async-stream v0.3.5 |
1003 | 2024-08-19T17:59:07.513Z | Downloaded buf-list v1.0.3 |
1004 | 2024-08-19T17:59:07.515Z | Downloaded camino-tempfile v1.1.1 |
1005 | 2024-08-19T17:59:07.517Z | Downloaded assert_matches v1.5.0 |
1006 | 2024-08-19T17:59:07.520Z | Downloaded array-init v0.0.4 |
1007 | 2024-08-19T17:59:07.520Z | Downloaded bitflags v1.3.2 |
1008 | 2024-08-19T17:59:07.524Z | Downloaded bit-set v0.5.3 |
1009 | 2024-08-19T17:59:07.526Z | Downloaded arrayref v0.3.7 |
1010 | 2024-08-19T17:59:07.685Z | Downloaded libz-sys v1.1.16 |
1011 | 2024-08-19T17:59:07.895Z | Downloaded libsqlite3-sys v0.28.0 |
1012 | 2024-08-19T17:59:07.974Z | Downloaded ring v0.16.20 |
1013 | 2024-08-19T17:59:08.165Z | Compiling cfg-if v1.0.0 |
1014 | 2024-08-19T17:59:08.165Z | Compiling serde v1.0.208 |
1015 | 2024-08-19T17:59:08.168Z | Compiling typenum v1.17.0 |
1016 | 2024-08-19T17:59:08.168Z | Compiling lock_api v0.4.12 |
1017 | 2024-08-19T17:59:08.168Z | Compiling generic-array v0.14.7 |
1018 | 2024-08-19T17:59:08.324Z | Compiling syn v2.0.74 |
1019 | 2024-08-19T17:59:08.327Z | Compiling scopeguard v1.2.0 |
1020 | 2024-08-19T17:59:08.337Z | Compiling log v0.4.21 |
1021 | 2024-08-19T17:59:08.397Z | Compiling getrandom v0.2.14 |
1022 | 2024-08-19T17:59:08.573Z | Compiling jobserver v0.1.32 |
1023 | 2024-08-19T17:59:08.688Z | Compiling rand_core v0.6.4 |
1024 | 2024-08-19T17:59:08.856Z | Compiling subtle v2.5.0 |
1025 | 2024-08-19T17:59:08.945Z | Compiling cc v1.0.97 |
1026 | 2024-08-19T17:59:08.968Z | Compiling const-oid v0.9.6 |
1027 | 2024-08-19T17:59:09.216Z | Compiling pin-project-lite v0.2.14 |
1028 | 2024-08-19T17:59:09.260Z | Compiling smallvec v1.13.2 |
1029 | 2024-08-19T17:59:09.350Z | Compiling parking_lot_core v0.9.10 |
1030 | 2024-08-19T17:59:09.424Z | Compiling signal-hook-registry v1.4.2 |
1031 | 2024-08-19T17:59:09.571Z | Compiling spin v0.9.8 |
1032 | 2024-08-19T17:59:09.707Z | Compiling mio v1.0.2 |
1033 | 2024-08-19T17:59:09.985Z | Compiling ahash v0.8.11 |
1034 | 2024-08-19T17:59:10.257Z | Compiling tinyvec_macros v0.1.1 |
1035 | 2024-08-19T17:59:10.359Z | Compiling parking_lot v0.12.2 |
1036 | 2024-08-19T17:59:10.451Z | Compiling tinyvec v1.6.0 |
1037 | 2024-08-19T17:59:10.596Z | Compiling socket2 v0.5.7 |
1038 | 2024-08-19T17:59:10.927Z | Compiling futures-core v0.3.30 |
1039 | 2024-08-19T17:59:11.059Z | Compiling libm v0.2.8 |
1040 | 2024-08-19T17:59:11.165Z | Compiling cpufeatures v0.2.12 |
1041 | 2024-08-19T17:59:11.186Z | Compiling serde_json v1.0.125 |
1042 | 2024-08-19T17:59:11.264Z | Compiling num-traits v0.2.19 |
1043 | 2024-08-19T17:59:11.301Z | Compiling slab v0.4.9 |
1044 | 2024-08-19T17:59:11.433Z | Compiling futures-sink v0.3.30 |
1045 | 2024-08-19T17:59:11.537Z | Compiling unicode-bidi v0.3.15 |
1046 | 2024-08-19T17:59:11.558Z | Compiling allocator-api2 v0.2.18 |
1047 | 2024-08-19T17:59:11.813Z | Compiling futures-channel v0.3.30 |
1048 | 2024-08-19T17:59:11.989Z | Compiling unicode-normalization v0.1.23 |
1049 | 2024-08-19T17:59:12.075Z | Compiling futures-task v0.3.30 |
1050 | 2024-08-19T17:59:12.250Z | Compiling futures-io v0.3.30 |
1051 | 2024-08-19T17:59:12.388Z | Compiling pkg-config v0.3.30 |
1052 | 2024-08-19T17:59:12.390Z | Compiling vcpkg v0.2.15 |
1053 | 2024-08-19T17:59:12.635Z | Compiling pin-utils v0.1.0 |
1054 | 2024-08-19T17:59:13.109Z | Compiling base64ct v1.6.0 |
1055 | 2024-08-19T17:59:13.151Z | Compiling ppv-lite86 v0.2.17 |
1056 | 2024-08-19T17:59:13.199Z | Compiling flagset v0.4.5 |
1057 | 2024-08-19T17:59:13.425Z | Compiling percent-encoding v2.3.1 |
1058 | 2024-08-19T17:59:13.486Z | Compiling ring v0.17.8 |
1059 | 2024-08-19T17:59:13.780Z | Compiling pem-rfc7468 v0.7.0 |
1060 | 2024-08-19T17:59:13.808Z | Compiling tracing-core v0.1.32 |
1061 | 2024-08-19T17:59:13.992Z | Compiling rand_chacha v0.3.1 |
1062 | 2024-08-19T17:59:14.084Z | Compiling untrusted v0.9.0 |
1063 | 2024-08-19T17:59:14.270Z | Compiling rustix v0.38.34 |
1064 | 2024-08-19T17:59:14.537Z | Compiling rand v0.8.5 |
1065 | 2024-08-19T17:59:14.784Z | Compiling openssl-sys v0.9.103 |
1066 | 2024-08-19T17:59:14.887Z | Compiling foreign-types-shared v0.1.1 |
1067 | 2024-08-19T17:59:15.006Z | Compiling time-core v0.1.2 |
1068 | 2024-08-19T17:59:15.188Z | Compiling num-conv v0.1.0 |
1069 | 2024-08-19T17:59:15.243Z | Compiling rustversion v1.0.17 |
1070 | 2024-08-19T17:59:15.266Z | Compiling powerfmt v0.2.0 |
1071 | 2024-08-19T17:59:15.475Z | Compiling openssl v0.10.66 |
1072 | 2024-08-19T17:59:15.664Z | Compiling httparse v1.8.0 |
1073 | 2024-08-19T17:59:15.906Z | Compiling deranged v0.3.11 |
1074 | 2024-08-19T17:59:16.012Z | Compiling time-macros v0.2.18 |
1075 | 2024-08-19T17:59:16.103Z | Compiling foreign-types v0.3.2 |
1076 | 2024-08-19T17:59:16.195Z | Compiling form_urlencoded v1.2.1 |
1077 | 2024-08-19T17:59:16.242Z | Compiling aho-corasick v1.1.3 |
1078 | 2024-08-19T17:59:16.446Z | Compiling native-tls v0.2.11 |
1079 | 2024-08-19T17:59:16.468Z | Compiling crossbeam-utils v0.8.19 |
1080 | 2024-08-19T17:59:16.785Z | Compiling regex-syntax v0.8.4 |
1081 | 2024-08-19T17:59:17.044Z | Compiling try-lock v0.2.5 |
1082 | 2024-08-19T17:59:17.195Z | Compiling syn v1.0.109 |
1083 | 2024-08-19T17:59:17.637Z | Compiling num_threads v0.1.7 |
1084 | 2024-08-19T17:59:17.765Z | Compiling rustls v0.21.12 |
1085 | 2024-08-19T17:59:17.835Z | Compiling siphasher v0.3.11 |
1086 | 2024-08-19T17:59:18.146Z | Compiling want v0.3.1 |
1087 | 2024-08-19T17:59:18.748Z | Compiling idna v0.5.0 |
1088 | 2024-08-19T17:59:18.912Z | Compiling socket2 v0.4.10 |
1089 | 2024-08-19T17:59:19.191Z | Compiling time v0.3.36 |
1090 | 2024-08-19T17:59:19.756Z | Compiling cookie v0.17.0 |
1091 | 2024-08-19T17:59:19.806Z | Compiling adler v1.0.2 |
1092 | 2024-08-19T17:59:20.045Z | Compiling iana-time-zone v0.1.60 |
1093 | 2024-08-19T17:59:20.066Z | Compiling openssl-probe v0.1.5 |
1094 | 2024-08-19T17:59:20.384Z | Compiling regex-automata v0.4.6 |
1095 | 2024-08-19T17:59:20.418Z | Compiling httpdate v1.0.3 |
1096 | 2024-08-19T17:59:20.507Z | Compiling slog v2.7.0 |
1097 | 2024-08-19T17:59:20.849Z | Compiling tower-service v0.3.2 |
1098 | 2024-08-19T17:59:20.976Z | Compiling finl_unicode v1.2.0 |
1099 | 2024-08-19T17:59:21.158Z | Compiling miniz_oxide v0.7.2 |
1100 | 2024-08-19T17:59:21.560Z | Compiling stringprep v0.1.4 |
1101 | 2024-08-19T17:59:21.645Z | Compiling url v2.5.2 |
1102 | 2024-08-19T17:59:22.621Z | Compiling serde_derive v1.0.208 |
1103 | 2024-08-19T17:59:22.661Z | Compiling zeroize_derive v1.4.2 |
1104 | 2024-08-19T17:59:22.719Z | Compiling zerocopy-derive v0.7.34 |
1105 | 2024-08-19T17:59:23.287Z | Compiling tokio-macros v2.4.0 |
1106 | 2024-08-19T17:59:23.489Z | Compiling thiserror-impl v1.0.63 |
1107 | 2024-08-19T17:59:24.321Z | Compiling zeroize v1.7.0 |
1108 | 2024-08-19T17:59:24.342Z | Compiling futures-macro v0.3.30 |
1109 | 2024-08-19T17:59:25.005Z | Compiling der_derive v0.7.2 |
1110 | 2024-08-19T17:59:25.040Z | Compiling zerocopy v0.7.34 |
1111 | 2024-08-19T17:59:26.069Z | Compiling crypto-common v0.1.6 |
1112 | 2024-08-19T17:59:26.309Z | Compiling block-buffer v0.10.4 |
1113 | 2024-08-19T17:59:26.362Z | Compiling block-padding v0.3.3 |
1114 | 2024-08-19T17:59:26.537Z | Compiling digest v0.10.7 |
1115 | 2024-08-19T17:59:26.600Z | Compiling inout v0.1.3 |
1116 | 2024-08-19T17:59:26.618Z | Compiling futures-util v0.3.30 |
1117 | 2024-08-19T17:59:26.848Z | Compiling thiserror v1.0.63 |
1118 | 2024-08-19T17:59:26.877Z | Compiling cipher v0.4.4 |
1119 | 2024-08-19T17:59:26.989Z | Compiling hmac v0.12.1 |
1120 | 2024-08-19T17:59:27.043Z | Compiling sha2 v0.10.8 |
1121 | 2024-08-19T17:59:27.200Z | Compiling hashbrown v0.14.5 |
1122 | 2024-08-19T17:59:27.245Z | Compiling pest v2.7.10 |
1123 | 2024-08-19T17:59:27.396Z | Compiling salsa20 v0.10.2 |
1124 | 2024-08-19T17:59:27.578Z | Compiling der v0.7.9 |
1125 | 2024-08-19T17:59:27.633Z | Compiling pbkdf2 v0.12.2 |
1126 | 2024-08-19T17:59:27.822Z | Compiling scroll_derive v0.12.0 |
1127 | 2024-08-19T17:59:28.643Z | Compiling tracing-attributes v0.1.27 |
1128 | 2024-08-19T17:59:29.441Z | Compiling scroll v0.12.0 |
1129 | 2024-08-19T17:59:29.997Z | Compiling pest_meta v2.7.10 |
1130 | 2024-08-19T17:59:30.402Z | Compiling spki v0.7.3 |
1131 | 2024-08-19T17:59:30.810Z | Compiling scrypt v0.11.0 |
1132 | 2024-08-19T17:59:30.896Z | Compiling aes v0.8.4 |
1133 | 2024-08-19T17:59:31.078Z | Compiling cbc v0.1.2 |
1134 | 2024-08-19T17:59:31.336Z | Compiling pest_generator v2.7.10 |
1135 | 2024-08-19T17:59:32.627Z | Compiling tracing v0.1.40 |
1136 | 2024-08-19T17:59:33.037Z | Compiling pkcs5 v0.7.1 |
1137 | 2024-08-19T17:59:33.174Z | Compiling goblin v0.8.2 |
1138 | 2024-08-19T17:59:33.455Z | Compiling openssl-macros v0.1.1 |
1139 | 2024-08-19T17:59:33.521Z | Compiling md-5 v0.10.6 |
1140 | 2024-08-19T17:59:33.802Z | Compiling pkcs8 v0.10.2 |
1141 | 2024-08-19T17:59:33.820Z | Compiling sct v0.7.1 |
1142 | 2024-08-19T17:59:34.111Z | Compiling rustls-webpki v0.101.7 |
1143 | 2024-08-19T17:59:34.572Z | Compiling num-integer v0.1.46 |
1144 | 2024-08-19T17:59:35.189Z | Compiling pest_derive v2.7.10 |
1145 | 2024-08-19T17:59:35.543Z | Compiling backtrace v0.3.71 |
1146 | 2024-08-19T17:59:35.570Z | Compiling idna v0.3.0 |
1147 | 2024-08-19T17:59:35.991Z | Compiling dtrace-parser v0.2.0 |
1148 | 2024-08-19T17:59:36.046Z | Compiling lazy_static v1.5.0 |
1149 | 2024-08-19T17:59:36.094Z | Compiling hash32 v0.2.1 |
1150 | 2024-08-19T17:59:36.165Z | Compiling stable_deref_trait v1.2.0 |
1151 | 2024-08-19T17:59:36.276Z | Compiling psl-types v2.0.11 |
1152 | 2024-08-19T17:59:36.483Z | Compiling signal-hook v0.3.17 |
1153 | 2024-08-19T17:59:36.502Z | Compiling cfg_aliases v0.1.1 |
1154 | 2024-08-19T17:59:36.611Z | Compiling smoltcp v0.9.1 |
1155 | 2024-08-19T17:59:36.780Z | Compiling gimli v0.28.1 |
1156 | 2024-08-19T17:59:37.151Z | Compiling crc32fast v1.4.0 |
1157 | 2024-08-19T17:59:37.404Z | Compiling bytes v1.7.1 |
1158 | 2024-08-19T17:59:37.732Z | Compiling bitflags v2.6.0 |
1159 | 2024-08-19T17:59:38.176Z | Compiling indexmap v2.4.0 |
1160 | 2024-08-19T17:59:38.229Z | Compiling semver v1.0.23 |
1161 | 2024-08-19T17:59:38.780Z | Compiling tokio v1.39.2 |
1162 | 2024-08-19T17:59:39.004Z | Compiling http v0.2.12 |
1163 | 2024-08-19T17:59:39.716Z | Compiling rustc_version v0.4.0 |
1164 | 2024-08-19T17:59:40.915Z | Compiling http-body v0.4.6 |
1165 | 2024-08-19T17:59:41.394Z | Compiling heapless v0.7.17 |
1166 | 2024-08-19T17:59:41.634Z | Compiling dof v0.3.0 |
1167 | 2024-08-19T17:59:41.975Z | Compiling uuid v1.10.0 |
1168 | 2024-08-19T17:59:43.513Z | Compiling usdt-impl v0.5.0 |
1169 | 2024-08-19T17:59:43.828Z | Compiling toml_datetime v0.6.8 |
1170 | 2024-08-19T17:59:43.903Z | Compiling serde_tokenstream v0.2.2 |
1171 | 2024-08-19T17:59:43.933Z | Compiling chrono v0.4.38 |
1172 | 2024-08-19T17:59:44.340Z | Compiling serde_spanned v0.6.7 |
1173 | 2024-08-19T17:59:44.550Z | Compiling base64 v0.22.1 |
1174 | 2024-08-19T17:59:44.588Z | Compiling num-bigint-dig v0.8.4 |
1175 | 2024-08-19T17:59:44.737Z | Compiling fallible-iterator v0.2.0 |
1176 | 2024-08-19T17:59:45.178Z | Compiling terminal_size v0.3.0 |
1177 | 2024-08-19T17:59:45.339Z | Compiling addr2line v0.21.0 |
1178 | 2024-08-19T17:59:45.477Z | Compiling postgres-protocol v0.6.7 |
1179 | 2024-08-19T17:59:45.554Z | Compiling nix v0.28.0 |
1180 | 2024-08-19T17:59:46.009Z | Compiling publicsuffix v2.2.3 |
1181 | 2024-08-19T17:59:46.227Z | Compiling num-iter v0.1.45 |
1182 | 2024-08-19T17:59:46.253Z | Compiling async-trait v0.1.81 |
1183 | 2024-08-19T17:59:46.402Z | Compiling zerocopy-derive v0.6.6 |
1184 | 2024-08-19T17:59:47.620Z | Compiling tokio-util v0.7.11 |
1185 | 2024-08-19T17:59:47.760Z | Compiling tokio-rustls v0.24.1 |
1186 | 2024-08-19T17:59:47.790Z | Compiling phf_shared v0.11.2 |
1187 | 2024-08-19T17:59:48.177Z | Compiling serde_derive_internals v0.29.1 |
1188 | 2024-08-19T17:59:48.712Z | Compiling h2 v0.3.26 |
1189 | 2024-08-19T17:59:48.846Z | Compiling tokio-native-tls v0.3.1 |
1190 | 2024-08-19T17:59:49.084Z | Compiling ff v0.13.0 |
1191 | 2024-08-19T17:59:49.143Z | Compiling hubpack_derive v0.1.1 |
1192 | 2024-08-19T17:59:49.164Z | Compiling object v0.32.2 |
1193 | 2024-08-19T17:59:49.231Z | Compiling fs-err v2.11.0 |
1194 | 2024-08-19T17:59:49.319Z | Compiling managed v0.8.0 |
1195 | 2024-08-19T17:59:49.550Z | Compiling winnow v0.5.40 |
1196 | 2024-08-19T17:59:49.776Z | Compiling bitflags v1.3.2 |
1197 | 2024-08-19T17:59:49.888Z | Compiling either v1.13.0 |
1198 | 2024-08-19T17:59:50.106Z | Compiling ipnet v2.9.0 |
1199 | 2024-08-19T17:59:50.319Z | Compiling schemars v0.8.21 |
1200 | 2024-08-19T17:59:50.712Z | Compiling base16ct v0.2.0 |
1201 | 2024-08-19T17:59:50.948Z | Compiling anyhow v1.0.86 |
1202 | 2024-08-19T17:59:51.009Z | Compiling rustc-demangle v0.1.24 |
1203 | 2024-08-19T17:59:51.069Z | Compiling base64 v0.21.7 |
1204 | 2024-08-19T17:59:51.387Z | Compiling clap_builder v4.5.15 |
1205 | 2024-08-19T17:59:51.817Z | Compiling rustls-pemfile v1.0.4 |
1206 | 2024-08-19T17:59:51.884Z | Compiling schemars_derive v0.8.21 |
1207 | 2024-08-19T17:59:52.060Z | Compiling sec1 v0.7.3 |
1208 | 2024-08-19T17:59:52.331Z | Compiling hubpack v0.1.2 |
1209 | 2024-08-19T17:59:52.990Z | Compiling group v0.13.0 |
1210 | 2024-08-19T17:59:53.337Z | Compiling toml_edit v0.19.15 |
1211 | 2024-08-19T17:59:53.533Z | Compiling zerocopy v0.6.6 |
1212 | 2024-08-19T17:59:54.424Z | Compiling phf v0.11.2 |
1213 | 2024-08-19T17:59:54.697Z | Compiling cookie_store v0.20.0 |
1214 | 2024-08-19T17:59:54.952Z | Compiling postgres-types v0.2.7 |
1215 | 2024-08-19T17:59:56.322Z | Compiling hyper v0.14.30 |
1216 | 2024-08-19T17:59:56.720Z | Compiling usdt-attr-macro v0.5.0 |
1217 | 2024-08-19T17:59:56.937Z | Compiling usdt-macro v0.5.0 |
1218 | 2024-08-19T17:59:58.490Z | Compiling serde_urlencoded v0.7.1 |
1219 | 2024-08-19T17:59:58.514Z | Compiling pkcs1 v0.7.5 |
1220 | 2024-08-19T17:59:59.068Z | Compiling futures-executor v0.3.30 |
1221 | 2024-08-19T17:59:59.598Z | Compiling hkdf v0.12.4 |
1222 | 2024-08-19T17:59:59.716Z | Compiling signature v2.2.0 |
1223 | 2024-08-19T17:59:59.871Z | Compiling crypto-bigint v0.5.5 |
1224 | 2024-08-19T17:59:59.891Z | Compiling bstr v1.9.1 |
1225 | 2024-08-19T18:00:00.023Z | Compiling regex v1.10.6 |
1226 | 2024-08-19T18:00:00.279Z | Compiling clap_derive v4.5.13 |
1227 | 2024-08-19T18:00:01.151Z | Compiling strum_macros v0.25.3 |
1228 | 2024-08-19T18:00:01.187Z | Compiling serde_repr v0.1.19 |
1229 | 2024-08-19T18:00:01.723Z | Compiling enum-as-inner v0.6.0 |
1230 | 2024-08-19T18:00:01.773Z | Compiling phf_shared v0.10.0 |
1231 | 2024-08-19T18:00:02.171Z | Compiling float-cmp v0.9.0 |
1232 | 2024-08-19T18:00:02.414Z | Compiling idna v0.4.0 |
1233 | 2024-08-19T18:00:02.491Z | Compiling mio v0.8.11 |
1234 | 2024-08-19T18:00:02.870Z | Compiling encoding_rs v0.8.34 |
1235 | 2024-08-19T18:00:03.829Z | Compiling hyper-tls v0.5.0 |
1236 | 2024-08-19T18:00:03.970Z | Compiling hyper-rustls v0.24.2 |
1237 | 2024-08-19T18:00:04.193Z | Compiling normalize-line-endings v0.3.0 |
1238 | 2024-08-19T18:00:04.324Z | Compiling bit-vec v0.6.3 |
1239 | 2024-08-19T18:00:04.355Z | Compiling difflib v0.4.0 |
1240 | 2024-08-19T18:00:04.809Z | Compiling data-encoding v2.6.0 |
1241 | 2024-08-19T18:00:05.406Z | Compiling minimal-lexical v0.2.1 |
1242 | 2024-08-19T18:00:05.429Z | Compiling webpki-roots v0.25.4 |
1243 | 2024-08-19T18:00:05.600Z | Compiling sync_wrapper v0.1.2 |
1244 | 2024-08-19T18:00:05.734Z | Compiling mime v0.3.17 |
1245 | 2024-08-19T18:00:05.934Z | Compiling predicates-core v1.0.6 |
1246 | 2024-08-19T18:00:05.974Z | Compiling precomputed-hash v0.1.1 |
1247 | 2024-08-19T18:00:06.058Z | Compiling new_debug_unreachable v1.0.6 |
1248 | 2024-08-19T18:00:06.093Z | Compiling whoami v1.5.1 |
1249 | 2024-08-19T18:00:06.152Z | Compiling static_assertions v1.1.0 |
1250 | 2024-08-19T18:00:06.254Z | Compiling fixedbitset v0.4.2 |
1251 | 2024-08-19T18:00:06.297Z | Compiling dyn-clone v1.0.17 |
1252 | 2024-08-19T18:00:06.349Z | Compiling unicode-segmentation v1.11.0 |
1253 | 2024-08-19T18:00:06.718Z | Compiling petgraph v0.6.5 |
1254 | 2024-08-19T18:00:06.737Z | Compiling tokio-postgres v0.7.11 |
1255 | 2024-08-19T18:00:06.754Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1256 | 2024-08-19T18:00:07.232Z | Compiling similar v2.6.0 |
1257 | 2024-08-19T18:00:07.262Z | Compiling console v0.15.8 |
1258 | 2024-08-19T18:00:07.407Z | Compiling string_cache v0.8.7 |
1259 | 2024-08-19T18:00:07.935Z | Compiling predicates v3.1.2 |
1260 | 2024-08-19T18:00:08.940Z | Compiling reqwest v0.11.27 |
1261 | 2024-08-19T18:00:09.793Z | Compiling nom v7.1.3 |
1262 | 2024-08-19T18:00:09.813Z | Compiling hickory-proto v0.24.1 |
1263 | 2024-08-19T18:00:10.196Z | Compiling clap v4.5.16 |
1264 | 2024-08-19T18:00:10.324Z | Compiling toml_edit v0.22.20 |
1265 | 2024-08-19T18:00:10.486Z | Compiling bit-set v0.5.3 |
1266 | 2024-08-19T18:00:10.764Z | Compiling usdt v0.5.0 |
1267 | 2024-08-19T18:00:10.897Z | Compiling signal-hook-mio v0.2.4 |
1268 | 2024-08-19T18:00:11.090Z | Compiling elliptic-curve v0.13.8 |
1269 | 2024-08-19T18:00:11.288Z | Compiling rsa v0.9.6 |
1270 | 2024-08-19T18:00:11.922Z | Compiling futures v0.3.30 |
1271 | 2024-08-19T18:00:12.714Z | Compiling flate2 v1.0.31 |
1272 | 2024-08-19T18:00:12.952Z | Compiling toml v0.7.8 |
1273 | 2024-08-19T18:00:13.726Z | Compiling itertools v0.12.1 |
1274 | 2024-08-19T18:00:14.412Z | Compiling itertools v0.10.5 |
1275 | 2024-08-19T18:00:14.680Z | Compiling tokio-stream v0.1.15 |
1276 | 2024-08-19T18:00:15.735Z | Compiling openapiv3 v2.0.0 |
1277 | 2024-08-19T18:00:16.965Z | Compiling hex v0.4.3 |
1278 | 2024-08-19T18:00:17.388Z | Compiling crossbeam-epoch v0.9.18 |
1279 | 2024-08-19T18:00:17.624Z | Compiling sha1 v0.10.6 |
1280 | 2024-08-19T18:00:17.670Z | Compiling dirs-sys-next v0.1.2 |
1281 | 2024-08-19T18:00:18.102Z | Compiling peg-runtime v0.8.3 |
1282 | 2024-08-19T18:00:18.212Z | Compiling unicode-xid v0.2.4 |
1283 | 2024-08-19T18:00:18.399Z | Compiling lalrpop-util v0.19.12 |
1284 | 2024-08-19T18:00:18.419Z | Compiling dirs-next v2.0.0 |
1285 | 2024-08-19T18:00:18.634Z | Compiling thread_local v1.1.8 |
1286 | 2024-08-19T18:00:18.785Z | Compiling slog-async v2.8.0 |
1287 | 2024-08-19T18:00:18.805Z | Compiling term v0.7.0 |
1288 | 2024-08-19T18:00:19.030Z | Compiling xattr v1.3.1 |
1289 | 2024-08-19T18:00:19.220Z | Compiling crossbeam-channel v0.5.12 |
1290 | 2024-08-19T18:00:19.316Z | Compiling strum_macros v0.26.4 |
1291 | 2024-08-19T18:00:19.431Z | Compiling filetime v0.2.24 |
1292 | 2024-08-19T18:00:19.756Z | Compiling is-terminal v0.4.12 |
1293 | 2024-08-19T18:00:19.877Z | Compiling take_mut v0.2.2 |
1294 | 2024-08-19T18:00:19.895Z | Compiling slog-term v2.9.1 |
1295 | 2024-08-19T18:00:20.337Z | Compiling tar v0.4.41 |
1296 | 2024-08-19T18:00:20.395Z | Compiling camino v1.1.9 |
1297 | 2024-08-19T18:00:22.251Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1298 | 2024-08-19T18:00:22.760Z | Compiling strum v0.26.3 |
1299 | 2024-08-19T18:00:22.845Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1300 | 2024-08-19T18:00:28.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
1301 | 2024-08-19T18:00:28.727Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1302 | 2024-08-19T18:00:28.774Z | Aug 19 18:00:27.251 INFO Starting download, target: Clickhouse |
1303 | 2024-08-19T18:00:28.774Z | Aug 19 18:00:27.252 INFO Starting download, target: Cockroach |
1304 | 2024-08-19T18:00:28.774Z | Aug 19 18:00:27.252 INFO Starting download, target: Console |
1305 | 2024-08-19T18:00:28.774Z | Aug 19 18:00:27.252 INFO Starting download, target: DendriteOpenapi |
1306 | 2024-08-19T18:00:28.774Z | Aug 19 18:00:27.252 INFO Starting download, target: DendriteStub |
1307 | 2024-08-19T18:00:28.774Z | Aug 19 18:00:27.252 INFO Starting download, target: MaghemiteMgd |
1308 | 2024-08-19T18:00:28.774Z | Aug 19 18:00:27.252 INFO Starting download, target: TransceiverControl |
1309 | 2024-08-19T18:00:28.777Z | Aug 19 18:00:27.253 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1310 | 2024-08-19T18:00:28.777Z | Aug 19 18:00:27.253 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1311 | 2024-08-19T18:00:28.777Z | Aug 19 18:00:27.253 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1312 | 2024-08-19T18:00:28.777Z | Aug 19 18:00:27.253 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1313 | 2024-08-19T18:00:28.777Z | Aug 19 18:00:27.253 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1314 | 2024-08-19T18:00:28.777Z | Aug 19 18:00:27.253 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1315 | 2024-08-19T18:00:28.777Z | Aug 19 18:00:27.253 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1316 | 2024-08-19T18:00:29.015Z | Aug 19 18:00:27.488 INFO Download complete, target: DendriteOpenapi |
1317 | 2024-08-19T18:00:29.174Z | Aug 19 18:00:27.651 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1318 | 2024-08-19T18:00:29.279Z | Aug 19 18:00:27.756 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1319 | 2024-08-19T18:00:29.657Z | Aug 19 18:00:28.134 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1320 | 2024-08-19T18:00:29.678Z | Aug 19 18:00:28.153 INFO Download complete, target: Console |
1321 | 2024-08-19T18:00:29.727Z | Aug 19 18:00:28.204 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1322 | 2024-08-19T18:00:29.977Z | Aug 19 18:00:28.454 INFO Download complete, target: TransceiverControl |
1323 | 2024-08-19T18:00:30.806Z | Aug 19 18:00:29.283 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1324 | 2024-08-19T18:00:31.012Z | Aug 19 18:00:29.488 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1325 | 2024-08-19T18:00:31.012Z | Aug 19 18:00:29.488 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1326 | 2024-08-19T18:00:32.811Z | Aug 19 18:00:31.287 INFO Download complete, target: MaghemiteMgd |
1327 | 2024-08-19T18:00:32.811Z | Aug 19 18:00:31.287 INFO Download complete, target: DendriteStub |
1328 | 2024-08-19T18:00:39.226Z | Aug 19 18:00:37.702 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1329 | 2024-08-19T18:00:39.548Z | Aug 19 18:00:38.024 INFO Checking that binary works, target: Cockroach |
1330 | 2024-08-19T18:00:39.699Z | Aug 19 18:00:38.175 INFO Download complete, target: Cockroach |
1331 | 2024-08-19T18:00:44.694Z | Aug 19 18:00:43.170 INFO Checking that binary works, target: Clickhouse |
1332 | 2024-08-19T18:00:44.908Z | Aug 19 18:00:43.384 INFO Download complete, target: Clickhouse |
1333 | 2024-08-19T18:00:44.915Z | All prerequisites installed successfully |
1334 | 2024-08-19T18:00:44.918Z | |
1335 | 2024-08-19T18:00:44.918Z | real 4:11.042105439 |
1336 | 2024-08-19T18:00:44.918Z | user 11:46.138898161 |
1337 | 2024-08-19T18:00:44.918Z | sys 2:28.494554075 |
1338 | 2024-08-19T18:00:44.918Z | trap 0.435561850 |
1339 | 2024-08-19T18:00:44.918Z | tflt 5.787331178 |
1340 | 2024-08-19T18:00:44.918Z | dflt 7.725946559 |
1341 | 2024-08-19T18:00:44.918Z | kflt 0.600540752 |
1342 | 2024-08-19T18:00:44.918Z | lock 22:10.154401067 |
1343 | 2024-08-19T18:00:44.918Z | slp 46:56.714243889 |
1344 | 2024-08-19T18:00:44.918Z | lat 39.616860475 |
1345 | 2024-08-19T18:00:44.918Z | stop 1:47.721664873 |
1346 | 2024-08-19T18:00:44.918Z | + source ./tools/include/force-git-over-https.sh |
1347 | 2024-08-19T18:00:44.918Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1348 | 2024-08-19T18:00:44.918Z | ++ (( i = 0 )) |
1349 | 2024-08-19T18:00:44.918Z | ++ (( i < 5 )) |
1350 | 2024-08-19T18:00:44.918Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1351 | 2024-08-19T18:00:44.921Z | ++ (( i++ )) |
1352 | 2024-08-19T18:00:44.921Z | ++ (( i < 5 )) |
1353 | 2024-08-19T18:00:44.923Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1354 | 2024-08-19T18:00:44.926Z | ++ (( i++ )) |
1355 | 2024-08-19T18:00:44.926Z | ++ (( i < 5 )) |
1356 | 2024-08-19T18:00:44.926Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1357 | 2024-08-19T18:00:44.928Z | ++ (( i++ )) |
1358 | 2024-08-19T18:00:44.928Z | ++ (( i < 5 )) |
1359 | 2024-08-19T18:00:44.928Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1360 | 2024-08-19T18:00:44.931Z | ++ (( i++ )) |
1361 | 2024-08-19T18:00:44.931Z | ++ (( i < 5 )) |
1362 | 2024-08-19T18:00:44.931Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1363 | 2024-08-19T18:00:44.934Z | ++ (( i++ )) |
1364 | 2024-08-19T18:00:44.934Z | ++ (( i < 5 )) |
1365 | 2024-08-19T18:00:44.934Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1366 | 2024-08-19T18:00:44.934Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1367 | 2024-08-19T18:00:44.934Z | + rc=0 |
1368 | 2024-08-19T18:00:44.934Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1369 | 2024-08-19T18:01:16.813Z | + case $rc in |
1370 | 2024-08-19T18:01:16.813Z | + pfexec zfs create -p rpool/images/build/host |
1371 | 2024-08-19T18:01:17.034Z | + pfexec zfs create -p rpool/images/build/recovery |
1372 | 2024-08-19T18:01:17.111Z | + cargo xtask releng --output-dir /work |
1373 | 2024-08-19T18:01:17.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1374 | 2024-08-19T18:01:17.682Z | Running `target/debug/xtask releng --output-dir /work` |
1375 | 2024-08-19T18:01:18.555Z | Compiling proc-macro2 v1.0.86 |
1376 | 2024-08-19T18:01:18.555Z | Compiling unicode-ident v1.0.12 |
1377 | 2024-08-19T18:01:18.558Z | Compiling libc v0.2.156 |
1378 | 2024-08-19T18:01:18.558Z | Compiling serde v1.0.208 |
1379 | 2024-08-19T18:01:18.558Z | Compiling version_check v0.9.5 |
1380 | 2024-08-19T18:01:18.558Z | Compiling autocfg v1.3.0 |
1381 | 2024-08-19T18:01:18.558Z | Compiling cfg-if v1.0.0 |
1382 | 2024-08-19T18:01:18.558Z | Compiling once_cell v1.19.0 |
1383 | 2024-08-19T18:01:18.857Z | Compiling typenum v1.17.0 |
1384 | 2024-08-19T18:01:18.950Z | Compiling memchr v2.7.2 |
1385 | 2024-08-19T18:01:19.275Z | Compiling generic-array v0.14.7 |
1386 | 2024-08-19T18:01:19.483Z | Compiling lock_api v0.4.12 |
1387 | 2024-08-19T18:01:19.566Z | Compiling ahash v0.8.11 |
1388 | 2024-08-19T18:01:19.833Z | Compiling serde_json v1.0.125 |
1389 | 2024-08-19T18:01:19.869Z | Compiling libm v0.2.8 |
1390 | 2024-08-19T18:01:19.914Z | Compiling num-traits v0.2.19 |
1391 | 2024-08-19T18:01:20.166Z | Compiling parking_lot_core v0.9.10 |
1392 | 2024-08-19T18:01:20.224Z | Compiling byteorder v1.5.0 |
1393 | 2024-08-19T18:01:20.387Z | Compiling quote v1.0.36 |
1394 | 2024-08-19T18:01:20.701Z | Compiling getrandom v0.2.14 |
1395 | 2024-08-19T18:01:20.746Z | Compiling syn v2.0.74 |
1396 | 2024-08-19T18:01:20.782Z | Compiling jobserver v0.1.32 |
1397 | 2024-08-19T18:01:20.952Z | Compiling scopeguard v1.2.0 |
1398 | 2024-08-19T18:01:20.992Z | Compiling log v0.4.21 |
1399 | 2024-08-19T18:01:21.121Z | Compiling cc v1.0.97 |
1400 | 2024-08-19T18:01:21.294Z | Compiling thiserror v1.0.63 |
1401 | 2024-08-19T18:01:21.390Z | Compiling itoa v1.0.11 |
1402 | 2024-08-19T18:01:21.663Z | Compiling slab v0.4.9 |
1403 | 2024-08-19T18:01:21.728Z | Compiling rand_core v0.6.4 |
1404 | 2024-08-19T18:01:21.777Z | Compiling pkg-config v0.3.30 |
1405 | 2024-08-19T18:01:22.295Z | Compiling semver v1.0.23 |
1406 | 2024-08-19T18:01:22.535Z | Compiling ryu v1.0.18 |
1407 | 2024-08-19T18:01:22.854Z | Compiling pin-project-lite v0.2.14 |
1408 | 2024-08-19T18:01:22.872Z | Compiling smallvec v1.13.2 |
1409 | 2024-08-19T18:01:22.875Z | Compiling vcpkg v0.2.15 |
1410 | 2024-08-19T18:01:23.051Z | Compiling allocator-api2 v0.2.18 |
1411 | 2024-08-19T18:01:23.531Z | Compiling spin v0.9.8 |
1412 | 2024-08-19T18:01:23.772Z | Compiling subtle v2.5.0 |
1413 | 2024-08-19T18:01:24.200Z | Compiling const-oid v0.9.6 |
1414 | 2024-08-19T18:01:24.415Z | Compiling signal-hook-registry v1.4.2 |
1415 | 2024-08-19T18:01:24.750Z | Compiling ring v0.17.8 |
1416 | 2024-08-19T18:01:25.212Z | Compiling openssl-sys v0.9.103 |
1417 | 2024-08-19T18:01:25.875Z | Compiling rustix v0.38.34 |
1418 | 2024-08-19T18:01:25.894Z | Compiling heck v0.5.0 |
1419 | 2024-08-19T18:01:26.153Z | Compiling httparse v1.8.0 |
1420 | 2024-08-19T18:01:26.275Z | Compiling schemars v0.8.21 |
1421 | 2024-08-19T18:01:26.636Z | Compiling parking_lot v0.12.2 |
1422 | 2024-08-19T18:01:26.687Z | Compiling mio v1.0.2 |
1423 | 2024-08-19T18:01:26.732Z | Compiling num-conv v0.1.0 |
1424 | 2024-08-19T18:01:27.123Z | Compiling time-core v0.1.2 |
1425 | 2024-08-19T18:01:27.183Z | Compiling futures-core v0.3.30 |
1426 | 2024-08-19T18:01:27.459Z | Compiling time-macros v0.2.18 |
1427 | 2024-08-19T18:01:27.517Z | Compiling socket2 v0.5.7 |
1428 | 2024-08-19T18:01:27.809Z | Compiling openssl v0.10.66 |
1429 | 2024-08-19T18:01:27.928Z | Compiling fnv v1.0.7 |
1430 | 2024-08-19T18:01:28.087Z | Compiling equivalent v1.0.1 |
1431 | 2024-08-19T18:01:28.645Z | Compiling serde_derive_internals v0.29.1 |
1432 | 2024-08-19T18:01:28.714Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2024-08-19T18:01:28.828Z | Compiling native-tls v0.2.11 |
1434 | 2024-08-19T18:01:28.847Z | Compiling rustls v0.21.12 |
1435 | 2024-08-19T18:01:29.041Z | Compiling tinyvec v1.6.0 |
1436 | 2024-08-19T18:01:29.841Z | Compiling futures-sink v0.3.30 |
1437 | 2024-08-19T18:01:30.019Z | Compiling crossbeam-utils v0.8.19 |
1438 | 2024-08-19T18:01:30.630Z | Compiling cookie v0.17.0 |
1439 | 2024-08-19T18:01:30.723Z | Compiling ucd-trie v0.1.6 |
1440 | 2024-08-19T18:01:30.825Z | Compiling unicode-normalization v0.1.23 |
1441 | 2024-08-19T18:01:30.928Z | Compiling cpufeatures v0.2.12 |
1442 | 2024-08-19T18:01:30.969Z | Compiling iana-time-zone v0.1.60 |
1443 | 2024-08-19T18:01:31.376Z | Compiling futures-channel v0.3.30 |
1444 | 2024-08-19T18:01:31.463Z | Compiling pin-utils v0.1.0 |
1445 | 2024-08-19T18:01:31.492Z | Compiling slog v2.7.0 |
1446 | 2024-08-19T18:01:31.601Z | Compiling futures-task v0.3.30 |
1447 | 2024-08-19T18:01:31.601Z | Compiling unicode-bidi v0.3.15 |
1448 | 2024-08-19T18:01:32.096Z | Compiling syn v1.0.109 |
1449 | 2024-08-19T18:01:32.232Z | Compiling futures-io v0.3.30 |
1450 | 2024-08-19T18:01:32.474Z | Compiling aho-corasick v1.1.3 |
1451 | 2024-08-19T18:01:32.687Z | Compiling untrusted v0.9.0 |
1452 | 2024-08-19T18:01:32.969Z | Compiling regex-syntax v0.8.4 |
1453 | 2024-08-19T18:01:33.581Z | Compiling dyn-clone v1.0.17 |
1454 | 2024-08-19T18:01:33.951Z | Compiling crc32fast v1.4.0 |
1455 | 2024-08-19T18:01:34.021Z | Compiling serde_derive v1.0.208 |
1456 | 2024-08-19T18:01:34.111Z | Compiling zeroize_derive v1.4.2 |
1457 | 2024-08-19T18:01:34.456Z | Compiling zerocopy-derive v0.7.34 |
1458 | 2024-08-19T18:01:35.002Z | Compiling tokio-macros v2.4.0 |
1459 | 2024-08-19T18:01:35.614Z | Compiling thiserror-impl v1.0.63 |
1460 | 2024-08-19T18:01:36.538Z | Compiling zeroize v1.7.0 |
1461 | 2024-08-19T18:01:36.588Z | Compiling zerocopy v0.7.34 |
1462 | 2024-08-19T18:01:37.273Z | Compiling futures-macro v0.3.30 |
1463 | 2024-08-19T18:01:39.179Z | Compiling crypto-common v0.1.6 |
1464 | 2024-08-19T18:01:39.328Z | Compiling tracing-attributes v0.1.27 |
1465 | 2024-08-19T18:01:39.527Z | Compiling der_derive v0.7.2 |
1466 | 2024-08-19T18:01:39.640Z | Compiling hashbrown v0.14.5 |
1467 | 2024-08-19T18:01:40.183Z | Compiling block-buffer v0.10.4 |
1468 | 2024-08-19T18:01:40.540Z | Compiling digest v0.10.7 |
1469 | 2024-08-19T18:01:40.957Z | Compiling schemars_derive v0.8.21 |
1470 | 2024-08-19T18:01:41.966Z | Compiling openssl-macros v0.1.1 |
1471 | 2024-08-19T18:01:42.685Z | Compiling scroll_derive v0.12.0 |
1472 | 2024-08-19T18:01:42.775Z | Compiling hmac v0.12.1 |
1473 | 2024-08-19T18:01:43.026Z | Compiling pest v2.7.10 |
1474 | 2024-08-19T18:01:43.073Z | Compiling block-padding v0.3.3 |
1475 | 2024-08-19T18:01:43.137Z | Compiling futures-util v0.3.30 |
1476 | 2024-08-19T18:01:43.340Z | Compiling inout v0.1.3 |
1477 | 2024-08-19T18:01:43.797Z | Compiling cipher v0.4.4 |
1478 | 2024-08-19T18:01:44.233Z | Compiling sha2 v0.10.8 |
1479 | 2024-08-19T18:01:44.348Z | Compiling regex-automata v0.4.6 |
1480 | 2024-08-19T18:01:46.347Z | Compiling pest_meta v2.7.10 |
1481 | 2024-08-19T18:01:47.403Z | Compiling usdt-impl v0.5.0 |
1482 | 2024-08-19T18:01:47.763Z | Compiling heck v0.4.1 |
1483 | 2024-08-19T18:01:48.286Z | Compiling bytes v1.7.1 |
1484 | 2024-08-19T18:01:50.691Z | Compiling bitflags v2.6.0 |
1485 | 2024-08-19T18:01:51.092Z | Compiling tokio v1.39.2 |
1486 | 2024-08-19T18:01:51.376Z | Compiling indexmap v2.4.0 |
1487 | 2024-08-19T18:01:52.034Z | Compiling serde_tokenstream v0.2.2 |
1488 | 2024-08-19T18:01:52.705Z | Compiling uuid v1.10.0 |
1489 | 2024-08-19T18:01:52.818Z | Compiling chrono v0.4.38 |
1490 | 2024-08-19T18:01:53.565Z | Compiling http v0.2.12 |
1491 | 2024-08-19T18:01:53.716Z | Compiling pest_generator v2.7.10 |
1492 | 2024-08-19T18:01:55.757Z | Compiling pest_derive v2.7.10 |
1493 | 2024-08-19T18:01:56.147Z | Compiling rustc_version v0.4.0 |
1494 | 2024-08-19T18:01:56.694Z | Compiling percent-encoding v2.3.1 |
1495 | 2024-08-19T18:01:56.765Z | Compiling base64ct v1.6.0 |
1496 | 2024-08-19T18:01:57.017Z | Compiling powerfmt v0.2.0 |
1497 | 2024-08-19T18:01:57.289Z | Compiling pem-rfc7468 v0.7.0 |
1498 | 2024-08-19T18:01:57.438Z | Compiling deranged v0.3.11 |
1499 | 2024-08-19T18:01:57.643Z | Compiling heapless v0.7.17 |
1500 | 2024-08-19T18:01:58.303Z | Compiling scroll v0.12.0 |
1501 | 2024-08-19T18:01:58.442Z | Compiling zerocopy-derive v0.6.6 |
1502 | 2024-08-19T18:01:59.829Z | Compiling backtrace v0.3.71 |
1503 | 2024-08-19T18:01:59.996Z | Compiling tracing-core v0.1.32 |
1504 | 2024-08-19T18:02:00.293Z | Compiling errno v0.3.9 |
1505 | 2024-08-19T18:02:00.538Z | Compiling ppv-lite86 v0.2.17 |
1506 | 2024-08-19T18:02:00.578Z | Compiling num-bigint-dig v0.8.4 |
1507 | 2024-08-19T18:02:01.328Z | Compiling plain v0.2.3 |
1508 | 2024-08-19T18:02:01.518Z | Compiling num_threads v0.1.7 |
1509 | 2024-08-19T18:02:01.655Z | Compiling flagset v0.4.5 |
1510 | 2024-08-19T18:02:01.782Z | Compiling time v0.3.36 |
1511 | 2024-08-19T18:02:01.936Z | Compiling der v0.7.9 |
1512 | 2024-08-19T18:02:02.311Z | Compiling goblin v0.8.2 |
1513 | 2024-08-19T18:02:02.536Z | Compiling rand_chacha v0.3.1 |
1514 | 2024-08-19T18:02:02.945Z | Compiling tracing v0.1.40 |
1515 | 2024-08-19T18:02:03.566Z | Compiling tokio-util v0.7.11 |
1516 | 2024-08-19T18:02:05.150Z | Compiling regex v1.10.6 |
1517 | 2024-08-19T18:02:05.724Z | Compiling salsa20 v0.10.2 |
1518 | 2024-08-19T18:02:05.846Z | Compiling pbkdf2 v0.12.2 |
1519 | 2024-08-19T18:02:06.065Z | Compiling async-trait v0.1.81 |
1520 | 2024-08-19T18:02:06.565Z | Compiling strsim v0.11.1 |
1521 | 2024-08-19T18:02:07.684Z | Compiling pretty-hex v0.4.1 |
1522 | 2024-08-19T18:02:07.766Z | Compiling rustversion v1.0.17 |
1523 | 2024-08-19T18:02:08.602Z | Compiling dof v0.3.0 |
1524 | 2024-08-19T18:02:09.613Z | Compiling scrypt v0.11.0 |
1525 | 2024-08-19T18:02:10.185Z | Compiling spki v0.7.3 |
1526 | 2024-08-19T18:02:10.587Z | Compiling rand v0.8.5 |
1527 | 2024-08-19T18:02:10.654Z | Compiling form_urlencoded v1.2.1 |
1528 | 2024-08-19T18:02:11.006Z | Compiling dtrace-parser v0.2.0 |
1529 | 2024-08-19T18:02:11.597Z | Compiling cbc v0.1.2 |
1530 | 2024-08-19T18:02:11.873Z | Compiling aes v0.8.4 |
1531 | 2024-08-19T18:02:12.070Z | Compiling thread-id v4.2.1 |
1532 | 2024-08-19T18:02:12.344Z | Compiling smoltcp v0.9.1 |
1533 | 2024-08-19T18:02:13.023Z | Compiling anyhow v1.0.86 |
1534 | 2024-08-19T18:02:13.152Z | Compiling signal-hook v0.3.17 |
1535 | 2024-08-19T18:02:13.186Z | Compiling foreign-types-shared v0.1.1 |
1536 | 2024-08-19T18:02:13.269Z | Compiling try-lock v0.2.5 |
1537 | 2024-08-19T18:02:13.302Z | Compiling unicode-width v0.1.13 |
1538 | 2024-08-19T18:02:13.546Z | Compiling want v0.3.1 |
1539 | 2024-08-19T18:02:13.617Z | Compiling foreign-types v0.3.2 |
1540 | 2024-08-19T18:02:13.858Z | Compiling pkcs5 v0.7.1 |
1541 | 2024-08-19T18:02:16.697Z | Compiling h2 v0.3.26 |
1542 | 2024-08-19T18:02:18.820Z | Compiling http-body v0.4.6 |
1543 | 2024-08-19T18:02:21.055Z | Compiling clap_derive v4.5.13 |
1544 | 2024-08-19T18:02:21.281Z | Compiling socket2 v0.4.10 |
1545 | 2024-08-19T18:02:21.891Z | Compiling cfg_aliases v0.1.1 |
1546 | 2024-08-19T18:02:22.148Z | Compiling tower-service v0.3.2 |
1547 | 2024-08-19T18:02:22.295Z | Compiling siphasher v0.3.11 |
1548 | 2024-08-19T18:02:22.933Z | Compiling httpdate v1.0.3 |
1549 | 2024-08-19T18:02:23.058Z | Compiling base64 v0.21.7 |
1550 | 2024-08-19T18:02:24.107Z | Compiling nix v0.28.0 |
1551 | 2024-08-19T18:02:25.689Z | Compiling hyper v0.14.30 |
1552 | 2024-08-19T18:02:27.982Z | Compiling pkcs8 v0.10.2 |
1553 | 2024-08-19T18:02:30.281Z | Compiling rustls-webpki v0.101.7 |
1554 | 2024-08-19T18:02:30.852Z | Compiling sct v0.7.1 |
1555 | 2024-08-19T18:02:32.129Z | Compiling openapiv3 v2.0.0 |
1556 | 2024-08-19T18:02:32.757Z | Compiling hubpack_derive v0.1.1 |
1557 | 2024-08-19T18:02:35.427Z | Compiling idna v0.5.0 |
1558 | 2024-08-19T18:02:38.967Z | Compiling fs-err v2.11.0 |
1559 | 2024-08-19T18:02:39.043Z | Compiling openssl-probe v0.1.5 |
1560 | 2024-08-19T18:02:39.160Z | Compiling utf8parse v0.2.1 |
1561 | 2024-08-19T18:02:39.424Z | Compiling finl_unicode v1.2.0 |
1562 | 2024-08-19T18:02:39.575Z | Compiling anstyle v1.0.8 |
1563 | 2024-08-19T18:02:39.763Z | Compiling adler v1.0.2 |
1564 | 2024-08-19T18:02:40.104Z | Compiling stringprep v0.1.4 |
1565 | 2024-08-19T18:02:40.111Z | Compiling miniz_oxide v0.7.2 |
1566 | 2024-08-19T18:02:41.395Z | Compiling anstyle-parse v0.2.4 |
1567 | 2024-08-19T18:02:42.762Z | Compiling url v2.5.2 |
1568 | 2024-08-19T18:02:45.333Z | Compiling usdt-attr-macro v0.5.0 |
1569 | 2024-08-19T18:02:46.624Z | Compiling usdt-macro v0.5.0 |
1570 | 2024-08-19T18:02:48.126Z | Compiling serde_spanned v0.6.7 |
1571 | 2024-08-19T18:02:48.320Z | Compiling toml_datetime v0.6.8 |
1572 | 2024-08-19T18:02:48.353Z | Compiling regress v0.9.1 |
1573 | 2024-08-19T18:02:48.751Z | Compiling md-5 v0.10.6 |
1574 | 2024-08-19T18:02:48.998Z | Compiling idna v0.3.0 |
1575 | 2024-08-19T18:02:50.249Z | Compiling lazy_static v1.5.0 |
1576 | 2024-08-19T18:02:50.386Z | Compiling num-integer v0.1.46 |
1577 | 2024-08-19T18:02:51.026Z | Compiling hash32 v0.2.1 |
1578 | 2024-08-19T18:02:51.114Z | Compiling encoding_rs v0.8.34 |
1579 | 2024-08-19T18:02:51.708Z | Compiling mime v0.3.17 |
1580 | 2024-08-19T18:02:52.103Z | Compiling gimli v0.28.1 |
1581 | 2024-08-19T18:02:52.177Z | Compiling is_terminal_polyfill v1.70.0 |
1582 | 2024-08-19T18:02:52.312Z | Compiling colorchoice v1.0.1 |
1583 | 2024-08-19T18:02:52.477Z | Compiling fallible-iterator v0.2.0 |
1584 | 2024-08-19T18:02:52.799Z | Compiling base64 v0.22.1 |
1585 | 2024-08-19T18:02:53.127Z | Compiling psl-types v2.0.11 |
1586 | 2024-08-19T18:02:53.193Z | Compiling stable_deref_trait v1.2.0 |
1587 | 2024-08-19T18:02:53.326Z | Compiling anstyle-query v1.0.3 |
1588 | 2024-08-19T18:02:53.461Z | Compiling anstream v0.6.14 |
1589 | 2024-08-19T18:02:53.480Z | Compiling publicsuffix v2.2.3 |
1590 | 2024-08-19T18:02:53.775Z | Compiling postgres-protocol v0.6.7 |
1591 | 2024-08-19T18:02:54.114Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1592 | 2024-08-19T18:02:59.420Z | Compiling addr2line v0.21.0 |
1593 | 2024-08-19T18:02:59.456Z | Compiling num-iter v0.1.45 |
1594 | 2024-08-19T18:02:59.459Z | Compiling tokio-rustls v0.24.1 |
1595 | 2024-08-19T18:02:59.459Z | Compiling terminal_size v0.3.0 |
1596 | 2024-08-19T18:02:59.459Z | Compiling tokio-native-tls v0.3.1 |
1597 | 2024-08-19T18:02:59.939Z | Compiling phf_shared v0.11.2 |
1598 | 2024-08-19T18:03:00.248Z | Compiling strum_macros v0.25.3 |
1599 | 2024-08-19T18:03:00.384Z | Compiling serde_urlencoded v0.7.1 |
1600 | 2024-08-19T18:03:01.510Z | Compiling enum-as-inner v0.6.0 |
1601 | 2024-08-19T18:03:01.696Z | Compiling serde_repr v0.1.19 |
1602 | 2024-08-19T18:03:01.811Z | Compiling ff v0.13.0 |
1603 | 2024-08-19T18:03:01.926Z | Compiling object v0.32.2 |
1604 | 2024-08-19T18:03:02.070Z | Compiling clap_lex v0.7.0 |
1605 | 2024-08-19T18:03:02.586Z | Compiling rustc-demangle v0.1.24 |
1606 | 2024-08-19T18:03:03.176Z | Compiling managed v0.8.0 |
1607 | 2024-08-19T18:03:03.178Z | Compiling ipnet v2.9.0 |
1608 | 2024-08-19T18:03:03.467Z | Compiling either v1.13.0 |
1609 | 2024-08-19T18:03:03.917Z | Compiling bitflags v1.3.2 |
1610 | 2024-08-19T18:03:03.970Z | Compiling base16ct v0.2.0 |
1611 | 2024-08-19T18:03:04.619Z | Compiling winnow v0.5.40 |
1612 | 2024-08-19T18:03:04.735Z | Compiling rustls-pemfile v1.0.4 |
1613 | 2024-08-19T18:03:05.136Z | Compiling sec1 v0.7.3 |
1614 | 2024-08-19T18:03:05.808Z | Compiling clap_builder v4.5.15 |
1615 | 2024-08-19T18:03:06.238Z | Compiling group v0.13.0 |
1616 | 2024-08-19T18:03:06.284Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1617 | 2024-08-19T18:03:08.611Z | Compiling toml_edit v0.19.15 |
1618 | 2024-08-19T18:03:08.660Z | Compiling phf v0.11.2 |
1619 | 2024-08-19T18:03:09.434Z | Compiling hyper-tls v0.5.0 |
1620 | 2024-08-19T18:03:10.195Z | Compiling hyper-rustls v0.24.2 |
1621 | 2024-08-19T18:03:10.582Z | Compiling cookie_store v0.20.0 |
1622 | 2024-08-19T18:03:11.049Z | Compiling postgres-types v0.2.7 |
1623 | 2024-08-19T18:03:12.041Z | Compiling hubpack v0.1.2 |
1624 | 2024-08-19T18:03:12.271Z | Compiling pkcs1 v0.7.5 |
1625 | 2024-08-19T18:03:12.572Z | Compiling phf_shared v0.10.0 |
1626 | 2024-08-19T18:03:13.139Z | Compiling zerocopy v0.6.6 |
1627 | 2024-08-19T18:03:13.177Z | Compiling futures-executor v0.3.30 |
1628 | 2024-08-19T18:03:13.240Z | Compiling bstr v1.9.1 |
1629 | 2024-08-19T18:03:13.295Z | Compiling hkdf v0.12.4 |
1630 | 2024-08-19T18:03:13.331Z | Compiling signature v2.2.0 |
1631 | 2024-08-19T18:03:13.545Z | Compiling crypto-bigint v0.5.5 |
1632 | 2024-08-19T18:03:13.665Z | Compiling idna v0.4.0 |
1633 | 2024-08-19T18:03:13.766Z | Compiling float-cmp v0.9.0 |
1634 | 2024-08-19T18:03:14.014Z | Compiling mio v0.8.11 |
1635 | 2024-08-19T18:03:14.016Z | Compiling memmap v0.7.0 |
1636 | 2024-08-19T18:03:14.879Z | Compiling new_debug_unreachable v1.0.6 |
1637 | 2024-08-19T18:03:14.983Z | Compiling predicates-core v1.0.6 |
1638 | 2024-08-19T18:03:15.119Z | Compiling webpki-roots v0.25.4 |
1639 | 2024-08-19T18:03:15.209Z | Compiling data-encoding v2.6.0 |
1640 | 2024-08-19T18:03:15.278Z | Compiling fixedbitset v0.4.2 |
1641 | 2024-08-19T18:03:15.326Z | Compiling difflib v0.4.0 |
1642 | 2024-08-19T18:03:15.470Z | Compiling winnow v0.6.18 |
1643 | 2024-08-19T18:03:15.695Z | Compiling unicode-segmentation v1.11.0 |
1644 | 2024-08-19T18:03:15.814Z | Compiling sync_wrapper v0.1.2 |
1645 | 2024-08-19T18:03:15.968Z | Compiling whoami v1.5.1 |
1646 | 2024-08-19T18:03:16.523Z | Compiling bit-vec v0.6.3 |
1647 | 2024-08-19T18:03:16.525Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-08-19T18:03:16.680Z | Compiling minimal-lexical v0.2.1 |
1649 | 2024-08-19T18:03:16.716Z | Compiling static_assertions v1.1.0 |
1650 | 2024-08-19T18:03:16.964Z | Compiling normalize-line-endings v0.3.0 |
1651 | 2024-08-19T18:03:17.093Z | Compiling predicates v3.1.2 |
1652 | 2024-08-19T18:03:17.118Z | Compiling nom v7.1.3 |
1653 | 2024-08-19T18:03:17.199Z | Compiling bit-set v0.5.3 |
1654 | 2024-08-19T18:03:17.442Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1655 | 2024-08-19T18:03:17.509Z | Compiling reqwest v0.11.27 |
1656 | 2024-08-19T18:03:17.957Z | Compiling string_cache v0.8.7 |
1657 | 2024-08-19T18:03:18.169Z | Compiling elliptic-curve v0.13.8 |
1658 | 2024-08-19T18:03:18.427Z | Compiling similar v2.6.0 |
1659 | 2024-08-19T18:03:18.637Z | Compiling tokio-postgres v0.7.11 |
1660 | 2024-08-19T18:03:18.952Z | Compiling hickory-proto v0.24.1 |
1661 | 2024-08-19T18:03:19.347Z | Compiling toml_edit v0.22.20 |
1662 | 2024-08-19T18:03:20.935Z | Compiling petgraph v0.6.5 |
1663 | 2024-08-19T18:03:23.882Z | Compiling signal-hook-mio v0.2.4 |
1664 | 2024-08-19T18:03:23.904Z | Compiling usdt v0.5.0 |
1665 | 2024-08-19T18:03:24.838Z | Compiling rsa v0.9.6 |
1666 | 2024-08-19T18:03:24.897Z | Compiling futures v0.3.30 |
1667 | 2024-08-19T18:03:26.548Z | Compiling toml v0.7.8 |
1668 | 2024-08-19T18:03:26.740Z | Compiling clap v4.5.16 |
1669 | 2024-08-19T18:03:26.880Z | Compiling flate2 v1.0.31 |
1670 | 2024-08-19T18:03:26.940Z | Compiling crossbeam-epoch v0.9.18 |
1671 | 2024-08-19T18:03:27.689Z | Compiling itertools v0.12.1 |
1672 | 2024-08-19T18:03:27.865Z | Compiling itertools v0.10.5 |
1673 | 2024-08-19T18:03:28.171Z | Compiling console v0.15.8 |
1674 | 2024-08-19T18:03:29.468Z | Compiling tokio-stream v0.1.15 |
1675 | 2024-08-19T18:03:29.727Z | Compiling hex v0.4.3 |
1676 | 2024-08-19T18:03:30.490Z | Compiling sha1 v0.10.6 |
1677 | 2024-08-19T18:03:30.926Z | Compiling radium v0.7.0 |
1678 | 2024-08-19T18:03:31.057Z | Compiling camino v1.1.9 |
1679 | 2024-08-19T18:03:31.588Z | Compiling lalrpop-util v0.19.12 |
1680 | 2024-08-19T18:03:31.639Z | Compiling peg-runtime v0.8.3 |
1681 | 2024-08-19T18:03:31.978Z | Compiling unicode-xid v0.2.4 |
1682 | 2024-08-19T18:03:32.200Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1683 | 2024-08-19T18:03:36.409Z | Compiling is-terminal v0.4.12 |
1684 | 2024-08-19T18:03:40.650Z | Compiling maybe-uninit v2.0.0 |
1685 | 2024-08-19T18:03:41.153Z | Compiling ident_case v1.0.1 |
1686 | 2024-08-19T18:03:42.282Z | Compiling tap v1.0.1 |
1687 | 2024-08-19T18:03:42.367Z | Compiling rustls-pki-types v1.7.0 |
1688 | 2024-08-19T18:03:42.489Z | Compiling wyz v0.5.1 |
1689 | 2024-08-19T18:03:43.957Z | Compiling darling_core v0.20.9 |
1690 | 2024-08-19T18:03:57.423Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1691 | 2024-08-19T18:03:58.147Z | Compiling getopts v0.2.21 |
1692 | 2024-08-19T18:03:59.156Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1693 | 2024-08-19T18:03:59.697Z | Compiling dirs-sys-next v0.1.2 |
1694 | 2024-08-19T18:04:00.716Z | Compiling paste v1.0.15 |
1695 | 2024-08-19T18:04:01.236Z | Compiling rustls v0.22.4 |
1696 | 2024-08-19T18:04:01.378Z | Compiling funty v2.0.0 |
1697 | 2024-08-19T18:04:01.580Z | Compiling packed_struct v0.10.1 |
1698 | 2024-08-19T18:04:01.702Z | Compiling unsafe-libyaml v0.2.11 |
1699 | 2024-08-19T18:04:03.115Z | Compiling serde_yaml v0.9.34+deprecated |
1700 | 2024-08-19T18:04:03.571Z | Compiling bitvec v1.0.1 |
1701 | 2024-08-19T18:04:04.297Z | Compiling dirs-next v2.0.0 |
1702 | 2024-08-19T18:04:08.093Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1703 | 2024-08-19T18:04:09.926Z | Compiling darling_macro v0.20.9 |
1704 | 2024-08-19T18:04:11.356Z | Compiling rustls-webpki v0.102.4 |
1705 | 2024-08-19T18:04:12.750Z | Compiling packed_struct_codegen v0.10.1 |
1706 | 2024-08-19T18:04:14.620Z | Compiling structmeta-derive v0.3.0 |
1707 | 2024-08-19T18:04:14.993Z | Compiling thread_local v1.1.8 |
1708 | 2024-08-19T18:04:15.400Z | Compiling indexmap v1.9.3 |
1709 | 2024-08-19T18:04:15.539Z | Compiling multer v3.1.0 |
1710 | 2024-08-19T18:04:15.681Z | Compiling nodrop v0.1.14 |
1711 | 2024-08-19T18:04:15.734Z | Compiling match_cfg v0.1.0 |
1712 | 2024-08-19T18:04:15.822Z | Compiling fastrand v2.1.0 |
1713 | 2024-08-19T18:04:15.841Z | Compiling crc-catalog v2.4.0 |
1714 | 2024-08-19T18:04:15.841Z | Compiling rayon-core v1.12.1 |
1715 | 2024-08-19T18:04:15.875Z | Compiling slog-async v2.8.0 |
1716 | 2024-08-19T18:04:16.424Z | Compiling tempfile v3.10.1 |
1717 | 2024-08-19T18:04:16.555Z | Compiling crc v3.2.1 |
1718 | 2024-08-19T18:04:16.723Z | Compiling hostname v0.3.1 |
1719 | 2024-08-19T18:04:17.022Z | Compiling array-init v0.0.4 |
1720 | 2024-08-19T18:04:17.236Z | Compiling structmeta v0.3.0 |
1721 | 2024-08-19T18:04:18.331Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1722 | 2024-08-19T18:04:20.189Z | Compiling smallvec v0.6.14 |
1723 | 2024-08-19T18:04:20.696Z | Compiling darling v0.20.9 |
1724 | 2024-08-19T18:04:20.832Z | Compiling term v0.7.0 |
1725 | 2024-08-19T18:04:23.010Z | Compiling crossbeam-deque v0.8.5 |
1726 | 2024-08-19T18:04:23.453Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-19T18:04:25.015Z | Compiling slog-json v2.6.1 |
1728 | 2024-08-19T18:04:25.510Z | Compiling crossbeam-channel v0.5.12 |
1729 | 2024-08-19T18:04:26.019Z | Compiling http v1.1.0 |
1730 | 2024-08-19T18:04:27.442Z | Compiling pin-project-internal v1.1.5 |
1731 | 2024-08-19T18:04:28.000Z | Compiling async-stream-impl v0.3.5 |
1732 | 2024-08-19T18:04:30.854Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1733 | 2024-08-19T18:04:31.884Z | Compiling take_mut v0.2.2 |
1734 | 2024-08-19T18:04:32.545Z | Compiling same-file v1.0.6 |
1735 | 2024-08-19T18:04:32.711Z | Compiling atomic-waker v1.1.2 |
1736 | 2024-08-19T18:04:33.330Z | Compiling termcolor v1.4.1 |
1737 | 2024-08-19T18:04:34.300Z | Compiling hashbrown v0.12.3 |
1738 | 2024-08-19T18:04:34.554Z | Compiling bitfield v0.14.0 |
1739 | 2024-08-19T18:04:34.889Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1740 | 2024-08-19T18:04:45.648Z | Compiling env_logger v0.10.2 |
1741 | 2024-08-19T18:04:47.459Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1742 | 2024-08-19T18:04:49.894Z | Compiling waitgroup v0.1.2 |
1743 | 2024-08-19T18:04:50.151Z | Compiling walkdir v2.5.0 |
1744 | 2024-08-19T18:04:54.648Z | Compiling pin-project v1.1.5 |
1745 | 2024-08-19T18:04:54.734Z | Compiling async-stream v0.3.5 |
1746 | 2024-08-19T18:04:55.060Z | Compiling slog-bunyan v2.5.0 |
1747 | 2024-08-19T18:04:55.336Z | Compiling tokio-rustls v0.25.0 |
1748 | 2024-08-19T18:04:56.160Z | Compiling slog-term v2.9.1 |
1749 | 2024-08-19T18:04:56.290Z | Compiling serde_with_macros v3.9.0 |
1750 | 2024-08-19T18:04:57.559Z | Compiling serde-hex v0.1.0 |
1751 | 2024-08-19T18:04:58.027Z | Compiling bzip2 v0.4.4 |
1752 | 2024-08-19T18:04:58.511Z | Compiling parse-display-derive v0.10.0 |
1753 | 2024-08-19T18:04:58.850Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1754 | 2024-08-19T18:04:59.021Z | Compiling toml v0.8.19 |
1755 | 2024-08-19T18:04:59.206Z | Compiling rustls-pemfile v2.1.3 |
1756 | 2024-08-19T18:05:02.492Z | Compiling x509-cert v0.2.5 |
1757 | 2024-08-19T18:05:02.661Z | Compiling ron v0.8.1 |
1758 | 2024-08-19T18:05:02.835Z | Compiling ipnetwork v0.20.0 |
1759 | 2024-08-19T18:05:03.470Z | Compiling newtype-uuid v1.1.0 |
1760 | 2024-08-19T18:05:03.794Z | Compiling strum_macros v0.26.4 |
1761 | 2024-08-19T18:05:03.861Z | Compiling xattr v1.3.1 |
1762 | 2024-08-19T18:05:04.326Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1763 | 2024-08-19T18:05:05.428Z | Compiling serde_path_to_error v0.1.16 |
1764 | 2024-08-19T18:05:06.142Z | Compiling snafu-derive v0.8.2 |
1765 | 2024-08-19T18:05:06.480Z | Compiling hashbrown v0.13.2 |
1766 | 2024-08-19T18:05:06.685Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1767 | 2024-08-19T18:05:07.531Z | Compiling ring v0.16.20 |
1768 | 2024-08-19T18:05:07.918Z | Compiling blake3 v1.5.1 |
1769 | 2024-08-19T18:05:08.507Z | Compiling hostname v0.4.0 |
1770 | 2024-08-19T18:05:08.533Z | Compiling filetime v0.2.24 |
1771 | 2024-08-19T18:05:08.597Z | Compiling instant v0.1.12 |
1772 | 2024-08-19T18:05:08.775Z | Compiling buf-list v1.0.3 |
1773 | 2024-08-19T18:05:08.879Z | Compiling debug-ignore v1.0.5 |
1774 | 2024-08-19T18:05:08.898Z | Compiling crc-any v2.5.0 |
1775 | 2024-08-19T18:05:09.332Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1776 | 2024-08-19T18:05:09.427Z | Compiling tar v0.4.41 |
1777 | 2024-08-19T18:05:09.715Z | Compiling backoff v0.4.0 |
1778 | 2024-08-19T18:05:10.724Z | Compiling strum v0.26.3 |
1779 | 2024-08-19T18:05:10.938Z | Compiling object v0.30.4 |
1780 | 2024-08-19T18:05:11.108Z | Compiling snafu v0.8.2 |
1781 | 2024-08-19T18:05:12.425Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1782 | 2024-08-19T18:05:12.650Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1783 | 2024-08-19T18:05:14.375Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1784 | 2024-08-19T18:05:14.395Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1785 | 2024-08-19T18:05:14.763Z | Compiling parse-display v0.10.0 |
1786 | 2024-08-19T18:05:14.962Z | Compiling serde_with v3.9.0 |
1787 | 2024-08-19T18:05:15.943Z | Compiling zip v0.6.6 |
1788 | 2024-08-19T18:05:16.764Z | Compiling rayon v1.10.0 |
1789 | 2024-08-19T18:05:18.081Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1790 | 2024-08-19T18:05:18.811Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1791 | 2024-08-19T18:05:18.838Z | Compiling camino-tempfile v1.1.1 |
1792 | 2024-08-19T18:05:19.374Z | Compiling globset v0.4.14 |
1793 | 2024-08-19T18:05:19.648Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1794 | 2024-08-19T18:05:19.861Z | Compiling pem v3.0.4 |
1795 | 2024-08-19T18:05:20.484Z | Compiling olpc-cjson v0.1.3 |
1796 | 2024-08-19T18:05:20.858Z | Compiling serde_plain v1.0.2 |
1797 | 2024-08-19T18:05:21.377Z | Compiling macaddr v1.0.1 |
1798 | 2024-08-19T18:05:21.413Z | Compiling async-recursion v1.1.1 |
1799 | 2024-08-19T18:05:22.056Z | Compiling memmap2 v0.9.4 |
1800 | 2024-08-19T18:05:22.680Z | Compiling constant_time_eq v0.3.0 |
1801 | 2024-08-19T18:05:22.802Z | Compiling arrayvec v0.7.4 |
1802 | 2024-08-19T18:05:22.882Z | Compiling spin v0.5.2 |
1803 | 2024-08-19T18:05:22.978Z | Compiling path-slash v0.1.5 |
1804 | 2024-08-19T18:05:23.157Z | Compiling arrayref v0.3.7 |
1805 | 2024-08-19T18:05:23.242Z | Compiling typed-path v0.7.1 |
1806 | 2024-08-19T18:05:23.281Z | Compiling untrusted v0.7.1 |
1807 | 2024-08-19T18:05:24.470Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1808 | 2024-08-19T18:05:26.033Z | Compiling tough v0.17.1 |
1809 | 2024-08-19T18:05:27.258Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1810 | 2024-08-19T18:05:28.824Z | Compiling itertools v0.13.0 |
1811 | 2024-08-19T18:05:30.292Z | Compiling cargo-platform v0.1.8 |
1812 | 2024-08-19T18:05:31.157Z | Compiling topological-sort v0.2.2 |
1813 | 2024-08-19T18:05:31.457Z | Compiling parse-size v1.0.0 |
1814 | 2024-08-19T18:05:31.475Z | Compiling omicron-zone-package v0.11.0 |
1815 | 2024-08-19T18:05:31.747Z | Compiling cargo_metadata v0.18.1 |
1816 | 2024-08-19T18:05:32.603Z | Compiling shell-words v1.1.0 |
1817 | 2024-08-19T18:05:39.356Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1818 | 2024-08-19T18:05:52.496Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1819 | 2024-08-19T18:06:07.354Z | Finished `release` profile [optimized] target(s) in 4m 49s |
1820 | 2024-08-19T18:06:07.503Z | Running `target/release/omicron-releng --output-dir /work` |
1821 | 2024-08-19T18:06:07.550Z | Aug 19 18:06:05.993 DEBG changing working directory to /work/oxidecomputer/omicron |
1822 | 2024-08-19T18:06:07.647Z | Aug 19 18:06:06.092 DEBG running: git rev-parse HEAD |
1823 | 2024-08-19T18:06:07.655Z | Aug 19 18:06:06.099 DEBG process exited with exit status: 0 (7.666982ms) |
1824 | 2024-08-19T18:06:07.655Z | Aug 19 18:06:06.099 INFO version: 10.0.0-0.ci+gitd16bbb38740 |
1825 | 2024-08-19T18:06:07.695Z | Aug 19 18:06:06.140 INFO cloning helios to /work/oxidecomputer/helios |
1826 | 2024-08-19T18:06:07.695Z | Aug 19 18:06:06.140 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1827 | 2024-08-19T18:06:07.702Z | Cloning into '/work/oxidecomputer/helios'... |
1828 | 2024-08-19T18:06:08.189Z | Aug 19 18:06:06.634 DEBG process exited with exit status: 0 (493.191927ms) |
1829 | 2024-08-19T18:06:08.189Z | Aug 19 18:06:06.634 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1830 | 2024-08-19T18:06:08.197Z | # branch.oid a5ccc5c4a6b6ddc3bebf9b1734b1b844350e0f70 |
1831 | 2024-08-19T18:06:08.197Z | # branch.head master |
1832 | 2024-08-19T18:06:08.197Z | # branch.upstream origin/master |
1833 | 2024-08-19T18:06:08.197Z | # branch.ab +0 -0 |
1834 | 2024-08-19T18:06:08.199Z | Aug 19 18:06:06.643 DEBG process exited with exit status: 0 (8.801507ms) |
1835 | 2024-08-19T18:06:08.199Z | Aug 19 18:06:06.643 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1836 | 2024-08-19T18:06:08.950Z | Aug 19 18:06:07.394 DEBG process exited with exit status: 0 (751.697651ms) |
1837 | 2024-08-19T18:06:08.950Z | Aug 19 18:06:07.394 DEBG running: zfs list rpool/images/build/host |
1838 | 2024-08-19T18:06:08.957Z | NAME USED AVAIL REFER MOUNTPOINT |
1839 | 2024-08-19T18:06:08.957Z | rpool/images/build/host 24K 153G 24K /rpool/images/build/host |
1840 | 2024-08-19T18:06:08.959Z | Aug 19 18:06:07.402 DEBG process exited with exit status: 0 (7.718088ms) |
1841 | 2024-08-19T18:06:08.959Z | Aug 19 18:06:07.402 DEBG running: zfs list rpool/images/build/recovery |
1842 | 2024-08-19T18:06:08.964Z | NAME USED AVAIL REFER MOUNTPOINT |
1843 | 2024-08-19T18:06:08.964Z | rpool/images/build/recovery 24K 153G 24K /rpool/images/build/recovery |
1844 | 2024-08-19T18:06:08.966Z | Aug 19 18:06:07.409 DEBG process exited with exit status: 0 (6.976724ms) |
1845 | 2024-08-19T18:06:08.966Z | Aug 19 18:06:07.410 INFO [hubris-staging] running task |
1846 | 2024-08-19T18:06:08.966Z | Aug 19 18:06:07.410 INFO [hubris-production] running task |
1847 | 2024-08-19T18:06:08.966Z | Aug 19 18:06:07.411 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 |
1848 | 2024-08-19T18:06:08.970Z | Aug 19 18:06:07.414 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1849 | 2024-08-19T18:06:09.323Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1850 | 2024-08-19T18:06:09.502Z | [ omicron-package] Blocking waiting for file lock on package cache |
1851 | 2024-08-19T18:06:10.074Z | [ omicron-package] Blocking waiting for file lock on package cache |
1852 | 2024-08-19T18:06:10.231Z | Aug 19 18:06:08.673 INFO [hubris-production] task succeeded (1.26237223s) |
1853 | 2024-08-19T18:06:10.322Z | [ omicron-package] Blocking waiting for file lock on package cache |
1854 | 2024-08-19T18:06:11.150Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1855 | 2024-08-19T18:06:11.150Z | [ omicron-package] Compiling heapless v0.8.0 |
1856 | 2024-08-19T18:06:11.155Z | [ omicron-package] Compiling hash32 v0.3.1 |
1857 | 2024-08-19T18:06:11.155Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1858 | 2024-08-19T18:06:11.155Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1859 | 2024-08-19T18:06:11.155Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1860 | 2024-08-19T18:06:11.155Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1861 | 2024-08-19T18:06:11.155Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1862 | 2024-08-19T18:06:11.892Z | [ omicron-package] Compiling cobs v0.2.3 |
1863 | 2024-08-19T18:06:12.706Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1864 | 2024-08-19T18:06:12.791Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1865 | 2024-08-19T18:06:12.904Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1866 | 2024-08-19T18:06:12.987Z | [ omicron-package] Compiling postcard v1.0.8 |
1867 | 2024-08-19T18:06:13.202Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1868 | 2024-08-19T18:06:13.628Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1869 | 2024-08-19T18:06:13.804Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1870 | 2024-08-19T18:06:13.804Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1871 | 2024-08-19T18:06:14.788Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1872 | 2024-08-19T18:06:14.892Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1873 | 2024-08-19T18:06:15.061Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1874 | 2024-08-19T18:06:15.319Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1875 | 2024-08-19T18:06:15.534Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1876 | 2024-08-19T18:06:15.933Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1877 | 2024-08-19T18:06:16.270Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1878 | 2024-08-19T18:06:16.306Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1879 | 2024-08-19T18:06:16.757Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1880 | 2024-08-19T18:06:16.868Z | [ omicron-package] Compiling num_enum v0.5.11 |
1881 | 2024-08-19T18:06:17.378Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1882 | 2024-08-19T18:06:17.483Z | [ omicron-package] Compiling colored v2.1.0 |
1883 | 2024-08-19T18:06:17.561Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1884 | 2024-08-19T18:06:17.642Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1885 | 2024-08-19T18:06:17.875Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1886 | 2024-08-19T18:06:18.241Z | [ omicron-package] Compiling num-derive v0.4.2 |
1887 | 2024-08-19T18:06:18.456Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1888 | 2024-08-19T18:06:18.583Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1889 | 2024-08-19T18:06:18.894Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1890 | 2024-08-19T18:06:19.045Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1891 | 2024-08-19T18:06:19.418Z | Aug 19 18:06:17.861 INFO [hubris-staging] task succeeded (10.451245297s) |
1892 | 2024-08-19T18:06:19.643Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1893 | 2024-08-19T18:06:19.708Z | [ omicron-package] Compiling smf v0.2.3 |
1894 | 2024-08-19T18:06:19.784Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1895 | 2024-08-19T18:06:20.622Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1896 | 2024-08-19T18:06:20.885Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1897 | 2024-08-19T18:06:21.099Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1898 | 2024-08-19T18:06:23.709Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1899 | 2024-08-19T18:06:23.712Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1900 | 2024-08-19T18:06:24.540Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1901 | 2024-08-19T18:06:25.187Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1902 | 2024-08-19T18:06:25.296Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1903 | 2024-08-19T18:06:25.445Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1904 | 2024-08-19T18:06:25.700Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1905 | 2024-08-19T18:06:26.925Z | [ omicron-package] Compiling gethostname v0.5.0 |
1906 | 2024-08-19T18:06:27.245Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1907 | 2024-08-19T18:06:28.408Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1908 | 2024-08-19T18:06:29.069Z | [ omicron-package] Compiling indicatif v0.17.8 |
1909 | 2024-08-19T18:06:30.786Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1910 | 2024-08-19T18:06:34.427Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1911 | 2024-08-19T18:06:34.930Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1912 | 2024-08-19T18:06:36.593Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1913 | 2024-08-19T18:06:52.848Z | [ helios-setup] Aug 19 18:06:51.288 INFO helios repository root is: /work/oxidecomputer/helios |
1914 | 2024-08-19T18:06:52.851Z | [ helios-setup] Aug 19 18:06:51.291 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 |
1915 | 2024-08-19T18:06:52.851Z | [ helios-setup] Aug 19 18:06:51.291 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1916 | 2024-08-19T18:06:52.857Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1917 | 2024-08-19T18:06:53.717Z | [ helios-setup] Aug 19 18:06:52.155 INFO clone ok!, project: pinprick |
1918 | 2024-08-19T18:06:53.723Z | [ helios-setup] Aug 19 18:06:52.156 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 |
1919 | 2024-08-19T18:06:53.723Z | [ helios-setup] Aug 19 18:06:52.156 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
1920 | 2024-08-19T18:06:53.735Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
1921 | 2024-08-19T18:06:56.314Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 47.33s |
1922 | 2024-08-19T18:06:56.531Z | [ omicron-package] |
1923 | 2024-08-19T18:06:56.531Z | [ omicron-package] real 47.514720705 |
1924 | 2024-08-19T18:06:56.533Z | [ omicron-package] user 2:48.199370193 |
1925 | 2024-08-19T18:06:56.533Z | [ omicron-package] sys 22.474194524 |
1926 | 2024-08-19T18:06:56.533Z | [ omicron-package] trap 0.183466780 |
1927 | 2024-08-19T18:06:56.533Z | [ omicron-package] tflt 0.411859431 |
1928 | 2024-08-19T18:06:56.533Z | [ omicron-package] dflt 0.504531130 |
1929 | 2024-08-19T18:06:56.533Z | [ omicron-package] kflt 0.017623470 |
1930 | 2024-08-19T18:06:56.533Z | [ omicron-package] lock 5:22.104121822 |
1931 | 2024-08-19T18:06:56.533Z | [ omicron-package] slp 9:17.975762202 |
1932 | 2024-08-19T18:06:56.533Z | [ omicron-package] lat 1:44.037055609 |
1933 | 2024-08-19T18:06:56.533Z | [ omicron-package] stop 59.284602298 |
1934 | 2024-08-19T18:06:56.533Z | Aug 19 18:06:54.972 INFO [omicron-package] process exited with exit status: 0 (47.560784363s) |
1935 | 2024-08-19T18:06:56.534Z | Aug 19 18:06:54.972 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 |
1936 | 2024-08-19T18:06:56.576Z | Aug 19 18:06:55.016 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1937 | 2024-08-19T18:06:56.588Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1938 | 2024-08-19T18:06:56.591Z | [ host-target] Created new build target 'host' and set it as active |
1939 | 2024-08-19T18:06:56.593Z | Aug 19 18:06:55.032 INFO [host-target] process exited with exit status: 0 (59.57905ms) |
1940 | 2024-08-19T18:06:56.593Z | Aug 19 18:06:55.032 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1941 | 2024-08-19T18:06:56.598Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1942 | 2024-08-19T18:06:56.598Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1943 | 2024-08-19T18:06:56.600Z | Aug 19 18:06:55.040 INFO [recovery-target] process exited with exit status: 0 (24.103303ms) |
1944 | 2024-08-19T18:06:56.609Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1945 | 2024-08-19T18:06:57.887Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1946 | 2024-08-19T18:06:57.890Z | [ host-package] Compiling camino v1.1.9 |
1947 | 2024-08-19T18:06:57.890Z | [ host-package] Compiling password-hash v0.5.0 |
1948 | 2024-08-19T18:06:57.890Z | [ host-package] Compiling blake2 v0.10.6 |
1949 | 2024-08-19T18:06:57.890Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1950 | 2024-08-19T18:06:57.890Z | [ host-package] Compiling derive-where v1.2.7 |
1951 | 2024-08-19T18:06:57.929Z | [ helios-setup] Aug 19 18:06:56.369 INFO clone ok!, project: amd-firmware |
1952 | 2024-08-19T18:06:57.931Z | [ helios-setup] Aug 19 18:06:56.369 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 |
1953 | 2024-08-19T18:06:57.932Z | [ helios-setup] Aug 19 18:06:56.369 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1954 | 2024-08-19T18:06:57.935Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1955 | 2024-08-19T18:06:58.006Z | [ host-package] Compiling humantime v2.1.0 |
1956 | 2024-08-19T18:06:58.049Z | [ host-package] Compiling newline-converter v0.3.0 |
1957 | 2024-08-19T18:06:58.224Z | [ host-package] Compiling toml v0.8.19 |
1958 | 2024-08-19T18:06:58.294Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1959 | 2024-08-19T18:06:58.575Z | [ helios-setup] Aug 19 18:06:57.015 INFO clone ok!, project: phbl |
1960 | 2024-08-19T18:06:58.578Z | [ helios-setup] Aug 19 18:06:57.015 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
1961 | 2024-08-19T18:06:58.578Z | [ helios-setup] Aug 19 18:06:57.015 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1962 | 2024-08-19T18:06:58.578Z | [ helios-setup] Aug 19 18:06:57.015 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 |
1963 | 2024-08-19T18:06:58.578Z | [ helios-setup] Aug 19 18:06:57.015 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1964 | 2024-08-19T18:06:58.581Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1965 | 2024-08-19T18:06:58.765Z | [ host-package] Compiling argon2 v0.5.3 |
1966 | 2024-08-19T18:06:58.880Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1967 | 2024-08-19T18:06:59.075Z | [ host-package] Compiling expectorate v1.1.0 |
1968 | 2024-08-19T18:06:59.114Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1969 | 2024-08-19T18:06:59.189Z | [ helios-setup] Aug 19 18:06:57.629 INFO clone ok!, project: image-builder |
1970 | 2024-08-19T18:06:59.206Z | [ helios-setup] Aug 19 18:06:57.629 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1971 | 2024-08-19T18:06:59.206Z | [ helios-setup] Aug 19 18:06:57.629 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 |
1972 | 2024-08-19T18:06:59.206Z | [ helios-setup] Aug 19 18:06:57.629 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 |
1973 | 2024-08-19T18:06:59.208Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1974 | 2024-08-19T18:06:59.288Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1975 | 2024-08-19T18:06:59.311Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1976 | 2024-08-19T18:06:59.619Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1977 | 2024-08-19T18:06:59.709Z | [ host-package] Compiling dirs-next v2.0.0 |
1978 | 2024-08-19T18:06:59.760Z | [ host-package] Compiling num-rational v0.4.2 |
1979 | 2024-08-19T18:06:59.947Z | [ host-package] Compiling num-complex v0.4.6 |
1980 | 2024-08-19T18:07:00.196Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1981 | 2024-08-19T18:07:00.226Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1982 | 2024-08-19T18:07:00.260Z | [ host-package] Compiling convert_case v0.4.0 |
1983 | 2024-08-19T18:07:00.297Z | [ host-package] Compiling term v0.7.0 |
1984 | 2024-08-19T18:07:01.057Z | [ host-package] Compiling derive_more v0.99.18 |
1985 | 2024-08-19T18:07:01.270Z | [ host-package] Compiling num v0.4.3 |
1986 | 2024-08-19T18:07:01.302Z | [ host-package] Compiling prettyplease v0.2.20 |
1987 | 2024-08-19T18:07:01.327Z | [ host-package] Compiling float-ord v0.3.2 |
1988 | 2024-08-19T18:07:01.400Z | [ host-package] Compiling is-terminal v0.4.12 |
1989 | 2024-08-19T18:07:01.515Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1990 | 2024-08-19T18:07:01.572Z | [ host-package] Compiling semver v0.1.20 |
1991 | 2024-08-19T18:07:01.608Z | [ host-package] Compiling home v0.5.9 |
1992 | 2024-08-19T18:07:01.673Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1993 | 2024-08-19T18:07:01.921Z | [ host-package] Compiling cookie v0.18.1 |
1994 | 2024-08-19T18:07:02.280Z | [ host-package] Compiling rustc_version v0.1.7 |
1995 | 2024-08-19T18:07:02.351Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1996 | 2024-08-19T18:07:02.372Z | [ host-package] Compiling highway v1.2.0 |
1997 | 2024-08-19T18:07:02.773Z | [ host-package] Compiling newtype_derive v0.1.6 |
1998 | 2024-08-19T18:07:03.359Z | [ host-package] Compiling steno v0.4.1 |
1999 | 2024-08-19T18:07:03.992Z | [ host-package] Compiling rustls-webpki v0.102.4 |
2000 | 2024-08-19T18:07:06.039Z | [ host-package] Compiling rustls v0.22.4 |
2001 | 2024-08-19T18:07:06.080Z | [ host-package] Compiling thread_local v1.1.8 |
2002 | 2024-08-19T18:07:06.147Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2003 | 2024-08-19T18:07:06.601Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2004 | 2024-08-19T18:07:06.628Z | [ host-package] Compiling match_cfg v0.1.0 |
2005 | 2024-08-19T18:07:06.770Z | [ host-package] Compiling hostname v0.3.1 |
2006 | 2024-08-19T18:07:07.210Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2007 | 2024-08-19T18:07:07.228Z | [ helios-setup] Aug 19 18:07:05.664 INFO clone ok!, project: amd-host-image-builder |
2008 | 2024-08-19T18:07:07.239Z | [ helios-setup] Aug 19 18:07:05.664 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 |
2009 | 2024-08-19T18:07:07.239Z | [ helios-setup] Aug 19 18:07:05.664 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2010 | 2024-08-19T18:07:07.239Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2011 | 2024-08-19T18:07:08.292Z | [ helios-setup] Aug 19 18:07:06.731 INFO clone ok!, project: chelsio-t6-roms |
2012 | 2024-08-19T18:07:08.295Z | [ helios-setup] Aug 19 18:07:06.731 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 |
2013 | 2024-08-19T18:07:08.295Z | [ helios-setup] Aug 19 18:07:06.731 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2014 | 2024-08-19T18:07:08.298Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2015 | 2024-08-19T18:07:08.601Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2016 | 2024-08-19T18:07:08.681Z | [ host-package] Compiling multer v3.1.0 |
2017 | 2024-08-19T18:07:08.765Z | [ host-package] Compiling slog-async v2.8.0 |
2018 | 2024-08-19T18:07:08.849Z | [ host-package] Compiling slog-json v2.6.1 |
2019 | 2024-08-19T18:07:08.945Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
2020 | 2024-08-19T18:07:09.083Z | [ helios-setup] Aug 19 18:07:07.522 INFO clone ok!, project: bootserver |
2021 | 2024-08-19T18:07:09.086Z | [ helios-setup] Aug 19 18:07:07.522 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 |
2022 | 2024-08-19T18:07:09.086Z | [ helios-setup] Aug 19 18:07:07.522 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2023 | 2024-08-19T18:07:09.089Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2024 | 2024-08-19T18:07:09.281Z | [ host-package] Compiling http v1.1.0 |
2025 | 2024-08-19T18:07:10.034Z | [ helios-setup] Aug 19 18:07:08.472 INFO clone ok!, project: pilot |
2026 | 2024-08-19T18:07:10.037Z | [ helios-setup] Aug 19 18:07:08.473 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2027 | 2024-08-19T18:07:10.185Z | [ host-package] Compiling take_mut v0.2.2 |
2028 | 2024-08-19T18:07:10.387Z | [ host-package] Compiling linked-hash-map v0.5.6 |
2029 | 2024-08-19T18:07:10.700Z | [ helios-setup] Aug 19 18:07:09.138 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2030 | 2024-08-19T18:07:10.898Z | [ host-package] Compiling atomic-waker v1.1.2 |
2031 | 2024-08-19T18:07:11.108Z | [ host-package] Compiling waitgroup v0.1.2 |
2032 | 2024-08-19T18:07:11.217Z | [ helios-setup] Aug 19 18:07:09.656 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2033 | 2024-08-19T18:07:11.217Z | [ helios-setup] Aug 19 18:07:09.656 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2034 | 2024-08-19T18:07:11.824Z | [ helios-setup] Aug 19 18:07:10.263 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2035 | 2024-08-19T18:07:12.042Z | [ host-package] Compiling lru-cache v0.1.2 |
2036 | 2024-08-19T18:07:12.366Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2037 | 2024-08-19T18:07:12.468Z | [ helios-setup] Aug 19 18:07:10.905 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2038 | 2024-08-19T18:07:12.471Z | [ helios-setup] Aug 19 18:07:10.905 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2039 | 2024-08-19T18:07:12.922Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2040 | 2024-08-19T18:07:13.042Z | [ helios-setup] Aug 19 18:07:11.480 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2041 | 2024-08-19T18:07:13.639Z | [ helios-setup] Aug 19 18:07:12.076 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2042 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2043 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2044 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO ok! |
2045 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2046 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2047 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO ok! |
2048 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2049 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2050 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO ok! |
2051 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2052 | 2024-08-19T18:07:13.640Z | [ helios-setup] Aug 19 18:07:12.076 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2053 | 2024-08-19T18:07:13.691Z | [ host-package] Compiling slog-term v2.9.1 |
2054 | 2024-08-19T18:07:14.009Z | [ helios-setup] Aug 19 18:07:12.447 INFO E| Compiling adler v1.0.2 |
2055 | 2024-08-19T18:07:14.181Z | [ helios-setup] Aug 19 18:07:12.619 INFO E| Compiling miniz_oxide v0.7.2 |
2056 | 2024-08-19T18:07:14.848Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
2057 | 2024-08-19T18:07:15.187Z | [ host-package] Compiling async-stream v0.3.5 |
2058 | 2024-08-19T18:07:15.363Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2059 | 2024-08-19T18:07:15.384Z | [ host-package] Compiling ipnetwork v0.20.0 |
2060 | 2024-08-19T18:07:15.547Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2061 | 2024-08-19T18:07:15.599Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2062 | 2024-08-19T18:07:16.141Z | [ host-package] Compiling hostname v0.4.0 |
2063 | 2024-08-19T18:07:16.446Z | [ host-package] Compiling instant v0.1.12 |
2064 | 2024-08-19T18:07:16.489Z | [ host-package] Compiling debug-ignore v1.0.5 |
2065 | 2024-08-19T18:07:16.716Z | [ host-package] Compiling backoff v0.4.0 |
2066 | 2024-08-19T18:07:16.749Z | [ helios-setup] Aug 19 18:07:15.187 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2067 | 2024-08-19T18:07:16.752Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2068 | 2024-08-19T18:07:17.161Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2069 | 2024-08-19T18:07:17.431Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2070 | 2024-08-19T18:07:17.529Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2071 | 2024-08-19T18:07:17.592Z | [ host-package] Compiling parse-display v0.10.0 |
2072 | 2024-08-19T18:07:17.808Z | [ host-package] Compiling serde_with v3.9.0 |
2073 | 2024-08-19T18:07:18.010Z | [ helios-setup] Aug 19 18:07:16.448 INFO E| Finished `release` profile [optimized] target(s) in 4.26s |
2074 | 2024-08-19T18:07:18.018Z | [ helios-setup] Aug 19 18:07:16.455 INFO building project "pinprick" ok (4 seconds) |
2075 | 2024-08-19T18:07:18.018Z | [ helios-setup] Aug 19 18:07:16.456 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2076 | 2024-08-19T18:07:18.020Z | [ helios-setup] Aug 19 18:07:16.456 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2077 | 2024-08-19T18:07:18.306Z | [ helios-setup] Aug 19 18:07:16.744 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2078 | 2024-08-19T18:07:18.361Z | [ host-package] Compiling strum v0.26.3 |
2079 | 2024-08-19T18:07:18.614Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2080 | 2024-08-19T18:07:18.835Z | [ helios-setup] Aug 19 18:07:17.272 INFO E| From https://github.com/jclulow/rust-jmclib |
2081 | 2024-08-19T18:07:18.835Z | [ helios-setup] Aug 19 18:07:17.272 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2082 | 2024-08-19T18:07:18.859Z | [ helios-setup] Aug 19 18:07:17.297 INFO E| Updating crates.io index |
2083 | 2024-08-19T18:07:18.990Z | [ helios-setup] Aug 19 18:07:17.428 INFO E| Downloading crates ... |
2084 | 2024-08-19T18:07:19.144Z | [ helios-setup] Aug 19 18:07:17.582 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2085 | 2024-08-19T18:07:19.147Z | [ helios-setup] Aug 19 18:07:17.584 INFO E| Downloaded fastrand v2.0.0 |
2086 | 2024-08-19T18:07:19.149Z | [ helios-setup] Aug 19 18:07:17.587 INFO E| Downloaded once_cell v1.18.0 |
2087 | 2024-08-19T18:07:19.155Z | [ helios-setup] Aug 19 18:07:17.593 INFO E| Downloaded digest v0.9.0 |
2088 | 2024-08-19T18:07:19.157Z | [ helios-setup] Aug 19 18:07:17.595 INFO E| Downloaded opaque-debug v0.3.0 |
2089 | 2024-08-19T18:07:19.160Z | [ helios-setup] Aug 19 18:07:17.597 INFO E| Downloaded block-buffer v0.9.0 |
2090 | 2024-08-19T18:07:19.167Z | [ helios-setup] Aug 19 18:07:17.605 INFO E| Downloaded uuid v0.8.2 |
2091 | 2024-08-19T18:07:19.173Z | [ helios-setup] Aug 19 18:07:17.611 INFO E| Downloaded itoa v1.0.9 |
2092 | 2024-08-19T18:07:19.176Z | [ helios-setup] Aug 19 18:07:17.614 INFO E| Downloaded sha-1 v0.9.8 |
2093 | 2024-08-19T18:07:19.179Z | [ helios-setup] Aug 19 18:07:17.617 INFO E| Downloaded errno v0.3.1 |
2094 | 2024-08-19T18:07:19.183Z | [ helios-setup] Aug 19 18:07:17.621 INFO E| Downloaded cpufeatures v0.2.9 |
2095 | 2024-08-19T18:07:19.190Z | [ helios-setup] Aug 19 18:07:17.628 INFO E| Downloaded walkdir v2.3.3 |
2096 | 2024-08-19T18:07:19.192Z | [ helios-setup] Aug 19 18:07:17.630 INFO E| Downloaded unicode-width v0.1.10 |
2097 | 2024-08-19T18:07:19.195Z | [ helios-setup] Aug 19 18:07:17.633 INFO E| Downloaded md-5 v0.9.1 |
2098 | 2024-08-19T18:07:19.198Z | [ helios-setup] Aug 19 18:07:17.636 INFO E| Downloaded quote v1.0.31 |
2099 | 2024-08-19T18:07:19.203Z | [ helios-setup] Aug 19 18:07:17.640 INFO E| Downloaded tempfile v3.7.0 |
2100 | 2024-08-19T18:07:19.207Z | [ helios-setup] Aug 19 18:07:17.645 INFO E| Downloaded unicode-ident v1.0.11 |
2101 | 2024-08-19T18:07:19.212Z | [ helios-setup] Aug 19 18:07:17.650 INFO E| Downloaded toml v0.5.11 |
2102 | 2024-08-19T18:07:19.217Z | [ helios-setup] Aug 19 18:07:17.655 INFO E| Downloaded typenum v1.16.0 |
2103 | 2024-08-19T18:07:19.222Z | [ helios-setup] Aug 19 18:07:17.660 INFO E| Downloaded serde_derive v1.0.193 |
2104 | 2024-08-19T18:07:19.227Z | [ helios-setup] Aug 19 18:07:17.665 INFO E| Downloaded serde v1.0.193 |
2105 | 2024-08-19T18:07:19.234Z | [ helios-setup] Aug 19 18:07:17.672 INFO E| Downloaded proc-macro2 v1.0.66 |
2106 | 2024-08-19T18:07:19.239Z | [ helios-setup] Aug 19 18:07:17.677 INFO E| Downloaded serde_json v1.0.103 |
2107 | 2024-08-19T18:07:19.278Z | [ helios-setup] Aug 19 18:07:17.716 INFO E| Downloaded ryu v1.0.15 |
2108 | 2024-08-19T18:07:19.283Z | [ helios-setup] Aug 19 18:07:17.721 INFO E| Downloaded syn v2.0.32 |
2109 | 2024-08-19T18:07:19.301Z | [ helios-setup] Aug 19 18:07:17.739 INFO E| Downloaded anyhow v1.0.72 |
2110 | 2024-08-19T18:07:19.308Z | [ helios-setup] Aug 19 18:07:17.746 INFO E| Downloaded rustix v0.38.4 |
2111 | 2024-08-19T18:07:19.346Z | [ helios-setup] Aug 19 18:07:17.784 INFO E| Downloaded getrandom v0.2.10 |
2112 | 2024-08-19T18:07:19.351Z | [ helios-setup] Aug 19 18:07:17.789 INFO E| Downloaded bitflags v2.3.3 |
2113 | 2024-08-19T18:07:19.355Z | [ helios-setup] Aug 19 18:07:17.793 INFO E| Downloaded libc v0.2.147 |
2114 | 2024-08-19T18:07:19.534Z | [ helios-setup] Aug 19 18:07:17.972 INFO E| Compiling libc v0.2.147 |
2115 | 2024-08-19T18:07:19.534Z | [ helios-setup] Aug 19 18:07:17.972 INFO E| Compiling proc-macro2 v1.0.66 |
2116 | 2024-08-19T18:07:19.534Z | [ helios-setup] Aug 19 18:07:17.972 INFO E| Compiling unicode-ident v1.0.11 |
2117 | 2024-08-19T18:07:19.537Z | [ helios-setup] Aug 19 18:07:17.972 INFO E| Compiling cfg-if v1.0.0 |
2118 | 2024-08-19T18:07:19.537Z | [ helios-setup] Aug 19 18:07:17.972 INFO E| Compiling typenum v1.16.0 |
2119 | 2024-08-19T18:07:19.537Z | [ helios-setup] Aug 19 18:07:17.972 INFO E| Compiling version_check v0.9.4 |
2120 | 2024-08-19T18:07:19.537Z | [ helios-setup] Aug 19 18:07:17.972 INFO E| Compiling serde v1.0.193 |
2121 | 2024-08-19T18:07:19.537Z | [ helios-setup] Aug 19 18:07:17.972 INFO E| Compiling time-core v0.1.2 |
2122 | 2024-08-19T18:07:20.360Z | [ helios-setup] Aug 19 18:07:18.797 INFO E| Compiling slog v2.7.0 |
2123 | 2024-08-19T18:07:20.431Z | [ helios-setup] Aug 19 18:07:18.868 INFO E| Compiling num-conv v0.1.0 |
2124 | 2024-08-19T18:07:20.970Z | [ helios-setup] Aug 19 18:07:19.408 INFO E| Compiling itoa v1.0.9 |
2125 | 2024-08-19T18:07:21.116Z | [ helios-setup] Aug 19 18:07:19.553 INFO E| Compiling powerfmt v0.2.0 |
2126 | 2024-08-19T18:07:21.202Z | [ helios-setup] Aug 19 18:07:19.639 INFO E| Compiling rustix v0.38.4 |
2127 | 2024-08-19T18:07:21.521Z | [ helios-setup] Aug 19 18:07:19.958 INFO E| Compiling time-macros v0.2.18 |
2128 | 2024-08-19T18:07:21.680Z | [ helios-setup] Aug 19 18:07:20.118 INFO E| Compiling generic-array v0.14.7 |
2129 | 2024-08-19T18:07:21.860Z | [ helios-setup] Aug 19 18:07:20.297 INFO E| Compiling deranged v0.3.11 |
2130 | 2024-08-19T18:07:22.002Z | [ helios-setup] Aug 19 18:07:20.439 INFO E| Compiling quote v1.0.31 |
2131 | 2024-08-19T18:07:22.620Z | [ helios-setup] Aug 19 18:07:21.054 INFO E| Compiling once_cell v1.18.0 |
2132 | 2024-08-19T18:07:22.755Z | [ helios-setup] Aug 19 18:07:21.189 INFO E| Compiling syn v2.0.32 |
2133 | 2024-08-19T18:07:23.359Z | [ helios-setup] Aug 19 18:07:21.796 INFO E| Compiling bitflags v2.3.3 |
2134 | 2024-08-19T18:07:23.468Z | [ helios-setup] Aug 19 18:07:21.901 INFO E| Compiling num_threads v0.1.6 |
2135 | 2024-08-19T18:07:23.469Z | [ helios-setup] Aug 19 18:07:21.901 INFO E| Compiling thread_local v1.1.7 |
2136 | 2024-08-19T18:07:23.660Z | [ host-package] Compiling macaddr v1.0.1 |
2137 | 2024-08-19T18:07:24.247Z | [ helios-setup] Aug 19 18:07:22.684 INFO E| Compiling opaque-debug v0.3.0 |
2138 | 2024-08-19T18:07:24.357Z | [ helios-setup] Aug 19 18:07:22.794 INFO E| Compiling anyhow v1.0.72 |
2139 | 2024-08-19T18:07:24.415Z | [ host-package] Compiling swrite v0.1.0 |
2140 | 2024-08-19T18:07:24.690Z | [ helios-setup] Aug 19 18:07:23.127 INFO E| Compiling fastrand v2.0.0 |
2141 | 2024-08-19T18:07:25.011Z | [ host-package] Compiling quick-error v1.2.3 |
2142 | 2024-08-19T18:07:25.292Z | [ host-package] Compiling utf-8 v0.7.6 |
2143 | 2024-08-19T18:07:25.432Z | [ helios-setup] Aug 19 18:07:23.868 INFO E| Compiling dirs-sys-next v0.1.2 |
2144 | 2024-08-19T18:07:25.451Z | [ host-package] Compiling resolv-conf v0.7.0 |
2145 | 2024-08-19T18:07:25.780Z | [ helios-setup] Aug 19 18:07:24.217 INFO E| Compiling dirs-next v2.0.0 |
2146 | 2024-08-19T18:07:25.888Z | [ helios-setup] Aug 19 18:07:24.325 INFO E| Compiling errno v0.3.1 |
2147 | 2024-08-19T18:07:25.894Z | [ helios-setup] Aug 19 18:07:24.331 INFO E| Compiling atty v0.2.14 |
2148 | 2024-08-19T18:07:26.155Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2149 | 2024-08-19T18:07:26.210Z | [ helios-setup] Aug 19 18:07:24.644 INFO E| Compiling term v0.7.0 |
2150 | 2024-08-19T18:07:26.275Z | [ helios-setup] Aug 19 18:07:24.712 INFO E| Compiling serde_json v1.0.103 |
2151 | 2024-08-19T18:07:26.797Z | [ helios-setup] Aug 19 18:07:25.234 INFO E| Compiling digest v0.9.0 |
2152 | 2024-08-19T18:07:26.979Z | [ helios-setup] Aug 19 18:07:25.415 INFO E| Compiling block-buffer v0.9.0 |
2153 | 2024-08-19T18:07:27.147Z | [ helios-setup] Aug 19 18:07:25.581 INFO E| Compiling getrandom v0.2.10 |
2154 | 2024-08-19T18:07:27.197Z | [ helios-setup] Aug 19 18:07:25.634 INFO E| Compiling same-file v1.0.6 |
2155 | 2024-08-19T18:07:27.414Z | [ helios-setup] Aug 19 18:07:25.851 INFO E| Compiling unicode-width v0.1.10 |
2156 | 2024-08-19T18:07:27.653Z | [ helios-setup] Aug 19 18:07:26.090 INFO E| Compiling time v0.3.36 |
2157 | 2024-08-19T18:07:27.735Z | [ helios-setup] Aug 19 18:07:26.172 INFO E| Compiling cpufeatures v0.2.9 |
2158 | 2024-08-19T18:07:27.788Z | [ helios-setup] Aug 19 18:07:26.223 INFO E| Compiling ryu v1.0.15 |
2159 | 2024-08-19T18:07:27.793Z | [ helios-setup] Aug 19 18:07:26.229 INFO E| Compiling getopts v0.2.21 |
2160 | 2024-08-19T18:07:27.816Z | [ helios-setup] Aug 19 18:07:26.251 INFO E| Compiling sha-1 v0.9.8 |
2161 | 2024-08-19T18:07:27.827Z | [ helios-setup] Aug 19 18:07:26.263 INFO E| Compiling walkdir v2.3.3 |
2162 | 2024-08-19T18:07:28.544Z | [ host-package] Compiling hickory-resolver v0.24.1 |
2163 | 2024-08-19T18:07:28.572Z | [ helios-setup] Aug 19 18:07:27.009 INFO E| Compiling md-5 v0.9.1 |
2164 | 2024-08-19T18:07:29.433Z | [ host-package] Compiling rayon-core v1.12.1 |
2165 | 2024-08-19T18:07:29.516Z | [ helios-setup] Aug 19 18:07:27.952 INFO E| Compiling tempfile v3.7.0 |
2166 | 2024-08-19T18:07:29.522Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2167 | 2024-08-19T18:07:29.695Z | [ helios-setup] Aug 19 18:07:28.131 INFO E| Compiling libdevinfo-sys v1.0.0 |
2168 | 2024-08-19T18:07:30.039Z | [ helios-setup] Aug 19 18:07:28.476 INFO E| Compiling glob v0.3.1 |
2169 | 2024-08-19T18:07:30.241Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2170 | 2024-08-19T18:07:31.919Z | [ helios-setup] Aug 19 18:07:30.346 INFO E| Compiling slog-term v2.9.0 |
2171 | 2024-08-19T18:07:32.247Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2172 | 2024-08-19T18:07:32.737Z | [ helios-setup] Aug 19 18:07:31.173 INFO E| Compiling serde_derive v1.0.193 |
2173 | 2024-08-19T18:07:33.750Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2174 | 2024-08-19T18:07:34.192Z | [ host-package] Compiling half v2.4.1 |
2175 | 2024-08-19T18:07:35.158Z | [ host-package] Compiling same-file v1.0.6 |
2176 | 2024-08-19T18:07:35.463Z | [ host-package] Compiling fastrand v2.1.0 |
2177 | 2024-08-19T18:07:36.082Z | [ host-package] Compiling display-error-chain v0.2.0 |
2178 | 2024-08-19T18:07:36.240Z | [ host-package] Compiling ciborium-io v0.2.2 |
2179 | 2024-08-19T18:07:36.307Z | [ host-package] Compiling tempfile v3.10.1 |
2180 | 2024-08-19T18:07:36.430Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2181 | 2024-08-19T18:07:37.042Z | [ host-package] Compiling walkdir v2.5.0 |
2182 | 2024-08-19T18:07:37.858Z | [ host-package] Compiling blake3 v1.5.1 |
2183 | 2024-08-19T18:07:38.076Z | [ host-package] Compiling ring v0.16.20 |
2184 | 2024-08-19T18:07:38.683Z | [ host-package] Compiling rayon v1.10.0 |
2185 | 2024-08-19T18:07:39.563Z | [ host-package] Compiling ciborium v0.2.2 |
2186 | 2024-08-19T18:07:41.767Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2187 | 2024-08-19T18:07:42.019Z | [ host-package] Compiling xattr v1.3.1 |
2188 | 2024-08-19T18:07:42.414Z | [ host-package] Compiling filetime v0.2.24 |
2189 | 2024-08-19T18:07:44.651Z | [ host-package] Compiling memmap2 v0.9.4 |
2190 | 2024-08-19T18:07:45.153Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2191 | 2024-08-19T18:07:45.405Z | [ host-package] Compiling arrayvec v0.7.4 |
2192 | 2024-08-19T18:07:46.056Z | [ host-package] Compiling untrusted v0.7.1 |
2193 | 2024-08-19T18:07:46.300Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2194 | 2024-08-19T18:07:46.848Z | [ host-package] Compiling arrayref v0.3.7 |
2195 | 2024-08-19T18:07:46.983Z | [ host-package] Compiling spin v0.5.2 |
2196 | 2024-08-19T18:07:47.619Z | [ helios-setup] Aug 19 18:07:46.050 INFO E| Compiling toml v0.5.11 |
2197 | 2024-08-19T18:07:47.619Z | [ helios-setup] Aug 19 18:07:46.050 INFO E| Compiling uuid v0.8.2 |
2198 | 2024-08-19T18:07:49.901Z | [ helios-setup] Aug 19 18:07:48.335 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2199 | 2024-08-19T18:07:51.561Z | [ host-package] Compiling tar v0.4.41 |
2200 | 2024-08-19T18:07:51.647Z | [ host-package] Compiling toolchain_find v0.4.0 |
2201 | 2024-08-19T18:07:51.741Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2202 | 2024-08-19T18:07:52.384Z | [ host-package] Compiling nibble_vec v0.1.0 |
2203 | 2024-08-19T18:07:52.510Z | [ host-package] Compiling atty v0.2.14 |
2204 | 2024-08-19T18:07:52.713Z | [ host-package] Compiling glob v0.3.1 |
2205 | 2024-08-19T18:07:52.761Z | [ host-package] Compiling maplit v1.0.2 |
2206 | 2024-08-19T18:07:52.929Z | [ helios-setup] Aug 19 18:07:51.361 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2207 | 2024-08-19T18:07:52.933Z | [ host-package] Compiling crunchy v0.2.2 |
2208 | 2024-08-19T18:07:52.964Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2209 | 2024-08-19T18:07:53.445Z | [ host-package] Compiling topological-sort v0.2.2 |
2210 | 2024-08-19T18:07:53.652Z | [ host-package] Compiling endian-type v0.1.2 |
2211 | 2024-08-19T18:07:53.747Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2212 | 2024-08-19T18:07:53.785Z | [ host-package] Compiling clang-sys v1.7.0 |
2213 | 2024-08-19T18:07:53.952Z | [ host-package] Compiling radix_trie v0.2.1 |
2214 | 2024-08-19T18:07:54.804Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2215 | 2024-08-19T18:07:55.581Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2216 | 2024-08-19T18:07:56.217Z | [ host-package] Compiling tungstenite v0.21.0 |
2217 | 2024-08-19T18:07:57.330Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2218 | 2024-08-19T18:07:57.613Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2219 | 2024-08-19T18:07:57.788Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2220 | 2024-08-19T18:07:58.025Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2221 | 2024-08-19T18:07:58.605Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2222 | 2024-08-19T18:07:59.290Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2223 | 2024-08-19T18:07:59.375Z | [ host-package] Compiling arc-swap v1.7.1 |
2224 | 2024-08-19T18:07:59.443Z | [ host-package] Compiling r2d2 v0.8.10 |
2225 | 2024-08-19T18:07:59.929Z | [ host-package] Compiling diesel_derives v2.2.2 |
2226 | 2024-08-19T18:08:00.047Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2227 | 2024-08-19T18:08:00.081Z | [ host-package] Compiling slog-scope v4.4.0 |
2228 | 2024-08-19T18:08:00.961Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2229 | 2024-08-19T18:08:01.301Z | [ host-package] Compiling ena v0.14.3 |
2230 | 2024-08-19T18:08:01.658Z | [ host-package] Compiling libloading v0.8.3 |
2231 | 2024-08-19T18:08:01.988Z | [ host-package] Compiling bindgen v0.69.4 |
2232 | 2024-08-19T18:08:02.433Z | [ host-package] Compiling regex-syntax v0.6.29 |
2233 | 2024-08-19T18:08:02.569Z | [ host-package] Compiling diff v0.1.13 |
2234 | 2024-08-19T18:08:03.456Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2235 | 2024-08-19T18:08:06.503Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2236 | 2024-08-19T18:08:06.521Z | [ helios-setup] Aug 19 18:08:04.016 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.47s |
2237 | 2024-08-19T18:08:06.521Z | [ helios-setup] Aug 19 18:08:04.047 INFO building project "image-builder" ok (47 seconds) |
2238 | 2024-08-19T18:08:06.521Z | [ helios-setup] Aug 19 18:08:04.048 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2239 | 2024-08-19T18:08:06.521Z | [ helios-setup] Aug 19 18:08:04.048 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2240 | 2024-08-19T18:08:06.521Z | [ helios-setup] Aug 19 18:08:04.058 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2241 | 2024-08-19T18:08:06.521Z | [ host-package] Compiling which v4.4.2 |
2242 | 2024-08-19T18:08:06.521Z | [ helios-setup] Aug 19 18:08:04.352 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2243 | 2024-08-19T18:08:06.521Z | [ helios-setup] Aug 19 18:08:04.352 INFO E| info: downloading component 'cargo' |
2244 | 2024-08-19T18:08:06.521Z | [ host-package] Compiling lalrpop v0.19.12 |
2245 | 2024-08-19T18:08:07.105Z | [ helios-setup] Aug 19 18:08:05.538 INFO E| info: downloading component 'clippy' |
2246 | 2024-08-19T18:08:07.497Z | [ helios-setup] Aug 19 18:08:05.928 INFO E| info: downloading component 'rust-docs' |
2247 | 2024-08-19T18:08:08.442Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2248 | 2024-08-19T18:08:08.580Z | [ helios-setup] Aug 19 18:08:07.013 INFO E| info: downloading component 'rust-src' |
2249 | 2024-08-19T18:08:08.720Z | [ host-package] Compiling cexpr v0.6.0 |
2250 | 2024-08-19T18:08:09.475Z | [ helios-setup] Aug 19 18:08:07.906 INFO E| info: downloading component 'rust-std' |
2251 | 2024-08-19T18:08:10.506Z | [ host-package] Compiling libsw v3.3.1 |
2252 | 2024-08-19T18:08:10.868Z | [ host-package] Compiling shlex v1.3.0 |
2253 | 2024-08-19T18:08:11.296Z | [ host-package] Compiling ref-cast v1.0.23 |
2254 | 2024-08-19T18:08:11.330Z | [ helios-setup] Aug 19 18:08:09.763 INFO E| info: downloading component 'rustc' |
2255 | 2024-08-19T18:08:11.868Z | [ host-package] Compiling owo-colors v4.0.0 |
2256 | 2024-08-19T18:08:13.419Z | [ host-package] Compiling diesel v2.2.2 |
2257 | 2024-08-19T18:08:13.985Z | [ host-package] Compiling rustc-hash v1.1.0 |
2258 | 2024-08-19T18:08:14.155Z | [ host-package] Compiling lazycell v1.3.0 |
2259 | 2024-08-19T18:08:14.369Z | [ host-package] Compiling linear-map v1.2.0 |
2260 | 2024-08-19T18:08:14.895Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2261 | 2024-08-19T18:08:18.004Z | [ helios-setup] Aug 19 18:08:14.554 INFO E| info: downloading component 'rustfmt' |
2262 | 2024-08-19T18:08:18.124Z | [ helios-setup] Aug 19 18:08:14.999 INFO E| info: installing component 'cargo' |
2263 | 2024-08-19T18:08:18.141Z | [ helios-setup] Aug 19 18:08:16.553 INFO E| info: installing component 'clippy' |
2264 | 2024-08-19T18:08:18.652Z | [ helios-setup] Aug 19 18:08:17.083 INFO E| info: installing component 'rust-docs' |
2265 | 2024-08-19T18:08:19.993Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2266 | 2024-08-19T18:08:22.991Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2267 | 2024-08-19T18:08:23.495Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2268 | 2024-08-19T18:08:24.068Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2269 | 2024-08-19T18:08:24.151Z | [ helios-setup] Aug 19 18:08:22.583 INFO E| info: installing component 'rust-src' |
2270 | 2024-08-19T18:08:24.930Z | [ helios-setup] Aug 19 18:08:23.362 INFO E| info: installing component 'rust-std' |
2271 | 2024-08-19T18:08:26.620Z | [ host-package] Compiling headers-core v0.2.0 |
2272 | 2024-08-19T18:08:26.891Z | [ host-package] Compiling fxhash v0.2.1 |
2273 | 2024-08-19T18:08:27.233Z | [ host-package] Compiling libxml v0.3.3 |
2274 | 2024-08-19T18:08:27.723Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2275 | 2024-08-19T18:08:27.776Z | [ helios-setup] Aug 19 18:08:26.206 INFO E| info: installing component 'rustc' |
2276 | 2024-08-19T18:08:28.226Z | [ host-package] Compiling headers v0.3.9 |
2277 | 2024-08-19T18:08:29.403Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2278 | 2024-08-19T18:08:30.573Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2279 | 2024-08-19T18:08:31.562Z | [ host-package] Compiling samael v0.0.15 |
2280 | 2024-08-19T18:08:32.747Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2281 | 2024-08-19T18:08:33.406Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2282 | 2024-08-19T18:08:33.636Z | [ host-package] Compiling strum_macros v0.24.3 |
2283 | 2024-08-19T18:08:34.320Z | [ host-package] Compiling unicase v2.7.0 |
2284 | 2024-08-19T18:08:34.420Z | [ helios-setup] Aug 19 18:08:32.850 INFO E| info: installing component 'rustfmt' |
2285 | 2024-08-19T18:08:34.776Z | [ host-package] Compiling indoc v1.0.9 |
2286 | 2024-08-19T18:08:35.354Z | [ helios-setup] Aug 19 18:08:33.784 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2287 | 2024-08-19T18:08:36.198Z | [ helios-setup] Aug 19 18:08:34.628 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2288 | 2024-08-19T18:08:36.198Z | [ helios-setup] Aug 19 18:08:34.628 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2289 | 2024-08-19T18:08:36.201Z | [ helios-setup] Aug 19 18:08:34.628 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2290 | 2024-08-19T18:08:36.228Z | [ helios-setup] Aug 19 18:08:34.658 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2291 | 2024-08-19T18:08:36.228Z | [ helios-setup] Aug 19 18:08:34.658 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2292 | 2024-08-19T18:08:36.231Z | [ helios-setup] Aug 19 18:08:34.658 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2293 | 2024-08-19T18:08:36.231Z | [ helios-setup] Aug 19 18:08:34.658 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2294 | 2024-08-19T18:08:36.231Z | [ helios-setup] Aug 19 18:08:34.659 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2295 | 2024-08-19T18:08:36.231Z | [ helios-setup] Aug 19 18:08:34.659 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2296 | 2024-08-19T18:08:36.231Z | [ helios-setup] Aug 19 18:08:34.659 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2297 | 2024-08-19T18:08:36.264Z | [ helios-setup] Aug 19 18:08:34.694 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2298 | 2024-08-19T18:08:36.682Z | [ host-package] Compiling polar-core v0.27.3 |
2299 | 2024-08-19T18:08:36.925Z | [ host-package] Compiling derive_builder v0.20.0 |
2300 | 2024-08-19T18:08:37.164Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2301 | 2024-08-19T18:08:37.252Z | [ helios-setup] Aug 19 18:08:35.680 INFO E| From https://github.com/oxidecomputer/amd-efs |
2302 | 2024-08-19T18:08:37.252Z | [ helios-setup] Aug 19 18:08:35.680 INFO E| * [new branch] empty -> origin/empty |
2303 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.680 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2304 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.680 INFO E| * [new branch] main -> origin/main |
2305 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.680 INFO E| * [new branch] review -> origin/review |
2306 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.680 INFO E| * [new ref] -> origin/HEAD |
2307 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.680 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2308 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2309 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2310 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2311 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2312 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2313 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2314 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2315 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2316 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.681 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2317 | 2024-08-19T18:08:37.255Z | [ helios-setup] Aug 19 18:08:35.682 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2318 | 2024-08-19T18:08:37.281Z | [ helios-setup] Aug 19 18:08:35.703 INFO E| Updating crates.io index |
2319 | 2024-08-19T18:08:37.426Z | [ helios-setup] Aug 19 18:08:35.855 INFO E| Downloading crates ... |
2320 | 2024-08-19T18:08:37.533Z | [ helios-setup] Aug 19 18:08:35.963 INFO E| Downloaded cfg-if v0.1.10 |
2321 | 2024-08-19T18:08:37.536Z | [ helios-setup] Aug 19 18:08:35.966 INFO E| Downloaded bytesize v1.3.0 |
2322 | 2024-08-19T18:08:37.541Z | [ helios-setup] Aug 19 18:08:35.971 INFO E| Downloaded ansi_term v0.12.1 |
2323 | 2024-08-19T18:08:37.553Z | [ helios-setup] Aug 19 18:08:35.983 INFO E| Downloaded unic-char-range v0.9.0 |
2324 | 2024-08-19T18:08:37.555Z | [ helios-setup] Aug 19 18:08:35.985 INFO E| Downloaded scroll_derive v0.10.5 |
2325 | 2024-08-19T18:08:37.559Z | [ host-package] Compiling crossterm v0.28.1 |
2326 | 2024-08-19T18:08:37.559Z | [ helios-setup] Aug 19 18:08:35.987 INFO E| Downloaded parse_int v0.6.0 |
2327 | 2024-08-19T18:08:37.562Z | [ helios-setup] Aug 19 18:08:35.992 INFO E| Downloaded unic-ucd-version v0.9.0 |
2328 | 2024-08-19T18:08:37.565Z | [ helios-setup] Aug 19 18:08:35.994 INFO E| Downloaded strum v0.23.0 |
2329 | 2024-08-19T18:08:37.568Z | [ helios-setup] Aug 19 18:08:35.998 INFO E| Downloaded fletcher v0.1.0 |
2330 | 2024-08-19T18:08:37.571Z | [ helios-setup] Aug 19 18:08:36.000 INFO E| Downloaded unic-common v0.9.0 |
2331 | 2024-08-19T18:08:37.573Z | [ helios-setup] Aug 19 18:08:36.002 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2332 | 2024-08-19T18:08:37.575Z | [ helios-setup] Aug 19 18:08:36.005 INFO E| Downloaded structopt-derive v0.4.18 |
2333 | 2024-08-19T18:08:37.578Z | [ helios-setup] Aug 19 18:08:36.007 INFO E| Downloaded semver-parser v0.7.0 |
2334 | 2024-08-19T18:08:37.580Z | [ helios-setup] Aug 19 18:08:36.009 INFO E| Downloaded textwrap v0.11.0 |
2335 | 2024-08-19T18:08:37.592Z | [ helios-setup] Aug 19 18:08:36.011 INFO E| Downloaded strsim v0.8.0 |
2336 | 2024-08-19T18:08:37.592Z | [ helios-setup] Aug 19 18:08:36.013 INFO E| Downloaded num-derive v0.3.3 |
2337 | 2024-08-19T18:08:37.592Z | [ helios-setup] Aug 19 18:08:36.016 INFO E| Downloaded vec_map v0.8.2 |
2338 | 2024-08-19T18:08:37.592Z | [ helios-setup] Aug 19 18:08:36.018 INFO E| Downloaded semver v0.9.0 |
2339 | 2024-08-19T18:08:37.592Z | [ helios-setup] Aug 19 18:08:36.020 INFO E| Downloaded proc-macro-crate v0.1.5 |
2340 | 2024-08-19T18:08:37.592Z | [ helios-setup] Aug 19 18:08:36.021 INFO E| Downloaded pre v0.2.1 |
2341 | 2024-08-19T18:08:37.595Z | [ helios-setup] Aug 19 18:08:36.023 INFO E| Downloaded four-cc v0.3.0 |
2342 | 2024-08-19T18:08:37.595Z | [ helios-setup] Aug 19 18:08:36.025 INFO E| Downloaded unic-char-property v0.9.0 |
2343 | 2024-08-19T18:08:37.597Z | [ helios-setup] Aug 19 18:08:36.027 INFO E| Downloaded rustc_version v0.2.3 |
2344 | 2024-08-19T18:08:37.600Z | [ helios-setup] Aug 19 18:08:36.028 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2345 | 2024-08-19T18:08:37.602Z | [ helios-setup] Aug 19 18:08:36.030 INFO E| Downloaded memoffset v0.5.6 |
2346 | 2024-08-19T18:08:37.621Z | [ helios-setup] Aug 19 18:08:36.051 INFO E| Downloaded strum_macros v0.23.1 |
2347 | 2024-08-19T18:08:37.623Z | [ helios-setup] Aug 19 18:08:36.053 INFO E| Downloaded serde_derive v1.0.204 |
2348 | 2024-08-19T18:08:37.627Z | [ helios-setup] Aug 19 18:08:36.057 INFO E| Downloaded scroll v0.10.2 |
2349 | 2024-08-19T18:08:37.630Z | [ helios-setup] Aug 19 18:08:36.060 INFO E| Downloaded structopt v0.3.26 |
2350 | 2024-08-19T18:08:37.642Z | [ helios-setup] Aug 19 18:08:36.072 INFO E| Downloaded serde v1.0.204 |
2351 | 2024-08-19T18:08:37.647Z | [ helios-setup] Aug 19 18:08:36.077 INFO E| Downloaded memchr v2.7.4 |
2352 | 2024-08-19T18:08:37.655Z | [ helios-setup] Aug 19 18:08:36.085 INFO E| Downloaded log v0.4.22 |
2353 | 2024-08-19T18:08:37.659Z | [ helios-setup] Aug 19 18:08:36.089 INFO E| Downloaded clap v2.34.0 |
2354 | 2024-08-19T18:08:37.669Z | [ helios-setup] Aug 19 18:08:36.099 INFO E| Downloaded pest v2.7.11 |
2355 | 2024-08-19T18:08:37.676Z | [ helios-setup] Aug 19 18:08:36.106 INFO E| Downloaded serde_json v1.0.120 |
2356 | 2024-08-19T18:08:37.686Z | [ helios-setup] Aug 19 18:08:36.116 INFO E| Downloaded syn v2.0.71 |
2357 | 2024-08-19T18:08:37.701Z | [ helios-setup] Aug 19 18:08:36.131 INFO E| Downloaded goblin v0.4.3 |
2358 | 2024-08-19T18:08:37.708Z | [ helios-setup] Aug 19 18:08:36.138 INFO E| Downloaded pest_derive v2.7.11 |
2359 | 2024-08-19T18:08:37.711Z | [ helios-setup] Aug 19 18:08:36.142 INFO E| Downloaded pre-proc-macro v0.2.1 |
2360 | 2024-08-19T18:08:37.714Z | [ helios-setup] Aug 19 18:08:36.144 INFO E| Downloaded pest_meta v2.7.11 |
2361 | 2024-08-19T18:08:37.716Z | [ helios-setup] Aug 19 18:08:36.146 INFO E| Downloaded pest_generator v2.7.11 |
2362 | 2024-08-19T18:08:37.720Z | [ helios-setup] Aug 19 18:08:36.148 INFO E| Downloaded modular-bitfield v0.11.2 |
2363 | 2024-08-19T18:08:37.735Z | [ helios-setup] Aug 19 18:08:36.165 INFO E| Downloaded libc v0.2.155 |
2364 | 2024-08-19T18:08:37.872Z | [ helios-setup] Aug 19 18:08:36.302 INFO E| Compiling proc-macro2 v1.0.86 |
2365 | 2024-08-19T18:08:37.872Z | [ helios-setup] Aug 19 18:08:36.302 INFO E| Compiling unicode-ident v1.0.12 |
2366 | 2024-08-19T18:08:37.872Z | [ helios-setup] Aug 19 18:08:36.302 INFO E| Compiling syn v1.0.109 |
2367 | 2024-08-19T18:08:37.872Z | [ helios-setup] Aug 19 18:08:36.302 INFO E| Compiling version_check v0.9.4 |
2368 | 2024-08-19T18:08:37.874Z | [ helios-setup] Aug 19 18:08:36.302 INFO E| Compiling semver-parser v0.7.0 |
2369 | 2024-08-19T18:08:37.874Z | [ helios-setup] Aug 19 18:08:36.302 INFO E| Compiling autocfg v1.3.0 |
2370 | 2024-08-19T18:08:37.874Z | [ helios-setup] Aug 19 18:08:36.302 INFO E| Compiling thiserror v1.0.63 |
2371 | 2024-08-19T18:08:37.875Z | [ helios-setup] Aug 19 18:08:36.302 INFO E| Compiling serde v1.0.204 |
2372 | 2024-08-19T18:08:38.941Z | [ helios-setup] Aug 19 18:08:37.371 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2373 | 2024-08-19T18:08:39.196Z | [ helios-setup] Aug 19 18:08:37.625 INFO E| Compiling semver v0.9.0 |
2374 | 2024-08-19T18:08:39.213Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2375 | 2024-08-19T18:08:39.253Z | [ helios-setup] Aug 19 18:08:37.683 INFO E| Compiling proc-macro-error v1.0.4 |
2376 | 2024-08-19T18:08:39.276Z | [ helios-setup] Aug 19 18:08:37.706 INFO E| Compiling serde_json v1.0.120 |
2377 | 2024-08-19T18:08:39.594Z | [ helios-setup] Aug 19 18:08:38.023 INFO E| Compiling num-traits v0.2.19 |
2378 | 2024-08-19T18:08:40.035Z | [ helios-setup] Aug 19 18:08:38.465 INFO E| Compiling rustc_version v0.2.3 |
2379 | 2024-08-19T18:08:40.045Z | [ helios-setup] Aug 19 18:08:38.475 INFO E| Compiling ryu v1.0.18 |
2380 | 2024-08-19T18:08:40.158Z | [ helios-setup] Aug 19 18:08:38.586 INFO E| Compiling unicode-segmentation v1.11.0 |
2381 | 2024-08-19T18:08:40.215Z | [ helios-setup] Aug 19 18:08:38.645 INFO E| Compiling itoa v1.0.11 |
2382 | 2024-08-19T18:08:40.259Z | [ helios-setup] Aug 19 18:08:38.689 INFO E| Compiling schemars v0.8.21 |
2383 | 2024-08-19T18:08:40.447Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2384 | 2024-08-19T18:08:40.850Z | [ helios-setup] Aug 19 18:08:39.276 INFO E| Compiling memoffset v0.5.6 |
2385 | 2024-08-19T18:08:40.878Z | [ helios-setup] Aug 19 18:08:39.308 INFO E| Compiling dyn-clone v1.0.17 |
2386 | 2024-08-19T18:08:40.942Z | [ helios-setup] Aug 19 18:08:39.371 INFO E| Compiling paste v1.0.15 |
2387 | 2024-08-19T18:08:41.167Z | [ helios-setup] Aug 19 18:08:39.596 INFO E| Compiling memchr v2.7.4 |
2388 | 2024-08-19T18:08:41.183Z | [ helios-setup] Aug 19 18:08:39.612 INFO E| Compiling pre-proc-macro v0.2.1 |
2389 | 2024-08-19T18:08:41.433Z | [ helios-setup] Aug 19 18:08:39.863 INFO E| Compiling heck v0.3.3 |
2390 | 2024-08-19T18:08:41.599Z | [ helios-setup] Aug 19 18:08:40.029 INFO E| Compiling libc v0.2.155 |
2391 | 2024-08-19T18:08:41.731Z | [ helios-setup] Aug 19 18:08:40.159 INFO E| Compiling rustversion v1.0.17 |
2392 | 2024-08-19T18:08:42.147Z | [ helios-setup] Aug 19 18:08:40.576 INFO E| Compiling quote v1.0.36 |
2393 | 2024-08-19T18:08:42.170Z | [ helios-setup] Aug 19 18:08:40.599 INFO E| Compiling lazy_static v1.5.0 |
2394 | 2024-08-19T18:08:42.410Z | [ helios-setup] Aug 19 18:08:40.839 INFO E| Compiling ucd-trie v0.1.6 |
2395 | 2024-08-19T18:08:42.703Z | [ helios-setup] Aug 19 18:08:41.132 INFO E| Compiling pre v0.2.1 |
2396 | 2024-08-19T18:08:43.250Z | [ helios-setup] Aug 19 18:08:41.679 INFO E| Compiling syn v2.0.71 |
2397 | 2024-08-19T18:08:43.568Z | [ helios-setup] Aug 19 18:08:41.998 INFO E| Compiling once_cell v1.19.0 |
2398 | 2024-08-19T18:08:44.114Z | [ helios-setup] Aug 19 18:08:42.543 INFO E| Compiling static_assertions v1.1.0 |
2399 | 2024-08-19T18:08:44.364Z | [ helios-setup] Aug 19 18:08:42.794 INFO E| Compiling cfg-if v0.1.10 |
2400 | 2024-08-19T18:08:44.415Z | [ helios-setup] Aug 19 18:08:42.844 INFO E| Compiling byteorder v1.5.0 |
2401 | 2024-08-19T18:08:45.527Z | [ host-package] Compiling oso-derive v0.27.3 |
2402 | 2024-08-19T18:08:45.720Z | [ helios-setup] Aug 19 18:08:44.149 INFO E| Compiling unicode-width v0.1.13 |
2403 | 2024-08-19T18:08:46.008Z | [ host-package] Compiling libz-sys v1.1.16 |
2404 | 2024-08-19T18:08:46.201Z | [ helios-setup] Aug 19 18:08:44.630 INFO E| Compiling atty v0.2.14 |
2405 | 2024-08-19T18:08:46.403Z | [ helios-setup] Aug 19 18:08:44.832 INFO E| Compiling textwrap v0.11.0 |
2406 | 2024-08-19T18:08:46.446Z | [ helios-setup] Aug 19 18:08:44.874 INFO E| Compiling fletcher v0.1.0 |
2407 | 2024-08-19T18:08:46.961Z | [ helios-setup] Aug 19 18:08:45.390 INFO E| Compiling ansi_term v0.12.1 |
2408 | 2024-08-19T18:08:47.437Z | [ host-package] Compiling quick-xml v0.31.0 |
2409 | 2024-08-19T18:08:47.496Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2410 | 2024-08-19T18:08:47.616Z | [ helios-setup] Aug 19 18:08:46.045 INFO E| Compiling unic-char-range v0.9.0 |
2411 | 2024-08-19T18:08:47.808Z | [ helios-setup] Aug 19 18:08:46.237 INFO E| Compiling parse_int v0.6.0 |
2412 | 2024-08-19T18:08:48.029Z | [ helios-setup] Aug 19 18:08:46.458 INFO E| Compiling unic-common v0.9.0 |
2413 | 2024-08-19T18:08:48.148Z | [ helios-setup] Aug 19 18:08:46.577 INFO E| Compiling strum v0.23.0 |
2414 | 2024-08-19T18:08:48.169Z | [ helios-setup] Aug 19 18:08:46.598 INFO E| Compiling vec_map v0.8.2 |
2415 | 2024-08-19T18:08:48.216Z | [ helios-setup] Aug 19 18:08:46.645 INFO E| Compiling strsim v0.8.0 |
2416 | 2024-08-19T18:08:48.240Z | [ helios-setup] Aug 19 18:08:46.670 INFO E| Compiling bitflags v1.3.2 |
2417 | 2024-08-19T18:08:48.417Z | [ helios-setup] Aug 19 18:08:46.846 INFO E| Compiling unic-ucd-version v0.9.0 |
2418 | 2024-08-19T18:08:48.481Z | [ helios-setup] Aug 19 18:08:46.910 INFO E| Compiling unic-char-property v0.9.0 |
2419 | 2024-08-19T18:08:48.481Z | [ helios-setup] Aug 19 18:08:46.910 INFO E| Compiling plain v0.2.3 |
2420 | 2024-08-19T18:08:48.566Z | [ host-package] Compiling keccak v0.1.5 |
2421 | 2024-08-19T18:08:48.748Z | [ helios-setup] Aug 19 18:08:47.177 INFO E| Compiling clap v2.34.0 |
2422 | 2024-08-19T18:08:48.755Z | [ helios-setup] Aug 19 18:08:47.184 INFO E| Compiling log v0.4.22 |
2423 | 2024-08-19T18:08:48.983Z | [ helios-setup] Aug 19 18:08:47.412 INFO E| Compiling unic-ucd-ident v0.9.0 |
2424 | 2024-08-19T18:08:49.069Z | [ helios-setup] Aug 19 18:08:47.498 INFO E| Compiling bytesize v1.3.0 |
2425 | 2024-08-19T18:08:50.634Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2426 | 2024-08-19T18:08:51.581Z | [ host-package] Compiling sha3 v0.10.8 |
2427 | 2024-08-19T18:08:51.975Z | [ helios-setup] Aug 19 18:08:50.404 INFO E| Compiling toml v0.5.11 |
2428 | 2024-08-19T18:08:52.041Z | [ helios-setup] Aug 19 18:08:50.470 INFO E| Compiling serde_derive_internals v0.29.1 |
2429 | 2024-08-19T18:08:52.856Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2430 | 2024-08-19T18:08:53.076Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2431 | 2024-08-19T18:08:53.355Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2432 | 2024-08-19T18:08:55.302Z | [ helios-setup] Aug 19 18:08:53.731 INFO E| Compiling proc-macro-crate v0.1.5 |
2433 | 2024-08-19T18:08:56.004Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2434 | 2024-08-19T18:08:56.561Z | [ host-package] Compiling bb8 v0.8.5 |
2435 | 2024-08-19T18:08:57.299Z | [ helios-setup] Aug 19 18:08:55.727 INFO E| Compiling thiserror-impl v1.0.63 |
2436 | 2024-08-19T18:08:57.706Z | [ helios-setup] Aug 19 18:08:56.134 INFO E| Compiling serde_derive v1.0.204 |
2437 | 2024-08-19T18:08:57.778Z | [ helios-setup] Aug 19 18:08:56.206 INFO E| Compiling schemars_derive v0.8.21 |
2438 | 2024-08-19T18:08:57.943Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2439 | 2024-08-19T18:08:58.015Z | [ helios-setup] Aug 19 18:08:56.443 INFO E| Compiling zerocopy-derive v0.6.6 |
2440 | 2024-08-19T18:09:01.615Z | [ host-package] Compiling universal-hash v0.5.1 |
2441 | 2024-08-19T18:09:02.039Z | [ helios-setup] Aug 19 18:09:00.466 INFO E| Compiling zerocopy v0.6.6 |
2442 | 2024-08-19T18:09:02.094Z | [ host-package] Compiling secrecy v0.8.0 |
2443 | 2024-08-19T18:09:02.323Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2444 | 2024-08-19T18:09:02.937Z | [ helios-setup] Aug 19 18:09:01.365 INFO E| Compiling pest v2.7.11 |
2445 | 2024-08-19T18:09:02.949Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2446 | 2024-08-19T18:09:04.900Z | [ helios-setup] Aug 19 18:09:03.327 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2447 | 2024-08-19T18:09:05.268Z | [ helios-setup] Aug 19 18:09:03.695 INFO E| Compiling num-derive v0.3.3 |
2448 | 2024-08-19T18:09:05.301Z | [ helios-setup] Aug 19 18:09:03.728 INFO E| Compiling scroll_derive v0.10.5 |
2449 | 2024-08-19T18:09:05.436Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2450 | 2024-08-19T18:09:05.784Z | [ helios-setup] Aug 19 18:09:04.212 INFO E| Compiling strum_macros v0.23.1 |
2451 | 2024-08-19T18:09:06.995Z | [ host-package] Compiling opaque-debug v0.3.1 |
2452 | 2024-08-19T18:09:07.116Z | [ host-package] Compiling vte v0.11.1 |
2453 | 2024-08-19T18:09:07.300Z | [ host-package] Compiling poly1305 v0.8.0 |
2454 | 2024-08-19T18:09:08.266Z | [ helios-setup] Aug 19 18:09:06.693 INFO E| Compiling pest_meta v2.7.11 |
2455 | 2024-08-19T18:09:08.612Z | [ helios-setup] Aug 19 18:09:07.039 INFO E| Compiling scroll v0.10.2 |
2456 | 2024-08-19T18:09:09.217Z | [ helios-setup] Aug 19 18:09:07.549 INFO E| Compiling structopt-derive v0.4.18 |
2457 | 2024-08-19T18:09:09.278Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2458 | 2024-08-19T18:09:09.885Z | [ host-package] Compiling const_format v0.2.32 |
2459 | 2024-08-19T18:09:10.000Z | [ helios-setup] Aug 19 18:09:08.427 INFO E| Compiling goblin v0.4.3 |
2460 | 2024-08-19T18:09:10.478Z | [ helios-setup] Aug 19 18:09:08.904 INFO E| Compiling modular-bitfield v0.11.2 |
2461 | 2024-08-19T18:09:11.423Z | [ helios-setup] Aug 19 18:09:09.850 INFO E| Compiling pest_generator v2.7.11 |
2462 | 2024-08-19T18:09:12.796Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2463 | 2024-08-19T18:09:12.910Z | [ host-package] Compiling chacha20 v0.9.1 |
2464 | 2024-08-19T18:09:13.447Z | [ host-package] Compiling fd-lock v4.0.2 |
2465 | 2024-08-19T18:09:13.809Z | [ host-package] Compiling aead v0.5.2 |
2466 | 2024-08-19T18:09:14.254Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2467 | 2024-08-19T18:09:14.435Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2468 | 2024-08-19T18:09:14.585Z | [ helios-setup] Aug 19 18:09:13.011 INFO E| Compiling structopt v0.3.26 |
2469 | 2024-08-19T18:09:15.340Z | [ host-package] Compiling bytecount v0.6.8 |
2470 | 2024-08-19T18:09:15.786Z | [ host-package] Compiling papergrid v0.11.0 |
2471 | 2024-08-19T18:09:16.138Z | [ helios-setup] Aug 19 18:09:14.564 INFO E| Compiling pest_derive v2.7.11 |
2472 | 2024-08-19T18:09:21.800Z | [ helios-setup] Aug 19 18:09:20.226 INFO E| Compiling json5 v0.4.1 |
2473 | 2024-08-19T18:09:23.393Z | [ host-package] Compiling oso v0.27.3 |
2474 | 2024-08-19T18:09:27.482Z | [ helios-setup] Aug 19 18:09:25.907 INFO E| Compiling four-cc v0.3.0 |
2475 | 2024-08-19T18:09:27.482Z | [ helios-setup] Aug 19 18:09:25.907 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2476 | 2024-08-19T18:09:27.764Z | [ helios-setup] Aug 19 18:09:26.189 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2477 | 2024-08-19T18:09:32.377Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2478 | 2024-08-19T18:09:32.554Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2479 | 2024-08-19T18:09:32.861Z | [ host-package] Compiling vsss-rs v3.3.4 |
2480 | 2024-08-19T18:09:33.780Z | [ host-package] Compiling parking_lot v0.11.2 |
2481 | 2024-08-19T18:09:35.978Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2482 | 2024-08-19T18:09:37.275Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2483 | 2024-08-19T18:09:38.586Z | [ host-package] Compiling tabled_derive v0.7.0 |
2484 | 2024-08-19T18:09:41.227Z | [ host-package] Compiling crossterm v0.27.0 |
2485 | 2024-08-19T18:09:42.617Z | [ host-package] Compiling peg-macros v0.8.4 |
2486 | 2024-08-19T18:09:43.021Z | [ host-package] Compiling kstat-rs v0.2.4 |
2487 | 2024-08-19T18:09:44.065Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2488 | 2024-08-19T18:09:45.276Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2489 | 2024-08-19T18:09:45.310Z | [ host-package] Compiling unicode_categories v0.1.1 |
2490 | 2024-08-19T18:09:46.157Z | [ host-package] Compiling rustyline v14.0.0 |
2491 | 2024-08-19T18:09:46.366Z | [ host-package] Compiling peg v0.8.4 |
2492 | 2024-08-19T18:09:46.588Z | [ host-package] Compiling reedline v0.33.0 |
2493 | 2024-08-19T18:09:46.629Z | [ host-package] Compiling sqlformat v0.2.4 |
2494 | 2024-08-19T18:09:48.770Z | [ host-package] Compiling sqlparser v0.45.0 |
2495 | 2024-08-19T18:09:58.717Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2496 | 2024-08-19T18:09:59.218Z | [ host-package] Compiling tabled v0.15.0 |
2497 | 2024-08-19T18:10:10.427Z | [ helios-setup] Aug 19 18:10:08.848 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2498 | 2024-08-19T18:10:12.786Z | [ host-package] Compiling sled v0.34.7 |
2499 | 2024-08-19T18:10:14.146Z | [ host-package] Compiling mime_guess v2.0.4 |
2500 | 2024-08-19T18:10:17.034Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2501 | 2024-08-19T18:10:17.474Z | [ host-package] Compiling hickory-client v0.24.1 |
2502 | 2024-08-19T18:10:18.351Z | [ host-package] Compiling env_logger v0.9.3 |
2503 | 2024-08-19T18:10:22.941Z | [ host-package] Compiling tungstenite v0.20.1 |
2504 | 2024-08-19T18:10:23.597Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2505 | 2024-08-19T18:10:23.933Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2506 | 2024-08-19T18:10:26.249Z | [ helios-setup] Aug 19 18:10:24.669 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2507 | 2024-08-19T18:10:29.321Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2508 | 2024-08-19T18:10:31.437Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2509 | 2024-08-19T18:10:33.536Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2510 | 2024-08-19T18:10:38.978Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2511 | 2024-08-19T18:10:39.539Z | [ host-package] Compiling hickory-server v0.24.1 |
2512 | 2024-08-19T18:10:40.360Z | [ host-package] Compiling bcs v0.1.6 |
2513 | 2024-08-19T18:10:41.430Z | [ host-package] Compiling vergen v8.3.2 |
2514 | 2024-08-19T18:10:41.957Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2515 | 2024-08-19T18:10:42.018Z | [ host-package] Compiling cargo-platform v0.1.8 |
2516 | 2024-08-19T18:10:42.613Z | [ host-package] Compiling nanorand v0.7.0 |
2517 | 2024-08-19T18:10:43.495Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2518 | 2024-08-19T18:10:43.537Z | [ host-package] Compiling memoffset v0.9.1 |
2519 | 2024-08-19T18:10:43.692Z | [ host-package] Compiling ascii v1.1.0 |
2520 | 2024-08-19T18:10:44.441Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2521 | 2024-08-19T18:10:44.611Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2522 | 2024-08-19T18:10:45.202Z | [ host-package] Compiling bitstruct v0.1.1 |
2523 | 2024-08-19T18:10:45.392Z | [ host-package] Compiling flume v0.11.0 |
2524 | 2024-08-19T18:10:46.426Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2525 | 2024-08-19T18:10:47.227Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2526 | 2024-08-19T18:10:47.525Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2527 | 2024-08-19T18:10:51.748Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2528 | 2024-08-19T18:10:52.216Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2529 | 2024-08-19T18:10:52.421Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2530 | 2024-08-19T18:10:53.961Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2531 | 2024-08-19T18:10:54.137Z | [ host-package] Compiling git2 v0.19.0 |
2532 | 2024-08-19T18:11:06.630Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2533 | 2024-08-19T18:11:09.496Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-08-19T18:11:10.883Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2535 | 2024-08-19T18:11:13.055Z | [ helios-setup] Aug 19 18:11:11.470 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s |
2536 | 2024-08-19T18:11:13.094Z | [ helios-setup] Aug 19 18:11:11.509 INFO building project "amd-host-image-builder" ok (187 seconds) |
2537 | 2024-08-19T18:11:13.097Z | [ helios-setup] Aug 19 18:11:11.509 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2538 | 2024-08-19T18:11:13.097Z | [ helios-setup] Aug 19 18:11:11.509 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2539 | 2024-08-19T18:11:13.412Z | [ helios-setup] Aug 19 18:11:11.827 INFO E| Downloading crates ... |
2540 | 2024-08-19T18:11:13.517Z | [ helios-setup] Aug 19 18:11:11.931 INFO E| Downloaded flate2 v1.0.25 |
2541 | 2024-08-19T18:11:13.524Z | [ helios-setup] Aug 19 18:11:11.939 INFO E| Downloaded sha2 v0.10.5 |
2542 | 2024-08-19T18:11:13.527Z | [ helios-setup] Aug 19 18:11:11.942 INFO E| Downloaded cpufeatures v0.2.5 |
2543 | 2024-08-19T18:11:13.529Z | [ helios-setup] Aug 19 18:11:11.943 INFO E| Downloaded digest v0.10.3 |
2544 | 2024-08-19T18:11:13.532Z | [ helios-setup] Aug 19 18:11:11.946 INFO E| Downloaded typenum v1.15.0 |
2545 | 2024-08-19T18:11:13.535Z | [ helios-setup] Aug 19 18:11:11.949 INFO E| Downloaded block-buffer v0.10.3 |
2546 | 2024-08-19T18:11:13.540Z | [ helios-setup] Aug 19 18:11:11.950 INFO E| Downloaded miniz_oxide v0.6.2 |
2547 | 2024-08-19T18:11:13.540Z | [ helios-setup] Aug 19 18:11:11.953 INFO E| Downloaded generic-array v0.14.6 |
2548 | 2024-08-19T18:11:13.540Z | [ helios-setup] Aug 19 18:11:11.955 INFO E| Downloaded bytes v1.2.1 |
2549 | 2024-08-19T18:11:13.544Z | [ helios-setup] Aug 19 18:11:11.960 INFO E| Downloaded anyhow v1.0.62 |
2550 | 2024-08-19T18:11:13.733Z | [ helios-setup] Aug 19 18:11:12.148 INFO E| Compiling typenum v1.15.0 |
2551 | 2024-08-19T18:11:13.733Z | [ helios-setup] Aug 19 18:11:12.148 INFO E| Compiling version_check v0.9.4 |
2552 | 2024-08-19T18:11:13.736Z | [ helios-setup] Aug 19 18:11:12.148 INFO E| Compiling cfg-if v1.0.0 |
2553 | 2024-08-19T18:11:13.736Z | [ helios-setup] Aug 19 18:11:12.148 INFO E| Compiling crc32fast v1.3.2 |
2554 | 2024-08-19T18:11:13.736Z | [ helios-setup] Aug 19 18:11:12.148 INFO E| Compiling anyhow v1.0.62 |
2555 | 2024-08-19T18:11:13.736Z | [ helios-setup] Aug 19 18:11:12.148 INFO E| Compiling adler v1.0.2 |
2556 | 2024-08-19T18:11:13.736Z | [ helios-setup] Aug 19 18:11:12.149 INFO E| Compiling unicode-width v0.1.10 |
2557 | 2024-08-19T18:11:13.736Z | [ helios-setup] Aug 19 18:11:12.149 INFO E| Compiling cpufeatures v0.2.5 |
2558 | 2024-08-19T18:11:14.453Z | [ helios-setup] Aug 19 18:11:12.867 INFO E| Compiling bitflags v1.3.2 |
2559 | 2024-08-19T18:11:14.623Z | [ helios-setup] Aug 19 18:11:13.038 INFO E| Compiling bytes v1.2.1 |
2560 | 2024-08-19T18:11:14.840Z | [ helios-setup] Aug 19 18:11:13.255 INFO E| Compiling miniz_oxide v0.6.2 |
2561 | 2024-08-19T18:11:14.977Z | [ helios-setup] Aug 19 18:11:13.374 INFO E| Compiling getopts v0.2.21 |
2562 | 2024-08-19T18:11:15.664Z | [ helios-setup] Aug 19 18:11:14.079 INFO E| Compiling generic-array v0.14.6 |
2563 | 2024-08-19T18:11:16.393Z | [ helios-setup] Aug 19 18:11:14.808 INFO E| Compiling flate2 v1.0.25 |
2564 | 2024-08-19T18:11:18.418Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
2565 | 2024-08-19T18:11:19.248Z | [ host-package] Compiling erased-serde v0.3.31 |
2566 | 2024-08-19T18:11:20.181Z | [ helios-setup] Aug 19 18:11:18.595 INFO E| Compiling crypto-common v0.1.6 |
2567 | 2024-08-19T18:11:20.181Z | [ helios-setup] Aug 19 18:11:18.595 INFO E| Compiling block-buffer v0.10.3 |
2568 | 2024-08-19T18:11:20.395Z | [ helios-setup] Aug 19 18:11:18.809 INFO E| Compiling digest v0.10.3 |
2569 | 2024-08-19T18:11:20.844Z | [ helios-setup] Aug 19 18:11:19.258 INFO E| Compiling sha2 v0.10.5 |
2570 | 2024-08-19T18:11:21.310Z | [ host-package] Compiling serde_arrays v0.1.0 |
2571 | 2024-08-19T18:11:21.404Z | [ helios-setup] Aug 19 18:11:19.818 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2572 | 2024-08-19T18:11:21.550Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2573 | 2024-08-19T18:11:27.275Z | [ helios-setup] Aug 19 18:11:25.688 INFO E| Finished `release` profile [optimized] target(s) in 14.08s |
2574 | 2024-08-19T18:11:27.291Z | [ helios-setup] Aug 19 18:11:25.704 INFO building project "bootserver" ok (14 seconds) |
2575 | 2024-08-19T18:11:27.291Z | [ helios-setup] Aug 19 18:11:25.704 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2576 | 2024-08-19T18:11:27.293Z | [ helios-setup] Aug 19 18:11:25.704 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2577 | 2024-08-19T18:11:27.790Z | [ helios-setup] Aug 19 18:11:26.203 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2578 | 2024-08-19T18:11:28.491Z | [ helios-setup] Aug 19 18:11:26.905 INFO E| From https://github.com/jclulow/hiercmd |
2579 | 2024-08-19T18:11:28.491Z | [ helios-setup] Aug 19 18:11:26.905 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2580 | 2024-08-19T18:11:28.516Z | [ helios-setup] Aug 19 18:11:26.929 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2581 | 2024-08-19T18:11:29.045Z | [ helios-setup] Aug 19 18:11:27.459 INFO E| From https://github.com/jclulow/network-interface |
2582 | 2024-08-19T18:11:29.045Z | [ helios-setup] Aug 19 18:11:27.459 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2583 | 2024-08-19T18:11:29.080Z | [ helios-setup] Aug 19 18:11:27.493 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2584 | 2024-08-19T18:11:29.491Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2585 | 2024-08-19T18:11:29.631Z | [ helios-setup] Aug 19 18:11:28.045 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2586 | 2024-08-19T18:11:29.631Z | [ helios-setup] Aug 19 18:11:28.045 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2587 | 2024-08-19T18:11:29.668Z | [ helios-setup] Aug 19 18:11:28.081 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2588 | 2024-08-19T18:11:30.343Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2589 | 2024-08-19T18:11:30.514Z | [ helios-setup] Aug 19 18:11:28.927 INFO E| From https://github.com/oxidecomputer/facade |
2590 | 2024-08-19T18:11:30.514Z | [ helios-setup] Aug 19 18:11:28.927 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2591 | 2024-08-19T18:11:30.600Z | [ helios-setup] Aug 19 18:11:29.013 INFO E| Updating crates.io index |
2592 | 2024-08-19T18:11:31.196Z | [ helios-setup] Aug 19 18:11:29.609 INFO E| Downloading crates ... |
2593 | 2024-08-19T18:11:31.356Z | [ helios-setup] Aug 19 18:11:29.768 INFO E| Downloaded byteorder v1.4.3 |
2594 | 2024-08-19T18:11:31.360Z | [ helios-setup] Aug 19 18:11:29.773 INFO E| Downloaded camino v1.1.4 |
2595 | 2024-08-19T18:11:31.367Z | [ helios-setup] Aug 19 18:11:29.780 INFO E| Downloaded anstyle v0.3.5 |
2596 | 2024-08-19T18:11:31.402Z | [ helios-setup] Aug 19 18:11:29.815 INFO E| Downloaded project-root v0.2.2 |
2597 | 2024-08-19T18:11:31.405Z | [ helios-setup] Aug 19 18:11:29.816 INFO E| Downloaded socket2 v0.4.9 |
2598 | 2024-08-19T18:11:31.416Z | [ helios-setup] Aug 19 18:11:29.829 INFO E| Downloaded concolor-override v1.0.0 |
2599 | 2024-08-19T18:11:31.424Z | [ helios-setup] Aug 19 18:11:29.838 INFO E| Downloaded toolchain_find v0.2.0 |
2600 | 2024-08-19T18:11:31.427Z | [ helios-setup] Aug 19 18:11:29.840 INFO E| Downloaded want v0.3.0 |
2601 | 2024-08-19T18:11:31.430Z | [ helios-setup] Aug 19 18:11:29.842 INFO E| Downloaded digest v0.10.6 |
2602 | 2024-08-19T18:11:31.433Z | [ helios-setup] Aug 19 18:11:29.846 INFO E| Downloaded either v1.8.0 |
2603 | 2024-08-19T18:11:31.450Z | [ helios-setup] Aug 19 18:11:29.863 INFO E| Downloaded percent-encoding v2.2.0 |
2604 | 2024-08-19T18:11:31.453Z | [ helios-setup] Aug 19 18:11:29.865 INFO E| Downloaded sha1 v0.10.5 |
2605 | 2024-08-19T18:11:31.456Z | [ helios-setup] Aug 19 18:11:29.867 INFO E| Downloaded scopeguard v1.1.0 |
2606 | 2024-08-19T18:11:31.458Z | [ helios-setup] Aug 19 18:11:29.869 INFO E| Downloaded try-lock v0.2.4 |
2607 | 2024-08-19T18:11:31.458Z | [ helios-setup] Aug 19 18:11:29.871 INFO E| Downloaded num_enum_derive v0.5.7 |
2608 | 2024-08-19T18:11:31.466Z | [ helios-setup] Aug 19 18:11:29.873 INFO E| Downloaded dyn-clone v1.0.11 |
2609 | 2024-08-19T18:11:31.466Z | [ helios-setup] Aug 19 18:11:29.876 INFO E| Downloaded tokio-macros v2.0.0 |
2610 | 2024-08-19T18:11:31.466Z | [ helios-setup] Aug 19 18:11:29.878 INFO E| Downloaded slog-async v2.7.0 |
2611 | 2024-08-19T18:11:31.471Z | [ helios-setup] Aug 19 18:11:29.881 INFO E| Downloaded futures-executor v0.3.28 |
2612 | 2024-08-19T18:11:31.493Z | [ helios-setup] Aug 19 18:11:29.906 INFO E| Downloaded signal-hook-registry v1.4.0 |
2613 | 2024-08-19T18:11:31.496Z | [ helios-setup] Aug 19 18:11:29.908 INFO E| Downloaded serde_spanned v0.6.1 |
2614 | 2024-08-19T18:11:31.500Z | [ helios-setup] Aug 19 18:11:29.910 INFO E| Downloaded thiserror v1.0.38 |
2615 | 2024-08-19T18:11:31.504Z | [ helios-setup] Aug 19 18:11:29.917 INFO E| Downloaded terminal_size v0.2.6 |
2616 | 2024-08-19T18:11:31.508Z | [ helios-setup] Aug 19 18:11:29.920 INFO E| Downloaded serde_path_to_error v0.1.11 |
2617 | 2024-08-19T18:11:31.511Z | [ helios-setup] Aug 19 18:11:29.923 INFO E| Downloaded clap_derive v4.2.0 |
2618 | 2024-08-19T18:11:31.514Z | [ helios-setup] Aug 19 18:11:29.927 INFO E| Downloaded sha2 v0.10.6 |
2619 | 2024-08-19T18:11:31.519Z | [ helios-setup] Aug 19 18:11:29.931 INFO E| Downloaded tokio-rustls v0.24.0 |
2620 | 2024-08-19T18:11:31.523Z | [ helios-setup] Aug 19 18:11:29.935 INFO E| Downloaded semver v1.0.17 |
2621 | 2024-08-19T18:11:31.527Z | [ helios-setup] Aug 19 18:11:29.939 INFO E| Downloaded serde_derive_internals v0.26.0 |
2622 | 2024-08-19T18:11:31.529Z | [ helios-setup] Aug 19 18:11:29.942 INFO E| Downloaded tungstenite v0.18.0 |
2623 | 2024-08-19T18:11:31.534Z | [ helios-setup] Aug 19 18:11:29.947 INFO E| Downloaded unicode-ident v1.0.8 |
2624 | 2024-08-19T18:11:31.539Z | [ helios-setup] Aug 19 18:11:29.952 INFO E| Downloaded lock_api v0.4.9 |
2625 | 2024-08-19T18:11:31.541Z | [ helios-setup] Aug 19 18:11:29.954 INFO E| Downloaded uuid v1.3.0 |
2626 | 2024-08-19T18:11:31.548Z | [ helios-setup] Aug 19 18:11:29.962 INFO E| Downloaded futures v0.3.28 |
2627 | 2024-08-19T18:11:31.558Z | [ helios-setup] Aug 19 18:11:29.970 INFO E| Downloaded serde_yaml v0.9.21 |
2628 | 2024-08-19T18:11:31.563Z | [ helios-setup] Aug 19 18:11:29.977 INFO E| Downloaded url v2.3.1 |
2629 | 2024-08-19T18:11:31.569Z | [ helios-setup] Aug 19 18:11:29.982 INFO E| Downloaded unicode-linebreak v0.1.4 |
2630 | 2024-08-19T18:11:31.573Z | [ helios-setup] Aug 19 18:11:29.985 INFO E| Downloaded ryu v1.0.13 |
2631 | 2024-08-19T18:11:31.578Z | [ helios-setup] Aug 19 18:11:29.990 INFO E| Downloaded toml_edit v0.19.8 |
2632 | 2024-08-19T18:11:31.606Z | [ helios-setup] Aug 19 18:11:30.019 INFO E| Downloaded syn v1.0.107 |
2633 | 2024-08-19T18:11:31.624Z | [ helios-setup] Aug 19 18:11:30.036 INFO E| Downloaded serde_json v1.0.95 |
2634 | 2024-08-19T18:11:31.658Z | [ helios-setup] Aug 19 18:11:30.070 INFO E| Downloaded syn v2.0.72 |
2635 | 2024-08-19T18:11:31.678Z | [ helios-setup] Aug 19 18:11:30.091 INFO E| Downloaded memchr v2.5.0 |
2636 | 2024-08-19T18:11:31.685Z | [ helios-setup] Aug 19 18:11:30.098 INFO E| Downloaded crossbeam-channel v0.5.6 |
2637 | 2024-08-19T18:11:31.693Z | [ helios-setup] Aug 19 18:11:30.106 INFO E| Downloaded tokio v1.27.0 |
2638 | 2024-08-19T18:11:31.749Z | [ helios-setup] Aug 19 18:11:30.161 INFO E| Downloaded aho-corasick v0.7.20 |
2639 | 2024-08-19T18:11:31.755Z | [ helios-setup] Aug 19 18:11:30.168 INFO E| Downloaded http v0.2.9 |
2640 | 2024-08-19T18:11:31.763Z | [ helios-setup] Aug 19 18:11:30.175 INFO E| Downloaded pest v2.5.7 |
2641 | 2024-08-19T18:11:31.771Z | [ helios-setup] Aug 19 18:11:30.184 INFO E| Downloaded futures-util v0.3.28 |
2642 | 2024-08-19T18:11:31.791Z | [ helios-setup] Aug 19 18:11:30.205 INFO E| Downloaded reqwest v0.11.16 |
2643 | 2024-08-19T18:11:31.808Z | [ helios-setup] Aug 19 18:11:30.221 INFO E| Downloaded clap_builder v4.2.1 |
2644 | 2024-08-19T18:11:31.821Z | [ helios-setup] Aug 19 18:11:30.234 INFO E| Downloaded rayon v1.6.1 |
2645 | 2024-08-19T18:11:31.852Z | [ helios-setup] Aug 19 18:11:30.264 INFO E| Downloaded hyper v0.14.25 |
2646 | 2024-08-19T18:11:31.864Z | [ helios-setup] Aug 19 18:11:30.277 INFO E| Downloaded regress v0.5.0 |
2647 | 2024-08-19T18:11:31.875Z | [ helios-setup] Aug 19 18:11:30.288 INFO E| Downloaded git2 v0.16.1 |
2648 | 2024-08-19T18:11:31.887Z | [ helios-setup] Aug 19 18:11:30.300 INFO E| Downloaded regex v1.7.3 |
2649 | 2024-08-19T18:11:31.902Z | [ helios-setup] Aug 19 18:11:30.314 INFO E| Downloaded rustls v0.21.0 |
2650 | 2024-08-19T18:11:31.923Z | [ helios-setup] Aug 19 18:11:30.336 INFO E| Downloaded rustix v0.37.3 |
2651 | 2024-08-19T18:11:31.953Z | [ helios-setup] Aug 19 18:11:30.366 INFO E| Downloaded rhai v1.14.0 |
2652 | 2024-08-19T18:11:31.975Z | [ helios-setup] Aug 19 18:11:30.386 INFO E| Downloaded openapiv3 v1.0.2 |
2653 | 2024-08-19T18:11:31.995Z | [ helios-setup] Aug 19 18:11:30.408 INFO E| Downloaded h2 v0.3.16 |
2654 | 2024-08-19T18:11:32.009Z | [ helios-setup] Aug 19 18:11:30.422 INFO E| Downloaded chrono v0.4.24 |
2655 | 2024-08-19T18:11:32.022Z | [ helios-setup] Aug 19 18:11:30.435 INFO E| Downloaded mio v0.8.5 |
2656 | 2024-08-19T18:11:32.031Z | [ helios-setup] Aug 19 18:11:30.444 INFO E| Downloaded libc v0.2.139 |
2657 | 2024-08-19T18:11:32.083Z | [ helios-setup] Aug 19 18:11:30.495 INFO E| Downloaded base64 v0.21.0 |
2658 | 2024-08-19T18:11:32.088Z | [ helios-setup] Aug 19 18:11:30.501 INFO E| Downloaded winnow v0.4.1 |
2659 | 2024-08-19T18:11:32.104Z | [ helios-setup] Aug 19 18:11:30.517 INFO E| Downloaded unicode-normalization v0.1.22 |
2660 | 2024-08-19T18:11:32.110Z | [ helios-setup] Aug 19 18:11:30.523 INFO E| Downloaded num-traits v0.2.15 |
2661 | 2024-08-19T18:11:32.115Z | [ helios-setup] Aug 19 18:11:30.528 INFO E| Downloaded cc v1.0.78 |
2662 | 2024-08-19T18:11:32.119Z | [ helios-setup] Aug 19 18:11:30.532 INFO E| Downloaded rustls-webpki v0.100.1 |
2663 | 2024-08-19T18:11:32.129Z | [ helios-setup] Aug 19 18:11:30.542 INFO E| Downloaded rayon-core v1.10.2 |
2664 | 2024-08-19T18:11:32.136Z | [ helios-setup] Aug 19 18:11:30.549 INFO E| Downloaded bytes v1.4.0 |
2665 | 2024-08-19T18:11:32.142Z | [ helios-setup] Aug 19 18:11:30.555 INFO E| Downloaded tokio-util v0.7.7 |
2666 | 2024-08-19T18:11:32.153Z | [ helios-setup] Aug 19 18:11:30.566 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2667 | 2024-08-19T18:11:32.157Z | [ helios-setup] Aug 19 18:11:30.571 INFO E| Downloaded tracing v0.1.37 |
2668 | 2024-08-19T18:11:32.165Z | [ helios-setup] Aug 19 18:11:30.578 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2669 | 2024-08-19T18:11:32.204Z | [ helios-setup] Aug 19 18:11:30.617 INFO E| Downloaded schemars v0.8.12 |
2670 | 2024-08-19T18:11:32.220Z | [ helios-setup] Aug 19 18:11:30.633 INFO E| Downloaded crossbeam-utils v0.8.14 |
2671 | 2024-08-19T18:11:32.227Z | [ helios-setup] Aug 19 18:11:30.637 INFO E| Downloaded ucd-trie v0.1.5 |
2672 | 2024-08-19T18:11:32.230Z | [ helios-setup] Aug 19 18:11:30.640 INFO E| Downloaded tracing-core v0.1.30 |
2673 | 2024-08-19T18:11:32.234Z | [ helios-setup] Aug 19 18:11:30.644 INFO E| Downloaded parking_lot v0.12.1 |
2674 | 2024-08-19T18:11:32.236Z | [ helios-setup] Aug 19 18:11:30.648 INFO E| Downloaded once_cell v1.17.0 |
2675 | 2024-08-19T18:11:32.239Z | [ helios-setup] Aug 19 18:11:30.651 INFO E| Downloaded encoding_rs v0.8.32 |
2676 | 2024-08-19T18:11:32.270Z | [ helios-setup] Aug 19 18:11:30.683 INFO E| Downloaded unicode-bidi v0.3.13 |
2677 | 2024-08-19T18:11:32.274Z | [ helios-setup] Aug 19 18:11:30.687 INFO E| Downloaded schemars_derive v0.8.12 |
2678 | 2024-08-19T18:11:32.277Z | [ helios-setup] Aug 19 18:11:30.689 INFO E| Downloaded io-lifetimes v1.0.10 |
2679 | 2024-08-19T18:11:32.283Z | [ helios-setup] Aug 19 18:11:30.696 INFO E| Downloaded ipnet v2.7.2 |
2680 | 2024-08-19T18:11:32.287Z | [ helios-setup] Aug 19 18:11:30.699 INFO E| Downloaded textwrap v0.16.0 |
2681 | 2024-08-19T18:11:32.291Z | [ helios-setup] Aug 19 18:11:30.704 INFO E| Downloaded serde_tokenstream v0.2.0 |
2682 | 2024-08-19T18:11:32.297Z | [ helios-setup] Aug 19 18:11:30.710 INFO E| Downloaded getrandom v0.2.8 |
2683 | 2024-08-19T18:11:32.302Z | [ helios-setup] Aug 19 18:11:30.715 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2684 | 2024-08-19T18:11:32.401Z | [ helios-setup] Aug 19 18:11:30.814 INFO E| Downloaded semver v0.11.0 |
2685 | 2024-08-19T18:11:32.405Z | [ helios-setup] Aug 19 18:11:30.816 INFO E| Downloaded sct v0.7.0 |
2686 | 2024-08-19T18:11:32.409Z | [ helios-setup] Aug 19 18:11:30.822 INFO E| Downloaded futures-channel v0.3.28 |
2687 | 2024-08-19T18:11:32.413Z | [ helios-setup] Aug 19 18:11:30.826 INFO E| Downloaded clap v4.2.1 |
2688 | 2024-08-19T18:11:32.427Z | [ helios-setup] Aug 19 18:11:30.840 INFO E| Downloaded rhai_codegen v1.5.0 |
2689 | 2024-08-19T18:11:32.438Z | [ helios-setup] Aug 19 18:11:30.851 INFO E| Downloaded ahash v0.7.6 |
2690 | 2024-08-19T18:11:32.455Z | [ helios-setup] Aug 19 18:11:30.855 INFO E| Downloaded libz-sys v1.1.8 |
2691 | 2024-08-19T18:11:32.537Z | [ helios-setup] Aug 19 18:11:30.950 INFO E| Downloaded smallvec v1.10.0 |
2692 | 2024-08-19T18:11:32.541Z | [ helios-setup] Aug 19 18:11:30.954 INFO E| Downloaded async-trait v0.1.68 |
2693 | 2024-08-19T18:11:32.546Z | [ helios-setup] Aug 19 18:11:30.959 INFO E| Downloaded toml v0.7.3 |
2694 | 2024-08-19T18:11:32.552Z | [ helios-setup] Aug 19 18:11:30.965 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2695 | 2024-08-19T18:11:32.557Z | [ helios-setup] Aug 19 18:11:30.969 INFO E| Downloaded smawk v0.3.1 |
2696 | 2024-08-19T18:11:32.561Z | [ helios-setup] Aug 19 18:11:30.972 INFO E| Downloaded pin-project-lite v0.2.9 |
2697 | 2024-08-19T18:11:32.567Z | [ helios-setup] Aug 19 18:11:30.980 INFO E| Downloaded parking_lot_core v0.9.6 |
2698 | 2024-08-19T18:11:32.572Z | [ helios-setup] Aug 19 18:11:30.984 INFO E| Downloaded num_cpus v1.15.0 |
2699 | 2024-08-19T18:11:32.576Z | [ helios-setup] Aug 19 18:11:30.988 INFO E| Downloaded cargo-lock v8.0.3 |
2700 | 2024-08-19T18:11:32.580Z | [ helios-setup] Aug 19 18:11:30.993 INFO E| Downloaded time v0.1.45 |
2701 | 2024-08-19T18:11:32.583Z | [ helios-setup] Aug 19 18:11:30.996 INFO E| Downloaded tempfile v3.5.0 |
2702 | 2024-08-19T18:11:32.586Z | [ helios-setup] Aug 19 18:11:31.000 INFO E| Downloaded smartstring v1.0.1 |
2703 | 2024-08-19T18:11:32.591Z | [ helios-setup] Aug 19 18:11:31.004 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2704 | 2024-08-19T18:11:32.594Z | [ helios-setup] Aug 19 18:11:31.007 INFO E| Downloaded num_enum v0.5.7 |
2705 | 2024-08-19T18:11:32.601Z | [ helios-setup] Aug 19 18:11:31.014 INFO E| Downloaded log v0.4.17 |
2706 | 2024-08-19T18:11:32.605Z | [ helios-setup] Aug 19 18:11:31.018 INFO E| Downloaded futures-core v0.3.28 |
2707 | 2024-08-19T18:11:32.609Z | [ helios-setup] Aug 19 18:11:31.020 INFO E| Downloaded bincode v1.3.3 |
2708 | 2024-08-19T18:11:32.612Z | [ helios-setup] Aug 19 18:11:31.024 INFO E| Downloaded strsim v0.10.0 |
2709 | 2024-08-19T18:11:32.615Z | [ helios-setup] Aug 19 18:11:31.026 INFO E| Downloaded slab v0.4.7 |
2710 | 2024-08-19T18:11:32.615Z | [ helios-setup] Aug 19 18:11:31.028 INFO E| Downloaded rustls-pemfile v1.0.2 |
2711 | 2024-08-19T18:11:32.619Z | [ helios-setup] Aug 19 18:11:31.031 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2712 | 2024-08-19T18:11:32.623Z | [ helios-setup] Aug 19 18:11:31.033 INFO E| Downloaded pkg-config v0.3.26 |
2713 | 2024-08-19T18:11:32.626Z | [ helios-setup] Aug 19 18:11:31.036 INFO E| Downloaded paste v1.0.12 |
2714 | 2024-08-19T18:11:32.653Z | [ helios-setup] Aug 19 18:11:31.066 INFO E| Downloaded lazy_static v1.4.0 |
2715 | 2024-08-19T18:11:32.658Z | [ helios-setup] Aug 19 18:11:31.068 INFO E| Downloaded itoa v1.0.6 |
2716 | 2024-08-19T18:11:32.658Z | [ helios-setup] Aug 19 18:11:31.070 INFO E| Downloaded iana-time-zone v0.1.56 |
2717 | 2024-08-19T18:11:32.661Z | [ helios-setup] Aug 19 18:11:31.074 INFO E| Downloaded httpdate v1.0.2 |
2718 | 2024-08-19T18:11:32.663Z | [ helios-setup] Aug 19 18:11:31.076 INFO E| Downloaded semver-parser v0.10.2 |
2719 | 2024-08-19T18:11:32.667Z | [ helios-setup] Aug 19 18:11:31.079 INFO E| Downloaded toml_datetime v0.6.1 |
2720 | 2024-08-19T18:11:32.671Z | [ helios-setup] Aug 19 18:11:31.081 INFO E| Downloaded futures-macro v0.3.28 |
2721 | 2024-08-19T18:11:32.674Z | [ helios-setup] Aug 19 18:11:31.083 INFO E| Downloaded form_urlencoded v1.1.0 |
2722 | 2024-08-19T18:11:32.674Z | [ helios-setup] Aug 19 18:11:31.084 INFO E| Downloaded concolor-query v0.3.3 |
2723 | 2024-08-19T18:11:32.674Z | [ helios-setup] Aug 19 18:11:31.086 INFO E| Downloaded crossbeam-deque v0.8.2 |
2724 | 2024-08-19T18:11:32.677Z | [ helios-setup] Aug 19 18:11:31.089 INFO E| Downloaded slog-bunyan v2.4.0 |
2725 | 2024-08-19T18:11:32.680Z | [ helios-setup] Aug 19 18:11:31.091 INFO E| Downloaded thiserror-impl v1.0.38 |
2726 | 2024-08-19T18:11:32.682Z | [ helios-setup] Aug 19 18:11:31.093 INFO E| Downloaded proc-macro-crate v1.2.1 |
2727 | 2024-08-19T18:11:32.682Z | [ helios-setup] Aug 19 18:11:31.095 INFO E| Downloaded num-integer v0.1.45 |
2728 | 2024-08-19T18:11:32.685Z | [ helios-setup] Aug 19 18:11:31.098 INFO E| Downloaded memoffset v0.7.1 |
2729 | 2024-08-19T18:11:32.688Z | [ helios-setup] Aug 19 18:11:31.100 INFO E| Downloaded jobserver v0.1.26 |
2730 | 2024-08-19T18:11:32.690Z | [ helios-setup] Aug 19 18:11:31.103 INFO E| Downloaded built v0.6.0 |
2731 | 2024-08-19T18:11:32.693Z | [ helios-setup] Aug 19 18:11:31.106 INFO E| Downloaded anstream v0.2.6 |
2732 | 2024-08-19T18:11:32.696Z | [ helios-setup] Aug 19 18:11:31.109 INFO E| Downloaded is-terminal v0.4.7 |
2733 | 2024-08-19T18:11:32.698Z | [ helios-setup] Aug 19 18:11:31.111 INFO E| Downloaded http-body v0.4.5 |
2734 | 2024-08-19T18:11:32.701Z | [ helios-setup] Aug 19 18:11:31.114 INFO E| Downloaded home v0.5.4 |
2735 | 2024-08-19T18:11:32.704Z | [ helios-setup] Aug 19 18:11:31.115 INFO E| Downloaded const-random v0.1.15 |
2736 | 2024-08-19T18:11:32.704Z | [ helios-setup] Aug 19 18:11:31.117 INFO E| Downloaded clap_lex v0.4.1 |
2737 | 2024-08-19T18:11:32.707Z | [ helios-setup] Aug 19 18:11:31.119 INFO E| Downloaded autocfg v1.1.0 |
2738 | 2024-08-19T18:11:32.710Z | [ helios-setup] Aug 19 18:11:31.121 INFO E| Downloaded futures-task v0.3.28 |
2739 | 2024-08-19T18:11:32.713Z | [ helios-setup] Aug 19 18:11:31.123 INFO E| Downloaded futures-sink v0.3.28 |
2740 | 2024-08-19T18:11:32.713Z | [ helios-setup] Aug 19 18:11:31.125 INFO E| Downloaded futures-io v0.3.28 |
2741 | 2024-08-19T18:11:32.713Z | [ helios-setup] Aug 19 18:11:31.126 INFO E| Downloaded fastrand v1.9.0 |
2742 | 2024-08-19T18:11:32.716Z | [ helios-setup] Aug 19 18:11:31.128 INFO E| Downloaded const-random-macro v0.1.15 |
2743 | 2024-08-19T18:11:32.719Z | [ helios-setup] Aug 19 18:11:31.130 INFO E| Downloaded anyhow v1.0.68 |
2744 | 2024-08-19T18:11:32.723Z | [ helios-setup] Aug 19 18:11:31.136 INFO E| Downloaded anstyle-parse v0.1.1 |
2745 | 2024-08-19T18:11:32.726Z | [ helios-setup] Aug 19 18:11:31.139 INFO E| Downloaded ahash v0.8.3 |
2746 | 2024-08-19T18:11:33.142Z | [ helios-setup] Aug 19 18:11:31.554 INFO E| Compiling proc-macro2 v1.0.86 |
2747 | 2024-08-19T18:11:33.142Z | [ helios-setup] Aug 19 18:11:31.554 INFO E| Compiling libc v0.2.139 |
2748 | 2024-08-19T18:11:33.142Z | [ helios-setup] Aug 19 18:11:31.555 INFO E| Compiling unicode-ident v1.0.8 |
2749 | 2024-08-19T18:11:33.145Z | [ helios-setup] Aug 19 18:11:31.555 INFO E| Compiling autocfg v1.1.0 |
2750 | 2024-08-19T18:11:33.146Z | [ helios-setup] Aug 19 18:11:31.555 INFO E| Compiling cfg-if v1.0.0 |
2751 | 2024-08-19T18:11:33.146Z | [ helios-setup] Aug 19 18:11:31.555 INFO E| Compiling version_check v0.9.4 |
2752 | 2024-08-19T18:11:33.146Z | [ helios-setup] Aug 19 18:11:31.555 INFO E| Compiling serde v1.0.204 |
2753 | 2024-08-19T18:11:33.146Z | [ helios-setup] Aug 19 18:11:31.555 INFO E| Compiling syn v1.0.107 |
2754 | 2024-08-19T18:11:34.034Z | [ helios-setup] Aug 19 18:11:32.447 INFO E| Compiling memchr v2.5.0 |
2755 | 2024-08-19T18:11:34.848Z | [ helios-setup] Aug 19 18:11:33.259 INFO E| Compiling once_cell v1.17.0 |
2756 | 2024-08-19T18:11:35.366Z | [ helios-setup] Aug 19 18:11:33.779 INFO E| Compiling thiserror v1.0.38 |
2757 | 2024-08-19T18:11:35.530Z | [ helios-setup] Aug 19 18:11:33.943 INFO E| Compiling log v0.4.17 |
2758 | 2024-08-19T18:11:35.533Z | [ helios-setup] Aug 19 18:11:33.946 INFO E| Compiling itoa v1.0.6 |
2759 | 2024-08-19T18:11:36.150Z | [ helios-setup] Aug 19 18:11:34.562 INFO E| Compiling serde_json v1.0.95 |
2760 | 2024-08-19T18:11:37.006Z | [ helios-setup] Aug 19 18:11:35.419 INFO E| Compiling getrandom v0.2.8 |
2761 | 2024-08-19T18:11:37.658Z | [ helios-setup] Aug 19 18:11:36.070 INFO E| Compiling quote v1.0.36 |
2762 | 2024-08-19T18:11:37.700Z | [ helios-setup] Aug 19 18:11:36.110 INFO E| Compiling jobserver v0.1.26 |
2763 | 2024-08-19T18:11:37.934Z | [ helios-setup] Aug 19 18:11:36.346 INFO E| Compiling indexmap v1.9.3 |
2764 | 2024-08-19T18:11:38.243Z | [ helios-setup] Aug 19 18:11:36.654 INFO E| Compiling pin-project-lite v0.2.9 |
2765 | 2024-08-19T18:11:38.304Z | [ helios-setup] Aug 19 18:11:36.716 INFO E| Compiling scopeguard v1.1.0 |
2766 | 2024-08-19T18:11:38.523Z | [ helios-setup] Aug 19 18:11:36.936 INFO E| Compiling syn v2.0.72 |
2767 | 2024-08-19T18:11:38.790Z | [ helios-setup] Aug 19 18:11:37.202 INFO E| Compiling cc v1.0.78 |
2768 | 2024-08-19T18:11:39.048Z | [ helios-setup] Aug 19 18:11:37.461 INFO E| Compiling num-integer v0.1.45 |
2769 | 2024-08-19T18:11:39.123Z | [ helios-setup] Aug 19 18:11:37.534 INFO E| Compiling bytes v1.4.0 |
2770 | 2024-08-19T18:11:39.233Z | [ helios-setup] Aug 19 18:11:37.645 INFO E| Compiling futures-core v0.3.28 |
2771 | 2024-08-19T18:11:40.254Z | [ helios-setup] Aug 19 18:11:38.666 INFO E| Compiling ryu v1.0.13 |
2772 | 2024-08-19T18:11:41.093Z | [ helios-setup] Aug 19 18:11:39.502 INFO E| Compiling lock_api v0.4.9 |
2773 | 2024-08-19T18:11:41.432Z | [ helios-setup] Aug 19 18:11:39.843 INFO E| Compiling typenum v1.16.0 |
2774 | 2024-08-19T18:11:41.536Z | [ helios-setup] Aug 19 18:11:39.948 INFO E| Compiling bitflags v1.3.2 |
2775 | 2024-08-19T18:11:41.751Z | [ helios-setup] Aug 19 18:11:40.163 INFO E| Compiling parking_lot_core v0.9.6 |
2776 | 2024-08-19T18:11:42.162Z | [ helios-setup] Aug 19 18:11:40.571 INFO E| Compiling num_cpus v1.15.0 |
2777 | 2024-08-19T18:11:42.484Z | [ helios-setup] Aug 19 18:11:40.894 INFO E| Compiling slab v0.4.7 |
2778 | 2024-08-19T18:11:42.767Z | [ helios-setup] Aug 19 18:11:41.179 INFO E| Compiling generic-array v0.14.6 |
2779 | 2024-08-19T18:11:42.820Z | [ helios-setup] Aug 19 18:11:41.232 INFO E| Compiling futures-channel v0.3.28 |
2780 | 2024-08-19T18:11:43.292Z | [ helios-setup] Aug 19 18:11:41.704 INFO E| Compiling futures-task v0.3.28 |
2781 | 2024-08-19T18:11:43.364Z | [ helios-setup] Aug 19 18:11:41.774 INFO E| Compiling futures-sink v0.3.28 |
2782 | 2024-08-19T18:11:44.083Z | [ helios-setup] Aug 19 18:11:42.482 INFO E| Compiling tokio v1.27.0 |
2783 | 2024-08-19T18:11:44.214Z | [ helios-setup] Aug 19 18:11:42.626 INFO E| Compiling schemars v0.8.12 |
2784 | 2024-08-19T18:11:44.500Z | [ helios-setup] Aug 19 18:11:42.912 INFO E| Compiling futures-util v0.3.28 |
2785 | 2024-08-19T18:11:45.411Z | [ helios-setup] Aug 19 18:11:43.823 INFO E| Compiling mio v0.8.5 |
2786 | 2024-08-19T18:11:45.507Z | [ helios-setup] Aug 19 18:11:43.919 INFO E| Compiling signal-hook-registry v1.4.0 |
2787 | 2024-08-19T18:11:45.783Z | [ helios-setup] Aug 19 18:11:44.194 INFO E| Compiling socket2 v0.4.9 |
2788 | 2024-08-19T18:11:46.348Z | [ helios-setup] Aug 19 18:11:44.759 INFO E| Compiling num-traits v0.2.15 |
2789 | 2024-08-19T18:11:46.455Z | [ helios-setup] Aug 19 18:11:44.866 INFO E| Compiling ahash v0.7.6 |
2790 | 2024-08-19T18:11:46.470Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2791 | 2024-08-19T18:11:47.448Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2792 | 2024-08-19T18:11:47.628Z | [ helios-setup] Aug 19 18:11:46.039 INFO E| Compiling io-lifetimes v1.0.10 |
2793 | 2024-08-19T18:11:47.963Z | [ helios-setup] Aug 19 18:11:46.374 INFO E| Compiling crunchy v0.2.2 |
2794 | 2024-08-19T18:11:48.705Z | [ helios-setup] Aug 19 18:11:47.103 INFO E| Compiling pin-utils v0.1.0 |
2795 | 2024-08-19T18:11:48.803Z | [ helios-setup] Aug 19 18:11:47.215 INFO E| Compiling futures-io v0.3.28 |
2796 | 2024-08-19T18:11:49.241Z | [ host-package] Compiling heck v0.3.3 |
2797 | 2024-08-19T18:11:49.568Z | [ helios-setup] Aug 19 18:11:47.980 INFO E| Compiling ahash v0.8.3 |
2798 | 2024-08-19T18:11:49.794Z | [ helios-setup] Aug 19 18:11:48.205 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2799 | 2024-08-19T18:11:50.079Z | [ host-package] Compiling rand_seeder v0.3.0 |
2800 | 2024-08-19T18:11:50.144Z | [ helios-setup] Aug 19 18:11:48.555 INFO E| Compiling tiny-keccak v2.0.2 |
2801 | 2024-08-19T18:11:50.652Z | [ helios-setup] Aug 19 18:11:49.058 INFO E| Compiling rustix v0.37.3 |
2802 | 2024-08-19T18:11:50.923Z | [ helios-setup] Aug 19 18:11:49.333 INFO E| Compiling serde_derive_internals v0.26.0 |
2803 | 2024-08-19T18:11:50.970Z | [ host-package] Compiling castaway v0.2.3 |
2804 | 2024-08-19T18:11:51.112Z | [ helios-setup] Aug 19 18:11:49.523 INFO E| Compiling hashbrown v0.12.3 |
2805 | 2024-08-19T18:11:51.165Z | [ host-package] Compiling csv-core v0.1.11 |
2806 | 2024-08-19T18:11:51.432Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2807 | 2024-08-19T18:11:51.777Z | [ helios-setup] Aug 19 18:11:50.188 INFO E| Compiling block-buffer v0.10.3 |
2808 | 2024-08-19T18:11:52.271Z | [ helios-setup] Aug 19 18:11:50.682 INFO E| Compiling crypto-common v0.1.6 |
2809 | 2024-08-19T18:11:55.983Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2810 | 2024-08-19T18:11:55.983Z | [ host-package] Compiling http-range v0.1.5 |
2811 | 2024-08-19T18:11:55.983Z | [ helios-setup] Aug 19 18:11:51.826 INFO E| Compiling errno v0.3.1 |
2812 | 2024-08-19T18:11:55.983Z | [ helios-setup] Aug 19 18:11:51.977 INFO E| Compiling pkg-config v0.3.26 |
2813 | 2024-08-19T18:11:55.983Z | [ helios-setup] Aug 19 18:11:52.314 INFO E| Compiling crossbeam-utils v0.8.14 |
2814 | 2024-08-19T18:11:55.983Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2815 | 2024-08-19T18:11:55.983Z | [ helios-setup] Aug 19 18:11:52.769 INFO E| Compiling fnv v1.0.7 |
2816 | 2024-08-19T18:11:55.983Z | [ helios-setup] Aug 19 18:11:52.953 INFO E| Compiling slog v2.7.0 |
2817 | 2024-08-19T18:11:55.983Z | [ helios-setup] Aug 19 18:11:53.315 INFO E| Compiling http v0.2.9 |
2818 | 2024-08-19T18:11:56.956Z | [ helios-setup] Aug 19 18:11:55.362 INFO E| Compiling digest v0.10.6 |
2819 | 2024-08-19T18:11:58.093Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2820 | 2024-08-19T18:11:58.143Z | [ helios-setup] Aug 19 18:11:56.552 INFO E| Compiling aho-corasick v0.7.20 |
2821 | 2024-08-19T18:11:58.486Z | [ helios-setup] Aug 19 18:11:56.896 INFO E| Compiling tinyvec_macros v0.1.1 |
2822 | 2024-08-19T18:11:58.783Z | [ helios-setup] Aug 19 18:11:57.193 INFO E| Compiling anyhow v1.0.68 |
2823 | 2024-08-19T18:11:59.393Z | [ helios-setup] Aug 19 18:11:57.803 INFO E| Compiling regex-syntax v0.6.29 |
2824 | 2024-08-19T18:11:59.788Z | [ host-package] Compiling csv v1.3.0 |
2825 | 2024-08-19T18:12:00.237Z | [ helios-setup] Aug 19 18:11:58.648 INFO E| Compiling cpufeatures v0.2.5 |
2826 | 2024-08-19T18:12:00.385Z | [ helios-setup] Aug 19 18:11:58.795 INFO E| Compiling percent-encoding v2.2.0 |
2827 | 2024-08-19T18:12:00.497Z | [ helios-setup] Aug 19 18:11:58.908 INFO E| Compiling heck v0.4.1 |
2828 | 2024-08-19T18:12:00.514Z | [ host-package] Compiling compact_str v0.8.0 |
2829 | 2024-08-19T18:12:01.405Z | [ helios-setup] Aug 19 18:11:59.815 INFO E| Compiling unicode-width v0.1.10 |
2830 | 2024-08-19T18:12:01.559Z | [ helios-setup] Aug 19 18:11:59.967 INFO E| Compiling thiserror-impl v1.0.38 |
2831 | 2024-08-19T18:12:01.604Z | [ helios-setup] Aug 19 18:12:00.014 INFO E| Compiling serde_derive v1.0.204 |
2832 | 2024-08-19T18:12:01.704Z | [ helios-setup] Aug 19 18:12:00.114 INFO E| Compiling tokio-macros v2.0.0 |
2833 | 2024-08-19T18:12:01.704Z | [ helios-setup] Aug 19 18:12:00.115 INFO E| Compiling futures-macro v0.3.28 |
2834 | 2024-08-19T18:12:02.244Z | [ helios-setup] Aug 19 18:12:00.654 INFO E| Compiling schemars_derive v0.8.12 |
2835 | 2024-08-19T18:12:02.443Z | [ helios-setup] Aug 19 18:12:00.853 INFO E| Compiling httparse v1.8.0 |
2836 | 2024-08-19T18:12:03.566Z | [ helios-setup] Aug 19 18:12:01.976 INFO E| Compiling const-random-macro v0.1.15 |
2837 | 2024-08-19T18:12:04.156Z | [ helios-setup] Aug 19 18:12:02.566 INFO E| Compiling form_urlencoded v1.1.0 |
2838 | 2024-08-19T18:12:04.681Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2839 | 2024-08-19T18:12:05.250Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2840 | 2024-08-19T18:12:05.602Z | [ helios-setup] Aug 19 18:12:04.011 INFO E| Compiling tinyvec v1.6.0 |
2841 | 2024-08-19T18:12:05.872Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2842 | 2024-08-19T18:12:06.500Z | [ helios-setup] Aug 19 18:12:04.908 INFO E| Compiling hashbrown v0.13.2 |
2843 | 2024-08-19T18:12:08.724Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2844 | 2024-08-19T18:12:08.932Z | [ helios-setup] Aug 19 18:12:07.341 INFO E| Compiling regex v1.7.3 |
2845 | 2024-08-19T18:12:09.069Z | [ helios-setup] Aug 19 18:12:07.471 INFO E| Compiling chrono v0.4.24 |
2846 | 2024-08-19T18:12:09.581Z | [ helios-setup] Aug 19 18:12:07.990 INFO E| Compiling libz-sys v1.1.8 |
2847 | 2024-08-19T18:12:10.117Z | [ host-package] Compiling nix v0.27.1 |
2848 | 2024-08-19T18:12:11.472Z | [ helios-setup] Aug 19 18:12:09.881 INFO E| Compiling uuid v1.3.0 |
2849 | 2024-08-19T18:12:12.763Z | [ helios-setup] Aug 19 18:12:11.172 INFO E| Compiling dyn-clone v1.0.11 |
2850 | 2024-08-19T18:12:13.432Z | [ helios-setup] Aug 19 18:12:11.839 INFO E| Compiling unicode-normalization v0.1.22 |
2851 | 2024-08-19T18:12:13.517Z | [ helios-setup] Aug 19 18:12:11.926 INFO E| Compiling regress v0.5.0 |
2852 | 2024-08-19T18:12:13.831Z | [ helios-setup] Aug 19 18:12:12.240 INFO E| Compiling const-random v0.1.15 |
2853 | 2024-08-19T18:12:14.436Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2854 | 2024-08-19T18:12:16.230Z | [ helios-setup] Aug 19 18:12:14.638 INFO E| Compiling getopts v0.2.21 |
2855 | 2024-08-19T18:12:16.355Z | [ helios-setup] Aug 19 18:12:14.763 INFO E| Compiling tracing-core v0.1.30 |
2856 | 2024-08-19T18:12:17.079Z | [ helios-setup] Aug 19 18:12:15.487 INFO E| Compiling memoffset v0.7.1 |
2857 | 2024-08-19T18:12:17.081Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2858 | 2024-08-19T18:12:17.605Z | [ helios-setup] Aug 19 18:12:16.014 INFO E| Compiling unicode-bidi v0.3.13 |
2859 | 2024-08-19T18:12:17.663Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2860 | 2024-08-19T18:12:18.383Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2861 | 2024-08-19T18:12:18.833Z | [ helios-setup] Aug 19 18:12:17.242 INFO E| Compiling time-core v0.1.2 |
2862 | 2024-08-19T18:12:20.359Z | [ helios-setup] Aug 19 18:12:18.768 INFO E| Compiling ucd-trie v0.1.5 |
2863 | 2024-08-19T18:12:21.403Z | [ helios-setup] Aug 19 18:12:19.812 INFO E| Compiling num-conv v0.1.0 |
2864 | 2024-08-19T18:12:21.536Z | [ helios-setup] Aug 19 18:12:19.944 INFO E| Compiling powerfmt v0.2.0 |
2865 | 2024-08-19T18:12:21.923Z | [ helios-setup] Aug 19 18:12:20.331 INFO E| Compiling time-macros v0.2.18 |
2866 | 2024-08-19T18:12:22.550Z | [ helios-setup] Aug 19 18:12:20.958 INFO E| Compiling deranged v0.3.11 |
2867 | 2024-08-19T18:12:22.954Z | [ helios-setup] Aug 19 18:12:21.341 INFO E| Compiling idna v0.3.0 |
2868 | 2024-08-19T18:12:23.442Z | [ helios-setup] Aug 19 18:12:21.844 INFO E| Compiling pest v2.5.7 |
2869 | 2024-08-19T18:12:26.370Z | [ helios-setup] Aug 19 18:12:24.778 INFO E| Compiling tracing v0.1.37 |
2870 | 2024-08-19T18:12:28.711Z | [ helios-setup] Aug 19 18:12:27.109 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2871 | 2024-08-19T18:12:29.217Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2872 | 2024-08-19T18:12:29.274Z | [ helios-setup] Aug 19 18:12:27.681 INFO E| Compiling time v0.1.45 |
2873 | 2024-08-19T18:12:30.093Z | [ helios-setup] Aug 19 18:12:28.500 INFO E| Compiling crossbeam-epoch v0.9.13 |
2874 | 2024-08-19T18:12:30.135Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2875 | 2024-08-19T18:12:30.692Z | [ helios-setup] Aug 19 18:12:29.011 INFO E| Compiling toml v0.5.11 |
2876 | 2024-08-19T18:12:31.241Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2877 | 2024-08-19T18:12:31.386Z | [ helios-setup] Aug 19 18:12:29.745 INFO E| Compiling serde_tokenstream v0.2.0 |
2878 | 2024-08-19T18:12:31.489Z | [ helios-setup] Aug 19 18:12:29.836 INFO E| Compiling semver v1.0.17 |
2879 | 2024-08-19T18:12:31.698Z | [ helios-setup] Aug 19 18:12:30.030 INFO E| Compiling num_threads v0.1.6 |
2880 | 2024-08-19T18:12:31.908Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2881 | 2024-08-19T18:12:32.156Z | [ host-package] Compiling hashlink v0.9.1 |
2882 | 2024-08-19T18:12:32.411Z | [ helios-setup] Aug 19 18:12:30.511 INFO E| Compiling iana-time-zone v0.1.56 |
2883 | 2024-08-19T18:12:32.499Z | [ helios-setup] Aug 19 18:12:30.823 INFO E| Compiling smallvec v1.10.0 |
2884 | 2024-08-19T18:12:32.556Z | [ host-package] Compiling lru v0.12.3 |
2885 | 2024-08-19T18:12:34.122Z | [ host-package] Compiling serde-big-array v0.5.1 |
2886 | 2024-08-19T18:12:34.132Z | [ host-package] Compiling instability v0.3.2 |
2887 | 2024-08-19T18:12:34.314Z | [ host-package] Compiling cassowary v0.3.0 |
2888 | 2024-08-19T18:12:34.355Z | [ helios-setup] Aug 19 18:12:32.761 INFO E| Compiling parking_lot v0.12.1 |
2889 | 2024-08-19T18:12:36.223Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
2890 | 2024-08-19T18:12:36.760Z | [ helios-setup] Aug 19 18:12:35.167 INFO E| Compiling time v0.3.36 |
2891 | 2024-08-19T18:12:37.026Z | [ host-package] Compiling base64 v0.13.1 |
2892 | 2024-08-19T18:12:38.601Z | [ host-package] Compiling fallible-iterator v0.3.0 |
2893 | 2024-08-19T18:12:39.839Z | [ helios-setup] Aug 19 18:12:38.227 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2894 | 2024-08-19T18:12:40.276Z | [ host-package] Compiling rusqlite v0.31.0 |
2895 | 2024-08-19T18:12:41.353Z | [ host-package] Compiling ron v0.7.1 |
2896 | 2024-08-19T18:12:41.412Z | [ helios-setup] Aug 19 18:12:39.818 INFO E| Compiling semver-parser v0.10.2 |
2897 | 2024-08-19T18:12:44.439Z | [ helios-setup] Aug 19 18:12:42.845 INFO E| Compiling url v2.3.1 |
2898 | 2024-08-19T18:12:46.052Z | [ helios-setup] Aug 19 18:12:44.458 INFO E| Compiling crossbeam-channel v0.5.6 |
2899 | 2024-08-19T18:12:49.339Z | [ helios-setup] Aug 19 18:12:47.744 INFO E| Compiling dirs-sys-next v0.1.2 |
2900 | 2024-08-19T18:12:50.487Z | [ helios-setup] Aug 19 18:12:48.892 INFO E| Compiling same-file v1.0.6 |
2901 | 2024-08-19T18:12:50.875Z | [ host-package] Compiling ratatui v0.28.0 |
2902 | 2024-08-19T18:12:52.055Z | [ helios-setup] Aug 19 18:12:50.460 INFO E| Compiling try-lock v0.2.4 |
2903 | 2024-08-19T18:12:52.097Z | [ helios-setup] Aug 19 18:12:50.502 INFO E| Compiling crc32fast v1.3.2 |
2904 | 2024-08-19T18:12:52.446Z | [ helios-setup] Aug 19 18:12:50.851 INFO E| Compiling want v0.3.0 |
2905 | 2024-08-19T18:12:52.746Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2906 | 2024-08-19T18:12:53.426Z | [ helios-setup] Aug 19 18:12:51.831 INFO E| Compiling walkdir v2.3.3 |
2907 | 2024-08-19T18:12:54.188Z | [ helios-setup] Aug 19 18:12:52.593 INFO E| Compiling tokio-util v0.7.7 |
2908 | 2024-08-19T18:12:55.084Z | [ helios-setup] Aug 19 18:12:53.489 INFO E| Compiling dirs-next v2.0.0 |
2909 | 2024-08-19T18:12:57.407Z | [ helios-setup] Aug 19 18:12:55.812 INFO E| Compiling h2 v0.3.16 |
2910 | 2024-08-19T18:12:57.717Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2911 | 2024-08-19T18:12:58.011Z | [ helios-setup] Aug 19 18:12:56.416 INFO E| Compiling semver v0.11.0 |
2912 | 2024-08-19T18:12:58.347Z | [ helios-setup] Aug 19 18:12:56.752 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2913 | 2024-08-19T18:12:59.335Z | [ helios-setup] Aug 19 18:12:57.740 INFO E| Compiling proc-macro-crate v1.2.1 |
2914 | 2024-08-19T18:13:01.158Z | [ helios-setup] Aug 19 18:12:59.562 INFO E| Compiling futures-executor v0.3.28 |
2915 | 2024-08-19T18:13:02.716Z | [ helios-setup] Aug 19 18:13:01.121 INFO E| Compiling http-body v0.4.5 |
2916 | 2024-08-19T18:13:02.729Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2917 | 2024-08-19T18:13:03.579Z | [ helios-setup] Aug 19 18:13:01.984 INFO E| Compiling ring v0.16.20 |
2918 | 2024-08-19T18:13:05.278Z | [ helios-setup] Aug 19 18:13:03.657 INFO E| Compiling rand_core v0.6.4 |
2919 | 2024-08-19T18:13:05.943Z | [ helios-setup] Aug 19 18:13:04.347 INFO E| Compiling thread_local v1.1.7 |
2920 | 2024-08-19T18:13:06.567Z | [ helios-setup] Aug 19 18:13:04.971 INFO E| Compiling fastrand v1.9.0 |
2921 | 2024-08-19T18:13:07.491Z | [ helios-setup] Aug 19 18:13:05.895 INFO E| Compiling utf8parse v0.2.1 |
2922 | 2024-08-19T18:13:07.858Z | [ helios-setup] Aug 19 18:13:06.262 INFO E| Compiling tower-service v0.3.2 |
2923 | 2024-08-19T18:13:07.918Z | [ helios-setup] Aug 19 18:13:06.321 INFO E| Compiling adler v1.0.2 |
2924 | 2024-08-19T18:13:08.315Z | [ helios-setup] Aug 19 18:13:06.719 INFO E| Compiling lazy_static v1.4.0 |
2925 | 2024-08-19T18:13:08.654Z | [ helios-setup] Aug 19 18:13:07.058 INFO E| Compiling httpdate v1.0.2 |
2926 | 2024-08-19T18:13:09.453Z | [ helios-setup] Aug 19 18:13:07.855 INFO E| Compiling rayon-core v1.10.2 |
2927 | 2024-08-19T18:13:10.359Z | [ helios-setup] Aug 19 18:13:08.762 INFO E| Compiling base64 v0.21.0 |
2928 | 2024-08-19T18:13:10.554Z | [ helios-setup] Aug 19 18:13:08.958 INFO E| Compiling home v0.5.4 |
2929 | 2024-08-19T18:13:10.651Z | [ helios-setup] Aug 19 18:13:09.054 INFO E| Compiling ppv-lite86 v0.2.17 |
2930 | 2024-08-19T18:13:11.381Z | [ helios-setup] Aug 19 18:13:09.785 INFO E| Compiling toolchain_find v0.2.0 |
2931 | 2024-08-19T18:13:12.350Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2932 | 2024-08-19T18:13:12.537Z | [ helios-setup] Aug 19 18:13:10.941 INFO E| Compiling hyper v0.14.25 |
2933 | 2024-08-19T18:13:13.006Z | [ helios-setup] Aug 19 18:13:11.409 INFO E| Compiling rand_chacha v0.3.1 |
2934 | 2024-08-19T18:13:14.407Z | [ host-package] Compiling zone v0.1.8 |
2935 | 2024-08-19T18:13:15.945Z | [ helios-setup] Aug 19 18:13:14.348 INFO E| Compiling miniz_oxide v0.6.2 |
2936 | 2024-08-19T18:13:16.139Z | [ helios-setup] Aug 19 18:13:14.542 INFO E| Compiling anstyle-parse v0.1.1 |
2937 | 2024-08-19T18:13:16.342Z | [ helios-setup] Aug 19 18:13:14.746 INFO E| Compiling tempfile v3.5.0 |
2938 | 2024-08-19T18:13:21.668Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2939 | 2024-08-19T18:13:22.113Z | [ helios-setup] Aug 19 18:13:20.515 INFO E| Compiling futures v0.3.28 |
2940 | 2024-08-19T18:13:27.828Z | [ helios-setup] Aug 19 18:13:26.230 INFO E| Compiling num_enum_derive v0.5.7 |
2941 | 2024-08-19T18:13:32.499Z | [ helios-setup] Aug 19 18:13:30.900 INFO E| Compiling cargo-lock v8.0.3 |
2942 | 2024-08-19T18:13:34.117Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2943 | 2024-08-19T18:13:35.026Z | [ helios-setup] Aug 19 18:13:33.428 INFO E| Compiling crossbeam-deque v0.8.2 |
2944 | 2024-08-19T18:13:35.948Z | [ helios-setup] Aug 19 18:13:34.349 INFO E| Compiling term v0.7.0 |
2945 | 2024-08-19T18:13:37.510Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2946 | 2024-08-19T18:13:37.752Z | [ helios-setup] Aug 19 18:13:36.153 INFO E| Compiling serde_urlencoded v0.7.1 |
2947 | 2024-08-19T18:13:38.964Z | [ helios-setup] Aug 19 18:13:37.365 INFO E| Compiling sha1 v0.10.5 |
2948 | 2024-08-19T18:13:39.155Z | [ helios-setup] Aug 19 18:13:37.556 INFO E| Compiling sha2 v0.10.6 |
2949 | 2024-08-19T18:13:39.964Z | [ helios-setup] Aug 19 18:13:38.363 INFO E| Compiling is-terminal v0.4.7 |
2950 | 2024-08-19T18:13:40.183Z | [ helios-setup] Aug 19 18:13:38.584 INFO E| Compiling atty v0.2.14 |
2951 | 2024-08-19T18:13:40.465Z | [ helios-setup] Aug 19 18:13:38.866 INFO E| Compiling concolor-query v0.3.3 |
2952 | 2024-08-19T18:13:41.231Z | [ helios-setup] Aug 19 18:13:39.632 INFO E| Compiling concolor-override v1.0.0 |
2953 | 2024-08-19T18:13:41.831Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2954 | 2024-08-19T18:13:42.603Z | [ helios-setup] Aug 19 18:13:41.004 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2955 | 2024-08-19T18:13:42.686Z | [ helios-setup] Aug 19 18:13:41.087 INFO E| Compiling anstyle v0.3.5 |
2956 | 2024-08-19T18:13:44.413Z | [ helios-setup] Aug 19 18:13:42.813 INFO E| Compiling anstream v0.2.6 |
2957 | 2024-08-19T18:13:45.745Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2958 | 2024-08-19T18:13:46.476Z | [ helios-setup] Aug 19 18:13:44.876 INFO E| Compiling slog-term v2.9.0 |
2959 | 2024-08-19T18:13:46.813Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2960 | 2024-08-19T18:13:47.458Z | [ helios-setup] Aug 19 18:13:45.857 INFO E| Compiling flate2 v1.0.25 |
2961 | 2024-08-19T18:13:48.106Z | [ helios-setup] Aug 19 18:13:46.506 INFO E| Compiling num_enum v0.5.7 |
2962 | 2024-08-19T18:13:48.524Z | [ helios-setup] Aug 19 18:13:46.924 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2963 | 2024-08-19T18:13:49.335Z | [ helios-setup] Aug 19 18:13:47.734 INFO E| Compiling rand v0.8.5 |
2964 | 2024-08-19T18:13:50.251Z | [ helios-setup] Aug 19 18:13:48.650 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2965 | 2024-08-19T18:13:50.495Z | [ helios-setup] Aug 19 18:13:48.895 INFO E| Compiling openapiv3 v1.0.2 |
2966 | 2024-08-19T18:13:52.719Z | [ helios-setup] Aug 19 18:13:51.118 INFO E| Compiling encoding_rs v0.8.32 |
2967 | 2024-08-19T18:13:53.769Z | [ helios-setup] Aug 19 18:13:52.168 INFO E| Compiling base64 v0.13.1 |
2968 | 2024-08-19T18:13:55.623Z | [ helios-setup] Aug 19 18:13:54.022 INFO E| Compiling utf-8 v0.7.6 |
2969 | 2024-08-19T18:13:56.590Z | [ helios-setup] Aug 19 18:13:54.990 INFO E| Compiling unsafe-libyaml v0.2.8 |
2970 | 2024-08-19T18:13:56.878Z | [ host-package] Compiling twox-hash v1.6.3 |
2971 | 2024-08-19T18:13:59.101Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2972 | 2024-08-19T18:13:59.491Z | [ helios-setup] Aug 19 18:13:57.890 INFO E| Compiling clap_lex v0.4.1 |
2973 | 2024-08-19T18:13:59.647Z | [ host-package] Compiling yasna v0.5.2 |
2974 | 2024-08-19T18:14:00.432Z | [ helios-setup] Aug 19 18:13:58.830 INFO E| Compiling untrusted v0.7.1 |
2975 | 2024-08-19T18:14:00.810Z | [ helios-setup] Aug 19 18:13:59.209 INFO E| Compiling strsim v0.10.0 |
2976 | 2024-08-19T18:14:00.991Z | [ helios-setup] Aug 19 18:13:59.390 INFO E| Compiling byteorder v1.4.3 |
2977 | 2024-08-19T18:14:01.109Z | [ helios-setup] Aug 19 18:13:59.508 INFO E| Compiling either v1.8.0 |
2978 | 2024-08-19T18:14:01.923Z | [ helios-setup] Aug 19 18:14:00.322 INFO E| Compiling spin v0.5.2 |
2979 | 2024-08-19T18:14:02.281Z | [ helios-setup] Aug 19 18:14:00.679 INFO E| Compiling project-root v0.2.2 |
2980 | 2024-08-19T18:14:02.555Z | [ helios-setup] Aug 19 18:14:00.954 INFO E| Compiling ipnet v2.7.2 |
2981 | 2024-08-19T18:14:03.011Z | [ helios-setup] Aug 19 18:14:01.410 INFO E| Compiling mime v0.3.17 |
2982 | 2024-08-19T18:14:03.324Z | [ host-package] Compiling portpicker v0.1.1 |
2983 | 2024-08-19T18:14:04.232Z | [ helios-setup] Aug 19 18:14:02.631 INFO E| Compiling reqwest v0.11.16 |
2984 | 2024-08-19T18:14:04.627Z | [ host-package] Compiling smawk v0.3.2 |
2985 | 2024-08-19T18:14:04.877Z | [ helios-setup] Aug 19 18:14:03.276 INFO E| Compiling tungstenite v0.18.0 |
2986 | 2024-08-19T18:14:05.148Z | [ helios-setup] Aug 19 18:14:03.537 INFO E| Compiling rayon v1.6.1 |
2987 | 2024-08-19T18:14:05.194Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2988 | 2024-08-19T18:14:05.385Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2989 | 2024-08-19T18:14:06.554Z | [ host-package] Compiling textwrap v0.16.1 |
2990 | 2024-08-19T18:14:07.255Z | [ host-package] Compiling rcgen v0.12.1 |
2991 | 2024-08-19T18:14:07.822Z | [ helios-setup] Aug 19 18:14:06.220 INFO E| Compiling clap_builder v4.2.1 |
2992 | 2024-08-19T18:14:08.127Z | [ helios-setup] Aug 19 18:14:06.526 INFO E| Compiling serde_yaml v0.9.21 |
2993 | 2024-08-19T18:14:11.190Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2994 | 2024-08-19T18:14:14.150Z | [ helios-setup] Aug 19 18:14:12.547 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2995 | 2024-08-19T18:14:15.802Z | [ helios-setup] Aug 19 18:14:14.200 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2996 | 2024-08-19T18:14:16.356Z | [ helios-setup] Aug 19 18:14:14.754 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2997 | 2024-08-19T18:14:18.892Z | [ helios-setup] Aug 19 18:14:17.289 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2998 | 2024-08-19T18:14:19.370Z | [ helios-setup] Aug 19 18:14:17.767 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2999 | 2024-08-19T18:14:20.973Z | [ helios-setup] Aug 19 18:14:19.368 INFO E| Compiling clap_derive v4.2.0 |
3000 | 2024-08-19T18:14:24.081Z | [ helios-setup] Aug 19 18:14:22.477 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3001 | 2024-08-19T18:14:25.448Z | [ helios-setup] Aug 19 18:14:23.845 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3002 | 2024-08-19T18:14:27.185Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3003 | 2024-08-19T18:14:30.735Z | [ helios-setup] Aug 19 18:14:29.131 INFO E| Compiling clap v4.2.1 |
3004 | 2024-08-19T18:14:32.181Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3005 | 2024-08-19T18:14:34.932Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3006 | 2024-08-19T18:14:42.071Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3007 | 2024-08-19T18:14:43.565Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3008 | 2024-08-19T18:14:47.333Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3009 | 2024-08-19T18:14:48.184Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
3010 | 2024-08-19T18:14:48.863Z | [ helios-setup] Aug 19 18:14:47.257 INFO E| Compiling tokio-tungstenite v0.18.0 |
3011 | 2024-08-19T18:14:49.886Z | [ helios-setup] Aug 19 18:14:48.280 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3012 | 2024-08-19T18:14:53.409Z | [ helios-setup] Aug 19 18:14:51.803 INFO E| Compiling smartstring v1.0.1 |
3013 | 2024-08-19T18:14:54.483Z | [ helios-setup] Aug 19 18:14:52.876 INFO E| Compiling rustls v0.21.0 |
3014 | 2024-08-19T18:14:56.794Z | [ helios-setup] Aug 19 18:14:55.187 INFO E| Compiling serde_spanned v0.6.1 |
3015 | 2024-08-19T18:14:57.498Z | [ helios-setup] Aug 19 18:14:55.891 INFO E| Compiling toml_datetime v0.6.1 |
3016 | 2024-08-19T18:14:57.672Z | [ host-package] Compiling atomicwrites v0.4.3 |
3017 | 2024-08-19T18:14:58.766Z | [ helios-setup] Aug 19 18:14:57.159 INFO E| Compiling match_cfg v0.1.0 |
3018 | 2024-08-19T18:14:59.027Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3019 | 2024-08-19T18:14:59.071Z | [ host-package] Compiling fatfs v0.3.6 |
3020 | 2024-08-19T18:14:59.450Z | [ helios-setup] Aug 19 18:14:57.843 INFO E| Compiling paste v1.0.12 |
3021 | 2024-08-19T18:15:00.845Z | [ helios-setup] Aug 19 18:14:59.238 INFO E| Compiling camino v1.1.4 |
3022 | 2024-08-19T18:15:00.940Z | [ host-package] Compiling subprocess v0.2.9 |
3023 | 2024-08-19T18:15:01.010Z | [ helios-setup] Aug 19 18:14:59.402 INFO E| Compiling static_assertions v1.1.0 |
3024 | 2024-08-19T18:15:01.323Z | [ helios-setup] Aug 19 18:14:59.716 INFO E| Compiling slog-async v2.7.0 |
3025 | 2024-08-19T18:15:01.378Z | [ helios-setup] Aug 19 18:14:59.771 INFO E| Compiling winnow v0.4.1 |
3026 | 2024-08-19T18:15:01.671Z | [ host-package] Compiling rtoolbox v0.0.2 |
3027 | 2024-08-19T18:15:02.246Z | [ helios-setup] Aug 19 18:15:00.638 INFO E| Compiling async-trait v0.1.68 |
3028 | 2024-08-19T18:15:02.643Z | [ host-package] Compiling is_ci v1.2.0 |
3029 | 2024-08-19T18:15:03.374Z | [ host-package] Compiling assert_matches v1.5.0 |
3030 | 2024-08-19T18:15:03.872Z | [ helios-setup] Aug 19 18:15:02.265 INFO E| Compiling hostname v0.3.1 |
3031 | 2024-08-19T18:15:04.467Z | [ helios-setup] Aug 19 18:15:02.860 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3032 | 2024-08-19T18:15:04.536Z | [ helios-setup] Aug 19 18:15:02.929 INFO E| Compiling slog-json v2.6.1 |
3033 | 2024-08-19T18:15:04.758Z | [ host-package] Compiling supports-color v3.0.0 |
3034 | 2024-08-19T18:15:05.528Z | [ helios-setup] Aug 19 18:15:03.921 INFO E| Compiling unicode-linebreak v0.1.4 |
3035 | 2024-08-19T18:15:06.328Z | [ host-package] Compiling rpassword v7.3.1 |
3036 | 2024-08-19T18:15:07.359Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3037 | 2024-08-19T18:15:09.309Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3038 | 2024-08-19T18:15:09.737Z | [ helios-setup] Aug 19 18:15:08.129 INFO E| Compiling toml_edit v0.19.8 |
3039 | 2024-08-19T18:15:11.055Z | [ helios-setup] Aug 19 18:15:09.447 INFO E| Compiling async-stream-impl v0.3.5 |
3040 | 2024-08-19T18:15:12.573Z | [ helios-setup] Aug 19 18:15:10.965 INFO E| Compiling rhai_codegen v1.5.0 |
3041 | 2024-08-19T18:15:14.136Z | [ helios-setup] Aug 19 18:15:12.528 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3042 | 2024-08-19T18:15:15.249Z | [ helios-setup] Aug 19 18:15:13.641 INFO E| Compiling take_mut v0.2.2 |
3043 | 2024-08-19T18:15:16.792Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3044 | 2024-08-19T18:15:17.695Z | [ helios-setup] Aug 19 18:15:16.085 INFO E| Compiling rhai v1.14.0 |
3045 | 2024-08-19T18:15:19.635Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3046 | 2024-08-19T18:15:20.452Z | [ helios-setup] Aug 19 18:15:18.843 INFO E| Compiling toml v0.7.3 |
3047 | 2024-08-19T18:15:20.463Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3048 | 2024-08-19T18:15:20.560Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3049 | 2024-08-19T18:15:21.817Z | [ helios-setup] Aug 19 18:15:20.208 INFO E| Compiling async-stream v0.3.5 |
3050 | 2024-08-19T18:15:22.906Z | [ helios-setup] Aug 19 18:15:21.296 INFO E| Compiling slog-bunyan v2.4.0 |
3051 | 2024-08-19T18:15:23.220Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3052 | 2024-08-19T18:15:24.025Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3053 | 2024-08-19T18:15:28.549Z | [ helios-setup] Aug 19 18:15:26.940 INFO E| Compiling rustls-pemfile v1.0.2 |
3054 | 2024-08-19T18:15:29.187Z | [ helios-setup] Aug 19 18:15:27.578 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3055 | 2024-08-19T18:15:29.958Z | [ helios-setup] Aug 19 18:15:28.348 INFO E| Compiling serde_path_to_error v0.1.11 |
3056 | 2024-08-19T18:15:30.171Z | [ host-package] Compiling uzers v0.11.3 |
3057 | 2024-08-19T18:15:31.937Z | [ helios-setup] Aug 19 18:15:30.327 INFO E| Compiling bincode v1.3.3 |
3058 | 2024-08-19T18:15:32.424Z | [ helios-setup] Aug 19 18:15:30.814 INFO E| Compiling terminal_size v0.2.6 |
3059 | 2024-08-19T18:15:33.116Z | [ helios-setup] Aug 19 18:15:31.505 INFO E| Compiling smawk v0.3.1 |
3060 | 2024-08-19T18:15:33.590Z | [ helios-setup] Aug 19 18:15:31.979 INFO E| Compiling textwrap v0.16.0 |
3061 | 2024-08-19T18:15:33.842Z | [ helios-setup] Aug 19 18:15:32.232 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3062 | 2024-08-19T18:15:35.057Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3063 | 2024-08-19T18:15:35.588Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3064 | 2024-08-19T18:15:39.599Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3065 | 2024-08-19T18:15:46.755Z | [ helios-setup] Aug 19 18:15:45.143 INFO E| Compiling rustls-webpki v0.100.1 |
3066 | 2024-08-19T18:15:46.805Z | [ helios-setup] Aug 19 18:15:45.194 INFO E| Compiling sct v0.7.0 |
3067 | 2024-08-19T18:15:48.160Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3068 | 2024-08-19T18:15:52.564Z | [ helios-setup] Aug 19 18:15:50.952 INFO E| Compiling git2 v0.16.1 |
3069 | 2024-08-19T18:15:54.915Z | [ helios-setup] Aug 19 18:15:53.303 INFO E| Compiling tokio-rustls v0.24.0 |
3070 | 2024-08-19T18:16:00.404Z | [ helios-setup] Aug 19 18:15:58.792 INFO E| Compiling built v0.6.0 |
3071 | 2024-08-19T18:16:04.342Z | [ helios-setup] Aug 19 18:16:02.728 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3072 | 2024-08-19T18:16:05.651Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3073 | 2024-08-19T18:16:07.455Z | [ helios-setup] Aug 19 18:16:05.842 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3074 | 2024-08-19T18:16:08.578Z | [ helios-setup] Aug 19 18:16:06.965 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3075 | 2024-08-19T18:16:21.663Z | [ host-package] Compiling multimap v0.10.0 |
3076 | 2024-08-19T18:16:35.868Z | [ helios-setup] Aug 19 18:16:34.252 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3077 | 2024-08-19T18:16:38.686Z | [ helios-setup] Aug 19 18:16:37.069 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3078 | 2024-08-19T18:17:25.729Z | [ helios-setup] Aug 19 18:17:24.108 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3079 | 2024-08-19T18:18:31.980Z | [ helios-setup] Aug 19 18:18:30.352 INFO E| Finished `release` profile [optimized] target(s) in 7m 04s |
3080 | 2024-08-19T18:18:32.129Z | [ helios-setup] Aug 19 18:18:30.501 INFO building project "pilot" ok (424 seconds) |
3081 | 2024-08-19T18:18:32.132Z | [ helios-setup] rm -f helios-build |
3082 | 2024-08-19T18:18:32.135Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3083 | 2024-08-19T18:18:32.138Z | [ helios-setup] |
3084 | 2024-08-19T18:18:32.140Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3085 | 2024-08-19T18:18:32.143Z | [ helios-setup] |
3086 | 2024-08-19T18:18:32.143Z | [ helios-setup] |
3087 | 2024-08-19T18:18:32.143Z | [ helios-setup] real 12:23.094783646 |
3088 | 2024-08-19T18:18:32.143Z | [ helios-setup] user 30:00.564622205 |
3089 | 2024-08-19T18:18:32.143Z | [ helios-setup] sys 3:42.165854886 |
3090 | 2024-08-19T18:18:32.143Z | [ helios-setup] trap 1.902864897 |
3091 | 2024-08-19T18:18:32.143Z | [ helios-setup] tflt 7.231038325 |
3092 | 2024-08-19T18:18:32.143Z | [ helios-setup] dflt 36.581638938 |
3093 | 2024-08-19T18:18:32.143Z | [ helios-setup] kflt 0.003224350 |
3094 | 2024-08-19T18:18:32.143Z | [ helios-setup] lock 1:56:21.279766789 |
3095 | 2024-08-19T18:18:32.143Z | [ helios-setup] slp 3:53:05.429752264 |
3096 | 2024-08-19T18:18:32.143Z | [ helios-setup] lat 34:02.758976219 |
3097 | 2024-08-19T18:18:32.143Z | [ helios-setup] stop 4:58.564802078 |
3098 | 2024-08-19T18:18:32.145Z | Aug 19 18:18:30.516 INFO [helios-setup] process exited with exit status: 0 (743.101644529s) |
3099 | 2024-08-19T18:18:32.145Z | Aug 19 18:18:30.516 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3100 | 2024-08-19T18:18:32.164Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3101 | 2024-08-19T18:18:32.572Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3102 | 2024-08-19T18:18:32.572Z | [ phbl-toolchain] info: downloading component 'cargo' |
3103 | 2024-08-19T18:18:33.935Z | [ phbl-toolchain] info: downloading component 'clippy' |
3104 | 2024-08-19T18:18:34.573Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3105 | 2024-08-19T18:18:39.813Z | [ phbl-toolchain] info: downloading component 'miri' |
3106 | 2024-08-19T18:18:40.528Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3107 | 2024-08-19T18:18:41.869Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3108 | 2024-08-19T18:18:42.513Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3109 | 2024-08-19T18:18:45.570Z | [ phbl-toolchain] info: downloading component 'rustc' |
3110 | 2024-08-19T18:18:51.705Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3111 | 2024-08-19T18:18:52.601Z | [ phbl-toolchain] info: installing component 'cargo' |
3112 | 2024-08-19T18:18:53.973Z | [ phbl-toolchain] info: installing component 'clippy' |
3113 | 2024-08-19T18:18:54.520Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3114 | 2024-08-19T18:18:58.527Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3115 | 2024-08-19T18:19:00.552Z | [ phbl-toolchain] info: installing component 'miri' |
3116 | 2024-08-19T18:19:00.932Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3117 | 2024-08-19T18:19:08.036Z | [ phbl-toolchain] info: installing component 'rust-src' |
3118 | 2024-08-19T18:19:09.031Z | [ phbl-toolchain] info: installing component 'rust-std' |
3119 | 2024-08-19T18:19:11.464Z | [ phbl-toolchain] info: installing component 'rustc' |
3120 | 2024-08-19T18:19:18.444Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3121 | 2024-08-19T18:19:19.388Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3122 | 2024-08-19T18:19:19.391Z | Aug 19 18:19:17.759 INFO [phbl-toolchain] process exited with exit status: 0 (47.242862936s) |
3123 | 2024-08-19T18:19:27.186Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3124 | 2024-08-19T18:26:32.538Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 35s |
3125 | 2024-08-19T18:27:25.024Z | Aug 19 18:27:23.346 INFO [host-package] process exited with exit status: 0 (1228.313764155s) |
3126 | 2024-08-19T18:27:25.025Z | Aug 19 18:27:23.346 INFO [host-stamp] running task |
3127 | 2024-08-19T18:27:25.029Z | Aug 19 18:27:23.346 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3128 | 2024-08-19T18:27:25.031Z | Aug 19 18:27:23.353 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+gitd16bbb38740 |
3129 | 2024-08-19T18:27:25.038Z | Aug 19 18:27:23.360 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+gitd16bbb38740 |
3130 | 2024-08-19T18:27:25.043Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3131 | 2024-08-19T18:27:25.046Z | Aug 19 18:27:23.365 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+gitd16bbb38740 |
3132 | 2024-08-19T18:27:25.048Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3133 | 2024-08-19T18:27:25.051Z | Aug 19 18:27:23.371 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+gitd16bbb38740 |
3134 | 2024-08-19T18:27:25.054Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3135 | 2024-08-19T18:27:25.056Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3136 | 2024-08-19T18:27:25.056Z | Aug 19 18:27:23.377 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+gitd16bbb38740 |
3137 | 2024-08-19T18:27:25.061Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3138 | 2024-08-19T18:27:25.064Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3139 | 2024-08-19T18:27:25.064Z | Aug 19 18:27:23.385 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+gitd16bbb38740 |
3140 | 2024-08-19T18:27:25.070Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3141 | 2024-08-19T18:27:25.073Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3142 | 2024-08-19T18:27:25.076Z | Aug 19 18:27:23.395 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+gitd16bbb38740 |
3143 | 2024-08-19T18:27:25.082Z | Aug 19 18:27:23.402 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+gitd16bbb38740 |
3144 | 2024-08-19T18:27:25.087Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3145 | 2024-08-19T18:27:25.089Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3146 | 2024-08-19T18:27:25.091Z | Aug 19 18:27:23.412 INFO [stamp-oxlog] process exited with exit status: 0 (46.756016ms) |
3147 | 2024-08-19T18:27:25.091Z | Aug 19 18:27:23.412 INFO [stamp-overlay] process exited with exit status: 0 (59.057128ms) |
3148 | 2024-08-19T18:27:25.091Z | Aug 19 18:27:23.412 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (27.228548ms) |
3149 | 2024-08-19T18:27:25.094Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3150 | 2024-08-19T18:27:25.102Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3151 | 2024-08-19T18:27:25.156Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3152 | 2024-08-19T18:27:25.160Z | Aug 19 18:27:23.481 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.839317ms) |
3153 | 2024-08-19T18:27:25.274Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3154 | 2024-08-19T18:27:25.277Z | Aug 19 18:27:23.598 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (227.778822ms) |
3155 | 2024-08-19T18:27:25.418Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3156 | 2024-08-19T18:27:25.422Z | Aug 19 18:27:23.743 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (340.96468ms) |
3157 | 2024-08-19T18:27:26.222Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3158 | 2024-08-19T18:27:26.226Z | Aug 19 18:27:24.547 INFO [stamp-propolis-server] process exited with exit status: 0 (1.169817166s) |
3159 | 2024-08-19T18:27:26.346Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3160 | 2024-08-19T18:27:28.829Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3161 | 2024-08-19T18:27:35.194Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3162 | 2024-08-19T18:27:35.197Z | Aug 19 18:27:33.518 INFO [stamp-switch-asic] process exited with exit status: 0 (10.122628568s) |
3163 | 2024-08-19T18:27:35.197Z | Aug 19 18:27:33.518 INFO [host-stamp] task succeeded (10.171915022s) |
3164 | 2024-08-19T18:27:35.199Z | Aug 19 18:27:33.518 INFO [host-proto] running task |
3165 | 2024-08-19T18:27:35.590Z | Aug 19 18:27:33.909 INFO [host-proto] task succeeded (391.612352ms) |
3166 | 2024-08-19T18:27:35.591Z | Aug 19 18:27:33.909 INFO [host-profile] running task |
3167 | 2024-08-19T18:27:35.593Z | Aug 19 18:27:33.910 INFO [host-profile] task succeeded (300.048µs) |
3168 | 2024-08-19T18:27:35.593Z | Aug 19 18:27:33.910 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.277' -P /tmp/.tmplUy9tx/proto/host/root -N 'ci d16bbb3/${os_short_commit} 2024-08-19 18:06' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3169 | 2024-08-19T18:27:35.605Z | [ host-image] Aug 19 18:27:33.925 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3170 | 2024-08-19T18:27:35.605Z | [ host-image] Aug 19 18:27:33.926 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3171 | 2024-08-19T18:27:35.622Z | [ host-image] Aug 19 18:27:33.942 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmplUy9tx/proto/host/root" |
3172 | 2024-08-19T18:27:35.622Z | [ host-image] Aug 19 18:27:33.942 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3173 | 2024-08-19T18:27:35.631Z | [ host-image] Aug 19 18:27:33.942 INFO image builder template: ramdisk-01-os... |
3174 | 2024-08-19T18:27:35.631Z | [ host-image] Aug 19 18:27:33.942 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/.tmplUy9tx/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3175 | 2024-08-19T18:27:35.643Z | [ host-image] Aug 19 18:27:33.964 INFO O| Aug 19 18:27:33.963 INFO CREATE DATASET: rpool/images/build/host/output |
3176 | 2024-08-19T18:27:36.019Z | [ host-image] Aug 19 18:27:34.339 INFO O| Aug 19 18:27:34.339 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3177 | 2024-08-19T18:27:36.024Z | [ host-image] Aug 19 18:27:34.344 INFO O| Aug 19 18:27:34.344 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3178 | 2024-08-19T18:27:36.228Z | [ host-image] Aug 19 18:27:34.548 INFO O| Aug 19 18:27:34.548 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3179 | 2024-08-19T18:27:36.295Z | [ host-image] Aug 19 18:27:34.615 INFO O| Aug 19 18:27:34.615 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3180 | 2024-08-19T18:27:36.297Z | [ host-image] Aug 19 18:27:34.615 INFO O| Aug 19 18:27:34.615 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3181 | 2024-08-19T18:27:36.297Z | [ host-image] Aug 19 18:27:34.615 INFO O| Aug 19 18:27:34.615 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3182 | 2024-08-19T18:27:36.297Z | [ host-image] Aug 19 18:27:34.615 INFO O| Aug 19 18:27:34.615 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3183 | 2024-08-19T18:27:36.303Z | [ host-image] Aug 19 18:27:34.624 INFO O| Aug 19 18:27:34.623 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3184 | 2024-08-19T18:27:36.620Z | [ host-image] Aug 19 18:27:34.940 INFO O| Aug 19 18:27:34.940 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3185 | 2024-08-19T18:27:36.633Z | [ host-image] Aug 19 18:27:34.953 INFO O| Aug 19 18:27:34.953 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3186 | 2024-08-19T18:27:37.086Z | [ host-image] Aug 19 18:27:35.406 INFO O| Aug 19 18:27:35.406 INFO O| Caching catalogs ... Done |
3187 | 2024-08-19T18:27:37.219Z | [ host-image] Aug 19 18:27:35.539 INFO O| Aug 19 18:27:35.539 INFO STEP 0 (pkg_image_create) COMPLETE |
3188 | 2024-08-19T18:27:37.219Z | [ host-image] Aug 19 18:27:35.539 INFO O| Aug 19 18:27:35.539 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3189 | 2024-08-19T18:27:37.221Z | [ host-image] Aug 19 18:27:35.539 INFO O| Aug 19 18:27:35.539 INFO skip step because feature "repo_redist" is not enabled |
3190 | 2024-08-19T18:27:37.221Z | [ host-image] Aug 19 18:27:35.539 INFO O| Aug 19 18:27:35.539 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3191 | 2024-08-19T18:27:37.237Z | [ host-image] Aug 19 18:27:35.557 INFO O| Aug 19 18:27:35.556 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3192 | 2024-08-19T18:27:37.826Z | [ host-image] Aug 19 18:27:36.146 INFO O| Aug 19 18:27:36.146 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3193 | 2024-08-19T18:27:37.826Z | [ host-image] Aug 19 18:27:36.146 INFO O| Aug 19 18:27:36.146 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3194 | 2024-08-19T18:27:37.844Z | [ host-image] Aug 19 18:27:36.164 INFO O| Aug 19 18:27:36.164 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3195 | 2024-08-19T18:27:38.436Z | [ host-image] Aug 19 18:27:36.756 INFO O| Aug 19 18:27:36.756 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3196 | 2024-08-19T18:27:38.436Z | [ host-image] Aug 19 18:27:36.756 INFO O| Aug 19 18:27:36.756 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3197 | 2024-08-19T18:27:38.438Z | [ host-image] Aug 19 18:27:36.756 INFO O| Aug 19 18:27:36.756 INFO skip step because feature "repo_redist" is not enabled |
3198 | 2024-08-19T18:27:38.438Z | [ host-image] Aug 19 18:27:36.756 INFO O| Aug 19 18:27:36.756 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3199 | 2024-08-19T18:27:39.036Z | [ host-image] Aug 19 18:27:37.355 INFO O| Aug 19 18:27:37.355 INFO variant opensolaris.zone is already global |
3200 | 2024-08-19T18:27:39.036Z | [ host-image] Aug 19 18:27:37.356 INFO O| Aug 19 18:27:37.355 INFO STEP 5 (pkg_change_variant) COMPLETE |
3201 | 2024-08-19T18:27:39.036Z | [ host-image] Aug 19 18:27:37.356 INFO O| Aug 19 18:27:37.355 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3202 | 2024-08-19T18:27:39.604Z | [ host-image] Aug 19 18:27:37.923 INFO O| Aug 19 18:27:37.923 INFO variant opensolaris.imagetype is full; changing to partial |
3203 | 2024-08-19T18:27:39.604Z | [ host-image] Aug 19 18:27:37.923 INFO O| Aug 19 18:27:37.923 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3204 | 2024-08-19T18:27:46.389Z | [ host-image] Aug 19 18:27:44.708 INFO O| Aug 19 18:27:44.708 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3205 | 2024-08-19T18:27:48.393Z | [recovery-package] Finished `release` profile [optimized] target(s) in 23.16s |
3206 | 2024-08-19T18:27:48.655Z | [ host-image] Aug 19 18:27:46.974 INFO O| Aug 19 18:27:46.974 INFO O| Startup: Caching catalogs ... Done |
3207 | 2024-08-19T18:27:48.708Z | [ host-image] Aug 19 18:27:47.027 INFO O| Aug 19 18:27:47.027 INFO O| Planning: Planning completed in 0.00 seconds |
3208 | 2024-08-19T18:27:48.711Z | [ host-image] Aug 19 18:27:47.028 INFO O| Aug 19 18:27:47.028 INFO O| Planning: Consolidating action changes ... Done |
3209 | 2024-08-19T18:27:48.711Z | [ host-image] Aug 19 18:27:47.028 INFO O| Aug 19 18:27:47.028 INFO O| Planning: Evaluating mediators ... Done |
3210 | 2024-08-19T18:27:48.711Z | [ host-image] Aug 19 18:27:47.028 INFO O| Aug 19 18:27:47.028 INFO O| Planning: Planning completed in 0.00 seconds |
3211 | 2024-08-19T18:27:48.711Z | [ host-image] Aug 19 18:27:47.028 INFO O| Aug 19 18:27:47.028 INFO O| Variants/Facets to change: 1 |
3212 | 2024-08-19T18:27:48.723Z | [ host-image] Aug 19 18:27:47.042 INFO O| Aug 19 18:27:47.042 INFO O| Done |
3213 | 2024-08-19T18:27:48.723Z | [ host-image] Aug 19 18:27:47.042 INFO O| Aug 19 18:27:47.042 INFO O| Done |
3214 | 2024-08-19T18:27:49.100Z | [ host-image] Aug 19 18:27:47.418 INFO O| Aug 19 18:27:47.418 INFO O| Done |
3215 | 2024-08-19T18:27:49.130Z | [ host-image] Aug 19 18:27:47.448 INFO O| Aug 19 18:27:47.448 INFO O| Done |
3216 | 2024-08-19T18:27:49.134Z | [ host-image] Aug 19 18:27:47.449 INFO O| Aug 19 18:27:47.449 INFO O| Done |
3217 | 2024-08-19T18:27:49.134Z | [ host-image] Aug 19 18:27:47.449 INFO O| Aug 19 18:27:47.449 INFO O| Done |
3218 | 2024-08-19T18:27:49.134Z | [ host-image] Aug 19 18:27:47.451 INFO O| Aug 19 18:27:47.451 INFO O| Done |
3219 | 2024-08-19T18:27:49.434Z | [ host-image] Aug 19 18:27:47.752 INFO O| Aug 19 18:27:47.752 INFO STEP 6 (pkg_change_variant) COMPLETE |
3220 | 2024-08-19T18:27:49.434Z | [ host-image] Aug 19 18:27:47.753 INFO O| Aug 19 18:27:47.752 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3221 | 2024-08-19T18:27:49.436Z | [ host-image] Aug 19 18:27:47.753 INFO O| Aug 19 18:27:47.752 INFO skip step because feature "debug_variant" is not enabled |
3222 | 2024-08-19T18:27:49.436Z | [ host-image] Aug 19 18:27:47.753 INFO O| Aug 19 18:27:47.752 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3223 | 2024-08-19T18:27:49.835Z | [ host-image] Aug 19 18:27:48.154 INFO O| Aug 19 18:27:48.154 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3224 | 2024-08-19T18:27:49.889Z | Aug 19 18:27:48.208 INFO [recovery-package] process exited with exit status: 0 (24.861444743s) |
3225 | 2024-08-19T18:27:49.889Z | Aug 19 18:27:48.208 INFO [recovery-stamp] running task |
3226 | 2024-08-19T18:27:49.892Z | Aug 19 18:27:48.208 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3227 | 2024-08-19T18:27:49.892Z | Aug 19 18:27:48.208 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitd16bbb38740 |
3228 | 2024-08-19T18:27:49.903Z | Aug 19 18:27:48.222 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+gitd16bbb38740 |
3229 | 2024-08-19T18:27:49.912Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3230 | 2024-08-19T18:27:49.917Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3231 | 2024-08-19T18:27:49.982Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3232 | 2024-08-19T18:27:49.986Z | Aug 19 18:27:48.305 INFO [stamp-installinator] process exited with exit status: 0 (96.58203ms) |
3233 | 2024-08-19T18:27:50.034Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3234 | 2024-08-19T18:27:50.038Z | Aug 19 18:27:48.356 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.219363ms) |
3235 | 2024-08-19T18:27:50.039Z | Aug 19 18:27:48.356 INFO [recovery-stamp] task succeeded (148.073349ms) |
3236 | 2024-08-19T18:27:50.039Z | Aug 19 18:27:48.356 INFO [recovery-proto] running task |
3237 | 2024-08-19T18:27:50.043Z | Aug 19 18:27:48.356 INFO [tuf-stamp] running task |
3238 | 2024-08-19T18:27:50.043Z | Aug 19 18:27:48.357 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+gitd16bbb38740 |
3239 | 2024-08-19T18:27:50.050Z | Aug 19 18:27:48.369 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+gitd16bbb38740 |
3240 | 2024-08-19T18:27:50.061Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3241 | 2024-08-19T18:27:50.063Z | Aug 19 18:27:48.380 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+gitd16bbb38740 |
3242 | 2024-08-19T18:27:50.072Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3243 | 2024-08-19T18:27:50.084Z | Aug 19 18:27:48.391 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+gitd16bbb38740 |
3244 | 2024-08-19T18:27:50.087Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3245 | 2024-08-19T18:27:50.087Z | Aug 19 18:27:48.403 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+gitd16bbb38740 |
3246 | 2024-08-19T18:27:50.099Z | Aug 19 18:27:48.417 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+gitd16bbb38740 |
3247 | 2024-08-19T18:27:50.101Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3248 | 2024-08-19T18:27:50.111Z | Aug 19 18:27:48.430 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+gitd16bbb38740 |
3249 | 2024-08-19T18:27:50.132Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3250 | 2024-08-19T18:27:50.164Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3251 | 2024-08-19T18:27:50.172Z | Aug 19 18:27:48.484 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+gitd16bbb38740 |
3252 | 2024-08-19T18:27:50.208Z | Aug 19 18:27:48.523 INFO [recovery-proto] task succeeded (167.051508ms) |
3253 | 2024-08-19T18:27:50.208Z | Aug 19 18:27:48.524 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.277' -P /tmp/.tmplUy9tx/proto/recovery/root -N 'recovery d16bbb3/${os_short_commit} 2024-08-19 18:06' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3254 | 2024-08-19T18:27:50.216Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3255 | 2024-08-19T18:27:50.218Z | Aug 19 18:27:48.535 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+gitd16bbb38740 |
3256 | 2024-08-19T18:27:50.226Z | [ recovery-image] Aug 19 18:27:48.545 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3257 | 2024-08-19T18:27:50.226Z | [ recovery-image] Aug 19 18:27:48.545 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3258 | 2024-08-19T18:27:50.238Z | Aug 19 18:27:48.557 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+gitd16bbb38740 |
3259 | 2024-08-19T18:27:50.243Z | [ recovery-image] Aug 19 18:27:48.561 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmplUy9tx/proto/recovery/root" |
3260 | 2024-08-19T18:27:50.245Z | [ recovery-image] Aug 19 18:27:48.561 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3261 | 2024-08-19T18:27:50.246Z | [ recovery-image] Aug 19 18:27:48.562 INFO image builder template: ramdisk-01-os... |
3262 | 2024-08-19T18:27:50.246Z | [ recovery-image] Aug 19 18:27:48.562 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/.tmplUy9tx/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 |
3263 | 2024-08-19T18:27:50.248Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3264 | 2024-08-19T18:27:50.607Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3265 | 2024-08-19T18:27:50.607Z | [ recovery-image] Aug 19 18:27:48.701 INFO O| Aug 19 18:27:48.674 INFO CREATE DATASET: rpool/images/build/recovery/output |
3266 | 2024-08-19T18:27:50.609Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3267 | 2024-08-19T18:27:50.609Z | Aug 19 18:27:48.926 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+gitd16bbb38740 |
3268 | 2024-08-19T18:27:50.642Z | [ host-image] Aug 19 18:27:48.961 INFO O| Aug 19 18:27:48.961 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3269 | 2024-08-19T18:27:50.645Z | [ host-image] Aug 19 18:27:48.963 INFO O| Aug 19 18:27:48.963 INFO O| Planning: Planning completed in 0.00 seconds |
3270 | 2024-08-19T18:27:50.647Z | [ host-image] Aug 19 18:27:48.964 INFO O| Aug 19 18:27:48.964 INFO O| Planning: Consolidating action changes ... Done |
3271 | 2024-08-19T18:27:50.647Z | [ host-image] Aug 19 18:27:48.964 INFO O| Aug 19 18:27:48.964 INFO O| Planning: Evaluating mediators ... Done |
3272 | 2024-08-19T18:27:50.647Z | [ host-image] Aug 19 18:27:48.965 INFO O| Aug 19 18:27:48.965 INFO O| Planning: Planning completed in 0.00 seconds |
3273 | 2024-08-19T18:27:50.647Z | [ host-image] Aug 19 18:27:48.965 INFO O| Aug 19 18:27:48.965 INFO O| Variants/Facets to change: 1 |
3274 | 2024-08-19T18:27:50.656Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3275 | 2024-08-19T18:27:50.659Z | Aug 19 18:27:48.975 INFO [stamp-ntp] process exited with exit status: 0 (584.633064ms) |
3276 | 2024-08-19T18:27:50.668Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3277 | 2024-08-19T18:27:50.832Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3278 | 2024-08-19T18:27:50.837Z | Aug 19 18:27:49.156 INFO [stamp-probe] process exited with exit status: 0 (229.401739ms) |
3279 | 2024-08-19T18:27:51.057Z | [ recovery-image] Aug 19 18:27:49.375 INFO O| Aug 19 18:27:49.375 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3280 | 2024-08-19T18:27:51.062Z | [ recovery-image] Aug 19 18:27:49.381 INFO O| Aug 19 18:27:49.381 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3281 | 2024-08-19T18:27:51.315Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3282 | 2024-08-19T18:27:51.330Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3283 | 2024-08-19T18:27:51.379Z | Aug 19 18:27:49.697 INFO [stamp-external-dns] process exited with exit status: 0 (1.280367693s) |
3284 | 2024-08-19T18:27:51.393Z | Aug 19 18:27:49.712 INFO [stamp-internal-dns] process exited with exit status: 0 (1.331805336s) |
3285 | 2024-08-19T18:27:51.398Z | [ host-image] Aug 19 18:27:49.716 INFO O| Aug 19 18:27:49.716 INFO O| Done |
3286 | 2024-08-19T18:27:51.398Z | [ host-image] Aug 19 18:27:49.716 INFO O| Aug 19 18:27:49.716 INFO O| Done |
3287 | 2024-08-19T18:27:51.583Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3288 | 2024-08-19T18:27:51.615Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3289 | 2024-08-19T18:27:51.618Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3290 | 2024-08-19T18:27:51.625Z | Aug 19 18:27:49.943 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.408645264s) |
3291 | 2024-08-19T18:27:51.725Z | [ recovery-image] Aug 19 18:27:50.043 INFO O| Aug 19 18:27:50.043 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3292 | 2024-08-19T18:27:51.828Z | [ recovery-image] Aug 19 18:27:50.146 INFO O| Aug 19 18:27:50.146 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3293 | 2024-08-19T18:27:51.831Z | [ recovery-image] Aug 19 18:27:50.147 INFO O| Aug 19 18:27:50.147 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3294 | 2024-08-19T18:27:51.831Z | [ recovery-image] Aug 19 18:27:50.147 INFO O| Aug 19 18:27:50.147 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3295 | 2024-08-19T18:27:51.831Z | [ recovery-image] Aug 19 18:27:50.147 INFO O| Aug 19 18:27:50.147 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3296 | 2024-08-19T18:27:51.836Z | [ host-image] Aug 19 18:27:50.155 INFO O| Aug 19 18:27:50.155 INFO O| Done |
3297 | 2024-08-19T18:27:51.839Z | [ recovery-image] Aug 19 18:27:50.158 INFO O| Aug 19 18:27:50.158 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3298 | 2024-08-19T18:27:51.894Z | [ host-image] Aug 19 18:27:50.211 INFO O| Aug 19 18:27:50.211 INFO O| Done |
3299 | 2024-08-19T18:27:51.896Z | [ host-image] Aug 19 18:27:50.212 INFO O| Aug 19 18:27:50.212 INFO O| Done |
3300 | 2024-08-19T18:27:51.896Z | [ host-image] Aug 19 18:27:50.212 INFO O| Aug 19 18:27:50.212 INFO O| Done |
3301 | 2024-08-19T18:27:51.896Z | [ host-image] Aug 19 18:27:50.214 INFO O| Aug 19 18:27:50.214 INFO O| Done |
3302 | 2024-08-19T18:27:51.938Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3303 | 2024-08-19T18:27:51.942Z | Aug 19 18:27:50.261 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.777423588s) |
3304 | 2024-08-19T18:27:51.980Z | [ host-image] Aug 19 18:27:50.299 INFO O| Aug 19 18:27:50.299 INFO STEP 8 (pkg_change_facet) COMPLETE |
3305 | 2024-08-19T18:27:51.980Z | [ host-image] Aug 19 18:27:50.299 INFO O| Aug 19 18:27:50.299 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3306 | 2024-08-19T18:27:51.983Z | [ host-image] Aug 19 18:27:50.299 INFO O| Aug 19 18:27:50.299 INFO skip step because feature "recovery" is not enabled |
3307 | 2024-08-19T18:27:51.983Z | [ host-image] Aug 19 18:27:50.299 INFO O| Aug 19 18:27:50.299 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3308 | 2024-08-19T18:27:51.983Z | [ host-image] Aug 19 18:27:50.299 INFO O| Aug 19 18:27:50.299 INFO skip step because feature "recovery" is not enabled |
3309 | 2024-08-19T18:27:51.983Z | [ host-image] Aug 19 18:27:50.299 INFO O| Aug 19 18:27:50.299 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3310 | 2024-08-19T18:27:51.996Z | [ host-image] Aug 19 18:27:50.315 INFO O| Aug 19 18:27:50.315 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"] |
3311 | 2024-08-19T18:27:52.293Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3312 | 2024-08-19T18:27:52.297Z | Aug 19 18:27:50.616 INFO [stamp-oximeter] process exited with exit status: 0 (2.02404679s) |
3313 | 2024-08-19T18:27:52.301Z | [ recovery-image] Aug 19 18:27:50.619 INFO O| Aug 19 18:27:50.619 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3314 | 2024-08-19T18:27:52.314Z | [ recovery-image] Aug 19 18:27:50.632 INFO O| Aug 19 18:27:50.632 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3315 | 2024-08-19T18:27:52.603Z | [ host-image] Aug 19 18:27:50.921 INFO O| Aug 19 18:27:50.921 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3316 | 2024-08-19T18:27:52.756Z | [ recovery-image] Aug 19 18:27:51.074 INFO O| Aug 19 18:27:51.074 INFO O| Caching catalogs ... Done |
3317 | 2024-08-19T18:27:52.877Z | [ recovery-image] Aug 19 18:27:51.195 INFO O| Aug 19 18:27:51.195 INFO STEP 0 (pkg_image_create) COMPLETE |
3318 | 2024-08-19T18:27:52.877Z | [ recovery-image] Aug 19 18:27:51.196 INFO O| Aug 19 18:27:51.195 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3319 | 2024-08-19T18:27:52.879Z | [ recovery-image] Aug 19 18:27:51.196 INFO O| Aug 19 18:27:51.195 INFO skip step because feature "repo_redist" is not enabled |
3320 | 2024-08-19T18:27:52.880Z | [ recovery-image] Aug 19 18:27:51.196 INFO O| Aug 19 18:27:51.195 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3321 | 2024-08-19T18:27:52.894Z | [ recovery-image] Aug 19 18:27:51.213 INFO O| Aug 19 18:27:51.213 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"] |
3322 | 2024-08-19T18:27:53.352Z | [ recovery-image] Aug 19 18:27:51.670 INFO O| Aug 19 18:27:51.670 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3323 | 2024-08-19T18:27:53.352Z | [ recovery-image] Aug 19 18:27:51.670 INFO O| Aug 19 18:27:51.670 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3324 | 2024-08-19T18:27:53.365Z | [ recovery-image] Aug 19 18:27:51.684 INFO O| Aug 19 18:27:51.684 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"] |
3325 | 2024-08-19T18:27:53.679Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3326 | 2024-08-19T18:27:53.684Z | Aug 19 18:27:52.002 INFO [stamp-nexus] process exited with exit status: 0 (3.633159223s) |
3327 | 2024-08-19T18:27:53.819Z | [ recovery-image] Aug 19 18:27:52.137 INFO O| Aug 19 18:27:52.137 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3328 | 2024-08-19T18:27:53.819Z | [ recovery-image] Aug 19 18:27:52.138 INFO O| Aug 19 18:27:52.137 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3329 | 2024-08-19T18:27:53.822Z | [ recovery-image] Aug 19 18:27:52.138 INFO O| Aug 19 18:27:52.137 INFO skip step because feature "repo_redist" is not enabled |
3330 | 2024-08-19T18:27:53.822Z | [ recovery-image] Aug 19 18:27:52.138 INFO O| Aug 19 18:27:52.137 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3331 | 2024-08-19T18:27:54.234Z | [ recovery-image] Aug 19 18:27:52.553 INFO O| Aug 19 18:27:52.552 INFO variant opensolaris.zone is already global |
3332 | 2024-08-19T18:27:54.234Z | [ recovery-image] Aug 19 18:27:52.553 INFO O| Aug 19 18:27:52.553 INFO STEP 5 (pkg_change_variant) COMPLETE |
3333 | 2024-08-19T18:27:54.234Z | [ recovery-image] Aug 19 18:27:52.553 INFO O| Aug 19 18:27:52.553 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3334 | 2024-08-19T18:27:54.579Z | [ recovery-image] Aug 19 18:27:52.897 INFO O| Aug 19 18:27:52.897 INFO variant opensolaris.imagetype is full; changing to partial |
3335 | 2024-08-19T18:27:54.579Z | [ recovery-image] Aug 19 18:27:52.897 INFO O| Aug 19 18:27:52.897 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3336 | 2024-08-19T18:27:55.516Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3337 | 2024-08-19T18:27:55.520Z | Aug 19 18:27:53.838 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.434852312s) |
3338 | 2024-08-19T18:27:55.704Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3339 | 2024-08-19T18:27:55.883Z | [verify-libraries] Compiling heck v0.4.1 |
3340 | 2024-08-19T18:27:55.885Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3341 | 2024-08-19T18:27:55.906Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3342 | 2024-08-19T18:27:55.922Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3343 | 2024-08-19T18:27:55.922Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3344 | 2024-08-19T18:27:55.922Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3345 | 2024-08-19T18:27:55.936Z | [verify-libraries] Compiling indent_write v2.2.0 |
3346 | 2024-08-19T18:27:56.447Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3347 | 2024-08-19T18:27:56.651Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3348 | 2024-08-19T18:27:56.716Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3349 | 2024-08-19T18:27:56.782Z | [verify-libraries] Compiling termios v0.3.3 |
3350 | 2024-08-19T18:27:57.473Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3351 | 2024-08-19T18:27:57.599Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3352 | 2024-08-19T18:28:00.404Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3353 | 2024-08-19T18:28:00.404Z | Aug 19 18:27:58.722 INFO [stamp-clickhouse] process exited with exit status: 0 (10.292070785s) |
3354 | 2024-08-19T18:28:00.436Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3355 | 2024-08-19T18:28:00.475Z | Aug 19 18:27:58.793 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.435929072s) |
3356 | 2024-08-19T18:28:00.475Z | Aug 19 18:27:58.793 INFO [tuf-stamp] task succeeded (10.43687119s) |
3357 | 2024-08-19T18:28:03.431Z | [ recovery-image] Aug 19 18:28:01.748 INFO O| Aug 19 18:28:01.748 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3358 | 2024-08-19T18:28:08.578Z | [ recovery-image] Aug 19 18:28:06.895 INFO O| Aug 19 18:28:06.895 INFO O| Startup: Caching catalogs ... Done |
3359 | 2024-08-19T18:28:08.686Z | [ recovery-image] Aug 19 18:28:07.002 INFO O| Aug 19 18:28:07.002 INFO O| Planning: Planning completed in 0.01 seconds |
3360 | 2024-08-19T18:28:08.688Z | [ recovery-image] Aug 19 18:28:07.004 INFO O| Aug 19 18:28:07.003 INFO O| Planning: Consolidating action changes ... Done |
3361 | 2024-08-19T18:28:08.688Z | [ recovery-image] Aug 19 18:28:07.004 INFO O| Aug 19 18:28:07.004 INFO O| Planning: Evaluating mediators ... Done |
3362 | 2024-08-19T18:28:08.688Z | [ recovery-image] Aug 19 18:28:07.004 INFO O| Aug 19 18:28:07.004 INFO O| Planning: Planning completed in 0.01 seconds |
3363 | 2024-08-19T18:28:08.688Z | [ recovery-image] Aug 19 18:28:07.005 INFO O| Aug 19 18:28:07.005 INFO O| Variants/Facets to change: 1 |
3364 | 2024-08-19T18:28:08.753Z | [ recovery-image] Aug 19 18:28:07.070 INFO O| Aug 19 18:28:07.070 INFO O| Done |
3365 | 2024-08-19T18:28:08.756Z | [ recovery-image] Aug 19 18:28:07.070 INFO O| Aug 19 18:28:07.070 INFO O| Done |
3366 | 2024-08-19T18:28:09.422Z | [ recovery-image] Aug 19 18:28:07.739 INFO O| Aug 19 18:28:07.739 INFO O| Done |
3367 | 2024-08-19T18:28:09.492Z | [ recovery-image] Aug 19 18:28:07.809 INFO O| Aug 19 18:28:07.809 INFO O| Done |
3368 | 2024-08-19T18:28:09.495Z | [ recovery-image] Aug 19 18:28:07.811 INFO O| Aug 19 18:28:07.811 INFO O| Done |
3369 | 2024-08-19T18:28:09.495Z | [ recovery-image] Aug 19 18:28:07.811 INFO O| Aug 19 18:28:07.811 INFO O| Done |
3370 | 2024-08-19T18:28:09.497Z | [ recovery-image] Aug 19 18:28:07.813 INFO O| Aug 19 18:28:07.813 INFO O| Done |
3371 | 2024-08-19T18:28:09.984Z | [ recovery-image] Aug 19 18:28:08.301 INFO O| Aug 19 18:28:08.300 INFO STEP 6 (pkg_change_variant) COMPLETE |
3372 | 2024-08-19T18:28:09.984Z | [ recovery-image] Aug 19 18:28:08.301 INFO O| Aug 19 18:28:08.300 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3373 | 2024-08-19T18:28:09.986Z | [ recovery-image] Aug 19 18:28:08.301 INFO O| Aug 19 18:28:08.301 INFO skip step because feature "debug_variant" is not enabled |
3374 | 2024-08-19T18:28:09.987Z | [ recovery-image] Aug 19 18:28:08.301 INFO O| Aug 19 18:28:08.301 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3375 | 2024-08-19T18:28:10.659Z | [ recovery-image] Aug 19 18:28:08.975 INFO O| Aug 19 18:28:08.975 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3376 | 2024-08-19T18:28:11.639Z | [ recovery-image] Aug 19 18:28:09.955 INFO O| Aug 19 18:28:09.955 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3377 | 2024-08-19T18:28:11.641Z | [ recovery-image] Aug 19 18:28:09.957 INFO O| Aug 19 18:28:09.957 INFO O| Planning: Planning completed in 0.00 seconds |
3378 | 2024-08-19T18:28:11.641Z | [ recovery-image] Aug 19 18:28:09.958 INFO O| Aug 19 18:28:09.958 INFO O| Planning: Consolidating action changes ... Done |
3379 | 2024-08-19T18:28:11.641Z | [ recovery-image] Aug 19 18:28:09.958 INFO O| Aug 19 18:28:09.958 INFO O| Planning: Evaluating mediators ... Done |
3380 | 2024-08-19T18:28:11.644Z | [ recovery-image] Aug 19 18:28:09.958 INFO O| Aug 19 18:28:09.958 INFO O| Planning: Planning completed in 0.00 seconds |
3381 | 2024-08-19T18:28:11.644Z | [ recovery-image] Aug 19 18:28:09.959 INFO O| Aug 19 18:28:09.959 INFO O| Variants/Facets to change: 1 |
3382 | 2024-08-19T18:28:11.748Z | [ recovery-image] Aug 19 18:28:10.065 INFO O| Aug 19 18:28:10.065 INFO O| Done |
3383 | 2024-08-19T18:28:11.748Z | [ recovery-image] Aug 19 18:28:10.065 INFO O| Aug 19 18:28:10.065 INFO O| Done |
3384 | 2024-08-19T18:28:12.261Z | [ recovery-image] Aug 19 18:28:10.577 INFO O| Aug 19 18:28:10.577 INFO O| Done |
3385 | 2024-08-19T18:28:12.314Z | [ recovery-image] Aug 19 18:28:10.630 INFO O| Aug 19 18:28:10.630 INFO O| Done |
3386 | 2024-08-19T18:28:12.317Z | [ recovery-image] Aug 19 18:28:10.631 INFO O| Aug 19 18:28:10.631 INFO O| Done |
3387 | 2024-08-19T18:28:12.317Z | [ recovery-image] Aug 19 18:28:10.631 INFO O| Aug 19 18:28:10.631 INFO O| Done |
3388 | 2024-08-19T18:28:12.317Z | [ recovery-image] Aug 19 18:28:10.633 INFO O| Aug 19 18:28:10.633 INFO O| Done |
3389 | 2024-08-19T18:28:12.425Z | [ recovery-image] Aug 19 18:28:10.742 INFO O| Aug 19 18:28:10.742 INFO STEP 8 (pkg_change_facet) COMPLETE |
3390 | 2024-08-19T18:28:12.425Z | [ recovery-image] Aug 19 18:28:10.742 INFO O| Aug 19 18:28:10.742 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3391 | 2024-08-19T18:28:13.063Z | [ recovery-image] Aug 19 18:28:11.380 INFO O| Aug 19 18:28:11.380 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3392 | 2024-08-19T18:28:14.022Z | [ recovery-image] Aug 19 18:28:12.338 INFO O| Aug 19 18:28:12.338 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3393 | 2024-08-19T18:28:14.024Z | [ recovery-image] Aug 19 18:28:12.340 INFO O| Aug 19 18:28:12.340 INFO O| Planning: Planning completed in 0.00 seconds |
3394 | 2024-08-19T18:28:14.026Z | [ recovery-image] Aug 19 18:28:12.341 INFO O| Aug 19 18:28:12.341 INFO O| Planning: Consolidating action changes ... Done |
3395 | 2024-08-19T18:28:14.026Z | [ recovery-image] Aug 19 18:28:12.341 INFO O| Aug 19 18:28:12.341 INFO O| Planning: Evaluating mediators ... Done |
3396 | 2024-08-19T18:28:14.026Z | [ recovery-image] Aug 19 18:28:12.342 INFO O| Aug 19 18:28:12.342 INFO O| Planning: Planning completed in 0.00 seconds |
3397 | 2024-08-19T18:28:14.026Z | [ recovery-image] Aug 19 18:28:12.342 INFO O| Aug 19 18:28:12.342 INFO O| Variants/Facets to change: 1 |
3398 | 2024-08-19T18:28:14.094Z | [ recovery-image] Aug 19 18:28:12.410 INFO O| Aug 19 18:28:12.410 INFO O| Done |
3399 | 2024-08-19T18:28:14.094Z | [ recovery-image] Aug 19 18:28:12.410 INFO O| Aug 19 18:28:12.410 INFO O| Done |
3400 | 2024-08-19T18:28:14.577Z | [ recovery-image] Aug 19 18:28:12.893 INFO O| Aug 19 18:28:12.893 INFO O| Done |
3401 | 2024-08-19T18:28:14.646Z | [ recovery-image] Aug 19 18:28:12.962 INFO O| Aug 19 18:28:12.962 INFO O| Done |
3402 | 2024-08-19T18:28:14.649Z | [ recovery-image] Aug 19 18:28:12.963 INFO O| Aug 19 18:28:12.963 INFO O| Done |
3403 | 2024-08-19T18:28:14.649Z | [ recovery-image] Aug 19 18:28:12.963 INFO O| Aug 19 18:28:12.963 INFO O| Done |
3404 | 2024-08-19T18:28:14.651Z | [ recovery-image] Aug 19 18:28:12.965 INFO O| Aug 19 18:28:12.965 INFO O| Done |
3405 | 2024-08-19T18:28:14.750Z | [ recovery-image] Aug 19 18:28:13.066 INFO O| Aug 19 18:28:13.066 INFO STEP 9 (pkg_change_facet) COMPLETE |
3406 | 2024-08-19T18:28:14.750Z | [ recovery-image] Aug 19 18:28:13.066 INFO O| Aug 19 18:28:13.066 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3407 | 2024-08-19T18:28:15.441Z | [ recovery-image] Aug 19 18:28:13.757 INFO O| Aug 19 18:28:13.757 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3408 | 2024-08-19T18:28:16.333Z | [ recovery-image] Aug 19 18:28:14.649 INFO O| Aug 19 18:28:14.649 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3409 | 2024-08-19T18:28:16.335Z | [ recovery-image] Aug 19 18:28:14.651 INFO O| Aug 19 18:28:14.651 INFO O| Planning: Planning completed in 0.00 seconds |
3410 | 2024-08-19T18:28:16.337Z | [ recovery-image] Aug 19 18:28:14.652 INFO O| Aug 19 18:28:14.652 INFO O| Planning: Consolidating action changes ... Done |
3411 | 2024-08-19T18:28:16.337Z | [ recovery-image] Aug 19 18:28:14.652 INFO O| Aug 19 18:28:14.652 INFO O| Planning: Evaluating mediators ... Done |
3412 | 2024-08-19T18:28:16.337Z | [ recovery-image] Aug 19 18:28:14.653 INFO O| Aug 19 18:28:14.653 INFO O| Planning: Planning completed in 0.00 seconds |
3413 | 2024-08-19T18:28:16.337Z | [ recovery-image] Aug 19 18:28:14.653 INFO O| Aug 19 18:28:14.653 INFO O| Variants/Facets to change: 1 |
3414 | 2024-08-19T18:28:16.402Z | [ recovery-image] Aug 19 18:28:14.718 INFO O| Aug 19 18:28:14.718 INFO O| Done |
3415 | 2024-08-19T18:28:16.402Z | [ recovery-image] Aug 19 18:28:14.718 INFO O| Aug 19 18:28:14.718 INFO O| Done |
3416 | 2024-08-19T18:28:16.932Z | [ recovery-image] Aug 19 18:28:15.248 INFO O| Aug 19 18:28:15.248 INFO O| Done |
3417 | 2024-08-19T18:28:16.987Z | [ recovery-image] Aug 19 18:28:15.302 INFO O| Aug 19 18:28:15.302 INFO O| Done |
3418 | 2024-08-19T18:28:16.989Z | [ recovery-image] Aug 19 18:28:15.303 INFO O| Aug 19 18:28:15.303 INFO O| Done |
3419 | 2024-08-19T18:28:16.989Z | [ recovery-image] Aug 19 18:28:15.304 INFO O| Aug 19 18:28:15.304 INFO O| Done |
3420 | 2024-08-19T18:28:16.991Z | [ recovery-image] Aug 19 18:28:15.306 INFO O| Aug 19 18:28:15.305 INFO O| Done |
3421 | 2024-08-19T18:28:17.162Z | [ recovery-image] Aug 19 18:28:15.478 INFO O| Aug 19 18:28:15.477 INFO STEP 10 (pkg_change_facet) COMPLETE |
3422 | 2024-08-19T18:28:17.162Z | [ recovery-image] Aug 19 18:28:15.478 INFO O| Aug 19 18:28:15.478 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3423 | 2024-08-19T18:28:17.181Z | [ recovery-image] Aug 19 18:28:15.497 INFO O| Aug 19 18:28:15.497 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"] |
3424 | 2024-08-19T18:28:18.154Z | [ recovery-image] Aug 19 18:28:16.469 INFO O| Aug 19 18:28:16.469 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3425 | 2024-08-19T18:28:22.359Z | [ host-image] Aug 19 18:28:20.675 INFO O| Aug 19 18:28:20.675 INFO O| Planning: Solver setup ... Done |
3426 | 2024-08-19T18:28:29.587Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3427 | 2024-08-19T18:28:33.317Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3428 | 2024-08-19T18:28:45.513Z | [ host-image] Aug 19 18:28:43.826 INFO O| Aug 19 18:28:43.826 INFO O| Planning: Running solver ... Done |
3429 | 2024-08-19T18:28:45.820Z | [ host-image] Aug 19 18:28:44.133 INFO O| Aug 19 18:28:44.133 INFO O| Planning: Finding local manifests ... Done |
3430 | 2024-08-19T18:28:45.836Z | [ host-image] Aug 19 18:28:44.149 INFO O| Aug 19 18:28:44.149 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3431 | 2024-08-19T18:28:49.795Z | [ recovery-image] Aug 19 18:28:48.107 INFO O| Aug 19 18:28:48.107 INFO O| Planning: Solver setup ... Done |
3432 | 2024-08-19T18:28:50.869Z | [ host-image] Aug 19 18:28:49.181 INFO O| Aug 19 18:28:49.181 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3433 | 2024-08-19T18:28:52.028Z | [ host-image] Aug 19 18:28:50.340 INFO O| Aug 19 18:28:50.340 INFO O| Planning: Package planning ... Done |
3434 | 2024-08-19T18:28:53.355Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3435 | 2024-08-19T18:28:53.714Z | [ host-image] Aug 19 18:28:52.026 INFO O| Aug 19 18:28:52.026 INFO O| Planning: Merging actions ... Done |
3436 | 2024-08-19T18:28:54.074Z | [ host-image] Aug 19 18:28:52.386 INFO O| Aug 19 18:28:52.386 INFO O| Planning: Checking for conflicting actions ... Done |
3437 | 2024-08-19T18:28:54.422Z | [ host-image] Aug 19 18:28:52.734 INFO O| Aug 19 18:28:52.734 INFO O| Planning: Consolidating action changes ... Done |
3438 | 2024-08-19T18:28:55.154Z | [ host-image] Aug 19 18:28:53.466 INFO O| Aug 19 18:28:53.466 INFO O| Planning: Evaluating mediators ... Done |
3439 | 2024-08-19T18:29:01.688Z | [ host-image] Aug 19 18:28:59.999 INFO O| Aug 19 18:28:59.999 INFO O| Planning: Planning completed in 69.08 seconds |
3440 | 2024-08-19T18:29:01.695Z | [ host-image] Aug 19 18:29:00.007 INFO O| Aug 19 18:29:00.007 INFO O| Packages to install: 124 |
3441 | 2024-08-19T18:29:01.695Z | [ host-image] Aug 19 18:29:00.007 INFO O| Aug 19 18:29:00.007 INFO O| Mediators to change: 4 |
3442 | 2024-08-19T18:29:01.698Z | [ host-image] Aug 19 18:29:00.007 INFO O| Aug 19 18:29:00.007 INFO O| Services to change: 6 |
3443 | 2024-08-19T18:29:01.898Z | [ host-image] Aug 19 18:29:00.210 INFO O| Aug 19 18:29:00.210 INFO O| Download: 0/22727 items 0.0/196.4MB 0% complete |
3444 | 2024-08-19T18:29:06.964Z | [ host-image] Aug 19 18:29:05.276 INFO O| Aug 19 18:29:05.275 INFO O| Download: 987/22727 items 6.0/196.4MB 3% complete (1.3M/s) |
3445 | 2024-08-19T18:29:07.043Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3446 | 2024-08-19T18:29:09.474Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3447 | 2024-08-19T18:29:12.421Z | [ recovery-image] Aug 19 18:29:10.732 INFO O| Aug 19 18:29:10.732 INFO O| Planning: Running solver ... Done |
3448 | 2024-08-19T18:29:12.686Z | [ recovery-image] Aug 19 18:29:10.997 INFO O| Aug 19 18:29:10.996 INFO O| Planning: Finding local manifests ... Done |
3449 | 2024-08-19T18:29:12.722Z | [ recovery-image] Aug 19 18:29:11.033 INFO O| Aug 19 18:29:11.033 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3450 | 2024-08-19T18:29:12.921Z | [ host-image] Aug 19 18:29:11.232 INFO O| Aug 19 18:29:11.232 INFO O| Download: 1619/22727 items 9.6/196.4MB 4% complete (1016k/s) |
3451 | 2024-08-19T18:29:16.835Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3452 | 2024-08-19T18:29:17.963Z | [ recovery-image] Aug 19 18:29:16.273 INFO O| Aug 19 18:29:16.273 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3453 | 2024-08-19T18:29:18.696Z | [ host-image] Aug 19 18:29:17.006 INFO O| Aug 19 18:29:17.006 INFO O| Download: 1772/22727 items 12.0/196.4MB 6% complete (595k/s) |
3454 | 2024-08-19T18:29:18.949Z | [ recovery-image] Aug 19 18:29:17.259 INFO O| Aug 19 18:29:17.259 INFO O| Planning: Package planning ... Done |
3455 | 2024-08-19T18:29:19.666Z | [ recovery-image] Aug 19 18:29:17.976 INFO O| Aug 19 18:29:17.976 INFO O| Planning: Merging actions ... Done |
3456 | 2024-08-19T18:29:19.851Z | [ recovery-image] Aug 19 18:29:18.161 INFO O| Aug 19 18:29:18.161 INFO O| Planning: Checking for conflicting actions ... Done |
3457 | 2024-08-19T18:29:20.001Z | [ recovery-image] Aug 19 18:29:18.310 INFO O| Aug 19 18:29:18.310 INFO O| Planning: Consolidating action changes ... Done |
3458 | 2024-08-19T18:29:20.395Z | [ recovery-image] Aug 19 18:29:18.705 INFO O| Aug 19 18:29:18.705 INFO O| Planning: Evaluating mediators ... Done |
3459 | 2024-08-19T18:29:23.873Z | [ host-image] Aug 19 18:29:22.182 INFO O| Aug 19 18:29:22.182 INFO O| Download: 1949/22727 items 22.3/196.4MB 11% complete (1.2M/s) |
3460 | 2024-08-19T18:29:26.264Z | [ recovery-image] Aug 19 18:29:24.572 INFO O| Aug 19 18:29:24.572 INFO O| Planning: Planning completed in 68.10 seconds |
3461 | 2024-08-19T18:29:26.270Z | [ recovery-image] Aug 19 18:29:24.580 INFO O| Aug 19 18:29:24.580 INFO O| Packages to install: 124 |
3462 | 2024-08-19T18:29:26.273Z | [ recovery-image] Aug 19 18:29:24.580 INFO O| Aug 19 18:29:24.580 INFO O| Mediators to change: 4 |
3463 | 2024-08-19T18:29:26.273Z | [ recovery-image] Aug 19 18:29:24.580 INFO O| Aug 19 18:29:24.580 INFO O| Services to change: 5 |
3464 | 2024-08-19T18:29:26.355Z | [ recovery-image] Aug 19 18:29:24.665 INFO O| Aug 19 18:29:24.665 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
3465 | 2024-08-19T18:29:29.691Z | [ host-image] Aug 19 18:29:28.000 INFO O| Aug 19 18:29:28.000 INFO O| Download: 2233/22727 items 24.4/196.4MB 12% complete (1.3M/s) |
3466 | 2024-08-19T18:29:32.234Z | [ recovery-image] Aug 19 18:29:30.542 INFO O| Aug 19 18:29:30.542 INFO O| Download: 1056/15831 items 7.9/173.2MB 4% complete (1.7M/s) |
3467 | 2024-08-19T18:29:35.654Z | [ host-image] Aug 19 18:29:33.962 INFO O| Aug 19 18:29:33.962 INFO O| Download: 2449/22727 items 28.2/196.4MB 14% complete (668k/s) |
3468 | 2024-08-19T18:29:38.075Z | [ recovery-image] Aug 19 18:29:36.383 INFO O| Aug 19 18:29:36.383 INFO O| Download: 1162/15831 items 10.0/173.2MB 5% complete (1.1M/s) |
3469 | 2024-08-19T18:29:38.886Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3470 | 2024-08-19T18:29:38.984Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3471 | 2024-08-19T18:29:40.659Z | [ host-image] Aug 19 18:29:38.967 INFO O| Aug 19 18:29:38.967 INFO O| Download: 3477/22727 items 35.4/196.4MB 18% complete (1.1M/s) |
3472 | 2024-08-19T18:29:43.474Z | [ recovery-image] Aug 19 18:29:41.781 INFO O| Aug 19 18:29:41.781 INFO O| Download: 1501/15831 items 21.8/173.2MB 12% complete (1.5M/s) |
3473 | 2024-08-19T18:29:43.925Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3474 | 2024-08-19T18:29:45.659Z | [ host-image] Aug 19 18:29:43.967 INFO O| Aug 19 18:29:43.967 INFO O| Download: 4242/22727 items 40.8/196.4MB 20% complete (1.3M/s) |
3475 | 2024-08-19T18:29:48.484Z | [ recovery-image] Aug 19 18:29:46.791 INFO O| Aug 19 18:29:46.791 INFO O| Download: 1653/15831 items 25.7/173.2MB 14% complete (1.6M/s) |
3476 | 2024-08-19T18:29:51.417Z | [ host-image] Aug 19 18:29:49.724 INFO O| Aug 19 18:29:49.723 INFO O| Download: 4548/22727 items 42.6/196.4MB 21% complete (748k/s) |
3477 | 2024-08-19T18:29:53.783Z | [ recovery-image] Aug 19 18:29:52.090 INFO O| Aug 19 18:29:52.090 INFO O| Download: 2667/15831 items 33.0/173.2MB 19% complete (1.2M/s) |
3478 | 2024-08-19T18:29:57.242Z | [ host-image] Aug 19 18:29:55.547 INFO O| Aug 19 18:29:55.547 INFO O| Download: 4707/22727 items 44.8/196.4MB 22% complete (377k/s) |
3479 | 2024-08-19T18:29:58.788Z | [ recovery-image] Aug 19 18:29:57.094 INFO O| Aug 19 18:29:57.094 INFO O| Download: 3462/15831 items 38.2/173.2MB 22% complete (1.0M/s) |
3480 | 2024-08-19T18:30:02.244Z | [ host-image] Aug 19 18:30:00.549 INFO O| Aug 19 18:30:00.549 INFO O| Download: 5952/22727 items 46.3/196.4MB 23% complete (367k/s) |
3481 | 2024-08-19T18:30:04.703Z | [ recovery-image] Aug 19 18:30:03.008 INFO O| Aug 19 18:30:03.008 INFO O| Download: 3689/15831 items 40.2/173.2MB 23% complete (754k/s) |
3482 | 2024-08-19T18:30:07.274Z | [ host-image] Aug 19 18:30:05.579 INFO O| Aug 19 18:30:05.579 INFO O| Download: 6786/22727 items 48.5/196.4MB 24% complete (353k/s) |
3483 | 2024-08-19T18:30:09.719Z | [ recovery-image] Aug 19 18:30:08.024 INFO O| Aug 19 18:30:08.024 INFO O| Download: 3926/15831 items 42.5/173.2MB 24% complete (355k/s) |
3484 | 2024-08-19T18:30:12.776Z | [ host-image] Aug 19 18:30:11.081 INFO O| Aug 19 18:30:11.080 INFO O| Download: 6966/22727 items 49.7/196.4MB 25% complete (353k/s) |
3485 | 2024-08-19T18:30:14.722Z | [ recovery-image] Aug 19 18:30:13.027 INFO O| Aug 19 18:30:13.026 INFO O| Download: 5635/15831 items 44.0/173.2MB 25% complete (346k/s) |
3486 | 2024-08-19T18:30:18.462Z | [ host-image] Aug 19 18:30:16.767 INFO O| Aug 19 18:30:16.766 INFO O| Download: 6990/22727 items 50.6/196.4MB 25% complete (185k/s) |
3487 | 2024-08-19T18:30:20.078Z | [ recovery-image] Aug 19 18:30:18.382 INFO O| Aug 19 18:30:18.382 INFO O| Download: 5742/15831 items 46.8/173.2MB 27% complete (448k/s) |
3488 | 2024-08-19T18:30:24.824Z | [ host-image] Aug 19 18:30:23.127 INFO O| Aug 19 18:30:23.127 INFO O| Download: 8068/22727 items 60.3/196.4MB 30% complete (1.2M/s) |
3489 | 2024-08-19T18:30:26.143Z | [ recovery-image] Aug 19 18:30:24.446 INFO O| Aug 19 18:30:24.446 INFO O| Download: 6002/15831 items 54.1/173.2MB 31% complete (971k/s) |
3490 | 2024-08-19T18:30:30.891Z | [ host-image] Aug 19 18:30:29.194 INFO O| Aug 19 18:30:29.194 INFO O| Download: 8346/22727 items 68.9/196.4MB 35% complete (1.0M/s) |
3491 | 2024-08-19T18:30:31.148Z | [ recovery-image] Aug 19 18:30:29.451 INFO O| Aug 19 18:30:29.451 INFO O| Download: 6490/15831 items 63.8/173.2MB 36% complete (1.9M/s) |
3492 | 2024-08-19T18:30:35.905Z | [ host-image] Aug 19 18:30:34.208 INFO O| Aug 19 18:30:34.208 INFO O| Download: 8720/22727 items 71.1/196.4MB 36% complete (1.0M/s) |
3493 | 2024-08-19T18:30:36.187Z | [ recovery-image] Aug 19 18:30:34.489 INFO O| Aug 19 18:30:34.489 INFO O| Download: 7206/15831 items 73.2/173.2MB 42% complete (2.0M/s) |
3494 | 2024-08-19T18:30:40.906Z | [ host-image] Aug 19 18:30:39.208 INFO O| Aug 19 18:30:39.208 INFO O| Download: 9386/22727 items 81.5/196.4MB 41% complete (1.3M/s) |
3495 | 2024-08-19T18:30:41.187Z | [ recovery-image] Aug 19 18:30:39.489 INFO O| Aug 19 18:30:39.489 INFO O| Download: 7656/15831 items 73.7/173.2MB 42% complete (1.1M/s) |
3496 | 2024-08-19T18:30:45.912Z | [ host-image] Aug 19 18:30:44.214 INFO O| Aug 19 18:30:44.213 INFO O| Download: 10309/22727 items 87.5/196.4MB 44% complete (1.6M/s) |
3497 | 2024-08-19T18:30:48.033Z | [ recovery-image] Aug 19 18:30:46.334 INFO O| Aug 19 18:30:46.334 INFO O| Download: 7893/15831 items 76.5/173.2MB 44% complete (304k/s) |
3498 | 2024-08-19T18:30:51.261Z | [ host-image] Aug 19 18:30:49.562 INFO O| Aug 19 18:30:49.562 INFO O| Download: 10837/22727 items 89.9/196.4MB 45% complete (890k/s) |
3499 | 2024-08-19T18:30:53.037Z | [ recovery-image] Aug 19 18:30:51.337 INFO O| Aug 19 18:30:51.337 INFO O| Download: 8635/15831 items 80.9/173.2MB 46% complete (564k/s) |
3500 | 2024-08-19T18:30:56.262Z | [ host-image] Aug 19 18:30:54.562 INFO O| Aug 19 18:30:54.562 INFO O| Download: 10842/22727 items 89.9/196.4MB 45% complete (264k/s) |
3501 | 2024-08-19T18:30:58.590Z | [ recovery-image] Aug 19 18:30:56.891 INFO O| Aug 19 18:30:56.891 INFO O| Download: 8676/15831 items 83.6/173.2MB 48% complete (756k/s) |
3502 | 2024-08-19T18:31:02.112Z | [ host-image] Aug 19 18:31:00.412 INFO O| Aug 19 18:31:00.412 INFO O| Download: 11119/22727 items 92.8/196.4MB 47% complete (262k/s) |
3503 | 2024-08-19T18:31:04.394Z | [ recovery-image] Aug 19 18:31:02.694 INFO O| Aug 19 18:31:02.694 INFO O| Download: 8820/15831 items 91.7/173.2MB 52% complete (1.2M/s) |
3504 | 2024-08-19T18:31:09.107Z | [ host-image] Aug 19 18:31:07.404 INFO O| Aug 19 18:31:07.404 INFO O| Download: 11235/22727 items 94.1/196.4MB 47% complete (439k/s) |
3505 | 2024-08-19T18:31:10.269Z | [ recovery-image] Aug 19 18:31:08.568 INFO O| Aug 19 18:31:08.568 INFO O| Download: 8952/15831 items 92.6/173.2MB 53% complete (926k/s) |
3506 | 2024-08-19T18:31:14.115Z | [ host-image] Aug 19 18:31:12.413 INFO O| Aug 19 18:31:12.413 INFO O| Download: 11399/22727 items 96.1/196.4MB 48% complete (299k/s) |
3507 | 2024-08-19T18:31:16.926Z | [ recovery-image] Aug 19 18:31:15.225 INFO O| Aug 19 18:31:15.225 INFO O| Download: 9949/15831 items 93.1/173.2MB 53% complete (139k/s) |
3508 | 2024-08-19T18:31:19.470Z | [ host-image] Aug 19 18:31:17.769 INFO O| Aug 19 18:31:17.769 INFO O| Download: 11972/22727 items 98.1/196.4MB 49% complete (386k/s) |
3509 | 2024-08-19T18:31:21.927Z | [ recovery-image] Aug 19 18:31:20.225 INFO O| Aug 19 18:31:20.225 INFO O| Download: 9955/15831 items 93.1/173.2MB 53% complete (28.4k/s) |
3510 | 2024-08-19T18:31:25.181Z | [ host-image] Aug 19 18:31:23.479 INFO O| Aug 19 18:31:23.479 INFO O| Download: 12088/22727 items 100.9/196.4MB 51% complete (485k/s) |
3511 | 2024-08-19T18:31:26.928Z | [ recovery-image] Aug 19 18:31:25.225 INFO O| Aug 19 18:31:25.225 INFO O| Download: 10543/15831 items 93.4/173.2MB 53% complete (32.7k/s) |
3512 | 2024-08-19T18:31:31.213Z | [ host-image] Aug 19 18:31:29.510 INFO O| Aug 19 18:31:29.510 INFO O| Download: 12191/22727 items 108.7/196.4MB 55% complete (1.1M/s) |
3513 | 2024-08-19T18:31:31.973Z | [ recovery-image] Aug 19 18:31:30.270 INFO O| Aug 19 18:31:30.270 INFO O| Download: 11002/15831 items 94.6/173.2MB 54% complete (143k/s) |
3514 | 2024-08-19T18:31:36.229Z | [ host-image] Aug 19 18:31:34.526 INFO O| Aug 19 18:31:34.526 INFO O| Download: 13254/22727 items 109.9/196.4MB 55% complete (408k/s) |
3515 | 2024-08-19T18:31:36.976Z | [ recovery-image] Aug 19 18:31:35.272 INFO O| Aug 19 18:31:35.272 INFO O| Download: 11374/15831 items 107.0/173.2MB 61% complete (1.3M/s) |
3516 | 2024-08-19T18:31:41.248Z | [ host-image] Aug 19 18:31:39.545 INFO O| Aug 19 18:31:39.545 INFO O| Download: 14260/22727 items 110.6/196.4MB 56% complete (204k/s) |
3517 | 2024-08-19T18:31:42.743Z | [ recovery-image] Aug 19 18:31:41.039 INFO O| Aug 19 18:31:41.039 INFO O| Download: 11507/15831 items 110.5/173.2MB 63% complete (1.6M/s) |
3518 | 2024-08-19T18:31:46.301Z | [ host-image] Aug 19 18:31:44.597 INFO O| Aug 19 18:31:44.597 INFO O| Download: 14454/22727 items 112.2/196.4MB 57% complete (226k/s) |
3519 | 2024-08-19T18:31:47.967Z | [ recovery-image] Aug 19 18:31:46.262 INFO O| Aug 19 18:31:46.262 INFO O| Download: 11939/15831 items 133.7/173.2MB 77% complete (2.6M/s) |
3520 | 2024-08-19T18:31:52.159Z | [ host-image] Aug 19 18:31:50.454 INFO O| Aug 19 18:31:50.454 INFO O| Download: 14540/22727 items 116.7/196.4MB 59% complete (626k/s) |
3521 | 2024-08-19T18:31:52.983Z | [ recovery-image] Aug 19 18:31:51.278 INFO O| Aug 19 18:31:51.278 INFO O| Download: 12797/15831 items 141.0/173.2MB 81% complete (2.8M/s) |
3522 | 2024-08-19T18:31:57.445Z | [ host-image] Aug 19 18:31:55.739 INFO O| Aug 19 18:31:55.739 INFO O| Download: 15541/22727 items 123.2/196.4MB 62% complete (904k/s) |
3523 | 2024-08-19T18:31:58.225Z | [ recovery-image] Aug 19 18:31:56.520 INFO O| Aug 19 18:31:56.519 INFO O| Download: 13027/15831 items 141.8/173.2MB 81% complete (1.4M/s) |
3524 | 2024-08-19T18:32:02.943Z | [ host-image] Aug 19 18:32:01.237 INFO O| Aug 19 18:32:01.237 INFO O| Download: 15735/22727 items 126.0/196.4MB 64% complete (978k/s) |
3525 | 2024-08-19T18:32:03.619Z | [ recovery-image] Aug 19 18:32:01.913 INFO O| Aug 19 18:32:01.913 INFO O| Download: 14027/15831 items 145.4/173.2MB 83% complete (486k/s) |
3526 | 2024-08-19T18:32:07.963Z | [ host-image] Aug 19 18:32:06.257 INFO O| Aug 19 18:32:06.257 INFO O| Download: 16218/22727 items 132.4/196.4MB 67% complete (935k/s) |
3527 | 2024-08-19T18:32:08.807Z | [ recovery-image] Aug 19 18:32:07.101 INFO O| Aug 19 18:32:07.101 INFO O| Download: 14646/15831 items 147.5/173.2MB 85% complete (568k/s) |
3528 | 2024-08-19T18:32:12.964Z | [ host-image] Aug 19 18:32:11.257 INFO O| Aug 19 18:32:11.257 INFO O| Download: 17078/22727 items 141.6/196.4MB 72% complete (1.6M/s) |
3529 | 2024-08-19T18:32:14.814Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 20s |
3530 | 2024-08-19T18:32:15.095Z | Aug 19 18:32:13.388 INFO [verify-libraries] process exited with exit status: 0 (265.179480271s) |
3531 | 2024-08-19T18:32:15.985Z | [ recovery-image] Aug 19 18:32:14.278 INFO O| Aug 19 18:32:14.277 INFO O| Download: 14726/15831 items 152.2/173.2MB 87% complete (628k/s) |
3532 | 2024-08-19T18:32:19.057Z | [ host-image] Aug 19 18:32:17.350 INFO O| Aug 19 18:32:17.349 INFO O| Download: 17911/22727 items 158.4/196.4MB 80% complete (2.5M/s) |
3533 | 2024-08-19T18:32:21.131Z | [ recovery-image] Aug 19 18:32:19.423 INFO O| Aug 19 18:32:19.423 INFO O| Download: 15274/15831 items 158.0/173.2MB 91% complete (1.3M/s) |
3534 | 2024-08-19T18:32:25.794Z | [ host-image] Aug 19 18:32:24.086 INFO O| Aug 19 18:32:24.086 INFO O| Download: 17912/22727 items 158.5/196.4MB 80% complete (2.5M/s) |
3535 | 2024-08-19T18:32:28.241Z | [ recovery-image] Aug 19 18:32:26.532 INFO O| Aug 19 18:32:26.532 INFO O| Download: 15602/15831 items 166.7/173.2MB 96% complete (1.5M/s) |
3536 | 2024-08-19T18:32:30.796Z | [ host-image] Aug 19 18:32:29.087 INFO O| Aug 19 18:32:29.087 INFO O| Download: 18983/22727 items 163.6/196.4MB 83% complete (1.0M/s) |
3537 | 2024-08-19T18:32:34.100Z | [ recovery-image] Aug 19 18:32:32.390 INFO O| Aug 19 18:32:32.390 INFO O| Download: 15815/15831 items 172.6/173.2MB 99% complete (1.4M/s) |
3538 | 2024-08-19T18:32:36.532Z | [ host-image] Aug 19 18:32:34.823 INFO O| Aug 19 18:32:34.823 INFO O| Download: 20584/22727 items 169.4/196.4MB 86% complete (1.1M/s) |
3539 | 2024-08-19T18:32:38.623Z | [ recovery-image] Aug 19 18:32:36.914 INFO O| Aug 19 18:32:36.914 INFO O| Download: Completed 173.16 MB in 192.25 seconds (919k/s) |
3540 | 2024-08-19T18:32:39.209Z | [ recovery-image] Aug 19 18:32:37.500 INFO O| Aug 19 18:32:37.500 INFO O| Actions: 1/24964 actions (Installing new actions) |
3541 | 2024-08-19T18:32:41.535Z | [ host-image] Aug 19 18:32:39.825 INFO O| Aug 19 18:32:39.825 INFO O| Download: 20812/22727 items 175.2/196.4MB 89% complete (1.0M/s) |
3542 | 2024-08-19T18:32:44.210Z | [ recovery-image] Aug 19 18:32:42.500 INFO O| Aug 19 18:32:42.500 INFO O| Actions: 13868/24964 actions (Installing new actions) |
3543 | 2024-08-19T18:32:47.295Z | [ host-image] Aug 19 18:32:45.585 INFO O| Aug 19 18:32:45.585 INFO O| Download: 21016/22727 items 176.2/196.4MB 89% complete (725k/s) |
3544 | 2024-08-19T18:32:49.720Z | [ recovery-image] Aug 19 18:32:48.009 INFO O| Aug 19 18:32:48.009 INFO O| Actions: 24411/24964 actions (Installing new actions) |
3545 | 2024-08-19T18:32:50.793Z | [ recovery-image] Aug 19 18:32:49.082 INFO O| Aug 19 18:32:49.082 INFO O| Actions: Completed 24964 actions in 11.58 seconds. |
3546 | 2024-08-19T18:32:51.080Z | [ recovery-image] Aug 19 18:32:49.369 INFO O| Aug 19 18:32:49.369 INFO O| Done |
3547 | 2024-08-19T18:32:51.080Z | [ recovery-image] Aug 19 18:32:49.369 INFO O| Aug 19 18:32:49.369 INFO O| Done |
3548 | 2024-08-19T18:32:51.542Z | [ recovery-image] Aug 19 18:32:49.832 INFO O| Aug 19 18:32:49.832 INFO O| Done |
3549 | 2024-08-19T18:32:52.401Z | [ recovery-image] Aug 19 18:32:50.690 INFO O| Aug 19 18:32:50.690 INFO O| Done |
3550 | 2024-08-19T18:32:52.416Z | [ recovery-image] Aug 19 18:32:50.705 INFO O| Aug 19 18:32:50.705 INFO O| Done |
3551 | 2024-08-19T18:32:53.080Z | [ host-image] Aug 19 18:32:51.370 INFO O| Aug 19 18:32:51.369 INFO O| Download: 21544/22727 items 180.4/196.4MB 91% complete (687k/s) |
3552 | 2024-08-19T18:32:56.704Z | [ recovery-image] Aug 19 18:32:54.992 INFO O| Aug 19 18:32:54.992 INFO O| Done |
3553 | 2024-08-19T18:32:57.091Z | [ recovery-image] Aug 19 18:32:55.380 INFO O| Aug 19 18:32:55.380 INFO O| Done |
3554 | 2024-08-19T18:32:57.309Z | [ recovery-image] Aug 19 18:32:55.597 INFO O| Aug 19 18:32:55.597 INFO STEP 11 (pkg_install) COMPLETE |
3555 | 2024-08-19T18:32:57.309Z | [ recovery-image] Aug 19 18:32:55.597 INFO O| Aug 19 18:32:55.597 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-08-19T18:32:57.312Z | [ recovery-image] Aug 19 18:32:55.597 INFO O| Aug 19 18:32:55.597 INFO skip step because feature "recovery" is enabled |
3557 | 2024-08-19T18:32:57.312Z | [ recovery-image] Aug 19 18:32:55.597 INFO O| Aug 19 18:32:55.597 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3558 | 2024-08-19T18:32:57.312Z | [ recovery-image] Aug 19 18:32:55.597 INFO O| Aug 19 18:32:55.597 INFO skip step because feature "omicron1" is not enabled |
3559 | 2024-08-19T18:32:57.312Z | [ recovery-image] Aug 19 18:32:55.597 INFO O| Aug 19 18:32:55.597 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3560 | 2024-08-19T18:32:57.322Z | [ recovery-image] Aug 19 18:32:55.610 INFO O| Aug 19 18:32:55.610 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3561 | 2024-08-19T18:32:57.797Z | [ recovery-image] Aug 19 18:32:56.085 INFO O| Aug 19 18:32:56.085 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3562 | 2024-08-19T18:32:58.490Z | [ host-image] Aug 19 18:32:56.778 INFO O| Aug 19 18:32:56.778 INFO O| Download: 21942/22727 items 188.8/196.4MB 96% complete (1.5M/s) |
3563 | 2024-08-19T18:32:59.299Z | [ recovery-image] Aug 19 18:32:57.587 INFO O| Aug 19 18:32:57.587 INFO O| Planning: Solver setup ... Done |
3564 | 2024-08-19T18:32:59.302Z | [ recovery-image] Aug 19 18:32:57.591 INFO O| Aug 19 18:32:57.591 INFO O| Planning: Running solver ... Done |
3565 | 2024-08-19T18:32:59.344Z | [ recovery-image] Aug 19 18:32:57.633 INFO O| Aug 19 18:32:57.633 INFO O| Planning: Finding local manifests ... Done |
3566 | 2024-08-19T18:32:59.347Z | [ recovery-image] Aug 19 18:32:57.633 INFO O| Aug 19 18:32:57.633 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3567 | 2024-08-19T18:32:59.428Z | [ recovery-image] Aug 19 18:32:57.716 INFO O| Aug 19 18:32:57.716 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3568 | 2024-08-19T18:32:59.449Z | [ recovery-image] Aug 19 18:32:57.737 INFO O| Aug 19 18:32:57.737 INFO O| Planning: Package planning ... Done |
3569 | 2024-08-19T18:32:59.452Z | [ recovery-image] Aug 19 18:32:57.738 INFO O| Aug 19 18:32:57.738 INFO O| Planning: Merging actions ... Done |
3570 | 2024-08-19T18:32:59.484Z | [ recovery-image] Aug 19 18:32:57.772 INFO O| Aug 19 18:32:57.772 INFO O| Planning: Checking for conflicting actions ... Done |
3571 | 2024-08-19T18:32:59.486Z | [ recovery-image] Aug 19 18:32:57.773 INFO O| Aug 19 18:32:57.773 INFO O| Planning: Consolidating action changes ... Done |
3572 | 2024-08-19T18:32:59.616Z | [ recovery-image] Aug 19 18:32:57.905 INFO O| Aug 19 18:32:57.905 INFO O| Planning: Evaluating mediators ... Done |
3573 | 2024-08-19T18:32:59.619Z | [ recovery-image] Aug 19 18:32:57.905 INFO O| Aug 19 18:32:57.905 INFO O| Planning: Planning completed in 1.82 seconds |
3574 | 2024-08-19T18:32:59.619Z | [ recovery-image] Aug 19 18:32:57.907 INFO O| Aug 19 18:32:57.907 INFO O| Packages to install: 1 |
3575 | 2024-08-19T18:32:59.629Z | [ recovery-image] Aug 19 18:32:57.918 INFO O| Aug 19 18:32:57.918 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3576 | 2024-08-19T18:32:59.988Z | [ recovery-image] Aug 19 18:32:58.276 INFO O| Aug 19 18:32:58.276 INFO O| Download: Completed 20.86 MB in 0.36 seconds (58.2M/s) |
3577 | 2024-08-19T18:33:00.012Z | [ recovery-image] Aug 19 18:32:58.301 INFO O| Aug 19 18:32:58.301 INFO O| Actions: 1/22 actions (Installing new actions) |
3578 | 2024-08-19T18:33:00.656Z | [ recovery-image] Aug 19 18:32:58.944 INFO O| Aug 19 18:32:58.944 INFO O| Actions: Completed 22 actions in 0.64 seconds. |
3579 | 2024-08-19T18:33:00.813Z | [ recovery-image] Aug 19 18:32:59.101 INFO O| Aug 19 18:32:59.101 INFO O| Done |
3580 | 2024-08-19T18:33:00.813Z | [ recovery-image] Aug 19 18:32:59.101 INFO O| Aug 19 18:32:59.101 INFO O| Done |
3581 | 2024-08-19T18:33:01.159Z | [ recovery-image] Aug 19 18:32:59.447 INFO O| Aug 19 18:32:59.447 INFO O| Done |
3582 | 2024-08-19T18:33:02.011Z | [ recovery-image] Aug 19 18:33:00.300 INFO O| Aug 19 18:33:00.300 INFO O| Done |
3583 | 2024-08-19T18:33:02.026Z | [ recovery-image] Aug 19 18:33:00.314 INFO O| Aug 19 18:33:00.314 INFO O| Done |
3584 | 2024-08-19T18:33:02.026Z | [ recovery-image] Aug 19 18:33:00.314 INFO O| Aug 19 18:33:00.314 INFO O| Done |
3585 | 2024-08-19T18:33:02.035Z | [ recovery-image] Aug 19 18:33:00.324 INFO O| Aug 19 18:33:00.324 INFO O| Done |
3586 | 2024-08-19T18:33:02.131Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO STEP 14 (pkg_install) COMPLETE |
3587 | 2024-08-19T18:33:02.131Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3588 | 2024-08-19T18:33:02.133Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO skip step because feature "mfg" is not enabled |
3589 | 2024-08-19T18:33:02.133Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3590 | 2024-08-19T18:33:02.133Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO skip step because feature "compliance" is not enabled |
3591 | 2024-08-19T18:33:02.133Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3592 | 2024-08-19T18:33:02.134Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO skip step because feature "stress" is not enabled |
3593 | 2024-08-19T18:33:02.134Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3594 | 2024-08-19T18:33:02.134Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO skip step because feature "nfs" is not enabled |
3595 | 2024-08-19T18:33:02.134Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3596 | 2024-08-19T18:33:02.134Z | [ recovery-image] Aug 19 18:33:00.419 INFO O| Aug 19 18:33:00.419 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3597 | 2024-08-19T18:33:02.242Z | [ recovery-image] Aug 19 18:33:00.530 INFO O| Aug 19 18:33:00.530 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3598 | 2024-08-19T18:33:02.333Z | [ recovery-image] Aug 19 18:33:00.621 INFO O| Aug 19 18:33:00.621 INFO completed processing gimlet/ramdisk-01-os |
3599 | 2024-08-19T18:33:02.335Z | [ recovery-image] Aug 19 18:33:00.623 INFO image builder template: ramdisk-02-trim... |
3600 | 2024-08-19T18:33:02.335Z | [ recovery-image] Aug 19 18:33:00.623 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/.tmplUy9tx/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 |
3601 | 2024-08-19T18:33:02.362Z | [ recovery-image] Aug 19 18:33:00.650 INFO O| Aug 19 18:33:00.650 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3602 | 2024-08-19T18:33:02.366Z | [ recovery-image] Aug 19 18:33:00.654 INFO O| Aug 19 18:33:00.654 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3603 | 2024-08-19T18:33:02.450Z | [ recovery-image] Aug 19 18:33:00.738 INFO O| Aug 19 18:33:00.738 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3604 | 2024-08-19T18:33:02.511Z | [ recovery-image] Aug 19 18:33:00.799 INFO O| Aug 19 18:33:00.799 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3605 | 2024-08-19T18:33:02.511Z | [ recovery-image] Aug 19 18:33:00.799 INFO O| Aug 19 18:33:00.799 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3606 | 2024-08-19T18:33:02.516Z | [ recovery-image] Aug 19 18:33:00.805 INFO O| Aug 19 18:33:00.805 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3607 | 2024-08-19T18:33:02.520Z | [ recovery-image] Aug 19 18:33:00.809 INFO O| Aug 19 18:33:00.809 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3608 | 2024-08-19T18:33:02.525Z | [ recovery-image] Aug 19 18:33:00.814 INFO O| Aug 19 18:33:00.814 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3609 | 2024-08-19T18:33:02.702Z | [ recovery-image] Aug 19 18:33:00.990 INFO O| Aug 19 18:33:00.990 INFO rolled back to input snapshot; work may begin |
3610 | 2024-08-19T18:33:02.702Z | [ recovery-image] Aug 19 18:33:00.990 INFO O| Aug 19 18:33:00.990 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3611 | 2024-08-19T18:33:02.707Z | [ recovery-image] Aug 19 18:33:00.996 INFO O| Aug 19 18:33:00.996 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3612 | 2024-08-19T18:33:02.719Z | [ recovery-image] Aug 19 18:33:01.007 INFO O| Aug 19 18:33:01.006 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3613 | 2024-08-19T18:33:02.768Z | [ recovery-image] Aug 19 18:33:01.056 INFO O| Aug 19 18:33:01.056 INFO STEP 0 (remove_files) COMPLETE |
3614 | 2024-08-19T18:33:02.768Z | [ recovery-image] Aug 19 18:33:01.056 INFO O| Aug 19 18:33:01.056 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3615 | 2024-08-19T18:33:02.781Z | [ recovery-image] Aug 19 18:33:01.070 INFO O| Aug 19 18:33:01.069 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3616 | 2024-08-19T18:33:02.784Z | [ recovery-image] Aug 19 18:33:01.072 INFO O| Aug 19 18:33:01.072 INFO STEP 1 (remove_files) COMPLETE |
3617 | 2024-08-19T18:33:02.784Z | [ recovery-image] Aug 19 18:33:01.072 INFO O| Aug 19 18:33:01.072 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3618 | 2024-08-19T18:33:02.796Z | [ recovery-image] Aug 19 18:33:01.084 INFO O| Aug 19 18:33:01.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3619 | 2024-08-19T18:33:02.809Z | [ recovery-image] Aug 19 18:33:01.098 INFO O| Aug 19 18:33:01.098 INFO STEP 2 (remove_files) COMPLETE |
3620 | 2024-08-19T18:33:02.809Z | [ recovery-image] Aug 19 18:33:01.098 INFO O| Aug 19 18:33:01.098 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3621 | 2024-08-19T18:33:02.821Z | [ recovery-image] Aug 19 18:33:01.109 INFO O| Aug 19 18:33:01.109 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3622 | 2024-08-19T18:33:02.823Z | [ recovery-image] Aug 19 18:33:01.111 INFO O| Aug 19 18:33:01.111 INFO STEP 3 (remove_files) COMPLETE |
3623 | 2024-08-19T18:33:02.823Z | [ recovery-image] Aug 19 18:33:01.111 INFO O| Aug 19 18:33:01.111 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3624 | 2024-08-19T18:33:02.833Z | [ recovery-image] Aug 19 18:33:01.121 INFO O| Aug 19 18:33:01.121 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3625 | 2024-08-19T18:33:02.837Z | [ recovery-image] Aug 19 18:33:01.125 INFO O| Aug 19 18:33:01.125 INFO STEP 4 (remove_files) COMPLETE |
3626 | 2024-08-19T18:33:02.837Z | [ recovery-image] Aug 19 18:33:01.125 INFO O| Aug 19 18:33:01.125 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3627 | 2024-08-19T18:33:02.847Z | [ recovery-image] Aug 19 18:33:01.135 INFO O| Aug 19 18:33:01.135 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3628 | 2024-08-19T18:33:02.849Z | [ recovery-image] Aug 19 18:33:01.136 INFO O| Aug 19 18:33:01.135 INFO STEP 5 (remove_files) COMPLETE |
3629 | 2024-08-19T18:33:02.849Z | [ recovery-image] Aug 19 18:33:01.136 INFO O| Aug 19 18:33:01.136 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3630 | 2024-08-19T18:33:02.857Z | [ recovery-image] Aug 19 18:33:01.145 INFO O| Aug 19 18:33:01.145 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3631 | 2024-08-19T18:33:02.869Z | [ recovery-image] Aug 19 18:33:01.157 INFO O| Aug 19 18:33:01.157 INFO STEP 6 (remove_files) COMPLETE |
3632 | 2024-08-19T18:33:02.869Z | [ recovery-image] Aug 19 18:33:01.157 INFO O| Aug 19 18:33:01.157 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3633 | 2024-08-19T18:33:02.875Z | [ recovery-image] Aug 19 18:33:01.157 INFO O| Aug 19 18:33:01.157 INFO skip step because feature "recovery" is enabled |
3634 | 2024-08-19T18:33:02.875Z | [ recovery-image] Aug 19 18:33:01.157 INFO O| Aug 19 18:33:01.157 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3635 | 2024-08-19T18:33:02.875Z | [ recovery-image] Aug 19 18:33:01.157 INFO O| Aug 19 18:33:01.157 INFO skip step because feature "recovery" is enabled |
3636 | 2024-08-19T18:33:02.875Z | [ recovery-image] Aug 19 18:33:01.157 INFO O| Aug 19 18:33:01.157 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3637 | 2024-08-19T18:33:02.875Z | [ recovery-image] Aug 19 18:33:01.157 INFO O| Aug 19 18:33:01.157 INFO skip step because feature "recovery" is enabled |
3638 | 2024-08-19T18:33:02.875Z | [ recovery-image] Aug 19 18:33:01.157 INFO O| Aug 19 18:33:01.157 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3639 | 2024-08-19T18:33:02.880Z | [ recovery-image] Aug 19 18:33:01.169 INFO O| Aug 19 18:33:01.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3640 | 2024-08-19T18:33:02.884Z | [ recovery-image] Aug 19 18:33:01.173 INFO O| Aug 19 18:33:01.173 INFO STEP 10 (remove_files) COMPLETE |
3641 | 2024-08-19T18:33:02.884Z | [ recovery-image] Aug 19 18:33:01.173 INFO O| Aug 19 18:33:01.173 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3642 | 2024-08-19T18:33:02.894Z | [ recovery-image] Aug 19 18:33:01.183 INFO O| Aug 19 18:33:01.183 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3643 | 2024-08-19T18:33:02.897Z | [ recovery-image] Aug 19 18:33:01.184 INFO O| Aug 19 18:33:01.184 INFO STEP 11 (remove_files) COMPLETE |
3644 | 2024-08-19T18:33:02.897Z | [ recovery-image] Aug 19 18:33:01.184 INFO O| Aug 19 18:33:01.184 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3645 | 2024-08-19T18:33:02.906Z | [ recovery-image] Aug 19 18:33:01.193 INFO O| Aug 19 18:33:01.193 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3646 | 2024-08-19T18:33:02.908Z | [ recovery-image] Aug 19 18:33:01.195 INFO O| Aug 19 18:33:01.195 INFO STEP 12 (remove_files) COMPLETE |
3647 | 2024-08-19T18:33:02.908Z | [ recovery-image] Aug 19 18:33:01.195 INFO O| Aug 19 18:33:01.195 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3648 | 2024-08-19T18:33:02.999Z | [ recovery-image] Aug 19 18:33:01.288 INFO O| Aug 19 18:33:01.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3649 | 2024-08-19T18:33:03.044Z | [ recovery-image] Aug 19 18:33:01.333 INFO O| Aug 19 18:33:01.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3650 | 2024-08-19T18:33:03.047Z | [ recovery-image] Aug 19 18:33:01.334 INFO O| Aug 19 18:33:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3651 | 2024-08-19T18:33:03.054Z | [ recovery-image] Aug 19 18:33:01.343 INFO O| Aug 19 18:33:01.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3652 | 2024-08-19T18:33:03.146Z | [ recovery-image] Aug 19 18:33:01.434 INFO O| Aug 19 18:33:01.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3653 | 2024-08-19T18:33:03.158Z | [ recovery-image] Aug 19 18:33:01.447 INFO O| Aug 19 18:33:01.446 INFO STEP 13 (remove_files) COMPLETE |
3654 | 2024-08-19T18:33:03.158Z | [ recovery-image] Aug 19 18:33:01.447 INFO O| Aug 19 18:33:01.447 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3655 | 2024-08-19T18:33:03.171Z | [ recovery-image] Aug 19 18:33:01.459 INFO O| Aug 19 18:33:01.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3656 | 2024-08-19T18:33:03.174Z | [ recovery-image] Aug 19 18:33:01.462 INFO O| Aug 19 18:33:01.462 INFO STEP 14 (remove_files) COMPLETE |
3657 | 2024-08-19T18:33:03.174Z | [ recovery-image] Aug 19 18:33:01.462 INFO O| Aug 19 18:33:01.462 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3658 | 2024-08-19T18:33:03.188Z | [ recovery-image] Aug 19 18:33:01.476 INFO O| Aug 19 18:33:01.476 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3659 | 2024-08-19T18:33:03.197Z | [ recovery-image] Aug 19 18:33:01.485 INFO O| Aug 19 18:33:01.485 INFO STEP 15 (remove_files) COMPLETE |
3660 | 2024-08-19T18:33:03.197Z | [ recovery-image] Aug 19 18:33:01.485 INFO O| Aug 19 18:33:01.485 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3661 | 2024-08-19T18:33:03.208Z | [ recovery-image] Aug 19 18:33:01.497 INFO O| Aug 19 18:33:01.497 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3662 | 2024-08-19T18:33:03.211Z | [ recovery-image] Aug 19 18:33:01.497 INFO O| Aug 19 18:33:01.497 INFO STEP 16 (remove_files) COMPLETE |
3663 | 2024-08-19T18:33:03.211Z | [ recovery-image] Aug 19 18:33:01.497 INFO O| Aug 19 18:33:01.497 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3664 | 2024-08-19T18:33:03.219Z | [ recovery-image] Aug 19 18:33:01.507 INFO O| Aug 19 18:33:01.507 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3665 | 2024-08-19T18:33:03.221Z | [ recovery-image] Aug 19 18:33:01.509 INFO O| Aug 19 18:33:01.509 INFO STEP 17 (remove_files) COMPLETE |
3666 | 2024-08-19T18:33:03.221Z | [ recovery-image] Aug 19 18:33:01.509 INFO O| Aug 19 18:33:01.509 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3667 | 2024-08-19T18:33:03.230Z | [ recovery-image] Aug 19 18:33:01.519 INFO O| Aug 19 18:33:01.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3668 | 2024-08-19T18:33:03.233Z | [ recovery-image] Aug 19 18:33:01.519 INFO O| Aug 19 18:33:01.519 INFO STEP 18 (remove_files) COMPLETE |
3669 | 2024-08-19T18:33:03.233Z | [ recovery-image] Aug 19 18:33:01.519 INFO O| Aug 19 18:33:01.519 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3670 | 2024-08-19T18:33:03.240Z | [ recovery-image] Aug 19 18:33:01.529 INFO O| Aug 19 18:33:01.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3671 | 2024-08-19T18:33:03.240Z | [ recovery-image] Aug 19 18:33:01.529 INFO O| Aug 19 18:33:01.529 INFO STEP 19 (remove_files) COMPLETE |
3672 | 2024-08-19T18:33:03.244Z | [ recovery-image] Aug 19 18:33:01.529 INFO O| Aug 19 18:33:01.529 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3673 | 2024-08-19T18:33:03.250Z | [ recovery-image] Aug 19 18:33:01.538 INFO O| Aug 19 18:33:01.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3674 | 2024-08-19T18:33:03.250Z | [ recovery-image] Aug 19 18:33:01.538 INFO O| Aug 19 18:33:01.538 INFO STEP 20 (remove_files) COMPLETE |
3675 | 2024-08-19T18:33:03.250Z | [ recovery-image] Aug 19 18:33:01.538 INFO O| Aug 19 18:33:01.538 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3676 | 2024-08-19T18:33:03.261Z | [ recovery-image] Aug 19 18:33:01.550 INFO O| Aug 19 18:33:01.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3677 | 2024-08-19T18:33:03.261Z | [ recovery-image] Aug 19 18:33:01.550 INFO O| Aug 19 18:33:01.550 INFO STEP 21 (remove_files) COMPLETE |
3678 | 2024-08-19T18:33:03.261Z | [ recovery-image] Aug 19 18:33:01.550 INFO O| Aug 19 18:33:01.550 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3679 | 2024-08-19T18:33:03.272Z | [ recovery-image] Aug 19 18:33:01.561 INFO O| Aug 19 18:33:01.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3680 | 2024-08-19T18:33:03.272Z | [ recovery-image] Aug 19 18:33:01.561 INFO O| Aug 19 18:33:01.561 INFO STEP 22 (remove_files) COMPLETE |
3681 | 2024-08-19T18:33:03.272Z | [ recovery-image] Aug 19 18:33:01.561 INFO O| Aug 19 18:33:01.561 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3682 | 2024-08-19T18:33:03.283Z | [ recovery-image] Aug 19 18:33:01.571 INFO O| Aug 19 18:33:01.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3683 | 2024-08-19T18:33:03.283Z | [ recovery-image] Aug 19 18:33:01.571 INFO O| Aug 19 18:33:01.571 INFO STEP 23 (remove_files) COMPLETE |
3684 | 2024-08-19T18:33:03.285Z | [ recovery-image] Aug 19 18:33:01.571 INFO O| Aug 19 18:33:01.571 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3685 | 2024-08-19T18:33:03.293Z | [ recovery-image] Aug 19 18:33:01.581 INFO O| Aug 19 18:33:01.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3686 | 2024-08-19T18:33:03.294Z | [ recovery-image] Aug 19 18:33:01.581 INFO O| Aug 19 18:33:01.581 INFO STEP 24 (remove_files) COMPLETE |
3687 | 2024-08-19T18:33:03.297Z | [ recovery-image] Aug 19 18:33:01.581 INFO O| Aug 19 18:33:01.581 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3688 | 2024-08-19T18:33:03.303Z | [ recovery-image] Aug 19 18:33:01.592 INFO O| Aug 19 18:33:01.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3689 | 2024-08-19T18:33:03.304Z | [ recovery-image] Aug 19 18:33:01.592 INFO O| Aug 19 18:33:01.592 INFO STEP 25 (remove_files) COMPLETE |
3690 | 2024-08-19T18:33:03.304Z | [ recovery-image] Aug 19 18:33:01.592 INFO O| Aug 19 18:33:01.592 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3691 | 2024-08-19T18:33:03.314Z | [ recovery-image] Aug 19 18:33:01.602 INFO O| Aug 19 18:33:01.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3692 | 2024-08-19T18:33:03.314Z | [ recovery-image] Aug 19 18:33:01.602 INFO O| Aug 19 18:33:01.602 INFO STEP 26 (remove_files) COMPLETE |
3693 | 2024-08-19T18:33:03.317Z | [ recovery-image] Aug 19 18:33:01.602 INFO O| Aug 19 18:33:01.602 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3694 | 2024-08-19T18:33:03.324Z | [ recovery-image] Aug 19 18:33:01.612 INFO O| Aug 19 18:33:01.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3695 | 2024-08-19T18:33:03.324Z | [ recovery-image] Aug 19 18:33:01.613 INFO O| Aug 19 18:33:01.612 INFO STEP 27 (remove_files) COMPLETE |
3696 | 2024-08-19T18:33:03.326Z | [ recovery-image] Aug 19 18:33:01.613 INFO O| Aug 19 18:33:01.613 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3697 | 2024-08-19T18:33:03.335Z | [ recovery-image] Aug 19 18:33:01.623 INFO O| Aug 19 18:33:01.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3698 | 2024-08-19T18:33:03.335Z | [ recovery-image] Aug 19 18:33:01.623 INFO O| Aug 19 18:33:01.623 INFO STEP 28 (remove_files) COMPLETE |
3699 | 2024-08-19T18:33:03.337Z | [ recovery-image] Aug 19 18:33:01.623 INFO O| Aug 19 18:33:01.623 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3700 | 2024-08-19T18:33:03.346Z | [ recovery-image] Aug 19 18:33:01.634 INFO O| Aug 19 18:33:01.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3701 | 2024-08-19T18:33:03.346Z | [ recovery-image] Aug 19 18:33:01.634 INFO O| Aug 19 18:33:01.634 INFO STEP 29 (remove_files) COMPLETE |
3702 | 2024-08-19T18:33:03.346Z | [ recovery-image] Aug 19 18:33:01.635 INFO O| Aug 19 18:33:01.634 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3703 | 2024-08-19T18:33:03.357Z | [ recovery-image] Aug 19 18:33:01.646 INFO O| Aug 19 18:33:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3704 | 2024-08-19T18:33:03.360Z | [ recovery-image] Aug 19 18:33:01.646 INFO O| Aug 19 18:33:01.646 INFO STEP 30 (remove_files) COMPLETE |
3705 | 2024-08-19T18:33:03.360Z | [ recovery-image] Aug 19 18:33:01.646 INFO O| Aug 19 18:33:01.646 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3706 | 2024-08-19T18:33:03.369Z | [ recovery-image] Aug 19 18:33:01.658 INFO O| Aug 19 18:33:01.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3707 | 2024-08-19T18:33:03.372Z | [ recovery-image] Aug 19 18:33:01.658 INFO O| Aug 19 18:33:01.658 INFO STEP 31 (remove_files) COMPLETE |
3708 | 2024-08-19T18:33:03.372Z | [ recovery-image] Aug 19 18:33:01.658 INFO O| Aug 19 18:33:01.658 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3709 | 2024-08-19T18:33:03.380Z | [ recovery-image] Aug 19 18:33:01.669 INFO O| Aug 19 18:33:01.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3710 | 2024-08-19T18:33:03.380Z | [ recovery-image] Aug 19 18:33:01.669 INFO O| Aug 19 18:33:01.669 INFO STEP 32 (remove_files) COMPLETE |
3711 | 2024-08-19T18:33:03.383Z | [ recovery-image] Aug 19 18:33:01.669 INFO O| Aug 19 18:33:01.669 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3712 | 2024-08-19T18:33:03.392Z | [ recovery-image] Aug 19 18:33:01.680 INFO O| Aug 19 18:33:01.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3713 | 2024-08-19T18:33:03.392Z | [ recovery-image] Aug 19 18:33:01.680 INFO O| Aug 19 18:33:01.680 INFO STEP 33 (remove_files) COMPLETE |
3714 | 2024-08-19T18:33:03.395Z | [ recovery-image] Aug 19 18:33:01.680 INFO O| Aug 19 18:33:01.680 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3715 | 2024-08-19T18:33:03.402Z | [ recovery-image] Aug 19 18:33:01.690 INFO O| Aug 19 18:33:01.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3716 | 2024-08-19T18:33:03.402Z | [ recovery-image] Aug 19 18:33:01.690 INFO O| Aug 19 18:33:01.690 INFO STEP 34 (remove_files) COMPLETE |
3717 | 2024-08-19T18:33:03.406Z | [ recovery-image] Aug 19 18:33:01.690 INFO O| Aug 19 18:33:01.690 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3718 | 2024-08-19T18:33:03.412Z | [ recovery-image] Aug 19 18:33:01.701 INFO O| Aug 19 18:33:01.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3719 | 2024-08-19T18:33:03.412Z | [ recovery-image] Aug 19 18:33:01.701 INFO O| Aug 19 18:33:01.701 INFO STEP 35 (remove_files) COMPLETE |
3720 | 2024-08-19T18:33:03.415Z | [ recovery-image] Aug 19 18:33:01.701 INFO O| Aug 19 18:33:01.701 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3721 | 2024-08-19T18:33:03.423Z | [ recovery-image] Aug 19 18:33:01.711 INFO O| Aug 19 18:33:01.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3722 | 2024-08-19T18:33:03.423Z | [ recovery-image] Aug 19 18:33:01.711 INFO O| Aug 19 18:33:01.711 INFO STEP 36 (remove_files) COMPLETE |
3723 | 2024-08-19T18:33:03.423Z | [ recovery-image] Aug 19 18:33:01.711 INFO O| Aug 19 18:33:01.711 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3724 | 2024-08-19T18:33:03.433Z | [ recovery-image] Aug 19 18:33:01.722 INFO O| Aug 19 18:33:01.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3725 | 2024-08-19T18:33:03.433Z | [ recovery-image] Aug 19 18:33:01.722 INFO O| Aug 19 18:33:01.722 INFO STEP 37 (remove_files) COMPLETE |
3726 | 2024-08-19T18:33:03.433Z | [ recovery-image] Aug 19 18:33:01.722 INFO O| Aug 19 18:33:01.722 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3727 | 2024-08-19T18:33:03.443Z | [ recovery-image] Aug 19 18:33:01.732 INFO O| Aug 19 18:33:01.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3728 | 2024-08-19T18:33:03.443Z | [ recovery-image] Aug 19 18:33:01.732 INFO O| Aug 19 18:33:01.732 INFO STEP 38 (remove_files) COMPLETE |
3729 | 2024-08-19T18:33:03.443Z | [ recovery-image] Aug 19 18:33:01.732 INFO O| Aug 19 18:33:01.732 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3730 | 2024-08-19T18:33:03.454Z | [ recovery-image] Aug 19 18:33:01.742 INFO O| Aug 19 18:33:01.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3731 | 2024-08-19T18:33:03.454Z | [ recovery-image] Aug 19 18:33:01.742 INFO O| Aug 19 18:33:01.742 INFO STEP 39 (remove_files) COMPLETE |
3732 | 2024-08-19T18:33:03.454Z | [ recovery-image] Aug 19 18:33:01.742 INFO O| Aug 19 18:33:01.742 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3733 | 2024-08-19T18:33:03.465Z | [ recovery-image] Aug 19 18:33:01.753 INFO O| Aug 19 18:33:01.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3734 | 2024-08-19T18:33:03.465Z | [ recovery-image] Aug 19 18:33:01.753 INFO O| Aug 19 18:33:01.753 INFO STEP 40 (remove_files) COMPLETE |
3735 | 2024-08-19T18:33:03.468Z | [ recovery-image] Aug 19 18:33:01.753 INFO O| Aug 19 18:33:01.753 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3736 | 2024-08-19T18:33:03.476Z | [ recovery-image] Aug 19 18:33:01.764 INFO O| Aug 19 18:33:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3737 | 2024-08-19T18:33:03.476Z | [ recovery-image] Aug 19 18:33:01.765 INFO O| Aug 19 18:33:01.765 INFO STEP 41 (remove_files) COMPLETE |
3738 | 2024-08-19T18:33:03.478Z | [ recovery-image] Aug 19 18:33:01.765 INFO O| Aug 19 18:33:01.765 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3739 | 2024-08-19T18:33:03.488Z | [ recovery-image] Aug 19 18:33:01.776 INFO O| Aug 19 18:33:01.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3740 | 2024-08-19T18:33:03.488Z | [ recovery-image] Aug 19 18:33:01.776 INFO O| Aug 19 18:33:01.776 INFO STEP 42 (remove_files) COMPLETE |
3741 | 2024-08-19T18:33:03.488Z | [ recovery-image] Aug 19 18:33:01.776 INFO O| Aug 19 18:33:01.776 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3742 | 2024-08-19T18:33:03.490Z | [ host-image] Aug 19 18:33:01.778 INFO O| Aug 19 18:33:01.778 INFO O| Download: 22158/22727 items 194.2/196.4MB 98% complete (1.5M/s) |
3743 | 2024-08-19T18:33:03.499Z | [ recovery-image] Aug 19 18:33:01.787 INFO O| Aug 19 18:33:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3744 | 2024-08-19T18:33:03.499Z | [ recovery-image] Aug 19 18:33:01.787 INFO O| Aug 19 18:33:01.787 INFO STEP 43 (remove_files) COMPLETE |
3745 | 2024-08-19T18:33:03.501Z | [ recovery-image] Aug 19 18:33:01.788 INFO O| Aug 19 18:33:01.787 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3746 | 2024-08-19T18:33:03.509Z | [ recovery-image] Aug 19 18:33:01.798 INFO O| Aug 19 18:33:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3747 | 2024-08-19T18:33:03.511Z | [ recovery-image] Aug 19 18:33:01.798 INFO O| Aug 19 18:33:01.798 INFO STEP 44 (remove_files) COMPLETE |
3748 | 2024-08-19T18:33:03.511Z | [ recovery-image] Aug 19 18:33:01.798 INFO O| Aug 19 18:33:01.798 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3749 | 2024-08-19T18:33:03.520Z | [ recovery-image] Aug 19 18:33:01.809 INFO O| Aug 19 18:33:01.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3750 | 2024-08-19T18:33:03.520Z | [ recovery-image] Aug 19 18:33:01.809 INFO O| Aug 19 18:33:01.809 INFO STEP 45 (remove_files) COMPLETE |
3751 | 2024-08-19T18:33:03.523Z | [ recovery-image] Aug 19 18:33:01.809 INFO O| Aug 19 18:33:01.809 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3752 | 2024-08-19T18:33:03.531Z | [ recovery-image] Aug 19 18:33:01.820 INFO O| Aug 19 18:33:01.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3753 | 2024-08-19T18:33:03.531Z | [ recovery-image] Aug 19 18:33:01.820 INFO O| Aug 19 18:33:01.820 INFO STEP 46 (remove_files) COMPLETE |
3754 | 2024-08-19T18:33:03.534Z | [ recovery-image] Aug 19 18:33:01.820 INFO O| Aug 19 18:33:01.820 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3755 | 2024-08-19T18:33:03.543Z | [ recovery-image] Aug 19 18:33:01.831 INFO O| Aug 19 18:33:01.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3756 | 2024-08-19T18:33:03.543Z | [ recovery-image] Aug 19 18:33:01.831 INFO O| Aug 19 18:33:01.831 INFO STEP 47 (remove_files) COMPLETE |
3757 | 2024-08-19T18:33:03.545Z | [ recovery-image] Aug 19 18:33:01.831 INFO O| Aug 19 18:33:01.831 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3758 | 2024-08-19T18:33:03.555Z | [ recovery-image] Aug 19 18:33:01.843 INFO O| Aug 19 18:33:01.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3759 | 2024-08-19T18:33:03.555Z | [ recovery-image] Aug 19 18:33:01.843 INFO O| Aug 19 18:33:01.843 INFO STEP 48 (remove_files) COMPLETE |
3760 | 2024-08-19T18:33:03.557Z | [ recovery-image] Aug 19 18:33:01.843 INFO O| Aug 19 18:33:01.843 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3761 | 2024-08-19T18:33:03.568Z | [ recovery-image] Aug 19 18:33:01.855 INFO O| Aug 19 18:33:01.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3762 | 2024-08-19T18:33:03.568Z | [ recovery-image] Aug 19 18:33:01.856 INFO O| Aug 19 18:33:01.855 INFO STEP 49 (remove_files) COMPLETE |
3763 | 2024-08-19T18:33:03.571Z | [ recovery-image] Aug 19 18:33:01.856 INFO O| Aug 19 18:33:01.856 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3764 | 2024-08-19T18:33:03.578Z | [ recovery-image] Aug 19 18:33:01.866 INFO O| Aug 19 18:33:01.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3765 | 2024-08-19T18:33:03.580Z | [ recovery-image] Aug 19 18:33:01.866 INFO O| Aug 19 18:33:01.866 INFO STEP 50 (remove_files) COMPLETE |
3766 | 2024-08-19T18:33:03.581Z | [ recovery-image] Aug 19 18:33:01.866 INFO O| Aug 19 18:33:01.866 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3767 | 2024-08-19T18:33:03.588Z | [ recovery-image] Aug 19 18:33:01.876 INFO O| Aug 19 18:33:01.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3768 | 2024-08-19T18:33:03.591Z | [ recovery-image] Aug 19 18:33:01.876 INFO O| Aug 19 18:33:01.876 INFO STEP 51 (remove_files) COMPLETE |
3769 | 2024-08-19T18:33:03.591Z | [ recovery-image] Aug 19 18:33:01.876 INFO O| Aug 19 18:33:01.876 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3770 | 2024-08-19T18:33:03.599Z | [ recovery-image] Aug 19 18:33:01.887 INFO O| Aug 19 18:33:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3771 | 2024-08-19T18:33:03.599Z | [ recovery-image] Aug 19 18:33:01.887 INFO O| Aug 19 18:33:01.887 INFO STEP 52 (remove_files) COMPLETE |
3772 | 2024-08-19T18:33:03.601Z | [ recovery-image] Aug 19 18:33:01.887 INFO O| Aug 19 18:33:01.887 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3773 | 2024-08-19T18:33:03.609Z | [ recovery-image] Aug 19 18:33:01.898 INFO O| Aug 19 18:33:01.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3774 | 2024-08-19T18:33:03.611Z | [ recovery-image] Aug 19 18:33:01.898 INFO O| Aug 19 18:33:01.898 INFO STEP 53 (remove_files) COMPLETE |
3775 | 2024-08-19T18:33:03.611Z | [ recovery-image] Aug 19 18:33:01.898 INFO O| Aug 19 18:33:01.898 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3776 | 2024-08-19T18:33:03.620Z | [ recovery-image] Aug 19 18:33:01.909 INFO O| Aug 19 18:33:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3777 | 2024-08-19T18:33:03.623Z | [ recovery-image] Aug 19 18:33:01.909 INFO O| Aug 19 18:33:01.909 INFO STEP 54 (remove_files) COMPLETE |
3778 | 2024-08-19T18:33:03.623Z | [ recovery-image] Aug 19 18:33:01.909 INFO O| Aug 19 18:33:01.909 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3779 | 2024-08-19T18:33:03.632Z | [ recovery-image] Aug 19 18:33:01.920 INFO O| Aug 19 18:33:01.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3780 | 2024-08-19T18:33:03.632Z | [ recovery-image] Aug 19 18:33:01.921 INFO O| Aug 19 18:33:01.920 INFO STEP 55 (remove_files) COMPLETE |
3781 | 2024-08-19T18:33:03.632Z | [ recovery-image] Aug 19 18:33:01.921 INFO O| Aug 19 18:33:01.921 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3782 | 2024-08-19T18:33:03.644Z | [ recovery-image] Aug 19 18:33:01.932 INFO O| Aug 19 18:33:01.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3783 | 2024-08-19T18:33:03.646Z | [ recovery-image] Aug 19 18:33:01.932 INFO O| Aug 19 18:33:01.932 INFO STEP 56 (remove_files) COMPLETE |
3784 | 2024-08-19T18:33:03.646Z | [ recovery-image] Aug 19 18:33:01.932 INFO O| Aug 19 18:33:01.932 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3785 | 2024-08-19T18:33:03.655Z | [ recovery-image] Aug 19 18:33:01.944 INFO O| Aug 19 18:33:01.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3786 | 2024-08-19T18:33:03.655Z | [ recovery-image] Aug 19 18:33:01.944 INFO O| Aug 19 18:33:01.944 INFO STEP 57 (remove_files) COMPLETE |
3787 | 2024-08-19T18:33:03.658Z | [ recovery-image] Aug 19 18:33:01.944 INFO O| Aug 19 18:33:01.944 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3788 | 2024-08-19T18:33:03.666Z | [ recovery-image] Aug 19 18:33:01.954 INFO O| Aug 19 18:33:01.954 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3789 | 2024-08-19T18:33:03.668Z | [ recovery-image] Aug 19 18:33:01.954 INFO O| Aug 19 18:33:01.954 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3790 | 2024-08-19T18:33:03.668Z | [ recovery-image] Aug 19 18:33:01.954 INFO O| Aug 19 18:33:01.954 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3791 | 2024-08-19T18:33:03.668Z | [ recovery-image] Aug 19 18:33:01.955 INFO O| Aug 19 18:33:01.954 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3792 | 2024-08-19T18:33:03.668Z | [ recovery-image] Aug 19 18:33:01.955 INFO O| Aug 19 18:33:01.955 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3793 | 2024-08-19T18:33:03.668Z | [ recovery-image] Aug 19 18:33:01.955 INFO O| Aug 19 18:33:01.955 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3794 | 2024-08-19T18:33:03.668Z | [ recovery-image] Aug 19 18:33:01.955 INFO O| Aug 19 18:33:01.955 INFO ok! |
3795 | 2024-08-19T18:33:03.668Z | [ recovery-image] Aug 19 18:33:01.955 INFO O| Aug 19 18:33:01.955 INFO STEP 58 (ensure_file) COMPLETE |
3796 | 2024-08-19T18:33:03.668Z | [ recovery-image] Aug 19 18:33:01.955 INFO O| Aug 19 18:33:01.955 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3797 | 2024-08-19T18:33:03.678Z | [ recovery-image] Aug 19 18:33:01.966 INFO O| Aug 19 18:33:01.966 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3798 | 2024-08-19T18:33:03.678Z | [ recovery-image] Aug 19 18:33:01.966 INFO O| Aug 19 18:33:01.966 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3799 | 2024-08-19T18:33:03.681Z | [ recovery-image] Aug 19 18:33:01.966 INFO O| Aug 19 18:33:01.966 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3800 | 2024-08-19T18:33:03.681Z | [ recovery-image] Aug 19 18:33:01.966 INFO O| Aug 19 18:33:01.966 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3801 | 2024-08-19T18:33:03.681Z | [ recovery-image] Aug 19 18:33:01.967 INFO O| Aug 19 18:33:01.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3802 | 2024-08-19T18:33:03.681Z | [ recovery-image] Aug 19 18:33:01.967 INFO O| Aug 19 18:33:01.967 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3803 | 2024-08-19T18:33:03.681Z | [ recovery-image] Aug 19 18:33:01.967 INFO O| Aug 19 18:33:01.967 INFO ok! |
3804 | 2024-08-19T18:33:03.681Z | [ recovery-image] Aug 19 18:33:01.967 INFO O| Aug 19 18:33:01.967 INFO STEP 59 (ensure_file) COMPLETE |
3805 | 2024-08-19T18:33:03.681Z | [ recovery-image] Aug 19 18:33:01.967 INFO O| Aug 19 18:33:01.967 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3806 | 2024-08-19T18:33:03.696Z | [ recovery-image] Aug 19 18:33:01.984 INFO O| Aug 19 18:33:01.984 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3807 | 2024-08-19T18:33:03.696Z | [ recovery-image] Aug 19 18:33:01.984 INFO O| Aug 19 18:33:01.984 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3808 | 2024-08-19T18:33:03.699Z | [ recovery-image] Aug 19 18:33:01.984 INFO O| Aug 19 18:33:01.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3809 | 2024-08-19T18:33:03.699Z | [ recovery-image] Aug 19 18:33:01.984 INFO O| Aug 19 18:33:01.984 INFO ok! |
3810 | 2024-08-19T18:33:03.699Z | [ recovery-image] Aug 19 18:33:01.984 INFO O| Aug 19 18:33:01.984 INFO STEP 60 (ensure_file) COMPLETE |
3811 | 2024-08-19T18:33:03.699Z | [ recovery-image] Aug 19 18:33:01.984 INFO O| Aug 19 18:33:01.984 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3812 | 2024-08-19T18:33:03.714Z | [ recovery-image] Aug 19 18:33:02.002 INFO O| Aug 19 18:33:02.002 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3813 | 2024-08-19T18:33:03.714Z | [ recovery-image] Aug 19 18:33:02.002 INFO O| Aug 19 18:33:02.002 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3814 | 2024-08-19T18:33:03.717Z | [ recovery-image] Aug 19 18:33:02.003 INFO O| Aug 19 18:33:02.002 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3815 | 2024-08-19T18:33:03.717Z | [ recovery-image] Aug 19 18:33:02.003 INFO O| Aug 19 18:33:02.002 INFO ok! |
3816 | 2024-08-19T18:33:03.717Z | [ recovery-image] Aug 19 18:33:02.003 INFO O| Aug 19 18:33:02.002 INFO STEP 61 (ensure_file) COMPLETE |
3817 | 2024-08-19T18:33:03.717Z | [ recovery-image] Aug 19 18:33:02.003 INFO O| Aug 19 18:33:02.002 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3818 | 2024-08-19T18:33:03.728Z | [ recovery-image] Aug 19 18:33:02.016 INFO O| Aug 19 18:33:02.016 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3819 | 2024-08-19T18:33:03.728Z | [ recovery-image] Aug 19 18:33:02.016 INFO O| Aug 19 18:33:02.016 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3820 | 2024-08-19T18:33:03.730Z | [ recovery-image] Aug 19 18:33:02.017 INFO O| Aug 19 18:33:02.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3821 | 2024-08-19T18:33:03.730Z | [ recovery-image] Aug 19 18:33:02.017 INFO O| Aug 19 18:33:02.017 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3822 | 2024-08-19T18:33:03.730Z | [ recovery-image] Aug 19 18:33:02.017 INFO O| Aug 19 18:33:02.017 INFO ok! |
3823 | 2024-08-19T18:33:03.730Z | [ recovery-image] Aug 19 18:33:02.017 INFO O| Aug 19 18:33:02.017 INFO STEP 62 (ensure_file) COMPLETE |
3824 | 2024-08-19T18:33:03.730Z | [ recovery-image] Aug 19 18:33:02.017 INFO O| Aug 19 18:33:02.017 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3825 | 2024-08-19T18:33:03.740Z | [ recovery-image] Aug 19 18:33:02.028 INFO O| Aug 19 18:33:02.028 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3826 | 2024-08-19T18:33:03.740Z | [ recovery-image] Aug 19 18:33:02.029 INFO O| Aug 19 18:33:02.028 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3827 | 2024-08-19T18:33:03.744Z | [ recovery-image] Aug 19 18:33:02.029 INFO O| Aug 19 18:33:02.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3828 | 2024-08-19T18:33:03.744Z | [ recovery-image] Aug 19 18:33:02.029 INFO O| Aug 19 18:33:02.029 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3829 | 2024-08-19T18:33:03.744Z | [ recovery-image] Aug 19 18:33:02.029 INFO O| Aug 19 18:33:02.029 INFO ok! |
3830 | 2024-08-19T18:33:03.744Z | [ recovery-image] Aug 19 18:33:02.029 INFO O| Aug 19 18:33:02.029 INFO STEP 63 (ensure_file) COMPLETE |
3831 | 2024-08-19T18:33:03.744Z | [ recovery-image] Aug 19 18:33:02.029 INFO O| Aug 19 18:33:02.029 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3832 | 2024-08-19T18:33:03.751Z | [ recovery-image] Aug 19 18:33:02.040 INFO O| Aug 19 18:33:02.040 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3833 | 2024-08-19T18:33:03.751Z | [ recovery-image] Aug 19 18:33:02.040 INFO O| Aug 19 18:33:02.040 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3834 | 2024-08-19T18:33:03.754Z | [ recovery-image] Aug 19 18:33:02.040 INFO O| Aug 19 18:33:02.040 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3835 | 2024-08-19T18:33:03.754Z | [ recovery-image] Aug 19 18:33:02.040 INFO O| Aug 19 18:33:02.040 INFO ok! |
3836 | 2024-08-19T18:33:03.754Z | [ recovery-image] Aug 19 18:33:02.040 INFO O| Aug 19 18:33:02.040 INFO STEP 64 (assemble_files) COMPLETE |
3837 | 2024-08-19T18:33:03.754Z | [ recovery-image] Aug 19 18:33:02.040 INFO O| Aug 19 18:33:02.040 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3838 | 2024-08-19T18:33:03.763Z | [ recovery-image] Aug 19 18:33:02.051 INFO O| Aug 19 18:33:02.051 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3839 | 2024-08-19T18:33:03.763Z | [ recovery-image] Aug 19 18:33:02.051 INFO O| Aug 19 18:33:02.051 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3840 | 2024-08-19T18:33:03.763Z | [ recovery-image] Aug 19 18:33:02.051 INFO O| Aug 19 18:33:02.051 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3841 | 2024-08-19T18:33:03.763Z | [ recovery-image] Aug 19 18:33:02.051 INFO O| Aug 19 18:33:02.051 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3842 | 2024-08-19T18:33:03.763Z | [ recovery-image] Aug 19 18:33:02.051 INFO O| Aug 19 18:33:02.051 INFO ok! |
3843 | 2024-08-19T18:33:03.763Z | [ recovery-image] Aug 19 18:33:02.051 INFO O| Aug 19 18:33:02.051 INFO STEP 65 (ensure_file) COMPLETE |
3844 | 2024-08-19T18:33:03.763Z | [ recovery-image] Aug 19 18:33:02.051 INFO O| Aug 19 18:33:02.051 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3845 | 2024-08-19T18:33:03.763Z | [ recovery-image] Aug 19 18:33:02.052 INFO O| Aug 19 18:33:02.051 INFO skip step because feature "omicron1" is not enabled |
3846 | 2024-08-19T18:33:03.767Z | [ recovery-image] Aug 19 18:33:02.052 INFO O| Aug 19 18:33:02.052 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3847 | 2024-08-19T18:33:03.767Z | [ recovery-image] Aug 19 18:33:02.052 INFO O| Aug 19 18:33:02.052 INFO skip step because feature "omicron1" is not enabled |
3848 | 2024-08-19T18:33:03.767Z | [ recovery-image] Aug 19 18:33:02.052 INFO O| Aug 19 18:33:02.052 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3849 | 2024-08-19T18:33:03.767Z | [ recovery-image] Aug 19 18:33:02.052 INFO O| Aug 19 18:33:02.052 INFO skip step because feature "omicron1" is not enabled |
3850 | 2024-08-19T18:33:03.767Z | [ recovery-image] Aug 19 18:33:02.052 INFO O| Aug 19 18:33:02.052 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3851 | 2024-08-19T18:33:03.780Z | [ recovery-image] Aug 19 18:33:02.068 INFO O| Aug 19 18:33:02.068 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3852 | 2024-08-19T18:33:03.781Z | [ recovery-image] Aug 19 18:33:02.069 INFO O| Aug 19 18:33:02.068 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3853 | 2024-08-19T18:33:05.353Z | [ recovery-image] Aug 19 18:33:03.629 INFO O| Aug 19 18:33:03.629 INFO STEP 69 (pack_tar) COMPLETE |
3854 | 2024-08-19T18:33:05.353Z | [ recovery-image] Aug 19 18:33:03.629 INFO O| Aug 19 18:33:03.629 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3855 | 2024-08-19T18:33:05.355Z | [ recovery-image] Aug 19 18:33:03.629 INFO O| Aug 19 18:33:03.629 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3856 | 2024-08-19T18:33:06.506Z | [ recovery-image] Aug 19 18:33:04.794 INFO O| Aug 19 18:33:04.793 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3857 | 2024-08-19T18:33:06.606Z | [ recovery-image] Aug 19 18:33:04.894 INFO O| Aug 19 18:33:04.894 INFO completed processing gimlet/ramdisk-02-trim |
3858 | 2024-08-19T18:33:06.608Z | [ recovery-image] Aug 19 18:33:04.896 INFO image builder template: ramdisk-03-recovery-trim... |
3859 | 2024-08-19T18:33:06.608Z | [ recovery-image] Aug 19 18:33:04.896 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/.tmplUy9tx/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 |
3860 | 2024-08-19T18:33:06.675Z | [ recovery-image] Aug 19 18:33:04.963 INFO O| Aug 19 18:33:04.963 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3861 | 2024-08-19T18:33:06.679Z | [ recovery-image] Aug 19 18:33:04.968 INFO O| Aug 19 18:33:04.968 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3862 | 2024-08-19T18:33:06.819Z | [ recovery-image] Aug 19 18:33:05.107 INFO O| Aug 19 18:33:05.106 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3863 | 2024-08-19T18:33:06.899Z | [ recovery-image] Aug 19 18:33:05.187 INFO O| Aug 19 18:33:05.187 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3864 | 2024-08-19T18:33:06.901Z | [ recovery-image] Aug 19 18:33:05.187 INFO O| Aug 19 18:33:05.187 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3865 | 2024-08-19T18:33:06.907Z | [ recovery-image] Aug 19 18:33:05.196 INFO O| Aug 19 18:33:05.196 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3866 | 2024-08-19T18:33:06.912Z | [ recovery-image] Aug 19 18:33:05.200 INFO O| Aug 19 18:33:05.200 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3867 | 2024-08-19T18:33:06.916Z | [ recovery-image] Aug 19 18:33:05.205 INFO O| Aug 19 18:33:05.205 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3868 | 2024-08-19T18:33:07.225Z | [ recovery-image] Aug 19 18:33:05.513 INFO O| Aug 19 18:33:05.513 INFO rolled back to input snapshot; work may begin |
3869 | 2024-08-19T18:33:07.225Z | [ recovery-image] Aug 19 18:33:05.513 INFO O| Aug 19 18:33:05.513 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3870 | 2024-08-19T18:33:07.233Z | [ recovery-image] Aug 19 18:33:05.520 INFO O| Aug 19 18:33:05.520 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3871 | 2024-08-19T18:33:07.249Z | [ recovery-image] Aug 19 18:33:05.536 INFO O| Aug 19 18:33:05.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3872 | 2024-08-19T18:33:07.253Z | [ recovery-image] Aug 19 18:33:05.539 INFO O| Aug 19 18:33:05.539 INFO STEP 0 (remove_files) COMPLETE |
3873 | 2024-08-19T18:33:07.253Z | [ recovery-image] Aug 19 18:33:05.539 INFO O| Aug 19 18:33:05.539 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3874 | 2024-08-19T18:33:07.267Z | [ recovery-image] Aug 19 18:33:05.554 INFO O| Aug 19 18:33:05.554 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3875 | 2024-08-19T18:33:07.315Z | [ recovery-image] Aug 19 18:33:05.603 INFO O| Aug 19 18:33:05.603 INFO STEP 1 (remove_files) COMPLETE |
3876 | 2024-08-19T18:33:07.315Z | [ recovery-image] Aug 19 18:33:05.603 INFO O| Aug 19 18:33:05.603 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3877 | 2024-08-19T18:33:07.327Z | [ recovery-image] Aug 19 18:33:05.615 INFO O| Aug 19 18:33:05.615 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3878 | 2024-08-19T18:33:07.330Z | [ recovery-image] Aug 19 18:33:05.617 INFO O| Aug 19 18:33:05.617 INFO STEP 2 (remove_files) COMPLETE |
3879 | 2024-08-19T18:33:07.330Z | [ recovery-image] Aug 19 18:33:05.617 INFO O| Aug 19 18:33:05.617 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3880 | 2024-08-19T18:33:07.340Z | [ recovery-image] Aug 19 18:33:05.628 INFO O| Aug 19 18:33:05.628 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3881 | 2024-08-19T18:33:07.381Z | [ recovery-image] Aug 19 18:33:05.668 INFO O| Aug 19 18:33:05.668 INFO STEP 3 (remove_files) COMPLETE |
3882 | 2024-08-19T18:33:07.381Z | [ recovery-image] Aug 19 18:33:05.668 INFO O| Aug 19 18:33:05.668 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3883 | 2024-08-19T18:33:07.392Z | [ recovery-image] Aug 19 18:33:05.680 INFO O| Aug 19 18:33:05.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3884 | 2024-08-19T18:33:07.403Z | [ recovery-image] Aug 19 18:33:05.691 INFO O| Aug 19 18:33:05.691 INFO STEP 4 (remove_files) COMPLETE |
3885 | 2024-08-19T18:33:07.403Z | [ recovery-image] Aug 19 18:33:05.691 INFO O| Aug 19 18:33:05.691 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3886 | 2024-08-19T18:33:07.414Z | [ recovery-image] Aug 19 18:33:05.702 INFO O| Aug 19 18:33:05.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3887 | 2024-08-19T18:33:07.418Z | [ recovery-image] Aug 19 18:33:05.706 INFO O| Aug 19 18:33:05.706 INFO STEP 5 (remove_files) COMPLETE |
3888 | 2024-08-19T18:33:07.420Z | [ recovery-image] Aug 19 18:33:05.706 INFO O| Aug 19 18:33:05.706 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3889 | 2024-08-19T18:33:07.433Z | [ recovery-image] Aug 19 18:33:05.721 INFO O| Aug 19 18:33:05.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3890 | 2024-08-19T18:33:07.435Z | [ recovery-image] Aug 19 18:33:05.723 INFO O| Aug 19 18:33:05.723 INFO STEP 6 (remove_files) COMPLETE |
3891 | 2024-08-19T18:33:07.435Z | [ recovery-image] Aug 19 18:33:05.723 INFO O| Aug 19 18:33:05.723 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3892 | 2024-08-19T18:33:07.449Z | [ recovery-image] Aug 19 18:33:05.737 INFO O| Aug 19 18:33:05.737 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3893 | 2024-08-19T18:33:07.452Z | [ recovery-image] Aug 19 18:33:05.740 INFO O| Aug 19 18:33:05.740 INFO STEP 7 (remove_files) COMPLETE |
3894 | 2024-08-19T18:33:07.452Z | [ recovery-image] Aug 19 18:33:05.740 INFO O| Aug 19 18:33:05.740 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3895 | 2024-08-19T18:33:07.465Z | [ recovery-image] Aug 19 18:33:05.753 INFO O| Aug 19 18:33:05.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3896 | 2024-08-19T18:33:07.468Z | [ recovery-image] Aug 19 18:33:05.756 INFO O| Aug 19 18:33:05.756 INFO STEP 8 (remove_files) COMPLETE |
3897 | 2024-08-19T18:33:07.468Z | [ recovery-image] Aug 19 18:33:05.756 INFO O| Aug 19 18:33:05.756 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3898 | 2024-08-19T18:33:07.482Z | [ recovery-image] Aug 19 18:33:05.770 INFO O| Aug 19 18:33:05.769 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3899 | 2024-08-19T18:33:07.484Z | [ recovery-image] Aug 19 18:33:05.770 INFO O| Aug 19 18:33:05.770 INFO STEP 9 (remove_files) COMPLETE |
3900 | 2024-08-19T18:33:07.484Z | [ recovery-image] Aug 19 18:33:05.770 INFO O| Aug 19 18:33:05.770 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3901 | 2024-08-19T18:33:07.495Z | [ recovery-image] Aug 19 18:33:05.783 INFO O| Aug 19 18:33:05.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3902 | 2024-08-19T18:33:07.497Z | [ recovery-image] Aug 19 18:33:05.784 INFO O| Aug 19 18:33:05.784 INFO STEP 10 (remove_files) COMPLETE |
3903 | 2024-08-19T18:33:07.497Z | [ recovery-image] Aug 19 18:33:05.784 INFO O| Aug 19 18:33:05.784 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3904 | 2024-08-19T18:33:07.507Z | [ recovery-image] Aug 19 18:33:05.795 INFO O| Aug 19 18:33:05.795 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3905 | 2024-08-19T18:33:07.563Z | [ recovery-image] Aug 19 18:33:05.851 INFO O| Aug 19 18:33:05.851 INFO STEP 11 (remove_files) COMPLETE |
3906 | 2024-08-19T18:33:07.564Z | [ recovery-image] Aug 19 18:33:05.852 INFO O| Aug 19 18:33:05.851 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3907 | 2024-08-19T18:33:07.576Z | [ recovery-image] Aug 19 18:33:05.864 INFO O| Aug 19 18:33:05.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3908 | 2024-08-19T18:33:07.579Z | [ recovery-image] Aug 19 18:33:05.867 INFO O| Aug 19 18:33:05.867 INFO STEP 12 (remove_files) COMPLETE |
3909 | 2024-08-19T18:33:07.579Z | [ recovery-image] Aug 19 18:33:05.867 INFO O| Aug 19 18:33:05.867 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3910 | 2024-08-19T18:33:07.590Z | [ recovery-image] Aug 19 18:33:05.878 INFO O| Aug 19 18:33:05.878 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3911 | 2024-08-19T18:33:07.593Z | [ recovery-image] Aug 19 18:33:05.881 INFO O| Aug 19 18:33:05.881 INFO STEP 13 (remove_files) COMPLETE |
3912 | 2024-08-19T18:33:07.595Z | [ recovery-image] Aug 19 18:33:05.881 INFO O| Aug 19 18:33:05.881 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3913 | 2024-08-19T18:33:07.603Z | [ recovery-image] Aug 19 18:33:05.891 INFO O| Aug 19 18:33:05.891 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3914 | 2024-08-19T18:33:07.606Z | [ recovery-image] Aug 19 18:33:05.892 INFO O| Aug 19 18:33:05.892 INFO STEP 14 (remove_files) COMPLETE |
3915 | 2024-08-19T18:33:07.606Z | [ recovery-image] Aug 19 18:33:05.892 INFO O| Aug 19 18:33:05.892 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3916 | 2024-08-19T18:33:07.614Z | [ recovery-image] Aug 19 18:33:05.902 INFO O| Aug 19 18:33:05.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3917 | 2024-08-19T18:33:07.616Z | [ recovery-image] Aug 19 18:33:05.904 INFO O| Aug 19 18:33:05.904 INFO STEP 15 (remove_files) COMPLETE |
3918 | 2024-08-19T18:33:07.617Z | [ recovery-image] Aug 19 18:33:05.904 INFO O| Aug 19 18:33:05.904 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3919 | 2024-08-19T18:33:07.625Z | [ recovery-image] Aug 19 18:33:05.914 INFO O| Aug 19 18:33:05.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3920 | 2024-08-19T18:33:07.632Z | [ recovery-image] Aug 19 18:33:05.921 INFO O| Aug 19 18:33:05.920 INFO STEP 16 (remove_files) COMPLETE |
3921 | 2024-08-19T18:33:07.635Z | [ recovery-image] Aug 19 18:33:05.921 INFO O| Aug 19 18:33:05.920 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3922 | 2024-08-19T18:33:07.642Z | [ recovery-image] Aug 19 18:33:05.931 INFO O| Aug 19 18:33:05.931 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3923 | 2024-08-19T18:33:07.645Z | [ recovery-image] Aug 19 18:33:05.931 INFO O| Aug 19 18:33:05.931 INFO STEP 17 (remove_files) COMPLETE |
3924 | 2024-08-19T18:33:07.645Z | [ recovery-image] Aug 19 18:33:05.931 INFO O| Aug 19 18:33:05.931 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3925 | 2024-08-19T18:33:07.652Z | [ recovery-image] Aug 19 18:33:05.941 INFO O| Aug 19 18:33:05.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3926 | 2024-08-19T18:33:07.655Z | [ recovery-image] Aug 19 18:33:05.941 INFO O| Aug 19 18:33:05.941 INFO STEP 18 (remove_files) COMPLETE |
3927 | 2024-08-19T18:33:07.655Z | [ recovery-image] Aug 19 18:33:05.941 INFO O| Aug 19 18:33:05.941 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3928 | 2024-08-19T18:33:07.663Z | [ recovery-image] Aug 19 18:33:05.951 INFO O| Aug 19 18:33:05.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3929 | 2024-08-19T18:33:07.703Z | [ recovery-image] Aug 19 18:33:05.991 INFO O| Aug 19 18:33:05.991 INFO STEP 19 (remove_files) COMPLETE |
3930 | 2024-08-19T18:33:07.703Z | [ recovery-image] Aug 19 18:33:05.991 INFO O| Aug 19 18:33:05.991 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3931 | 2024-08-19T18:33:07.715Z | [ recovery-image] Aug 19 18:33:06.003 INFO O| Aug 19 18:33:06.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3932 | 2024-08-19T18:33:07.718Z | [ recovery-image] Aug 19 18:33:06.005 INFO O| Aug 19 18:33:06.005 INFO STEP 20 (remove_files) COMPLETE |
3933 | 2024-08-19T18:33:07.718Z | [ recovery-image] Aug 19 18:33:06.005 INFO O| Aug 19 18:33:06.005 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3934 | 2024-08-19T18:33:07.729Z | [ recovery-image] Aug 19 18:33:06.016 INFO O| Aug 19 18:33:06.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3935 | 2024-08-19T18:33:07.733Z | [ recovery-image] Aug 19 18:33:06.017 INFO O| Aug 19 18:33:06.017 INFO STEP 21 (remove_files) COMPLETE |
3936 | 2024-08-19T18:33:07.733Z | [ recovery-image] Aug 19 18:33:06.017 INFO O| Aug 19 18:33:06.017 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3937 | 2024-08-19T18:33:07.741Z | [ recovery-image] Aug 19 18:33:06.028 INFO O| Aug 19 18:33:06.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3938 | 2024-08-19T18:33:07.743Z | [ recovery-image] Aug 19 18:33:06.029 INFO O| Aug 19 18:33:06.028 INFO STEP 22 (remove_files) COMPLETE |
3939 | 2024-08-19T18:33:07.743Z | [ recovery-image] Aug 19 18:33:06.029 INFO O| Aug 19 18:33:06.029 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3940 | 2024-08-19T18:33:07.751Z | [ recovery-image] Aug 19 18:33:06.040 INFO O| Aug 19 18:33:06.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3941 | 2024-08-19T18:33:07.752Z | [ recovery-image] Aug 19 18:33:06.040 INFO O| Aug 19 18:33:06.040 INFO STEP 23 (remove_files) COMPLETE |
3942 | 2024-08-19T18:33:07.754Z | [ recovery-image] Aug 19 18:33:06.040 INFO O| Aug 19 18:33:06.040 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3943 | 2024-08-19T18:33:07.763Z | [ recovery-image] Aug 19 18:33:06.051 INFO O| Aug 19 18:33:06.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3944 | 2024-08-19T18:33:07.765Z | [ recovery-image] Aug 19 18:33:06.051 INFO O| Aug 19 18:33:06.051 INFO STEP 24 (remove_files) COMPLETE |
3945 | 2024-08-19T18:33:07.765Z | [ recovery-image] Aug 19 18:33:06.051 INFO O| Aug 19 18:33:06.051 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3946 | 2024-08-19T18:33:07.774Z | [ recovery-image] Aug 19 18:33:06.062 INFO O| Aug 19 18:33:06.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3947 | 2024-08-19T18:33:07.774Z | [ recovery-image] Aug 19 18:33:06.062 INFO O| Aug 19 18:33:06.062 INFO STEP 25 (remove_files) COMPLETE |
3948 | 2024-08-19T18:33:07.777Z | [ recovery-image] Aug 19 18:33:06.062 INFO O| Aug 19 18:33:06.062 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3949 | 2024-08-19T18:33:07.785Z | [ recovery-image] Aug 19 18:33:06.073 INFO O| Aug 19 18:33:06.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3950 | 2024-08-19T18:33:07.788Z | [ recovery-image] Aug 19 18:33:06.073 INFO O| Aug 19 18:33:06.073 INFO STEP 26 (remove_files) COMPLETE |
3951 | 2024-08-19T18:33:07.788Z | [ recovery-image] Aug 19 18:33:06.073 INFO O| Aug 19 18:33:06.073 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3952 | 2024-08-19T18:33:07.796Z | [ recovery-image] Aug 19 18:33:06.084 INFO O| Aug 19 18:33:06.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3953 | 2024-08-19T18:33:07.799Z | [ recovery-image] Aug 19 18:33:06.084 INFO O| Aug 19 18:33:06.084 INFO STEP 27 (remove_files) COMPLETE |
3954 | 2024-08-19T18:33:07.799Z | [ recovery-image] Aug 19 18:33:06.084 INFO O| Aug 19 18:33:06.084 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3955 | 2024-08-19T18:33:07.807Z | [ recovery-image] Aug 19 18:33:06.095 INFO O| Aug 19 18:33:06.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3956 | 2024-08-19T18:33:07.811Z | [ recovery-image] Aug 19 18:33:06.095 INFO O| Aug 19 18:33:06.095 INFO STEP 28 (remove_files) COMPLETE |
3957 | 2024-08-19T18:33:07.811Z | [ recovery-image] Aug 19 18:33:06.095 INFO O| Aug 19 18:33:06.095 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3958 | 2024-08-19T18:33:07.817Z | [ recovery-image] Aug 19 18:33:06.106 INFO O| Aug 19 18:33:06.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3959 | 2024-08-19T18:33:07.818Z | [ recovery-image] Aug 19 18:33:06.106 INFO O| Aug 19 18:33:06.106 INFO STEP 29 (remove_files) COMPLETE |
3960 | 2024-08-19T18:33:07.818Z | [ recovery-image] Aug 19 18:33:06.106 INFO O| Aug 19 18:33:06.106 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3961 | 2024-08-19T18:33:07.828Z | [ recovery-image] Aug 19 18:33:06.116 INFO O| Aug 19 18:33:06.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3962 | 2024-08-19T18:33:07.831Z | [ recovery-image] Aug 19 18:33:06.116 INFO O| Aug 19 18:33:06.116 INFO STEP 30 (remove_files) COMPLETE |
3963 | 2024-08-19T18:33:07.831Z | [ recovery-image] Aug 19 18:33:06.116 INFO O| Aug 19 18:33:06.116 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3964 | 2024-08-19T18:33:07.838Z | [ recovery-image] Aug 19 18:33:06.126 INFO O| Aug 19 18:33:06.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3965 | 2024-08-19T18:33:07.838Z | [ recovery-image] Aug 19 18:33:06.127 INFO O| Aug 19 18:33:06.127 INFO STEP 31 (remove_files) COMPLETE |
3966 | 2024-08-19T18:33:07.841Z | [ recovery-image] Aug 19 18:33:06.127 INFO O| Aug 19 18:33:06.127 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3967 | 2024-08-19T18:33:07.849Z | [ recovery-image] Aug 19 18:33:06.137 INFO O| Aug 19 18:33:06.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3968 | 2024-08-19T18:33:07.851Z | [ recovery-image] Aug 19 18:33:06.137 INFO O| Aug 19 18:33:06.137 INFO STEP 32 (remove_files) COMPLETE |
3969 | 2024-08-19T18:33:07.851Z | [ recovery-image] Aug 19 18:33:06.137 INFO O| Aug 19 18:33:06.137 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3970 | 2024-08-19T18:33:07.859Z | [ recovery-image] Aug 19 18:33:06.147 INFO O| Aug 19 18:33:06.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3971 | 2024-08-19T18:33:07.862Z | [ recovery-image] Aug 19 18:33:06.147 INFO O| Aug 19 18:33:06.147 INFO STEP 33 (remove_files) COMPLETE |
3972 | 2024-08-19T18:33:07.862Z | [ recovery-image] Aug 19 18:33:06.147 INFO O| Aug 19 18:33:06.147 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3973 | 2024-08-19T18:33:07.870Z | [ recovery-image] Aug 19 18:33:06.158 INFO O| Aug 19 18:33:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3974 | 2024-08-19T18:33:07.872Z | [ recovery-image] Aug 19 18:33:06.158 INFO O| Aug 19 18:33:06.158 INFO STEP 34 (remove_files) COMPLETE |
3975 | 2024-08-19T18:33:07.872Z | [ recovery-image] Aug 19 18:33:06.158 INFO O| Aug 19 18:33:06.158 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3976 | 2024-08-19T18:33:07.880Z | [ recovery-image] Aug 19 18:33:06.168 INFO O| Aug 19 18:33:06.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3977 | 2024-08-19T18:33:07.880Z | [ recovery-image] Aug 19 18:33:06.169 INFO O| Aug 19 18:33:06.169 INFO STEP 35 (remove_files) COMPLETE |
3978 | 2024-08-19T18:33:07.883Z | [ recovery-image] Aug 19 18:33:06.169 INFO O| Aug 19 18:33:06.169 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3979 | 2024-08-19T18:33:07.890Z | [ recovery-image] Aug 19 18:33:06.179 INFO O| Aug 19 18:33:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3980 | 2024-08-19T18:33:07.890Z | [ recovery-image] Aug 19 18:33:06.179 INFO O| Aug 19 18:33:06.179 INFO STEP 36 (remove_files) COMPLETE |
3981 | 2024-08-19T18:33:07.893Z | [ recovery-image] Aug 19 18:33:06.179 INFO O| Aug 19 18:33:06.179 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3982 | 2024-08-19T18:33:07.901Z | [ recovery-image] Aug 19 18:33:06.189 INFO O| Aug 19 18:33:06.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3983 | 2024-08-19T18:33:07.904Z | [ recovery-image] Aug 19 18:33:06.189 INFO O| Aug 19 18:33:06.189 INFO STEP 37 (remove_files) COMPLETE |
3984 | 2024-08-19T18:33:07.904Z | [ recovery-image] Aug 19 18:33:06.189 INFO O| Aug 19 18:33:06.189 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3985 | 2024-08-19T18:33:07.912Z | [ recovery-image] Aug 19 18:33:06.200 INFO O| Aug 19 18:33:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3986 | 2024-08-19T18:33:07.912Z | [ recovery-image] Aug 19 18:33:06.200 INFO O| Aug 19 18:33:06.200 INFO STEP 38 (remove_files) COMPLETE |
3987 | 2024-08-19T18:33:07.915Z | [ recovery-image] Aug 19 18:33:06.200 INFO O| Aug 19 18:33:06.200 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3988 | 2024-08-19T18:33:07.922Z | [ recovery-image] Aug 19 18:33:06.210 INFO O| Aug 19 18:33:06.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3989 | 2024-08-19T18:33:07.922Z | [ recovery-image] Aug 19 18:33:06.211 INFO O| Aug 19 18:33:06.210 INFO STEP 39 (remove_files) COMPLETE |
3990 | 2024-08-19T18:33:07.925Z | [ recovery-image] Aug 19 18:33:06.211 INFO O| Aug 19 18:33:06.210 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3991 | 2024-08-19T18:33:07.933Z | [ recovery-image] Aug 19 18:33:06.221 INFO O| Aug 19 18:33:06.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3992 | 2024-08-19T18:33:07.933Z | [ recovery-image] Aug 19 18:33:06.221 INFO O| Aug 19 18:33:06.221 INFO STEP 40 (remove_files) COMPLETE |
3993 | 2024-08-19T18:33:07.935Z | [ recovery-image] Aug 19 18:33:06.221 INFO O| Aug 19 18:33:06.221 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3994 | 2024-08-19T18:33:07.943Z | [ recovery-image] Aug 19 18:33:06.231 INFO O| Aug 19 18:33:06.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3995 | 2024-08-19T18:33:07.943Z | [ recovery-image] Aug 19 18:33:06.231 INFO O| Aug 19 18:33:06.231 INFO STEP 41 (remove_files) COMPLETE |
3996 | 2024-08-19T18:33:07.943Z | [ recovery-image] Aug 19 18:33:06.231 INFO O| Aug 19 18:33:06.231 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3997 | 2024-08-19T18:33:07.954Z | [ recovery-image] Aug 19 18:33:06.241 INFO O| Aug 19 18:33:06.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
3998 | 2024-08-19T18:33:07.954Z | [ recovery-image] Aug 19 18:33:06.242 INFO O| Aug 19 18:33:06.242 INFO STEP 42 (remove_files) COMPLETE |
3999 | 2024-08-19T18:33:07.954Z | [ recovery-image] Aug 19 18:33:06.242 INFO O| Aug 19 18:33:06.242 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4000 | 2024-08-19T18:33:07.964Z | [ recovery-image] Aug 19 18:33:06.252 INFO O| Aug 19 18:33:06.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4001 | 2024-08-19T18:33:07.964Z | [ recovery-image] Aug 19 18:33:06.252 INFO O| Aug 19 18:33:06.252 INFO STEP 43 (remove_files) COMPLETE |
4002 | 2024-08-19T18:33:07.967Z | [ recovery-image] Aug 19 18:33:06.252 INFO O| Aug 19 18:33:06.252 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4003 | 2024-08-19T18:33:07.974Z | [ recovery-image] Aug 19 18:33:06.262 INFO O| Aug 19 18:33:06.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4004 | 2024-08-19T18:33:07.974Z | [ recovery-image] Aug 19 18:33:06.262 INFO O| Aug 19 18:33:06.262 INFO STEP 44 (remove_files) COMPLETE |
4005 | 2024-08-19T18:33:07.976Z | [ recovery-image] Aug 19 18:33:06.262 INFO O| Aug 19 18:33:06.262 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4006 | 2024-08-19T18:33:07.984Z | [ recovery-image] Aug 19 18:33:06.272 INFO O| Aug 19 18:33:06.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4007 | 2024-08-19T18:33:07.987Z | [ recovery-image] Aug 19 18:33:06.273 INFO O| Aug 19 18:33:06.273 INFO STEP 45 (remove_files) COMPLETE |
4008 | 2024-08-19T18:33:07.987Z | [ recovery-image] Aug 19 18:33:06.273 INFO O| Aug 19 18:33:06.273 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4009 | 2024-08-19T18:33:07.995Z | [ recovery-image] Aug 19 18:33:06.283 INFO O| Aug 19 18:33:06.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4010 | 2024-08-19T18:33:07.995Z | [ recovery-image] Aug 19 18:33:06.283 INFO O| Aug 19 18:33:06.283 INFO STEP 46 (remove_files) COMPLETE |
4011 | 2024-08-19T18:33:07.998Z | [ recovery-image] Aug 19 18:33:06.283 INFO O| Aug 19 18:33:06.283 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4012 | 2024-08-19T18:33:08.006Z | [ recovery-image] Aug 19 18:33:06.294 INFO O| Aug 19 18:33:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4013 | 2024-08-19T18:33:08.006Z | [ recovery-image] Aug 19 18:33:06.294 INFO O| Aug 19 18:33:06.294 INFO STEP 47 (remove_files) COMPLETE |
4014 | 2024-08-19T18:33:08.009Z | [ recovery-image] Aug 19 18:33:06.294 INFO O| Aug 19 18:33:06.294 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4015 | 2024-08-19T18:33:08.017Z | [ recovery-image] Aug 19 18:33:06.304 INFO O| Aug 19 18:33:06.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4016 | 2024-08-19T18:33:08.017Z | [ recovery-image] Aug 19 18:33:06.304 INFO O| Aug 19 18:33:06.304 INFO STEP 48 (remove_files) COMPLETE |
4017 | 2024-08-19T18:33:08.019Z | [ recovery-image] Aug 19 18:33:06.304 INFO O| Aug 19 18:33:06.304 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4018 | 2024-08-19T18:33:08.027Z | [ recovery-image] Aug 19 18:33:06.315 INFO O| Aug 19 18:33:06.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4019 | 2024-08-19T18:33:08.027Z | [ recovery-image] Aug 19 18:33:06.315 INFO O| Aug 19 18:33:06.315 INFO STEP 49 (remove_files) COMPLETE |
4020 | 2024-08-19T18:33:08.029Z | [ recovery-image] Aug 19 18:33:06.315 INFO O| Aug 19 18:33:06.315 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4021 | 2024-08-19T18:33:08.037Z | [ recovery-image] Aug 19 18:33:06.325 INFO O| Aug 19 18:33:06.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4022 | 2024-08-19T18:33:08.037Z | [ recovery-image] Aug 19 18:33:06.325 INFO O| Aug 19 18:33:06.325 INFO STEP 50 (remove_files) COMPLETE |
4023 | 2024-08-19T18:33:08.040Z | [ recovery-image] Aug 19 18:33:06.325 INFO O| Aug 19 18:33:06.325 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4024 | 2024-08-19T18:33:08.048Z | [ recovery-image] Aug 19 18:33:06.336 INFO O| Aug 19 18:33:06.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4025 | 2024-08-19T18:33:08.048Z | [ recovery-image] Aug 19 18:33:06.336 INFO O| Aug 19 18:33:06.336 INFO STEP 51 (remove_files) COMPLETE |
4026 | 2024-08-19T18:33:08.050Z | [ recovery-image] Aug 19 18:33:06.336 INFO O| Aug 19 18:33:06.336 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4027 | 2024-08-19T18:33:08.058Z | [ recovery-image] Aug 19 18:33:06.347 INFO O| Aug 19 18:33:06.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4028 | 2024-08-19T18:33:08.059Z | [ recovery-image] Aug 19 18:33:06.347 INFO O| Aug 19 18:33:06.347 INFO STEP 52 (remove_files) COMPLETE |
4029 | 2024-08-19T18:33:08.061Z | [ recovery-image] Aug 19 18:33:06.347 INFO O| Aug 19 18:33:06.347 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4030 | 2024-08-19T18:33:08.069Z | [ recovery-image] Aug 19 18:33:06.357 INFO O| Aug 19 18:33:06.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4031 | 2024-08-19T18:33:08.071Z | [ recovery-image] Aug 19 18:33:06.357 INFO O| Aug 19 18:33:06.357 INFO STEP 53 (remove_files) COMPLETE |
4032 | 2024-08-19T18:33:08.071Z | [ recovery-image] Aug 19 18:33:06.357 INFO O| Aug 19 18:33:06.357 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4033 | 2024-08-19T18:33:08.080Z | [ recovery-image] Aug 19 18:33:06.368 INFO O| Aug 19 18:33:06.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4034 | 2024-08-19T18:33:08.080Z | [ recovery-image] Aug 19 18:33:06.368 INFO O| Aug 19 18:33:06.368 INFO STEP 54 (remove_files) COMPLETE |
4035 | 2024-08-19T18:33:08.080Z | [ recovery-image] Aug 19 18:33:06.368 INFO O| Aug 19 18:33:06.368 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4036 | 2024-08-19T18:33:08.091Z | [ recovery-image] Aug 19 18:33:06.379 INFO O| Aug 19 18:33:06.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4037 | 2024-08-19T18:33:08.091Z | [ recovery-image] Aug 19 18:33:06.379 INFO O| Aug 19 18:33:06.379 INFO STEP 55 (remove_files) COMPLETE |
4038 | 2024-08-19T18:33:08.091Z | [ recovery-image] Aug 19 18:33:06.379 INFO O| Aug 19 18:33:06.379 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4039 | 2024-08-19T18:33:08.101Z | [ recovery-image] Aug 19 18:33:06.389 INFO O| Aug 19 18:33:06.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4040 | 2024-08-19T18:33:08.101Z | [ recovery-image] Aug 19 18:33:06.389 INFO O| Aug 19 18:33:06.389 INFO STEP 56 (remove_files) COMPLETE |
4041 | 2024-08-19T18:33:08.101Z | [ recovery-image] Aug 19 18:33:06.389 INFO O| Aug 19 18:33:06.389 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4042 | 2024-08-19T18:33:08.114Z | [ recovery-image] Aug 19 18:33:06.402 INFO O| Aug 19 18:33:06.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4043 | 2024-08-19T18:33:08.114Z | [ recovery-image] Aug 19 18:33:06.402 INFO O| Aug 19 18:33:06.402 INFO STEP 57 (remove_files) COMPLETE |
4044 | 2024-08-19T18:33:08.114Z | [ recovery-image] Aug 19 18:33:06.402 INFO O| Aug 19 18:33:06.402 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4045 | 2024-08-19T18:33:08.125Z | [ recovery-image] Aug 19 18:33:06.413 INFO O| Aug 19 18:33:06.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4046 | 2024-08-19T18:33:08.125Z | [ recovery-image] Aug 19 18:33:06.413 INFO O| Aug 19 18:33:06.413 INFO STEP 58 (remove_files) COMPLETE |
4047 | 2024-08-19T18:33:08.128Z | [ recovery-image] Aug 19 18:33:06.413 INFO O| Aug 19 18:33:06.413 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4048 | 2024-08-19T18:33:08.137Z | [ recovery-image] Aug 19 18:33:06.425 INFO O| Aug 19 18:33:06.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4049 | 2024-08-19T18:33:08.137Z | [ recovery-image] Aug 19 18:33:06.425 INFO O| Aug 19 18:33:06.425 INFO STEP 59 (remove_files) COMPLETE |
4050 | 2024-08-19T18:33:08.137Z | [ recovery-image] Aug 19 18:33:06.425 INFO O| Aug 19 18:33:06.425 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4051 | 2024-08-19T18:33:08.148Z | [ recovery-image] Aug 19 18:33:06.436 INFO O| Aug 19 18:33:06.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4052 | 2024-08-19T18:33:08.150Z | [ recovery-image] Aug 19 18:33:06.437 INFO O| Aug 19 18:33:06.436 INFO STEP 60 (remove_files) COMPLETE |
4053 | 2024-08-19T18:33:08.150Z | [ recovery-image] Aug 19 18:33:06.437 INFO O| Aug 19 18:33:06.437 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4054 | 2024-08-19T18:33:08.160Z | [ recovery-image] Aug 19 18:33:06.448 INFO O| Aug 19 18:33:06.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4055 | 2024-08-19T18:33:08.160Z | [ recovery-image] Aug 19 18:33:06.448 INFO O| Aug 19 18:33:06.448 INFO STEP 61 (remove_files) COMPLETE |
4056 | 2024-08-19T18:33:08.160Z | [ recovery-image] Aug 19 18:33:06.448 INFO O| Aug 19 18:33:06.448 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4057 | 2024-08-19T18:33:08.171Z | [ recovery-image] Aug 19 18:33:06.459 INFO O| Aug 19 18:33:06.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4058 | 2024-08-19T18:33:08.171Z | [ recovery-image] Aug 19 18:33:06.459 INFO O| Aug 19 18:33:06.459 INFO STEP 62 (remove_files) COMPLETE |
4059 | 2024-08-19T18:33:08.171Z | [ recovery-image] Aug 19 18:33:06.459 INFO O| Aug 19 18:33:06.459 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4060 | 2024-08-19T18:33:08.182Z | [ recovery-image] Aug 19 18:33:06.470 INFO O| Aug 19 18:33:06.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4061 | 2024-08-19T18:33:08.182Z | [ recovery-image] Aug 19 18:33:06.470 INFO O| Aug 19 18:33:06.470 INFO STEP 63 (remove_files) COMPLETE |
4062 | 2024-08-19T18:33:08.182Z | [ recovery-image] Aug 19 18:33:06.470 INFO O| Aug 19 18:33:06.470 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4063 | 2024-08-19T18:33:08.185Z | [ host-image] Aug 19 18:33:06.473 INFO O| Aug 19 18:33:06.473 INFO O| Download: Completed 196.39 MB in 246.26 seconds (814k/s) |
4064 | 2024-08-19T18:33:08.193Z | [ recovery-image] Aug 19 18:33:06.481 INFO O| Aug 19 18:33:06.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4065 | 2024-08-19T18:33:08.193Z | [ recovery-image] Aug 19 18:33:06.481 INFO O| Aug 19 18:33:06.481 INFO STEP 64 (remove_files) COMPLETE |
4066 | 2024-08-19T18:33:08.196Z | [ recovery-image] Aug 19 18:33:06.481 INFO O| Aug 19 18:33:06.481 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4067 | 2024-08-19T18:33:08.205Z | [ recovery-image] Aug 19 18:33:06.493 INFO O| Aug 19 18:33:06.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4068 | 2024-08-19T18:33:08.205Z | [ recovery-image] Aug 19 18:33:06.493 INFO O| Aug 19 18:33:06.493 INFO STEP 65 (remove_files) COMPLETE |
4069 | 2024-08-19T18:33:08.207Z | [ recovery-image] Aug 19 18:33:06.493 INFO O| Aug 19 18:33:06.493 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4070 | 2024-08-19T18:33:08.216Z | [ recovery-image] Aug 19 18:33:06.504 INFO O| Aug 19 18:33:06.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4071 | 2024-08-19T18:33:08.216Z | [ recovery-image] Aug 19 18:33:06.504 INFO O| Aug 19 18:33:06.504 INFO STEP 66 (remove_files) COMPLETE |
4072 | 2024-08-19T18:33:08.219Z | [ recovery-image] Aug 19 18:33:06.504 INFO O| Aug 19 18:33:06.504 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4073 | 2024-08-19T18:33:08.228Z | [ recovery-image] Aug 19 18:33:06.516 INFO O| Aug 19 18:33:06.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4074 | 2024-08-19T18:33:08.228Z | [ recovery-image] Aug 19 18:33:06.516 INFO O| Aug 19 18:33:06.516 INFO STEP 67 (remove_files) COMPLETE |
4075 | 2024-08-19T18:33:08.230Z | [ recovery-image] Aug 19 18:33:06.516 INFO O| Aug 19 18:33:06.516 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4076 | 2024-08-19T18:33:08.239Z | [ recovery-image] Aug 19 18:33:06.527 INFO O| Aug 19 18:33:06.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4077 | 2024-08-19T18:33:08.239Z | [ recovery-image] Aug 19 18:33:06.527 INFO O| Aug 19 18:33:06.527 INFO STEP 68 (remove_files) COMPLETE |
4078 | 2024-08-19T18:33:08.239Z | [ recovery-image] Aug 19 18:33:06.527 INFO O| Aug 19 18:33:06.527 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4079 | 2024-08-19T18:33:08.250Z | [ recovery-image] Aug 19 18:33:06.538 INFO O| Aug 19 18:33:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4080 | 2024-08-19T18:33:08.250Z | [ recovery-image] Aug 19 18:33:06.538 INFO O| Aug 19 18:33:06.538 INFO STEP 69 (remove_files) COMPLETE |
4081 | 2024-08-19T18:33:08.250Z | [ recovery-image] Aug 19 18:33:06.538 INFO O| Aug 19 18:33:06.538 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4082 | 2024-08-19T18:33:08.261Z | [ recovery-image] Aug 19 18:33:06.549 INFO O| Aug 19 18:33:06.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4083 | 2024-08-19T18:33:08.261Z | [ recovery-image] Aug 19 18:33:06.549 INFO O| Aug 19 18:33:06.549 INFO STEP 70 (remove_files) COMPLETE |
4084 | 2024-08-19T18:33:08.263Z | [ recovery-image] Aug 19 18:33:06.549 INFO O| Aug 19 18:33:06.549 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4085 | 2024-08-19T18:33:08.272Z | [ recovery-image] Aug 19 18:33:06.560 INFO O| Aug 19 18:33:06.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4086 | 2024-08-19T18:33:08.272Z | [ recovery-image] Aug 19 18:33:06.560 INFO O| Aug 19 18:33:06.560 INFO STEP 71 (remove_files) COMPLETE |
4087 | 2024-08-19T18:33:08.274Z | [ recovery-image] Aug 19 18:33:06.560 INFO O| Aug 19 18:33:06.560 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4088 | 2024-08-19T18:33:08.282Z | [ recovery-image] Aug 19 18:33:06.571 INFO O| Aug 19 18:33:06.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4089 | 2024-08-19T18:33:08.285Z | [ recovery-image] Aug 19 18:33:06.571 INFO O| Aug 19 18:33:06.571 INFO STEP 72 (remove_files) COMPLETE |
4090 | 2024-08-19T18:33:08.285Z | [ recovery-image] Aug 19 18:33:06.571 INFO O| Aug 19 18:33:06.571 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4091 | 2024-08-19T18:33:08.293Z | [ recovery-image] Aug 19 18:33:06.582 INFO O| Aug 19 18:33:06.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4092 | 2024-08-19T18:33:08.294Z | [ recovery-image] Aug 19 18:33:06.582 INFO O| Aug 19 18:33:06.582 INFO STEP 73 (remove_files) COMPLETE |
4093 | 2024-08-19T18:33:08.296Z | [ recovery-image] Aug 19 18:33:06.582 INFO O| Aug 19 18:33:06.582 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4094 | 2024-08-19T18:33:08.304Z | [ recovery-image] Aug 19 18:33:06.592 INFO O| Aug 19 18:33:06.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4095 | 2024-08-19T18:33:08.304Z | [ recovery-image] Aug 19 18:33:06.592 INFO O| Aug 19 18:33:06.592 INFO STEP 74 (remove_files) COMPLETE |
4096 | 2024-08-19T18:33:08.304Z | [ recovery-image] Aug 19 18:33:06.592 INFO O| Aug 19 18:33:06.592 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4097 | 2024-08-19T18:33:08.314Z | [ recovery-image] Aug 19 18:33:06.602 INFO O| Aug 19 18:33:06.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4098 | 2024-08-19T18:33:08.314Z | [ recovery-image] Aug 19 18:33:06.602 INFO O| Aug 19 18:33:06.602 INFO STEP 75 (remove_files) COMPLETE |
4099 | 2024-08-19T18:33:08.314Z | [ recovery-image] Aug 19 18:33:06.602 INFO O| Aug 19 18:33:06.602 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4100 | 2024-08-19T18:33:08.325Z | [ recovery-image] Aug 19 18:33:06.613 INFO O| Aug 19 18:33:06.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4101 | 2024-08-19T18:33:08.325Z | [ recovery-image] Aug 19 18:33:06.613 INFO O| Aug 19 18:33:06.613 INFO STEP 76 (remove_files) COMPLETE |
4102 | 2024-08-19T18:33:08.325Z | [ recovery-image] Aug 19 18:33:06.613 INFO O| Aug 19 18:33:06.613 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4103 | 2024-08-19T18:33:08.335Z | [ recovery-image] Aug 19 18:33:06.623 INFO O| Aug 19 18:33:06.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4104 | 2024-08-19T18:33:08.335Z | [ recovery-image] Aug 19 18:33:06.623 INFO O| Aug 19 18:33:06.623 INFO STEP 77 (remove_files) COMPLETE |
4105 | 2024-08-19T18:33:08.338Z | [ recovery-image] Aug 19 18:33:06.623 INFO O| Aug 19 18:33:06.623 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4106 | 2024-08-19T18:33:08.346Z | [ recovery-image] Aug 19 18:33:06.634 INFO O| Aug 19 18:33:06.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4107 | 2024-08-19T18:33:08.346Z | [ recovery-image] Aug 19 18:33:06.634 INFO O| Aug 19 18:33:06.634 INFO STEP 78 (remove_files) COMPLETE |
4108 | 2024-08-19T18:33:08.346Z | [ recovery-image] Aug 19 18:33:06.634 INFO O| Aug 19 18:33:06.634 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4109 | 2024-08-19T18:33:08.356Z | [ recovery-image] Aug 19 18:33:06.644 INFO O| Aug 19 18:33:06.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4110 | 2024-08-19T18:33:08.359Z | [ recovery-image] Aug 19 18:33:06.644 INFO O| Aug 19 18:33:06.644 INFO STEP 79 (remove_files) COMPLETE |
4111 | 2024-08-19T18:33:08.359Z | [ recovery-image] Aug 19 18:33:06.644 INFO O| Aug 19 18:33:06.644 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4112 | 2024-08-19T18:33:08.367Z | [ recovery-image] Aug 19 18:33:06.655 INFO O| Aug 19 18:33:06.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4113 | 2024-08-19T18:33:08.367Z | [ recovery-image] Aug 19 18:33:06.655 INFO O| Aug 19 18:33:06.655 INFO STEP 80 (remove_files) COMPLETE |
4114 | 2024-08-19T18:33:08.367Z | [ recovery-image] Aug 19 18:33:06.655 INFO O| Aug 19 18:33:06.655 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-08-19T18:33:08.379Z | [ recovery-image] Aug 19 18:33:06.666 INFO O| Aug 19 18:33:06.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4116 | 2024-08-19T18:33:08.379Z | [ recovery-image] Aug 19 18:33:06.667 INFO O| Aug 19 18:33:06.666 INFO STEP 81 (remove_files) COMPLETE |
4117 | 2024-08-19T18:33:08.381Z | [ recovery-image] Aug 19 18:33:06.667 INFO O| Aug 19 18:33:06.667 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-08-19T18:33:08.390Z | [ recovery-image] Aug 19 18:33:06.677 INFO O| Aug 19 18:33:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4119 | 2024-08-19T18:33:08.390Z | [ recovery-image] Aug 19 18:33:06.678 INFO O| Aug 19 18:33:06.678 INFO STEP 82 (remove_files) COMPLETE |
4120 | 2024-08-19T18:33:08.392Z | [ recovery-image] Aug 19 18:33:06.678 INFO O| Aug 19 18:33:06.678 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-08-19T18:33:08.400Z | [ recovery-image] Aug 19 18:33:06.688 INFO O| Aug 19 18:33:06.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4122 | 2024-08-19T18:33:08.400Z | [ recovery-image] Aug 19 18:33:06.689 INFO O| Aug 19 18:33:06.688 INFO STEP 83 (remove_files) COMPLETE |
4123 | 2024-08-19T18:33:08.403Z | [ recovery-image] Aug 19 18:33:06.689 INFO O| Aug 19 18:33:06.689 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-08-19T18:33:08.411Z | [ recovery-image] Aug 19 18:33:06.699 INFO O| Aug 19 18:33:06.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4125 | 2024-08-19T18:33:08.413Z | [ recovery-image] Aug 19 18:33:06.699 INFO O| Aug 19 18:33:06.699 INFO STEP 84 (remove_files) COMPLETE |
4126 | 2024-08-19T18:33:08.413Z | [ recovery-image] Aug 19 18:33:06.699 INFO O| Aug 19 18:33:06.699 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-08-19T18:33:08.422Z | [ recovery-image] Aug 19 18:33:06.710 INFO O| Aug 19 18:33:06.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4128 | 2024-08-19T18:33:08.425Z | [ recovery-image] Aug 19 18:33:06.711 INFO O| Aug 19 18:33:06.711 INFO STEP 85 (remove_files) COMPLETE |
4129 | 2024-08-19T18:33:08.425Z | [ recovery-image] Aug 19 18:33:06.711 INFO O| Aug 19 18:33:06.711 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-08-19T18:33:08.434Z | [ recovery-image] Aug 19 18:33:06.722 INFO O| Aug 19 18:33:06.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4131 | 2024-08-19T18:33:08.434Z | [ recovery-image] Aug 19 18:33:06.722 INFO O| Aug 19 18:33:06.722 INFO STEP 86 (remove_files) COMPLETE |
4132 | 2024-08-19T18:33:08.437Z | [ recovery-image] Aug 19 18:33:06.722 INFO O| Aug 19 18:33:06.722 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-08-19T18:33:08.445Z | [ recovery-image] Aug 19 18:33:06.733 INFO O| Aug 19 18:33:06.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4134 | 2024-08-19T18:33:08.448Z | [ recovery-image] Aug 19 18:33:06.734 INFO O| Aug 19 18:33:06.734 INFO STEP 87 (remove_files) COMPLETE |
4135 | 2024-08-19T18:33:08.448Z | [ recovery-image] Aug 19 18:33:06.734 INFO O| Aug 19 18:33:06.734 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-08-19T18:33:08.456Z | [ recovery-image] Aug 19 18:33:06.744 INFO O| Aug 19 18:33:06.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4137 | 2024-08-19T18:33:08.459Z | [ recovery-image] Aug 19 18:33:06.745 INFO O| Aug 19 18:33:06.745 INFO STEP 88 (remove_files) COMPLETE |
4138 | 2024-08-19T18:33:08.459Z | [ recovery-image] Aug 19 18:33:06.745 INFO O| Aug 19 18:33:06.745 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-08-19T18:33:08.467Z | [ recovery-image] Aug 19 18:33:06.755 INFO O| Aug 19 18:33:06.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4140 | 2024-08-19T18:33:08.467Z | [ recovery-image] Aug 19 18:33:06.755 INFO O| Aug 19 18:33:06.755 INFO STEP 89 (remove_files) COMPLETE |
4141 | 2024-08-19T18:33:08.469Z | [ recovery-image] Aug 19 18:33:06.755 INFO O| Aug 19 18:33:06.755 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-08-19T18:33:08.478Z | [ recovery-image] Aug 19 18:33:06.766 INFO O| Aug 19 18:33:06.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4143 | 2024-08-19T18:33:08.478Z | [ recovery-image] Aug 19 18:33:06.766 INFO O| Aug 19 18:33:06.766 INFO STEP 90 (remove_files) COMPLETE |
4144 | 2024-08-19T18:33:08.480Z | [ recovery-image] Aug 19 18:33:06.766 INFO O| Aug 19 18:33:06.766 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-08-19T18:33:08.489Z | [ recovery-image] Aug 19 18:33:06.777 INFO O| Aug 19 18:33:06.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4146 | 2024-08-19T18:33:08.489Z | [ recovery-image] Aug 19 18:33:06.777 INFO O| Aug 19 18:33:06.777 INFO STEP 91 (remove_files) COMPLETE |
4147 | 2024-08-19T18:33:08.491Z | [ recovery-image] Aug 19 18:33:06.777 INFO O| Aug 19 18:33:06.777 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-08-19T18:33:08.500Z | [ recovery-image] Aug 19 18:33:06.788 INFO O| Aug 19 18:33:06.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4149 | 2024-08-19T18:33:08.500Z | [ recovery-image] Aug 19 18:33:06.788 INFO O| Aug 19 18:33:06.788 INFO STEP 92 (remove_files) COMPLETE |
4150 | 2024-08-19T18:33:08.502Z | [ recovery-image] Aug 19 18:33:06.788 INFO O| Aug 19 18:33:06.788 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-08-19T18:33:08.511Z | [ recovery-image] Aug 19 18:33:06.799 INFO O| Aug 19 18:33:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4152 | 2024-08-19T18:33:08.511Z | [ recovery-image] Aug 19 18:33:06.799 INFO O| Aug 19 18:33:06.799 INFO STEP 93 (remove_files) COMPLETE |
4153 | 2024-08-19T18:33:08.513Z | [ recovery-image] Aug 19 18:33:06.799 INFO O| Aug 19 18:33:06.799 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-08-19T18:33:08.521Z | [ recovery-image] Aug 19 18:33:06.809 INFO O| Aug 19 18:33:06.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4155 | 2024-08-19T18:33:08.521Z | [ recovery-image] Aug 19 18:33:06.809 INFO O| Aug 19 18:33:06.809 INFO STEP 94 (remove_files) COMPLETE |
4156 | 2024-08-19T18:33:08.523Z | [ recovery-image] Aug 19 18:33:06.809 INFO O| Aug 19 18:33:06.809 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-08-19T18:33:08.531Z | [ recovery-image] Aug 19 18:33:06.819 INFO O| Aug 19 18:33:06.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4158 | 2024-08-19T18:33:08.531Z | [ recovery-image] Aug 19 18:33:06.819 INFO O| Aug 19 18:33:06.819 INFO STEP 95 (remove_files) COMPLETE |
4159 | 2024-08-19T18:33:08.531Z | [ recovery-image] Aug 19 18:33:06.819 INFO O| Aug 19 18:33:06.819 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-08-19T18:33:08.541Z | [ recovery-image] Aug 19 18:33:06.829 INFO O| Aug 19 18:33:06.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4161 | 2024-08-19T18:33:08.543Z | [ recovery-image] Aug 19 18:33:06.829 INFO O| Aug 19 18:33:06.829 INFO STEP 96 (remove_files) COMPLETE |
4162 | 2024-08-19T18:33:08.543Z | [ recovery-image] Aug 19 18:33:06.829 INFO O| Aug 19 18:33:06.829 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-08-19T18:33:08.551Z | [ recovery-image] Aug 19 18:33:06.839 INFO O| Aug 19 18:33:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4164 | 2024-08-19T18:33:08.551Z | [ recovery-image] Aug 19 18:33:06.839 INFO O| Aug 19 18:33:06.839 INFO STEP 97 (remove_files) COMPLETE |
4165 | 2024-08-19T18:33:08.553Z | [ recovery-image] Aug 19 18:33:06.839 INFO O| Aug 19 18:33:06.839 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-08-19T18:33:08.561Z | [ recovery-image] Aug 19 18:33:06.849 INFO O| Aug 19 18:33:06.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4167 | 2024-08-19T18:33:08.561Z | [ recovery-image] Aug 19 18:33:06.849 INFO O| Aug 19 18:33:06.849 INFO STEP 98 (remove_files) COMPLETE |
4168 | 2024-08-19T18:33:08.561Z | [ recovery-image] Aug 19 18:33:06.849 INFO O| Aug 19 18:33:06.849 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-08-19T18:33:08.571Z | [ recovery-image] Aug 19 18:33:06.859 INFO O| Aug 19 18:33:06.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4170 | 2024-08-19T18:33:08.571Z | [ recovery-image] Aug 19 18:33:06.859 INFO O| Aug 19 18:33:06.859 INFO STEP 99 (remove_files) COMPLETE |
4171 | 2024-08-19T18:33:08.573Z | [ recovery-image] Aug 19 18:33:06.859 INFO O| Aug 19 18:33:06.859 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-08-19T18:33:08.581Z | [ recovery-image] Aug 19 18:33:06.869 INFO O| Aug 19 18:33:06.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4173 | 2024-08-19T18:33:08.583Z | [ recovery-image] Aug 19 18:33:06.869 INFO O| Aug 19 18:33:06.869 INFO STEP 100 (remove_files) COMPLETE |
4174 | 2024-08-19T18:33:08.583Z | [ recovery-image] Aug 19 18:33:06.869 INFO O| Aug 19 18:33:06.869 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-08-19T18:33:08.592Z | [ recovery-image] Aug 19 18:33:06.880 INFO O| Aug 19 18:33:06.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4176 | 2024-08-19T18:33:08.592Z | [ recovery-image] Aug 19 18:33:06.880 INFO O| Aug 19 18:33:06.880 INFO STEP 101 (remove_files) COMPLETE |
4177 | 2024-08-19T18:33:08.592Z | [ recovery-image] Aug 19 18:33:06.880 INFO O| Aug 19 18:33:06.880 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-08-19T18:33:08.602Z | [ recovery-image] Aug 19 18:33:06.890 INFO O| Aug 19 18:33:06.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4179 | 2024-08-19T18:33:08.602Z | [ recovery-image] Aug 19 18:33:06.890 INFO O| Aug 19 18:33:06.890 INFO STEP 102 (remove_files) COMPLETE |
4180 | 2024-08-19T18:33:08.602Z | [ recovery-image] Aug 19 18:33:06.890 INFO O| Aug 19 18:33:06.890 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-08-19T18:33:08.612Z | [ recovery-image] Aug 19 18:33:06.899 INFO O| Aug 19 18:33:06.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4182 | 2024-08-19T18:33:08.612Z | [ recovery-image] Aug 19 18:33:06.900 INFO O| Aug 19 18:33:06.899 INFO STEP 103 (remove_files) COMPLETE |
4183 | 2024-08-19T18:33:08.614Z | [ recovery-image] Aug 19 18:33:06.900 INFO O| Aug 19 18:33:06.900 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-08-19T18:33:08.621Z | [ recovery-image] Aug 19 18:33:06.909 INFO O| Aug 19 18:33:06.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4185 | 2024-08-19T18:33:08.621Z | [ recovery-image] Aug 19 18:33:06.909 INFO O| Aug 19 18:33:06.909 INFO STEP 104 (remove_files) COMPLETE |
4186 | 2024-08-19T18:33:08.624Z | [ recovery-image] Aug 19 18:33:06.909 INFO O| Aug 19 18:33:06.909 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-08-19T18:33:08.632Z | [ recovery-image] Aug 19 18:33:06.919 INFO O| Aug 19 18:33:06.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4188 | 2024-08-19T18:33:08.632Z | [ recovery-image] Aug 19 18:33:06.920 INFO O| Aug 19 18:33:06.920 INFO STEP 105 (remove_files) COMPLETE |
4189 | 2024-08-19T18:33:08.635Z | [ recovery-image] Aug 19 18:33:06.920 INFO O| Aug 19 18:33:06.920 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-08-19T18:33:08.642Z | [ recovery-image] Aug 19 18:33:06.930 INFO O| Aug 19 18:33:06.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4191 | 2024-08-19T18:33:08.642Z | [ recovery-image] Aug 19 18:33:06.930 INFO O| Aug 19 18:33:06.930 INFO STEP 106 (remove_files) COMPLETE |
4192 | 2024-08-19T18:33:08.642Z | [ recovery-image] Aug 19 18:33:06.930 INFO O| Aug 19 18:33:06.930 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-19T18:33:08.652Z | [ recovery-image] Aug 19 18:33:06.940 INFO O| Aug 19 18:33:06.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4194 | 2024-08-19T18:33:08.652Z | [ recovery-image] Aug 19 18:33:06.940 INFO O| Aug 19 18:33:06.940 INFO STEP 107 (remove_files) COMPLETE |
4195 | 2024-08-19T18:33:08.652Z | [ recovery-image] Aug 19 18:33:06.940 INFO O| Aug 19 18:33:06.940 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-19T18:33:08.662Z | [ recovery-image] Aug 19 18:33:06.950 INFO O| Aug 19 18:33:06.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4197 | 2024-08-19T18:33:08.662Z | [ recovery-image] Aug 19 18:33:06.950 INFO O| Aug 19 18:33:06.950 INFO STEP 108 (remove_files) COMPLETE |
4198 | 2024-08-19T18:33:08.662Z | [ recovery-image] Aug 19 18:33:06.950 INFO O| Aug 19 18:33:06.950 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-19T18:33:08.673Z | [ recovery-image] Aug 19 18:33:06.961 INFO O| Aug 19 18:33:06.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4200 | 2024-08-19T18:33:08.673Z | [ recovery-image] Aug 19 18:33:06.961 INFO O| Aug 19 18:33:06.961 INFO STEP 109 (remove_files) COMPLETE |
4201 | 2024-08-19T18:33:08.675Z | [ recovery-image] Aug 19 18:33:06.961 INFO O| Aug 19 18:33:06.961 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-08-19T18:33:08.683Z | [ recovery-image] Aug 19 18:33:06.971 INFO O| Aug 19 18:33:06.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4203 | 2024-08-19T18:33:08.685Z | [ recovery-image] Aug 19 18:33:06.971 INFO O| Aug 19 18:33:06.971 INFO STEP 110 (remove_files) COMPLETE |
4204 | 2024-08-19T18:33:08.685Z | [ recovery-image] Aug 19 18:33:06.971 INFO O| Aug 19 18:33:06.971 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-08-19T18:33:08.693Z | [ recovery-image] Aug 19 18:33:06.981 INFO O| Aug 19 18:33:06.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4206 | 2024-08-19T18:33:08.693Z | [ recovery-image] Aug 19 18:33:06.981 INFO O| Aug 19 18:33:06.981 INFO STEP 111 (remove_files) COMPLETE |
4207 | 2024-08-19T18:33:08.695Z | [ recovery-image] Aug 19 18:33:06.981 INFO O| Aug 19 18:33:06.981 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-19T18:33:08.704Z | [ recovery-image] Aug 19 18:33:06.992 INFO O| Aug 19 18:33:06.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4209 | 2024-08-19T18:33:08.704Z | [ recovery-image] Aug 19 18:33:06.992 INFO O| Aug 19 18:33:06.992 INFO STEP 112 (remove_files) COMPLETE |
4210 | 2024-08-19T18:33:08.706Z | [ recovery-image] Aug 19 18:33:06.992 INFO O| Aug 19 18:33:06.992 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-08-19T18:33:08.715Z | [ recovery-image] Aug 19 18:33:07.003 INFO O| Aug 19 18:33:07.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4212 | 2024-08-19T18:33:08.715Z | [ recovery-image] Aug 19 18:33:07.003 INFO O| Aug 19 18:33:07.003 INFO STEP 113 (remove_files) COMPLETE |
4213 | 2024-08-19T18:33:08.715Z | [ recovery-image] Aug 19 18:33:07.003 INFO O| Aug 19 18:33:07.003 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-19T18:33:08.727Z | [ recovery-image] Aug 19 18:33:07.015 INFO O| Aug 19 18:33:07.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4215 | 2024-08-19T18:33:08.727Z | [ recovery-image] Aug 19 18:33:07.015 INFO O| Aug 19 18:33:07.015 INFO STEP 114 (remove_files) COMPLETE |
4216 | 2024-08-19T18:33:08.727Z | [ recovery-image] Aug 19 18:33:07.015 INFO O| Aug 19 18:33:07.015 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-08-19T18:33:08.741Z | [ recovery-image] Aug 19 18:33:07.029 INFO O| Aug 19 18:33:07.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4218 | 2024-08-19T18:33:08.741Z | [ recovery-image] Aug 19 18:33:07.029 INFO O| Aug 19 18:33:07.029 INFO STEP 115 (remove_files) COMPLETE |
4219 | 2024-08-19T18:33:08.743Z | [ recovery-image] Aug 19 18:33:07.029 INFO O| Aug 19 18:33:07.029 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-08-19T18:33:08.753Z | [ recovery-image] Aug 19 18:33:07.041 INFO O| Aug 19 18:33:07.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4221 | 2024-08-19T18:33:08.753Z | [ recovery-image] Aug 19 18:33:07.041 INFO O| Aug 19 18:33:07.041 INFO STEP 116 (remove_files) COMPLETE |
4222 | 2024-08-19T18:33:08.753Z | [ recovery-image] Aug 19 18:33:07.041 INFO O| Aug 19 18:33:07.041 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-08-19T18:33:08.765Z | [ recovery-image] Aug 19 18:33:07.053 INFO O| Aug 19 18:33:07.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4224 | 2024-08-19T18:33:08.765Z | [ recovery-image] Aug 19 18:33:07.053 INFO O| Aug 19 18:33:07.053 INFO STEP 117 (remove_files) COMPLETE |
4225 | 2024-08-19T18:33:08.765Z | [ recovery-image] Aug 19 18:33:07.053 INFO O| Aug 19 18:33:07.053 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-08-19T18:33:08.776Z | [ recovery-image] Aug 19 18:33:07.064 INFO O| Aug 19 18:33:07.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4227 | 2024-08-19T18:33:08.776Z | [ recovery-image] Aug 19 18:33:07.064 INFO O| Aug 19 18:33:07.064 INFO STEP 118 (remove_files) COMPLETE |
4228 | 2024-08-19T18:33:08.779Z | [ recovery-image] Aug 19 18:33:07.064 INFO O| Aug 19 18:33:07.064 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-19T18:33:08.788Z | [ recovery-image] Aug 19 18:33:07.076 INFO O| Aug 19 18:33:07.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4230 | 2024-08-19T18:33:08.788Z | [ recovery-image] Aug 19 18:33:07.076 INFO O| Aug 19 18:33:07.076 INFO STEP 119 (remove_files) COMPLETE |
4231 | 2024-08-19T18:33:08.790Z | [ recovery-image] Aug 19 18:33:07.076 INFO O| Aug 19 18:33:07.076 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-19T18:33:08.798Z | [ recovery-image] Aug 19 18:33:07.086 INFO O| Aug 19 18:33:07.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4233 | 2024-08-19T18:33:08.801Z | [ recovery-image] Aug 19 18:33:07.087 INFO O| Aug 19 18:33:07.087 INFO STEP 120 (remove_files) COMPLETE |
4234 | 2024-08-19T18:33:08.801Z | [ recovery-image] Aug 19 18:33:07.087 INFO O| Aug 19 18:33:07.087 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-19T18:33:08.810Z | [ recovery-image] Aug 19 18:33:07.098 INFO O| Aug 19 18:33:07.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4236 | 2024-08-19T18:33:08.813Z | [ recovery-image] Aug 19 18:33:07.098 INFO O| Aug 19 18:33:07.098 INFO STEP 121 (remove_files) COMPLETE |
4237 | 2024-08-19T18:33:08.814Z | [ recovery-image] Aug 19 18:33:07.098 INFO O| Aug 19 18:33:07.098 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4238 | 2024-08-19T18:33:08.821Z | [ recovery-image] Aug 19 18:33:07.109 INFO O| Aug 19 18:33:07.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4239 | 2024-08-19T18:33:08.821Z | [ recovery-image] Aug 19 18:33:07.109 INFO O| Aug 19 18:33:07.109 INFO STEP 122 (remove_files) COMPLETE |
4240 | 2024-08-19T18:33:08.824Z | [ recovery-image] Aug 19 18:33:07.109 INFO O| Aug 19 18:33:07.109 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4241 | 2024-08-19T18:33:08.832Z | [ recovery-image] Aug 19 18:33:07.120 INFO O| Aug 19 18:33:07.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4242 | 2024-08-19T18:33:08.832Z | [ recovery-image] Aug 19 18:33:07.120 INFO O| Aug 19 18:33:07.120 INFO STEP 123 (remove_files) COMPLETE |
4243 | 2024-08-19T18:33:08.835Z | [ recovery-image] Aug 19 18:33:07.120 INFO O| Aug 19 18:33:07.120 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-19T18:33:08.843Z | [ recovery-image] Aug 19 18:33:07.131 INFO O| Aug 19 18:33:07.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4245 | 2024-08-19T18:33:08.846Z | [ recovery-image] Aug 19 18:33:07.131 INFO O| Aug 19 18:33:07.131 INFO STEP 124 (remove_files) COMPLETE |
4246 | 2024-08-19T18:33:08.846Z | [ recovery-image] Aug 19 18:33:07.131 INFO O| Aug 19 18:33:07.131 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-19T18:33:08.854Z | [ recovery-image] Aug 19 18:33:07.142 INFO O| Aug 19 18:33:07.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4248 | 2024-08-19T18:33:08.854Z | [ recovery-image] Aug 19 18:33:07.142 INFO O| Aug 19 18:33:07.142 INFO STEP 125 (remove_files) COMPLETE |
4249 | 2024-08-19T18:33:08.857Z | [ recovery-image] Aug 19 18:33:07.142 INFO O| Aug 19 18:33:07.142 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-19T18:33:08.865Z | [ recovery-image] Aug 19 18:33:07.153 INFO O| Aug 19 18:33:07.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4251 | 2024-08-19T18:33:08.865Z | [ recovery-image] Aug 19 18:33:07.153 INFO O| Aug 19 18:33:07.153 INFO STEP 126 (remove_files) COMPLETE |
4252 | 2024-08-19T18:33:08.868Z | [ recovery-image] Aug 19 18:33:07.153 INFO O| Aug 19 18:33:07.153 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-19T18:33:08.868Z | [ host-image] Aug 19 18:33:07.154 INFO O| Aug 19 18:33:07.153 INFO O| Actions: 1/49260 actions (Installing new actions) |
4254 | 2024-08-19T18:33:08.876Z | [ recovery-image] Aug 19 18:33:07.164 INFO O| Aug 19 18:33:07.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4255 | 2024-08-19T18:33:08.876Z | [ recovery-image] Aug 19 18:33:07.164 INFO O| Aug 19 18:33:07.164 INFO STEP 127 (remove_files) COMPLETE |
4256 | 2024-08-19T18:33:08.879Z | [ recovery-image] Aug 19 18:33:07.164 INFO O| Aug 19 18:33:07.164 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-08-19T18:33:08.887Z | [ recovery-image] Aug 19 18:33:07.175 INFO O| Aug 19 18:33:07.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4258 | 2024-08-19T18:33:08.887Z | [ recovery-image] Aug 19 18:33:07.175 INFO O| Aug 19 18:33:07.175 INFO STEP 128 (remove_files) COMPLETE |
4259 | 2024-08-19T18:33:08.889Z | [ recovery-image] Aug 19 18:33:07.175 INFO O| Aug 19 18:33:07.175 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-08-19T18:33:08.898Z | [ recovery-image] Aug 19 18:33:07.185 INFO O| Aug 19 18:33:07.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4261 | 2024-08-19T18:33:08.902Z | [ recovery-image] Aug 19 18:33:07.185 INFO O| Aug 19 18:33:07.185 INFO STEP 129 (remove_files) COMPLETE |
4262 | 2024-08-19T18:33:08.902Z | [ recovery-image] Aug 19 18:33:07.185 INFO O| Aug 19 18:33:07.185 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-08-19T18:33:08.908Z | [ recovery-image] Aug 19 18:33:07.196 INFO O| Aug 19 18:33:07.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4264 | 2024-08-19T18:33:08.910Z | [ recovery-image] Aug 19 18:33:07.196 INFO O| Aug 19 18:33:07.196 INFO STEP 130 (remove_files) COMPLETE |
4265 | 2024-08-19T18:33:08.910Z | [ recovery-image] Aug 19 18:33:07.196 INFO O| Aug 19 18:33:07.196 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-08-19T18:33:08.918Z | [ recovery-image] Aug 19 18:33:07.206 INFO O| Aug 19 18:33:07.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4267 | 2024-08-19T18:33:08.921Z | [ recovery-image] Aug 19 18:33:07.207 INFO O| Aug 19 18:33:07.206 INFO STEP 131 (remove_files) COMPLETE |
4268 | 2024-08-19T18:33:08.921Z | [ recovery-image] Aug 19 18:33:07.207 INFO O| Aug 19 18:33:07.207 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-08-19T18:33:08.929Z | [ recovery-image] Aug 19 18:33:07.217 INFO O| Aug 19 18:33:07.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4270 | 2024-08-19T18:33:08.929Z | [ recovery-image] Aug 19 18:33:07.217 INFO O| Aug 19 18:33:07.217 INFO STEP 132 (remove_files) COMPLETE |
4271 | 2024-08-19T18:33:08.929Z | [ recovery-image] Aug 19 18:33:07.217 INFO O| Aug 19 18:33:07.217 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-08-19T18:33:08.940Z | [ recovery-image] Aug 19 18:33:07.228 INFO O| Aug 19 18:33:07.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4273 | 2024-08-19T18:33:08.940Z | [ recovery-image] Aug 19 18:33:07.228 INFO O| Aug 19 18:33:07.228 INFO STEP 133 (remove_files) COMPLETE |
4274 | 2024-08-19T18:33:08.940Z | [ recovery-image] Aug 19 18:33:07.228 INFO O| Aug 19 18:33:07.228 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-08-19T18:33:08.951Z | [ recovery-image] Aug 19 18:33:07.239 INFO O| Aug 19 18:33:07.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4276 | 2024-08-19T18:33:08.951Z | [ recovery-image] Aug 19 18:33:07.239 INFO O| Aug 19 18:33:07.239 INFO STEP 134 (remove_files) COMPLETE |
4277 | 2024-08-19T18:33:08.953Z | [ recovery-image] Aug 19 18:33:07.239 INFO O| Aug 19 18:33:07.239 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-08-19T18:33:08.966Z | [ recovery-image] Aug 19 18:33:07.254 INFO O| Aug 19 18:33:07.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4279 | 2024-08-19T18:33:08.966Z | [ recovery-image] Aug 19 18:33:07.254 INFO O| Aug 19 18:33:07.254 INFO STEP 135 (remove_files) COMPLETE |
4280 | 2024-08-19T18:33:08.966Z | [ recovery-image] Aug 19 18:33:07.254 INFO O| Aug 19 18:33:07.254 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-08-19T18:33:08.980Z | [ recovery-image] Aug 19 18:33:07.268 INFO O| Aug 19 18:33:07.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4282 | 2024-08-19T18:33:08.980Z | [ recovery-image] Aug 19 18:33:07.268 INFO O| Aug 19 18:33:07.268 INFO STEP 136 (remove_files) COMPLETE |
4283 | 2024-08-19T18:33:08.983Z | [ recovery-image] Aug 19 18:33:07.268 INFO O| Aug 19 18:33:07.268 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-08-19T18:33:08.994Z | [ recovery-image] Aug 19 18:33:07.282 INFO O| Aug 19 18:33:07.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4285 | 2024-08-19T18:33:08.997Z | [ recovery-image] Aug 19 18:33:07.282 INFO O| Aug 19 18:33:07.282 INFO STEP 137 (remove_files) COMPLETE |
4286 | 2024-08-19T18:33:08.998Z | [ recovery-image] Aug 19 18:33:07.282 INFO O| Aug 19 18:33:07.282 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-08-19T18:33:09.006Z | [ recovery-image] Aug 19 18:33:07.293 INFO O| Aug 19 18:33:07.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4288 | 2024-08-19T18:33:09.006Z | [ recovery-image] Aug 19 18:33:07.293 INFO O| Aug 19 18:33:07.293 INFO STEP 138 (remove_files) COMPLETE |
4289 | 2024-08-19T18:33:09.009Z | [ recovery-image] Aug 19 18:33:07.293 INFO O| Aug 19 18:33:07.293 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-08-19T18:33:09.016Z | [ recovery-image] Aug 19 18:33:07.303 INFO O| Aug 19 18:33:07.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4291 | 2024-08-19T18:33:09.016Z | [ recovery-image] Aug 19 18:33:07.304 INFO O| Aug 19 18:33:07.304 INFO STEP 139 (remove_files) COMPLETE |
4292 | 2024-08-19T18:33:09.018Z | [ recovery-image] Aug 19 18:33:07.304 INFO O| Aug 19 18:33:07.304 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-08-19T18:33:09.026Z | [ recovery-image] Aug 19 18:33:07.314 INFO O| Aug 19 18:33:07.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4294 | 2024-08-19T18:33:09.029Z | [ recovery-image] Aug 19 18:33:07.314 INFO O| Aug 19 18:33:07.314 INFO STEP 140 (remove_files) COMPLETE |
4295 | 2024-08-19T18:33:09.029Z | [ recovery-image] Aug 19 18:33:07.314 INFO O| Aug 19 18:33:07.314 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-08-19T18:33:09.036Z | [ recovery-image] Aug 19 18:33:07.324 INFO O| Aug 19 18:33:07.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4297 | 2024-08-19T18:33:09.036Z | [ recovery-image] Aug 19 18:33:07.324 INFO O| Aug 19 18:33:07.324 INFO STEP 141 (remove_files) COMPLETE |
4298 | 2024-08-19T18:33:09.036Z | [ recovery-image] Aug 19 18:33:07.324 INFO O| Aug 19 18:33:07.324 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-08-19T18:33:09.046Z | [ recovery-image] Aug 19 18:33:07.334 INFO O| Aug 19 18:33:07.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4300 | 2024-08-19T18:33:09.048Z | [ recovery-image] Aug 19 18:33:07.334 INFO O| Aug 19 18:33:07.334 INFO STEP 142 (remove_files) COMPLETE |
4301 | 2024-08-19T18:33:09.048Z | [ recovery-image] Aug 19 18:33:07.334 INFO O| Aug 19 18:33:07.334 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-08-19T18:33:09.057Z | [ recovery-image] Aug 19 18:33:07.345 INFO O| Aug 19 18:33:07.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4303 | 2024-08-19T18:33:09.057Z | [ recovery-image] Aug 19 18:33:07.345 INFO O| Aug 19 18:33:07.345 INFO STEP 143 (remove_files) COMPLETE |
4304 | 2024-08-19T18:33:09.059Z | [ recovery-image] Aug 19 18:33:07.345 INFO O| Aug 19 18:33:07.345 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-08-19T18:33:09.067Z | [ recovery-image] Aug 19 18:33:07.355 INFO O| Aug 19 18:33:07.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4306 | 2024-08-19T18:33:09.067Z | [ recovery-image] Aug 19 18:33:07.355 INFO O| Aug 19 18:33:07.355 INFO STEP 144 (remove_files) COMPLETE |
4307 | 2024-08-19T18:33:09.069Z | [ recovery-image] Aug 19 18:33:07.355 INFO O| Aug 19 18:33:07.355 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-08-19T18:33:09.077Z | [ recovery-image] Aug 19 18:33:07.365 INFO O| Aug 19 18:33:07.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4309 | 2024-08-19T18:33:09.077Z | [ recovery-image] Aug 19 18:33:07.365 INFO O| Aug 19 18:33:07.365 INFO STEP 145 (remove_files) COMPLETE |
4310 | 2024-08-19T18:33:09.079Z | [ recovery-image] Aug 19 18:33:07.365 INFO O| Aug 19 18:33:07.365 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-08-19T18:33:09.087Z | [ recovery-image] Aug 19 18:33:07.375 INFO O| Aug 19 18:33:07.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4312 | 2024-08-19T18:33:09.087Z | [ recovery-image] Aug 19 18:33:07.375 INFO O| Aug 19 18:33:07.375 INFO STEP 146 (remove_files) COMPLETE |
4313 | 2024-08-19T18:33:09.087Z | [ recovery-image] Aug 19 18:33:07.375 INFO O| Aug 19 18:33:07.375 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-08-19T18:33:09.097Z | [ recovery-image] Aug 19 18:33:07.385 INFO O| Aug 19 18:33:07.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4315 | 2024-08-19T18:33:09.097Z | [ recovery-image] Aug 19 18:33:07.385 INFO O| Aug 19 18:33:07.385 INFO STEP 147 (remove_files) COMPLETE |
4316 | 2024-08-19T18:33:09.101Z | [ recovery-image] Aug 19 18:33:07.385 INFO O| Aug 19 18:33:07.385 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-08-19T18:33:09.107Z | [ recovery-image] Aug 19 18:33:07.395 INFO O| Aug 19 18:33:07.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4318 | 2024-08-19T18:33:09.107Z | [ recovery-image] Aug 19 18:33:07.395 INFO O| Aug 19 18:33:07.395 INFO STEP 148 (remove_files) COMPLETE |
4319 | 2024-08-19T18:33:09.110Z | [ recovery-image] Aug 19 18:33:07.395 INFO O| Aug 19 18:33:07.395 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-08-19T18:33:09.117Z | [ recovery-image] Aug 19 18:33:07.405 INFO O| Aug 19 18:33:07.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4321 | 2024-08-19T18:33:09.117Z | [ recovery-image] Aug 19 18:33:07.405 INFO O| Aug 19 18:33:07.405 INFO STEP 149 (remove_files) COMPLETE |
4322 | 2024-08-19T18:33:09.117Z | [ recovery-image] Aug 19 18:33:07.405 INFO O| Aug 19 18:33:07.405 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-08-19T18:33:09.128Z | [ recovery-image] Aug 19 18:33:07.416 INFO O| Aug 19 18:33:07.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4324 | 2024-08-19T18:33:09.128Z | [ recovery-image] Aug 19 18:33:07.416 INFO O| Aug 19 18:33:07.416 INFO STEP 150 (remove_files) COMPLETE |
4325 | 2024-08-19T18:33:09.130Z | [ recovery-image] Aug 19 18:33:07.416 INFO O| Aug 19 18:33:07.416 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-08-19T18:33:09.139Z | [ recovery-image] Aug 19 18:33:07.427 INFO O| Aug 19 18:33:07.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4327 | 2024-08-19T18:33:09.139Z | [ recovery-image] Aug 19 18:33:07.427 INFO O| Aug 19 18:33:07.427 INFO STEP 151 (remove_files) COMPLETE |
4328 | 2024-08-19T18:33:09.141Z | [ recovery-image] Aug 19 18:33:07.427 INFO O| Aug 19 18:33:07.427 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-08-19T18:33:09.150Z | [ recovery-image] Aug 19 18:33:07.437 INFO O| Aug 19 18:33:07.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4330 | 2024-08-19T18:33:09.150Z | [ recovery-image] Aug 19 18:33:07.438 INFO O| Aug 19 18:33:07.437 INFO STEP 152 (remove_files) COMPLETE |
4331 | 2024-08-19T18:33:09.152Z | [ recovery-image] Aug 19 18:33:07.438 INFO O| Aug 19 18:33:07.438 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-08-19T18:33:09.160Z | [ recovery-image] Aug 19 18:33:07.448 INFO O| Aug 19 18:33:07.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4333 | 2024-08-19T18:33:09.162Z | [ recovery-image] Aug 19 18:33:07.449 INFO O| Aug 19 18:33:07.449 INFO STEP 153 (remove_files) COMPLETE |
4334 | 2024-08-19T18:33:09.162Z | [ recovery-image] Aug 19 18:33:07.449 INFO O| Aug 19 18:33:07.449 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4335 | 2024-08-19T18:33:09.171Z | [ recovery-image] Aug 19 18:33:07.459 INFO O| Aug 19 18:33:07.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4336 | 2024-08-19T18:33:09.173Z | [ recovery-image] Aug 19 18:33:07.460 INFO O| Aug 19 18:33:07.460 INFO STEP 154 (remove_files) COMPLETE |
4337 | 2024-08-19T18:33:09.173Z | [ recovery-image] Aug 19 18:33:07.460 INFO O| Aug 19 18:33:07.460 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-08-19T18:33:09.182Z | [ recovery-image] Aug 19 18:33:07.470 INFO O| Aug 19 18:33:07.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4339 | 2024-08-19T18:33:09.182Z | [ recovery-image] Aug 19 18:33:07.470 INFO O| Aug 19 18:33:07.470 INFO STEP 155 (remove_files) COMPLETE |
4340 | 2024-08-19T18:33:09.185Z | [ recovery-image] Aug 19 18:33:07.470 INFO O| Aug 19 18:33:07.470 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-08-19T18:33:09.193Z | [ recovery-image] Aug 19 18:33:07.481 INFO O| Aug 19 18:33:07.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4342 | 2024-08-19T18:33:09.193Z | [ recovery-image] Aug 19 18:33:07.481 INFO O| Aug 19 18:33:07.481 INFO STEP 156 (remove_files) COMPLETE |
4343 | 2024-08-19T18:33:09.195Z | [ recovery-image] Aug 19 18:33:07.481 INFO O| Aug 19 18:33:07.481 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-08-19T18:33:09.204Z | [ recovery-image] Aug 19 18:33:07.492 INFO O| Aug 19 18:33:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4345 | 2024-08-19T18:33:09.204Z | [ recovery-image] Aug 19 18:33:07.492 INFO O| Aug 19 18:33:07.492 INFO STEP 157 (remove_files) COMPLETE |
4346 | 2024-08-19T18:33:09.204Z | [ recovery-image] Aug 19 18:33:07.492 INFO O| Aug 19 18:33:07.492 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-08-19T18:33:09.215Z | [ recovery-image] Aug 19 18:33:07.502 INFO O| Aug 19 18:33:07.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4348 | 2024-08-19T18:33:09.215Z | [ recovery-image] Aug 19 18:33:07.502 INFO O| Aug 19 18:33:07.502 INFO STEP 158 (remove_files) COMPLETE |
4349 | 2024-08-19T18:33:09.217Z | [ recovery-image] Aug 19 18:33:07.502 INFO O| Aug 19 18:33:07.502 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-08-19T18:33:09.225Z | [ recovery-image] Aug 19 18:33:07.513 INFO O| Aug 19 18:33:07.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4351 | 2024-08-19T18:33:09.225Z | [ recovery-image] Aug 19 18:33:07.513 INFO O| Aug 19 18:33:07.513 INFO STEP 159 (remove_files) COMPLETE |
4352 | 2024-08-19T18:33:09.225Z | [ recovery-image] Aug 19 18:33:07.513 INFO O| Aug 19 18:33:07.513 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-08-19T18:33:09.236Z | [ recovery-image] Aug 19 18:33:07.524 INFO O| Aug 19 18:33:07.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4354 | 2024-08-19T18:33:09.236Z | [ recovery-image] Aug 19 18:33:07.524 INFO O| Aug 19 18:33:07.524 INFO STEP 160 (remove_files) COMPLETE |
4355 | 2024-08-19T18:33:09.236Z | [ recovery-image] Aug 19 18:33:07.524 INFO O| Aug 19 18:33:07.524 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-08-19T18:33:09.247Z | [ recovery-image] Aug 19 18:33:07.535 INFO O| Aug 19 18:33:07.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4357 | 2024-08-19T18:33:09.247Z | [ recovery-image] Aug 19 18:33:07.535 INFO O| Aug 19 18:33:07.535 INFO STEP 161 (remove_files) COMPLETE |
4358 | 2024-08-19T18:33:09.250Z | [ recovery-image] Aug 19 18:33:07.535 INFO O| Aug 19 18:33:07.535 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-08-19T18:33:09.258Z | [ recovery-image] Aug 19 18:33:07.546 INFO O| Aug 19 18:33:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4360 | 2024-08-19T18:33:09.258Z | [ recovery-image] Aug 19 18:33:07.546 INFO O| Aug 19 18:33:07.546 INFO STEP 162 (remove_files) COMPLETE |
4361 | 2024-08-19T18:33:09.260Z | [ recovery-image] Aug 19 18:33:07.546 INFO O| Aug 19 18:33:07.546 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-08-19T18:33:09.268Z | [ recovery-image] Aug 19 18:33:07.556 INFO O| Aug 19 18:33:07.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4363 | 2024-08-19T18:33:09.268Z | [ recovery-image] Aug 19 18:33:07.556 INFO O| Aug 19 18:33:07.556 INFO STEP 163 (remove_files) COMPLETE |
4364 | 2024-08-19T18:33:09.271Z | [ recovery-image] Aug 19 18:33:07.556 INFO O| Aug 19 18:33:07.556 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-08-19T18:33:09.279Z | [ recovery-image] Aug 19 18:33:07.567 INFO O| Aug 19 18:33:07.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4366 | 2024-08-19T18:33:09.279Z | [ recovery-image] Aug 19 18:33:07.567 INFO O| Aug 19 18:33:07.567 INFO STEP 164 (remove_files) COMPLETE |
4367 | 2024-08-19T18:33:09.281Z | [ recovery-image] Aug 19 18:33:07.567 INFO O| Aug 19 18:33:07.567 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-08-19T18:33:09.290Z | [ recovery-image] Aug 19 18:33:07.578 INFO O| Aug 19 18:33:07.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4369 | 2024-08-19T18:33:09.290Z | [ recovery-image] Aug 19 18:33:07.578 INFO O| Aug 19 18:33:07.578 INFO STEP 165 (remove_files) COMPLETE |
4370 | 2024-08-19T18:33:09.292Z | [ recovery-image] Aug 19 18:33:07.578 INFO O| Aug 19 18:33:07.578 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-08-19T18:33:09.301Z | [ recovery-image] Aug 19 18:33:07.589 INFO O| Aug 19 18:33:07.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4372 | 2024-08-19T18:33:09.303Z | [ recovery-image] Aug 19 18:33:07.589 INFO O| Aug 19 18:33:07.589 INFO STEP 166 (remove_files) COMPLETE |
4373 | 2024-08-19T18:33:09.303Z | [ recovery-image] Aug 19 18:33:07.589 INFO O| Aug 19 18:33:07.589 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-08-19T18:33:09.312Z | [ recovery-image] Aug 19 18:33:07.600 INFO O| Aug 19 18:33:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4375 | 2024-08-19T18:33:09.312Z | [ recovery-image] Aug 19 18:33:07.600 INFO O| Aug 19 18:33:07.600 INFO STEP 167 (remove_files) COMPLETE |
4376 | 2024-08-19T18:33:09.312Z | [ recovery-image] Aug 19 18:33:07.600 INFO O| Aug 19 18:33:07.600 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-08-19T18:33:09.323Z | [ recovery-image] Aug 19 18:33:07.611 INFO O| Aug 19 18:33:07.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4378 | 2024-08-19T18:33:09.323Z | [ recovery-image] Aug 19 18:33:07.611 INFO O| Aug 19 18:33:07.611 INFO STEP 168 (remove_files) COMPLETE |
4379 | 2024-08-19T18:33:09.323Z | [ recovery-image] Aug 19 18:33:07.611 INFO O| Aug 19 18:33:07.611 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-08-19T18:33:09.333Z | [ recovery-image] Aug 19 18:33:07.621 INFO O| Aug 19 18:33:07.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4381 | 2024-08-19T18:33:09.336Z | [ recovery-image] Aug 19 18:33:07.622 INFO O| Aug 19 18:33:07.622 INFO STEP 169 (remove_files) COMPLETE |
4382 | 2024-08-19T18:33:09.336Z | [ recovery-image] Aug 19 18:33:07.622 INFO O| Aug 19 18:33:07.622 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-08-19T18:33:09.345Z | [ recovery-image] Aug 19 18:33:07.633 INFO O| Aug 19 18:33:07.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4384 | 2024-08-19T18:33:09.345Z | [ recovery-image] Aug 19 18:33:07.633 INFO O| Aug 19 18:33:07.633 INFO STEP 170 (remove_files) COMPLETE |
4385 | 2024-08-19T18:33:09.345Z | [ recovery-image] Aug 19 18:33:07.633 INFO O| Aug 19 18:33:07.633 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-08-19T18:33:09.357Z | [ recovery-image] Aug 19 18:33:07.645 INFO O| Aug 19 18:33:07.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4387 | 2024-08-19T18:33:09.357Z | [ recovery-image] Aug 19 18:33:07.645 INFO O| Aug 19 18:33:07.645 INFO STEP 171 (remove_files) COMPLETE |
4388 | 2024-08-19T18:33:09.357Z | [ recovery-image] Aug 19 18:33:07.645 INFO O| Aug 19 18:33:07.645 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-08-19T18:33:09.368Z | [ recovery-image] Aug 19 18:33:07.656 INFO O| Aug 19 18:33:07.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4390 | 2024-08-19T18:33:09.368Z | [ recovery-image] Aug 19 18:33:07.656 INFO O| Aug 19 18:33:07.656 INFO STEP 172 (remove_files) COMPLETE |
4391 | 2024-08-19T18:33:09.371Z | [ recovery-image] Aug 19 18:33:07.656 INFO O| Aug 19 18:33:07.656 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-08-19T18:33:09.380Z | [ recovery-image] Aug 19 18:33:07.668 INFO O| Aug 19 18:33:07.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4393 | 2024-08-19T18:33:09.380Z | [ recovery-image] Aug 19 18:33:07.668 INFO O| Aug 19 18:33:07.668 INFO STEP 173 (remove_files) COMPLETE |
4394 | 2024-08-19T18:33:09.380Z | [ recovery-image] Aug 19 18:33:07.668 INFO O| Aug 19 18:33:07.668 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-08-19T18:33:09.394Z | [ recovery-image] Aug 19 18:33:07.681 INFO O| Aug 19 18:33:07.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4396 | 2024-08-19T18:33:09.394Z | [ recovery-image] Aug 19 18:33:07.681 INFO O| Aug 19 18:33:07.681 INFO STEP 174 (remove_files) COMPLETE |
4397 | 2024-08-19T18:33:09.397Z | [ recovery-image] Aug 19 18:33:07.681 INFO O| Aug 19 18:33:07.681 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-08-19T18:33:09.406Z | [ recovery-image] Aug 19 18:33:07.694 INFO O| Aug 19 18:33:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4399 | 2024-08-19T18:33:09.406Z | [ recovery-image] Aug 19 18:33:07.694 INFO O| Aug 19 18:33:07.694 INFO STEP 175 (remove_files) COMPLETE |
4400 | 2024-08-19T18:33:09.406Z | [ recovery-image] Aug 19 18:33:07.694 INFO O| Aug 19 18:33:07.694 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-08-19T18:33:09.418Z | [ recovery-image] Aug 19 18:33:07.706 INFO O| Aug 19 18:33:07.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4402 | 2024-08-19T18:33:09.421Z | [ recovery-image] Aug 19 18:33:07.706 INFO O| Aug 19 18:33:07.706 INFO STEP 176 (remove_files) COMPLETE |
4403 | 2024-08-19T18:33:09.421Z | [ recovery-image] Aug 19 18:33:07.706 INFO O| Aug 19 18:33:07.706 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-08-19T18:33:09.430Z | [ recovery-image] Aug 19 18:33:07.718 INFO O| Aug 19 18:33:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4405 | 2024-08-19T18:33:09.430Z | [ recovery-image] Aug 19 18:33:07.718 INFO O| Aug 19 18:33:07.718 INFO STEP 177 (remove_files) COMPLETE |
4406 | 2024-08-19T18:33:09.432Z | [ recovery-image] Aug 19 18:33:07.718 INFO O| Aug 19 18:33:07.718 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-08-19T18:33:09.442Z | [ recovery-image] Aug 19 18:33:07.729 INFO O| Aug 19 18:33:07.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4408 | 2024-08-19T18:33:09.442Z | [ recovery-image] Aug 19 18:33:07.729 INFO O| Aug 19 18:33:07.729 INFO STEP 178 (remove_files) COMPLETE |
4409 | 2024-08-19T18:33:09.442Z | [ recovery-image] Aug 19 18:33:07.730 INFO O| Aug 19 18:33:07.729 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-08-19T18:33:09.455Z | [ recovery-image] Aug 19 18:33:07.743 INFO O| Aug 19 18:33:07.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4411 | 2024-08-19T18:33:09.455Z | [ recovery-image] Aug 19 18:33:07.743 INFO O| Aug 19 18:33:07.743 INFO STEP 179 (remove_files) COMPLETE |
4412 | 2024-08-19T18:33:09.455Z | [ recovery-image] Aug 19 18:33:07.743 INFO O| Aug 19 18:33:07.743 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-08-19T18:33:09.467Z | [ recovery-image] Aug 19 18:33:07.754 INFO O| Aug 19 18:33:07.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4414 | 2024-08-19T18:33:09.467Z | [ recovery-image] Aug 19 18:33:07.754 INFO O| Aug 19 18:33:07.754 INFO STEP 180 (remove_files) COMPLETE |
4415 | 2024-08-19T18:33:09.469Z | [ recovery-image] Aug 19 18:33:07.754 INFO O| Aug 19 18:33:07.754 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-08-19T18:33:09.477Z | [ recovery-image] Aug 19 18:33:07.765 INFO O| Aug 19 18:33:07.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4417 | 2024-08-19T18:33:09.480Z | [ recovery-image] Aug 19 18:33:07.765 INFO O| Aug 19 18:33:07.765 INFO STEP 181 (remove_files) COMPLETE |
4418 | 2024-08-19T18:33:09.480Z | [ recovery-image] Aug 19 18:33:07.765 INFO O| Aug 19 18:33:07.765 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-08-19T18:33:09.490Z | [ recovery-image] Aug 19 18:33:07.778 INFO O| Aug 19 18:33:07.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4420 | 2024-08-19T18:33:09.490Z | [ recovery-image] Aug 19 18:33:07.778 INFO O| Aug 19 18:33:07.778 INFO STEP 182 (remove_files) COMPLETE |
4421 | 2024-08-19T18:33:09.494Z | [ recovery-image] Aug 19 18:33:07.778 INFO O| Aug 19 18:33:07.778 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-08-19T18:33:09.502Z | [ recovery-image] Aug 19 18:33:07.790 INFO O| Aug 19 18:33:07.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4423 | 2024-08-19T18:33:09.505Z | [ recovery-image] Aug 19 18:33:07.790 INFO O| Aug 19 18:33:07.790 INFO STEP 183 (remove_files) COMPLETE |
4424 | 2024-08-19T18:33:09.506Z | [ recovery-image] Aug 19 18:33:07.790 INFO O| Aug 19 18:33:07.790 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-08-19T18:33:09.514Z | [ recovery-image] Aug 19 18:33:07.801 INFO O| Aug 19 18:33:07.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4426 | 2024-08-19T18:33:09.517Z | [ recovery-image] Aug 19 18:33:07.801 INFO O| Aug 19 18:33:07.801 INFO STEP 184 (remove_files) COMPLETE |
4427 | 2024-08-19T18:33:09.517Z | [ recovery-image] Aug 19 18:33:07.801 INFO O| Aug 19 18:33:07.801 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-08-19T18:33:09.524Z | [ recovery-image] Aug 19 18:33:07.812 INFO O| Aug 19 18:33:07.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4429 | 2024-08-19T18:33:09.525Z | [ recovery-image] Aug 19 18:33:07.812 INFO O| Aug 19 18:33:07.812 INFO STEP 185 (remove_files) COMPLETE |
4430 | 2024-08-19T18:33:09.528Z | [ recovery-image] Aug 19 18:33:07.812 INFO O| Aug 19 18:33:07.812 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-08-19T18:33:09.535Z | [ recovery-image] Aug 19 18:33:07.823 INFO O| Aug 19 18:33:07.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4432 | 2024-08-19T18:33:09.537Z | [ recovery-image] Aug 19 18:33:07.823 INFO O| Aug 19 18:33:07.823 INFO STEP 186 (remove_files) COMPLETE |
4433 | 2024-08-19T18:33:09.537Z | [ recovery-image] Aug 19 18:33:07.823 INFO O| Aug 19 18:33:07.823 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-08-19T18:33:09.545Z | [ recovery-image] Aug 19 18:33:07.833 INFO O| Aug 19 18:33:07.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4435 | 2024-08-19T18:33:09.545Z | [ recovery-image] Aug 19 18:33:07.833 INFO O| Aug 19 18:33:07.833 INFO STEP 187 (remove_files) COMPLETE |
4436 | 2024-08-19T18:33:09.548Z | [ recovery-image] Aug 19 18:33:07.833 INFO O| Aug 19 18:33:07.833 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-08-19T18:33:09.556Z | [ recovery-image] Aug 19 18:33:07.844 INFO O| Aug 19 18:33:07.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4438 | 2024-08-19T18:33:09.558Z | [ recovery-image] Aug 19 18:33:07.844 INFO O| Aug 19 18:33:07.844 INFO STEP 188 (remove_files) COMPLETE |
4439 | 2024-08-19T18:33:09.558Z | [ recovery-image] Aug 19 18:33:07.845 INFO O| Aug 19 18:33:07.844 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-08-19T18:33:09.567Z | [ recovery-image] Aug 19 18:33:07.855 INFO O| Aug 19 18:33:07.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4441 | 2024-08-19T18:33:09.567Z | [ recovery-image] Aug 19 18:33:07.855 INFO O| Aug 19 18:33:07.855 INFO STEP 189 (remove_files) COMPLETE |
4442 | 2024-08-19T18:33:09.567Z | [ recovery-image] Aug 19 18:33:07.855 INFO O| Aug 19 18:33:07.855 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-08-19T18:33:09.578Z | [ recovery-image] Aug 19 18:33:07.866 INFO O| Aug 19 18:33:07.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4444 | 2024-08-19T18:33:09.578Z | [ recovery-image] Aug 19 18:33:07.866 INFO O| Aug 19 18:33:07.866 INFO STEP 190 (remove_files) COMPLETE |
4445 | 2024-08-19T18:33:09.578Z | [ recovery-image] Aug 19 18:33:07.866 INFO O| Aug 19 18:33:07.866 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-08-19T18:33:09.588Z | [ recovery-image] Aug 19 18:33:07.876 INFO O| Aug 19 18:33:07.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4447 | 2024-08-19T18:33:09.588Z | [ recovery-image] Aug 19 18:33:07.876 INFO O| Aug 19 18:33:07.876 INFO STEP 191 (remove_files) COMPLETE |
4448 | 2024-08-19T18:33:09.591Z | [ recovery-image] Aug 19 18:33:07.876 INFO O| Aug 19 18:33:07.876 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-08-19T18:33:09.598Z | [ recovery-image] Aug 19 18:33:07.886 INFO O| Aug 19 18:33:07.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4450 | 2024-08-19T18:33:09.598Z | [ recovery-image] Aug 19 18:33:07.886 INFO O| Aug 19 18:33:07.886 INFO STEP 192 (remove_files) COMPLETE |
4451 | 2024-08-19T18:33:09.601Z | [ recovery-image] Aug 19 18:33:07.886 INFO O| Aug 19 18:33:07.886 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-08-19T18:33:09.609Z | [ recovery-image] Aug 19 18:33:07.897 INFO O| Aug 19 18:33:07.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4453 | 2024-08-19T18:33:09.609Z | [ recovery-image] Aug 19 18:33:07.897 INFO O| Aug 19 18:33:07.897 INFO STEP 193 (remove_files) COMPLETE |
4454 | 2024-08-19T18:33:09.609Z | [ recovery-image] Aug 19 18:33:07.897 INFO O| Aug 19 18:33:07.897 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-08-19T18:33:09.620Z | [ recovery-image] Aug 19 18:33:07.908 INFO O| Aug 19 18:33:07.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4456 | 2024-08-19T18:33:09.620Z | [ recovery-image] Aug 19 18:33:07.908 INFO O| Aug 19 18:33:07.908 INFO STEP 194 (remove_files) COMPLETE |
4457 | 2024-08-19T18:33:09.620Z | [ recovery-image] Aug 19 18:33:07.908 INFO O| Aug 19 18:33:07.908 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-08-19T18:33:09.632Z | [ recovery-image] Aug 19 18:33:07.919 INFO O| Aug 19 18:33:07.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4459 | 2024-08-19T18:33:09.632Z | [ recovery-image] Aug 19 18:33:07.919 INFO O| Aug 19 18:33:07.919 INFO STEP 195 (remove_files) COMPLETE |
4460 | 2024-08-19T18:33:09.632Z | [ recovery-image] Aug 19 18:33:07.919 INFO O| Aug 19 18:33:07.919 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-08-19T18:33:09.643Z | [ recovery-image] Aug 19 18:33:07.930 INFO O| Aug 19 18:33:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4462 | 2024-08-19T18:33:09.643Z | [ recovery-image] Aug 19 18:33:07.930 INFO O| Aug 19 18:33:07.930 INFO STEP 196 (remove_files) COMPLETE |
4463 | 2024-08-19T18:33:09.643Z | [ recovery-image] Aug 19 18:33:07.930 INFO O| Aug 19 18:33:07.930 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-08-19T18:33:09.653Z | [ recovery-image] Aug 19 18:33:07.941 INFO O| Aug 19 18:33:07.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4465 | 2024-08-19T18:33:09.653Z | [ recovery-image] Aug 19 18:33:07.941 INFO O| Aug 19 18:33:07.941 INFO STEP 197 (remove_files) COMPLETE |
4466 | 2024-08-19T18:33:09.656Z | [ recovery-image] Aug 19 18:33:07.941 INFO O| Aug 19 18:33:07.941 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-08-19T18:33:09.664Z | [ recovery-image] Aug 19 18:33:07.952 INFO O| Aug 19 18:33:07.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4468 | 2024-08-19T18:33:09.664Z | [ recovery-image] Aug 19 18:33:07.952 INFO O| Aug 19 18:33:07.952 INFO STEP 198 (remove_files) COMPLETE |
4469 | 2024-08-19T18:33:09.664Z | [ recovery-image] Aug 19 18:33:07.952 INFO O| Aug 19 18:33:07.952 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-08-19T18:33:09.675Z | [ recovery-image] Aug 19 18:33:07.963 INFO O| Aug 19 18:33:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4471 | 2024-08-19T18:33:09.675Z | [ recovery-image] Aug 19 18:33:07.963 INFO O| Aug 19 18:33:07.963 INFO STEP 199 (remove_files) COMPLETE |
4472 | 2024-08-19T18:33:09.677Z | [ recovery-image] Aug 19 18:33:07.963 INFO O| Aug 19 18:33:07.963 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-08-19T18:33:09.686Z | [ recovery-image] Aug 19 18:33:07.974 INFO O| Aug 19 18:33:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4474 | 2024-08-19T18:33:09.686Z | [ recovery-image] Aug 19 18:33:07.974 INFO O| Aug 19 18:33:07.974 INFO STEP 200 (remove_files) COMPLETE |
4475 | 2024-08-19T18:33:09.688Z | [ recovery-image] Aug 19 18:33:07.974 INFO O| Aug 19 18:33:07.974 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-08-19T18:33:09.697Z | [ recovery-image] Aug 19 18:33:07.984 INFO O| Aug 19 18:33:07.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4477 | 2024-08-19T18:33:09.697Z | [ recovery-image] Aug 19 18:33:07.985 INFO O| Aug 19 18:33:07.985 INFO STEP 201 (remove_files) COMPLETE |
4478 | 2024-08-19T18:33:09.697Z | [ recovery-image] Aug 19 18:33:07.985 INFO O| Aug 19 18:33:07.985 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-08-19T18:33:09.707Z | [ recovery-image] Aug 19 18:33:07.995 INFO O| Aug 19 18:33:07.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4480 | 2024-08-19T18:33:09.707Z | [ recovery-image] Aug 19 18:33:07.995 INFO O| Aug 19 18:33:07.995 INFO STEP 202 (remove_files) COMPLETE |
4481 | 2024-08-19T18:33:09.707Z | [ recovery-image] Aug 19 18:33:07.995 INFO O| Aug 19 18:33:07.995 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-08-19T18:33:09.718Z | [ recovery-image] Aug 19 18:33:08.006 INFO O| Aug 19 18:33:08.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4483 | 2024-08-19T18:33:09.718Z | [ recovery-image] Aug 19 18:33:08.006 INFO O| Aug 19 18:33:08.006 INFO STEP 203 (remove_files) COMPLETE |
4484 | 2024-08-19T18:33:09.721Z | [ recovery-image] Aug 19 18:33:08.006 INFO O| Aug 19 18:33:08.006 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-08-19T18:33:09.729Z | [ recovery-image] Aug 19 18:33:08.017 INFO O| Aug 19 18:33:08.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4486 | 2024-08-19T18:33:09.732Z | [ recovery-image] Aug 19 18:33:08.018 INFO O| Aug 19 18:33:08.018 INFO STEP 204 (remove_files) COMPLETE |
4487 | 2024-08-19T18:33:09.732Z | [ recovery-image] Aug 19 18:33:08.018 INFO O| Aug 19 18:33:08.018 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-08-19T18:33:09.741Z | [ recovery-image] Aug 19 18:33:08.029 INFO O| Aug 19 18:33:08.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4489 | 2024-08-19T18:33:09.741Z | [ recovery-image] Aug 19 18:33:08.029 INFO O| Aug 19 18:33:08.029 INFO STEP 205 (remove_files) COMPLETE |
4490 | 2024-08-19T18:33:09.743Z | [ recovery-image] Aug 19 18:33:08.029 INFO O| Aug 19 18:33:08.029 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-08-19T18:33:09.752Z | [ recovery-image] Aug 19 18:33:08.040 INFO O| Aug 19 18:33:08.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4492 | 2024-08-19T18:33:09.755Z | [ recovery-image] Aug 19 18:33:08.040 INFO O| Aug 19 18:33:08.040 INFO STEP 206 (remove_files) COMPLETE |
4493 | 2024-08-19T18:33:09.755Z | [ recovery-image] Aug 19 18:33:08.040 INFO O| Aug 19 18:33:08.040 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-08-19T18:33:09.763Z | [ recovery-image] Aug 19 18:33:08.051 INFO O| Aug 19 18:33:08.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4495 | 2024-08-19T18:33:09.763Z | [ recovery-image] Aug 19 18:33:08.051 INFO O| Aug 19 18:33:08.051 INFO STEP 207 (remove_files) COMPLETE |
4496 | 2024-08-19T18:33:09.763Z | [ recovery-image] Aug 19 18:33:08.051 INFO O| Aug 19 18:33:08.051 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-08-19T18:33:09.774Z | [ recovery-image] Aug 19 18:33:08.062 INFO O| Aug 19 18:33:08.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4498 | 2024-08-19T18:33:09.774Z | [ recovery-image] Aug 19 18:33:08.062 INFO O| Aug 19 18:33:08.062 INFO STEP 208 (remove_files) COMPLETE |
4499 | 2024-08-19T18:33:09.777Z | [ recovery-image] Aug 19 18:33:08.062 INFO O| Aug 19 18:33:08.062 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-19T18:33:09.785Z | [ recovery-image] Aug 19 18:33:08.073 INFO O| Aug 19 18:33:08.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4501 | 2024-08-19T18:33:09.785Z | [ recovery-image] Aug 19 18:33:08.073 INFO O| Aug 19 18:33:08.073 INFO STEP 209 (remove_files) COMPLETE |
4502 | 2024-08-19T18:33:09.785Z | [ recovery-image] Aug 19 18:33:08.073 INFO O| Aug 19 18:33:08.073 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-19T18:33:09.796Z | [ recovery-image] Aug 19 18:33:08.084 INFO O| Aug 19 18:33:08.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4504 | 2024-08-19T18:33:09.796Z | [ recovery-image] Aug 19 18:33:08.084 INFO O| Aug 19 18:33:08.084 INFO STEP 210 (remove_files) COMPLETE |
4505 | 2024-08-19T18:33:09.796Z | [ recovery-image] Aug 19 18:33:08.084 INFO O| Aug 19 18:33:08.084 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-19T18:33:09.807Z | [ recovery-image] Aug 19 18:33:08.094 INFO O| Aug 19 18:33:08.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4507 | 2024-08-19T18:33:09.807Z | [ recovery-image] Aug 19 18:33:08.095 INFO O| Aug 19 18:33:08.094 INFO STEP 211 (remove_files) COMPLETE |
4508 | 2024-08-19T18:33:09.809Z | [ recovery-image] Aug 19 18:33:08.095 INFO O| Aug 19 18:33:08.095 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-19T18:33:09.817Z | [ recovery-image] Aug 19 18:33:08.105 INFO O| Aug 19 18:33:08.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4510 | 2024-08-19T18:33:09.817Z | [ recovery-image] Aug 19 18:33:08.105 INFO O| Aug 19 18:33:08.105 INFO STEP 212 (remove_files) COMPLETE |
4511 | 2024-08-19T18:33:09.817Z | [ recovery-image] Aug 19 18:33:08.105 INFO O| Aug 19 18:33:08.105 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-19T18:33:09.827Z | [ recovery-image] Aug 19 18:33:08.115 INFO O| Aug 19 18:33:08.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4513 | 2024-08-19T18:33:09.827Z | [ recovery-image] Aug 19 18:33:08.115 INFO O| Aug 19 18:33:08.115 INFO STEP 213 (remove_files) COMPLETE |
4514 | 2024-08-19T18:33:09.827Z | [ recovery-image] Aug 19 18:33:08.115 INFO O| Aug 19 18:33:08.115 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-19T18:33:09.837Z | [ recovery-image] Aug 19 18:33:08.125 INFO O| Aug 19 18:33:08.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4516 | 2024-08-19T18:33:09.840Z | [ recovery-image] Aug 19 18:33:08.125 INFO O| Aug 19 18:33:08.125 INFO STEP 214 (remove_files) COMPLETE |
4517 | 2024-08-19T18:33:09.840Z | [ recovery-image] Aug 19 18:33:08.125 INFO O| Aug 19 18:33:08.125 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-19T18:33:09.848Z | [ recovery-image] Aug 19 18:33:08.136 INFO O| Aug 19 18:33:08.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4519 | 2024-08-19T18:33:09.850Z | [ recovery-image] Aug 19 18:33:08.136 INFO O| Aug 19 18:33:08.136 INFO STEP 215 (remove_files) COMPLETE |
4520 | 2024-08-19T18:33:09.850Z | [ recovery-image] Aug 19 18:33:08.136 INFO O| Aug 19 18:33:08.136 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-19T18:33:09.859Z | [ recovery-image] Aug 19 18:33:08.147 INFO O| Aug 19 18:33:08.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4522 | 2024-08-19T18:33:09.859Z | [ recovery-image] Aug 19 18:33:08.147 INFO O| Aug 19 18:33:08.147 INFO STEP 216 (remove_files) COMPLETE |
4523 | 2024-08-19T18:33:09.859Z | [ recovery-image] Aug 19 18:33:08.147 INFO O| Aug 19 18:33:08.147 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-08-19T18:33:09.870Z | [ recovery-image] Aug 19 18:33:08.158 INFO O| Aug 19 18:33:08.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4525 | 2024-08-19T18:33:09.870Z | [ recovery-image] Aug 19 18:33:08.158 INFO O| Aug 19 18:33:08.158 INFO STEP 217 (remove_files) COMPLETE |
4526 | 2024-08-19T18:33:09.870Z | [ recovery-image] Aug 19 18:33:08.158 INFO O| Aug 19 18:33:08.158 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-08-19T18:33:09.885Z | [ recovery-image] Aug 19 18:33:08.172 INFO O| Aug 19 18:33:08.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4528 | 2024-08-19T18:33:09.885Z | [ recovery-image] Aug 19 18:33:08.172 INFO O| Aug 19 18:33:08.172 INFO STEP 218 (remove_files) COMPLETE |
4529 | 2024-08-19T18:33:09.887Z | [ recovery-image] Aug 19 18:33:08.172 INFO O| Aug 19 18:33:08.172 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-08-19T18:33:09.896Z | [ recovery-image] Aug 19 18:33:08.184 INFO O| Aug 19 18:33:08.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4531 | 2024-08-19T18:33:09.897Z | [ recovery-image] Aug 19 18:33:08.184 INFO O| Aug 19 18:33:08.184 INFO STEP 219 (remove_files) COMPLETE |
4532 | 2024-08-19T18:33:09.899Z | [ recovery-image] Aug 19 18:33:08.184 INFO O| Aug 19 18:33:08.184 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-19T18:33:09.907Z | [ recovery-image] Aug 19 18:33:08.195 INFO O| Aug 19 18:33:08.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4534 | 2024-08-19T18:33:09.907Z | [ recovery-image] Aug 19 18:33:08.195 INFO O| Aug 19 18:33:08.195 INFO STEP 220 (remove_files) COMPLETE |
4535 | 2024-08-19T18:33:09.910Z | [ recovery-image] Aug 19 18:33:08.195 INFO O| Aug 19 18:33:08.195 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-19T18:33:09.918Z | [ recovery-image] Aug 19 18:33:08.206 INFO O| Aug 19 18:33:08.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4537 | 2024-08-19T18:33:09.918Z | [ recovery-image] Aug 19 18:33:08.206 INFO O| Aug 19 18:33:08.206 INFO STEP 221 (remove_files) COMPLETE |
4538 | 2024-08-19T18:33:09.918Z | [ recovery-image] Aug 19 18:33:08.206 INFO O| Aug 19 18:33:08.206 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-19T18:33:09.928Z | [ recovery-image] Aug 19 18:33:08.216 INFO O| Aug 19 18:33:08.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4540 | 2024-08-19T18:33:09.931Z | [ recovery-image] Aug 19 18:33:08.216 INFO O| Aug 19 18:33:08.216 INFO STEP 222 (remove_files) COMPLETE |
4541 | 2024-08-19T18:33:09.931Z | [ recovery-image] Aug 19 18:33:08.216 INFO O| Aug 19 18:33:08.216 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-19T18:33:09.939Z | [ recovery-image] Aug 19 18:33:08.226 INFO O| Aug 19 18:33:08.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4543 | 2024-08-19T18:33:09.939Z | [ recovery-image] Aug 19 18:33:08.226 INFO O| Aug 19 18:33:08.226 INFO STEP 223 (remove_files) COMPLETE |
4544 | 2024-08-19T18:33:09.939Z | [ recovery-image] Aug 19 18:33:08.226 INFO O| Aug 19 18:33:08.226 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-19T18:33:09.948Z | [ recovery-image] Aug 19 18:33:08.236 INFO O| Aug 19 18:33:08.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4546 | 2024-08-19T18:33:09.948Z | [ recovery-image] Aug 19 18:33:08.236 INFO O| Aug 19 18:33:08.236 INFO STEP 224 (remove_files) COMPLETE |
4547 | 2024-08-19T18:33:09.951Z | [ recovery-image] Aug 19 18:33:08.236 INFO O| Aug 19 18:33:08.236 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-19T18:33:09.959Z | [ recovery-image] Aug 19 18:33:08.247 INFO O| Aug 19 18:33:08.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4549 | 2024-08-19T18:33:09.961Z | [ recovery-image] Aug 19 18:33:08.247 INFO O| Aug 19 18:33:08.247 INFO STEP 225 (remove_files) COMPLETE |
4550 | 2024-08-19T18:33:09.961Z | [ recovery-image] Aug 19 18:33:08.247 INFO O| Aug 19 18:33:08.247 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-19T18:33:09.970Z | [ recovery-image] Aug 19 18:33:08.258 INFO O| Aug 19 18:33:08.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4552 | 2024-08-19T18:33:09.970Z | [ recovery-image] Aug 19 18:33:08.258 INFO O| Aug 19 18:33:08.258 INFO STEP 226 (remove_files) COMPLETE |
4553 | 2024-08-19T18:33:09.972Z | [ recovery-image] Aug 19 18:33:08.258 INFO O| Aug 19 18:33:08.258 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-19T18:33:09.980Z | [ recovery-image] Aug 19 18:33:08.268 INFO O| Aug 19 18:33:08.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4555 | 2024-08-19T18:33:09.983Z | [ recovery-image] Aug 19 18:33:08.268 INFO O| Aug 19 18:33:08.268 INFO STEP 227 (remove_files) COMPLETE |
4556 | 2024-08-19T18:33:09.983Z | [ recovery-image] Aug 19 18:33:08.268 INFO O| Aug 19 18:33:08.268 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-19T18:33:09.992Z | [ recovery-image] Aug 19 18:33:08.279 INFO O| Aug 19 18:33:08.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4558 | 2024-08-19T18:33:09.992Z | [ recovery-image] Aug 19 18:33:08.280 INFO O| Aug 19 18:33:08.280 INFO STEP 228 (remove_files) COMPLETE |
4559 | 2024-08-19T18:33:09.992Z | [ recovery-image] Aug 19 18:33:08.280 INFO O| Aug 19 18:33:08.280 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-19T18:33:10.002Z | [ recovery-image] Aug 19 18:33:08.290 INFO O| Aug 19 18:33:08.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4561 | 2024-08-19T18:33:10.003Z | [ recovery-image] Aug 19 18:33:08.290 INFO O| Aug 19 18:33:08.290 INFO STEP 229 (remove_files) COMPLETE |
4562 | 2024-08-19T18:33:10.006Z | [ recovery-image] Aug 19 18:33:08.290 INFO O| Aug 19 18:33:08.290 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-19T18:33:10.014Z | [ recovery-image] Aug 19 18:33:08.301 INFO O| Aug 19 18:33:08.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4564 | 2024-08-19T18:33:10.016Z | [ recovery-image] Aug 19 18:33:08.301 INFO O| Aug 19 18:33:08.301 INFO STEP 230 (remove_files) COMPLETE |
4565 | 2024-08-19T18:33:10.017Z | [ recovery-image] Aug 19 18:33:08.301 INFO O| Aug 19 18:33:08.301 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-19T18:33:10.024Z | [ recovery-image] Aug 19 18:33:08.312 INFO O| Aug 19 18:33:08.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4567 | 2024-08-19T18:33:10.024Z | [ recovery-image] Aug 19 18:33:08.312 INFO O| Aug 19 18:33:08.312 INFO STEP 231 (remove_files) COMPLETE |
4568 | 2024-08-19T18:33:10.027Z | [ recovery-image] Aug 19 18:33:08.312 INFO O| Aug 19 18:33:08.312 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-19T18:33:10.034Z | [ recovery-image] Aug 19 18:33:08.322 INFO O| Aug 19 18:33:08.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4570 | 2024-08-19T18:33:10.034Z | [ recovery-image] Aug 19 18:33:08.322 INFO O| Aug 19 18:33:08.322 INFO STEP 232 (remove_files) COMPLETE |
4571 | 2024-08-19T18:33:10.037Z | [ recovery-image] Aug 19 18:33:08.322 INFO O| Aug 19 18:33:08.322 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-19T18:33:10.047Z | [ recovery-image] Aug 19 18:33:08.334 INFO O| Aug 19 18:33:08.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4573 | 2024-08-19T18:33:10.050Z | [ recovery-image] Aug 19 18:33:08.335 INFO O| Aug 19 18:33:08.335 INFO STEP 233 (remove_files) COMPLETE |
4574 | 2024-08-19T18:33:10.050Z | [ recovery-image] Aug 19 18:33:08.335 INFO O| Aug 19 18:33:08.335 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-19T18:33:10.058Z | [ recovery-image] Aug 19 18:33:08.346 INFO O| Aug 19 18:33:08.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4576 | 2024-08-19T18:33:10.059Z | [ recovery-image] Aug 19 18:33:08.346 INFO O| Aug 19 18:33:08.346 INFO STEP 234 (remove_files) COMPLETE |
4577 | 2024-08-19T18:33:10.061Z | [ recovery-image] Aug 19 18:33:08.346 INFO O| Aug 19 18:33:08.346 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-19T18:33:10.068Z | [ recovery-image] Aug 19 18:33:08.356 INFO O| Aug 19 18:33:08.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4579 | 2024-08-19T18:33:10.068Z | [ recovery-image] Aug 19 18:33:08.356 INFO O| Aug 19 18:33:08.356 INFO STEP 235 (remove_files) COMPLETE |
4580 | 2024-08-19T18:33:10.071Z | [ recovery-image] Aug 19 18:33:08.356 INFO O| Aug 19 18:33:08.356 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-19T18:33:10.078Z | [ recovery-image] Aug 19 18:33:08.366 INFO O| Aug 19 18:33:08.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4582 | 2024-08-19T18:33:10.078Z | [ recovery-image] Aug 19 18:33:08.366 INFO O| Aug 19 18:33:08.366 INFO STEP 236 (remove_files) COMPLETE |
4583 | 2024-08-19T18:33:10.081Z | [ recovery-image] Aug 19 18:33:08.366 INFO O| Aug 19 18:33:08.366 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-19T18:33:10.088Z | [ recovery-image] Aug 19 18:33:08.376 INFO O| Aug 19 18:33:08.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4585 | 2024-08-19T18:33:10.088Z | [ recovery-image] Aug 19 18:33:08.376 INFO O| Aug 19 18:33:08.376 INFO STEP 237 (remove_files) COMPLETE |
4586 | 2024-08-19T18:33:10.088Z | [ recovery-image] Aug 19 18:33:08.376 INFO O| Aug 19 18:33:08.376 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-19T18:33:10.098Z | [ recovery-image] Aug 19 18:33:08.386 INFO O| Aug 19 18:33:08.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4588 | 2024-08-19T18:33:10.101Z | [ recovery-image] Aug 19 18:33:08.386 INFO O| Aug 19 18:33:08.386 INFO STEP 238 (remove_files) COMPLETE |
4589 | 2024-08-19T18:33:10.101Z | [ recovery-image] Aug 19 18:33:08.386 INFO O| Aug 19 18:33:08.386 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-19T18:33:10.108Z | [ recovery-image] Aug 19 18:33:08.396 INFO O| Aug 19 18:33:08.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4591 | 2024-08-19T18:33:10.108Z | [ recovery-image] Aug 19 18:33:08.396 INFO O| Aug 19 18:33:08.396 INFO STEP 239 (remove_files) COMPLETE |
4592 | 2024-08-19T18:33:10.111Z | [ recovery-image] Aug 19 18:33:08.396 INFO O| Aug 19 18:33:08.396 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-19T18:33:10.119Z | [ recovery-image] Aug 19 18:33:08.407 INFO O| Aug 19 18:33:08.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4594 | 2024-08-19T18:33:10.122Z | [ recovery-image] Aug 19 18:33:08.407 INFO O| Aug 19 18:33:08.407 INFO STEP 240 (remove_files) COMPLETE |
4595 | 2024-08-19T18:33:10.122Z | [ recovery-image] Aug 19 18:33:08.407 INFO O| Aug 19 18:33:08.407 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-19T18:33:10.130Z | [ recovery-image] Aug 19 18:33:08.418 INFO O| Aug 19 18:33:08.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4597 | 2024-08-19T18:33:10.132Z | [ recovery-image] Aug 19 18:33:08.418 INFO O| Aug 19 18:33:08.418 INFO STEP 241 (remove_files) COMPLETE |
4598 | 2024-08-19T18:33:10.132Z | [ recovery-image] Aug 19 18:33:08.418 INFO O| Aug 19 18:33:08.418 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-08-19T18:33:10.141Z | [ recovery-image] Aug 19 18:33:08.429 INFO O| Aug 19 18:33:08.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4600 | 2024-08-19T18:33:10.143Z | [ recovery-image] Aug 19 18:33:08.429 INFO O| Aug 19 18:33:08.429 INFO STEP 242 (remove_files) COMPLETE |
4601 | 2024-08-19T18:33:10.143Z | [ recovery-image] Aug 19 18:33:08.429 INFO O| Aug 19 18:33:08.429 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-08-19T18:33:10.152Z | [ recovery-image] Aug 19 18:33:08.440 INFO O| Aug 19 18:33:08.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4603 | 2024-08-19T18:33:10.155Z | [ recovery-image] Aug 19 18:33:08.440 INFO O| Aug 19 18:33:08.440 INFO STEP 243 (remove_files) COMPLETE |
4604 | 2024-08-19T18:33:10.155Z | [ recovery-image] Aug 19 18:33:08.440 INFO O| Aug 19 18:33:08.440 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-08-19T18:33:10.163Z | [ recovery-image] Aug 19 18:33:08.451 INFO O| Aug 19 18:33:08.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4606 | 2024-08-19T18:33:10.163Z | [ recovery-image] Aug 19 18:33:08.451 INFO O| Aug 19 18:33:08.451 INFO STEP 244 (remove_files) COMPLETE |
4607 | 2024-08-19T18:33:10.163Z | [ recovery-image] Aug 19 18:33:08.451 INFO O| Aug 19 18:33:08.451 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-08-19T18:33:10.174Z | [ recovery-image] Aug 19 18:33:08.462 INFO O| Aug 19 18:33:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4609 | 2024-08-19T18:33:10.174Z | [ recovery-image] Aug 19 18:33:08.462 INFO O| Aug 19 18:33:08.462 INFO STEP 245 (remove_files) COMPLETE |
4610 | 2024-08-19T18:33:10.174Z | [ recovery-image] Aug 19 18:33:08.462 INFO O| Aug 19 18:33:08.462 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-08-19T18:33:10.185Z | [ recovery-image] Aug 19 18:33:08.473 INFO O| Aug 19 18:33:08.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4612 | 2024-08-19T18:33:10.185Z | [ recovery-image] Aug 19 18:33:08.473 INFO O| Aug 19 18:33:08.473 INFO STEP 246 (remove_files) COMPLETE |
4613 | 2024-08-19T18:33:10.185Z | [ recovery-image] Aug 19 18:33:08.473 INFO O| Aug 19 18:33:08.473 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-08-19T18:33:10.196Z | [ recovery-image] Aug 19 18:33:08.484 INFO O| Aug 19 18:33:08.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4615 | 2024-08-19T18:33:10.196Z | [ recovery-image] Aug 19 18:33:08.484 INFO O| Aug 19 18:33:08.484 INFO STEP 247 (remove_files) COMPLETE |
4616 | 2024-08-19T18:33:10.196Z | [ recovery-image] Aug 19 18:33:08.484 INFO O| Aug 19 18:33:08.484 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-08-19T18:33:10.207Z | [ recovery-image] Aug 19 18:33:08.494 INFO O| Aug 19 18:33:08.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4618 | 2024-08-19T18:33:10.207Z | [ recovery-image] Aug 19 18:33:08.494 INFO O| Aug 19 18:33:08.494 INFO STEP 248 (remove_files) COMPLETE |
4619 | 2024-08-19T18:33:10.207Z | [ recovery-image] Aug 19 18:33:08.494 INFO O| Aug 19 18:33:08.494 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-08-19T18:33:10.217Z | [ recovery-image] Aug 19 18:33:08.505 INFO O| Aug 19 18:33:08.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4621 | 2024-08-19T18:33:10.218Z | [ recovery-image] Aug 19 18:33:08.505 INFO O| Aug 19 18:33:08.505 INFO STEP 249 (remove_files) COMPLETE |
4622 | 2024-08-19T18:33:10.220Z | [ recovery-image] Aug 19 18:33:08.505 INFO O| Aug 19 18:33:08.505 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-08-19T18:33:10.228Z | [ recovery-image] Aug 19 18:33:08.516 INFO O| Aug 19 18:33:08.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4624 | 2024-08-19T18:33:10.228Z | [ recovery-image] Aug 19 18:33:08.516 INFO O| Aug 19 18:33:08.516 INFO STEP 250 (remove_files) COMPLETE |
4625 | 2024-08-19T18:33:10.228Z | [ recovery-image] Aug 19 18:33:08.516 INFO O| Aug 19 18:33:08.516 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-08-19T18:33:10.239Z | [ recovery-image] Aug 19 18:33:08.526 INFO O| Aug 19 18:33:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4627 | 2024-08-19T18:33:10.239Z | [ recovery-image] Aug 19 18:33:08.527 INFO O| Aug 19 18:33:08.527 INFO STEP 251 (remove_files) COMPLETE |
4628 | 2024-08-19T18:33:10.241Z | [ recovery-image] Aug 19 18:33:08.527 INFO O| Aug 19 18:33:08.527 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-08-19T18:33:10.249Z | [ recovery-image] Aug 19 18:33:08.537 INFO O| Aug 19 18:33:08.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4630 | 2024-08-19T18:33:10.249Z | [ recovery-image] Aug 19 18:33:08.537 INFO O| Aug 19 18:33:08.537 INFO STEP 252 (remove_files) COMPLETE |
4631 | 2024-08-19T18:33:10.252Z | [ recovery-image] Aug 19 18:33:08.537 INFO O| Aug 19 18:33:08.537 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-08-19T18:33:10.260Z | [ recovery-image] Aug 19 18:33:08.548 INFO O| Aug 19 18:33:08.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4633 | 2024-08-19T18:33:10.262Z | [ recovery-image] Aug 19 18:33:08.548 INFO O| Aug 19 18:33:08.548 INFO STEP 253 (remove_files) COMPLETE |
4634 | 2024-08-19T18:33:10.262Z | [ recovery-image] Aug 19 18:33:08.548 INFO O| Aug 19 18:33:08.548 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-08-19T18:33:10.271Z | [ recovery-image] Aug 19 18:33:08.558 INFO O| Aug 19 18:33:08.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4636 | 2024-08-19T18:33:10.274Z | [ recovery-image] Aug 19 18:33:08.558 INFO O| Aug 19 18:33:08.558 INFO STEP 254 (remove_files) COMPLETE |
4637 | 2024-08-19T18:33:10.274Z | [ recovery-image] Aug 19 18:33:08.558 INFO O| Aug 19 18:33:08.558 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-08-19T18:33:10.281Z | [ recovery-image] Aug 19 18:33:08.569 INFO O| Aug 19 18:33:08.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4639 | 2024-08-19T18:33:10.281Z | [ recovery-image] Aug 19 18:33:08.569 INFO O| Aug 19 18:33:08.569 INFO STEP 255 (remove_files) COMPLETE |
4640 | 2024-08-19T18:33:10.284Z | [ recovery-image] Aug 19 18:33:08.569 INFO O| Aug 19 18:33:08.569 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-08-19T18:33:10.291Z | [ recovery-image] Aug 19 18:33:08.579 INFO O| Aug 19 18:33:08.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4642 | 2024-08-19T18:33:10.291Z | [ recovery-image] Aug 19 18:33:08.579 INFO O| Aug 19 18:33:08.579 INFO STEP 256 (remove_files) COMPLETE |
4643 | 2024-08-19T18:33:10.294Z | [ recovery-image] Aug 19 18:33:08.579 INFO O| Aug 19 18:33:08.579 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-08-19T18:33:10.303Z | [ recovery-image] Aug 19 18:33:08.591 INFO O| Aug 19 18:33:08.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4645 | 2024-08-19T18:33:10.303Z | [ recovery-image] Aug 19 18:33:08.591 INFO O| Aug 19 18:33:08.591 INFO STEP 257 (remove_files) COMPLETE |
4646 | 2024-08-19T18:33:10.306Z | [ recovery-image] Aug 19 18:33:08.591 INFO O| Aug 19 18:33:08.591 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-08-19T18:33:10.314Z | [ recovery-image] Aug 19 18:33:08.602 INFO O| Aug 19 18:33:08.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4648 | 2024-08-19T18:33:10.314Z | [ recovery-image] Aug 19 18:33:08.602 INFO O| Aug 19 18:33:08.602 INFO STEP 258 (remove_files) COMPLETE |
4649 | 2024-08-19T18:33:10.317Z | [ recovery-image] Aug 19 18:33:08.602 INFO O| Aug 19 18:33:08.602 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-08-19T18:33:10.325Z | [ recovery-image] Aug 19 18:33:08.612 INFO O| Aug 19 18:33:08.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4651 | 2024-08-19T18:33:10.327Z | [ recovery-image] Aug 19 18:33:08.613 INFO O| Aug 19 18:33:08.612 INFO STEP 259 (remove_files) COMPLETE |
4652 | 2024-08-19T18:33:10.328Z | [ recovery-image] Aug 19 18:33:08.613 INFO O| Aug 19 18:33:08.613 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-08-19T18:33:10.335Z | [ recovery-image] Aug 19 18:33:08.623 INFO O| Aug 19 18:33:08.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4654 | 2024-08-19T18:33:10.335Z | [ recovery-image] Aug 19 18:33:08.623 INFO O| Aug 19 18:33:08.623 INFO STEP 260 (remove_files) COMPLETE |
4655 | 2024-08-19T18:33:10.338Z | [ recovery-image] Aug 19 18:33:08.623 INFO O| Aug 19 18:33:08.623 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-08-19T18:33:10.345Z | [ recovery-image] Aug 19 18:33:08.633 INFO O| Aug 19 18:33:08.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4657 | 2024-08-19T18:33:10.345Z | [ recovery-image] Aug 19 18:33:08.633 INFO O| Aug 19 18:33:08.633 INFO STEP 261 (remove_files) COMPLETE |
4658 | 2024-08-19T18:33:10.345Z | [ recovery-image] Aug 19 18:33:08.633 INFO O| Aug 19 18:33:08.633 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-08-19T18:33:10.358Z | [ recovery-image] Aug 19 18:33:08.644 INFO O| Aug 19 18:33:08.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4660 | 2024-08-19T18:33:10.358Z | [ recovery-image] Aug 19 18:33:08.644 INFO O| Aug 19 18:33:08.644 INFO STEP 262 (remove_files) COMPLETE |
4661 | 2024-08-19T18:33:10.358Z | [ recovery-image] Aug 19 18:33:08.644 INFO O| Aug 19 18:33:08.644 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-08-19T18:33:10.371Z | [ recovery-image] Aug 19 18:33:08.659 INFO O| Aug 19 18:33:08.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4663 | 2024-08-19T18:33:10.371Z | [ recovery-image] Aug 19 18:33:08.659 INFO O| Aug 19 18:33:08.659 INFO STEP 263 (remove_files) COMPLETE |
4664 | 2024-08-19T18:33:10.371Z | [ recovery-image] Aug 19 18:33:08.659 INFO O| Aug 19 18:33:08.659 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-08-19T18:33:10.383Z | [ recovery-image] Aug 19 18:33:08.671 INFO O| Aug 19 18:33:08.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4666 | 2024-08-19T18:33:10.386Z | [ recovery-image] Aug 19 18:33:08.671 INFO O| Aug 19 18:33:08.671 INFO STEP 264 (remove_files) COMPLETE |
4667 | 2024-08-19T18:33:10.386Z | [ recovery-image] Aug 19 18:33:08.671 INFO O| Aug 19 18:33:08.671 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-08-19T18:33:10.394Z | [ recovery-image] Aug 19 18:33:08.682 INFO O| Aug 19 18:33:08.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4669 | 2024-08-19T18:33:10.394Z | [ recovery-image] Aug 19 18:33:08.682 INFO O| Aug 19 18:33:08.682 INFO STEP 265 (remove_files) COMPLETE |
4670 | 2024-08-19T18:33:10.397Z | [ recovery-image] Aug 19 18:33:08.682 INFO O| Aug 19 18:33:08.682 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-08-19T18:33:10.405Z | [ recovery-image] Aug 19 18:33:08.693 INFO O| Aug 19 18:33:08.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4672 | 2024-08-19T18:33:10.405Z | [ recovery-image] Aug 19 18:33:08.693 INFO O| Aug 19 18:33:08.693 INFO STEP 266 (remove_files) COMPLETE |
4673 | 2024-08-19T18:33:10.405Z | [ recovery-image] Aug 19 18:33:08.693 INFO O| Aug 19 18:33:08.693 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-08-19T18:33:10.416Z | [ recovery-image] Aug 19 18:33:08.703 INFO O| Aug 19 18:33:08.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4675 | 2024-08-19T18:33:10.416Z | [ recovery-image] Aug 19 18:33:08.703 INFO O| Aug 19 18:33:08.703 INFO STEP 267 (remove_files) COMPLETE |
4676 | 2024-08-19T18:33:10.416Z | [ recovery-image] Aug 19 18:33:08.703 INFO O| Aug 19 18:33:08.703 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-08-19T18:33:10.427Z | [ recovery-image] Aug 19 18:33:08.715 INFO O| Aug 19 18:33:08.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4678 | 2024-08-19T18:33:10.427Z | [ recovery-image] Aug 19 18:33:08.715 INFO O| Aug 19 18:33:08.715 INFO STEP 268 (remove_files) COMPLETE |
4679 | 2024-08-19T18:33:10.427Z | [ recovery-image] Aug 19 18:33:08.715 INFO O| Aug 19 18:33:08.715 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-08-19T18:33:10.438Z | [ recovery-image] Aug 19 18:33:08.726 INFO O| Aug 19 18:33:08.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4681 | 2024-08-19T18:33:10.438Z | [ recovery-image] Aug 19 18:33:08.726 INFO O| Aug 19 18:33:08.726 INFO STEP 269 (remove_files) COMPLETE |
4682 | 2024-08-19T18:33:10.441Z | [ recovery-image] Aug 19 18:33:08.726 INFO O| Aug 19 18:33:08.726 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-08-19T18:33:10.450Z | [ recovery-image] Aug 19 18:33:08.737 INFO O| Aug 19 18:33:08.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4684 | 2024-08-19T18:33:10.450Z | [ recovery-image] Aug 19 18:33:08.737 INFO O| Aug 19 18:33:08.737 INFO STEP 270 (remove_files) COMPLETE |
4685 | 2024-08-19T18:33:10.450Z | [ recovery-image] Aug 19 18:33:08.737 INFO O| Aug 19 18:33:08.737 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-08-19T18:33:10.461Z | [ recovery-image] Aug 19 18:33:08.748 INFO O| Aug 19 18:33:08.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4687 | 2024-08-19T18:33:10.461Z | [ recovery-image] Aug 19 18:33:08.748 INFO O| Aug 19 18:33:08.748 INFO STEP 271 (remove_files) COMPLETE |
4688 | 2024-08-19T18:33:10.461Z | [ recovery-image] Aug 19 18:33:08.748 INFO O| Aug 19 18:33:08.748 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-08-19T18:33:10.472Z | [ recovery-image] Aug 19 18:33:08.759 INFO O| Aug 19 18:33:08.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4690 | 2024-08-19T18:33:10.472Z | [ recovery-image] Aug 19 18:33:08.759 INFO O| Aug 19 18:33:08.759 INFO STEP 272 (remove_files) COMPLETE |
4691 | 2024-08-19T18:33:10.474Z | [ recovery-image] Aug 19 18:33:08.760 INFO O| Aug 19 18:33:08.759 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-08-19T18:33:10.483Z | [ recovery-image] Aug 19 18:33:08.770 INFO O| Aug 19 18:33:08.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4693 | 2024-08-19T18:33:10.483Z | [ recovery-image] Aug 19 18:33:08.770 INFO O| Aug 19 18:33:08.770 INFO STEP 273 (remove_files) COMPLETE |
4694 | 2024-08-19T18:33:10.485Z | [ recovery-image] Aug 19 18:33:08.770 INFO O| Aug 19 18:33:08.770 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-08-19T18:33:10.494Z | [ recovery-image] Aug 19 18:33:08.782 INFO O| Aug 19 18:33:08.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4696 | 2024-08-19T18:33:10.494Z | [ recovery-image] Aug 19 18:33:08.782 INFO O| Aug 19 18:33:08.782 INFO STEP 274 (remove_files) COMPLETE |
4697 | 2024-08-19T18:33:10.494Z | [ recovery-image] Aug 19 18:33:08.782 INFO O| Aug 19 18:33:08.782 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-08-19T18:33:10.506Z | [ recovery-image] Aug 19 18:33:08.793 INFO O| Aug 19 18:33:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4699 | 2024-08-19T18:33:10.509Z | [ recovery-image] Aug 19 18:33:08.793 INFO O| Aug 19 18:33:08.793 INFO STEP 275 (remove_files) COMPLETE |
4700 | 2024-08-19T18:33:10.509Z | [ recovery-image] Aug 19 18:33:08.793 INFO O| Aug 19 18:33:08.793 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-08-19T18:33:10.516Z | [ recovery-image] Aug 19 18:33:08.803 INFO O| Aug 19 18:33:08.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4702 | 2024-08-19T18:33:10.518Z | [ recovery-image] Aug 19 18:33:08.804 INFO O| Aug 19 18:33:08.804 INFO STEP 276 (remove_files) COMPLETE |
4703 | 2024-08-19T18:33:10.518Z | [ recovery-image] Aug 19 18:33:08.804 INFO O| Aug 19 18:33:08.804 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-08-19T18:33:10.527Z | [ recovery-image] Aug 19 18:33:08.815 INFO O| Aug 19 18:33:08.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4705 | 2024-08-19T18:33:10.527Z | [ recovery-image] Aug 19 18:33:08.815 INFO O| Aug 19 18:33:08.815 INFO STEP 277 (remove_files) COMPLETE |
4706 | 2024-08-19T18:33:10.530Z | [ recovery-image] Aug 19 18:33:08.815 INFO O| Aug 19 18:33:08.815 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-08-19T18:33:10.538Z | [ recovery-image] Aug 19 18:33:08.826 INFO O| Aug 19 18:33:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4708 | 2024-08-19T18:33:10.538Z | [ recovery-image] Aug 19 18:33:08.826 INFO O| Aug 19 18:33:08.826 INFO STEP 278 (remove_files) COMPLETE |
4709 | 2024-08-19T18:33:10.540Z | [ recovery-image] Aug 19 18:33:08.826 INFO O| Aug 19 18:33:08.826 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-08-19T18:33:10.549Z | [ recovery-image] Aug 19 18:33:08.837 INFO O| Aug 19 18:33:08.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4711 | 2024-08-19T18:33:10.549Z | [ recovery-image] Aug 19 18:33:08.837 INFO O| Aug 19 18:33:08.837 INFO STEP 279 (remove_files) COMPLETE |
4712 | 2024-08-19T18:33:10.549Z | [ recovery-image] Aug 19 18:33:08.837 INFO O| Aug 19 18:33:08.837 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-08-19T18:33:10.560Z | [ recovery-image] Aug 19 18:33:08.848 INFO O| Aug 19 18:33:08.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4714 | 2024-08-19T18:33:10.560Z | [ recovery-image] Aug 19 18:33:08.848 INFO O| Aug 19 18:33:08.848 INFO STEP 280 (remove_files) COMPLETE |
4715 | 2024-08-19T18:33:10.563Z | [ recovery-image] Aug 19 18:33:08.848 INFO O| Aug 19 18:33:08.848 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-08-19T18:33:10.571Z | [ recovery-image] Aug 19 18:33:08.859 INFO O| Aug 19 18:33:08.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4717 | 2024-08-19T18:33:10.571Z | [ recovery-image] Aug 19 18:33:08.859 INFO O| Aug 19 18:33:08.859 INFO STEP 281 (remove_files) COMPLETE |
4718 | 2024-08-19T18:33:10.571Z | [ recovery-image] Aug 19 18:33:08.859 INFO O| Aug 19 18:33:08.859 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-08-19T18:33:10.583Z | [ recovery-image] Aug 19 18:33:08.870 INFO O| Aug 19 18:33:08.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4720 | 2024-08-19T18:33:10.583Z | [ recovery-image] Aug 19 18:33:08.870 INFO O| Aug 19 18:33:08.870 INFO STEP 282 (remove_files) COMPLETE |
4721 | 2024-08-19T18:33:10.583Z | [ recovery-image] Aug 19 18:33:08.870 INFO O| Aug 19 18:33:08.870 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-08-19T18:33:10.594Z | [ recovery-image] Aug 19 18:33:08.881 INFO O| Aug 19 18:33:08.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4723 | 2024-08-19T18:33:10.596Z | [ recovery-image] Aug 19 18:33:08.881 INFO O| Aug 19 18:33:08.881 INFO STEP 283 (remove_files) COMPLETE |
4724 | 2024-08-19T18:33:10.596Z | [ recovery-image] Aug 19 18:33:08.881 INFO O| Aug 19 18:33:08.881 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-08-19T18:33:10.605Z | [ recovery-image] Aug 19 18:33:08.892 INFO O| Aug 19 18:33:08.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4726 | 2024-08-19T18:33:10.605Z | [ recovery-image] Aug 19 18:33:08.892 INFO O| Aug 19 18:33:08.892 INFO STEP 284 (remove_files) COMPLETE |
4727 | 2024-08-19T18:33:10.607Z | [ recovery-image] Aug 19 18:33:08.893 INFO O| Aug 19 18:33:08.892 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-08-19T18:33:10.616Z | [ recovery-image] Aug 19 18:33:08.903 INFO O| Aug 19 18:33:08.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4729 | 2024-08-19T18:33:10.616Z | [ recovery-image] Aug 19 18:33:08.903 INFO O| Aug 19 18:33:08.903 INFO STEP 285 (remove_files) COMPLETE |
4730 | 2024-08-19T18:33:10.618Z | [ recovery-image] Aug 19 18:33:08.904 INFO O| Aug 19 18:33:08.903 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-08-19T18:33:10.627Z | [ recovery-image] Aug 19 18:33:08.914 INFO O| Aug 19 18:33:08.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4732 | 2024-08-19T18:33:10.627Z | [ recovery-image] Aug 19 18:33:08.915 INFO O| Aug 19 18:33:08.914 INFO STEP 286 (remove_files) COMPLETE |
4733 | 2024-08-19T18:33:10.627Z | [ recovery-image] Aug 19 18:33:08.915 INFO O| Aug 19 18:33:08.914 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-08-19T18:33:10.638Z | [ recovery-image] Aug 19 18:33:08.926 INFO O| Aug 19 18:33:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4735 | 2024-08-19T18:33:10.640Z | [ recovery-image] Aug 19 18:33:08.926 INFO O| Aug 19 18:33:08.926 INFO STEP 287 (remove_files) COMPLETE |
4736 | 2024-08-19T18:33:10.640Z | [ recovery-image] Aug 19 18:33:08.926 INFO O| Aug 19 18:33:08.926 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-08-19T18:33:10.649Z | [ recovery-image] Aug 19 18:33:08.937 INFO O| Aug 19 18:33:08.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4738 | 2024-08-19T18:33:10.649Z | [ recovery-image] Aug 19 18:33:08.937 INFO O| Aug 19 18:33:08.937 INFO STEP 288 (remove_files) COMPLETE |
4739 | 2024-08-19T18:33:10.652Z | [ recovery-image] Aug 19 18:33:08.937 INFO O| Aug 19 18:33:08.937 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-08-19T18:33:10.660Z | [ recovery-image] Aug 19 18:33:08.948 INFO O| Aug 19 18:33:08.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4741 | 2024-08-19T18:33:10.660Z | [ recovery-image] Aug 19 18:33:08.948 INFO O| Aug 19 18:33:08.948 INFO STEP 289 (remove_files) COMPLETE |
4742 | 2024-08-19T18:33:10.660Z | [ recovery-image] Aug 19 18:33:08.948 INFO O| Aug 19 18:33:08.948 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-08-19T18:33:10.670Z | [ recovery-image] Aug 19 18:33:08.958 INFO O| Aug 19 18:33:08.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4744 | 2024-08-19T18:33:10.673Z | [ recovery-image] Aug 19 18:33:08.958 INFO O| Aug 19 18:33:08.958 INFO STEP 290 (remove_files) COMPLETE |
4745 | 2024-08-19T18:33:10.673Z | [ recovery-image] Aug 19 18:33:08.958 INFO O| Aug 19 18:33:08.958 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-08-19T18:33:10.682Z | [ recovery-image] Aug 19 18:33:08.970 INFO O| Aug 19 18:33:08.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4747 | 2024-08-19T18:33:10.682Z | [ recovery-image] Aug 19 18:33:08.970 INFO O| Aug 19 18:33:08.970 INFO STEP 291 (remove_files) COMPLETE |
4748 | 2024-08-19T18:33:10.684Z | [ recovery-image] Aug 19 18:33:08.970 INFO O| Aug 19 18:33:08.970 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-08-19T18:33:10.693Z | [ recovery-image] Aug 19 18:33:08.981 INFO O| Aug 19 18:33:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4750 | 2024-08-19T18:33:10.693Z | [ recovery-image] Aug 19 18:33:08.981 INFO O| Aug 19 18:33:08.981 INFO STEP 292 (remove_files) COMPLETE |
4751 | 2024-08-19T18:33:10.696Z | [ recovery-image] Aug 19 18:33:08.981 INFO O| Aug 19 18:33:08.981 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-08-19T18:33:10.704Z | [ recovery-image] Aug 19 18:33:08.992 INFO O| Aug 19 18:33:08.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4753 | 2024-08-19T18:33:10.704Z | [ recovery-image] Aug 19 18:33:08.992 INFO O| Aug 19 18:33:08.992 INFO STEP 293 (remove_files) COMPLETE |
4754 | 2024-08-19T18:33:10.704Z | [ recovery-image] Aug 19 18:33:08.992 INFO O| Aug 19 18:33:08.992 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-08-19T18:33:10.715Z | [ recovery-image] Aug 19 18:33:09.003 INFO O| Aug 19 18:33:09.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4756 | 2024-08-19T18:33:10.715Z | [ recovery-image] Aug 19 18:33:09.003 INFO O| Aug 19 18:33:09.003 INFO STEP 294 (remove_files) COMPLETE |
4757 | 2024-08-19T18:33:10.715Z | [ recovery-image] Aug 19 18:33:09.003 INFO O| Aug 19 18:33:09.003 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-08-19T18:33:10.726Z | [ recovery-image] Aug 19 18:33:09.013 INFO O| Aug 19 18:33:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4759 | 2024-08-19T18:33:10.730Z | [ recovery-image] Aug 19 18:33:09.014 INFO O| Aug 19 18:33:09.013 INFO STEP 295 (remove_files) COMPLETE |
4760 | 2024-08-19T18:33:10.730Z | [ recovery-image] Aug 19 18:33:09.014 INFO O| Aug 19 18:33:09.014 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-08-19T18:33:10.737Z | [ recovery-image] Aug 19 18:33:09.024 INFO O| Aug 19 18:33:09.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4762 | 2024-08-19T18:33:10.740Z | [ recovery-image] Aug 19 18:33:09.024 INFO O| Aug 19 18:33:09.024 INFO STEP 296 (remove_files) COMPLETE |
4763 | 2024-08-19T18:33:10.740Z | [ recovery-image] Aug 19 18:33:09.024 INFO O| Aug 19 18:33:09.024 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-08-19T18:33:10.748Z | [ recovery-image] Aug 19 18:33:09.034 INFO O| Aug 19 18:33:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4765 | 2024-08-19T18:33:10.748Z | [ recovery-image] Aug 19 18:33:09.035 INFO O| Aug 19 18:33:09.035 INFO STEP 297 (remove_files) COMPLETE |
4766 | 2024-08-19T18:33:10.748Z | [ recovery-image] Aug 19 18:33:09.035 INFO O| Aug 19 18:33:09.035 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-08-19T18:33:10.761Z | [ recovery-image] Aug 19 18:33:09.045 INFO O| Aug 19 18:33:09.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4768 | 2024-08-19T18:33:10.761Z | [ recovery-image] Aug 19 18:33:09.045 INFO O| Aug 19 18:33:09.045 INFO STEP 298 (remove_files) COMPLETE |
4769 | 2024-08-19T18:33:10.761Z | [ recovery-image] Aug 19 18:33:09.045 INFO O| Aug 19 18:33:09.045 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-08-19T18:33:10.768Z | [ recovery-image] Aug 19 18:33:09.056 INFO O| Aug 19 18:33:09.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4771 | 2024-08-19T18:33:10.770Z | [ recovery-image] Aug 19 18:33:09.056 INFO O| Aug 19 18:33:09.056 INFO STEP 299 (remove_files) COMPLETE |
4772 | 2024-08-19T18:33:10.770Z | [ recovery-image] Aug 19 18:33:09.056 INFO O| Aug 19 18:33:09.056 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-08-19T18:33:10.781Z | [ recovery-image] Aug 19 18:33:09.067 INFO O| Aug 19 18:33:09.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4774 | 2024-08-19T18:33:10.783Z | [ recovery-image] Aug 19 18:33:09.067 INFO O| Aug 19 18:33:09.067 INFO STEP 300 (remove_files) COMPLETE |
4775 | 2024-08-19T18:33:10.783Z | [ recovery-image] Aug 19 18:33:09.067 INFO O| Aug 19 18:33:09.067 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-08-19T18:33:10.790Z | [ recovery-image] Aug 19 18:33:09.078 INFO O| Aug 19 18:33:09.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4777 | 2024-08-19T18:33:10.790Z | [ recovery-image] Aug 19 18:33:09.078 INFO O| Aug 19 18:33:09.078 INFO STEP 301 (remove_files) COMPLETE |
4778 | 2024-08-19T18:33:10.790Z | [ recovery-image] Aug 19 18:33:09.078 INFO O| Aug 19 18:33:09.078 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-08-19T18:33:10.802Z | [ recovery-image] Aug 19 18:33:09.089 INFO O| Aug 19 18:33:09.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4780 | 2024-08-19T18:33:10.802Z | [ recovery-image] Aug 19 18:33:09.089 INFO O| Aug 19 18:33:09.089 INFO STEP 302 (remove_files) COMPLETE |
4781 | 2024-08-19T18:33:10.802Z | [ recovery-image] Aug 19 18:33:09.089 INFO O| Aug 19 18:33:09.089 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-08-19T18:33:10.812Z | [ recovery-image] Aug 19 18:33:09.100 INFO O| Aug 19 18:33:09.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4783 | 2024-08-19T18:33:10.812Z | [ recovery-image] Aug 19 18:33:09.100 INFO O| Aug 19 18:33:09.100 INFO STEP 303 (remove_files) COMPLETE |
4784 | 2024-08-19T18:33:10.812Z | [ recovery-image] Aug 19 18:33:09.100 INFO O| Aug 19 18:33:09.100 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-08-19T18:33:10.823Z | [ recovery-image] Aug 19 18:33:09.111 INFO O| Aug 19 18:33:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4786 | 2024-08-19T18:33:10.823Z | [ recovery-image] Aug 19 18:33:09.111 INFO O| Aug 19 18:33:09.111 INFO STEP 304 (remove_files) COMPLETE |
4787 | 2024-08-19T18:33:10.823Z | [ recovery-image] Aug 19 18:33:09.111 INFO O| Aug 19 18:33:09.111 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-08-19T18:33:10.835Z | [ recovery-image] Aug 19 18:33:09.122 INFO O| Aug 19 18:33:09.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4789 | 2024-08-19T18:33:10.835Z | [ recovery-image] Aug 19 18:33:09.122 INFO O| Aug 19 18:33:09.122 INFO STEP 305 (remove_files) COMPLETE |
4790 | 2024-08-19T18:33:10.837Z | [ recovery-image] Aug 19 18:33:09.122 INFO O| Aug 19 18:33:09.122 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-08-19T18:33:10.847Z | [ recovery-image] Aug 19 18:33:09.133 INFO O| Aug 19 18:33:09.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4792 | 2024-08-19T18:33:10.847Z | [ recovery-image] Aug 19 18:33:09.134 INFO O| Aug 19 18:33:09.133 INFO STEP 306 (remove_files) COMPLETE |
4793 | 2024-08-19T18:33:10.847Z | [ recovery-image] Aug 19 18:33:09.134 INFO O| Aug 19 18:33:09.134 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-08-19T18:33:10.857Z | [ recovery-image] Aug 19 18:33:09.145 INFO O| Aug 19 18:33:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4795 | 2024-08-19T18:33:10.857Z | [ recovery-image] Aug 19 18:33:09.145 INFO O| Aug 19 18:33:09.145 INFO STEP 307 (remove_files) COMPLETE |
4796 | 2024-08-19T18:33:10.857Z | [ recovery-image] Aug 19 18:33:09.145 INFO O| Aug 19 18:33:09.145 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-08-19T18:33:10.868Z | [ recovery-image] Aug 19 18:33:09.156 INFO O| Aug 19 18:33:09.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4798 | 2024-08-19T18:33:10.870Z | [ recovery-image] Aug 19 18:33:09.156 INFO O| Aug 19 18:33:09.156 INFO STEP 308 (remove_files) COMPLETE |
4799 | 2024-08-19T18:33:10.870Z | [ recovery-image] Aug 19 18:33:09.156 INFO O| Aug 19 18:33:09.156 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-08-19T18:33:10.880Z | [ recovery-image] Aug 19 18:33:09.167 INFO O| Aug 19 18:33:09.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4801 | 2024-08-19T18:33:10.882Z | [ recovery-image] Aug 19 18:33:09.168 INFO O| Aug 19 18:33:09.168 INFO STEP 309 (remove_files) COMPLETE |
4802 | 2024-08-19T18:33:10.882Z | [ recovery-image] Aug 19 18:33:09.168 INFO O| Aug 19 18:33:09.168 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-08-19T18:33:10.891Z | [ recovery-image] Aug 19 18:33:09.179 INFO O| Aug 19 18:33:09.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4804 | 2024-08-19T18:33:10.894Z | [ recovery-image] Aug 19 18:33:09.179 INFO O| Aug 19 18:33:09.179 INFO STEP 310 (remove_files) COMPLETE |
4805 | 2024-08-19T18:33:10.894Z | [ recovery-image] Aug 19 18:33:09.179 INFO O| Aug 19 18:33:09.179 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-08-19T18:33:10.902Z | [ recovery-image] Aug 19 18:33:09.190 INFO O| Aug 19 18:33:09.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4807 | 2024-08-19T18:33:10.902Z | [ recovery-image] Aug 19 18:33:09.190 INFO O| Aug 19 18:33:09.190 INFO STEP 311 (remove_files) COMPLETE |
4808 | 2024-08-19T18:33:10.905Z | [ recovery-image] Aug 19 18:33:09.190 INFO O| Aug 19 18:33:09.190 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-08-19T18:33:10.914Z | [ recovery-image] Aug 19 18:33:09.202 INFO O| Aug 19 18:33:09.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4810 | 2024-08-19T18:33:10.914Z | [ recovery-image] Aug 19 18:33:09.202 INFO O| Aug 19 18:33:09.202 INFO STEP 312 (remove_files) COMPLETE |
4811 | 2024-08-19T18:33:10.916Z | [ recovery-image] Aug 19 18:33:09.202 INFO O| Aug 19 18:33:09.202 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-08-19T18:33:10.925Z | [ recovery-image] Aug 19 18:33:09.213 INFO O| Aug 19 18:33:09.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4813 | 2024-08-19T18:33:10.925Z | [ recovery-image] Aug 19 18:33:09.213 INFO O| Aug 19 18:33:09.213 INFO STEP 313 (remove_files) COMPLETE |
4814 | 2024-08-19T18:33:10.925Z | [ recovery-image] Aug 19 18:33:09.213 INFO O| Aug 19 18:33:09.213 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-08-19T18:33:10.936Z | [ recovery-image] Aug 19 18:33:09.224 INFO O| Aug 19 18:33:09.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4816 | 2024-08-19T18:33:10.936Z | [ recovery-image] Aug 19 18:33:09.224 INFO O| Aug 19 18:33:09.224 INFO STEP 314 (remove_files) COMPLETE |
4817 | 2024-08-19T18:33:10.936Z | [ recovery-image] Aug 19 18:33:09.224 INFO O| Aug 19 18:33:09.224 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-08-19T18:33:10.948Z | [ recovery-image] Aug 19 18:33:09.235 INFO O| Aug 19 18:33:09.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4819 | 2024-08-19T18:33:10.948Z | [ recovery-image] Aug 19 18:33:09.235 INFO O| Aug 19 18:33:09.235 INFO STEP 315 (remove_files) COMPLETE |
4820 | 2024-08-19T18:33:10.948Z | [ recovery-image] Aug 19 18:33:09.235 INFO O| Aug 19 18:33:09.235 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-08-19T18:33:10.959Z | [ recovery-image] Aug 19 18:33:09.247 INFO O| Aug 19 18:33:09.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4822 | 2024-08-19T18:33:10.959Z | [ recovery-image] Aug 19 18:33:09.247 INFO O| Aug 19 18:33:09.247 INFO STEP 316 (remove_files) COMPLETE |
4823 | 2024-08-19T18:33:10.961Z | [ recovery-image] Aug 19 18:33:09.247 INFO O| Aug 19 18:33:09.247 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-08-19T18:33:10.970Z | [ recovery-image] Aug 19 18:33:09.258 INFO O| Aug 19 18:33:09.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4825 | 2024-08-19T18:33:10.972Z | [ recovery-image] Aug 19 18:33:09.258 INFO O| Aug 19 18:33:09.258 INFO STEP 317 (remove_files) COMPLETE |
4826 | 2024-08-19T18:33:10.973Z | [ recovery-image] Aug 19 18:33:09.258 INFO O| Aug 19 18:33:09.258 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-08-19T18:33:10.981Z | [ recovery-image] Aug 19 18:33:09.269 INFO O| Aug 19 18:33:09.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4828 | 2024-08-19T18:33:10.984Z | [ recovery-image] Aug 19 18:33:09.269 INFO O| Aug 19 18:33:09.269 INFO STEP 318 (remove_files) COMPLETE |
4829 | 2024-08-19T18:33:10.984Z | [ recovery-image] Aug 19 18:33:09.269 INFO O| Aug 19 18:33:09.269 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-08-19T18:33:10.993Z | [ recovery-image] Aug 19 18:33:09.281 INFO O| Aug 19 18:33:09.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4831 | 2024-08-19T18:33:10.993Z | [ recovery-image] Aug 19 18:33:09.281 INFO O| Aug 19 18:33:09.281 INFO STEP 319 (remove_files) COMPLETE |
4832 | 2024-08-19T18:33:10.996Z | [ recovery-image] Aug 19 18:33:09.281 INFO O| Aug 19 18:33:09.281 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-08-19T18:33:11.005Z | [ recovery-image] Aug 19 18:33:09.292 INFO O| Aug 19 18:33:09.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4834 | 2024-08-19T18:33:11.005Z | [ recovery-image] Aug 19 18:33:09.292 INFO O| Aug 19 18:33:09.292 INFO STEP 320 (remove_files) COMPLETE |
4835 | 2024-08-19T18:33:11.005Z | [ recovery-image] Aug 19 18:33:09.292 INFO O| Aug 19 18:33:09.292 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-08-19T18:33:11.015Z | [ recovery-image] Aug 19 18:33:09.303 INFO O| Aug 19 18:33:09.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4837 | 2024-08-19T18:33:11.015Z | [ recovery-image] Aug 19 18:33:09.303 INFO O| Aug 19 18:33:09.303 INFO STEP 321 (remove_files) COMPLETE |
4838 | 2024-08-19T18:33:11.018Z | [ recovery-image] Aug 19 18:33:09.303 INFO O| Aug 19 18:33:09.303 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-08-19T18:33:11.027Z | [ recovery-image] Aug 19 18:33:09.314 INFO O| Aug 19 18:33:09.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4840 | 2024-08-19T18:33:11.027Z | [ recovery-image] Aug 19 18:33:09.314 INFO O| Aug 19 18:33:09.314 INFO STEP 322 (remove_files) COMPLETE |
4841 | 2024-08-19T18:33:11.029Z | [ recovery-image] Aug 19 18:33:09.314 INFO O| Aug 19 18:33:09.314 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-08-19T18:33:11.038Z | [ recovery-image] Aug 19 18:33:09.325 INFO O| Aug 19 18:33:09.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4843 | 2024-08-19T18:33:11.038Z | [ recovery-image] Aug 19 18:33:09.325 INFO O| Aug 19 18:33:09.325 INFO STEP 323 (remove_files) COMPLETE |
4844 | 2024-08-19T18:33:11.040Z | [ recovery-image] Aug 19 18:33:09.325 INFO O| Aug 19 18:33:09.325 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-08-19T18:33:11.049Z | [ recovery-image] Aug 19 18:33:09.336 INFO O| Aug 19 18:33:09.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4846 | 2024-08-19T18:33:11.049Z | [ recovery-image] Aug 19 18:33:09.336 INFO O| Aug 19 18:33:09.336 INFO STEP 324 (remove_files) COMPLETE |
4847 | 2024-08-19T18:33:11.049Z | [ recovery-image] Aug 19 18:33:09.336 INFO O| Aug 19 18:33:09.336 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-19T18:33:11.060Z | [ recovery-image] Aug 19 18:33:09.347 INFO O| Aug 19 18:33:09.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4849 | 2024-08-19T18:33:11.060Z | [ recovery-image] Aug 19 18:33:09.347 INFO O| Aug 19 18:33:09.347 INFO STEP 325 (remove_files) COMPLETE |
4850 | 2024-08-19T18:33:11.060Z | [ recovery-image] Aug 19 18:33:09.347 INFO O| Aug 19 18:33:09.347 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-19T18:33:11.070Z | [ recovery-image] Aug 19 18:33:09.358 INFO O| Aug 19 18:33:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4852 | 2024-08-19T18:33:11.071Z | [ recovery-image] Aug 19 18:33:09.358 INFO O| Aug 19 18:33:09.358 INFO STEP 326 (remove_files) COMPLETE |
4853 | 2024-08-19T18:33:11.073Z | [ recovery-image] Aug 19 18:33:09.358 INFO O| Aug 19 18:33:09.358 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-08-19T18:33:11.082Z | [ recovery-image] Aug 19 18:33:09.369 INFO O| Aug 19 18:33:09.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4855 | 2024-08-19T18:33:11.082Z | [ recovery-image] Aug 19 18:33:09.369 INFO O| Aug 19 18:33:09.369 INFO STEP 327 (remove_files) COMPLETE |
4856 | 2024-08-19T18:33:11.084Z | [ recovery-image] Aug 19 18:33:09.369 INFO O| Aug 19 18:33:09.369 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-08-19T18:33:11.092Z | [ recovery-image] Aug 19 18:33:09.380 INFO O| Aug 19 18:33:09.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4858 | 2024-08-19T18:33:11.093Z | [ recovery-image] Aug 19 18:33:09.380 INFO O| Aug 19 18:33:09.380 INFO STEP 328 (remove_files) COMPLETE |
4859 | 2024-08-19T18:33:11.095Z | [ recovery-image] Aug 19 18:33:09.380 INFO O| Aug 19 18:33:09.380 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-08-19T18:33:11.103Z | [ recovery-image] Aug 19 18:33:09.391 INFO O| Aug 19 18:33:09.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4861 | 2024-08-19T18:33:11.106Z | [ recovery-image] Aug 19 18:33:09.391 INFO O| Aug 19 18:33:09.391 INFO STEP 329 (remove_files) COMPLETE |
4862 | 2024-08-19T18:33:11.106Z | [ recovery-image] Aug 19 18:33:09.391 INFO O| Aug 19 18:33:09.391 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-08-19T18:33:11.114Z | [ recovery-image] Aug 19 18:33:09.402 INFO O| Aug 19 18:33:09.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4864 | 2024-08-19T18:33:11.114Z | [ recovery-image] Aug 19 18:33:09.402 INFO O| Aug 19 18:33:09.402 INFO STEP 330 (remove_files) COMPLETE |
4865 | 2024-08-19T18:33:11.117Z | [ recovery-image] Aug 19 18:33:09.402 INFO O| Aug 19 18:33:09.402 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-08-19T18:33:11.127Z | [ recovery-image] Aug 19 18:33:09.415 INFO O| Aug 19 18:33:09.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4867 | 2024-08-19T18:33:11.127Z | [ recovery-image] Aug 19 18:33:09.415 INFO O| Aug 19 18:33:09.415 INFO STEP 331 (remove_files) COMPLETE |
4868 | 2024-08-19T18:33:11.130Z | [ recovery-image] Aug 19 18:33:09.415 INFO O| Aug 19 18:33:09.415 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-08-19T18:33:11.138Z | [ recovery-image] Aug 19 18:33:09.426 INFO O| Aug 19 18:33:09.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4870 | 2024-08-19T18:33:11.138Z | [ recovery-image] Aug 19 18:33:09.426 INFO O| Aug 19 18:33:09.426 INFO STEP 332 (remove_files) COMPLETE |
4871 | 2024-08-19T18:33:11.140Z | [ recovery-image] Aug 19 18:33:09.426 INFO O| Aug 19 18:33:09.426 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-08-19T18:33:11.149Z | [ recovery-image] Aug 19 18:33:09.437 INFO O| Aug 19 18:33:09.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4873 | 2024-08-19T18:33:11.151Z | [ recovery-image] Aug 19 18:33:09.437 INFO O| Aug 19 18:33:09.437 INFO STEP 333 (remove_files) COMPLETE |
4874 | 2024-08-19T18:33:11.151Z | [ recovery-image] Aug 19 18:33:09.437 INFO O| Aug 19 18:33:09.437 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-08-19T18:33:11.160Z | [ recovery-image] Aug 19 18:33:09.448 INFO O| Aug 19 18:33:09.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4876 | 2024-08-19T18:33:11.160Z | [ recovery-image] Aug 19 18:33:09.448 INFO O| Aug 19 18:33:09.448 INFO STEP 334 (remove_files) COMPLETE |
4877 | 2024-08-19T18:33:11.162Z | [ recovery-image] Aug 19 18:33:09.448 INFO O| Aug 19 18:33:09.448 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-08-19T18:33:11.171Z | [ recovery-image] Aug 19 18:33:09.459 INFO O| Aug 19 18:33:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4879 | 2024-08-19T18:33:11.171Z | [ recovery-image] Aug 19 18:33:09.459 INFO O| Aug 19 18:33:09.459 INFO STEP 335 (remove_files) COMPLETE |
4880 | 2024-08-19T18:33:11.173Z | [ recovery-image] Aug 19 18:33:09.459 INFO O| Aug 19 18:33:09.459 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-19T18:33:11.182Z | [ recovery-image] Aug 19 18:33:09.469 INFO O| Aug 19 18:33:09.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4882 | 2024-08-19T18:33:11.182Z | [ recovery-image] Aug 19 18:33:09.470 INFO O| Aug 19 18:33:09.469 INFO STEP 336 (remove_files) COMPLETE |
4883 | 2024-08-19T18:33:11.182Z | [ recovery-image] Aug 19 18:33:09.470 INFO O| Aug 19 18:33:09.470 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-08-19T18:33:11.193Z | [ recovery-image] Aug 19 18:33:09.480 INFO O| Aug 19 18:33:09.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4885 | 2024-08-19T18:33:11.193Z | [ recovery-image] Aug 19 18:33:09.480 INFO O| Aug 19 18:33:09.480 INFO STEP 337 (remove_files) COMPLETE |
4886 | 2024-08-19T18:33:11.193Z | [ recovery-image] Aug 19 18:33:09.481 INFO O| Aug 19 18:33:09.480 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-08-19T18:33:11.204Z | [ recovery-image] Aug 19 18:33:09.492 INFO O| Aug 19 18:33:09.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4888 | 2024-08-19T18:33:11.204Z | [ recovery-image] Aug 19 18:33:09.492 INFO O| Aug 19 18:33:09.492 INFO STEP 338 (remove_files) COMPLETE |
4889 | 2024-08-19T18:33:11.206Z | [ recovery-image] Aug 19 18:33:09.492 INFO O| Aug 19 18:33:09.492 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-08-19T18:33:11.221Z | [ recovery-image] Aug 19 18:33:09.503 INFO O| Aug 19 18:33:09.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4891 | 2024-08-19T18:33:11.221Z | [ recovery-image] Aug 19 18:33:09.503 INFO O| Aug 19 18:33:09.503 INFO STEP 339 (remove_files) COMPLETE |
4892 | 2024-08-19T18:33:11.225Z | [ recovery-image] Aug 19 18:33:09.503 INFO O| Aug 19 18:33:09.503 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-08-19T18:33:11.235Z | [ recovery-image] Aug 19 18:33:09.514 INFO O| Aug 19 18:33:09.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4894 | 2024-08-19T18:33:11.235Z | [ recovery-image] Aug 19 18:33:09.514 INFO O| Aug 19 18:33:09.514 INFO STEP 340 (remove_files) COMPLETE |
4895 | 2024-08-19T18:33:11.235Z | [ recovery-image] Aug 19 18:33:09.514 INFO O| Aug 19 18:33:09.514 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-19T18:33:11.239Z | [ recovery-image] Aug 19 18:33:09.525 INFO O| Aug 19 18:33:09.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4897 | 2024-08-19T18:33:11.240Z | [ recovery-image] Aug 19 18:33:09.525 INFO O| Aug 19 18:33:09.525 INFO STEP 341 (remove_files) COMPLETE |
4898 | 2024-08-19T18:33:11.240Z | [ recovery-image] Aug 19 18:33:09.525 INFO O| Aug 19 18:33:09.525 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-19T18:33:11.249Z | [ recovery-image] Aug 19 18:33:09.536 INFO O| Aug 19 18:33:09.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4900 | 2024-08-19T18:33:11.249Z | [ recovery-image] Aug 19 18:33:09.536 INFO O| Aug 19 18:33:09.536 INFO STEP 342 (remove_files) COMPLETE |
4901 | 2024-08-19T18:33:11.251Z | [ recovery-image] Aug 19 18:33:09.536 INFO O| Aug 19 18:33:09.536 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-19T18:33:11.259Z | [ recovery-image] Aug 19 18:33:09.547 INFO O| Aug 19 18:33:09.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4903 | 2024-08-19T18:33:11.259Z | [ recovery-image] Aug 19 18:33:09.547 INFO O| Aug 19 18:33:09.547 INFO STEP 343 (remove_files) COMPLETE |
4904 | 2024-08-19T18:33:11.264Z | [ recovery-image] Aug 19 18:33:09.547 INFO O| Aug 19 18:33:09.547 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-19T18:33:11.270Z | [ recovery-image] Aug 19 18:33:09.557 INFO O| Aug 19 18:33:09.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4906 | 2024-08-19T18:33:11.270Z | [ recovery-image] Aug 19 18:33:09.558 INFO O| Aug 19 18:33:09.557 INFO STEP 344 (remove_files) COMPLETE |
4907 | 2024-08-19T18:33:11.273Z | [ recovery-image] Aug 19 18:33:09.558 INFO O| Aug 19 18:33:09.557 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-19T18:33:11.281Z | [ recovery-image] Aug 19 18:33:09.568 INFO O| Aug 19 18:33:09.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4909 | 2024-08-19T18:33:11.281Z | [ recovery-image] Aug 19 18:33:09.568 INFO O| Aug 19 18:33:09.568 INFO STEP 345 (remove_files) COMPLETE |
4910 | 2024-08-19T18:33:11.281Z | [ recovery-image] Aug 19 18:33:09.568 INFO O| Aug 19 18:33:09.568 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-19T18:33:11.291Z | [ recovery-image] Aug 19 18:33:09.579 INFO O| Aug 19 18:33:09.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4912 | 2024-08-19T18:33:11.291Z | [ recovery-image] Aug 19 18:33:09.579 INFO O| Aug 19 18:33:09.579 INFO STEP 346 (remove_files) COMPLETE |
4913 | 2024-08-19T18:33:11.291Z | [ recovery-image] Aug 19 18:33:09.579 INFO O| Aug 19 18:33:09.579 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-08-19T18:33:11.302Z | [ recovery-image] Aug 19 18:33:09.590 INFO O| Aug 19 18:33:09.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4915 | 2024-08-19T18:33:11.302Z | [ recovery-image] Aug 19 18:33:09.590 INFO O| Aug 19 18:33:09.590 INFO STEP 347 (remove_files) COMPLETE |
4916 | 2024-08-19T18:33:11.302Z | [ recovery-image] Aug 19 18:33:09.590 INFO O| Aug 19 18:33:09.590 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-08-19T18:33:11.313Z | [ recovery-image] Aug 19 18:33:09.601 INFO O| Aug 19 18:33:09.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4918 | 2024-08-19T18:33:11.313Z | [ recovery-image] Aug 19 18:33:09.601 INFO O| Aug 19 18:33:09.601 INFO STEP 348 (remove_files) COMPLETE |
4919 | 2024-08-19T18:33:11.313Z | [ recovery-image] Aug 19 18:33:09.601 INFO O| Aug 19 18:33:09.601 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-08-19T18:33:11.324Z | [ recovery-image] Aug 19 18:33:09.612 INFO O| Aug 19 18:33:09.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4921 | 2024-08-19T18:33:11.324Z | [ recovery-image] Aug 19 18:33:09.612 INFO O| Aug 19 18:33:09.612 INFO STEP 349 (remove_files) COMPLETE |
4922 | 2024-08-19T18:33:11.326Z | [ recovery-image] Aug 19 18:33:09.612 INFO O| Aug 19 18:33:09.612 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-08-19T18:33:11.335Z | [ recovery-image] Aug 19 18:33:09.623 INFO O| Aug 19 18:33:09.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4924 | 2024-08-19T18:33:11.335Z | [ recovery-image] Aug 19 18:33:09.623 INFO O| Aug 19 18:33:09.623 INFO STEP 350 (remove_files) COMPLETE |
4925 | 2024-08-19T18:33:11.338Z | [ recovery-image] Aug 19 18:33:09.623 INFO O| Aug 19 18:33:09.623 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-08-19T18:33:11.347Z | [ recovery-image] Aug 19 18:33:09.634 INFO O| Aug 19 18:33:09.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4927 | 2024-08-19T18:33:11.347Z | [ recovery-image] Aug 19 18:33:09.634 INFO O| Aug 19 18:33:09.634 INFO STEP 351 (remove_files) COMPLETE |
4928 | 2024-08-19T18:33:11.349Z | [ recovery-image] Aug 19 18:33:09.634 INFO O| Aug 19 18:33:09.634 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-08-19T18:33:11.358Z | [ recovery-image] Aug 19 18:33:09.646 INFO O| Aug 19 18:33:09.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4930 | 2024-08-19T18:33:11.358Z | [ recovery-image] Aug 19 18:33:09.646 INFO O| Aug 19 18:33:09.646 INFO STEP 352 (remove_files) COMPLETE |
4931 | 2024-08-19T18:33:11.358Z | [ recovery-image] Aug 19 18:33:09.646 INFO O| Aug 19 18:33:09.646 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-08-19T18:33:11.369Z | [ recovery-image] Aug 19 18:33:09.657 INFO O| Aug 19 18:33:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4933 | 2024-08-19T18:33:11.369Z | [ recovery-image] Aug 19 18:33:09.657 INFO O| Aug 19 18:33:09.657 INFO STEP 353 (remove_files) COMPLETE |
4934 | 2024-08-19T18:33:11.372Z | [ recovery-image] Aug 19 18:33:09.657 INFO O| Aug 19 18:33:09.657 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-08-19T18:33:11.380Z | [ recovery-image] Aug 19 18:33:09.668 INFO O| Aug 19 18:33:09.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4936 | 2024-08-19T18:33:11.380Z | [ recovery-image] Aug 19 18:33:09.668 INFO O| Aug 19 18:33:09.668 INFO STEP 354 (remove_files) COMPLETE |
4937 | 2024-08-19T18:33:11.383Z | [ recovery-image] Aug 19 18:33:09.668 INFO O| Aug 19 18:33:09.668 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-08-19T18:33:11.392Z | [ recovery-image] Aug 19 18:33:09.679 INFO O| Aug 19 18:33:09.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4939 | 2024-08-19T18:33:11.392Z | [ recovery-image] Aug 19 18:33:09.679 INFO O| Aug 19 18:33:09.679 INFO STEP 355 (remove_files) COMPLETE |
4940 | 2024-08-19T18:33:11.394Z | [ recovery-image] Aug 19 18:33:09.679 INFO O| Aug 19 18:33:09.679 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-08-19T18:33:11.402Z | [ recovery-image] Aug 19 18:33:09.690 INFO O| Aug 19 18:33:09.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4942 | 2024-08-19T18:33:11.402Z | [ recovery-image] Aug 19 18:33:09.690 INFO O| Aug 19 18:33:09.690 INFO STEP 356 (remove_files) COMPLETE |
4943 | 2024-08-19T18:33:11.402Z | [ recovery-image] Aug 19 18:33:09.690 INFO O| Aug 19 18:33:09.690 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-08-19T18:33:11.413Z | [ recovery-image] Aug 19 18:33:09.701 INFO O| Aug 19 18:33:09.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4945 | 2024-08-19T18:33:11.413Z | [ recovery-image] Aug 19 18:33:09.701 INFO O| Aug 19 18:33:09.701 INFO STEP 357 (remove_files) COMPLETE |
4946 | 2024-08-19T18:33:11.415Z | [ recovery-image] Aug 19 18:33:09.701 INFO O| Aug 19 18:33:09.701 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-19T18:33:11.423Z | [ recovery-image] Aug 19 18:33:09.711 INFO O| Aug 19 18:33:09.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4948 | 2024-08-19T18:33:11.423Z | [ recovery-image] Aug 19 18:33:09.711 INFO O| Aug 19 18:33:09.711 INFO STEP 358 (remove_files) COMPLETE |
4949 | 2024-08-19T18:33:11.426Z | [ recovery-image] Aug 19 18:33:09.711 INFO O| Aug 19 18:33:09.711 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-19T18:33:11.434Z | [ recovery-image] Aug 19 18:33:09.721 INFO O| Aug 19 18:33:09.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4951 | 2024-08-19T18:33:11.436Z | [ recovery-image] Aug 19 18:33:09.721 INFO O| Aug 19 18:33:09.721 INFO STEP 359 (remove_files) COMPLETE |
4952 | 2024-08-19T18:33:11.436Z | [ recovery-image] Aug 19 18:33:09.722 INFO O| Aug 19 18:33:09.721 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-08-19T18:33:11.444Z | [ recovery-image] Aug 19 18:33:09.732 INFO O| Aug 19 18:33:09.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4954 | 2024-08-19T18:33:11.444Z | [ recovery-image] Aug 19 18:33:09.732 INFO O| Aug 19 18:33:09.732 INFO STEP 360 (remove_files) COMPLETE |
4955 | 2024-08-19T18:33:11.444Z | [ recovery-image] Aug 19 18:33:09.732 INFO O| Aug 19 18:33:09.732 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-08-19T18:33:11.454Z | [ recovery-image] Aug 19 18:33:09.742 INFO O| Aug 19 18:33:09.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4957 | 2024-08-19T18:33:11.457Z | [ recovery-image] Aug 19 18:33:09.742 INFO O| Aug 19 18:33:09.742 INFO STEP 361 (remove_files) COMPLETE |
4958 | 2024-08-19T18:33:11.457Z | [ recovery-image] Aug 19 18:33:09.742 INFO O| Aug 19 18:33:09.742 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-08-19T18:33:11.465Z | [ recovery-image] Aug 19 18:33:09.753 INFO O| Aug 19 18:33:09.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4960 | 2024-08-19T18:33:11.465Z | [ recovery-image] Aug 19 18:33:09.753 INFO O| Aug 19 18:33:09.753 INFO STEP 362 (remove_files) COMPLETE |
4961 | 2024-08-19T18:33:11.467Z | [ recovery-image] Aug 19 18:33:09.753 INFO O| Aug 19 18:33:09.753 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-08-19T18:33:11.475Z | [ recovery-image] Aug 19 18:33:09.763 INFO O| Aug 19 18:33:09.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4963 | 2024-08-19T18:33:11.475Z | [ recovery-image] Aug 19 18:33:09.763 INFO O| Aug 19 18:33:09.763 INFO STEP 363 (remove_files) COMPLETE |
4964 | 2024-08-19T18:33:11.475Z | [ recovery-image] Aug 19 18:33:09.763 INFO O| Aug 19 18:33:09.763 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-08-19T18:33:11.488Z | [ recovery-image] Aug 19 18:33:09.775 INFO O| Aug 19 18:33:09.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4966 | 2024-08-19T18:33:11.490Z | [ recovery-image] Aug 19 18:33:09.775 INFO O| Aug 19 18:33:09.775 INFO STEP 364 (remove_files) COMPLETE |
4967 | 2024-08-19T18:33:11.490Z | [ recovery-image] Aug 19 18:33:09.775 INFO O| Aug 19 18:33:09.775 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-08-19T18:33:11.499Z | [ recovery-image] Aug 19 18:33:09.787 INFO O| Aug 19 18:33:09.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4969 | 2024-08-19T18:33:11.499Z | [ recovery-image] Aug 19 18:33:09.787 INFO O| Aug 19 18:33:09.787 INFO STEP 365 (remove_files) COMPLETE |
4970 | 2024-08-19T18:33:11.501Z | [ recovery-image] Aug 19 18:33:09.787 INFO O| Aug 19 18:33:09.787 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-08-19T18:33:11.510Z | [ recovery-image] Aug 19 18:33:09.797 INFO O| Aug 19 18:33:09.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4972 | 2024-08-19T18:33:11.510Z | [ recovery-image] Aug 19 18:33:09.797 INFO O| Aug 19 18:33:09.797 INFO STEP 366 (remove_files) COMPLETE |
4973 | 2024-08-19T18:33:11.512Z | [ recovery-image] Aug 19 18:33:09.797 INFO O| Aug 19 18:33:09.797 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-08-19T18:33:11.520Z | [ recovery-image] Aug 19 18:33:09.808 INFO O| Aug 19 18:33:09.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4975 | 2024-08-19T18:33:11.520Z | [ recovery-image] Aug 19 18:33:09.808 INFO O| Aug 19 18:33:09.808 INFO STEP 367 (remove_files) COMPLETE |
4976 | 2024-08-19T18:33:11.520Z | [ recovery-image] Aug 19 18:33:09.808 INFO O| Aug 19 18:33:09.808 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-08-19T18:33:11.530Z | [ recovery-image] Aug 19 18:33:09.818 INFO O| Aug 19 18:33:09.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4978 | 2024-08-19T18:33:11.530Z | [ recovery-image] Aug 19 18:33:09.818 INFO O| Aug 19 18:33:09.818 INFO STEP 368 (remove_files) COMPLETE |
4979 | 2024-08-19T18:33:11.538Z | [ recovery-image] Aug 19 18:33:09.818 INFO O| Aug 19 18:33:09.818 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-08-19T18:33:11.541Z | [ recovery-image] Aug 19 18:33:09.828 INFO O| Aug 19 18:33:09.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4981 | 2024-08-19T18:33:11.542Z | [ recovery-image] Aug 19 18:33:09.828 INFO O| Aug 19 18:33:09.828 INFO STEP 369 (remove_files) COMPLETE |
4982 | 2024-08-19T18:33:11.542Z | [ recovery-image] Aug 19 18:33:09.829 INFO O| Aug 19 18:33:09.828 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-08-19T18:33:11.551Z | [ recovery-image] Aug 19 18:33:09.839 INFO O| Aug 19 18:33:09.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4984 | 2024-08-19T18:33:11.551Z | [ recovery-image] Aug 19 18:33:09.839 INFO O| Aug 19 18:33:09.839 INFO STEP 370 (remove_files) COMPLETE |
4985 | 2024-08-19T18:33:11.551Z | [ recovery-image] Aug 19 18:33:09.839 INFO O| Aug 19 18:33:09.839 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-08-19T18:33:11.563Z | [ recovery-image] Aug 19 18:33:09.850 INFO O| Aug 19 18:33:09.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4987 | 2024-08-19T18:33:11.563Z | [ recovery-image] Aug 19 18:33:09.850 INFO O| Aug 19 18:33:09.850 INFO STEP 371 (remove_files) COMPLETE |
4988 | 2024-08-19T18:33:11.563Z | [ recovery-image] Aug 19 18:33:09.850 INFO O| Aug 19 18:33:09.850 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-08-19T18:33:11.573Z | [ recovery-image] Aug 19 18:33:09.860 INFO O| Aug 19 18:33:09.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4990 | 2024-08-19T18:33:11.573Z | [ recovery-image] Aug 19 18:33:09.861 INFO O| Aug 19 18:33:09.860 INFO STEP 372 (remove_files) COMPLETE |
4991 | 2024-08-19T18:33:11.575Z | [ recovery-image] Aug 19 18:33:09.861 INFO O| Aug 19 18:33:09.860 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-08-19T18:33:11.583Z | [ recovery-image] Aug 19 18:33:09.871 INFO O| Aug 19 18:33:09.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4993 | 2024-08-19T18:33:11.583Z | [ recovery-image] Aug 19 18:33:09.871 INFO O| Aug 19 18:33:09.871 INFO STEP 373 (remove_files) COMPLETE |
4994 | 2024-08-19T18:33:11.585Z | [ recovery-image] Aug 19 18:33:09.871 INFO O| Aug 19 18:33:09.871 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-08-19T18:33:11.594Z | [ recovery-image] Aug 19 18:33:09.881 INFO O| Aug 19 18:33:09.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4996 | 2024-08-19T18:33:11.594Z | [ recovery-image] Aug 19 18:33:09.882 INFO O| Aug 19 18:33:09.882 INFO STEP 374 (remove_files) COMPLETE |
4997 | 2024-08-19T18:33:11.594Z | [ recovery-image] Aug 19 18:33:09.882 INFO O| Aug 19 18:33:09.882 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-08-19T18:33:11.604Z | [ recovery-image] Aug 19 18:33:09.892 INFO O| Aug 19 18:33:09.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
4999 | 2024-08-19T18:33:11.604Z | [ recovery-image] Aug 19 18:33:09.892 INFO O| Aug 19 18:33:09.892 INFO STEP 375 (remove_files) COMPLETE |
5000 | 2024-08-19T18:33:11.604Z | [ recovery-image] Aug 19 18:33:09.892 INFO O| Aug 19 18:33:09.892 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-08-19T18:33:11.616Z | [ recovery-image] Aug 19 18:33:09.903 INFO O| Aug 19 18:33:09.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5002 | 2024-08-19T18:33:11.616Z | [ recovery-image] Aug 19 18:33:09.903 INFO O| Aug 19 18:33:09.903 INFO STEP 376 (remove_files) COMPLETE |
5003 | 2024-08-19T18:33:11.617Z | [ recovery-image] Aug 19 18:33:09.903 INFO O| Aug 19 18:33:09.903 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-08-19T18:33:11.626Z | [ recovery-image] Aug 19 18:33:09.913 INFO O| Aug 19 18:33:09.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5005 | 2024-08-19T18:33:11.626Z | [ recovery-image] Aug 19 18:33:09.913 INFO O| Aug 19 18:33:09.913 INFO STEP 377 (remove_files) COMPLETE |
5006 | 2024-08-19T18:33:11.626Z | [ recovery-image] Aug 19 18:33:09.913 INFO O| Aug 19 18:33:09.913 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-08-19T18:33:11.635Z | [ recovery-image] Aug 19 18:33:09.923 INFO O| Aug 19 18:33:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5008 | 2024-08-19T18:33:11.636Z | [ recovery-image] Aug 19 18:33:09.923 INFO O| Aug 19 18:33:09.923 INFO STEP 378 (remove_files) COMPLETE |
5009 | 2024-08-19T18:33:11.638Z | [ recovery-image] Aug 19 18:33:09.923 INFO O| Aug 19 18:33:09.923 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-08-19T18:33:11.645Z | [ recovery-image] Aug 19 18:33:09.933 INFO O| Aug 19 18:33:09.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5011 | 2024-08-19T18:33:11.645Z | [ recovery-image] Aug 19 18:33:09.933 INFO O| Aug 19 18:33:09.933 INFO STEP 379 (remove_files) COMPLETE |
5012 | 2024-08-19T18:33:11.645Z | [ recovery-image] Aug 19 18:33:09.933 INFO O| Aug 19 18:33:09.933 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-08-19T18:33:11.655Z | [ recovery-image] Aug 19 18:33:09.943 INFO O| Aug 19 18:33:09.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5014 | 2024-08-19T18:33:11.655Z | [ recovery-image] Aug 19 18:33:09.943 INFO O| Aug 19 18:33:09.943 INFO STEP 380 (remove_files) COMPLETE |
5015 | 2024-08-19T18:33:11.657Z | [ recovery-image] Aug 19 18:33:09.943 INFO O| Aug 19 18:33:09.943 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-08-19T18:33:11.665Z | [ recovery-image] Aug 19 18:33:09.952 INFO O| Aug 19 18:33:09.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5017 | 2024-08-19T18:33:11.668Z | [ recovery-image] Aug 19 18:33:09.952 INFO O| Aug 19 18:33:09.952 INFO STEP 381 (remove_files) COMPLETE |
5018 | 2024-08-19T18:33:11.668Z | [ recovery-image] Aug 19 18:33:09.952 INFO O| Aug 19 18:33:09.952 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-08-19T18:33:11.674Z | [ recovery-image] Aug 19 18:33:09.962 INFO O| Aug 19 18:33:09.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5020 | 2024-08-19T18:33:11.677Z | [ recovery-image] Aug 19 18:33:09.962 INFO O| Aug 19 18:33:09.962 INFO STEP 382 (remove_files) COMPLETE |
5021 | 2024-08-19T18:33:11.677Z | [ recovery-image] Aug 19 18:33:09.962 INFO O| Aug 19 18:33:09.962 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-08-19T18:33:11.684Z | [ recovery-image] Aug 19 18:33:09.972 INFO O| Aug 19 18:33:09.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5023 | 2024-08-19T18:33:11.684Z | [ recovery-image] Aug 19 18:33:09.972 INFO O| Aug 19 18:33:09.972 INFO STEP 383 (remove_files) COMPLETE |
5024 | 2024-08-19T18:33:11.684Z | [ recovery-image] Aug 19 18:33:09.972 INFO O| Aug 19 18:33:09.972 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-19T18:33:11.695Z | [ recovery-image] Aug 19 18:33:09.982 INFO O| Aug 19 18:33:09.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5026 | 2024-08-19T18:33:11.698Z | [ recovery-image] Aug 19 18:33:09.982 INFO O| Aug 19 18:33:09.982 INFO STEP 384 (remove_files) COMPLETE |
5027 | 2024-08-19T18:33:11.698Z | [ recovery-image] Aug 19 18:33:09.982 INFO O| Aug 19 18:33:09.982 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-08-19T18:33:11.704Z | [ recovery-image] Aug 19 18:33:09.992 INFO O| Aug 19 18:33:09.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5029 | 2024-08-19T18:33:11.707Z | [ recovery-image] Aug 19 18:33:09.992 INFO O| Aug 19 18:33:09.992 INFO STEP 385 (remove_files) COMPLETE |
5030 | 2024-08-19T18:33:11.708Z | [ recovery-image] Aug 19 18:33:09.992 INFO O| Aug 19 18:33:09.992 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-08-19T18:33:11.715Z | [ recovery-image] Aug 19 18:33:10.002 INFO O| Aug 19 18:33:10.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5032 | 2024-08-19T18:33:11.715Z | [ recovery-image] Aug 19 18:33:10.002 INFO O| Aug 19 18:33:10.002 INFO STEP 386 (remove_files) COMPLETE |
5033 | 2024-08-19T18:33:11.715Z | [ recovery-image] Aug 19 18:33:10.002 INFO O| Aug 19 18:33:10.002 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-08-19T18:33:11.725Z | [ recovery-image] Aug 19 18:33:10.013 INFO O| Aug 19 18:33:10.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5035 | 2024-08-19T18:33:11.728Z | [ recovery-image] Aug 19 18:33:10.013 INFO O| Aug 19 18:33:10.013 INFO STEP 387 (remove_files) COMPLETE |
5036 | 2024-08-19T18:33:11.728Z | [ recovery-image] Aug 19 18:33:10.013 INFO O| Aug 19 18:33:10.013 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-08-19T18:33:11.735Z | [ recovery-image] Aug 19 18:33:10.023 INFO O| Aug 19 18:33:10.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5038 | 2024-08-19T18:33:11.738Z | [ recovery-image] Aug 19 18:33:10.023 INFO O| Aug 19 18:33:10.023 INFO STEP 388 (remove_files) COMPLETE |
5039 | 2024-08-19T18:33:11.738Z | [ recovery-image] Aug 19 18:33:10.023 INFO O| Aug 19 18:33:10.023 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-08-19T18:33:11.745Z | [ recovery-image] Aug 19 18:33:10.033 INFO O| Aug 19 18:33:10.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5041 | 2024-08-19T18:33:11.747Z | [ recovery-image] Aug 19 18:33:10.033 INFO O| Aug 19 18:33:10.033 INFO STEP 389 (remove_files) COMPLETE |
5042 | 2024-08-19T18:33:11.747Z | [ recovery-image] Aug 19 18:33:10.033 INFO O| Aug 19 18:33:10.033 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-08-19T18:33:11.755Z | [ recovery-image] Aug 19 18:33:10.043 INFO O| Aug 19 18:33:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5044 | 2024-08-19T18:33:11.759Z | [ recovery-image] Aug 19 18:33:10.043 INFO O| Aug 19 18:33:10.043 INFO STEP 390 (remove_files) COMPLETE |
5045 | 2024-08-19T18:33:11.759Z | [ recovery-image] Aug 19 18:33:10.043 INFO O| Aug 19 18:33:10.043 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-08-19T18:33:11.765Z | [ recovery-image] Aug 19 18:33:10.053 INFO O| Aug 19 18:33:10.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5047 | 2024-08-19T18:33:11.768Z | [ recovery-image] Aug 19 18:33:10.053 INFO O| Aug 19 18:33:10.053 INFO STEP 391 (remove_files) COMPLETE |
5048 | 2024-08-19T18:33:11.768Z | [ recovery-image] Aug 19 18:33:10.053 INFO O| Aug 19 18:33:10.053 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-08-19T18:33:11.778Z | [ recovery-image] Aug 19 18:33:10.065 INFO O| Aug 19 18:33:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5050 | 2024-08-19T18:33:11.778Z | [ recovery-image] Aug 19 18:33:10.065 INFO O| Aug 19 18:33:10.065 INFO STEP 392 (remove_files) COMPLETE |
5051 | 2024-08-19T18:33:11.781Z | [ recovery-image] Aug 19 18:33:10.065 INFO O| Aug 19 18:33:10.065 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-08-19T18:33:11.788Z | [ recovery-image] Aug 19 18:33:10.076 INFO O| Aug 19 18:33:10.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5053 | 2024-08-19T18:33:11.788Z | [ recovery-image] Aug 19 18:33:10.076 INFO O| Aug 19 18:33:10.076 INFO STEP 393 (remove_files) COMPLETE |
5054 | 2024-08-19T18:33:11.788Z | [ recovery-image] Aug 19 18:33:10.076 INFO O| Aug 19 18:33:10.076 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-08-19T18:33:11.798Z | [ recovery-image] Aug 19 18:33:10.086 INFO O| Aug 19 18:33:10.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5056 | 2024-08-19T18:33:11.798Z | [ recovery-image] Aug 19 18:33:10.086 INFO O| Aug 19 18:33:10.086 INFO STEP 394 (remove_files) COMPLETE |
5057 | 2024-08-19T18:33:11.798Z | [ recovery-image] Aug 19 18:33:10.086 INFO O| Aug 19 18:33:10.086 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-08-19T18:33:11.809Z | [ recovery-image] Aug 19 18:33:10.096 INFO O| Aug 19 18:33:10.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5059 | 2024-08-19T18:33:11.809Z | [ recovery-image] Aug 19 18:33:10.096 INFO O| Aug 19 18:33:10.096 INFO STEP 395 (remove_files) COMPLETE |
5060 | 2024-08-19T18:33:11.809Z | [ recovery-image] Aug 19 18:33:10.097 INFO O| Aug 19 18:33:10.096 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-08-19T18:33:11.820Z | [ recovery-image] Aug 19 18:33:10.107 INFO O| Aug 19 18:33:10.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5062 | 2024-08-19T18:33:11.822Z | [ recovery-image] Aug 19 18:33:10.107 INFO O| Aug 19 18:33:10.107 INFO STEP 396 (remove_files) COMPLETE |
5063 | 2024-08-19T18:33:11.822Z | [ recovery-image] Aug 19 18:33:10.107 INFO O| Aug 19 18:33:10.107 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-08-19T18:33:11.829Z | [ recovery-image] Aug 19 18:33:10.117 INFO O| Aug 19 18:33:10.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5065 | 2024-08-19T18:33:11.829Z | [ recovery-image] Aug 19 18:33:10.117 INFO O| Aug 19 18:33:10.117 INFO STEP 397 (remove_files) COMPLETE |
5066 | 2024-08-19T18:33:11.832Z | [ recovery-image] Aug 19 18:33:10.117 INFO O| Aug 19 18:33:10.117 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-08-19T18:33:11.839Z | [ recovery-image] Aug 19 18:33:10.127 INFO O| Aug 19 18:33:10.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5068 | 2024-08-19T18:33:11.839Z | [ recovery-image] Aug 19 18:33:10.127 INFO O| Aug 19 18:33:10.127 INFO STEP 398 (remove_files) COMPLETE |
5069 | 2024-08-19T18:33:11.841Z | [ recovery-image] Aug 19 18:33:10.127 INFO O| Aug 19 18:33:10.127 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-08-19T18:33:11.849Z | [ recovery-image] Aug 19 18:33:10.136 INFO O| Aug 19 18:33:10.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5071 | 2024-08-19T18:33:11.849Z | [ recovery-image] Aug 19 18:33:10.136 INFO O| Aug 19 18:33:10.136 INFO STEP 399 (remove_files) COMPLETE |
5072 | 2024-08-19T18:33:11.849Z | [ recovery-image] Aug 19 18:33:10.136 INFO O| Aug 19 18:33:10.136 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-08-19T18:33:11.858Z | [ recovery-image] Aug 19 18:33:10.146 INFO O| Aug 19 18:33:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5074 | 2024-08-19T18:33:11.858Z | [ recovery-image] Aug 19 18:33:10.146 INFO O| Aug 19 18:33:10.146 INFO STEP 400 (remove_files) COMPLETE |
5075 | 2024-08-19T18:33:11.858Z | [ recovery-image] Aug 19 18:33:10.146 INFO O| Aug 19 18:33:10.146 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-08-19T18:33:11.868Z | [ recovery-image] Aug 19 18:33:10.156 INFO O| Aug 19 18:33:10.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5077 | 2024-08-19T18:33:11.868Z | [ recovery-image] Aug 19 18:33:10.156 INFO O| Aug 19 18:33:10.156 INFO STEP 401 (remove_files) COMPLETE |
5078 | 2024-08-19T18:33:11.870Z | [ recovery-image] Aug 19 18:33:10.156 INFO O| Aug 19 18:33:10.156 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-08-19T18:33:11.878Z | [ recovery-image] Aug 19 18:33:10.165 INFO O| Aug 19 18:33:10.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5080 | 2024-08-19T18:33:11.878Z | [ recovery-image] Aug 19 18:33:10.165 INFO O| Aug 19 18:33:10.165 INFO STEP 402 (remove_files) COMPLETE |
5081 | 2024-08-19T18:33:11.880Z | [ recovery-image] Aug 19 18:33:10.165 INFO O| Aug 19 18:33:10.165 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-08-19T18:33:11.887Z | [ recovery-image] Aug 19 18:33:10.175 INFO O| Aug 19 18:33:10.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5083 | 2024-08-19T18:33:11.887Z | [ recovery-image] Aug 19 18:33:10.175 INFO O| Aug 19 18:33:10.175 INFO STEP 403 (remove_files) COMPLETE |
5084 | 2024-08-19T18:33:11.887Z | [ recovery-image] Aug 19 18:33:10.175 INFO O| Aug 19 18:33:10.175 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-08-19T18:33:11.897Z | [ recovery-image] Aug 19 18:33:10.184 INFO O| Aug 19 18:33:10.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5086 | 2024-08-19T18:33:11.897Z | [ recovery-image] Aug 19 18:33:10.185 INFO O| Aug 19 18:33:10.185 INFO STEP 404 (remove_files) COMPLETE |
5087 | 2024-08-19T18:33:11.899Z | [ recovery-image] Aug 19 18:33:10.185 INFO O| Aug 19 18:33:10.185 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-08-19T18:33:11.906Z | [ recovery-image] Aug 19 18:33:10.194 INFO O| Aug 19 18:33:10.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5089 | 2024-08-19T18:33:11.906Z | [ recovery-image] Aug 19 18:33:10.194 INFO O| Aug 19 18:33:10.194 INFO STEP 405 (remove_files) COMPLETE |
5090 | 2024-08-19T18:33:11.906Z | [ recovery-image] Aug 19 18:33:10.194 INFO O| Aug 19 18:33:10.194 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-08-19T18:33:11.916Z | [ recovery-image] Aug 19 18:33:10.204 INFO O| Aug 19 18:33:10.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5092 | 2024-08-19T18:33:11.916Z | [ recovery-image] Aug 19 18:33:10.204 INFO O| Aug 19 18:33:10.204 INFO STEP 406 (remove_files) COMPLETE |
5093 | 2024-08-19T18:33:11.918Z | [ recovery-image] Aug 19 18:33:10.204 INFO O| Aug 19 18:33:10.204 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-08-19T18:33:11.926Z | [ recovery-image] Aug 19 18:33:10.214 INFO O| Aug 19 18:33:10.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5095 | 2024-08-19T18:33:11.926Z | [ recovery-image] Aug 19 18:33:10.214 INFO O| Aug 19 18:33:10.214 INFO STEP 407 (remove_files) COMPLETE |
5096 | 2024-08-19T18:33:11.926Z | [ recovery-image] Aug 19 18:33:10.214 INFO O| Aug 19 18:33:10.214 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-08-19T18:33:11.936Z | [ recovery-image] Aug 19 18:33:10.224 INFO O| Aug 19 18:33:10.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5098 | 2024-08-19T18:33:11.936Z | [ recovery-image] Aug 19 18:33:10.224 INFO O| Aug 19 18:33:10.224 INFO STEP 408 (remove_files) COMPLETE |
5099 | 2024-08-19T18:33:11.938Z | [ recovery-image] Aug 19 18:33:10.224 INFO O| Aug 19 18:33:10.224 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-08-19T18:33:11.946Z | [ recovery-image] Aug 19 18:33:10.233 INFO O| Aug 19 18:33:10.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5101 | 2024-08-19T18:33:11.946Z | [ recovery-image] Aug 19 18:33:10.233 INFO O| Aug 19 18:33:10.233 INFO STEP 409 (remove_files) COMPLETE |
5102 | 2024-08-19T18:33:11.948Z | [ recovery-image] Aug 19 18:33:10.233 INFO O| Aug 19 18:33:10.233 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-08-19T18:33:11.955Z | [ recovery-image] Aug 19 18:33:10.243 INFO O| Aug 19 18:33:10.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5104 | 2024-08-19T18:33:11.958Z | [ recovery-image] Aug 19 18:33:10.243 INFO O| Aug 19 18:33:10.243 INFO STEP 410 (remove_files) COMPLETE |
5105 | 2024-08-19T18:33:11.958Z | [ recovery-image] Aug 19 18:33:10.243 INFO O| Aug 19 18:33:10.243 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-08-19T18:33:11.965Z | [ recovery-image] Aug 19 18:33:10.252 INFO O| Aug 19 18:33:10.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5107 | 2024-08-19T18:33:11.965Z | [ recovery-image] Aug 19 18:33:10.253 INFO O| Aug 19 18:33:10.252 INFO STEP 411 (remove_files) COMPLETE |
5108 | 2024-08-19T18:33:11.965Z | [ recovery-image] Aug 19 18:33:10.253 INFO O| Aug 19 18:33:10.252 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-08-19T18:33:11.974Z | [ recovery-image] Aug 19 18:33:10.262 INFO O| Aug 19 18:33:10.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5110 | 2024-08-19T18:33:11.974Z | [ recovery-image] Aug 19 18:33:10.262 INFO O| Aug 19 18:33:10.262 INFO STEP 412 (remove_files) COMPLETE |
5111 | 2024-08-19T18:33:11.974Z | [ recovery-image] Aug 19 18:33:10.262 INFO O| Aug 19 18:33:10.262 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-08-19T18:33:11.984Z | [ recovery-image] Aug 19 18:33:10.272 INFO O| Aug 19 18:33:10.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5113 | 2024-08-19T18:33:11.984Z | [ recovery-image] Aug 19 18:33:10.272 INFO O| Aug 19 18:33:10.272 INFO STEP 413 (remove_files) COMPLETE |
5114 | 2024-08-19T18:33:11.987Z | [ recovery-image] Aug 19 18:33:10.272 INFO O| Aug 19 18:33:10.272 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-08-19T18:33:11.994Z | [ recovery-image] Aug 19 18:33:10.282 INFO O| Aug 19 18:33:10.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5116 | 2024-08-19T18:33:11.994Z | [ recovery-image] Aug 19 18:33:10.282 INFO O| Aug 19 18:33:10.282 INFO STEP 414 (remove_files) COMPLETE |
5117 | 2024-08-19T18:33:11.996Z | [ recovery-image] Aug 19 18:33:10.282 INFO O| Aug 19 18:33:10.282 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-19T18:33:12.004Z | [ recovery-image] Aug 19 18:33:10.291 INFO O| Aug 19 18:33:10.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5119 | 2024-08-19T18:33:12.004Z | [ recovery-image] Aug 19 18:33:10.291 INFO O| Aug 19 18:33:10.291 INFO STEP 415 (remove_files) COMPLETE |
5120 | 2024-08-19T18:33:12.004Z | [ recovery-image] Aug 19 18:33:10.291 INFO O| Aug 19 18:33:10.291 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-19T18:33:12.013Z | [ recovery-image] Aug 19 18:33:10.301 INFO O| Aug 19 18:33:10.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5122 | 2024-08-19T18:33:12.015Z | [ recovery-image] Aug 19 18:33:10.301 INFO O| Aug 19 18:33:10.301 INFO STEP 416 (remove_files) COMPLETE |
5123 | 2024-08-19T18:33:12.015Z | [ recovery-image] Aug 19 18:33:10.301 INFO O| Aug 19 18:33:10.301 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-19T18:33:12.023Z | [ recovery-image] Aug 19 18:33:10.310 INFO O| Aug 19 18:33:10.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5125 | 2024-08-19T18:33:12.025Z | [ recovery-image] Aug 19 18:33:10.310 INFO O| Aug 19 18:33:10.310 INFO STEP 417 (remove_files) COMPLETE |
5126 | 2024-08-19T18:33:12.025Z | [ recovery-image] Aug 19 18:33:10.311 INFO O| Aug 19 18:33:10.310 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-19T18:33:12.032Z | [ recovery-image] Aug 19 18:33:10.320 INFO O| Aug 19 18:33:10.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5128 | 2024-08-19T18:33:12.035Z | [ recovery-image] Aug 19 18:33:10.320 INFO O| Aug 19 18:33:10.320 INFO STEP 418 (remove_files) COMPLETE |
5129 | 2024-08-19T18:33:12.035Z | [ recovery-image] Aug 19 18:33:10.320 INFO O| Aug 19 18:33:10.320 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-19T18:33:12.042Z | [ recovery-image] Aug 19 18:33:10.329 INFO O| Aug 19 18:33:10.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5131 | 2024-08-19T18:33:12.044Z | [ recovery-image] Aug 19 18:33:10.330 INFO O| Aug 19 18:33:10.329 INFO STEP 419 (remove_files) COMPLETE |
5132 | 2024-08-19T18:33:12.044Z | [ recovery-image] Aug 19 18:33:10.330 INFO O| Aug 19 18:33:10.330 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-19T18:33:12.051Z | [ recovery-image] Aug 19 18:33:10.339 INFO O| Aug 19 18:33:10.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5134 | 2024-08-19T18:33:12.051Z | [ recovery-image] Aug 19 18:33:10.339 INFO O| Aug 19 18:33:10.339 INFO STEP 420 (remove_files) COMPLETE |
5135 | 2024-08-19T18:33:12.051Z | [ recovery-image] Aug 19 18:33:10.339 INFO O| Aug 19 18:33:10.339 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-08-19T18:33:12.061Z | [ recovery-image] Aug 19 18:33:10.349 INFO O| Aug 19 18:33:10.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5137 | 2024-08-19T18:33:12.061Z | [ recovery-image] Aug 19 18:33:10.349 INFO O| Aug 19 18:33:10.349 INFO STEP 421 (remove_files) COMPLETE |
5138 | 2024-08-19T18:33:12.063Z | [ recovery-image] Aug 19 18:33:10.349 INFO O| Aug 19 18:33:10.349 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-08-19T18:33:12.071Z | [ recovery-image] Aug 19 18:33:10.359 INFO O| Aug 19 18:33:10.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5140 | 2024-08-19T18:33:12.073Z | [ recovery-image] Aug 19 18:33:10.359 INFO O| Aug 19 18:33:10.359 INFO STEP 422 (remove_files) COMPLETE |
5141 | 2024-08-19T18:33:12.073Z | [ recovery-image] Aug 19 18:33:10.359 INFO O| Aug 19 18:33:10.359 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-08-19T18:33:12.081Z | [ recovery-image] Aug 19 18:33:10.368 INFO O| Aug 19 18:33:10.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5143 | 2024-08-19T18:33:12.083Z | [ recovery-image] Aug 19 18:33:10.368 INFO O| Aug 19 18:33:10.368 INFO STEP 423 (remove_files) COMPLETE |
5144 | 2024-08-19T18:33:12.083Z | [ recovery-image] Aug 19 18:33:10.369 INFO O| Aug 19 18:33:10.368 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-08-19T18:33:12.090Z | [ recovery-image] Aug 19 18:33:10.378 INFO O| Aug 19 18:33:10.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5146 | 2024-08-19T18:33:12.093Z | [ recovery-image] Aug 19 18:33:10.378 INFO O| Aug 19 18:33:10.378 INFO STEP 424 (remove_files) COMPLETE |
5147 | 2024-08-19T18:33:12.093Z | [ recovery-image] Aug 19 18:33:10.378 INFO O| Aug 19 18:33:10.378 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-08-19T18:33:12.100Z | [ recovery-image] Aug 19 18:33:10.388 INFO O| Aug 19 18:33:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5149 | 2024-08-19T18:33:12.102Z | [ recovery-image] Aug 19 18:33:10.388 INFO O| Aug 19 18:33:10.388 INFO STEP 425 (remove_files) COMPLETE |
5150 | 2024-08-19T18:33:12.102Z | [ recovery-image] Aug 19 18:33:10.388 INFO O| Aug 19 18:33:10.388 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-08-19T18:33:12.110Z | [ recovery-image] Aug 19 18:33:10.398 INFO O| Aug 19 18:33:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5152 | 2024-08-19T18:33:12.115Z | [ recovery-image] Aug 19 18:33:10.398 INFO O| Aug 19 18:33:10.398 INFO STEP 426 (remove_files) COMPLETE |
5153 | 2024-08-19T18:33:12.115Z | [ recovery-image] Aug 19 18:33:10.398 INFO O| Aug 19 18:33:10.398 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-08-19T18:33:12.155Z | [ recovery-image] Aug 19 18:33:10.437 INFO O| Aug 19 18:33:10.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5155 | 2024-08-19T18:33:12.159Z | [ recovery-image] Aug 19 18:33:10.437 INFO O| Aug 19 18:33:10.435 INFO STEP 427 (remove_files) COMPLETE |
5156 | 2024-08-19T18:33:12.159Z | [ recovery-image] Aug 19 18:33:10.437 INFO O| Aug 19 18:33:10.435 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-08-19T18:33:12.168Z | [ recovery-image] Aug 19 18:33:10.456 INFO O| Aug 19 18:33:10.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5158 | 2024-08-19T18:33:12.168Z | [ recovery-image] Aug 19 18:33:10.456 INFO O| Aug 19 18:33:10.456 INFO STEP 428 (remove_files) COMPLETE |
5159 | 2024-08-19T18:33:12.168Z | [ recovery-image] Aug 19 18:33:10.456 INFO O| Aug 19 18:33:10.456 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-08-19T18:33:12.181Z | [ recovery-image] Aug 19 18:33:10.469 INFO O| Aug 19 18:33:10.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5161 | 2024-08-19T18:33:12.184Z | [ recovery-image] Aug 19 18:33:10.469 INFO O| Aug 19 18:33:10.469 INFO STEP 429 (remove_files) COMPLETE |
5162 | 2024-08-19T18:33:12.184Z | [ recovery-image] Aug 19 18:33:10.469 INFO O| Aug 19 18:33:10.469 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-08-19T18:33:12.195Z | [ recovery-image] Aug 19 18:33:10.483 INFO O| Aug 19 18:33:10.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5164 | 2024-08-19T18:33:12.195Z | [ recovery-image] Aug 19 18:33:10.483 INFO O| Aug 19 18:33:10.483 INFO STEP 430 (remove_files) COMPLETE |
5165 | 2024-08-19T18:33:12.195Z | [ recovery-image] Aug 19 18:33:10.483 INFO O| Aug 19 18:33:10.483 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-08-19T18:33:12.207Z | [ recovery-image] Aug 19 18:33:10.494 INFO O| Aug 19 18:33:10.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5167 | 2024-08-19T18:33:12.207Z | [ recovery-image] Aug 19 18:33:10.495 INFO O| Aug 19 18:33:10.495 INFO STEP 431 (remove_files) COMPLETE |
5168 | 2024-08-19T18:33:12.209Z | [ recovery-image] Aug 19 18:33:10.495 INFO O| Aug 19 18:33:10.495 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-08-19T18:33:12.219Z | [ recovery-image] Aug 19 18:33:10.506 INFO O| Aug 19 18:33:10.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5170 | 2024-08-19T18:33:12.219Z | [ recovery-image] Aug 19 18:33:10.507 INFO O| Aug 19 18:33:10.507 INFO STEP 432 (remove_files) COMPLETE |
5171 | 2024-08-19T18:33:12.219Z | [ recovery-image] Aug 19 18:33:10.507 INFO O| Aug 19 18:33:10.507 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-19T18:33:12.230Z | [ recovery-image] Aug 19 18:33:10.518 INFO O| Aug 19 18:33:10.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5173 | 2024-08-19T18:33:12.233Z | [ recovery-image] Aug 19 18:33:10.518 INFO O| Aug 19 18:33:10.518 INFO STEP 433 (remove_files) COMPLETE |
5174 | 2024-08-19T18:33:12.233Z | [ recovery-image] Aug 19 18:33:10.518 INFO O| Aug 19 18:33:10.518 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-19T18:33:12.243Z | [ recovery-image] Aug 19 18:33:10.530 INFO O| Aug 19 18:33:10.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5176 | 2024-08-19T18:33:12.243Z | [ recovery-image] Aug 19 18:33:10.530 INFO O| Aug 19 18:33:10.530 INFO STEP 434 (remove_files) COMPLETE |
5177 | 2024-08-19T18:33:12.243Z | [ recovery-image] Aug 19 18:33:10.530 INFO O| Aug 19 18:33:10.530 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-19T18:33:12.256Z | [ recovery-image] Aug 19 18:33:10.544 INFO O| Aug 19 18:33:10.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5179 | 2024-08-19T18:33:12.256Z | [ recovery-image] Aug 19 18:33:10.544 INFO O| Aug 19 18:33:10.544 INFO STEP 435 (remove_files) COMPLETE |
5180 | 2024-08-19T18:33:12.259Z | [ recovery-image] Aug 19 18:33:10.544 INFO O| Aug 19 18:33:10.544 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-19T18:33:12.268Z | [ recovery-image] Aug 19 18:33:10.556 INFO O| Aug 19 18:33:10.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5182 | 2024-08-19T18:33:12.268Z | [ recovery-image] Aug 19 18:33:10.556 INFO O| Aug 19 18:33:10.556 INFO STEP 436 (remove_files) COMPLETE |
5183 | 2024-08-19T18:33:12.268Z | [ recovery-image] Aug 19 18:33:10.556 INFO O| Aug 19 18:33:10.556 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-19T18:33:12.281Z | [ recovery-image] Aug 19 18:33:10.568 INFO O| Aug 19 18:33:10.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5185 | 2024-08-19T18:33:12.282Z | [ recovery-image] Aug 19 18:33:10.568 INFO O| Aug 19 18:33:10.568 INFO STEP 437 (remove_files) COMPLETE |
5186 | 2024-08-19T18:33:12.282Z | [ recovery-image] Aug 19 18:33:10.568 INFO O| Aug 19 18:33:10.568 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-19T18:33:12.295Z | [ recovery-image] Aug 19 18:33:10.582 INFO O| Aug 19 18:33:10.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5188 | 2024-08-19T18:33:12.297Z | [ recovery-image] Aug 19 18:33:10.582 INFO O| Aug 19 18:33:10.582 INFO STEP 438 (remove_files) COMPLETE |
5189 | 2024-08-19T18:33:12.297Z | [ recovery-image] Aug 19 18:33:10.582 INFO O| Aug 19 18:33:10.582 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-19T18:33:12.309Z | [ recovery-image] Aug 19 18:33:10.596 INFO O| Aug 19 18:33:10.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5191 | 2024-08-19T18:33:12.309Z | [ recovery-image] Aug 19 18:33:10.597 INFO O| Aug 19 18:33:10.597 INFO STEP 439 (remove_files) COMPLETE |
5192 | 2024-08-19T18:33:12.312Z | [ recovery-image] Aug 19 18:33:10.597 INFO O| Aug 19 18:33:10.597 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-19T18:33:12.323Z | [ recovery-image] Aug 19 18:33:10.610 INFO O| Aug 19 18:33:10.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5194 | 2024-08-19T18:33:12.323Z | [ recovery-image] Aug 19 18:33:10.610 INFO O| Aug 19 18:33:10.610 INFO STEP 440 (remove_files) COMPLETE |
5195 | 2024-08-19T18:33:12.327Z | [ recovery-image] Aug 19 18:33:10.610 INFO O| Aug 19 18:33:10.610 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-19T18:33:12.336Z | [ recovery-image] Aug 19 18:33:10.623 INFO O| Aug 19 18:33:10.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5197 | 2024-08-19T18:33:12.336Z | [ recovery-image] Aug 19 18:33:10.623 INFO O| Aug 19 18:33:10.623 INFO STEP 441 (remove_files) COMPLETE |
5198 | 2024-08-19T18:33:12.339Z | [ recovery-image] Aug 19 18:33:10.623 INFO O| Aug 19 18:33:10.623 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-19T18:33:12.349Z | [ recovery-image] Aug 19 18:33:10.637 INFO O| Aug 19 18:33:10.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5200 | 2024-08-19T18:33:12.349Z | [ recovery-image] Aug 19 18:33:10.637 INFO O| Aug 19 18:33:10.637 INFO STEP 442 (remove_files) COMPLETE |
5201 | 2024-08-19T18:33:12.352Z | [ recovery-image] Aug 19 18:33:10.637 INFO O| Aug 19 18:33:10.637 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-19T18:33:12.366Z | [ recovery-image] Aug 19 18:33:10.654 INFO O| Aug 19 18:33:10.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5203 | 2024-08-19T18:33:12.366Z | [ recovery-image] Aug 19 18:33:10.654 INFO O| Aug 19 18:33:10.654 INFO STEP 443 (remove_files) COMPLETE |
5204 | 2024-08-19T18:33:12.370Z | [ recovery-image] Aug 19 18:33:10.654 INFO O| Aug 19 18:33:10.654 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-19T18:33:12.382Z | [ recovery-image] Aug 19 18:33:10.669 INFO O| Aug 19 18:33:10.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5206 | 2024-08-19T18:33:12.382Z | [ recovery-image] Aug 19 18:33:10.669 INFO O| Aug 19 18:33:10.669 INFO STEP 444 (remove_files) COMPLETE |
5207 | 2024-08-19T18:33:12.385Z | [ recovery-image] Aug 19 18:33:10.669 INFO O| Aug 19 18:33:10.669 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-19T18:33:12.397Z | [ recovery-image] Aug 19 18:33:10.685 INFO O| Aug 19 18:33:10.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5209 | 2024-08-19T18:33:12.397Z | [ recovery-image] Aug 19 18:33:10.685 INFO O| Aug 19 18:33:10.685 INFO STEP 445 (remove_files) COMPLETE |
5210 | 2024-08-19T18:33:12.400Z | [ recovery-image] Aug 19 18:33:10.685 INFO O| Aug 19 18:33:10.685 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-19T18:33:12.413Z | [ recovery-image] Aug 19 18:33:10.700 INFO O| Aug 19 18:33:10.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5212 | 2024-08-19T18:33:12.413Z | [ recovery-image] Aug 19 18:33:10.700 INFO O| Aug 19 18:33:10.700 INFO STEP 446 (remove_files) COMPLETE |
5213 | 2024-08-19T18:33:12.413Z | [ recovery-image] Aug 19 18:33:10.701 INFO O| Aug 19 18:33:10.700 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-19T18:33:12.426Z | [ recovery-image] Aug 19 18:33:10.714 INFO O| Aug 19 18:33:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5215 | 2024-08-19T18:33:12.429Z | [ recovery-image] Aug 19 18:33:10.714 INFO O| Aug 19 18:33:10.714 INFO STEP 447 (remove_files) COMPLETE |
5216 | 2024-08-19T18:33:12.429Z | [ recovery-image] Aug 19 18:33:10.714 INFO O| Aug 19 18:33:10.714 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-19T18:33:12.439Z | [ recovery-image] Aug 19 18:33:10.726 INFO O| Aug 19 18:33:10.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5218 | 2024-08-19T18:33:12.439Z | [ recovery-image] Aug 19 18:33:10.726 INFO O| Aug 19 18:33:10.726 INFO STEP 448 (remove_files) COMPLETE |
5219 | 2024-08-19T18:33:12.439Z | [ recovery-image] Aug 19 18:33:10.726 INFO O| Aug 19 18:33:10.726 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-19T18:33:12.451Z | [ recovery-image] Aug 19 18:33:10.738 INFO O| Aug 19 18:33:10.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5221 | 2024-08-19T18:33:12.451Z | [ recovery-image] Aug 19 18:33:10.739 INFO O| Aug 19 18:33:10.739 INFO STEP 449 (remove_files) COMPLETE |
5222 | 2024-08-19T18:33:12.453Z | [ recovery-image] Aug 19 18:33:10.739 INFO O| Aug 19 18:33:10.739 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-19T18:33:12.463Z | [ recovery-image] Aug 19 18:33:10.751 INFO O| Aug 19 18:33:10.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5224 | 2024-08-19T18:33:12.463Z | [ recovery-image] Aug 19 18:33:10.751 INFO O| Aug 19 18:33:10.751 INFO STEP 450 (remove_files) COMPLETE |
5225 | 2024-08-19T18:33:12.466Z | [ recovery-image] Aug 19 18:33:10.751 INFO O| Aug 19 18:33:10.751 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-19T18:33:12.474Z | [ recovery-image] Aug 19 18:33:10.762 INFO O| Aug 19 18:33:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5227 | 2024-08-19T18:33:12.477Z | [ recovery-image] Aug 19 18:33:10.762 INFO O| Aug 19 18:33:10.762 INFO STEP 451 (remove_files) COMPLETE |
5228 | 2024-08-19T18:33:12.477Z | [ recovery-image] Aug 19 18:33:10.762 INFO O| Aug 19 18:33:10.762 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-19T18:33:12.485Z | [ recovery-image] Aug 19 18:33:10.773 INFO O| Aug 19 18:33:10.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5230 | 2024-08-19T18:33:12.485Z | [ recovery-image] Aug 19 18:33:10.773 INFO O| Aug 19 18:33:10.773 INFO STEP 452 (remove_files) COMPLETE |
5231 | 2024-08-19T18:33:12.488Z | [ recovery-image] Aug 19 18:33:10.773 INFO O| Aug 19 18:33:10.773 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-19T18:33:12.496Z | [ recovery-image] Aug 19 18:33:10.784 INFO O| Aug 19 18:33:10.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5233 | 2024-08-19T18:33:12.498Z | [ recovery-image] Aug 19 18:33:10.784 INFO O| Aug 19 18:33:10.784 INFO STEP 453 (remove_files) COMPLETE |
5234 | 2024-08-19T18:33:12.498Z | [ recovery-image] Aug 19 18:33:10.784 INFO O| Aug 19 18:33:10.784 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-19T18:33:12.507Z | [ recovery-image] Aug 19 18:33:10.795 INFO O| Aug 19 18:33:10.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5236 | 2024-08-19T18:33:12.507Z | [ recovery-image] Aug 19 18:33:10.795 INFO O| Aug 19 18:33:10.795 INFO STEP 454 (remove_files) COMPLETE |
5237 | 2024-08-19T18:33:12.509Z | [ recovery-image] Aug 19 18:33:10.795 INFO O| Aug 19 18:33:10.795 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-19T18:33:12.518Z | [ recovery-image] Aug 19 18:33:10.805 INFO O| Aug 19 18:33:10.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5239 | 2024-08-19T18:33:12.518Z | [ recovery-image] Aug 19 18:33:10.805 INFO O| Aug 19 18:33:10.805 INFO STEP 455 (remove_files) COMPLETE |
5240 | 2024-08-19T18:33:12.520Z | [ recovery-image] Aug 19 18:33:10.805 INFO O| Aug 19 18:33:10.805 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-19T18:33:12.531Z | [ recovery-image] Aug 19 18:33:10.818 INFO O| Aug 19 18:33:10.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5242 | 2024-08-19T18:33:12.533Z | [ recovery-image] Aug 19 18:33:10.818 INFO O| Aug 19 18:33:10.818 INFO STEP 456 (remove_files) COMPLETE |
5243 | 2024-08-19T18:33:12.533Z | [ recovery-image] Aug 19 18:33:10.818 INFO O| Aug 19 18:33:10.818 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-19T18:33:12.542Z | [ recovery-image] Aug 19 18:33:10.829 INFO O| Aug 19 18:33:10.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5245 | 2024-08-19T18:33:12.542Z | [ recovery-image] Aug 19 18:33:10.830 INFO O| Aug 19 18:33:10.830 INFO STEP 457 (remove_files) COMPLETE |
5246 | 2024-08-19T18:33:12.542Z | [ recovery-image] Aug 19 18:33:10.830 INFO O| Aug 19 18:33:10.830 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-19T18:33:12.555Z | [ recovery-image] Aug 19 18:33:10.843 INFO O| Aug 19 18:33:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5248 | 2024-08-19T18:33:12.555Z | [ recovery-image] Aug 19 18:33:10.843 INFO O| Aug 19 18:33:10.843 INFO STEP 458 (remove_files) COMPLETE |
5249 | 2024-08-19T18:33:12.558Z | [ recovery-image] Aug 19 18:33:10.843 INFO O| Aug 19 18:33:10.843 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-19T18:33:12.567Z | [ recovery-image] Aug 19 18:33:10.854 INFO O| Aug 19 18:33:10.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5251 | 2024-08-19T18:33:12.567Z | [ recovery-image] Aug 19 18:33:10.854 INFO O| Aug 19 18:33:10.854 INFO STEP 459 (remove_files) COMPLETE |
5252 | 2024-08-19T18:33:12.567Z | [ recovery-image] Aug 19 18:33:10.854 INFO O| Aug 19 18:33:10.854 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-19T18:33:12.580Z | [ recovery-image] Aug 19 18:33:10.867 INFO O| Aug 19 18:33:10.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5254 | 2024-08-19T18:33:12.580Z | [ recovery-image] Aug 19 18:33:10.867 INFO O| Aug 19 18:33:10.867 INFO STEP 460 (remove_files) COMPLETE |
5255 | 2024-08-19T18:33:12.580Z | [ recovery-image] Aug 19 18:33:10.867 INFO O| Aug 19 18:33:10.867 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-19T18:33:12.591Z | [ recovery-image] Aug 19 18:33:10.878 INFO O| Aug 19 18:33:10.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5257 | 2024-08-19T18:33:12.591Z | [ recovery-image] Aug 19 18:33:10.878 INFO O| Aug 19 18:33:10.878 INFO STEP 461 (remove_files) COMPLETE |
5258 | 2024-08-19T18:33:12.591Z | [ recovery-image] Aug 19 18:33:10.878 INFO O| Aug 19 18:33:10.878 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-19T18:33:12.602Z | [ recovery-image] Aug 19 18:33:10.890 INFO O| Aug 19 18:33:10.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5260 | 2024-08-19T18:33:12.602Z | [ recovery-image] Aug 19 18:33:10.890 INFO O| Aug 19 18:33:10.890 INFO STEP 462 (remove_files) COMPLETE |
5261 | 2024-08-19T18:33:12.602Z | [ recovery-image] Aug 19 18:33:10.890 INFO O| Aug 19 18:33:10.890 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-19T18:33:12.614Z | [ recovery-image] Aug 19 18:33:10.901 INFO O| Aug 19 18:33:10.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5263 | 2024-08-19T18:33:12.614Z | [ recovery-image] Aug 19 18:33:10.901 INFO O| Aug 19 18:33:10.901 INFO STEP 463 (remove_files) COMPLETE |
5264 | 2024-08-19T18:33:12.617Z | [ recovery-image] Aug 19 18:33:10.901 INFO O| Aug 19 18:33:10.901 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-19T18:33:12.625Z | [ recovery-image] Aug 19 18:33:10.912 INFO O| Aug 19 18:33:10.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5266 | 2024-08-19T18:33:12.625Z | [ recovery-image] Aug 19 18:33:10.912 INFO O| Aug 19 18:33:10.912 INFO STEP 464 (remove_files) COMPLETE |
5267 | 2024-08-19T18:33:12.627Z | [ recovery-image] Aug 19 18:33:10.912 INFO O| Aug 19 18:33:10.912 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-19T18:33:12.636Z | [ recovery-image] Aug 19 18:33:10.924 INFO O| Aug 19 18:33:10.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5269 | 2024-08-19T18:33:12.639Z | [ recovery-image] Aug 19 18:33:10.924 INFO O| Aug 19 18:33:10.924 INFO STEP 465 (remove_files) COMPLETE |
5270 | 2024-08-19T18:33:12.639Z | [ recovery-image] Aug 19 18:33:10.924 INFO O| Aug 19 18:33:10.924 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-19T18:33:12.647Z | [ recovery-image] Aug 19 18:33:10.935 INFO O| Aug 19 18:33:10.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5272 | 2024-08-19T18:33:12.648Z | [ recovery-image] Aug 19 18:33:10.935 INFO O| Aug 19 18:33:10.935 INFO STEP 466 (remove_files) COMPLETE |
5273 | 2024-08-19T18:33:12.648Z | [ recovery-image] Aug 19 18:33:10.935 INFO O| Aug 19 18:33:10.935 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-19T18:33:12.659Z | [ recovery-image] Aug 19 18:33:10.946 INFO O| Aug 19 18:33:10.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5275 | 2024-08-19T18:33:12.659Z | [ recovery-image] Aug 19 18:33:10.946 INFO O| Aug 19 18:33:10.946 INFO STEP 467 (remove_files) COMPLETE |
5276 | 2024-08-19T18:33:12.659Z | [ recovery-image] Aug 19 18:33:10.946 INFO O| Aug 19 18:33:10.946 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-19T18:33:12.670Z | [ recovery-image] Aug 19 18:33:10.957 INFO O| Aug 19 18:33:10.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5278 | 2024-08-19T18:33:12.670Z | [ recovery-image] Aug 19 18:33:10.958 INFO O| Aug 19 18:33:10.958 INFO STEP 468 (remove_files) COMPLETE |
5279 | 2024-08-19T18:33:12.670Z | [ recovery-image] Aug 19 18:33:10.958 INFO O| Aug 19 18:33:10.958 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-08-19T18:33:12.681Z | [ recovery-image] Aug 19 18:33:10.969 INFO O| Aug 19 18:33:10.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5281 | 2024-08-19T18:33:12.681Z | [ recovery-image] Aug 19 18:33:10.969 INFO O| Aug 19 18:33:10.969 INFO STEP 469 (remove_files) COMPLETE |
5282 | 2024-08-19T18:33:12.681Z | [ recovery-image] Aug 19 18:33:10.969 INFO O| Aug 19 18:33:10.969 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-08-19T18:33:12.693Z | [ recovery-image] Aug 19 18:33:10.980 INFO O| Aug 19 18:33:10.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5284 | 2024-08-19T18:33:12.693Z | [ recovery-image] Aug 19 18:33:10.980 INFO O| Aug 19 18:33:10.980 INFO STEP 470 (remove_files) COMPLETE |
5285 | 2024-08-19T18:33:12.693Z | [ recovery-image] Aug 19 18:33:10.980 INFO O| Aug 19 18:33:10.980 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-08-19T18:33:12.705Z | [ recovery-image] Aug 19 18:33:10.992 INFO O| Aug 19 18:33:10.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5287 | 2024-08-19T18:33:12.705Z | [ recovery-image] Aug 19 18:33:10.992 INFO O| Aug 19 18:33:10.992 INFO STEP 471 (remove_files) COMPLETE |
5288 | 2024-08-19T18:33:12.707Z | [ recovery-image] Aug 19 18:33:10.992 INFO O| Aug 19 18:33:10.992 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-08-19T18:33:12.717Z | [ recovery-image] Aug 19 18:33:11.004 INFO O| Aug 19 18:33:11.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5290 | 2024-08-19T18:33:12.717Z | [ recovery-image] Aug 19 18:33:11.004 INFO O| Aug 19 18:33:11.004 INFO STEP 472 (remove_files) COMPLETE |
5291 | 2024-08-19T18:33:12.719Z | [ recovery-image] Aug 19 18:33:11.004 INFO O| Aug 19 18:33:11.004 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-08-19T18:33:12.729Z | [ recovery-image] Aug 19 18:33:11.016 INFO O| Aug 19 18:33:11.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5293 | 2024-08-19T18:33:12.732Z | [ recovery-image] Aug 19 18:33:11.016 INFO O| Aug 19 18:33:11.016 INFO STEP 473 (remove_files) COMPLETE |
5294 | 2024-08-19T18:33:12.732Z | [ recovery-image] Aug 19 18:33:11.016 INFO O| Aug 19 18:33:11.016 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-08-19T18:33:12.740Z | [ recovery-image] Aug 19 18:33:11.027 INFO O| Aug 19 18:33:11.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5296 | 2024-08-19T18:33:12.740Z | [ recovery-image] Aug 19 18:33:11.027 INFO O| Aug 19 18:33:11.027 INFO STEP 474 (remove_files) COMPLETE |
5297 | 2024-08-19T18:33:12.743Z | [ recovery-image] Aug 19 18:33:11.027 INFO O| Aug 19 18:33:11.027 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-08-19T18:33:12.751Z | [ recovery-image] Aug 19 18:33:11.038 INFO O| Aug 19 18:33:11.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5299 | 2024-08-19T18:33:12.751Z | [ recovery-image] Aug 19 18:33:11.039 INFO O| Aug 19 18:33:11.039 INFO STEP 475 (remove_files) COMPLETE |
5300 | 2024-08-19T18:33:12.754Z | [ recovery-image] Aug 19 18:33:11.039 INFO O| Aug 19 18:33:11.039 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-08-19T18:33:12.762Z | [ recovery-image] Aug 19 18:33:11.050 INFO O| Aug 19 18:33:11.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5302 | 2024-08-19T18:33:12.762Z | [ recovery-image] Aug 19 18:33:11.050 INFO O| Aug 19 18:33:11.050 INFO STEP 476 (remove_files) COMPLETE |
5303 | 2024-08-19T18:33:12.765Z | [ recovery-image] Aug 19 18:33:11.050 INFO O| Aug 19 18:33:11.050 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-08-19T18:33:12.774Z | [ recovery-image] Aug 19 18:33:11.062 INFO O| Aug 19 18:33:11.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5305 | 2024-08-19T18:33:12.777Z | [ recovery-image] Aug 19 18:33:11.062 INFO O| Aug 19 18:33:11.062 INFO STEP 477 (remove_files) COMPLETE |
5306 | 2024-08-19T18:33:12.777Z | [ recovery-image] Aug 19 18:33:11.062 INFO O| Aug 19 18:33:11.062 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-08-19T18:33:12.786Z | [ recovery-image] Aug 19 18:33:11.074 INFO O| Aug 19 18:33:11.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5308 | 2024-08-19T18:33:12.786Z | [ recovery-image] Aug 19 18:33:11.074 INFO O| Aug 19 18:33:11.074 INFO STEP 478 (remove_files) COMPLETE |
5309 | 2024-08-19T18:33:12.786Z | [ recovery-image] Aug 19 18:33:11.074 INFO O| Aug 19 18:33:11.074 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-08-19T18:33:12.798Z | [ recovery-image] Aug 19 18:33:11.086 INFO O| Aug 19 18:33:11.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5311 | 2024-08-19T18:33:12.798Z | [ recovery-image] Aug 19 18:33:11.086 INFO O| Aug 19 18:33:11.086 INFO STEP 479 (remove_files) COMPLETE |
5312 | 2024-08-19T18:33:12.801Z | [ recovery-image] Aug 19 18:33:11.086 INFO O| Aug 19 18:33:11.086 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-19T18:33:12.810Z | [ recovery-image] Aug 19 18:33:11.097 INFO O| Aug 19 18:33:11.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5314 | 2024-08-19T18:33:12.810Z | [ recovery-image] Aug 19 18:33:11.097 INFO O| Aug 19 18:33:11.097 INFO STEP 480 (remove_files) COMPLETE |
5315 | 2024-08-19T18:33:12.810Z | [ recovery-image] Aug 19 18:33:11.097 INFO O| Aug 19 18:33:11.097 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-19T18:33:12.822Z | [ recovery-image] Aug 19 18:33:11.109 INFO O| Aug 19 18:33:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5317 | 2024-08-19T18:33:12.825Z | [ recovery-image] Aug 19 18:33:11.109 INFO O| Aug 19 18:33:11.109 INFO STEP 481 (remove_files) COMPLETE |
5318 | 2024-08-19T18:33:12.825Z | [ recovery-image] Aug 19 18:33:11.109 INFO O| Aug 19 18:33:11.109 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-08-19T18:33:12.833Z | [ recovery-image] Aug 19 18:33:11.121 INFO O| Aug 19 18:33:11.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5320 | 2024-08-19T18:33:12.833Z | [ recovery-image] Aug 19 18:33:11.121 INFO O| Aug 19 18:33:11.121 INFO STEP 482 (remove_files) COMPLETE |
5321 | 2024-08-19T18:33:12.836Z | [ recovery-image] Aug 19 18:33:11.121 INFO O| Aug 19 18:33:11.121 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-08-19T18:33:12.845Z | [ recovery-image] Aug 19 18:33:11.133 INFO O| Aug 19 18:33:11.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5323 | 2024-08-19T18:33:12.845Z | [ recovery-image] Aug 19 18:33:11.133 INFO O| Aug 19 18:33:11.133 INFO STEP 483 (remove_files) COMPLETE |
5324 | 2024-08-19T18:33:12.848Z | [ recovery-image] Aug 19 18:33:11.133 INFO O| Aug 19 18:33:11.133 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-08-19T18:33:12.859Z | [ recovery-image] Aug 19 18:33:11.146 INFO O| Aug 19 18:33:11.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5326 | 2024-08-19T18:33:12.859Z | [ recovery-image] Aug 19 18:33:11.146 INFO O| Aug 19 18:33:11.146 INFO STEP 484 (remove_files) COMPLETE |
5327 | 2024-08-19T18:33:12.859Z | [ recovery-image] Aug 19 18:33:11.146 INFO O| Aug 19 18:33:11.146 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-08-19T18:33:12.872Z | [ recovery-image] Aug 19 18:33:11.159 INFO O| Aug 19 18:33:11.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5329 | 2024-08-19T18:33:12.872Z | [ recovery-image] Aug 19 18:33:11.159 INFO O| Aug 19 18:33:11.159 INFO STEP 485 (remove_files) COMPLETE |
5330 | 2024-08-19T18:33:12.872Z | [ recovery-image] Aug 19 18:33:11.159 INFO O| Aug 19 18:33:11.159 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-08-19T18:33:12.885Z | [ recovery-image] Aug 19 18:33:11.172 INFO O| Aug 19 18:33:11.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5332 | 2024-08-19T18:33:12.887Z | [ recovery-image] Aug 19 18:33:11.173 INFO O| Aug 19 18:33:11.173 INFO STEP 486 (remove_files) COMPLETE |
5333 | 2024-08-19T18:33:12.887Z | [ recovery-image] Aug 19 18:33:11.173 INFO O| Aug 19 18:33:11.173 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-08-19T18:33:12.900Z | [ recovery-image] Aug 19 18:33:11.187 INFO O| Aug 19 18:33:11.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5335 | 2024-08-19T18:33:12.900Z | [ recovery-image] Aug 19 18:33:11.188 INFO O| Aug 19 18:33:11.188 INFO STEP 487 (remove_files) COMPLETE |
5336 | 2024-08-19T18:33:12.900Z | [ recovery-image] Aug 19 18:33:11.188 INFO O| Aug 19 18:33:11.188 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-08-19T18:33:12.914Z | [ recovery-image] Aug 19 18:33:11.202 INFO O| Aug 19 18:33:11.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5338 | 2024-08-19T18:33:12.914Z | [ recovery-image] Aug 19 18:33:11.202 INFO O| Aug 19 18:33:11.202 INFO STEP 488 (remove_files) COMPLETE |
5339 | 2024-08-19T18:33:12.917Z | [ recovery-image] Aug 19 18:33:11.202 INFO O| Aug 19 18:33:11.202 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-08-19T18:33:12.929Z | [ recovery-image] Aug 19 18:33:11.216 INFO O| Aug 19 18:33:11.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5341 | 2024-08-19T18:33:12.929Z | [ recovery-image] Aug 19 18:33:11.216 INFO O| Aug 19 18:33:11.216 INFO STEP 489 (remove_files) COMPLETE |
5342 | 2024-08-19T18:33:12.931Z | [ recovery-image] Aug 19 18:33:11.216 INFO O| Aug 19 18:33:11.216 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-19T18:33:12.942Z | [ recovery-image] Aug 19 18:33:11.230 INFO O| Aug 19 18:33:11.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5344 | 2024-08-19T18:33:12.942Z | [ recovery-image] Aug 19 18:33:11.230 INFO O| Aug 19 18:33:11.230 INFO STEP 490 (remove_files) COMPLETE |
5345 | 2024-08-19T18:33:12.945Z | [ recovery-image] Aug 19 18:33:11.230 INFO O| Aug 19 18:33:11.230 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-08-19T18:33:12.955Z | [ recovery-image] Aug 19 18:33:11.243 INFO O| Aug 19 18:33:11.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5347 | 2024-08-19T18:33:12.958Z | [ recovery-image] Aug 19 18:33:11.243 INFO O| Aug 19 18:33:11.243 INFO STEP 491 (remove_files) COMPLETE |
5348 | 2024-08-19T18:33:12.958Z | [ recovery-image] Aug 19 18:33:11.243 INFO O| Aug 19 18:33:11.243 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-08-19T18:33:12.969Z | [ recovery-image] Aug 19 18:33:11.256 INFO O| Aug 19 18:33:11.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5350 | 2024-08-19T18:33:12.969Z | [ recovery-image] Aug 19 18:33:11.256 INFO O| Aug 19 18:33:11.256 INFO STEP 492 (remove_files) COMPLETE |
5351 | 2024-08-19T18:33:12.972Z | [ recovery-image] Aug 19 18:33:11.256 INFO O| Aug 19 18:33:11.256 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-08-19T18:33:12.982Z | [ recovery-image] Aug 19 18:33:11.269 INFO O| Aug 19 18:33:11.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5353 | 2024-08-19T18:33:12.983Z | [ recovery-image] Aug 19 18:33:11.269 INFO O| Aug 19 18:33:11.269 INFO STEP 493 (remove_files) COMPLETE |
5354 | 2024-08-19T18:33:12.983Z | [ recovery-image] Aug 19 18:33:11.269 INFO O| Aug 19 18:33:11.269 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-08-19T18:33:12.996Z | [ recovery-image] Aug 19 18:33:11.283 INFO O| Aug 19 18:33:11.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5356 | 2024-08-19T18:33:12.996Z | [ recovery-image] Aug 19 18:33:11.283 INFO O| Aug 19 18:33:11.283 INFO STEP 494 (remove_files) COMPLETE |
5357 | 2024-08-19T18:33:13.007Z | [ recovery-image] Aug 19 18:33:11.283 INFO O| Aug 19 18:33:11.283 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-08-19T18:33:13.011Z | [ recovery-image] Aug 19 18:33:11.296 INFO O| Aug 19 18:33:11.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5359 | 2024-08-19T18:33:13.012Z | [ recovery-image] Aug 19 18:33:11.297 INFO O| Aug 19 18:33:11.297 INFO STEP 495 (remove_files) COMPLETE |
5360 | 2024-08-19T18:33:13.012Z | [ recovery-image] Aug 19 18:33:11.297 INFO O| Aug 19 18:33:11.297 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-08-19T18:33:13.021Z | [ recovery-image] Aug 19 18:33:11.309 INFO O| Aug 19 18:33:11.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5362 | 2024-08-19T18:33:13.021Z | [ recovery-image] Aug 19 18:33:11.309 INFO O| Aug 19 18:33:11.309 INFO STEP 496 (remove_files) COMPLETE |
5363 | 2024-08-19T18:33:13.021Z | [ recovery-image] Aug 19 18:33:11.309 INFO O| Aug 19 18:33:11.309 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-08-19T18:33:13.033Z | [ recovery-image] Aug 19 18:33:11.321 INFO O| Aug 19 18:33:11.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5365 | 2024-08-19T18:33:13.033Z | [ recovery-image] Aug 19 18:33:11.321 INFO O| Aug 19 18:33:11.321 INFO STEP 497 (remove_files) COMPLETE |
5366 | 2024-08-19T18:33:13.033Z | [ recovery-image] Aug 19 18:33:11.321 INFO O| Aug 19 18:33:11.321 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-08-19T18:33:13.045Z | [ recovery-image] Aug 19 18:33:11.333 INFO O| Aug 19 18:33:11.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5368 | 2024-08-19T18:33:13.048Z | [ recovery-image] Aug 19 18:33:11.333 INFO O| Aug 19 18:33:11.333 INFO STEP 498 (remove_files) COMPLETE |
5369 | 2024-08-19T18:33:13.048Z | [ recovery-image] Aug 19 18:33:11.333 INFO O| Aug 19 18:33:11.333 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-08-19T18:33:13.057Z | [ recovery-image] Aug 19 18:33:11.344 INFO O| Aug 19 18:33:11.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5371 | 2024-08-19T18:33:13.057Z | [ recovery-image] Aug 19 18:33:11.344 INFO O| Aug 19 18:33:11.344 INFO STEP 499 (remove_files) COMPLETE |
5372 | 2024-08-19T18:33:13.059Z | [ recovery-image] Aug 19 18:33:11.344 INFO O| Aug 19 18:33:11.344 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-08-19T18:33:13.068Z | [ recovery-image] Aug 19 18:33:11.355 INFO O| Aug 19 18:33:11.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5374 | 2024-08-19T18:33:13.070Z | [ recovery-image] Aug 19 18:33:11.355 INFO O| Aug 19 18:33:11.355 INFO STEP 500 (remove_files) COMPLETE |
5375 | 2024-08-19T18:33:13.070Z | [ recovery-image] Aug 19 18:33:11.355 INFO O| Aug 19 18:33:11.355 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-08-19T18:33:13.079Z | [ recovery-image] Aug 19 18:33:11.366 INFO O| Aug 19 18:33:11.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5377 | 2024-08-19T18:33:13.079Z | [ recovery-image] Aug 19 18:33:11.367 INFO O| Aug 19 18:33:11.367 INFO STEP 501 (remove_files) COMPLETE |
5378 | 2024-08-19T18:33:13.079Z | [ recovery-image] Aug 19 18:33:11.367 INFO O| Aug 19 18:33:11.367 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-08-19T18:33:13.090Z | [ recovery-image] Aug 19 18:33:11.378 INFO O| Aug 19 18:33:11.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5380 | 2024-08-19T18:33:13.090Z | [ recovery-image] Aug 19 18:33:11.378 INFO O| Aug 19 18:33:11.378 INFO STEP 502 (remove_files) COMPLETE |
5381 | 2024-08-19T18:33:13.090Z | [ recovery-image] Aug 19 18:33:11.378 INFO O| Aug 19 18:33:11.378 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-08-19T18:33:13.101Z | [ recovery-image] Aug 19 18:33:11.389 INFO O| Aug 19 18:33:11.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5383 | 2024-08-19T18:33:13.101Z | [ recovery-image] Aug 19 18:33:11.389 INFO O| Aug 19 18:33:11.389 INFO STEP 503 (remove_files) COMPLETE |
5384 | 2024-08-19T18:33:13.104Z | [ recovery-image] Aug 19 18:33:11.389 INFO O| Aug 19 18:33:11.389 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-08-19T18:33:13.112Z | [ recovery-image] Aug 19 18:33:11.400 INFO O| Aug 19 18:33:11.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5386 | 2024-08-19T18:33:13.112Z | [ recovery-image] Aug 19 18:33:11.400 INFO O| Aug 19 18:33:11.400 INFO STEP 504 (remove_files) COMPLETE |
5387 | 2024-08-19T18:33:13.115Z | [ recovery-image] Aug 19 18:33:11.400 INFO O| Aug 19 18:33:11.400 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-08-19T18:33:13.124Z | [ recovery-image] Aug 19 18:33:11.412 INFO O| Aug 19 18:33:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5389 | 2024-08-19T18:33:13.127Z | [ recovery-image] Aug 19 18:33:11.412 INFO O| Aug 19 18:33:11.412 INFO STEP 505 (remove_files) COMPLETE |
5390 | 2024-08-19T18:33:13.127Z | [ recovery-image] Aug 19 18:33:11.412 INFO O| Aug 19 18:33:11.412 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-08-19T18:33:13.137Z | [ recovery-image] Aug 19 18:33:11.424 INFO O| Aug 19 18:33:11.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5392 | 2024-08-19T18:33:13.139Z | [ recovery-image] Aug 19 18:33:11.425 INFO O| Aug 19 18:33:11.425 INFO STEP 506 (remove_files) COMPLETE |
5393 | 2024-08-19T18:33:13.139Z | [ recovery-image] Aug 19 18:33:11.425 INFO O| Aug 19 18:33:11.425 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-08-19T18:33:13.150Z | [ recovery-image] Aug 19 18:33:11.437 INFO O| Aug 19 18:33:11.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5395 | 2024-08-19T18:33:13.150Z | [ recovery-image] Aug 19 18:33:11.437 INFO O| Aug 19 18:33:11.437 INFO STEP 507 (remove_files) COMPLETE |
5396 | 2024-08-19T18:33:13.153Z | [ recovery-image] Aug 19 18:33:11.437 INFO O| Aug 19 18:33:11.437 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-08-19T18:33:13.162Z | [ recovery-image] Aug 19 18:33:11.449 INFO O| Aug 19 18:33:11.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5398 | 2024-08-19T18:33:13.162Z | [ recovery-image] Aug 19 18:33:11.449 INFO O| Aug 19 18:33:11.449 INFO STEP 508 (remove_files) COMPLETE |
5399 | 2024-08-19T18:33:13.162Z | [ recovery-image] Aug 19 18:33:11.449 INFO O| Aug 19 18:33:11.449 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-08-19T18:33:13.174Z | [ recovery-image] Aug 19 18:33:11.462 INFO O| Aug 19 18:33:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5401 | 2024-08-19T18:33:13.174Z | [ recovery-image] Aug 19 18:33:11.462 INFO O| Aug 19 18:33:11.462 INFO STEP 509 (remove_files) COMPLETE |
5402 | 2024-08-19T18:33:13.174Z | [ recovery-image] Aug 19 18:33:11.462 INFO O| Aug 19 18:33:11.462 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-08-19T18:33:13.187Z | [ recovery-image] Aug 19 18:33:11.474 INFO O| Aug 19 18:33:11.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5404 | 2024-08-19T18:33:13.188Z | [ recovery-image] Aug 19 18:33:11.474 INFO O| Aug 19 18:33:11.474 INFO STEP 510 (remove_files) COMPLETE |
5405 | 2024-08-19T18:33:13.191Z | [ recovery-image] Aug 19 18:33:11.474 INFO O| Aug 19 18:33:11.474 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-08-19T18:33:13.199Z | [ recovery-image] Aug 19 18:33:11.487 INFO O| Aug 19 18:33:11.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5407 | 2024-08-19T18:33:13.199Z | [ recovery-image] Aug 19 18:33:11.487 INFO O| Aug 19 18:33:11.487 INFO STEP 511 (remove_files) COMPLETE |
5408 | 2024-08-19T18:33:13.202Z | [ recovery-image] Aug 19 18:33:11.487 INFO O| Aug 19 18:33:11.487 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-08-19T18:33:13.212Z | [ recovery-image] Aug 19 18:33:11.499 INFO O| Aug 19 18:33:11.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5410 | 2024-08-19T18:33:13.212Z | [ recovery-image] Aug 19 18:33:11.499 INFO O| Aug 19 18:33:11.499 INFO STEP 512 (remove_files) COMPLETE |
5411 | 2024-08-19T18:33:13.212Z | [ recovery-image] Aug 19 18:33:11.499 INFO O| Aug 19 18:33:11.499 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-08-19T18:33:13.225Z | [ recovery-image] Aug 19 18:33:11.512 INFO O| Aug 19 18:33:11.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5413 | 2024-08-19T18:33:13.225Z | [ recovery-image] Aug 19 18:33:11.512 INFO O| Aug 19 18:33:11.512 INFO STEP 513 (remove_files) COMPLETE |
5414 | 2024-08-19T18:33:13.225Z | [ recovery-image] Aug 19 18:33:11.512 INFO O| Aug 19 18:33:11.512 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-08-19T18:33:13.237Z | [ recovery-image] Aug 19 18:33:11.524 INFO O| Aug 19 18:33:11.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5416 | 2024-08-19T18:33:13.237Z | [ recovery-image] Aug 19 18:33:11.524 INFO O| Aug 19 18:33:11.524 INFO STEP 514 (remove_files) COMPLETE |
5417 | 2024-08-19T18:33:13.240Z | [ recovery-image] Aug 19 18:33:11.524 INFO O| Aug 19 18:33:11.524 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-08-19T18:33:13.250Z | [ recovery-image] Aug 19 18:33:11.537 INFO O| Aug 19 18:33:11.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5419 | 2024-08-19T18:33:13.252Z | [ recovery-image] Aug 19 18:33:11.537 INFO O| Aug 19 18:33:11.537 INFO STEP 515 (remove_files) COMPLETE |
5420 | 2024-08-19T18:33:13.252Z | [ recovery-image] Aug 19 18:33:11.537 INFO O| Aug 19 18:33:11.537 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-08-19T18:33:13.264Z | [ recovery-image] Aug 19 18:33:11.551 INFO O| Aug 19 18:33:11.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5422 | 2024-08-19T18:33:13.267Z | [ recovery-image] Aug 19 18:33:11.551 INFO O| Aug 19 18:33:11.551 INFO STEP 516 (remove_files) COMPLETE |
5423 | 2024-08-19T18:33:13.267Z | [ recovery-image] Aug 19 18:33:11.551 INFO O| Aug 19 18:33:11.551 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-19T18:33:13.278Z | [ recovery-image] Aug 19 18:33:11.565 INFO O| Aug 19 18:33:11.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5425 | 2024-08-19T18:33:13.278Z | [ recovery-image] Aug 19 18:33:11.565 INFO O| Aug 19 18:33:11.565 INFO STEP 517 (remove_files) COMPLETE |
5426 | 2024-08-19T18:33:13.278Z | [ recovery-image] Aug 19 18:33:11.565 INFO O| Aug 19 18:33:11.565 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-19T18:33:13.291Z | [ recovery-image] Aug 19 18:33:11.578 INFO O| Aug 19 18:33:11.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5428 | 2024-08-19T18:33:13.291Z | [ recovery-image] Aug 19 18:33:11.579 INFO O| Aug 19 18:33:11.578 INFO STEP 518 (remove_files) COMPLETE |
5429 | 2024-08-19T18:33:13.294Z | [ recovery-image] Aug 19 18:33:11.579 INFO O| Aug 19 18:33:11.578 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-19T18:33:13.305Z | [ recovery-image] Aug 19 18:33:11.591 INFO O| Aug 19 18:33:11.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5431 | 2024-08-19T18:33:13.305Z | [ recovery-image] Aug 19 18:33:11.591 INFO O| Aug 19 18:33:11.591 INFO STEP 519 (remove_files) COMPLETE |
5432 | 2024-08-19T18:33:13.307Z | [ recovery-image] Aug 19 18:33:11.592 INFO O| Aug 19 18:33:11.591 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-19T18:33:13.318Z | [ recovery-image] Aug 19 18:33:11.605 INFO O| Aug 19 18:33:11.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5434 | 2024-08-19T18:33:13.318Z | [ recovery-image] Aug 19 18:33:11.605 INFO O| Aug 19 18:33:11.605 INFO STEP 520 (remove_files) COMPLETE |
5435 | 2024-08-19T18:33:13.320Z | [ recovery-image] Aug 19 18:33:11.605 INFO O| Aug 19 18:33:11.605 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-19T18:33:13.331Z | [ recovery-image] Aug 19 18:33:11.618 INFO O| Aug 19 18:33:11.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5437 | 2024-08-19T18:33:13.333Z | [ recovery-image] Aug 19 18:33:11.619 INFO O| Aug 19 18:33:11.619 INFO STEP 521 (remove_files) COMPLETE |
5438 | 2024-08-19T18:33:13.333Z | [ recovery-image] Aug 19 18:33:11.619 INFO O| Aug 19 18:33:11.619 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-19T18:33:13.345Z | [ recovery-image] Aug 19 18:33:11.632 INFO O| Aug 19 18:33:11.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5440 | 2024-08-19T18:33:13.345Z | [ recovery-image] Aug 19 18:33:11.633 INFO O| Aug 19 18:33:11.633 INFO STEP 522 (remove_files) COMPLETE |
5441 | 2024-08-19T18:33:13.347Z | [ recovery-image] Aug 19 18:33:11.633 INFO O| Aug 19 18:33:11.633 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-19T18:33:13.360Z | [ recovery-image] Aug 19 18:33:11.647 INFO O| Aug 19 18:33:11.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5443 | 2024-08-19T18:33:13.360Z | [ recovery-image] Aug 19 18:33:11.647 INFO O| Aug 19 18:33:11.647 INFO STEP 523 (remove_files) COMPLETE |
5444 | 2024-08-19T18:33:13.362Z | [ recovery-image] Aug 19 18:33:11.647 INFO O| Aug 19 18:33:11.647 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-19T18:33:13.374Z | [ recovery-image] Aug 19 18:33:11.662 INFO O| Aug 19 18:33:11.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5446 | 2024-08-19T18:33:13.374Z | [ recovery-image] Aug 19 18:33:11.662 INFO O| Aug 19 18:33:11.662 INFO STEP 524 (remove_files) COMPLETE |
5447 | 2024-08-19T18:33:13.377Z | [ recovery-image] Aug 19 18:33:11.662 INFO O| Aug 19 18:33:11.662 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-19T18:33:13.389Z | [ recovery-image] Aug 19 18:33:11.676 INFO O| Aug 19 18:33:11.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5449 | 2024-08-19T18:33:13.389Z | [ recovery-image] Aug 19 18:33:11.676 INFO O| Aug 19 18:33:11.676 INFO STEP 525 (remove_files) COMPLETE |
5450 | 2024-08-19T18:33:13.391Z | [ recovery-image] Aug 19 18:33:11.676 INFO O| Aug 19 18:33:11.676 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-19T18:33:13.403Z | [ recovery-image] Aug 19 18:33:11.691 INFO O| Aug 19 18:33:11.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5452 | 2024-08-19T18:33:13.403Z | [ recovery-image] Aug 19 18:33:11.691 INFO O| Aug 19 18:33:11.691 INFO STEP 526 (remove_files) COMPLETE |
5453 | 2024-08-19T18:33:13.403Z | [ recovery-image] Aug 19 18:33:11.691 INFO O| Aug 19 18:33:11.691 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-19T18:33:13.417Z | [ recovery-image] Aug 19 18:33:11.705 INFO O| Aug 19 18:33:11.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5455 | 2024-08-19T18:33:13.417Z | [ recovery-image] Aug 19 18:33:11.705 INFO O| Aug 19 18:33:11.705 INFO STEP 527 (remove_files) COMPLETE |
5456 | 2024-08-19T18:33:13.420Z | [ recovery-image] Aug 19 18:33:11.705 INFO O| Aug 19 18:33:11.705 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-19T18:33:13.431Z | [ recovery-image] Aug 19 18:33:11.718 INFO O| Aug 19 18:33:11.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5458 | 2024-08-19T18:33:13.431Z | [ recovery-image] Aug 19 18:33:11.718 INFO O| Aug 19 18:33:11.718 INFO STEP 528 (remove_files) COMPLETE |
5459 | 2024-08-19T18:33:13.433Z | [ recovery-image] Aug 19 18:33:11.718 INFO O| Aug 19 18:33:11.718 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-19T18:33:13.444Z | [ recovery-image] Aug 19 18:33:11.731 INFO O| Aug 19 18:33:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5461 | 2024-08-19T18:33:13.444Z | [ recovery-image] Aug 19 18:33:11.731 INFO O| Aug 19 18:33:11.731 INFO STEP 529 (remove_files) COMPLETE |
5462 | 2024-08-19T18:33:13.444Z | [ recovery-image] Aug 19 18:33:11.731 INFO O| Aug 19 18:33:11.731 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-19T18:33:13.458Z | [ recovery-image] Aug 19 18:33:11.746 INFO O| Aug 19 18:33:11.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5464 | 2024-08-19T18:33:13.458Z | [ recovery-image] Aug 19 18:33:11.746 INFO O| Aug 19 18:33:11.746 INFO STEP 530 (remove_files) COMPLETE |
5465 | 2024-08-19T18:33:13.458Z | [ recovery-image] Aug 19 18:33:11.746 INFO O| Aug 19 18:33:11.746 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-19T18:33:13.470Z | [ recovery-image] Aug 19 18:33:11.758 INFO O| Aug 19 18:33:11.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5467 | 2024-08-19T18:33:13.470Z | [ recovery-image] Aug 19 18:33:11.758 INFO O| Aug 19 18:33:11.758 INFO STEP 531 (remove_files) COMPLETE |
5468 | 2024-08-19T18:33:13.472Z | [ recovery-image] Aug 19 18:33:11.758 INFO O| Aug 19 18:33:11.758 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-19T18:33:13.481Z | [ recovery-image] Aug 19 18:33:11.769 INFO O| Aug 19 18:33:11.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5470 | 2024-08-19T18:33:13.483Z | [ recovery-image] Aug 19 18:33:11.769 INFO O| Aug 19 18:33:11.769 INFO STEP 532 (remove_files) COMPLETE |
5471 | 2024-08-19T18:33:13.483Z | [ recovery-image] Aug 19 18:33:11.769 INFO O| Aug 19 18:33:11.769 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-19T18:33:13.492Z | [ recovery-image] Aug 19 18:33:11.779 INFO O| Aug 19 18:33:11.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5473 | 2024-08-19T18:33:13.494Z | [ recovery-image] Aug 19 18:33:11.779 INFO O| Aug 19 18:33:11.779 INFO STEP 533 (remove_files) COMPLETE |
5474 | 2024-08-19T18:33:13.494Z | [ recovery-image] Aug 19 18:33:11.779 INFO O| Aug 19 18:33:11.779 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-19T18:33:13.508Z | [ recovery-image] Aug 19 18:33:11.794 INFO O| Aug 19 18:33:11.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5476 | 2024-08-19T18:33:13.508Z | [ recovery-image] Aug 19 18:33:11.794 INFO O| Aug 19 18:33:11.794 INFO STEP 534 (remove_files) COMPLETE |
5477 | 2024-08-19T18:33:13.511Z | [ recovery-image] Aug 19 18:33:11.795 INFO O| Aug 19 18:33:11.794 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-19T18:33:13.518Z | [ recovery-image] Aug 19 18:33:11.805 INFO O| Aug 19 18:33:11.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5479 | 2024-08-19T18:33:13.521Z | [ recovery-image] Aug 19 18:33:11.806 INFO O| Aug 19 18:33:11.806 INFO STEP 535 (remove_files) COMPLETE |
5480 | 2024-08-19T18:33:13.521Z | [ recovery-image] Aug 19 18:33:11.806 INFO O| Aug 19 18:33:11.806 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-19T18:33:13.530Z | [ recovery-image] Aug 19 18:33:11.817 INFO O| Aug 19 18:33:11.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5482 | 2024-08-19T18:33:13.534Z | [ recovery-image] Aug 19 18:33:11.817 INFO O| Aug 19 18:33:11.817 INFO STEP 536 (remove_files) COMPLETE |
5483 | 2024-08-19T18:33:13.534Z | [ recovery-image] Aug 19 18:33:11.817 INFO O| Aug 19 18:33:11.817 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-19T18:33:13.543Z | [ recovery-image] Aug 19 18:33:11.830 INFO O| Aug 19 18:33:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5485 | 2024-08-19T18:33:13.543Z | [ recovery-image] Aug 19 18:33:11.830 INFO O| Aug 19 18:33:11.830 INFO STEP 537 (remove_files) COMPLETE |
5486 | 2024-08-19T18:33:13.546Z | [ recovery-image] Aug 19 18:33:11.830 INFO O| Aug 19 18:33:11.830 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-19T18:33:13.555Z | [ recovery-image] Aug 19 18:33:11.842 INFO O| Aug 19 18:33:11.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5488 | 2024-08-19T18:33:13.555Z | [ recovery-image] Aug 19 18:33:11.842 INFO O| Aug 19 18:33:11.842 INFO STEP 538 (remove_files) COMPLETE |
5489 | 2024-08-19T18:33:13.557Z | [ recovery-image] Aug 19 18:33:11.842 INFO O| Aug 19 18:33:11.842 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-19T18:33:13.566Z | [ recovery-image] Aug 19 18:33:11.853 INFO O| Aug 19 18:33:11.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5491 | 2024-08-19T18:33:13.566Z | [ recovery-image] Aug 19 18:33:11.853 INFO O| Aug 19 18:33:11.853 INFO STEP 539 (remove_files) COMPLETE |
5492 | 2024-08-19T18:33:13.566Z | [ recovery-image] Aug 19 18:33:11.853 INFO O| Aug 19 18:33:11.853 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-19T18:33:13.576Z | [ recovery-image] Aug 19 18:33:11.864 INFO O| Aug 19 18:33:11.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5494 | 2024-08-19T18:33:13.578Z | [ recovery-image] Aug 19 18:33:11.864 INFO O| Aug 19 18:33:11.864 INFO STEP 540 (remove_files) COMPLETE |
5495 | 2024-08-19T18:33:13.578Z | [ recovery-image] Aug 19 18:33:11.864 INFO O| Aug 19 18:33:11.864 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-19T18:33:13.586Z | [ recovery-image] Aug 19 18:33:11.874 INFO O| Aug 19 18:33:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5497 | 2024-08-19T18:33:13.586Z | [ recovery-image] Aug 19 18:33:11.874 INFO O| Aug 19 18:33:11.874 INFO STEP 541 (remove_files) COMPLETE |
5498 | 2024-08-19T18:33:13.587Z | [ recovery-image] Aug 19 18:33:11.874 INFO O| Aug 19 18:33:11.874 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-19T18:33:13.597Z | [ recovery-image] Aug 19 18:33:11.884 INFO O| Aug 19 18:33:11.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5500 | 2024-08-19T18:33:13.597Z | [ recovery-image] Aug 19 18:33:11.884 INFO O| Aug 19 18:33:11.884 INFO STEP 542 (remove_files) COMPLETE |
5501 | 2024-08-19T18:33:13.597Z | [ recovery-image] Aug 19 18:33:11.884 INFO O| Aug 19 18:33:11.884 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-19T18:33:13.607Z | [ recovery-image] Aug 19 18:33:11.895 INFO O| Aug 19 18:33:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5503 | 2024-08-19T18:33:13.607Z | [ recovery-image] Aug 19 18:33:11.895 INFO O| Aug 19 18:33:11.895 INFO STEP 543 (remove_files) COMPLETE |
5504 | 2024-08-19T18:33:13.609Z | [ recovery-image] Aug 19 18:33:11.895 INFO O| Aug 19 18:33:11.895 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-19T18:33:13.617Z | [ recovery-image] Aug 19 18:33:11.905 INFO O| Aug 19 18:33:11.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5506 | 2024-08-19T18:33:13.617Z | [ recovery-image] Aug 19 18:33:11.905 INFO O| Aug 19 18:33:11.905 INFO STEP 544 (remove_files) COMPLETE |
5507 | 2024-08-19T18:33:13.617Z | [ recovery-image] Aug 19 18:33:11.905 INFO O| Aug 19 18:33:11.905 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-19T18:33:13.628Z | [ recovery-image] Aug 19 18:33:11.915 INFO O| Aug 19 18:33:11.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5509 | 2024-08-19T18:33:13.628Z | [ recovery-image] Aug 19 18:33:11.915 INFO O| Aug 19 18:33:11.915 INFO STEP 545 (remove_files) COMPLETE |
5510 | 2024-08-19T18:33:13.631Z | [ recovery-image] Aug 19 18:33:11.915 INFO O| Aug 19 18:33:11.915 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-19T18:33:13.638Z | [ recovery-image] Aug 19 18:33:11.925 INFO O| Aug 19 18:33:11.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5512 | 2024-08-19T18:33:13.641Z | [ recovery-image] Aug 19 18:33:11.925 INFO O| Aug 19 18:33:11.925 INFO STEP 546 (remove_files) COMPLETE |
5513 | 2024-08-19T18:33:13.642Z | [ recovery-image] Aug 19 18:33:11.925 INFO O| Aug 19 18:33:11.925 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-19T18:33:13.648Z | [ recovery-image] Aug 19 18:33:11.936 INFO O| Aug 19 18:33:11.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5515 | 2024-08-19T18:33:13.648Z | [ recovery-image] Aug 19 18:33:11.936 INFO O| Aug 19 18:33:11.936 INFO STEP 547 (remove_files) COMPLETE |
5516 | 2024-08-19T18:33:13.651Z | [ recovery-image] Aug 19 18:33:11.936 INFO O| Aug 19 18:33:11.936 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-19T18:33:13.658Z | [ recovery-image] Aug 19 18:33:11.946 INFO O| Aug 19 18:33:11.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5518 | 2024-08-19T18:33:13.658Z | [ recovery-image] Aug 19 18:33:11.946 INFO O| Aug 19 18:33:11.946 INFO STEP 548 (remove_files) COMPLETE |
5519 | 2024-08-19T18:33:13.658Z | [ recovery-image] Aug 19 18:33:11.946 INFO O| Aug 19 18:33:11.946 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-19T18:33:13.669Z | [ recovery-image] Aug 19 18:33:11.956 INFO O| Aug 19 18:33:11.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5521 | 2024-08-19T18:33:13.669Z | [ recovery-image] Aug 19 18:33:11.957 INFO O| Aug 19 18:33:11.956 INFO STEP 549 (remove_files) COMPLETE |
5522 | 2024-08-19T18:33:13.671Z | [ recovery-image] Aug 19 18:33:11.957 INFO O| Aug 19 18:33:11.956 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-19T18:33:13.679Z | [ recovery-image] Aug 19 18:33:11.967 INFO O| Aug 19 18:33:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5524 | 2024-08-19T18:33:13.679Z | [ recovery-image] Aug 19 18:33:11.967 INFO O| Aug 19 18:33:11.967 INFO STEP 550 (remove_files) COMPLETE |
5525 | 2024-08-19T18:33:13.679Z | [ recovery-image] Aug 19 18:33:11.967 INFO O| Aug 19 18:33:11.967 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-19T18:33:13.689Z | [ recovery-image] Aug 19 18:33:11.977 INFO O| Aug 19 18:33:11.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5527 | 2024-08-19T18:33:13.690Z | [ recovery-image] Aug 19 18:33:11.977 INFO O| Aug 19 18:33:11.977 INFO STEP 551 (remove_files) COMPLETE |
5528 | 2024-08-19T18:33:13.690Z | [ recovery-image] Aug 19 18:33:11.977 INFO O| Aug 19 18:33:11.977 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-19T18:33:13.700Z | [ recovery-image] Aug 19 18:33:11.987 INFO O| Aug 19 18:33:11.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5530 | 2024-08-19T18:33:13.700Z | [ recovery-image] Aug 19 18:33:11.987 INFO O| Aug 19 18:33:11.987 INFO STEP 552 (remove_files) COMPLETE |
5531 | 2024-08-19T18:33:13.702Z | [ recovery-image] Aug 19 18:33:11.987 INFO O| Aug 19 18:33:11.987 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-19T18:33:13.710Z | [ recovery-image] Aug 19 18:33:11.997 INFO O| Aug 19 18:33:11.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5533 | 2024-08-19T18:33:13.710Z | [ recovery-image] Aug 19 18:33:11.997 INFO O| Aug 19 18:33:11.997 INFO STEP 553 (remove_files) COMPLETE |
5534 | 2024-08-19T18:33:13.710Z | [ recovery-image] Aug 19 18:33:11.997 INFO O| Aug 19 18:33:11.997 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-19T18:33:13.720Z | [ recovery-image] Aug 19 18:33:12.008 INFO O| Aug 19 18:33:12.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5536 | 2024-08-19T18:33:13.723Z | [ recovery-image] Aug 19 18:33:12.008 INFO O| Aug 19 18:33:12.008 INFO STEP 554 (remove_files) COMPLETE |
5537 | 2024-08-19T18:33:13.723Z | [ recovery-image] Aug 19 18:33:12.008 INFO O| Aug 19 18:33:12.008 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-19T18:33:13.731Z | [ recovery-image] Aug 19 18:33:12.018 INFO O| Aug 19 18:33:12.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5539 | 2024-08-19T18:33:13.734Z | [ recovery-image] Aug 19 18:33:12.019 INFO O| Aug 19 18:33:12.019 INFO STEP 555 (remove_files) COMPLETE |
5540 | 2024-08-19T18:33:13.734Z | [ recovery-image] Aug 19 18:33:12.019 INFO O| Aug 19 18:33:12.019 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-19T18:33:13.742Z | [ recovery-image] Aug 19 18:33:12.029 INFO O| Aug 19 18:33:12.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5542 | 2024-08-19T18:33:13.745Z | [ recovery-image] Aug 19 18:33:12.030 INFO O| Aug 19 18:33:12.030 INFO STEP 556 (remove_files) COMPLETE |
5543 | 2024-08-19T18:33:13.745Z | [ recovery-image] Aug 19 18:33:12.030 INFO O| Aug 19 18:33:12.030 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-19T18:33:13.753Z | [ recovery-image] Aug 19 18:33:12.040 INFO O| Aug 19 18:33:12.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5545 | 2024-08-19T18:33:13.755Z | [ recovery-image] Aug 19 18:33:12.040 INFO O| Aug 19 18:33:12.040 INFO STEP 557 (remove_files) COMPLETE |
5546 | 2024-08-19T18:33:13.755Z | [ recovery-image] Aug 19 18:33:12.040 INFO O| Aug 19 18:33:12.040 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-19T18:33:13.763Z | [ recovery-image] Aug 19 18:33:12.050 INFO O| Aug 19 18:33:12.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5548 | 2024-08-19T18:33:13.763Z | [ recovery-image] Aug 19 18:33:12.050 INFO O| Aug 19 18:33:12.050 INFO STEP 558 (remove_files) COMPLETE |
5549 | 2024-08-19T18:33:13.763Z | [ recovery-image] Aug 19 18:33:12.050 INFO O| Aug 19 18:33:12.050 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-19T18:33:13.773Z | [ recovery-image] Aug 19 18:33:12.060 INFO O| Aug 19 18:33:12.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5551 | 2024-08-19T18:33:13.773Z | [ recovery-image] Aug 19 18:33:12.060 INFO O| Aug 19 18:33:12.060 INFO STEP 559 (remove_files) COMPLETE |
5552 | 2024-08-19T18:33:13.775Z | [ recovery-image] Aug 19 18:33:12.060 INFO O| Aug 19 18:33:12.060 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-19T18:33:13.783Z | [ recovery-image] Aug 19 18:33:12.071 INFO O| Aug 19 18:33:12.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5554 | 2024-08-19T18:33:13.783Z | [ recovery-image] Aug 19 18:33:12.071 INFO O| Aug 19 18:33:12.071 INFO STEP 560 (remove_files) COMPLETE |
5555 | 2024-08-19T18:33:13.783Z | [ recovery-image] Aug 19 18:33:12.071 INFO O| Aug 19 18:33:12.071 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-19T18:33:13.793Z | [ recovery-image] Aug 19 18:33:12.081 INFO O| Aug 19 18:33:12.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5557 | 2024-08-19T18:33:13.793Z | [ recovery-image] Aug 19 18:33:12.081 INFO O| Aug 19 18:33:12.081 INFO STEP 561 (remove_files) COMPLETE |
5558 | 2024-08-19T18:33:13.795Z | [ recovery-image] Aug 19 18:33:12.081 INFO O| Aug 19 18:33:12.081 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-19T18:33:13.804Z | [ recovery-image] Aug 19 18:33:12.091 INFO O| Aug 19 18:33:12.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5560 | 2024-08-19T18:33:13.806Z | [ recovery-image] Aug 19 18:33:12.092 INFO O| Aug 19 18:33:12.092 INFO STEP 562 (remove_files) COMPLETE |
5561 | 2024-08-19T18:33:13.806Z | [ recovery-image] Aug 19 18:33:12.092 INFO O| Aug 19 18:33:12.092 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-19T18:33:13.817Z | [ recovery-image] Aug 19 18:33:12.104 INFO O| Aug 19 18:33:12.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5563 | 2024-08-19T18:33:13.817Z | [ recovery-image] Aug 19 18:33:12.104 INFO O| Aug 19 18:33:12.104 INFO STEP 563 (remove_files) COMPLETE |
5564 | 2024-08-19T18:33:13.817Z | [ recovery-image] Aug 19 18:33:12.104 INFO O| Aug 19 18:33:12.104 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-19T18:33:13.828Z | [ recovery-image] Aug 19 18:33:12.115 INFO O| Aug 19 18:33:12.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5566 | 2024-08-19T18:33:13.828Z | [ recovery-image] Aug 19 18:33:12.115 INFO O| Aug 19 18:33:12.115 INFO STEP 564 (remove_files) COMPLETE |
5567 | 2024-08-19T18:33:13.830Z | [ recovery-image] Aug 19 18:33:12.115 INFO O| Aug 19 18:33:12.115 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-19T18:33:13.839Z | [ recovery-image] Aug 19 18:33:12.127 INFO O| Aug 19 18:33:12.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5569 | 2024-08-19T18:33:13.839Z | [ recovery-image] Aug 19 18:33:12.127 INFO O| Aug 19 18:33:12.127 INFO STEP 565 (remove_files) COMPLETE |
5570 | 2024-08-19T18:33:13.842Z | [ recovery-image] Aug 19 18:33:12.127 INFO O| Aug 19 18:33:12.127 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-19T18:33:13.853Z | [ recovery-image] Aug 19 18:33:12.141 INFO O| Aug 19 18:33:12.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5572 | 2024-08-19T18:33:13.853Z | [ recovery-image] Aug 19 18:33:12.141 INFO O| Aug 19 18:33:12.141 INFO STEP 566 (remove_files) COMPLETE |
5573 | 2024-08-19T18:33:13.853Z | [ recovery-image] Aug 19 18:33:12.141 INFO O| Aug 19 18:33:12.141 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-19T18:33:13.866Z | [ host-image] Aug 19 18:33:12.154 INFO O| Aug 19 18:33:12.154 INFO O| Actions: 13720/49260 actions (Installing new actions) |
5575 | 2024-08-19T18:33:13.875Z | [ recovery-image] Aug 19 18:33:12.155 INFO O| Aug 19 18:33:12.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5576 | 2024-08-19T18:33:13.875Z | [ recovery-image] Aug 19 18:33:12.155 INFO O| Aug 19 18:33:12.155 INFO STEP 567 (remove_files) COMPLETE |
5577 | 2024-08-19T18:33:13.876Z | [ recovery-image] Aug 19 18:33:12.155 INFO O| Aug 19 18:33:12.155 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-08-19T18:33:13.879Z | [ recovery-image] Aug 19 18:33:12.166 INFO O| Aug 19 18:33:12.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5579 | 2024-08-19T18:33:13.879Z | [ recovery-image] Aug 19 18:33:12.167 INFO O| Aug 19 18:33:12.167 INFO STEP 568 (remove_files) COMPLETE |
5580 | 2024-08-19T18:33:13.879Z | [ recovery-image] Aug 19 18:33:12.167 INFO O| Aug 19 18:33:12.167 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-08-19T18:33:13.890Z | [ recovery-image] Aug 19 18:33:12.178 INFO O| Aug 19 18:33:12.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5582 | 2024-08-19T18:33:13.890Z | [ recovery-image] Aug 19 18:33:12.178 INFO O| Aug 19 18:33:12.178 INFO STEP 569 (remove_files) COMPLETE |
5583 | 2024-08-19T18:33:13.893Z | [ recovery-image] Aug 19 18:33:12.178 INFO O| Aug 19 18:33:12.178 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-08-19T18:33:13.903Z | [ recovery-image] Aug 19 18:33:12.190 INFO O| Aug 19 18:33:12.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5585 | 2024-08-19T18:33:13.903Z | [ recovery-image] Aug 19 18:33:12.190 INFO O| Aug 19 18:33:12.190 INFO STEP 570 (remove_files) COMPLETE |
5586 | 2024-08-19T18:33:13.903Z | [ recovery-image] Aug 19 18:33:12.190 INFO O| Aug 19 18:33:12.190 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-08-19T18:33:13.914Z | [ recovery-image] Aug 19 18:33:12.202 INFO O| Aug 19 18:33:12.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5588 | 2024-08-19T18:33:13.914Z | [ recovery-image] Aug 19 18:33:12.202 INFO O| Aug 19 18:33:12.202 INFO STEP 571 (remove_files) COMPLETE |
5589 | 2024-08-19T18:33:13.914Z | [ recovery-image] Aug 19 18:33:12.202 INFO O| Aug 19 18:33:12.202 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-08-19T18:33:13.927Z | [ recovery-image] Aug 19 18:33:12.214 INFO O| Aug 19 18:33:12.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5591 | 2024-08-19T18:33:13.927Z | [ recovery-image] Aug 19 18:33:12.214 INFO O| Aug 19 18:33:12.214 INFO STEP 572 (remove_files) COMPLETE |
5592 | 2024-08-19T18:33:13.930Z | [ recovery-image] Aug 19 18:33:12.214 INFO O| Aug 19 18:33:12.214 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-08-19T18:33:13.939Z | [ recovery-image] Aug 19 18:33:12.226 INFO O| Aug 19 18:33:12.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5594 | 2024-08-19T18:33:13.939Z | [ recovery-image] Aug 19 18:33:12.226 INFO O| Aug 19 18:33:12.226 INFO STEP 573 (remove_files) COMPLETE |
5595 | 2024-08-19T18:33:13.939Z | [ recovery-image] Aug 19 18:33:12.226 INFO O| Aug 19 18:33:12.226 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-08-19T18:33:13.950Z | [ recovery-image] Aug 19 18:33:12.238 INFO O| Aug 19 18:33:12.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5597 | 2024-08-19T18:33:13.950Z | [ recovery-image] Aug 19 18:33:12.238 INFO O| Aug 19 18:33:12.238 INFO STEP 574 (remove_files) COMPLETE |
5598 | 2024-08-19T18:33:13.950Z | [ recovery-image] Aug 19 18:33:12.238 INFO O| Aug 19 18:33:12.238 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-08-19T18:33:13.962Z | [ recovery-image] Aug 19 18:33:12.249 INFO O| Aug 19 18:33:12.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5600 | 2024-08-19T18:33:13.962Z | [ recovery-image] Aug 19 18:33:12.249 INFO O| Aug 19 18:33:12.249 INFO STEP 575 (remove_files) COMPLETE |
5601 | 2024-08-19T18:33:13.962Z | [ recovery-image] Aug 19 18:33:12.249 INFO O| Aug 19 18:33:12.249 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-08-19T18:33:13.974Z | [ recovery-image] Aug 19 18:33:12.261 INFO O| Aug 19 18:33:12.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5603 | 2024-08-19T18:33:13.974Z | [ recovery-image] Aug 19 18:33:12.261 INFO O| Aug 19 18:33:12.261 INFO STEP 576 (remove_files) COMPLETE |
5604 | 2024-08-19T18:33:13.977Z | [ recovery-image] Aug 19 18:33:12.261 INFO O| Aug 19 18:33:12.261 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-08-19T18:33:13.984Z | [ recovery-image] Aug 19 18:33:12.272 INFO O| Aug 19 18:33:12.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5606 | 2024-08-19T18:33:13.984Z | [ recovery-image] Aug 19 18:33:12.272 INFO O| Aug 19 18:33:12.272 INFO STEP 577 (remove_files) COMPLETE |
5607 | 2024-08-19T18:33:13.987Z | [ recovery-image] Aug 19 18:33:12.272 INFO O| Aug 19 18:33:12.272 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-08-19T18:33:13.995Z | [ recovery-image] Aug 19 18:33:12.283 INFO O| Aug 19 18:33:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5609 | 2024-08-19T18:33:13.995Z | [ recovery-image] Aug 19 18:33:12.283 INFO O| Aug 19 18:33:12.283 INFO STEP 578 (remove_files) COMPLETE |
5610 | 2024-08-19T18:33:13.995Z | [ recovery-image] Aug 19 18:33:12.283 INFO O| Aug 19 18:33:12.283 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-08-19T18:33:14.006Z | [ recovery-image] Aug 19 18:33:12.294 INFO O| Aug 19 18:33:12.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5612 | 2024-08-19T18:33:14.006Z | [ recovery-image] Aug 19 18:33:12.294 INFO O| Aug 19 18:33:12.294 INFO STEP 579 (remove_files) COMPLETE |
5613 | 2024-08-19T18:33:14.006Z | [ recovery-image] Aug 19 18:33:12.294 INFO O| Aug 19 18:33:12.294 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-08-19T18:33:14.017Z | [ recovery-image] Aug 19 18:33:12.305 INFO O| Aug 19 18:33:12.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5615 | 2024-08-19T18:33:14.017Z | [ recovery-image] Aug 19 18:33:12.305 INFO O| Aug 19 18:33:12.305 INFO STEP 580 (remove_files) COMPLETE |
5616 | 2024-08-19T18:33:14.017Z | [ recovery-image] Aug 19 18:33:12.305 INFO O| Aug 19 18:33:12.305 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-08-19T18:33:14.028Z | [ recovery-image] Aug 19 18:33:12.316 INFO O| Aug 19 18:33:12.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5618 | 2024-08-19T18:33:14.028Z | [ recovery-image] Aug 19 18:33:12.316 INFO O| Aug 19 18:33:12.316 INFO STEP 581 (remove_files) COMPLETE |
5619 | 2024-08-19T18:33:14.031Z | [ recovery-image] Aug 19 18:33:12.316 INFO O| Aug 19 18:33:12.316 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-08-19T18:33:14.040Z | [ recovery-image] Aug 19 18:33:12.327 INFO O| Aug 19 18:33:12.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5621 | 2024-08-19T18:33:14.040Z | [ recovery-image] Aug 19 18:33:12.327 INFO O| Aug 19 18:33:12.327 INFO STEP 582 (remove_files) COMPLETE |
5622 | 2024-08-19T18:33:14.040Z | [ recovery-image] Aug 19 18:33:12.327 INFO O| Aug 19 18:33:12.327 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-08-19T18:33:14.051Z | [ recovery-image] Aug 19 18:33:12.338 INFO O| Aug 19 18:33:12.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5624 | 2024-08-19T18:33:14.051Z | [ recovery-image] Aug 19 18:33:12.338 INFO O| Aug 19 18:33:12.338 INFO STEP 583 (remove_files) COMPLETE |
5625 | 2024-08-19T18:33:14.051Z | [ recovery-image] Aug 19 18:33:12.338 INFO O| Aug 19 18:33:12.338 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-08-19T18:33:14.062Z | [ recovery-image] Aug 19 18:33:12.349 INFO O| Aug 19 18:33:12.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5627 | 2024-08-19T18:33:14.062Z | [ recovery-image] Aug 19 18:33:12.349 INFO O| Aug 19 18:33:12.349 INFO STEP 584 (remove_files) COMPLETE |
5628 | 2024-08-19T18:33:14.065Z | [ recovery-image] Aug 19 18:33:12.349 INFO O| Aug 19 18:33:12.349 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-08-19T18:33:14.073Z | [ recovery-image] Aug 19 18:33:12.360 INFO O| Aug 19 18:33:12.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5630 | 2024-08-19T18:33:14.076Z | [ recovery-image] Aug 19 18:33:12.360 INFO O| Aug 19 18:33:12.360 INFO STEP 585 (remove_files) COMPLETE |
5631 | 2024-08-19T18:33:14.076Z | [ recovery-image] Aug 19 18:33:12.360 INFO O| Aug 19 18:33:12.360 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-08-19T18:33:14.085Z | [ recovery-image] Aug 19 18:33:12.371 INFO O| Aug 19 18:33:12.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5633 | 2024-08-19T18:33:14.085Z | [ recovery-image] Aug 19 18:33:12.372 INFO O| Aug 19 18:33:12.371 INFO STEP 586 (remove_files) COMPLETE |
5634 | 2024-08-19T18:33:14.085Z | [ recovery-image] Aug 19 18:33:12.372 INFO O| Aug 19 18:33:12.372 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-08-19T18:33:14.096Z | [ recovery-image] Aug 19 18:33:12.383 INFO O| Aug 19 18:33:12.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5636 | 2024-08-19T18:33:14.096Z | [ recovery-image] Aug 19 18:33:12.383 INFO O| Aug 19 18:33:12.383 INFO STEP 587 (remove_files) COMPLETE |
5637 | 2024-08-19T18:33:14.096Z | [ recovery-image] Aug 19 18:33:12.383 INFO O| Aug 19 18:33:12.383 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-08-19T18:33:14.106Z | [ recovery-image] Aug 19 18:33:12.394 INFO O| Aug 19 18:33:12.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5639 | 2024-08-19T18:33:14.106Z | [ recovery-image] Aug 19 18:33:12.394 INFO O| Aug 19 18:33:12.394 INFO STEP 588 (remove_files) COMPLETE |
5640 | 2024-08-19T18:33:14.106Z | [ recovery-image] Aug 19 18:33:12.394 INFO O| Aug 19 18:33:12.394 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-08-19T18:33:14.117Z | [ recovery-image] Aug 19 18:33:12.404 INFO O| Aug 19 18:33:12.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5642 | 2024-08-19T18:33:14.120Z | [ recovery-image] Aug 19 18:33:12.405 INFO O| Aug 19 18:33:12.405 INFO STEP 589 (remove_files) COMPLETE |
5643 | 2024-08-19T18:33:14.120Z | [ recovery-image] Aug 19 18:33:12.405 INFO O| Aug 19 18:33:12.405 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-08-19T18:33:14.128Z | [ recovery-image] Aug 19 18:33:12.415 INFO O| Aug 19 18:33:12.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5645 | 2024-08-19T18:33:14.128Z | [ recovery-image] Aug 19 18:33:12.415 INFO O| Aug 19 18:33:12.415 INFO STEP 590 (remove_files) COMPLETE |
5646 | 2024-08-19T18:33:14.128Z | [ recovery-image] Aug 19 18:33:12.415 INFO O| Aug 19 18:33:12.415 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-08-19T18:33:14.138Z | [ recovery-image] Aug 19 18:33:12.426 INFO O| Aug 19 18:33:12.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5648 | 2024-08-19T18:33:14.138Z | [ recovery-image] Aug 19 18:33:12.426 INFO O| Aug 19 18:33:12.426 INFO STEP 591 (remove_files) COMPLETE |
5649 | 2024-08-19T18:33:14.141Z | [ recovery-image] Aug 19 18:33:12.426 INFO O| Aug 19 18:33:12.426 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-08-19T18:33:14.149Z | [ recovery-image] Aug 19 18:33:12.437 INFO O| Aug 19 18:33:12.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5651 | 2024-08-19T18:33:14.150Z | [ recovery-image] Aug 19 18:33:12.437 INFO O| Aug 19 18:33:12.437 INFO STEP 592 (remove_files) COMPLETE |
5652 | 2024-08-19T18:33:14.150Z | [ recovery-image] Aug 19 18:33:12.437 INFO O| Aug 19 18:33:12.437 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-08-19T18:33:14.161Z | [ recovery-image] Aug 19 18:33:12.448 INFO O| Aug 19 18:33:12.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5654 | 2024-08-19T18:33:14.161Z | [ recovery-image] Aug 19 18:33:12.448 INFO O| Aug 19 18:33:12.448 INFO STEP 593 (remove_files) COMPLETE |
5655 | 2024-08-19T18:33:14.164Z | [ recovery-image] Aug 19 18:33:12.448 INFO O| Aug 19 18:33:12.448 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-08-19T18:33:14.173Z | [ recovery-image] Aug 19 18:33:12.459 INFO O| Aug 19 18:33:12.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5657 | 2024-08-19T18:33:14.173Z | [ recovery-image] Aug 19 18:33:12.460 INFO O| Aug 19 18:33:12.459 INFO STEP 594 (remove_files) COMPLETE |
5658 | 2024-08-19T18:33:14.173Z | [ recovery-image] Aug 19 18:33:12.460 INFO O| Aug 19 18:33:12.459 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-08-19T18:33:14.183Z | [ recovery-image] Aug 19 18:33:12.470 INFO O| Aug 19 18:33:12.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5660 | 2024-08-19T18:33:14.183Z | [ recovery-image] Aug 19 18:33:12.470 INFO O| Aug 19 18:33:12.470 INFO STEP 595 (remove_files) COMPLETE |
5661 | 2024-08-19T18:33:14.186Z | [ recovery-image] Aug 19 18:33:12.470 INFO O| Aug 19 18:33:12.470 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-08-19T18:33:14.194Z | [ recovery-image] Aug 19 18:33:12.481 INFO O| Aug 19 18:33:12.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5663 | 2024-08-19T18:33:14.194Z | [ recovery-image] Aug 19 18:33:12.481 INFO O| Aug 19 18:33:12.481 INFO STEP 596 (remove_files) COMPLETE |
5664 | 2024-08-19T18:33:14.194Z | [ recovery-image] Aug 19 18:33:12.481 INFO O| Aug 19 18:33:12.481 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-08-19T18:33:14.204Z | [ recovery-image] Aug 19 18:33:12.491 INFO O| Aug 19 18:33:12.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5666 | 2024-08-19T18:33:14.204Z | [ recovery-image] Aug 19 18:33:12.491 INFO O| Aug 19 18:33:12.491 INFO STEP 597 (remove_files) COMPLETE |
5667 | 2024-08-19T18:33:14.204Z | [ recovery-image] Aug 19 18:33:12.491 INFO O| Aug 19 18:33:12.491 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-08-19T18:33:14.214Z | [ recovery-image] Aug 19 18:33:12.502 INFO O| Aug 19 18:33:12.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5669 | 2024-08-19T18:33:14.217Z | [ recovery-image] Aug 19 18:33:12.502 INFO O| Aug 19 18:33:12.502 INFO STEP 598 (remove_files) COMPLETE |
5670 | 2024-08-19T18:33:14.217Z | [ recovery-image] Aug 19 18:33:12.502 INFO O| Aug 19 18:33:12.502 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-08-19T18:33:14.225Z | [ recovery-image] Aug 19 18:33:12.512 INFO O| Aug 19 18:33:12.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5672 | 2024-08-19T18:33:14.227Z | [ recovery-image] Aug 19 18:33:12.512 INFO O| Aug 19 18:33:12.512 INFO STEP 599 (remove_files) COMPLETE |
5673 | 2024-08-19T18:33:14.227Z | [ recovery-image] Aug 19 18:33:12.512 INFO O| Aug 19 18:33:12.512 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-08-19T18:33:14.235Z | [ recovery-image] Aug 19 18:33:12.523 INFO O| Aug 19 18:33:12.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5675 | 2024-08-19T18:33:14.235Z | [ recovery-image] Aug 19 18:33:12.523 INFO O| Aug 19 18:33:12.523 INFO STEP 600 (remove_files) COMPLETE |
5676 | 2024-08-19T18:33:14.238Z | [ recovery-image] Aug 19 18:33:12.523 INFO O| Aug 19 18:33:12.523 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-08-19T18:33:14.246Z | [ recovery-image] Aug 19 18:33:12.533 INFO O| Aug 19 18:33:12.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5678 | 2024-08-19T18:33:14.246Z | [ recovery-image] Aug 19 18:33:12.533 INFO O| Aug 19 18:33:12.533 INFO STEP 601 (remove_files) COMPLETE |
5679 | 2024-08-19T18:33:14.246Z | [ recovery-image] Aug 19 18:33:12.533 INFO O| Aug 19 18:33:12.533 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-08-19T18:33:14.256Z | [ recovery-image] Aug 19 18:33:12.543 INFO O| Aug 19 18:33:12.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5681 | 2024-08-19T18:33:14.256Z | [ recovery-image] Aug 19 18:33:12.543 INFO O| Aug 19 18:33:12.543 INFO STEP 602 (remove_files) COMPLETE |
5682 | 2024-08-19T18:33:14.256Z | [ recovery-image] Aug 19 18:33:12.543 INFO O| Aug 19 18:33:12.543 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-08-19T18:33:14.267Z | [ recovery-image] Aug 19 18:33:12.554 INFO O| Aug 19 18:33:12.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5684 | 2024-08-19T18:33:14.267Z | [ recovery-image] Aug 19 18:33:12.554 INFO O| Aug 19 18:33:12.554 INFO STEP 603 (remove_files) COMPLETE |
5685 | 2024-08-19T18:33:14.267Z | [ recovery-image] Aug 19 18:33:12.554 INFO O| Aug 19 18:33:12.554 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-08-19T18:33:14.277Z | [ recovery-image] Aug 19 18:33:12.564 INFO O| Aug 19 18:33:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5687 | 2024-08-19T18:33:14.277Z | [ recovery-image] Aug 19 18:33:12.564 INFO O| Aug 19 18:33:12.564 INFO STEP 604 (remove_files) COMPLETE |
5688 | 2024-08-19T18:33:14.279Z | [ recovery-image] Aug 19 18:33:12.564 INFO O| Aug 19 18:33:12.564 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-08-19T18:33:14.287Z | [ recovery-image] Aug 19 18:33:12.574 INFO O| Aug 19 18:33:12.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5690 | 2024-08-19T18:33:14.287Z | [ recovery-image] Aug 19 18:33:12.575 INFO O| Aug 19 18:33:12.575 INFO STEP 605 (remove_files) COMPLETE |
5691 | 2024-08-19T18:33:14.287Z | [ recovery-image] Aug 19 18:33:12.575 INFO O| Aug 19 18:33:12.575 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-08-19T18:33:14.299Z | [ recovery-image] Aug 19 18:33:12.585 INFO O| Aug 19 18:33:12.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5693 | 2024-08-19T18:33:14.299Z | [ recovery-image] Aug 19 18:33:12.585 INFO O| Aug 19 18:33:12.585 INFO STEP 606 (remove_files) COMPLETE |
5694 | 2024-08-19T18:33:14.299Z | [ recovery-image] Aug 19 18:33:12.585 INFO O| Aug 19 18:33:12.585 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-08-19T18:33:14.310Z | [ recovery-image] Aug 19 18:33:12.597 INFO O| Aug 19 18:33:12.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5696 | 2024-08-19T18:33:14.310Z | [ recovery-image] Aug 19 18:33:12.597 INFO O| Aug 19 18:33:12.597 INFO STEP 607 (remove_files) COMPLETE |
5697 | 2024-08-19T18:33:14.311Z | [ recovery-image] Aug 19 18:33:12.597 INFO O| Aug 19 18:33:12.597 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-08-19T18:33:14.321Z | [ recovery-image] Aug 19 18:33:12.609 INFO O| Aug 19 18:33:12.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5699 | 2024-08-19T18:33:14.322Z | [ recovery-image] Aug 19 18:33:12.609 INFO O| Aug 19 18:33:12.609 INFO STEP 608 (remove_files) COMPLETE |
5700 | 2024-08-19T18:33:14.322Z | [ recovery-image] Aug 19 18:33:12.609 INFO O| Aug 19 18:33:12.609 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-08-19T18:33:14.334Z | [ recovery-image] Aug 19 18:33:12.621 INFO O| Aug 19 18:33:12.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5702 | 2024-08-19T18:33:14.334Z | [ recovery-image] Aug 19 18:33:12.621 INFO O| Aug 19 18:33:12.621 INFO STEP 609 (remove_files) COMPLETE |
5703 | 2024-08-19T18:33:14.334Z | [ recovery-image] Aug 19 18:33:12.621 INFO O| Aug 19 18:33:12.621 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-08-19T18:33:14.346Z | [ recovery-image] Aug 19 18:33:12.634 INFO O| Aug 19 18:33:12.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5705 | 2024-08-19T18:33:14.347Z | [ recovery-image] Aug 19 18:33:12.634 INFO O| Aug 19 18:33:12.634 INFO STEP 610 (remove_files) COMPLETE |
5706 | 2024-08-19T18:33:14.349Z | [ recovery-image] Aug 19 18:33:12.634 INFO O| Aug 19 18:33:12.634 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-08-19T18:33:14.359Z | [ recovery-image] Aug 19 18:33:12.647 INFO O| Aug 19 18:33:12.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5708 | 2024-08-19T18:33:14.360Z | [ recovery-image] Aug 19 18:33:12.647 INFO O| Aug 19 18:33:12.647 INFO STEP 611 (remove_files) COMPLETE |
5709 | 2024-08-19T18:33:14.362Z | [ recovery-image] Aug 19 18:33:12.647 INFO O| Aug 19 18:33:12.647 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-08-19T18:33:14.372Z | [ recovery-image] Aug 19 18:33:12.659 INFO O| Aug 19 18:33:12.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5711 | 2024-08-19T18:33:14.372Z | [ recovery-image] Aug 19 18:33:12.660 INFO O| Aug 19 18:33:12.659 INFO STEP 612 (remove_files) COMPLETE |
5712 | 2024-08-19T18:33:14.372Z | [ recovery-image] Aug 19 18:33:12.660 INFO O| Aug 19 18:33:12.660 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-08-19T18:33:14.386Z | [ recovery-image] Aug 19 18:33:12.672 INFO O| Aug 19 18:33:12.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5714 | 2024-08-19T18:33:14.386Z | [ recovery-image] Aug 19 18:33:12.672 INFO O| Aug 19 18:33:12.672 INFO STEP 613 (remove_files) COMPLETE |
5715 | 2024-08-19T18:33:14.389Z | [ recovery-image] Aug 19 18:33:12.672 INFO O| Aug 19 18:33:12.672 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-08-19T18:33:14.398Z | [ recovery-image] Aug 19 18:33:12.685 INFO O| Aug 19 18:33:12.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5717 | 2024-08-19T18:33:14.402Z | [ recovery-image] Aug 19 18:33:12.686 INFO O| Aug 19 18:33:12.686 INFO STEP 614 (remove_files) COMPLETE |
5718 | 2024-08-19T18:33:14.402Z | [ recovery-image] Aug 19 18:33:12.686 INFO O| Aug 19 18:33:12.686 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-08-19T18:33:14.412Z | [ recovery-image] Aug 19 18:33:12.698 INFO O| Aug 19 18:33:12.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5720 | 2024-08-19T18:33:14.412Z | [ recovery-image] Aug 19 18:33:12.698 INFO O| Aug 19 18:33:12.698 INFO STEP 615 (remove_files) COMPLETE |
5721 | 2024-08-19T18:33:14.412Z | [ recovery-image] Aug 19 18:33:12.698 INFO O| Aug 19 18:33:12.698 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-08-19T18:33:14.423Z | [ recovery-image] Aug 19 18:33:12.710 INFO O| Aug 19 18:33:12.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5723 | 2024-08-19T18:33:14.423Z | [ recovery-image] Aug 19 18:33:12.710 INFO O| Aug 19 18:33:12.710 INFO STEP 616 (remove_files) COMPLETE |
5724 | 2024-08-19T18:33:14.423Z | [ recovery-image] Aug 19 18:33:12.710 INFO O| Aug 19 18:33:12.710 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-08-19T18:33:14.434Z | [ recovery-image] Aug 19 18:33:12.722 INFO O| Aug 19 18:33:12.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5726 | 2024-08-19T18:33:14.434Z | [ recovery-image] Aug 19 18:33:12.722 INFO O| Aug 19 18:33:12.722 INFO STEP 617 (remove_files) COMPLETE |
5727 | 2024-08-19T18:33:14.437Z | [ recovery-image] Aug 19 18:33:12.722 INFO O| Aug 19 18:33:12.722 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-08-19T18:33:14.446Z | [ recovery-image] Aug 19 18:33:12.733 INFO O| Aug 19 18:33:12.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5729 | 2024-08-19T18:33:14.446Z | [ recovery-image] Aug 19 18:33:12.733 INFO O| Aug 19 18:33:12.733 INFO STEP 618 (remove_files) COMPLETE |
5730 | 2024-08-19T18:33:14.448Z | [ recovery-image] Aug 19 18:33:12.733 INFO O| Aug 19 18:33:12.733 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-08-19T18:33:14.457Z | [ recovery-image] Aug 19 18:33:12.744 INFO O| Aug 19 18:33:12.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5732 | 2024-08-19T18:33:14.459Z | [ recovery-image] Aug 19 18:33:12.745 INFO O| Aug 19 18:33:12.744 INFO STEP 619 (remove_files) COMPLETE |
5733 | 2024-08-19T18:33:14.459Z | [ recovery-image] Aug 19 18:33:12.745 INFO O| Aug 19 18:33:12.745 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-08-19T18:33:14.468Z | [ recovery-image] Aug 19 18:33:12.755 INFO O| Aug 19 18:33:12.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5735 | 2024-08-19T18:33:14.471Z | [ recovery-image] Aug 19 18:33:12.755 INFO O| Aug 19 18:33:12.755 INFO STEP 620 (remove_files) COMPLETE |
5736 | 2024-08-19T18:33:14.471Z | [ recovery-image] Aug 19 18:33:12.756 INFO O| Aug 19 18:33:12.755 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-08-19T18:33:14.480Z | [ recovery-image] Aug 19 18:33:12.766 INFO O| Aug 19 18:33:12.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5738 | 2024-08-19T18:33:14.483Z | [ recovery-image] Aug 19 18:33:12.767 INFO O| Aug 19 18:33:12.767 INFO STEP 621 (remove_files) COMPLETE |
5739 | 2024-08-19T18:33:14.483Z | [ recovery-image] Aug 19 18:33:12.767 INFO O| Aug 19 18:33:12.767 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-08-19T18:33:14.491Z | [ recovery-image] Aug 19 18:33:12.779 INFO O| Aug 19 18:33:12.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5741 | 2024-08-19T18:33:14.491Z | [ recovery-image] Aug 19 18:33:12.779 INFO O| Aug 19 18:33:12.779 INFO STEP 622 (remove_files) COMPLETE |
5742 | 2024-08-19T18:33:14.491Z | [ recovery-image] Aug 19 18:33:12.779 INFO O| Aug 19 18:33:12.779 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-08-19T18:33:14.503Z | [ recovery-image] Aug 19 18:33:12.791 INFO O| Aug 19 18:33:12.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5744 | 2024-08-19T18:33:14.503Z | [ recovery-image] Aug 19 18:33:12.791 INFO O| Aug 19 18:33:12.791 INFO STEP 623 (remove_files) COMPLETE |
5745 | 2024-08-19T18:33:14.506Z | [ recovery-image] Aug 19 18:33:12.791 INFO O| Aug 19 18:33:12.791 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-08-19T18:33:14.515Z | [ recovery-image] Aug 19 18:33:12.803 INFO O| Aug 19 18:33:12.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5747 | 2024-08-19T18:33:14.515Z | [ recovery-image] Aug 19 18:33:12.803 INFO O| Aug 19 18:33:12.803 INFO STEP 624 (remove_files) COMPLETE |
5748 | 2024-08-19T18:33:14.516Z | [ recovery-image] Aug 19 18:33:12.803 INFO O| Aug 19 18:33:12.803 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-08-19T18:33:14.528Z | [ recovery-image] Aug 19 18:33:12.815 INFO O| Aug 19 18:33:12.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5750 | 2024-08-19T18:33:14.528Z | [ recovery-image] Aug 19 18:33:12.815 INFO O| Aug 19 18:33:12.815 INFO STEP 625 (remove_files) COMPLETE |
5751 | 2024-08-19T18:33:14.530Z | [ recovery-image] Aug 19 18:33:12.815 INFO O| Aug 19 18:33:12.815 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-08-19T18:33:14.540Z | [ recovery-image] Aug 19 18:33:12.827 INFO O| Aug 19 18:33:12.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5753 | 2024-08-19T18:33:14.540Z | [ recovery-image] Aug 19 18:33:12.827 INFO O| Aug 19 18:33:12.827 INFO STEP 626 (remove_files) COMPLETE |
5754 | 2024-08-19T18:33:14.540Z | [ recovery-image] Aug 19 18:33:12.827 INFO O| Aug 19 18:33:12.827 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-08-19T18:33:14.551Z | [ recovery-image] Aug 19 18:33:12.839 INFO O| Aug 19 18:33:12.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5756 | 2024-08-19T18:33:14.551Z | [ recovery-image] Aug 19 18:33:12.839 INFO O| Aug 19 18:33:12.839 INFO STEP 627 (remove_files) COMPLETE |
5757 | 2024-08-19T18:33:14.551Z | [ recovery-image] Aug 19 18:33:12.839 INFO O| Aug 19 18:33:12.839 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-08-19T18:33:14.563Z | [ recovery-image] Aug 19 18:33:12.851 INFO O| Aug 19 18:33:12.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5759 | 2024-08-19T18:33:14.563Z | [ recovery-image] Aug 19 18:33:12.851 INFO O| Aug 19 18:33:12.851 INFO STEP 628 (remove_files) COMPLETE |
5760 | 2024-08-19T18:33:14.566Z | [ recovery-image] Aug 19 18:33:12.851 INFO O| Aug 19 18:33:12.851 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-08-19T18:33:14.576Z | [ recovery-image] Aug 19 18:33:12.863 INFO O| Aug 19 18:33:12.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5762 | 2024-08-19T18:33:14.576Z | [ recovery-image] Aug 19 18:33:12.863 INFO O| Aug 19 18:33:12.863 INFO STEP 629 (remove_files) COMPLETE |
5763 | 2024-08-19T18:33:14.578Z | [ recovery-image] Aug 19 18:33:12.863 INFO O| Aug 19 18:33:12.863 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-08-19T18:33:14.588Z | [ recovery-image] Aug 19 18:33:12.875 INFO O| Aug 19 18:33:12.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5765 | 2024-08-19T18:33:14.588Z | [ recovery-image] Aug 19 18:33:12.875 INFO O| Aug 19 18:33:12.875 INFO STEP 630 (remove_files) COMPLETE |
5766 | 2024-08-19T18:33:14.591Z | [ recovery-image] Aug 19 18:33:12.875 INFO O| Aug 19 18:33:12.875 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-08-19T18:33:14.600Z | [ recovery-image] Aug 19 18:33:12.888 INFO O| Aug 19 18:33:12.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5768 | 2024-08-19T18:33:14.603Z | [ recovery-image] Aug 19 18:33:12.888 INFO O| Aug 19 18:33:12.888 INFO STEP 631 (remove_files) COMPLETE |
5769 | 2024-08-19T18:33:14.603Z | [ recovery-image] Aug 19 18:33:12.888 INFO O| Aug 19 18:33:12.888 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-08-19T18:33:14.613Z | [ recovery-image] Aug 19 18:33:12.900 INFO O| Aug 19 18:33:12.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5771 | 2024-08-19T18:33:14.613Z | [ recovery-image] Aug 19 18:33:12.900 INFO O| Aug 19 18:33:12.900 INFO STEP 632 (remove_files) COMPLETE |
5772 | 2024-08-19T18:33:14.613Z | [ recovery-image] Aug 19 18:33:12.900 INFO O| Aug 19 18:33:12.900 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-08-19T18:33:14.626Z | [ recovery-image] Aug 19 18:33:12.913 INFO O| Aug 19 18:33:12.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5774 | 2024-08-19T18:33:14.626Z | [ recovery-image] Aug 19 18:33:12.913 INFO O| Aug 19 18:33:12.913 INFO STEP 633 (remove_files) COMPLETE |
5775 | 2024-08-19T18:33:14.626Z | [ recovery-image] Aug 19 18:33:12.913 INFO O| Aug 19 18:33:12.913 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-08-19T18:33:14.638Z | [ recovery-image] Aug 19 18:33:12.926 INFO O| Aug 19 18:33:12.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5777 | 2024-08-19T18:33:14.638Z | [ recovery-image] Aug 19 18:33:12.926 INFO O| Aug 19 18:33:12.926 INFO STEP 634 (remove_files) COMPLETE |
5778 | 2024-08-19T18:33:14.638Z | [ recovery-image] Aug 19 18:33:12.926 INFO O| Aug 19 18:33:12.926 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-08-19T18:33:14.651Z | [ recovery-image] Aug 19 18:33:12.939 INFO O| Aug 19 18:33:12.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5780 | 2024-08-19T18:33:14.651Z | [ recovery-image] Aug 19 18:33:12.939 INFO O| Aug 19 18:33:12.939 INFO STEP 635 (remove_files) COMPLETE |
5781 | 2024-08-19T18:33:14.654Z | [ recovery-image] Aug 19 18:33:12.939 INFO O| Aug 19 18:33:12.939 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-08-19T18:33:14.665Z | [ recovery-image] Aug 19 18:33:12.952 INFO O| Aug 19 18:33:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5783 | 2024-08-19T18:33:14.665Z | [ recovery-image] Aug 19 18:33:12.952 INFO O| Aug 19 18:33:12.952 INFO STEP 636 (remove_files) COMPLETE |
5784 | 2024-08-19T18:33:14.665Z | [ recovery-image] Aug 19 18:33:12.952 INFO O| Aug 19 18:33:12.952 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-08-19T18:33:14.679Z | [ recovery-image] Aug 19 18:33:12.966 INFO O| Aug 19 18:33:12.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5786 | 2024-08-19T18:33:14.679Z | [ recovery-image] Aug 19 18:33:12.966 INFO O| Aug 19 18:33:12.966 INFO STEP 637 (remove_files) COMPLETE |
5787 | 2024-08-19T18:33:14.682Z | [ recovery-image] Aug 19 18:33:12.966 INFO O| Aug 19 18:33:12.966 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-08-19T18:33:14.694Z | [ recovery-image] Aug 19 18:33:12.981 INFO O| Aug 19 18:33:12.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5789 | 2024-08-19T18:33:14.694Z | [ recovery-image] Aug 19 18:33:12.981 INFO O| Aug 19 18:33:12.981 INFO STEP 638 (remove_files) COMPLETE |
5790 | 2024-08-19T18:33:14.694Z | [ recovery-image] Aug 19 18:33:12.981 INFO O| Aug 19 18:33:12.981 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-08-19T18:33:14.711Z | [ recovery-image] Aug 19 18:33:12.998 INFO O| Aug 19 18:33:12.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5792 | 2024-08-19T18:33:14.711Z | [ recovery-image] Aug 19 18:33:12.998 INFO O| Aug 19 18:33:12.998 INFO STEP 639 (remove_files) COMPLETE |
5793 | 2024-08-19T18:33:14.714Z | [ recovery-image] Aug 19 18:33:12.998 INFO O| Aug 19 18:33:12.998 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-08-19T18:33:14.727Z | [ recovery-image] Aug 19 18:33:13.014 INFO O| Aug 19 18:33:13.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5795 | 2024-08-19T18:33:14.727Z | [ recovery-image] Aug 19 18:33:13.014 INFO O| Aug 19 18:33:13.014 INFO STEP 640 (remove_files) COMPLETE |
5796 | 2024-08-19T18:33:14.727Z | [ recovery-image] Aug 19 18:33:13.014 INFO O| Aug 19 18:33:13.014 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-08-19T18:33:14.742Z | [ recovery-image] Aug 19 18:33:13.028 INFO O| Aug 19 18:33:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5798 | 2024-08-19T18:33:14.742Z | [ recovery-image] Aug 19 18:33:13.029 INFO O| Aug 19 18:33:13.029 INFO STEP 641 (remove_files) COMPLETE |
5799 | 2024-08-19T18:33:14.742Z | [ recovery-image] Aug 19 18:33:13.029 INFO O| Aug 19 18:33:13.029 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-08-19T18:33:14.759Z | [ recovery-image] Aug 19 18:33:13.046 INFO O| Aug 19 18:33:13.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5801 | 2024-08-19T18:33:14.759Z | [ recovery-image] Aug 19 18:33:13.046 INFO O| Aug 19 18:33:13.046 INFO STEP 642 (remove_files) COMPLETE |
5802 | 2024-08-19T18:33:14.761Z | [ recovery-image] Aug 19 18:33:13.046 INFO O| Aug 19 18:33:13.046 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-08-19T18:33:14.773Z | [ recovery-image] Aug 19 18:33:13.060 INFO O| Aug 19 18:33:13.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5804 | 2024-08-19T18:33:14.773Z | [ recovery-image] Aug 19 18:33:13.061 INFO O| Aug 19 18:33:13.061 INFO STEP 643 (remove_files) COMPLETE |
5805 | 2024-08-19T18:33:14.776Z | [ recovery-image] Aug 19 18:33:13.061 INFO O| Aug 19 18:33:13.061 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-08-19T18:33:14.789Z | [ recovery-image] Aug 19 18:33:13.075 INFO O| Aug 19 18:33:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5807 | 2024-08-19T18:33:14.792Z | [ recovery-image] Aug 19 18:33:13.076 INFO O| Aug 19 18:33:13.075 INFO STEP 644 (remove_files) COMPLETE |
5808 | 2024-08-19T18:33:14.792Z | [ recovery-image] Aug 19 18:33:13.076 INFO O| Aug 19 18:33:13.076 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-08-19T18:33:14.803Z | [ recovery-image] Aug 19 18:33:13.090 INFO O| Aug 19 18:33:13.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5810 | 2024-08-19T18:33:14.803Z | [ recovery-image] Aug 19 18:33:13.090 INFO O| Aug 19 18:33:13.090 INFO STEP 645 (remove_files) COMPLETE |
5811 | 2024-08-19T18:33:14.803Z | [ recovery-image] Aug 19 18:33:13.090 INFO O| Aug 19 18:33:13.090 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-08-19T18:33:14.818Z | [ recovery-image] Aug 19 18:33:13.105 INFO O| Aug 19 18:33:13.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5813 | 2024-08-19T18:33:14.818Z | [ recovery-image] Aug 19 18:33:13.105 INFO O| Aug 19 18:33:13.105 INFO STEP 646 (remove_files) COMPLETE |
5814 | 2024-08-19T18:33:14.818Z | [ recovery-image] Aug 19 18:33:13.105 INFO O| Aug 19 18:33:13.105 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-08-19T18:33:14.834Z | [ recovery-image] Aug 19 18:33:13.121 INFO O| Aug 19 18:33:13.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5816 | 2024-08-19T18:33:14.834Z | [ recovery-image] Aug 19 18:33:13.121 INFO O| Aug 19 18:33:13.121 INFO STEP 647 (remove_files) COMPLETE |
5817 | 2024-08-19T18:33:14.837Z | [ recovery-image] Aug 19 18:33:13.121 INFO O| Aug 19 18:33:13.121 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-08-19T18:33:14.849Z | [ recovery-image] Aug 19 18:33:13.136 INFO O| Aug 19 18:33:13.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5819 | 2024-08-19T18:33:14.849Z | [ recovery-image] Aug 19 18:33:13.136 INFO O| Aug 19 18:33:13.136 INFO STEP 648 (remove_files) COMPLETE |
5820 | 2024-08-19T18:33:14.849Z | [ recovery-image] Aug 19 18:33:13.136 INFO O| Aug 19 18:33:13.136 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-08-19T18:33:14.863Z | [ recovery-image] Aug 19 18:33:13.150 INFO O| Aug 19 18:33:13.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5822 | 2024-08-19T18:33:14.863Z | [ recovery-image] Aug 19 18:33:13.150 INFO O| Aug 19 18:33:13.150 INFO STEP 649 (remove_files) COMPLETE |
5823 | 2024-08-19T18:33:14.865Z | [ recovery-image] Aug 19 18:33:13.150 INFO O| Aug 19 18:33:13.150 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-08-19T18:33:14.877Z | [ recovery-image] Aug 19 18:33:13.164 INFO O| Aug 19 18:33:13.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5825 | 2024-08-19T18:33:14.877Z | [ recovery-image] Aug 19 18:33:13.164 INFO O| Aug 19 18:33:13.164 INFO STEP 650 (remove_files) COMPLETE |
5826 | 2024-08-19T18:33:14.877Z | [ recovery-image] Aug 19 18:33:13.164 INFO O| Aug 19 18:33:13.164 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-08-19T18:33:14.891Z | [ recovery-image] Aug 19 18:33:13.178 INFO O| Aug 19 18:33:13.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5828 | 2024-08-19T18:33:14.891Z | [ recovery-image] Aug 19 18:33:13.178 INFO O| Aug 19 18:33:13.178 INFO STEP 651 (remove_files) COMPLETE |
5829 | 2024-08-19T18:33:14.891Z | [ recovery-image] Aug 19 18:33:13.178 INFO O| Aug 19 18:33:13.178 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-08-19T18:33:14.906Z | [ recovery-image] Aug 19 18:33:13.193 INFO O| Aug 19 18:33:13.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5831 | 2024-08-19T18:33:14.906Z | [ recovery-image] Aug 19 18:33:13.193 INFO O| Aug 19 18:33:13.193 INFO STEP 652 (remove_files) COMPLETE |
5832 | 2024-08-19T18:33:14.907Z | [ recovery-image] Aug 19 18:33:13.193 INFO O| Aug 19 18:33:13.193 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-08-19T18:33:14.921Z | [ recovery-image] Aug 19 18:33:13.208 INFO O| Aug 19 18:33:13.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5834 | 2024-08-19T18:33:14.925Z | [ recovery-image] Aug 19 18:33:13.209 INFO O| Aug 19 18:33:13.208 INFO STEP 653 (remove_files) COMPLETE |
5835 | 2024-08-19T18:33:14.925Z | [ recovery-image] Aug 19 18:33:13.209 INFO O| Aug 19 18:33:13.209 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-08-19T18:33:14.935Z | [ recovery-image] Aug 19 18:33:13.222 INFO O| Aug 19 18:33:13.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5837 | 2024-08-19T18:33:14.935Z | [ recovery-image] Aug 19 18:33:13.222 INFO O| Aug 19 18:33:13.222 INFO STEP 654 (remove_files) COMPLETE |
5838 | 2024-08-19T18:33:14.935Z | [ recovery-image] Aug 19 18:33:13.222 INFO O| Aug 19 18:33:13.222 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-08-19T18:33:14.948Z | [ recovery-image] Aug 19 18:33:13.235 INFO O| Aug 19 18:33:13.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5840 | 2024-08-19T18:33:14.951Z | [ recovery-image] Aug 19 18:33:13.235 INFO O| Aug 19 18:33:13.235 INFO STEP 655 (remove_files) COMPLETE |
5841 | 2024-08-19T18:33:14.952Z | [ recovery-image] Aug 19 18:33:13.235 INFO O| Aug 19 18:33:13.235 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-08-19T18:33:14.961Z | [ recovery-image] Aug 19 18:33:13.248 INFO O| Aug 19 18:33:13.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5843 | 2024-08-19T18:33:14.961Z | [ recovery-image] Aug 19 18:33:13.248 INFO O| Aug 19 18:33:13.248 INFO STEP 656 (remove_files) COMPLETE |
5844 | 2024-08-19T18:33:14.961Z | [ recovery-image] Aug 19 18:33:13.248 INFO O| Aug 19 18:33:13.248 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-08-19T18:33:14.974Z | [ recovery-image] Aug 19 18:33:13.261 INFO O| Aug 19 18:33:13.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5846 | 2024-08-19T18:33:14.974Z | [ recovery-image] Aug 19 18:33:13.261 INFO O| Aug 19 18:33:13.261 INFO STEP 657 (remove_files) COMPLETE |
5847 | 2024-08-19T18:33:14.976Z | [ recovery-image] Aug 19 18:33:13.261 INFO O| Aug 19 18:33:13.261 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-08-19T18:33:14.987Z | [ recovery-image] Aug 19 18:33:13.274 INFO O| Aug 19 18:33:13.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5849 | 2024-08-19T18:33:14.987Z | [ recovery-image] Aug 19 18:33:13.274 INFO O| Aug 19 18:33:13.274 INFO STEP 658 (remove_files) COMPLETE |
5850 | 2024-08-19T18:33:14.987Z | [ recovery-image] Aug 19 18:33:13.274 INFO O| Aug 19 18:33:13.274 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-08-19T18:33:15.001Z | [ recovery-image] Aug 19 18:33:13.287 INFO O| Aug 19 18:33:13.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5852 | 2024-08-19T18:33:15.001Z | [ recovery-image] Aug 19 18:33:13.287 INFO O| Aug 19 18:33:13.287 INFO STEP 659 (remove_files) COMPLETE |
5853 | 2024-08-19T18:33:15.001Z | [ recovery-image] Aug 19 18:33:13.287 INFO O| Aug 19 18:33:13.287 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-08-19T18:33:15.013Z | [ recovery-image] Aug 19 18:33:13.300 INFO O| Aug 19 18:33:13.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5855 | 2024-08-19T18:33:15.016Z | [ recovery-image] Aug 19 18:33:13.301 INFO O| Aug 19 18:33:13.301 INFO STEP 660 (remove_files) COMPLETE |
5856 | 2024-08-19T18:33:15.016Z | [ recovery-image] Aug 19 18:33:13.301 INFO O| Aug 19 18:33:13.301 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-08-19T18:33:15.027Z | [ recovery-image] Aug 19 18:33:13.314 INFO O| Aug 19 18:33:13.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5858 | 2024-08-19T18:33:15.027Z | [ recovery-image] Aug 19 18:33:13.314 INFO O| Aug 19 18:33:13.314 INFO STEP 661 (remove_files) COMPLETE |
5859 | 2024-08-19T18:33:15.030Z | [ recovery-image] Aug 19 18:33:13.315 INFO O| Aug 19 18:33:13.314 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-08-19T18:33:15.041Z | [ recovery-image] Aug 19 18:33:13.328 INFO O| Aug 19 18:33:13.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5861 | 2024-08-19T18:33:15.041Z | [ recovery-image] Aug 19 18:33:13.328 INFO O| Aug 19 18:33:13.328 INFO STEP 662 (remove_files) COMPLETE |
5862 | 2024-08-19T18:33:15.041Z | [ recovery-image] Aug 19 18:33:13.328 INFO O| Aug 19 18:33:13.328 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-08-19T18:33:15.055Z | [ recovery-image] Aug 19 18:33:13.342 INFO O| Aug 19 18:33:13.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5864 | 2024-08-19T18:33:15.055Z | [ recovery-image] Aug 19 18:33:13.342 INFO O| Aug 19 18:33:13.342 INFO STEP 663 (remove_files) COMPLETE |
5865 | 2024-08-19T18:33:15.055Z | [ recovery-image] Aug 19 18:33:13.342 INFO O| Aug 19 18:33:13.342 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-08-19T18:33:15.069Z | [ recovery-image] Aug 19 18:33:13.356 INFO O| Aug 19 18:33:13.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5867 | 2024-08-19T18:33:15.069Z | [ recovery-image] Aug 19 18:33:13.357 INFO O| Aug 19 18:33:13.357 INFO STEP 664 (remove_files) COMPLETE |
5868 | 2024-08-19T18:33:15.069Z | [ recovery-image] Aug 19 18:33:13.357 INFO O| Aug 19 18:33:13.357 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-08-19T18:33:15.083Z | [ recovery-image] Aug 19 18:33:13.371 INFO O| Aug 19 18:33:13.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5870 | 2024-08-19T18:33:15.084Z | [ recovery-image] Aug 19 18:33:13.371 INFO O| Aug 19 18:33:13.371 INFO STEP 665 (remove_files) COMPLETE |
5871 | 2024-08-19T18:33:15.084Z | [ recovery-image] Aug 19 18:33:13.371 INFO O| Aug 19 18:33:13.371 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-08-19T18:33:15.097Z | [ recovery-image] Aug 19 18:33:13.384 INFO O| Aug 19 18:33:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5873 | 2024-08-19T18:33:15.097Z | [ recovery-image] Aug 19 18:33:13.384 INFO O| Aug 19 18:33:13.384 INFO STEP 666 (remove_files) COMPLETE |
5874 | 2024-08-19T18:33:15.100Z | [ recovery-image] Aug 19 18:33:13.384 INFO O| Aug 19 18:33:13.384 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-08-19T18:33:15.112Z | [ recovery-image] Aug 19 18:33:13.399 INFO O| Aug 19 18:33:13.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5876 | 2024-08-19T18:33:15.112Z | [ recovery-image] Aug 19 18:33:13.399 INFO O| Aug 19 18:33:13.399 INFO STEP 667 (remove_files) COMPLETE |
5877 | 2024-08-19T18:33:15.116Z | [ recovery-image] Aug 19 18:33:13.399 INFO O| Aug 19 18:33:13.399 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-08-19T18:33:15.127Z | [ recovery-image] Aug 19 18:33:13.414 INFO O| Aug 19 18:33:13.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5879 | 2024-08-19T18:33:15.127Z | [ recovery-image] Aug 19 18:33:13.414 INFO O| Aug 19 18:33:13.414 INFO STEP 668 (remove_files) COMPLETE |
5880 | 2024-08-19T18:33:15.127Z | [ recovery-image] Aug 19 18:33:13.414 INFO O| Aug 19 18:33:13.414 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-08-19T18:33:15.141Z | [ recovery-image] Aug 19 18:33:13.429 INFO O| Aug 19 18:33:13.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5882 | 2024-08-19T18:33:15.142Z | [ recovery-image] Aug 19 18:33:13.429 INFO O| Aug 19 18:33:13.429 INFO STEP 669 (remove_files) COMPLETE |
5883 | 2024-08-19T18:33:15.142Z | [ recovery-image] Aug 19 18:33:13.429 INFO O| Aug 19 18:33:13.429 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-08-19T18:33:15.157Z | [ recovery-image] Aug 19 18:33:13.443 INFO O| Aug 19 18:33:13.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5885 | 2024-08-19T18:33:15.157Z | [ recovery-image] Aug 19 18:33:13.443 INFO O| Aug 19 18:33:13.443 INFO STEP 670 (remove_files) COMPLETE |
5886 | 2024-08-19T18:33:15.157Z | [ recovery-image] Aug 19 18:33:13.443 INFO O| Aug 19 18:33:13.443 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-08-19T18:33:15.171Z | [ recovery-image] Aug 19 18:33:13.458 INFO O| Aug 19 18:33:13.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5888 | 2024-08-19T18:33:15.171Z | [ recovery-image] Aug 19 18:33:13.458 INFO O| Aug 19 18:33:13.458 INFO STEP 671 (remove_files) COMPLETE |
5889 | 2024-08-19T18:33:15.173Z | [ recovery-image] Aug 19 18:33:13.458 INFO O| Aug 19 18:33:13.458 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-08-19T18:33:15.185Z | [ recovery-image] Aug 19 18:33:13.472 INFO O| Aug 19 18:33:13.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5891 | 2024-08-19T18:33:15.188Z | [ recovery-image] Aug 19 18:33:13.472 INFO O| Aug 19 18:33:13.472 INFO STEP 672 (remove_files) COMPLETE |
5892 | 2024-08-19T18:33:15.188Z | [ recovery-image] Aug 19 18:33:13.472 INFO O| Aug 19 18:33:13.472 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-08-19T18:33:15.199Z | [ recovery-image] Aug 19 18:33:13.486 INFO O| Aug 19 18:33:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5894 | 2024-08-19T18:33:15.199Z | [ recovery-image] Aug 19 18:33:13.486 INFO O| Aug 19 18:33:13.486 INFO STEP 673 (remove_files) COMPLETE |
5895 | 2024-08-19T18:33:15.199Z | [ recovery-image] Aug 19 18:33:13.486 INFO O| Aug 19 18:33:13.486 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-08-19T18:33:15.212Z | [ recovery-image] Aug 19 18:33:13.499 INFO O| Aug 19 18:33:13.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5897 | 2024-08-19T18:33:15.212Z | [ recovery-image] Aug 19 18:33:13.499 INFO O| Aug 19 18:33:13.499 INFO STEP 674 (remove_files) COMPLETE |
5898 | 2024-08-19T18:33:15.212Z | [ recovery-image] Aug 19 18:33:13.499 INFO O| Aug 19 18:33:13.499 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-08-19T18:33:15.226Z | [ recovery-image] Aug 19 18:33:13.513 INFO O| Aug 19 18:33:13.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5900 | 2024-08-19T18:33:15.226Z | [ recovery-image] Aug 19 18:33:13.513 INFO O| Aug 19 18:33:13.513 INFO STEP 675 (remove_files) COMPLETE |
5901 | 2024-08-19T18:33:15.226Z | [ recovery-image] Aug 19 18:33:13.513 INFO O| Aug 19 18:33:13.513 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-08-19T18:33:15.239Z | [ recovery-image] Aug 19 18:33:13.526 INFO O| Aug 19 18:33:13.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5903 | 2024-08-19T18:33:15.239Z | [ recovery-image] Aug 19 18:33:13.526 INFO O| Aug 19 18:33:13.526 INFO STEP 676 (remove_files) COMPLETE |
5904 | 2024-08-19T18:33:15.242Z | [ recovery-image] Aug 19 18:33:13.526 INFO O| Aug 19 18:33:13.526 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-08-19T18:33:15.253Z | [ recovery-image] Aug 19 18:33:13.540 INFO O| Aug 19 18:33:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5906 | 2024-08-19T18:33:15.253Z | [ recovery-image] Aug 19 18:33:13.540 INFO O| Aug 19 18:33:13.540 INFO STEP 677 (remove_files) COMPLETE |
5907 | 2024-08-19T18:33:15.253Z | [ recovery-image] Aug 19 18:33:13.540 INFO O| Aug 19 18:33:13.540 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-08-19T18:33:15.266Z | [ recovery-image] Aug 19 18:33:13.553 INFO O| Aug 19 18:33:13.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5909 | 2024-08-19T18:33:15.266Z | [ recovery-image] Aug 19 18:33:13.553 INFO O| Aug 19 18:33:13.553 INFO STEP 678 (remove_files) COMPLETE |
5910 | 2024-08-19T18:33:15.266Z | [ recovery-image] Aug 19 18:33:13.553 INFO O| Aug 19 18:33:13.553 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-08-19T18:33:15.279Z | [ recovery-image] Aug 19 18:33:13.566 INFO O| Aug 19 18:33:13.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5912 | 2024-08-19T18:33:15.279Z | [ recovery-image] Aug 19 18:33:13.566 INFO O| Aug 19 18:33:13.566 INFO STEP 679 (remove_files) COMPLETE |
5913 | 2024-08-19T18:33:15.279Z | [ recovery-image] Aug 19 18:33:13.566 INFO O| Aug 19 18:33:13.566 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-08-19T18:33:15.293Z | [ recovery-image] Aug 19 18:33:13.580 INFO O| Aug 19 18:33:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5915 | 2024-08-19T18:33:15.293Z | [ recovery-image] Aug 19 18:33:13.580 INFO O| Aug 19 18:33:13.580 INFO STEP 680 (remove_files) COMPLETE |
5916 | 2024-08-19T18:33:15.293Z | [ recovery-image] Aug 19 18:33:13.580 INFO O| Aug 19 18:33:13.580 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-08-19T18:33:15.306Z | [ recovery-image] Aug 19 18:33:13.593 INFO O| Aug 19 18:33:13.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5918 | 2024-08-19T18:33:15.306Z | [ recovery-image] Aug 19 18:33:13.593 INFO O| Aug 19 18:33:13.593 INFO STEP 681 (remove_files) COMPLETE |
5919 | 2024-08-19T18:33:15.308Z | [ recovery-image] Aug 19 18:33:13.593 INFO O| Aug 19 18:33:13.593 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-08-19T18:33:15.318Z | [ recovery-image] Aug 19 18:33:13.606 INFO O| Aug 19 18:33:13.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5921 | 2024-08-19T18:33:15.319Z | [ recovery-image] Aug 19 18:33:13.606 INFO O| Aug 19 18:33:13.606 INFO STEP 682 (remove_files) COMPLETE |
5922 | 2024-08-19T18:33:15.319Z | [ recovery-image] Aug 19 18:33:13.606 INFO O| Aug 19 18:33:13.606 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-08-19T18:33:15.332Z | [ recovery-image] Aug 19 18:33:13.619 INFO O| Aug 19 18:33:13.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5924 | 2024-08-19T18:33:15.332Z | [ recovery-image] Aug 19 18:33:13.619 INFO O| Aug 19 18:33:13.619 INFO STEP 683 (remove_files) COMPLETE |
5925 | 2024-08-19T18:33:15.332Z | [ recovery-image] Aug 19 18:33:13.619 INFO O| Aug 19 18:33:13.619 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-08-19T18:33:15.345Z | [ recovery-image] Aug 19 18:33:13.632 INFO O| Aug 19 18:33:13.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5927 | 2024-08-19T18:33:15.345Z | [ recovery-image] Aug 19 18:33:13.632 INFO O| Aug 19 18:33:13.632 INFO STEP 684 (remove_files) COMPLETE |
5928 | 2024-08-19T18:33:15.345Z | [ recovery-image] Aug 19 18:33:13.632 INFO O| Aug 19 18:33:13.632 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-08-19T18:33:15.358Z | [ recovery-image] Aug 19 18:33:13.645 INFO O| Aug 19 18:33:13.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5930 | 2024-08-19T18:33:15.361Z | [ recovery-image] Aug 19 18:33:13.645 INFO O| Aug 19 18:33:13.645 INFO STEP 685 (remove_files) COMPLETE |
5931 | 2024-08-19T18:33:15.361Z | [ recovery-image] Aug 19 18:33:13.645 INFO O| Aug 19 18:33:13.645 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-08-19T18:33:15.371Z | [ recovery-image] Aug 19 18:33:13.658 INFO O| Aug 19 18:33:13.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5933 | 2024-08-19T18:33:15.371Z | [ recovery-image] Aug 19 18:33:13.658 INFO O| Aug 19 18:33:13.658 INFO STEP 686 (remove_files) COMPLETE |
5934 | 2024-08-19T18:33:15.375Z | [ recovery-image] Aug 19 18:33:13.658 INFO O| Aug 19 18:33:13.658 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-08-19T18:33:15.385Z | [ recovery-image] Aug 19 18:33:13.671 INFO O| Aug 19 18:33:13.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5936 | 2024-08-19T18:33:15.385Z | [ recovery-image] Aug 19 18:33:13.671 INFO O| Aug 19 18:33:13.671 INFO STEP 687 (remove_files) COMPLETE |
5937 | 2024-08-19T18:33:15.385Z | [ recovery-image] Aug 19 18:33:13.671 INFO O| Aug 19 18:33:13.671 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-08-19T18:33:15.397Z | [ recovery-image] Aug 19 18:33:13.684 INFO O| Aug 19 18:33:13.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5939 | 2024-08-19T18:33:15.397Z | [ recovery-image] Aug 19 18:33:13.684 INFO O| Aug 19 18:33:13.684 INFO STEP 688 (remove_files) COMPLETE |
5940 | 2024-08-19T18:33:15.400Z | [ recovery-image] Aug 19 18:33:13.685 INFO O| Aug 19 18:33:13.684 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-08-19T18:33:15.410Z | [ recovery-image] Aug 19 18:33:13.698 INFO O| Aug 19 18:33:13.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5942 | 2024-08-19T18:33:15.410Z | [ recovery-image] Aug 19 18:33:13.698 INFO O| Aug 19 18:33:13.698 INFO STEP 689 (remove_files) COMPLETE |
5943 | 2024-08-19T18:33:15.413Z | [ recovery-image] Aug 19 18:33:13.698 INFO O| Aug 19 18:33:13.698 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-08-19T18:33:15.423Z | [ recovery-image] Aug 19 18:33:13.710 INFO O| Aug 19 18:33:13.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5945 | 2024-08-19T18:33:15.423Z | [ recovery-image] Aug 19 18:33:13.710 INFO O| Aug 19 18:33:13.710 INFO STEP 690 (remove_files) COMPLETE |
5946 | 2024-08-19T18:33:15.425Z | [ recovery-image] Aug 19 18:33:13.710 INFO O| Aug 19 18:33:13.710 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-08-19T18:33:15.434Z | [ recovery-image] Aug 19 18:33:13.721 INFO O| Aug 19 18:33:13.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5948 | 2024-08-19T18:33:15.434Z | [ recovery-image] Aug 19 18:33:13.722 INFO O| Aug 19 18:33:13.721 INFO STEP 691 (remove_files) COMPLETE |
5949 | 2024-08-19T18:33:15.438Z | [ recovery-image] Aug 19 18:33:13.722 INFO O| Aug 19 18:33:13.722 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-08-19T18:33:15.447Z | [ recovery-image] Aug 19 18:33:13.733 INFO O| Aug 19 18:33:13.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5951 | 2024-08-19T18:33:15.447Z | [ recovery-image] Aug 19 18:33:13.733 INFO O| Aug 19 18:33:13.733 INFO STEP 692 (remove_files) COMPLETE |
5952 | 2024-08-19T18:33:15.451Z | [ recovery-image] Aug 19 18:33:13.733 INFO O| Aug 19 18:33:13.733 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-08-19T18:33:15.457Z | [ recovery-image] Aug 19 18:33:13.744 INFO O| Aug 19 18:33:13.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5954 | 2024-08-19T18:33:15.457Z | [ recovery-image] Aug 19 18:33:13.744 INFO O| Aug 19 18:33:13.744 INFO STEP 693 (remove_files) COMPLETE |
5955 | 2024-08-19T18:33:15.459Z | [ recovery-image] Aug 19 18:33:13.744 INFO O| Aug 19 18:33:13.744 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-08-19T18:33:15.467Z | [ recovery-image] Aug 19 18:33:13.755 INFO O| Aug 19 18:33:13.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5957 | 2024-08-19T18:33:15.470Z | [ recovery-image] Aug 19 18:33:13.755 INFO O| Aug 19 18:33:13.755 INFO STEP 694 (remove_files) COMPLETE |
5958 | 2024-08-19T18:33:15.470Z | [ recovery-image] Aug 19 18:33:13.755 INFO O| Aug 19 18:33:13.755 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-08-19T18:33:15.478Z | [ recovery-image] Aug 19 18:33:13.765 INFO O| Aug 19 18:33:13.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5960 | 2024-08-19T18:33:15.478Z | [ recovery-image] Aug 19 18:33:13.766 INFO O| Aug 19 18:33:13.766 INFO STEP 695 (remove_files) COMPLETE |
5961 | 2024-08-19T18:33:15.481Z | [ recovery-image] Aug 19 18:33:13.766 INFO O| Aug 19 18:33:13.766 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-08-19T18:33:15.489Z | [ recovery-image] Aug 19 18:33:13.776 INFO O| Aug 19 18:33:13.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5963 | 2024-08-19T18:33:15.492Z | [ recovery-image] Aug 19 18:33:13.776 INFO O| Aug 19 18:33:13.776 INFO STEP 696 (remove_files) COMPLETE |
5964 | 2024-08-19T18:33:15.492Z | [ recovery-image] Aug 19 18:33:13.776 INFO O| Aug 19 18:33:13.776 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-08-19T18:33:15.500Z | [ recovery-image] Aug 19 18:33:13.787 INFO O| Aug 19 18:33:13.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5966 | 2024-08-19T18:33:15.502Z | [ recovery-image] Aug 19 18:33:13.788 INFO O| Aug 19 18:33:13.787 INFO STEP 697 (remove_files) COMPLETE |
5967 | 2024-08-19T18:33:15.502Z | [ recovery-image] Aug 19 18:33:13.788 INFO O| Aug 19 18:33:13.788 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-08-19T18:33:15.511Z | [ recovery-image] Aug 19 18:33:13.798 INFO O| Aug 19 18:33:13.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5969 | 2024-08-19T18:33:15.511Z | [ recovery-image] Aug 19 18:33:13.798 INFO O| Aug 19 18:33:13.798 INFO STEP 698 (remove_files) COMPLETE |
5970 | 2024-08-19T18:33:15.514Z | [ recovery-image] Aug 19 18:33:13.798 INFO O| Aug 19 18:33:13.798 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-08-19T18:33:15.522Z | [ recovery-image] Aug 19 18:33:13.809 INFO O| Aug 19 18:33:13.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5972 | 2024-08-19T18:33:15.522Z | [ recovery-image] Aug 19 18:33:13.809 INFO O| Aug 19 18:33:13.809 INFO STEP 699 (remove_files) COMPLETE |
5973 | 2024-08-19T18:33:15.525Z | [ recovery-image] Aug 19 18:33:13.809 INFO O| Aug 19 18:33:13.809 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-08-19T18:33:15.534Z | [ recovery-image] Aug 19 18:33:13.821 INFO O| Aug 19 18:33:13.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5975 | 2024-08-19T18:33:15.534Z | [ recovery-image] Aug 19 18:33:13.821 INFO O| Aug 19 18:33:13.821 INFO STEP 700 (remove_files) COMPLETE |
5976 | 2024-08-19T18:33:15.534Z | [ recovery-image] Aug 19 18:33:13.821 INFO O| Aug 19 18:33:13.821 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-08-19T18:33:15.546Z | [ recovery-image] Aug 19 18:33:13.833 INFO O| Aug 19 18:33:13.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5978 | 2024-08-19T18:33:15.548Z | [ recovery-image] Aug 19 18:33:13.833 INFO O| Aug 19 18:33:13.833 INFO STEP 701 (remove_files) COMPLETE |
5979 | 2024-08-19T18:33:15.548Z | [ recovery-image] Aug 19 18:33:13.833 INFO O| Aug 19 18:33:13.833 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-08-19T18:33:15.562Z | [ recovery-image] Aug 19 18:33:13.848 INFO O| Aug 19 18:33:13.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5981 | 2024-08-19T18:33:15.562Z | [ recovery-image] Aug 19 18:33:13.848 INFO O| Aug 19 18:33:13.848 INFO STEP 702 (remove_files) COMPLETE |
5982 | 2024-08-19T18:33:15.564Z | [ recovery-image] Aug 19 18:33:13.849 INFO O| Aug 19 18:33:13.848 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-08-19T18:33:15.576Z | [ recovery-image] Aug 19 18:33:13.863 INFO O| Aug 19 18:33:13.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5984 | 2024-08-19T18:33:15.579Z | [ recovery-image] Aug 19 18:33:13.864 INFO O| Aug 19 18:33:13.863 INFO STEP 703 (remove_files) COMPLETE |
5985 | 2024-08-19T18:33:15.579Z | [ recovery-image] Aug 19 18:33:13.864 INFO O| Aug 19 18:33:13.864 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-08-19T18:33:15.589Z | [ recovery-image] Aug 19 18:33:13.876 INFO O| Aug 19 18:33:13.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5987 | 2024-08-19T18:33:15.589Z | [ recovery-image] Aug 19 18:33:13.876 INFO O| Aug 19 18:33:13.876 INFO STEP 704 (remove_files) COMPLETE |
5988 | 2024-08-19T18:33:15.593Z | [ recovery-image] Aug 19 18:33:13.877 INFO O| Aug 19 18:33:13.876 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-08-19T18:33:15.602Z | [ recovery-image] Aug 19 18:33:13.889 INFO O| Aug 19 18:33:13.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
5990 | 2024-08-19T18:33:15.602Z | [ recovery-image] Aug 19 18:33:13.889 INFO O| Aug 19 18:33:13.889 INFO STEP 705 (remove_files) COMPLETE |
5991 | 2024-08-19T18:33:15.605Z | [ recovery-image] Aug 19 18:33:13.889 INFO O| Aug 19 18:33:13.889 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-08-19T18:33:15.617Z | [ recovery-image] Aug 19 18:33:13.904 INFO O| Aug 19 18:33:13.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
5993 | 2024-08-19T18:33:15.617Z | [ recovery-image] Aug 19 18:33:13.904 INFO O| Aug 19 18:33:13.904 INFO STEP 706 (remove_files) COMPLETE |
5994 | 2024-08-19T18:33:15.617Z | [ recovery-image] Aug 19 18:33:13.904 INFO O| Aug 19 18:33:13.904 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-08-19T18:33:15.630Z | [ recovery-image] Aug 19 18:33:13.918 INFO O| Aug 19 18:33:13.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
5996 | 2024-08-19T18:33:15.631Z | [ recovery-image] Aug 19 18:33:13.918 INFO O| Aug 19 18:33:13.918 INFO STEP 707 (remove_files) COMPLETE |
5997 | 2024-08-19T18:33:15.631Z | [ recovery-image] Aug 19 18:33:13.918 INFO O| Aug 19 18:33:13.918 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-08-19T18:33:15.643Z | [ recovery-image] Aug 19 18:33:13.930 INFO O| Aug 19 18:33:13.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
5999 | 2024-08-19T18:33:15.643Z | [ recovery-image] Aug 19 18:33:13.930 INFO O| Aug 19 18:33:13.930 INFO STEP 708 (remove_files) COMPLETE |
6000 | 2024-08-19T18:33:15.643Z | [ recovery-image] Aug 19 18:33:13.930 INFO O| Aug 19 18:33:13.930 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-08-19T18:33:15.656Z | [ recovery-image] Aug 19 18:33:13.943 INFO O| Aug 19 18:33:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6002 | 2024-08-19T18:33:15.658Z | [ recovery-image] Aug 19 18:33:13.943 INFO O| Aug 19 18:33:13.943 INFO STEP 709 (remove_files) COMPLETE |
6003 | 2024-08-19T18:33:15.658Z | [ recovery-image] Aug 19 18:33:13.943 INFO O| Aug 19 18:33:13.943 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-08-19T18:33:15.668Z | [ recovery-image] Aug 19 18:33:13.955 INFO O| Aug 19 18:33:13.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6005 | 2024-08-19T18:33:15.668Z | [ recovery-image] Aug 19 18:33:13.955 INFO O| Aug 19 18:33:13.955 INFO STEP 710 (remove_files) COMPLETE |
6006 | 2024-08-19T18:33:15.668Z | [ recovery-image] Aug 19 18:33:13.955 INFO O| Aug 19 18:33:13.955 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-08-19T18:33:15.680Z | [ recovery-image] Aug 19 18:33:13.967 INFO O| Aug 19 18:33:13.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6008 | 2024-08-19T18:33:15.680Z | [ recovery-image] Aug 19 18:33:13.967 INFO O| Aug 19 18:33:13.967 INFO STEP 711 (remove_files) COMPLETE |
6009 | 2024-08-19T18:33:15.680Z | [ recovery-image] Aug 19 18:33:13.967 INFO O| Aug 19 18:33:13.967 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-08-19T18:33:15.691Z | [ recovery-image] Aug 19 18:33:13.978 INFO O| Aug 19 18:33:13.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6011 | 2024-08-19T18:33:15.694Z | [ recovery-image] Aug 19 18:33:13.979 INFO O| Aug 19 18:33:13.979 INFO STEP 712 (remove_files) COMPLETE |
6012 | 2024-08-19T18:33:15.694Z | [ recovery-image] Aug 19 18:33:13.979 INFO O| Aug 19 18:33:13.979 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-08-19T18:33:15.703Z | [ recovery-image] Aug 19 18:33:13.990 INFO O| Aug 19 18:33:13.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6014 | 2024-08-19T18:33:15.703Z | [ recovery-image] Aug 19 18:33:13.990 INFO O| Aug 19 18:33:13.990 INFO STEP 713 (remove_files) COMPLETE |
6015 | 2024-08-19T18:33:15.705Z | [ recovery-image] Aug 19 18:33:13.990 INFO O| Aug 19 18:33:13.990 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-08-19T18:33:15.715Z | [ recovery-image] Aug 19 18:33:14.001 INFO O| Aug 19 18:33:14.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6017 | 2024-08-19T18:33:15.715Z | [ recovery-image] Aug 19 18:33:14.001 INFO O| Aug 19 18:33:14.001 INFO STEP 714 (remove_files) COMPLETE |
6018 | 2024-08-19T18:33:15.715Z | [ recovery-image] Aug 19 18:33:14.001 INFO O| Aug 19 18:33:14.001 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-08-19T18:33:15.729Z | [ recovery-image] Aug 19 18:33:14.016 INFO O| Aug 19 18:33:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6020 | 2024-08-19T18:33:15.729Z | [ recovery-image] Aug 19 18:33:14.016 INFO O| Aug 19 18:33:14.016 INFO STEP 715 (remove_files) COMPLETE |
6021 | 2024-08-19T18:33:15.729Z | [ recovery-image] Aug 19 18:33:14.016 INFO O| Aug 19 18:33:14.016 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-08-19T18:33:15.745Z | [ recovery-image] Aug 19 18:33:14.032 INFO O| Aug 19 18:33:14.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6023 | 2024-08-19T18:33:15.746Z | [ recovery-image] Aug 19 18:33:14.032 INFO O| Aug 19 18:33:14.032 INFO STEP 716 (remove_files) COMPLETE |
6024 | 2024-08-19T18:33:15.746Z | [ recovery-image] Aug 19 18:33:14.032 INFO O| Aug 19 18:33:14.032 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-08-19T18:33:15.758Z | [ recovery-image] Aug 19 18:33:14.044 INFO O| Aug 19 18:33:14.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6026 | 2024-08-19T18:33:15.758Z | [ recovery-image] Aug 19 18:33:14.044 INFO O| Aug 19 18:33:14.044 INFO STEP 717 (remove_files) COMPLETE |
6027 | 2024-08-19T18:33:15.758Z | [ recovery-image] Aug 19 18:33:14.044 INFO O| Aug 19 18:33:14.044 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6028 | 2024-08-19T18:33:15.768Z | [ recovery-image] Aug 19 18:33:14.056 INFO O| Aug 19 18:33:14.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6029 | 2024-08-19T18:33:15.768Z | [ recovery-image] Aug 19 18:33:14.056 INFO O| Aug 19 18:33:14.056 INFO STEP 718 (remove_files) COMPLETE |
6030 | 2024-08-19T18:33:15.769Z | [ recovery-image] Aug 19 18:33:14.056 INFO O| Aug 19 18:33:14.056 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6031 | 2024-08-19T18:33:15.779Z | [ recovery-image] Aug 19 18:33:14.067 INFO O| Aug 19 18:33:14.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6032 | 2024-08-19T18:33:15.779Z | [ recovery-image] Aug 19 18:33:14.067 INFO O| Aug 19 18:33:14.067 INFO STEP 719 (remove_files) COMPLETE |
6033 | 2024-08-19T18:33:15.782Z | [ recovery-image] Aug 19 18:33:14.067 INFO O| Aug 19 18:33:14.067 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6034 | 2024-08-19T18:33:15.793Z | [ recovery-image] Aug 19 18:33:14.080 INFO O| Aug 19 18:33:14.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6035 | 2024-08-19T18:33:15.793Z | [ recovery-image] Aug 19 18:33:14.080 INFO O| Aug 19 18:33:14.080 INFO STEP 720 (remove_files) COMPLETE |
6036 | 2024-08-19T18:33:15.793Z | [ recovery-image] Aug 19 18:33:14.080 INFO O| Aug 19 18:33:14.080 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6037 | 2024-08-19T18:33:15.804Z | [ recovery-image] Aug 19 18:33:14.092 INFO O| Aug 19 18:33:14.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6038 | 2024-08-19T18:33:15.804Z | [ recovery-image] Aug 19 18:33:14.092 INFO O| Aug 19 18:33:14.092 INFO STEP 721 (remove_files) COMPLETE |
6039 | 2024-08-19T18:33:15.804Z | [ recovery-image] Aug 19 18:33:14.092 INFO O| Aug 19 18:33:14.092 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6040 | 2024-08-19T18:33:15.815Z | [ recovery-image] Aug 19 18:33:14.103 INFO O| Aug 19 18:33:14.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6041 | 2024-08-19T18:33:15.818Z | [ recovery-image] Aug 19 18:33:14.103 INFO O| Aug 19 18:33:14.103 INFO STEP 722 (remove_files) COMPLETE |
6042 | 2024-08-19T18:33:15.818Z | [ recovery-image] Aug 19 18:33:14.103 INFO O| Aug 19 18:33:14.103 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6043 | 2024-08-19T18:33:15.827Z | [ recovery-image] Aug 19 18:33:14.113 INFO O| Aug 19 18:33:14.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6044 | 2024-08-19T18:33:15.827Z | [ recovery-image] Aug 19 18:33:14.113 INFO O| Aug 19 18:33:14.113 INFO STEP 723 (remove_files) COMPLETE |
6045 | 2024-08-19T18:33:15.832Z | [ recovery-image] Aug 19 18:33:14.113 INFO O| Aug 19 18:33:14.113 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6046 | 2024-08-19T18:33:15.837Z | [ recovery-image] Aug 19 18:33:14.124 INFO O| Aug 19 18:33:14.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6047 | 2024-08-19T18:33:15.837Z | [ recovery-image] Aug 19 18:33:14.124 INFO O| Aug 19 18:33:14.124 INFO STEP 724 (remove_files) COMPLETE |
6048 | 2024-08-19T18:33:15.841Z | [ recovery-image] Aug 19 18:33:14.124 INFO O| Aug 19 18:33:14.124 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6049 | 2024-08-19T18:33:15.848Z | [ recovery-image] Aug 19 18:33:14.135 INFO O| Aug 19 18:33:14.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6050 | 2024-08-19T18:33:15.848Z | [ recovery-image] Aug 19 18:33:14.135 INFO O| Aug 19 18:33:14.135 INFO STEP 725 (remove_files) COMPLETE |
6051 | 2024-08-19T18:33:15.848Z | [ recovery-image] Aug 19 18:33:14.135 INFO O| Aug 19 18:33:14.135 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6052 | 2024-08-19T18:33:15.858Z | [ recovery-image] Aug 19 18:33:14.146 INFO O| Aug 19 18:33:14.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6053 | 2024-08-19T18:33:15.858Z | [ recovery-image] Aug 19 18:33:14.146 INFO O| Aug 19 18:33:14.146 INFO STEP 726 (remove_files) COMPLETE |
6054 | 2024-08-19T18:33:15.858Z | [ recovery-image] Aug 19 18:33:14.146 INFO O| Aug 19 18:33:14.146 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6055 | 2024-08-19T18:33:15.869Z | [ recovery-image] Aug 19 18:33:14.156 INFO O| Aug 19 18:33:14.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6056 | 2024-08-19T18:33:15.869Z | [ recovery-image] Aug 19 18:33:14.156 INFO O| Aug 19 18:33:14.156 INFO STEP 727 (remove_files) COMPLETE |
6057 | 2024-08-19T18:33:15.869Z | [ recovery-image] Aug 19 18:33:14.156 INFO O| Aug 19 18:33:14.156 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6058 | 2024-08-19T18:33:15.879Z | [ recovery-image] Aug 19 18:33:14.166 INFO O| Aug 19 18:33:14.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6059 | 2024-08-19T18:33:15.879Z | [ recovery-image] Aug 19 18:33:14.166 INFO O| Aug 19 18:33:14.166 INFO STEP 728 (remove_files) COMPLETE |
6060 | 2024-08-19T18:33:15.881Z | [ recovery-image] Aug 19 18:33:14.166 INFO O| Aug 19 18:33:14.166 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6061 | 2024-08-19T18:33:15.889Z | [ recovery-image] Aug 19 18:33:14.176 INFO O| Aug 19 18:33:14.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6062 | 2024-08-19T18:33:15.891Z | [ recovery-image] Aug 19 18:33:14.176 INFO O| Aug 19 18:33:14.176 INFO STEP 729 (remove_files) COMPLETE |
6063 | 2024-08-19T18:33:15.891Z | [ recovery-image] Aug 19 18:33:14.176 INFO O| Aug 19 18:33:14.176 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6064 | 2024-08-19T18:33:15.899Z | [ recovery-image] Aug 19 18:33:14.186 INFO O| Aug 19 18:33:14.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6065 | 2024-08-19T18:33:15.899Z | [ recovery-image] Aug 19 18:33:14.186 INFO O| Aug 19 18:33:14.186 INFO STEP 730 (remove_files) COMPLETE |
6066 | 2024-08-19T18:33:15.901Z | [ recovery-image] Aug 19 18:33:14.186 INFO O| Aug 19 18:33:14.186 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6067 | 2024-08-19T18:33:15.909Z | [ recovery-image] Aug 19 18:33:14.196 INFO O| Aug 19 18:33:14.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6068 | 2024-08-19T18:33:15.911Z | [ recovery-image] Aug 19 18:33:14.196 INFO O| Aug 19 18:33:14.196 INFO STEP 731 (remove_files) COMPLETE |
6069 | 2024-08-19T18:33:15.911Z | [ recovery-image] Aug 19 18:33:14.196 INFO O| Aug 19 18:33:14.196 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6070 | 2024-08-19T18:33:15.919Z | [ recovery-image] Aug 19 18:33:14.206 INFO O| Aug 19 18:33:14.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6071 | 2024-08-19T18:33:15.921Z | [ recovery-image] Aug 19 18:33:14.206 INFO O| Aug 19 18:33:14.206 INFO STEP 732 (remove_files) COMPLETE |
6072 | 2024-08-19T18:33:15.921Z | [ recovery-image] Aug 19 18:33:14.206 INFO O| Aug 19 18:33:14.206 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6073 | 2024-08-19T18:33:15.930Z | [ recovery-image] Aug 19 18:33:14.217 INFO O| Aug 19 18:33:14.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6074 | 2024-08-19T18:33:15.930Z | [ recovery-image] Aug 19 18:33:14.217 INFO O| Aug 19 18:33:14.217 INFO STEP 733 (remove_files) COMPLETE |
6075 | 2024-08-19T18:33:15.933Z | [ recovery-image] Aug 19 18:33:14.217 INFO O| Aug 19 18:33:14.217 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6076 | 2024-08-19T18:33:15.940Z | [ recovery-image] Aug 19 18:33:14.227 INFO O| Aug 19 18:33:14.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6077 | 2024-08-19T18:33:15.940Z | [ recovery-image] Aug 19 18:33:14.227 INFO O| Aug 19 18:33:14.227 INFO STEP 734 (remove_files) COMPLETE |
6078 | 2024-08-19T18:33:15.942Z | [ recovery-image] Aug 19 18:33:14.227 INFO O| Aug 19 18:33:14.227 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6079 | 2024-08-19T18:33:15.949Z | [ recovery-image] Aug 19 18:33:14.237 INFO O| Aug 19 18:33:14.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6080 | 2024-08-19T18:33:15.952Z | [ recovery-image] Aug 19 18:33:14.237 INFO O| Aug 19 18:33:14.237 INFO STEP 735 (remove_files) COMPLETE |
6081 | 2024-08-19T18:33:15.952Z | [ recovery-image] Aug 19 18:33:14.237 INFO O| Aug 19 18:33:14.237 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6082 | 2024-08-19T18:33:15.960Z | [ recovery-image] Aug 19 18:33:14.247 INFO O| Aug 19 18:33:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6083 | 2024-08-19T18:33:15.963Z | [ recovery-image] Aug 19 18:33:14.248 INFO O| Aug 19 18:33:14.248 INFO STEP 736 (remove_files) COMPLETE |
6084 | 2024-08-19T18:33:15.963Z | [ recovery-image] Aug 19 18:33:14.248 INFO O| Aug 19 18:33:14.248 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6085 | 2024-08-19T18:33:15.971Z | [ recovery-image] Aug 19 18:33:14.258 INFO O| Aug 19 18:33:14.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6086 | 2024-08-19T18:33:15.971Z | [ recovery-image] Aug 19 18:33:14.259 INFO O| Aug 19 18:33:14.258 INFO STEP 737 (remove_files) COMPLETE |
6087 | 2024-08-19T18:33:15.971Z | [ recovery-image] Aug 19 18:33:14.259 INFO O| Aug 19 18:33:14.259 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6088 | 2024-08-19T18:33:15.982Z | [ recovery-image] Aug 19 18:33:14.269 INFO O| Aug 19 18:33:14.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6089 | 2024-08-19T18:33:15.982Z | [ recovery-image] Aug 19 18:33:14.269 INFO O| Aug 19 18:33:14.269 INFO STEP 738 (remove_files) COMPLETE |
6090 | 2024-08-19T18:33:15.982Z | [ recovery-image] Aug 19 18:33:14.269 INFO O| Aug 19 18:33:14.269 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6091 | 2024-08-19T18:33:15.993Z | [ recovery-image] Aug 19 18:33:14.280 INFO O| Aug 19 18:33:14.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6092 | 2024-08-19T18:33:15.993Z | [ recovery-image] Aug 19 18:33:14.280 INFO O| Aug 19 18:33:14.280 INFO STEP 739 (remove_files) COMPLETE |
6093 | 2024-08-19T18:33:15.993Z | [ recovery-image] Aug 19 18:33:14.280 INFO O| Aug 19 18:33:14.280 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6094 | 2024-08-19T18:33:16.003Z | [ recovery-image] Aug 19 18:33:14.290 INFO O| Aug 19 18:33:14.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6095 | 2024-08-19T18:33:16.003Z | [ recovery-image] Aug 19 18:33:14.290 INFO O| Aug 19 18:33:14.290 INFO STEP 740 (remove_files) COMPLETE |
6096 | 2024-08-19T18:33:16.005Z | [ recovery-image] Aug 19 18:33:14.290 INFO O| Aug 19 18:33:14.290 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6097 | 2024-08-19T18:33:16.013Z | [ recovery-image] Aug 19 18:33:14.300 INFO O| Aug 19 18:33:14.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6098 | 2024-08-19T18:33:16.015Z | [ recovery-image] Aug 19 18:33:14.300 INFO O| Aug 19 18:33:14.300 INFO STEP 741 (remove_files) COMPLETE |
6099 | 2024-08-19T18:33:16.015Z | [ recovery-image] Aug 19 18:33:14.300 INFO O| Aug 19 18:33:14.300 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6100 | 2024-08-19T18:33:16.022Z | [ recovery-image] Aug 19 18:33:14.310 INFO O| Aug 19 18:33:14.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6101 | 2024-08-19T18:33:16.025Z | [ recovery-image] Aug 19 18:33:14.310 INFO O| Aug 19 18:33:14.310 INFO STEP 742 (remove_files) COMPLETE |
6102 | 2024-08-19T18:33:16.025Z | [ recovery-image] Aug 19 18:33:14.310 INFO O| Aug 19 18:33:14.310 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6103 | 2024-08-19T18:33:16.032Z | [ recovery-image] Aug 19 18:33:14.319 INFO O| Aug 19 18:33:14.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6104 | 2024-08-19T18:33:16.032Z | [ recovery-image] Aug 19 18:33:14.319 INFO O| Aug 19 18:33:14.319 INFO STEP 743 (remove_files) COMPLETE |
6105 | 2024-08-19T18:33:16.032Z | [ recovery-image] Aug 19 18:33:14.319 INFO O| Aug 19 18:33:14.319 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6106 | 2024-08-19T18:33:16.042Z | [ recovery-image] Aug 19 18:33:14.329 INFO O| Aug 19 18:33:14.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6107 | 2024-08-19T18:33:16.042Z | [ recovery-image] Aug 19 18:33:14.329 INFO O| Aug 19 18:33:14.329 INFO STEP 744 (remove_files) COMPLETE |
6108 | 2024-08-19T18:33:16.042Z | [ recovery-image] Aug 19 18:33:14.329 INFO O| Aug 19 18:33:14.329 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6109 | 2024-08-19T18:33:16.052Z | [ recovery-image] Aug 19 18:33:14.339 INFO O| Aug 19 18:33:14.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6110 | 2024-08-19T18:33:16.054Z | [ recovery-image] Aug 19 18:33:14.339 INFO O| Aug 19 18:33:14.339 INFO STEP 745 (remove_files) COMPLETE |
6111 | 2024-08-19T18:33:16.054Z | [ recovery-image] Aug 19 18:33:14.339 INFO O| Aug 19 18:33:14.339 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6112 | 2024-08-19T18:33:16.062Z | [ recovery-image] Aug 19 18:33:14.349 INFO O| Aug 19 18:33:14.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6113 | 2024-08-19T18:33:16.062Z | [ recovery-image] Aug 19 18:33:14.349 INFO O| Aug 19 18:33:14.349 INFO STEP 746 (remove_files) COMPLETE |
6114 | 2024-08-19T18:33:16.065Z | [ recovery-image] Aug 19 18:33:14.349 INFO O| Aug 19 18:33:14.349 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6115 | 2024-08-19T18:33:16.072Z | [ recovery-image] Aug 19 18:33:14.360 INFO O| Aug 19 18:33:14.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6116 | 2024-08-19T18:33:16.073Z | [ recovery-image] Aug 19 18:33:14.360 INFO O| Aug 19 18:33:14.360 INFO STEP 747 (remove_files) COMPLETE |
6117 | 2024-08-19T18:33:16.075Z | [ recovery-image] Aug 19 18:33:14.360 INFO O| Aug 19 18:33:14.360 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6118 | 2024-08-19T18:33:16.083Z | [ recovery-image] Aug 19 18:33:14.370 INFO O| Aug 19 18:33:14.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6119 | 2024-08-19T18:33:16.083Z | [ recovery-image] Aug 19 18:33:14.370 INFO O| Aug 19 18:33:14.370 INFO STEP 748 (remove_files) COMPLETE |
6120 | 2024-08-19T18:33:16.083Z | [ recovery-image] Aug 19 18:33:14.370 INFO O| Aug 19 18:33:14.370 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6121 | 2024-08-19T18:33:16.093Z | [ recovery-image] Aug 19 18:33:14.380 INFO O| Aug 19 18:33:14.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6122 | 2024-08-19T18:33:16.093Z | [ recovery-image] Aug 19 18:33:14.380 INFO O| Aug 19 18:33:14.380 INFO STEP 749 (remove_files) COMPLETE |
6123 | 2024-08-19T18:33:16.095Z | [ recovery-image] Aug 19 18:33:14.380 INFO O| Aug 19 18:33:14.380 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-08-19T18:33:16.104Z | [ recovery-image] Aug 19 18:33:14.391 INFO O| Aug 19 18:33:14.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6125 | 2024-08-19T18:33:16.106Z | [ recovery-image] Aug 19 18:33:14.391 INFO O| Aug 19 18:33:14.391 INFO STEP 750 (remove_files) COMPLETE |
6126 | 2024-08-19T18:33:16.106Z | [ recovery-image] Aug 19 18:33:14.391 INFO O| Aug 19 18:33:14.391 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-08-19T18:33:16.114Z | [ recovery-image] Aug 19 18:33:14.401 INFO O| Aug 19 18:33:14.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6128 | 2024-08-19T18:33:16.114Z | [ recovery-image] Aug 19 18:33:14.401 INFO O| Aug 19 18:33:14.401 INFO STEP 751 (remove_files) COMPLETE |
6129 | 2024-08-19T18:33:16.116Z | [ recovery-image] Aug 19 18:33:14.401 INFO O| Aug 19 18:33:14.401 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-08-19T18:33:16.123Z | [ recovery-image] Aug 19 18:33:14.411 INFO O| Aug 19 18:33:14.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6131 | 2024-08-19T18:33:16.126Z | [ recovery-image] Aug 19 18:33:14.411 INFO O| Aug 19 18:33:14.411 INFO STEP 752 (remove_files) COMPLETE |
6132 | 2024-08-19T18:33:16.126Z | [ recovery-image] Aug 19 18:33:14.411 INFO O| Aug 19 18:33:14.411 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-08-19T18:33:16.133Z | [ recovery-image] Aug 19 18:33:14.421 INFO O| Aug 19 18:33:14.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6134 | 2024-08-19T18:33:16.136Z | [ recovery-image] Aug 19 18:33:14.421 INFO O| Aug 19 18:33:14.421 INFO STEP 753 (remove_files) COMPLETE |
6135 | 2024-08-19T18:33:16.136Z | [ recovery-image] Aug 19 18:33:14.421 INFO O| Aug 19 18:33:14.421 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-08-19T18:33:16.143Z | [ recovery-image] Aug 19 18:33:14.430 INFO O| Aug 19 18:33:14.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6137 | 2024-08-19T18:33:16.143Z | [ recovery-image] Aug 19 18:33:14.430 INFO O| Aug 19 18:33:14.430 INFO STEP 754 (remove_files) COMPLETE |
6138 | 2024-08-19T18:33:16.146Z | [ recovery-image] Aug 19 18:33:14.431 INFO O| Aug 19 18:33:14.430 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-08-19T18:33:16.153Z | [ recovery-image] Aug 19 18:33:14.440 INFO O| Aug 19 18:33:14.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6140 | 2024-08-19T18:33:16.153Z | [ recovery-image] Aug 19 18:33:14.440 INFO O| Aug 19 18:33:14.440 INFO STEP 755 (remove_files) COMPLETE |
6141 | 2024-08-19T18:33:16.153Z | [ recovery-image] Aug 19 18:33:14.440 INFO O| Aug 19 18:33:14.440 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-08-19T18:33:16.162Z | [ recovery-image] Aug 19 18:33:14.450 INFO O| Aug 19 18:33:14.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6143 | 2024-08-19T18:33:16.162Z | [ recovery-image] Aug 19 18:33:14.450 INFO O| Aug 19 18:33:14.450 INFO STEP 756 (remove_files) COMPLETE |
6144 | 2024-08-19T18:33:16.162Z | [ recovery-image] Aug 19 18:33:14.450 INFO O| Aug 19 18:33:14.450 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-08-19T18:33:16.172Z | [ recovery-image] Aug 19 18:33:14.459 INFO O| Aug 19 18:33:14.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6146 | 2024-08-19T18:33:16.172Z | [ recovery-image] Aug 19 18:33:14.459 INFO O| Aug 19 18:33:14.459 INFO STEP 757 (remove_files) COMPLETE |
6147 | 2024-08-19T18:33:16.176Z | [ recovery-image] Aug 19 18:33:14.459 INFO O| Aug 19 18:33:14.459 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-08-19T18:33:16.182Z | [ recovery-image] Aug 19 18:33:14.469 INFO O| Aug 19 18:33:14.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6149 | 2024-08-19T18:33:16.182Z | [ recovery-image] Aug 19 18:33:14.469 INFO O| Aug 19 18:33:14.469 INFO STEP 758 (remove_files) COMPLETE |
6150 | 2024-08-19T18:33:16.186Z | [ recovery-image] Aug 19 18:33:14.469 INFO O| Aug 19 18:33:14.469 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-08-19T18:33:16.192Z | [ recovery-image] Aug 19 18:33:14.479 INFO O| Aug 19 18:33:14.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6152 | 2024-08-19T18:33:16.195Z | [ recovery-image] Aug 19 18:33:14.479 INFO O| Aug 19 18:33:14.479 INFO STEP 759 (remove_files) COMPLETE |
6153 | 2024-08-19T18:33:16.195Z | [ recovery-image] Aug 19 18:33:14.479 INFO O| Aug 19 18:33:14.479 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-08-19T18:33:16.205Z | [ recovery-image] Aug 19 18:33:14.489 INFO O| Aug 19 18:33:14.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6155 | 2024-08-19T18:33:16.205Z | [ recovery-image] Aug 19 18:33:14.489 INFO O| Aug 19 18:33:14.489 INFO STEP 760 (remove_files) COMPLETE |
6156 | 2024-08-19T18:33:16.205Z | [ recovery-image] Aug 19 18:33:14.489 INFO O| Aug 19 18:33:14.489 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-08-19T18:33:16.214Z | [ recovery-image] Aug 19 18:33:14.498 INFO O| Aug 19 18:33:14.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6158 | 2024-08-19T18:33:16.214Z | [ recovery-image] Aug 19 18:33:14.498 INFO O| Aug 19 18:33:14.498 INFO STEP 761 (remove_files) COMPLETE |
6159 | 2024-08-19T18:33:16.214Z | [ recovery-image] Aug 19 18:33:14.498 INFO O| Aug 19 18:33:14.498 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-08-19T18:33:16.223Z | [ recovery-image] Aug 19 18:33:14.508 INFO O| Aug 19 18:33:14.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6161 | 2024-08-19T18:33:16.223Z | [ recovery-image] Aug 19 18:33:14.508 INFO O| Aug 19 18:33:14.508 INFO STEP 762 (remove_files) COMPLETE |
6162 | 2024-08-19T18:33:16.224Z | [ recovery-image] Aug 19 18:33:14.508 INFO O| Aug 19 18:33:14.508 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-08-19T18:33:16.231Z | [ recovery-image] Aug 19 18:33:14.518 INFO O| Aug 19 18:33:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6164 | 2024-08-19T18:33:16.231Z | [ recovery-image] Aug 19 18:33:14.518 INFO O| Aug 19 18:33:14.518 INFO STEP 763 (remove_files) COMPLETE |
6165 | 2024-08-19T18:33:16.231Z | [ recovery-image] Aug 19 18:33:14.518 INFO O| Aug 19 18:33:14.518 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-08-19T18:33:16.240Z | [ recovery-image] Aug 19 18:33:14.527 INFO O| Aug 19 18:33:14.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6167 | 2024-08-19T18:33:16.240Z | [ recovery-image] Aug 19 18:33:14.527 INFO O| Aug 19 18:33:14.527 INFO STEP 764 (remove_files) COMPLETE |
6168 | 2024-08-19T18:33:16.243Z | [ recovery-image] Aug 19 18:33:14.527 INFO O| Aug 19 18:33:14.527 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-08-19T18:33:16.250Z | [ recovery-image] Aug 19 18:33:14.537 INFO O| Aug 19 18:33:14.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6170 | 2024-08-19T18:33:16.252Z | [ recovery-image] Aug 19 18:33:14.537 INFO O| Aug 19 18:33:14.537 INFO STEP 765 (remove_files) COMPLETE |
6171 | 2024-08-19T18:33:16.252Z | [ recovery-image] Aug 19 18:33:14.537 INFO O| Aug 19 18:33:14.537 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-08-19T18:33:16.259Z | [ recovery-image] Aug 19 18:33:14.546 INFO O| Aug 19 18:33:14.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6173 | 2024-08-19T18:33:16.259Z | [ recovery-image] Aug 19 18:33:14.546 INFO O| Aug 19 18:33:14.546 INFO STEP 766 (remove_files) COMPLETE |
6174 | 2024-08-19T18:33:16.259Z | [ recovery-image] Aug 19 18:33:14.546 INFO O| Aug 19 18:33:14.546 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-08-19T18:33:16.269Z | [ recovery-image] Aug 19 18:33:14.556 INFO O| Aug 19 18:33:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6176 | 2024-08-19T18:33:16.269Z | [ recovery-image] Aug 19 18:33:14.556 INFO O| Aug 19 18:33:14.556 INFO STEP 767 (remove_files) COMPLETE |
6177 | 2024-08-19T18:33:16.272Z | [ recovery-image] Aug 19 18:33:14.556 INFO O| Aug 19 18:33:14.556 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-08-19T18:33:16.281Z | [ recovery-image] Aug 19 18:33:14.567 INFO O| Aug 19 18:33:14.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6179 | 2024-08-19T18:33:16.281Z | [ recovery-image] Aug 19 18:33:14.567 INFO O| Aug 19 18:33:14.567 INFO STEP 768 (remove_files) COMPLETE |
6180 | 2024-08-19T18:33:16.281Z | [ recovery-image] Aug 19 18:33:14.567 INFO O| Aug 19 18:33:14.567 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-08-19T18:33:16.290Z | [ recovery-image] Aug 19 18:33:14.577 INFO O| Aug 19 18:33:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6182 | 2024-08-19T18:33:16.290Z | [ recovery-image] Aug 19 18:33:14.577 INFO O| Aug 19 18:33:14.577 INFO STEP 769 (remove_files) COMPLETE |
6183 | 2024-08-19T18:33:16.290Z | [ recovery-image] Aug 19 18:33:14.577 INFO O| Aug 19 18:33:14.577 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-08-19T18:33:16.300Z | [ recovery-image] Aug 19 18:33:14.587 INFO O| Aug 19 18:33:14.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6185 | 2024-08-19T18:33:16.300Z | [ recovery-image] Aug 19 18:33:14.587 INFO O| Aug 19 18:33:14.587 INFO STEP 770 (remove_files) COMPLETE |
6186 | 2024-08-19T18:33:16.300Z | [ recovery-image] Aug 19 18:33:14.587 INFO O| Aug 19 18:33:14.587 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-08-19T18:33:16.309Z | [ recovery-image] Aug 19 18:33:14.596 INFO O| Aug 19 18:33:14.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6188 | 2024-08-19T18:33:16.312Z | [ recovery-image] Aug 19 18:33:14.597 INFO O| Aug 19 18:33:14.597 INFO STEP 771 (remove_files) COMPLETE |
6189 | 2024-08-19T18:33:16.312Z | [ recovery-image] Aug 19 18:33:14.597 INFO O| Aug 19 18:33:14.597 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-08-19T18:33:16.319Z | [ recovery-image] Aug 19 18:33:14.606 INFO O| Aug 19 18:33:14.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6191 | 2024-08-19T18:33:16.319Z | [ recovery-image] Aug 19 18:33:14.606 INFO O| Aug 19 18:33:14.606 INFO STEP 772 (remove_files) COMPLETE |
6192 | 2024-08-19T18:33:16.319Z | [ recovery-image] Aug 19 18:33:14.606 INFO O| Aug 19 18:33:14.606 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-08-19T18:33:16.328Z | [ recovery-image] Aug 19 18:33:14.616 INFO O| Aug 19 18:33:14.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6194 | 2024-08-19T18:33:16.329Z | [ recovery-image] Aug 19 18:33:14.616 INFO O| Aug 19 18:33:14.616 INFO STEP 773 (remove_files) COMPLETE |
6195 | 2024-08-19T18:33:16.331Z | [ recovery-image] Aug 19 18:33:14.616 INFO O| Aug 19 18:33:14.616 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-08-19T18:33:16.339Z | [ recovery-image] Aug 19 18:33:14.626 INFO O| Aug 19 18:33:14.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6197 | 2024-08-19T18:33:16.339Z | [ recovery-image] Aug 19 18:33:14.626 INFO O| Aug 19 18:33:14.626 INFO STEP 774 (remove_files) COMPLETE |
6198 | 2024-08-19T18:33:16.339Z | [ recovery-image] Aug 19 18:33:14.626 INFO O| Aug 19 18:33:14.626 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-08-19T18:33:16.353Z | [ recovery-image] Aug 19 18:33:14.640 INFO O| Aug 19 18:33:14.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6200 | 2024-08-19T18:33:16.353Z | [ recovery-image] Aug 19 18:33:14.640 INFO O| Aug 19 18:33:14.640 INFO STEP 775 (remove_files) COMPLETE |
6201 | 2024-08-19T18:33:16.353Z | [ recovery-image] Aug 19 18:33:14.640 INFO O| Aug 19 18:33:14.640 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-08-19T18:33:16.365Z | [ recovery-image] Aug 19 18:33:14.652 INFO O| Aug 19 18:33:14.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6203 | 2024-08-19T18:33:16.365Z | [ recovery-image] Aug 19 18:33:14.652 INFO O| Aug 19 18:33:14.652 INFO STEP 776 (remove_files) COMPLETE |
6204 | 2024-08-19T18:33:16.365Z | [ recovery-image] Aug 19 18:33:14.652 INFO O| Aug 19 18:33:14.652 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-08-19T18:33:16.376Z | [ recovery-image] Aug 19 18:33:14.663 INFO O| Aug 19 18:33:14.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6206 | 2024-08-19T18:33:16.376Z | [ recovery-image] Aug 19 18:33:14.663 INFO O| Aug 19 18:33:14.663 INFO STEP 777 (remove_files) COMPLETE |
6207 | 2024-08-19T18:33:16.378Z | [ recovery-image] Aug 19 18:33:14.663 INFO O| Aug 19 18:33:14.663 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-08-19T18:33:16.387Z | [ recovery-image] Aug 19 18:33:14.674 INFO O| Aug 19 18:33:14.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6209 | 2024-08-19T18:33:16.387Z | [ recovery-image] Aug 19 18:33:14.674 INFO O| Aug 19 18:33:14.674 INFO STEP 778 (remove_files) COMPLETE |
6210 | 2024-08-19T18:33:16.389Z | [ recovery-image] Aug 19 18:33:14.674 INFO O| Aug 19 18:33:14.674 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-08-19T18:33:16.397Z | [ recovery-image] Aug 19 18:33:14.684 INFO O| Aug 19 18:33:14.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6212 | 2024-08-19T18:33:16.401Z | [ recovery-image] Aug 19 18:33:14.684 INFO O| Aug 19 18:33:14.684 INFO STEP 779 (remove_files) COMPLETE |
6213 | 2024-08-19T18:33:16.401Z | [ recovery-image] Aug 19 18:33:14.685 INFO O| Aug 19 18:33:14.684 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-08-19T18:33:16.408Z | [ recovery-image] Aug 19 18:33:14.695 INFO O| Aug 19 18:33:14.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6215 | 2024-08-19T18:33:16.408Z | [ recovery-image] Aug 19 18:33:14.695 INFO O| Aug 19 18:33:14.695 INFO STEP 780 (remove_files) COMPLETE |
6216 | 2024-08-19T18:33:16.408Z | [ recovery-image] Aug 19 18:33:14.695 INFO O| Aug 19 18:33:14.695 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-08-19T18:33:16.418Z | [ recovery-image] Aug 19 18:33:14.705 INFO O| Aug 19 18:33:14.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6218 | 2024-08-19T18:33:16.418Z | [ recovery-image] Aug 19 18:33:14.705 INFO O| Aug 19 18:33:14.705 INFO STEP 781 (remove_files) COMPLETE |
6219 | 2024-08-19T18:33:16.418Z | [ recovery-image] Aug 19 18:33:14.705 INFO O| Aug 19 18:33:14.705 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-08-19T18:33:16.429Z | [ recovery-image] Aug 19 18:33:14.716 INFO O| Aug 19 18:33:14.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6221 | 2024-08-19T18:33:16.429Z | [ recovery-image] Aug 19 18:33:14.716 INFO O| Aug 19 18:33:14.716 INFO STEP 782 (remove_files) COMPLETE |
6222 | 2024-08-19T18:33:16.429Z | [ recovery-image] Aug 19 18:33:14.716 INFO O| Aug 19 18:33:14.716 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-08-19T18:33:16.439Z | [ recovery-image] Aug 19 18:33:14.726 INFO O| Aug 19 18:33:14.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6224 | 2024-08-19T18:33:16.439Z | [ recovery-image] Aug 19 18:33:14.727 INFO O| Aug 19 18:33:14.726 INFO STEP 783 (remove_files) COMPLETE |
6225 | 2024-08-19T18:33:16.442Z | [ recovery-image] Aug 19 18:33:14.727 INFO O| Aug 19 18:33:14.726 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-08-19T18:33:16.450Z | [ recovery-image] Aug 19 18:33:14.737 INFO O| Aug 19 18:33:14.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6227 | 2024-08-19T18:33:16.450Z | [ recovery-image] Aug 19 18:33:14.737 INFO O| Aug 19 18:33:14.737 INFO STEP 784 (remove_files) COMPLETE |
6228 | 2024-08-19T18:33:16.452Z | [ recovery-image] Aug 19 18:33:14.737 INFO O| Aug 19 18:33:14.737 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-08-19T18:33:16.460Z | [ recovery-image] Aug 19 18:33:14.747 INFO O| Aug 19 18:33:14.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6230 | 2024-08-19T18:33:16.462Z | [ recovery-image] Aug 19 18:33:14.747 INFO O| Aug 19 18:33:14.747 INFO STEP 785 (remove_files) COMPLETE |
6231 | 2024-08-19T18:33:16.463Z | [ recovery-image] Aug 19 18:33:14.747 INFO O| Aug 19 18:33:14.747 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-08-19T18:33:16.471Z | [ recovery-image] Aug 19 18:33:14.758 INFO O| Aug 19 18:33:14.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6233 | 2024-08-19T18:33:16.474Z | [ recovery-image] Aug 19 18:33:14.758 INFO O| Aug 19 18:33:14.758 INFO STEP 786 (remove_files) COMPLETE |
6234 | 2024-08-19T18:33:16.474Z | [ recovery-image] Aug 19 18:33:14.758 INFO O| Aug 19 18:33:14.758 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-08-19T18:33:16.481Z | [ recovery-image] Aug 19 18:33:14.768 INFO O| Aug 19 18:33:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6236 | 2024-08-19T18:33:16.481Z | [ recovery-image] Aug 19 18:33:14.768 INFO O| Aug 19 18:33:14.768 INFO STEP 787 (remove_files) COMPLETE |
6237 | 2024-08-19T18:33:16.481Z | [ recovery-image] Aug 19 18:33:14.768 INFO O| Aug 19 18:33:14.768 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-08-19T18:33:16.491Z | [ recovery-image] Aug 19 18:33:14.778 INFO O| Aug 19 18:33:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6239 | 2024-08-19T18:33:16.491Z | [ recovery-image] Aug 19 18:33:14.778 INFO O| Aug 19 18:33:14.778 INFO STEP 788 (remove_files) COMPLETE |
6240 | 2024-08-19T18:33:16.491Z | [ recovery-image] Aug 19 18:33:14.778 INFO O| Aug 19 18:33:14.778 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-08-19T18:33:16.501Z | [ recovery-image] Aug 19 18:33:14.788 INFO O| Aug 19 18:33:14.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6242 | 2024-08-19T18:33:16.501Z | [ recovery-image] Aug 19 18:33:14.788 INFO O| Aug 19 18:33:14.788 INFO STEP 789 (remove_files) COMPLETE |
6243 | 2024-08-19T18:33:16.501Z | [ recovery-image] Aug 19 18:33:14.788 INFO O| Aug 19 18:33:14.788 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-08-19T18:33:16.511Z | [ recovery-image] Aug 19 18:33:14.798 INFO O| Aug 19 18:33:14.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6245 | 2024-08-19T18:33:16.513Z | [ recovery-image] Aug 19 18:33:14.798 INFO O| Aug 19 18:33:14.798 INFO STEP 790 (remove_files) COMPLETE |
6246 | 2024-08-19T18:33:16.513Z | [ recovery-image] Aug 19 18:33:14.798 INFO O| Aug 19 18:33:14.798 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-08-19T18:33:16.521Z | [ recovery-image] Aug 19 18:33:14.808 INFO O| Aug 19 18:33:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6248 | 2024-08-19T18:33:16.524Z | [ recovery-image] Aug 19 18:33:14.808 INFO O| Aug 19 18:33:14.808 INFO STEP 791 (remove_files) COMPLETE |
6249 | 2024-08-19T18:33:16.524Z | [ recovery-image] Aug 19 18:33:14.809 INFO O| Aug 19 18:33:14.808 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-08-19T18:33:16.532Z | [ recovery-image] Aug 19 18:33:14.819 INFO O| Aug 19 18:33:14.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6251 | 2024-08-19T18:33:16.532Z | [ recovery-image] Aug 19 18:33:14.819 INFO O| Aug 19 18:33:14.819 INFO STEP 792 (remove_files) COMPLETE |
6252 | 2024-08-19T18:33:16.534Z | [ recovery-image] Aug 19 18:33:14.819 INFO O| Aug 19 18:33:14.819 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-08-19T18:33:16.542Z | [ recovery-image] Aug 19 18:33:14.829 INFO O| Aug 19 18:33:14.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6254 | 2024-08-19T18:33:16.542Z | [ recovery-image] Aug 19 18:33:14.829 INFO O| Aug 19 18:33:14.829 INFO STEP 793 (remove_files) COMPLETE |
6255 | 2024-08-19T18:33:16.542Z | [ recovery-image] Aug 19 18:33:14.829 INFO O| Aug 19 18:33:14.829 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-08-19T18:33:16.552Z | [ recovery-image] Aug 19 18:33:14.839 INFO O| Aug 19 18:33:14.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6257 | 2024-08-19T18:33:16.552Z | [ recovery-image] Aug 19 18:33:14.839 INFO O| Aug 19 18:33:14.839 INFO STEP 794 (remove_files) COMPLETE |
6258 | 2024-08-19T18:33:16.556Z | [ recovery-image] Aug 19 18:33:14.839 INFO O| Aug 19 18:33:14.839 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-08-19T18:33:16.562Z | [ recovery-image] Aug 19 18:33:14.849 INFO O| Aug 19 18:33:14.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6260 | 2024-08-19T18:33:16.562Z | [ recovery-image] Aug 19 18:33:14.849 INFO O| Aug 19 18:33:14.849 INFO STEP 795 (remove_files) COMPLETE |
6261 | 2024-08-19T18:33:16.563Z | [ recovery-image] Aug 19 18:33:14.849 INFO O| Aug 19 18:33:14.849 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6262 | 2024-08-19T18:33:16.573Z | [ recovery-image] Aug 19 18:33:14.859 INFO O| Aug 19 18:33:14.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6263 | 2024-08-19T18:33:16.573Z | [ recovery-image] Aug 19 18:33:14.859 INFO O| Aug 19 18:33:14.859 INFO STEP 796 (remove_files) COMPLETE |
6264 | 2024-08-19T18:33:16.576Z | [ recovery-image] Aug 19 18:33:14.859 INFO O| Aug 19 18:33:14.859 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6265 | 2024-08-19T18:33:16.582Z | [ recovery-image] Aug 19 18:33:14.870 INFO O| Aug 19 18:33:14.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6266 | 2024-08-19T18:33:16.586Z | [ recovery-image] Aug 19 18:33:14.870 INFO O| Aug 19 18:33:14.870 INFO STEP 797 (remove_files) COMPLETE |
6267 | 2024-08-19T18:33:16.586Z | [ recovery-image] Aug 19 18:33:14.870 INFO O| Aug 19 18:33:14.870 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6268 | 2024-08-19T18:33:16.593Z | [ recovery-image] Aug 19 18:33:14.880 INFO O| Aug 19 18:33:14.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6269 | 2024-08-19T18:33:16.597Z | [ recovery-image] Aug 19 18:33:14.880 INFO O| Aug 19 18:33:14.880 INFO STEP 798 (remove_files) COMPLETE |
6270 | 2024-08-19T18:33:16.597Z | [ recovery-image] Aug 19 18:33:14.880 INFO O| Aug 19 18:33:14.880 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6271 | 2024-08-19T18:33:16.604Z | [ recovery-image] Aug 19 18:33:14.891 INFO O| Aug 19 18:33:14.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6272 | 2024-08-19T18:33:16.604Z | [ recovery-image] Aug 19 18:33:14.891 INFO O| Aug 19 18:33:14.891 INFO STEP 799 (remove_files) COMPLETE |
6273 | 2024-08-19T18:33:16.604Z | [ recovery-image] Aug 19 18:33:14.891 INFO O| Aug 19 18:33:14.891 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6274 | 2024-08-19T18:33:16.614Z | [ recovery-image] Aug 19 18:33:14.901 INFO O| Aug 19 18:33:14.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6275 | 2024-08-19T18:33:16.614Z | [ recovery-image] Aug 19 18:33:14.901 INFO O| Aug 19 18:33:14.901 INFO STEP 800 (remove_files) COMPLETE |
6276 | 2024-08-19T18:33:16.614Z | [ recovery-image] Aug 19 18:33:14.901 INFO O| Aug 19 18:33:14.901 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6277 | 2024-08-19T18:33:16.624Z | [ recovery-image] Aug 19 18:33:14.911 INFO O| Aug 19 18:33:14.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6278 | 2024-08-19T18:33:16.624Z | [ recovery-image] Aug 19 18:33:14.911 INFO O| Aug 19 18:33:14.911 INFO STEP 801 (remove_files) COMPLETE |
6279 | 2024-08-19T18:33:16.626Z | [ recovery-image] Aug 19 18:33:14.911 INFO O| Aug 19 18:33:14.911 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6280 | 2024-08-19T18:33:16.636Z | [ recovery-image] Aug 19 18:33:14.923 INFO O| Aug 19 18:33:14.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6281 | 2024-08-19T18:33:16.636Z | [ recovery-image] Aug 19 18:33:14.923 INFO O| Aug 19 18:33:14.923 INFO STEP 802 (remove_files) COMPLETE |
6282 | 2024-08-19T18:33:16.638Z | [ recovery-image] Aug 19 18:33:14.923 INFO O| Aug 19 18:33:14.923 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6283 | 2024-08-19T18:33:16.646Z | [ recovery-image] Aug 19 18:33:14.934 INFO O| Aug 19 18:33:14.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6284 | 2024-08-19T18:33:16.646Z | [ recovery-image] Aug 19 18:33:14.934 INFO O| Aug 19 18:33:14.934 INFO STEP 803 (remove_files) COMPLETE |
6285 | 2024-08-19T18:33:16.649Z | [ recovery-image] Aug 19 18:33:14.934 INFO O| Aug 19 18:33:14.934 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6286 | 2024-08-19T18:33:16.657Z | [ recovery-image] Aug 19 18:33:14.944 INFO O| Aug 19 18:33:14.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6287 | 2024-08-19T18:33:16.657Z | [ recovery-image] Aug 19 18:33:14.944 INFO O| Aug 19 18:33:14.944 INFO STEP 804 (remove_files) COMPLETE |
6288 | 2024-08-19T18:33:16.659Z | [ recovery-image] Aug 19 18:33:14.944 INFO O| Aug 19 18:33:14.944 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6289 | 2024-08-19T18:33:16.667Z | [ recovery-image] Aug 19 18:33:14.954 INFO O| Aug 19 18:33:14.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6290 | 2024-08-19T18:33:16.667Z | [ recovery-image] Aug 19 18:33:14.954 INFO O| Aug 19 18:33:14.954 INFO STEP 805 (remove_files) COMPLETE |
6291 | 2024-08-19T18:33:16.669Z | [ recovery-image] Aug 19 18:33:14.954 INFO O| Aug 19 18:33:14.954 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6292 | 2024-08-19T18:33:16.677Z | [ recovery-image] Aug 19 18:33:14.964 INFO O| Aug 19 18:33:14.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6293 | 2024-08-19T18:33:16.677Z | [ recovery-image] Aug 19 18:33:14.964 INFO O| Aug 19 18:33:14.964 INFO STEP 806 (remove_files) COMPLETE |
6294 | 2024-08-19T18:33:16.677Z | [ recovery-image] Aug 19 18:33:14.964 INFO O| Aug 19 18:33:14.964 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6295 | 2024-08-19T18:33:16.687Z | [ recovery-image] Aug 19 18:33:14.974 INFO O| Aug 19 18:33:14.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6296 | 2024-08-19T18:33:16.687Z | [ recovery-image] Aug 19 18:33:14.974 INFO O| Aug 19 18:33:14.974 INFO STEP 807 (remove_files) COMPLETE |
6297 | 2024-08-19T18:33:16.689Z | [ recovery-image] Aug 19 18:33:14.974 INFO O| Aug 19 18:33:14.974 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6298 | 2024-08-19T18:33:16.697Z | [ recovery-image] Aug 19 18:33:14.984 INFO O| Aug 19 18:33:14.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6299 | 2024-08-19T18:33:16.697Z | [ recovery-image] Aug 19 18:33:14.984 INFO O| Aug 19 18:33:14.984 INFO STEP 808 (remove_files) COMPLETE |
6300 | 2024-08-19T18:33:16.700Z | [ recovery-image] Aug 19 18:33:14.984 INFO O| Aug 19 18:33:14.984 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6301 | 2024-08-19T18:33:16.706Z | [ recovery-image] Aug 19 18:33:14.994 INFO O| Aug 19 18:33:14.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6302 | 2024-08-19T18:33:16.709Z | [ recovery-image] Aug 19 18:33:14.994 INFO O| Aug 19 18:33:14.994 INFO STEP 809 (remove_files) COMPLETE |
6303 | 2024-08-19T18:33:16.709Z | [ recovery-image] Aug 19 18:33:14.994 INFO O| Aug 19 18:33:14.994 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6304 | 2024-08-19T18:33:16.717Z | [ recovery-image] Aug 19 18:33:15.004 INFO O| Aug 19 18:33:15.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6305 | 2024-08-19T18:33:16.717Z | [ recovery-image] Aug 19 18:33:15.004 INFO O| Aug 19 18:33:15.004 INFO STEP 810 (remove_files) COMPLETE |
6306 | 2024-08-19T18:33:16.719Z | [ recovery-image] Aug 19 18:33:15.004 INFO O| Aug 19 18:33:15.004 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6307 | 2024-08-19T18:33:16.727Z | [ recovery-image] Aug 19 18:33:15.014 INFO O| Aug 19 18:33:15.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6308 | 2024-08-19T18:33:16.729Z | [ recovery-image] Aug 19 18:33:15.014 INFO O| Aug 19 18:33:15.014 INFO STEP 811 (remove_files) COMPLETE |
6309 | 2024-08-19T18:33:16.729Z | [ recovery-image] Aug 19 18:33:15.014 INFO O| Aug 19 18:33:15.014 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6310 | 2024-08-19T18:33:16.737Z | [ recovery-image] Aug 19 18:33:15.024 INFO O| Aug 19 18:33:15.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6311 | 2024-08-19T18:33:16.737Z | [ recovery-image] Aug 19 18:33:15.024 INFO O| Aug 19 18:33:15.024 INFO STEP 812 (remove_files) COMPLETE |
6312 | 2024-08-19T18:33:16.739Z | [ recovery-image] Aug 19 18:33:15.024 INFO O| Aug 19 18:33:15.024 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6313 | 2024-08-19T18:33:16.747Z | [ recovery-image] Aug 19 18:33:15.034 INFO O| Aug 19 18:33:15.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6314 | 2024-08-19T18:33:16.747Z | [ recovery-image] Aug 19 18:33:15.034 INFO O| Aug 19 18:33:15.034 INFO STEP 813 (remove_files) COMPLETE |
6315 | 2024-08-19T18:33:16.747Z | [ recovery-image] Aug 19 18:33:15.034 INFO O| Aug 19 18:33:15.034 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6316 | 2024-08-19T18:33:16.757Z | [ recovery-image] Aug 19 18:33:15.044 INFO O| Aug 19 18:33:15.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6317 | 2024-08-19T18:33:16.757Z | [ recovery-image] Aug 19 18:33:15.044 INFO O| Aug 19 18:33:15.044 INFO STEP 814 (remove_files) COMPLETE |
6318 | 2024-08-19T18:33:16.759Z | [ recovery-image] Aug 19 18:33:15.044 INFO O| Aug 19 18:33:15.044 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6319 | 2024-08-19T18:33:16.767Z | [ recovery-image] Aug 19 18:33:15.054 INFO O| Aug 19 18:33:15.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6320 | 2024-08-19T18:33:16.767Z | [ recovery-image] Aug 19 18:33:15.054 INFO O| Aug 19 18:33:15.054 INFO STEP 815 (remove_files) COMPLETE |
6321 | 2024-08-19T18:33:16.767Z | [ recovery-image] Aug 19 18:33:15.054 INFO O| Aug 19 18:33:15.054 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6322 | 2024-08-19T18:33:16.778Z | [ recovery-image] Aug 19 18:33:15.064 INFO O| Aug 19 18:33:15.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6323 | 2024-08-19T18:33:16.778Z | [ recovery-image] Aug 19 18:33:15.064 INFO O| Aug 19 18:33:15.064 INFO STEP 816 (remove_files) COMPLETE |
6324 | 2024-08-19T18:33:16.782Z | [ recovery-image] Aug 19 18:33:15.064 INFO O| Aug 19 18:33:15.064 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-08-19T18:33:16.788Z | [ recovery-image] Aug 19 18:33:15.074 INFO O| Aug 19 18:33:15.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6326 | 2024-08-19T18:33:16.788Z | [ recovery-image] Aug 19 18:33:15.075 INFO O| Aug 19 18:33:15.075 INFO STEP 817 (remove_files) COMPLETE |
6327 | 2024-08-19T18:33:16.788Z | [ recovery-image] Aug 19 18:33:15.075 INFO O| Aug 19 18:33:15.075 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-08-19T18:33:16.798Z | [ recovery-image] Aug 19 18:33:15.085 INFO O| Aug 19 18:33:15.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6329 | 2024-08-19T18:33:16.799Z | [ recovery-image] Aug 19 18:33:15.085 INFO O| Aug 19 18:33:15.085 INFO STEP 818 (remove_files) COMPLETE |
6330 | 2024-08-19T18:33:16.802Z | [ recovery-image] Aug 19 18:33:15.085 INFO O| Aug 19 18:33:15.085 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-08-19T18:33:16.808Z | [ recovery-image] Aug 19 18:33:15.095 INFO O| Aug 19 18:33:15.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6332 | 2024-08-19T18:33:16.808Z | [ recovery-image] Aug 19 18:33:15.095 INFO O| Aug 19 18:33:15.095 INFO STEP 819 (remove_files) COMPLETE |
6333 | 2024-08-19T18:33:16.808Z | [ recovery-image] Aug 19 18:33:15.095 INFO O| Aug 19 18:33:15.095 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-08-19T18:33:16.818Z | [ recovery-image] Aug 19 18:33:15.106 INFO O| Aug 19 18:33:15.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6335 | 2024-08-19T18:33:16.818Z | [ recovery-image] Aug 19 18:33:15.106 INFO O| Aug 19 18:33:15.106 INFO STEP 820 (remove_files) COMPLETE |
6336 | 2024-08-19T18:33:16.821Z | [ recovery-image] Aug 19 18:33:15.106 INFO O| Aug 19 18:33:15.106 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-08-19T18:33:16.829Z | [ recovery-image] Aug 19 18:33:15.116 INFO O| Aug 19 18:33:15.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6338 | 2024-08-19T18:33:16.829Z | [ recovery-image] Aug 19 18:33:15.116 INFO O| Aug 19 18:33:15.116 INFO STEP 821 (remove_files) COMPLETE |
6339 | 2024-08-19T18:33:16.831Z | [ recovery-image] Aug 19 18:33:15.116 INFO O| Aug 19 18:33:15.116 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-08-19T18:33:16.839Z | [ recovery-image] Aug 19 18:33:15.126 INFO O| Aug 19 18:33:15.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6341 | 2024-08-19T18:33:16.839Z | [ recovery-image] Aug 19 18:33:15.126 INFO O| Aug 19 18:33:15.126 INFO STEP 822 (remove_files) COMPLETE |
6342 | 2024-08-19T18:33:16.842Z | [ recovery-image] Aug 19 18:33:15.126 INFO O| Aug 19 18:33:15.126 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-08-19T18:33:16.849Z | [ recovery-image] Aug 19 18:33:15.136 INFO O| Aug 19 18:33:15.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6344 | 2024-08-19T18:33:16.849Z | [ recovery-image] Aug 19 18:33:15.136 INFO O| Aug 19 18:33:15.136 INFO STEP 823 (remove_files) COMPLETE |
6345 | 2024-08-19T18:33:16.849Z | [ recovery-image] Aug 19 18:33:15.136 INFO O| Aug 19 18:33:15.136 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-08-19T18:33:16.859Z | [ recovery-image] Aug 19 18:33:15.147 INFO O| Aug 19 18:33:15.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6347 | 2024-08-19T18:33:16.859Z | [ recovery-image] Aug 19 18:33:15.147 INFO O| Aug 19 18:33:15.147 INFO STEP 824 (remove_files) COMPLETE |
6348 | 2024-08-19T18:33:16.859Z | [ recovery-image] Aug 19 18:33:15.147 INFO O| Aug 19 18:33:15.147 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-08-19T18:33:16.871Z | [ recovery-image] Aug 19 18:33:15.158 INFO O| Aug 19 18:33:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6350 | 2024-08-19T18:33:16.871Z | [ recovery-image] Aug 19 18:33:15.158 INFO O| Aug 19 18:33:15.158 INFO STEP 825 (remove_files) COMPLETE |
6351 | 2024-08-19T18:33:16.873Z | [ recovery-image] Aug 19 18:33:15.158 INFO O| Aug 19 18:33:15.158 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-08-19T18:33:16.882Z | [ recovery-image] Aug 19 18:33:15.169 INFO O| Aug 19 18:33:15.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6353 | 2024-08-19T18:33:16.882Z | [ recovery-image] Aug 19 18:33:15.169 INFO O| Aug 19 18:33:15.169 INFO STEP 826 (remove_files) COMPLETE |
6354 | 2024-08-19T18:33:16.882Z | [ recovery-image] Aug 19 18:33:15.169 INFO O| Aug 19 18:33:15.169 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-08-19T18:33:16.893Z | [ recovery-image] Aug 19 18:33:15.180 INFO O| Aug 19 18:33:15.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6356 | 2024-08-19T18:33:16.893Z | [ recovery-image] Aug 19 18:33:15.180 INFO O| Aug 19 18:33:15.180 INFO STEP 827 (remove_files) COMPLETE |
6357 | 2024-08-19T18:33:16.893Z | [ recovery-image] Aug 19 18:33:15.180 INFO O| Aug 19 18:33:15.180 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-08-19T18:33:16.904Z | [ recovery-image] Aug 19 18:33:15.191 INFO O| Aug 19 18:33:15.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6359 | 2024-08-19T18:33:16.904Z | [ recovery-image] Aug 19 18:33:15.191 INFO O| Aug 19 18:33:15.191 INFO STEP 828 (remove_files) COMPLETE |
6360 | 2024-08-19T18:33:16.906Z | [ recovery-image] Aug 19 18:33:15.191 INFO O| Aug 19 18:33:15.191 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-08-19T18:33:16.914Z | [ recovery-image] Aug 19 18:33:15.201 INFO O| Aug 19 18:33:15.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6362 | 2024-08-19T18:33:16.914Z | [ recovery-image] Aug 19 18:33:15.201 INFO O| Aug 19 18:33:15.201 INFO STEP 829 (remove_files) COMPLETE |
6363 | 2024-08-19T18:33:16.916Z | [ recovery-image] Aug 19 18:33:15.201 INFO O| Aug 19 18:33:15.201 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-08-19T18:33:16.924Z | [ recovery-image] Aug 19 18:33:15.212 INFO O| Aug 19 18:33:15.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6365 | 2024-08-19T18:33:16.926Z | [ recovery-image] Aug 19 18:33:15.212 INFO O| Aug 19 18:33:15.212 INFO STEP 830 (remove_files) COMPLETE |
6366 | 2024-08-19T18:33:16.926Z | [ recovery-image] Aug 19 18:33:15.212 INFO O| Aug 19 18:33:15.212 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-08-19T18:33:16.934Z | [ recovery-image] Aug 19 18:33:15.221 INFO O| Aug 19 18:33:15.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6368 | 2024-08-19T18:33:16.934Z | [ recovery-image] Aug 19 18:33:15.221 INFO O| Aug 19 18:33:15.221 INFO STEP 831 (remove_files) COMPLETE |
6369 | 2024-08-19T18:33:16.934Z | [ recovery-image] Aug 19 18:33:15.221 INFO O| Aug 19 18:33:15.221 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-08-19T18:33:16.945Z | [ recovery-image] Aug 19 18:33:15.232 INFO O| Aug 19 18:33:15.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6371 | 2024-08-19T18:33:16.947Z | [ recovery-image] Aug 19 18:33:15.232 INFO O| Aug 19 18:33:15.232 INFO STEP 832 (remove_files) COMPLETE |
6372 | 2024-08-19T18:33:16.947Z | [ recovery-image] Aug 19 18:33:15.232 INFO O| Aug 19 18:33:15.232 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6373 | 2024-08-19T18:33:16.956Z | [ recovery-image] Aug 19 18:33:15.243 INFO O| Aug 19 18:33:15.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6374 | 2024-08-19T18:33:16.958Z | [ recovery-image] Aug 19 18:33:15.243 INFO O| Aug 19 18:33:15.243 INFO STEP 833 (remove_files) COMPLETE |
6375 | 2024-08-19T18:33:16.958Z | [ recovery-image] Aug 19 18:33:15.243 INFO O| Aug 19 18:33:15.243 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6376 | 2024-08-19T18:33:16.967Z | [ recovery-image] Aug 19 18:33:15.254 INFO O| Aug 19 18:33:15.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6377 | 2024-08-19T18:33:16.969Z | [ recovery-image] Aug 19 18:33:15.254 INFO O| Aug 19 18:33:15.254 INFO STEP 834 (remove_files) COMPLETE |
6378 | 2024-08-19T18:33:16.969Z | [ recovery-image] Aug 19 18:33:15.254 INFO O| Aug 19 18:33:15.254 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6379 | 2024-08-19T18:33:16.978Z | [ recovery-image] Aug 19 18:33:15.265 INFO O| Aug 19 18:33:15.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6380 | 2024-08-19T18:33:16.980Z | [ recovery-image] Aug 19 18:33:15.265 INFO O| Aug 19 18:33:15.265 INFO STEP 835 (remove_files) COMPLETE |
6381 | 2024-08-19T18:33:16.980Z | [ recovery-image] Aug 19 18:33:15.265 INFO O| Aug 19 18:33:15.265 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6382 | 2024-08-19T18:33:16.988Z | [ recovery-image] Aug 19 18:33:15.275 INFO O| Aug 19 18:33:15.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6383 | 2024-08-19T18:33:16.988Z | [ recovery-image] Aug 19 18:33:15.275 INFO O| Aug 19 18:33:15.275 INFO STEP 836 (remove_files) COMPLETE |
6384 | 2024-08-19T18:33:16.990Z | [ recovery-image] Aug 19 18:33:15.275 INFO O| Aug 19 18:33:15.275 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6385 | 2024-08-19T18:33:16.997Z | [ recovery-image] Aug 19 18:33:15.285 INFO O| Aug 19 18:33:15.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6386 | 2024-08-19T18:33:16.997Z | [ recovery-image] Aug 19 18:33:15.285 INFO O| Aug 19 18:33:15.285 INFO STEP 837 (remove_files) COMPLETE |
6387 | 2024-08-19T18:33:16.997Z | [ recovery-image] Aug 19 18:33:15.285 INFO O| Aug 19 18:33:15.285 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6388 | 2024-08-19T18:33:17.007Z | [ recovery-image] Aug 19 18:33:15.294 INFO O| Aug 19 18:33:15.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6389 | 2024-08-19T18:33:17.007Z | [ recovery-image] Aug 19 18:33:15.294 INFO O| Aug 19 18:33:15.294 INFO STEP 838 (remove_files) COMPLETE |
6390 | 2024-08-19T18:33:17.007Z | [ recovery-image] Aug 19 18:33:15.294 INFO O| Aug 19 18:33:15.294 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6391 | 2024-08-19T18:33:17.017Z | [ recovery-image] Aug 19 18:33:15.304 INFO O| Aug 19 18:33:15.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6392 | 2024-08-19T18:33:17.017Z | [ recovery-image] Aug 19 18:33:15.304 INFO O| Aug 19 18:33:15.304 INFO STEP 839 (remove_files) COMPLETE |
6393 | 2024-08-19T18:33:17.020Z | [ recovery-image] Aug 19 18:33:15.304 INFO O| Aug 19 18:33:15.304 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6394 | 2024-08-19T18:33:17.027Z | [ recovery-image] Aug 19 18:33:15.314 INFO O| Aug 19 18:33:15.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6395 | 2024-08-19T18:33:17.029Z | [ recovery-image] Aug 19 18:33:15.314 INFO O| Aug 19 18:33:15.314 INFO STEP 840 (remove_files) COMPLETE |
6396 | 2024-08-19T18:33:17.029Z | [ recovery-image] Aug 19 18:33:15.314 INFO O| Aug 19 18:33:15.314 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6397 | 2024-08-19T18:33:17.037Z | [ recovery-image] Aug 19 18:33:15.324 INFO O| Aug 19 18:33:15.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6398 | 2024-08-19T18:33:17.040Z | [ recovery-image] Aug 19 18:33:15.325 INFO O| Aug 19 18:33:15.325 INFO STEP 841 (remove_files) COMPLETE |
6399 | 2024-08-19T18:33:17.040Z | [ recovery-image] Aug 19 18:33:15.325 INFO O| Aug 19 18:33:15.325 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6400 | 2024-08-19T18:33:17.048Z | [ recovery-image] Aug 19 18:33:15.335 INFO O| Aug 19 18:33:15.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6401 | 2024-08-19T18:33:17.048Z | [ recovery-image] Aug 19 18:33:15.335 INFO O| Aug 19 18:33:15.335 INFO STEP 842 (remove_files) COMPLETE |
6402 | 2024-08-19T18:33:17.050Z | [ recovery-image] Aug 19 18:33:15.335 INFO O| Aug 19 18:33:15.335 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6403 | 2024-08-19T18:33:17.059Z | [ recovery-image] Aug 19 18:33:15.346 INFO O| Aug 19 18:33:15.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6404 | 2024-08-19T18:33:17.059Z | [ recovery-image] Aug 19 18:33:15.346 INFO O| Aug 19 18:33:15.346 INFO STEP 843 (remove_files) COMPLETE |
6405 | 2024-08-19T18:33:17.061Z | [ recovery-image] Aug 19 18:33:15.346 INFO O| Aug 19 18:33:15.346 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6406 | 2024-08-19T18:33:17.070Z | [ recovery-image] Aug 19 18:33:15.357 INFO O| Aug 19 18:33:15.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6407 | 2024-08-19T18:33:17.072Z | [ recovery-image] Aug 19 18:33:15.357 INFO O| Aug 19 18:33:15.357 INFO STEP 844 (remove_files) COMPLETE |
6408 | 2024-08-19T18:33:17.072Z | [ recovery-image] Aug 19 18:33:15.357 INFO O| Aug 19 18:33:15.357 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6409 | 2024-08-19T18:33:17.082Z | [ recovery-image] Aug 19 18:33:15.369 INFO O| Aug 19 18:33:15.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6410 | 2024-08-19T18:33:17.082Z | [ recovery-image] Aug 19 18:33:15.369 INFO O| Aug 19 18:33:15.369 INFO STEP 845 (remove_files) COMPLETE |
6411 | 2024-08-19T18:33:17.084Z | [ recovery-image] Aug 19 18:33:15.369 INFO O| Aug 19 18:33:15.369 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6412 | 2024-08-19T18:33:17.093Z | [ recovery-image] Aug 19 18:33:15.380 INFO O| Aug 19 18:33:15.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6413 | 2024-08-19T18:33:17.096Z | [ recovery-image] Aug 19 18:33:15.381 INFO O| Aug 19 18:33:15.380 INFO STEP 846 (remove_files) COMPLETE |
6414 | 2024-08-19T18:33:17.096Z | [ recovery-image] Aug 19 18:33:15.381 INFO O| Aug 19 18:33:15.381 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6415 | 2024-08-19T18:33:17.106Z | [ recovery-image] Aug 19 18:33:15.393 INFO O| Aug 19 18:33:15.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6416 | 2024-08-19T18:33:17.108Z | [ recovery-image] Aug 19 18:33:15.393 INFO O| Aug 19 18:33:15.393 INFO STEP 847 (remove_files) COMPLETE |
6417 | 2024-08-19T18:33:17.108Z | [ recovery-image] Aug 19 18:33:15.393 INFO O| Aug 19 18:33:15.393 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6418 | 2024-08-19T18:33:17.131Z | [ recovery-image] Aug 19 18:33:15.418 INFO O| Aug 19 18:33:15.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6419 | 2024-08-19T18:33:17.131Z | [ recovery-image] Aug 19 18:33:15.418 INFO O| Aug 19 18:33:15.417 INFO STEP 848 (remove_files) COMPLETE |
6420 | 2024-08-19T18:33:17.131Z | [ recovery-image] Aug 19 18:33:15.418 INFO O| Aug 19 18:33:15.417 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6421 | 2024-08-19T18:33:17.151Z | [ recovery-image] Aug 19 18:33:15.438 INFO O| Aug 19 18:33:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6422 | 2024-08-19T18:33:17.151Z | [ recovery-image] Aug 19 18:33:15.438 INFO O| Aug 19 18:33:15.436 INFO STEP 849 (remove_files) COMPLETE |
6423 | 2024-08-19T18:33:17.151Z | [ recovery-image] Aug 19 18:33:15.438 INFO O| Aug 19 18:33:15.436 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6424 | 2024-08-19T18:33:17.169Z | [ recovery-image] Aug 19 18:33:15.455 INFO O| Aug 19 18:33:15.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6425 | 2024-08-19T18:33:17.172Z | [ recovery-image] Aug 19 18:33:15.455 INFO O| Aug 19 18:33:15.455 INFO STEP 850 (remove_files) COMPLETE |
6426 | 2024-08-19T18:33:17.172Z | [ recovery-image] Aug 19 18:33:15.456 INFO O| Aug 19 18:33:15.455 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6427 | 2024-08-19T18:33:17.190Z | [ recovery-image] Aug 19 18:33:15.474 INFO O| Aug 19 18:33:15.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6428 | 2024-08-19T18:33:17.190Z | [ recovery-image] Aug 19 18:33:15.474 INFO O| Aug 19 18:33:15.474 INFO STEP 851 (remove_files) COMPLETE |
6429 | 2024-08-19T18:33:17.190Z | [ recovery-image] Aug 19 18:33:15.475 INFO O| Aug 19 18:33:15.474 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6430 | 2024-08-19T18:33:17.209Z | [ recovery-image] Aug 19 18:33:15.493 INFO O| Aug 19 18:33:15.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6431 | 2024-08-19T18:33:17.214Z | [ recovery-image] Aug 19 18:33:15.494 INFO O| Aug 19 18:33:15.494 INFO STEP 852 (remove_files) COMPLETE |
6432 | 2024-08-19T18:33:17.214Z | [ recovery-image] Aug 19 18:33:15.494 INFO O| Aug 19 18:33:15.494 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6433 | 2024-08-19T18:33:17.227Z | [ recovery-image] Aug 19 18:33:15.513 INFO O| Aug 19 18:33:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6434 | 2024-08-19T18:33:17.227Z | [ recovery-image] Aug 19 18:33:15.514 INFO O| Aug 19 18:33:15.513 INFO STEP 853 (remove_files) COMPLETE |
6435 | 2024-08-19T18:33:17.230Z | [ recovery-image] Aug 19 18:33:15.514 INFO O| Aug 19 18:33:15.513 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6436 | 2024-08-19T18:33:17.241Z | [ recovery-image] Aug 19 18:33:15.528 INFO O| Aug 19 18:33:15.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6437 | 2024-08-19T18:33:17.241Z | [ recovery-image] Aug 19 18:33:15.528 INFO O| Aug 19 18:33:15.528 INFO STEP 854 (remove_files) COMPLETE |
6438 | 2024-08-19T18:33:17.243Z | [ recovery-image] Aug 19 18:33:15.528 INFO O| Aug 19 18:33:15.528 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6439 | 2024-08-19T18:33:17.254Z | [ recovery-image] Aug 19 18:33:15.541 INFO O| Aug 19 18:33:15.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6440 | 2024-08-19T18:33:17.254Z | [ recovery-image] Aug 19 18:33:15.541 INFO O| Aug 19 18:33:15.541 INFO STEP 855 (remove_files) COMPLETE |
6441 | 2024-08-19T18:33:17.254Z | [ recovery-image] Aug 19 18:33:15.541 INFO O| Aug 19 18:33:15.541 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6442 | 2024-08-19T18:33:17.267Z | [ recovery-image] Aug 19 18:33:15.554 INFO O| Aug 19 18:33:15.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6443 | 2024-08-19T18:33:17.267Z | [ recovery-image] Aug 19 18:33:15.554 INFO O| Aug 19 18:33:15.554 INFO STEP 856 (remove_files) COMPLETE |
6444 | 2024-08-19T18:33:17.270Z | [ recovery-image] Aug 19 18:33:15.554 INFO O| Aug 19 18:33:15.554 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6445 | 2024-08-19T18:33:17.279Z | [ recovery-image] Aug 19 18:33:15.566 INFO O| Aug 19 18:33:15.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6446 | 2024-08-19T18:33:17.279Z | [ recovery-image] Aug 19 18:33:15.566 INFO O| Aug 19 18:33:15.566 INFO STEP 857 (remove_files) COMPLETE |
6447 | 2024-08-19T18:33:17.281Z | [ recovery-image] Aug 19 18:33:15.566 INFO O| Aug 19 18:33:15.566 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6448 | 2024-08-19T18:33:17.294Z | [ recovery-image] Aug 19 18:33:15.581 INFO O| Aug 19 18:33:15.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6449 | 2024-08-19T18:33:17.294Z | [ recovery-image] Aug 19 18:33:15.581 INFO O| Aug 19 18:33:15.581 INFO STEP 858 (remove_files) COMPLETE |
6450 | 2024-08-19T18:33:17.297Z | [ recovery-image] Aug 19 18:33:15.581 INFO O| Aug 19 18:33:15.581 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6451 | 2024-08-19T18:33:17.310Z | [ recovery-image] Aug 19 18:33:15.597 INFO O| Aug 19 18:33:15.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6452 | 2024-08-19T18:33:17.310Z | [ recovery-image] Aug 19 18:33:15.597 INFO O| Aug 19 18:33:15.597 INFO STEP 859 (remove_files) COMPLETE |
6453 | 2024-08-19T18:33:17.313Z | [ recovery-image] Aug 19 18:33:15.597 INFO O| Aug 19 18:33:15.597 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6454 | 2024-08-19T18:33:17.324Z | [ recovery-image] Aug 19 18:33:15.610 INFO O| Aug 19 18:33:15.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6455 | 2024-08-19T18:33:17.324Z | [ recovery-image] Aug 19 18:33:15.610 INFO O| Aug 19 18:33:15.610 INFO STEP 860 (remove_files) COMPLETE |
6456 | 2024-08-19T18:33:17.324Z | [ recovery-image] Aug 19 18:33:15.610 INFO O| Aug 19 18:33:15.610 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6457 | 2024-08-19T18:33:17.336Z | [ recovery-image] Aug 19 18:33:15.623 INFO O| Aug 19 18:33:15.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6458 | 2024-08-19T18:33:17.336Z | [ recovery-image] Aug 19 18:33:15.623 INFO O| Aug 19 18:33:15.623 INFO STEP 861 (remove_files) COMPLETE |
6459 | 2024-08-19T18:33:17.339Z | [ recovery-image] Aug 19 18:33:15.623 INFO O| Aug 19 18:33:15.623 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6460 | 2024-08-19T18:33:17.348Z | [ recovery-image] Aug 19 18:33:15.635 INFO O| Aug 19 18:33:15.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6461 | 2024-08-19T18:33:17.352Z | [ recovery-image] Aug 19 18:33:15.635 INFO O| Aug 19 18:33:15.635 INFO STEP 862 (remove_files) COMPLETE |
6462 | 2024-08-19T18:33:17.352Z | [ recovery-image] Aug 19 18:33:15.635 INFO O| Aug 19 18:33:15.635 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6463 | 2024-08-19T18:33:17.361Z | [ recovery-image] Aug 19 18:33:15.648 INFO O| Aug 19 18:33:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6464 | 2024-08-19T18:33:17.361Z | [ recovery-image] Aug 19 18:33:15.648 INFO O| Aug 19 18:33:15.648 INFO STEP 863 (remove_files) COMPLETE |
6465 | 2024-08-19T18:33:17.364Z | [ recovery-image] Aug 19 18:33:15.648 INFO O| Aug 19 18:33:15.648 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6466 | 2024-08-19T18:33:17.374Z | [ recovery-image] Aug 19 18:33:15.661 INFO O| Aug 19 18:33:15.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6467 | 2024-08-19T18:33:17.374Z | [ recovery-image] Aug 19 18:33:15.661 INFO O| Aug 19 18:33:15.661 INFO STEP 864 (remove_files) COMPLETE |
6468 | 2024-08-19T18:33:17.377Z | [ recovery-image] Aug 19 18:33:15.661 INFO O| Aug 19 18:33:15.661 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-08-19T18:33:17.388Z | [ recovery-image] Aug 19 18:33:15.675 INFO O| Aug 19 18:33:15.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6470 | 2024-08-19T18:33:17.388Z | [ recovery-image] Aug 19 18:33:15.675 INFO O| Aug 19 18:33:15.675 INFO STEP 865 (remove_files) COMPLETE |
6471 | 2024-08-19T18:33:17.391Z | [ recovery-image] Aug 19 18:33:15.675 INFO O| Aug 19 18:33:15.675 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-08-19T18:33:17.404Z | [ recovery-image] Aug 19 18:33:15.691 INFO O| Aug 19 18:33:15.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6473 | 2024-08-19T18:33:17.404Z | [ recovery-image] Aug 19 18:33:15.691 INFO O| Aug 19 18:33:15.691 INFO STEP 866 (remove_files) COMPLETE |
6474 | 2024-08-19T18:33:17.405Z | [ recovery-image] Aug 19 18:33:15.691 INFO O| Aug 19 18:33:15.691 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-08-19T18:33:17.418Z | [ recovery-image] Aug 19 18:33:15.704 INFO O| Aug 19 18:33:15.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6476 | 2024-08-19T18:33:17.420Z | [ recovery-image] Aug 19 18:33:15.704 INFO O| Aug 19 18:33:15.704 INFO STEP 867 (remove_files) COMPLETE |
6477 | 2024-08-19T18:33:17.420Z | [ recovery-image] Aug 19 18:33:15.704 INFO O| Aug 19 18:33:15.704 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-08-19T18:33:17.431Z | [ recovery-image] Aug 19 18:33:15.718 INFO O| Aug 19 18:33:15.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6479 | 2024-08-19T18:33:17.431Z | [ recovery-image] Aug 19 18:33:15.718 INFO O| Aug 19 18:33:15.718 INFO STEP 868 (remove_files) COMPLETE |
6480 | 2024-08-19T18:33:17.434Z | [ recovery-image] Aug 19 18:33:15.718 INFO O| Aug 19 18:33:15.718 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-08-19T18:33:17.444Z | [ recovery-image] Aug 19 18:33:15.731 INFO O| Aug 19 18:33:15.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6482 | 2024-08-19T18:33:17.444Z | [ recovery-image] Aug 19 18:33:15.731 INFO O| Aug 19 18:33:15.731 INFO STEP 869 (remove_files) COMPLETE |
6483 | 2024-08-19T18:33:17.447Z | [ recovery-image] Aug 19 18:33:15.731 INFO O| Aug 19 18:33:15.731 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-08-19T18:33:17.458Z | [ recovery-image] Aug 19 18:33:15.745 INFO O| Aug 19 18:33:15.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6485 | 2024-08-19T18:33:17.458Z | [ recovery-image] Aug 19 18:33:15.745 INFO O| Aug 19 18:33:15.745 INFO STEP 870 (remove_files) COMPLETE |
6486 | 2024-08-19T18:33:17.458Z | [ recovery-image] Aug 19 18:33:15.745 INFO O| Aug 19 18:33:15.745 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-08-19T18:33:17.471Z | [ recovery-image] Aug 19 18:33:15.758 INFO O| Aug 19 18:33:15.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6488 | 2024-08-19T18:33:17.471Z | [ recovery-image] Aug 19 18:33:15.758 INFO O| Aug 19 18:33:15.758 INFO STEP 871 (remove_files) COMPLETE |
6489 | 2024-08-19T18:33:17.471Z | [ recovery-image] Aug 19 18:33:15.758 INFO O| Aug 19 18:33:15.758 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-08-19T18:33:17.486Z | [ recovery-image] Aug 19 18:33:15.773 INFO O| Aug 19 18:33:15.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6491 | 2024-08-19T18:33:17.486Z | [ recovery-image] Aug 19 18:33:15.773 INFO O| Aug 19 18:33:15.773 INFO STEP 872 (remove_files) COMPLETE |
6492 | 2024-08-19T18:33:17.486Z | [ recovery-image] Aug 19 18:33:15.773 INFO O| Aug 19 18:33:15.773 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-08-19T18:33:17.499Z | [ recovery-image] Aug 19 18:33:15.786 INFO O| Aug 19 18:33:15.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6494 | 2024-08-19T18:33:17.499Z | [ recovery-image] Aug 19 18:33:15.786 INFO O| Aug 19 18:33:15.786 INFO STEP 873 (remove_files) COMPLETE |
6495 | 2024-08-19T18:33:17.502Z | [ recovery-image] Aug 19 18:33:15.786 INFO O| Aug 19 18:33:15.786 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-08-19T18:33:17.515Z | [ recovery-image] Aug 19 18:33:15.802 INFO O| Aug 19 18:33:15.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6497 | 2024-08-19T18:33:17.515Z | [ recovery-image] Aug 19 18:33:15.802 INFO O| Aug 19 18:33:15.802 INFO STEP 874 (remove_files) COMPLETE |
6498 | 2024-08-19T18:33:17.515Z | [ recovery-image] Aug 19 18:33:15.802 INFO O| Aug 19 18:33:15.802 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-08-19T18:33:17.530Z | [ recovery-image] Aug 19 18:33:15.817 INFO O| Aug 19 18:33:15.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6500 | 2024-08-19T18:33:17.530Z | [ recovery-image] Aug 19 18:33:15.817 INFO O| Aug 19 18:33:15.817 INFO STEP 875 (remove_files) COMPLETE |
6501 | 2024-08-19T18:33:17.530Z | [ recovery-image] Aug 19 18:33:15.817 INFO O| Aug 19 18:33:15.817 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-08-19T18:33:17.544Z | [ recovery-image] Aug 19 18:33:15.831 INFO O| Aug 19 18:33:15.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6503 | 2024-08-19T18:33:17.544Z | [ recovery-image] Aug 19 18:33:15.831 INFO O| Aug 19 18:33:15.831 INFO STEP 876 (remove_files) COMPLETE |
6504 | 2024-08-19T18:33:17.544Z | [ recovery-image] Aug 19 18:33:15.831 INFO O| Aug 19 18:33:15.831 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-08-19T18:33:17.558Z | [ recovery-image] Aug 19 18:33:15.845 INFO O| Aug 19 18:33:15.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6506 | 2024-08-19T18:33:17.558Z | [ recovery-image] Aug 19 18:33:15.845 INFO O| Aug 19 18:33:15.845 INFO STEP 877 (remove_files) COMPLETE |
6507 | 2024-08-19T18:33:17.561Z | [ recovery-image] Aug 19 18:33:15.845 INFO O| Aug 19 18:33:15.845 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-08-19T18:33:17.574Z | [ recovery-image] Aug 19 18:33:15.861 INFO O| Aug 19 18:33:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6509 | 2024-08-19T18:33:17.576Z | [ recovery-image] Aug 19 18:33:15.861 INFO O| Aug 19 18:33:15.861 INFO STEP 878 (remove_files) COMPLETE |
6510 | 2024-08-19T18:33:17.576Z | [ recovery-image] Aug 19 18:33:15.861 INFO O| Aug 19 18:33:15.861 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-08-19T18:33:17.587Z | [ recovery-image] Aug 19 18:33:15.874 INFO O| Aug 19 18:33:15.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6512 | 2024-08-19T18:33:17.591Z | [ recovery-image] Aug 19 18:33:15.875 INFO O| Aug 19 18:33:15.875 INFO STEP 879 (remove_files) COMPLETE |
6513 | 2024-08-19T18:33:17.591Z | [ recovery-image] Aug 19 18:33:15.875 INFO O| Aug 19 18:33:15.875 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-08-19T18:33:17.601Z | [ recovery-image] Aug 19 18:33:15.888 INFO O| Aug 19 18:33:15.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6515 | 2024-08-19T18:33:17.605Z | [ recovery-image] Aug 19 18:33:15.888 INFO O| Aug 19 18:33:15.888 INFO STEP 880 (remove_files) COMPLETE |
6516 | 2024-08-19T18:33:17.605Z | [ recovery-image] Aug 19 18:33:15.888 INFO O| Aug 19 18:33:15.888 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-08-19T18:33:17.613Z | [ recovery-image] Aug 19 18:33:15.900 INFO O| Aug 19 18:33:15.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6518 | 2024-08-19T18:33:17.616Z | [ recovery-image] Aug 19 18:33:15.901 INFO O| Aug 19 18:33:15.901 INFO STEP 881 (remove_files) COMPLETE |
6519 | 2024-08-19T18:33:17.616Z | [ recovery-image] Aug 19 18:33:15.901 INFO O| Aug 19 18:33:15.901 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6520 | 2024-08-19T18:33:17.627Z | [ recovery-image] Aug 19 18:33:15.914 INFO O| Aug 19 18:33:15.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6521 | 2024-08-19T18:33:17.627Z | [ recovery-image] Aug 19 18:33:15.914 INFO O| Aug 19 18:33:15.914 INFO STEP 882 (remove_files) COMPLETE |
6522 | 2024-08-19T18:33:17.629Z | [ recovery-image] Aug 19 18:33:15.914 INFO O| Aug 19 18:33:15.914 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6523 | 2024-08-19T18:33:17.639Z | [ recovery-image] Aug 19 18:33:15.926 INFO O| Aug 19 18:33:15.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6524 | 2024-08-19T18:33:17.642Z | [ recovery-image] Aug 19 18:33:15.926 INFO O| Aug 19 18:33:15.926 INFO STEP 883 (remove_files) COMPLETE |
6525 | 2024-08-19T18:33:17.642Z | [ recovery-image] Aug 19 18:33:15.926 INFO O| Aug 19 18:33:15.926 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6526 | 2024-08-19T18:33:17.654Z | [ recovery-image] Aug 19 18:33:15.941 INFO O| Aug 19 18:33:15.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6527 | 2024-08-19T18:33:17.654Z | [ recovery-image] Aug 19 18:33:15.941 INFO O| Aug 19 18:33:15.941 INFO STEP 884 (remove_files) COMPLETE |
6528 | 2024-08-19T18:33:17.654Z | [ recovery-image] Aug 19 18:33:15.941 INFO O| Aug 19 18:33:15.941 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6529 | 2024-08-19T18:33:17.670Z | [ recovery-image] Aug 19 18:33:15.956 INFO O| Aug 19 18:33:15.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6530 | 2024-08-19T18:33:17.670Z | [ recovery-image] Aug 19 18:33:15.957 INFO O| Aug 19 18:33:15.957 INFO STEP 885 (remove_files) COMPLETE |
6531 | 2024-08-19T18:33:17.673Z | [ recovery-image] Aug 19 18:33:15.957 INFO O| Aug 19 18:33:15.957 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6532 | 2024-08-19T18:33:17.687Z | [ recovery-image] Aug 19 18:33:15.973 INFO O| Aug 19 18:33:15.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6533 | 2024-08-19T18:33:17.687Z | [ recovery-image] Aug 19 18:33:15.973 INFO O| Aug 19 18:33:15.973 INFO STEP 886 (remove_files) COMPLETE |
6534 | 2024-08-19T18:33:17.690Z | [ recovery-image] Aug 19 18:33:15.973 INFO O| Aug 19 18:33:15.973 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6535 | 2024-08-19T18:33:17.701Z | [ recovery-image] Aug 19 18:33:15.988 INFO O| Aug 19 18:33:15.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6536 | 2024-08-19T18:33:17.702Z | [ recovery-image] Aug 19 18:33:15.988 INFO O| Aug 19 18:33:15.988 INFO STEP 887 (remove_files) COMPLETE |
6537 | 2024-08-19T18:33:17.702Z | [ recovery-image] Aug 19 18:33:15.989 INFO O| Aug 19 18:33:15.988 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6538 | 2024-08-19T18:33:17.716Z | [ recovery-image] Aug 19 18:33:16.003 INFO O| Aug 19 18:33:16.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6539 | 2024-08-19T18:33:17.716Z | [ recovery-image] Aug 19 18:33:16.003 INFO O| Aug 19 18:33:16.003 INFO STEP 888 (remove_files) COMPLETE |
6540 | 2024-08-19T18:33:17.719Z | [ recovery-image] Aug 19 18:33:16.003 INFO O| Aug 19 18:33:16.003 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6541 | 2024-08-19T18:33:17.731Z | [ recovery-image] Aug 19 18:33:16.017 INFO O| Aug 19 18:33:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6542 | 2024-08-19T18:33:17.731Z | [ recovery-image] Aug 19 18:33:16.017 INFO O| Aug 19 18:33:16.017 INFO STEP 889 (remove_files) COMPLETE |
6543 | 2024-08-19T18:33:17.734Z | [ recovery-image] Aug 19 18:33:16.017 INFO O| Aug 19 18:33:16.017 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6544 | 2024-08-19T18:33:17.746Z | [ recovery-image] Aug 19 18:33:16.032 INFO O| Aug 19 18:33:16.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6545 | 2024-08-19T18:33:17.746Z | [ recovery-image] Aug 19 18:33:16.033 INFO O| Aug 19 18:33:16.033 INFO STEP 890 (remove_files) COMPLETE |
6546 | 2024-08-19T18:33:17.746Z | [ recovery-image] Aug 19 18:33:16.033 INFO O| Aug 19 18:33:16.033 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6547 | 2024-08-19T18:33:17.759Z | [ recovery-image] Aug 19 18:33:16.046 INFO O| Aug 19 18:33:16.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6548 | 2024-08-19T18:33:17.759Z | [ recovery-image] Aug 19 18:33:16.046 INFO O| Aug 19 18:33:16.046 INFO STEP 891 (remove_files) COMPLETE |
6549 | 2024-08-19T18:33:17.762Z | [ recovery-image] Aug 19 18:33:16.046 INFO O| Aug 19 18:33:16.046 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6550 | 2024-08-19T18:33:17.772Z | [ recovery-image] Aug 19 18:33:16.059 INFO O| Aug 19 18:33:16.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6551 | 2024-08-19T18:33:17.772Z | [ recovery-image] Aug 19 18:33:16.059 INFO O| Aug 19 18:33:16.059 INFO STEP 892 (remove_files) COMPLETE |
6552 | 2024-08-19T18:33:17.772Z | [ recovery-image] Aug 19 18:33:16.059 INFO O| Aug 19 18:33:16.059 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6553 | 2024-08-19T18:33:17.787Z | [ recovery-image] Aug 19 18:33:16.074 INFO O| Aug 19 18:33:16.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6554 | 2024-08-19T18:33:17.787Z | [ recovery-image] Aug 19 18:33:16.074 INFO O| Aug 19 18:33:16.074 INFO STEP 893 (remove_files) COMPLETE |
6555 | 2024-08-19T18:33:17.787Z | [ recovery-image] Aug 19 18:33:16.074 INFO O| Aug 19 18:33:16.074 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6556 | 2024-08-19T18:33:17.800Z | [ recovery-image] Aug 19 18:33:16.087 INFO O| Aug 19 18:33:16.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6557 | 2024-08-19T18:33:17.800Z | [ recovery-image] Aug 19 18:33:16.087 INFO O| Aug 19 18:33:16.087 INFO STEP 894 (remove_files) COMPLETE |
6558 | 2024-08-19T18:33:17.801Z | [ recovery-image] Aug 19 18:33:16.087 INFO O| Aug 19 18:33:16.087 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6559 | 2024-08-19T18:33:17.814Z | [ recovery-image] Aug 19 18:33:16.101 INFO O| Aug 19 18:33:16.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6560 | 2024-08-19T18:33:17.815Z | [ recovery-image] Aug 19 18:33:16.101 INFO O| Aug 19 18:33:16.101 INFO STEP 895 (remove_files) COMPLETE |
6561 | 2024-08-19T18:33:17.815Z | [ recovery-image] Aug 19 18:33:16.101 INFO O| Aug 19 18:33:16.101 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6562 | 2024-08-19T18:33:17.828Z | [ recovery-image] Aug 19 18:33:16.115 INFO O| Aug 19 18:33:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6563 | 2024-08-19T18:33:17.828Z | [ recovery-image] Aug 19 18:33:16.115 INFO O| Aug 19 18:33:16.115 INFO STEP 896 (remove_files) COMPLETE |
6564 | 2024-08-19T18:33:17.828Z | [ recovery-image] Aug 19 18:33:16.115 INFO O| Aug 19 18:33:16.115 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6565 | 2024-08-19T18:33:17.841Z | [ recovery-image] Aug 19 18:33:16.128 INFO O| Aug 19 18:33:16.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6566 | 2024-08-19T18:33:17.841Z | [ recovery-image] Aug 19 18:33:16.128 INFO O| Aug 19 18:33:16.128 INFO STEP 897 (remove_files) COMPLETE |
6567 | 2024-08-19T18:33:17.841Z | [ recovery-image] Aug 19 18:33:16.128 INFO O| Aug 19 18:33:16.128 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6568 | 2024-08-19T18:33:17.855Z | [ recovery-image] Aug 19 18:33:16.142 INFO O| Aug 19 18:33:16.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6569 | 2024-08-19T18:33:17.855Z | [ recovery-image] Aug 19 18:33:16.142 INFO O| Aug 19 18:33:16.142 INFO STEP 898 (remove_files) COMPLETE |
6570 | 2024-08-19T18:33:17.858Z | [ recovery-image] Aug 19 18:33:16.142 INFO O| Aug 19 18:33:16.142 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6571 | 2024-08-19T18:33:17.869Z | [ recovery-image] Aug 19 18:33:16.156 INFO O| Aug 19 18:33:16.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6572 | 2024-08-19T18:33:17.869Z | [ recovery-image] Aug 19 18:33:16.156 INFO O| Aug 19 18:33:16.156 INFO STEP 899 (remove_files) COMPLETE |
6573 | 2024-08-19T18:33:17.872Z | [ recovery-image] Aug 19 18:33:16.156 INFO O| Aug 19 18:33:16.156 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6574 | 2024-08-19T18:33:17.882Z | [ recovery-image] Aug 19 18:33:16.169 INFO O| Aug 19 18:33:16.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6575 | 2024-08-19T18:33:17.885Z | [ recovery-image] Aug 19 18:33:16.169 INFO O| Aug 19 18:33:16.169 INFO STEP 900 (remove_files) COMPLETE |
6576 | 2024-08-19T18:33:17.885Z | [ recovery-image] Aug 19 18:33:16.169 INFO O| Aug 19 18:33:16.169 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6577 | 2024-08-19T18:33:17.896Z | [ recovery-image] Aug 19 18:33:16.183 INFO O| Aug 19 18:33:16.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6578 | 2024-08-19T18:33:17.896Z | [ recovery-image] Aug 19 18:33:16.183 INFO O| Aug 19 18:33:16.183 INFO STEP 901 (remove_files) COMPLETE |
6579 | 2024-08-19T18:33:17.896Z | [ recovery-image] Aug 19 18:33:16.183 INFO O| Aug 19 18:33:16.183 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6580 | 2024-08-19T18:33:17.910Z | [ recovery-image] Aug 19 18:33:16.196 INFO O| Aug 19 18:33:16.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6581 | 2024-08-19T18:33:17.910Z | [ recovery-image] Aug 19 18:33:16.196 INFO O| Aug 19 18:33:16.196 INFO STEP 902 (remove_files) COMPLETE |
6582 | 2024-08-19T18:33:17.910Z | [ recovery-image] Aug 19 18:33:16.196 INFO O| Aug 19 18:33:16.196 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6583 | 2024-08-19T18:33:17.923Z | [ recovery-image] Aug 19 18:33:16.209 INFO O| Aug 19 18:33:16.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6584 | 2024-08-19T18:33:17.923Z | [ recovery-image] Aug 19 18:33:16.209 INFO O| Aug 19 18:33:16.209 INFO STEP 903 (remove_files) COMPLETE |
6585 | 2024-08-19T18:33:17.926Z | [ recovery-image] Aug 19 18:33:16.209 INFO O| Aug 19 18:33:16.209 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-08-19T18:33:17.935Z | [ recovery-image] Aug 19 18:33:16.222 INFO O| Aug 19 18:33:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6587 | 2024-08-19T18:33:17.935Z | [ recovery-image] Aug 19 18:33:16.222 INFO O| Aug 19 18:33:16.222 INFO STEP 904 (remove_files) COMPLETE |
6588 | 2024-08-19T18:33:17.935Z | [ recovery-image] Aug 19 18:33:16.222 INFO O| Aug 19 18:33:16.222 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6589 | 2024-08-19T18:33:17.951Z | [ recovery-image] Aug 19 18:33:16.238 INFO O| Aug 19 18:33:16.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6590 | 2024-08-19T18:33:17.951Z | [ recovery-image] Aug 19 18:33:16.238 INFO O| Aug 19 18:33:16.238 INFO STEP 905 (remove_files) COMPLETE |
6591 | 2024-08-19T18:33:17.954Z | [ recovery-image] Aug 19 18:33:16.238 INFO O| Aug 19 18:33:16.238 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6592 | 2024-08-19T18:33:17.969Z | [ recovery-image] Aug 19 18:33:16.255 INFO O| Aug 19 18:33:16.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6593 | 2024-08-19T18:33:17.969Z | [ recovery-image] Aug 19 18:33:16.256 INFO O| Aug 19 18:33:16.255 INFO STEP 906 (remove_files) COMPLETE |
6594 | 2024-08-19T18:33:17.971Z | [ recovery-image] Aug 19 18:33:16.256 INFO O| Aug 19 18:33:16.256 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6595 | 2024-08-19T18:33:17.983Z | [ recovery-image] Aug 19 18:33:16.270 INFO O| Aug 19 18:33:16.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6596 | 2024-08-19T18:33:17.983Z | [ recovery-image] Aug 19 18:33:16.270 INFO O| Aug 19 18:33:16.270 INFO STEP 907 (remove_files) COMPLETE |
6597 | 2024-08-19T18:33:17.985Z | [ recovery-image] Aug 19 18:33:16.270 INFO O| Aug 19 18:33:16.270 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6598 | 2024-08-19T18:33:17.998Z | [ recovery-image] Aug 19 18:33:16.285 INFO O| Aug 19 18:33:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6599 | 2024-08-19T18:33:17.998Z | [ recovery-image] Aug 19 18:33:16.285 INFO O| Aug 19 18:33:16.285 INFO STEP 908 (remove_files) COMPLETE |
6600 | 2024-08-19T18:33:18.001Z | [ recovery-image] Aug 19 18:33:16.285 INFO O| Aug 19 18:33:16.285 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6601 | 2024-08-19T18:33:18.012Z | [ recovery-image] Aug 19 18:33:16.299 INFO O| Aug 19 18:33:16.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6602 | 2024-08-19T18:33:18.015Z | [ recovery-image] Aug 19 18:33:16.299 INFO O| Aug 19 18:33:16.299 INFO STEP 909 (remove_files) COMPLETE |
6603 | 2024-08-19T18:33:18.015Z | [ recovery-image] Aug 19 18:33:16.299 INFO O| Aug 19 18:33:16.299 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6604 | 2024-08-19T18:33:18.026Z | [ recovery-image] Aug 19 18:33:16.313 INFO O| Aug 19 18:33:16.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6605 | 2024-08-19T18:33:18.026Z | [ recovery-image] Aug 19 18:33:16.313 INFO O| Aug 19 18:33:16.313 INFO STEP 910 (remove_files) COMPLETE |
6606 | 2024-08-19T18:33:18.026Z | [ recovery-image] Aug 19 18:33:16.313 INFO O| Aug 19 18:33:16.313 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-08-19T18:33:18.041Z | [ recovery-image] Aug 19 18:33:16.327 INFO O| Aug 19 18:33:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6608 | 2024-08-19T18:33:18.041Z | [ recovery-image] Aug 19 18:33:16.327 INFO O| Aug 19 18:33:16.327 INFO STEP 911 (remove_files) COMPLETE |
6609 | 2024-08-19T18:33:18.043Z | [ recovery-image] Aug 19 18:33:16.327 INFO O| Aug 19 18:33:16.327 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-08-19T18:33:18.054Z | [ recovery-image] Aug 19 18:33:16.341 INFO O| Aug 19 18:33:16.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6611 | 2024-08-19T18:33:18.054Z | [ recovery-image] Aug 19 18:33:16.341 INFO O| Aug 19 18:33:16.341 INFO STEP 912 (remove_files) COMPLETE |
6612 | 2024-08-19T18:33:18.054Z | [ recovery-image] Aug 19 18:33:16.341 INFO O| Aug 19 18:33:16.341 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-08-19T18:33:18.069Z | [ recovery-image] Aug 19 18:33:16.356 INFO O| Aug 19 18:33:16.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6614 | 2024-08-19T18:33:18.069Z | [ recovery-image] Aug 19 18:33:16.356 INFO O| Aug 19 18:33:16.356 INFO STEP 913 (remove_files) COMPLETE |
6615 | 2024-08-19T18:33:18.072Z | [ recovery-image] Aug 19 18:33:16.356 INFO O| Aug 19 18:33:16.356 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-08-19T18:33:18.083Z | [ recovery-image] Aug 19 18:33:16.370 INFO O| Aug 19 18:33:16.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6617 | 2024-08-19T18:33:18.083Z | [ recovery-image] Aug 19 18:33:16.370 INFO O| Aug 19 18:33:16.370 INFO STEP 914 (remove_files) COMPLETE |
6618 | 2024-08-19T18:33:18.086Z | [ recovery-image] Aug 19 18:33:16.370 INFO O| Aug 19 18:33:16.370 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-08-19T18:33:18.097Z | [ recovery-image] Aug 19 18:33:16.383 INFO O| Aug 19 18:33:16.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6620 | 2024-08-19T18:33:18.097Z | [ recovery-image] Aug 19 18:33:16.383 INFO O| Aug 19 18:33:16.383 INFO STEP 915 (remove_files) COMPLETE |
6621 | 2024-08-19T18:33:18.100Z | [ recovery-image] Aug 19 18:33:16.383 INFO O| Aug 19 18:33:16.383 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-08-19T18:33:18.111Z | [ recovery-image] Aug 19 18:33:16.398 INFO O| Aug 19 18:33:16.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6623 | 2024-08-19T18:33:18.111Z | [ recovery-image] Aug 19 18:33:16.398 INFO O| Aug 19 18:33:16.398 INFO STEP 916 (remove_files) COMPLETE |
6624 | 2024-08-19T18:33:18.111Z | [ recovery-image] Aug 19 18:33:16.398 INFO O| Aug 19 18:33:16.398 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-08-19T18:33:18.125Z | [ recovery-image] Aug 19 18:33:16.412 INFO O| Aug 19 18:33:16.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6626 | 2024-08-19T18:33:18.125Z | [ recovery-image] Aug 19 18:33:16.412 INFO O| Aug 19 18:33:16.412 INFO STEP 917 (remove_files) COMPLETE |
6627 | 2024-08-19T18:33:18.126Z | [ recovery-image] Aug 19 18:33:16.412 INFO O| Aug 19 18:33:16.412 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-08-19T18:33:18.139Z | [ recovery-image] Aug 19 18:33:16.425 INFO O| Aug 19 18:33:16.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6629 | 2024-08-19T18:33:18.139Z | [ recovery-image] Aug 19 18:33:16.425 INFO O| Aug 19 18:33:16.425 INFO STEP 918 (remove_files) COMPLETE |
6630 | 2024-08-19T18:33:18.141Z | [ recovery-image] Aug 19 18:33:16.425 INFO O| Aug 19 18:33:16.425 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6631 | 2024-08-19T18:33:18.153Z | [ recovery-image] Aug 19 18:33:16.440 INFO O| Aug 19 18:33:16.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6632 | 2024-08-19T18:33:18.153Z | [ recovery-image] Aug 19 18:33:16.440 INFO O| Aug 19 18:33:16.440 INFO STEP 919 (remove_files) COMPLETE |
6633 | 2024-08-19T18:33:18.156Z | [ recovery-image] Aug 19 18:33:16.440 INFO O| Aug 19 18:33:16.440 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6634 | 2024-08-19T18:33:18.169Z | [ recovery-image] Aug 19 18:33:16.455 INFO O| Aug 19 18:33:16.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6635 | 2024-08-19T18:33:18.169Z | [ recovery-image] Aug 19 18:33:16.455 INFO O| Aug 19 18:33:16.455 INFO STEP 920 (remove_files) COMPLETE |
6636 | 2024-08-19T18:33:18.172Z | [ recovery-image] Aug 19 18:33:16.455 INFO O| Aug 19 18:33:16.455 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6637 | 2024-08-19T18:33:18.185Z | [ recovery-image] Aug 19 18:33:16.472 INFO O| Aug 19 18:33:16.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6638 | 2024-08-19T18:33:18.185Z | [ recovery-image] Aug 19 18:33:16.472 INFO O| Aug 19 18:33:16.472 INFO STEP 921 (remove_files) COMPLETE |
6639 | 2024-08-19T18:33:18.185Z | [ recovery-image] Aug 19 18:33:16.472 INFO O| Aug 19 18:33:16.472 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-08-19T18:33:18.200Z | [ recovery-image] Aug 19 18:33:16.486 INFO O| Aug 19 18:33:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6641 | 2024-08-19T18:33:18.202Z | [ recovery-image] Aug 19 18:33:16.487 INFO O| Aug 19 18:33:16.487 INFO STEP 922 (remove_files) COMPLETE |
6642 | 2024-08-19T18:33:18.202Z | [ recovery-image] Aug 19 18:33:16.487 INFO O| Aug 19 18:33:16.487 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-08-19T18:33:18.213Z | [ recovery-image] Aug 19 18:33:16.500 INFO O| Aug 19 18:33:16.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6644 | 2024-08-19T18:33:18.213Z | [ recovery-image] Aug 19 18:33:16.500 INFO O| Aug 19 18:33:16.500 INFO STEP 923 (remove_files) COMPLETE |
6645 | 2024-08-19T18:33:18.213Z | [ recovery-image] Aug 19 18:33:16.500 INFO O| Aug 19 18:33:16.500 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-08-19T18:33:18.227Z | [ recovery-image] Aug 19 18:33:16.514 INFO O| Aug 19 18:33:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6647 | 2024-08-19T18:33:18.227Z | [ recovery-image] Aug 19 18:33:16.514 INFO O| Aug 19 18:33:16.514 INFO STEP 924 (remove_files) COMPLETE |
6648 | 2024-08-19T18:33:18.230Z | [ recovery-image] Aug 19 18:33:16.514 INFO O| Aug 19 18:33:16.514 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-08-19T18:33:18.241Z | [ recovery-image] Aug 19 18:33:16.527 INFO O| Aug 19 18:33:16.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6650 | 2024-08-19T18:33:18.241Z | [ recovery-image] Aug 19 18:33:16.527 INFO O| Aug 19 18:33:16.527 INFO STEP 925 (remove_files) COMPLETE |
6651 | 2024-08-19T18:33:18.241Z | [ recovery-image] Aug 19 18:33:16.527 INFO O| Aug 19 18:33:16.527 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-08-19T18:33:18.254Z | [ recovery-image] Aug 19 18:33:16.541 INFO O| Aug 19 18:33:16.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6653 | 2024-08-19T18:33:18.254Z | [ recovery-image] Aug 19 18:33:16.541 INFO O| Aug 19 18:33:16.541 INFO STEP 926 (remove_files) COMPLETE |
6654 | 2024-08-19T18:33:18.254Z | [ recovery-image] Aug 19 18:33:16.541 INFO O| Aug 19 18:33:16.541 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-08-19T18:33:18.266Z | [ recovery-image] Aug 19 18:33:16.553 INFO O| Aug 19 18:33:16.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6656 | 2024-08-19T18:33:18.266Z | [ recovery-image] Aug 19 18:33:16.553 INFO O| Aug 19 18:33:16.553 INFO STEP 927 (remove_files) COMPLETE |
6657 | 2024-08-19T18:33:18.266Z | [ recovery-image] Aug 19 18:33:16.553 INFO O| Aug 19 18:33:16.553 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6658 | 2024-08-19T18:33:18.279Z | [ recovery-image] Aug 19 18:33:16.566 INFO O| Aug 19 18:33:16.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6659 | 2024-08-19T18:33:18.280Z | [ recovery-image] Aug 19 18:33:16.566 INFO O| Aug 19 18:33:16.566 INFO STEP 928 (remove_files) COMPLETE |
6660 | 2024-08-19T18:33:18.282Z | [ recovery-image] Aug 19 18:33:16.566 INFO O| Aug 19 18:33:16.566 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6661 | 2024-08-19T18:33:18.293Z | [ recovery-image] Aug 19 18:33:16.580 INFO O| Aug 19 18:33:16.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6662 | 2024-08-19T18:33:18.293Z | [ recovery-image] Aug 19 18:33:16.580 INFO O| Aug 19 18:33:16.580 INFO STEP 929 (remove_files) COMPLETE |
6663 | 2024-08-19T18:33:18.296Z | [ recovery-image] Aug 19 18:33:16.580 INFO O| Aug 19 18:33:16.580 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6664 | 2024-08-19T18:33:18.306Z | [ recovery-image] Aug 19 18:33:16.593 INFO O| Aug 19 18:33:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6665 | 2024-08-19T18:33:18.306Z | [ recovery-image] Aug 19 18:33:16.593 INFO O| Aug 19 18:33:16.593 INFO STEP 930 (remove_files) COMPLETE |
6666 | 2024-08-19T18:33:18.309Z | [ recovery-image] Aug 19 18:33:16.593 INFO O| Aug 19 18:33:16.593 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6667 | 2024-08-19T18:33:18.320Z | [ recovery-image] Aug 19 18:33:16.607 INFO O| Aug 19 18:33:16.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6668 | 2024-08-19T18:33:18.320Z | [ recovery-image] Aug 19 18:33:16.607 INFO O| Aug 19 18:33:16.607 INFO STEP 931 (remove_files) COMPLETE |
6669 | 2024-08-19T18:33:18.322Z | [ recovery-image] Aug 19 18:33:16.607 INFO O| Aug 19 18:33:16.607 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6670 | 2024-08-19T18:33:18.336Z | [ recovery-image] Aug 19 18:33:16.622 INFO O| Aug 19 18:33:16.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6671 | 2024-08-19T18:33:18.336Z | [ recovery-image] Aug 19 18:33:16.623 INFO O| Aug 19 18:33:16.622 INFO STEP 932 (remove_files) COMPLETE |
6672 | 2024-08-19T18:33:18.339Z | [ recovery-image] Aug 19 18:33:16.623 INFO O| Aug 19 18:33:16.623 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6673 | 2024-08-19T18:33:18.349Z | [ recovery-image] Aug 19 18:33:16.636 INFO O| Aug 19 18:33:16.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6674 | 2024-08-19T18:33:18.349Z | [ recovery-image] Aug 19 18:33:16.636 INFO O| Aug 19 18:33:16.636 INFO STEP 933 (remove_files) COMPLETE |
6675 | 2024-08-19T18:33:18.352Z | [ recovery-image] Aug 19 18:33:16.636 INFO O| Aug 19 18:33:16.636 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6676 | 2024-08-19T18:33:18.363Z | [ recovery-image] Aug 19 18:33:16.650 INFO O| Aug 19 18:33:16.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6677 | 2024-08-19T18:33:18.363Z | [ recovery-image] Aug 19 18:33:16.650 INFO O| Aug 19 18:33:16.650 INFO STEP 934 (remove_files) COMPLETE |
6678 | 2024-08-19T18:33:18.363Z | [ recovery-image] Aug 19 18:33:16.650 INFO O| Aug 19 18:33:16.650 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6679 | 2024-08-19T18:33:18.377Z | [ recovery-image] Aug 19 18:33:16.664 INFO O| Aug 19 18:33:16.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6680 | 2024-08-19T18:33:18.377Z | [ recovery-image] Aug 19 18:33:16.664 INFO O| Aug 19 18:33:16.664 INFO STEP 935 (remove_files) COMPLETE |
6681 | 2024-08-19T18:33:18.380Z | [ recovery-image] Aug 19 18:33:16.664 INFO O| Aug 19 18:33:16.664 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6682 | 2024-08-19T18:33:18.390Z | [ recovery-image] Aug 19 18:33:16.677 INFO O| Aug 19 18:33:16.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6683 | 2024-08-19T18:33:18.390Z | [ recovery-image] Aug 19 18:33:16.677 INFO O| Aug 19 18:33:16.677 INFO STEP 936 (remove_files) COMPLETE |
6684 | 2024-08-19T18:33:18.392Z | [ recovery-image] Aug 19 18:33:16.677 INFO O| Aug 19 18:33:16.677 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6685 | 2024-08-19T18:33:18.402Z | [ recovery-image] Aug 19 18:33:16.689 INFO O| Aug 19 18:33:16.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6686 | 2024-08-19T18:33:18.404Z | [ recovery-image] Aug 19 18:33:16.689 INFO O| Aug 19 18:33:16.689 INFO STEP 937 (remove_files) COMPLETE |
6687 | 2024-08-19T18:33:18.404Z | [ recovery-image] Aug 19 18:33:16.689 INFO O| Aug 19 18:33:16.689 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6688 | 2024-08-19T18:33:18.414Z | [ recovery-image] Aug 19 18:33:16.701 INFO O| Aug 19 18:33:16.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6689 | 2024-08-19T18:33:18.414Z | [ recovery-image] Aug 19 18:33:16.701 INFO O| Aug 19 18:33:16.701 INFO STEP 938 (remove_files) COMPLETE |
6690 | 2024-08-19T18:33:18.416Z | [ recovery-image] Aug 19 18:33:16.701 INFO O| Aug 19 18:33:16.701 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6691 | 2024-08-19T18:33:18.426Z | [ recovery-image] Aug 19 18:33:16.713 INFO O| Aug 19 18:33:16.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6692 | 2024-08-19T18:33:18.426Z | [ recovery-image] Aug 19 18:33:16.713 INFO O| Aug 19 18:33:16.713 INFO STEP 939 (remove_files) COMPLETE |
6693 | 2024-08-19T18:33:18.428Z | [ recovery-image] Aug 19 18:33:16.713 INFO O| Aug 19 18:33:16.713 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6694 | 2024-08-19T18:33:18.440Z | [ recovery-image] Aug 19 18:33:16.727 INFO O| Aug 19 18:33:16.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6695 | 2024-08-19T18:33:18.440Z | [ recovery-image] Aug 19 18:33:16.727 INFO O| Aug 19 18:33:16.727 INFO STEP 940 (remove_files) COMPLETE |
6696 | 2024-08-19T18:33:18.440Z | [ recovery-image] Aug 19 18:33:16.727 INFO O| Aug 19 18:33:16.727 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6697 | 2024-08-19T18:33:18.453Z | [ recovery-image] Aug 19 18:33:16.739 INFO O| Aug 19 18:33:16.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6698 | 2024-08-19T18:33:18.453Z | [ recovery-image] Aug 19 18:33:16.740 INFO O| Aug 19 18:33:16.739 INFO STEP 941 (remove_files) COMPLETE |
6699 | 2024-08-19T18:33:18.453Z | [ recovery-image] Aug 19 18:33:16.740 INFO O| Aug 19 18:33:16.740 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6700 | 2024-08-19T18:33:18.465Z | [ recovery-image] Aug 19 18:33:16.752 INFO O| Aug 19 18:33:16.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6701 | 2024-08-19T18:33:18.465Z | [ recovery-image] Aug 19 18:33:16.752 INFO O| Aug 19 18:33:16.752 INFO STEP 942 (remove_files) COMPLETE |
6702 | 2024-08-19T18:33:18.468Z | [ recovery-image] Aug 19 18:33:16.752 INFO O| Aug 19 18:33:16.752 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-08-19T18:33:18.478Z | [ recovery-image] Aug 19 18:33:16.765 INFO O| Aug 19 18:33:16.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6704 | 2024-08-19T18:33:18.478Z | [ recovery-image] Aug 19 18:33:16.765 INFO O| Aug 19 18:33:16.765 INFO STEP 943 (remove_files) COMPLETE |
6705 | 2024-08-19T18:33:18.478Z | [ recovery-image] Aug 19 18:33:16.765 INFO O| Aug 19 18:33:16.765 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-08-19T18:33:18.489Z | [ recovery-image] Aug 19 18:33:16.776 INFO O| Aug 19 18:33:16.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6707 | 2024-08-19T18:33:18.490Z | [ recovery-image] Aug 19 18:33:16.776 INFO O| Aug 19 18:33:16.776 INFO STEP 944 (remove_files) COMPLETE |
6708 | 2024-08-19T18:33:18.490Z | [ recovery-image] Aug 19 18:33:16.777 INFO O| Aug 19 18:33:16.776 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-08-19T18:33:18.501Z | [ recovery-image] Aug 19 18:33:16.788 INFO O| Aug 19 18:33:16.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6710 | 2024-08-19T18:33:18.501Z | [ recovery-image] Aug 19 18:33:16.788 INFO O| Aug 19 18:33:16.788 INFO STEP 945 (remove_files) COMPLETE |
6711 | 2024-08-19T18:33:18.501Z | [ recovery-image] Aug 19 18:33:16.788 INFO O| Aug 19 18:33:16.788 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-08-19T18:33:18.514Z | [ recovery-image] Aug 19 18:33:16.801 INFO O| Aug 19 18:33:16.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6713 | 2024-08-19T18:33:18.514Z | [ recovery-image] Aug 19 18:33:16.801 INFO O| Aug 19 18:33:16.801 INFO STEP 946 (remove_files) COMPLETE |
6714 | 2024-08-19T18:33:18.514Z | [ recovery-image] Aug 19 18:33:16.801 INFO O| Aug 19 18:33:16.801 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-08-19T18:33:18.527Z | [ recovery-image] Aug 19 18:33:16.814 INFO O| Aug 19 18:33:16.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6716 | 2024-08-19T18:33:18.527Z | [ recovery-image] Aug 19 18:33:16.814 INFO O| Aug 19 18:33:16.814 INFO STEP 947 (remove_files) COMPLETE |
6717 | 2024-08-19T18:33:18.529Z | [ recovery-image] Aug 19 18:33:16.814 INFO O| Aug 19 18:33:16.814 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-08-19T18:33:18.540Z | [ recovery-image] Aug 19 18:33:16.826 INFO O| Aug 19 18:33:16.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6719 | 2024-08-19T18:33:18.540Z | [ recovery-image] Aug 19 18:33:16.826 INFO O| Aug 19 18:33:16.826 INFO STEP 948 (remove_files) COMPLETE |
6720 | 2024-08-19T18:33:18.543Z | [ recovery-image] Aug 19 18:33:16.826 INFO O| Aug 19 18:33:16.826 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-08-19T18:33:18.553Z | [ recovery-image] Aug 19 18:33:16.839 INFO O| Aug 19 18:33:16.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6722 | 2024-08-19T18:33:18.553Z | [ recovery-image] Aug 19 18:33:16.839 INFO O| Aug 19 18:33:16.839 INFO STEP 949 (remove_files) COMPLETE |
6723 | 2024-08-19T18:33:18.553Z | [ recovery-image] Aug 19 18:33:16.839 INFO O| Aug 19 18:33:16.839 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-08-19T18:33:18.567Z | [ recovery-image] Aug 19 18:33:16.853 INFO O| Aug 19 18:33:16.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6725 | 2024-08-19T18:33:18.567Z | [ recovery-image] Aug 19 18:33:16.853 INFO O| Aug 19 18:33:16.853 INFO STEP 950 (remove_files) COMPLETE |
6726 | 2024-08-19T18:33:18.567Z | [ recovery-image] Aug 19 18:33:16.853 INFO O| Aug 19 18:33:16.853 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-08-19T18:33:18.579Z | [ recovery-image] Aug 19 18:33:16.866 INFO O| Aug 19 18:33:16.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6728 | 2024-08-19T18:33:18.579Z | [ recovery-image] Aug 19 18:33:16.866 INFO O| Aug 19 18:33:16.866 INFO STEP 951 (remove_files) COMPLETE |
6729 | 2024-08-19T18:33:18.582Z | [ recovery-image] Aug 19 18:33:16.866 INFO O| Aug 19 18:33:16.866 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-08-19T18:33:18.591Z | [ recovery-image] Aug 19 18:33:16.878 INFO O| Aug 19 18:33:16.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6731 | 2024-08-19T18:33:18.591Z | [ recovery-image] Aug 19 18:33:16.878 INFO O| Aug 19 18:33:16.878 INFO STEP 952 (remove_files) COMPLETE |
6732 | 2024-08-19T18:33:18.595Z | [ recovery-image] Aug 19 18:33:16.878 INFO O| Aug 19 18:33:16.878 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-08-19T18:33:18.608Z | [ recovery-image] Aug 19 18:33:16.890 INFO O| Aug 19 18:33:16.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6734 | 2024-08-19T18:33:18.611Z | [ recovery-image] Aug 19 18:33:16.890 INFO O| Aug 19 18:33:16.890 INFO STEP 953 (remove_files) COMPLETE |
6735 | 2024-08-19T18:33:18.611Z | [ recovery-image] Aug 19 18:33:16.890 INFO O| Aug 19 18:33:16.890 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-08-19T18:33:18.616Z | [ recovery-image] Aug 19 18:33:16.903 INFO O| Aug 19 18:33:16.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6737 | 2024-08-19T18:33:18.619Z | [ recovery-image] Aug 19 18:33:16.903 INFO O| Aug 19 18:33:16.903 INFO STEP 954 (remove_files) COMPLETE |
6738 | 2024-08-19T18:33:18.619Z | [ recovery-image] Aug 19 18:33:16.903 INFO O| Aug 19 18:33:16.903 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-08-19T18:33:18.628Z | [ recovery-image] Aug 19 18:33:16.915 INFO O| Aug 19 18:33:16.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6740 | 2024-08-19T18:33:18.628Z | [ recovery-image] Aug 19 18:33:16.915 INFO O| Aug 19 18:33:16.915 INFO STEP 955 (remove_files) COMPLETE |
6741 | 2024-08-19T18:33:18.628Z | [ recovery-image] Aug 19 18:33:16.915 INFO O| Aug 19 18:33:16.915 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-08-19T18:33:18.640Z | [ recovery-image] Aug 19 18:33:16.926 INFO O| Aug 19 18:33:16.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6743 | 2024-08-19T18:33:18.640Z | [ recovery-image] Aug 19 18:33:16.926 INFO O| Aug 19 18:33:16.926 INFO STEP 956 (remove_files) COMPLETE |
6744 | 2024-08-19T18:33:18.643Z | [ recovery-image] Aug 19 18:33:16.927 INFO O| Aug 19 18:33:16.926 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-08-19T18:33:18.653Z | [ recovery-image] Aug 19 18:33:16.940 INFO O| Aug 19 18:33:16.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6746 | 2024-08-19T18:33:18.653Z | [ recovery-image] Aug 19 18:33:16.940 INFO O| Aug 19 18:33:16.940 INFO STEP 957 (remove_files) COMPLETE |
6747 | 2024-08-19T18:33:18.656Z | [ recovery-image] Aug 19 18:33:16.940 INFO O| Aug 19 18:33:16.940 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-08-19T18:33:18.666Z | [ recovery-image] Aug 19 18:33:16.953 INFO O| Aug 19 18:33:16.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6749 | 2024-08-19T18:33:18.666Z | [ recovery-image] Aug 19 18:33:16.953 INFO O| Aug 19 18:33:16.953 INFO STEP 958 (remove_files) COMPLETE |
6750 | 2024-08-19T18:33:18.670Z | [ recovery-image] Aug 19 18:33:16.953 INFO O| Aug 19 18:33:16.953 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-08-19T18:33:18.679Z | [ recovery-image] Aug 19 18:33:16.966 INFO O| Aug 19 18:33:16.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6752 | 2024-08-19T18:33:18.679Z | [ recovery-image] Aug 19 18:33:16.966 INFO O| Aug 19 18:33:16.966 INFO STEP 959 (remove_files) COMPLETE |
6753 | 2024-08-19T18:33:18.682Z | [ recovery-image] Aug 19 18:33:16.966 INFO O| Aug 19 18:33:16.966 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-08-19T18:33:18.692Z | [ recovery-image] Aug 19 18:33:16.979 INFO O| Aug 19 18:33:16.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6755 | 2024-08-19T18:33:18.692Z | [ recovery-image] Aug 19 18:33:16.979 INFO O| Aug 19 18:33:16.979 INFO STEP 960 (remove_files) COMPLETE |
6756 | 2024-08-19T18:33:18.692Z | [ recovery-image] Aug 19 18:33:16.979 INFO O| Aug 19 18:33:16.979 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-08-19T18:33:18.704Z | [ recovery-image] Aug 19 18:33:16.991 INFO O| Aug 19 18:33:16.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6758 | 2024-08-19T18:33:18.704Z | [ recovery-image] Aug 19 18:33:16.991 INFO O| Aug 19 18:33:16.991 INFO STEP 961 (remove_files) COMPLETE |
6759 | 2024-08-19T18:33:18.704Z | [ recovery-image] Aug 19 18:33:16.991 INFO O| Aug 19 18:33:16.991 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-08-19T18:33:18.716Z | [ recovery-image] Aug 19 18:33:17.002 INFO O| Aug 19 18:33:17.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6761 | 2024-08-19T18:33:18.719Z | [ recovery-image] Aug 19 18:33:17.003 INFO O| Aug 19 18:33:17.003 INFO STEP 962 (remove_files) COMPLETE |
6762 | 2024-08-19T18:33:18.719Z | [ recovery-image] Aug 19 18:33:17.003 INFO O| Aug 19 18:33:17.003 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-08-19T18:33:18.728Z | [ recovery-image] Aug 19 18:33:17.014 INFO O| Aug 19 18:33:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6764 | 2024-08-19T18:33:18.728Z | [ recovery-image] Aug 19 18:33:17.014 INFO O| Aug 19 18:33:17.014 INFO STEP 963 (remove_files) COMPLETE |
6765 | 2024-08-19T18:33:18.728Z | [ recovery-image] Aug 19 18:33:17.014 INFO O| Aug 19 18:33:17.014 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-08-19T18:33:18.742Z | [ recovery-image] Aug 19 18:33:17.028 INFO O| Aug 19 18:33:17.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6767 | 2024-08-19T18:33:18.742Z | [ recovery-image] Aug 19 18:33:17.028 INFO O| Aug 19 18:33:17.028 INFO STEP 964 (remove_files) COMPLETE |
6768 | 2024-08-19T18:33:18.745Z | [ recovery-image] Aug 19 18:33:17.028 INFO O| Aug 19 18:33:17.028 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-08-19T18:33:18.753Z | [ recovery-image] Aug 19 18:33:17.040 INFO O| Aug 19 18:33:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6770 | 2024-08-19T18:33:18.755Z | [ recovery-image] Aug 19 18:33:17.040 INFO O| Aug 19 18:33:17.040 INFO STEP 965 (remove_files) COMPLETE |
6771 | 2024-08-19T18:33:18.755Z | [ recovery-image] Aug 19 18:33:17.040 INFO O| Aug 19 18:33:17.040 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-08-19T18:33:18.766Z | [ recovery-image] Aug 19 18:33:17.052 INFO O| Aug 19 18:33:17.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6773 | 2024-08-19T18:33:18.766Z | [ recovery-image] Aug 19 18:33:17.052 INFO O| Aug 19 18:33:17.052 INFO STEP 966 (remove_files) COMPLETE |
6774 | 2024-08-19T18:33:18.769Z | [ recovery-image] Aug 19 18:33:17.052 INFO O| Aug 19 18:33:17.052 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-08-19T18:33:18.780Z | [ recovery-image] Aug 19 18:33:17.067 INFO O| Aug 19 18:33:17.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6776 | 2024-08-19T18:33:18.780Z | [ recovery-image] Aug 19 18:33:17.067 INFO O| Aug 19 18:33:17.067 INFO STEP 967 (remove_files) COMPLETE |
6777 | 2024-08-19T18:33:18.780Z | [ recovery-image] Aug 19 18:33:17.067 INFO O| Aug 19 18:33:17.067 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-08-19T18:33:18.795Z | [ recovery-image] Aug 19 18:33:17.082 INFO O| Aug 19 18:33:17.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6779 | 2024-08-19T18:33:18.795Z | [ recovery-image] Aug 19 18:33:17.082 INFO O| Aug 19 18:33:17.082 INFO STEP 968 (remove_files) COMPLETE |
6780 | 2024-08-19T18:33:18.797Z | [ recovery-image] Aug 19 18:33:17.082 INFO O| Aug 19 18:33:17.082 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-08-19T18:33:18.807Z | [ recovery-image] Aug 19 18:33:17.094 INFO O| Aug 19 18:33:17.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6782 | 2024-08-19T18:33:18.807Z | [ recovery-image] Aug 19 18:33:17.094 INFO O| Aug 19 18:33:17.094 INFO STEP 969 (remove_files) COMPLETE |
6783 | 2024-08-19T18:33:18.810Z | [ recovery-image] Aug 19 18:33:17.094 INFO O| Aug 19 18:33:17.094 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-08-19T18:33:18.822Z | [ recovery-image] Aug 19 18:33:17.109 INFO O| Aug 19 18:33:17.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6785 | 2024-08-19T18:33:18.822Z | [ recovery-image] Aug 19 18:33:17.109 INFO O| Aug 19 18:33:17.109 INFO STEP 970 (remove_files) COMPLETE |
6786 | 2024-08-19T18:33:18.824Z | [ recovery-image] Aug 19 18:33:17.109 INFO O| Aug 19 18:33:17.109 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-08-19T18:33:18.833Z | [ recovery-image] Aug 19 18:33:17.120 INFO O| Aug 19 18:33:17.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6788 | 2024-08-19T18:33:18.836Z | [ recovery-image] Aug 19 18:33:17.120 INFO O| Aug 19 18:33:17.120 INFO STEP 971 (remove_files) COMPLETE |
6789 | 2024-08-19T18:33:18.836Z | [ recovery-image] Aug 19 18:33:17.120 INFO O| Aug 19 18:33:17.120 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-08-19T18:33:18.845Z | [ recovery-image] Aug 19 18:33:17.132 INFO O| Aug 19 18:33:17.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6791 | 2024-08-19T18:33:18.845Z | [ recovery-image] Aug 19 18:33:17.132 INFO O| Aug 19 18:33:17.132 INFO STEP 972 (remove_files) COMPLETE |
6792 | 2024-08-19T18:33:18.847Z | [ recovery-image] Aug 19 18:33:17.132 INFO O| Aug 19 18:33:17.132 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-08-19T18:33:18.855Z | [ recovery-image] Aug 19 18:33:17.142 INFO O| Aug 19 18:33:17.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6794 | 2024-08-19T18:33:18.858Z | [ recovery-image] Aug 19 18:33:17.142 INFO O| Aug 19 18:33:17.142 INFO STEP 973 (remove_files) COMPLETE |
6795 | 2024-08-19T18:33:18.858Z | [ recovery-image] Aug 19 18:33:17.142 INFO O| Aug 19 18:33:17.142 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-08-19T18:33:18.866Z | [ recovery-image] Aug 19 18:33:17.153 INFO O| Aug 19 18:33:17.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6797 | 2024-08-19T18:33:18.868Z | [ recovery-image] Aug 19 18:33:17.153 INFO O| Aug 19 18:33:17.153 INFO STEP 974 (remove_files) COMPLETE |
6798 | 2024-08-19T18:33:18.868Z | [ recovery-image] Aug 19 18:33:17.153 INFO O| Aug 19 18:33:17.153 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-08-19T18:33:18.868Z | [ host-image] Aug 19 18:33:17.154 INFO O| Aug 19 18:33:17.154 INFO O| Actions: 23840/49260 actions (Installing new actions) |
6800 | 2024-08-19T18:33:18.878Z | [ recovery-image] Aug 19 18:33:17.165 INFO O| Aug 19 18:33:17.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6801 | 2024-08-19T18:33:18.880Z | [ recovery-image] Aug 19 18:33:17.165 INFO O| Aug 19 18:33:17.165 INFO STEP 975 (remove_files) COMPLETE |
6802 | 2024-08-19T18:33:18.880Z | [ recovery-image] Aug 19 18:33:17.165 INFO O| Aug 19 18:33:17.165 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-08-19T18:33:18.889Z | [ recovery-image] Aug 19 18:33:17.175 INFO O| Aug 19 18:33:17.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6804 | 2024-08-19T18:33:18.889Z | [ recovery-image] Aug 19 18:33:17.176 INFO O| Aug 19 18:33:17.175 INFO STEP 976 (remove_files) COMPLETE |
6805 | 2024-08-19T18:33:18.889Z | [ recovery-image] Aug 19 18:33:17.176 INFO O| Aug 19 18:33:17.176 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-08-19T18:33:18.900Z | [ recovery-image] Aug 19 18:33:17.186 INFO O| Aug 19 18:33:17.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6807 | 2024-08-19T18:33:18.900Z | [ recovery-image] Aug 19 18:33:17.186 INFO O| Aug 19 18:33:17.186 INFO STEP 977 (remove_files) COMPLETE |
6808 | 2024-08-19T18:33:18.903Z | [ recovery-image] Aug 19 18:33:17.186 INFO O| Aug 19 18:33:17.186 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-08-19T18:33:18.910Z | [ recovery-image] Aug 19 18:33:17.197 INFO O| Aug 19 18:33:17.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6810 | 2024-08-19T18:33:18.912Z | [ recovery-image] Aug 19 18:33:17.197 INFO O| Aug 19 18:33:17.197 INFO STEP 978 (remove_files) COMPLETE |
6811 | 2024-08-19T18:33:18.912Z | [ recovery-image] Aug 19 18:33:17.197 INFO O| Aug 19 18:33:17.197 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-08-19T18:33:18.920Z | [ recovery-image] Aug 19 18:33:17.207 INFO O| Aug 19 18:33:17.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6813 | 2024-08-19T18:33:18.922Z | [ recovery-image] Aug 19 18:33:17.207 INFO O| Aug 19 18:33:17.207 INFO STEP 979 (remove_files) COMPLETE |
6814 | 2024-08-19T18:33:18.922Z | [ recovery-image] Aug 19 18:33:17.207 INFO O| Aug 19 18:33:17.207 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-08-19T18:33:18.930Z | [ recovery-image] Aug 19 18:33:17.217 INFO O| Aug 19 18:33:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6816 | 2024-08-19T18:33:18.930Z | [ recovery-image] Aug 19 18:33:17.217 INFO O| Aug 19 18:33:17.217 INFO STEP 980 (remove_files) COMPLETE |
6817 | 2024-08-19T18:33:18.930Z | [ recovery-image] Aug 19 18:33:17.217 INFO O| Aug 19 18:33:17.217 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-08-19T18:33:18.941Z | [ recovery-image] Aug 19 18:33:17.228 INFO O| Aug 19 18:33:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6819 | 2024-08-19T18:33:18.941Z | [ recovery-image] Aug 19 18:33:17.228 INFO O| Aug 19 18:33:17.228 INFO STEP 981 (remove_files) COMPLETE |
6820 | 2024-08-19T18:33:18.941Z | [ recovery-image] Aug 19 18:33:17.228 INFO O| Aug 19 18:33:17.228 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-08-19T18:33:18.951Z | [ recovery-image] Aug 19 18:33:17.238 INFO O| Aug 19 18:33:17.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6822 | 2024-08-19T18:33:18.954Z | [ recovery-image] Aug 19 18:33:17.238 INFO O| Aug 19 18:33:17.238 INFO STEP 982 (remove_files) COMPLETE |
6823 | 2024-08-19T18:33:18.954Z | [ recovery-image] Aug 19 18:33:17.238 INFO O| Aug 19 18:33:17.238 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-08-19T18:33:18.962Z | [ recovery-image] Aug 19 18:33:17.249 INFO O| Aug 19 18:33:17.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6825 | 2024-08-19T18:33:18.962Z | [ recovery-image] Aug 19 18:33:17.249 INFO O| Aug 19 18:33:17.249 INFO STEP 983 (remove_files) COMPLETE |
6826 | 2024-08-19T18:33:18.962Z | [ recovery-image] Aug 19 18:33:17.249 INFO O| Aug 19 18:33:17.249 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-08-19T18:33:18.972Z | [ recovery-image] Aug 19 18:33:17.259 INFO O| Aug 19 18:33:17.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6828 | 2024-08-19T18:33:18.972Z | [ recovery-image] Aug 19 18:33:17.259 INFO O| Aug 19 18:33:17.259 INFO STEP 984 (remove_files) COMPLETE |
6829 | 2024-08-19T18:33:18.974Z | [ recovery-image] Aug 19 18:33:17.259 INFO O| Aug 19 18:33:17.259 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-08-19T18:33:18.983Z | [ recovery-image] Aug 19 18:33:17.270 INFO O| Aug 19 18:33:17.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6831 | 2024-08-19T18:33:18.985Z | [ recovery-image] Aug 19 18:33:17.270 INFO O| Aug 19 18:33:17.270 INFO STEP 985 (remove_files) COMPLETE |
6832 | 2024-08-19T18:33:18.985Z | [ recovery-image] Aug 19 18:33:17.270 INFO O| Aug 19 18:33:17.270 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-08-19T18:33:18.993Z | [ recovery-image] Aug 19 18:33:17.280 INFO O| Aug 19 18:33:17.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6834 | 2024-08-19T18:33:18.995Z | [ recovery-image] Aug 19 18:33:17.280 INFO O| Aug 19 18:33:17.280 INFO STEP 986 (remove_files) COMPLETE |
6835 | 2024-08-19T18:33:18.995Z | [ recovery-image] Aug 19 18:33:17.280 INFO O| Aug 19 18:33:17.280 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-08-19T18:33:19.002Z | [ recovery-image] Aug 19 18:33:17.289 INFO O| Aug 19 18:33:17.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6837 | 2024-08-19T18:33:19.002Z | [ recovery-image] Aug 19 18:33:17.289 INFO O| Aug 19 18:33:17.289 INFO STEP 987 (remove_files) COMPLETE |
6838 | 2024-08-19T18:33:19.002Z | [ recovery-image] Aug 19 18:33:17.289 INFO O| Aug 19 18:33:17.289 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-08-19T18:33:19.012Z | [ recovery-image] Aug 19 18:33:17.299 INFO O| Aug 19 18:33:17.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6840 | 2024-08-19T18:33:19.012Z | [ recovery-image] Aug 19 18:33:17.299 INFO O| Aug 19 18:33:17.299 INFO STEP 988 (remove_files) COMPLETE |
6841 | 2024-08-19T18:33:19.012Z | [ recovery-image] Aug 19 18:33:17.299 INFO O| Aug 19 18:33:17.299 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-08-19T18:33:19.022Z | [ recovery-image] Aug 19 18:33:17.308 INFO O| Aug 19 18:33:17.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6843 | 2024-08-19T18:33:19.022Z | [ recovery-image] Aug 19 18:33:17.308 INFO O| Aug 19 18:33:17.308 INFO STEP 989 (remove_files) COMPLETE |
6844 | 2024-08-19T18:33:19.024Z | [ recovery-image] Aug 19 18:33:17.309 INFO O| Aug 19 18:33:17.308 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-08-19T18:33:19.032Z | [ recovery-image] Aug 19 18:33:17.318 INFO O| Aug 19 18:33:17.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6846 | 2024-08-19T18:33:19.032Z | [ recovery-image] Aug 19 18:33:17.318 INFO O| Aug 19 18:33:17.318 INFO STEP 990 (remove_files) COMPLETE |
6847 | 2024-08-19T18:33:19.036Z | [ recovery-image] Aug 19 18:33:17.318 INFO O| Aug 19 18:33:17.318 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-08-19T18:33:19.041Z | [ recovery-image] Aug 19 18:33:17.328 INFO O| Aug 19 18:33:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6849 | 2024-08-19T18:33:19.041Z | [ recovery-image] Aug 19 18:33:17.328 INFO O| Aug 19 18:33:17.328 INFO STEP 991 (remove_files) COMPLETE |
6850 | 2024-08-19T18:33:19.041Z | [ recovery-image] Aug 19 18:33:17.328 INFO O| Aug 19 18:33:17.328 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-08-19T18:33:19.051Z | [ recovery-image] Aug 19 18:33:17.337 INFO O| Aug 19 18:33:17.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6852 | 2024-08-19T18:33:19.051Z | [ recovery-image] Aug 19 18:33:17.337 INFO O| Aug 19 18:33:17.337 INFO STEP 992 (remove_files) COMPLETE |
6853 | 2024-08-19T18:33:19.054Z | [ recovery-image] Aug 19 18:33:17.337 INFO O| Aug 19 18:33:17.337 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-08-19T18:33:19.060Z | [ recovery-image] Aug 19 18:33:17.347 INFO O| Aug 19 18:33:17.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6855 | 2024-08-19T18:33:19.061Z | [ recovery-image] Aug 19 18:33:17.347 INFO O| Aug 19 18:33:17.347 INFO STEP 993 (remove_files) COMPLETE |
6856 | 2024-08-19T18:33:19.061Z | [ recovery-image] Aug 19 18:33:17.347 INFO O| Aug 19 18:33:17.347 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6857 | 2024-08-19T18:33:19.071Z | [ recovery-image] Aug 19 18:33:17.358 INFO O| Aug 19 18:33:17.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6858 | 2024-08-19T18:33:19.075Z | [ recovery-image] Aug 19 18:33:17.358 INFO O| Aug 19 18:33:17.358 INFO STEP 994 (remove_files) COMPLETE |
6859 | 2024-08-19T18:33:19.075Z | [ recovery-image] Aug 19 18:33:17.358 INFO O| Aug 19 18:33:17.358 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6860 | 2024-08-19T18:33:19.081Z | [ recovery-image] Aug 19 18:33:17.368 INFO O| Aug 19 18:33:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6861 | 2024-08-19T18:33:19.081Z | [ recovery-image] Aug 19 18:33:17.368 INFO O| Aug 19 18:33:17.368 INFO STEP 995 (remove_files) COMPLETE |
6862 | 2024-08-19T18:33:19.084Z | [ recovery-image] Aug 19 18:33:17.368 INFO O| Aug 19 18:33:17.368 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6863 | 2024-08-19T18:33:19.091Z | [ recovery-image] Aug 19 18:33:17.377 INFO O| Aug 19 18:33:17.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6864 | 2024-08-19T18:33:19.091Z | [ recovery-image] Aug 19 18:33:17.378 INFO O| Aug 19 18:33:17.377 INFO STEP 996 (remove_files) COMPLETE |
6865 | 2024-08-19T18:33:19.093Z | [ recovery-image] Aug 19 18:33:17.378 INFO O| Aug 19 18:33:17.377 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6866 | 2024-08-19T18:33:19.100Z | [ recovery-image] Aug 19 18:33:17.387 INFO O| Aug 19 18:33:17.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6867 | 2024-08-19T18:33:19.100Z | [ recovery-image] Aug 19 18:33:17.387 INFO O| Aug 19 18:33:17.387 INFO STEP 997 (remove_files) COMPLETE |
6868 | 2024-08-19T18:33:19.100Z | [ recovery-image] Aug 19 18:33:17.387 INFO O| Aug 19 18:33:17.387 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6869 | 2024-08-19T18:33:19.110Z | [ recovery-image] Aug 19 18:33:17.397 INFO O| Aug 19 18:33:17.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6870 | 2024-08-19T18:33:19.110Z | [ recovery-image] Aug 19 18:33:17.397 INFO O| Aug 19 18:33:17.397 INFO STEP 998 (remove_files) COMPLETE |
6871 | 2024-08-19T18:33:19.110Z | [ recovery-image] Aug 19 18:33:17.397 INFO O| Aug 19 18:33:17.397 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6872 | 2024-08-19T18:33:19.121Z | [ recovery-image] Aug 19 18:33:17.407 INFO O| Aug 19 18:33:17.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6873 | 2024-08-19T18:33:19.121Z | [ recovery-image] Aug 19 18:33:17.407 INFO O| Aug 19 18:33:17.407 INFO STEP 999 (remove_files) COMPLETE |
6874 | 2024-08-19T18:33:19.121Z | [ recovery-image] Aug 19 18:33:17.407 INFO O| Aug 19 18:33:17.407 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6875 | 2024-08-19T18:33:19.130Z | [ recovery-image] Aug 19 18:33:17.416 INFO O| Aug 19 18:33:17.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6876 | 2024-08-19T18:33:19.130Z | [ recovery-image] Aug 19 18:33:17.417 INFO O| Aug 19 18:33:17.416 INFO STEP 1000 (remove_files) COMPLETE |
6877 | 2024-08-19T18:33:19.132Z | [ recovery-image] Aug 19 18:33:17.417 INFO O| Aug 19 18:33:17.417 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6878 | 2024-08-19T18:33:19.139Z | [ recovery-image] Aug 19 18:33:17.426 INFO O| Aug 19 18:33:17.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6879 | 2024-08-19T18:33:19.139Z | [ recovery-image] Aug 19 18:33:17.426 INFO O| Aug 19 18:33:17.426 INFO STEP 1001 (remove_files) COMPLETE |
6880 | 2024-08-19T18:33:19.139Z | [ recovery-image] Aug 19 18:33:17.426 INFO O| Aug 19 18:33:17.426 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6881 | 2024-08-19T18:33:19.149Z | [ recovery-image] Aug 19 18:33:17.436 INFO O| Aug 19 18:33:17.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6882 | 2024-08-19T18:33:19.149Z | [ recovery-image] Aug 19 18:33:17.436 INFO O| Aug 19 18:33:17.436 INFO STEP 1002 (remove_files) COMPLETE |
6883 | 2024-08-19T18:33:19.149Z | [ recovery-image] Aug 19 18:33:17.436 INFO O| Aug 19 18:33:17.436 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6884 | 2024-08-19T18:33:19.159Z | [ recovery-image] Aug 19 18:33:17.445 INFO O| Aug 19 18:33:17.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6885 | 2024-08-19T18:33:19.159Z | [ recovery-image] Aug 19 18:33:17.445 INFO O| Aug 19 18:33:17.445 INFO STEP 1003 (remove_files) COMPLETE |
6886 | 2024-08-19T18:33:19.161Z | [ recovery-image] Aug 19 18:33:17.445 INFO O| Aug 19 18:33:17.445 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6887 | 2024-08-19T18:33:19.168Z | [ recovery-image] Aug 19 18:33:17.455 INFO O| Aug 19 18:33:17.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6888 | 2024-08-19T18:33:19.170Z | [ recovery-image] Aug 19 18:33:17.455 INFO O| Aug 19 18:33:17.455 INFO STEP 1004 (remove_files) COMPLETE |
6889 | 2024-08-19T18:33:19.170Z | [ recovery-image] Aug 19 18:33:17.455 INFO O| Aug 19 18:33:17.455 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6890 | 2024-08-19T18:33:19.179Z | [ recovery-image] Aug 19 18:33:17.466 INFO O| Aug 19 18:33:17.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6891 | 2024-08-19T18:33:19.179Z | [ recovery-image] Aug 19 18:33:17.466 INFO O| Aug 19 18:33:17.466 INFO STEP 1005 (remove_files) COMPLETE |
6892 | 2024-08-19T18:33:19.182Z | [ recovery-image] Aug 19 18:33:17.466 INFO O| Aug 19 18:33:17.466 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6893 | 2024-08-19T18:33:19.189Z | [ recovery-image] Aug 19 18:33:17.475 INFO O| Aug 19 18:33:17.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6894 | 2024-08-19T18:33:19.189Z | [ recovery-image] Aug 19 18:33:17.475 INFO O| Aug 19 18:33:17.475 INFO STEP 1006 (remove_files) COMPLETE |
6895 | 2024-08-19T18:33:19.193Z | [ recovery-image] Aug 19 18:33:17.475 INFO O| Aug 19 18:33:17.475 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6896 | 2024-08-19T18:33:19.198Z | [ recovery-image] Aug 19 18:33:17.485 INFO O| Aug 19 18:33:17.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6897 | 2024-08-19T18:33:19.201Z | [ recovery-image] Aug 19 18:33:17.485 INFO O| Aug 19 18:33:17.485 INFO STEP 1007 (remove_files) COMPLETE |
6898 | 2024-08-19T18:33:19.202Z | [ recovery-image] Aug 19 18:33:17.485 INFO O| Aug 19 18:33:17.485 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6899 | 2024-08-19T18:33:19.208Z | [ recovery-image] Aug 19 18:33:17.494 INFO O| Aug 19 18:33:17.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6900 | 2024-08-19T18:33:19.208Z | [ recovery-image] Aug 19 18:33:17.494 INFO O| Aug 19 18:33:17.494 INFO STEP 1008 (remove_files) COMPLETE |
6901 | 2024-08-19T18:33:19.211Z | [ recovery-image] Aug 19 18:33:17.494 INFO O| Aug 19 18:33:17.494 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6902 | 2024-08-19T18:33:19.217Z | [ recovery-image] Aug 19 18:33:17.504 INFO O| Aug 19 18:33:17.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6903 | 2024-08-19T18:33:19.217Z | [ recovery-image] Aug 19 18:33:17.504 INFO O| Aug 19 18:33:17.504 INFO STEP 1009 (remove_files) COMPLETE |
6904 | 2024-08-19T18:33:19.220Z | [ recovery-image] Aug 19 18:33:17.504 INFO O| Aug 19 18:33:17.504 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6905 | 2024-08-19T18:33:19.227Z | [ recovery-image] Aug 19 18:33:17.514 INFO O| Aug 19 18:33:17.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6906 | 2024-08-19T18:33:19.227Z | [ recovery-image] Aug 19 18:33:17.514 INFO O| Aug 19 18:33:17.514 INFO STEP 1010 (remove_files) COMPLETE |
6907 | 2024-08-19T18:33:19.229Z | [ recovery-image] Aug 19 18:33:17.514 INFO O| Aug 19 18:33:17.514 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6908 | 2024-08-19T18:33:19.237Z | [ recovery-image] Aug 19 18:33:17.524 INFO O| Aug 19 18:33:17.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6909 | 2024-08-19T18:33:19.237Z | [ recovery-image] Aug 19 18:33:17.524 INFO O| Aug 19 18:33:17.524 INFO STEP 1011 (remove_files) COMPLETE |
6910 | 2024-08-19T18:33:19.237Z | [ recovery-image] Aug 19 18:33:17.524 INFO O| Aug 19 18:33:17.524 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6911 | 2024-08-19T18:33:19.246Z | [ recovery-image] Aug 19 18:33:17.533 INFO O| Aug 19 18:33:17.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6912 | 2024-08-19T18:33:19.246Z | [ recovery-image] Aug 19 18:33:17.533 INFO O| Aug 19 18:33:17.533 INFO STEP 1012 (remove_files) COMPLETE |
6913 | 2024-08-19T18:33:19.248Z | [ recovery-image] Aug 19 18:33:17.533 INFO O| Aug 19 18:33:17.533 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6914 | 2024-08-19T18:33:19.256Z | [ recovery-image] Aug 19 18:33:17.543 INFO O| Aug 19 18:33:17.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6915 | 2024-08-19T18:33:19.256Z | [ recovery-image] Aug 19 18:33:17.543 INFO O| Aug 19 18:33:17.543 INFO STEP 1013 (remove_files) COMPLETE |
6916 | 2024-08-19T18:33:19.260Z | [ recovery-image] Aug 19 18:33:17.543 INFO O| Aug 19 18:33:17.543 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6917 | 2024-08-19T18:33:19.266Z | [ recovery-image] Aug 19 18:33:17.553 INFO O| Aug 19 18:33:17.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6918 | 2024-08-19T18:33:19.268Z | [ recovery-image] Aug 19 18:33:17.553 INFO O| Aug 19 18:33:17.553 INFO STEP 1014 (remove_files) COMPLETE |
6919 | 2024-08-19T18:33:19.268Z | [ recovery-image] Aug 19 18:33:17.553 INFO O| Aug 19 18:33:17.553 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6920 | 2024-08-19T18:33:19.275Z | [ recovery-image] Aug 19 18:33:17.562 INFO O| Aug 19 18:33:17.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6921 | 2024-08-19T18:33:19.276Z | [ recovery-image] Aug 19 18:33:17.562 INFO O| Aug 19 18:33:17.562 INFO STEP 1015 (remove_files) COMPLETE |
6922 | 2024-08-19T18:33:19.278Z | [ recovery-image] Aug 19 18:33:17.562 INFO O| Aug 19 18:33:17.562 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6923 | 2024-08-19T18:33:19.285Z | [ recovery-image] Aug 19 18:33:17.572 INFO O| Aug 19 18:33:17.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6924 | 2024-08-19T18:33:19.285Z | [ recovery-image] Aug 19 18:33:17.572 INFO O| Aug 19 18:33:17.572 INFO STEP 1016 (remove_files) COMPLETE |
6925 | 2024-08-19T18:33:19.288Z | [ recovery-image] Aug 19 18:33:17.572 INFO O| Aug 19 18:33:17.572 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6926 | 2024-08-19T18:33:19.295Z | [ recovery-image] Aug 19 18:33:17.582 INFO O| Aug 19 18:33:17.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6927 | 2024-08-19T18:33:19.295Z | [ recovery-image] Aug 19 18:33:17.582 INFO O| Aug 19 18:33:17.582 INFO STEP 1017 (remove_files) COMPLETE |
6928 | 2024-08-19T18:33:19.298Z | [ recovery-image] Aug 19 18:33:17.582 INFO O| Aug 19 18:33:17.582 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6929 | 2024-08-19T18:33:19.305Z | [ recovery-image] Aug 19 18:33:17.592 INFO O| Aug 19 18:33:17.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6930 | 2024-08-19T18:33:19.308Z | [ recovery-image] Aug 19 18:33:17.592 INFO O| Aug 19 18:33:17.592 INFO STEP 1018 (remove_files) COMPLETE |
6931 | 2024-08-19T18:33:19.308Z | [ recovery-image] Aug 19 18:33:17.592 INFO O| Aug 19 18:33:17.592 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6932 | 2024-08-19T18:33:19.315Z | [ recovery-image] Aug 19 18:33:17.602 INFO O| Aug 19 18:33:17.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6933 | 2024-08-19T18:33:19.318Z | [ recovery-image] Aug 19 18:33:17.602 INFO O| Aug 19 18:33:17.602 INFO STEP 1019 (remove_files) COMPLETE |
6934 | 2024-08-19T18:33:19.318Z | [ recovery-image] Aug 19 18:33:17.602 INFO O| Aug 19 18:33:17.602 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6935 | 2024-08-19T18:33:19.325Z | [ recovery-image] Aug 19 18:33:17.612 INFO O| Aug 19 18:33:17.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6936 | 2024-08-19T18:33:19.325Z | [ recovery-image] Aug 19 18:33:17.612 INFO O| Aug 19 18:33:17.612 INFO STEP 1020 (remove_files) COMPLETE |
6937 | 2024-08-19T18:33:19.327Z | [ recovery-image] Aug 19 18:33:17.612 INFO O| Aug 19 18:33:17.612 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6938 | 2024-08-19T18:33:19.335Z | [ recovery-image] Aug 19 18:33:17.621 INFO O| Aug 19 18:33:17.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6939 | 2024-08-19T18:33:19.338Z | [ recovery-image] Aug 19 18:33:17.622 INFO O| Aug 19 18:33:17.622 INFO STEP 1021 (remove_files) COMPLETE |
6940 | 2024-08-19T18:33:19.338Z | [ recovery-image] Aug 19 18:33:17.622 INFO O| Aug 19 18:33:17.622 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6941 | 2024-08-19T18:33:19.344Z | [ recovery-image] Aug 19 18:33:17.631 INFO O| Aug 19 18:33:17.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6942 | 2024-08-19T18:33:19.344Z | [ recovery-image] Aug 19 18:33:17.631 INFO O| Aug 19 18:33:17.631 INFO STEP 1022 (remove_files) COMPLETE |
6943 | 2024-08-19T18:33:19.347Z | [ recovery-image] Aug 19 18:33:17.631 INFO O| Aug 19 18:33:17.631 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6944 | 2024-08-19T18:33:19.354Z | [ recovery-image] Aug 19 18:33:17.641 INFO O| Aug 19 18:33:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6945 | 2024-08-19T18:33:19.356Z | [ recovery-image] Aug 19 18:33:17.641 INFO O| Aug 19 18:33:17.641 INFO STEP 1023 (remove_files) COMPLETE |
6946 | 2024-08-19T18:33:19.356Z | [ recovery-image] Aug 19 18:33:17.641 INFO O| Aug 19 18:33:17.641 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6947 | 2024-08-19T18:33:19.364Z | [ recovery-image] Aug 19 18:33:17.651 INFO O| Aug 19 18:33:17.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6948 | 2024-08-19T18:33:19.365Z | [ recovery-image] Aug 19 18:33:17.651 INFO O| Aug 19 18:33:17.651 INFO STEP 1024 (remove_files) COMPLETE |
6949 | 2024-08-19T18:33:19.365Z | [ recovery-image] Aug 19 18:33:17.651 INFO O| Aug 19 18:33:17.651 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6950 | 2024-08-19T18:33:19.374Z | [ recovery-image] Aug 19 18:33:17.661 INFO O| Aug 19 18:33:17.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6951 | 2024-08-19T18:33:19.374Z | [ recovery-image] Aug 19 18:33:17.661 INFO O| Aug 19 18:33:17.661 INFO STEP 1025 (remove_files) COMPLETE |
6952 | 2024-08-19T18:33:19.374Z | [ recovery-image] Aug 19 18:33:17.661 INFO O| Aug 19 18:33:17.661 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6953 | 2024-08-19T18:33:19.384Z | [ recovery-image] Aug 19 18:33:17.671 INFO O| Aug 19 18:33:17.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6954 | 2024-08-19T18:33:19.384Z | [ recovery-image] Aug 19 18:33:17.671 INFO O| Aug 19 18:33:17.671 INFO STEP 1026 (remove_files) COMPLETE |
6955 | 2024-08-19T18:33:19.387Z | [ recovery-image] Aug 19 18:33:17.671 INFO O| Aug 19 18:33:17.671 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6956 | 2024-08-19T18:33:19.394Z | [ recovery-image] Aug 19 18:33:17.680 INFO O| Aug 19 18:33:17.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6957 | 2024-08-19T18:33:19.396Z | [ recovery-image] Aug 19 18:33:17.681 INFO O| Aug 19 18:33:17.681 INFO STEP 1027 (remove_files) COMPLETE |
6958 | 2024-08-19T18:33:19.396Z | [ recovery-image] Aug 19 18:33:17.681 INFO O| Aug 19 18:33:17.681 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6959 | 2024-08-19T18:33:19.403Z | [ recovery-image] Aug 19 18:33:17.690 INFO O| Aug 19 18:33:17.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6960 | 2024-08-19T18:33:19.406Z | [ recovery-image] Aug 19 18:33:17.690 INFO O| Aug 19 18:33:17.690 INFO STEP 1028 (remove_files) COMPLETE |
6961 | 2024-08-19T18:33:19.406Z | [ recovery-image] Aug 19 18:33:17.690 INFO O| Aug 19 18:33:17.690 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6962 | 2024-08-19T18:33:19.413Z | [ recovery-image] Aug 19 18:33:17.700 INFO O| Aug 19 18:33:17.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6963 | 2024-08-19T18:33:19.413Z | [ recovery-image] Aug 19 18:33:17.700 INFO O| Aug 19 18:33:17.700 INFO STEP 1029 (remove_files) COMPLETE |
6964 | 2024-08-19T18:33:19.416Z | [ recovery-image] Aug 19 18:33:17.700 INFO O| Aug 19 18:33:17.700 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6965 | 2024-08-19T18:33:19.423Z | [ recovery-image] Aug 19 18:33:17.709 INFO O| Aug 19 18:33:17.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6966 | 2024-08-19T18:33:19.423Z | [ recovery-image] Aug 19 18:33:17.710 INFO O| Aug 19 18:33:17.709 INFO STEP 1030 (remove_files) COMPLETE |
6967 | 2024-08-19T18:33:19.426Z | [ recovery-image] Aug 19 18:33:17.710 INFO O| Aug 19 18:33:17.710 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6968 | 2024-08-19T18:33:19.434Z | [ recovery-image] Aug 19 18:33:17.720 INFO O| Aug 19 18:33:17.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6969 | 2024-08-19T18:33:19.434Z | [ recovery-image] Aug 19 18:33:17.721 INFO O| Aug 19 18:33:17.720 INFO STEP 1031 (remove_files) COMPLETE |
6970 | 2024-08-19T18:33:19.438Z | [ recovery-image] Aug 19 18:33:17.721 INFO O| Aug 19 18:33:17.721 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6971 | 2024-08-19T18:33:19.449Z | [ recovery-image] Aug 19 18:33:17.735 INFO O| Aug 19 18:33:17.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6972 | 2024-08-19T18:33:19.449Z | [ recovery-image] Aug 19 18:33:17.735 INFO O| Aug 19 18:33:17.735 INFO STEP 1032 (remove_files) COMPLETE |
6973 | 2024-08-19T18:33:19.449Z | [ recovery-image] Aug 19 18:33:17.735 INFO O| Aug 19 18:33:17.735 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6974 | 2024-08-19T18:33:19.459Z | [ recovery-image] Aug 19 18:33:17.746 INFO O| Aug 19 18:33:17.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6975 | 2024-08-19T18:33:19.462Z | [ recovery-image] Aug 19 18:33:17.746 INFO O| Aug 19 18:33:17.746 INFO STEP 1033 (remove_files) COMPLETE |
6976 | 2024-08-19T18:33:19.462Z | [ recovery-image] Aug 19 18:33:17.746 INFO O| Aug 19 18:33:17.746 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6977 | 2024-08-19T18:33:19.470Z | [ recovery-image] Aug 19 18:33:17.757 INFO O| Aug 19 18:33:17.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
6978 | 2024-08-19T18:33:19.470Z | [ recovery-image] Aug 19 18:33:17.757 INFO O| Aug 19 18:33:17.757 INFO STEP 1034 (remove_files) COMPLETE |
6979 | 2024-08-19T18:33:19.473Z | [ recovery-image] Aug 19 18:33:17.757 INFO O| Aug 19 18:33:17.757 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6980 | 2024-08-19T18:33:19.482Z | [ recovery-image] Aug 19 18:33:17.768 INFO O| Aug 19 18:33:17.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
6981 | 2024-08-19T18:33:19.482Z | [ recovery-image] Aug 19 18:33:17.768 INFO O| Aug 19 18:33:17.768 INFO STEP 1035 (remove_files) COMPLETE |
6982 | 2024-08-19T18:33:19.484Z | [ recovery-image] Aug 19 18:33:17.769 INFO O| Aug 19 18:33:17.768 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6983 | 2024-08-19T18:33:19.492Z | [ recovery-image] Aug 19 18:33:17.779 INFO O| Aug 19 18:33:17.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
6984 | 2024-08-19T18:33:19.494Z | [ recovery-image] Aug 19 18:33:17.779 INFO O| Aug 19 18:33:17.779 INFO STEP 1036 (remove_files) COMPLETE |
6985 | 2024-08-19T18:33:19.494Z | [ recovery-image] Aug 19 18:33:17.779 INFO O| Aug 19 18:33:17.779 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6986 | 2024-08-19T18:33:19.502Z | [ recovery-image] Aug 19 18:33:17.789 INFO O| Aug 19 18:33:17.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
6987 | 2024-08-19T18:33:19.502Z | [ recovery-image] Aug 19 18:33:17.789 INFO O| Aug 19 18:33:17.789 INFO STEP 1037 (remove_files) COMPLETE |
6988 | 2024-08-19T18:33:19.502Z | [ recovery-image] Aug 19 18:33:17.789 INFO O| Aug 19 18:33:17.789 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6989 | 2024-08-19T18:33:19.512Z | [ recovery-image] Aug 19 18:33:17.799 INFO O| Aug 19 18:33:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
6990 | 2024-08-19T18:33:19.512Z | [ recovery-image] Aug 19 18:33:17.799 INFO O| Aug 19 18:33:17.799 INFO STEP 1038 (remove_files) COMPLETE |
6991 | 2024-08-19T18:33:19.515Z | [ recovery-image] Aug 19 18:33:17.799 INFO O| Aug 19 18:33:17.799 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6992 | 2024-08-19T18:33:19.522Z | [ recovery-image] Aug 19 18:33:17.809 INFO O| Aug 19 18:33:17.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
6993 | 2024-08-19T18:33:19.522Z | [ recovery-image] Aug 19 18:33:17.809 INFO O| Aug 19 18:33:17.809 INFO STEP 1039 (remove_files) COMPLETE |
6994 | 2024-08-19T18:33:19.522Z | [ recovery-image] Aug 19 18:33:17.809 INFO O| Aug 19 18:33:17.809 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6995 | 2024-08-19T18:33:19.533Z | [ recovery-image] Aug 19 18:33:17.820 INFO O| Aug 19 18:33:17.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
6996 | 2024-08-19T18:33:19.533Z | [ recovery-image] Aug 19 18:33:17.820 INFO O| Aug 19 18:33:17.820 INFO STEP 1040 (remove_files) COMPLETE |
6997 | 2024-08-19T18:33:19.533Z | [ recovery-image] Aug 19 18:33:17.820 INFO O| Aug 19 18:33:17.820 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6998 | 2024-08-19T18:33:19.543Z | [ recovery-image] Aug 19 18:33:17.830 INFO O| Aug 19 18:33:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
6999 | 2024-08-19T18:33:19.543Z | [ recovery-image] Aug 19 18:33:17.830 INFO O| Aug 19 18:33:17.830 INFO STEP 1041 (remove_files) COMPLETE |
7000 | 2024-08-19T18:33:19.545Z | [ recovery-image] Aug 19 18:33:17.830 INFO O| Aug 19 18:33:17.830 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7001 | 2024-08-19T18:33:19.553Z | [ recovery-image] Aug 19 18:33:17.840 INFO O| Aug 19 18:33:17.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7002 | 2024-08-19T18:33:19.555Z | [ recovery-image] Aug 19 18:33:17.840 INFO O| Aug 19 18:33:17.840 INFO STEP 1042 (remove_files) COMPLETE |
7003 | 2024-08-19T18:33:19.556Z | [ recovery-image] Aug 19 18:33:17.840 INFO O| Aug 19 18:33:17.840 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7004 | 2024-08-19T18:33:19.563Z | [ recovery-image] Aug 19 18:33:17.850 INFO O| Aug 19 18:33:17.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7005 | 2024-08-19T18:33:19.564Z | [ recovery-image] Aug 19 18:33:17.850 INFO O| Aug 19 18:33:17.850 INFO STEP 1043 (remove_files) COMPLETE |
7006 | 2024-08-19T18:33:19.566Z | [ recovery-image] Aug 19 18:33:17.850 INFO O| Aug 19 18:33:17.850 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7007 | 2024-08-19T18:33:19.575Z | [ recovery-image] Aug 19 18:33:17.860 INFO O| Aug 19 18:33:17.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7008 | 2024-08-19T18:33:19.575Z | [ recovery-image] Aug 19 18:33:17.860 INFO O| Aug 19 18:33:17.860 INFO STEP 1044 (remove_files) COMPLETE |
7009 | 2024-08-19T18:33:19.577Z | [ recovery-image] Aug 19 18:33:17.860 INFO O| Aug 19 18:33:17.860 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7010 | 2024-08-19T18:33:19.587Z | [ recovery-image] Aug 19 18:33:17.871 INFO O| Aug 19 18:33:17.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7011 | 2024-08-19T18:33:19.589Z | [ recovery-image] Aug 19 18:33:17.871 INFO O| Aug 19 18:33:17.871 INFO STEP 1045 (remove_files) COMPLETE |
7012 | 2024-08-19T18:33:19.589Z | [ recovery-image] Aug 19 18:33:17.871 INFO O| Aug 19 18:33:17.871 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7013 | 2024-08-19T18:33:19.595Z | [ recovery-image] Aug 19 18:33:17.882 INFO O| Aug 19 18:33:17.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7014 | 2024-08-19T18:33:19.595Z | [ recovery-image] Aug 19 18:33:17.882 INFO O| Aug 19 18:33:17.882 INFO STEP 1046 (remove_files) COMPLETE |
7015 | 2024-08-19T18:33:19.595Z | [ recovery-image] Aug 19 18:33:17.882 INFO O| Aug 19 18:33:17.882 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7016 | 2024-08-19T18:33:19.606Z | [ recovery-image] Aug 19 18:33:17.892 INFO O| Aug 19 18:33:17.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7017 | 2024-08-19T18:33:19.606Z | [ recovery-image] Aug 19 18:33:17.892 INFO O| Aug 19 18:33:17.892 INFO STEP 1047 (remove_files) COMPLETE |
7018 | 2024-08-19T18:33:19.610Z | [ recovery-image] Aug 19 18:33:17.892 INFO O| Aug 19 18:33:17.892 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7019 | 2024-08-19T18:33:19.617Z | [ recovery-image] Aug 19 18:33:17.904 INFO O| Aug 19 18:33:17.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7020 | 2024-08-19T18:33:19.617Z | [ recovery-image] Aug 19 18:33:17.904 INFO O| Aug 19 18:33:17.904 INFO STEP 1048 (remove_files) COMPLETE |
7021 | 2024-08-19T18:33:19.617Z | [ recovery-image] Aug 19 18:33:17.904 INFO O| Aug 19 18:33:17.904 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7022 | 2024-08-19T18:33:19.628Z | [ recovery-image] Aug 19 18:33:17.915 INFO O| Aug 19 18:33:17.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7023 | 2024-08-19T18:33:19.628Z | [ recovery-image] Aug 19 18:33:17.915 INFO O| Aug 19 18:33:17.915 INFO STEP 1049 (remove_files) COMPLETE |
7024 | 2024-08-19T18:33:19.629Z | [ recovery-image] Aug 19 18:33:17.915 INFO O| Aug 19 18:33:17.915 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7025 | 2024-08-19T18:33:19.640Z | [ recovery-image] Aug 19 18:33:17.927 INFO O| Aug 19 18:33:17.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7026 | 2024-08-19T18:33:19.644Z | [ recovery-image] Aug 19 18:33:17.927 INFO O| Aug 19 18:33:17.927 INFO STEP 1050 (remove_files) COMPLETE |
7027 | 2024-08-19T18:33:19.644Z | [ recovery-image] Aug 19 18:33:17.927 INFO O| Aug 19 18:33:17.927 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7028 | 2024-08-19T18:33:19.652Z | [ recovery-image] Aug 19 18:33:17.938 INFO O| Aug 19 18:33:17.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7029 | 2024-08-19T18:33:19.652Z | [ recovery-image] Aug 19 18:33:17.939 INFO O| Aug 19 18:33:17.939 INFO STEP 1051 (remove_files) COMPLETE |
7030 | 2024-08-19T18:33:19.652Z | [ recovery-image] Aug 19 18:33:17.939 INFO O| Aug 19 18:33:17.939 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7031 | 2024-08-19T18:33:19.665Z | [ recovery-image] Aug 19 18:33:17.952 INFO O| Aug 19 18:33:17.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7032 | 2024-08-19T18:33:19.665Z | [ recovery-image] Aug 19 18:33:17.952 INFO O| Aug 19 18:33:17.952 INFO STEP 1052 (remove_files) COMPLETE |
7033 | 2024-08-19T18:33:19.665Z | [ recovery-image] Aug 19 18:33:17.952 INFO O| Aug 19 18:33:17.952 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7034 | 2024-08-19T18:33:19.677Z | [ recovery-image] Aug 19 18:33:17.964 INFO O| Aug 19 18:33:17.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7035 | 2024-08-19T18:33:19.677Z | [ recovery-image] Aug 19 18:33:17.964 INFO O| Aug 19 18:33:17.964 INFO STEP 1053 (remove_files) COMPLETE |
7036 | 2024-08-19T18:33:19.680Z | [ recovery-image] Aug 19 18:33:17.964 INFO O| Aug 19 18:33:17.964 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-08-19T18:33:19.689Z | [ recovery-image] Aug 19 18:33:17.976 INFO O| Aug 19 18:33:17.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7038 | 2024-08-19T18:33:19.689Z | [ recovery-image] Aug 19 18:33:17.976 INFO O| Aug 19 18:33:17.976 INFO STEP 1054 (remove_files) COMPLETE |
7039 | 2024-08-19T18:33:19.691Z | [ recovery-image] Aug 19 18:33:17.976 INFO O| Aug 19 18:33:17.976 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-08-19T18:33:19.700Z | [ recovery-image] Aug 19 18:33:17.987 INFO O| Aug 19 18:33:17.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7041 | 2024-08-19T18:33:19.703Z | [ recovery-image] Aug 19 18:33:17.987 INFO O| Aug 19 18:33:17.987 INFO STEP 1055 (remove_files) COMPLETE |
7042 | 2024-08-19T18:33:19.703Z | [ recovery-image] Aug 19 18:33:17.987 INFO O| Aug 19 18:33:17.987 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-08-19T18:33:19.712Z | [ recovery-image] Aug 19 18:33:17.999 INFO O| Aug 19 18:33:17.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7044 | 2024-08-19T18:33:19.715Z | [ recovery-image] Aug 19 18:33:17.999 INFO O| Aug 19 18:33:17.999 INFO STEP 1056 (remove_files) COMPLETE |
7045 | 2024-08-19T18:33:19.715Z | [ recovery-image] Aug 19 18:33:17.999 INFO O| Aug 19 18:33:17.999 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-08-19T18:33:19.725Z | [ recovery-image] Aug 19 18:33:18.011 INFO O| Aug 19 18:33:18.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7047 | 2024-08-19T18:33:19.725Z | [ recovery-image] Aug 19 18:33:18.011 INFO O| Aug 19 18:33:18.011 INFO STEP 1057 (remove_files) COMPLETE |
7048 | 2024-08-19T18:33:19.725Z | [ recovery-image] Aug 19 18:33:18.011 INFO O| Aug 19 18:33:18.011 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-08-19T18:33:19.736Z | [ recovery-image] Aug 19 18:33:18.023 INFO O| Aug 19 18:33:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7050 | 2024-08-19T18:33:19.739Z | [ recovery-image] Aug 19 18:33:18.023 INFO O| Aug 19 18:33:18.023 INFO STEP 1058 (remove_files) COMPLETE |
7051 | 2024-08-19T18:33:19.739Z | [ recovery-image] Aug 19 18:33:18.023 INFO O| Aug 19 18:33:18.023 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-08-19T18:33:19.747Z | [ recovery-image] Aug 19 18:33:18.034 INFO O| Aug 19 18:33:18.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7053 | 2024-08-19T18:33:19.750Z | [ recovery-image] Aug 19 18:33:18.034 INFO O| Aug 19 18:33:18.034 INFO STEP 1059 (remove_files) COMPLETE |
7054 | 2024-08-19T18:33:19.750Z | [ recovery-image] Aug 19 18:33:18.034 INFO O| Aug 19 18:33:18.034 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-08-19T18:33:19.758Z | [ recovery-image] Aug 19 18:33:18.045 INFO O| Aug 19 18:33:18.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7056 | 2024-08-19T18:33:19.760Z | [ recovery-image] Aug 19 18:33:18.045 INFO O| Aug 19 18:33:18.045 INFO STEP 1060 (remove_files) COMPLETE |
7057 | 2024-08-19T18:33:19.760Z | [ recovery-image] Aug 19 18:33:18.045 INFO O| Aug 19 18:33:18.045 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-08-19T18:33:19.769Z | [ recovery-image] Aug 19 18:33:18.056 INFO O| Aug 19 18:33:18.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7059 | 2024-08-19T18:33:19.769Z | [ recovery-image] Aug 19 18:33:18.056 INFO O| Aug 19 18:33:18.056 INFO STEP 1061 (remove_files) COMPLETE |
7060 | 2024-08-19T18:33:19.769Z | [ recovery-image] Aug 19 18:33:18.056 INFO O| Aug 19 18:33:18.056 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-08-19T18:33:19.780Z | [ recovery-image] Aug 19 18:33:18.067 INFO O| Aug 19 18:33:18.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7062 | 2024-08-19T18:33:19.780Z | [ recovery-image] Aug 19 18:33:18.067 INFO O| Aug 19 18:33:18.067 INFO STEP 1062 (remove_files) COMPLETE |
7063 | 2024-08-19T18:33:19.783Z | [ recovery-image] Aug 19 18:33:18.067 INFO O| Aug 19 18:33:18.067 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-08-19T18:33:19.791Z | [ recovery-image] Aug 19 18:33:18.077 INFO O| Aug 19 18:33:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7065 | 2024-08-19T18:33:19.791Z | [ recovery-image] Aug 19 18:33:18.078 INFO O| Aug 19 18:33:18.078 INFO STEP 1063 (remove_files) COMPLETE |
7066 | 2024-08-19T18:33:19.793Z | [ recovery-image] Aug 19 18:33:18.078 INFO O| Aug 19 18:33:18.078 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-08-19T18:33:19.801Z | [ recovery-image] Aug 19 18:33:18.088 INFO O| Aug 19 18:33:18.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7068 | 2024-08-19T18:33:19.804Z | [ recovery-image] Aug 19 18:33:18.088 INFO O| Aug 19 18:33:18.088 INFO STEP 1064 (remove_files) COMPLETE |
7069 | 2024-08-19T18:33:19.804Z | [ recovery-image] Aug 19 18:33:18.088 INFO O| Aug 19 18:33:18.088 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-08-19T18:33:19.812Z | [ recovery-image] Aug 19 18:33:18.099 INFO O| Aug 19 18:33:18.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7071 | 2024-08-19T18:33:19.812Z | [ recovery-image] Aug 19 18:33:18.099 INFO O| Aug 19 18:33:18.099 INFO STEP 1065 (remove_files) COMPLETE |
7072 | 2024-08-19T18:33:19.812Z | [ recovery-image] Aug 19 18:33:18.099 INFO O| Aug 19 18:33:18.099 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-08-19T18:33:19.823Z | [ recovery-image] Aug 19 18:33:18.109 INFO O| Aug 19 18:33:18.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7074 | 2024-08-19T18:33:19.825Z | [ recovery-image] Aug 19 18:33:18.110 INFO O| Aug 19 18:33:18.110 INFO STEP 1066 (remove_files) COMPLETE |
7075 | 2024-08-19T18:33:19.825Z | [ recovery-image] Aug 19 18:33:18.110 INFO O| Aug 19 18:33:18.110 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-08-19T18:33:19.833Z | [ recovery-image] Aug 19 18:33:18.120 INFO O| Aug 19 18:33:18.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7077 | 2024-08-19T18:33:19.836Z | [ recovery-image] Aug 19 18:33:18.120 INFO O| Aug 19 18:33:18.120 INFO STEP 1067 (remove_files) COMPLETE |
7078 | 2024-08-19T18:33:19.836Z | [ recovery-image] Aug 19 18:33:18.120 INFO O| Aug 19 18:33:18.120 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-08-19T18:33:19.845Z | [ recovery-image] Aug 19 18:33:18.131 INFO O| Aug 19 18:33:18.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7080 | 2024-08-19T18:33:19.845Z | [ recovery-image] Aug 19 18:33:18.131 INFO O| Aug 19 18:33:18.131 INFO STEP 1068 (remove_files) COMPLETE |
7081 | 2024-08-19T18:33:19.848Z | [ recovery-image] Aug 19 18:33:18.131 INFO O| Aug 19 18:33:18.131 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-08-19T18:33:19.855Z | [ recovery-image] Aug 19 18:33:18.142 INFO O| Aug 19 18:33:18.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7083 | 2024-08-19T18:33:19.855Z | [ recovery-image] Aug 19 18:33:18.142 INFO O| Aug 19 18:33:18.142 INFO STEP 1069 (remove_files) COMPLETE |
7084 | 2024-08-19T18:33:19.855Z | [ recovery-image] Aug 19 18:33:18.142 INFO O| Aug 19 18:33:18.142 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-08-19T18:33:19.867Z | [ recovery-image] Aug 19 18:33:18.153 INFO O| Aug 19 18:33:18.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7086 | 2024-08-19T18:33:19.867Z | [ recovery-image] Aug 19 18:33:18.154 INFO O| Aug 19 18:33:18.153 INFO STEP 1070 (remove_files) COMPLETE |
7087 | 2024-08-19T18:33:19.867Z | [ recovery-image] Aug 19 18:33:18.154 INFO O| Aug 19 18:33:18.154 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-08-19T18:33:19.878Z | [ recovery-image] Aug 19 18:33:18.165 INFO O| Aug 19 18:33:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7089 | 2024-08-19T18:33:19.878Z | [ recovery-image] Aug 19 18:33:18.165 INFO O| Aug 19 18:33:18.165 INFO STEP 1071 (remove_files) COMPLETE |
7090 | 2024-08-19T18:33:19.878Z | [ recovery-image] Aug 19 18:33:18.165 INFO O| Aug 19 18:33:18.165 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-08-19T18:33:19.889Z | [ recovery-image] Aug 19 18:33:18.176 INFO O| Aug 19 18:33:18.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7092 | 2024-08-19T18:33:19.889Z | [ recovery-image] Aug 19 18:33:18.176 INFO O| Aug 19 18:33:18.176 INFO STEP 1072 (remove_files) COMPLETE |
7093 | 2024-08-19T18:33:19.889Z | [ recovery-image] Aug 19 18:33:18.176 INFO O| Aug 19 18:33:18.176 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-08-19T18:33:19.901Z | [ recovery-image] Aug 19 18:33:18.187 INFO O| Aug 19 18:33:18.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7095 | 2024-08-19T18:33:19.901Z | [ recovery-image] Aug 19 18:33:18.188 INFO O| Aug 19 18:33:18.188 INFO STEP 1073 (remove_files) COMPLETE |
7096 | 2024-08-19T18:33:19.903Z | [ recovery-image] Aug 19 18:33:18.188 INFO O| Aug 19 18:33:18.188 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-08-19T18:33:19.912Z | [ recovery-image] Aug 19 18:33:18.199 INFO O| Aug 19 18:33:18.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7098 | 2024-08-19T18:33:19.912Z | [ recovery-image] Aug 19 18:33:18.199 INFO O| Aug 19 18:33:18.199 INFO STEP 1074 (remove_files) COMPLETE |
7099 | 2024-08-19T18:33:19.914Z | [ recovery-image] Aug 19 18:33:18.199 INFO O| Aug 19 18:33:18.199 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-08-19T18:33:19.924Z | [ recovery-image] Aug 19 18:33:18.210 INFO O| Aug 19 18:33:18.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7101 | 2024-08-19T18:33:19.924Z | [ recovery-image] Aug 19 18:33:18.210 INFO O| Aug 19 18:33:18.210 INFO STEP 1075 (remove_files) COMPLETE |
7102 | 2024-08-19T18:33:19.927Z | [ recovery-image] Aug 19 18:33:18.210 INFO O| Aug 19 18:33:18.210 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-08-19T18:33:19.934Z | [ recovery-image] Aug 19 18:33:18.221 INFO O| Aug 19 18:33:18.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7104 | 2024-08-19T18:33:19.935Z | [ recovery-image] Aug 19 18:33:18.221 INFO O| Aug 19 18:33:18.221 INFO STEP 1076 (remove_files) COMPLETE |
7105 | 2024-08-19T18:33:19.935Z | [ recovery-image] Aug 19 18:33:18.221 INFO O| Aug 19 18:33:18.221 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-08-19T18:33:19.946Z | [ recovery-image] Aug 19 18:33:18.232 INFO O| Aug 19 18:33:18.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7107 | 2024-08-19T18:33:19.946Z | [ recovery-image] Aug 19 18:33:18.232 INFO O| Aug 19 18:33:18.232 INFO STEP 1077 (remove_files) COMPLETE |
7108 | 2024-08-19T18:33:19.948Z | [ recovery-image] Aug 19 18:33:18.232 INFO O| Aug 19 18:33:18.232 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-08-19T18:33:19.957Z | [ recovery-image] Aug 19 18:33:18.243 INFO O| Aug 19 18:33:18.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7110 | 2024-08-19T18:33:19.957Z | [ recovery-image] Aug 19 18:33:18.243 INFO O| Aug 19 18:33:18.243 INFO STEP 1078 (remove_files) COMPLETE |
7111 | 2024-08-19T18:33:19.960Z | [ recovery-image] Aug 19 18:33:18.243 INFO O| Aug 19 18:33:18.243 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-08-19T18:33:19.968Z | [ recovery-image] Aug 19 18:33:18.255 INFO O| Aug 19 18:33:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7113 | 2024-08-19T18:33:19.968Z | [ recovery-image] Aug 19 18:33:18.255 INFO O| Aug 19 18:33:18.255 INFO STEP 1079 (remove_files) COMPLETE |
7114 | 2024-08-19T18:33:19.971Z | [ recovery-image] Aug 19 18:33:18.255 INFO O| Aug 19 18:33:18.255 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-08-19T18:33:19.979Z | [ recovery-image] Aug 19 18:33:18.266 INFO O| Aug 19 18:33:18.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7116 | 2024-08-19T18:33:19.980Z | [ recovery-image] Aug 19 18:33:18.266 INFO O| Aug 19 18:33:18.266 INFO STEP 1080 (remove_files) COMPLETE |
7117 | 2024-08-19T18:33:19.980Z | [ recovery-image] Aug 19 18:33:18.266 INFO O| Aug 19 18:33:18.266 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-08-19T18:33:19.991Z | [ recovery-image] Aug 19 18:33:18.278 INFO O| Aug 19 18:33:18.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7119 | 2024-08-19T18:33:19.991Z | [ recovery-image] Aug 19 18:33:18.278 INFO O| Aug 19 18:33:18.278 INFO STEP 1081 (remove_files) COMPLETE |
7120 | 2024-08-19T18:33:19.991Z | [ recovery-image] Aug 19 18:33:18.278 INFO O| Aug 19 18:33:18.278 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-08-19T18:33:20.002Z | [ recovery-image] Aug 19 18:33:18.289 INFO O| Aug 19 18:33:18.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7122 | 2024-08-19T18:33:20.002Z | [ recovery-image] Aug 19 18:33:18.289 INFO O| Aug 19 18:33:18.289 INFO STEP 1082 (remove_files) COMPLETE |
7123 | 2024-08-19T18:33:20.005Z | [ recovery-image] Aug 19 18:33:18.289 INFO O| Aug 19 18:33:18.289 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-08-19T18:33:20.013Z | [ recovery-image] Aug 19 18:33:18.300 INFO O| Aug 19 18:33:18.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7125 | 2024-08-19T18:33:20.013Z | [ recovery-image] Aug 19 18:33:18.300 INFO O| Aug 19 18:33:18.300 INFO STEP 1083 (remove_files) COMPLETE |
7126 | 2024-08-19T18:33:20.013Z | [ recovery-image] Aug 19 18:33:18.300 INFO O| Aug 19 18:33:18.300 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-08-19T18:33:20.024Z | [ recovery-image] Aug 19 18:33:18.311 INFO O| Aug 19 18:33:18.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7128 | 2024-08-19T18:33:20.029Z | [ recovery-image] Aug 19 18:33:18.311 INFO O| Aug 19 18:33:18.311 INFO STEP 1084 (remove_files) COMPLETE |
7129 | 2024-08-19T18:33:20.029Z | [ recovery-image] Aug 19 18:33:18.311 INFO O| Aug 19 18:33:18.311 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-08-19T18:33:20.035Z | [ recovery-image] Aug 19 18:33:18.322 INFO O| Aug 19 18:33:18.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7131 | 2024-08-19T18:33:20.038Z | [ recovery-image] Aug 19 18:33:18.322 INFO O| Aug 19 18:33:18.322 INFO STEP 1085 (remove_files) COMPLETE |
7132 | 2024-08-19T18:33:20.038Z | [ recovery-image] Aug 19 18:33:18.322 INFO O| Aug 19 18:33:18.322 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-08-19T18:33:20.046Z | [ recovery-image] Aug 19 18:33:18.332 INFO O| Aug 19 18:33:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7134 | 2024-08-19T18:33:20.046Z | [ recovery-image] Aug 19 18:33:18.332 INFO O| Aug 19 18:33:18.332 INFO STEP 1086 (remove_files) COMPLETE |
7135 | 2024-08-19T18:33:20.046Z | [ recovery-image] Aug 19 18:33:18.333 INFO O| Aug 19 18:33:18.332 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-08-19T18:33:20.056Z | [ recovery-image] Aug 19 18:33:18.343 INFO O| Aug 19 18:33:18.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7137 | 2024-08-19T18:33:20.056Z | [ recovery-image] Aug 19 18:33:18.343 INFO O| Aug 19 18:33:18.343 INFO STEP 1087 (remove_files) COMPLETE |
7138 | 2024-08-19T18:33:20.059Z | [ recovery-image] Aug 19 18:33:18.343 INFO O| Aug 19 18:33:18.343 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-08-19T18:33:20.067Z | [ recovery-image] Aug 19 18:33:18.353 INFO O| Aug 19 18:33:18.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7140 | 2024-08-19T18:33:20.067Z | [ recovery-image] Aug 19 18:33:18.353 INFO O| Aug 19 18:33:18.353 INFO STEP 1088 (remove_files) COMPLETE |
7141 | 2024-08-19T18:33:20.070Z | [ recovery-image] Aug 19 18:33:18.354 INFO O| Aug 19 18:33:18.353 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-08-19T18:33:20.078Z | [ recovery-image] Aug 19 18:33:18.364 INFO O| Aug 19 18:33:18.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7143 | 2024-08-19T18:33:20.078Z | [ recovery-image] Aug 19 18:33:18.364 INFO O| Aug 19 18:33:18.364 INFO STEP 1089 (remove_files) COMPLETE |
7144 | 2024-08-19T18:33:20.081Z | [ recovery-image] Aug 19 18:33:18.364 INFO O| Aug 19 18:33:18.364 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-08-19T18:33:20.088Z | [ recovery-image] Aug 19 18:33:18.375 INFO O| Aug 19 18:33:18.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7146 | 2024-08-19T18:33:20.091Z | [ recovery-image] Aug 19 18:33:18.375 INFO O| Aug 19 18:33:18.375 INFO STEP 1090 (remove_files) COMPLETE |
7147 | 2024-08-19T18:33:20.091Z | [ recovery-image] Aug 19 18:33:18.375 INFO O| Aug 19 18:33:18.375 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-08-19T18:33:20.099Z | [ recovery-image] Aug 19 18:33:18.386 INFO O| Aug 19 18:33:18.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7149 | 2024-08-19T18:33:20.099Z | [ recovery-image] Aug 19 18:33:18.386 INFO O| Aug 19 18:33:18.386 INFO STEP 1091 (remove_files) COMPLETE |
7150 | 2024-08-19T18:33:20.099Z | [ recovery-image] Aug 19 18:33:18.386 INFO O| Aug 19 18:33:18.386 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-08-19T18:33:20.112Z | [ recovery-image] Aug 19 18:33:18.397 INFO O| Aug 19 18:33:18.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7152 | 2024-08-19T18:33:20.112Z | [ recovery-image] Aug 19 18:33:18.397 INFO O| Aug 19 18:33:18.397 INFO STEP 1092 (remove_files) COMPLETE |
7153 | 2024-08-19T18:33:20.112Z | [ recovery-image] Aug 19 18:33:18.397 INFO O| Aug 19 18:33:18.397 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-08-19T18:33:20.121Z | [ recovery-image] Aug 19 18:33:18.408 INFO O| Aug 19 18:33:18.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7155 | 2024-08-19T18:33:20.121Z | [ recovery-image] Aug 19 18:33:18.408 INFO O| Aug 19 18:33:18.408 INFO STEP 1093 (remove_files) COMPLETE |
7156 | 2024-08-19T18:33:20.121Z | [ recovery-image] Aug 19 18:33:18.408 INFO O| Aug 19 18:33:18.408 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-08-19T18:33:20.132Z | [ recovery-image] Aug 19 18:33:18.418 INFO O| Aug 19 18:33:18.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7158 | 2024-08-19T18:33:20.133Z | [ recovery-image] Aug 19 18:33:18.419 INFO O| Aug 19 18:33:18.418 INFO STEP 1094 (remove_files) COMPLETE |
7159 | 2024-08-19T18:33:20.136Z | [ recovery-image] Aug 19 18:33:18.419 INFO O| Aug 19 18:33:18.418 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-08-19T18:33:20.143Z | [ recovery-image] Aug 19 18:33:18.429 INFO O| Aug 19 18:33:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7161 | 2024-08-19T18:33:20.148Z | [ recovery-image] Aug 19 18:33:18.429 INFO O| Aug 19 18:33:18.429 INFO STEP 1095 (remove_files) COMPLETE |
7162 | 2024-08-19T18:33:20.148Z | [ recovery-image] Aug 19 18:33:18.429 INFO O| Aug 19 18:33:18.429 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-08-19T18:33:20.154Z | [ recovery-image] Aug 19 18:33:18.440 INFO O| Aug 19 18:33:18.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7164 | 2024-08-19T18:33:20.154Z | [ recovery-image] Aug 19 18:33:18.440 INFO O| Aug 19 18:33:18.440 INFO STEP 1096 (remove_files) COMPLETE |
7165 | 2024-08-19T18:33:20.154Z | [ recovery-image] Aug 19 18:33:18.440 INFO O| Aug 19 18:33:18.440 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-08-19T18:33:20.164Z | [ recovery-image] Aug 19 18:33:18.451 INFO O| Aug 19 18:33:18.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7167 | 2024-08-19T18:33:20.164Z | [ recovery-image] Aug 19 18:33:18.451 INFO O| Aug 19 18:33:18.451 INFO STEP 1097 (remove_files) COMPLETE |
7168 | 2024-08-19T18:33:20.164Z | [ recovery-image] Aug 19 18:33:18.451 INFO O| Aug 19 18:33:18.451 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-08-19T18:33:20.175Z | [ recovery-image] Aug 19 18:33:18.462 INFO O| Aug 19 18:33:18.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7170 | 2024-08-19T18:33:20.175Z | [ recovery-image] Aug 19 18:33:18.462 INFO O| Aug 19 18:33:18.462 INFO STEP 1098 (remove_files) COMPLETE |
7171 | 2024-08-19T18:33:20.175Z | [ recovery-image] Aug 19 18:33:18.462 INFO O| Aug 19 18:33:18.462 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-08-19T18:33:20.186Z | [ recovery-image] Aug 19 18:33:18.473 INFO O| Aug 19 18:33:18.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7173 | 2024-08-19T18:33:20.186Z | [ recovery-image] Aug 19 18:33:18.473 INFO O| Aug 19 18:33:18.473 INFO STEP 1099 (remove_files) COMPLETE |
7174 | 2024-08-19T18:33:20.186Z | [ recovery-image] Aug 19 18:33:18.473 INFO O| Aug 19 18:33:18.473 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-08-19T18:33:20.197Z | [ recovery-image] Aug 19 18:33:18.483 INFO O| Aug 19 18:33:18.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7176 | 2024-08-19T18:33:20.197Z | [ recovery-image] Aug 19 18:33:18.484 INFO O| Aug 19 18:33:18.483 INFO STEP 1100 (remove_files) COMPLETE |
7177 | 2024-08-19T18:33:20.197Z | [ recovery-image] Aug 19 18:33:18.484 INFO O| Aug 19 18:33:18.484 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-08-19T18:33:20.208Z | [ recovery-image] Aug 19 18:33:18.494 INFO O| Aug 19 18:33:18.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7179 | 2024-08-19T18:33:20.208Z | [ recovery-image] Aug 19 18:33:18.494 INFO O| Aug 19 18:33:18.494 INFO STEP 1101 (remove_files) COMPLETE |
7180 | 2024-08-19T18:33:20.208Z | [ recovery-image] Aug 19 18:33:18.494 INFO O| Aug 19 18:33:18.494 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-08-19T18:33:20.219Z | [ recovery-image] Aug 19 18:33:18.506 INFO O| Aug 19 18:33:18.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7182 | 2024-08-19T18:33:20.220Z | [ recovery-image] Aug 19 18:33:18.506 INFO O| Aug 19 18:33:18.506 INFO STEP 1102 (remove_files) COMPLETE |
7183 | 2024-08-19T18:33:20.220Z | [ recovery-image] Aug 19 18:33:18.506 INFO O| Aug 19 18:33:18.506 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-08-19T18:33:20.230Z | [ recovery-image] Aug 19 18:33:18.517 INFO O| Aug 19 18:33:18.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7185 | 2024-08-19T18:33:20.233Z | [ recovery-image] Aug 19 18:33:18.517 INFO O| Aug 19 18:33:18.517 INFO STEP 1103 (remove_files) COMPLETE |
7186 | 2024-08-19T18:33:20.233Z | [ recovery-image] Aug 19 18:33:18.517 INFO O| Aug 19 18:33:18.517 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-08-19T18:33:20.241Z | [ recovery-image] Aug 19 18:33:18.528 INFO O| Aug 19 18:33:18.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7188 | 2024-08-19T18:33:20.241Z | [ recovery-image] Aug 19 18:33:18.528 INFO O| Aug 19 18:33:18.528 INFO STEP 1104 (remove_files) COMPLETE |
7189 | 2024-08-19T18:33:20.250Z | [ recovery-image] Aug 19 18:33:18.528 INFO O| Aug 19 18:33:18.528 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-08-19T18:33:20.260Z | [ recovery-image] Aug 19 18:33:18.538 INFO O| Aug 19 18:33:18.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7191 | 2024-08-19T18:33:20.260Z | [ recovery-image] Aug 19 18:33:18.538 INFO O| Aug 19 18:33:18.538 INFO STEP 1105 (remove_files) COMPLETE |
7192 | 2024-08-19T18:33:20.260Z | [ recovery-image] Aug 19 18:33:18.538 INFO O| Aug 19 18:33:18.538 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-08-19T18:33:20.270Z | [ recovery-image] Aug 19 18:33:18.549 INFO O| Aug 19 18:33:18.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7194 | 2024-08-19T18:33:20.270Z | [ recovery-image] Aug 19 18:33:18.549 INFO O| Aug 19 18:33:18.549 INFO STEP 1106 (remove_files) COMPLETE |
7195 | 2024-08-19T18:33:20.270Z | [ recovery-image] Aug 19 18:33:18.549 INFO O| Aug 19 18:33:18.549 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-08-19T18:33:20.277Z | [ recovery-image] Aug 19 18:33:18.559 INFO O| Aug 19 18:33:18.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7197 | 2024-08-19T18:33:20.277Z | [ recovery-image] Aug 19 18:33:18.559 INFO O| Aug 19 18:33:18.559 INFO STEP 1107 (remove_files) COMPLETE |
7198 | 2024-08-19T18:33:20.277Z | [ recovery-image] Aug 19 18:33:18.559 INFO O| Aug 19 18:33:18.559 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-08-19T18:33:20.283Z | [ recovery-image] Aug 19 18:33:18.570 INFO O| Aug 19 18:33:18.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7200 | 2024-08-19T18:33:20.283Z | [ recovery-image] Aug 19 18:33:18.570 INFO O| Aug 19 18:33:18.570 INFO STEP 1108 (remove_files) COMPLETE |
7201 | 2024-08-19T18:33:20.283Z | [ recovery-image] Aug 19 18:33:18.570 INFO O| Aug 19 18:33:18.570 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-08-19T18:33:20.293Z | [ recovery-image] Aug 19 18:33:18.580 INFO O| Aug 19 18:33:18.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7203 | 2024-08-19T18:33:20.293Z | [ recovery-image] Aug 19 18:33:18.580 INFO O| Aug 19 18:33:18.580 INFO STEP 1109 (remove_files) COMPLETE |
7204 | 2024-08-19T18:33:20.296Z | [ recovery-image] Aug 19 18:33:18.580 INFO O| Aug 19 18:33:18.580 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-08-19T18:33:20.303Z | [ recovery-image] Aug 19 18:33:18.590 INFO O| Aug 19 18:33:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7206 | 2024-08-19T18:33:20.304Z | [ recovery-image] Aug 19 18:33:18.590 INFO O| Aug 19 18:33:18.590 INFO STEP 1110 (remove_files) COMPLETE |
7207 | 2024-08-19T18:33:20.304Z | [ recovery-image] Aug 19 18:33:18.590 INFO O| Aug 19 18:33:18.590 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-08-19T18:33:20.314Z | [ recovery-image] Aug 19 18:33:18.601 INFO O| Aug 19 18:33:18.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7209 | 2024-08-19T18:33:20.314Z | [ recovery-image] Aug 19 18:33:18.601 INFO O| Aug 19 18:33:18.601 INFO STEP 1111 (remove_files) COMPLETE |
7210 | 2024-08-19T18:33:20.317Z | [ recovery-image] Aug 19 18:33:18.601 INFO O| Aug 19 18:33:18.601 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-08-19T18:33:20.325Z | [ recovery-image] Aug 19 18:33:18.612 INFO O| Aug 19 18:33:18.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7212 | 2024-08-19T18:33:20.325Z | [ recovery-image] Aug 19 18:33:18.612 INFO O| Aug 19 18:33:18.612 INFO STEP 1112 (remove_files) COMPLETE |
7213 | 2024-08-19T18:33:20.328Z | [ recovery-image] Aug 19 18:33:18.612 INFO O| Aug 19 18:33:18.612 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-08-19T18:33:20.336Z | [ recovery-image] Aug 19 18:33:18.623 INFO O| Aug 19 18:33:18.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7215 | 2024-08-19T18:33:20.336Z | [ recovery-image] Aug 19 18:33:18.623 INFO O| Aug 19 18:33:18.623 INFO STEP 1113 (remove_files) COMPLETE |
7216 | 2024-08-19T18:33:20.339Z | [ recovery-image] Aug 19 18:33:18.623 INFO O| Aug 19 18:33:18.623 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-08-19T18:33:20.350Z | [ recovery-image] Aug 19 18:33:18.636 INFO O| Aug 19 18:33:18.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7218 | 2024-08-19T18:33:20.350Z | [ recovery-image] Aug 19 18:33:18.636 INFO O| Aug 19 18:33:18.636 INFO STEP 1114 (remove_files) COMPLETE |
7219 | 2024-08-19T18:33:20.353Z | [ recovery-image] Aug 19 18:33:18.636 INFO O| Aug 19 18:33:18.636 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-08-19T18:33:20.361Z | [ recovery-image] Aug 19 18:33:18.647 INFO O| Aug 19 18:33:18.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7221 | 2024-08-19T18:33:20.364Z | [ recovery-image] Aug 19 18:33:18.648 INFO O| Aug 19 18:33:18.647 INFO STEP 1115 (remove_files) COMPLETE |
7222 | 2024-08-19T18:33:20.364Z | [ recovery-image] Aug 19 18:33:18.648 INFO O| Aug 19 18:33:18.648 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-08-19T18:33:20.372Z | [ recovery-image] Aug 19 18:33:18.658 INFO O| Aug 19 18:33:18.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7224 | 2024-08-19T18:33:20.373Z | [ recovery-image] Aug 19 18:33:18.658 INFO O| Aug 19 18:33:18.658 INFO STEP 1116 (remove_files) COMPLETE |
7225 | 2024-08-19T18:33:20.376Z | [ recovery-image] Aug 19 18:33:18.659 INFO O| Aug 19 18:33:18.658 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-08-19T18:33:20.383Z | [ recovery-image] Aug 19 18:33:18.670 INFO O| Aug 19 18:33:18.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7227 | 2024-08-19T18:33:20.384Z | [ recovery-image] Aug 19 18:33:18.670 INFO O| Aug 19 18:33:18.670 INFO STEP 1117 (remove_files) COMPLETE |
7228 | 2024-08-19T18:33:20.387Z | [ recovery-image] Aug 19 18:33:18.670 INFO O| Aug 19 18:33:18.670 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-08-19T18:33:20.394Z | [ recovery-image] Aug 19 18:33:18.680 INFO O| Aug 19 18:33:18.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7230 | 2024-08-19T18:33:20.394Z | [ recovery-image] Aug 19 18:33:18.681 INFO O| Aug 19 18:33:18.680 INFO STEP 1118 (remove_files) COMPLETE |
7231 | 2024-08-19T18:33:20.394Z | [ recovery-image] Aug 19 18:33:18.681 INFO O| Aug 19 18:33:18.681 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-08-19T18:33:20.405Z | [ recovery-image] Aug 19 18:33:18.691 INFO O| Aug 19 18:33:18.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7233 | 2024-08-19T18:33:20.405Z | [ recovery-image] Aug 19 18:33:18.691 INFO O| Aug 19 18:33:18.691 INFO STEP 1119 (remove_files) COMPLETE |
7234 | 2024-08-19T18:33:20.405Z | [ recovery-image] Aug 19 18:33:18.691 INFO O| Aug 19 18:33:18.691 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-08-19T18:33:20.416Z | [ recovery-image] Aug 19 18:33:18.702 INFO O| Aug 19 18:33:18.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7236 | 2024-08-19T18:33:20.416Z | [ recovery-image] Aug 19 18:33:18.702 INFO O| Aug 19 18:33:18.702 INFO STEP 1120 (remove_files) COMPLETE |
7237 | 2024-08-19T18:33:20.417Z | [ recovery-image] Aug 19 18:33:18.702 INFO O| Aug 19 18:33:18.702 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-08-19T18:33:20.428Z | [ recovery-image] Aug 19 18:33:18.714 INFO O| Aug 19 18:33:18.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7239 | 2024-08-19T18:33:20.430Z | [ recovery-image] Aug 19 18:33:18.714 INFO O| Aug 19 18:33:18.714 INFO STEP 1121 (remove_files) COMPLETE |
7240 | 2024-08-19T18:33:20.430Z | [ recovery-image] Aug 19 18:33:18.714 INFO O| Aug 19 18:33:18.714 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-08-19T18:33:20.439Z | [ recovery-image] Aug 19 18:33:18.726 INFO O| Aug 19 18:33:18.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7242 | 2024-08-19T18:33:20.439Z | [ recovery-image] Aug 19 18:33:18.726 INFO O| Aug 19 18:33:18.726 INFO STEP 1122 (remove_files) COMPLETE |
7243 | 2024-08-19T18:33:20.443Z | [ recovery-image] Aug 19 18:33:18.726 INFO O| Aug 19 18:33:18.726 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-08-19T18:33:20.451Z | [ recovery-image] Aug 19 18:33:18.737 INFO O| Aug 19 18:33:18.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7245 | 2024-08-19T18:33:20.451Z | [ recovery-image] Aug 19 18:33:18.737 INFO O| Aug 19 18:33:18.737 INFO STEP 1123 (remove_files) COMPLETE |
7246 | 2024-08-19T18:33:20.454Z | [ recovery-image] Aug 19 18:33:18.737 INFO O| Aug 19 18:33:18.737 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-08-19T18:33:20.462Z | [ recovery-image] Aug 19 18:33:18.748 INFO O| Aug 19 18:33:18.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7248 | 2024-08-19T18:33:20.462Z | [ recovery-image] Aug 19 18:33:18.748 INFO O| Aug 19 18:33:18.748 INFO STEP 1124 (remove_files) COMPLETE |
7249 | 2024-08-19T18:33:20.464Z | [ recovery-image] Aug 19 18:33:18.748 INFO O| Aug 19 18:33:18.748 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-08-19T18:33:20.473Z | [ recovery-image] Aug 19 18:33:18.759 INFO O| Aug 19 18:33:18.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7251 | 2024-08-19T18:33:20.473Z | [ recovery-image] Aug 19 18:33:18.760 INFO O| Aug 19 18:33:18.760 INFO STEP 1125 (remove_files) COMPLETE |
7252 | 2024-08-19T18:33:20.475Z | [ recovery-image] Aug 19 18:33:18.760 INFO O| Aug 19 18:33:18.760 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-08-19T18:33:20.484Z | [ recovery-image] Aug 19 18:33:18.771 INFO O| Aug 19 18:33:18.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7254 | 2024-08-19T18:33:20.484Z | [ recovery-image] Aug 19 18:33:18.771 INFO O| Aug 19 18:33:18.771 INFO STEP 1126 (remove_files) COMPLETE |
7255 | 2024-08-19T18:33:20.484Z | [ recovery-image] Aug 19 18:33:18.771 INFO O| Aug 19 18:33:18.771 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-08-19T18:33:20.495Z | [ recovery-image] Aug 19 18:33:18.782 INFO O| Aug 19 18:33:18.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7257 | 2024-08-19T18:33:20.495Z | [ recovery-image] Aug 19 18:33:18.782 INFO O| Aug 19 18:33:18.782 INFO STEP 1127 (remove_files) COMPLETE |
7258 | 2024-08-19T18:33:20.495Z | [ recovery-image] Aug 19 18:33:18.782 INFO O| Aug 19 18:33:18.782 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-08-19T18:33:20.507Z | [ recovery-image] Aug 19 18:33:18.793 INFO O| Aug 19 18:33:18.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7260 | 2024-08-19T18:33:20.509Z | [ recovery-image] Aug 19 18:33:18.793 INFO O| Aug 19 18:33:18.793 INFO STEP 1128 (remove_files) COMPLETE |
7261 | 2024-08-19T18:33:20.509Z | [ recovery-image] Aug 19 18:33:18.793 INFO O| Aug 19 18:33:18.793 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-08-19T18:33:20.518Z | [ recovery-image] Aug 19 18:33:18.804 INFO O| Aug 19 18:33:18.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7263 | 2024-08-19T18:33:20.521Z | [ recovery-image] Aug 19 18:33:18.805 INFO O| Aug 19 18:33:18.805 INFO STEP 1129 (remove_files) COMPLETE |
7264 | 2024-08-19T18:33:20.521Z | [ recovery-image] Aug 19 18:33:18.805 INFO O| Aug 19 18:33:18.805 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-08-19T18:33:20.529Z | [ recovery-image] Aug 19 18:33:18.816 INFO O| Aug 19 18:33:18.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7266 | 2024-08-19T18:33:20.529Z | [ recovery-image] Aug 19 18:33:18.816 INFO O| Aug 19 18:33:18.816 INFO STEP 1130 (remove_files) COMPLETE |
7267 | 2024-08-19T18:33:20.531Z | [ recovery-image] Aug 19 18:33:18.816 INFO O| Aug 19 18:33:18.816 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-08-19T18:33:20.540Z | [ recovery-image] Aug 19 18:33:18.826 INFO O| Aug 19 18:33:18.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7269 | 2024-08-19T18:33:20.540Z | [ recovery-image] Aug 19 18:33:18.827 INFO O| Aug 19 18:33:18.827 INFO STEP 1131 (remove_files) COMPLETE |
7270 | 2024-08-19T18:33:20.540Z | [ recovery-image] Aug 19 18:33:18.827 INFO O| Aug 19 18:33:18.827 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-19T18:33:20.552Z | [ recovery-image] Aug 19 18:33:18.838 INFO O| Aug 19 18:33:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7272 | 2024-08-19T18:33:20.552Z | [ recovery-image] Aug 19 18:33:18.838 INFO O| Aug 19 18:33:18.838 INFO STEP 1132 (remove_files) COMPLETE |
7273 | 2024-08-19T18:33:20.552Z | [ recovery-image] Aug 19 18:33:18.838 INFO O| Aug 19 18:33:18.838 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-08-19T18:33:20.563Z | [ recovery-image] Aug 19 18:33:18.849 INFO O| Aug 19 18:33:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7275 | 2024-08-19T18:33:20.563Z | [ recovery-image] Aug 19 18:33:18.849 INFO O| Aug 19 18:33:18.849 INFO STEP 1133 (remove_files) COMPLETE |
7276 | 2024-08-19T18:33:20.566Z | [ recovery-image] Aug 19 18:33:18.849 INFO O| Aug 19 18:33:18.849 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-08-19T18:33:20.573Z | [ recovery-image] Aug 19 18:33:18.859 INFO O| Aug 19 18:33:18.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7278 | 2024-08-19T18:33:20.573Z | [ recovery-image] Aug 19 18:33:18.859 INFO O| Aug 19 18:33:18.859 INFO STEP 1134 (remove_files) COMPLETE |
7279 | 2024-08-19T18:33:20.573Z | [ recovery-image] Aug 19 18:33:18.859 INFO O| Aug 19 18:33:18.859 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-08-19T18:33:20.583Z | [ recovery-image] Aug 19 18:33:18.870 INFO O| Aug 19 18:33:18.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7281 | 2024-08-19T18:33:20.583Z | [ recovery-image] Aug 19 18:33:18.870 INFO O| Aug 19 18:33:18.870 INFO STEP 1135 (remove_files) COMPLETE |
7282 | 2024-08-19T18:33:20.587Z | [ recovery-image] Aug 19 18:33:18.870 INFO O| Aug 19 18:33:18.870 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-08-19T18:33:20.594Z | [ recovery-image] Aug 19 18:33:18.880 INFO O| Aug 19 18:33:18.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7284 | 2024-08-19T18:33:20.594Z | [ recovery-image] Aug 19 18:33:18.880 INFO O| Aug 19 18:33:18.880 INFO STEP 1136 (remove_files) COMPLETE |
7285 | 2024-08-19T18:33:20.597Z | [ recovery-image] Aug 19 18:33:18.880 INFO O| Aug 19 18:33:18.880 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-08-19T18:33:20.604Z | [ recovery-image] Aug 19 18:33:18.890 INFO O| Aug 19 18:33:18.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7287 | 2024-08-19T18:33:20.604Z | [ recovery-image] Aug 19 18:33:18.890 INFO O| Aug 19 18:33:18.890 INFO STEP 1137 (remove_files) COMPLETE |
7288 | 2024-08-19T18:33:20.607Z | [ recovery-image] Aug 19 18:33:18.890 INFO O| Aug 19 18:33:18.890 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-08-19T18:33:20.614Z | [ recovery-image] Aug 19 18:33:18.901 INFO O| Aug 19 18:33:18.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7290 | 2024-08-19T18:33:20.617Z | [ recovery-image] Aug 19 18:33:18.901 INFO O| Aug 19 18:33:18.901 INFO STEP 1138 (remove_files) COMPLETE |
7291 | 2024-08-19T18:33:20.617Z | [ recovery-image] Aug 19 18:33:18.901 INFO O| Aug 19 18:33:18.901 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-08-19T18:33:20.624Z | [ recovery-image] Aug 19 18:33:18.911 INFO O| Aug 19 18:33:18.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7293 | 2024-08-19T18:33:20.626Z | [ recovery-image] Aug 19 18:33:18.911 INFO O| Aug 19 18:33:18.911 INFO STEP 1139 (remove_files) COMPLETE |
7294 | 2024-08-19T18:33:20.627Z | [ recovery-image] Aug 19 18:33:18.911 INFO O| Aug 19 18:33:18.911 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-08-19T18:33:20.635Z | [ recovery-image] Aug 19 18:33:18.921 INFO O| Aug 19 18:33:18.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7296 | 2024-08-19T18:33:20.635Z | [ recovery-image] Aug 19 18:33:18.921 INFO O| Aug 19 18:33:18.921 INFO STEP 1140 (remove_files) COMPLETE |
7297 | 2024-08-19T18:33:20.637Z | [ recovery-image] Aug 19 18:33:18.921 INFO O| Aug 19 18:33:18.921 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-08-19T18:33:20.645Z | [ recovery-image] Aug 19 18:33:18.932 INFO O| Aug 19 18:33:18.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7299 | 2024-08-19T18:33:20.645Z | [ recovery-image] Aug 19 18:33:18.932 INFO O| Aug 19 18:33:18.932 INFO STEP 1141 (remove_files) COMPLETE |
7300 | 2024-08-19T18:33:20.648Z | [ recovery-image] Aug 19 18:33:18.932 INFO O| Aug 19 18:33:18.932 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-08-19T18:33:20.656Z | [ recovery-image] Aug 19 18:33:18.942 INFO O| Aug 19 18:33:18.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7302 | 2024-08-19T18:33:20.656Z | [ recovery-image] Aug 19 18:33:18.942 INFO O| Aug 19 18:33:18.942 INFO STEP 1142 (remove_files) COMPLETE |
7303 | 2024-08-19T18:33:20.656Z | [ recovery-image] Aug 19 18:33:18.942 INFO O| Aug 19 18:33:18.942 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-08-19T18:33:20.671Z | [ recovery-image] Aug 19 18:33:18.953 INFO O| Aug 19 18:33:18.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7305 | 2024-08-19T18:33:20.672Z | [ recovery-image] Aug 19 18:33:18.953 INFO O| Aug 19 18:33:18.953 INFO STEP 1143 (remove_files) COMPLETE |
7306 | 2024-08-19T18:33:20.672Z | [ recovery-image] Aug 19 18:33:18.953 INFO O| Aug 19 18:33:18.953 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-08-19T18:33:20.677Z | [ recovery-image] Aug 19 18:33:18.963 INFO O| Aug 19 18:33:18.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7308 | 2024-08-19T18:33:20.677Z | [ recovery-image] Aug 19 18:33:18.963 INFO O| Aug 19 18:33:18.963 INFO STEP 1144 (remove_files) COMPLETE |
7309 | 2024-08-19T18:33:20.677Z | [ recovery-image] Aug 19 18:33:18.963 INFO O| Aug 19 18:33:18.963 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-08-19T18:33:20.687Z | [ recovery-image] Aug 19 18:33:18.973 INFO O| Aug 19 18:33:18.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7311 | 2024-08-19T18:33:20.690Z | [ recovery-image] Aug 19 18:33:18.974 INFO O| Aug 19 18:33:18.974 INFO STEP 1145 (remove_files) COMPLETE |
7312 | 2024-08-19T18:33:20.690Z | [ recovery-image] Aug 19 18:33:18.974 INFO O| Aug 19 18:33:18.974 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-08-19T18:33:20.697Z | [ recovery-image] Aug 19 18:33:18.984 INFO O| Aug 19 18:33:18.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7314 | 2024-08-19T18:33:20.697Z | [ recovery-image] Aug 19 18:33:18.984 INFO O| Aug 19 18:33:18.984 INFO STEP 1146 (remove_files) COMPLETE |
7315 | 2024-08-19T18:33:20.700Z | [ recovery-image] Aug 19 18:33:18.984 INFO O| Aug 19 18:33:18.984 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-08-19T18:33:20.707Z | [ recovery-image] Aug 19 18:33:18.993 INFO O| Aug 19 18:33:18.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7317 | 2024-08-19T18:33:20.707Z | [ recovery-image] Aug 19 18:33:18.993 INFO O| Aug 19 18:33:18.993 INFO STEP 1147 (remove_files) COMPLETE |
7318 | 2024-08-19T18:33:20.707Z | [ recovery-image] Aug 19 18:33:18.993 INFO O| Aug 19 18:33:18.993 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-08-19T18:33:20.717Z | [ recovery-image] Aug 19 18:33:19.003 INFO O| Aug 19 18:33:19.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7320 | 2024-08-19T18:33:20.717Z | [ recovery-image] Aug 19 18:33:19.003 INFO O| Aug 19 18:33:19.003 INFO STEP 1148 (remove_files) COMPLETE |
7321 | 2024-08-19T18:33:20.720Z | [ recovery-image] Aug 19 18:33:19.003 INFO O| Aug 19 18:33:19.003 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-08-19T18:33:20.727Z | [ recovery-image] Aug 19 18:33:19.013 INFO O| Aug 19 18:33:19.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7323 | 2024-08-19T18:33:20.727Z | [ recovery-image] Aug 19 18:33:19.013 INFO O| Aug 19 18:33:19.013 INFO STEP 1149 (remove_files) COMPLETE |
7324 | 2024-08-19T18:33:20.730Z | [ recovery-image] Aug 19 18:33:19.013 INFO O| Aug 19 18:33:19.013 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-08-19T18:33:20.736Z | [ recovery-image] Aug 19 18:33:19.023 INFO O| Aug 19 18:33:19.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7326 | 2024-08-19T18:33:20.739Z | [ recovery-image] Aug 19 18:33:19.023 INFO O| Aug 19 18:33:19.023 INFO STEP 1150 (remove_files) COMPLETE |
7327 | 2024-08-19T18:33:20.739Z | [ recovery-image] Aug 19 18:33:19.023 INFO O| Aug 19 18:33:19.023 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-08-19T18:33:20.746Z | [ recovery-image] Aug 19 18:33:19.033 INFO O| Aug 19 18:33:19.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7329 | 2024-08-19T18:33:20.748Z | [ recovery-image] Aug 19 18:33:19.033 INFO O| Aug 19 18:33:19.033 INFO STEP 1151 (remove_files) COMPLETE |
7330 | 2024-08-19T18:33:20.748Z | [ recovery-image] Aug 19 18:33:19.033 INFO O| Aug 19 18:33:19.033 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-08-19T18:33:20.756Z | [ recovery-image] Aug 19 18:33:19.042 INFO O| Aug 19 18:33:19.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7332 | 2024-08-19T18:33:20.756Z | [ recovery-image] Aug 19 18:33:19.043 INFO O| Aug 19 18:33:19.043 INFO STEP 1152 (remove_files) COMPLETE |
7333 | 2024-08-19T18:33:20.758Z | [ recovery-image] Aug 19 18:33:19.043 INFO O| Aug 19 18:33:19.043 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-08-19T18:33:20.766Z | [ recovery-image] Aug 19 18:33:19.052 INFO O| Aug 19 18:33:19.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7335 | 2024-08-19T18:33:20.768Z | [ recovery-image] Aug 19 18:33:19.052 INFO O| Aug 19 18:33:19.052 INFO STEP 1153 (remove_files) COMPLETE |
7336 | 2024-08-19T18:33:20.768Z | [ recovery-image] Aug 19 18:33:19.052 INFO O| Aug 19 18:33:19.052 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-08-19T18:33:20.777Z | [ recovery-image] Aug 19 18:33:19.063 INFO O| Aug 19 18:33:19.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7338 | 2024-08-19T18:33:20.780Z | [ recovery-image] Aug 19 18:33:19.063 INFO O| Aug 19 18:33:19.063 INFO STEP 1154 (remove_files) COMPLETE |
7339 | 2024-08-19T18:33:20.780Z | [ recovery-image] Aug 19 18:33:19.063 INFO O| Aug 19 18:33:19.063 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-08-19T18:33:20.788Z | [ recovery-image] Aug 19 18:33:19.074 INFO O| Aug 19 18:33:19.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7341 | 2024-08-19T18:33:20.788Z | [ recovery-image] Aug 19 18:33:19.074 INFO O| Aug 19 18:33:19.074 INFO STEP 1155 (remove_files) COMPLETE |
7342 | 2024-08-19T18:33:20.791Z | [ recovery-image] Aug 19 18:33:19.074 INFO O| Aug 19 18:33:19.074 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-08-19T18:33:20.797Z | [ recovery-image] Aug 19 18:33:19.084 INFO O| Aug 19 18:33:19.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7344 | 2024-08-19T18:33:20.797Z | [ recovery-image] Aug 19 18:33:19.084 INFO O| Aug 19 18:33:19.084 INFO STEP 1156 (remove_files) COMPLETE |
7345 | 2024-08-19T18:33:20.797Z | [ recovery-image] Aug 19 18:33:19.084 INFO O| Aug 19 18:33:19.084 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-08-19T18:33:20.807Z | [ recovery-image] Aug 19 18:33:19.094 INFO O| Aug 19 18:33:19.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7347 | 2024-08-19T18:33:20.807Z | [ recovery-image] Aug 19 18:33:19.094 INFO O| Aug 19 18:33:19.094 INFO STEP 1157 (remove_files) COMPLETE |
7348 | 2024-08-19T18:33:20.807Z | [ recovery-image] Aug 19 18:33:19.094 INFO O| Aug 19 18:33:19.094 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-08-19T18:33:20.817Z | [ recovery-image] Aug 19 18:33:19.103 INFO O| Aug 19 18:33:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7350 | 2024-08-19T18:33:20.819Z | [ recovery-image] Aug 19 18:33:19.103 INFO O| Aug 19 18:33:19.103 INFO STEP 1158 (remove_files) COMPLETE |
7351 | 2024-08-19T18:33:20.819Z | [ recovery-image] Aug 19 18:33:19.104 INFO O| Aug 19 18:33:19.103 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-08-19T18:33:20.826Z | [ recovery-image] Aug 19 18:33:19.113 INFO O| Aug 19 18:33:19.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7353 | 2024-08-19T18:33:20.826Z | [ recovery-image] Aug 19 18:33:19.113 INFO O| Aug 19 18:33:19.113 INFO STEP 1159 (remove_files) COMPLETE |
7354 | 2024-08-19T18:33:20.829Z | [ recovery-image] Aug 19 18:33:19.113 INFO O| Aug 19 18:33:19.113 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-08-19T18:33:20.837Z | [ recovery-image] Aug 19 18:33:19.124 INFO O| Aug 19 18:33:19.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7356 | 2024-08-19T18:33:20.837Z | [ recovery-image] Aug 19 18:33:19.124 INFO O| Aug 19 18:33:19.124 INFO STEP 1160 (remove_files) COMPLETE |
7357 | 2024-08-19T18:33:20.840Z | [ recovery-image] Aug 19 18:33:19.124 INFO O| Aug 19 18:33:19.124 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-08-19T18:33:20.848Z | [ recovery-image] Aug 19 18:33:19.134 INFO O| Aug 19 18:33:19.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7359 | 2024-08-19T18:33:20.848Z | [ recovery-image] Aug 19 18:33:19.134 INFO O| Aug 19 18:33:19.134 INFO STEP 1161 (remove_files) COMPLETE |
7360 | 2024-08-19T18:33:20.851Z | [ recovery-image] Aug 19 18:33:19.134 INFO O| Aug 19 18:33:19.134 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-08-19T18:33:20.858Z | [ recovery-image] Aug 19 18:33:19.144 INFO O| Aug 19 18:33:19.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7362 | 2024-08-19T18:33:20.863Z | [ recovery-image] Aug 19 18:33:19.144 INFO O| Aug 19 18:33:19.144 INFO STEP 1162 (remove_files) COMPLETE |
7363 | 2024-08-19T18:33:20.863Z | [ recovery-image] Aug 19 18:33:19.144 INFO O| Aug 19 18:33:19.144 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-08-19T18:33:20.870Z | [ recovery-image] Aug 19 18:33:19.157 INFO O| Aug 19 18:33:19.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7365 | 2024-08-19T18:33:20.870Z | [ recovery-image] Aug 19 18:33:19.157 INFO O| Aug 19 18:33:19.157 INFO STEP 1163 (remove_files) COMPLETE |
7366 | 2024-08-19T18:33:20.870Z | [ recovery-image] Aug 19 18:33:19.157 INFO O| Aug 19 18:33:19.157 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-08-19T18:33:20.880Z | [ recovery-image] Aug 19 18:33:19.167 INFO O| Aug 19 18:33:19.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7368 | 2024-08-19T18:33:20.881Z | [ recovery-image] Aug 19 18:33:19.167 INFO O| Aug 19 18:33:19.167 INFO STEP 1164 (remove_files) COMPLETE |
7369 | 2024-08-19T18:33:20.883Z | [ recovery-image] Aug 19 18:33:19.167 INFO O| Aug 19 18:33:19.167 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-19T18:33:20.890Z | [ recovery-image] Aug 19 18:33:19.177 INFO O| Aug 19 18:33:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7371 | 2024-08-19T18:33:20.890Z | [ recovery-image] Aug 19 18:33:19.177 INFO O| Aug 19 18:33:19.177 INFO STEP 1165 (remove_files) COMPLETE |
7372 | 2024-08-19T18:33:20.891Z | [ recovery-image] Aug 19 18:33:19.177 INFO O| Aug 19 18:33:19.177 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-19T18:33:20.900Z | [ recovery-image] Aug 19 18:33:19.187 INFO O| Aug 19 18:33:19.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7374 | 2024-08-19T18:33:20.903Z | [ recovery-image] Aug 19 18:33:19.187 INFO O| Aug 19 18:33:19.187 INFO STEP 1166 (remove_files) COMPLETE |
7375 | 2024-08-19T18:33:20.903Z | [ recovery-image] Aug 19 18:33:19.187 INFO O| Aug 19 18:33:19.187 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-19T18:33:20.910Z | [ recovery-image] Aug 19 18:33:19.197 INFO O| Aug 19 18:33:19.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7377 | 2024-08-19T18:33:20.910Z | [ recovery-image] Aug 19 18:33:19.197 INFO O| Aug 19 18:33:19.197 INFO STEP 1167 (remove_files) COMPLETE |
7378 | 2024-08-19T18:33:20.910Z | [ recovery-image] Aug 19 18:33:19.197 INFO O| Aug 19 18:33:19.197 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-19T18:33:20.920Z | [ recovery-image] Aug 19 18:33:19.206 INFO O| Aug 19 18:33:19.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7380 | 2024-08-19T18:33:20.920Z | [ recovery-image] Aug 19 18:33:19.206 INFO O| Aug 19 18:33:19.206 INFO STEP 1168 (remove_files) COMPLETE |
7381 | 2024-08-19T18:33:20.920Z | [ recovery-image] Aug 19 18:33:19.206 INFO O| Aug 19 18:33:19.206 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-19T18:33:20.929Z | [ recovery-image] Aug 19 18:33:19.216 INFO O| Aug 19 18:33:19.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7383 | 2024-08-19T18:33:20.932Z | [ recovery-image] Aug 19 18:33:19.216 INFO O| Aug 19 18:33:19.216 INFO STEP 1169 (remove_files) COMPLETE |
7384 | 2024-08-19T18:33:20.932Z | [ recovery-image] Aug 19 18:33:19.216 INFO O| Aug 19 18:33:19.216 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-19T18:33:20.939Z | [ recovery-image] Aug 19 18:33:19.226 INFO O| Aug 19 18:33:19.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7386 | 2024-08-19T18:33:20.939Z | [ recovery-image] Aug 19 18:33:19.226 INFO O| Aug 19 18:33:19.226 INFO STEP 1170 (remove_files) COMPLETE |
7387 | 2024-08-19T18:33:20.941Z | [ recovery-image] Aug 19 18:33:19.226 INFO O| Aug 19 18:33:19.226 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-08-19T18:33:20.950Z | [ recovery-image] Aug 19 18:33:19.236 INFO O| Aug 19 18:33:19.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7389 | 2024-08-19T18:33:20.950Z | [ recovery-image] Aug 19 18:33:19.236 INFO O| Aug 19 18:33:19.236 INFO STEP 1171 (remove_files) COMPLETE |
7390 | 2024-08-19T18:33:20.950Z | [ recovery-image] Aug 19 18:33:19.236 INFO O| Aug 19 18:33:19.236 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-19T18:33:20.960Z | [ recovery-image] Aug 19 18:33:19.246 INFO O| Aug 19 18:33:19.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7392 | 2024-08-19T18:33:20.960Z | [ recovery-image] Aug 19 18:33:19.246 INFO O| Aug 19 18:33:19.246 INFO STEP 1172 (remove_files) COMPLETE |
7393 | 2024-08-19T18:33:20.963Z | [ recovery-image] Aug 19 18:33:19.247 INFO O| Aug 19 18:33:19.246 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-19T18:33:20.970Z | [ recovery-image] Aug 19 18:33:19.256 INFO O| Aug 19 18:33:19.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7395 | 2024-08-19T18:33:20.972Z | [ recovery-image] Aug 19 18:33:19.256 INFO O| Aug 19 18:33:19.256 INFO STEP 1173 (remove_files) COMPLETE |
7396 | 2024-08-19T18:33:20.972Z | [ recovery-image] Aug 19 18:33:19.257 INFO O| Aug 19 18:33:19.256 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-19T18:33:20.986Z | [ recovery-image] Aug 19 18:33:19.266 INFO O| Aug 19 18:33:19.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7398 | 2024-08-19T18:33:20.990Z | [ recovery-image] Aug 19 18:33:19.267 INFO O| Aug 19 18:33:19.267 INFO STEP 1174 (remove_files) COMPLETE |
7399 | 2024-08-19T18:33:20.990Z | [ recovery-image] Aug 19 18:33:19.267 INFO O| Aug 19 18:33:19.267 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-08-19T18:33:20.990Z | [ recovery-image] Aug 19 18:33:19.277 INFO O| Aug 19 18:33:19.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7401 | 2024-08-19T18:33:20.990Z | [ recovery-image] Aug 19 18:33:19.277 INFO O| Aug 19 18:33:19.277 INFO STEP 1175 (remove_files) COMPLETE |
7402 | 2024-08-19T18:33:20.990Z | [ recovery-image] Aug 19 18:33:19.277 INFO O| Aug 19 18:33:19.277 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-08-19T18:33:21.000Z | [ recovery-image] Aug 19 18:33:19.286 INFO O| Aug 19 18:33:19.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7404 | 2024-08-19T18:33:21.000Z | [ recovery-image] Aug 19 18:33:19.287 INFO O| Aug 19 18:33:19.286 INFO STEP 1176 (remove_files) COMPLETE |
7405 | 2024-08-19T18:33:21.000Z | [ recovery-image] Aug 19 18:33:19.287 INFO O| Aug 19 18:33:19.287 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-19T18:33:21.010Z | [ recovery-image] Aug 19 18:33:19.297 INFO O| Aug 19 18:33:19.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7407 | 2024-08-19T18:33:21.013Z | [ recovery-image] Aug 19 18:33:19.297 INFO O| Aug 19 18:33:19.297 INFO STEP 1177 (remove_files) COMPLETE |
7408 | 2024-08-19T18:33:21.013Z | [ recovery-image] Aug 19 18:33:19.297 INFO O| Aug 19 18:33:19.297 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-19T18:33:21.022Z | [ recovery-image] Aug 19 18:33:19.309 INFO O| Aug 19 18:33:19.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7410 | 2024-08-19T18:33:21.023Z | [ recovery-image] Aug 19 18:33:19.309 INFO O| Aug 19 18:33:19.309 INFO STEP 1178 (remove_files) COMPLETE |
7411 | 2024-08-19T18:33:21.026Z | [ recovery-image] Aug 19 18:33:19.309 INFO O| Aug 19 18:33:19.309 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-19T18:33:21.040Z | [ recovery-image] Aug 19 18:33:19.327 INFO O| Aug 19 18:33:19.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7413 | 2024-08-19T18:33:21.040Z | [ recovery-image] Aug 19 18:33:19.327 INFO O| Aug 19 18:33:19.327 INFO STEP 1179 (remove_files) COMPLETE |
7414 | 2024-08-19T18:33:21.040Z | [ recovery-image] Aug 19 18:33:19.327 INFO O| Aug 19 18:33:19.327 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-19T18:33:21.056Z | [ recovery-image] Aug 19 18:33:19.343 INFO O| Aug 19 18:33:19.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7416 | 2024-08-19T18:33:21.059Z | [ recovery-image] Aug 19 18:33:19.343 INFO O| Aug 19 18:33:19.343 INFO STEP 1180 (remove_files) COMPLETE |
7417 | 2024-08-19T18:33:21.059Z | [ recovery-image] Aug 19 18:33:19.343 INFO O| Aug 19 18:33:19.343 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-19T18:33:21.073Z | [ recovery-image] Aug 19 18:33:19.359 INFO O| Aug 19 18:33:19.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7419 | 2024-08-19T18:33:21.073Z | [ recovery-image] Aug 19 18:33:19.359 INFO O| Aug 19 18:33:19.359 INFO STEP 1181 (remove_files) COMPLETE |
7420 | 2024-08-19T18:33:21.073Z | [ recovery-image] Aug 19 18:33:19.359 INFO O| Aug 19 18:33:19.359 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-19T18:33:21.088Z | [ recovery-image] Aug 19 18:33:19.375 INFO O| Aug 19 18:33:19.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7422 | 2024-08-19T18:33:21.088Z | [ recovery-image] Aug 19 18:33:19.375 INFO O| Aug 19 18:33:19.375 INFO STEP 1182 (remove_files) COMPLETE |
7423 | 2024-08-19T18:33:21.089Z | [ recovery-image] Aug 19 18:33:19.375 INFO O| Aug 19 18:33:19.375 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-19T18:33:21.101Z | [ recovery-image] Aug 19 18:33:19.388 INFO O| Aug 19 18:33:19.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7425 | 2024-08-19T18:33:21.101Z | [ recovery-image] Aug 19 18:33:19.388 INFO O| Aug 19 18:33:19.388 INFO STEP 1183 (remove_files) COMPLETE |
7426 | 2024-08-19T18:33:21.101Z | [ recovery-image] Aug 19 18:33:19.388 INFO O| Aug 19 18:33:19.388 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7427 | 2024-08-19T18:33:21.114Z | [ recovery-image] Aug 19 18:33:19.400 INFO O| Aug 19 18:33:19.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7428 | 2024-08-19T18:33:21.114Z | [ recovery-image] Aug 19 18:33:19.400 INFO O| Aug 19 18:33:19.400 INFO STEP 1184 (remove_files) COMPLETE |
7429 | 2024-08-19T18:33:21.114Z | [ recovery-image] Aug 19 18:33:19.401 INFO O| Aug 19 18:33:19.400 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7430 | 2024-08-19T18:33:21.126Z | [ recovery-image] Aug 19 18:33:19.413 INFO O| Aug 19 18:33:19.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7431 | 2024-08-19T18:33:21.128Z | [ recovery-image] Aug 19 18:33:19.413 INFO O| Aug 19 18:33:19.413 INFO STEP 1185 (remove_files) COMPLETE |
7432 | 2024-08-19T18:33:21.128Z | [ recovery-image] Aug 19 18:33:19.413 INFO O| Aug 19 18:33:19.413 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7433 | 2024-08-19T18:33:21.138Z | [ recovery-image] Aug 19 18:33:19.424 INFO O| Aug 19 18:33:19.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7434 | 2024-08-19T18:33:21.138Z | [ recovery-image] Aug 19 18:33:19.424 INFO O| Aug 19 18:33:19.424 INFO STEP 1186 (remove_files) COMPLETE |
7435 | 2024-08-19T18:33:21.138Z | [ recovery-image] Aug 19 18:33:19.424 INFO O| Aug 19 18:33:19.424 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7436 | 2024-08-19T18:33:21.149Z | [ recovery-image] Aug 19 18:33:19.436 INFO O| Aug 19 18:33:19.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7437 | 2024-08-19T18:33:21.149Z | [ recovery-image] Aug 19 18:33:19.436 INFO O| Aug 19 18:33:19.436 INFO STEP 1187 (remove_files) COMPLETE |
7438 | 2024-08-19T18:33:21.152Z | [ recovery-image] Aug 19 18:33:19.436 INFO O| Aug 19 18:33:19.436 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7439 | 2024-08-19T18:33:21.160Z | [ recovery-image] Aug 19 18:33:19.447 INFO O| Aug 19 18:33:19.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7440 | 2024-08-19T18:33:21.163Z | [ recovery-image] Aug 19 18:33:19.447 INFO O| Aug 19 18:33:19.447 INFO STEP 1188 (remove_files) COMPLETE |
7441 | 2024-08-19T18:33:21.163Z | [ recovery-image] Aug 19 18:33:19.447 INFO O| Aug 19 18:33:19.447 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7442 | 2024-08-19T18:33:21.172Z | [ recovery-image] Aug 19 18:33:19.459 INFO O| Aug 19 18:33:19.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7443 | 2024-08-19T18:33:21.172Z | [ recovery-image] Aug 19 18:33:19.459 INFO O| Aug 19 18:33:19.459 INFO STEP 1189 (remove_files) COMPLETE |
7444 | 2024-08-19T18:33:21.174Z | [ recovery-image] Aug 19 18:33:19.459 INFO O| Aug 19 18:33:19.459 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7445 | 2024-08-19T18:33:21.183Z | [ recovery-image] Aug 19 18:33:19.470 INFO O| Aug 19 18:33:19.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7446 | 2024-08-19T18:33:21.183Z | [ recovery-image] Aug 19 18:33:19.470 INFO O| Aug 19 18:33:19.470 INFO STEP 1190 (remove_files) COMPLETE |
7447 | 2024-08-19T18:33:21.186Z | [ recovery-image] Aug 19 18:33:19.470 INFO O| Aug 19 18:33:19.470 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7448 | 2024-08-19T18:33:21.195Z | [ recovery-image] Aug 19 18:33:19.482 INFO O| Aug 19 18:33:19.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7449 | 2024-08-19T18:33:21.195Z | [ recovery-image] Aug 19 18:33:19.482 INFO O| Aug 19 18:33:19.482 INFO STEP 1191 (remove_files) COMPLETE |
7450 | 2024-08-19T18:33:21.198Z | [ recovery-image] Aug 19 18:33:19.482 INFO O| Aug 19 18:33:19.482 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7451 | 2024-08-19T18:33:21.208Z | [ recovery-image] Aug 19 18:33:19.494 INFO O| Aug 19 18:33:19.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7452 | 2024-08-19T18:33:21.208Z | [ recovery-image] Aug 19 18:33:19.494 INFO O| Aug 19 18:33:19.494 INFO STEP 1192 (remove_files) COMPLETE |
7453 | 2024-08-19T18:33:21.210Z | [ recovery-image] Aug 19 18:33:19.494 INFO O| Aug 19 18:33:19.494 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7454 | 2024-08-19T18:33:21.219Z | [ recovery-image] Aug 19 18:33:19.506 INFO O| Aug 19 18:33:19.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7455 | 2024-08-19T18:33:21.222Z | [ recovery-image] Aug 19 18:33:19.506 INFO O| Aug 19 18:33:19.506 INFO STEP 1193 (remove_files) COMPLETE |
7456 | 2024-08-19T18:33:21.222Z | [ recovery-image] Aug 19 18:33:19.506 INFO O| Aug 19 18:33:19.506 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7457 | 2024-08-19T18:33:21.231Z | [ recovery-image] Aug 19 18:33:19.517 INFO O| Aug 19 18:33:19.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7458 | 2024-08-19T18:33:21.231Z | [ recovery-image] Aug 19 18:33:19.518 INFO O| Aug 19 18:33:19.517 INFO STEP 1194 (remove_files) COMPLETE |
7459 | 2024-08-19T18:33:21.233Z | [ recovery-image] Aug 19 18:33:19.518 INFO O| Aug 19 18:33:19.518 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7460 | 2024-08-19T18:33:21.242Z | [ recovery-image] Aug 19 18:33:19.529 INFO O| Aug 19 18:33:19.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7461 | 2024-08-19T18:33:21.244Z | [ recovery-image] Aug 19 18:33:19.529 INFO O| Aug 19 18:33:19.529 INFO STEP 1195 (remove_files) COMPLETE |
7462 | 2024-08-19T18:33:21.244Z | [ recovery-image] Aug 19 18:33:19.529 INFO O| Aug 19 18:33:19.529 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7463 | 2024-08-19T18:33:21.253Z | [ recovery-image] Aug 19 18:33:19.540 INFO O| Aug 19 18:33:19.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7464 | 2024-08-19T18:33:21.256Z | [ recovery-image] Aug 19 18:33:19.540 INFO O| Aug 19 18:33:19.540 INFO STEP 1196 (remove_files) COMPLETE |
7465 | 2024-08-19T18:33:21.256Z | [ recovery-image] Aug 19 18:33:19.540 INFO O| Aug 19 18:33:19.540 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7466 | 2024-08-19T18:33:21.265Z | [ recovery-image] Aug 19 18:33:19.551 INFO O| Aug 19 18:33:19.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7467 | 2024-08-19T18:33:21.267Z | [ recovery-image] Aug 19 18:33:19.551 INFO O| Aug 19 18:33:19.551 INFO STEP 1197 (remove_files) COMPLETE |
7468 | 2024-08-19T18:33:21.267Z | [ recovery-image] Aug 19 18:33:19.552 INFO O| Aug 19 18:33:19.551 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7469 | 2024-08-19T18:33:21.276Z | [ recovery-image] Aug 19 18:33:19.562 INFO O| Aug 19 18:33:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7470 | 2024-08-19T18:33:21.284Z | [ recovery-image] Aug 19 18:33:19.562 INFO O| Aug 19 18:33:19.562 INFO STEP 1198 (remove_files) COMPLETE |
7471 | 2024-08-19T18:33:21.284Z | [ recovery-image] Aug 19 18:33:19.562 INFO O| Aug 19 18:33:19.562 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7472 | 2024-08-19T18:33:21.292Z | [ recovery-image] Aug 19 18:33:19.575 INFO O| Aug 19 18:33:19.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7473 | 2024-08-19T18:33:21.292Z | [ recovery-image] Aug 19 18:33:19.575 INFO O| Aug 19 18:33:19.575 INFO STEP 1199 (remove_files) COMPLETE |
7474 | 2024-08-19T18:33:21.292Z | [ recovery-image] Aug 19 18:33:19.575 INFO O| Aug 19 18:33:19.575 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7475 | 2024-08-19T18:33:21.300Z | [ recovery-image] Aug 19 18:33:19.586 INFO O| Aug 19 18:33:19.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7476 | 2024-08-19T18:33:21.302Z | [ recovery-image] Aug 19 18:33:19.587 INFO O| Aug 19 18:33:19.587 INFO STEP 1200 (remove_files) COMPLETE |
7477 | 2024-08-19T18:33:21.302Z | [ recovery-image] Aug 19 18:33:19.587 INFO O| Aug 19 18:33:19.587 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7478 | 2024-08-19T18:33:21.311Z | [ recovery-image] Aug 19 18:33:19.598 INFO O| Aug 19 18:33:19.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7479 | 2024-08-19T18:33:21.311Z | [ recovery-image] Aug 19 18:33:19.598 INFO O| Aug 19 18:33:19.598 INFO STEP 1201 (remove_files) COMPLETE |
7480 | 2024-08-19T18:33:21.314Z | [ recovery-image] Aug 19 18:33:19.598 INFO O| Aug 19 18:33:19.598 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7481 | 2024-08-19T18:33:21.323Z | [ recovery-image] Aug 19 18:33:19.610 INFO O| Aug 19 18:33:19.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7482 | 2024-08-19T18:33:21.326Z | [ recovery-image] Aug 19 18:33:19.610 INFO O| Aug 19 18:33:19.610 INFO STEP 1202 (remove_files) COMPLETE |
7483 | 2024-08-19T18:33:21.326Z | [ recovery-image] Aug 19 18:33:19.610 INFO O| Aug 19 18:33:19.610 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7484 | 2024-08-19T18:33:21.335Z | [ recovery-image] Aug 19 18:33:19.622 INFO O| Aug 19 18:33:19.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7485 | 2024-08-19T18:33:21.337Z | [ recovery-image] Aug 19 18:33:19.622 INFO O| Aug 19 18:33:19.622 INFO STEP 1203 (remove_files) COMPLETE |
7486 | 2024-08-19T18:33:21.337Z | [ recovery-image] Aug 19 18:33:19.622 INFO O| Aug 19 18:33:19.622 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-08-19T18:33:21.347Z | [ recovery-image] Aug 19 18:33:19.634 INFO O| Aug 19 18:33:19.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7488 | 2024-08-19T18:33:21.349Z | [ recovery-image] Aug 19 18:33:19.634 INFO O| Aug 19 18:33:19.634 INFO STEP 1204 (remove_files) COMPLETE |
7489 | 2024-08-19T18:33:21.349Z | [ recovery-image] Aug 19 18:33:19.634 INFO O| Aug 19 18:33:19.634 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-08-19T18:33:21.358Z | [ recovery-image] Aug 19 18:33:19.645 INFO O| Aug 19 18:33:19.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7491 | 2024-08-19T18:33:21.361Z | [ recovery-image] Aug 19 18:33:19.645 INFO O| Aug 19 18:33:19.645 INFO STEP 1205 (remove_files) COMPLETE |
7492 | 2024-08-19T18:33:21.361Z | [ recovery-image] Aug 19 18:33:19.645 INFO O| Aug 19 18:33:19.645 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-08-19T18:33:21.371Z | [ recovery-image] Aug 19 18:33:19.657 INFO O| Aug 19 18:33:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7494 | 2024-08-19T18:33:21.371Z | [ recovery-image] Aug 19 18:33:19.658 INFO O| Aug 19 18:33:19.657 INFO STEP 1206 (remove_files) COMPLETE |
7495 | 2024-08-19T18:33:21.374Z | [ recovery-image] Aug 19 18:33:19.658 INFO O| Aug 19 18:33:19.657 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7496 | 2024-08-19T18:33:21.388Z | [ recovery-image] Aug 19 18:33:19.675 INFO O| Aug 19 18:33:19.675 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7497 | 2024-08-19T18:33:21.388Z | [ recovery-image] Aug 19 18:33:19.675 INFO O| Aug 19 18:33:19.675 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7498 | 2024-08-19T18:33:22.222Z | [ recovery-image] Aug 19 18:33:20.509 INFO O| Aug 19 18:33:20.509 INFO STEP 1207 (pack_tar) COMPLETE |
7499 | 2024-08-19T18:33:22.222Z | [ recovery-image] Aug 19 18:33:20.509 INFO O| Aug 19 18:33:20.509 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7500 | 2024-08-19T18:33:22.222Z | [ recovery-image] Aug 19 18:33:20.509 INFO O| Aug 19 18:33:20.509 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7501 | 2024-08-19T18:33:22.874Z | [ recovery-image] Aug 19 18:33:21.160 INFO O| Aug 19 18:33:21.160 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7502 | 2024-08-19T18:33:22.948Z | [ recovery-image] Aug 19 18:33:21.234 INFO O| Aug 19 18:33:21.234 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7503 | 2024-08-19T18:33:22.959Z | [ recovery-image] Aug 19 18:33:21.241 INFO image builder template: zfs-recovery... |
7504 | 2024-08-19T18:33:22.962Z | [ recovery-image] Aug 19 18:33:21.241 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/.tmplUy9tx/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 |
7505 | 2024-08-19T18:33:22.987Z | [ recovery-image] Aug 19 18:33:21.274 INFO O| Aug 19 18:33:21.273 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7506 | 2024-08-19T18:33:22.992Z | [ recovery-image] Aug 19 18:33:21.279 INFO O| Aug 19 18:33:21.278 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7507 | 2024-08-19T18:33:23.064Z | [ recovery-image] Aug 19 18:33:21.350 INFO O| Aug 19 18:33:21.350 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7508 | 2024-08-19T18:33:23.126Z | [ recovery-image] Aug 19 18:33:21.412 INFO O| Aug 19 18:33:21.412 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7509 | 2024-08-19T18:33:23.126Z | [ recovery-image] Aug 19 18:33:21.412 INFO O| Aug 19 18:33:21.412 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7510 | 2024-08-19T18:33:23.130Z | [ recovery-image] Aug 19 18:33:21.416 INFO O| Aug 19 18:33:21.416 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7511 | 2024-08-19T18:33:23.214Z | [ recovery-image] Aug 19 18:33:21.501 INFO O| Aug 19 18:33:21.500 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7512 | 2024-08-19T18:33:23.277Z | [ recovery-image] Aug 19 18:33:21.563 INFO O| Aug 19 18:33:21.563 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7513 | 2024-08-19T18:33:23.287Z | [ recovery-image] Aug 19 18:33:21.573 INFO O| Aug 19 18:33:21.573 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7514 | 2024-08-19T18:33:23.292Z | [ recovery-image] Aug 19 18:33:21.578 INFO O| Aug 19 18:33:21.578 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7515 | 2024-08-19T18:33:23.294Z | [ recovery-image] Aug 19 18:33:21.580 INFO O| Aug 19 18:33:21.580 INFO no lofi found |
7516 | 2024-08-19T18:33:23.294Z | [ recovery-image] Aug 19 18:33:21.580 INFO O| Aug 19 18:33:21.580 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7517 | 2024-08-19T18:33:23.294Z | [ recovery-image] Aug 19 18:33:21.580 INFO O| Aug 19 18:33:21.580 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7518 | 2024-08-19T18:33:23.747Z | [ host-image] Aug 19 18:33:22.033 INFO O| Aug 19 18:33:22.033 INFO O| Actions: Completed 49260 actions in 14.88 seconds. |
7519 | 2024-08-19T18:33:24.071Z | [ host-image] Aug 19 18:33:22.357 INFO O| Aug 19 18:33:22.357 INFO O| Done |
7520 | 2024-08-19T18:33:24.071Z | [ host-image] Aug 19 18:33:22.357 INFO O| Aug 19 18:33:22.357 INFO O| Done |
7521 | 2024-08-19T18:33:24.543Z | [ host-image] Aug 19 18:33:22.829 INFO O| Aug 19 18:33:22.829 INFO O| Done |
7522 | 2024-08-19T18:33:25.668Z | [ host-image] Aug 19 18:33:23.954 INFO O| Aug 19 18:33:23.954 INFO O| Done |
7523 | 2024-08-19T18:33:25.690Z | [ host-image] Aug 19 18:33:23.976 INFO O| Aug 19 18:33:23.976 INFO O| Done |
7524 | 2024-08-19T18:33:25.724Z | [ recovery-image] Aug 19 18:33:24.010 INFO O| Aug 19 18:33:24.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7525 | 2024-08-19T18:33:25.724Z | [ recovery-image] Aug 19 18:33:24.010 INFO O| Aug 19 18:33:24.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7526 | 2024-08-19T18:33:25.724Z | [ recovery-image] Aug 19 18:33:24.010 INFO O| Aug 19 18:33:24.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"] |
7527 | 2024-08-19T18:33:25.806Z | [ recovery-image] Aug 19 18:33:24.092 INFO O| Aug 19 18:33:24.091 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7528 | 2024-08-19T18:33:25.806Z | [ recovery-image] Aug 19 18:33:24.092 INFO O| Aug 19 18:33:24.092 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7529 | 2024-08-19T18:33:25.830Z | [ recovery-image] Aug 19 18:33:24.116 INFO O| Aug 19 18:33:24.116 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7530 | 2024-08-19T18:33:25.898Z | [ recovery-image] Aug 19 18:33:24.184 INFO O| Aug 19 18:33:24.184 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7531 | 2024-08-19T18:33:25.937Z | [ recovery-image] Aug 19 18:33:24.223 INFO O| Aug 19 18:33:24.223 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7532 | 2024-08-19T18:33:25.954Z | [ recovery-image] Aug 19 18:33:24.240 INFO O| Aug 19 18:33:24.240 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7533 | 2024-08-19T18:33:25.966Z | [ recovery-image] Aug 19 18:33:24.252 INFO O| Aug 19 18:33:24.252 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7534 | 2024-08-19T18:33:26.017Z | [ recovery-image] Aug 19 18:33:24.303 INFO O| Aug 19 18:33:24.302 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7535 | 2024-08-19T18:33:26.017Z | [ recovery-image] Aug 19 18:33:24.303 INFO O| Aug 19 18:33:24.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7536 | 2024-08-19T18:33:26.019Z | [ recovery-image] Aug 19 18:33:24.303 INFO O| Aug 19 18:33:24.303 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7537 | 2024-08-19T18:33:26.034Z | [ recovery-image] Aug 19 18:33:24.320 INFO O| Aug 19 18:33:24.320 INFO boot environment UUID: b1055850-425f-41a8-907f-d883baa1ba9b |
7538 | 2024-08-19T18:33:26.034Z | [ recovery-image] Aug 19 18:33:24.320 INFO O| Aug 19 18:33:24.320 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b1055850-425f-41a8-907f-d883baa1ba9b |
7539 | 2024-08-19T18:33:26.046Z | [ recovery-image] Aug 19 18:33:24.332 INFO O| Aug 19 18:33:24.332 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7540 | 2024-08-19T18:33:26.057Z | [ recovery-image] Aug 19 18:33:24.344 INFO O| Aug 19 18:33:24.343 INFO STEP 0 (create_be) COMPLETE |
7541 | 2024-08-19T18:33:26.057Z | [ recovery-image] Aug 19 18:33:24.344 INFO O| Aug 19 18:33:24.344 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7542 | 2024-08-19T18:33:26.075Z | [ recovery-image] Aug 19 18:33:24.361 INFO O| Aug 19 18:33:24.361 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"] |
7543 | 2024-08-19T18:33:28.197Z | [ recovery-image] Aug 19 18:33:26.483 INFO O| Aug 19 18:33:26.482 INFO STEP 1 (unpack_tar) COMPLETE |
7544 | 2024-08-19T18:33:28.197Z | [ recovery-image] Aug 19 18:33:26.483 INFO O| Aug 19 18:33:26.483 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7545 | 2024-08-19T18:33:28.210Z | [ recovery-image] Aug 19 18:33:26.496 INFO O| Aug 19 18:33:26.496 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7546 | 2024-08-19T18:33:28.656Z | [ recovery-image] Aug 19 18:33:26.941 INFO O| Aug 19 18:33:26.941 INFO STEP 2 (devfsadm) COMPLETE |
7547 | 2024-08-19T18:33:28.656Z | [ recovery-image] Aug 19 18:33:26.941 INFO O| Aug 19 18:33:26.941 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7548 | 2024-08-19T18:33:28.671Z | [ recovery-image] Aug 19 18:33:26.957 INFO O| Aug 19 18:33:26.957 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7549 | 2024-08-19T18:33:28.671Z | [ recovery-image] Aug 19 18:33:26.957 INFO O| Aug 19 18:33:26.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7550 | 2024-08-19T18:33:28.673Z | [ recovery-image] Aug 19 18:33:26.957 INFO O| Aug 19 18:33:26.957 INFO STEP 3 (ensure_dir) COMPLETE |
7551 | 2024-08-19T18:33:28.674Z | [ recovery-image] Aug 19 18:33:26.957 INFO O| Aug 19 18:33:26.957 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7552 | 2024-08-19T18:33:28.683Z | [ recovery-image] Aug 19 18:33:26.969 INFO O| Aug 19 18:33:26.969 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7553 | 2024-08-19T18:33:28.683Z | [ recovery-image] Aug 19 18:33:26.969 INFO O| Aug 19 18:33:26.969 INFO STEP 4 (ensure_dir) COMPLETE |
7554 | 2024-08-19T18:33:28.683Z | [ recovery-image] Aug 19 18:33:26.969 INFO O| Aug 19 18:33:26.969 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7555 | 2024-08-19T18:33:28.695Z | [ recovery-image] Aug 19 18:33:26.981 INFO O| Aug 19 18:33:26.981 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7556 | 2024-08-19T18:33:28.695Z | [ recovery-image] Aug 19 18:33:26.981 INFO O| Aug 19 18:33:26.981 INFO STEP 5 (ensure_dir) COMPLETE |
7557 | 2024-08-19T18:33:28.698Z | [ recovery-image] Aug 19 18:33:26.981 INFO O| Aug 19 18:33:26.981 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7558 | 2024-08-19T18:33:28.708Z | [ recovery-image] Aug 19 18:33:26.993 INFO O| Aug 19 18:33:26.993 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7559 | 2024-08-19T18:33:28.708Z | [ recovery-image] Aug 19 18:33:26.994 INFO O| Aug 19 18:33:26.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7560 | 2024-08-19T18:33:28.708Z | [ recovery-image] Aug 19 18:33:26.994 INFO O| Aug 19 18:33:26.994 INFO STEP 6 (ensure_dir) COMPLETE |
7561 | 2024-08-19T18:33:28.710Z | [ recovery-image] Aug 19 18:33:26.994 INFO O| Aug 19 18:33:26.994 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7562 | 2024-08-19T18:33:28.720Z | [ recovery-image] Aug 19 18:33:27.006 INFO O| Aug 19 18:33:27.006 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7563 | 2024-08-19T18:33:28.720Z | [ recovery-image] Aug 19 18:33:27.006 INFO O| Aug 19 18:33:27.006 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7564 | 2024-08-19T18:33:28.720Z | [ recovery-image] Aug 19 18:33:27.006 INFO O| Aug 19 18:33:27.006 INFO STEP 7 (ensure_dir) COMPLETE |
7565 | 2024-08-19T18:33:28.722Z | [ recovery-image] Aug 19 18:33:27.006 INFO O| Aug 19 18:33:27.006 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7566 | 2024-08-19T18:33:28.732Z | [ recovery-image] Aug 19 18:33:27.018 INFO O| Aug 19 18:33:27.018 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7567 | 2024-08-19T18:33:28.735Z | [ recovery-image] Aug 19 18:33:27.018 INFO O| Aug 19 18:33:27.018 INFO STEP 8 (remove_files) COMPLETE |
7568 | 2024-08-19T18:33:28.735Z | [ recovery-image] Aug 19 18:33:27.018 INFO O| Aug 19 18:33:27.018 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7569 | 2024-08-19T18:33:28.744Z | [ recovery-image] Aug 19 18:33:27.030 INFO O| Aug 19 18:33:27.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7570 | 2024-08-19T18:33:28.747Z | [ recovery-image] Aug 19 18:33:27.031 INFO O| Aug 19 18:33:27.031 INFO STEP 9 (remove_files) COMPLETE |
7571 | 2024-08-19T18:33:28.747Z | [ recovery-image] Aug 19 18:33:27.031 INFO O| Aug 19 18:33:27.031 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7572 | 2024-08-19T18:33:28.757Z | [ recovery-image] Aug 19 18:33:27.043 INFO O| Aug 19 18:33:27.043 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7573 | 2024-08-19T18:33:28.759Z | [ recovery-image] Aug 19 18:33:27.044 INFO O| Aug 19 18:33:27.044 INFO STEP 10 (remove_files) COMPLETE |
7574 | 2024-08-19T18:33:28.759Z | [ recovery-image] Aug 19 18:33:27.044 INFO O| Aug 19 18:33:27.044 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7575 | 2024-08-19T18:33:28.769Z | [ recovery-image] Aug 19 18:33:27.055 INFO O| Aug 19 18:33:27.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7576 | 2024-08-19T18:33:28.771Z | [ recovery-image] Aug 19 18:33:27.055 INFO O| Aug 19 18:33:27.055 INFO STEP 11 (remove_files) COMPLETE |
7577 | 2024-08-19T18:33:28.771Z | [ recovery-image] Aug 19 18:33:27.055 INFO O| Aug 19 18:33:27.055 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7578 | 2024-08-19T18:33:28.781Z | [ recovery-image] Aug 19 18:33:27.067 INFO O| Aug 19 18:33:27.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7579 | 2024-08-19T18:33:28.781Z | [ recovery-image] Aug 19 18:33:27.067 INFO O| Aug 19 18:33:27.067 INFO STEP 12 (remove_files) COMPLETE |
7580 | 2024-08-19T18:33:28.783Z | [ recovery-image] Aug 19 18:33:27.067 INFO O| Aug 19 18:33:27.067 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7581 | 2024-08-19T18:33:28.797Z | [ recovery-image] Aug 19 18:33:27.081 INFO O| Aug 19 18:33:27.080 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7582 | 2024-08-19T18:33:28.797Z | [ recovery-image] Aug 19 18:33:27.081 INFO O| Aug 19 18:33:27.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7583 | 2024-08-19T18:33:28.797Z | [ recovery-image] Aug 19 18:33:27.081 INFO O| Aug 19 18:33:27.080 INFO STEP 13 (ensure_dir) COMPLETE |
7584 | 2024-08-19T18:33:28.798Z | [ recovery-image] Aug 19 18:33:27.081 INFO O| Aug 19 18:33:27.080 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7585 | 2024-08-19T18:33:28.830Z | [ recovery-image] Aug 19 18:33:27.115 INFO O| Aug 19 18:33:27.113 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7586 | 2024-08-19T18:33:28.830Z | [ recovery-image] Aug 19 18:33:27.115 INFO O| Aug 19 18:33:27.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7587 | 2024-08-19T18:33:28.830Z | [ recovery-image] Aug 19 18:33:27.115 INFO O| Aug 19 18:33:27.113 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7588 | 2024-08-19T18:33:28.830Z | [ recovery-image] Aug 19 18:33:27.115 INFO O| Aug 19 18:33:27.113 INFO STEP 14 (ensure_dir) COMPLETE |
7589 | 2024-08-19T18:33:28.830Z | [ recovery-image] Aug 19 18:33:27.115 INFO O| Aug 19 18:33:27.113 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7590 | 2024-08-19T18:33:28.852Z | [ recovery-image] Aug 19 18:33:27.136 INFO O| Aug 19 18:33:27.135 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7591 | 2024-08-19T18:33:28.852Z | [ recovery-image] Aug 19 18:33:27.136 INFO O| Aug 19 18:33:27.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7592 | 2024-08-19T18:33:28.852Z | [ recovery-image] Aug 19 18:33:27.136 INFO O| Aug 19 18:33:27.136 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7593 | 2024-08-19T18:33:28.852Z | [ recovery-image] Aug 19 18:33:27.137 INFO O| Aug 19 18:33:27.136 INFO STEP 15 (ensure_dir) COMPLETE |
7594 | 2024-08-19T18:33:28.852Z | [ recovery-image] Aug 19 18:33:27.137 INFO O| Aug 19 18:33:27.136 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7595 | 2024-08-19T18:33:28.874Z | [ recovery-image] Aug 19 18:33:27.158 INFO O| Aug 19 18:33:27.157 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7596 | 2024-08-19T18:33:28.874Z | [ recovery-image] Aug 19 18:33:27.159 INFO O| Aug 19 18:33:27.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7597 | 2024-08-19T18:33:28.874Z | [ recovery-image] Aug 19 18:33:27.159 INFO O| Aug 19 18:33:27.158 INFO STEP 16 (ensure_dir) COMPLETE |
7598 | 2024-08-19T18:33:28.876Z | [ recovery-image] Aug 19 18:33:27.159 INFO O| Aug 19 18:33:27.158 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7599 | 2024-08-19T18:33:28.900Z | [ recovery-image] Aug 19 18:33:27.183 INFO O| Aug 19 18:33:27.181 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7600 | 2024-08-19T18:33:28.900Z | [ recovery-image] Aug 19 18:33:27.183 INFO O| Aug 19 18:33:27.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7601 | 2024-08-19T18:33:28.900Z | [ recovery-image] Aug 19 18:33:27.183 INFO O| Aug 19 18:33:27.181 INFO STEP 17 (ensure_dir) COMPLETE |
7602 | 2024-08-19T18:33:28.903Z | [ recovery-image] Aug 19 18:33:27.183 INFO O| Aug 19 18:33:27.181 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7603 | 2024-08-19T18:33:28.920Z | [ recovery-image] Aug 19 18:33:27.206 INFO O| Aug 19 18:33:27.205 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7604 | 2024-08-19T18:33:28.920Z | [ recovery-image] Aug 19 18:33:27.206 INFO O| Aug 19 18:33:27.205 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7605 | 2024-08-19T18:33:28.920Z | [ recovery-image] Aug 19 18:33:27.206 INFO O| Aug 19 18:33:27.205 INFO ok! |
7606 | 2024-08-19T18:33:28.922Z | [ recovery-image] Aug 19 18:33:27.206 INFO O| Aug 19 18:33:27.205 INFO STEP 18 (ensure_symlink) COMPLETE |
7607 | 2024-08-19T18:33:28.922Z | [ recovery-image] Aug 19 18:33:27.206 INFO O| Aug 19 18:33:27.205 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7608 | 2024-08-19T18:33:28.936Z | [ recovery-image] Aug 19 18:33:27.221 INFO O| Aug 19 18:33:27.221 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7609 | 2024-08-19T18:33:28.936Z | [ recovery-image] Aug 19 18:33:27.221 INFO O| Aug 19 18:33:27.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7610 | 2024-08-19T18:33:28.936Z | [ recovery-image] Aug 19 18:33:27.221 INFO O| Aug 19 18:33:27.221 INFO ok! |
7611 | 2024-08-19T18:33:28.938Z | [ recovery-image] Aug 19 18:33:27.221 INFO O| Aug 19 18:33:27.221 INFO STEP 19 (ensure_file) COMPLETE |
7612 | 2024-08-19T18:33:28.938Z | [ recovery-image] Aug 19 18:33:27.221 INFO O| Aug 19 18:33:27.221 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7613 | 2024-08-19T18:33:28.951Z | [ recovery-image] Aug 19 18:33:27.237 INFO O| Aug 19 18:33:27.236 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7614 | 2024-08-19T18:33:28.951Z | [ recovery-image] Aug 19 18:33:27.237 INFO O| Aug 19 18:33:27.236 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7615 | 2024-08-19T18:33:28.951Z | [ recovery-image] Aug 19 18:33:27.237 INFO O| Aug 19 18:33:27.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7616 | 2024-08-19T18:33:28.953Z | [ recovery-image] Aug 19 18:33:27.237 INFO O| Aug 19 18:33:27.237 INFO ok! |
7617 | 2024-08-19T18:33:28.954Z | [ recovery-image] Aug 19 18:33:27.237 INFO O| Aug 19 18:33:27.237 INFO STEP 20 (ensure_symlink) COMPLETE |
7618 | 2024-08-19T18:33:28.954Z | [ recovery-image] Aug 19 18:33:27.237 INFO O| Aug 19 18:33:27.237 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7619 | 2024-08-19T18:33:28.967Z | [ recovery-image] Aug 19 18:33:27.253 INFO O| Aug 19 18:33:27.253 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7620 | 2024-08-19T18:33:28.967Z | [ recovery-image] Aug 19 18:33:27.253 INFO O| Aug 19 18:33:27.253 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7621 | 2024-08-19T18:33:28.967Z | [ recovery-image] Aug 19 18:33:27.253 INFO O| Aug 19 18:33:27.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7622 | 2024-08-19T18:33:28.970Z | [ recovery-image] Aug 19 18:33:27.253 INFO O| Aug 19 18:33:27.253 INFO ok! |
7623 | 2024-08-19T18:33:28.970Z | [ recovery-image] Aug 19 18:33:27.253 INFO O| Aug 19 18:33:27.253 INFO STEP 21 (ensure_symlink) COMPLETE |
7624 | 2024-08-19T18:33:28.970Z | [ recovery-image] Aug 19 18:33:27.253 INFO O| Aug 19 18:33:27.253 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7625 | 2024-08-19T18:33:28.982Z | [ recovery-image] Aug 19 18:33:27.268 INFO O| Aug 19 18:33:27.268 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7626 | 2024-08-19T18:33:28.982Z | [ recovery-image] Aug 19 18:33:27.268 INFO O| Aug 19 18:33:27.268 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7627 | 2024-08-19T18:33:28.982Z | [ recovery-image] Aug 19 18:33:27.268 INFO O| Aug 19 18:33:27.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7628 | 2024-08-19T18:33:28.985Z | [ recovery-image] Aug 19 18:33:27.268 INFO O| Aug 19 18:33:27.268 INFO ok! |
7629 | 2024-08-19T18:33:28.985Z | [ recovery-image] Aug 19 18:33:27.268 INFO O| Aug 19 18:33:27.268 INFO STEP 22 (ensure_symlink) COMPLETE |
7630 | 2024-08-19T18:33:28.985Z | [ recovery-image] Aug 19 18:33:27.268 INFO O| Aug 19 18:33:27.268 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7631 | 2024-08-19T18:33:28.997Z | [ recovery-image] Aug 19 18:33:27.283 INFO O| Aug 19 18:33:27.283 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7632 | 2024-08-19T18:33:28.997Z | [ recovery-image] Aug 19 18:33:27.283 INFO O| Aug 19 18:33:27.283 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7633 | 2024-08-19T18:33:28.997Z | [ recovery-image] Aug 19 18:33:27.283 INFO O| Aug 19 18:33:27.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7634 | 2024-08-19T18:33:29.000Z | [ recovery-image] Aug 19 18:33:27.283 INFO O| Aug 19 18:33:27.283 INFO ok! |
7635 | 2024-08-19T18:33:29.000Z | [ recovery-image] Aug 19 18:33:27.283 INFO O| Aug 19 18:33:27.283 INFO STEP 23 (ensure_symlink) COMPLETE |
7636 | 2024-08-19T18:33:29.000Z | [ recovery-image] Aug 19 18:33:27.283 INFO O| Aug 19 18:33:27.283 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7637 | 2024-08-19T18:33:29.011Z | [ recovery-image] Aug 19 18:33:27.297 INFO O| Aug 19 18:33:27.296 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7638 | 2024-08-19T18:33:29.011Z | [ recovery-image] Aug 19 18:33:27.297 INFO O| Aug 19 18:33:27.297 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 ... |
7639 | 2024-08-19T18:33:29.013Z | [ recovery-image] Aug 19 18:33:27.297 INFO O| Aug 19 18:33:27.297 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7640 | 2024-08-19T18:33:29.013Z | [ recovery-image] Aug 19 18:33:27.297 INFO O| Aug 19 18:33:27.297 INFO ok! |
7641 | 2024-08-19T18:33:29.013Z | [ recovery-image] Aug 19 18:33:27.297 INFO O| Aug 19 18:33:27.297 INFO STEP 24 (ensure_file) COMPLETE |
7642 | 2024-08-19T18:33:29.013Z | [ recovery-image] Aug 19 18:33:27.297 INFO O| Aug 19 18:33:27.297 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7643 | 2024-08-19T18:33:29.026Z | [ recovery-image] Aug 19 18:33:27.312 INFO O| Aug 19 18:33:27.312 INFO updating shadow file |
7644 | 2024-08-19T18:33:29.029Z | [ recovery-image] Aug 19 18:33:27.312 INFO O| Aug 19 18:33:27.312 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7645 | 2024-08-19T18:33:29.029Z | [ recovery-image] Aug 19 18:33:27.312 INFO O| Aug 19 18:33:27.312 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7646 | 2024-08-19T18:33:29.029Z | [ recovery-image] Aug 19 18:33:27.313 INFO O| Aug 19 18:33:27.312 INFO STEP 25 (shadow) COMPLETE |
7647 | 2024-08-19T18:33:29.029Z | [ recovery-image] Aug 19 18:33:27.313 INFO O| Aug 19 18:33:27.312 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7648 | 2024-08-19T18:33:29.039Z | [ recovery-image] Aug 19 18:33:27.325 INFO O| Aug 19 18:33:27.325 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7649 | 2024-08-19T18:33:29.040Z | [ recovery-image] Aug 19 18:33:27.325 INFO O| Aug 19 18:33:27.325 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7650 | 2024-08-19T18:33:29.042Z | [ recovery-image] Aug 19 18:33:27.326 INFO O| Aug 19 18:33:27.325 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7651 | 2024-08-19T18:33:29.042Z | [ recovery-image] Aug 19 18:33:27.326 INFO O| Aug 19 18:33:27.326 INFO ok! |
7652 | 2024-08-19T18:33:29.042Z | [ recovery-image] Aug 19 18:33:27.326 INFO O| Aug 19 18:33:27.326 INFO STEP 26 (ensure_file) COMPLETE |
7653 | 2024-08-19T18:33:29.042Z | [ recovery-image] Aug 19 18:33:27.326 INFO O| Aug 19 18:33:27.326 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7654 | 2024-08-19T18:33:29.053Z | [ recovery-image] Aug 19 18:33:27.339 INFO O| Aug 19 18:33:27.339 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7655 | 2024-08-19T18:33:29.053Z | [ recovery-image] Aug 19 18:33:27.339 INFO O| Aug 19 18:33:27.339 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7656 | 2024-08-19T18:33:29.053Z | [ recovery-image] Aug 19 18:33:27.339 INFO O| Aug 19 18:33:27.339 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7657 | 2024-08-19T18:33:29.055Z | [ recovery-image] Aug 19 18:33:27.339 INFO O| Aug 19 18:33:27.339 INFO ok! |
7658 | 2024-08-19T18:33:29.055Z | [ recovery-image] Aug 19 18:33:27.339 INFO O| Aug 19 18:33:27.339 INFO STEP 27 (ensure_file) COMPLETE |
7659 | 2024-08-19T18:33:29.055Z | [ recovery-image] Aug 19 18:33:27.339 INFO O| Aug 19 18:33:27.339 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7660 | 2024-08-19T18:33:29.067Z | [ recovery-image] Aug 19 18:33:27.352 INFO O| Aug 19 18:33:27.352 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7661 | 2024-08-19T18:33:29.067Z | [ recovery-image] Aug 19 18:33:27.352 INFO O| Aug 19 18:33:27.352 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7662 | 2024-08-19T18:33:29.069Z | [ recovery-image] Aug 19 18:33:27.353 INFO O| Aug 19 18:33:27.353 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7663 | 2024-08-19T18:33:29.069Z | [ recovery-image] Aug 19 18:33:27.353 INFO O| Aug 19 18:33:27.353 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7664 | 2024-08-19T18:33:29.069Z | [ recovery-image] Aug 19 18:33:27.353 INFO O| Aug 19 18:33:27.353 INFO ok! |
7665 | 2024-08-19T18:33:29.069Z | [ recovery-image] Aug 19 18:33:27.353 INFO O| Aug 19 18:33:27.353 INFO STEP 28 (ensure_file) COMPLETE |
7666 | 2024-08-19T18:33:29.069Z | [ recovery-image] Aug 19 18:33:27.353 INFO O| Aug 19 18:33:27.353 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7667 | 2024-08-19T18:33:29.080Z | [ recovery-image] Aug 19 18:33:27.366 INFO O| Aug 19 18:33:27.366 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7668 | 2024-08-19T18:33:29.080Z | [ recovery-image] Aug 19 18:33:27.366 INFO O| Aug 19 18:33:27.366 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7669 | 2024-08-19T18:33:29.080Z | [ recovery-image] Aug 19 18:33:27.366 INFO O| Aug 19 18:33:27.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7670 | 2024-08-19T18:33:29.082Z | [ recovery-image] Aug 19 18:33:27.366 INFO O| Aug 19 18:33:27.366 INFO ok! |
7671 | 2024-08-19T18:33:29.082Z | [ recovery-image] Aug 19 18:33:27.366 INFO O| Aug 19 18:33:27.366 INFO STEP 29 (ensure_file) COMPLETE |
7672 | 2024-08-19T18:33:29.082Z | [ recovery-image] Aug 19 18:33:27.366 INFO O| Aug 19 18:33:27.366 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7673 | 2024-08-19T18:33:29.093Z | [ recovery-image] Aug 19 18:33:27.379 INFO O| Aug 19 18:33:27.379 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7674 | 2024-08-19T18:33:29.093Z | [ recovery-image] Aug 19 18:33:27.379 INFO O| Aug 19 18:33:27.379 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7675 | 2024-08-19T18:33:29.096Z | [ recovery-image] Aug 19 18:33:27.379 INFO O| Aug 19 18:33:27.379 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7676 | 2024-08-19T18:33:29.096Z | [ recovery-image] Aug 19 18:33:27.379 INFO O| Aug 19 18:33:27.379 INFO ok! |
7677 | 2024-08-19T18:33:29.096Z | [ recovery-image] Aug 19 18:33:27.379 INFO O| Aug 19 18:33:27.379 INFO STEP 30 (ensure_file) COMPLETE |
7678 | 2024-08-19T18:33:29.096Z | [ recovery-image] Aug 19 18:33:27.379 INFO O| Aug 19 18:33:27.379 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7679 | 2024-08-19T18:33:29.106Z | [ recovery-image] Aug 19 18:33:27.392 INFO O| Aug 19 18:33:27.392 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7680 | 2024-08-19T18:33:29.106Z | [ recovery-image] Aug 19 18:33:27.392 INFO O| Aug 19 18:33:27.392 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7681 | 2024-08-19T18:33:29.109Z | [ recovery-image] Aug 19 18:33:27.392 INFO O| Aug 19 18:33:27.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7682 | 2024-08-19T18:33:29.109Z | [ recovery-image] Aug 19 18:33:27.393 INFO O| Aug 19 18:33:27.392 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7683 | 2024-08-19T18:33:29.109Z | [ recovery-image] Aug 19 18:33:27.393 INFO O| Aug 19 18:33:27.392 INFO ok! |
7684 | 2024-08-19T18:33:29.109Z | [ recovery-image] Aug 19 18:33:27.393 INFO O| Aug 19 18:33:27.393 INFO STEP 31 (ensure_file) COMPLETE |
7685 | 2024-08-19T18:33:29.109Z | [ recovery-image] Aug 19 18:33:27.393 INFO O| Aug 19 18:33:27.393 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7686 | 2024-08-19T18:33:29.120Z | [ recovery-image] Aug 19 18:33:27.406 INFO O| Aug 19 18:33:27.405 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7687 | 2024-08-19T18:33:29.120Z | [ recovery-image] Aug 19 18:33:27.406 INFO O| Aug 19 18:33:27.406 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7688 | 2024-08-19T18:33:29.122Z | [ recovery-image] Aug 19 18:33:27.406 INFO O| Aug 19 18:33:27.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7689 | 2024-08-19T18:33:29.122Z | [ recovery-image] Aug 19 18:33:27.406 INFO O| Aug 19 18:33:27.406 INFO ok! |
7690 | 2024-08-19T18:33:29.122Z | [ recovery-image] Aug 19 18:33:27.406 INFO O| Aug 19 18:33:27.406 INFO STEP 32 (ensure_file) COMPLETE |
7691 | 2024-08-19T18:33:29.122Z | [ recovery-image] Aug 19 18:33:27.406 INFO O| Aug 19 18:33:27.406 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7692 | 2024-08-19T18:33:29.133Z | [ recovery-image] Aug 19 18:33:27.419 INFO O| Aug 19 18:33:27.419 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7693 | 2024-08-19T18:33:29.133Z | [ recovery-image] Aug 19 18:33:27.419 INFO O| Aug 19 18:33:27.419 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7694 | 2024-08-19T18:33:29.136Z | [ recovery-image] Aug 19 18:33:27.420 INFO O| Aug 19 18:33:27.419 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7695 | 2024-08-19T18:33:29.136Z | [ recovery-image] Aug 19 18:33:27.420 INFO O| Aug 19 18:33:27.419 INFO ok! |
7696 | 2024-08-19T18:33:29.136Z | [ recovery-image] Aug 19 18:33:27.420 INFO O| Aug 19 18:33:27.420 INFO STEP 33 (ensure_file) COMPLETE |
7697 | 2024-08-19T18:33:29.136Z | [ recovery-image] Aug 19 18:33:27.420 INFO O| Aug 19 18:33:27.420 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7698 | 2024-08-19T18:33:29.146Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7699 | 2024-08-19T18:33:29.146Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7700 | 2024-08-19T18:33:29.148Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7701 | 2024-08-19T18:33:29.148Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7702 | 2024-08-19T18:33:29.148Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7703 | 2024-08-19T18:33:29.148Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7704 | 2024-08-19T18:33:29.148Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO ok! |
7705 | 2024-08-19T18:33:29.149Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO STEP 34 (ensure_file) COMPLETE |
7706 | 2024-08-19T18:33:29.149Z | [ recovery-image] Aug 19 18:33:27.432 INFO O| Aug 19 18:33:27.432 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7707 | 2024-08-19T18:33:29.159Z | [ recovery-image] Aug 19 18:33:27.445 INFO O| Aug 19 18:33:27.445 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7708 | 2024-08-19T18:33:29.161Z | [ recovery-image] Aug 19 18:33:27.445 INFO O| Aug 19 18:33:27.445 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7709 | 2024-08-19T18:33:29.161Z | [ recovery-image] Aug 19 18:33:27.445 INFO O| Aug 19 18:33:27.445 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7710 | 2024-08-19T18:33:29.161Z | [ recovery-image] Aug 19 18:33:27.445 INFO O| Aug 19 18:33:27.445 INFO STEP 35 (ensure_dir) COMPLETE |
7711 | 2024-08-19T18:33:29.161Z | [ recovery-image] Aug 19 18:33:27.445 INFO O| Aug 19 18:33:27.445 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7712 | 2024-08-19T18:33:29.173Z | [ recovery-image] Aug 19 18:33:27.459 INFO O| Aug 19 18:33:27.459 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 |
7713 | 2024-08-19T18:33:29.173Z | [ recovery-image] Aug 19 18:33:27.459 INFO O| Aug 19 18:33:27.459 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 ... |
7714 | 2024-08-19T18:33:29.176Z | [ recovery-image] Aug 19 18:33:27.460 INFO O| Aug 19 18:33:27.459 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 |
7715 | 2024-08-19T18:33:29.176Z | [ recovery-image] Aug 19 18:33:27.460 INFO O| Aug 19 18:33:27.460 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 |
7716 | 2024-08-19T18:33:29.176Z | [ recovery-image] Aug 19 18:33:27.460 INFO O| Aug 19 18:33:27.460 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 |
7717 | 2024-08-19T18:33:29.176Z | [ recovery-image] Aug 19 18:33:27.460 INFO O| Aug 19 18:33:27.460 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 |
7718 | 2024-08-19T18:33:29.176Z | [ recovery-image] Aug 19 18:33:27.460 INFO O| Aug 19 18:33:27.460 INFO ok! |
7719 | 2024-08-19T18:33:29.176Z | [ recovery-image] Aug 19 18:33:27.460 INFO O| Aug 19 18:33:27.460 INFO STEP 36 (ensure_file) COMPLETE |
7720 | 2024-08-19T18:33:29.176Z | [ recovery-image] Aug 19 18:33:27.460 INFO O| Aug 19 18:33:27.460 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7721 | 2024-08-19T18:33:29.187Z | [ recovery-image] Aug 19 18:33:27.473 INFO O| Aug 19 18:33:27.473 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7722 | 2024-08-19T18:33:29.187Z | [ recovery-image] Aug 19 18:33:27.473 INFO O| Aug 19 18:33:27.473 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 ... |
7723 | 2024-08-19T18:33:29.190Z | [ recovery-image] Aug 19 18:33:27.474 INFO O| Aug 19 18:33:27.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7724 | 2024-08-19T18:33:29.190Z | [ recovery-image] Aug 19 18:33:27.474 INFO O| Aug 19 18:33:27.474 INFO ok! |
7725 | 2024-08-19T18:33:29.190Z | [ recovery-image] Aug 19 18:33:27.474 INFO O| Aug 19 18:33:27.474 INFO STEP 37 (ensure_symlink) COMPLETE |
7726 | 2024-08-19T18:33:29.190Z | [ recovery-image] Aug 19 18:33:27.474 INFO O| Aug 19 18:33:27.474 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7727 | 2024-08-19T18:33:29.199Z | [ recovery-image] Aug 19 18:33:27.485 INFO O| Aug 19 18:33:27.485 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7728 | 2024-08-19T18:33:29.199Z | [ recovery-image] Aug 19 18:33:27.485 INFO O| Aug 19 18:33:27.485 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7729 | 2024-08-19T18:33:29.199Z | [ recovery-image] Aug 19 18:33:27.485 INFO O| Aug 19 18:33:27.485 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7730 | 2024-08-19T18:33:29.202Z | [ recovery-image] Aug 19 18:33:27.486 INFO O| Aug 19 18:33:27.485 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7731 | 2024-08-19T18:33:29.202Z | [ recovery-image] Aug 19 18:33:27.486 INFO O| Aug 19 18:33:27.486 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7732 | 2024-08-19T18:33:29.202Z | [ recovery-image] Aug 19 18:33:27.486 INFO O| Aug 19 18:33:27.486 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7733 | 2024-08-19T18:33:29.202Z | [ recovery-image] Aug 19 18:33:27.486 INFO O| Aug 19 18:33:27.486 INFO ok! |
7734 | 2024-08-19T18:33:29.202Z | [ recovery-image] Aug 19 18:33:27.486 INFO O| Aug 19 18:33:27.486 INFO STEP 38 (ensure_file) COMPLETE |
7735 | 2024-08-19T18:33:29.202Z | [ recovery-image] Aug 19 18:33:27.486 INFO O| Aug 19 18:33:27.486 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7736 | 2024-08-19T18:33:29.212Z | [ recovery-image] Aug 19 18:33:27.498 INFO O| Aug 19 18:33:27.498 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7737 | 2024-08-19T18:33:29.212Z | [ recovery-image] Aug 19 18:33:27.498 INFO O| Aug 19 18:33:27.498 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 ... |
7738 | 2024-08-19T18:33:29.214Z | [ recovery-image] Aug 19 18:33:27.498 INFO O| Aug 19 18:33:27.498 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 |
7739 | 2024-08-19T18:33:29.214Z | [ recovery-image] Aug 19 18:33:27.498 INFO O| Aug 19 18:33:27.498 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7740 | 2024-08-19T18:33:29.214Z | [ recovery-image] Aug 19 18:33:27.498 INFO O| Aug 19 18:33:27.498 INFO ok! |
7741 | 2024-08-19T18:33:29.214Z | [ recovery-image] Aug 19 18:33:27.498 INFO O| Aug 19 18:33:27.498 INFO STEP 39 (ensure_file) COMPLETE |
7742 | 2024-08-19T18:33:29.214Z | [ recovery-image] Aug 19 18:33:27.498 INFO O| Aug 19 18:33:27.498 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7743 | 2024-08-19T18:33:29.225Z | [ recovery-image] Aug 19 18:33:27.511 INFO O| Aug 19 18:33:27.511 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7744 | 2024-08-19T18:33:29.225Z | [ recovery-image] Aug 19 18:33:27.511 INFO O| Aug 19 18:33:27.511 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7745 | 2024-08-19T18:33:29.228Z | [ recovery-image] Aug 19 18:33:27.511 INFO O| Aug 19 18:33:27.511 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7746 | 2024-08-19T18:33:29.228Z | [ recovery-image] Aug 19 18:33:27.511 INFO O| Aug 19 18:33:27.511 INFO ok! |
7747 | 2024-08-19T18:33:29.228Z | [ recovery-image] Aug 19 18:33:27.511 INFO O| Aug 19 18:33:27.511 INFO STEP 40 (ensure_file) COMPLETE |
7748 | 2024-08-19T18:33:29.228Z | [ recovery-image] Aug 19 18:33:27.511 INFO O| Aug 19 18:33:27.511 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7749 | 2024-08-19T18:33:29.241Z | [ recovery-image] Aug 19 18:33:27.527 INFO O| Aug 19 18:33:27.526 INFO updating shadow file |
7750 | 2024-08-19T18:33:29.243Z | [ recovery-image] Aug 19 18:33:27.527 INFO O| Aug 19 18:33:27.527 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7751 | 2024-08-19T18:33:29.243Z | [ recovery-image] Aug 19 18:33:27.527 INFO O| Aug 19 18:33:27.527 INFO STEP 41 (shadow) COMPLETE |
7752 | 2024-08-19T18:33:29.243Z | [ recovery-image] Aug 19 18:33:27.527 INFO O| Aug 19 18:33:27.527 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7753 | 2024-08-19T18:33:29.256Z | [ recovery-image] Aug 19 18:33:27.542 INFO O| Aug 19 18:33:27.542 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7754 | 2024-08-19T18:33:29.256Z | [ recovery-image] Aug 19 18:33:27.542 INFO O| Aug 19 18:33:27.542 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7755 | 2024-08-19T18:33:29.258Z | [ recovery-image] Aug 19 18:33:27.542 INFO O| Aug 19 18:33:27.542 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7756 | 2024-08-19T18:33:29.258Z | [ recovery-image] Aug 19 18:33:27.542 INFO O| Aug 19 18:33:27.542 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7757 | 2024-08-19T18:33:29.258Z | [ recovery-image] Aug 19 18:33:27.542 INFO O| Aug 19 18:33:27.542 INFO ok! |
7758 | 2024-08-19T18:33:29.258Z | [ recovery-image] Aug 19 18:33:27.542 INFO O| Aug 19 18:33:27.542 INFO STEP 42 (ensure_file) COMPLETE |
7759 | 2024-08-19T18:33:29.258Z | [ recovery-image] Aug 19 18:33:27.542 INFO O| Aug 19 18:33:27.542 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7760 | 2024-08-19T18:33:29.269Z | [ recovery-image] Aug 19 18:33:27.555 INFO O| Aug 19 18:33:27.555 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7761 | 2024-08-19T18:33:29.269Z | [ recovery-image] Aug 19 18:33:27.555 INFO O| Aug 19 18:33:27.555 INFO STEP 43 (ensure_dir) COMPLETE |
7762 | 2024-08-19T18:33:29.272Z | [ recovery-image] Aug 19 18:33:27.555 INFO O| Aug 19 18:33:27.555 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7763 | 2024-08-19T18:33:29.281Z | [ recovery-image] Aug 19 18:33:27.567 INFO O| Aug 19 18:33:27.567 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7764 | 2024-08-19T18:33:29.281Z | [ recovery-image] Aug 19 18:33:27.567 INFO O| Aug 19 18:33:27.567 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7765 | 2024-08-19T18:33:29.283Z | [ recovery-image] Aug 19 18:33:27.567 INFO O| Aug 19 18:33:27.567 INFO STEP 44 (ensure_dir) COMPLETE |
7766 | 2024-08-19T18:33:29.283Z | [ recovery-image] Aug 19 18:33:27.567 INFO O| Aug 19 18:33:27.567 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7767 | 2024-08-19T18:33:29.296Z | [ recovery-image] Aug 19 18:33:27.581 INFO O| Aug 19 18:33:27.581 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7768 | 2024-08-19T18:33:29.296Z | [ recovery-image] Aug 19 18:33:27.582 INFO O| Aug 19 18:33:27.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7769 | 2024-08-19T18:33:29.298Z | [ recovery-image] Aug 19 18:33:27.582 INFO O| Aug 19 18:33:27.582 INFO STEP 45 (ensure_dir) COMPLETE |
7770 | 2024-08-19T18:33:29.298Z | [ recovery-image] Aug 19 18:33:27.582 INFO O| Aug 19 18:33:27.582 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7771 | 2024-08-19T18:33:29.311Z | [ recovery-image] Aug 19 18:33:27.597 INFO O| Aug 19 18:33:27.596 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7772 | 2024-08-19T18:33:29.313Z | [ recovery-image] Aug 19 18:33:27.597 INFO O| Aug 19 18:33:27.596 INFO copying /tmp/.tmplUy9tx/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7773 | 2024-08-19T18:33:29.343Z | [ recovery-image] Aug 19 18:33:27.629 INFO O| Aug 19 18:33:27.629 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7774 | 2024-08-19T18:33:29.343Z | [ recovery-image] Aug 19 18:33:27.629 INFO O| Aug 19 18:33:27.629 INFO ok! |
7775 | 2024-08-19T18:33:29.343Z | [ recovery-image] Aug 19 18:33:27.629 INFO O| Aug 19 18:33:27.629 INFO STEP 46 (ensure_file) COMPLETE |
7776 | 2024-08-19T18:33:29.346Z | [ recovery-image] Aug 19 18:33:27.629 INFO O| Aug 19 18:33:27.629 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7777 | 2024-08-19T18:33:29.360Z | [ recovery-image] Aug 19 18:33:27.645 INFO O| Aug 19 18:33:27.645 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7778 | 2024-08-19T18:33:29.360Z | [ recovery-image] Aug 19 18:33:27.645 INFO O| Aug 19 18:33:27.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7779 | 2024-08-19T18:33:29.362Z | [ recovery-image] Aug 19 18:33:27.645 INFO O| Aug 19 18:33:27.645 INFO STEP 47 (ensure_dir) COMPLETE |
7780 | 2024-08-19T18:33:29.362Z | [ recovery-image] Aug 19 18:33:27.645 INFO O| Aug 19 18:33:27.645 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7781 | 2024-08-19T18:33:29.375Z | [ recovery-image] Aug 19 18:33:27.661 INFO O| Aug 19 18:33:27.661 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7782 | 2024-08-19T18:33:29.375Z | [ recovery-image] Aug 19 18:33:27.661 INFO O| Aug 19 18:33:27.661 INFO copying /tmp/.tmplUy9tx/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7783 | 2024-08-19T18:33:29.378Z | [ recovery-image] Aug 19 18:33:27.661 INFO O| Aug 19 18:33:27.661 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7784 | 2024-08-19T18:33:29.378Z | [ recovery-image] Aug 19 18:33:27.661 INFO O| Aug 19 18:33:27.661 INFO ok! |
7785 | 2024-08-19T18:33:29.378Z | [ recovery-image] Aug 19 18:33:27.661 INFO O| Aug 19 18:33:27.661 INFO STEP 48 (ensure_file) COMPLETE |
7786 | 2024-08-19T18:33:29.378Z | [ recovery-image] Aug 19 18:33:27.661 INFO O| Aug 19 18:33:27.661 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7787 | 2024-08-19T18:33:29.389Z | [ recovery-image] Aug 19 18:33:27.675 INFO O| Aug 19 18:33:27.675 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7788 | 2024-08-19T18:33:29.389Z | [ recovery-image] Aug 19 18:33:27.675 INFO O| Aug 19 18:33:27.675 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7789 | 2024-08-19T18:33:29.389Z | [ recovery-image] Aug 19 18:33:27.675 INFO O| Aug 19 18:33:27.675 INFO STEP 49 (ensure_dir) COMPLETE |
7790 | 2024-08-19T18:33:29.391Z | [ recovery-image] Aug 19 18:33:27.675 INFO O| Aug 19 18:33:27.675 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7791 | 2024-08-19T18:33:29.403Z | [ recovery-image] Aug 19 18:33:27.689 INFO O| Aug 19 18:33:27.688 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7792 | 2024-08-19T18:33:29.403Z | [ recovery-image] Aug 19 18:33:27.689 INFO O| Aug 19 18:33:27.689 INFO copying /tmp/.tmplUy9tx/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7793 | 2024-08-19T18:33:29.418Z | [ recovery-image] Aug 19 18:33:27.704 INFO O| Aug 19 18:33:27.703 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7794 | 2024-08-19T18:33:29.418Z | [ recovery-image] Aug 19 18:33:27.704 INFO O| Aug 19 18:33:27.704 INFO ok! |
7795 | 2024-08-19T18:33:29.420Z | [ recovery-image] Aug 19 18:33:27.704 INFO O| Aug 19 18:33:27.704 INFO STEP 50 (ensure_file) COMPLETE |
7796 | 2024-08-19T18:33:29.420Z | [ recovery-image] Aug 19 18:33:27.704 INFO O| Aug 19 18:33:27.704 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7797 | 2024-08-19T18:33:29.433Z | [ recovery-image] Aug 19 18:33:27.719 INFO O| Aug 19 18:33:27.719 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7798 | 2024-08-19T18:33:29.433Z | [ recovery-image] Aug 19 18:33:27.719 INFO O| Aug 19 18:33:27.719 INFO copying /tmp/.tmplUy9tx/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7799 | 2024-08-19T18:33:29.932Z | [ recovery-image] Aug 19 18:33:28.218 INFO O| Aug 19 18:33:28.218 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7800 | 2024-08-19T18:33:29.932Z | [ recovery-image] Aug 19 18:33:28.218 INFO O| Aug 19 18:33:28.218 INFO ok! |
7801 | 2024-08-19T18:33:29.932Z | [ recovery-image] Aug 19 18:33:28.218 INFO O| Aug 19 18:33:28.218 INFO STEP 51 (ensure_file) COMPLETE |
7802 | 2024-08-19T18:33:29.935Z | [ recovery-image] Aug 19 18:33:28.218 INFO O| Aug 19 18:33:28.218 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7803 | 2024-08-19T18:33:29.946Z | [ recovery-image] Aug 19 18:33:28.231 INFO O| Aug 19 18:33:28.231 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7804 | 2024-08-19T18:33:29.946Z | [ recovery-image] Aug 19 18:33:28.231 INFO O| Aug 19 18:33:28.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7805 | 2024-08-19T18:33:29.948Z | [ recovery-image] Aug 19 18:33:28.231 INFO O| Aug 19 18:33:28.231 INFO STEP 52 (ensure_dir) COMPLETE |
7806 | 2024-08-19T18:33:29.948Z | [ recovery-image] Aug 19 18:33:28.231 INFO O| Aug 19 18:33:28.231 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7807 | 2024-08-19T18:33:29.962Z | [ recovery-image] Aug 19 18:33:28.248 INFO O| Aug 19 18:33:28.248 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7808 | 2024-08-19T18:33:29.962Z | [ recovery-image] Aug 19 18:33:28.248 INFO O| Aug 19 18:33:28.248 INFO copying /tmp/.tmplUy9tx/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 ... |
7809 | 2024-08-19T18:33:29.965Z | [ recovery-image] Aug 19 18:33:28.248 INFO O| Aug 19 18:33:28.248 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 |
7810 | 2024-08-19T18:33:29.965Z | [ recovery-image] Aug 19 18:33:28.248 INFO O| Aug 19 18:33:28.248 INFO ok! |
7811 | 2024-08-19T18:33:29.965Z | [ recovery-image] Aug 19 18:33:28.248 INFO O| Aug 19 18:33:28.248 INFO STEP 53 (ensure_file) COMPLETE |
7812 | 2024-08-19T18:33:29.965Z | [ recovery-image] Aug 19 18:33:28.248 INFO O| Aug 19 18:33:28.248 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7813 | 2024-08-19T18:33:29.974Z | [ recovery-image] Aug 19 18:33:28.260 INFO O| Aug 19 18:33:28.260 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7814 | 2024-08-19T18:33:29.974Z | [ recovery-image] Aug 19 18:33:28.260 INFO O| Aug 19 18:33:28.260 INFO copying /tmp/.tmplUy9tx/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 ... |
7815 | 2024-08-19T18:33:29.977Z | [ recovery-image] Aug 19 18:33:28.260 INFO O| Aug 19 18:33:28.260 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 |
7816 | 2024-08-19T18:33:29.977Z | [ recovery-image] Aug 19 18:33:28.260 INFO O| Aug 19 18:33:28.260 INFO ok! |
7817 | 2024-08-19T18:33:29.977Z | [ recovery-image] Aug 19 18:33:28.260 INFO O| Aug 19 18:33:28.260 INFO STEP 54 (ensure_file) COMPLETE |
7818 | 2024-08-19T18:33:29.977Z | [ recovery-image] Aug 19 18:33:28.260 INFO O| Aug 19 18:33:28.260 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7819 | 2024-08-19T18:33:29.986Z | [ recovery-image] Aug 19 18:33:28.272 INFO O| Aug 19 18:33:28.271 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7820 | 2024-08-19T18:33:29.986Z | [ recovery-image] Aug 19 18:33:28.272 INFO O| Aug 19 18:33:28.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7821 | 2024-08-19T18:33:29.986Z | [ recovery-image] Aug 19 18:33:28.272 INFO O| Aug 19 18:33:28.272 INFO STEP 55 (ensure_dir) COMPLETE |
7822 | 2024-08-19T18:33:29.988Z | [ recovery-image] Aug 19 18:33:28.272 INFO O| Aug 19 18:33:28.272 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7823 | 2024-08-19T18:33:29.997Z | [ recovery-image] Aug 19 18:33:28.283 INFO O| Aug 19 18:33:28.283 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7824 | 2024-08-19T18:33:29.997Z | [ recovery-image] Aug 19 18:33:28.283 INFO O| Aug 19 18:33:28.283 INFO copying /tmp/.tmplUy9tx/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 ... |
7825 | 2024-08-19T18:33:29.999Z | [ recovery-image] Aug 19 18:33:28.283 INFO O| Aug 19 18:33:28.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7826 | 2024-08-19T18:33:29.999Z | [ recovery-image] Aug 19 18:33:28.283 INFO O| Aug 19 18:33:28.283 INFO ok! |
7827 | 2024-08-19T18:33:30.000Z | [ recovery-image] Aug 19 18:33:28.283 INFO O| Aug 19 18:33:28.283 INFO STEP 56 (ensure_file) COMPLETE |
7828 | 2024-08-19T18:33:30.000Z | [ recovery-image] Aug 19 18:33:28.283 INFO O| Aug 19 18:33:28.283 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7829 | 2024-08-19T18:33:30.009Z | [ recovery-image] Aug 19 18:33:28.295 INFO O| Aug 19 18:33:28.295 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7830 | 2024-08-19T18:33:30.009Z | [ recovery-image] Aug 19 18:33:28.295 INFO O| Aug 19 18:33:28.295 INFO copying /tmp/.tmplUy9tx/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 ... |
7831 | 2024-08-19T18:33:30.012Z | [ recovery-image] Aug 19 18:33:28.295 INFO O| Aug 19 18:33:28.295 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 |
7832 | 2024-08-19T18:33:30.012Z | [ recovery-image] Aug 19 18:33:28.295 INFO O| Aug 19 18:33:28.295 INFO ok! |
7833 | 2024-08-19T18:33:30.012Z | [ recovery-image] Aug 19 18:33:28.295 INFO O| Aug 19 18:33:28.295 INFO STEP 57 (ensure_file) COMPLETE |
7834 | 2024-08-19T18:33:30.012Z | [ recovery-image] Aug 19 18:33:28.295 INFO O| Aug 19 18:33:28.295 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7835 | 2024-08-19T18:33:30.021Z | [ recovery-image] Aug 19 18:33:28.307 INFO O| Aug 19 18:33:28.307 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7836 | 2024-08-19T18:33:30.021Z | [ recovery-image] Aug 19 18:33:28.307 INFO O| Aug 19 18:33:28.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7837 | 2024-08-19T18:33:30.025Z | [ recovery-image] Aug 19 18:33:28.307 INFO O| Aug 19 18:33:28.307 INFO STEP 58 (ensure_dir) COMPLETE |
7838 | 2024-08-19T18:33:30.025Z | [ recovery-image] Aug 19 18:33:28.307 INFO O| Aug 19 18:33:28.307 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7839 | 2024-08-19T18:33:30.034Z | [ recovery-image] Aug 19 18:33:28.319 INFO O| Aug 19 18:33:28.319 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7840 | 2024-08-19T18:33:30.034Z | [ recovery-image] Aug 19 18:33:28.320 INFO O| Aug 19 18:33:28.319 INFO copying /tmp/.tmplUy9tx/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 ... |
7841 | 2024-08-19T18:33:30.034Z | [ recovery-image] Aug 19 18:33:28.320 INFO O| Aug 19 18:33:28.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7842 | 2024-08-19T18:33:30.036Z | [ recovery-image] Aug 19 18:33:28.320 INFO O| Aug 19 18:33:28.320 INFO ok! |
7843 | 2024-08-19T18:33:30.036Z | [ recovery-image] Aug 19 18:33:28.320 INFO O| Aug 19 18:33:28.320 INFO STEP 59 (ensure_file) COMPLETE |
7844 | 2024-08-19T18:33:30.036Z | [ recovery-image] Aug 19 18:33:28.320 INFO O| Aug 19 18:33:28.320 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7845 | 2024-08-19T18:33:30.045Z | [ recovery-image] Aug 19 18:33:28.331 INFO O| Aug 19 18:33:28.331 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7846 | 2024-08-19T18:33:30.045Z | [ recovery-image] Aug 19 18:33:28.331 INFO O| Aug 19 18:33:28.331 INFO copying /tmp/.tmplUy9tx/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7847 | 2024-08-19T18:33:30.048Z | [ recovery-image] Aug 19 18:33:28.331 INFO O| Aug 19 18:33:28.331 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7848 | 2024-08-19T18:33:30.048Z | [ recovery-image] Aug 19 18:33:28.331 INFO O| Aug 19 18:33:28.331 INFO ok! |
7849 | 2024-08-19T18:33:30.048Z | [ recovery-image] Aug 19 18:33:28.331 INFO O| Aug 19 18:33:28.331 INFO STEP 60 (ensure_file) COMPLETE |
7850 | 2024-08-19T18:33:30.048Z | [ recovery-image] Aug 19 18:33:28.331 INFO O| Aug 19 18:33:28.331 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7851 | 2024-08-19T18:33:30.057Z | [ recovery-image] Aug 19 18:33:28.343 INFO O| Aug 19 18:33:28.343 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7852 | 2024-08-19T18:33:30.057Z | [ recovery-image] Aug 19 18:33:28.343 INFO O| Aug 19 18:33:28.343 INFO STEP 61 (ensure_dir) COMPLETE |
7853 | 2024-08-19T18:33:30.057Z | [ recovery-image] Aug 19 18:33:28.343 INFO O| Aug 19 18:33:28.343 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7854 | 2024-08-19T18:33:30.071Z | [ recovery-image] Aug 19 18:33:28.357 INFO O| Aug 19 18:33:28.356 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7855 | 2024-08-19T18:33:30.071Z | [ recovery-image] Aug 19 18:33:28.357 INFO O| Aug 19 18:33:28.356 INFO STEP 62 (ensure_dir) COMPLETE |
7856 | 2024-08-19T18:33:30.073Z | [ recovery-image] Aug 19 18:33:28.357 INFO O| Aug 19 18:33:28.357 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7857 | 2024-08-19T18:33:30.081Z | [ recovery-image] Aug 19 18:33:28.367 INFO O| Aug 19 18:33:28.367 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7858 | 2024-08-19T18:33:30.081Z | [ recovery-image] Aug 19 18:33:28.367 INFO O| Aug 19 18:33:28.367 INFO STEP 63 (ensure_dir) COMPLETE |
7859 | 2024-08-19T18:33:30.083Z | [ recovery-image] Aug 19 18:33:28.367 INFO O| Aug 19 18:33:28.367 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7860 | 2024-08-19T18:33:30.092Z | [ recovery-image] Aug 19 18:33:28.378 INFO O| Aug 19 18:33:28.378 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7861 | 2024-08-19T18:33:30.092Z | [ recovery-image] Aug 19 18:33:28.378 INFO O| Aug 19 18:33:28.378 INFO STEP 64 (ensure_dir) COMPLETE |
7862 | 2024-08-19T18:33:30.095Z | [ recovery-image] Aug 19 18:33:28.378 INFO O| Aug 19 18:33:28.378 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7863 | 2024-08-19T18:33:30.103Z | [ recovery-image] Aug 19 18:33:28.389 INFO O| Aug 19 18:33:28.389 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7864 | 2024-08-19T18:33:30.103Z | [ recovery-image] Aug 19 18:33:28.389 INFO O| Aug 19 18:33:28.389 INFO copying /tmp/.tmplUy9tx/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7865 | 2024-08-19T18:33:30.105Z | [ recovery-image] Aug 19 18:33:28.389 INFO O| Aug 19 18:33:28.389 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7866 | 2024-08-19T18:33:30.105Z | [ recovery-image] Aug 19 18:33:28.389 INFO O| Aug 19 18:33:28.389 INFO ok! |
7867 | 2024-08-19T18:33:30.105Z | [ recovery-image] Aug 19 18:33:28.389 INFO O| Aug 19 18:33:28.389 INFO STEP 65 (ensure_file) COMPLETE |
7868 | 2024-08-19T18:33:30.105Z | [ recovery-image] Aug 19 18:33:28.389 INFO O| Aug 19 18:33:28.389 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7869 | 2024-08-19T18:33:30.114Z | [ recovery-image] Aug 19 18:33:28.400 INFO O| Aug 19 18:33:28.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7870 | 2024-08-19T18:33:30.116Z | [ recovery-image] Aug 19 18:33:28.400 INFO O| Aug 19 18:33:28.400 INFO STEP 66 (remove_files) COMPLETE |
7871 | 2024-08-19T18:33:30.116Z | [ recovery-image] Aug 19 18:33:28.400 INFO O| Aug 19 18:33:28.400 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7872 | 2024-08-19T18:33:30.124Z | [ recovery-image] Aug 19 18:33:28.410 INFO O| Aug 19 18:33:28.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7873 | 2024-08-19T18:33:30.127Z | [ recovery-image] Aug 19 18:33:28.411 INFO O| Aug 19 18:33:28.410 INFO STEP 67 (remove_files) COMPLETE |
7874 | 2024-08-19T18:33:30.127Z | [ recovery-image] Aug 19 18:33:28.411 INFO O| Aug 19 18:33:28.410 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7875 | 2024-08-19T18:33:30.135Z | [ recovery-image] Aug 19 18:33:28.421 INFO O| Aug 19 18:33:28.421 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7876 | 2024-08-19T18:33:30.138Z | [ recovery-image] Aug 19 18:33:28.422 INFO O| Aug 19 18:33:28.422 INFO STEP 68 (remove_files) COMPLETE |
7877 | 2024-08-19T18:33:30.138Z | [ recovery-image] Aug 19 18:33:28.422 INFO O| Aug 19 18:33:28.422 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7878 | 2024-08-19T18:33:30.147Z | [ recovery-image] Aug 19 18:33:28.432 INFO O| Aug 19 18:33:28.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7879 | 2024-08-19T18:33:30.149Z | [ recovery-image] Aug 19 18:33:28.433 INFO O| Aug 19 18:33:28.433 INFO STEP 69 (remove_files) COMPLETE |
7880 | 2024-08-19T18:33:30.149Z | [ recovery-image] Aug 19 18:33:28.433 INFO O| Aug 19 18:33:28.433 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7881 | 2024-08-19T18:33:30.158Z | [ recovery-image] Aug 19 18:33:28.444 INFO O| Aug 19 18:33:28.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7882 | 2024-08-19T18:33:30.161Z | [ recovery-image] Aug 19 18:33:28.444 INFO O| Aug 19 18:33:28.444 INFO STEP 70 (remove_files) COMPLETE |
7883 | 2024-08-19T18:33:30.161Z | [ recovery-image] Aug 19 18:33:28.444 INFO O| Aug 19 18:33:28.444 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7884 | 2024-08-19T18:33:30.169Z | [ recovery-image] Aug 19 18:33:28.455 INFO O| Aug 19 18:33:28.455 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7885 | 2024-08-19T18:33:30.172Z | [ recovery-image] Aug 19 18:33:28.455 INFO O| Aug 19 18:33:28.455 INFO STEP 71 (remove_files) COMPLETE |
7886 | 2024-08-19T18:33:30.172Z | [ recovery-image] Aug 19 18:33:28.455 INFO O| Aug 19 18:33:28.455 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7887 | 2024-08-19T18:33:30.180Z | [ recovery-image] Aug 19 18:33:28.466 INFO O| Aug 19 18:33:28.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7888 | 2024-08-19T18:33:30.180Z | [ recovery-image] Aug 19 18:33:28.466 INFO O| Aug 19 18:33:28.466 INFO STEP 72 (remove_files) COMPLETE |
7889 | 2024-08-19T18:33:30.180Z | [ recovery-image] Aug 19 18:33:28.466 INFO O| Aug 19 18:33:28.466 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7890 | 2024-08-19T18:33:30.191Z | [ recovery-image] Aug 19 18:33:28.477 INFO O| Aug 19 18:33:28.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7891 | 2024-08-19T18:33:30.191Z | [ recovery-image] Aug 19 18:33:28.477 INFO O| Aug 19 18:33:28.477 INFO STEP 73 (remove_files) COMPLETE |
7892 | 2024-08-19T18:33:30.191Z | [ recovery-image] Aug 19 18:33:28.477 INFO O| Aug 19 18:33:28.477 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7893 | 2024-08-19T18:33:30.202Z | [ recovery-image] Aug 19 18:33:28.488 INFO O| Aug 19 18:33:28.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7894 | 2024-08-19T18:33:30.202Z | [ recovery-image] Aug 19 18:33:28.488 INFO O| Aug 19 18:33:28.488 INFO STEP 74 (remove_files) COMPLETE |
7895 | 2024-08-19T18:33:30.204Z | [ recovery-image] Aug 19 18:33:28.488 INFO O| Aug 19 18:33:28.488 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7896 | 2024-08-19T18:33:30.214Z | [ recovery-image] Aug 19 18:33:28.499 INFO O| Aug 19 18:33:28.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7897 | 2024-08-19T18:33:30.214Z | [ recovery-image] Aug 19 18:33:28.500 INFO O| Aug 19 18:33:28.499 INFO STEP 75 (remove_files) COMPLETE |
7898 | 2024-08-19T18:33:30.214Z | [ recovery-image] Aug 19 18:33:28.500 INFO O| Aug 19 18:33:28.499 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7899 | 2024-08-19T18:33:30.224Z | [ recovery-image] Aug 19 18:33:28.510 INFO O| Aug 19 18:33:28.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7900 | 2024-08-19T18:33:30.224Z | [ recovery-image] Aug 19 18:33:28.510 INFO O| Aug 19 18:33:28.510 INFO STEP 76 (remove_files) COMPLETE |
7901 | 2024-08-19T18:33:30.225Z | [ recovery-image] Aug 19 18:33:28.510 INFO O| Aug 19 18:33:28.510 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7902 | 2024-08-19T18:33:30.236Z | [ recovery-image] Aug 19 18:33:28.521 INFO O| Aug 19 18:33:28.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7903 | 2024-08-19T18:33:30.236Z | [ recovery-image] Aug 19 18:33:28.521 INFO O| Aug 19 18:33:28.521 INFO STEP 77 (remove_files) COMPLETE |
7904 | 2024-08-19T18:33:30.236Z | [ recovery-image] Aug 19 18:33:28.521 INFO O| Aug 19 18:33:28.521 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7905 | 2024-08-19T18:33:30.247Z | [ recovery-image] Aug 19 18:33:28.533 INFO O| Aug 19 18:33:28.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7906 | 2024-08-19T18:33:30.247Z | [ recovery-image] Aug 19 18:33:28.533 INFO O| Aug 19 18:33:28.533 INFO STEP 78 (remove_files) COMPLETE |
7907 | 2024-08-19T18:33:30.247Z | [ recovery-image] Aug 19 18:33:28.533 INFO O| Aug 19 18:33:28.533 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7908 | 2024-08-19T18:33:30.258Z | [ recovery-image] Aug 19 18:33:28.544 INFO O| Aug 19 18:33:28.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7909 | 2024-08-19T18:33:30.258Z | [ recovery-image] Aug 19 18:33:28.544 INFO O| Aug 19 18:33:28.544 INFO STEP 79 (remove_files) COMPLETE |
7910 | 2024-08-19T18:33:30.258Z | [ recovery-image] Aug 19 18:33:28.544 INFO O| Aug 19 18:33:28.544 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7911 | 2024-08-19T18:33:30.270Z | [ recovery-image] Aug 19 18:33:28.555 INFO O| Aug 19 18:33:28.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7912 | 2024-08-19T18:33:30.274Z | [ recovery-image] Aug 19 18:33:28.555 INFO O| Aug 19 18:33:28.555 INFO STEP 80 (remove_files) COMPLETE |
7913 | 2024-08-19T18:33:30.274Z | [ recovery-image] Aug 19 18:33:28.556 INFO O| Aug 19 18:33:28.555 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7914 | 2024-08-19T18:33:30.281Z | [ recovery-image] Aug 19 18:33:28.567 INFO O| Aug 19 18:33:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7915 | 2024-08-19T18:33:30.284Z | [ recovery-image] Aug 19 18:33:28.567 INFO O| Aug 19 18:33:28.567 INFO STEP 81 (remove_files) COMPLETE |
7916 | 2024-08-19T18:33:30.284Z | [ recovery-image] Aug 19 18:33:28.567 INFO O| Aug 19 18:33:28.567 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7917 | 2024-08-19T18:33:30.293Z | [ recovery-image] Aug 19 18:33:28.579 INFO O| Aug 19 18:33:28.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7918 | 2024-08-19T18:33:30.293Z | [ recovery-image] Aug 19 18:33:28.579 INFO O| Aug 19 18:33:28.579 INFO STEP 82 (remove_files) COMPLETE |
7919 | 2024-08-19T18:33:30.293Z | [ recovery-image] Aug 19 18:33:28.579 INFO O| Aug 19 18:33:28.579 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7920 | 2024-08-19T18:33:30.307Z | [ recovery-image] Aug 19 18:33:28.593 INFO O| Aug 19 18:33:28.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7921 | 2024-08-19T18:33:30.307Z | [ recovery-image] Aug 19 18:33:28.593 INFO O| Aug 19 18:33:28.593 INFO STEP 83 (remove_files) COMPLETE |
7922 | 2024-08-19T18:33:30.310Z | [ recovery-image] Aug 19 18:33:28.593 INFO O| Aug 19 18:33:28.593 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7923 | 2024-08-19T18:33:30.319Z | [ recovery-image] Aug 19 18:33:28.605 INFO O| Aug 19 18:33:28.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7924 | 2024-08-19T18:33:30.319Z | [ recovery-image] Aug 19 18:33:28.605 INFO O| Aug 19 18:33:28.605 INFO STEP 84 (remove_files) COMPLETE |
7925 | 2024-08-19T18:33:30.321Z | [ recovery-image] Aug 19 18:33:28.605 INFO O| Aug 19 18:33:28.605 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7926 | 2024-08-19T18:33:30.331Z | [ recovery-image] Aug 19 18:33:28.617 INFO O| Aug 19 18:33:28.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7927 | 2024-08-19T18:33:30.331Z | [ recovery-image] Aug 19 18:33:28.617 INFO O| Aug 19 18:33:28.617 INFO STEP 85 (remove_files) COMPLETE |
7928 | 2024-08-19T18:33:30.331Z | [ recovery-image] Aug 19 18:33:28.617 INFO O| Aug 19 18:33:28.617 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7929 | 2024-08-19T18:33:30.343Z | [ recovery-image] Aug 19 18:33:28.629 INFO O| Aug 19 18:33:28.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7930 | 2024-08-19T18:33:30.343Z | [ recovery-image] Aug 19 18:33:28.629 INFO O| Aug 19 18:33:28.629 INFO STEP 86 (remove_files) COMPLETE |
7931 | 2024-08-19T18:33:30.345Z | [ recovery-image] Aug 19 18:33:28.629 INFO O| Aug 19 18:33:28.629 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7932 | 2024-08-19T18:33:30.356Z | [ recovery-image] Aug 19 18:33:28.641 INFO O| Aug 19 18:33:28.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7933 | 2024-08-19T18:33:30.356Z | [ recovery-image] Aug 19 18:33:28.641 INFO O| Aug 19 18:33:28.641 INFO STEP 87 (remove_files) COMPLETE |
7934 | 2024-08-19T18:33:30.356Z | [ recovery-image] Aug 19 18:33:28.641 INFO O| Aug 19 18:33:28.641 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7935 | 2024-08-19T18:33:30.369Z | [ recovery-image] Aug 19 18:33:28.654 INFO O| Aug 19 18:33:28.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7936 | 2024-08-19T18:33:30.369Z | [ recovery-image] Aug 19 18:33:28.654 INFO O| Aug 19 18:33:28.654 INFO STEP 88 (remove_files) COMPLETE |
7937 | 2024-08-19T18:33:30.371Z | [ recovery-image] Aug 19 18:33:28.654 INFO O| Aug 19 18:33:28.654 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7938 | 2024-08-19T18:33:30.382Z | [ recovery-image] Aug 19 18:33:28.668 INFO O| Aug 19 18:33:28.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7939 | 2024-08-19T18:33:30.382Z | [ recovery-image] Aug 19 18:33:28.668 INFO O| Aug 19 18:33:28.668 INFO STEP 89 (remove_files) COMPLETE |
7940 | 2024-08-19T18:33:30.384Z | [ recovery-image] Aug 19 18:33:28.668 INFO O| Aug 19 18:33:28.668 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7941 | 2024-08-19T18:33:30.395Z | [ recovery-image] Aug 19 18:33:28.681 INFO O| Aug 19 18:33:28.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7942 | 2024-08-19T18:33:30.395Z | [ recovery-image] Aug 19 18:33:28.681 INFO O| Aug 19 18:33:28.681 INFO STEP 90 (remove_files) COMPLETE |
7943 | 2024-08-19T18:33:30.395Z | [ recovery-image] Aug 19 18:33:28.681 INFO O| Aug 19 18:33:28.681 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7944 | 2024-08-19T18:33:30.408Z | [ recovery-image] Aug 19 18:33:28.694 INFO O| Aug 19 18:33:28.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7945 | 2024-08-19T18:33:30.408Z | [ recovery-image] Aug 19 18:33:28.694 INFO O| Aug 19 18:33:28.694 INFO STEP 91 (remove_files) COMPLETE |
7946 | 2024-08-19T18:33:30.411Z | [ recovery-image] Aug 19 18:33:28.694 INFO O| Aug 19 18:33:28.694 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7947 | 2024-08-19T18:33:30.421Z | [ recovery-image] Aug 19 18:33:28.707 INFO O| Aug 19 18:33:28.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7948 | 2024-08-19T18:33:30.421Z | [ recovery-image] Aug 19 18:33:28.707 INFO O| Aug 19 18:33:28.707 INFO STEP 92 (remove_files) COMPLETE |
7949 | 2024-08-19T18:33:30.421Z | [ recovery-image] Aug 19 18:33:28.707 INFO O| Aug 19 18:33:28.707 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7950 | 2024-08-19T18:33:30.434Z | [ recovery-image] Aug 19 18:33:28.720 INFO O| Aug 19 18:33:28.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
7951 | 2024-08-19T18:33:30.434Z | [ recovery-image] Aug 19 18:33:28.720 INFO O| Aug 19 18:33:28.720 INFO STEP 93 (remove_files) COMPLETE |
7952 | 2024-08-19T18:33:30.434Z | [ recovery-image] Aug 19 18:33:28.720 INFO O| Aug 19 18:33:28.720 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7953 | 2024-08-19T18:33:30.446Z | [ recovery-image] Aug 19 18:33:28.732 INFO O| Aug 19 18:33:28.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
7954 | 2024-08-19T18:33:30.446Z | [ recovery-image] Aug 19 18:33:28.732 INFO O| Aug 19 18:33:28.732 INFO STEP 94 (remove_files) COMPLETE |
7955 | 2024-08-19T18:33:30.446Z | [ recovery-image] Aug 19 18:33:28.732 INFO O| Aug 19 18:33:28.732 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7956 | 2024-08-19T18:33:30.464Z | [ recovery-image] Aug 19 18:33:28.750 INFO O| Aug 19 18:33:28.750 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
7957 | 2024-08-19T18:33:30.464Z | [ recovery-image] Aug 19 18:33:28.750 INFO O| Aug 19 18:33:28.750 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
7958 | 2024-08-19T18:33:33.893Z | [ host-image] Aug 19 18:33:32.178 INFO O| Aug 19 18:33:32.178 INFO O| Done |
7959 | 2024-08-19T18:33:34.398Z | [ host-image] Aug 19 18:33:32.684 INFO O| Aug 19 18:33:32.683 INFO O| Done |
7960 | 2024-08-19T18:33:34.700Z | [ host-image] Aug 19 18:33:32.985 INFO O| Aug 19 18:33:32.984 INFO STEP 11 (pkg_install) COMPLETE |
7961 | 2024-08-19T18:33:34.700Z | [ host-image] Aug 19 18:33:32.985 INFO O| Aug 19 18:33:32.985 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7962 | 2024-08-19T18:33:34.718Z | [ host-image] Aug 19 18:33:33.003 INFO O| Aug 19 18:33:33.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
7963 | 2024-08-19T18:33:35.267Z | [ host-image] Aug 19 18:33:33.551 INFO O| Aug 19 18:33:33.551 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7964 | 2024-08-19T18:33:36.940Z | [ host-image] Aug 19 18:33:35.225 INFO O| Aug 19 18:33:35.225 INFO O| Planning: Solver setup ... Done |
7965 | 2024-08-19T18:33:36.943Z | [ host-image] Aug 19 18:33:35.229 INFO O| Aug 19 18:33:35.229 INFO O| Planning: Running solver ... Done |
7966 | 2024-08-19T18:33:36.983Z | [ host-image] Aug 19 18:33:35.268 INFO O| Aug 19 18:33:35.268 INFO O| Planning: Finding local manifests ... Done |
7967 | 2024-08-19T18:33:36.986Z | [ host-image] Aug 19 18:33:35.270 INFO O| Aug 19 18:33:35.270 INFO O| Planning: Fetching manifests: 0/4 0% complete |
7968 | 2024-08-19T18:33:37.073Z | [ host-image] Aug 19 18:33:35.358 INFO O| Aug 19 18:33:35.358 INFO O| Planning: Fetching manifests: 4/4 100% complete |
7969 | 2024-08-19T18:33:37.099Z | [ host-image] Aug 19 18:33:35.384 INFO O| Aug 19 18:33:35.384 INFO O| Planning: Package planning ... Done |
7970 | 2024-08-19T18:33:37.108Z | [ host-image] Aug 19 18:33:35.387 INFO O| Aug 19 18:33:35.387 INFO O| Planning: Merging actions ... Done |
7971 | 2024-08-19T18:33:37.182Z | [ host-image] Aug 19 18:33:35.467 INFO O| Aug 19 18:33:35.467 INFO O| Planning: Checking for conflicting actions ... Done |
7972 | 2024-08-19T18:33:37.185Z | [ host-image] Aug 19 18:33:35.468 INFO O| Aug 19 18:33:35.468 INFO O| Planning: Consolidating action changes ... Done |
7973 | 2024-08-19T18:33:37.365Z | [ host-image] Aug 19 18:33:35.650 INFO O| Aug 19 18:33:35.650 INFO O| Planning: Evaluating mediators ... Done |
7974 | 2024-08-19T18:33:37.368Z | [ host-image] Aug 19 18:33:35.651 INFO O| Aug 19 18:33:35.651 INFO O| Planning: Planning completed in 2.10 seconds |
7975 | 2024-08-19T18:33:37.368Z | [ host-image] Aug 19 18:33:35.653 INFO O| Aug 19 18:33:35.653 INFO O| Packages to install: 4 |
7976 | 2024-08-19T18:33:37.368Z | [ host-image] Aug 19 18:33:35.653 INFO O| Aug 19 18:33:35.653 INFO O| Services to change: 2 |
7977 | 2024-08-19T18:33:37.379Z | [ host-image] Aug 19 18:33:35.664 INFO O| Aug 19 18:33:35.664 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
7978 | 2024-08-19T18:33:38.012Z | [ recovery-image] Aug 19 18:33:36.297 INFO O| Aug 19 18:33:36.297 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 |
7979 | 2024-08-19T18:33:38.012Z | [ recovery-image] Aug 19 18:33:36.297 INFO O| Aug 19 18:33:36.297 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
7980 | 2024-08-19T18:33:38.027Z | [ recovery-image] Aug 19 18:33:36.312 INFO O| Aug 19 18:33:36.312 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
7981 | 2024-08-19T18:33:38.107Z | [ recovery-image] Aug 19 18:33:36.392 INFO O| Aug 19 18:33:36.392 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
7982 | 2024-08-19T18:33:38.107Z | [ recovery-image] Aug 19 18:33:36.392 INFO O| Aug 19 18:33:36.392 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 ... |
7983 | 2024-08-19T18:33:38.110Z | [ recovery-image] Aug 19 18:33:36.394 INFO O| Aug 19 18:33:36.394 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
7984 | 2024-08-19T18:33:38.110Z | [ recovery-image] Aug 19 18:33:36.394 INFO O| Aug 19 18:33:36.394 INFO ok! |
7985 | 2024-08-19T18:33:38.110Z | [ recovery-image] Aug 19 18:33:36.394 INFO O| Aug 19 18:33:36.394 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
7986 | 2024-08-19T18:33:38.110Z | [ recovery-image] Aug 19 18:33:36.394 INFO O| Aug 19 18:33:36.394 INFO STEP 95 (seed_smf) COMPLETE |
7987 | 2024-08-19T18:33:38.110Z | [ recovery-image] Aug 19 18:33:36.394 INFO O| Aug 19 18:33:36.394 INFO steps complete; finalising image! |
7988 | 2024-08-19T18:33:38.110Z | [ recovery-image] Aug 19 18:33:36.394 INFO O| Aug 19 18:33:36.394 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
7989 | 2024-08-19T18:33:38.141Z | [ recovery-image] Aug 19 18:33:36.426 INFO O| Aug 19 18:33:36.426 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Mon Aug 19 18:33:36 2024) |
7990 | 2024-08-19T18:33:38.351Z | [ recovery-image] Aug 19 18:33:36.636 INFO O| Aug 19 18:33:36.636 INFO trim TEMPORARY-gimlet-zfs-recovery: (77% trimmed, started at Mon Aug 19 18:33:36 2024) |
7991 | 2024-08-19T18:33:38.574Z | [ recovery-image] Aug 19 18:33:36.858 INFO O| Aug 19 18:33:36.858 INFO temporary pool has 398M used, 1.36G avail, 1.00x compressratio |
7992 | 2024-08-19T18:33:38.574Z | [ recovery-image] Aug 19 18:33:36.858 INFO O| Aug 19 18:33:36.858 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
7993 | 2024-08-19T18:33:38.829Z | [ recovery-image] Aug 19 18:33:37.114 INFO O| Aug 19 18:33:37.114 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 |
7994 | 2024-08-19T18:33:38.829Z | [ recovery-image] Aug 19 18:33:37.114 INFO O| Aug 19 18:33:37.114 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
7995 | 2024-08-19T18:33:39.831Z | [ host-image] Aug 19 18:33:38.115 INFO O| Aug 19 18:33:38.115 INFO O| Download: Completed 1.39 MB in 2.45 seconds (580k/s) |
7996 | 2024-08-19T18:33:41.050Z | [ host-image] Aug 19 18:33:39.335 INFO O| Aug 19 18:33:39.334 INFO O| Actions: 1/238 actions (Installing new actions) |
7997 | 2024-08-19T18:33:41.165Z | [ host-image] Aug 19 18:33:39.449 INFO O| Aug 19 18:33:39.449 INFO O| Actions: Completed 238 actions in 0.11 seconds. |
7998 | 2024-08-19T18:33:41.314Z | [ host-image] Aug 19 18:33:39.598 INFO O| Aug 19 18:33:39.598 INFO O| Done |
7999 | 2024-08-19T18:33:41.314Z | [ host-image] Aug 19 18:33:39.598 INFO O| Aug 19 18:33:39.598 INFO O| Done |
8000 | 2024-08-19T18:33:41.665Z | [ host-image] Aug 19 18:33:39.949 INFO O| Aug 19 18:33:39.949 INFO O| Done |
8001 | 2024-08-19T18:33:42.030Z | [ recovery-image] Aug 19 18:33:40.314 INFO O| Aug 19 18:33:40.314 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8002 | 2024-08-19T18:33:42.032Z | [ recovery-image] Aug 19 18:33:40.314 INFO O| Aug 19 18:33:40.314 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8003 | 2024-08-19T18:33:42.032Z | [ recovery-image] Aug 19 18:33:40.314 INFO O| Aug 19 18:33:40.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8004 | 2024-08-19T18:33:42.032Z | [ recovery-image] Aug 19 18:33:40.314 INFO O| Aug 19 18:33:40.314 INFO completed processing gimlet/zfs-recovery |
8005 | 2024-08-19T18:33:42.032Z | [ recovery-image] Aug 19 18:33:40.314 INFO O| Aug 19 18:33:40.314 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8006 | 2024-08-19T18:33:42.217Z | [ recovery-image] Aug 19 18:33:40.502 INFO O| Aug 19 18:33:40.502 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8007 | 2024-08-19T18:33:42.312Z | [ recovery-image] Aug 19 18:33:40.597 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
8008 | 2024-08-19T18:33:42.312Z | [ recovery-image] Aug 19 18:33:40.597 INFO expanded image name: "recovery d16bbb3/${os_short_commit} 2024-08-19 18:06" -> "recovery d16bbb3/f449ff4 2024-08-19 18:06" |
8009 | 2024-08-19T18:33:42.315Z | [ recovery-image] Aug 19 18:33:40.597 INFO output artefacts stored in: "/work/os-recovery" |
8010 | 2024-08-19T18:33:42.315Z | [ recovery-image] Aug 19 18:33:40.597 INFO collecting git info from project "chelsio-t6-roms"... |
8011 | 2024-08-19T18:33:42.337Z | [ recovery-image] Aug 19 18:33:40.621 INFO collecting git info from project "phbl"... |
8012 | 2024-08-19T18:33:42.344Z | [ recovery-image] Aug 19 18:33:40.629 INFO collecting git info from project "pinprick"... |
8013 | 2024-08-19T18:33:42.351Z | [ recovery-image] Aug 19 18:33:40.635 INFO collecting git info from project "amd-firmware"... |
8014 | 2024-08-19T18:33:42.582Z | [ recovery-image] Aug 19 18:33:40.867 INFO collecting git info from project "bootserver"... |
8015 | 2024-08-19T18:33:42.589Z | [ recovery-image] Aug 19 18:33:40.874 INFO collecting git info from project "pilot"... |
8016 | 2024-08-19T18:33:42.601Z | [ recovery-image] Aug 19 18:33:40.886 INFO collecting git info from project "image-builder"... |
8017 | 2024-08-19T18:33:42.608Z | [ recovery-image] Aug 19 18:33:40.893 INFO collecting git info from project "amd-host-image-builder"... |
8018 | 2024-08-19T18:33:42.855Z | [ recovery-image] Aug 19 18:33:41.139 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8019 | 2024-08-19T18:33:42.997Z | [ host-image] Aug 19 18:33:41.281 INFO O| Aug 19 18:33:41.281 INFO O| Done |
8020 | 2024-08-19T18:33:43.023Z | [ host-image] Aug 19 18:33:41.307 INFO O| Aug 19 18:33:41.307 INFO O| Done |
8021 | 2024-08-19T18:33:43.023Z | [ host-image] Aug 19 18:33:41.307 INFO O| Aug 19 18:33:41.307 INFO O| Done |
8022 | 2024-08-19T18:33:43.038Z | [ host-image] Aug 19 18:33:41.323 INFO O| Aug 19 18:33:41.322 INFO O| Done |
8023 | 2024-08-19T18:33:43.138Z | [ host-image] Aug 19 18:33:41.422 INFO O| Aug 19 18:33:41.422 INFO STEP 12 (pkg_install) COMPLETE |
8024 | 2024-08-19T18:33:43.138Z | [ host-image] Aug 19 18:33:41.422 INFO O| Aug 19 18:33:41.422 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8025 | 2024-08-19T18:33:43.149Z | [ host-image] Aug 19 18:33:41.434 INFO O| Aug 19 18:33:41.434 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
8026 | 2024-08-19T18:33:43.243Z | [ recovery-image] Aug 19 18:33:41.528 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8027 | 2024-08-19T18:33:43.592Z | [ host-image] Aug 19 18:33:41.876 INFO O| Aug 19 18:33:41.876 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8028 | 2024-08-19T18:33:43.629Z | [ recovery-image] Aug 19 18:33:41.914 INFO creating Oxide boot image... |
8029 | 2024-08-19T18:33:43.630Z | [ recovery-image] Aug 19 18:33:41.914 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery d16bbb3/f449ff4 2024-08-19 18:06", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8030 | 2024-08-19T18:33:45.097Z | [ host-image] Aug 19 18:33:43.381 INFO O| Aug 19 18:33:43.381 INFO O| Planning: Solver setup ... Done |
8031 | 2024-08-19T18:33:45.100Z | [ host-image] Aug 19 18:33:43.385 INFO O| Aug 19 18:33:43.385 INFO O| Planning: Running solver ... Done |
8032 | 2024-08-19T18:33:45.140Z | [ host-image] Aug 19 18:33:43.424 INFO O| Aug 19 18:33:43.424 INFO O| Planning: Finding local manifests ... Done |
8033 | 2024-08-19T18:33:45.142Z | [ host-image] Aug 19 18:33:43.425 INFO O| Aug 19 18:33:43.425 INFO O| Planning: Fetching manifests: 0/6 0% complete |
8034 | 2024-08-19T18:33:45.276Z | [ host-image] Aug 19 18:33:43.560 INFO O| Aug 19 18:33:43.560 INFO O| Planning: Fetching manifests: 6/6 100% complete |
8035 | 2024-08-19T18:33:45.310Z | [ host-image] Aug 19 18:33:43.594 INFO O| Aug 19 18:33:43.594 INFO O| Planning: Package planning ... Done |
8036 | 2024-08-19T18:33:45.328Z | [ host-image] Aug 19 18:33:43.612 INFO O| Aug 19 18:33:43.612 INFO O| Planning: Merging actions ... Done |
8037 | 2024-08-19T18:33:45.403Z | [ host-image] Aug 19 18:33:43.686 INFO O| Aug 19 18:33:43.686 INFO O| Planning: Checking for conflicting actions ... Done |
8038 | 2024-08-19T18:33:45.406Z | [ host-image] Aug 19 18:33:43.690 INFO O| Aug 19 18:33:43.690 INFO O| Planning: Consolidating action changes ... Done |
8039 | 2024-08-19T18:33:45.582Z | [ host-image] Aug 19 18:33:43.866 INFO O| Aug 19 18:33:43.866 INFO O| Planning: Evaluating mediators ... Done |
8040 | 2024-08-19T18:33:45.584Z | [ host-image] Aug 19 18:33:43.869 INFO O| Aug 19 18:33:43.869 INFO O| Planning: Planning completed in 1.99 seconds |
8041 | 2024-08-19T18:33:45.587Z | [ host-image] Aug 19 18:33:43.871 INFO O| Aug 19 18:33:43.871 INFO O| Packages to install: 6 |
8042 | 2024-08-19T18:33:45.587Z | [ host-image] Aug 19 18:33:43.871 INFO O| Aug 19 18:33:43.871 INFO O| Mediators to change: 1 |
8043 | 2024-08-19T18:33:45.587Z | [ host-image] Aug 19 18:33:43.871 INFO O| Aug 19 18:33:43.871 INFO O| Services to change: 1 |
8044 | 2024-08-19T18:33:45.598Z | [ host-image] Aug 19 18:33:43.883 INFO O| Aug 19 18:33:43.882 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
8045 | 2024-08-19T18:33:51.458Z | [ host-image] Aug 19 18:33:49.741 INFO O| Aug 19 18:33:49.741 INFO O| Download: 1113/1140 items 6.6/8.4MB 78% complete (1.4M/s) |
8046 | 2024-08-19T18:33:51.610Z | [ host-image] Aug 19 18:33:49.893 INFO O| Aug 19 18:33:49.893 INFO O| Download: Completed 8.42 MB in 6.01 seconds (1.4M/s) |
8047 | 2024-08-19T18:33:51.663Z | [ host-image] Aug 19 18:33:49.946 INFO O| Aug 19 18:33:49.946 INFO O| Actions: 1/1361 actions (Installing new actions) |
8048 | 2024-08-19T18:33:52.075Z | [ host-image] Aug 19 18:33:50.358 INFO O| Aug 19 18:33:50.358 INFO O| Actions: Completed 1361 actions in 0.41 seconds. |
8049 | 2024-08-19T18:33:52.327Z | [ host-image] Aug 19 18:33:50.611 INFO O| Aug 19 18:33:50.611 INFO O| Done |
8050 | 2024-08-19T18:33:52.327Z | [ host-image] Aug 19 18:33:50.611 INFO O| Aug 19 18:33:50.611 INFO O| Done |
8051 | 2024-08-19T18:33:52.689Z | [ host-image] Aug 19 18:33:50.973 INFO O| Aug 19 18:33:50.973 INFO O| Done |
8052 | 2024-08-19T18:33:53.917Z | [ host-image] Aug 19 18:33:52.200 INFO O| Aug 19 18:33:52.200 INFO O| Done |
8053 | 2024-08-19T18:33:53.947Z | [ host-image] Aug 19 18:33:52.230 INFO O| Aug 19 18:33:52.230 INFO O| Done |
8054 | 2024-08-19T18:33:53.947Z | [ host-image] Aug 19 18:33:52.230 INFO O| Aug 19 18:33:52.230 INFO O| Done |
8055 | 2024-08-19T18:33:53.991Z | [ host-image] Aug 19 18:33:52.275 INFO O| Aug 19 18:33:52.275 INFO O| Done |
8056 | 2024-08-19T18:33:54.095Z | [ host-image] Aug 19 18:33:52.379 INFO O| Aug 19 18:33:52.379 INFO STEP 13 (pkg_install) COMPLETE |
8057 | 2024-08-19T18:33:54.096Z | [ host-image] Aug 19 18:33:52.379 INFO O| Aug 19 18:33:52.379 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8058 | 2024-08-19T18:33:54.108Z | [ host-image] Aug 19 18:33:52.392 INFO O| Aug 19 18:33:52.392 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
8059 | 2024-08-19T18:33:54.564Z | [ host-image] Aug 19 18:33:52.848 INFO O| Aug 19 18:33:52.848 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8060 | 2024-08-19T18:33:56.113Z | [ host-image] Aug 19 18:33:54.396 INFO O| Aug 19 18:33:54.396 INFO O| Planning: Solver setup ... Done |
8061 | 2024-08-19T18:33:56.117Z | [ host-image] Aug 19 18:33:54.400 INFO O| Aug 19 18:33:54.400 INFO O| Planning: Running solver ... Done |
8062 | 2024-08-19T18:33:56.155Z | [ host-image] Aug 19 18:33:54.438 INFO O| Aug 19 18:33:54.438 INFO O| Planning: Finding local manifests ... Done |
8063 | 2024-08-19T18:33:56.158Z | [ host-image] Aug 19 18:33:54.439 INFO O| Aug 19 18:33:54.439 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8064 | 2024-08-19T18:33:56.219Z | [ host-image] Aug 19 18:33:54.502 INFO O| Aug 19 18:33:54.502 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8065 | 2024-08-19T18:33:56.238Z | [ host-image] Aug 19 18:33:54.521 INFO O| Aug 19 18:33:54.521 INFO O| Planning: Package planning ... Done |
8066 | 2024-08-19T18:33:56.240Z | [ host-image] Aug 19 18:33:54.522 INFO O| Aug 19 18:33:54.522 INFO O| Planning: Merging actions ... Done |
8067 | 2024-08-19T18:33:56.299Z | [ host-image] Aug 19 18:33:54.583 INFO O| Aug 19 18:33:54.582 INFO O| Planning: Checking for conflicting actions ... Done |
8068 | 2024-08-19T18:33:56.302Z | [ host-image] Aug 19 18:33:54.583 INFO O| Aug 19 18:33:54.583 INFO O| Planning: Consolidating action changes ... Done |
8069 | 2024-08-19T18:33:56.473Z | [ host-image] Aug 19 18:33:54.755 INFO O| Aug 19 18:33:54.755 INFO O| Planning: Evaluating mediators ... Done |
8070 | 2024-08-19T18:33:56.475Z | [ host-image] Aug 19 18:33:54.756 INFO O| Aug 19 18:33:54.756 INFO O| Planning: Planning completed in 1.91 seconds |
8071 | 2024-08-19T18:33:56.475Z | [ host-image] Aug 19 18:33:54.757 INFO O| Aug 19 18:33:54.757 INFO O| Packages to install: 1 |
8072 | 2024-08-19T18:33:56.485Z | [ host-image] Aug 19 18:33:54.768 INFO O| Aug 19 18:33:54.768 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
8073 | 2024-08-19T18:33:56.833Z | [ host-image] Aug 19 18:33:55.116 INFO O| Aug 19 18:33:55.116 INFO O| Download: Completed 20.86 MB in 0.35 seconds (60.0M/s) |
8074 | 2024-08-19T18:33:56.855Z | [ host-image] Aug 19 18:33:55.139 INFO O| Aug 19 18:33:55.139 INFO O| Actions: 1/22 actions (Installing new actions) |
8075 | 2024-08-19T18:33:57.746Z | [ host-image] Aug 19 18:33:56.028 INFO O| Aug 19 18:33:56.028 INFO O| Actions: Completed 22 actions in 0.89 seconds. |
8076 | 2024-08-19T18:33:58.001Z | [ host-image] Aug 19 18:33:56.283 INFO O| Aug 19 18:33:56.283 INFO O| Done |
8077 | 2024-08-19T18:33:58.001Z | [ host-image] Aug 19 18:33:56.283 INFO O| Aug 19 18:33:56.283 INFO O| Done |
8078 | 2024-08-19T18:33:58.356Z | [ host-image] Aug 19 18:33:56.639 INFO O| Aug 19 18:33:56.639 INFO O| Done |
8079 | 2024-08-19T18:33:59.648Z | [ host-image] Aug 19 18:33:57.930 INFO O| Aug 19 18:33:57.930 INFO O| Done |
8080 | 2024-08-19T18:33:59.673Z | [ host-image] Aug 19 18:33:57.956 INFO O| Aug 19 18:33:57.956 INFO O| Done |
8081 | 2024-08-19T18:33:59.673Z | [ host-image] Aug 19 18:33:57.956 INFO O| Aug 19 18:33:57.956 INFO O| Done |
8082 | 2024-08-19T18:33:59.684Z | [ host-image] Aug 19 18:33:57.967 INFO O| Aug 19 18:33:57.967 INFO O| Done |
8083 | 2024-08-19T18:33:59.781Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO STEP 14 (pkg_install) COMPLETE |
8084 | 2024-08-19T18:33:59.781Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8085 | 2024-08-19T18:33:59.783Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO skip step because feature "mfg" is not enabled |
8086 | 2024-08-19T18:33:59.784Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8087 | 2024-08-19T18:33:59.784Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO skip step because feature "compliance" is not enabled |
8088 | 2024-08-19T18:33:59.784Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8089 | 2024-08-19T18:33:59.784Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO skip step because feature "stress" is not enabled |
8090 | 2024-08-19T18:33:59.784Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8091 | 2024-08-19T18:33:59.784Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO skip step because feature "nfs" is not enabled |
8092 | 2024-08-19T18:33:59.784Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8093 | 2024-08-19T18:33:59.785Z | [ host-image] Aug 19 18:33:58.063 INFO O| Aug 19 18:33:58.063 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8094 | 2024-08-19T18:33:59.890Z | [ host-image] Aug 19 18:33:58.173 INFO O| Aug 19 18:33:58.173 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8095 | 2024-08-19T18:33:59.958Z | [ host-image] Aug 19 18:33:58.240 INFO O| Aug 19 18:33:58.240 INFO completed processing gimlet/ramdisk-01-os |
8096 | 2024-08-19T18:33:59.960Z | [ host-image] Aug 19 18:33:58.243 INFO omicron1 baseline generation... |
8097 | 2024-08-19T18:33:59.960Z | [ host-image] Aug 19 18:33:58.243 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8098 | 2024-08-19T18:34:00.352Z | [ host-image] Aug 19 18:33:58.635 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22816:20240814T214503Z |
8099 | 2024-08-19T18:34:35.751Z | [ recovery-image] Aug 19 18:34:34.030 INFO O| ok, image written! |
8100 | 2024-08-19T18:34:35.751Z | [ recovery-image] Aug 19 18:34:34.031 INFO O| ok, boot_image_csum file written! |
8101 | 2024-08-19T18:34:35.754Z | [ recovery-image] Aug 19 18:34:34.033 INFO creating boot archive (CPIO)... |
8102 | 2024-08-19T18:34:35.754Z | [ recovery-image] Aug 19 18:34:34.033 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 |
8103 | 2024-08-19T18:34:35.762Z | [ recovery-image] Aug 19 18:34:34.042 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8104 | 2024-08-19T18:34:35.764Z | [ recovery-image] Aug 19 18:34:34.042 INFO E| + outfile=/work/os-recovery/cpio |
8105 | 2024-08-19T18:34:35.764Z | [ recovery-image] Aug 19 18:34:34.042 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8106 | 2024-08-19T18:34:35.764Z | [ recovery-image] Aug 19 18:34:34.044 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8107 | 2024-08-19T18:34:35.764Z | [ recovery-image] Aug 19 18:34:34.044 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8108 | 2024-08-19T18:34:35.796Z | [ recovery-image] Aug 19 18:34:34.075 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8109 | 2024-08-19T18:34:35.796Z | [ recovery-image] Aug 19 18:34:34.075 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8110 | 2024-08-19T18:34:35.802Z | [ recovery-image] Aug 19 18:34:34.082 INFO creating compressed cpio/unix for nanobl-rs... |
8111 | 2024-08-19T18:34:35.803Z | [ recovery-image] Aug 19 18:34:34.082 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 |
8112 | 2024-08-19T18:34:36.082Z | [ recovery-image] Aug 19 18:34:34.361 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8113 | 2024-08-19T18:34:40.449Z | [ recovery-image] Aug 19 18:34:38.728 INFO creating reset image... |
8114 | 2024-08-19T18:34:40.451Z | [ recovery-image] Aug 19 18:34:38.728 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8115 | 2024-08-19T18:34:40.692Z | [ recovery-image] Aug 19 18:34:38.971 INFO E| Updating crates.io index |
8116 | 2024-08-19T18:34:40.766Z | [ recovery-image] Aug 19 18:34:39.045 INFO E| Downloading crates ... |
8117 | 2024-08-19T18:34:40.813Z | [ recovery-image] Aug 19 18:34:39.092 INFO E| Downloaded anstyle-parse v0.2.3 |
8118 | 2024-08-19T18:34:40.816Z | [ recovery-image] Aug 19 18:34:39.095 INFO E| Downloaded anstyle v1.0.6 |
8119 | 2024-08-19T18:34:40.825Z | [ recovery-image] Aug 19 18:34:39.104 INFO E| Downloaded anstyle-query v1.0.2 |
8120 | 2024-08-19T18:34:40.828Z | [ recovery-image] Aug 19 18:34:39.106 INFO E| Downloaded proc-macro2 v1.0.79 |
8121 | 2024-08-19T18:34:40.831Z | [ recovery-image] Aug 19 18:34:39.109 INFO E| Downloaded os_pipe v1.1.5 |
8122 | 2024-08-19T18:34:40.831Z | [ recovery-image] Aug 19 18:34:39.110 INFO E| Downloaded shared_child v1.0.0 |
8123 | 2024-08-19T18:34:40.834Z | [ recovery-image] Aug 19 18:34:39.114 INFO E| Downloaded clap_derive v4.5.3 |
8124 | 2024-08-19T18:34:40.837Z | [ recovery-image] Aug 19 18:34:39.116 INFO E| Downloaded duct v0.13.7 |
8125 | 2024-08-19T18:34:40.839Z | [ recovery-image] Aug 19 18:34:39.118 INFO E| Downloaded anstream v0.6.13 |
8126 | 2024-08-19T18:34:40.841Z | [ recovery-image] Aug 19 18:34:39.120 INFO E| Downloaded clap v4.5.3 |
8127 | 2024-08-19T18:34:40.861Z | [ recovery-image] Aug 19 18:34:39.140 INFO E| Downloaded syn v2.0.53 |
8128 | 2024-08-19T18:34:40.888Z | [ recovery-image] Aug 19 18:34:39.167 INFO E| Downloaded libc v0.2.153 |
8129 | 2024-08-19T18:34:40.967Z | [ recovery-image] Aug 19 18:34:39.245 INFO E| Compiling proc-macro2 v1.0.79 |
8130 | 2024-08-19T18:34:40.967Z | [ recovery-image] Aug 19 18:34:39.245 INFO E| Compiling unicode-ident v1.0.12 |
8131 | 2024-08-19T18:34:40.967Z | [ recovery-image] Aug 19 18:34:39.245 INFO E| Compiling libc v0.2.153 |
8132 | 2024-08-19T18:34:40.969Z | [ recovery-image] Aug 19 18:34:39.246 INFO E| Compiling utf8parse v0.2.1 |
8133 | 2024-08-19T18:34:40.969Z | [ recovery-image] Aug 19 18:34:39.246 INFO E| Compiling anstyle v1.0.6 |
8134 | 2024-08-19T18:34:40.969Z | [ recovery-image] Aug 19 18:34:39.246 INFO E| Compiling colorchoice v1.0.0 |
8135 | 2024-08-19T18:34:40.969Z | [ recovery-image] Aug 19 18:34:39.246 INFO E| Compiling anstyle-query v1.0.2 |
8136 | 2024-08-19T18:34:40.969Z | [ recovery-image] Aug 19 18:34:39.246 INFO E| Compiling heck v0.5.0 |
8137 | 2024-08-19T18:34:41.203Z | [ recovery-image] Aug 19 18:34:39.482 INFO E| Compiling strsim v0.11.0 |
8138 | 2024-08-19T18:34:41.203Z | [ recovery-image] Aug 19 18:34:39.482 INFO E| Compiling clap_lex v0.7.0 |
8139 | 2024-08-19T18:34:41.222Z | [ recovery-image] Aug 19 18:34:39.501 INFO E| Compiling once_cell v1.19.0 |
8140 | 2024-08-19T18:34:41.751Z | [ recovery-image] Aug 19 18:34:40.030 INFO E| Compiling anstyle-parse v0.2.3 |
8141 | 2024-08-19T18:34:41.982Z | [ recovery-image] Aug 19 18:34:40.261 INFO E| Compiling anstream v0.6.13 |
8142 | 2024-08-19T18:34:42.300Z | [ recovery-image] Aug 19 18:34:40.578 INFO E| Compiling clap_builder v4.5.2 |
8143 | 2024-08-19T18:34:42.404Z | [ recovery-image] Aug 19 18:34:40.682 INFO E| Compiling shared_child v1.0.0 |
8144 | 2024-08-19T18:34:42.404Z | [ recovery-image] Aug 19 18:34:40.683 INFO E| Compiling os_pipe v1.1.5 |
8145 | 2024-08-19T18:34:42.445Z | [ recovery-image] Aug 19 18:34:40.723 INFO E| Compiling quote v1.0.35 |
8146 | 2024-08-19T18:34:42.655Z | [ recovery-image] Aug 19 18:34:40.934 INFO E| Compiling duct v0.13.7 |
8147 | 2024-08-19T18:34:42.850Z | [ recovery-image] Aug 19 18:34:41.129 INFO E| Compiling syn v2.0.53 |
8148 | 2024-08-19T18:34:48.130Z | [ recovery-image] Aug 19 18:34:46.408 INFO E| Compiling clap_derive v4.5.3 |
8149 | 2024-08-19T18:34:50.404Z | [ recovery-image] Aug 19 18:34:48.682 INFO E| Compiling clap v4.5.3 |
8150 | 2024-08-19T18:34:50.467Z | [ recovery-image] Aug 19 18:34:48.745 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8151 | 2024-08-19T18:34:51.734Z | [ recovery-image] Aug 19 18:34:50.012 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s |
8152 | 2024-08-19T18:34:51.743Z | [ recovery-image] Aug 19 18:34:50.021 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8153 | 2024-08-19T18:34:51.878Z | [ recovery-image] Aug 19 18:34:50.156 INFO E| Updating crates.io index |
8154 | 2024-08-19T18:34:52.034Z | [ recovery-image] Aug 19 18:34:50.312 INFO E| Downloading crates ... |
8155 | 2024-08-19T18:34:52.121Z | [ recovery-image] Aug 19 18:34:50.399 INFO E| Downloaded seq-macro v0.3.5 |
8156 | 2024-08-19T18:34:52.123Z | [ recovery-image] Aug 19 18:34:50.401 INFO E| Downloaded cpio_reader v0.1.1 |
8157 | 2024-08-19T18:34:52.125Z | [ recovery-image] Aug 19 18:34:50.402 INFO E| Downloaded bit_field v0.10.2 |
8158 | 2024-08-19T18:34:52.136Z | [ recovery-image] Aug 19 18:34:50.414 INFO E| Downloaded raw-cpuid v10.7.0 |
8159 | 2024-08-19T18:34:52.265Z | [ recovery-image] Aug 19 18:34:50.543 INFO E| Downloaded x86 v0.52.0 |
8160 | 2024-08-19T18:34:52.339Z | [ recovery-image] Aug 19 18:34:50.617 INFO E| Updating crates.io index |
8161 | 2024-08-19T18:34:52.385Z | [ recovery-image] Aug 19 18:34:50.662 INFO E| Downloading crates ... |
8162 | 2024-08-19T18:34:52.439Z | [ recovery-image] Aug 19 18:34:50.717 INFO E| Downloaded compiler_builtins v0.1.108 |
8163 | 2024-08-19T18:34:52.515Z | [ recovery-image] Aug 19 18:34:50.793 INFO E| Compiling compiler_builtins v0.1.108 |
8164 | 2024-08-19T18:34:52.516Z | [ recovery-image] Aug 19 18:34:50.793 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) |
8165 | 2024-08-19T18:34:52.518Z | [ recovery-image] Aug 19 18:34:50.793 INFO E| Compiling proc-macro2 v1.0.79 |
8166 | 2024-08-19T18:34:52.518Z | [ recovery-image] Aug 19 18:34:50.793 INFO E| Compiling unicode-ident v1.0.12 |
8167 | 2024-08-19T18:34:52.518Z | [ recovery-image] Aug 19 18:34:50.793 INFO E| Compiling syn v1.0.109 |
8168 | 2024-08-19T18:34:52.518Z | [ recovery-image] Aug 19 18:34:50.793 INFO E| Compiling x86 v0.52.0 |
8169 | 2024-08-19T18:34:52.518Z | [ recovery-image] Aug 19 18:34:50.794 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8170 | 2024-08-19T18:34:52.521Z | [ recovery-image] Aug 19 18:34:50.799 INFO E| Compiling seq-macro v0.3.5 |
8171 | 2024-08-19T18:34:53.716Z | [ recovery-image] Aug 19 18:34:51.993 INFO E| Compiling quote v1.0.35 |
8172 | 2024-08-19T18:34:54.045Z | [ recovery-image] Aug 19 18:34:52.322 INFO E| Compiling syn v2.0.53 |
8173 | 2024-08-19T18:34:54.841Z | [ host-image] Aug 19 18:34:53.118 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22816:20240814T214537Z |
8174 | 2024-08-19T18:34:54.841Z | [ host-image] Aug 19 18:34:53.118 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22816:20240814T214537Z |
8175 | 2024-08-19T18:34:54.843Z | [ host-image] Aug 19 18:34:53.119 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8176 | 2024-08-19T18:34:54.843Z | [ host-image] Aug 19 18:34:53.119 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8177 | 2024-08-19T18:34:54.843Z | [ host-image] Aug 19 18:34:53.119 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8178 | 2024-08-19T18:34:54.843Z | [ host-image] Aug 19 18:34:53.119 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8179 | 2024-08-19T18:34:54.843Z | [ host-image] Aug 19 18:34:53.120 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8180 | 2024-08-19T18:34:54.843Z | [ host-image] Aug 19 18:34:53.120 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8181 | 2024-08-19T18:34:54.844Z | [ host-image] Aug 19 18:34:53.120 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8182 | 2024-08-19T18:34:54.844Z | [ host-image] Aug 19 18:34:53.120 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8183 | 2024-08-19T18:34:54.844Z | [ host-image] Aug 19 18:34:53.120 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22816:20240814T214538Z |
8184 | 2024-08-19T18:34:54.846Z | [ host-image] Aug 19 18:34:53.122 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22816:20240814T214538Z |
8185 | 2024-08-19T18:34:54.846Z | [ host-image] Aug 19 18:34:53.123 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22816:20240814T214539Z |
8186 | 2024-08-19T18:34:54.848Z | [ host-image] Aug 19 18:34:53.124 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22816:20240814T214539Z |
8187 | 2024-08-19T18:34:54.848Z | [ host-image] Aug 19 18:34:53.124 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8188 | 2024-08-19T18:34:54.848Z | [ host-image] Aug 19 18:34:53.125 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22816:20240814T214539Z |
8189 | 2024-08-19T18:34:54.848Z | [ host-image] Aug 19 18:34:53.125 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22816:20240814T214539Z |
8190 | 2024-08-19T18:34:54.848Z | [ host-image] Aug 19 18:34:53.125 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22816:20240814T214539Z |
8191 | 2024-08-19T18:34:54.848Z | [ host-image] Aug 19 18:34:53.126 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22816:20240814T214539Z |
8192 | 2024-08-19T18:34:54.848Z | [ host-image] Aug 19 18:34:53.126 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22816:20240814T214540Z |
8193 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.126 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22816:20240814T214540Z |
8194 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.126 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22816:20240814T214540Z |
8195 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.126 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22816:20240814T214541Z |
8196 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.126 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22816:20240814T214542Z |
8197 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.127 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22816:20240814T214543Z |
8198 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.127 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22816:20240814T214543Z |
8199 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.127 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22816:20240814T214544Z |
8200 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.127 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22816:20240814T214545Z |
8201 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.127 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8202 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.127 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22816:20240814T214546Z |
8203 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.127 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22816:20240814T214549Z |
8204 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.127 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22816:20240814T214550Z |
8205 | 2024-08-19T18:34:54.851Z | [ host-image] Aug 19 18:34:53.128 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22816:20240814T214550Z |
8206 | 2024-08-19T18:34:54.854Z | [ host-image] Aug 19 18:34:53.129 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22816:20240814T214552Z |
8207 | 2024-08-19T18:34:54.854Z | [ host-image] Aug 19 18:34:53.129 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22816:20240814T214552Z |
8208 | 2024-08-19T18:34:54.861Z | [ host-image] Aug 19 18:34:53.139 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8209 | 2024-08-19T18:34:54.864Z | [ host-image] Aug 19 18:34:53.139 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22816:20240814T214552Z |
8210 | 2024-08-19T18:34:54.864Z | [ host-image] Aug 19 18:34:53.139 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8211 | 2024-08-19T18:34:54.864Z | [ host-image] Aug 19 18:34:53.139 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8212 | 2024-08-19T18:34:54.864Z | [ host-image] Aug 19 18:34:53.140 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8213 | 2024-08-19T18:34:54.864Z | [ host-image] Aug 19 18:34:53.141 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22816:20240814T214552Z |
8214 | 2024-08-19T18:34:54.864Z | [ host-image] Aug 19 18:34:53.141 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8215 | 2024-08-19T18:34:54.864Z | [ host-image] Aug 19 18:34:53.141 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8216 | 2024-08-19T18:34:54.866Z | [ host-image] Aug 19 18:34:53.142 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8217 | 2024-08-19T18:34:54.866Z | [ host-image] Aug 19 18:34:53.143 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8218 | 2024-08-19T18:34:54.878Z | [ host-image] Aug 19 18:34:53.156 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8219 | 2024-08-19T18:34:54.878Z | [ host-image] Aug 19 18:34:53.156 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8220 | 2024-08-19T18:34:54.880Z | [ host-image] Aug 19 18:34:53.156 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8221 | 2024-08-19T18:34:54.880Z | [ host-image] Aug 19 18:34:53.157 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8222 | 2024-08-19T18:34:54.881Z | [ host-image] Aug 19 18:34:53.157 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8223 | 2024-08-19T18:34:54.881Z | [ host-image] Aug 19 18:34:53.158 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8224 | 2024-08-19T18:34:54.920Z | [ host-image] Aug 19 18:34:53.198 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8225 | 2024-08-19T18:34:54.928Z | [ host-image] Aug 19 18:34:53.198 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8226 | 2024-08-19T18:34:54.928Z | [ host-image] Aug 19 18:34:53.198 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8227 | 2024-08-19T18:34:54.948Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22816:20240814T214554Z |
8228 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22816:20240814T214600Z |
8229 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8230 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22816:20240814T214601Z |
8231 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8232 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8233 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8234 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22816:20240814T214601Z |
8235 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.206 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8236 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.226 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8237 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.226 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8238 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.226 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8239 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.226 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22816:20240814T214601Z |
8240 | 2024-08-19T18:34:54.951Z | [ host-image] Aug 19 18:34:53.226 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8241 | 2024-08-19T18:34:54.956Z | [ host-image] Aug 19 18:34:53.233 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8242 | 2024-08-19T18:34:54.958Z | [ host-image] Aug 19 18:34:53.233 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22816:20240814T214602Z |
8243 | 2024-08-19T18:34:54.960Z | [ host-image] Aug 19 18:34:53.237 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22816:20240814T214602Z |
8244 | 2024-08-19T18:34:54.960Z | [ host-image] Aug 19 18:34:53.237 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22816:20240814T214602Z |
8245 | 2024-08-19T18:34:54.960Z | [ host-image] Aug 19 18:34:53.238 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8246 | 2024-08-19T18:34:54.963Z | [ host-image] Aug 19 18:34:53.238 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22816:20240814T214603Z |
8247 | 2024-08-19T18:34:54.963Z | [ host-image] Aug 19 18:34:53.239 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22816:20240814T214604Z |
8248 | 2024-08-19T18:34:54.963Z | [ host-image] Aug 19 18:34:53.239 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22816:20240814T214604Z |
8249 | 2024-08-19T18:34:54.963Z | [ host-image] Aug 19 18:34:53.240 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22816:20240814T214604Z |
8250 | 2024-08-19T18:34:54.967Z | [ host-image] Aug 19 18:34:53.245 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8251 | 2024-08-19T18:34:54.969Z | [ host-image] Aug 19 18:34:53.245 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22816:20240814T214604Z |
8252 | 2024-08-19T18:34:54.969Z | [ host-image] Aug 19 18:34:53.246 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22816:20240814T214606Z |
8253 | 2024-08-19T18:34:54.970Z | [ host-image] Aug 19 18:34:53.247 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8254 | 2024-08-19T18:34:54.970Z | [ host-image] Aug 19 18:34:53.247 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22816:20240814T214606Z |
8255 | 2024-08-19T18:34:54.970Z | [ host-image] Aug 19 18:34:53.247 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22816:20240814T214606Z |
8256 | 2024-08-19T18:34:54.972Z | [ host-image] Aug 19 18:34:53.247 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22816:20240814T214606Z |
8257 | 2024-08-19T18:34:54.972Z | [ host-image] Aug 19 18:34:53.248 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22816:20240814T214606Z |
8258 | 2024-08-19T18:34:54.982Z | [ host-image] Aug 19 18:34:53.260 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22816:20240814T214606Z |
8259 | 2024-08-19T18:34:54.982Z | [ host-image] Aug 19 18:34:53.260 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8260 | 2024-08-19T18:34:54.985Z | [ host-image] Aug 19 18:34:53.262 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22816:20240814T214606Z |
8261 | 2024-08-19T18:34:54.987Z | [ host-image] Aug 19 18:34:53.263 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22816:20240814T214606Z |
8262 | 2024-08-19T18:34:54.987Z | [ host-image] Aug 19 18:34:53.263 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22816:20240814T214607Z |
8263 | 2024-08-19T18:34:54.987Z | [ host-image] Aug 19 18:34:53.264 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22816:20240814T214607Z |
8264 | 2024-08-19T18:34:54.989Z | [ host-image] Aug 19 18:34:53.265 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22816:20240814T214607Z |
8265 | 2024-08-19T18:34:54.989Z | [ host-image] Aug 19 18:34:53.265 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22816:20240814T214607Z |
8266 | 2024-08-19T18:34:55.002Z | [ host-image] Aug 19 18:34:53.279 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22816:20240814T214609Z |
8267 | 2024-08-19T18:34:55.002Z | [ host-image] Aug 19 18:34:53.279 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22816:20240814T214608Z |
8268 | 2024-08-19T18:34:55.004Z | [ host-image] Aug 19 18:34:53.279 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22816:20240814T214608Z |
8269 | 2024-08-19T18:34:55.004Z | [ host-image] Aug 19 18:34:53.281 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22816:20240814T214608Z |
8270 | 2024-08-19T18:34:55.004Z | [ host-image] Aug 19 18:34:53.281 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22816:20240814T214609Z |
8271 | 2024-08-19T18:34:55.033Z | [ host-image] Aug 19 18:34:53.310 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22816:20240814T214612Z |
8272 | 2024-08-19T18:34:55.033Z | [ host-image] Aug 19 18:34:53.310 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22816:20240814T214609Z |
8273 | 2024-08-19T18:34:55.035Z | [ host-image] Aug 19 18:34:53.310 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22816:20240814T214609Z |
8274 | 2024-08-19T18:34:55.035Z | [ host-image] Aug 19 18:34:53.311 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8275 | 2024-08-19T18:34:55.035Z | [ host-image] Aug 19 18:34:53.311 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8276 | 2024-08-19T18:34:55.069Z | [ host-image] Aug 19 18:34:53.347 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22816:20240814T214609Z |
8277 | 2024-08-19T18:34:55.072Z | [ host-image] Aug 19 18:34:53.347 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8278 | 2024-08-19T18:34:55.072Z | [ host-image] Aug 19 18:34:53.347 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22816:20240814T214610Z |
8279 | 2024-08-19T18:34:55.072Z | [ host-image] Aug 19 18:34:53.347 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22816:20240814T214610Z |
8280 | 2024-08-19T18:34:55.072Z | [ host-image] Aug 19 18:34:53.348 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22816:20240814T214610Z |
8281 | 2024-08-19T18:34:55.072Z | [ host-image] Aug 19 18:34:53.349 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8282 | 2024-08-19T18:34:55.072Z | [ host-image] Aug 19 18:34:53.349 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8283 | 2024-08-19T18:34:55.074Z | [ host-image] Aug 19 18:34:53.350 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22816:20240814T214611Z |
8284 | 2024-08-19T18:34:55.074Z | [ host-image] Aug 19 18:34:53.350 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22816:20240814T214611Z |
8285 | 2024-08-19T18:34:55.074Z | [ host-image] Aug 19 18:34:53.350 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22816:20240814T214611Z |
8286 | 2024-08-19T18:34:55.074Z | [ host-image] Aug 19 18:34:53.351 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22816:20240814T214611Z |
8287 | 2024-08-19T18:34:55.074Z | [ host-image] Aug 19 18:34:53.351 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22816:20240814T214612Z |
8288 | 2024-08-19T18:34:55.074Z | [ host-image] Aug 19 18:34:53.351 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22816:20240814T214612Z |
8289 | 2024-08-19T18:34:55.076Z | [ host-image] Aug 19 18:34:53.354 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8290 | 2024-08-19T18:34:55.079Z | [ host-image] Aug 19 18:34:53.354 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22816:20240814T214613Z |
8291 | 2024-08-19T18:34:55.079Z | [ host-image] Aug 19 18:34:53.356 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22816:20240814T214613Z |
8292 | 2024-08-19T18:34:55.079Z | [ host-image] Aug 19 18:34:53.356 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22816:20240814T214613Z |
8293 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.357 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22816:20240814T214614Z |
8294 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.357 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22816:20240814T214613Z |
8295 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.357 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22816:20240814T214614Z |
8296 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.357 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8297 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.357 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8298 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.358 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22816:20240814T214616Z |
8299 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.358 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22816:20240814T214616Z |
8300 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.359 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8301 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.359 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8302 | 2024-08-19T18:34:55.081Z | [ host-image] Aug 19 18:34:53.359 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8303 | 2024-08-19T18:34:55.084Z | [ host-image] Aug 19 18:34:53.359 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8304 | 2024-08-19T18:34:55.084Z | [ host-image] Aug 19 18:34:53.359 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8305 | 2024-08-19T18:34:55.084Z | [ host-image] Aug 19 18:34:53.360 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8306 | 2024-08-19T18:34:55.084Z | [ host-image] Aug 19 18:34:53.361 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8307 | 2024-08-19T18:34:55.084Z | [ host-image] Aug 19 18:34:53.361 INFO O| tempdir @ "/tmp/.tmpl4ELvI/tmp" |
8308 | 2024-08-19T18:34:55.084Z | [ host-image] Aug 19 18:34:53.361 INFO O| image root @ "/tmp/.tmpl4ELvI/tmp/root" |
8309 | 2024-08-19T18:34:55.084Z | [ host-image] Aug 19 18:34:53.361 INFO O| creating image... |
8310 | 2024-08-19T18:34:55.693Z | [ host-image] Aug 19 18:34:53.970 INFO O| copying publishers... |
8311 | 2024-08-19T18:34:57.894Z | [ recovery-image] Aug 19 18:34:56.171 INFO E| Compiling scroll_derive v0.12.0 |
8312 | 2024-08-19T18:35:00.374Z | [ recovery-image] Aug 19 18:34:58.650 INFO E| Compiling bitstruct_derive v0.1.0 |
8313 | 2024-08-19T18:35:02.878Z | [ host-image] Aug 19 18:35:01.155 INFO O| adding properties... |
8314 | 2024-08-19T18:35:04.050Z | [ host-image] Aug 19 18:35:02.326 INFO O| installing packages... |
8315 | 2024-08-19T18:35:14.978Z | [ recovery-image] Aug 19 18:35:13.253 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) |
8316 | 2024-08-19T18:35:16.600Z | [ recovery-image] Aug 19 18:35:14.875 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) |
8317 | 2024-08-19T18:35:19.925Z | [ recovery-image] Aug 19 18:35:18.199 INFO E| Compiling bitflags v1.3.2 |
8318 | 2024-08-19T18:35:19.925Z | [ recovery-image] Aug 19 18:35:18.199 INFO E| Compiling plain v0.2.3 |
8319 | 2024-08-19T18:35:19.925Z | [ recovery-image] Aug 19 18:35:18.199 INFO E| Compiling log v0.4.21 |
8320 | 2024-08-19T18:35:19.925Z | [ recovery-image] Aug 19 18:35:18.199 INFO E| Compiling adler v1.0.2 |
8321 | 2024-08-19T18:35:19.925Z | [ recovery-image] Aug 19 18:35:18.199 INFO E| Compiling scroll v0.12.0 |
8322 | 2024-08-19T18:35:19.925Z | [ recovery-image] Aug 19 18:35:18.199 INFO E| Compiling bit_field v0.10.2 |
8323 | 2024-08-19T18:35:19.925Z | [ recovery-image] Aug 19 18:35:18.199 INFO E| Compiling bitstruct v0.1.1 |
8324 | 2024-08-19T18:35:20.076Z | [ recovery-image] Aug 19 18:35:18.308 INFO E| Compiling raw-cpuid v10.7.0 |
8325 | 2024-08-19T18:35:20.079Z | [ recovery-image] Aug 19 18:35:18.321 INFO E| Compiling cpio_reader v0.1.1 |
8326 | 2024-08-19T18:35:20.094Z | [ recovery-image] Aug 19 18:35:18.369 INFO E| Compiling miniz_oxide v0.7.2 |
8327 | 2024-08-19T18:35:20.199Z | [ recovery-image] Aug 19 18:35:18.474 INFO E| Compiling static_assertions v1.1.0 |
8328 | 2024-08-19T18:35:20.412Z | [ recovery-image] Aug 19 18:35:18.686 INFO E| Compiling goblin v0.8.0 |
8329 | 2024-08-19T18:35:24.647Z | [ host-image] Aug 19 18:35:22.921 INFO O| seeding SMF database... |
8330 | 2024-08-19T18:35:27.339Z | [ recovery-image] Aug 19 18:35:25.613 INFO E| Finished `release` profile [optimized] target(s) in 35.57s |
8331 | 2024-08-19T18:35:27.360Z | [ recovery-image] Aug 19 18:35:25.634 INFO building host image... |
8332 | 2024-08-19T18:35:27.362Z | [ recovery-image] Aug 19 18:35:25.634 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") |
8333 | 2024-08-19T18:35:27.798Z | [ recovery-image] Aug 19 18:35:26.072 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8334 | 2024-08-19T18:35:29.171Z | [ recovery-image] Aug 19 18:35:27.445 INFO image complete! materials are in "/work/os-recovery" |
8335 | 2024-08-19T18:35:29.174Z | [ recovery-image] |
8336 | 2024-08-19T18:35:29.176Z | [ recovery-image] real 7:38.907228213 |
8337 | 2024-08-19T18:35:29.177Z | [ recovery-image] user 4:32.449589697 |
8338 | 2024-08-19T18:35:29.177Z | [ recovery-image] sys 1:00.327568875 |
8339 | 2024-08-19T18:35:29.177Z | [ recovery-image] trap 0.128656823 |
8340 | 2024-08-19T18:35:29.177Z | [ recovery-image] tflt 0.549854968 |
8341 | 2024-08-19T18:35:29.177Z | [ recovery-image] dflt 1.028861606 |
8342 | 2024-08-19T18:35:29.177Z | [ recovery-image] kflt 0.000074363 |
8343 | 2024-08-19T18:35:29.177Z | [ recovery-image] lock 16:30.506611181 |
8344 | 2024-08-19T18:35:29.177Z | [ recovery-image] slp 46:26.263483308 |
8345 | 2024-08-19T18:35:29.177Z | [ recovery-image] lat 49.213676910 |
8346 | 2024-08-19T18:35:29.177Z | [ recovery-image] stop 3.172792116 |
8347 | 2024-08-19T18:35:29.177Z | Aug 19 18:35:27.450 INFO [recovery-image] process exited with exit status: 0 (458.925932274s) |
8348 | 2024-08-19T18:35:32.541Z | [ host-image] Aug 19 18:35:30.815 INFO O| configuring SMF profile... |
8349 | 2024-08-19T18:35:32.541Z | [ host-image] Aug 19 18:35:30.815 INFO O| modifying shadow(5)... |
8350 | 2024-08-19T18:35:32.544Z | [ host-image] Aug 19 18:35:30.815 INFO O| loading user and group database... |
8351 | 2024-08-19T18:35:32.544Z | [ host-image] Aug 19 18:35:30.815 INFO O| assessing packaged files... |
8352 | 2024-08-19T18:35:34.820Z | [ host-image] Aug 19 18:35:33.093 INFO O| creating archive... |
8353 | 2024-08-19T18:35:34.853Z | [ host-image] Aug 19 18:35:33.127 INFO O| missing from packaging: |
8354 | 2024-08-19T18:35:34.853Z | [ host-image] Aug 19 18:35:33.127 INFO O| "etc/.pwd.lock" |
8355 | 2024-08-19T18:35:34.855Z | [ host-image] Aug 19 18:35:33.127 INFO O| "etc/bash" |
8356 | 2024-08-19T18:35:34.858Z | [ host-image] Aug 19 18:35:33.132 INFO O| "etc/svc/profile/generic.xml" |
8357 | 2024-08-19T18:35:34.858Z | [ host-image] Aug 19 18:35:33.132 INFO O| "etc/svc/profile/inetd_services.xml" |
8358 | 2024-08-19T18:35:34.858Z | [ host-image] Aug 19 18:35:33.132 INFO O| "etc/svc/profile/name_service.xml" |
8359 | 2024-08-19T18:35:34.860Z | [ host-image] Aug 19 18:35:33.132 INFO O| "etc/svc/profile/platform.xml" |
8360 | 2024-08-19T18:35:34.860Z | [ host-image] Aug 19 18:35:33.132 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8361 | 2024-08-19T18:35:34.860Z | [ host-image] Aug 19 18:35:33.132 INFO O| "etc/svc/repository.db" |
8362 | 2024-08-19T18:35:34.867Z | [ host-image] Aug 19 18:35:33.141 INFO O| "opt/ooce/share" |
8363 | 2024-08-19T18:35:34.867Z | [ host-image] Aug 19 18:35:33.141 INFO O| "opt/ooce/share/man" |
8364 | 2024-08-19T18:35:34.870Z | [ host-image] Aug 19 18:35:33.141 INFO O| "opt/ooce/share/man/man1" |
8365 | 2024-08-19T18:35:34.877Z | [ host-image] Aug 19 18:35:33.151 INFO O| finishing archive... |
8366 | 2024-08-19T18:35:37.702Z | [ host-image] Aug 19 18:35:35.976 INFO O| creating gzonly manifest... |
8367 | 2024-08-19T18:35:37.716Z | [ host-image] Aug 19 18:35:35.990 INFO O| ok |
8368 | 2024-08-19T18:35:37.827Z | [ host-image] Aug 19 18:35:36.100 INFO image builder template: ramdisk-02-trim... |
8369 | 2024-08-19T18:35:37.827Z | [ host-image] Aug 19 18:35:36.100 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/.tmplUy9tx/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 |
8370 | 2024-08-19T18:35:37.854Z | [ host-image] Aug 19 18:35:36.127 INFO O| Aug 19 18:35:36.127 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8371 | 2024-08-19T18:35:37.859Z | [ host-image] Aug 19 18:35:36.132 INFO O| Aug 19 18:35:36.132 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8372 | 2024-08-19T18:35:38.023Z | [ host-image] Aug 19 18:35:36.296 INFO O| Aug 19 18:35:36.296 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8373 | 2024-08-19T18:35:38.090Z | [ host-image] Aug 19 18:35:36.363 INFO O| Aug 19 18:35:36.363 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8374 | 2024-08-19T18:35:38.093Z | [ host-image] Aug 19 18:35:36.363 INFO O| Aug 19 18:35:36.363 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8375 | 2024-08-19T18:35:38.096Z | [ host-image] Aug 19 18:35:36.370 INFO O| Aug 19 18:35:36.370 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8376 | 2024-08-19T18:35:38.101Z | [ host-image] Aug 19 18:35:36.375 INFO O| Aug 19 18:35:36.375 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8377 | 2024-08-19T18:35:38.107Z | [ host-image] Aug 19 18:35:36.381 INFO O| Aug 19 18:35:36.381 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8378 | 2024-08-19T18:35:38.314Z | [ host-image] Aug 19 18:35:36.587 INFO O| Aug 19 18:35:36.587 INFO rolled back to input snapshot; work may begin |
8379 | 2024-08-19T18:35:38.314Z | [ host-image] Aug 19 18:35:36.587 INFO O| Aug 19 18:35:36.587 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8380 | 2024-08-19T18:35:38.319Z | [ host-image] Aug 19 18:35:36.593 INFO O| Aug 19 18:35:36.593 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8381 | 2024-08-19T18:35:38.329Z | [ host-image] Aug 19 18:35:36.603 INFO O| Aug 19 18:35:36.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8382 | 2024-08-19T18:35:38.376Z | [ host-image] Aug 19 18:35:36.650 INFO O| Aug 19 18:35:36.649 INFO STEP 0 (remove_files) COMPLETE |
8383 | 2024-08-19T18:35:38.376Z | [ host-image] Aug 19 18:35:36.650 INFO O| Aug 19 18:35:36.650 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8384 | 2024-08-19T18:35:38.388Z | [ host-image] Aug 19 18:35:36.661 INFO O| Aug 19 18:35:36.661 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8385 | 2024-08-19T18:35:38.391Z | [ host-image] Aug 19 18:35:36.663 INFO O| Aug 19 18:35:36.663 INFO STEP 1 (remove_files) COMPLETE |
8386 | 2024-08-19T18:35:38.391Z | [ host-image] Aug 19 18:35:36.663 INFO O| Aug 19 18:35:36.663 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8387 | 2024-08-19T18:35:38.400Z | [ host-image] Aug 19 18:35:36.674 INFO O| Aug 19 18:35:36.674 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8388 | 2024-08-19T18:35:38.416Z | [ host-image] Aug 19 18:35:36.689 INFO O| Aug 19 18:35:36.689 INFO STEP 2 (remove_files) COMPLETE |
8389 | 2024-08-19T18:35:38.416Z | [ host-image] Aug 19 18:35:36.689 INFO O| Aug 19 18:35:36.689 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8390 | 2024-08-19T18:35:38.429Z | [ host-image] Aug 19 18:35:36.701 INFO O| Aug 19 18:35:36.701 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8391 | 2024-08-19T18:35:38.432Z | [ host-image] Aug 19 18:35:36.703 INFO O| Aug 19 18:35:36.703 INFO STEP 3 (remove_files) COMPLETE |
8392 | 2024-08-19T18:35:38.432Z | [ host-image] Aug 19 18:35:36.703 INFO O| Aug 19 18:35:36.703 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8393 | 2024-08-19T18:35:38.440Z | [ host-image] Aug 19 18:35:36.713 INFO O| Aug 19 18:35:36.713 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8394 | 2024-08-19T18:35:38.444Z | [ host-image] Aug 19 18:35:36.717 INFO O| Aug 19 18:35:36.717 INFO STEP 4 (remove_files) COMPLETE |
8395 | 2024-08-19T18:35:38.444Z | [ host-image] Aug 19 18:35:36.717 INFO O| Aug 19 18:35:36.717 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8396 | 2024-08-19T18:35:38.454Z | [ host-image] Aug 19 18:35:36.728 INFO O| Aug 19 18:35:36.727 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8397 | 2024-08-19T18:35:38.457Z | [ host-image] Aug 19 18:35:36.730 INFO O| Aug 19 18:35:36.730 INFO STEP 5 (remove_files) COMPLETE |
8398 | 2024-08-19T18:35:38.457Z | [ host-image] Aug 19 18:35:36.730 INFO O| Aug 19 18:35:36.730 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8399 | 2024-08-19T18:35:38.467Z | [ host-image] Aug 19 18:35:36.741 INFO O| Aug 19 18:35:36.741 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8400 | 2024-08-19T18:35:38.478Z | [ host-image] Aug 19 18:35:36.751 INFO O| Aug 19 18:35:36.751 INFO STEP 6 (remove_files) COMPLETE |
8401 | 2024-08-19T18:35:38.478Z | [ host-image] Aug 19 18:35:36.751 INFO O| Aug 19 18:35:36.751 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8402 | 2024-08-19T18:35:38.489Z | [ host-image] Aug 19 18:35:36.762 INFO O| Aug 19 18:35:36.762 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8403 | 2024-08-19T18:35:38.501Z | [ host-image] Aug 19 18:35:36.775 INFO O| Aug 19 18:35:36.775 INFO STEP 7 (remove_files) COMPLETE |
8404 | 2024-08-19T18:35:38.501Z | [ host-image] Aug 19 18:35:36.775 INFO O| Aug 19 18:35:36.775 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-19T18:35:38.513Z | [ host-image] Aug 19 18:35:36.786 INFO O| Aug 19 18:35:36.786 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8406 | 2024-08-19T18:35:38.601Z | [ host-image] Aug 19 18:35:36.875 INFO O| Aug 19 18:35:36.875 INFO STEP 8 (remove_files) COMPLETE |
8407 | 2024-08-19T18:35:38.601Z | [ host-image] Aug 19 18:35:36.875 INFO O| Aug 19 18:35:36.875 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-19T18:35:38.613Z | [ host-image] Aug 19 18:35:36.886 INFO O| Aug 19 18:35:36.886 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8409 | 2024-08-19T18:35:38.706Z | [ host-image] Aug 19 18:35:36.979 INFO O| Aug 19 18:35:36.979 INFO STEP 9 (remove_files) COMPLETE |
8410 | 2024-08-19T18:35:38.706Z | [ host-image] Aug 19 18:35:36.979 INFO O| Aug 19 18:35:36.979 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-19T18:35:38.717Z | [ host-image] Aug 19 18:35:36.991 INFO O| Aug 19 18:35:36.991 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8412 | 2024-08-19T18:35:38.722Z | [ host-image] Aug 19 18:35:36.995 INFO O| Aug 19 18:35:36.995 INFO STEP 10 (remove_files) COMPLETE |
8413 | 2024-08-19T18:35:38.722Z | [ host-image] Aug 19 18:35:36.995 INFO O| Aug 19 18:35:36.995 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-19T18:35:38.732Z | [ host-image] Aug 19 18:35:37.006 INFO O| Aug 19 18:35:37.006 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8415 | 2024-08-19T18:35:38.735Z | [ host-image] Aug 19 18:35:37.007 INFO O| Aug 19 18:35:37.007 INFO STEP 11 (remove_files) COMPLETE |
8416 | 2024-08-19T18:35:38.735Z | [ host-image] Aug 19 18:35:37.007 INFO O| Aug 19 18:35:37.007 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-19T18:35:38.743Z | [ host-image] Aug 19 18:35:37.017 INFO O| Aug 19 18:35:37.017 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8418 | 2024-08-19T18:35:38.746Z | [ host-image] Aug 19 18:35:37.019 INFO O| Aug 19 18:35:37.019 INFO STEP 12 (remove_files) COMPLETE |
8419 | 2024-08-19T18:35:38.746Z | [ host-image] Aug 19 18:35:37.019 INFO O| Aug 19 18:35:37.019 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-19T18:35:38.886Z | [ host-image] Aug 19 18:35:37.159 INFO O| Aug 19 18:35:37.159 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8421 | 2024-08-19T18:35:38.889Z | [ host-image] Aug 19 18:35:37.162 INFO O| Aug 19 18:35:37.162 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8422 | 2024-08-19T18:35:38.891Z | [ host-image] Aug 19 18:35:37.165 INFO O| Aug 19 18:35:37.165 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8423 | 2024-08-19T18:35:38.931Z | [ host-image] Aug 19 18:35:37.204 INFO O| Aug 19 18:35:37.204 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8424 | 2024-08-19T18:35:39.170Z | [ host-image] Aug 19 18:35:37.444 INFO O| Aug 19 18:35:37.443 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8425 | 2024-08-19T18:35:39.170Z | [ host-image] Aug 19 18:35:37.444 INFO O| Aug 19 18:35:37.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8426 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.444 INFO O| Aug 19 18:35:37.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8427 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.444 INFO O| Aug 19 18:35:37.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8428 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.444 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8429 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8430 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8431 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8432 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8433 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8434 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8435 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8436 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.445 INFO O| Aug 19 18:35:37.445 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8437 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.446 INFO O| Aug 19 18:35:37.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8438 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.446 INFO O| Aug 19 18:35:37.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8439 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.446 INFO O| Aug 19 18:35:37.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8440 | 2024-08-19T18:35:39.173Z | [ host-image] Aug 19 18:35:37.446 INFO O| Aug 19 18:35:37.446 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8441 | 2024-08-19T18:35:39.176Z | [ host-image] Aug 19 18:35:37.447 INFO O| Aug 19 18:35:37.447 INFO STEP 13 (remove_files) COMPLETE |
8442 | 2024-08-19T18:35:39.176Z | [ host-image] Aug 19 18:35:37.448 INFO O| Aug 19 18:35:37.447 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8443 | 2024-08-19T18:35:39.186Z | [ host-image] Aug 19 18:35:37.459 INFO O| Aug 19 18:35:37.459 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8444 | 2024-08-19T18:35:39.188Z | [ host-image] Aug 19 18:35:37.461 INFO O| Aug 19 18:35:37.461 INFO STEP 14 (remove_files) COMPLETE |
8445 | 2024-08-19T18:35:39.188Z | [ host-image] Aug 19 18:35:37.461 INFO O| Aug 19 18:35:37.461 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8446 | 2024-08-19T18:35:39.197Z | [ host-image] Aug 19 18:35:37.470 INFO O| Aug 19 18:35:37.470 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8447 | 2024-08-19T18:35:39.205Z | [ host-image] Aug 19 18:35:37.477 INFO O| Aug 19 18:35:37.477 INFO STEP 15 (remove_files) COMPLETE |
8448 | 2024-08-19T18:35:39.207Z | [ host-image] Aug 19 18:35:37.477 INFO O| Aug 19 18:35:37.477 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8449 | 2024-08-19T18:35:39.213Z | [ host-image] Aug 19 18:35:37.487 INFO O| Aug 19 18:35:37.487 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8450 | 2024-08-19T18:35:39.216Z | [ host-image] Aug 19 18:35:37.487 INFO O| Aug 19 18:35:37.487 INFO STEP 16 (remove_files) COMPLETE |
8451 | 2024-08-19T18:35:39.216Z | [ host-image] Aug 19 18:35:37.487 INFO O| Aug 19 18:35:37.487 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8452 | 2024-08-19T18:35:39.223Z | [ host-image] Aug 19 18:35:37.496 INFO O| Aug 19 18:35:37.496 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8453 | 2024-08-19T18:35:39.227Z | [ host-image] Aug 19 18:35:37.498 INFO O| Aug 19 18:35:37.498 INFO STEP 17 (remove_files) COMPLETE |
8454 | 2024-08-19T18:35:39.227Z | [ host-image] Aug 19 18:35:37.498 INFO O| Aug 19 18:35:37.498 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8455 | 2024-08-19T18:35:39.234Z | [ host-image] Aug 19 18:35:37.508 INFO O| Aug 19 18:35:37.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8456 | 2024-08-19T18:35:39.234Z | [ host-image] Aug 19 18:35:37.508 INFO O| Aug 19 18:35:37.508 INFO STEP 18 (remove_files) COMPLETE |
8457 | 2024-08-19T18:35:39.238Z | [ host-image] Aug 19 18:35:37.508 INFO O| Aug 19 18:35:37.508 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8458 | 2024-08-19T18:35:39.245Z | [ host-image] Aug 19 18:35:37.518 INFO O| Aug 19 18:35:37.518 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8459 | 2024-08-19T18:35:39.245Z | [ host-image] Aug 19 18:35:37.518 INFO O| Aug 19 18:35:37.518 INFO STEP 19 (remove_files) COMPLETE |
8460 | 2024-08-19T18:35:39.245Z | [ host-image] Aug 19 18:35:37.518 INFO O| Aug 19 18:35:37.518 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8461 | 2024-08-19T18:35:39.254Z | [ host-image] Aug 19 18:35:37.527 INFO O| Aug 19 18:35:37.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8462 | 2024-08-19T18:35:39.254Z | [ host-image] Aug 19 18:35:37.527 INFO O| Aug 19 18:35:37.527 INFO STEP 20 (remove_files) COMPLETE |
8463 | 2024-08-19T18:35:39.256Z | [ host-image] Aug 19 18:35:37.527 INFO O| Aug 19 18:35:37.527 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8464 | 2024-08-19T18:35:39.263Z | [ host-image] Aug 19 18:35:37.537 INFO O| Aug 19 18:35:37.537 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8465 | 2024-08-19T18:35:39.263Z | [ host-image] Aug 19 18:35:37.537 INFO O| Aug 19 18:35:37.537 INFO STEP 21 (remove_files) COMPLETE |
8466 | 2024-08-19T18:35:39.263Z | [ host-image] Aug 19 18:35:37.537 INFO O| Aug 19 18:35:37.537 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8467 | 2024-08-19T18:35:39.273Z | [ host-image] Aug 19 18:35:37.546 INFO O| Aug 19 18:35:37.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8468 | 2024-08-19T18:35:39.273Z | [ host-image] Aug 19 18:35:37.546 INFO O| Aug 19 18:35:37.546 INFO STEP 22 (remove_files) COMPLETE |
8469 | 2024-08-19T18:35:39.275Z | [ host-image] Aug 19 18:35:37.546 INFO O| Aug 19 18:35:37.546 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8470 | 2024-08-19T18:35:39.282Z | [ host-image] Aug 19 18:35:37.555 INFO O| Aug 19 18:35:37.555 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8471 | 2024-08-19T18:35:39.282Z | [ host-image] Aug 19 18:35:37.555 INFO O| Aug 19 18:35:37.555 INFO STEP 23 (remove_files) COMPLETE |
8472 | 2024-08-19T18:35:39.284Z | [ host-image] Aug 19 18:35:37.556 INFO O| Aug 19 18:35:37.555 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8473 | 2024-08-19T18:35:39.291Z | [ host-image] Aug 19 18:35:37.565 INFO O| Aug 19 18:35:37.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8474 | 2024-08-19T18:35:39.292Z | [ host-image] Aug 19 18:35:37.565 INFO O| Aug 19 18:35:37.565 INFO STEP 24 (remove_files) COMPLETE |
8475 | 2024-08-19T18:35:39.294Z | [ host-image] Aug 19 18:35:37.565 INFO O| Aug 19 18:35:37.565 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8476 | 2024-08-19T18:35:39.301Z | [ host-image] Aug 19 18:35:37.574 INFO O| Aug 19 18:35:37.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8477 | 2024-08-19T18:35:39.303Z | [ host-image] Aug 19 18:35:37.574 INFO O| Aug 19 18:35:37.574 INFO STEP 25 (remove_files) COMPLETE |
8478 | 2024-08-19T18:35:39.303Z | [ host-image] Aug 19 18:35:37.574 INFO O| Aug 19 18:35:37.574 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8479 | 2024-08-19T18:35:39.310Z | [ host-image] Aug 19 18:35:37.584 INFO O| Aug 19 18:35:37.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8480 | 2024-08-19T18:35:39.312Z | [ host-image] Aug 19 18:35:37.584 INFO O| Aug 19 18:35:37.584 INFO STEP 26 (remove_files) COMPLETE |
8481 | 2024-08-19T18:35:39.312Z | [ host-image] Aug 19 18:35:37.584 INFO O| Aug 19 18:35:37.584 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8482 | 2024-08-19T18:35:39.319Z | [ host-image] Aug 19 18:35:37.593 INFO O| Aug 19 18:35:37.593 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8483 | 2024-08-19T18:35:39.319Z | [ host-image] Aug 19 18:35:37.593 INFO O| Aug 19 18:35:37.593 INFO STEP 27 (remove_files) COMPLETE |
8484 | 2024-08-19T18:35:39.322Z | [ host-image] Aug 19 18:35:37.593 INFO O| Aug 19 18:35:37.593 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8485 | 2024-08-19T18:35:39.329Z | [ host-image] Aug 19 18:35:37.602 INFO O| Aug 19 18:35:37.602 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8486 | 2024-08-19T18:35:39.329Z | [ host-image] Aug 19 18:35:37.602 INFO O| Aug 19 18:35:37.602 INFO STEP 28 (remove_files) COMPLETE |
8487 | 2024-08-19T18:35:39.331Z | [ host-image] Aug 19 18:35:37.602 INFO O| Aug 19 18:35:37.602 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8488 | 2024-08-19T18:35:39.338Z | [ host-image] Aug 19 18:35:37.612 INFO O| Aug 19 18:35:37.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8489 | 2024-08-19T18:35:39.338Z | [ host-image] Aug 19 18:35:37.612 INFO O| Aug 19 18:35:37.612 INFO STEP 29 (remove_files) COMPLETE |
8490 | 2024-08-19T18:35:39.341Z | [ host-image] Aug 19 18:35:37.612 INFO O| Aug 19 18:35:37.612 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8491 | 2024-08-19T18:35:39.348Z | [ host-image] Aug 19 18:35:37.622 INFO O| Aug 19 18:35:37.622 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8492 | 2024-08-19T18:35:39.348Z | [ host-image] Aug 19 18:35:37.622 INFO O| Aug 19 18:35:37.622 INFO STEP 30 (remove_files) COMPLETE |
8493 | 2024-08-19T18:35:39.351Z | [ host-image] Aug 19 18:35:37.622 INFO O| Aug 19 18:35:37.622 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8494 | 2024-08-19T18:35:39.358Z | [ host-image] Aug 19 18:35:37.631 INFO O| Aug 19 18:35:37.631 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8495 | 2024-08-19T18:35:39.358Z | [ host-image] Aug 19 18:35:37.631 INFO O| Aug 19 18:35:37.631 INFO STEP 31 (remove_files) COMPLETE |
8496 | 2024-08-19T18:35:39.360Z | [ host-image] Aug 19 18:35:37.631 INFO O| Aug 19 18:35:37.631 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8497 | 2024-08-19T18:35:39.367Z | [ host-image] Aug 19 18:35:37.640 INFO O| Aug 19 18:35:37.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8498 | 2024-08-19T18:35:39.367Z | [ host-image] Aug 19 18:35:37.640 INFO O| Aug 19 18:35:37.640 INFO STEP 32 (remove_files) COMPLETE |
8499 | 2024-08-19T18:35:39.370Z | [ host-image] Aug 19 18:35:37.640 INFO O| Aug 19 18:35:37.640 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8500 | 2024-08-19T18:35:39.376Z | [ host-image] Aug 19 18:35:37.650 INFO O| Aug 19 18:35:37.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8501 | 2024-08-19T18:35:39.376Z | [ host-image] Aug 19 18:35:37.650 INFO O| Aug 19 18:35:37.650 INFO STEP 33 (remove_files) COMPLETE |
8502 | 2024-08-19T18:35:39.376Z | [ host-image] Aug 19 18:35:37.650 INFO O| Aug 19 18:35:37.650 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8503 | 2024-08-19T18:35:39.386Z | [ host-image] Aug 19 18:35:37.659 INFO O| Aug 19 18:35:37.659 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8504 | 2024-08-19T18:35:39.386Z | [ host-image] Aug 19 18:35:37.659 INFO O| Aug 19 18:35:37.659 INFO STEP 34 (remove_files) COMPLETE |
8505 | 2024-08-19T18:35:39.388Z | [ host-image] Aug 19 18:35:37.659 INFO O| Aug 19 18:35:37.659 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8506 | 2024-08-19T18:35:39.395Z | [ host-image] Aug 19 18:35:37.669 INFO O| Aug 19 18:35:37.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8507 | 2024-08-19T18:35:39.395Z | [ host-image] Aug 19 18:35:37.669 INFO O| Aug 19 18:35:37.669 INFO STEP 35 (remove_files) COMPLETE |
8508 | 2024-08-19T18:35:39.398Z | [ host-image] Aug 19 18:35:37.669 INFO O| Aug 19 18:35:37.669 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8509 | 2024-08-19T18:35:39.405Z | [ host-image] Aug 19 18:35:37.678 INFO O| Aug 19 18:35:37.678 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8510 | 2024-08-19T18:35:39.405Z | [ host-image] Aug 19 18:35:37.678 INFO O| Aug 19 18:35:37.678 INFO STEP 36 (remove_files) COMPLETE |
8511 | 2024-08-19T18:35:39.407Z | [ host-image] Aug 19 18:35:37.678 INFO O| Aug 19 18:35:37.678 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8512 | 2024-08-19T18:35:39.414Z | [ host-image] Aug 19 18:35:37.688 INFO O| Aug 19 18:35:37.688 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8513 | 2024-08-19T18:35:39.414Z | [ host-image] Aug 19 18:35:37.688 INFO O| Aug 19 18:35:37.688 INFO STEP 37 (remove_files) COMPLETE |
8514 | 2024-08-19T18:35:39.414Z | [ host-image] Aug 19 18:35:37.688 INFO O| Aug 19 18:35:37.688 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8515 | 2024-08-19T18:35:39.424Z | [ host-image] Aug 19 18:35:37.697 INFO O| Aug 19 18:35:37.697 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8516 | 2024-08-19T18:35:39.424Z | [ host-image] Aug 19 18:35:37.697 INFO O| Aug 19 18:35:37.697 INFO STEP 38 (remove_files) COMPLETE |
8517 | 2024-08-19T18:35:39.424Z | [ host-image] Aug 19 18:35:37.697 INFO O| Aug 19 18:35:37.697 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8518 | 2024-08-19T18:35:39.433Z | [ host-image] Aug 19 18:35:37.706 INFO O| Aug 19 18:35:37.706 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8519 | 2024-08-19T18:35:39.433Z | [ host-image] Aug 19 18:35:37.707 INFO O| Aug 19 18:35:37.707 INFO STEP 39 (remove_files) COMPLETE |
8520 | 2024-08-19T18:35:39.433Z | [ host-image] Aug 19 18:35:37.707 INFO O| Aug 19 18:35:37.707 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8521 | 2024-08-19T18:35:39.442Z | [ host-image] Aug 19 18:35:37.716 INFO O| Aug 19 18:35:37.716 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8522 | 2024-08-19T18:35:39.442Z | [ host-image] Aug 19 18:35:37.716 INFO O| Aug 19 18:35:37.716 INFO STEP 40 (remove_files) COMPLETE |
8523 | 2024-08-19T18:35:39.445Z | [ host-image] Aug 19 18:35:37.716 INFO O| Aug 19 18:35:37.716 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8524 | 2024-08-19T18:35:39.452Z | [ host-image] Aug 19 18:35:37.725 INFO O| Aug 19 18:35:37.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8525 | 2024-08-19T18:35:39.452Z | [ host-image] Aug 19 18:35:37.725 INFO O| Aug 19 18:35:37.725 INFO STEP 41 (remove_files) COMPLETE |
8526 | 2024-08-19T18:35:39.454Z | [ host-image] Aug 19 18:35:37.725 INFO O| Aug 19 18:35:37.725 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8527 | 2024-08-19T18:35:39.462Z | [ host-image] Aug 19 18:35:37.735 INFO O| Aug 19 18:35:37.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8528 | 2024-08-19T18:35:39.462Z | [ host-image] Aug 19 18:35:37.735 INFO O| Aug 19 18:35:37.735 INFO STEP 42 (remove_files) COMPLETE |
8529 | 2024-08-19T18:35:39.464Z | [ host-image] Aug 19 18:35:37.735 INFO O| Aug 19 18:35:37.735 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8530 | 2024-08-19T18:35:39.471Z | [ host-image] Aug 19 18:35:37.744 INFO O| Aug 19 18:35:37.744 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8531 | 2024-08-19T18:35:39.471Z | [ host-image] Aug 19 18:35:37.744 INFO O| Aug 19 18:35:37.744 INFO STEP 43 (remove_files) COMPLETE |
8532 | 2024-08-19T18:35:39.473Z | [ host-image] Aug 19 18:35:37.744 INFO O| Aug 19 18:35:37.744 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8533 | 2024-08-19T18:35:39.480Z | [ host-image] Aug 19 18:35:37.754 INFO O| Aug 19 18:35:37.754 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8534 | 2024-08-19T18:35:39.483Z | [ host-image] Aug 19 18:35:37.754 INFO O| Aug 19 18:35:37.754 INFO STEP 44 (remove_files) COMPLETE |
8535 | 2024-08-19T18:35:39.483Z | [ host-image] Aug 19 18:35:37.754 INFO O| Aug 19 18:35:37.754 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8536 | 2024-08-19T18:35:39.490Z | [ host-image] Aug 19 18:35:37.763 INFO O| Aug 19 18:35:37.763 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8537 | 2024-08-19T18:35:39.492Z | [ host-image] Aug 19 18:35:37.763 INFO O| Aug 19 18:35:37.763 INFO STEP 45 (remove_files) COMPLETE |
8538 | 2024-08-19T18:35:39.492Z | [ host-image] Aug 19 18:35:37.763 INFO O| Aug 19 18:35:37.763 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8539 | 2024-08-19T18:35:39.499Z | [ host-image] Aug 19 18:35:37.772 INFO O| Aug 19 18:35:37.772 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8540 | 2024-08-19T18:35:39.501Z | [ host-image] Aug 19 18:35:37.773 INFO O| Aug 19 18:35:37.772 INFO STEP 46 (remove_files) COMPLETE |
8541 | 2024-08-19T18:35:39.502Z | [ host-image] Aug 19 18:35:37.773 INFO O| Aug 19 18:35:37.773 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8542 | 2024-08-19T18:35:39.508Z | [ host-image] Aug 19 18:35:37.782 INFO O| Aug 19 18:35:37.782 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8543 | 2024-08-19T18:35:39.508Z | [ host-image] Aug 19 18:35:37.782 INFO O| Aug 19 18:35:37.782 INFO STEP 47 (remove_files) COMPLETE |
8544 | 2024-08-19T18:35:39.511Z | [ host-image] Aug 19 18:35:37.782 INFO O| Aug 19 18:35:37.782 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8545 | 2024-08-19T18:35:39.518Z | [ host-image] Aug 19 18:35:37.791 INFO O| Aug 19 18:35:37.791 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8546 | 2024-08-19T18:35:39.518Z | [ host-image] Aug 19 18:35:37.791 INFO O| Aug 19 18:35:37.791 INFO STEP 48 (remove_files) COMPLETE |
8547 | 2024-08-19T18:35:39.520Z | [ host-image] Aug 19 18:35:37.791 INFO O| Aug 19 18:35:37.791 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8548 | 2024-08-19T18:35:39.527Z | [ host-image] Aug 19 18:35:37.801 INFO O| Aug 19 18:35:37.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8549 | 2024-08-19T18:35:39.531Z | [ host-image] Aug 19 18:35:37.801 INFO O| Aug 19 18:35:37.801 INFO STEP 49 (remove_files) COMPLETE |
8550 | 2024-08-19T18:35:39.531Z | [ host-image] Aug 19 18:35:37.801 INFO O| Aug 19 18:35:37.801 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8551 | 2024-08-19T18:35:39.537Z | [ host-image] Aug 19 18:35:37.810 INFO O| Aug 19 18:35:37.810 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8552 | 2024-08-19T18:35:39.537Z | [ host-image] Aug 19 18:35:37.810 INFO O| Aug 19 18:35:37.810 INFO STEP 50 (remove_files) COMPLETE |
8553 | 2024-08-19T18:35:39.539Z | [ host-image] Aug 19 18:35:37.811 INFO O| Aug 19 18:35:37.810 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8554 | 2024-08-19T18:35:39.547Z | [ host-image] Aug 19 18:35:37.820 INFO O| Aug 19 18:35:37.820 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8555 | 2024-08-19T18:35:39.547Z | [ host-image] Aug 19 18:35:37.820 INFO O| Aug 19 18:35:37.820 INFO STEP 51 (remove_files) COMPLETE |
8556 | 2024-08-19T18:35:39.549Z | [ host-image] Aug 19 18:35:37.820 INFO O| Aug 19 18:35:37.820 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8557 | 2024-08-19T18:35:39.557Z | [ host-image] Aug 19 18:35:37.830 INFO O| Aug 19 18:35:37.830 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8558 | 2024-08-19T18:35:39.557Z | [ host-image] Aug 19 18:35:37.830 INFO O| Aug 19 18:35:37.830 INFO STEP 52 (remove_files) COMPLETE |
8559 | 2024-08-19T18:35:39.557Z | [ host-image] Aug 19 18:35:37.830 INFO O| Aug 19 18:35:37.830 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8560 | 2024-08-19T18:35:39.566Z | [ host-image] Aug 19 18:35:37.839 INFO O| Aug 19 18:35:37.839 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8561 | 2024-08-19T18:35:39.568Z | [ host-image] Aug 19 18:35:37.839 INFO O| Aug 19 18:35:37.839 INFO STEP 53 (remove_files) COMPLETE |
8562 | 2024-08-19T18:35:39.568Z | [ host-image] Aug 19 18:35:37.839 INFO O| Aug 19 18:35:37.839 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8563 | 2024-08-19T18:35:39.576Z | [ host-image] Aug 19 18:35:37.849 INFO O| Aug 19 18:35:37.849 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8564 | 2024-08-19T18:35:39.576Z | [ host-image] Aug 19 18:35:37.849 INFO O| Aug 19 18:35:37.849 INFO STEP 54 (remove_files) COMPLETE |
8565 | 2024-08-19T18:35:39.578Z | [ host-image] Aug 19 18:35:37.849 INFO O| Aug 19 18:35:37.849 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8566 | 2024-08-19T18:35:39.585Z | [ host-image] Aug 19 18:35:37.858 INFO O| Aug 19 18:35:37.858 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8567 | 2024-08-19T18:35:39.587Z | [ host-image] Aug 19 18:35:37.859 INFO O| Aug 19 18:35:37.858 INFO STEP 55 (remove_files) COMPLETE |
8568 | 2024-08-19T18:35:39.587Z | [ host-image] Aug 19 18:35:37.859 INFO O| Aug 19 18:35:37.859 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8569 | 2024-08-19T18:35:39.595Z | [ host-image] Aug 19 18:35:37.868 INFO O| Aug 19 18:35:37.868 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8570 | 2024-08-19T18:35:39.595Z | [ host-image] Aug 19 18:35:37.868 INFO O| Aug 19 18:35:37.868 INFO STEP 56 (remove_files) COMPLETE |
8571 | 2024-08-19T18:35:39.595Z | [ host-image] Aug 19 18:35:37.868 INFO O| Aug 19 18:35:37.868 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8572 | 2024-08-19T18:35:39.605Z | [ host-image] Aug 19 18:35:37.879 INFO O| Aug 19 18:35:37.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8573 | 2024-08-19T18:35:39.605Z | [ host-image] Aug 19 18:35:37.879 INFO O| Aug 19 18:35:37.879 INFO STEP 57 (remove_files) COMPLETE |
8574 | 2024-08-19T18:35:39.607Z | [ host-image] Aug 19 18:35:37.879 INFO O| Aug 19 18:35:37.879 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8575 | 2024-08-19T18:35:39.615Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8576 | 2024-08-19T18:35:39.615Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8577 | 2024-08-19T18:35:39.618Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8578 | 2024-08-19T18:35:39.618Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8579 | 2024-08-19T18:35:39.618Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8580 | 2024-08-19T18:35:39.618Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8581 | 2024-08-19T18:35:39.618Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 INFO ok! |
8582 | 2024-08-19T18:35:39.618Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 INFO STEP 58 (ensure_file) COMPLETE |
8583 | 2024-08-19T18:35:39.618Z | [ host-image] Aug 19 18:35:37.889 INFO O| Aug 19 18:35:37.889 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8584 | 2024-08-19T18:35:39.626Z | [ host-image] Aug 19 18:35:37.899 INFO O| Aug 19 18:35:37.899 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8585 | 2024-08-19T18:35:39.626Z | [ host-image] Aug 19 18:35:37.899 INFO O| Aug 19 18:35:37.899 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8586 | 2024-08-19T18:35:39.632Z | [ host-image] Aug 19 18:35:37.900 INFO O| Aug 19 18:35:37.899 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8587 | 2024-08-19T18:35:39.632Z | [ host-image] Aug 19 18:35:37.900 INFO O| Aug 19 18:35:37.900 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8588 | 2024-08-19T18:35:39.632Z | [ host-image] Aug 19 18:35:37.900 INFO O| Aug 19 18:35:37.900 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8589 | 2024-08-19T18:35:39.632Z | [ host-image] Aug 19 18:35:37.900 INFO O| Aug 19 18:35:37.900 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8590 | 2024-08-19T18:35:39.632Z | [ host-image] Aug 19 18:35:37.900 INFO O| Aug 19 18:35:37.900 INFO ok! |
8591 | 2024-08-19T18:35:39.632Z | [ host-image] Aug 19 18:35:37.900 INFO O| Aug 19 18:35:37.900 INFO STEP 59 (ensure_file) COMPLETE |
8592 | 2024-08-19T18:35:39.632Z | [ host-image] Aug 19 18:35:37.900 INFO O| Aug 19 18:35:37.900 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8593 | 2024-08-19T18:35:39.637Z | [ host-image] Aug 19 18:35:37.910 INFO O| Aug 19 18:35:37.910 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8594 | 2024-08-19T18:35:39.637Z | [ host-image] Aug 19 18:35:37.910 INFO O| Aug 19 18:35:37.910 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8595 | 2024-08-19T18:35:39.637Z | [ host-image] Aug 19 18:35:37.910 INFO O| Aug 19 18:35:37.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8596 | 2024-08-19T18:35:39.637Z | [ host-image] Aug 19 18:35:37.910 INFO O| Aug 19 18:35:37.910 INFO ok! |
8597 | 2024-08-19T18:35:39.637Z | [ host-image] Aug 19 18:35:37.910 INFO O| Aug 19 18:35:37.910 INFO STEP 60 (ensure_file) COMPLETE |
8598 | 2024-08-19T18:35:39.637Z | [ host-image] Aug 19 18:35:37.910 INFO O| Aug 19 18:35:37.910 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8599 | 2024-08-19T18:35:39.647Z | [ host-image] Aug 19 18:35:37.920 INFO O| Aug 19 18:35:37.920 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8600 | 2024-08-19T18:35:39.647Z | [ host-image] Aug 19 18:35:37.920 INFO O| Aug 19 18:35:37.920 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8601 | 2024-08-19T18:35:39.649Z | [ host-image] Aug 19 18:35:37.920 INFO O| Aug 19 18:35:37.920 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8602 | 2024-08-19T18:35:39.649Z | [ host-image] Aug 19 18:35:37.920 INFO O| Aug 19 18:35:37.920 INFO ok! |
8603 | 2024-08-19T18:35:39.649Z | [ host-image] Aug 19 18:35:37.920 INFO O| Aug 19 18:35:37.920 INFO STEP 61 (ensure_file) COMPLETE |
8604 | 2024-08-19T18:35:39.649Z | [ host-image] Aug 19 18:35:37.920 INFO O| Aug 19 18:35:37.920 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8605 | 2024-08-19T18:35:39.657Z | [ host-image] Aug 19 18:35:37.930 INFO O| Aug 19 18:35:37.930 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8606 | 2024-08-19T18:35:39.657Z | [ host-image] Aug 19 18:35:37.930 INFO O| Aug 19 18:35:37.930 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8607 | 2024-08-19T18:35:39.662Z | [ host-image] Aug 19 18:35:37.930 INFO O| Aug 19 18:35:37.930 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8608 | 2024-08-19T18:35:39.662Z | [ host-image] Aug 19 18:35:37.930 INFO O| Aug 19 18:35:37.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8609 | 2024-08-19T18:35:39.662Z | [ host-image] Aug 19 18:35:37.930 INFO O| Aug 19 18:35:37.930 INFO ok! |
8610 | 2024-08-19T18:35:39.662Z | [ host-image] Aug 19 18:35:37.930 INFO O| Aug 19 18:35:37.930 INFO STEP 62 (ensure_file) COMPLETE |
8611 | 2024-08-19T18:35:39.662Z | [ host-image] Aug 19 18:35:37.930 INFO O| Aug 19 18:35:37.930 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8612 | 2024-08-19T18:35:39.667Z | [ host-image] Aug 19 18:35:37.940 INFO O| Aug 19 18:35:37.940 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8613 | 2024-08-19T18:35:39.667Z | [ host-image] Aug 19 18:35:37.940 INFO O| Aug 19 18:35:37.940 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8614 | 2024-08-19T18:35:39.670Z | [ host-image] Aug 19 18:35:37.941 INFO O| Aug 19 18:35:37.940 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8615 | 2024-08-19T18:35:39.670Z | [ host-image] Aug 19 18:35:37.941 INFO O| Aug 19 18:35:37.941 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8616 | 2024-08-19T18:35:39.670Z | [ host-image] Aug 19 18:35:37.941 INFO O| Aug 19 18:35:37.941 INFO ok! |
8617 | 2024-08-19T18:35:39.670Z | [ host-image] Aug 19 18:35:37.941 INFO O| Aug 19 18:35:37.941 INFO STEP 63 (ensure_file) COMPLETE |
8618 | 2024-08-19T18:35:39.670Z | [ host-image] Aug 19 18:35:37.941 INFO O| Aug 19 18:35:37.941 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8619 | 2024-08-19T18:35:39.677Z | [ host-image] Aug 19 18:35:37.951 INFO O| Aug 19 18:35:37.951 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8620 | 2024-08-19T18:35:39.677Z | [ host-image] Aug 19 18:35:37.951 INFO O| Aug 19 18:35:37.951 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8621 | 2024-08-19T18:35:39.680Z | [ host-image] Aug 19 18:35:37.951 INFO O| Aug 19 18:35:37.951 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8622 | 2024-08-19T18:35:39.680Z | [ host-image] Aug 19 18:35:37.951 INFO O| Aug 19 18:35:37.951 INFO ok! |
8623 | 2024-08-19T18:35:39.680Z | [ host-image] Aug 19 18:35:37.951 INFO O| Aug 19 18:35:37.951 INFO STEP 64 (assemble_files) COMPLETE |
8624 | 2024-08-19T18:35:39.680Z | [ host-image] Aug 19 18:35:37.951 INFO O| Aug 19 18:35:37.951 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8625 | 2024-08-19T18:35:39.687Z | [ host-image] Aug 19 18:35:37.960 INFO O| Aug 19 18:35:37.960 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8626 | 2024-08-19T18:35:39.688Z | [ host-image] Aug 19 18:35:37.961 INFO O| Aug 19 18:35:37.960 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8627 | 2024-08-19T18:35:39.690Z | [ host-image] Aug 19 18:35:37.961 INFO O| Aug 19 18:35:37.961 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8628 | 2024-08-19T18:35:39.690Z | [ host-image] Aug 19 18:35:37.961 INFO O| Aug 19 18:35:37.961 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8629 | 2024-08-19T18:35:39.690Z | [ host-image] Aug 19 18:35:37.961 INFO O| Aug 19 18:35:37.961 INFO ok! |
8630 | 2024-08-19T18:35:39.690Z | [ host-image] Aug 19 18:35:37.961 INFO O| Aug 19 18:35:37.961 INFO STEP 65 (ensure_file) COMPLETE |
8631 | 2024-08-19T18:35:39.690Z | [ host-image] Aug 19 18:35:37.961 INFO O| Aug 19 18:35:37.961 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8632 | 2024-08-19T18:35:39.698Z | [ host-image] Aug 19 18:35:37.970 INFO O| Aug 19 18:35:37.970 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8633 | 2024-08-19T18:35:39.701Z | [ host-image] Aug 19 18:35:37.970 INFO O| Aug 19 18:35:37.970 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8634 | 2024-08-19T18:35:39.701Z | [ host-image] Aug 19 18:35:37.970 INFO O| Aug 19 18:35:37.970 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8635 | 2024-08-19T18:35:39.701Z | [ host-image] Aug 19 18:35:37.971 INFO O| Aug 19 18:35:37.970 INFO STEP 66 (ensure_dir) COMPLETE |
8636 | 2024-08-19T18:35:39.701Z | [ host-image] Aug 19 18:35:37.971 INFO O| Aug 19 18:35:37.971 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8637 | 2024-08-19T18:35:39.707Z | [ host-image] Aug 19 18:35:37.980 INFO O| Aug 19 18:35:37.980 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8638 | 2024-08-19T18:35:39.709Z | [ host-image] Aug 19 18:35:37.980 INFO O| Aug 19 18:35:37.980 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 ... |
8639 | 2024-08-19T18:35:39.714Z | [ host-image] Aug 19 18:35:37.987 INFO O| Aug 19 18:35:37.987 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 |
8640 | 2024-08-19T18:35:39.714Z | [ host-image] Aug 19 18:35:37.987 INFO O| Aug 19 18:35:37.987 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8641 | 2024-08-19T18:35:39.716Z | [ host-image] Aug 19 18:35:37.987 INFO O| Aug 19 18:35:37.987 INFO ok! |
8642 | 2024-08-19T18:35:39.717Z | [ host-image] Aug 19 18:35:37.987 INFO O| Aug 19 18:35:37.987 INFO STEP 67 (ensure_file) COMPLETE |
8643 | 2024-08-19T18:35:39.717Z | [ host-image] Aug 19 18:35:37.987 INFO O| Aug 19 18:35:37.987 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8644 | 2024-08-19T18:35:39.725Z | [ host-image] Aug 19 18:35:37.998 INFO O| Aug 19 18:35:37.998 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8645 | 2024-08-19T18:35:39.727Z | [ host-image] Aug 19 18:35:37.998 INFO O| Aug 19 18:35:37.998 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 ... |
8646 | 2024-08-19T18:35:39.727Z | [ host-image] Aug 19 18:35:37.998 INFO O| Aug 19 18:35:37.998 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 |
8647 | 2024-08-19T18:35:39.727Z | [ host-image] Aug 19 18:35:37.998 INFO O| Aug 19 18:35:37.998 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8648 | 2024-08-19T18:35:39.727Z | [ host-image] Aug 19 18:35:37.998 INFO O| Aug 19 18:35:37.998 INFO ok! |
8649 | 2024-08-19T18:35:39.728Z | [ host-image] Aug 19 18:35:37.998 INFO O| Aug 19 18:35:37.998 INFO STEP 68 (ensure_file) COMPLETE |
8650 | 2024-08-19T18:35:39.728Z | [ host-image] Aug 19 18:35:37.998 INFO O| Aug 19 18:35:37.998 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8651 | 2024-08-19T18:35:39.741Z | [ host-image] Aug 19 18:35:38.014 INFO O| Aug 19 18:35:38.014 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8652 | 2024-08-19T18:35:39.742Z | [ host-image] Aug 19 18:35:38.014 INFO O| Aug 19 18:35:38.014 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8653 | 2024-08-19T18:35:41.926Z | [ host-image] Aug 19 18:35:40.199 INFO O| Aug 19 18:35:40.199 INFO STEP 69 (pack_tar) COMPLETE |
8654 | 2024-08-19T18:35:41.926Z | [ host-image] Aug 19 18:35:40.199 INFO O| Aug 19 18:35:40.199 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8655 | 2024-08-19T18:35:41.928Z | [ host-image] Aug 19 18:35:40.199 INFO O| Aug 19 18:35:40.199 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8656 | 2024-08-19T18:35:42.729Z | [ host-image] Aug 19 18:35:41.002 INFO O| Aug 19 18:35:41.001 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8657 | 2024-08-19T18:35:42.816Z | [ host-image] Aug 19 18:35:41.089 INFO O| Aug 19 18:35:41.089 INFO completed processing gimlet/ramdisk-02-trim |
8658 | 2024-08-19T18:35:42.819Z | [ host-image] Aug 19 18:35:41.092 INFO image builder template: zfs... |
8659 | 2024-08-19T18:35:42.819Z | [ host-image] Aug 19 18:35:41.092 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/.tmplUy9tx/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 |
8660 | 2024-08-19T18:35:42.833Z | [ host-image] Aug 19 18:35:41.106 INFO O| Aug 19 18:35:41.106 INFO skip include "stress" because feature "stress" is not enabled |
8661 | 2024-08-19T18:35:42.866Z | [ host-image] Aug 19 18:35:41.139 INFO O| Aug 19 18:35:41.139 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8662 | 2024-08-19T18:35:42.871Z | [ host-image] Aug 19 18:35:41.144 INFO O| Aug 19 18:35:41.144 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8663 | 2024-08-19T18:35:42.950Z | [ host-image] Aug 19 18:35:41.223 INFO O| Aug 19 18:35:41.223 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8664 | 2024-08-19T18:35:43.021Z | [ host-image] Aug 19 18:35:41.293 INFO O| Aug 19 18:35:41.293 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8665 | 2024-08-19T18:35:43.021Z | [ host-image] Aug 19 18:35:41.293 INFO O| Aug 19 18:35:41.293 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8666 | 2024-08-19T18:35:43.025Z | [ host-image] Aug 19 18:35:41.298 INFO O| Aug 19 18:35:41.298 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8667 | 2024-08-19T18:35:43.102Z | [ host-image] Aug 19 18:35:41.374 INFO O| Aug 19 18:35:41.374 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8668 | 2024-08-19T18:35:43.144Z | [ host-image] Aug 19 18:35:41.416 INFO O| Aug 19 18:35:41.416 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8669 | 2024-08-19T18:35:43.154Z | [ host-image] Aug 19 18:35:41.427 INFO O| Aug 19 18:35:41.427 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8670 | 2024-08-19T18:35:43.159Z | [ host-image] Aug 19 18:35:41.432 INFO O| Aug 19 18:35:41.432 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8671 | 2024-08-19T18:35:43.159Z | [ host-image] Aug 19 18:35:41.432 INFO O| Aug 19 18:35:41.432 INFO no lofi found |
8672 | 2024-08-19T18:35:43.162Z | [ host-image] Aug 19 18:35:41.433 INFO O| Aug 19 18:35:41.433 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8673 | 2024-08-19T18:35:43.162Z | [ host-image] Aug 19 18:35:41.433 INFO O| Aug 19 18:35:41.433 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8674 | 2024-08-19T18:35:44.737Z | [ host-image] Aug 19 18:35:43.010 INFO O| Aug 19 18:35:43.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
8675 | 2024-08-19T18:35:44.737Z | [ host-image] Aug 19 18:35:43.010 INFO O| Aug 19 18:35:43.010 INFO pool device = /dev/dsk/c2t1d0p0 |
8676 | 2024-08-19T18:35:44.740Z | [ host-image] Aug 19 18:35:43.010 INFO O| Aug 19 18:35:43.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"] |
8677 | 2024-08-19T18:35:44.807Z | [ host-image] Aug 19 18:35:43.079 INFO O| Aug 19 18:35:43.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8678 | 2024-08-19T18:35:44.807Z | [ host-image] Aug 19 18:35:43.079 INFO O| Aug 19 18:35:43.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8679 | 2024-08-19T18:35:44.829Z | [ host-image] Aug 19 18:35:43.101 INFO O| Aug 19 18:35:43.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8680 | 2024-08-19T18:35:44.889Z | [ host-image] Aug 19 18:35:43.161 INFO O| Aug 19 18:35:43.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8681 | 2024-08-19T18:35:44.926Z | [ host-image] Aug 19 18:35:43.199 INFO O| Aug 19 18:35:43.199 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8682 | 2024-08-19T18:35:44.941Z | [ host-image] Aug 19 18:35:43.213 INFO O| Aug 19 18:35:43.213 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8683 | 2024-08-19T18:35:44.951Z | [ host-image] Aug 19 18:35:43.224 INFO O| Aug 19 18:35:43.224 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8684 | 2024-08-19T18:35:44.999Z | [ host-image] Aug 19 18:35:43.271 INFO O| Aug 19 18:35:43.271 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8685 | 2024-08-19T18:35:44.999Z | [ host-image] Aug 19 18:35:43.272 INFO O| Aug 19 18:35:43.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8686 | 2024-08-19T18:35:45.001Z | [ host-image] Aug 19 18:35:43.272 INFO O| Aug 19 18:35:43.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8687 | 2024-08-19T18:35:45.009Z | [ host-image] Aug 19 18:35:43.282 INFO O| Aug 19 18:35:43.282 INFO boot environment UUID: e5aa8de6-24e4-4013-936d-80962770a420 |
8688 | 2024-08-19T18:35:45.009Z | [ host-image] Aug 19 18:35:43.282 INFO O| Aug 19 18:35:43.282 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e5aa8de6-24e4-4013-936d-80962770a420 |
8689 | 2024-08-19T18:35:45.020Z | [ host-image] Aug 19 18:35:43.293 INFO O| Aug 19 18:35:43.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8690 | 2024-08-19T18:35:45.030Z | [ host-image] Aug 19 18:35:43.303 INFO O| Aug 19 18:35:43.303 INFO STEP 0 (create_be) COMPLETE |
8691 | 2024-08-19T18:35:45.030Z | [ host-image] Aug 19 18:35:43.303 INFO O| Aug 19 18:35:43.303 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8692 | 2024-08-19T18:35:45.047Z | [ host-image] Aug 19 18:35:43.319 INFO O| Aug 19 18:35:43.319 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8693 | 2024-08-19T18:36:04.221Z | [ host-image] Aug 19 18:36:02.491 INFO O| Aug 19 18:36:02.491 INFO STEP 1 (unpack_tar) COMPLETE |
8694 | 2024-08-19T18:36:04.222Z | [ host-image] Aug 19 18:36:02.491 INFO O| Aug 19 18:36:02.491 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8695 | 2024-08-19T18:36:04.232Z | [ host-image] Aug 19 18:36:02.503 INFO O| Aug 19 18:36:02.503 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8696 | 2024-08-19T18:36:04.497Z | [ host-image] Aug 19 18:36:02.768 INFO O| Aug 19 18:36:02.767 INFO STEP 2 (devfsadm) COMPLETE |
8697 | 2024-08-19T18:36:04.499Z | [ host-image] Aug 19 18:36:02.768 INFO O| Aug 19 18:36:02.768 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8698 | 2024-08-19T18:36:04.509Z | [ host-image] Aug 19 18:36:02.780 INFO O| Aug 19 18:36:02.779 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8699 | 2024-08-19T18:36:04.509Z | [ host-image] Aug 19 18:36:02.780 INFO O| Aug 19 18:36:02.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8700 | 2024-08-19T18:36:04.509Z | [ host-image] Aug 19 18:36:02.780 INFO O| Aug 19 18:36:02.780 INFO STEP 3 (ensure_dir) COMPLETE |
8701 | 2024-08-19T18:36:04.511Z | [ host-image] Aug 19 18:36:02.780 INFO O| Aug 19 18:36:02.780 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8702 | 2024-08-19T18:36:04.519Z | [ host-image] Aug 19 18:36:02.790 INFO O| Aug 19 18:36:02.790 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8703 | 2024-08-19T18:36:04.519Z | [ host-image] Aug 19 18:36:02.790 INFO O| Aug 19 18:36:02.790 INFO STEP 4 (ensure_dir) COMPLETE |
8704 | 2024-08-19T18:36:04.521Z | [ host-image] Aug 19 18:36:02.790 INFO O| Aug 19 18:36:02.790 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8705 | 2024-08-19T18:36:04.529Z | [ host-image] Aug 19 18:36:02.800 INFO O| Aug 19 18:36:02.799 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8706 | 2024-08-19T18:36:04.529Z | [ host-image] Aug 19 18:36:02.800 INFO O| Aug 19 18:36:02.800 INFO STEP 5 (ensure_dir) COMPLETE |
8707 | 2024-08-19T18:36:04.529Z | [ host-image] Aug 19 18:36:02.800 INFO O| Aug 19 18:36:02.800 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8708 | 2024-08-19T18:36:04.539Z | [ host-image] Aug 19 18:36:02.809 INFO O| Aug 19 18:36:02.809 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8709 | 2024-08-19T18:36:04.539Z | [ host-image] Aug 19 18:36:02.809 INFO O| Aug 19 18:36:02.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8710 | 2024-08-19T18:36:04.541Z | [ host-image] Aug 19 18:36:02.809 INFO O| Aug 19 18:36:02.809 INFO STEP 6 (ensure_dir) COMPLETE |
8711 | 2024-08-19T18:36:04.541Z | [ host-image] Aug 19 18:36:02.809 INFO O| Aug 19 18:36:02.809 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8712 | 2024-08-19T18:36:04.549Z | [ host-image] Aug 19 18:36:02.819 INFO O| Aug 19 18:36:02.819 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8713 | 2024-08-19T18:36:04.549Z | [ host-image] Aug 19 18:36:02.819 INFO O| Aug 19 18:36:02.819 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8714 | 2024-08-19T18:36:04.551Z | [ host-image] Aug 19 18:36:02.819 INFO O| Aug 19 18:36:02.819 INFO STEP 7 (ensure_dir) COMPLETE |
8715 | 2024-08-19T18:36:04.551Z | [ host-image] Aug 19 18:36:02.819 INFO O| Aug 19 18:36:02.819 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8716 | 2024-08-19T18:36:04.558Z | [ host-image] Aug 19 18:36:02.829 INFO O| Aug 19 18:36:02.829 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8717 | 2024-08-19T18:36:04.560Z | [ host-image] Aug 19 18:36:02.829 INFO O| Aug 19 18:36:02.829 INFO STEP 8 (remove_files) COMPLETE |
8718 | 2024-08-19T18:36:04.560Z | [ host-image] Aug 19 18:36:02.829 INFO O| Aug 19 18:36:02.829 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8719 | 2024-08-19T18:36:04.568Z | [ host-image] Aug 19 18:36:02.839 INFO O| Aug 19 18:36:02.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8720 | 2024-08-19T18:36:04.570Z | [ host-image] Aug 19 18:36:02.840 INFO O| Aug 19 18:36:02.840 INFO STEP 9 (remove_files) COMPLETE |
8721 | 2024-08-19T18:36:04.570Z | [ host-image] Aug 19 18:36:02.840 INFO O| Aug 19 18:36:02.840 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8722 | 2024-08-19T18:36:04.578Z | [ host-image] Aug 19 18:36:02.849 INFO O| Aug 19 18:36:02.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8723 | 2024-08-19T18:36:04.581Z | [ host-image] Aug 19 18:36:02.850 INFO O| Aug 19 18:36:02.850 INFO STEP 10 (remove_files) COMPLETE |
8724 | 2024-08-19T18:36:04.581Z | [ host-image] Aug 19 18:36:02.850 INFO O| Aug 19 18:36:02.850 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8725 | 2024-08-19T18:36:04.589Z | [ host-image] Aug 19 18:36:02.860 INFO O| Aug 19 18:36:02.860 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8726 | 2024-08-19T18:36:04.589Z | [ host-image] Aug 19 18:36:02.860 INFO O| Aug 19 18:36:02.860 INFO STEP 11 (remove_files) COMPLETE |
8727 | 2024-08-19T18:36:04.589Z | [ host-image] Aug 19 18:36:02.860 INFO O| Aug 19 18:36:02.860 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8728 | 2024-08-19T18:36:04.599Z | [ host-image] Aug 19 18:36:02.870 INFO O| Aug 19 18:36:02.870 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8729 | 2024-08-19T18:36:04.601Z | [ host-image] Aug 19 18:36:02.870 INFO O| Aug 19 18:36:02.870 INFO STEP 12 (remove_files) COMPLETE |
8730 | 2024-08-19T18:36:04.601Z | [ host-image] Aug 19 18:36:02.870 INFO O| Aug 19 18:36:02.870 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8731 | 2024-08-19T18:36:04.609Z | [ host-image] Aug 19 18:36:02.880 INFO O| Aug 19 18:36:02.880 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8732 | 2024-08-19T18:36:04.611Z | [ host-image] Aug 19 18:36:02.880 INFO O| Aug 19 18:36:02.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8733 | 2024-08-19T18:36:04.611Z | [ host-image] Aug 19 18:36:02.880 INFO O| Aug 19 18:36:02.880 INFO STEP 13 (ensure_dir) COMPLETE |
8734 | 2024-08-19T18:36:04.611Z | [ host-image] Aug 19 18:36:02.880 INFO O| Aug 19 18:36:02.880 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8735 | 2024-08-19T18:36:04.618Z | [ host-image] Aug 19 18:36:02.889 INFO O| Aug 19 18:36:02.889 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8736 | 2024-08-19T18:36:04.618Z | [ host-image] Aug 19 18:36:02.889 INFO O| Aug 19 18:36:02.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8737 | 2024-08-19T18:36:04.621Z | [ host-image] Aug 19 18:36:02.890 INFO O| Aug 19 18:36:02.890 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8738 | 2024-08-19T18:36:04.621Z | [ host-image] Aug 19 18:36:02.890 INFO O| Aug 19 18:36:02.890 INFO STEP 14 (ensure_dir) COMPLETE |
8739 | 2024-08-19T18:36:04.621Z | [ host-image] Aug 19 18:36:02.890 INFO O| Aug 19 18:36:02.890 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8740 | 2024-08-19T18:36:04.628Z | [ host-image] Aug 19 18:36:02.899 INFO O| Aug 19 18:36:02.899 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8741 | 2024-08-19T18:36:04.628Z | [ host-image] Aug 19 18:36:02.899 INFO O| Aug 19 18:36:02.899 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8742 | 2024-08-19T18:36:04.631Z | [ host-image] Aug 19 18:36:02.899 INFO O| Aug 19 18:36:02.899 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8743 | 2024-08-19T18:36:04.631Z | [ host-image] Aug 19 18:36:02.899 INFO O| Aug 19 18:36:02.899 INFO STEP 15 (ensure_dir) COMPLETE |
8744 | 2024-08-19T18:36:04.631Z | [ host-image] Aug 19 18:36:02.899 INFO O| Aug 19 18:36:02.899 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8745 | 2024-08-19T18:36:04.638Z | [ host-image] Aug 19 18:36:02.909 INFO O| Aug 19 18:36:02.909 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8746 | 2024-08-19T18:36:04.638Z | [ host-image] Aug 19 18:36:02.909 INFO O| Aug 19 18:36:02.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8747 | 2024-08-19T18:36:04.638Z | [ host-image] Aug 19 18:36:02.909 INFO O| Aug 19 18:36:02.909 INFO STEP 16 (ensure_dir) COMPLETE |
8748 | 2024-08-19T18:36:04.641Z | [ host-image] Aug 19 18:36:02.909 INFO O| Aug 19 18:36:02.909 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8749 | 2024-08-19T18:36:04.648Z | [ host-image] Aug 19 18:36:02.919 INFO O| Aug 19 18:36:02.919 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8750 | 2024-08-19T18:36:04.648Z | [ host-image] Aug 19 18:36:02.919 INFO O| Aug 19 18:36:02.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8751 | 2024-08-19T18:36:04.650Z | [ host-image] Aug 19 18:36:02.919 INFO O| Aug 19 18:36:02.919 INFO STEP 17 (ensure_dir) COMPLETE |
8752 | 2024-08-19T18:36:04.650Z | [ host-image] Aug 19 18:36:02.919 INFO O| Aug 19 18:36:02.919 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8753 | 2024-08-19T18:36:04.658Z | [ host-image] Aug 19 18:36:02.929 INFO O| Aug 19 18:36:02.929 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8754 | 2024-08-19T18:36:04.658Z | [ host-image] Aug 19 18:36:02.929 INFO O| Aug 19 18:36:02.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8755 | 2024-08-19T18:36:04.660Z | [ host-image] Aug 19 18:36:02.929 INFO O| Aug 19 18:36:02.929 INFO ok! |
8756 | 2024-08-19T18:36:04.660Z | [ host-image] Aug 19 18:36:02.929 INFO O| Aug 19 18:36:02.929 INFO STEP 18 (ensure_symlink) COMPLETE |
8757 | 2024-08-19T18:36:04.660Z | [ host-image] Aug 19 18:36:02.929 INFO O| Aug 19 18:36:02.929 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8758 | 2024-08-19T18:36:04.667Z | [ host-image] Aug 19 18:36:02.938 INFO O| Aug 19 18:36:02.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8759 | 2024-08-19T18:36:04.667Z | [ host-image] Aug 19 18:36:02.938 INFO O| Aug 19 18:36:02.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8760 | 2024-08-19T18:36:04.670Z | [ host-image] Aug 19 18:36:02.938 INFO O| Aug 19 18:36:02.938 INFO ok! |
8761 | 2024-08-19T18:36:04.670Z | [ host-image] Aug 19 18:36:02.938 INFO O| Aug 19 18:36:02.938 INFO STEP 19 (ensure_file) COMPLETE |
8762 | 2024-08-19T18:36:04.670Z | [ host-image] Aug 19 18:36:02.938 INFO O| Aug 19 18:36:02.938 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8763 | 2024-08-19T18:36:04.677Z | [ host-image] Aug 19 18:36:02.948 INFO O| Aug 19 18:36:02.948 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8764 | 2024-08-19T18:36:04.677Z | [ host-image] Aug 19 18:36:02.948 INFO O| Aug 19 18:36:02.948 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8765 | 2024-08-19T18:36:04.679Z | [ host-image] Aug 19 18:36:02.948 INFO O| Aug 19 18:36:02.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8766 | 2024-08-19T18:36:04.679Z | [ host-image] Aug 19 18:36:02.948 INFO O| Aug 19 18:36:02.948 INFO ok! |
8767 | 2024-08-19T18:36:04.679Z | [ host-image] Aug 19 18:36:02.948 INFO O| Aug 19 18:36:02.948 INFO STEP 20 (ensure_symlink) COMPLETE |
8768 | 2024-08-19T18:36:04.679Z | [ host-image] Aug 19 18:36:02.948 INFO O| Aug 19 18:36:02.948 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8769 | 2024-08-19T18:36:04.687Z | [ host-image] Aug 19 18:36:02.958 INFO O| Aug 19 18:36:02.958 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8770 | 2024-08-19T18:36:04.687Z | [ host-image] Aug 19 18:36:02.958 INFO O| Aug 19 18:36:02.958 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8771 | 2024-08-19T18:36:04.691Z | [ host-image] Aug 19 18:36:02.958 INFO O| Aug 19 18:36:02.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8772 | 2024-08-19T18:36:04.691Z | [ host-image] Aug 19 18:36:02.958 INFO O| Aug 19 18:36:02.958 INFO ok! |
8773 | 2024-08-19T18:36:04.691Z | [ host-image] Aug 19 18:36:02.958 INFO O| Aug 19 18:36:02.958 INFO STEP 21 (ensure_symlink) COMPLETE |
8774 | 2024-08-19T18:36:04.691Z | [ host-image] Aug 19 18:36:02.958 INFO O| Aug 19 18:36:02.958 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8775 | 2024-08-19T18:36:04.697Z | [ host-image] Aug 19 18:36:02.967 INFO O| Aug 19 18:36:02.967 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8776 | 2024-08-19T18:36:04.697Z | [ host-image] Aug 19 18:36:02.967 INFO O| Aug 19 18:36:02.967 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8777 | 2024-08-19T18:36:04.697Z | [ host-image] Aug 19 18:36:02.968 INFO O| Aug 19 18:36:02.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8778 | 2024-08-19T18:36:04.700Z | [ host-image] Aug 19 18:36:02.968 INFO O| Aug 19 18:36:02.968 INFO ok! |
8779 | 2024-08-19T18:36:04.700Z | [ host-image] Aug 19 18:36:02.968 INFO O| Aug 19 18:36:02.968 INFO STEP 22 (ensure_symlink) COMPLETE |
8780 | 2024-08-19T18:36:04.700Z | [ host-image] Aug 19 18:36:02.968 INFO O| Aug 19 18:36:02.968 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8781 | 2024-08-19T18:36:04.707Z | [ host-image] Aug 19 18:36:02.977 INFO O| Aug 19 18:36:02.977 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8782 | 2024-08-19T18:36:04.707Z | [ host-image] Aug 19 18:36:02.977 INFO O| Aug 19 18:36:02.977 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8783 | 2024-08-19T18:36:04.707Z | [ host-image] Aug 19 18:36:02.977 INFO O| Aug 19 18:36:02.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8784 | 2024-08-19T18:36:04.710Z | [ host-image] Aug 19 18:36:02.977 INFO O| Aug 19 18:36:02.977 INFO ok! |
8785 | 2024-08-19T18:36:04.710Z | [ host-image] Aug 19 18:36:02.977 INFO O| Aug 19 18:36:02.977 INFO STEP 23 (ensure_symlink) COMPLETE |
8786 | 2024-08-19T18:36:04.710Z | [ host-image] Aug 19 18:36:02.977 INFO O| Aug 19 18:36:02.977 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8787 | 2024-08-19T18:36:04.716Z | [ host-image] Aug 19 18:36:02.987 INFO O| Aug 19 18:36:02.987 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8788 | 2024-08-19T18:36:04.719Z | [ host-image] Aug 19 18:36:02.987 INFO O| Aug 19 18:36:02.987 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8789 | 2024-08-19T18:36:04.719Z | [ host-image] Aug 19 18:36:02.988 INFO O| Aug 19 18:36:02.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8790 | 2024-08-19T18:36:04.719Z | [ host-image] Aug 19 18:36:02.988 INFO O| Aug 19 18:36:02.988 INFO ok! |
8791 | 2024-08-19T18:36:04.719Z | [ host-image] Aug 19 18:36:02.988 INFO O| Aug 19 18:36:02.988 INFO STEP 24 (ensure_file) COMPLETE |
8792 | 2024-08-19T18:36:04.719Z | [ host-image] Aug 19 18:36:02.988 INFO O| Aug 19 18:36:02.988 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8793 | 2024-08-19T18:36:04.727Z | [ host-image] Aug 19 18:36:02.997 INFO O| Aug 19 18:36:02.997 INFO updating shadow file |
8794 | 2024-08-19T18:36:04.729Z | [ host-image] Aug 19 18:36:02.997 INFO O| Aug 19 18:36:02.997 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8795 | 2024-08-19T18:36:04.729Z | [ host-image] Aug 19 18:36:02.998 INFO O| Aug 19 18:36:02.997 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8796 | 2024-08-19T18:36:04.729Z | [ host-image] Aug 19 18:36:02.998 INFO O| Aug 19 18:36:02.997 INFO STEP 25 (shadow) COMPLETE |
8797 | 2024-08-19T18:36:04.729Z | [ host-image] Aug 19 18:36:02.998 INFO O| Aug 19 18:36:02.998 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8798 | 2024-08-19T18:36:04.737Z | [ host-image] Aug 19 18:36:03.007 INFO O| Aug 19 18:36:03.007 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8799 | 2024-08-19T18:36:04.737Z | [ host-image] Aug 19 18:36:03.008 INFO O| Aug 19 18:36:03.008 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8800 | 2024-08-19T18:36:04.739Z | [ host-image] Aug 19 18:36:03.008 INFO O| Aug 19 18:36:03.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8801 | 2024-08-19T18:36:04.739Z | [ host-image] Aug 19 18:36:03.008 INFO O| Aug 19 18:36:03.008 INFO ok! |
8802 | 2024-08-19T18:36:04.739Z | [ host-image] Aug 19 18:36:03.008 INFO O| Aug 19 18:36:03.008 INFO STEP 26 (ensure_file) COMPLETE |
8803 | 2024-08-19T18:36:04.739Z | [ host-image] Aug 19 18:36:03.008 INFO O| Aug 19 18:36:03.008 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8804 | 2024-08-19T18:36:04.747Z | [ host-image] Aug 19 18:36:03.018 INFO O| Aug 19 18:36:03.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8805 | 2024-08-19T18:36:04.747Z | [ host-image] Aug 19 18:36:03.018 INFO O| Aug 19 18:36:03.018 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8806 | 2024-08-19T18:36:04.749Z | [ host-image] Aug 19 18:36:03.018 INFO O| Aug 19 18:36:03.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8807 | 2024-08-19T18:36:04.749Z | [ host-image] Aug 19 18:36:03.018 INFO O| Aug 19 18:36:03.018 INFO ok! |
8808 | 2024-08-19T18:36:04.749Z | [ host-image] Aug 19 18:36:03.018 INFO O| Aug 19 18:36:03.018 INFO STEP 27 (ensure_file) COMPLETE |
8809 | 2024-08-19T18:36:04.749Z | [ host-image] Aug 19 18:36:03.018 INFO O| Aug 19 18:36:03.018 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8810 | 2024-08-19T18:36:04.757Z | [ host-image] Aug 19 18:36:03.028 INFO O| Aug 19 18:36:03.028 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8811 | 2024-08-19T18:36:04.757Z | [ host-image] Aug 19 18:36:03.028 INFO O| Aug 19 18:36:03.028 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8812 | 2024-08-19T18:36:04.759Z | [ host-image] Aug 19 18:36:03.028 INFO O| Aug 19 18:36:03.028 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8813 | 2024-08-19T18:36:04.759Z | [ host-image] Aug 19 18:36:03.028 INFO O| Aug 19 18:36:03.028 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8814 | 2024-08-19T18:36:04.759Z | [ host-image] Aug 19 18:36:03.028 INFO O| Aug 19 18:36:03.028 INFO ok! |
8815 | 2024-08-19T18:36:04.759Z | [ host-image] Aug 19 18:36:03.028 INFO O| Aug 19 18:36:03.028 INFO STEP 28 (ensure_file) COMPLETE |
8816 | 2024-08-19T18:36:04.759Z | [ host-image] Aug 19 18:36:03.028 INFO O| Aug 19 18:36:03.028 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8817 | 2024-08-19T18:36:04.767Z | [ host-image] Aug 19 18:36:03.038 INFO O| Aug 19 18:36:03.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8818 | 2024-08-19T18:36:04.770Z | [ host-image] Aug 19 18:36:03.038 INFO O| Aug 19 18:36:03.038 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8819 | 2024-08-19T18:36:04.770Z | [ host-image] Aug 19 18:36:03.039 INFO O| Aug 19 18:36:03.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8820 | 2024-08-19T18:36:04.770Z | [ host-image] Aug 19 18:36:03.039 INFO O| Aug 19 18:36:03.038 INFO ok! |
8821 | 2024-08-19T18:36:04.770Z | [ host-image] Aug 19 18:36:03.039 INFO O| Aug 19 18:36:03.039 INFO STEP 29 (ensure_file) COMPLETE |
8822 | 2024-08-19T18:36:04.770Z | [ host-image] Aug 19 18:36:03.039 INFO O| Aug 19 18:36:03.039 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8823 | 2024-08-19T18:36:04.778Z | [ host-image] Aug 19 18:36:03.049 INFO O| Aug 19 18:36:03.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8824 | 2024-08-19T18:36:04.778Z | [ host-image] Aug 19 18:36:03.049 INFO O| Aug 19 18:36:03.049 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8825 | 2024-08-19T18:36:04.780Z | [ host-image] Aug 19 18:36:03.049 INFO O| Aug 19 18:36:03.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8826 | 2024-08-19T18:36:04.780Z | [ host-image] Aug 19 18:36:03.049 INFO O| Aug 19 18:36:03.049 INFO ok! |
8827 | 2024-08-19T18:36:04.780Z | [ host-image] Aug 19 18:36:03.049 INFO O| Aug 19 18:36:03.049 INFO STEP 30 (ensure_file) COMPLETE |
8828 | 2024-08-19T18:36:04.780Z | [ host-image] Aug 19 18:36:03.049 INFO O| Aug 19 18:36:03.049 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8829 | 2024-08-19T18:36:04.788Z | [ host-image] Aug 19 18:36:03.059 INFO O| Aug 19 18:36:03.059 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8830 | 2024-08-19T18:36:04.788Z | [ host-image] Aug 19 18:36:03.059 INFO O| Aug 19 18:36:03.059 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8831 | 2024-08-19T18:36:04.791Z | [ host-image] Aug 19 18:36:03.060 INFO O| Aug 19 18:36:03.059 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8832 | 2024-08-19T18:36:04.791Z | [ host-image] Aug 19 18:36:03.060 INFO O| Aug 19 18:36:03.060 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8833 | 2024-08-19T18:36:04.791Z | [ host-image] Aug 19 18:36:03.060 INFO O| Aug 19 18:36:03.060 INFO ok! |
8834 | 2024-08-19T18:36:04.791Z | [ host-image] Aug 19 18:36:03.060 INFO O| Aug 19 18:36:03.060 INFO STEP 31 (ensure_file) COMPLETE |
8835 | 2024-08-19T18:36:04.791Z | [ host-image] Aug 19 18:36:03.060 INFO O| Aug 19 18:36:03.060 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8836 | 2024-08-19T18:36:04.799Z | [ host-image] Aug 19 18:36:03.070 INFO O| Aug 19 18:36:03.070 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8837 | 2024-08-19T18:36:04.799Z | [ host-image] Aug 19 18:36:03.070 INFO O| Aug 19 18:36:03.070 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8838 | 2024-08-19T18:36:04.801Z | [ host-image] Aug 19 18:36:03.070 INFO O| Aug 19 18:36:03.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8839 | 2024-08-19T18:36:04.801Z | [ host-image] Aug 19 18:36:03.070 INFO O| Aug 19 18:36:03.070 INFO ok! |
8840 | 2024-08-19T18:36:04.801Z | [ host-image] Aug 19 18:36:03.070 INFO O| Aug 19 18:36:03.070 INFO STEP 32 (ensure_file) COMPLETE |
8841 | 2024-08-19T18:36:04.801Z | [ host-image] Aug 19 18:36:03.070 INFO O| Aug 19 18:36:03.070 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8842 | 2024-08-19T18:36:04.809Z | [ host-image] Aug 19 18:36:03.080 INFO O| Aug 19 18:36:03.080 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8843 | 2024-08-19T18:36:04.811Z | [ host-image] Aug 19 18:36:03.080 INFO O| Aug 19 18:36:03.080 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8844 | 2024-08-19T18:36:04.811Z | [ host-image] Aug 19 18:36:03.080 INFO O| Aug 19 18:36:03.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8845 | 2024-08-19T18:36:04.811Z | [ host-image] Aug 19 18:36:03.080 INFO O| Aug 19 18:36:03.080 INFO ok! |
8846 | 2024-08-19T18:36:04.811Z | [ host-image] Aug 19 18:36:03.080 INFO O| Aug 19 18:36:03.080 INFO STEP 33 (ensure_file) COMPLETE |
8847 | 2024-08-19T18:36:04.812Z | [ host-image] Aug 19 18:36:03.080 INFO O| Aug 19 18:36:03.080 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8848 | 2024-08-19T18:36:04.819Z | [ host-image] Aug 19 18:36:03.090 INFO O| Aug 19 18:36:03.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8849 | 2024-08-19T18:36:04.819Z | [ host-image] Aug 19 18:36:03.090 INFO O| Aug 19 18:36:03.090 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8850 | 2024-08-19T18:36:04.822Z | [ host-image] Aug 19 18:36:03.090 INFO O| Aug 19 18:36:03.090 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8851 | 2024-08-19T18:36:04.822Z | [ host-image] Aug 19 18:36:03.091 INFO O| Aug 19 18:36:03.090 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8852 | 2024-08-19T18:36:04.822Z | [ host-image] Aug 19 18:36:03.091 INFO O| Aug 19 18:36:03.091 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8853 | 2024-08-19T18:36:04.822Z | [ host-image] Aug 19 18:36:03.091 INFO O| Aug 19 18:36:03.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8854 | 2024-08-19T18:36:04.822Z | [ host-image] Aug 19 18:36:03.091 INFO O| Aug 19 18:36:03.091 INFO ok! |
8855 | 2024-08-19T18:36:04.822Z | [ host-image] Aug 19 18:36:03.091 INFO O| Aug 19 18:36:03.091 INFO STEP 34 (ensure_file) COMPLETE |
8856 | 2024-08-19T18:36:04.822Z | [ host-image] Aug 19 18:36:03.091 INFO O| Aug 19 18:36:03.091 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8857 | 2024-08-19T18:36:04.830Z | [ host-image] Aug 19 18:36:03.101 INFO O| Aug 19 18:36:03.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8858 | 2024-08-19T18:36:04.833Z | [ host-image] Aug 19 18:36:03.101 INFO O| Aug 19 18:36:03.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8859 | 2024-08-19T18:36:04.833Z | [ host-image] Aug 19 18:36:03.101 INFO O| Aug 19 18:36:03.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8860 | 2024-08-19T18:36:04.833Z | [ host-image] Aug 19 18:36:03.101 INFO O| Aug 19 18:36:03.101 INFO STEP 35 (ensure_dir) COMPLETE |
8861 | 2024-08-19T18:36:04.833Z | [ host-image] Aug 19 18:36:03.101 INFO O| Aug 19 18:36:03.101 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8862 | 2024-08-19T18:36:04.841Z | [ host-image] Aug 19 18:36:03.111 INFO O| Aug 19 18:36:03.111 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 |
8863 | 2024-08-19T18:36:04.841Z | [ host-image] Aug 19 18:36:03.111 INFO O| Aug 19 18:36:03.111 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 ... |
8864 | 2024-08-19T18:36:04.843Z | [ host-image] Aug 19 18:36:03.112 INFO O| Aug 19 18:36:03.111 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 |
8865 | 2024-08-19T18:36:04.843Z | [ host-image] Aug 19 18:36:03.112 INFO O| Aug 19 18:36:03.112 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 |
8866 | 2024-08-19T18:36:04.843Z | [ host-image] Aug 19 18:36:03.112 INFO O| Aug 19 18:36:03.112 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 |
8867 | 2024-08-19T18:36:04.843Z | [ host-image] Aug 19 18:36:03.112 INFO O| Aug 19 18:36:03.112 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 |
8868 | 2024-08-19T18:36:04.843Z | [ host-image] Aug 19 18:36:03.112 INFO O| Aug 19 18:36:03.112 INFO ok! |
8869 | 2024-08-19T18:36:04.843Z | [ host-image] Aug 19 18:36:03.112 INFO O| Aug 19 18:36:03.112 INFO STEP 36 (ensure_file) COMPLETE |
8870 | 2024-08-19T18:36:04.843Z | [ host-image] Aug 19 18:36:03.112 INFO O| Aug 19 18:36:03.112 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8871 | 2024-08-19T18:36:04.851Z | [ host-image] Aug 19 18:36:03.122 INFO O| Aug 19 18:36:03.122 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8872 | 2024-08-19T18:36:04.851Z | [ host-image] Aug 19 18:36:03.122 INFO O| Aug 19 18:36:03.122 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 ... |
8873 | 2024-08-19T18:36:04.853Z | [ host-image] Aug 19 18:36:03.122 INFO O| Aug 19 18:36:03.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8874 | 2024-08-19T18:36:04.854Z | [ host-image] Aug 19 18:36:03.122 INFO O| Aug 19 18:36:03.122 INFO ok! |
8875 | 2024-08-19T18:36:04.854Z | [ host-image] Aug 19 18:36:03.122 INFO O| Aug 19 18:36:03.122 INFO STEP 37 (ensure_symlink) COMPLETE |
8876 | 2024-08-19T18:36:04.854Z | [ host-image] Aug 19 18:36:03.122 INFO O| Aug 19 18:36:03.122 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8877 | 2024-08-19T18:36:04.861Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8878 | 2024-08-19T18:36:04.861Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8879 | 2024-08-19T18:36:04.864Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8880 | 2024-08-19T18:36:04.864Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8881 | 2024-08-19T18:36:04.864Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8882 | 2024-08-19T18:36:04.864Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8883 | 2024-08-19T18:36:04.864Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO ok! |
8884 | 2024-08-19T18:36:04.864Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO STEP 38 (ensure_file) COMPLETE |
8885 | 2024-08-19T18:36:04.864Z | [ host-image] Aug 19 18:36:03.132 INFO O| Aug 19 18:36:03.132 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8886 | 2024-08-19T18:36:04.872Z | [ host-image] Aug 19 18:36:03.143 INFO O| Aug 19 18:36:03.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8887 | 2024-08-19T18:36:04.872Z | [ host-image] Aug 19 18:36:03.143 INFO O| Aug 19 18:36:03.143 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 ... |
8888 | 2024-08-19T18:36:04.872Z | [ host-image] Aug 19 18:36:03.143 INFO O| Aug 19 18:36:03.143 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 |
8889 | 2024-08-19T18:36:04.875Z | [ host-image] Aug 19 18:36:03.143 INFO O| Aug 19 18:36:03.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8890 | 2024-08-19T18:36:04.875Z | [ host-image] Aug 19 18:36:03.143 INFO O| Aug 19 18:36:03.143 INFO ok! |
8891 | 2024-08-19T18:36:04.875Z | [ host-image] Aug 19 18:36:03.143 INFO O| Aug 19 18:36:03.143 INFO STEP 39 (ensure_file) COMPLETE |
8892 | 2024-08-19T18:36:04.875Z | [ host-image] Aug 19 18:36:03.143 INFO O| Aug 19 18:36:03.143 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8893 | 2024-08-19T18:36:04.882Z | [ host-image] Aug 19 18:36:03.153 INFO O| Aug 19 18:36:03.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8894 | 2024-08-19T18:36:04.882Z | [ host-image] Aug 19 18:36:03.153 INFO O| Aug 19 18:36:03.153 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8895 | 2024-08-19T18:36:04.885Z | [ host-image] Aug 19 18:36:03.153 INFO O| Aug 19 18:36:03.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8896 | 2024-08-19T18:36:04.885Z | [ host-image] Aug 19 18:36:03.153 INFO O| Aug 19 18:36:03.153 INFO ok! |
8897 | 2024-08-19T18:36:04.885Z | [ host-image] Aug 19 18:36:03.154 INFO O| Aug 19 18:36:03.153 INFO STEP 40 (ensure_file) COMPLETE |
8898 | 2024-08-19T18:36:04.885Z | [ host-image] Aug 19 18:36:03.154 INFO O| Aug 19 18:36:03.153 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8899 | 2024-08-19T18:36:04.893Z | [ host-image] Aug 19 18:36:03.163 INFO O| Aug 19 18:36:03.163 INFO updating shadow file |
8900 | 2024-08-19T18:36:04.895Z | [ host-image] Aug 19 18:36:03.164 INFO O| Aug 19 18:36:03.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8901 | 2024-08-19T18:36:04.895Z | [ host-image] Aug 19 18:36:03.164 INFO O| Aug 19 18:36:03.164 INFO STEP 41 (shadow) COMPLETE |
8902 | 2024-08-19T18:36:04.895Z | [ host-image] Aug 19 18:36:03.164 INFO O| Aug 19 18:36:03.164 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8903 | 2024-08-19T18:36:04.903Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8904 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8905 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8906 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8907 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO ok! |
8908 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO STEP 42 (ensure_file) COMPLETE |
8909 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8910 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO skip step because feature "mfg" is not enabled |
8911 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8912 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO skip step because feature "mfg" is not enabled |
8913 | 2024-08-19T18:36:04.905Z | [ host-image] Aug 19 18:36:03.174 INFO O| Aug 19 18:36:03.174 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8914 | 2024-08-19T18:36:04.915Z | [ host-image] Aug 19 18:36:03.186 INFO O| Aug 19 18:36:03.186 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8915 | 2024-08-19T18:36:04.915Z | [ host-image] Aug 19 18:36:03.186 INFO O| Aug 19 18:36:03.186 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8916 | 2024-08-19T18:36:05.550Z | [ host-image] Aug 19 18:36:03.820 INFO O| Aug 19 18:36:03.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8917 | 2024-08-19T18:36:05.550Z | [ host-image] Aug 19 18:36:03.820 INFO O| Aug 19 18:36:03.820 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8918 | 2024-08-19T18:36:05.550Z | [ host-image] Aug 19 18:36:03.820 INFO O| Aug 19 18:36:03.820 INFO ok! |
8919 | 2024-08-19T18:36:05.553Z | [ host-image] Aug 19 18:36:03.820 INFO O| Aug 19 18:36:03.820 INFO STEP 45 (ensure_file) COMPLETE |
8920 | 2024-08-19T18:36:05.553Z | [ host-image] Aug 19 18:36:03.820 INFO O| Aug 19 18:36:03.820 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8921 | 2024-08-19T18:36:05.564Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.834 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8922 | 2024-08-19T18:36:05.564Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.835 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8923 | 2024-08-19T18:36:05.566Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.835 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8924 | 2024-08-19T18:36:05.566Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.835 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8925 | 2024-08-19T18:36:05.566Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.835 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8926 | 2024-08-19T18:36:05.566Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8927 | 2024-08-19T18:36:05.566Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.835 INFO ok! |
8928 | 2024-08-19T18:36:05.566Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.835 INFO STEP 46 (ensure_file) COMPLETE |
8929 | 2024-08-19T18:36:05.566Z | [ host-image] Aug 19 18:36:03.835 INFO O| Aug 19 18:36:03.835 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8930 | 2024-08-19T18:36:05.576Z | [ host-image] Aug 19 18:36:03.847 INFO O| Aug 19 18:36:03.847 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8931 | 2024-08-19T18:36:05.576Z | [ host-image] Aug 19 18:36:03.847 INFO O| Aug 19 18:36:03.847 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 ... |
8932 | 2024-08-19T18:36:05.578Z | [ host-image] Aug 19 18:36:03.847 INFO O| Aug 19 18:36:03.847 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 |
8933 | 2024-08-19T18:36:05.578Z | [ host-image] Aug 19 18:36:03.847 INFO O| Aug 19 18:36:03.847 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8934 | 2024-08-19T18:36:05.578Z | [ host-image] Aug 19 18:36:03.847 INFO O| Aug 19 18:36:03.847 INFO ok! |
8935 | 2024-08-19T18:36:05.578Z | [ host-image] Aug 19 18:36:03.847 INFO O| Aug 19 18:36:03.847 INFO STEP 47 (ensure_file) COMPLETE |
8936 | 2024-08-19T18:36:05.579Z | [ host-image] Aug 19 18:36:03.847 INFO O| Aug 19 18:36:03.847 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8937 | 2024-08-19T18:36:05.587Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8938 | 2024-08-19T18:36:05.587Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8939 | 2024-08-19T18:36:05.589Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8940 | 2024-08-19T18:36:05.590Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8941 | 2024-08-19T18:36:05.590Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8942 | 2024-08-19T18:36:05.590Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8943 | 2024-08-19T18:36:05.590Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO ok! |
8944 | 2024-08-19T18:36:05.590Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO STEP 48 (ensure_file) COMPLETE |
8945 | 2024-08-19T18:36:05.590Z | [ host-image] Aug 19 18:36:03.858 INFO O| Aug 19 18:36:03.858 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8946 | 2024-08-19T18:36:05.598Z | [ host-image] Aug 19 18:36:03.869 INFO O| Aug 19 18:36:03.869 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8947 | 2024-08-19T18:36:05.598Z | [ host-image] Aug 19 18:36:03.869 INFO O| Aug 19 18:36:03.869 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 ... |
8948 | 2024-08-19T18:36:05.601Z | [ host-image] Aug 19 18:36:03.869 INFO O| Aug 19 18:36:03.869 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 |
8949 | 2024-08-19T18:36:05.601Z | [ host-image] Aug 19 18:36:03.869 INFO O| Aug 19 18:36:03.869 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8950 | 2024-08-19T18:36:05.601Z | [ host-image] Aug 19 18:36:03.869 INFO O| Aug 19 18:36:03.869 INFO ok! |
8951 | 2024-08-19T18:36:05.601Z | [ host-image] Aug 19 18:36:03.869 INFO O| Aug 19 18:36:03.869 INFO STEP 49 (ensure_file) COMPLETE |
8952 | 2024-08-19T18:36:05.601Z | [ host-image] Aug 19 18:36:03.869 INFO O| Aug 19 18:36:03.869 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8953 | 2024-08-19T18:36:05.609Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8954 | 2024-08-19T18:36:05.609Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8955 | 2024-08-19T18:36:05.611Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8956 | 2024-08-19T18:36:05.611Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8957 | 2024-08-19T18:36:05.611Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8958 | 2024-08-19T18:36:05.612Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8959 | 2024-08-19T18:36:05.612Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO ok! |
8960 | 2024-08-19T18:36:05.612Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO STEP 50 (ensure_file) COMPLETE |
8961 | 2024-08-19T18:36:05.612Z | [ host-image] Aug 19 18:36:03.880 INFO O| Aug 19 18:36:03.880 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8962 | 2024-08-19T18:36:05.620Z | [ host-image] Aug 19 18:36:03.890 INFO O| Aug 19 18:36:03.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8963 | 2024-08-19T18:36:05.620Z | [ host-image] Aug 19 18:36:03.891 INFO O| Aug 19 18:36:03.890 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 ... |
8964 | 2024-08-19T18:36:05.622Z | [ host-image] Aug 19 18:36:03.891 INFO O| Aug 19 18:36:03.891 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 |
8965 | 2024-08-19T18:36:05.622Z | [ host-image] Aug 19 18:36:03.891 INFO O| Aug 19 18:36:03.891 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8966 | 2024-08-19T18:36:05.622Z | [ host-image] Aug 19 18:36:03.891 INFO O| Aug 19 18:36:03.891 INFO ok! |
8967 | 2024-08-19T18:36:05.622Z | [ host-image] Aug 19 18:36:03.891 INFO O| Aug 19 18:36:03.891 INFO STEP 51 (ensure_file) COMPLETE |
8968 | 2024-08-19T18:36:05.622Z | [ host-image] Aug 19 18:36:03.891 INFO O| Aug 19 18:36:03.891 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8969 | 2024-08-19T18:36:05.630Z | [ host-image] Aug 19 18:36:03.901 INFO O| Aug 19 18:36:03.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8970 | 2024-08-19T18:36:05.630Z | [ host-image] Aug 19 18:36:03.901 INFO O| Aug 19 18:36:03.901 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 ... |
8971 | 2024-08-19T18:36:05.632Z | [ host-image] Aug 19 18:36:03.901 INFO O| Aug 19 18:36:03.901 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 |
8972 | 2024-08-19T18:36:05.632Z | [ host-image] Aug 19 18:36:03.901 INFO O| Aug 19 18:36:03.901 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8973 | 2024-08-19T18:36:05.632Z | [ host-image] Aug 19 18:36:03.901 INFO O| Aug 19 18:36:03.901 INFO ok! |
8974 | 2024-08-19T18:36:05.632Z | [ host-image] Aug 19 18:36:03.901 INFO O| Aug 19 18:36:03.901 INFO STEP 52 (ensure_file) COMPLETE |
8975 | 2024-08-19T18:36:05.632Z | [ host-image] Aug 19 18:36:03.901 INFO O| Aug 19 18:36:03.901 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8976 | 2024-08-19T18:36:05.640Z | [ host-image] Aug 19 18:36:03.911 INFO O| Aug 19 18:36:03.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8977 | 2024-08-19T18:36:05.640Z | [ host-image] Aug 19 18:36:03.911 INFO O| Aug 19 18:36:03.911 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 ... |
8978 | 2024-08-19T18:36:05.642Z | [ host-image] Aug 19 18:36:03.911 INFO O| Aug 19 18:36:03.911 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 |
8979 | 2024-08-19T18:36:05.642Z | [ host-image] Aug 19 18:36:03.911 INFO O| Aug 19 18:36:03.911 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8980 | 2024-08-19T18:36:05.642Z | [ host-image] Aug 19 18:36:03.911 INFO O| Aug 19 18:36:03.911 INFO ok! |
8981 | 2024-08-19T18:36:05.642Z | [ host-image] Aug 19 18:36:03.911 INFO O| Aug 19 18:36:03.911 INFO STEP 53 (ensure_file) COMPLETE |
8982 | 2024-08-19T18:36:05.642Z | [ host-image] Aug 19 18:36:03.911 INFO O| Aug 19 18:36:03.911 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8983 | 2024-08-19T18:36:05.650Z | [ host-image] Aug 19 18:36:03.921 INFO O| Aug 19 18:36:03.920 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8984 | 2024-08-19T18:36:05.650Z | [ host-image] Aug 19 18:36:03.921 INFO O| Aug 19 18:36:03.921 INFO STEP 54 (ensure_dir) COMPLETE |
8985 | 2024-08-19T18:36:05.650Z | [ host-image] Aug 19 18:36:03.921 INFO O| Aug 19 18:36:03.921 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8986 | 2024-08-19T18:36:05.659Z | [ host-image] Aug 19 18:36:03.930 INFO O| Aug 19 18:36:03.930 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8987 | 2024-08-19T18:36:05.662Z | [ host-image] Aug 19 18:36:03.930 INFO O| Aug 19 18:36:03.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8988 | 2024-08-19T18:36:05.662Z | [ host-image] Aug 19 18:36:03.930 INFO O| Aug 19 18:36:03.930 INFO STEP 55 (ensure_dir) COMPLETE |
8989 | 2024-08-19T18:36:05.662Z | [ host-image] Aug 19 18:36:03.930 INFO O| Aug 19 18:36:03.930 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8990 | 2024-08-19T18:36:05.671Z | [ host-image] Aug 19 18:36:03.940 INFO O| Aug 19 18:36:03.940 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8991 | 2024-08-19T18:36:05.671Z | [ host-image] Aug 19 18:36:03.940 INFO O| Aug 19 18:36:03.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8992 | 2024-08-19T18:36:05.671Z | [ host-image] Aug 19 18:36:03.940 INFO O| Aug 19 18:36:03.940 INFO STEP 56 (ensure_dir) COMPLETE |
8993 | 2024-08-19T18:36:05.673Z | [ host-image] Aug 19 18:36:03.940 INFO O| Aug 19 18:36:03.940 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8994 | 2024-08-19T18:36:05.679Z | [ host-image] Aug 19 18:36:03.950 INFO O| Aug 19 18:36:03.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8995 | 2024-08-19T18:36:05.681Z | [ host-image] Aug 19 18:36:03.950 INFO O| Aug 19 18:36:03.950 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8996 | 2024-08-19T18:36:05.694Z | [ host-image] Aug 19 18:36:03.965 INFO O| Aug 19 18:36:03.965 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8997 | 2024-08-19T18:36:05.694Z | [ host-image] Aug 19 18:36:03.965 INFO O| Aug 19 18:36:03.965 INFO ok! |
8998 | 2024-08-19T18:36:05.697Z | [ host-image] Aug 19 18:36:03.965 INFO O| Aug 19 18:36:03.965 INFO STEP 57 (ensure_file) COMPLETE |
8999 | 2024-08-19T18:36:05.697Z | [ host-image] Aug 19 18:36:03.965 INFO O| Aug 19 18:36:03.965 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9000 | 2024-08-19T18:36:05.706Z | [ host-image] Aug 19 18:36:03.977 INFO O| Aug 19 18:36:03.977 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9001 | 2024-08-19T18:36:05.706Z | [ host-image] Aug 19 18:36:03.977 INFO O| Aug 19 18:36:03.977 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9002 | 2024-08-19T18:36:06.802Z | [ host-image] Aug 19 18:36:05.073 INFO O| Aug 19 18:36:05.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9003 | 2024-08-19T18:36:06.802Z | [ host-image] Aug 19 18:36:05.073 INFO O| Aug 19 18:36:05.073 INFO ok! |
9004 | 2024-08-19T18:36:06.802Z | [ host-image] Aug 19 18:36:05.073 INFO O| Aug 19 18:36:05.073 INFO STEP 58 (ensure_file) COMPLETE |
9005 | 2024-08-19T18:36:06.805Z | [ host-image] Aug 19 18:36:05.073 INFO O| Aug 19 18:36:05.073 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9006 | 2024-08-19T18:36:06.814Z | [ host-image] Aug 19 18:36:05.085 INFO O| Aug 19 18:36:05.084 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9007 | 2024-08-19T18:36:06.816Z | [ host-image] Aug 19 18:36:05.085 INFO O| Aug 19 18:36:05.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9008 | 2024-08-19T18:36:06.816Z | [ host-image] Aug 19 18:36:05.085 INFO O| Aug 19 18:36:05.085 INFO STEP 59 (ensure_dir) COMPLETE |
9009 | 2024-08-19T18:36:06.816Z | [ host-image] Aug 19 18:36:05.085 INFO O| Aug 19 18:36:05.085 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9010 | 2024-08-19T18:36:06.824Z | [ host-image] Aug 19 18:36:05.095 INFO O| Aug 19 18:36:05.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9011 | 2024-08-19T18:36:06.824Z | [ host-image] Aug 19 18:36:05.095 INFO O| Aug 19 18:36:05.095 INFO copying /tmp/.tmplUy9tx/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 ... |
9012 | 2024-08-19T18:36:06.826Z | [ host-image] Aug 19 18:36:05.095 INFO O| Aug 19 18:36:05.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9013 | 2024-08-19T18:36:06.826Z | [ host-image] Aug 19 18:36:05.095 INFO O| Aug 19 18:36:05.095 INFO ok! |
9014 | 2024-08-19T18:36:06.826Z | [ host-image] Aug 19 18:36:05.095 INFO O| Aug 19 18:36:05.095 INFO STEP 60 (ensure_file) COMPLETE |
9015 | 2024-08-19T18:36:06.826Z | [ host-image] Aug 19 18:36:05.095 INFO O| Aug 19 18:36:05.095 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9016 | 2024-08-19T18:36:06.834Z | [ host-image] Aug 19 18:36:05.105 INFO O| Aug 19 18:36:05.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9017 | 2024-08-19T18:36:06.834Z | [ host-image] Aug 19 18:36:05.105 INFO O| Aug 19 18:36:05.105 INFO copying /tmp/.tmplUy9tx/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 ... |
9018 | 2024-08-19T18:36:06.837Z | [ host-image] Aug 19 18:36:05.105 INFO O| Aug 19 18:36:05.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9019 | 2024-08-19T18:36:06.837Z | [ host-image] Aug 19 18:36:05.105 INFO O| Aug 19 18:36:05.105 INFO ok! |
9020 | 2024-08-19T18:36:06.837Z | [ host-image] Aug 19 18:36:05.105 INFO O| Aug 19 18:36:05.105 INFO STEP 61 (ensure_file) COMPLETE |
9021 | 2024-08-19T18:36:06.837Z | [ host-image] Aug 19 18:36:05.105 INFO O| Aug 19 18:36:05.105 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9022 | 2024-08-19T18:36:06.845Z | [ host-image] Aug 19 18:36:05.116 INFO O| Aug 19 18:36:05.115 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9023 | 2024-08-19T18:36:06.845Z | [ host-image] Aug 19 18:36:05.116 INFO O| Aug 19 18:36:05.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9024 | 2024-08-19T18:36:06.847Z | [ host-image] Aug 19 18:36:05.116 INFO O| Aug 19 18:36:05.116 INFO STEP 62 (ensure_dir) COMPLETE |
9025 | 2024-08-19T18:36:06.847Z | [ host-image] Aug 19 18:36:05.116 INFO O| Aug 19 18:36:05.116 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9026 | 2024-08-19T18:36:06.855Z | [ host-image] Aug 19 18:36:05.126 INFO O| Aug 19 18:36:05.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9027 | 2024-08-19T18:36:06.855Z | [ host-image] Aug 19 18:36:05.126 INFO O| Aug 19 18:36:05.126 INFO copying /tmp/.tmplUy9tx/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 ... |
9028 | 2024-08-19T18:36:06.855Z | [ host-image] Aug 19 18:36:05.126 INFO O| Aug 19 18:36:05.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9029 | 2024-08-19T18:36:06.858Z | [ host-image] Aug 19 18:36:05.126 INFO O| Aug 19 18:36:05.126 INFO ok! |
9030 | 2024-08-19T18:36:06.858Z | [ host-image] Aug 19 18:36:05.126 INFO O| Aug 19 18:36:05.126 INFO STEP 63 (ensure_file) COMPLETE |
9031 | 2024-08-19T18:36:06.858Z | [ host-image] Aug 19 18:36:05.126 INFO O| Aug 19 18:36:05.126 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9032 | 2024-08-19T18:36:06.865Z | [ host-image] Aug 19 18:36:05.136 INFO O| Aug 19 18:36:05.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9033 | 2024-08-19T18:36:06.865Z | [ host-image] Aug 19 18:36:05.136 INFO O| Aug 19 18:36:05.136 INFO copying /tmp/.tmplUy9tx/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 ... |
9034 | 2024-08-19T18:36:06.865Z | [ host-image] Aug 19 18:36:05.136 INFO O| Aug 19 18:36:05.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9035 | 2024-08-19T18:36:06.868Z | [ host-image] Aug 19 18:36:05.136 INFO O| Aug 19 18:36:05.136 INFO ok! |
9036 | 2024-08-19T18:36:06.868Z | [ host-image] Aug 19 18:36:05.136 INFO O| Aug 19 18:36:05.136 INFO STEP 64 (ensure_file) COMPLETE |
9037 | 2024-08-19T18:36:06.868Z | [ host-image] Aug 19 18:36:05.136 INFO O| Aug 19 18:36:05.136 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9038 | 2024-08-19T18:36:06.876Z | [ host-image] Aug 19 18:36:05.147 INFO O| Aug 19 18:36:05.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9039 | 2024-08-19T18:36:06.876Z | [ host-image] Aug 19 18:36:05.147 INFO O| Aug 19 18:36:05.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9040 | 2024-08-19T18:36:06.878Z | [ host-image] Aug 19 18:36:05.147 INFO O| Aug 19 18:36:05.147 INFO STEP 65 (ensure_dir) COMPLETE |
9041 | 2024-08-19T18:36:06.878Z | [ host-image] Aug 19 18:36:05.147 INFO O| Aug 19 18:36:05.147 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9042 | 2024-08-19T18:36:06.886Z | [ host-image] Aug 19 18:36:05.157 INFO O| Aug 19 18:36:05.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9043 | 2024-08-19T18:36:06.886Z | [ host-image] Aug 19 18:36:05.157 INFO O| Aug 19 18:36:05.157 INFO copying /tmp/.tmplUy9tx/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 ... |
9044 | 2024-08-19T18:36:06.886Z | [ host-image] Aug 19 18:36:05.157 INFO O| Aug 19 18:36:05.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9045 | 2024-08-19T18:36:06.886Z | [ host-image] Aug 19 18:36:05.157 INFO O| Aug 19 18:36:05.157 INFO ok! |
9046 | 2024-08-19T18:36:06.889Z | [ host-image] Aug 19 18:36:05.157 INFO O| Aug 19 18:36:05.157 INFO STEP 66 (ensure_file) COMPLETE |
9047 | 2024-08-19T18:36:06.889Z | [ host-image] Aug 19 18:36:05.157 INFO O| Aug 19 18:36:05.157 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9048 | 2024-08-19T18:36:06.896Z | [ host-image] Aug 19 18:36:05.167 INFO O| Aug 19 18:36:05.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9049 | 2024-08-19T18:36:06.896Z | [ host-image] Aug 19 18:36:05.167 INFO O| Aug 19 18:36:05.167 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9050 | 2024-08-19T18:36:06.899Z | [ host-image] Aug 19 18:36:05.167 INFO O| Aug 19 18:36:05.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9051 | 2024-08-19T18:36:06.899Z | [ host-image] Aug 19 18:36:05.167 INFO O| Aug 19 18:36:05.167 INFO ok! |
9052 | 2024-08-19T18:36:06.899Z | [ host-image] Aug 19 18:36:05.167 INFO O| Aug 19 18:36:05.167 INFO STEP 67 (ensure_file) COMPLETE |
9053 | 2024-08-19T18:36:06.899Z | [ host-image] Aug 19 18:36:05.167 INFO O| Aug 19 18:36:05.167 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9054 | 2024-08-19T18:36:06.907Z | [ host-image] Aug 19 18:36:05.178 INFO O| Aug 19 18:36:05.177 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9055 | 2024-08-19T18:36:06.910Z | [ host-image] Aug 19 18:36:05.178 INFO O| Aug 19 18:36:05.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9056 | 2024-08-19T18:36:06.910Z | [ host-image] Aug 19 18:36:05.178 INFO O| Aug 19 18:36:05.178 INFO STEP 68 (ensure_dir) COMPLETE |
9057 | 2024-08-19T18:36:06.910Z | [ host-image] Aug 19 18:36:05.178 INFO O| Aug 19 18:36:05.178 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9058 | 2024-08-19T18:36:06.917Z | [ host-image] Aug 19 18:36:05.188 INFO O| Aug 19 18:36:05.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9059 | 2024-08-19T18:36:06.920Z | [ host-image] Aug 19 18:36:05.188 INFO O| Aug 19 18:36:05.188 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9060 | 2024-08-19T18:36:07.466Z | [ host-image] Aug 19 18:36:05.736 INFO O| Aug 19 18:36:05.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9061 | 2024-08-19T18:36:07.466Z | [ host-image] Aug 19 18:36:05.736 INFO O| Aug 19 18:36:05.736 INFO ok! |
9062 | 2024-08-19T18:36:07.469Z | [ host-image] Aug 19 18:36:05.736 INFO O| Aug 19 18:36:05.736 INFO STEP 69 (ensure_file) COMPLETE |
9063 | 2024-08-19T18:36:07.469Z | [ host-image] Aug 19 18:36:05.736 INFO O| Aug 19 18:36:05.736 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9064 | 2024-08-19T18:36:07.478Z | [ host-image] Aug 19 18:36:05.748 INFO O| Aug 19 18:36:05.748 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9065 | 2024-08-19T18:36:07.478Z | [ host-image] Aug 19 18:36:05.748 INFO O| Aug 19 18:36:05.748 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9066 | 2024-08-19T18:36:08.904Z | [ host-image] Aug 19 18:36:07.174 INFO O| Aug 19 18:36:07.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9067 | 2024-08-19T18:36:08.904Z | [ host-image] Aug 19 18:36:07.174 INFO O| Aug 19 18:36:07.174 INFO ok! |
9068 | 2024-08-19T18:36:08.907Z | [ host-image] Aug 19 18:36:07.174 INFO O| Aug 19 18:36:07.174 INFO STEP 70 (ensure_file) COMPLETE |
9069 | 2024-08-19T18:36:08.907Z | [ host-image] Aug 19 18:36:07.174 INFO O| Aug 19 18:36:07.174 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9070 | 2024-08-19T18:36:08.917Z | [ host-image] Aug 19 18:36:07.187 INFO O| Aug 19 18:36:07.187 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9071 | 2024-08-19T18:36:08.917Z | [ host-image] Aug 19 18:36:07.187 INFO O| Aug 19 18:36:07.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9072 | 2024-08-19T18:36:08.919Z | [ host-image] Aug 19 18:36:07.187 INFO O| Aug 19 18:36:07.187 INFO STEP 71 (ensure_dir) COMPLETE |
9073 | 2024-08-19T18:36:08.919Z | [ host-image] Aug 19 18:36:07.187 INFO O| Aug 19 18:36:07.187 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9074 | 2024-08-19T18:36:08.929Z | [ host-image] Aug 19 18:36:07.199 INFO O| Aug 19 18:36:07.199 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9075 | 2024-08-19T18:36:08.929Z | [ host-image] Aug 19 18:36:07.199 INFO O| Aug 19 18:36:07.199 INFO copying /tmp/.tmplUy9tx/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 ... |
9076 | 2024-08-19T18:36:08.929Z | [ host-image] Aug 19 18:36:07.199 INFO O| Aug 19 18:36:07.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9077 | 2024-08-19T18:36:08.931Z | [ host-image] Aug 19 18:36:07.199 INFO O| Aug 19 18:36:07.199 INFO ok! |
9078 | 2024-08-19T18:36:08.931Z | [ host-image] Aug 19 18:36:07.199 INFO O| Aug 19 18:36:07.199 INFO STEP 72 (ensure_file) COMPLETE |
9079 | 2024-08-19T18:36:08.931Z | [ host-image] Aug 19 18:36:07.199 INFO O| Aug 19 18:36:07.199 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9080 | 2024-08-19T18:36:08.941Z | [ host-image] Aug 19 18:36:07.211 INFO O| Aug 19 18:36:07.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9081 | 2024-08-19T18:36:08.941Z | [ host-image] Aug 19 18:36:07.211 INFO O| Aug 19 18:36:07.211 INFO copying /tmp/.tmplUy9tx/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 ... |
9082 | 2024-08-19T18:36:08.943Z | [ host-image] Aug 19 18:36:07.211 INFO O| Aug 19 18:36:07.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9083 | 2024-08-19T18:36:08.943Z | [ host-image] Aug 19 18:36:07.211 INFO O| Aug 19 18:36:07.211 INFO ok! |
9084 | 2024-08-19T18:36:08.943Z | [ host-image] Aug 19 18:36:07.211 INFO O| Aug 19 18:36:07.211 INFO STEP 73 (ensure_file) COMPLETE |
9085 | 2024-08-19T18:36:08.943Z | [ host-image] Aug 19 18:36:07.211 INFO O| Aug 19 18:36:07.211 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9086 | 2024-08-19T18:36:08.953Z | [ host-image] Aug 19 18:36:07.223 INFO O| Aug 19 18:36:07.223 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9087 | 2024-08-19T18:36:08.953Z | [ host-image] Aug 19 18:36:07.223 INFO O| Aug 19 18:36:07.223 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9088 | 2024-08-19T18:36:08.955Z | [ host-image] Aug 19 18:36:07.223 INFO O| Aug 19 18:36:07.223 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9089 | 2024-08-19T18:36:08.955Z | [ host-image] Aug 19 18:36:07.223 INFO O| Aug 19 18:36:07.223 INFO ok! |
9090 | 2024-08-19T18:36:08.955Z | [ host-image] Aug 19 18:36:07.223 INFO O| Aug 19 18:36:07.223 INFO STEP 74 (ensure_file) COMPLETE |
9091 | 2024-08-19T18:36:08.955Z | [ host-image] Aug 19 18:36:07.223 INFO O| Aug 19 18:36:07.223 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9092 | 2024-08-19T18:36:08.966Z | [ host-image] Aug 19 18:36:07.236 INFO O| Aug 19 18:36:07.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9093 | 2024-08-19T18:36:08.966Z | [ host-image] Aug 19 18:36:07.236 INFO O| Aug 19 18:36:07.236 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9094 | 2024-08-19T18:36:08.970Z | [ host-image] Aug 19 18:36:07.236 INFO O| Aug 19 18:36:07.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9095 | 2024-08-19T18:36:08.970Z | [ host-image] Aug 19 18:36:07.236 INFO O| Aug 19 18:36:07.236 INFO ok! |
9096 | 2024-08-19T18:36:08.970Z | [ host-image] Aug 19 18:36:07.236 INFO O| Aug 19 18:36:07.236 INFO STEP 75 (ensure_file) COMPLETE |
9097 | 2024-08-19T18:36:08.970Z | [ host-image] Aug 19 18:36:07.236 INFO O| Aug 19 18:36:07.236 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9098 | 2024-08-19T18:36:08.979Z | [ host-image] Aug 19 18:36:07.249 INFO O| Aug 19 18:36:07.249 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9099 | 2024-08-19T18:36:08.979Z | [ host-image] Aug 19 18:36:07.249 INFO O| Aug 19 18:36:07.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9100 | 2024-08-19T18:36:08.979Z | [ host-image] Aug 19 18:36:07.249 INFO O| Aug 19 18:36:07.249 INFO STEP 76 (ensure_dir) COMPLETE |
9101 | 2024-08-19T18:36:08.982Z | [ host-image] Aug 19 18:36:07.249 INFO O| Aug 19 18:36:07.249 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9102 | 2024-08-19T18:36:08.992Z | [ host-image] Aug 19 18:36:07.262 INFO O| Aug 19 18:36:07.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9103 | 2024-08-19T18:36:08.992Z | [ host-image] Aug 19 18:36:07.262 INFO O| Aug 19 18:36:07.262 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9104 | 2024-08-19T18:36:09.457Z | [ host-image] Aug 19 18:36:07.727 INFO O| Aug 19 18:36:07.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9105 | 2024-08-19T18:36:09.457Z | [ host-image] Aug 19 18:36:07.727 INFO O| Aug 19 18:36:07.727 INFO ok! |
9106 | 2024-08-19T18:36:09.459Z | [ host-image] Aug 19 18:36:07.727 INFO O| Aug 19 18:36:07.727 INFO STEP 77 (ensure_file) COMPLETE |
9107 | 2024-08-19T18:36:09.459Z | [ host-image] Aug 19 18:36:07.727 INFO O| Aug 19 18:36:07.727 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9108 | 2024-08-19T18:36:09.470Z | [ host-image] Aug 19 18:36:07.740 INFO O| Aug 19 18:36:07.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9109 | 2024-08-19T18:36:09.470Z | [ host-image] Aug 19 18:36:07.740 INFO O| Aug 19 18:36:07.740 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9110 | 2024-08-19T18:36:09.473Z | [ host-image] Aug 19 18:36:07.740 INFO O| Aug 19 18:36:07.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9111 | 2024-08-19T18:36:09.473Z | [ host-image] Aug 19 18:36:07.740 INFO O| Aug 19 18:36:07.740 INFO ok! |
9112 | 2024-08-19T18:36:09.474Z | [ host-image] Aug 19 18:36:07.740 INFO O| Aug 19 18:36:07.740 INFO STEP 78 (ensure_file) COMPLETE |
9113 | 2024-08-19T18:36:09.474Z | [ host-image] Aug 19 18:36:07.740 INFO O| Aug 19 18:36:07.740 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9114 | 2024-08-19T18:36:09.481Z | [ host-image] Aug 19 18:36:07.751 INFO O| Aug 19 18:36:07.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9115 | 2024-08-19T18:36:09.484Z | [ host-image] Aug 19 18:36:07.752 INFO O| Aug 19 18:36:07.751 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9116 | 2024-08-19T18:36:10.030Z | [ host-image] Aug 19 18:36:08.300 INFO O| Aug 19 18:36:08.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9117 | 2024-08-19T18:36:10.030Z | [ host-image] Aug 19 18:36:08.300 INFO O| Aug 19 18:36:08.300 INFO ok! |
9118 | 2024-08-19T18:36:10.032Z | [ host-image] Aug 19 18:36:08.300 INFO O| Aug 19 18:36:08.300 INFO STEP 79 (ensure_file) COMPLETE |
9119 | 2024-08-19T18:36:10.032Z | [ host-image] Aug 19 18:36:08.300 INFO O| Aug 19 18:36:08.300 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9120 | 2024-08-19T18:36:10.041Z | [ host-image] Aug 19 18:36:08.311 INFO O| Aug 19 18:36:08.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9121 | 2024-08-19T18:36:10.043Z | [ host-image] Aug 19 18:36:08.311 INFO O| Aug 19 18:36:08.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9122 | 2024-08-19T18:36:10.043Z | [ host-image] Aug 19 18:36:08.311 INFO O| Aug 19 18:36:08.311 INFO STEP 80 (ensure_dir) COMPLETE |
9123 | 2024-08-19T18:36:10.043Z | [ host-image] Aug 19 18:36:08.311 INFO O| Aug 19 18:36:08.311 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9124 | 2024-08-19T18:36:10.050Z | [ host-image] Aug 19 18:36:08.321 INFO O| Aug 19 18:36:08.321 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9125 | 2024-08-19T18:36:10.050Z | [ host-image] Aug 19 18:36:08.321 INFO O| Aug 19 18:36:08.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9126 | 2024-08-19T18:36:10.053Z | [ host-image] Aug 19 18:36:08.321 INFO O| Aug 19 18:36:08.321 INFO STEP 81 (ensure_dir) COMPLETE |
9127 | 2024-08-19T18:36:10.053Z | [ host-image] Aug 19 18:36:08.321 INFO O| Aug 19 18:36:08.321 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9128 | 2024-08-19T18:36:10.060Z | [ host-image] Aug 19 18:36:08.330 INFO O| Aug 19 18:36:08.330 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9129 | 2024-08-19T18:36:10.060Z | [ host-image] Aug 19 18:36:08.330 INFO O| Aug 19 18:36:08.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9130 | 2024-08-19T18:36:10.062Z | [ host-image] Aug 19 18:36:08.330 INFO O| Aug 19 18:36:08.330 INFO STEP 82 (ensure_dir) COMPLETE |
9131 | 2024-08-19T18:36:10.062Z | [ host-image] Aug 19 18:36:08.330 INFO O| Aug 19 18:36:08.330 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9132 | 2024-08-19T18:36:10.069Z | [ host-image] Aug 19 18:36:08.340 INFO O| Aug 19 18:36:08.340 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9133 | 2024-08-19T18:36:10.071Z | [ host-image] Aug 19 18:36:08.340 INFO O| Aug 19 18:36:08.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9134 | 2024-08-19T18:36:10.071Z | [ host-image] Aug 19 18:36:08.340 INFO O| Aug 19 18:36:08.340 INFO STEP 83 (ensure_dir) COMPLETE |
9135 | 2024-08-19T18:36:10.072Z | [ host-image] Aug 19 18:36:08.340 INFO O| Aug 19 18:36:08.340 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9136 | 2024-08-19T18:36:10.079Z | [ host-image] Aug 19 18:36:08.349 INFO O| Aug 19 18:36:08.349 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9137 | 2024-08-19T18:36:10.079Z | [ host-image] Aug 19 18:36:08.349 INFO O| Aug 19 18:36:08.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9138 | 2024-08-19T18:36:10.079Z | [ host-image] Aug 19 18:36:08.349 INFO O| Aug 19 18:36:08.349 INFO STEP 84 (ensure_dir) COMPLETE |
9139 | 2024-08-19T18:36:10.081Z | [ host-image] Aug 19 18:36:08.349 INFO O| Aug 19 18:36:08.349 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9140 | 2024-08-19T18:36:10.088Z | [ host-image] Aug 19 18:36:08.359 INFO O| Aug 19 18:36:08.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9141 | 2024-08-19T18:36:10.088Z | [ host-image] Aug 19 18:36:08.359 INFO O| Aug 19 18:36:08.359 INFO copying /tmp/.tmplUy9tx/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 ... |
9142 | 2024-08-19T18:36:10.091Z | [ host-image] Aug 19 18:36:08.359 INFO O| Aug 19 18:36:08.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9143 | 2024-08-19T18:36:10.091Z | [ host-image] Aug 19 18:36:08.359 INFO O| Aug 19 18:36:08.359 INFO ok! |
9144 | 2024-08-19T18:36:10.091Z | [ host-image] Aug 19 18:36:08.359 INFO O| Aug 19 18:36:08.359 INFO STEP 85 (ensure_file) COMPLETE |
9145 | 2024-08-19T18:36:10.091Z | [ host-image] Aug 19 18:36:08.359 INFO O| Aug 19 18:36:08.359 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9146 | 2024-08-19T18:36:10.098Z | [ host-image] Aug 19 18:36:08.368 INFO O| Aug 19 18:36:08.368 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9147 | 2024-08-19T18:36:10.098Z | [ host-image] Aug 19 18:36:08.368 INFO O| Aug 19 18:36:08.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9148 | 2024-08-19T18:36:10.098Z | [ host-image] Aug 19 18:36:08.368 INFO O| Aug 19 18:36:08.368 INFO STEP 86 (ensure_dir) COMPLETE |
9149 | 2024-08-19T18:36:10.100Z | [ host-image] Aug 19 18:36:08.368 INFO O| Aug 19 18:36:08.368 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9150 | 2024-08-19T18:36:10.107Z | [ host-image] Aug 19 18:36:08.378 INFO O| Aug 19 18:36:08.378 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9151 | 2024-08-19T18:36:10.107Z | [ host-image] Aug 19 18:36:08.378 INFO O| Aug 19 18:36:08.378 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9152 | 2024-08-19T18:36:10.107Z | [ host-image] Aug 19 18:36:08.378 INFO O| Aug 19 18:36:08.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9153 | 2024-08-19T18:36:10.110Z | [ host-image] Aug 19 18:36:08.378 INFO O| Aug 19 18:36:08.378 INFO ok! |
9154 | 2024-08-19T18:36:10.110Z | [ host-image] Aug 19 18:36:08.378 INFO O| Aug 19 18:36:08.378 INFO STEP 87 (ensure_file) COMPLETE |
9155 | 2024-08-19T18:36:10.110Z | [ host-image] Aug 19 18:36:08.378 INFO O| Aug 19 18:36:08.378 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9156 | 2024-08-19T18:36:10.117Z | [ host-image] Aug 19 18:36:08.387 INFO O| Aug 19 18:36:08.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9157 | 2024-08-19T18:36:10.117Z | [ host-image] Aug 19 18:36:08.387 INFO O| Aug 19 18:36:08.387 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9158 | 2024-08-19T18:36:10.129Z | [ host-image] Aug 19 18:36:08.399 INFO O| Aug 19 18:36:08.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9159 | 2024-08-19T18:36:10.129Z | [ host-image] Aug 19 18:36:08.399 INFO O| Aug 19 18:36:08.399 INFO ok! |
9160 | 2024-08-19T18:36:10.132Z | [ host-image] Aug 19 18:36:08.399 INFO O| Aug 19 18:36:08.399 INFO STEP 88 (ensure_file) COMPLETE |
9161 | 2024-08-19T18:36:10.133Z | [ host-image] Aug 19 18:36:08.399 INFO O| Aug 19 18:36:08.399 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9162 | 2024-08-19T18:36:10.140Z | [ host-image] Aug 19 18:36:08.410 INFO O| Aug 19 18:36:08.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9163 | 2024-08-19T18:36:10.140Z | [ host-image] Aug 19 18:36:08.410 INFO O| Aug 19 18:36:08.410 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9164 | 2024-08-19T18:36:10.626Z | [ host-image] Aug 19 18:36:08.896 INFO O| Aug 19 18:36:08.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9165 | 2024-08-19T18:36:10.626Z | [ host-image] Aug 19 18:36:08.896 INFO O| Aug 19 18:36:08.896 INFO ok! |
9166 | 2024-08-19T18:36:10.626Z | [ host-image] Aug 19 18:36:08.896 INFO O| Aug 19 18:36:08.896 INFO STEP 89 (ensure_file) COMPLETE |
9167 | 2024-08-19T18:36:10.628Z | [ host-image] Aug 19 18:36:08.896 INFO O| Aug 19 18:36:08.896 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9168 | 2024-08-19T18:36:10.639Z | [ host-image] Aug 19 18:36:08.909 INFO O| Aug 19 18:36:08.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9169 | 2024-08-19T18:36:10.639Z | [ host-image] Aug 19 18:36:08.909 INFO O| Aug 19 18:36:08.909 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9170 | 2024-08-19T18:36:10.641Z | [ host-image] Aug 19 18:36:08.909 INFO O| Aug 19 18:36:08.909 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9171 | 2024-08-19T18:36:10.641Z | [ host-image] Aug 19 18:36:08.909 INFO O| Aug 19 18:36:08.909 INFO ok! |
9172 | 2024-08-19T18:36:10.641Z | [ host-image] Aug 19 18:36:08.909 INFO O| Aug 19 18:36:08.909 INFO STEP 90 (ensure_file) COMPLETE |
9173 | 2024-08-19T18:36:10.641Z | [ host-image] Aug 19 18:36:08.909 INFO O| Aug 19 18:36:08.909 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9174 | 2024-08-19T18:36:10.649Z | [ host-image] Aug 19 18:36:08.919 INFO O| Aug 19 18:36:08.919 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9175 | 2024-08-19T18:36:10.649Z | [ host-image] Aug 19 18:36:08.920 INFO O| Aug 19 18:36:08.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9176 | 2024-08-19T18:36:10.652Z | [ host-image] Aug 19 18:36:08.920 INFO O| Aug 19 18:36:08.920 INFO STEP 91 (ensure_dir) COMPLETE |
9177 | 2024-08-19T18:36:10.653Z | [ host-image] Aug 19 18:36:08.920 INFO O| Aug 19 18:36:08.920 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9178 | 2024-08-19T18:36:10.664Z | [ host-image] Aug 19 18:36:08.930 INFO O| Aug 19 18:36:08.930 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9179 | 2024-08-19T18:36:10.664Z | [ host-image] Aug 19 18:36:08.930 INFO O| Aug 19 18:36:08.930 INFO copying /tmp/.tmplUy9tx/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 ... |
9180 | 2024-08-19T18:36:10.664Z | [ host-image] Aug 19 18:36:08.930 INFO O| Aug 19 18:36:08.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9181 | 2024-08-19T18:36:10.664Z | [ host-image] Aug 19 18:36:08.930 INFO O| Aug 19 18:36:08.930 INFO ok! |
9182 | 2024-08-19T18:36:10.664Z | [ host-image] Aug 19 18:36:08.930 INFO O| Aug 19 18:36:08.930 INFO STEP 92 (ensure_file) COMPLETE |
9183 | 2024-08-19T18:36:10.664Z | [ host-image] Aug 19 18:36:08.930 INFO O| Aug 19 18:36:08.930 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9184 | 2024-08-19T18:36:10.670Z | [ host-image] Aug 19 18:36:08.940 INFO O| Aug 19 18:36:08.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9185 | 2024-08-19T18:36:10.670Z | [ host-image] Aug 19 18:36:08.940 INFO O| Aug 19 18:36:08.940 INFO copying /tmp/.tmplUy9tx/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 ... |
9186 | 2024-08-19T18:36:10.673Z | [ host-image] Aug 19 18:36:08.940 INFO O| Aug 19 18:36:08.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9187 | 2024-08-19T18:36:10.673Z | [ host-image] Aug 19 18:36:08.940 INFO O| Aug 19 18:36:08.940 INFO ok! |
9188 | 2024-08-19T18:36:10.673Z | [ host-image] Aug 19 18:36:08.940 INFO O| Aug 19 18:36:08.940 INFO STEP 93 (ensure_file) COMPLETE |
9189 | 2024-08-19T18:36:10.673Z | [ host-image] Aug 19 18:36:08.940 INFO O| Aug 19 18:36:08.940 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9190 | 2024-08-19T18:36:10.680Z | [ host-image] Aug 19 18:36:08.950 INFO O| Aug 19 18:36:08.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9191 | 2024-08-19T18:36:10.683Z | [ host-image] Aug 19 18:36:08.950 INFO O| Aug 19 18:36:08.950 INFO copying /tmp/.tmplUy9tx/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 ... |
9192 | 2024-08-19T18:36:10.683Z | [ host-image] Aug 19 18:36:08.950 INFO O| Aug 19 18:36:08.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9193 | 2024-08-19T18:36:10.683Z | [ host-image] Aug 19 18:36:08.950 INFO O| Aug 19 18:36:08.950 INFO ok! |
9194 | 2024-08-19T18:36:10.683Z | [ host-image] Aug 19 18:36:08.950 INFO O| Aug 19 18:36:08.950 INFO STEP 94 (ensure_file) COMPLETE |
9195 | 2024-08-19T18:36:10.683Z | [ host-image] Aug 19 18:36:08.950 INFO O| Aug 19 18:36:08.950 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9196 | 2024-08-19T18:36:10.690Z | [ host-image] Aug 19 18:36:08.960 INFO O| Aug 19 18:36:08.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9197 | 2024-08-19T18:36:10.693Z | [ host-image] Aug 19 18:36:08.960 INFO O| Aug 19 18:36:08.960 INFO copying /tmp/.tmplUy9tx/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 ... |
9198 | 2024-08-19T18:36:10.693Z | [ host-image] Aug 19 18:36:08.960 INFO O| Aug 19 18:36:08.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9199 | 2024-08-19T18:36:10.693Z | [ host-image] Aug 19 18:36:08.960 INFO O| Aug 19 18:36:08.960 INFO ok! |
9200 | 2024-08-19T18:36:10.693Z | [ host-image] Aug 19 18:36:08.960 INFO O| Aug 19 18:36:08.960 INFO STEP 95 (ensure_file) COMPLETE |
9201 | 2024-08-19T18:36:10.693Z | [ host-image] Aug 19 18:36:08.960 INFO O| Aug 19 18:36:08.960 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9202 | 2024-08-19T18:36:10.700Z | [ host-image] Aug 19 18:36:08.970 INFO O| Aug 19 18:36:08.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9203 | 2024-08-19T18:36:10.700Z | [ host-image] Aug 19 18:36:08.970 INFO O| Aug 19 18:36:08.970 INFO copying /tmp/.tmplUy9tx/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 ... |
9204 | 2024-08-19T18:36:10.702Z | [ host-image] Aug 19 18:36:08.970 INFO O| Aug 19 18:36:08.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9205 | 2024-08-19T18:36:10.702Z | [ host-image] Aug 19 18:36:08.970 INFO O| Aug 19 18:36:08.970 INFO ok! |
9206 | 2024-08-19T18:36:10.702Z | [ host-image] Aug 19 18:36:08.970 INFO O| Aug 19 18:36:08.970 INFO STEP 96 (ensure_file) COMPLETE |
9207 | 2024-08-19T18:36:10.702Z | [ host-image] Aug 19 18:36:08.970 INFO O| Aug 19 18:36:08.970 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9208 | 2024-08-19T18:36:10.709Z | [ host-image] Aug 19 18:36:08.979 INFO O| Aug 19 18:36:08.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9209 | 2024-08-19T18:36:10.712Z | [ host-image] Aug 19 18:36:08.979 INFO O| Aug 19 18:36:08.979 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9210 | 2024-08-19T18:36:10.712Z | [ host-image] Aug 19 18:36:08.980 INFO O| Aug 19 18:36:08.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9211 | 2024-08-19T18:36:10.712Z | [ host-image] Aug 19 18:36:08.980 INFO O| Aug 19 18:36:08.980 INFO ok! |
9212 | 2024-08-19T18:36:10.712Z | [ host-image] Aug 19 18:36:08.980 INFO O| Aug 19 18:36:08.980 INFO STEP 97 (ensure_file) COMPLETE |
9213 | 2024-08-19T18:36:10.712Z | [ host-image] Aug 19 18:36:08.980 INFO O| Aug 19 18:36:08.980 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9214 | 2024-08-19T18:36:10.719Z | [ host-image] Aug 19 18:36:08.989 INFO O| Aug 19 18:36:08.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9215 | 2024-08-19T18:36:10.719Z | [ host-image] Aug 19 18:36:08.989 INFO O| Aug 19 18:36:08.989 INFO copying /tmp/.tmplUy9tx/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 ... |
9216 | 2024-08-19T18:36:10.722Z | [ host-image] Aug 19 18:36:08.989 INFO O| Aug 19 18:36:08.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9217 | 2024-08-19T18:36:10.722Z | [ host-image] Aug 19 18:36:08.989 INFO O| Aug 19 18:36:08.989 INFO ok! |
9218 | 2024-08-19T18:36:10.722Z | [ host-image] Aug 19 18:36:08.989 INFO O| Aug 19 18:36:08.989 INFO STEP 98 (ensure_file) COMPLETE |
9219 | 2024-08-19T18:36:10.722Z | [ host-image] Aug 19 18:36:08.989 INFO O| Aug 19 18:36:08.989 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9220 | 2024-08-19T18:36:10.729Z | [ host-image] Aug 19 18:36:08.999 INFO O| Aug 19 18:36:08.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9221 | 2024-08-19T18:36:10.729Z | [ host-image] Aug 19 18:36:08.999 INFO O| Aug 19 18:36:08.999 INFO copying /tmp/.tmplUy9tx/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 ... |
9222 | 2024-08-19T18:36:10.733Z | [ host-image] Aug 19 18:36:09.000 INFO O| Aug 19 18:36:09.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9223 | 2024-08-19T18:36:10.733Z | [ host-image] Aug 19 18:36:09.000 INFO O| Aug 19 18:36:09.000 INFO ok! |
9224 | 2024-08-19T18:36:10.733Z | [ host-image] Aug 19 18:36:09.000 INFO O| Aug 19 18:36:09.000 INFO STEP 99 (ensure_file) COMPLETE |
9225 | 2024-08-19T18:36:10.733Z | [ host-image] Aug 19 18:36:09.000 INFO O| Aug 19 18:36:09.000 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9226 | 2024-08-19T18:36:10.740Z | [ host-image] Aug 19 18:36:09.011 INFO O| Aug 19 18:36:09.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9227 | 2024-08-19T18:36:10.741Z | [ host-image] Aug 19 18:36:09.011 INFO O| Aug 19 18:36:09.011 INFO copying /tmp/.tmplUy9tx/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 ... |
9228 | 2024-08-19T18:36:10.743Z | [ host-image] Aug 19 18:36:09.011 INFO O| Aug 19 18:36:09.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9229 | 2024-08-19T18:36:10.743Z | [ host-image] Aug 19 18:36:09.011 INFO O| Aug 19 18:36:09.011 INFO ok! |
9230 | 2024-08-19T18:36:10.743Z | [ host-image] Aug 19 18:36:09.011 INFO O| Aug 19 18:36:09.011 INFO STEP 100 (ensure_file) COMPLETE |
9231 | 2024-08-19T18:36:10.743Z | [ host-image] Aug 19 18:36:09.011 INFO O| Aug 19 18:36:09.011 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9232 | 2024-08-19T18:36:10.751Z | [ host-image] Aug 19 18:36:09.021 INFO O| Aug 19 18:36:09.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9233 | 2024-08-19T18:36:10.751Z | [ host-image] Aug 19 18:36:09.021 INFO O| Aug 19 18:36:09.021 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9234 | 2024-08-19T18:36:10.753Z | [ host-image] Aug 19 18:36:09.021 INFO O| Aug 19 18:36:09.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9235 | 2024-08-19T18:36:10.753Z | [ host-image] Aug 19 18:36:09.021 INFO O| Aug 19 18:36:09.021 INFO ok! |
9236 | 2024-08-19T18:36:10.753Z | [ host-image] Aug 19 18:36:09.021 INFO O| Aug 19 18:36:09.021 INFO STEP 101 (ensure_file) COMPLETE |
9237 | 2024-08-19T18:36:10.753Z | [ host-image] Aug 19 18:36:09.021 INFO O| Aug 19 18:36:09.021 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9238 | 2024-08-19T18:36:10.760Z | [ host-image] Aug 19 18:36:09.031 INFO O| Aug 19 18:36:09.031 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9239 | 2024-08-19T18:36:10.760Z | [ host-image] Aug 19 18:36:09.031 INFO O| Aug 19 18:36:09.031 INFO copying /tmp/.tmplUy9tx/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 ... |
9240 | 2024-08-19T18:36:10.763Z | [ host-image] Aug 19 18:36:09.031 INFO O| Aug 19 18:36:09.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9241 | 2024-08-19T18:36:10.763Z | [ host-image] Aug 19 18:36:09.031 INFO O| Aug 19 18:36:09.031 INFO ok! |
9242 | 2024-08-19T18:36:10.763Z | [ host-image] Aug 19 18:36:09.031 INFO O| Aug 19 18:36:09.031 INFO STEP 102 (ensure_file) COMPLETE |
9243 | 2024-08-19T18:36:10.763Z | [ host-image] Aug 19 18:36:09.031 INFO O| Aug 19 18:36:09.031 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9244 | 2024-08-19T18:36:10.770Z | [ host-image] Aug 19 18:36:09.041 INFO O| Aug 19 18:36:09.041 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9245 | 2024-08-19T18:36:10.771Z | [ host-image] Aug 19 18:36:09.041 INFO O| Aug 19 18:36:09.041 INFO copying /tmp/.tmplUy9tx/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 ... |
9246 | 2024-08-19T18:36:10.773Z | [ host-image] Aug 19 18:36:09.041 INFO O| Aug 19 18:36:09.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9247 | 2024-08-19T18:36:10.773Z | [ host-image] Aug 19 18:36:09.041 INFO O| Aug 19 18:36:09.041 INFO ok! |
9248 | 2024-08-19T18:36:10.773Z | [ host-image] Aug 19 18:36:09.041 INFO O| Aug 19 18:36:09.041 INFO STEP 103 (ensure_file) COMPLETE |
9249 | 2024-08-19T18:36:10.773Z | [ host-image] Aug 19 18:36:09.041 INFO O| Aug 19 18:36:09.041 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9250 | 2024-08-19T18:36:10.781Z | [ host-image] Aug 19 18:36:09.050 INFO O| Aug 19 18:36:09.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9251 | 2024-08-19T18:36:10.781Z | [ host-image] Aug 19 18:36:09.051 INFO O| Aug 19 18:36:09.050 INFO copying /tmp/.tmplUy9tx/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 ... |
9252 | 2024-08-19T18:36:10.784Z | [ host-image] Aug 19 18:36:09.051 INFO O| Aug 19 18:36:09.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9253 | 2024-08-19T18:36:10.784Z | [ host-image] Aug 19 18:36:09.051 INFO O| Aug 19 18:36:09.051 INFO ok! |
9254 | 2024-08-19T18:36:10.785Z | [ host-image] Aug 19 18:36:09.051 INFO O| Aug 19 18:36:09.051 INFO STEP 104 (ensure_file) COMPLETE |
9255 | 2024-08-19T18:36:10.785Z | [ host-image] Aug 19 18:36:09.051 INFO O| Aug 19 18:36:09.051 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9256 | 2024-08-19T18:36:10.790Z | [ host-image] Aug 19 18:36:09.060 INFO O| Aug 19 18:36:09.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9257 | 2024-08-19T18:36:10.790Z | [ host-image] Aug 19 18:36:09.060 INFO O| Aug 19 18:36:09.060 INFO copying /tmp/.tmplUy9tx/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 ... |
9258 | 2024-08-19T18:36:10.793Z | [ host-image] Aug 19 18:36:09.060 INFO O| Aug 19 18:36:09.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9259 | 2024-08-19T18:36:10.793Z | [ host-image] Aug 19 18:36:09.060 INFO O| Aug 19 18:36:09.060 INFO ok! |
9260 | 2024-08-19T18:36:10.793Z | [ host-image] Aug 19 18:36:09.060 INFO O| Aug 19 18:36:09.060 INFO STEP 105 (ensure_file) COMPLETE |
9261 | 2024-08-19T18:36:10.793Z | [ host-image] Aug 19 18:36:09.060 INFO O| Aug 19 18:36:09.060 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9262 | 2024-08-19T18:36:10.802Z | [ host-image] Aug 19 18:36:09.070 INFO O| Aug 19 18:36:09.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9263 | 2024-08-19T18:36:10.803Z | [ host-image] Aug 19 18:36:09.070 INFO O| Aug 19 18:36:09.070 INFO copying /tmp/.tmplUy9tx/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 ... |
9264 | 2024-08-19T18:36:10.803Z | [ host-image] Aug 19 18:36:09.070 INFO O| Aug 19 18:36:09.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9265 | 2024-08-19T18:36:10.803Z | [ host-image] Aug 19 18:36:09.070 INFO O| Aug 19 18:36:09.070 INFO ok! |
9266 | 2024-08-19T18:36:10.803Z | [ host-image] Aug 19 18:36:09.070 INFO O| Aug 19 18:36:09.070 INFO STEP 106 (ensure_file) COMPLETE |
9267 | 2024-08-19T18:36:10.803Z | [ host-image] Aug 19 18:36:09.070 INFO O| Aug 19 18:36:09.070 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9268 | 2024-08-19T18:36:10.811Z | [ host-image] Aug 19 18:36:09.080 INFO O| Aug 19 18:36:09.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9269 | 2024-08-19T18:36:10.811Z | [ host-image] Aug 19 18:36:09.081 INFO O| Aug 19 18:36:09.080 INFO copying /tmp/.tmplUy9tx/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 ... |
9270 | 2024-08-19T18:36:10.811Z | [ host-image] Aug 19 18:36:09.081 INFO O| Aug 19 18:36:09.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9271 | 2024-08-19T18:36:10.811Z | [ host-image] Aug 19 18:36:09.081 INFO O| Aug 19 18:36:09.081 INFO ok! |
9272 | 2024-08-19T18:36:10.811Z | [ host-image] Aug 19 18:36:09.081 INFO O| Aug 19 18:36:09.081 INFO STEP 107 (ensure_file) COMPLETE |
9273 | 2024-08-19T18:36:10.811Z | [ host-image] Aug 19 18:36:09.081 INFO O| Aug 19 18:36:09.081 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9274 | 2024-08-19T18:36:10.821Z | [ host-image] Aug 19 18:36:09.091 INFO O| Aug 19 18:36:09.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9275 | 2024-08-19T18:36:10.821Z | [ host-image] Aug 19 18:36:09.091 INFO O| Aug 19 18:36:09.091 INFO copying /tmp/.tmplUy9tx/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 ... |
9276 | 2024-08-19T18:36:10.821Z | [ host-image] Aug 19 18:36:09.091 INFO O| Aug 19 18:36:09.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9277 | 2024-08-19T18:36:10.823Z | [ host-image] Aug 19 18:36:09.091 INFO O| Aug 19 18:36:09.091 INFO ok! |
9278 | 2024-08-19T18:36:10.823Z | [ host-image] Aug 19 18:36:09.091 INFO O| Aug 19 18:36:09.091 INFO STEP 108 (ensure_file) COMPLETE |
9279 | 2024-08-19T18:36:10.823Z | [ host-image] Aug 19 18:36:09.091 INFO O| Aug 19 18:36:09.091 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9280 | 2024-08-19T18:36:10.831Z | [ host-image] Aug 19 18:36:09.101 INFO O| Aug 19 18:36:09.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9281 | 2024-08-19T18:36:10.831Z | [ host-image] Aug 19 18:36:09.101 INFO O| Aug 19 18:36:09.101 INFO copying /tmp/.tmplUy9tx/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 ... |
9282 | 2024-08-19T18:36:10.835Z | [ host-image] Aug 19 18:36:09.101 INFO O| Aug 19 18:36:09.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9283 | 2024-08-19T18:36:10.835Z | [ host-image] Aug 19 18:36:09.101 INFO O| Aug 19 18:36:09.101 INFO ok! |
9284 | 2024-08-19T18:36:10.835Z | [ host-image] Aug 19 18:36:09.101 INFO O| Aug 19 18:36:09.101 INFO STEP 109 (ensure_file) COMPLETE |
9285 | 2024-08-19T18:36:10.835Z | [ host-image] Aug 19 18:36:09.101 INFO O| Aug 19 18:36:09.101 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9286 | 2024-08-19T18:36:10.841Z | [ host-image] Aug 19 18:36:09.112 INFO O| Aug 19 18:36:09.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9287 | 2024-08-19T18:36:10.841Z | [ host-image] Aug 19 18:36:09.112 INFO O| Aug 19 18:36:09.112 INFO copying /tmp/.tmplUy9tx/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 ... |
9288 | 2024-08-19T18:36:10.843Z | [ host-image] Aug 19 18:36:09.112 INFO O| Aug 19 18:36:09.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9289 | 2024-08-19T18:36:10.843Z | [ host-image] Aug 19 18:36:09.112 INFO O| Aug 19 18:36:09.112 INFO ok! |
9290 | 2024-08-19T18:36:10.844Z | [ host-image] Aug 19 18:36:09.112 INFO O| Aug 19 18:36:09.112 INFO STEP 110 (ensure_file) COMPLETE |
9291 | 2024-08-19T18:36:10.844Z | [ host-image] Aug 19 18:36:09.112 INFO O| Aug 19 18:36:09.112 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9292 | 2024-08-19T18:36:10.852Z | [ host-image] Aug 19 18:36:09.122 INFO O| Aug 19 18:36:09.122 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9293 | 2024-08-19T18:36:10.852Z | [ host-image] Aug 19 18:36:09.122 INFO O| Aug 19 18:36:09.122 INFO copying /tmp/.tmplUy9tx/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 ... |
9294 | 2024-08-19T18:36:10.854Z | [ host-image] Aug 19 18:36:09.122 INFO O| Aug 19 18:36:09.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9295 | 2024-08-19T18:36:10.854Z | [ host-image] Aug 19 18:36:09.122 INFO O| Aug 19 18:36:09.122 INFO ok! |
9296 | 2024-08-19T18:36:10.854Z | [ host-image] Aug 19 18:36:09.122 INFO O| Aug 19 18:36:09.122 INFO STEP 111 (ensure_file) COMPLETE |
9297 | 2024-08-19T18:36:10.854Z | [ host-image] Aug 19 18:36:09.122 INFO O| Aug 19 18:36:09.122 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9298 | 2024-08-19T18:36:10.862Z | [ host-image] Aug 19 18:36:09.132 INFO O| Aug 19 18:36:09.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9299 | 2024-08-19T18:36:10.862Z | [ host-image] Aug 19 18:36:09.132 INFO O| Aug 19 18:36:09.132 INFO copying /tmp/.tmplUy9tx/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 ... |
9300 | 2024-08-19T18:36:10.864Z | [ host-image] Aug 19 18:36:09.132 INFO O| Aug 19 18:36:09.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9301 | 2024-08-19T18:36:10.864Z | [ host-image] Aug 19 18:36:09.132 INFO O| Aug 19 18:36:09.132 INFO ok! |
9302 | 2024-08-19T18:36:10.864Z | [ host-image] Aug 19 18:36:09.132 INFO O| Aug 19 18:36:09.132 INFO STEP 112 (ensure_file) COMPLETE |
9303 | 2024-08-19T18:36:10.864Z | [ host-image] Aug 19 18:36:09.132 INFO O| Aug 19 18:36:09.132 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9304 | 2024-08-19T18:36:10.872Z | [ host-image] Aug 19 18:36:09.143 INFO O| Aug 19 18:36:09.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9305 | 2024-08-19T18:36:10.872Z | [ host-image] Aug 19 18:36:09.143 INFO O| Aug 19 18:36:09.143 INFO copying /tmp/.tmplUy9tx/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 ... |
9306 | 2024-08-19T18:36:10.875Z | [ host-image] Aug 19 18:36:09.143 INFO O| Aug 19 18:36:09.143 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9307 | 2024-08-19T18:36:10.875Z | [ host-image] Aug 19 18:36:09.143 INFO O| Aug 19 18:36:09.143 INFO ok! |
9308 | 2024-08-19T18:36:10.875Z | [ host-image] Aug 19 18:36:09.143 INFO O| Aug 19 18:36:09.143 INFO STEP 113 (ensure_file) COMPLETE |
9309 | 2024-08-19T18:36:10.875Z | [ host-image] Aug 19 18:36:09.143 INFO O| Aug 19 18:36:09.143 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9310 | 2024-08-19T18:36:10.884Z | [ host-image] Aug 19 18:36:09.154 INFO O| Aug 19 18:36:09.154 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9311 | 2024-08-19T18:36:10.884Z | [ host-image] Aug 19 18:36:09.154 INFO O| Aug 19 18:36:09.154 INFO copying /tmp/.tmplUy9tx/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 ... |
9312 | 2024-08-19T18:36:10.886Z | [ host-image] Aug 19 18:36:09.154 INFO O| Aug 19 18:36:09.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9313 | 2024-08-19T18:36:10.886Z | [ host-image] Aug 19 18:36:09.154 INFO O| Aug 19 18:36:09.154 INFO ok! |
9314 | 2024-08-19T18:36:10.886Z | [ host-image] Aug 19 18:36:09.154 INFO O| Aug 19 18:36:09.154 INFO STEP 114 (ensure_file) COMPLETE |
9315 | 2024-08-19T18:36:10.886Z | [ host-image] Aug 19 18:36:09.154 INFO O| Aug 19 18:36:09.154 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9316 | 2024-08-19T18:36:10.894Z | [ host-image] Aug 19 18:36:09.164 INFO O| Aug 19 18:36:09.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9317 | 2024-08-19T18:36:10.894Z | [ host-image] Aug 19 18:36:09.164 INFO O| Aug 19 18:36:09.164 INFO copying /tmp/.tmplUy9tx/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 ... |
9318 | 2024-08-19T18:36:10.896Z | [ host-image] Aug 19 18:36:09.165 INFO O| Aug 19 18:36:09.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9319 | 2024-08-19T18:36:10.897Z | [ host-image] Aug 19 18:36:09.165 INFO O| Aug 19 18:36:09.165 INFO ok! |
9320 | 2024-08-19T18:36:10.897Z | [ host-image] Aug 19 18:36:09.165 INFO O| Aug 19 18:36:09.165 INFO STEP 115 (ensure_file) COMPLETE |
9321 | 2024-08-19T18:36:10.897Z | [ host-image] Aug 19 18:36:09.165 INFO O| Aug 19 18:36:09.165 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9322 | 2024-08-19T18:36:10.904Z | [ host-image] Aug 19 18:36:09.175 INFO O| Aug 19 18:36:09.175 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9323 | 2024-08-19T18:36:10.904Z | [ host-image] Aug 19 18:36:09.175 INFO O| Aug 19 18:36:09.175 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9324 | 2024-08-19T18:36:10.907Z | [ host-image] Aug 19 18:36:09.175 INFO O| Aug 19 18:36:09.175 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9325 | 2024-08-19T18:36:10.907Z | [ host-image] Aug 19 18:36:09.175 INFO O| Aug 19 18:36:09.175 INFO ok! |
9326 | 2024-08-19T18:36:10.907Z | [ host-image] Aug 19 18:36:09.175 INFO O| Aug 19 18:36:09.175 INFO STEP 116 (ensure_file) COMPLETE |
9327 | 2024-08-19T18:36:10.907Z | [ host-image] Aug 19 18:36:09.175 INFO O| Aug 19 18:36:09.175 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-08-19T18:36:10.914Z | [ host-image] Aug 19 18:36:09.185 INFO O| Aug 19 18:36:09.185 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9329 | 2024-08-19T18:36:10.914Z | [ host-image] Aug 19 18:36:09.185 INFO O| Aug 19 18:36:09.185 INFO copying /tmp/.tmplUy9tx/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 ... |
9330 | 2024-08-19T18:36:10.917Z | [ host-image] Aug 19 18:36:09.185 INFO O| Aug 19 18:36:09.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9331 | 2024-08-19T18:36:10.917Z | [ host-image] Aug 19 18:36:09.185 INFO O| Aug 19 18:36:09.185 INFO ok! |
9332 | 2024-08-19T18:36:10.917Z | [ host-image] Aug 19 18:36:09.185 INFO O| Aug 19 18:36:09.185 INFO STEP 117 (ensure_file) COMPLETE |
9333 | 2024-08-19T18:36:10.917Z | [ host-image] Aug 19 18:36:09.185 INFO O| Aug 19 18:36:09.185 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9334 | 2024-08-19T18:36:10.924Z | [ host-image] Aug 19 18:36:09.195 INFO O| Aug 19 18:36:09.195 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9335 | 2024-08-19T18:36:10.925Z | [ host-image] Aug 19 18:36:09.195 INFO O| Aug 19 18:36:09.195 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9336 | 2024-08-19T18:36:10.927Z | [ host-image] Aug 19 18:36:09.195 INFO O| Aug 19 18:36:09.195 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9337 | 2024-08-19T18:36:10.927Z | [ host-image] Aug 19 18:36:09.195 INFO O| Aug 19 18:36:09.195 INFO ok! |
9338 | 2024-08-19T18:36:10.927Z | [ host-image] Aug 19 18:36:09.195 INFO O| Aug 19 18:36:09.195 INFO STEP 118 (ensure_file) COMPLETE |
9339 | 2024-08-19T18:36:10.927Z | [ host-image] Aug 19 18:36:09.195 INFO O| Aug 19 18:36:09.195 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9340 | 2024-08-19T18:36:10.936Z | [ host-image] Aug 19 18:36:09.206 INFO O| Aug 19 18:36:09.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9341 | 2024-08-19T18:36:10.936Z | [ host-image] Aug 19 18:36:09.206 INFO O| Aug 19 18:36:09.206 INFO copying /tmp/.tmplUy9tx/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9342 | 2024-08-19T18:36:14.128Z | [ host-image] Aug 19 18:36:12.397 INFO O| Aug 19 18:36:12.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9343 | 2024-08-19T18:36:14.128Z | [ host-image] Aug 19 18:36:12.397 INFO O| Aug 19 18:36:12.397 INFO ok! |
9344 | 2024-08-19T18:36:14.130Z | [ host-image] Aug 19 18:36:12.397 INFO O| Aug 19 18:36:12.397 INFO STEP 119 (ensure_file) COMPLETE |
9345 | 2024-08-19T18:36:14.130Z | [ host-image] Aug 19 18:36:12.397 INFO O| Aug 19 18:36:12.397 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9346 | 2024-08-19T18:36:14.139Z | [ host-image] Aug 19 18:36:12.409 INFO O| Aug 19 18:36:12.409 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9347 | 2024-08-19T18:36:14.139Z | [ host-image] Aug 19 18:36:12.409 INFO O| Aug 19 18:36:12.409 INFO STEP 120 (ensure_dir) COMPLETE |
9348 | 2024-08-19T18:36:14.141Z | [ host-image] Aug 19 18:36:12.409 INFO O| Aug 19 18:36:12.409 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9349 | 2024-08-19T18:36:14.149Z | [ host-image] Aug 19 18:36:12.419 INFO O| Aug 19 18:36:12.419 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9350 | 2024-08-19T18:36:14.151Z | [ host-image] Aug 19 18:36:12.419 INFO O| Aug 19 18:36:12.419 INFO STEP 121 (ensure_dir) COMPLETE |
9351 | 2024-08-19T18:36:14.151Z | [ host-image] Aug 19 18:36:12.419 INFO O| Aug 19 18:36:12.419 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9352 | 2024-08-19T18:36:14.159Z | [ host-image] Aug 19 18:36:12.429 INFO O| Aug 19 18:36:12.429 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9353 | 2024-08-19T18:36:14.159Z | [ host-image] Aug 19 18:36:12.429 INFO O| Aug 19 18:36:12.429 INFO STEP 122 (ensure_dir) COMPLETE |
9354 | 2024-08-19T18:36:14.161Z | [ host-image] Aug 19 18:36:12.429 INFO O| Aug 19 18:36:12.429 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9355 | 2024-08-19T18:36:14.169Z | [ host-image] Aug 19 18:36:12.439 INFO O| Aug 19 18:36:12.439 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9356 | 2024-08-19T18:36:14.169Z | [ host-image] Aug 19 18:36:12.439 INFO O| Aug 19 18:36:12.439 INFO STEP 123 (ensure_dir) COMPLETE |
9357 | 2024-08-19T18:36:14.171Z | [ host-image] Aug 19 18:36:12.439 INFO O| Aug 19 18:36:12.439 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9358 | 2024-08-19T18:36:14.179Z | [ host-image] Aug 19 18:36:12.449 INFO O| Aug 19 18:36:12.449 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9359 | 2024-08-19T18:36:14.179Z | [ host-image] Aug 19 18:36:12.449 INFO O| Aug 19 18:36:12.449 INFO copying /tmp/.tmplUy9tx/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 ... |
9360 | 2024-08-19T18:36:14.179Z | [ host-image] Aug 19 18:36:12.449 INFO O| Aug 19 18:36:12.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9361 | 2024-08-19T18:36:14.181Z | [ host-image] Aug 19 18:36:12.449 INFO O| Aug 19 18:36:12.449 INFO ok! |
9362 | 2024-08-19T18:36:14.181Z | [ host-image] Aug 19 18:36:12.449 INFO O| Aug 19 18:36:12.449 INFO STEP 124 (ensure_file) COMPLETE |
9363 | 2024-08-19T18:36:14.181Z | [ host-image] Aug 19 18:36:12.449 INFO O| Aug 19 18:36:12.449 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9364 | 2024-08-19T18:36:14.189Z | [ host-image] Aug 19 18:36:12.459 INFO O| Aug 19 18:36:12.459 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9365 | 2024-08-19T18:36:14.189Z | [ host-image] Aug 19 18:36:12.459 INFO O| Aug 19 18:36:12.459 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9366 | 2024-08-19T18:36:14.191Z | [ host-image] Aug 19 18:36:12.459 INFO O| Aug 19 18:36:12.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9367 | 2024-08-19T18:36:14.191Z | [ host-image] Aug 19 18:36:12.459 INFO O| Aug 19 18:36:12.459 INFO STEP 125 (ensure_dir) COMPLETE |
9368 | 2024-08-19T18:36:14.191Z | [ host-image] Aug 19 18:36:12.459 INFO O| Aug 19 18:36:12.459 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9369 | 2024-08-19T18:36:14.199Z | [ host-image] Aug 19 18:36:12.470 INFO O| Aug 19 18:36:12.469 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9370 | 2024-08-19T18:36:14.200Z | [ host-image] Aug 19 18:36:12.470 INFO O| Aug 19 18:36:12.470 INFO copying /tmp/.tmplUy9tx/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9371 | 2024-08-19T18:36:14.202Z | [ host-image] Aug 19 18:36:12.470 INFO O| Aug 19 18:36:12.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9372 | 2024-08-19T18:36:14.202Z | [ host-image] Aug 19 18:36:12.470 INFO O| Aug 19 18:36:12.470 INFO ok! |
9373 | 2024-08-19T18:36:14.202Z | [ host-image] Aug 19 18:36:12.470 INFO O| Aug 19 18:36:12.470 INFO STEP 126 (ensure_file) COMPLETE |
9374 | 2024-08-19T18:36:14.202Z | [ host-image] Aug 19 18:36:12.470 INFO O| Aug 19 18:36:12.470 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9375 | 2024-08-19T18:36:14.210Z | [ host-image] Aug 19 18:36:12.480 INFO O| Aug 19 18:36:12.480 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9376 | 2024-08-19T18:36:14.213Z | [ host-image] Aug 19 18:36:12.480 INFO O| Aug 19 18:36:12.480 INFO STEP 127 (remove_files) COMPLETE |
9377 | 2024-08-19T18:36:14.213Z | [ host-image] Aug 19 18:36:12.480 INFO O| Aug 19 18:36:12.480 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9378 | 2024-08-19T18:36:14.220Z | [ host-image] Aug 19 18:36:12.490 INFO O| Aug 19 18:36:12.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9379 | 2024-08-19T18:36:14.222Z | [ host-image] Aug 19 18:36:12.490 INFO O| Aug 19 18:36:12.490 INFO STEP 128 (remove_files) COMPLETE |
9380 | 2024-08-19T18:36:14.222Z | [ host-image] Aug 19 18:36:12.490 INFO O| Aug 19 18:36:12.490 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9381 | 2024-08-19T18:36:14.230Z | [ host-image] Aug 19 18:36:12.500 INFO O| Aug 19 18:36:12.500 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9382 | 2024-08-19T18:36:14.233Z | [ host-image] Aug 19 18:36:12.501 INFO O| Aug 19 18:36:12.501 INFO STEP 129 (remove_files) COMPLETE |
9383 | 2024-08-19T18:36:14.233Z | [ host-image] Aug 19 18:36:12.501 INFO O| Aug 19 18:36:12.501 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9384 | 2024-08-19T18:36:14.241Z | [ host-image] Aug 19 18:36:12.511 INFO O| Aug 19 18:36:12.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9385 | 2024-08-19T18:36:14.243Z | [ host-image] Aug 19 18:36:12.511 INFO O| Aug 19 18:36:12.511 INFO STEP 130 (remove_files) COMPLETE |
9386 | 2024-08-19T18:36:14.243Z | [ host-image] Aug 19 18:36:12.511 INFO O| Aug 19 18:36:12.511 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9387 | 2024-08-19T18:36:14.252Z | [ host-image] Aug 19 18:36:12.522 INFO O| Aug 19 18:36:12.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9388 | 2024-08-19T18:36:14.255Z | [ host-image] Aug 19 18:36:12.522 INFO O| Aug 19 18:36:12.522 INFO STEP 131 (remove_files) COMPLETE |
9389 | 2024-08-19T18:36:14.255Z | [ host-image] Aug 19 18:36:12.522 INFO O| Aug 19 18:36:12.522 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9390 | 2024-08-19T18:36:14.263Z | [ host-image] Aug 19 18:36:12.532 INFO O| Aug 19 18:36:12.532 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9391 | 2024-08-19T18:36:14.266Z | [ host-image] Aug 19 18:36:12.533 INFO O| Aug 19 18:36:12.533 INFO STEP 132 (remove_files) COMPLETE |
9392 | 2024-08-19T18:36:14.266Z | [ host-image] Aug 19 18:36:12.533 INFO O| Aug 19 18:36:12.533 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9393 | 2024-08-19T18:36:14.273Z | [ host-image] Aug 19 18:36:12.543 INFO O| Aug 19 18:36:12.543 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9394 | 2024-08-19T18:36:14.275Z | [ host-image] Aug 19 18:36:12.543 INFO O| Aug 19 18:36:12.543 INFO STEP 133 (remove_files) COMPLETE |
9395 | 2024-08-19T18:36:14.275Z | [ host-image] Aug 19 18:36:12.543 INFO O| Aug 19 18:36:12.543 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9396 | 2024-08-19T18:36:14.285Z | [ host-image] Aug 19 18:36:12.555 INFO O| Aug 19 18:36:12.555 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9397 | 2024-08-19T18:36:14.285Z | [ host-image] Aug 19 18:36:12.555 INFO O| Aug 19 18:36:12.555 INFO STEP 134 (remove_files) COMPLETE |
9398 | 2024-08-19T18:36:14.285Z | [ host-image] Aug 19 18:36:12.555 INFO O| Aug 19 18:36:12.555 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9399 | 2024-08-19T18:36:14.298Z | [ host-image] Aug 19 18:36:12.568 INFO O| Aug 19 18:36:12.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9400 | 2024-08-19T18:36:14.298Z | [ host-image] Aug 19 18:36:12.568 INFO O| Aug 19 18:36:12.568 INFO STEP 135 (remove_files) COMPLETE |
9401 | 2024-08-19T18:36:14.298Z | [ host-image] Aug 19 18:36:12.568 INFO O| Aug 19 18:36:12.568 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9402 | 2024-08-19T18:36:14.309Z | [ host-image] Aug 19 18:36:12.579 INFO O| Aug 19 18:36:12.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9403 | 2024-08-19T18:36:14.309Z | [ host-image] Aug 19 18:36:12.579 INFO O| Aug 19 18:36:12.579 INFO STEP 136 (remove_files) COMPLETE |
9404 | 2024-08-19T18:36:14.309Z | [ host-image] Aug 19 18:36:12.579 INFO O| Aug 19 18:36:12.579 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9405 | 2024-08-19T18:36:14.320Z | [ host-image] Aug 19 18:36:12.590 INFO O| Aug 19 18:36:12.590 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9406 | 2024-08-19T18:36:14.320Z | [ host-image] Aug 19 18:36:12.590 INFO O| Aug 19 18:36:12.590 INFO STEP 137 (remove_files) COMPLETE |
9407 | 2024-08-19T18:36:14.320Z | [ host-image] Aug 19 18:36:12.590 INFO O| Aug 19 18:36:12.590 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9408 | 2024-08-19T18:36:14.331Z | [ host-image] Aug 19 18:36:12.601 INFO O| Aug 19 18:36:12.601 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9409 | 2024-08-19T18:36:14.331Z | [ host-image] Aug 19 18:36:12.601 INFO O| Aug 19 18:36:12.601 INFO STEP 138 (remove_files) COMPLETE |
9410 | 2024-08-19T18:36:14.331Z | [ host-image] Aug 19 18:36:12.601 INFO O| Aug 19 18:36:12.601 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9411 | 2024-08-19T18:36:14.341Z | [ host-image] Aug 19 18:36:12.611 INFO O| Aug 19 18:36:12.611 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9412 | 2024-08-19T18:36:14.341Z | [ host-image] Aug 19 18:36:12.611 INFO O| Aug 19 18:36:12.611 INFO STEP 139 (remove_files) COMPLETE |
9413 | 2024-08-19T18:36:14.341Z | [ host-image] Aug 19 18:36:12.611 INFO O| Aug 19 18:36:12.611 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9414 | 2024-08-19T18:36:14.352Z | [ host-image] Aug 19 18:36:12.622 INFO O| Aug 19 18:36:12.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9415 | 2024-08-19T18:36:14.352Z | [ host-image] Aug 19 18:36:12.622 INFO O| Aug 19 18:36:12.622 INFO STEP 140 (remove_files) COMPLETE |
9416 | 2024-08-19T18:36:14.352Z | [ host-image] Aug 19 18:36:12.622 INFO O| Aug 19 18:36:12.622 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9417 | 2024-08-19T18:36:14.363Z | [ host-image] Aug 19 18:36:12.633 INFO O| Aug 19 18:36:12.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9418 | 2024-08-19T18:36:14.363Z | [ host-image] Aug 19 18:36:12.633 INFO O| Aug 19 18:36:12.633 INFO STEP 141 (remove_files) COMPLETE |
9419 | 2024-08-19T18:36:14.365Z | [ host-image] Aug 19 18:36:12.633 INFO O| Aug 19 18:36:12.633 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9420 | 2024-08-19T18:36:14.375Z | [ host-image] Aug 19 18:36:12.644 INFO O| Aug 19 18:36:12.644 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9421 | 2024-08-19T18:36:14.375Z | [ host-image] Aug 19 18:36:12.644 INFO O| Aug 19 18:36:12.644 INFO STEP 142 (remove_files) COMPLETE |
9422 | 2024-08-19T18:36:14.377Z | [ host-image] Aug 19 18:36:12.644 INFO O| Aug 19 18:36:12.644 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9423 | 2024-08-19T18:36:14.386Z | [ host-image] Aug 19 18:36:12.656 INFO O| Aug 19 18:36:12.656 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9424 | 2024-08-19T18:36:14.386Z | [ host-image] Aug 19 18:36:12.656 INFO O| Aug 19 18:36:12.656 INFO STEP 143 (remove_files) COMPLETE |
9425 | 2024-08-19T18:36:14.386Z | [ host-image] Aug 19 18:36:12.656 INFO O| Aug 19 18:36:12.656 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9426 | 2024-08-19T18:36:14.398Z | [ host-image] Aug 19 18:36:12.668 INFO O| Aug 19 18:36:12.668 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9427 | 2024-08-19T18:36:14.398Z | [ host-image] Aug 19 18:36:12.668 INFO O| Aug 19 18:36:12.668 INFO STEP 144 (remove_files) COMPLETE |
9428 | 2024-08-19T18:36:14.400Z | [ host-image] Aug 19 18:36:12.668 INFO O| Aug 19 18:36:12.668 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9429 | 2024-08-19T18:36:14.409Z | [ host-image] Aug 19 18:36:12.679 INFO O| Aug 19 18:36:12.679 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9430 | 2024-08-19T18:36:14.409Z | [ host-image] Aug 19 18:36:12.679 INFO O| Aug 19 18:36:12.679 INFO STEP 145 (remove_files) COMPLETE |
9431 | 2024-08-19T18:36:14.409Z | [ host-image] Aug 19 18:36:12.679 INFO O| Aug 19 18:36:12.679 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9432 | 2024-08-19T18:36:14.420Z | [ host-image] Aug 19 18:36:12.690 INFO O| Aug 19 18:36:12.690 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9433 | 2024-08-19T18:36:14.420Z | [ host-image] Aug 19 18:36:12.690 INFO O| Aug 19 18:36:12.690 INFO STEP 146 (remove_files) COMPLETE |
9434 | 2024-08-19T18:36:14.420Z | [ host-image] Aug 19 18:36:12.690 INFO O| Aug 19 18:36:12.690 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9435 | 2024-08-19T18:36:14.431Z | [ host-image] Aug 19 18:36:12.700 INFO O| Aug 19 18:36:12.700 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9436 | 2024-08-19T18:36:14.433Z | [ host-image] Aug 19 18:36:12.701 INFO O| Aug 19 18:36:12.700 INFO STEP 147 (remove_files) COMPLETE |
9437 | 2024-08-19T18:36:14.433Z | [ host-image] Aug 19 18:36:12.701 INFO O| Aug 19 18:36:12.701 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9438 | 2024-08-19T18:36:14.441Z | [ host-image] Aug 19 18:36:12.711 INFO O| Aug 19 18:36:12.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9439 | 2024-08-19T18:36:14.441Z | [ host-image] Aug 19 18:36:12.711 INFO O| Aug 19 18:36:12.711 INFO STEP 148 (remove_files) COMPLETE |
9440 | 2024-08-19T18:36:14.441Z | [ host-image] Aug 19 18:36:12.711 INFO O| Aug 19 18:36:12.711 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9441 | 2024-08-19T18:36:14.452Z | [ host-image] Aug 19 18:36:12.722 INFO O| Aug 19 18:36:12.722 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9442 | 2024-08-19T18:36:14.452Z | [ host-image] Aug 19 18:36:12.722 INFO O| Aug 19 18:36:12.722 INFO STEP 149 (remove_files) COMPLETE |
9443 | 2024-08-19T18:36:14.452Z | [ host-image] Aug 19 18:36:12.722 INFO O| Aug 19 18:36:12.722 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9444 | 2024-08-19T18:36:14.462Z | [ host-image] Aug 19 18:36:12.732 INFO O| Aug 19 18:36:12.732 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9445 | 2024-08-19T18:36:14.464Z | [ host-image] Aug 19 18:36:12.732 INFO O| Aug 19 18:36:12.732 INFO STEP 150 (remove_files) COMPLETE |
9446 | 2024-08-19T18:36:14.464Z | [ host-image] Aug 19 18:36:12.732 INFO O| Aug 19 18:36:12.732 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9447 | 2024-08-19T18:36:14.472Z | [ host-image] Aug 19 18:36:12.742 INFO O| Aug 19 18:36:12.742 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9448 | 2024-08-19T18:36:14.472Z | [ host-image] Aug 19 18:36:12.742 INFO O| Aug 19 18:36:12.742 INFO STEP 151 (remove_files) COMPLETE |
9449 | 2024-08-19T18:36:14.472Z | [ host-image] Aug 19 18:36:12.743 INFO O| Aug 19 18:36:12.742 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9450 | 2024-08-19T18:36:14.482Z | [ host-image] Aug 19 18:36:12.752 INFO O| Aug 19 18:36:12.752 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9451 | 2024-08-19T18:36:14.482Z | [ host-image] Aug 19 18:36:12.752 INFO O| Aug 19 18:36:12.752 INFO STEP 152 (remove_files) COMPLETE |
9452 | 2024-08-19T18:36:14.482Z | [ host-image] Aug 19 18:36:12.752 INFO O| Aug 19 18:36:12.752 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9453 | 2024-08-19T18:36:14.493Z | [ host-image] Aug 19 18:36:12.763 INFO O| Aug 19 18:36:12.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9454 | 2024-08-19T18:36:14.493Z | [ host-image] Aug 19 18:36:12.763 INFO O| Aug 19 18:36:12.763 INFO STEP 153 (remove_files) COMPLETE |
9455 | 2024-08-19T18:36:14.495Z | [ host-image] Aug 19 18:36:12.763 INFO O| Aug 19 18:36:12.763 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9456 | 2024-08-19T18:36:14.503Z | [ host-image] Aug 19 18:36:12.773 INFO O| Aug 19 18:36:12.773 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9457 | 2024-08-19T18:36:14.506Z | [ host-image] Aug 19 18:36:12.773 INFO O| Aug 19 18:36:12.773 INFO STEP 154 (remove_files) COMPLETE |
9458 | 2024-08-19T18:36:14.506Z | [ host-image] Aug 19 18:36:12.773 INFO O| Aug 19 18:36:12.773 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9459 | 2024-08-19T18:36:14.514Z | [ host-image] Aug 19 18:36:12.784 INFO O| Aug 19 18:36:12.784 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9460 | 2024-08-19T18:36:14.514Z | [ host-image] Aug 19 18:36:12.784 INFO O| Aug 19 18:36:12.784 INFO STEP 155 (remove_files) COMPLETE |
9461 | 2024-08-19T18:36:14.516Z | [ host-image] Aug 19 18:36:12.784 INFO O| Aug 19 18:36:12.784 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9462 | 2024-08-19T18:36:14.530Z | [ host-image] Aug 19 18:36:12.800 INFO O| Aug 19 18:36:12.800 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9463 | 2024-08-19T18:36:14.533Z | [ host-image] Aug 19 18:36:12.801 INFO O| Aug 19 18:36:12.801 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "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"} |
9464 | 2024-08-19T18:36:22.144Z | [ host-image] Aug 19 18:36:20.413 INFO O| Aug 19 18:36:20.413 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 |
9465 | 2024-08-19T18:36:22.144Z | [ host-image] Aug 19 18:36:20.413 INFO O| Aug 19 18:36:20.413 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9466 | 2024-08-19T18:36:22.162Z | [ host-image] Aug 19 18:36:20.431 INFO O| Aug 19 18:36:20.431 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9467 | 2024-08-19T18:36:22.250Z | [ host-image] Aug 19 18:36:20.519 INFO O| Aug 19 18:36:20.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9468 | 2024-08-19T18:36:22.253Z | [ host-image] Aug 19 18:36:20.520 INFO O| Aug 19 18:36:20.519 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9469 | 2024-08-19T18:36:22.255Z | [ host-image] Aug 19 18:36:20.522 INFO O| Aug 19 18:36:20.522 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9470 | 2024-08-19T18:36:22.255Z | [ host-image] Aug 19 18:36:20.522 INFO O| Aug 19 18:36:20.522 INFO ok! |
9471 | 2024-08-19T18:36:22.255Z | [ host-image] Aug 19 18:36:20.522 INFO O| Aug 19 18:36:20.522 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9472 | 2024-08-19T18:36:22.255Z | [ host-image] Aug 19 18:36:20.522 INFO O| Aug 19 18:36:20.522 INFO STEP 156 (seed_smf) COMPLETE |
9473 | 2024-08-19T18:36:22.255Z | [ host-image] Aug 19 18:36:20.522 INFO O| Aug 19 18:36:20.522 INFO steps complete; finalising image! |
9474 | 2024-08-19T18:36:22.255Z | [ host-image] Aug 19 18:36:20.522 INFO O| Aug 19 18:36:20.522 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9475 | 2024-08-19T18:36:22.393Z | [ host-image] Aug 19 18:36:20.663 INFO O| Aug 19 18:36:20.662 INFO trim TEMPORARY-gimlet-zfs: (9% trimmed, started at Mon Aug 19 18:36:20 2024) |
9476 | 2024-08-19T18:36:22.617Z | [ host-image] Aug 19 18:36:20.886 INFO O| Aug 19 18:36:20.886 INFO temporary pool has 662M used, 170M avail, 1.88x compressratio |
9477 | 2024-08-19T18:36:22.617Z | [ host-image] Aug 19 18:36:20.886 INFO O| Aug 19 18:36:20.886 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9478 | 2024-08-19T18:36:22.932Z | [ host-image] Aug 19 18:36:21.201 INFO O| Aug 19 18:36:21.201 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9479 | 2024-08-19T18:36:22.932Z | [ host-image] Aug 19 18:36:21.201 INFO O| Aug 19 18:36:21.201 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9480 | 2024-08-19T18:36:23.996Z | [ host-image] Aug 19 18:36:22.264 INFO O| Aug 19 18:36:22.264 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9481 | 2024-08-19T18:36:23.996Z | [ host-image] Aug 19 18:36:22.264 INFO O| Aug 19 18:36:22.264 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9482 | 2024-08-19T18:36:23.998Z | [ host-image] Aug 19 18:36:22.264 INFO O| Aug 19 18:36:22.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9483 | 2024-08-19T18:36:23.998Z | [ host-image] Aug 19 18:36:22.264 INFO O| Aug 19 18:36:22.264 INFO completed processing gimlet/zfs |
9484 | 2024-08-19T18:36:23.998Z | [ host-image] Aug 19 18:36:22.264 INFO O| Aug 19 18:36:22.264 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9485 | 2024-08-19T18:36:30.520Z | [ host-image] Aug 19 18:36:28.788 INFO O| Aug 19 18:36:28.788 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9486 | 2024-08-19T18:36:30.691Z | [ host-image] Aug 19 18:36:28.959 INFO BUILD STRING "heads/stlouis-0-gf449ff4605\n" |
9487 | 2024-08-19T18:36:30.691Z | [ host-image] Aug 19 18:36:28.959 INFO expanded image name: "ci d16bbb3/${os_short_commit} 2024-08-19 18:06" -> "ci d16bbb3/f449ff4 2024-08-19 18:06" |
9488 | 2024-08-19T18:36:30.693Z | [ host-image] Aug 19 18:36:28.959 INFO output artefacts stored in: "/work/os-host" |
9489 | 2024-08-19T18:36:30.693Z | [ host-image] Aug 19 18:36:28.960 INFO collecting git info from project "chelsio-t6-roms"... |
9490 | 2024-08-19T18:36:30.698Z | [ host-image] Aug 19 18:36:28.966 INFO collecting git info from project "phbl"... |
9491 | 2024-08-19T18:36:30.703Z | [ host-image] Aug 19 18:36:28.971 INFO collecting git info from project "pinprick"... |
9492 | 2024-08-19T18:36:30.708Z | [ host-image] Aug 19 18:36:28.976 INFO collecting git info from project "amd-firmware"... |
9493 | 2024-08-19T18:36:30.717Z | [ host-image] Aug 19 18:36:28.986 INFO collecting git info from project "bootserver"... |
9494 | 2024-08-19T18:36:30.722Z | [ host-image] Aug 19 18:36:28.991 INFO collecting git info from project "pilot"... |
9495 | 2024-08-19T18:36:30.729Z | [ host-image] Aug 19 18:36:28.997 INFO collecting git info from project "image-builder"... |
9496 | 2024-08-19T18:36:30.734Z | [ host-image] Aug 19 18:36:29.002 INFO collecting git info from project "amd-host-image-builder"... |
9497 | 2024-08-19T18:36:30.750Z | [ host-image] Aug 19 18:36:29.018 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9498 | 2024-08-19T18:36:31.154Z | [ host-image] Aug 19 18:36:29.422 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9499 | 2024-08-19T18:36:31.544Z | [ host-image] Aug 19 18:36:29.811 INFO creating Oxide boot image... |
9500 | 2024-08-19T18:36:31.544Z | [ host-image] Aug 19 18:36:29.812 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci d16bbb3/f449ff4 2024-08-19 18:06", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9501 | 2024-08-19T18:36:32.477Z | [ host-image] Aug 19 18:36:30.745 INFO O| ok, image written! |
9502 | 2024-08-19T18:36:32.477Z | [ host-image] Aug 19 18:36:30.745 INFO O| ok, boot_image_csum file written! |
9503 | 2024-08-19T18:36:32.480Z | [ host-image] Aug 19 18:36:30.748 INFO creating boot archive (CPIO)... |
9504 | 2024-08-19T18:36:32.482Z | [ host-image] Aug 19 18:36:30.748 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 |
9505 | 2024-08-19T18:36:32.490Z | [ host-image] Aug 19 18:36:30.758 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9506 | 2024-08-19T18:36:32.490Z | [ host-image] Aug 19 18:36:30.758 INFO E| + outfile=/work/os-host/cpio |
9507 | 2024-08-19T18:36:32.492Z | [ host-image] Aug 19 18:36:30.758 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9508 | 2024-08-19T18:36:32.492Z | [ host-image] Aug 19 18:36:30.760 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9509 | 2024-08-19T18:36:32.492Z | [ host-image] Aug 19 18:36:30.760 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9510 | 2024-08-19T18:36:32.525Z | [ host-image] Aug 19 18:36:30.793 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9511 | 2024-08-19T18:36:32.525Z | [ host-image] Aug 19 18:36:30.793 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9512 | 2024-08-19T18:36:32.533Z | [ host-image] Aug 19 18:36:30.801 INFO creating compressed cpio/unix for nanobl-rs... |
9513 | 2024-08-19T18:36:32.535Z | [ host-image] Aug 19 18:36:30.801 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 |
9514 | 2024-08-19T18:36:32.828Z | [ host-image] Aug 19 18:36:31.095 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9515 | 2024-08-19T18:36:37.199Z | [ host-image] Aug 19 18:36:35.467 INFO creating reset image... |
9516 | 2024-08-19T18:36:37.202Z | [ host-image] Aug 19 18:36:35.467 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9517 | 2024-08-19T18:36:37.292Z | [ host-image] Aug 19 18:36:35.559 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9518 | 2024-08-19T18:36:37.295Z | [ host-image] Aug 19 18:36:35.560 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9519 | 2024-08-19T18:36:37.364Z | [ host-image] Aug 19 18:36:35.631 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9520 | 2024-08-19T18:36:39.653Z | [ host-image] Aug 19 18:36:37.920 INFO E| Finished `release` profile [optimized] target(s) in 2.34s |
9521 | 2024-08-19T18:36:39.666Z | [ host-image] Aug 19 18:36:37.934 INFO building host image... |
9522 | 2024-08-19T18:36:39.669Z | [ host-image] Aug 19 18:36:37.934 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") |
9523 | 2024-08-19T18:36:40.139Z | [ host-image] Aug 19 18:36:38.407 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9524 | 2024-08-19T18:37:26.159Z | [ host-image] Aug 19 18:37:24.422 INFO image complete! materials are in "/work/os-host" |
9525 | 2024-08-19T18:37:26.162Z | [ host-image] |
9526 | 2024-08-19T18:37:26.162Z | [ host-image] real 9:50.501985548 |
9527 | 2024-08-19T18:37:26.162Z | [ host-image] user 4:02.367737456 |
9528 | 2024-08-19T18:37:26.164Z | [ host-image] sys 49.235781974 |
9529 | 2024-08-19T18:37:26.165Z | [ host-image] trap 0.122700350 |
9530 | 2024-08-19T18:37:26.165Z | [ host-image] tflt 0.010475460 |
9531 | 2024-08-19T18:37:26.165Z | [ host-image] dflt 0.035469841 |
9532 | 2024-08-19T18:37:26.165Z | [ host-image] kflt 0.000000000 |
9533 | 2024-08-19T18:37:26.165Z | [ host-image] lock 10:22.616625312 |
9534 | 2024-08-19T18:37:26.165Z | [ host-image] slp 55:51.564065461 |
9535 | 2024-08-19T18:37:26.165Z | [ host-image] lat 47.891755958 |
9536 | 2024-08-19T18:37:26.165Z | [ host-image] stop 0.783013347 |
9537 | 2024-08-19T18:37:26.165Z | Aug 19 18:37:24.426 INFO [host-image] process exited with exit status: 0 (590.516322918s) |
9538 | 2024-08-19T18:37:26.165Z | Aug 19 18:37:24.426 INFO [tuf-repo] running task |
9539 | 2024-08-19T18:37:33.350Z | Aug 19 18:37:31.612 INFO assembling repository in `/tmp/tufaceousQ2xljH`, component: OmicronRepoAssembler |
9540 | 2024-08-19T18:37:38.125Z | Aug 19 18:37:36.387 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9541 | 2024-08-19T18:37:38.326Z | Aug 19 18:37:36.588 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9542 | 2024-08-19T18:37:49.162Z | Aug 19 18:37:47.423 INFO [tuf-repo] task succeeded (22.996445696s) |
9543 | 2024-08-19T18:37:49.163Z | Aug 19 18:37:47.423 INFO all jobs completed in 1900.012795916s |
9544 | 2024-08-19T18:37:49.748Z | process exited: duration 2475795 ms, exit code 0 |
|
9545 | 2024-08-19T18:37:49.759Z | found 33 output files |
9546 | 2024-08-19T18:37:49.759Z | uploading: /work/manifest.toml (8404 bytes) |
9547 | 2024-08-19T18:37:50.770Z | uploaded: /work/manifest.toml |
9548 | 2024-08-19T18:37:50.770Z | uploading: /work/repo.zip (1781821026 bytes) |
9549 | 2024-08-19T18:38:21.693Z | uploaded: /work/repo.zip |
9550 | 2024-08-19T18:38:21.693Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9551 | 2024-08-19T18:38:22.708Z | uploaded: /work/repo.zip.sha256.txt |
9552 | 2024-08-19T18:38:22.708Z | uploading: /work/helios-setup.log (52390 bytes) |
9553 | 2024-08-19T18:38:23.717Z | uploaded: /work/helios-setup.log |
9554 | 2024-08-19T18:38:23.720Z | uploading: /work/host-image.log (196118 bytes) |
9555 | 2024-08-19T18:38:24.730Z | uploaded: /work/host-image.log |
9556 | 2024-08-19T18:38:24.733Z | uploading: /work/host-package.log (18948 bytes) |
9557 | 2024-08-19T18:38:25.740Z | uploaded: /work/host-package.log |
9558 | 2024-08-19T18:38:25.742Z | uploading: /work/host-target.log (101 bytes) |
9559 | 2024-08-19T18:38:26.750Z | uploaded: /work/host-target.log |
9560 | 2024-08-19T18:38:26.750Z | uploading: /work/omicron-package.log (4543 bytes) |
9561 | 2024-08-19T18:38:27.757Z | uploaded: /work/omicron-package.log |
9562 | 2024-08-19T18:38:27.760Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9563 | 2024-08-19T18:38:28.766Z | uploaded: /work/phbl-toolchain.log |
9564 | 2024-08-19T18:38:28.766Z | uploading: /work/recovery-image.log (592138 bytes) |
9565 | 2024-08-19T18:38:29.784Z | uploaded: /work/recovery-image.log |
9566 | 2024-08-19T18:38:29.784Z | uploading: /work/recovery-package.log (282 bytes) |
9567 | 2024-08-19T18:38:30.792Z | uploaded: /work/recovery-package.log |
9568 | 2024-08-19T18:38:30.794Z | uploading: /work/recovery-target.log (57 bytes) |
9569 | 2024-08-19T18:38:31.798Z | uploaded: /work/recovery-target.log |
9570 | 2024-08-19T18:38:31.798Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9571 | 2024-08-19T18:38:32.806Z | uploaded: /work/stamp-clickhouse.log |
9572 | 2024-08-19T18:38:32.807Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9573 | 2024-08-19T18:38:33.814Z | uploaded: /work/stamp-clickhouse_keeper.log |
9574 | 2024-08-19T18:38:33.814Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9575 | 2024-08-19T18:38:34.824Z | uploaded: /work/stamp-cockroachdb.log |
9576 | 2024-08-19T18:38:34.824Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9577 | 2024-08-19T18:38:35.831Z | uploaded: /work/stamp-crucible-dtrace.log |
9578 | 2024-08-19T18:38:35.831Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9579 | 2024-08-19T18:38:36.840Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9580 | 2024-08-19T18:38:36.840Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9581 | 2024-08-19T18:38:37.847Z | uploaded: /work/stamp-crucible-zone.log |
9582 | 2024-08-19T18:38:37.847Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9583 | 2024-08-19T18:38:38.855Z | uploaded: /work/stamp-external-dns.log |
9584 | 2024-08-19T18:38:38.855Z | uploading: /work/stamp-installinator.log (103 bytes) |
9585 | 2024-08-19T18:38:39.863Z | uploaded: /work/stamp-installinator.log |
9586 | 2024-08-19T18:38:39.863Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9587 | 2024-08-19T18:38:40.870Z | uploaded: /work/stamp-internal-dns.log |
9588 | 2024-08-19T18:38:40.871Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9589 | 2024-08-19T18:38:41.878Z | uploaded: /work/stamp-mg-ddm-gz.log |
9590 | 2024-08-19T18:38:41.878Z | uploading: /work/stamp-nexus.log (112 bytes) |
9591 | 2024-08-19T18:38:42.885Z | uploaded: /work/stamp-nexus.log |
9592 | 2024-08-19T18:38:42.885Z | uploading: /work/stamp-ntp.log (110 bytes) |
9593 | 2024-08-19T18:38:43.892Z | uploaded: /work/stamp-ntp.log |
9594 | 2024-08-19T18:38:43.895Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9595 | 2024-08-19T18:38:44.900Z | uploaded: /work/stamp-omicron-sled-agent.log |
9596 | 2024-08-19T18:38:44.900Z | uploading: /work/stamp-overlay.log (114 bytes) |
9597 | 2024-08-19T18:38:45.908Z | uploaded: /work/stamp-overlay.log |
9598 | 2024-08-19T18:38:45.910Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9599 | 2024-08-19T18:38:46.917Z | uploaded: /work/stamp-oximeter.log |
9600 | 2024-08-19T18:38:46.917Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9601 | 2024-08-19T18:38:47.924Z | uploaded: /work/stamp-oxlog.log |
9602 | 2024-08-19T18:38:47.924Z | uploading: /work/stamp-probe.log (112 bytes) |
9603 | 2024-08-19T18:38:48.931Z | uploaded: /work/stamp-probe.log |
9604 | 2024-08-19T18:38:48.931Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9605 | 2024-08-19T18:38:49.939Z | uploaded: /work/stamp-propolis-server.log |
9606 | 2024-08-19T18:38:49.939Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9607 | 2024-08-19T18:38:50.947Z | uploaded: /work/stamp-pumpkind-gz.log |
9608 | 2024-08-19T18:38:50.947Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9609 | 2024-08-19T18:38:51.955Z | uploaded: /work/stamp-switch-asic.log |
9610 | 2024-08-19T18:38:51.957Z | uploading: /work/verify-libraries.log (1888 bytes) |
9611 | 2024-08-19T18:38:52.962Z | uploaded: /work/verify-libraries.log |