|
|
|
| 1 | 2024-08-30T18:23:05.559Z | job assigned to worker 01J6J8BXTFS1J59W54QGT1BPXY (queued for 56 s) |
| |
| 2 | 2024-08-30T18:23:13.080Z | starting task 0: "setup" |
| 3 | 2024-08-30T18:23:13.088Z | ++ uname -s |
| 4 | 2024-08-30T18:23:13.091Z | + kern=SunOS |
| 5 | 2024-08-30T18:23:13.092Z | + case "$kern" in |
| 6 | 2024-08-30T18:23:13.092Z | + groupadd -g 12345 build |
| 7 | 2024-08-30T18:23:13.094Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-08-30T18:23:15.120Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-08-30T18:23:15.275Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-08-30T18:23:15.278Z | + home_fs=zfs |
| 11 | 2024-08-30T18:23:15.278Z | + [[ zfs == autofs ]] |
| 12 | 2024-08-30T18:23:15.278Z | + mkdir -p /home/build |
| 13 | 2024-08-30T18:23:15.281Z | + chown build:build /home/build /work |
| 14 | 2024-08-30T18:23:17.282Z | + chmod 0700 /home/build /work |
| 15 | 2024-08-30T18:23:17.285Z | process exited: duration 4206 ms, exit code 0 |
| |
| 16 | 2024-08-30T18:23:17.290Z | starting task 1: "rust-toolchain" |
| 17 | 2024-08-30T18:23:17.295Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-08-30T18:23:17.295Z | * toolchain channel = "1.80.1" |
| 19 | 2024-08-30T18:23:17.295Z | ' 1.80.1 |
| 20 | 2024-08-30T18:23:17.295Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-08-30T18:23:17.295Z | ' default |
| 22 | 2024-08-30T18:23:17.295Z | * toolchain profile = "default" |
| 23 | 2024-08-30T18:23:17.297Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-08-30T18:23:17.297Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-08-30T18:23:17.414Z | info: downloading installer |
| 26 | 2024-08-30T18:23:18.795Z | info: profile set to 'default' |
| 27 | 2024-08-30T18:23:18.795Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-08-30T18:23:18.797Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-08-30T18:23:18.920Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-08-30T18:23:18.920Z | info: downloading component 'cargo' |
| 31 | 2024-08-30T18:23:19.579Z | info: downloading component 'clippy' |
| 32 | 2024-08-30T18:23:19.809Z | info: downloading component 'rust-docs' |
| 33 | 2024-08-30T18:23:20.714Z | info: downloading component 'rust-std' |
| 34 | 2024-08-30T18:23:22.069Z | info: downloading component 'rustc' |
| 35 | 2024-08-30T18:23:25.831Z | info: downloading component 'rustfmt' |
| 36 | 2024-08-30T18:23:25.838Z | info: installing component 'cargo' |
| 37 | 2024-08-30T18:23:26.606Z | info: installing component 'clippy' |
| 38 | 2024-08-30T18:23:26.978Z | info: installing component 'rust-docs' |
| 39 | 2024-08-30T18:23:28.591Z | info: installing component 'rust-std' |
| 40 | 2024-08-30T18:23:30.251Z | info: installing component 'rustc' |
| 41 | 2024-08-30T18:23:34.593Z | info: installing component 'rustfmt' |
| 42 | 2024-08-30T18:23:34.926Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-08-30T18:23:34.926Z | |
| 44 | 2024-08-30T18:23:35.184Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-08-30T18:23:35.184Z | |
| 46 | 2024-08-30T18:23:35.187Z | |
| 47 | 2024-08-30T18:23:35.187Z | Rust is installed now. Great! |
| 48 | 2024-08-30T18:23:35.187Z | |
| 49 | 2024-08-30T18:23:35.187Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-08-30T18:23:35.187Z | environment variable. This has not been done automatically. |
| 51 | 2024-08-30T18:23:35.187Z | |
| 52 | 2024-08-30T18:23:35.187Z | To configure your current shell, you need to source |
| 53 | 2024-08-30T18:23:35.187Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-08-30T18:23:35.187Z | |
| 55 | 2024-08-30T18:23:35.187Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-08-30T18:23:35.187Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-08-30T18:23:35.187Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-08-30T18:23:35.238Z | + rustc --version |
| 59 | 2024-08-30T18:23:35.302Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-08-30T18:23:35.305Z | process exited: duration 18012 ms, exit code 0 |
| |
| 61 | 2024-08-30T18:23:35.310Z | starting task 2: "authentication" |
| 62 | 2024-08-30T18:23:35.331Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-08-30T18:23:35.338Z | starting task 3: "clone repository" |
| 64 | 2024-08-30T18:23:35.344Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-08-30T18:23:35.346Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-08-30T18:23:35.390Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-08-30T18:23:40.219Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-08-30T18:23:40.220Z | + git fetch origin dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 69 | 2024-08-30T18:23:40.479Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-08-30T18:23:40.479Z | * branch dc10290f4b6fff0470463be318bb91adfbf383a6 -> FETCH_HEAD |
| 71 | 2024-08-30T18:23:40.489Z | + [[ -n hubris-support-keys ]] |
| 72 | 2024-08-30T18:23:40.491Z | ++ git branch --show-current |
| 73 | 2024-08-30T18:23:40.495Z | + current=main |
| 74 | 2024-08-30T18:23:40.495Z | + [[ main != hubris-support-keys ]] |
| 75 | 2024-08-30T18:23:40.495Z | + git branch -f hubris-support-keys dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 76 | 2024-08-30T18:23:40.497Z | + git checkout -f hubris-support-keys |
| 77 | 2024-08-30T18:23:40.650Z | Switched to branch 'hubris-support-keys' |
| 78 | 2024-08-30T18:23:40.652Z | + git reset --hard dc10290f4b6fff0470463be318bb91adfbf383a6 |
| 79 | 2024-08-30T18:23:40.661Z | HEAD is now at dc10290f4 Add details on support keys |
| 80 | 2024-08-30T18:23:40.663Z | process exited: duration 5323 ms, exit code 0 |
| |
| 81 | 2024-08-30T18:23:40.667Z | starting task 4: "build" |
| 82 | 2024-08-30T18:23:40.672Z | + cargo --version |
| 83 | 2024-08-30T18:23:40.726Z | cargo 1.80.1 (376290515 2024-07-16) |
| 84 | 2024-08-30T18:23:40.728Z | + rustc --version |
| 85 | 2024-08-30T18:23:40.785Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 86 | 2024-08-30T18:23:40.787Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 87 | 2024-08-30T18:23:47.298Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 88 | 2024-08-30T18:23:49.590Z | Startup: Caching catalogs ... Done |
| 89 | 2024-08-30T18:23:51.558Z | Planning: Solver setup ... Done (1.395s) |
| 90 | 2024-08-30T18:23:51.578Z | Planning: Running solver ... Done (0.023s) |
| 91 | 2024-08-30T18:23:51.621Z | Planning: Finding local manifests ... Done (0.003s) |
| 92 | 2024-08-30T18:23:51.656Z | Planning: Fetching manifests: 0/5 0% complete |
| 93 | 2024-08-30T18:23:52.273Z | Planning: Fetching manifests: 5/5 100% complete |
| 94 | 2024-08-30T18:23:52.395Z | Planning: Package planning ... Done (0.101s) |
| 95 | 2024-08-30T18:23:52.439Z | Planning: Merging actions ... Done (0.056s) |
| 96 | 2024-08-30T18:23:52.643Z | Planning: Checking for conflicting actions ... Done (0.205s) |
| 97 | 2024-08-30T18:23:54.144Z | Planning: Consolidating action changes ... Done (1.507s) |
| 98 | 2024-08-30T18:23:54.525Z | Planning: Evaluating mediators ... Done (0.376s) |
| 99 | 2024-08-30T18:23:54.605Z | Planning: Planning completed in 4.93 seconds |
| 100 | 2024-08-30T18:23:54.629Z | Packages to install: 4 |
| 101 | 2024-08-30T18:23:54.629Z | Packages to update: 1 |
| 102 | 2024-08-30T18:23:54.629Z | Mediators to change: 2 |
| 103 | 2024-08-30T18:23:54.629Z | Services to change: 1 |
| 104 | 2024-08-30T18:23:54.629Z | Estimated space available: 155.72 GB |
| 105 | 2024-08-30T18:23:54.630Z | Estimated space to be consumed: 1.53 GB |
| 106 | 2024-08-30T18:23:54.630Z | Create boot environment: No |
| 107 | 2024-08-30T18:23:54.630Z | Create backup boot environment: Yes |
| 108 | 2024-08-30T18:23:54.630Z | Rebuild boot archive: No |
| 109 | 2024-08-30T18:23:54.630Z | |
| 110 | 2024-08-30T18:23:54.630Z | Changed mediators: |
| 111 | 2024-08-30T18:23:54.630Z | mediator clang: |
| 112 | 2024-08-30T18:23:54.630Z | version: None -> 15 (system default) |
| 113 | 2024-08-30T18:23:54.630Z | |
| 114 | 2024-08-30T18:23:54.630Z | mediator llvm: |
| 115 | 2024-08-30T18:23:54.630Z | version: 14 (system default) -> 15 (system default) |
| 116 | 2024-08-30T18:23:54.630Z | |
| 117 | 2024-08-30T18:23:54.630Z | Changed packages: |
| 118 | 2024-08-30T18:23:54.630Z | helios-dev |
| 119 | 2024-08-30T18:23:54.631Z | developer/build-essential |
| 120 | 2024-08-30T18:23:54.631Z | None -> 11-2.0 |
| 121 | 2024-08-30T18:23:54.631Z | library/libxmlsec1 |
| 122 | 2024-08-30T18:23:54.631Z | None -> 1.2.35-2.0 |
| 123 | 2024-08-30T18:23:54.631Z | ooce/developer/clang-15 |
| 124 | 2024-08-30T18:23:54.631Z | None -> 15.0.7-2.0 |
| 125 | 2024-08-30T18:23:54.631Z | ooce/developer/llvm-15 |
| 126 | 2024-08-30T18:23:54.631Z | None -> 15.0.7-2.0 |
| 127 | 2024-08-30T18:23:54.631Z | package/pkg |
| 128 | 2024-08-30T18:23:54.631Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 129 | 2024-08-30T18:23:54.631Z | |
| 130 | 2024-08-30T18:23:54.631Z | Services: |
| 131 | 2024-08-30T18:23:54.631Z | restart_fmri: |
| 132 | 2024-08-30T18:23:54.632Z | svc:/system/update-man-index:default |
| 133 | 2024-08-30T18:23:54.632Z | |
| 134 | 2024-08-30T18:23:54.632Z | Editable files to change: |
| 135 | 2024-08-30T18:23:54.632Z | Update: |
| 136 | 2024-08-30T18:23:54.632Z | usr/share/lib/pkg/web/config.shtml |
| 137 | 2024-08-30T18:23:54.692Z | |
| 138 | 2024-08-30T18:23:54.692Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 139 | 2024-08-30T18:24:00.857Z | Download: 212/4281 items 1.3/220.6MB 0% complete (666k/s) |
| 140 | 2024-08-30T18:24:05.858Z | Download: 831/4281 items 18.8/220.6MB 8% complete (1.8M/s) |
| 141 | 2024-08-30T18:24:10.858Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.2M/s) |
| 142 | 2024-08-30T18:24:15.879Z | Download: 1804/4281 items 118.4/220.6MB 53% complete (10.0M/s) |
| 143 | 2024-08-30T18:24:20.897Z | Download: 2206/4281 items 119.1/220.6MB 54% complete (4.2M/s) |
| 144 | 2024-08-30T18:24:26.953Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (2.8M/s) |
| 145 | 2024-08-30T18:24:31.956Z | Download: 2850/4281 items 121.1/220.6MB 54% complete (191k/s) |
| 146 | 2024-08-30T18:24:36.999Z | Download: 3230/4281 items 168.1/220.6MB 76% complete (4.8M/s) |
| 147 | 2024-08-30T18:24:48.124Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.1M/s) |
| 148 | 2024-08-30T18:24:53.126Z | Download: 4040/4281 items 219.3/220.6MB 99% complete (3.3M/s) |
| 149 | 2024-08-30T18:24:54.944Z | Download: Completed 220.60 MB in 60.24 seconds (3.7M/s) |
| 150 | 2024-08-30T18:24:57.004Z | Actions: 1/5063 actions (Removing old actions) |
| 151 | 2024-08-30T18:24:57.020Z | Actions: 194/5063 actions (Installing new actions) |
| 152 | 2024-08-30T18:25:01.801Z | Actions: 4226/5063 actions (Updating modified actions) |
| 153 | 2024-08-30T18:25:02.165Z | Actions: Completed 5063 actions in 5.16 seconds. |
| 154 | 2024-08-30T18:25:02.453Z | Done (0.279s) |
| 155 | 2024-08-30T18:25:02.462Z | Done (0.000s) |
| 156 | 2024-08-30T18:25:02.857Z | Done (0.376s) |
| 157 | 2024-08-30T18:25:07.213Z | Done (4.209s) |
| 158 | 2024-08-30T18:25:07.306Z | Done (0.017s) |
| 159 | 2024-08-30T18:25:07.308Z | Done (0.000s) |
| 160 | 2024-08-30T18:25:07.474Z | Done (0.000s) |
| 161 | 2024-08-30T18:25:08.057Z | Planning: Evaluating mediator changes ... Done |
| 162 | 2024-08-30T18:25:08.221Z | Planning: Checking for conflicting actions ... Done |
| 163 | 2024-08-30T18:25:08.224Z | Planning: Consolidating action changes ... Done |
| 164 | 2024-08-30T18:25:08.489Z | Planning: Evaluating mediators ... Done |
| 165 | 2024-08-30T18:25:08.492Z | Planning: Planning completed in 0.43 seconds |
| 166 | 2024-08-30T18:25:08.530Z | Mediators to change: 2 |
| 167 | 2024-08-30T18:25:08.530Z | Create boot environment: No |
| 168 | 2024-08-30T18:25:08.532Z | Create backup boot environment: No |
| 169 | 2024-08-30T18:25:08.598Z | Done |
| 170 | 2024-08-30T18:25:08.598Z | Done |
| 171 | 2024-08-30T18:25:08.838Z | Done |
| 172 | 2024-08-30T18:25:12.536Z | Done |
| 173 | 2024-08-30T18:25:12.628Z | Done |
| 174 | 2024-08-30T18:25:12.630Z | Done |
| 175 | 2024-08-30T18:25:12.700Z | Done |
| 176 | 2024-08-30T18:25:13.319Z | Planning: Evaluating mediator changes ... Done |
| 177 | 2024-08-30T18:25:13.321Z | Planning: Merging actions ... Done |
| 178 | 2024-08-30T18:25:13.513Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2024-08-30T18:25:13.517Z | Planning: Consolidating action changes ... Done |
| 180 | 2024-08-30T18:25:13.781Z | Planning: Evaluating mediators ... Done |
| 181 | 2024-08-30T18:25:13.837Z | Planning: Planning completed in 0.76 seconds |
| 182 | 2024-08-30T18:25:13.879Z | Packages to change: 1 |
| 183 | 2024-08-30T18:25:13.879Z | Mediators to change: 1 |
| 184 | 2024-08-30T18:25:13.881Z | Services to change: 1 |
| 185 | 2024-08-30T18:25:13.881Z | Create boot environment: No |
| 186 | 2024-08-30T18:25:13.881Z | Create backup boot environment: Yes |
| 187 | 2024-08-30T18:25:15.937Z | Actions: 1/6 actions (Updating modified actions) |
| 188 | 2024-08-30T18:25:15.940Z | Actions: Completed 6 actions in 0.00 seconds. |
| 189 | 2024-08-30T18:25:15.940Z | Done |
| 190 | 2024-08-30T18:25:15.940Z | Done |
| 191 | 2024-08-30T18:25:16.019Z | Done |
| 192 | 2024-08-30T18:25:19.634Z | Done |
| 193 | 2024-08-30T18:25:19.725Z | Done |
| 194 | 2024-08-30T18:25:19.727Z | Done |
| 195 | 2024-08-30T18:25:19.838Z | Done |
| 196 | 2024-08-30T18:25:20.275Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 197 | 2024-08-30T18:25:20.276Z | clang system 15 system |
| 198 | 2024-08-30T18:25:20.276Z | csh system system illumos |
| 199 | 2024-08-30T18:25:20.276Z | ctags system system illumos |
| 200 | 2024-08-30T18:25:20.276Z | gcc vendor 12 vendor |
| 201 | 2024-08-30T18:25:20.276Z | gcc system 10 system |
| 202 | 2024-08-30T18:25:20.276Z | gcc system 7 system |
| 203 | 2024-08-30T18:25:20.276Z | go system 1.20 system |
| 204 | 2024-08-30T18:25:20.276Z | go system 1.19 system |
| 205 | 2024-08-30T18:25:20.276Z | llvm system 15 system |
| 206 | 2024-08-30T18:25:20.276Z | llvm system 14 system |
| 207 | 2024-08-30T18:25:20.276Z | mariadb system 10.6 system |
| 208 | 2024-08-30T18:25:20.276Z | mta vendor vendor dma |
| 209 | 2024-08-30T18:25:20.276Z | openjdk system 17 system |
| 210 | 2024-08-30T18:25:20.276Z | openjdk system 11 system |
| 211 | 2024-08-30T18:25:20.276Z | openjdk system 1.8 system |
| 212 | 2024-08-30T18:25:20.276Z | openssl vendor 3 vendor |
| 213 | 2024-08-30T18:25:20.276Z | perl system 5.36 system |
| 214 | 2024-08-30T18:25:20.276Z | postgresql system 15 system |
| 215 | 2024-08-30T18:25:20.276Z | postgresql system 13 system |
| 216 | 2024-08-30T18:25:20.276Z | python vendor 3 vendor |
| 217 | 2024-08-30T18:25:20.276Z | python system 2 system |
| 218 | 2024-08-30T18:25:20.277Z | python3 system 3.11 system |
| 219 | 2024-08-30T18:25:20.277Z | ruby system 3.0 system |
| 220 | 2024-08-30T18:25:20.277Z | words vendor vendor american-english |
| 221 | 2024-08-30T18:25:20.277Z | words system system australian-english |
| 222 | 2024-08-30T18:25:20.277Z | words system system british-english |
| 223 | 2024-08-30T18:25:20.277Z | words system system canadian-english |
| 224 | 2024-08-30T18:25:20.277Z | words system system french |
| 225 | 2024-08-30T18:25:20.277Z | words system system italian |
| 226 | 2024-08-30T18:25:20.277Z | words system system ngerman |
| 227 | 2024-08-30T18:25:20.277Z | words system system ogerman |
| 228 | 2024-08-30T18:25:20.277Z | words system system spanish |
| 229 | 2024-08-30T18:25:20.608Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2024-08-30T18:25:20.608Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 231 | 2024-08-30T18:25:22.413Z | FMRI IFO |
| 232 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 233 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 234 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 235 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 236 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 237 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 238 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 239 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 240 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 241 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 242 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 243 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 244 | 2024-08-30T18:25:22.413Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 245 | 2024-08-30T18:25:23.038Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 246 | 2024-08-30T18:25:23.328Z | Updating crates.io index |
| 247 | 2024-08-30T18:25:23.384Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 248 | 2024-08-30T18:25:24.116Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 249 | 2024-08-30T18:25:24.828Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 250 | 2024-08-30T18:25:25.102Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 251 | 2024-08-30T18:25:27.592Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2024-08-30T18:25:27.594Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 253 | 2024-08-30T18:25:27.594Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 254 | 2024-08-30T18:25:28.055Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 255 | 2024-08-30T18:25:29.934Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 256 | 2024-08-30T18:25:30.894Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 257 | 2024-08-30T18:25:31.677Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2024-08-30T18:25:31.970Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 259 | 2024-08-30T18:25:32.501Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 260 | 2024-08-30T18:25:32.765Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 261 | 2024-08-30T18:25:33.051Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 262 | 2024-08-30T18:25:33.367Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 263 | 2024-08-30T18:25:33.761Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 264 | 2024-08-30T18:25:34.021Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 265 | 2024-08-30T18:25:34.270Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 266 | 2024-08-30T18:25:34.564Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 267 | 2024-08-30T18:25:34.865Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 268 | 2024-08-30T18:25:35.257Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2024-08-30T18:25:35.620Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 270 | 2024-08-30T18:25:35.904Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2024-08-30T18:25:36.290Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2024-08-30T18:25:36.674Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2024-08-30T18:25:37.085Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 274 | 2024-08-30T18:25:39.311Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2024-08-30T18:25:39.559Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2024-08-30T18:25:39.818Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2024-08-30T18:25:40.148Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 278 | 2024-08-30T18:25:41.388Z | Downloading crates ... |
| 279 | 2024-08-30T18:25:41.463Z | Downloaded autocfg v1.3.0 |
| 280 | 2024-08-30T18:25:41.465Z | Downloaded cargo_metadata v0.18.1 |
| 281 | 2024-08-30T18:25:41.468Z | Downloaded byteorder v1.5.0 |
| 282 | 2024-08-30T18:25:41.475Z | Downloaded is_terminal_polyfill v1.70.0 |
| 283 | 2024-08-30T18:25:41.490Z | Downloaded pretty-hex v0.4.1 |
| 284 | 2024-08-30T18:25:41.492Z | Downloaded dtrace-parser v0.2.0 |
| 285 | 2024-08-30T18:25:41.494Z | Downloaded usdt-macro v0.5.0 |
| 286 | 2024-08-30T18:25:41.499Z | Downloaded anstyle v1.0.8 |
| 287 | 2024-08-30T18:25:41.501Z | Downloaded block-buffer v0.10.4 |
| 288 | 2024-08-30T18:25:41.503Z | Downloaded usdt-attr-macro v0.5.0 |
| 289 | 2024-08-30T18:25:41.503Z | Downloaded cargo-platform v0.1.8 |
| 290 | 2024-08-30T18:25:41.505Z | Downloaded anstyle-query v1.0.3 |
| 291 | 2024-08-30T18:25:41.508Z | Downloaded camino-tempfile v1.1.1 |
| 292 | 2024-08-30T18:25:41.508Z | Downloaded anstyle-parse v0.2.4 |
| 293 | 2024-08-30T18:25:41.511Z | Downloaded equivalent v1.0.1 |
| 294 | 2024-08-30T18:25:41.511Z | Downloaded terminal_size v0.3.0 |
| 295 | 2024-08-30T18:25:41.513Z | Downloaded bytecount v0.6.8 |
| 296 | 2024-08-30T18:25:41.513Z | Downloaded proc-macro-error-attr v1.0.4 |
| 297 | 2024-08-30T18:25:41.515Z | Downloaded generic-array v0.14.7 |
| 298 | 2024-08-30T18:25:41.515Z | Downloaded fnv v1.0.7 |
| 299 | 2024-08-30T18:25:41.518Z | Downloaded errno v0.3.9 |
| 300 | 2024-08-30T18:25:41.518Z | Downloaded serde_spanned v0.6.7 |
| 301 | 2024-08-30T18:25:41.520Z | Downloaded cfg-if v1.0.0 |
| 302 | 2024-08-30T18:25:41.520Z | Downloaded digest v0.10.7 |
| 303 | 2024-08-30T18:25:41.522Z | Downloaded macaddr v1.0.1 |
| 304 | 2024-08-30T18:25:41.524Z | Downloaded strsim v0.11.1 |
| 305 | 2024-08-30T18:25:41.531Z | Downloaded colorchoice v1.0.1 |
| 306 | 2024-08-30T18:25:41.541Z | Downloaded scroll_derive v0.12.0 |
| 307 | 2024-08-30T18:25:41.548Z | Downloaded swrite v0.1.0 |
| 308 | 2024-08-30T18:25:41.550Z | Downloaded thiserror-impl v1.0.63 |
| 309 | 2024-08-30T18:25:41.553Z | Downloaded heck v0.5.0 |
| 310 | 2024-08-30T18:25:41.553Z | Downloaded cargo_toml v0.20.4 |
| 311 | 2024-08-30T18:25:41.555Z | Downloaded anstream v0.6.14 |
| 312 | 2024-08-30T18:25:41.558Z | Downloaded memmap v0.7.0 |
| 313 | 2024-08-30T18:25:41.560Z | Downloaded clap_lex v0.7.0 |
| 314 | 2024-08-30T18:25:41.562Z | Downloaded camino v1.1.9 |
| 315 | 2024-08-30T18:25:41.567Z | Downloaded version_check v0.9.5 |
| 316 | 2024-08-30T18:25:41.569Z | Downloaded fastrand v2.1.0 |
| 317 | 2024-08-30T18:25:41.571Z | Downloaded semver v1.0.23 |
| 318 | 2024-08-30T18:25:41.573Z | Downloaded cpufeatures v0.2.12 |
| 319 | 2024-08-30T18:25:41.573Z | Downloaded sha2 v0.10.8 |
| 320 | 2024-08-30T18:25:41.577Z | Downloaded scroll v0.12.0 |
| 321 | 2024-08-30T18:25:41.579Z | Downloaded quote v1.0.36 |
| 322 | 2024-08-30T18:25:41.582Z | Downloaded crypto-common v0.1.6 |
| 323 | 2024-08-30T18:25:41.584Z | Downloaded plain v0.2.3 |
| 324 | 2024-08-30T18:25:41.584Z | Downloaded itoa v1.0.11 |
| 325 | 2024-08-30T18:25:41.587Z | Downloaded toml_datetime v0.6.8 |
| 326 | 2024-08-30T18:25:41.589Z | Downloaded smawk v0.3.2 |
| 327 | 2024-08-30T18:25:41.592Z | Downloaded serde_tokenstream v0.2.2 |
| 328 | 2024-08-30T18:25:41.592Z | Downloaded dof v0.3.0 |
| 329 | 2024-08-30T18:25:41.593Z | Downloaded pest_generator v2.7.10 |
| 330 | 2024-08-30T18:25:41.596Z | Downloaded utf8parse v0.2.1 |
| 331 | 2024-08-30T18:25:41.599Z | Downloaded thiserror v1.0.63 |
| 332 | 2024-08-30T18:25:41.602Z | Downloaded unicode-linebreak v0.1.5 |
| 333 | 2024-08-30T18:25:41.604Z | Downloaded tabled_derive v0.7.0 |
| 334 | 2024-08-30T18:25:41.606Z | Downloaded pest_derive v2.7.10 |
| 335 | 2024-08-30T18:25:41.609Z | Downloaded usdt-impl v0.5.0 |
| 336 | 2024-08-30T18:25:41.611Z | Downloaded thread-id v4.2.1 |
| 337 | 2024-08-30T18:25:41.613Z | Downloaded pest_meta v2.7.10 |
| 338 | 2024-08-30T18:25:41.616Z | Downloaded usdt v0.5.0 |
| 339 | 2024-08-30T18:25:41.618Z | Downloaded bitflags v2.6.0 |
| 340 | 2024-08-30T18:25:41.620Z | Downloaded unicode-ident v1.0.12 |
| 341 | 2024-08-30T18:25:41.623Z | Downloaded textwrap v0.16.1 |
| 342 | 2024-08-30T18:25:41.625Z | Downloaded serde_derive v1.0.208 |
| 343 | 2024-08-30T18:25:41.628Z | Downloaded fs-err v2.11.0 |
| 344 | 2024-08-30T18:25:41.630Z | Downloaded heck v0.4.1 |
| 345 | 2024-08-30T18:25:41.630Z | Downloaded clap_derive v4.5.13 |
| 346 | 2024-08-30T18:25:41.634Z | Downloaded proc-macro-error v1.0.4 |
| 347 | 2024-08-30T18:25:41.645Z | Downloaded tempfile v3.10.1 |
| 348 | 2024-08-30T18:25:41.647Z | Downloaded anyhow v1.0.86 |
| 349 | 2024-08-30T18:25:41.651Z | Downloaded typenum v1.17.0 |
| 350 | 2024-08-30T18:25:41.656Z | Downloaded toml v0.8.19 |
| 351 | 2024-08-30T18:25:41.659Z | Downloaded papergrid v0.11.0 |
| 352 | 2024-08-30T18:25:41.663Z | Downloaded once_cell v1.19.0 |
| 353 | 2024-08-30T18:25:41.665Z | Downloaded proc-macro2 v1.0.86 |
| 354 | 2024-08-30T18:25:41.668Z | Downloaded ryu v1.0.18 |
| 355 | 2024-08-30T18:25:41.672Z | Downloaded zerocopy-derive v0.7.34 |
| 356 | 2024-08-30T18:25:41.674Z | Downloaded log v0.4.21 |
| 357 | 2024-08-30T18:25:41.677Z | Downloaded ucd-trie v0.1.6 |
| 358 | 2024-08-30T18:25:41.685Z | Downloaded clap v4.5.16 |
| 359 | 2024-08-30T18:25:41.722Z | Downloaded serde v1.0.208 |
| 360 | 2024-08-30T18:25:41.725Z | Downloaded indexmap v2.4.0 |
| 361 | 2024-08-30T18:25:41.729Z | Downloaded memchr v2.7.2 |
| 362 | 2024-08-30T18:25:41.745Z | Downloaded toml_edit v0.22.20 |
| 363 | 2024-08-30T18:25:41.766Z | Downloaded hashbrown v0.14.5 |
| 364 | 2024-08-30T18:25:41.771Z | Downloaded pest v2.7.10 |
| 365 | 2024-08-30T18:25:41.777Z | Downloaded clap_builder v4.5.15 |
| 366 | 2024-08-30T18:25:41.796Z | Downloaded zerocopy v0.7.34 |
| 367 | 2024-08-30T18:25:41.812Z | Downloaded serde_json v1.0.125 |
| 368 | 2024-08-30T18:25:41.818Z | Downloaded winnow v0.6.18 |
| 369 | 2024-08-30T18:25:41.826Z | Downloaded tabled v0.15.0 |
| 370 | 2024-08-30T18:25:41.842Z | Downloaded syn v1.0.109 |
| 371 | 2024-08-30T18:25:41.851Z | Downloaded goblin v0.8.2 |
| 372 | 2024-08-30T18:25:41.857Z | Downloaded syn v2.0.74 |
| 373 | 2024-08-30T18:25:41.867Z | Downloaded rustix v0.38.34 |
| 374 | 2024-08-30T18:25:41.888Z | Downloaded unicode-width v0.1.13 |
| 375 | 2024-08-30T18:25:41.901Z | Downloaded libc v0.2.158 |
| 376 | 2024-08-30T18:25:42.203Z | Compiling proc-macro2 v1.0.86 |
| 377 | 2024-08-30T18:25:42.206Z | Compiling unicode-ident v1.0.12 |
| 378 | 2024-08-30T18:25:42.206Z | Compiling version_check v0.9.5 |
| 379 | 2024-08-30T18:25:42.206Z | Compiling serde v1.0.208 |
| 380 | 2024-08-30T18:25:42.206Z | Compiling memchr v2.7.2 |
| 381 | 2024-08-30T18:25:42.206Z | Compiling thiserror v1.0.63 |
| 382 | 2024-08-30T18:25:42.237Z | Compiling libc v0.2.158 |
| 383 | 2024-08-30T18:25:42.239Z | Compiling ucd-trie v0.1.6 |
| 384 | 2024-08-30T18:25:42.451Z | Compiling ryu v1.0.18 |
| 385 | 2024-08-30T18:25:42.806Z | Compiling itoa v1.0.11 |
| 386 | 2024-08-30T18:25:42.974Z | Compiling once_cell v1.19.0 |
| 387 | 2024-08-30T18:25:43.024Z | Compiling byteorder v1.5.0 |
| 388 | 2024-08-30T18:25:43.072Z | Compiling rustix v0.38.34 |
| 389 | 2024-08-30T18:25:43.380Z | Compiling serde_json v1.0.125 |
| 390 | 2024-08-30T18:25:43.471Z | Compiling bitflags v2.6.0 |
| 391 | 2024-08-30T18:25:43.762Z | Compiling usdt-impl v0.5.0 |
| 392 | 2024-08-30T18:25:43.891Z | Compiling quote v1.0.36 |
| 393 | 2024-08-30T18:25:43.967Z | Compiling proc-macro-error-attr v1.0.4 |
| 394 | 2024-08-30T18:25:43.992Z | Compiling syn v1.0.109 |
| 395 | 2024-08-30T18:25:44.023Z | Compiling proc-macro-error v1.0.4 |
| 396 | 2024-08-30T18:25:44.252Z | Compiling syn v2.0.74 |
| 397 | 2024-08-30T18:25:44.329Z | Compiling hashbrown v0.14.5 |
| 398 | 2024-08-30T18:25:44.353Z | Compiling plain v0.2.3 |
| 399 | 2024-08-30T18:25:44.514Z | Compiling errno v0.3.9 |
| 400 | 2024-08-30T18:25:44.579Z | Compiling log v0.4.21 |
| 401 | 2024-08-30T18:25:44.673Z | Compiling thread-id v4.2.1 |
| 402 | 2024-08-30T18:25:44.700Z | Compiling utf8parse v0.2.1 |
| 403 | 2024-08-30T18:25:44.752Z | Compiling camino v1.1.9 |
| 404 | 2024-08-30T18:25:44.844Z | Compiling equivalent v1.0.1 |
| 405 | 2024-08-30T18:25:44.871Z | Compiling anstyle-parse v0.2.4 |
| 406 | 2024-08-30T18:25:45.224Z | Compiling colorchoice v1.0.1 |
| 407 | 2024-08-30T18:25:45.393Z | Compiling semver v1.0.23 |
| 408 | 2024-08-30T18:25:45.514Z | Compiling winnow v0.6.18 |
| 409 | 2024-08-30T18:25:45.578Z | Compiling autocfg v1.3.0 |
| 410 | 2024-08-30T18:25:45.741Z | Compiling indexmap v2.4.0 |
| 411 | 2024-08-30T18:25:45.764Z | Compiling pretty-hex v0.4.1 |
| 412 | 2024-08-30T18:25:45.981Z | Compiling is_terminal_polyfill v1.70.0 |
| 413 | 2024-08-30T18:25:45.984Z | Compiling unicode-width v0.1.13 |
| 414 | 2024-08-30T18:25:46.141Z | Compiling anstyle-query v1.0.3 |
| 415 | 2024-08-30T18:25:46.243Z | Compiling anstyle v1.0.8 |
| 416 | 2024-08-30T18:25:46.580Z | Compiling fs-err v2.11.0 |
| 417 | 2024-08-30T18:25:46.642Z | Compiling anstream v0.6.14 |
| 418 | 2024-08-30T18:25:46.713Z | Compiling fastrand v2.1.0 |
| 419 | 2024-08-30T18:25:46.883Z | Compiling fnv v1.0.7 |
| 420 | 2024-08-30T18:25:47.027Z | Compiling terminal_size v0.3.0 |
| 421 | 2024-08-30T18:25:47.150Z | Compiling clap_lex v0.7.0 |
| 422 | 2024-08-30T18:25:47.224Z | Compiling cfg-if v1.0.0 |
| 423 | 2024-08-30T18:25:47.264Z | Compiling anyhow v1.0.86 |
| 424 | 2024-08-30T18:25:47.327Z | Compiling bytecount v0.6.8 |
| 425 | 2024-08-30T18:25:47.404Z | Compiling strsim v0.11.1 |
| 426 | 2024-08-30T18:25:47.731Z | Compiling heck v0.4.1 |
| 427 | 2024-08-30T18:25:47.739Z | Compiling heck v0.5.0 |
| 428 | 2024-08-30T18:25:47.783Z | Compiling clap_builder v4.5.15 |
| 429 | 2024-08-30T18:25:48.181Z | Compiling papergrid v0.11.0 |
| 430 | 2024-08-30T18:25:48.229Z | Compiling tempfile v3.10.1 |
| 431 | 2024-08-30T18:25:48.500Z | Compiling memmap v0.7.0 |
| 432 | 2024-08-30T18:25:48.588Z | Compiling smawk v0.3.2 |
| 433 | 2024-08-30T18:25:48.816Z | Compiling unicode-linebreak v0.1.5 |
| 434 | 2024-08-30T18:25:49.331Z | Compiling textwrap v0.16.1 |
| 435 | 2024-08-30T18:25:49.360Z | Compiling swrite v0.1.0 |
| 436 | 2024-08-30T18:25:50.580Z | Compiling tabled_derive v0.7.0 |
| 437 | 2024-08-30T18:25:52.402Z | Compiling tabled v0.15.0 |
| 438 | 2024-08-30T18:25:53.361Z | Compiling serde_derive v1.0.208 |
| 439 | 2024-08-30T18:25:53.361Z | Compiling thiserror-impl v1.0.63 |
| 440 | 2024-08-30T18:25:53.364Z | Compiling zerocopy-derive v0.7.34 |
| 441 | 2024-08-30T18:25:53.429Z | Compiling scroll_derive v0.12.0 |
| 442 | 2024-08-30T18:25:53.463Z | Compiling clap_derive v4.5.13 |
| 443 | 2024-08-30T18:25:54.670Z | Compiling scroll v0.12.0 |
| 444 | 2024-08-30T18:25:55.129Z | Compiling zerocopy v0.7.34 |
| 445 | 2024-08-30T18:25:55.184Z | Compiling goblin v0.8.2 |
| 446 | 2024-08-30T18:25:55.859Z | Compiling pest v2.7.10 |
| 447 | 2024-08-30T18:25:57.077Z | Compiling clap v4.5.16 |
| 448 | 2024-08-30T18:25:58.147Z | Compiling pest_meta v2.7.10 |
| 449 | 2024-08-30T18:25:58.979Z | Compiling pest_generator v2.7.10 |
| 450 | 2024-08-30T18:26:00.798Z | Compiling pest_derive v2.7.10 |
| 451 | 2024-08-30T18:26:01.480Z | Compiling dtrace-parser v0.2.0 |
| 452 | 2024-08-30T18:26:03.718Z | Compiling serde_tokenstream v0.2.2 |
| 453 | 2024-08-30T18:26:03.755Z | Compiling toml_datetime v0.6.8 |
| 454 | 2024-08-30T18:26:03.755Z | Compiling serde_spanned v0.6.7 |
| 455 | 2024-08-30T18:26:04.089Z | Compiling cargo-platform v0.1.8 |
| 456 | 2024-08-30T18:26:04.124Z | Compiling toml_edit v0.22.20 |
| 457 | 2024-08-30T18:26:04.341Z | Compiling macaddr v1.0.1 |
| 458 | 2024-08-30T18:26:04.364Z | Compiling camino-tempfile v1.1.1 |
| 459 | 2024-08-30T18:26:05.172Z | Compiling dof v0.3.0 |
| 460 | 2024-08-30T18:26:05.229Z | Compiling cargo_metadata v0.18.1 |
| 461 | 2024-08-30T18:26:06.862Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2024-08-30T18:26:06.862Z | Compiling usdt-macro v0.5.0 |
| 463 | 2024-08-30T18:26:07.003Z | Compiling toml v0.8.19 |
| 464 | 2024-08-30T18:26:07.913Z | Compiling cargo_toml v0.20.4 |
| 465 | 2024-08-30T18:26:08.335Z | Compiling usdt v0.5.0 |
| 466 | 2024-08-30T18:26:11.554Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2024-08-30T18:26:15.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.01s |
| 468 | 2024-08-30T18:26:16.069Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 469 | 2024-08-30T18:26:16.651Z | Downloading crates ... |
| 470 | 2024-08-30T18:26:16.766Z | Downloaded atty v0.2.14 |
| 471 | 2024-08-30T18:26:16.774Z | Downloaded assert_matches v1.5.0 |
| 472 | 2024-08-30T18:26:16.774Z | Downloaded async-stream-impl v0.3.5 |
| 473 | 2024-08-30T18:26:16.774Z | Downloaded bit-vec v0.6.3 |
| 474 | 2024-08-30T18:26:16.780Z | Downloaded bitstruct_derive v0.1.0 |
| 475 | 2024-08-30T18:26:16.791Z | Downloaded ciborium-io v0.2.2 |
| 476 | 2024-08-30T18:26:16.792Z | Downloaded crucible-workspace-hack v0.1.0 |
| 477 | 2024-08-30T18:26:16.805Z | Downloaded atomic-waker v1.1.2 |
| 478 | 2024-08-30T18:26:16.805Z | Downloaded async-recursion v1.1.1 |
| 479 | 2024-08-30T18:26:16.805Z | Downloaded http-range v0.1.5 |
| 480 | 2024-08-30T18:26:16.805Z | Downloaded normalize-line-endings v0.3.0 |
| 481 | 2024-08-30T18:26:16.851Z | Downloaded array-init v0.0.4 |
| 482 | 2024-08-30T18:26:16.852Z | Downloaded internet-checksum v0.2.1 |
| 483 | 2024-08-30T18:26:16.852Z | Downloaded indoc v1.0.9 |
| 484 | 2024-08-30T18:26:16.852Z | Downloaded cipher v0.4.4 |
| 485 | 2024-08-30T18:26:16.852Z | Downloaded crc-catalog v2.4.0 |
| 486 | 2024-08-30T18:26:16.852Z | Downloaded nodrop v0.1.14 |
| 487 | 2024-08-30T18:26:16.852Z | Downloaded constant_time_eq v0.3.0 |
| 488 | 2024-08-30T18:26:16.852Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 489 | 2024-08-30T18:26:16.852Z | Downloaded ctr v0.9.2 |
| 490 | 2024-08-30T18:26:16.852Z | Downloaded md5 v0.7.0 |
| 491 | 2024-08-30T18:26:16.853Z | Downloaded new_debug_unreachable v1.0.6 |
| 492 | 2024-08-30T18:26:16.853Z | Downloaded lru v0.12.3 |
| 493 | 2024-08-30T18:26:16.853Z | Downloaded bb8 v0.8.5 |
| 494 | 2024-08-30T18:26:16.853Z | Downloaded instability v0.3.2 |
| 495 | 2024-08-30T18:26:16.853Z | Downloaded darling_macro v0.20.9 |
| 496 | 2024-08-30T18:26:16.853Z | Downloaded linked-hash-map v0.5.6 |
| 497 | 2024-08-30T18:26:16.853Z | Downloaded lalrpop-util v0.19.12 |
| 498 | 2024-08-30T18:26:16.853Z | Downloaded kstat-rs v0.2.4 |
| 499 | 2024-08-30T18:26:16.853Z | Downloaded indent_write v2.2.0 |
| 500 | 2024-08-30T18:26:16.853Z | Downloaded mockall v0.13.0 |
| 501 | 2024-08-30T18:26:16.854Z | Downloaded memoffset v0.9.1 |
| 502 | 2024-08-30T18:26:16.854Z | Downloaded num-derive v0.4.2 |
| 503 | 2024-08-30T18:26:16.854Z | Downloaded cookie_store v0.20.0 |
| 504 | 2024-08-30T18:26:16.868Z | Downloaded cookie v0.17.0 |
| 505 | 2024-08-30T18:26:16.868Z | Downloaded maybe-uninit v2.0.0 |
| 506 | 2024-08-30T18:26:16.868Z | Downloaded newtype-uuid v1.1.0 |
| 507 | 2024-08-30T18:26:16.868Z | Downloaded bitstruct v0.1.1 |
| 508 | 2024-08-30T18:26:16.868Z | Downloaded managed v0.8.0 |
| 509 | 2024-08-30T18:26:16.869Z | Downloaded num-iter v0.1.45 |
| 510 | 2024-08-30T18:26:16.869Z | Downloaded multer v3.1.0 |
| 511 | 2024-08-30T18:26:16.869Z | Downloaded jobserver v0.1.32 |
| 512 | 2024-08-30T18:26:16.869Z | Downloaded mime_guess v2.0.4 |
| 513 | 2024-08-30T18:26:16.872Z | Downloaded cstr-argument v0.1.2 |
| 514 | 2024-08-30T18:26:16.872Z | Downloaded bytes v1.7.1 |
| 515 | 2024-08-30T18:26:16.872Z | Downloaded crunchy v0.2.2 |
| 516 | 2024-08-30T18:26:16.872Z | Downloaded num-traits v0.2.19 |
| 517 | 2024-08-30T18:26:16.877Z | Downloaded num-complex v0.4.6 |
| 518 | 2024-08-30T18:26:16.877Z | Downloaded serde_repr v0.1.19 |
| 519 | 2024-08-30T18:26:16.880Z | Downloaded ascii-canvas v3.0.0 |
| 520 | 2024-08-30T18:26:16.880Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 521 | 2024-08-30T18:26:16.884Z | Downloaded hubpack v0.1.2 |
| 522 | 2024-08-30T18:26:16.887Z | Downloaded is-terminal v0.4.12 |
| 523 | 2024-08-30T18:26:16.887Z | Downloaded blake2 v0.10.6 |
| 524 | 2024-08-30T18:26:16.890Z | Downloaded crossbeam-epoch v0.9.18 |
| 525 | 2024-08-30T18:26:16.894Z | Downloaded crc-any v2.5.0 |
| 526 | 2024-08-30T18:26:16.897Z | Downloaded newtype_derive v0.1.6 |
| 527 | 2024-08-30T18:26:16.897Z | Downloaded block-padding v0.3.3 |
| 528 | 2024-08-30T18:26:16.900Z | Downloaded colored v2.1.0 |
| 529 | 2024-08-30T18:26:16.903Z | Downloaded num-conv v0.1.0 |
| 530 | 2024-08-30T18:26:16.903Z | Downloaded ciborium-ll v0.2.2 |
| 531 | 2024-08-30T18:26:16.906Z | Downloaded newline-converter v0.3.0 |
| 532 | 2024-08-30T18:26:16.906Z | Downloaded crc v3.2.1 |
| 533 | 2024-08-30T18:26:16.918Z | Downloaded const_format_proc_macros v0.2.32 |
| 534 | 2024-08-30T18:26:16.918Z | Downloaded hyper-tls v0.5.0 |
| 535 | 2024-08-30T18:26:16.918Z | Downloaded base64 v0.13.1 |
| 536 | 2024-08-30T18:26:16.923Z | Downloaded zone_cfg_derive v0.3.0 |
| 537 | 2024-08-30T18:26:16.924Z | Downloaded derive_builder_macro v0.20.0 |
| 538 | 2024-08-30T18:26:16.924Z | Downloaded slog-async v2.8.0 |
| 539 | 2024-08-30T18:26:16.928Z | Downloaded smallvec v0.6.14 |
| 540 | 2024-08-30T18:26:16.928Z | Downloaded slog-stdlog v4.1.1 |
| 541 | 2024-08-30T18:26:16.928Z | Downloaded foreign-types v0.3.2 |
| 542 | 2024-08-30T18:26:16.928Z | Downloaded inout v0.1.3 |
| 543 | 2024-08-30T18:26:16.930Z | Downloaded zone_cfg_derive v0.1.2 |
| 544 | 2024-08-30T18:26:16.930Z | Downloaded foreign-types v0.5.0 |
| 545 | 2024-08-30T18:26:16.933Z | Downloaded argon2 v0.5.3 |
| 546 | 2024-08-30T18:26:16.935Z | Downloaded tiny-keccak v2.0.2 |
| 547 | 2024-08-30T18:26:16.937Z | Downloaded tokio-macros v2.4.0 |
| 548 | 2024-08-30T18:26:16.940Z | Downloaded mime v0.3.17 |
| 549 | 2024-08-30T18:26:16.942Z | Downloaded md-5 v0.10.6 |
| 550 | 2024-08-30T18:26:16.944Z | Downloaded lazy_static v1.5.0 |
| 551 | 2024-08-30T18:26:16.948Z | Downloaded ipnetwork v0.20.0 |
| 552 | 2024-08-30T18:26:16.959Z | Downloaded linear-map v1.2.0 |
| 553 | 2024-08-30T18:26:16.959Z | Downloaded multimap v0.10.0 |
| 554 | 2024-08-30T18:26:16.959Z | Downloaded ciborium v0.2.2 |
| 555 | 2024-08-30T18:26:16.959Z | Downloaded console v0.15.8 |
| 556 | 2024-08-30T18:26:16.966Z | Downloaded openssl-macros v0.1.1 |
| 557 | 2024-08-30T18:26:16.966Z | Downloaded parse-size v1.0.0 |
| 558 | 2024-08-30T18:26:16.966Z | Downloaded unicode-truncate v1.0.0 |
| 559 | 2024-08-30T18:26:16.976Z | Downloaded serde_urlencoded v0.7.1 |
| 560 | 2024-08-30T18:26:16.976Z | Downloaded smallvec v1.13.2 |
| 561 | 2024-08-30T18:26:16.976Z | Downloaded slog-scope v4.4.0 |
| 562 | 2024-08-30T18:26:16.980Z | Downloaded serde_path_to_error v0.1.16 |
| 563 | 2024-08-30T18:26:16.980Z | Downloaded sct v0.7.1 |
| 564 | 2024-08-30T18:26:16.980Z | Downloaded termcolor v1.4.1 |
| 565 | 2024-08-30T18:26:16.980Z | Downloaded rpassword v7.3.1 |
| 566 | 2024-08-30T18:26:16.988Z | Downloaded serde-big-array v0.5.1 |
| 567 | 2024-08-30T18:26:16.988Z | Downloaded strum_macros v0.26.4 |
| 568 | 2024-08-30T18:26:17.006Z | Downloaded slog-term v2.9.1 |
| 569 | 2024-08-30T18:26:17.006Z | Downloaded precomputed-hash v0.1.1 |
| 570 | 2024-08-30T18:26:17.006Z | Downloaded dyn-clone v1.0.17 |
| 571 | 2024-08-30T18:26:17.006Z | Downloaded compact_str v0.8.0 |
| 572 | 2024-08-30T18:26:17.012Z | Downloaded ron v0.8.1 |
| 573 | 2024-08-30T18:26:17.012Z | Downloaded futures-sink v0.3.30 |
| 574 | 2024-08-30T18:26:17.012Z | Downloaded vte_generate_state_changes v0.1.1 |
| 575 | 2024-08-30T18:26:17.012Z | Downloaded parse-display-derive v0.10.0 |
| 576 | 2024-08-30T18:26:17.012Z | Downloaded tracing-attributes v0.1.27 |
| 577 | 2024-08-30T18:26:17.016Z | Downloaded darling_core v0.20.9 |
| 578 | 2024-08-30T18:26:17.022Z | Downloaded hickory-client v0.24.1 |
| 579 | 2024-08-30T18:26:17.027Z | Downloaded erased-serde v0.3.31 |
| 580 | 2024-08-30T18:26:17.027Z | Downloaded openssl-probe v0.1.5 |
| 581 | 2024-08-30T18:26:17.027Z | Downloaded endian-type v0.1.2 |
| 582 | 2024-08-30T18:26:17.035Z | Downloaded time-core v0.1.2 |
| 583 | 2024-08-30T18:26:17.035Z | Downloaded rfc6979 v0.4.0 |
| 584 | 2024-08-30T18:26:17.041Z | Downloaded semver v0.1.20 |
| 585 | 2024-08-30T18:26:17.041Z | Downloaded secrecy v0.8.0 |
| 586 | 2024-08-30T18:26:17.041Z | Downloaded resolv-conf v0.7.0 |
| 587 | 2024-08-30T18:26:17.041Z | Downloaded allocator-api2 v0.2.18 |
| 588 | 2024-08-30T18:26:17.046Z | Downloaded paste v1.0.15 |
| 589 | 2024-08-30T18:26:17.046Z | Downloaded derive_builder_core v0.20.0 |
| 590 | 2024-08-30T18:26:17.051Z | Downloaded crypto-bigint v0.5.5 |
| 591 | 2024-08-30T18:26:17.054Z | Downloaded xattr v1.3.1 |
| 592 | 2024-08-30T18:26:17.057Z | Downloaded topological-sort v0.2.2 |
| 593 | 2024-08-30T18:26:17.059Z | Downloaded thread_local v1.1.8 |
| 594 | 2024-08-30T18:26:17.062Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 595 | 2024-08-30T18:26:17.062Z | Downloaded miniz_oxide v0.7.2 |
| 596 | 2024-08-30T18:26:17.065Z | Downloaded native-tls v0.2.11 |
| 597 | 2024-08-30T18:26:17.069Z | Downloaded dirs-sys-next v0.1.2 |
| 598 | 2024-08-30T18:26:17.071Z | Downloaded enum-as-inner v0.5.1 |
| 599 | 2024-08-30T18:26:17.074Z | Downloaded psl-types v2.0.11 |
| 600 | 2024-08-30T18:26:17.074Z | Downloaded waitgroup v0.1.2 |
| 601 | 2024-08-30T18:26:17.076Z | Downloaded glob v0.3.1 |
| 602 | 2024-08-30T18:26:17.076Z | Downloaded ghash v0.5.1 |
| 603 | 2024-08-30T18:26:17.078Z | Downloaded signal-hook-registry v1.4.2 |
| 604 | 2024-08-30T18:26:17.081Z | Downloaded stringprep v0.1.4 |
| 605 | 2024-08-30T18:26:17.083Z | Downloaded string_cache v0.8.7 |
| 606 | 2024-08-30T18:26:17.086Z | Downloaded spin v0.9.8 |
| 607 | 2024-08-30T18:26:17.088Z | Downloaded highway v1.2.0 |
| 608 | 2024-08-30T18:26:17.092Z | Downloaded vsss-rs v3.3.4 |
| 609 | 2024-08-30T18:26:17.096Z | Downloaded num-bigint v0.4.5 |
| 610 | 2024-08-30T18:26:17.101Z | Downloaded take_mut v0.2.2 |
| 611 | 2024-08-30T18:26:17.104Z | Downloaded downcast v0.11.0 |
| 612 | 2024-08-30T18:26:17.104Z | Downloaded packed_struct v0.10.1 |
| 613 | 2024-08-30T18:26:17.107Z | Downloaded packed_struct_codegen v0.10.1 |
| 614 | 2024-08-30T18:26:17.107Z | Downloaded salsa20 v0.10.2 |
| 615 | 2024-08-30T18:26:17.110Z | Downloaded rusty-fork v0.3.0 |
| 616 | 2024-08-30T18:26:17.112Z | Downloaded pkcs1 v0.7.5 |
| 617 | 2024-08-30T18:26:17.120Z | Downloaded path-slash v0.1.5 |
| 618 | 2024-08-30T18:26:17.120Z | Downloaded want v0.3.1 |
| 619 | 2024-08-30T18:26:17.125Z | Downloaded pkcs5 v0.7.1 |
| 620 | 2024-08-30T18:26:17.125Z | Downloaded indicatif v0.17.8 |
| 621 | 2024-08-30T18:26:17.132Z | Downloaded ssh-cipher v0.2.0 |
| 622 | 2024-08-30T18:26:17.136Z | Downloaded pretty-hex v0.2.1 |
| 623 | 2024-08-30T18:26:17.136Z | Downloaded mockall_derive v0.13.0 |
| 624 | 2024-08-30T18:26:17.146Z | Downloaded universal-hash v0.5.1 |
| 625 | 2024-08-30T18:26:17.148Z | Downloaded fragile v2.0.0 |
| 626 | 2024-08-30T18:26:17.148Z | Downloaded ed25519 v2.2.3 |
| 627 | 2024-08-30T18:26:17.153Z | Downloaded dropshot_endpoint v0.10.1 |
| 628 | 2024-08-30T18:26:17.156Z | Downloaded wait-timeout v0.2.0 |
| 629 | 2024-08-30T18:26:17.156Z | Downloaded vte v0.11.1 |
| 630 | 2024-08-30T18:26:17.159Z | Downloaded pkg-config v0.3.30 |
| 631 | 2024-08-30T18:26:17.159Z | Downloaded hickory-server v0.24.1 |
| 632 | 2024-08-30T18:26:17.166Z | Downloaded pkcs8 v0.10.2 |
| 633 | 2024-08-30T18:26:17.169Z | Downloaded dhcproto-macros v0.1.0 |
| 634 | 2024-08-30T18:26:17.174Z | Downloaded tap v1.0.1 |
| 635 | 2024-08-30T18:26:17.174Z | Downloaded tinyvec_macros v0.1.1 |
| 636 | 2024-08-30T18:26:17.178Z | Downloaded pbkdf2 v0.11.0 |
| 637 | 2024-08-30T18:26:17.178Z | Downloaded home v0.5.9 |
| 638 | 2024-08-30T18:26:17.178Z | Downloaded hex-literal v0.4.1 |
| 639 | 2024-08-30T18:26:17.181Z | Downloaded hex v0.4.3 |
| 640 | 2024-08-30T18:26:17.181Z | Downloaded phf_shared v0.10.0 |
| 641 | 2024-08-30T18:26:17.181Z | Downloaded ref-cast v1.0.23 |
| 642 | 2024-08-30T18:26:17.185Z | Downloaded float-ord v0.3.2 |
| 643 | 2024-08-30T18:26:17.188Z | Downloaded signal-hook-tokio v0.3.1 |
| 644 | 2024-08-30T18:26:17.188Z | Downloaded primeorder v0.13.6 |
| 645 | 2024-08-30T18:26:17.191Z | Downloaded peg v0.8.4 |
| 646 | 2024-08-30T18:26:17.195Z | Downloaded pbkdf2 v0.12.2 |
| 647 | 2024-08-30T18:26:17.198Z | Downloaded poly1305 v0.8.0 |
| 648 | 2024-08-30T18:26:17.202Z | Downloaded parking_lot_core v0.8.6 |
| 649 | 2024-08-30T18:26:17.206Z | Downloaded sigpipe v0.1.3 |
| 650 | 2024-08-30T18:26:17.206Z | Downloaded ref-cast-impl v1.0.23 |
| 651 | 2024-08-30T18:26:17.206Z | Downloaded r2d2 v0.8.10 |
| 652 | 2024-08-30T18:26:17.211Z | Downloaded sqlformat v0.2.4 |
| 653 | 2024-08-30T18:26:17.211Z | Downloaded signal-hook v0.3.17 |
| 654 | 2024-08-30T18:26:17.215Z | Downloaded parking_lot v0.11.2 |
| 655 | 2024-08-30T18:26:17.219Z | Downloaded unicase v2.7.0 |
| 656 | 2024-08-30T18:26:17.219Z | Downloaded unarray v0.1.4 |
| 657 | 2024-08-30T18:26:17.223Z | Downloaded expectorate v1.1.0 |
| 658 | 2024-08-30T18:26:17.226Z | Downloaded sqlparser_derive v0.2.2 |
| 659 | 2024-08-30T18:26:17.227Z | Downloaded predicates-tree v1.0.9 |
| 660 | 2024-08-30T18:26:17.227Z | Downloaded group v0.13.0 |
| 661 | 2024-08-30T18:26:17.229Z | Downloaded tokio-rustls v0.25.0 |
| 662 | 2024-08-30T18:26:17.229Z | Downloaded opaque-debug v0.3.1 |
| 663 | 2024-08-30T18:26:17.232Z | Downloaded number_prefix v0.4.0 |
| 664 | 2024-08-30T18:26:17.232Z | Downloaded num_threads v0.1.7 |
| 665 | 2024-08-30T18:26:17.235Z | Downloaded serde-hex v0.1.0 |
| 666 | 2024-08-30T18:26:17.238Z | Downloaded phf_shared v0.11.2 |
| 667 | 2024-08-30T18:26:17.238Z | Downloaded prettyplease v0.2.20 |
| 668 | 2024-08-30T18:26:17.241Z | Downloaded tokio-rustls v0.24.1 |
| 669 | 2024-08-30T18:26:17.243Z | Downloaded aes-gcm v0.10.3 |
| 670 | 2024-08-30T18:26:17.249Z | Downloaded float-cmp v0.9.0 |
| 671 | 2024-08-30T18:26:17.251Z | Downloaded hash32 v0.2.1 |
| 672 | 2024-08-30T18:26:17.251Z | Downloaded russh v0.45.0 |
| 673 | 2024-08-30T18:26:17.258Z | Downloaded pem v3.0.4 |
| 674 | 2024-08-30T18:26:17.260Z | Downloaded spki v0.7.3 |
| 675 | 2024-08-30T18:26:17.263Z | Downloaded parking_lot v0.12.2 |
| 676 | 2024-08-30T18:26:17.266Z | Downloaded unicode-segmentation v1.11.0 |
| 677 | 2024-08-30T18:26:17.270Z | Downloaded hmac v0.12.1 |
| 678 | 2024-08-30T18:26:17.274Z | Downloaded foreign-types-shared v0.1.1 |
| 679 | 2024-08-30T18:26:17.277Z | Downloaded fallible-iterator v0.3.0 |
| 680 | 2024-08-30T18:26:17.277Z | Downloaded fd-lock v4.0.2 |
| 681 | 2024-08-30T18:26:17.279Z | Downloaded itertools v0.12.1 |
| 682 | 2024-08-30T18:26:17.287Z | Downloaded http v0.2.12 |
| 683 | 2024-08-30T18:26:17.292Z | Downloaded tokio-native-tls v0.3.1 |
| 684 | 2024-08-30T18:26:17.295Z | Downloaded num_enum_derive v0.5.11 |
| 685 | 2024-08-30T18:26:17.310Z | Downloaded x509-cert v0.2.5 |
| 686 | 2024-08-30T18:26:17.314Z | Downloaded tls_codec_derive v0.4.1 |
| 687 | 2024-08-30T18:26:17.314Z | Downloaded portpicker v0.1.1 |
| 688 | 2024-08-30T18:26:17.314Z | Downloaded futures v0.3.30 |
| 689 | 2024-08-30T18:26:17.314Z | Downloaded crossterm v0.28.1 |
| 690 | 2024-08-30T18:26:17.321Z | Downloaded headers-core v0.2.0 |
| 691 | 2024-08-30T18:26:17.323Z | Downloaded russh-cryptovec v0.7.2 |
| 692 | 2024-08-30T18:26:17.326Z | Downloaded ff v0.13.0 |
| 693 | 2024-08-30T18:26:17.326Z | Downloaded foreign-types-shared v0.3.1 |
| 694 | 2024-08-30T18:26:17.329Z | Downloaded hickory-resolver v0.24.1 |
| 695 | 2024-08-30T18:26:17.333Z | Downloaded display-error-chain v0.2.1 |
| 696 | 2024-08-30T18:26:17.336Z | Downloaded subtle v2.5.0 |
| 697 | 2024-08-30T18:26:17.336Z | Downloaded rustls-pki-types v1.7.0 |
| 698 | 2024-08-30T18:26:17.340Z | Downloaded rustfmt-wrapper v0.2.1 |
| 699 | 2024-08-30T18:26:17.343Z | Downloaded filetime v0.2.25 |
| 700 | 2024-08-30T18:26:17.343Z | Downloaded fallible-iterator v0.2.0 |
| 701 | 2024-08-30T18:26:17.346Z | Downloaded rustc_version v0.4.0 |
| 702 | 2024-08-30T18:26:17.346Z | Downloaded hashlink v0.9.1 |
| 703 | 2024-08-30T18:26:17.348Z | Downloaded polyval v0.6.2 |
| 704 | 2024-08-30T18:26:17.352Z | Downloaded termios v0.3.3 |
| 705 | 2024-08-30T18:26:17.352Z | Downloaded rcgen v0.12.1 |
| 706 | 2024-08-30T18:26:17.354Z | Downloaded snafu v0.8.2 |
| 707 | 2024-08-30T18:26:17.361Z | Downloaded supports-color v3.0.0 |
| 708 | 2024-08-30T18:26:17.363Z | Downloaded shlex v1.3.0 |
| 709 | 2024-08-30T18:26:17.365Z | Downloaded strum v0.26.3 |
| 710 | 2024-08-30T18:26:17.368Z | Downloaded blake3 v1.5.1 |
| 711 | 2024-08-30T18:26:17.375Z | Downloaded peg-runtime v0.8.3 |
| 712 | 2024-08-30T18:26:17.377Z | Downloaded phf v0.11.2 |
| 713 | 2024-08-30T18:26:17.379Z | Downloaded tinyvec v1.6.0 |
| 714 | 2024-08-30T18:26:17.383Z | Downloaded unicode-bidi v0.3.15 |
| 715 | 2024-08-30T18:26:17.385Z | Downloaded nom v7.1.3 |
| 716 | 2024-08-30T18:26:17.392Z | Downloaded libxml v0.3.3 |
| 717 | 2024-08-30T18:26:17.399Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 718 | 2024-08-30T18:26:17.401Z | Downloaded termtree v0.4.1 |
| 719 | 2024-08-30T18:26:17.401Z | Downloaded schemars_derive v0.8.21 |
| 720 | 2024-08-30T18:26:17.404Z | Downloaded omicron-zone-package v0.11.0 |
| 721 | 2024-08-30T18:26:17.407Z | Downloaded form_urlencoded v1.2.1 |
| 722 | 2024-08-30T18:26:17.410Z | Downloaded fxhash v0.2.1 |
| 723 | 2024-08-30T18:26:17.410Z | Downloaded tokio-util v0.7.11 |
| 724 | 2024-08-30T18:26:17.416Z | Downloaded aho-corasick v1.1.3 |
| 725 | 2024-08-30T18:26:17.423Z | Downloaded try-lock v0.2.5 |
| 726 | 2024-08-30T18:26:17.425Z | Downloaded oso-derive v0.27.3 |
| 727 | 2024-08-30T18:26:17.425Z | Downloaded slog-bunyan v2.5.0 |
| 728 | 2024-08-30T18:26:17.428Z | Downloaded untrusted v0.9.0 |
| 729 | 2024-08-30T18:26:17.428Z | Downloaded rustc-demangle v0.1.24 |
| 730 | 2024-08-30T18:26:17.432Z | Downloaded untrusted v0.7.1 |
| 731 | 2024-08-30T18:26:17.434Z | Downloaded pem-rfc7468 v0.7.0 |
| 732 | 2024-08-30T18:26:17.434Z | Downloaded openssl-sys v0.9.103 |
| 733 | 2024-08-30T18:26:17.440Z | Downloaded rand_seeder v0.3.0 |
| 734 | 2024-08-30T18:26:17.442Z | Downloaded postgres-protocol v0.6.7 |
| 735 | 2024-08-30T18:26:17.445Z | Downloaded embedded-io v0.4.0 |
| 736 | 2024-08-30T18:26:17.447Z | Downloaded twox-hash v1.6.3 |
| 737 | 2024-08-30T18:26:17.450Z | Downloaded serde_derive_internals v0.29.1 |
| 738 | 2024-08-30T18:26:17.453Z | Downloaded samael v0.0.15 |
| 739 | 2024-08-30T18:26:17.456Z | Downloaded num-bigint-dig v0.8.4 |
| 740 | 2024-08-30T18:26:17.462Z | Downloaded zeroize_derive v1.4.2 |
| 741 | 2024-08-30T18:26:17.464Z | Downloaded subprocess v0.2.9 |
| 742 | 2024-08-30T18:26:17.466Z | Downloaded enum-as-inner v0.6.0 |
| 743 | 2024-08-30T18:26:17.469Z | Downloaded hash32 v0.3.1 |
| 744 | 2024-08-30T18:26:17.471Z | Downloaded futures-executor v0.3.30 |
| 745 | 2024-08-30T18:26:17.471Z | Downloaded getopts v0.2.21 |
| 746 | 2024-08-30T18:26:17.473Z | Downloaded gethostname v0.5.0 |
| 747 | 2024-08-30T18:26:17.476Z | Downloaded powerfmt v0.2.0 |
| 748 | 2024-08-30T18:26:17.476Z | Downloaded num_enum v0.5.11 |
| 749 | 2024-08-30T18:26:17.481Z | Downloaded rustyline v14.0.0 |
| 750 | 2024-08-30T18:26:17.487Z | Downloaded peg-macros v0.8.4 |
| 751 | 2024-08-30T18:26:17.490Z | Downloaded deranged v0.3.11 |
| 752 | 2024-08-30T18:26:17.492Z | Downloaded tokio-tungstenite v0.21.0 |
| 753 | 2024-08-30T18:26:17.495Z | Downloaded itertools v0.13.0 |
| 754 | 2024-08-30T18:26:17.503Z | Downloaded derive-where v1.2.7 |
| 755 | 2024-08-30T18:26:17.508Z | Downloaded radium v0.7.0 |
| 756 | 2024-08-30T18:26:17.510Z | Downloaded postgres-types v0.2.7 |
| 757 | 2024-08-30T18:26:17.512Z | Downloaded pin-project-lite v0.2.14 |
| 758 | 2024-08-30T18:26:17.516Z | Downloaded serde_with_macros v3.9.0 |
| 759 | 2024-08-30T18:26:17.519Z | Downloaded pin-project-internal v1.1.5 |
| 760 | 2024-08-30T18:26:17.521Z | Downloaded tokio-tungstenite v0.20.1 |
| 761 | 2024-08-30T18:26:17.523Z | Downloaded tungstenite v0.21.0 |
| 762 | 2024-08-30T18:26:17.527Z | Downloaded diesel_derives v2.2.2 |
| 763 | 2024-08-30T18:26:17.532Z | Downloaded elliptic-curve v0.13.8 |
| 764 | 2024-08-30T18:26:17.538Z | Downloaded ssh-key v0.6.6 |
| 765 | 2024-08-30T18:26:17.545Z | Downloaded toml v0.7.8 |
| 766 | 2024-08-30T18:26:17.549Z | Downloaded unsafe-libyaml v0.2.11 |
| 767 | 2024-08-30T18:26:17.553Z | Downloaded flate2 v1.0.31 |
| 768 | 2024-08-30T18:26:17.559Z | Downloaded tungstenite v0.23.0 |
| 769 | 2024-08-30T18:26:17.563Z | Downloaded reedline v0.33.0 |
| 770 | 2024-08-30T18:26:17.572Z | Downloaded serde_yaml v0.9.34+deprecated |
| 771 | 2024-08-30T18:26:17.576Z | Downloaded rayon-core v1.12.1 |
| 772 | 2024-08-30T18:26:17.580Z | Downloaded hkdf v0.12.4 |
| 773 | 2024-08-30T18:26:17.584Z | Downloaded bitvec v1.0.1 |
| 774 | 2024-08-30T18:26:17.601Z | Downloaded idna v0.5.0 |
| 775 | 2024-08-30T18:26:17.609Z | Downloaded heapless v0.8.0 |
| 776 | 2024-08-30T18:26:17.613Z | Downloaded url v2.5.2 |
| 777 | 2024-08-30T18:26:17.618Z | Downloaded idna v0.3.0 |
| 778 | 2024-08-30T18:26:17.624Z | Downloaded der v0.7.9 |
| 779 | 2024-08-30T18:26:17.630Z | Downloaded reqwest v0.11.27 |
| 780 | 2024-08-30T18:26:17.639Z | Downloaded headers v0.3.9 |
| 781 | 2024-08-30T18:26:17.645Z | Downloaded h2 v0.3.26 |
| 782 | 2024-08-30T18:26:17.654Z | Downloaded rand v0.8.5 |
| 783 | 2024-08-30T18:26:17.656Z | Downloaded lalrpop v0.19.12 |
| 784 | 2024-08-30T18:26:17.669Z | Downloaded git2 v0.19.0 |
| 785 | 2024-08-30T18:26:17.678Z | Downloaded portable-atomic v1.6.0 |
| 786 | 2024-08-30T18:26:17.685Z | Downloaded gimli v0.28.1 |
| 787 | 2024-08-30T18:26:17.695Z | Downloaded futures-util v0.3.30 |
| 788 | 2024-08-30T18:26:17.708Z | Downloaded rusqlite v0.31.0 |
| 789 | 2024-08-30T18:26:17.714Z | Downloaded serde_with v3.9.0 |
| 790 | 2024-08-30T18:26:17.725Z | Downloaded sqlparser v0.45.0 |
| 791 | 2024-08-30T18:26:17.731Z | Downloaded winnow v0.5.40 |
| 792 | 2024-08-30T18:26:17.743Z | Downloaded proptest v1.5.0 |
| 793 | 2024-08-30T18:26:17.752Z | Downloaded curve25519-dalek v4.1.3 |
| 794 | 2024-08-30T18:26:17.763Z | Downloaded webpki-roots v0.25.4 |
| 795 | 2024-08-30T18:26:17.767Z | Downloaded polar-core v0.27.3 |
| 796 | 2024-08-30T18:26:17.777Z | Downloaded trust-dns-proto v0.22.0 |
| 797 | 2024-08-30T18:26:17.792Z | Downloaded p384 v0.13.0 |
| 798 | 2024-08-30T18:26:17.797Z | Downloaded openssl v0.10.66 |
| 799 | 2024-08-30T18:26:17.808Z | Downloaded bstr v1.9.1 |
| 800 | 2024-08-30T18:26:17.819Z | Downloaded rustls v0.21.12 |
| 801 | 2024-08-30T18:26:17.832Z | Downloaded regex v1.10.6 |
| 802 | 2024-08-30T18:26:17.847Z | Downloaded smoltcp v0.11.0 |
| 803 | 2024-08-30T18:26:17.860Z | Downloaded openapiv3 v2.0.0 |
| 804 | 2024-08-30T18:26:17.875Z | Downloaded object v0.32.2 |
| 805 | 2024-08-30T18:26:17.887Z | Downloaded regex-syntax v0.6.29 |
| 806 | 2024-08-30T18:26:17.894Z | Downloaded rustls v0.22.4 |
| 807 | 2024-08-30T18:26:17.908Z | Downloaded regex-syntax v0.8.4 |
| 808 | 2024-08-30T18:26:17.917Z | Downloaded zerocopy-derive v0.6.6 |
| 809 | 2024-08-30T18:26:17.930Z | Downloaded diesel v2.2.3 |
| 810 | 2024-08-30T18:26:17.950Z | Downloaded hickory-proto v0.24.1 |
| 811 | 2024-08-30T18:26:17.966Z | Downloaded regress v0.9.1 |
| 812 | 2024-08-30T18:26:17.977Z | Downloaded sled v0.34.7 |
| 813 | 2024-08-30T18:26:17.987Z | Downloaded ratatui v0.28.0 |
| 814 | 2024-08-30T18:26:18.010Z | Downloaded sha3 v0.10.8 |
| 815 | 2024-08-30T18:26:18.014Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 816 | 2024-08-30T18:26:18.029Z | Downloaded object v0.30.4 |
| 817 | 2024-08-30T18:26:18.040Z | Downloaded dropshot v0.10.1 |
| 818 | 2024-08-30T18:26:18.101Z | Downloaded nix v0.28.0 |
| 819 | 2024-08-30T18:26:18.154Z | Downloaded rustls-webpki v0.102.4 |
| 820 | 2024-08-30T18:26:18.154Z | Downloaded regex-automata v0.4.6 |
| 821 | 2024-08-30T18:26:18.154Z | Downloaded tokio v1.39.3 |
| 822 | 2024-08-30T18:26:18.196Z | Downloaded finl_unicode v1.2.0 |
| 823 | 2024-08-30T18:26:18.197Z | Downloaded petgraph v0.6.5 |
| 824 | 2024-08-30T18:26:18.210Z | Downloaded csv v1.3.0 |
| 825 | 2024-08-30T18:26:18.210Z | Downloaded vcpkg v0.2.15 |
| 826 | 2024-08-30T18:26:18.255Z | Downloaded smoltcp v0.9.1 |
| 827 | 2024-08-30T18:26:18.314Z | Downloaded idna v0.4.0 |
| 828 | 2024-08-30T18:26:18.314Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 829 | 2024-08-30T18:26:18.343Z | Downloaded idna v0.2.3 |
| 830 | 2024-08-30T18:26:18.343Z | Downloaded radix_trie v0.2.1 |
| 831 | 2024-08-30T18:26:18.372Z | Downloaded rustls-webpki v0.101.7 |
| 832 | 2024-08-30T18:26:18.373Z | Downloaded encoding_rs v0.8.34 |
| 833 | 2024-08-30T18:26:18.410Z | Downloaded nix v0.27.1 |
| 834 | 2024-08-30T18:26:18.411Z | Downloaded quick-xml v0.31.0 |
| 835 | 2024-08-30T18:26:18.411Z | Downloaded rayon v1.10.0 |
| 836 | 2024-08-30T18:26:18.428Z | Downloaded chrono v0.4.38 |
| 837 | 2024-08-30T18:26:18.428Z | Downloaded test-strategy v0.3.1 |
| 838 | 2024-08-30T18:26:18.428Z | Downloaded diff v0.1.13 |
| 839 | 2024-08-30T18:26:18.429Z | Downloaded time-macros v0.2.18 |
| 840 | 2024-08-30T18:26:18.429Z | Downloaded der_derive v0.7.2 |
| 841 | 2024-08-30T18:26:18.429Z | Downloaded ppv-lite86 v0.2.17 |
| 842 | 2024-08-30T18:26:18.429Z | Downloaded rand_core v0.6.4 |
| 843 | 2024-08-30T18:26:18.429Z | Downloaded rand_chacha v0.3.1 |
| 844 | 2024-08-30T18:26:18.430Z | Downloaded p521 v0.13.3 |
| 845 | 2024-08-30T18:26:18.444Z | Downloaded tungstenite v0.20.1 |
| 846 | 2024-08-30T18:26:18.444Z | Downloaded schemars v0.8.21 |
| 847 | 2024-08-30T18:26:18.444Z | Downloaded hashbrown v0.13.2 |
| 848 | 2024-08-30T18:26:18.458Z | Downloaded stable_deref_trait v1.2.0 |
| 849 | 2024-08-30T18:26:18.458Z | Downloaded slog-dtrace v0.3.0 |
| 850 | 2024-08-30T18:26:18.458Z | Downloaded futures-core v0.3.30 |
| 851 | 2024-08-30T18:26:18.459Z | Downloaded russh-keys v0.45.0 |
| 852 | 2024-08-30T18:26:18.459Z | Downloaded zerocopy v0.6.6 |
| 853 | 2024-08-30T18:26:18.459Z | Downloaded futures-io v0.3.30 |
| 854 | 2024-08-30T18:26:18.459Z | Downloaded uuid v1.10.0 |
| 855 | 2024-08-30T18:26:18.459Z | Downloaded oso v0.27.3 |
| 856 | 2024-08-30T18:26:18.459Z | Downloaded fatfs v0.3.6 |
| 857 | 2024-08-30T18:26:18.474Z | Downloaded zip v0.6.6 |
| 858 | 2024-08-30T18:26:18.475Z | Downloaded flume v0.11.0 |
| 859 | 2024-08-30T18:26:18.475Z | Downloaded itertools v0.10.5 |
| 860 | 2024-08-30T18:26:18.491Z | Downloaded structmeta-derive v0.3.0 |
| 861 | 2024-08-30T18:26:18.492Z | Downloaded structmeta v0.3.0 |
| 862 | 2024-08-30T18:26:18.492Z | Downloaded structmeta v0.2.0 |
| 863 | 2024-08-30T18:26:18.492Z | Downloaded bindgen v0.69.4 |
| 864 | 2024-08-30T18:26:18.523Z | Downloaded strum_macros v0.24.3 |
| 865 | 2024-08-30T18:26:18.523Z | Downloaded slab v0.4.9 |
| 866 | 2024-08-30T18:26:18.523Z | Downloaded yasna v0.5.2 |
| 867 | 2024-08-30T18:26:18.523Z | Downloaded ed25519-dalek v2.1.1 |
| 868 | 2024-08-30T18:26:18.523Z | Downloaded tough v0.17.1 |
| 869 | 2024-08-30T18:26:18.524Z | Downloaded time v0.3.36 |
| 870 | 2024-08-30T18:26:18.549Z | Downloaded utf-8 v0.7.6 |
| 871 | 2024-08-30T18:26:18.549Z | Downloaded rustc_version v0.1.7 |
| 872 | 2024-08-30T18:26:18.549Z | Downloaded term v0.7.0 |
| 873 | 2024-08-30T18:26:18.549Z | Downloaded serde_arrays v0.1.0 |
| 874 | 2024-08-30T18:26:18.549Z | Downloaded scopeguard v1.2.0 |
| 875 | 2024-08-30T18:26:18.549Z | Downloaded ena v0.14.3 |
| 876 | 2024-08-30T18:26:18.549Z | Downloaded fixedbitset v0.4.2 |
| 877 | 2024-08-30T18:26:18.549Z | Downloaded unicode_categories v0.1.1 |
| 878 | 2024-08-30T18:26:18.549Z | Downloaded typed-path v0.7.1 |
| 879 | 2024-08-30T18:26:18.549Z | Downloaded steno v0.4.1 |
| 880 | 2024-08-30T18:26:18.549Z | Downloaded percent-encoding v2.3.1 |
| 881 | 2024-08-30T18:26:18.549Z | Downloaded siphasher v0.3.11 |
| 882 | 2024-08-30T18:26:18.549Z | Downloaded shell-words v1.1.0 |
| 883 | 2024-08-30T18:26:18.549Z | Downloaded pin-project v1.1.5 |
| 884 | 2024-08-30T18:26:18.559Z | Downloaded half v2.4.1 |
| 885 | 2024-08-30T18:26:18.561Z | Downloaded uzers v0.11.3 |
| 886 | 2024-08-30T18:26:18.561Z | Downloaded socket2 v0.5.7 |
| 887 | 2024-08-30T18:26:18.561Z | Downloaded tokio-stream v0.1.15 |
| 888 | 2024-08-30T18:26:18.566Z | Downloaded pin-utils v0.1.0 |
| 889 | 2024-08-30T18:26:18.569Z | Downloaded signature v2.2.0 |
| 890 | 2024-08-30T18:26:18.569Z | Downloaded slog v2.7.0 |
| 891 | 2024-08-30T18:26:18.571Z | Downloaded tracing v0.1.40 |
| 892 | 2024-08-30T18:26:18.575Z | Downloaded tokio-postgres v0.7.11 |
| 893 | 2024-08-30T18:26:18.581Z | Downloaded rustls-pemfile v2.1.3 |
| 894 | 2024-08-30T18:26:18.587Z | Downloaded strum_macros v0.25.3 |
| 895 | 2024-08-30T18:26:18.587Z | Downloaded libz-sys v1.1.16 |
| 896 | 2024-08-30T18:26:18.656Z | Downloaded toml_edit v0.19.15 |
| 897 | 2024-08-30T18:26:18.675Z | Downloaded rsa v0.9.6 |
| 898 | 2024-08-30T18:26:18.679Z | Downloaded publicsuffix v2.2.3 |
| 899 | 2024-08-30T18:26:18.683Z | Downloaded hashbrown v0.12.3 |
| 900 | 2024-08-30T18:26:18.689Z | Downloaded unicode-normalization v0.1.23 |
| 901 | 2024-08-30T18:26:18.692Z | Downloaded mio v1.0.2 |
| 902 | 2024-08-30T18:26:18.697Z | Downloaded strip-ansi-escapes v0.2.0 |
| 903 | 2024-08-30T18:26:18.701Z | Downloaded scheduled-thread-pool v0.2.7 |
| 904 | 2024-08-30T18:26:18.701Z | Downloaded defmt-parser v0.3.4 |
| 905 | 2024-08-30T18:26:18.701Z | Downloaded defmt-macros v0.3.9 |
| 906 | 2024-08-30T18:26:18.736Z | Downloaded data-encoding v2.6.0 |
| 907 | 2024-08-30T18:26:18.736Z | Downloaded snafu-derive v0.8.2 |
| 908 | 2024-08-30T18:26:18.736Z | Downloaded slog-envlogger v2.2.0 |
| 909 | 2024-08-30T18:26:18.736Z | Downloaded socket2 v0.4.10 |
| 910 | 2024-08-30T18:26:18.736Z | Downloaded dhcproto v0.12.0 |
| 911 | 2024-08-30T18:26:18.736Z | Downloaded ring v0.17.8 |
| 912 | 2024-08-30T18:26:18.797Z | Downloaded libsqlite3-sys v0.28.0 |
| 913 | 2024-08-30T18:26:18.865Z | Downloaded hyper v0.14.30 |
| 914 | 2024-08-30T18:26:18.875Z | Downloaded proc-macro-crate v1.3.1 |
| 915 | 2024-08-30T18:26:18.883Z | Downloaded predicates-core v1.0.6 |
| 916 | 2024-08-30T18:26:18.883Z | Downloaded predicates v3.1.2 |
| 917 | 2024-08-30T18:26:18.883Z | Downloaded des v0.8.1 |
| 918 | 2024-08-30T18:26:18.883Z | Downloaded heapless v0.7.17 |
| 919 | 2024-08-30T18:26:18.883Z | Downloaded minimal-lexical v0.2.1 |
| 920 | 2024-08-30T18:26:18.898Z | Downloaded crossterm v0.27.0 |
| 921 | 2024-08-30T18:26:18.918Z | Downloaded tui-tree-widget v0.22.0 |
| 922 | 2024-08-30T18:26:18.918Z | Downloaded ring v0.16.20 |
| 923 | 2024-08-30T18:26:18.987Z | Downloaded tls_codec v0.4.1 |
| 924 | 2024-08-30T18:26:19.006Z | Downloaded futures-channel v0.3.30 |
| 925 | 2024-08-30T18:26:19.006Z | Downloaded either v1.13.0 |
| 926 | 2024-08-30T18:26:19.006Z | Downloaded aes v0.8.4 |
| 927 | 2024-08-30T18:26:19.006Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 928 | 2024-08-30T18:26:19.006Z | Downloaded zone v0.3.0 |
| 929 | 2024-08-30T18:26:19.006Z | Downloaded zone v0.1.8 |
| 930 | 2024-08-30T18:26:19.006Z | Downloaded unicode-xid v0.2.4 |
| 931 | 2024-08-30T18:26:19.006Z | Downloaded parking_lot_core v0.9.10 |
| 932 | 2024-08-30T18:26:19.007Z | Downloaded globset v0.4.14 |
| 933 | 2024-08-30T18:26:19.007Z | Downloaded sec1 v0.7.3 |
| 934 | 2024-08-30T18:26:19.007Z | Downloaded parse-display v0.10.0 |
| 935 | 2024-08-30T18:26:19.007Z | Downloaded whoami v1.5.1 |
| 936 | 2024-08-30T18:26:19.007Z | Downloaded heck v0.3.3 |
| 937 | 2024-08-30T18:26:19.007Z | Downloaded postcard v1.0.8 |
| 938 | 2024-08-30T18:26:19.007Z | Downloaded which v4.4.2 |
| 939 | 2024-08-30T18:26:19.019Z | Downloaded libm v0.2.8 |
| 940 | 2024-08-30T18:26:19.020Z | Downloaded http v1.1.0 |
| 941 | 2024-08-30T18:26:19.020Z | Downloaded ssh-encoding v0.2.0 |
| 942 | 2024-08-30T18:26:19.020Z | Downloaded p256 v0.13.2 |
| 943 | 2024-08-30T18:26:19.020Z | Downloaded tracing-core v0.1.32 |
| 944 | 2024-08-30T18:26:19.020Z | Downloaded walkdir v2.5.0 |
| 945 | 2024-08-30T18:26:19.050Z | Downloaded sha1 v0.10.6 |
| 946 | 2024-08-30T18:26:19.050Z | Downloaded rtoolbox v0.0.2 |
| 947 | 2024-08-30T18:26:19.050Z | Downloaded quick-error v1.2.3 |
| 948 | 2024-08-30T18:26:19.050Z | Downloaded tar v0.4.41 |
| 949 | 2024-08-30T18:26:19.050Z | Downloaded ron v0.7.1 |
| 950 | 2024-08-30T18:26:19.050Z | Downloaded base64 v0.21.7 |
| 951 | 2024-08-30T18:26:19.072Z | Downloaded olpc-cjson v0.1.3 |
| 952 | 2024-08-30T18:26:19.072Z | Downloaded getrandom v0.2.14 |
| 953 | 2024-08-30T18:26:19.072Z | Downloaded futures-task v0.3.30 |
| 954 | 2024-08-30T18:26:19.072Z | Downloaded funty v2.0.0 |
| 955 | 2024-08-30T18:26:19.072Z | Downloaded flagset v0.4.5 |
| 956 | 2024-08-30T18:26:19.072Z | Downloaded derive_more v0.99.18 |
| 957 | 2024-08-30T18:26:19.072Z | Downloaded ecdsa v0.16.9 |
| 958 | 2024-08-30T18:26:19.072Z | Downloaded defmt v0.3.8 |
| 959 | 2024-08-30T18:26:19.073Z | Downloaded password-hash v0.5.0 |
| 960 | 2024-08-30T18:26:19.073Z | Downloaded sync_wrapper v0.1.2 |
| 961 | 2024-08-30T18:26:19.073Z | Downloaded static_assertions v1.1.0 |
| 962 | 2024-08-30T18:26:19.073Z | Downloaded vergen v8.3.2 |
| 963 | 2024-08-30T18:26:19.073Z | Downloaded similar v2.6.0 |
| 964 | 2024-08-30T18:26:19.073Z | Downloaded chacha20poly1305 v0.10.1 |
| 965 | 2024-08-30T18:26:19.079Z | Downloaded cc v1.0.97 |
| 966 | 2024-08-30T18:26:19.079Z | Downloaded spin v0.5.2 |
| 967 | 2024-08-30T18:26:19.079Z | Downloaded signal-hook-mio v0.2.4 |
| 968 | 2024-08-30T18:26:19.079Z | Downloaded mio v0.8.11 |
| 969 | 2024-08-30T18:26:19.079Z | Downloaded rand_xorshift v0.3.0 |
| 970 | 2024-08-30T18:26:19.079Z | Downloaded dirs-next v2.0.0 |
| 971 | 2024-08-30T18:26:19.079Z | Downloaded debug-ignore v1.0.5 |
| 972 | 2024-08-30T18:26:19.079Z | Downloaded wyz v0.5.1 |
| 973 | 2024-08-30T18:26:19.079Z | Downloaded libloading v0.8.3 |
| 974 | 2024-08-30T18:26:19.079Z | Downloaded password-hash v0.4.2 |
| 975 | 2024-08-30T18:26:19.079Z | Downloaded memmap2 v0.9.4 |
| 976 | 2024-08-30T18:26:19.079Z | Downloaded crossbeam-channel v0.5.12 |
| 977 | 2024-08-30T18:26:19.083Z | Downloaded difflib v0.4.0 |
| 978 | 2024-08-30T18:26:19.084Z | Downloaded slog-json v2.6.1 |
| 979 | 2024-08-30T18:26:19.084Z | Downloaded owo-colors v4.0.0 |
| 980 | 2024-08-30T18:26:19.087Z | Downloaded tokio-tungstenite v0.23.1 |
| 981 | 2024-08-30T18:26:19.087Z | Downloaded num-rational v0.4.2 |
| 982 | 2024-08-30T18:26:19.091Z | Downloaded env_logger v0.10.2 |
| 983 | 2024-08-30T18:26:19.094Z | Downloaded env_logger v0.9.3 |
| 984 | 2024-08-30T18:26:19.094Z | Downloaded derive_builder v0.20.0 |
| 985 | 2024-08-30T18:26:19.097Z | Downloaded tower-service v0.3.2 |
| 986 | 2024-08-30T18:26:19.102Z | Downloaded toolchain_find v0.4.0 |
| 987 | 2024-08-30T18:26:19.102Z | Downloaded nu-ansi-term v0.50.0 |
| 988 | 2024-08-30T18:26:19.105Z | Downloaded lock_api v0.4.12 |
| 989 | 2024-08-30T18:26:19.105Z | Downloaded crossbeam-utils v0.8.19 |
| 990 | 2024-08-30T18:26:19.105Z | Downloaded futures-macro v0.3.30 |
| 991 | 2024-08-30T18:26:19.105Z | Downloaded foreign-types-macros v0.2.3 |
| 992 | 2024-08-30T18:26:19.111Z | Downloaded libefi-sys v0.1.0 |
| 993 | 2024-08-30T18:26:19.112Z | Downloaded cookie v0.18.1 |
| 994 | 2024-08-30T18:26:19.121Z | Downloaded clang-sys v1.7.0 |
| 995 | 2024-08-30T18:26:19.121Z | Downloaded cancel-safe-futures v0.1.5 |
| 996 | 2024-08-30T18:26:19.121Z | Downloaded bcs v0.1.6 |
| 997 | 2024-08-30T18:26:19.121Z | Downloaded dsl_auto_type v0.1.2 |
| 998 | 2024-08-30T18:26:19.126Z | Downloaded const_format v0.2.32 |
| 999 | 2024-08-30T18:26:19.126Z | Downloaded smf v0.2.3 |
| 1000 | 2024-08-30T18:26:19.126Z | Downloaded ipnet v2.9.0 |
| 1001 | 2024-08-30T18:26:19.126Z | Downloaded ahash v0.8.11 |
| 1002 | 2024-08-30T18:26:19.130Z | Downloaded zeroize v1.7.0 |
| 1003 | 2024-08-30T18:26:19.130Z | Downloaded structmeta-derive v0.2.0 |
| 1004 | 2024-08-30T18:26:19.130Z | Downloaded hyper-rustls v0.24.2 |
| 1005 | 2024-08-30T18:26:19.134Z | Downloaded httparse v1.8.0 |
| 1006 | 2024-08-30T18:26:19.134Z | Downloaded backtrace v0.3.71 |
| 1007 | 2024-08-30T18:26:19.139Z | Downloaded num-integer v0.1.46 |
| 1008 | 2024-08-30T18:26:19.144Z | Downloaded nibble_vec v0.1.0 |
| 1009 | 2024-08-30T18:26:19.144Z | Downloaded keccak v0.1.5 |
| 1010 | 2024-08-30T18:26:19.144Z | Downloaded maplit v1.0.2 |
| 1011 | 2024-08-30T18:26:19.144Z | Downloaded base64 v0.22.1 |
| 1012 | 2024-08-30T18:26:19.148Z | Downloaded num v0.4.3 |
| 1013 | 2024-08-30T18:26:19.148Z | Downloaded lru-cache v0.1.2 |
| 1014 | 2024-08-30T18:26:19.148Z | Downloaded darling v0.20.9 |
| 1015 | 2024-08-30T18:26:19.155Z | Downloaded csv-core v0.1.11 |
| 1016 | 2024-08-30T18:26:19.161Z | Downloaded crc32fast v1.4.0 |
| 1017 | 2024-08-30T18:26:19.162Z | Downloaded base64ct v1.6.0 |
| 1018 | 2024-08-30T18:26:19.162Z | Downloaded crossbeam-deque v0.8.5 |
| 1019 | 2024-08-30T18:26:19.162Z | Downloaded async-bb8-diesel v0.2.1 |
| 1020 | 2024-08-30T18:26:19.167Z | Downloaded arrayvec v0.7.4 |
| 1021 | 2024-08-30T18:26:19.167Z | Downloaded backoff v0.4.0 |
| 1022 | 2024-08-30T18:26:19.167Z | Downloaded async-trait v0.1.81 |
| 1023 | 2024-08-30T18:26:19.175Z | Downloaded thiserror-no-std v2.0.2 |
| 1024 | 2024-08-30T18:26:19.175Z | Downloaded tabwriter v1.4.0 |
| 1025 | 2024-08-30T18:26:19.175Z | Downloaded serde_plain v1.0.2 |
| 1026 | 2024-08-30T18:26:19.175Z | Downloaded scrypt v0.11.0 |
| 1027 | 2024-08-30T18:26:19.183Z | Downloaded same-file v1.0.6 |
| 1028 | 2024-08-30T18:26:19.183Z | Downloaded rustversion v1.0.17 |
| 1029 | 2024-08-30T18:26:19.183Z | Downloaded rustls-pemfile v1.0.4 |
| 1030 | 2024-08-30T18:26:19.183Z | Downloaded rustc-hash v1.1.0 |
| 1031 | 2024-08-30T18:26:19.183Z | Downloaded convert_case v0.4.0 |
| 1032 | 2024-08-30T18:26:19.189Z | Downloaded hyper-staticfile v0.9.5 |
| 1033 | 2024-08-30T18:26:19.189Z | Downloaded humantime v2.1.0 |
| 1034 | 2024-08-30T18:26:19.189Z | Downloaded http-body v0.4.6 |
| 1035 | 2024-08-30T18:26:19.190Z | Downloaded matches v0.1.10 |
| 1036 | 2024-08-30T18:26:19.190Z | Downloaded castaway v0.2.3 |
| 1037 | 2024-08-30T18:26:19.190Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1038 | 2024-08-30T18:26:19.190Z | Downloaded bitflags v1.3.2 |
| 1039 | 2024-08-30T18:26:19.195Z | Downloaded bitfield v0.14.0 |
| 1040 | 2024-08-30T18:26:19.195Z | Downloaded bit-set v0.5.3 |
| 1041 | 2024-08-30T18:26:19.195Z | Downloaded base16ct v0.2.0 |
| 1042 | 2024-08-30T18:26:19.195Z | Downloaded adler v1.0.2 |
| 1043 | 2024-08-30T18:26:19.203Z | Downloaded const-oid v0.9.6 |
| 1044 | 2024-08-30T18:26:19.203Z | Downloaded instant v0.1.12 |
| 1045 | 2024-08-30T18:26:19.203Z | Downloaded blowfish v0.9.1 |
| 1046 | 2024-08-30T18:26:19.203Z | Downloaded arc-swap v1.7.1 |
| 1047 | 2024-08-30T18:26:19.208Z | Downloaded addr2line v0.21.0 |
| 1048 | 2024-08-30T18:26:19.208Z | Downloaded cfg_aliases v0.1.1 |
| 1049 | 2024-08-30T18:26:19.208Z | Downloaded atomicwrites v0.4.3 |
| 1050 | 2024-08-30T18:26:19.208Z | Downloaded iana-time-zone v0.1.60 |
| 1051 | 2024-08-30T18:26:19.214Z | Downloaded libsw v3.3.1 |
| 1052 | 2024-08-30T18:26:19.214Z | Downloaded async-stream v0.3.5 |
| 1053 | 2024-08-30T18:26:19.214Z | Downloaded cobs v0.2.3 |
| 1054 | 2024-08-30T18:26:19.214Z | Downloaded bzip2 v0.4.4 |
| 1055 | 2024-08-30T18:26:19.221Z | Downloaded nanorand v0.7.0 |
| 1056 | 2024-08-30T18:26:19.221Z | Downloaded indexmap v1.9.3 |
| 1057 | 2024-08-30T18:26:19.221Z | Downloaded lazycell v1.3.0 |
| 1058 | 2024-08-30T18:26:19.232Z | Downloaded cbc v0.1.2 |
| 1059 | 2024-08-30T18:26:19.232Z | Downloaded hostname v0.4.0 |
| 1060 | 2024-08-30T18:26:19.232Z | Downloaded ascii v1.1.0 |
| 1061 | 2024-08-30T18:26:19.232Z | Downloaded match_cfg v0.1.0 |
| 1062 | 2024-08-30T18:26:19.232Z | Downloaded ident_case v1.0.1 |
| 1063 | 2024-08-30T18:26:19.232Z | Downloaded is_ci v1.2.0 |
| 1064 | 2024-08-30T18:26:19.232Z | Downloaded cassowary v0.3.0 |
| 1065 | 2024-08-30T18:26:19.239Z | Downloaded hubpack_derive v0.1.1 |
| 1066 | 2024-08-30T18:26:19.239Z | Downloaded httpdate v1.0.3 |
| 1067 | 2024-08-30T18:26:19.239Z | Downloaded chacha20 v0.9.1 |
| 1068 | 2024-08-30T18:26:19.239Z | Downloaded cexpr v0.6.0 |
| 1069 | 2024-08-30T18:26:19.239Z | Downloaded buf-list v1.0.3 |
| 1070 | 2024-08-30T18:26:19.240Z | Downloaded aead v0.5.2 |
| 1071 | 2024-08-30T18:26:19.240Z | Downloaded hostname v0.3.1 |
| 1072 | 2024-08-30T18:26:19.240Z | Downloaded bitfield-struct v0.6.1 |
| 1073 | 2024-08-30T18:26:19.240Z | Downloaded arrayref v0.3.7 |
| 1074 | 2024-08-30T18:26:19.323Z | Compiling serde v1.0.208 |
| 1075 | 2024-08-30T18:26:19.326Z | Compiling typenum v1.17.0 |
| 1076 | 2024-08-30T18:26:19.326Z | Compiling lock_api v0.4.12 |
| 1077 | 2024-08-30T18:26:19.326Z | Compiling generic-array v0.14.7 |
| 1078 | 2024-08-30T18:26:19.326Z | Compiling scopeguard v1.2.0 |
| 1079 | 2024-08-30T18:26:19.473Z | Compiling log v0.4.21 |
| 1080 | 2024-08-30T18:26:19.499Z | Compiling syn v2.0.74 |
| 1081 | 2024-08-30T18:26:19.502Z | Compiling getrandom v0.2.14 |
| 1082 | 2024-08-30T18:26:19.630Z | Compiling jobserver v0.1.32 |
| 1083 | 2024-08-30T18:26:19.759Z | Compiling rand_core v0.6.4 |
| 1084 | 2024-08-30T18:26:20.113Z | Compiling cc v1.0.97 |
| 1085 | 2024-08-30T18:26:20.133Z | Compiling subtle v2.5.0 |
| 1086 | 2024-08-30T18:26:20.171Z | Compiling const-oid v0.9.6 |
| 1087 | 2024-08-30T18:26:20.445Z | Compiling pin-project-lite v0.2.14 |
| 1088 | 2024-08-30T18:26:20.501Z | Compiling smallvec v1.13.2 |
| 1089 | 2024-08-30T18:26:20.570Z | Compiling parking_lot_core v0.9.10 |
| 1090 | 2024-08-30T18:26:20.655Z | Compiling signal-hook-registry v1.4.2 |
| 1091 | 2024-08-30T18:26:20.726Z | Compiling spin v0.9.8 |
| 1092 | 2024-08-30T18:26:20.916Z | Compiling mio v1.0.2 |
| 1093 | 2024-08-30T18:26:21.148Z | Compiling ahash v0.8.11 |
| 1094 | 2024-08-30T18:26:21.544Z | Compiling parking_lot v0.12.2 |
| 1095 | 2024-08-30T18:26:21.563Z | Compiling tinyvec_macros v0.1.1 |
| 1096 | 2024-08-30T18:26:21.657Z | Compiling tinyvec v1.6.0 |
| 1097 | 2024-08-30T18:26:21.908Z | Compiling socket2 v0.5.7 |
| 1098 | 2024-08-30T18:26:22.170Z | Compiling futures-core v0.3.30 |
| 1099 | 2024-08-30T18:26:22.277Z | Compiling futures-sink v0.3.30 |
| 1100 | 2024-08-30T18:26:22.316Z | Compiling libm v0.2.8 |
| 1101 | 2024-08-30T18:26:22.420Z | Compiling serde_json v1.0.125 |
| 1102 | 2024-08-30T18:26:22.439Z | Compiling cpufeatures v0.2.12 |
| 1103 | 2024-08-30T18:26:22.539Z | Compiling slab v0.4.9 |
| 1104 | 2024-08-30T18:26:22.557Z | Compiling num-traits v0.2.19 |
| 1105 | 2024-08-30T18:26:22.729Z | Compiling allocator-api2 v0.2.18 |
| 1106 | 2024-08-30T18:26:22.820Z | Compiling unicode-bidi v0.3.15 |
| 1107 | 2024-08-30T18:26:23.126Z | Compiling futures-channel v0.3.30 |
| 1108 | 2024-08-30T18:26:23.266Z | Compiling unicode-normalization v0.1.23 |
| 1109 | 2024-08-30T18:26:23.306Z | Compiling futures-io v0.3.30 |
| 1110 | 2024-08-30T18:26:23.537Z | Compiling vcpkg v0.2.15 |
| 1111 | 2024-08-30T18:26:23.567Z | Compiling futures-task v0.3.30 |
| 1112 | 2024-08-30T18:26:23.613Z | Compiling pin-utils v0.1.0 |
| 1113 | 2024-08-30T18:26:23.711Z | Compiling pkg-config v0.3.30 |
| 1114 | 2024-08-30T18:26:23.851Z | Compiling base64ct v1.6.0 |
| 1115 | 2024-08-30T18:26:24.372Z | Compiling pem-rfc7468 v0.7.0 |
| 1116 | 2024-08-30T18:26:24.399Z | Compiling flagset v0.4.5 |
| 1117 | 2024-08-30T18:26:24.417Z | Compiling ring v0.17.8 |
| 1118 | 2024-08-30T18:26:24.454Z | Compiling ppv-lite86 v0.2.17 |
| 1119 | 2024-08-30T18:26:24.590Z | Compiling percent-encoding v2.3.1 |
| 1120 | 2024-08-30T18:26:24.997Z | Compiling tracing-core v0.1.32 |
| 1121 | 2024-08-30T18:26:25.162Z | Compiling rustix v0.38.34 |
| 1122 | 2024-08-30T18:26:25.247Z | Compiling rand_chacha v0.3.1 |
| 1123 | 2024-08-30T18:26:25.302Z | Compiling untrusted v0.9.0 |
| 1124 | 2024-08-30T18:26:25.478Z | Compiling foreign-types-shared v0.1.1 |
| 1125 | 2024-08-30T18:26:25.588Z | Compiling httparse v1.8.0 |
| 1126 | 2024-08-30T18:26:25.777Z | Compiling openssl-sys v0.9.103 |
| 1127 | 2024-08-30T18:26:26.030Z | Compiling rand v0.8.5 |
| 1128 | 2024-08-30T18:26:26.077Z | Compiling powerfmt v0.2.0 |
| 1129 | 2024-08-30T18:26:26.398Z | Compiling openssl v0.10.66 |
| 1130 | 2024-08-30T18:26:26.405Z | Compiling time-core v0.1.2 |
| 1131 | 2024-08-30T18:26:26.478Z | Compiling rustversion v1.0.17 |
| 1132 | 2024-08-30T18:26:26.535Z | Compiling num-conv v0.1.0 |
| 1133 | 2024-08-30T18:26:26.744Z | Compiling deranged v0.3.11 |
| 1134 | 2024-08-30T18:26:26.762Z | Compiling time-macros v0.2.18 |
| 1135 | 2024-08-30T18:26:27.308Z | Compiling foreign-types v0.3.2 |
| 1136 | 2024-08-30T18:26:27.403Z | Compiling form_urlencoded v1.2.1 |
| 1137 | 2024-08-30T18:26:27.434Z | Compiling aho-corasick v1.1.3 |
| 1138 | 2024-08-30T18:26:27.711Z | Compiling rustls v0.21.12 |
| 1139 | 2024-08-30T18:26:27.999Z | Compiling siphasher v0.3.11 |
| 1140 | 2024-08-30T18:26:28.017Z | Compiling syn v1.0.109 |
| 1141 | 2024-08-30T18:26:28.357Z | Compiling native-tls v0.2.11 |
| 1142 | 2024-08-30T18:26:28.390Z | Compiling crossbeam-utils v0.8.19 |
| 1143 | 2024-08-30T18:26:28.619Z | Compiling regex-syntax v0.8.4 |
| 1144 | 2024-08-30T18:26:28.644Z | Compiling try-lock v0.2.5 |
| 1145 | 2024-08-30T18:26:28.700Z | Compiling num_threads v0.1.7 |
| 1146 | 2024-08-30T18:26:28.798Z | Compiling want v0.3.1 |
| 1147 | 2024-08-30T18:26:29.076Z | Compiling idna v0.5.0 |
| 1148 | 2024-08-30T18:26:29.553Z | Compiling cookie v0.17.0 |
| 1149 | 2024-08-30T18:26:29.876Z | Compiling httpdate v1.0.3 |
| 1150 | 2024-08-30T18:26:29.987Z | Compiling time v0.3.36 |
| 1151 | 2024-08-30T18:26:30.350Z | Compiling finl_unicode v1.2.0 |
| 1152 | 2024-08-30T18:26:30.469Z | Compiling tower-service v0.3.2 |
| 1153 | 2024-08-30T18:26:30.602Z | Compiling openssl-probe v0.1.5 |
| 1154 | 2024-08-30T18:26:30.681Z | Compiling iana-time-zone v0.1.60 |
| 1155 | 2024-08-30T18:26:30.919Z | Compiling slog v2.7.0 |
| 1156 | 2024-08-30T18:26:30.959Z | Compiling adler v1.0.2 |
| 1157 | 2024-08-30T18:26:31.123Z | Compiling miniz_oxide v0.7.2 |
| 1158 | 2024-08-30T18:26:31.182Z | Compiling stringprep v0.1.4 |
| 1159 | 2024-08-30T18:26:31.565Z | Compiling url v2.5.2 |
| 1160 | 2024-08-30T18:26:32.392Z | Compiling regex-automata v0.4.6 |
| 1161 | 2024-08-30T18:26:33.442Z | Compiling num-integer v0.1.46 |
| 1162 | 2024-08-30T18:26:33.917Z | Compiling serde_derive v1.0.208 |
| 1163 | 2024-08-30T18:26:34.042Z | Compiling zeroize_derive v1.4.2 |
| 1164 | 2024-08-30T18:26:34.226Z | Compiling zerocopy-derive v0.7.34 |
| 1165 | 2024-08-30T18:26:35.183Z | Compiling tokio-macros v2.4.0 |
| 1166 | 2024-08-30T18:26:35.248Z | Compiling thiserror-impl v1.0.63 |
| 1167 | 2024-08-30T18:26:35.300Z | Compiling futures-macro v0.3.30 |
| 1168 | 2024-08-30T18:26:35.779Z | Compiling zeroize v1.7.0 |
| 1169 | 2024-08-30T18:26:36.652Z | Compiling zerocopy v0.7.34 |
| 1170 | 2024-08-30T18:26:36.849Z | Compiling der_derive v0.7.2 |
| 1171 | 2024-08-30T18:26:37.337Z | Compiling futures-util v0.3.30 |
| 1172 | 2024-08-30T18:26:37.654Z | Compiling crypto-common v0.1.6 |
| 1173 | 2024-08-30T18:26:37.890Z | Compiling block-buffer v0.10.4 |
| 1174 | 2024-08-30T18:26:38.155Z | Compiling digest v0.10.7 |
| 1175 | 2024-08-30T18:26:38.626Z | Compiling hmac v0.12.1 |
| 1176 | 2024-08-30T18:26:38.646Z | Compiling block-padding v0.3.3 |
| 1177 | 2024-08-30T18:26:38.871Z | Compiling inout v0.1.3 |
| 1178 | 2024-08-30T18:26:38.889Z | Compiling hashbrown v0.14.5 |
| 1179 | 2024-08-30T18:26:38.891Z | Compiling thiserror v1.0.63 |
| 1180 | 2024-08-30T18:26:39.053Z | Compiling sha2 v0.10.8 |
| 1181 | 2024-08-30T18:26:39.149Z | Compiling cipher v0.4.4 |
| 1182 | 2024-08-30T18:26:39.439Z | Compiling pest v2.7.10 |
| 1183 | 2024-08-30T18:26:39.651Z | Compiling salsa20 v0.10.2 |
| 1184 | 2024-08-30T18:26:39.942Z | Compiling der v0.7.9 |
| 1185 | 2024-08-30T18:26:40.283Z | Compiling pbkdf2 v0.12.2 |
| 1186 | 2024-08-30T18:26:40.471Z | Compiling tracing-attributes v0.1.27 |
| 1187 | 2024-08-30T18:26:42.558Z | Compiling pest_meta v2.7.10 |
| 1188 | 2024-08-30T18:26:42.674Z | Compiling scroll_derive v0.12.0 |
| 1189 | 2024-08-30T18:26:43.330Z | Compiling spki v0.7.3 |
| 1190 | 2024-08-30T18:26:43.641Z | Compiling scrypt v0.11.0 |
| 1191 | 2024-08-30T18:26:43.727Z | Compiling aes v0.8.4 |
| 1192 | 2024-08-30T18:26:44.189Z | Compiling scroll v0.12.0 |
| 1193 | 2024-08-30T18:26:44.206Z | Compiling tracing v0.1.40 |
| 1194 | 2024-08-30T18:26:44.225Z | Compiling pest_generator v2.7.10 |
| 1195 | 2024-08-30T18:26:44.753Z | Compiling cbc v0.1.2 |
| 1196 | 2024-08-30T18:26:44.754Z | Compiling goblin v0.8.2 |
| 1197 | 2024-08-30T18:26:45.036Z | Compiling pkcs5 v0.7.1 |
| 1198 | 2024-08-30T18:26:45.456Z | Compiling openssl-macros v0.1.1 |
| 1199 | 2024-08-30T18:26:46.250Z | Compiling pkcs8 v0.10.2 |
| 1200 | 2024-08-30T18:26:46.296Z | Compiling sct v0.7.1 |
| 1201 | 2024-08-30T18:26:46.340Z | Compiling rustls-webpki v0.101.7 |
| 1202 | 2024-08-30T18:26:46.603Z | Compiling md-5 v0.10.6 |
| 1203 | 2024-08-30T18:26:46.628Z | Compiling backtrace v0.3.71 |
| 1204 | 2024-08-30T18:26:46.878Z | Compiling idna v0.3.0 |
| 1205 | 2024-08-30T18:26:46.982Z | Compiling lazy_static v1.5.0 |
| 1206 | 2024-08-30T18:26:47.082Z | Compiling hash32 v0.2.1 |
| 1207 | 2024-08-30T18:26:47.112Z | Compiling stable_deref_trait v1.2.0 |
| 1208 | 2024-08-30T18:26:47.221Z | Compiling crc32fast v1.4.0 |
| 1209 | 2024-08-30T18:26:47.464Z | Compiling cfg_aliases v0.1.1 |
| 1210 | 2024-08-30T18:26:47.566Z | Compiling fallible-iterator v0.2.0 |
| 1211 | 2024-08-30T18:26:47.688Z | Compiling pest_derive v2.7.10 |
| 1212 | 2024-08-30T18:26:47.766Z | Compiling num-bigint-dig v0.8.4 |
| 1213 | 2024-08-30T18:26:48.077Z | Compiling signal-hook v0.3.17 |
| 1214 | 2024-08-30T18:26:48.243Z | Compiling psl-types v2.0.11 |
| 1215 | 2024-08-30T18:26:48.288Z | Compiling base64 v0.22.1 |
| 1216 | 2024-08-30T18:26:48.360Z | Compiling gimli v0.28.1 |
| 1217 | 2024-08-30T18:26:48.437Z | Compiling bytes v1.7.1 |
| 1218 | 2024-08-30T18:26:48.490Z | Compiling bitflags v2.6.0 |
| 1219 | 2024-08-30T18:26:48.816Z | Compiling indexmap v2.4.0 |
| 1220 | 2024-08-30T18:26:48.957Z | Compiling semver v1.0.23 |
| 1221 | 2024-08-30T18:26:49.673Z | Compiling tokio v1.39.3 |
| 1222 | 2024-08-30T18:26:49.725Z | Compiling http v0.2.12 |
| 1223 | 2024-08-30T18:26:50.327Z | Compiling rustc_version v0.4.0 |
| 1224 | 2024-08-30T18:26:51.118Z | Compiling heapless v0.7.17 |
| 1225 | 2024-08-30T18:26:51.575Z | Compiling http-body v0.4.6 |
| 1226 | 2024-08-30T18:26:51.608Z | Compiling dof v0.3.0 |
| 1227 | 2024-08-30T18:26:52.057Z | Compiling dtrace-parser v0.2.0 |
| 1228 | 2024-08-30T18:26:52.263Z | Compiling uuid v1.10.0 |
| 1229 | 2024-08-30T18:26:53.473Z | Compiling usdt-impl v0.5.0 |
| 1230 | 2024-08-30T18:26:53.800Z | Compiling serde_tokenstream v0.2.2 |
| 1231 | 2024-08-30T18:26:53.820Z | Compiling chrono v0.4.38 |
| 1232 | 2024-08-30T18:26:54.289Z | Compiling serde_spanned v0.6.7 |
| 1233 | 2024-08-30T18:26:54.433Z | Compiling toml_datetime v0.6.8 |
| 1234 | 2024-08-30T18:26:54.520Z | Compiling smoltcp v0.9.1 |
| 1235 | 2024-08-30T18:26:55.094Z | Compiling addr2line v0.21.0 |
| 1236 | 2024-08-30T18:26:55.329Z | Compiling terminal_size v0.3.0 |
| 1237 | 2024-08-30T18:26:55.352Z | Compiling postgres-protocol v0.6.7 |
| 1238 | 2024-08-30T18:26:55.537Z | Compiling publicsuffix v2.2.3 |
| 1239 | 2024-08-30T18:26:55.827Z | Compiling nix v0.28.0 |
| 1240 | 2024-08-30T18:26:55.900Z | Compiling hubpack_derive v0.1.1 |
| 1241 | 2024-08-30T18:26:56.144Z | Compiling num-iter v0.1.45 |
| 1242 | 2024-08-30T18:26:56.186Z | Compiling zerocopy-derive v0.6.6 |
| 1243 | 2024-08-30T18:26:56.340Z | Compiling async-trait v0.1.81 |
| 1244 | 2024-08-30T18:26:56.819Z | Compiling phf_shared v0.11.2 |
| 1245 | 2024-08-30T18:26:57.217Z | Compiling serde_derive_internals v0.29.1 |
| 1246 | 2024-08-30T18:26:57.498Z | Compiling ff v0.13.0 |
| 1247 | 2024-08-30T18:26:57.606Z | Compiling object v0.32.2 |
| 1248 | 2024-08-30T18:26:57.730Z | Compiling fs-err v2.11.0 |
| 1249 | 2024-08-30T18:26:57.770Z | Compiling ipnet v2.9.0 |
| 1250 | 2024-08-30T18:26:58.039Z | Compiling tokio-util v0.7.11 |
| 1251 | 2024-08-30T18:26:58.988Z | Compiling h2 v0.3.26 |
| 1252 | 2024-08-30T18:26:58.988Z | Compiling tokio-native-tls v0.3.1 |
| 1253 | 2024-08-30T18:26:59.097Z | Compiling tokio-rustls v0.24.1 |
| 1254 | 2024-08-30T18:26:59.280Z | Compiling winnow v0.5.40 |
| 1255 | 2024-08-30T18:26:59.430Z | Compiling either v1.13.0 |
| 1256 | 2024-08-30T18:26:59.494Z | Compiling managed v0.8.0 |
| 1257 | 2024-08-30T18:26:59.854Z | Compiling rustc-demangle v0.1.24 |
| 1258 | 2024-08-30T18:26:59.951Z | Compiling bitflags v1.3.2 |
| 1259 | 2024-08-30T18:27:00.019Z | Compiling schemars v0.8.21 |
| 1260 | 2024-08-30T18:27:00.060Z | Compiling anyhow v1.0.86 |
| 1261 | 2024-08-30T18:27:00.386Z | Compiling base16ct v0.2.0 |
| 1262 | 2024-08-30T18:27:00.720Z | Compiling base64 v0.21.7 |
| 1263 | 2024-08-30T18:27:00.844Z | Compiling sec1 v0.7.3 |
| 1264 | 2024-08-30T18:27:00.881Z | Compiling clap_builder v4.5.15 |
| 1265 | 2024-08-30T18:27:01.423Z | Compiling rustls-pemfile v1.0.4 |
| 1266 | 2024-08-30T18:27:01.475Z | Compiling schemars_derive v0.8.21 |
| 1267 | 2024-08-30T18:27:01.864Z | Compiling zerocopy v0.6.6 |
| 1268 | 2024-08-30T18:27:02.845Z | Compiling toml_edit v0.19.15 |
| 1269 | 2024-08-30T18:27:03.085Z | Compiling group v0.13.0 |
| 1270 | 2024-08-30T18:27:03.176Z | Compiling cookie_store v0.20.0 |
| 1271 | 2024-08-30T18:27:03.413Z | Compiling phf v0.11.2 |
| 1272 | 2024-08-30T18:27:03.711Z | Compiling hubpack v0.1.2 |
| 1273 | 2024-08-30T18:27:04.937Z | Compiling postgres-types v0.2.7 |
| 1274 | 2024-08-30T18:27:05.331Z | Compiling usdt-macro v0.5.0 |
| 1275 | 2024-08-30T18:27:06.246Z | Compiling hyper v0.14.30 |
| 1276 | 2024-08-30T18:27:06.449Z | Compiling usdt-attr-macro v0.5.0 |
| 1277 | 2024-08-30T18:27:06.840Z | Compiling serde_urlencoded v0.7.1 |
| 1278 | 2024-08-30T18:27:07.375Z | Compiling pkcs1 v0.7.5 |
| 1279 | 2024-08-30T18:27:07.728Z | Compiling futures-executor v0.3.30 |
| 1280 | 2024-08-30T18:27:08.103Z | Compiling hkdf v0.12.4 |
| 1281 | 2024-08-30T18:27:08.257Z | Compiling signature v2.2.0 |
| 1282 | 2024-08-30T18:27:08.369Z | Compiling regex v1.10.6 |
| 1283 | 2024-08-30T18:27:08.406Z | Compiling bstr v1.9.1 |
| 1284 | 2024-08-30T18:27:08.563Z | Compiling crypto-bigint v0.5.5 |
| 1285 | 2024-08-30T18:27:09.476Z | Compiling serde_repr v0.1.19 |
| 1286 | 2024-08-30T18:27:09.932Z | Compiling enum-as-inner v0.6.0 |
| 1287 | 2024-08-30T18:27:10.264Z | Compiling clap_derive v4.5.13 |
| 1288 | 2024-08-30T18:27:10.284Z | Compiling strum_macros v0.25.3 |
| 1289 | 2024-08-30T18:27:10.773Z | Compiling phf_shared v0.10.0 |
| 1290 | 2024-08-30T18:27:10.856Z | Compiling float-cmp v0.9.0 |
| 1291 | 2024-08-30T18:27:11.025Z | Compiling idna v0.4.0 |
| 1292 | 2024-08-30T18:27:11.088Z | Compiling mio v0.8.11 |
| 1293 | 2024-08-30T18:27:11.178Z | Compiling encoding_rs v0.8.34 |
| 1294 | 2024-08-30T18:27:12.324Z | Compiling mime v0.3.17 |
| 1295 | 2024-08-30T18:27:12.608Z | Compiling whoami v1.5.1 |
| 1296 | 2024-08-30T18:27:12.937Z | Compiling difflib v0.4.0 |
| 1297 | 2024-08-30T18:27:13.261Z | Compiling normalize-line-endings v0.3.0 |
| 1298 | 2024-08-30T18:27:13.394Z | Compiling hyper-rustls v0.24.2 |
| 1299 | 2024-08-30T18:27:13.774Z | Compiling hyper-tls v0.5.0 |
| 1300 | 2024-08-30T18:27:14.130Z | Compiling unicode-segmentation v1.11.0 |
| 1301 | 2024-08-30T18:27:14.424Z | Compiling predicates-core v1.0.6 |
| 1302 | 2024-08-30T18:27:14.508Z | Compiling fixedbitset v0.4.2 |
| 1303 | 2024-08-30T18:27:14.717Z | Compiling static_assertions v1.1.0 |
| 1304 | 2024-08-30T18:27:14.779Z | Compiling sync_wrapper v0.1.2 |
| 1305 | 2024-08-30T18:27:14.841Z | Compiling webpki-roots v0.25.4 |
| 1306 | 2024-08-30T18:27:14.947Z | Compiling minimal-lexical v0.2.1 |
| 1307 | 2024-08-30T18:27:14.977Z | Compiling bit-vec v0.6.3 |
| 1308 | 2024-08-30T18:27:15.013Z | Compiling new_debug_unreachable v1.0.6 |
| 1309 | 2024-08-30T18:27:15.015Z | Compiling data-encoding v2.6.0 |
| 1310 | 2024-08-30T18:27:15.128Z | Compiling dyn-clone v1.0.17 |
| 1311 | 2024-08-30T18:27:15.363Z | Compiling precomputed-hash v0.1.1 |
| 1312 | 2024-08-30T18:27:15.423Z | Compiling nom v7.1.3 |
| 1313 | 2024-08-30T18:27:15.448Z | Compiling clap v4.5.16 |
| 1314 | 2024-08-30T18:27:15.480Z | Compiling string_cache v0.8.7 |
| 1315 | 2024-08-30T18:27:15.483Z | Compiling bit-set v0.5.3 |
| 1316 | 2024-08-30T18:27:15.709Z | Compiling reqwest v0.11.27 |
| 1317 | 2024-08-30T18:27:15.770Z | Compiling hickory-proto v0.24.1 |
| 1318 | 2024-08-30T18:27:15.962Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1319 | 2024-08-30T18:27:16.405Z | Compiling petgraph v0.6.5 |
| 1320 | 2024-08-30T18:27:17.482Z | Compiling similar v2.6.0 |
| 1321 | 2024-08-30T18:27:19.190Z | Compiling predicates v3.1.2 |
| 1322 | 2024-08-30T18:27:19.481Z | Compiling console v0.15.8 |
| 1323 | 2024-08-30T18:27:19.540Z | Compiling toml_edit v0.22.20 |
| 1324 | 2024-08-30T18:27:19.972Z | Compiling tokio-postgres v0.7.11 |
| 1325 | 2024-08-30T18:27:20.452Z | Compiling signal-hook-mio v0.2.4 |
| 1326 | 2024-08-30T18:27:20.636Z | Compiling elliptic-curve v0.13.8 |
| 1327 | 2024-08-30T18:27:20.978Z | Compiling usdt v0.5.0 |
| 1328 | 2024-08-30T18:27:21.008Z | Compiling rsa v0.9.6 |
| 1329 | 2024-08-30T18:27:21.489Z | Compiling futures v0.3.30 |
| 1330 | 2024-08-30T18:27:21.492Z | Compiling toml v0.7.8 |
| 1331 | 2024-08-30T18:27:21.609Z | Compiling flate2 v1.0.31 |
| 1332 | 2024-08-30T18:27:23.353Z | Compiling itertools v0.10.5 |
| 1333 | 2024-08-30T18:27:24.105Z | Compiling itertools v0.12.1 |
| 1334 | 2024-08-30T18:27:25.728Z | Compiling tokio-stream v0.1.15 |
| 1335 | 2024-08-30T18:27:26.096Z | Compiling openapiv3 v2.0.0 |
| 1336 | 2024-08-30T18:27:26.235Z | Compiling hex v0.4.3 |
| 1337 | 2024-08-30T18:27:26.781Z | Compiling sha1 v0.10.6 |
| 1338 | 2024-08-30T18:27:26.800Z | Compiling crossbeam-epoch v0.9.18 |
| 1339 | 2024-08-30T18:27:26.834Z | Compiling dirs-sys-next v0.1.2 |
| 1340 | 2024-08-30T18:27:27.214Z | Compiling unicode-xid v0.2.4 |
| 1341 | 2024-08-30T18:27:27.350Z | Compiling lalrpop-util v0.19.12 |
| 1342 | 2024-08-30T18:27:27.400Z | Compiling peg-runtime v0.8.3 |
| 1343 | 2024-08-30T18:27:27.526Z | Compiling dirs-next v2.0.0 |
| 1344 | 2024-08-30T18:27:27.545Z | Compiling thread_local v1.1.8 |
| 1345 | 2024-08-30T18:27:27.691Z | Compiling slog-async v2.8.0 |
| 1346 | 2024-08-30T18:27:27.723Z | Compiling term v0.7.0 |
| 1347 | 2024-08-30T18:27:28.015Z | Compiling xattr v1.3.1 |
| 1348 | 2024-08-30T18:27:28.039Z | Compiling strum_macros v0.26.4 |
| 1349 | 2024-08-30T18:27:28.115Z | Compiling crossbeam-channel v0.5.12 |
| 1350 | 2024-08-30T18:27:28.300Z | Compiling filetime v0.2.25 |
| 1351 | 2024-08-30T18:27:28.318Z | Compiling is-terminal v0.4.12 |
| 1352 | 2024-08-30T18:27:28.455Z | Compiling take_mut v0.2.2 |
| 1353 | 2024-08-30T18:27:28.620Z | Compiling tar v0.4.41 |
| 1354 | 2024-08-30T18:27:28.638Z | Compiling slog-term v2.9.1 |
| 1355 | 2024-08-30T18:27:29.280Z | Compiling camino v1.1.9 |
| 1356 | 2024-08-30T18:27:30.483Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1357 | 2024-08-30T18:27:31.334Z | Compiling strum v0.26.3 |
| 1358 | 2024-08-30T18:27:31.412Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1359 | 2024-08-30T18:27:36.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1360 | 2024-08-30T18:27:36.927Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1361 | 2024-08-30T18:27:36.975Z | Aug 30 18:27:35.437 INFO Starting download, target: Cockroach |
| 1362 | 2024-08-30T18:27:36.975Z | Aug 30 18:27:35.437 INFO Starting download, target: Console |
| 1363 | 2024-08-30T18:27:36.975Z | Aug 30 18:27:35.437 INFO Starting download, target: Clickhouse |
| 1364 | 2024-08-30T18:27:36.975Z | Aug 30 18:27:35.437 INFO Starting download, target: DendriteOpenapi |
| 1365 | 2024-08-30T18:27:36.975Z | Aug 30 18:27:35.437 INFO Starting download, target: DendriteStub |
| 1366 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.437 INFO Starting download, target: MaghemiteMgd |
| 1367 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.437 INFO Starting download, target: TransceiverControl |
| 1368 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.438 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1369 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.438 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1370 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.438 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
| 1371 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.438 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1372 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.439 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1373 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.439 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1374 | 2024-08-30T18:27:36.978Z | Aug 30 18:27:35.439 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1375 | 2024-08-30T18:27:37.265Z | Aug 30 18:27:35.701 INFO Download complete, target: DendriteOpenapi |
| 1376 | 2024-08-30T18:27:37.377Z | Aug 30 18:27:35.836 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1377 | 2024-08-30T18:27:37.575Z | Aug 30 18:27:36.036 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1378 | 2024-08-30T18:27:37.736Z | Aug 30 18:27:36.198 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1379 | 2024-08-30T18:27:37.777Z | Aug 30 18:27:36.239 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1380 | 2024-08-30T18:27:37.967Z | Aug 30 18:27:36.427 INFO Download complete, target: Console |
| 1381 | 2024-08-30T18:27:38.157Z | Aug 30 18:27:36.619 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1382 | 2024-08-30T18:27:38.160Z | Aug 30 18:27:36.619 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1383 | 2024-08-30T18:27:38.203Z | Aug 30 18:27:36.665 INFO Download complete, target: TransceiverControl |
| 1384 | 2024-08-30T18:27:39.194Z | Aug 30 18:27:37.639 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1385 | 2024-08-30T18:27:40.831Z | Aug 30 18:27:39.293 INFO Download complete, target: DendriteStub |
| 1386 | 2024-08-30T18:27:41.104Z | Aug 30 18:27:39.566 INFO Download complete, target: MaghemiteMgd |
| 1387 | 2024-08-30T18:27:46.778Z | Aug 30 18:27:45.239 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1388 | 2024-08-30T18:27:47.115Z | Aug 30 18:27:45.575 INFO Checking that binary works, target: Cockroach |
| 1389 | 2024-08-30T18:27:47.269Z | Aug 30 18:27:45.730 INFO Download complete, target: Cockroach |
| 1390 | 2024-08-30T18:27:53.421Z | Aug 30 18:27:51.881 INFO Checking that binary works, target: Clickhouse |
| 1391 | 2024-08-30T18:27:53.590Z | Aug 30 18:27:52.049 INFO Download complete, target: Clickhouse |
| 1392 | 2024-08-30T18:27:53.598Z | All prerequisites installed successfully |
| 1393 | 2024-08-30T18:27:53.600Z | |
| 1394 | 2024-08-30T18:27:53.600Z | real 4:12.772770361 |
| 1395 | 2024-08-30T18:27:53.600Z | user 11:33.054254939 |
| 1396 | 2024-08-30T18:27:53.600Z | sys 2:28.559368836 |
| 1397 | 2024-08-30T18:27:53.600Z | trap 0.438807848 |
| 1398 | 2024-08-30T18:27:53.600Z | tflt 1.601520474 |
| 1399 | 2024-08-30T18:27:53.600Z | dflt 1.523774464 |
| 1400 | 2024-08-30T18:27:53.600Z | kflt 0.026483704 |
| 1401 | 2024-08-30T18:27:53.600Z | lock 23:11.644682084 |
| 1402 | 2024-08-30T18:27:53.600Z | slp 45:16.006556631 |
| 1403 | 2024-08-30T18:27:53.600Z | lat 43.185936680 |
| 1404 | 2024-08-30T18:27:53.600Z | stop 1:52.137697990 |
| 1405 | 2024-08-30T18:27:53.600Z | + source ./tools/include/force-git-over-https.sh |
| 1406 | 2024-08-30T18:27:53.600Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1407 | 2024-08-30T18:27:53.600Z | ++ (( i = 0 )) |
| 1408 | 2024-08-30T18:27:53.600Z | ++ (( i < 5 )) |
| 1409 | 2024-08-30T18:27:53.600Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1410 | 2024-08-30T18:27:53.603Z | ++ (( i++ )) |
| 1411 | 2024-08-30T18:27:53.603Z | ++ (( i < 5 )) |
| 1412 | 2024-08-30T18:27:53.603Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1413 | 2024-08-30T18:27:53.607Z | ++ (( i++ )) |
| 1414 | 2024-08-30T18:27:53.607Z | ++ (( i < 5 )) |
| 1415 | 2024-08-30T18:27:53.607Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1416 | 2024-08-30T18:27:53.610Z | ++ (( i++ )) |
| 1417 | 2024-08-30T18:27:53.610Z | ++ (( i < 5 )) |
| 1418 | 2024-08-30T18:27:53.611Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1419 | 2024-08-30T18:27:53.615Z | ++ (( i++ )) |
| 1420 | 2024-08-30T18:27:53.615Z | ++ (( i < 5 )) |
| 1421 | 2024-08-30T18:27:53.615Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1422 | 2024-08-30T18:27:53.618Z | ++ (( i++ )) |
| 1423 | 2024-08-30T18:27:53.618Z | ++ (( i < 5 )) |
| 1424 | 2024-08-30T18:27:53.618Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1425 | 2024-08-30T18:27:53.618Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1426 | 2024-08-30T18:27:53.618Z | + rc=0 |
| 1427 | 2024-08-30T18:27:53.618Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1428 | 2024-08-30T18:28:15.419Z | + case $rc in |
| 1429 | 2024-08-30T18:28:15.419Z | + pfexec zfs create -p rpool/images/build/host |
| 1430 | 2024-08-30T18:28:15.419Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1431 | 2024-08-30T18:28:15.419Z | + cargo xtask releng --output-dir /work |
| 1432 | 2024-08-30T18:28:15.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1433 | 2024-08-30T18:28:15.419Z | Running `target/debug/xtask releng --output-dir /work` |
| 1434 | 2024-08-30T18:28:16.190Z | Compiling proc-macro2 v1.0.86 |
| 1435 | 2024-08-30T18:28:16.190Z | Compiling unicode-ident v1.0.12 |
| 1436 | 2024-08-30T18:28:16.236Z | Compiling libc v0.2.158 |
| 1437 | 2024-08-30T18:28:16.236Z | Compiling serde v1.0.208 |
| 1438 | 2024-08-30T18:28:16.237Z | Compiling version_check v0.9.5 |
| 1439 | 2024-08-30T18:28:16.237Z | Compiling autocfg v1.3.0 |
| 1440 | 2024-08-30T18:28:16.237Z | Compiling cfg-if v1.0.0 |
| 1441 | 2024-08-30T18:28:16.237Z | Compiling once_cell v1.19.0 |
| 1442 | 2024-08-30T18:28:16.441Z | Compiling typenum v1.17.0 |
| 1443 | 2024-08-30T18:28:16.526Z | Compiling memchr v2.7.2 |
| 1444 | 2024-08-30T18:28:16.877Z | Compiling generic-array v0.14.7 |
| 1445 | 2024-08-30T18:28:17.256Z | Compiling lock_api v0.4.12 |
| 1446 | 2024-08-30T18:28:17.324Z | Compiling ahash v0.8.11 |
| 1447 | 2024-08-30T18:28:17.360Z | Compiling serde_json v1.0.125 |
| 1448 | 2024-08-30T18:28:17.568Z | Compiling libm v0.2.8 |
| 1449 | 2024-08-30T18:28:17.680Z | Compiling num-traits v0.2.19 |
| 1450 | 2024-08-30T18:28:17.700Z | Compiling parking_lot_core v0.9.10 |
| 1451 | 2024-08-30T18:28:17.919Z | Compiling quote v1.0.36 |
| 1452 | 2024-08-30T18:28:17.999Z | Compiling byteorder v1.5.0 |
| 1453 | 2024-08-30T18:28:18.303Z | Compiling syn v2.0.74 |
| 1454 | 2024-08-30T18:28:18.435Z | Compiling getrandom v0.2.14 |
| 1455 | 2024-08-30T18:28:18.455Z | Compiling jobserver v0.1.32 |
| 1456 | 2024-08-30T18:28:18.554Z | Compiling log v0.4.21 |
| 1457 | 2024-08-30T18:28:18.592Z | Compiling scopeguard v1.2.0 |
| 1458 | 2024-08-30T18:28:18.818Z | Compiling cc v1.0.97 |
| 1459 | 2024-08-30T18:28:18.965Z | Compiling thiserror v1.0.63 |
| 1460 | 2024-08-30T18:28:18.987Z | Compiling itoa v1.0.11 |
| 1461 | 2024-08-30T18:28:19.397Z | Compiling slab v0.4.9 |
| 1462 | 2024-08-30T18:28:19.421Z | Compiling rand_core v0.6.4 |
| 1463 | 2024-08-30T18:28:19.444Z | Compiling pkg-config v0.3.30 |
| 1464 | 2024-08-30T18:28:20.027Z | Compiling semver v1.0.23 |
| 1465 | 2024-08-30T18:28:20.204Z | Compiling ryu v1.0.18 |
| 1466 | 2024-08-30T18:28:20.531Z | Compiling smallvec v1.13.2 |
| 1467 | 2024-08-30T18:28:20.583Z | Compiling pin-project-lite v0.2.14 |
| 1468 | 2024-08-30T18:28:20.607Z | Compiling vcpkg v0.2.15 |
| 1469 | 2024-08-30T18:28:20.712Z | Compiling allocator-api2 v0.2.18 |
| 1470 | 2024-08-30T18:28:21.279Z | Compiling spin v0.9.8 |
| 1471 | 2024-08-30T18:28:21.389Z | Compiling subtle v2.5.0 |
| 1472 | 2024-08-30T18:28:21.793Z | Compiling const-oid v0.9.6 |
| 1473 | 2024-08-30T18:28:22.007Z | Compiling signal-hook-registry v1.4.2 |
| 1474 | 2024-08-30T18:28:22.197Z | Compiling ring v0.17.8 |
| 1475 | 2024-08-30T18:28:22.367Z | Compiling openssl-sys v0.9.103 |
| 1476 | 2024-08-30T18:28:23.476Z | Compiling httparse v1.8.0 |
| 1477 | 2024-08-30T18:28:23.743Z | Compiling schemars v0.8.21 |
| 1478 | 2024-08-30T18:28:23.892Z | Compiling heck v0.5.0 |
| 1479 | 2024-08-30T18:28:24.102Z | Compiling rustix v0.38.34 |
| 1480 | 2024-08-30T18:28:24.123Z | Compiling parking_lot v0.12.2 |
| 1481 | 2024-08-30T18:28:24.317Z | Compiling mio v1.0.2 |
| 1482 | 2024-08-30T18:28:24.350Z | Compiling time-core v0.1.2 |
| 1483 | 2024-08-30T18:28:24.566Z | Compiling futures-core v0.3.30 |
| 1484 | 2024-08-30T18:28:24.903Z | Compiling num-conv v0.1.0 |
| 1485 | 2024-08-30T18:28:25.073Z | Compiling socket2 v0.5.7 |
| 1486 | 2024-08-30T18:28:25.215Z | Compiling time-macros v0.2.18 |
| 1487 | 2024-08-30T18:28:25.383Z | Compiling openssl v0.10.66 |
| 1488 | 2024-08-30T18:28:25.631Z | Compiling equivalent v1.0.1 |
| 1489 | 2024-08-30T18:28:25.680Z | Compiling fnv v1.0.7 |
| 1490 | 2024-08-30T18:28:25.948Z | Compiling futures-sink v0.3.30 |
| 1491 | 2024-08-30T18:28:26.135Z | Compiling serde_derive_internals v0.29.1 |
| 1492 | 2024-08-30T18:28:26.138Z | Compiling rustls v0.21.12 |
| 1493 | 2024-08-30T18:28:26.201Z | Compiling tinyvec_macros v0.1.1 |
| 1494 | 2024-08-30T18:28:26.299Z | Compiling native-tls v0.2.11 |
| 1495 | 2024-08-30T18:28:26.318Z | Compiling tinyvec v1.6.0 |
| 1496 | 2024-08-30T18:28:27.286Z | Compiling crossbeam-utils v0.8.19 |
| 1497 | 2024-08-30T18:28:28.037Z | Compiling unicode-normalization v0.1.23 |
| 1498 | 2024-08-30T18:28:28.128Z | Compiling cookie v0.17.0 |
| 1499 | 2024-08-30T18:28:28.421Z | Compiling iana-time-zone v0.1.60 |
| 1500 | 2024-08-30T18:28:28.464Z | Compiling cpufeatures v0.2.12 |
| 1501 | 2024-08-30T18:28:28.605Z | Compiling ucd-trie v0.1.6 |
| 1502 | 2024-08-30T18:28:28.806Z | Compiling futures-channel v0.3.30 |
| 1503 | 2024-08-30T18:28:29.152Z | Compiling futures-io v0.3.30 |
| 1504 | 2024-08-30T18:28:29.224Z | Compiling futures-task v0.3.30 |
| 1505 | 2024-08-30T18:28:29.224Z | Compiling unicode-bidi v0.3.15 |
| 1506 | 2024-08-30T18:28:29.389Z | Compiling syn v1.0.109 |
| 1507 | 2024-08-30T18:28:29.526Z | Compiling pin-utils v0.1.0 |
| 1508 | 2024-08-30T18:28:29.561Z | Compiling slog v2.7.0 |
| 1509 | 2024-08-30T18:28:29.890Z | Compiling aho-corasick v1.1.3 |
| 1510 | 2024-08-30T18:28:30.286Z | Compiling regex-syntax v0.8.4 |
| 1511 | 2024-08-30T18:28:30.447Z | Compiling untrusted v0.9.0 |
| 1512 | 2024-08-30T18:28:31.080Z | Compiling dyn-clone v1.0.17 |
| 1513 | 2024-08-30T18:28:31.659Z | Compiling crc32fast v1.4.0 |
| 1514 | 2024-08-30T18:28:31.707Z | Compiling serde_derive v1.0.208 |
| 1515 | 2024-08-30T18:28:31.912Z | Compiling zeroize_derive v1.4.2 |
| 1516 | 2024-08-30T18:28:32.232Z | Compiling zerocopy-derive v0.7.34 |
| 1517 | 2024-08-30T18:28:32.399Z | Compiling tokio-macros v2.4.0 |
| 1518 | 2024-08-30T18:28:33.410Z | Compiling thiserror-impl v1.0.63 |
| 1519 | 2024-08-30T18:28:34.097Z | Compiling zeroize v1.7.0 |
| 1520 | 2024-08-30T18:28:34.370Z | Compiling zerocopy v0.7.34 |
| 1521 | 2024-08-30T18:28:34.543Z | Compiling futures-macro v0.3.30 |
| 1522 | 2024-08-30T18:28:36.482Z | Compiling crypto-common v0.1.6 |
| 1523 | 2024-08-30T18:28:36.569Z | Compiling tracing-attributes v0.1.27 |
| 1524 | 2024-08-30T18:28:36.732Z | Compiling der_derive v0.7.2 |
| 1525 | 2024-08-30T18:28:37.024Z | Compiling hashbrown v0.14.5 |
| 1526 | 2024-08-30T18:28:38.136Z | Compiling block-buffer v0.10.4 |
| 1527 | 2024-08-30T18:28:38.391Z | Compiling digest v0.10.7 |
| 1528 | 2024-08-30T18:28:38.814Z | Compiling schemars_derive v0.8.21 |
| 1529 | 2024-08-30T18:28:39.245Z | Compiling openssl-macros v0.1.1 |
| 1530 | 2024-08-30T18:28:40.007Z | Compiling scroll_derive v0.12.0 |
| 1531 | 2024-08-30T18:28:40.040Z | Compiling hmac v0.12.1 |
| 1532 | 2024-08-30T18:28:40.301Z | Compiling pest v2.7.10 |
| 1533 | 2024-08-30T18:28:40.436Z | Compiling block-padding v0.3.3 |
| 1534 | 2024-08-30T18:28:40.495Z | Compiling futures-util v0.3.30 |
| 1535 | 2024-08-30T18:28:40.674Z | Compiling inout v0.1.3 |
| 1536 | 2024-08-30T18:28:41.100Z | Compiling cipher v0.4.4 |
| 1537 | 2024-08-30T18:28:41.591Z | Compiling sha2 v0.10.8 |
| 1538 | 2024-08-30T18:28:41.921Z | Compiling regex-automata v0.4.6 |
| 1539 | 2024-08-30T18:28:43.213Z | Compiling pest_meta v2.7.10 |
| 1540 | 2024-08-30T18:28:44.116Z | Compiling usdt-impl v0.5.0 |
| 1541 | 2024-08-30T18:28:44.635Z | Compiling base64ct v1.6.0 |
| 1542 | 2024-08-30T18:28:45.309Z | Compiling pest_generator v2.7.10 |
| 1543 | 2024-08-30T18:28:46.774Z | Compiling bytes v1.7.1 |
| 1544 | 2024-08-30T18:28:48.459Z | Compiling bitflags v2.6.0 |
| 1545 | 2024-08-30T18:28:48.880Z | Compiling tokio v1.39.3 |
| 1546 | 2024-08-30T18:28:49.141Z | Compiling indexmap v2.4.0 |
| 1547 | 2024-08-30T18:28:49.244Z | Compiling serde_tokenstream v0.2.2 |
| 1548 | 2024-08-30T18:28:50.174Z | Compiling uuid v1.10.0 |
| 1549 | 2024-08-30T18:28:50.616Z | Compiling chrono v0.4.38 |
| 1550 | 2024-08-30T18:28:51.132Z | Compiling http v0.2.12 |
| 1551 | 2024-08-30T18:28:52.291Z | Compiling rustc_version v0.4.0 |
| 1552 | 2024-08-30T18:28:52.980Z | Compiling pest_derive v2.7.10 |
| 1553 | 2024-08-30T18:28:53.972Z | Compiling heck v0.4.1 |
| 1554 | 2024-08-30T18:28:54.458Z | Compiling percent-encoding v2.3.1 |
| 1555 | 2024-08-30T18:28:54.512Z | Compiling powerfmt v0.2.0 |
| 1556 | 2024-08-30T18:28:55.017Z | Compiling deranged v0.3.11 |
| 1557 | 2024-08-30T18:28:55.209Z | Compiling heapless v0.7.17 |
| 1558 | 2024-08-30T18:28:55.561Z | Compiling pem-rfc7468 v0.7.0 |
| 1559 | 2024-08-30T18:28:56.201Z | Compiling scroll v0.12.0 |
| 1560 | 2024-08-30T18:28:56.226Z | Compiling zerocopy-derive v0.6.6 |
| 1561 | 2024-08-30T18:28:57.371Z | Compiling backtrace v0.3.71 |
| 1562 | 2024-08-30T18:28:57.446Z | Compiling tracing-core v0.1.32 |
| 1563 | 2024-08-30T18:28:57.872Z | Compiling errno v0.3.9 |
| 1564 | 2024-08-30T18:28:58.433Z | Compiling num-bigint-dig v0.8.4 |
| 1565 | 2024-08-30T18:28:58.501Z | Compiling ppv-lite86 v0.2.17 |
| 1566 | 2024-08-30T18:28:58.767Z | Compiling tokio-util v0.7.11 |
| 1567 | 2024-08-30T18:28:59.669Z | Compiling plain v0.2.3 |
| 1568 | 2024-08-30T18:28:59.860Z | Compiling flagset v0.4.5 |
| 1569 | 2024-08-30T18:29:00.015Z | Compiling num_threads v0.1.7 |
| 1570 | 2024-08-30T18:29:00.135Z | Compiling der v0.7.9 |
| 1571 | 2024-08-30T18:29:00.226Z | Compiling time v0.3.36 |
| 1572 | 2024-08-30T18:29:00.475Z | Compiling goblin v0.8.2 |
| 1573 | 2024-08-30T18:29:01.118Z | Compiling rand_chacha v0.3.1 |
| 1574 | 2024-08-30T18:29:01.973Z | Compiling tracing v0.1.40 |
| 1575 | 2024-08-30T18:29:03.121Z | Compiling regex v1.10.6 |
| 1576 | 2024-08-30T18:29:03.465Z | Compiling salsa20 v0.10.2 |
| 1577 | 2024-08-30T18:29:03.539Z | Compiling pbkdf2 v0.12.2 |
| 1578 | 2024-08-30T18:29:03.778Z | Compiling async-trait v0.1.81 |
| 1579 | 2024-08-30T18:29:04.542Z | Compiling strsim v0.11.1 |
| 1580 | 2024-08-30T18:29:05.862Z | Compiling rustversion v1.0.17 |
| 1581 | 2024-08-30T18:29:06.106Z | Compiling pretty-hex v0.4.1 |
| 1582 | 2024-08-30T18:29:06.462Z | Compiling dof v0.3.0 |
| 1583 | 2024-08-30T18:29:07.398Z | Compiling scrypt v0.11.0 |
| 1584 | 2024-08-30T18:29:07.893Z | Compiling spki v0.7.3 |
| 1585 | 2024-08-30T18:29:08.069Z | Compiling rand v0.8.5 |
| 1586 | 2024-08-30T18:29:08.281Z | Compiling form_urlencoded v1.2.1 |
| 1587 | 2024-08-30T18:29:08.343Z | Compiling dtrace-parser v0.2.0 |
| 1588 | 2024-08-30T18:29:08.642Z | Compiling aes v0.8.4 |
| 1589 | 2024-08-30T18:29:08.893Z | Compiling cbc v0.1.2 |
| 1590 | 2024-08-30T18:29:09.241Z | Compiling thread-id v4.2.1 |
| 1591 | 2024-08-30T18:29:10.037Z | Compiling smoltcp v0.9.1 |
| 1592 | 2024-08-30T18:29:10.293Z | Compiling foreign-types-shared v0.1.1 |
| 1593 | 2024-08-30T18:29:10.501Z | Compiling signal-hook v0.3.17 |
| 1594 | 2024-08-30T18:29:10.559Z | Compiling try-lock v0.2.5 |
| 1595 | 2024-08-30T18:29:10.825Z | Compiling anyhow v1.0.86 |
| 1596 | 2024-08-30T18:29:10.864Z | Compiling unicode-width v0.1.13 |
| 1597 | 2024-08-30T18:29:11.173Z | Compiling want v0.3.1 |
| 1598 | 2024-08-30T18:29:11.473Z | Compiling foreign-types v0.3.2 |
| 1599 | 2024-08-30T18:29:11.812Z | Compiling pkcs5 v0.7.1 |
| 1600 | 2024-08-30T18:29:14.340Z | Compiling h2 v0.3.26 |
| 1601 | 2024-08-30T18:29:18.052Z | Compiling http-body v0.4.6 |
| 1602 | 2024-08-30T18:29:18.649Z | Compiling clap_derive v4.5.13 |
| 1603 | 2024-08-30T18:29:19.682Z | Compiling cfg_aliases v0.1.1 |
| 1604 | 2024-08-30T18:29:19.707Z | Compiling httpdate v1.0.3 |
| 1605 | 2024-08-30T18:29:19.948Z | Compiling siphasher v0.3.11 |
| 1606 | 2024-08-30T18:29:20.523Z | Compiling base64 v0.21.7 |
| 1607 | 2024-08-30T18:29:20.705Z | Compiling tower-service v0.3.2 |
| 1608 | 2024-08-30T18:29:21.969Z | Compiling nix v0.28.0 |
| 1609 | 2024-08-30T18:29:22.748Z | Compiling hyper v0.14.30 |
| 1610 | 2024-08-30T18:29:25.205Z | Compiling pkcs8 v0.10.2 |
| 1611 | 2024-08-30T18:29:27.612Z | Compiling sct v0.7.1 |
| 1612 | 2024-08-30T18:29:27.838Z | Compiling rustls-webpki v0.101.7 |
| 1613 | 2024-08-30T18:29:29.268Z | Compiling openapiv3 v2.0.0 |
| 1614 | 2024-08-30T18:29:29.990Z | Compiling hubpack_derive v0.1.1 |
| 1615 | 2024-08-30T18:29:34.386Z | Compiling idna v0.5.0 |
| 1616 | 2024-08-30T18:29:35.946Z | Compiling fs-err v2.11.0 |
| 1617 | 2024-08-30T18:29:36.032Z | Compiling openssl-probe v0.1.5 |
| 1618 | 2024-08-30T18:29:36.063Z | Compiling finl_unicode v1.2.0 |
| 1619 | 2024-08-30T18:29:36.389Z | Compiling anstyle v1.0.8 |
| 1620 | 2024-08-30T18:29:36.546Z | Compiling adler v1.0.2 |
| 1621 | 2024-08-30T18:29:36.964Z | Compiling utf8parse v0.2.1 |
| 1622 | 2024-08-30T18:29:37.325Z | Compiling anstyle-parse v0.2.4 |
| 1623 | 2024-08-30T18:29:37.891Z | Compiling miniz_oxide v0.7.2 |
| 1624 | 2024-08-30T18:29:38.544Z | Compiling stringprep v0.1.4 |
| 1625 | 2024-08-30T18:29:39.781Z | Compiling url v2.5.2 |
| 1626 | 2024-08-30T18:29:43.040Z | Compiling usdt-attr-macro v0.5.0 |
| 1627 | 2024-08-30T18:29:44.535Z | Compiling usdt-macro v0.5.0 |
| 1628 | 2024-08-30T18:29:46.285Z | Compiling toml_datetime v0.6.8 |
| 1629 | 2024-08-30T18:29:46.345Z | Compiling serde_spanned v0.6.7 |
| 1630 | 2024-08-30T18:29:46.690Z | Compiling md-5 v0.10.6 |
| 1631 | 2024-08-30T18:29:46.747Z | Compiling regress v0.9.1 |
| 1632 | 2024-08-30T18:29:47.005Z | Compiling idna v0.3.0 |
| 1633 | 2024-08-30T18:29:48.032Z | Compiling lazy_static v1.5.0 |
| 1634 | 2024-08-30T18:29:48.165Z | Compiling num-integer v0.1.46 |
| 1635 | 2024-08-30T18:29:48.720Z | Compiling hash32 v0.2.1 |
| 1636 | 2024-08-30T18:29:48.905Z | Compiling encoding_rs v0.8.34 |
| 1637 | 2024-08-30T18:29:49.107Z | Compiling is_terminal_polyfill v1.70.0 |
| 1638 | 2024-08-30T18:29:49.825Z | Compiling psl-types v2.0.11 |
| 1639 | 2024-08-30T18:29:49.831Z | Compiling anstyle-query v1.0.3 |
| 1640 | 2024-08-30T18:29:50.145Z | Compiling colorchoice v1.0.1 |
| 1641 | 2024-08-30T18:29:50.207Z | Compiling mime v0.3.17 |
| 1642 | 2024-08-30T18:29:50.316Z | Compiling stable_deref_trait v1.2.0 |
| 1643 | 2024-08-30T18:29:50.435Z | Compiling gimli v0.28.1 |
| 1644 | 2024-08-30T18:29:50.763Z | Compiling base64 v0.22.1 |
| 1645 | 2024-08-30T18:29:51.308Z | Compiling fallible-iterator v0.2.0 |
| 1646 | 2024-08-30T18:29:51.433Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1647 | 2024-08-30T18:29:52.044Z | Compiling postgres-protocol v0.6.7 |
| 1648 | 2024-08-30T18:29:52.934Z | Compiling anstream v0.6.14 |
| 1649 | 2024-08-30T18:29:53.225Z | Compiling publicsuffix v2.2.3 |
| 1650 | 2024-08-30T18:29:55.306Z | Compiling addr2line v0.21.0 |
| 1651 | 2024-08-30T18:29:55.401Z | Compiling num-iter v0.1.45 |
| 1652 | 2024-08-30T18:29:56.812Z | Compiling tokio-rustls v0.24.1 |
| 1653 | 2024-08-30T18:29:57.375Z | Compiling terminal_size v0.3.0 |
| 1654 | 2024-08-30T18:29:57.579Z | Compiling tokio-native-tls v0.3.1 |
| 1655 | 2024-08-30T18:29:58.187Z | Compiling phf_shared v0.11.2 |
| 1656 | 2024-08-30T18:29:58.510Z | Compiling strum_macros v0.25.3 |
| 1657 | 2024-08-30T18:29:58.642Z | Compiling serde_urlencoded v0.7.1 |
| 1658 | 2024-08-30T18:29:59.324Z | Compiling enum-as-inner v0.6.0 |
| 1659 | 2024-08-30T18:30:00.430Z | Compiling serde_repr v0.1.19 |
| 1660 | 2024-08-30T18:30:00.487Z | Compiling ff v0.13.0 |
| 1661 | 2024-08-30T18:30:00.556Z | Compiling object v0.32.2 |
| 1662 | 2024-08-30T18:30:00.726Z | Compiling clap_lex v0.7.0 |
| 1663 | 2024-08-30T18:30:01.293Z | Compiling either v1.13.0 |
| 1664 | 2024-08-30T18:30:01.542Z | Compiling bitflags v1.3.2 |
| 1665 | 2024-08-30T18:30:01.725Z | Compiling ipnet v2.9.0 |
| 1666 | 2024-08-30T18:30:02.013Z | Compiling base16ct v0.2.0 |
| 1667 | 2024-08-30T18:30:02.306Z | Compiling rustc-demangle v0.1.24 |
| 1668 | 2024-08-30T18:30:02.729Z | Compiling managed v0.8.0 |
| 1669 | 2024-08-30T18:30:03.180Z | Compiling winnow v0.5.40 |
| 1670 | 2024-08-30T18:30:03.448Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1671 | 2024-08-30T18:30:03.740Z | Compiling sec1 v0.7.3 |
| 1672 | 2024-08-30T18:30:04.321Z | Compiling rustls-pemfile v1.0.4 |
| 1673 | 2024-08-30T18:30:04.700Z | Compiling clap_builder v4.5.15 |
| 1674 | 2024-08-30T18:30:04.851Z | Compiling group v0.13.0 |
| 1675 | 2024-08-30T18:30:07.021Z | Compiling toml_edit v0.19.15 |
| 1676 | 2024-08-30T18:30:07.056Z | Compiling phf v0.11.2 |
| 1677 | 2024-08-30T18:30:07.412Z | Compiling hyper-tls v0.5.0 |
| 1678 | 2024-08-30T18:30:08.218Z | Compiling hyper-rustls v0.24.2 |
| 1679 | 2024-08-30T18:30:08.736Z | Compiling cookie_store v0.20.0 |
| 1680 | 2024-08-30T18:30:09.020Z | Compiling postgres-types v0.2.7 |
| 1681 | 2024-08-30T18:30:10.189Z | Compiling hubpack v0.1.2 |
| 1682 | 2024-08-30T18:30:10.260Z | Compiling pkcs1 v0.7.5 |
| 1683 | 2024-08-30T18:30:10.425Z | Compiling phf_shared v0.10.0 |
| 1684 | 2024-08-30T18:30:11.006Z | Compiling zerocopy v0.6.6 |
| 1685 | 2024-08-30T18:30:11.028Z | Compiling futures-executor v0.3.30 |
| 1686 | 2024-08-30T18:30:11.164Z | Compiling bstr v1.9.1 |
| 1687 | 2024-08-30T18:30:11.228Z | Compiling hkdf v0.12.4 |
| 1688 | 2024-08-30T18:30:11.477Z | Compiling signature v2.2.0 |
| 1689 | 2024-08-30T18:30:11.508Z | Compiling crypto-bigint v0.5.5 |
| 1690 | 2024-08-30T18:30:11.848Z | Compiling idna v0.4.0 |
| 1691 | 2024-08-30T18:30:11.850Z | Compiling float-cmp v0.9.0 |
| 1692 | 2024-08-30T18:30:11.898Z | Compiling mio v0.8.11 |
| 1693 | 2024-08-30T18:30:12.091Z | Compiling memmap v0.7.0 |
| 1694 | 2024-08-30T18:30:12.710Z | Compiling minimal-lexical v0.2.1 |
| 1695 | 2024-08-30T18:30:13.020Z | Compiling static_assertions v1.1.0 |
| 1696 | 2024-08-30T18:30:13.179Z | Compiling predicates-core v1.0.6 |
| 1697 | 2024-08-30T18:30:13.222Z | Compiling sync_wrapper v0.1.2 |
| 1698 | 2024-08-30T18:30:13.261Z | Compiling winnow v0.6.18 |
| 1699 | 2024-08-30T18:30:13.362Z | Compiling whoami v1.5.1 |
| 1700 | 2024-08-30T18:30:13.626Z | Compiling bit-vec v0.6.3 |
| 1701 | 2024-08-30T18:30:13.645Z | Compiling precomputed-hash v0.1.1 |
| 1702 | 2024-08-30T18:30:13.807Z | Compiling webpki-roots v0.25.4 |
| 1703 | 2024-08-30T18:30:13.917Z | Compiling fixedbitset v0.4.2 |
| 1704 | 2024-08-30T18:30:14.018Z | Compiling data-encoding v2.6.0 |
| 1705 | 2024-08-30T18:30:14.038Z | Compiling unicode-segmentation v1.11.0 |
| 1706 | 2024-08-30T18:30:14.153Z | Compiling new_debug_unreachable v1.0.6 |
| 1707 | 2024-08-30T18:30:14.256Z | Compiling normalize-line-endings v0.3.0 |
| 1708 | 2024-08-30T18:30:14.633Z | Compiling difflib v0.4.0 |
| 1709 | 2024-08-30T18:30:14.843Z | Compiling reqwest v0.11.27 |
| 1710 | 2024-08-30T18:30:14.870Z | Compiling hickory-proto v0.24.1 |
| 1711 | 2024-08-30T18:30:15.144Z | Compiling predicates v3.1.2 |
| 1712 | 2024-08-30T18:30:15.760Z | Compiling similar v2.6.0 |
| 1713 | 2024-08-30T18:30:15.931Z | Compiling elliptic-curve v0.13.8 |
| 1714 | 2024-08-30T18:30:16.661Z | Compiling string_cache v0.8.7 |
| 1715 | 2024-08-30T18:30:17.012Z | Compiling toml_edit v0.22.20 |
| 1716 | 2024-08-30T18:30:17.071Z | Compiling petgraph v0.6.5 |
| 1717 | 2024-08-30T18:30:17.702Z | Compiling bit-set v0.5.3 |
| 1718 | 2024-08-30T18:30:17.751Z | Compiling tokio-postgres v0.7.11 |
| 1719 | 2024-08-30T18:30:18.004Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 1720 | 2024-08-30T18:30:21.106Z | Compiling nom v7.1.3 |
| 1721 | 2024-08-30T18:30:22.974Z | Compiling signal-hook-mio v0.2.4 |
| 1722 | 2024-08-30T18:30:23.162Z | Compiling usdt v0.5.0 |
| 1723 | 2024-08-30T18:30:24.262Z | Compiling rsa v0.9.6 |
| 1724 | 2024-08-30T18:30:24.357Z | Compiling futures v0.3.30 |
| 1725 | 2024-08-30T18:30:24.888Z | Compiling toml v0.7.8 |
| 1726 | 2024-08-30T18:30:25.171Z | Compiling clap v4.5.16 |
| 1727 | 2024-08-30T18:30:25.307Z | Compiling crossbeam-epoch v0.9.18 |
| 1728 | 2024-08-30T18:30:25.420Z | Compiling flate2 v1.0.31 |
| 1729 | 2024-08-30T18:30:25.916Z | Compiling itertools v0.12.1 |
| 1730 | 2024-08-30T18:30:26.020Z | Compiling itertools v0.10.5 |
| 1731 | 2024-08-30T18:30:26.022Z | Compiling console v0.15.8 |
| 1732 | 2024-08-30T18:30:27.496Z | Compiling tokio-stream v0.1.15 |
| 1733 | 2024-08-30T18:30:28.391Z | Compiling hex v0.4.3 |
| 1734 | 2024-08-30T18:30:28.831Z | Compiling sha1 v0.10.6 |
| 1735 | 2024-08-30T18:30:29.128Z | Compiling unicode-xid v0.2.4 |
| 1736 | 2024-08-30T18:30:29.130Z | Compiling camino v1.1.9 |
| 1737 | 2024-08-30T18:30:29.311Z | Compiling lalrpop-util v0.19.12 |
| 1738 | 2024-08-30T18:30:29.714Z | Compiling peg-runtime v0.8.3 |
| 1739 | 2024-08-30T18:30:30.102Z | Compiling radium v0.7.0 |
| 1740 | 2024-08-30T18:30:30.399Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1741 | 2024-08-30T18:30:35.374Z | Compiling is-terminal v0.4.12 |
| 1742 | 2024-08-30T18:30:36.410Z | Compiling ident_case v1.0.1 |
| 1743 | 2024-08-30T18:30:37.203Z | Compiling rustls-pki-types v1.7.0 |
| 1744 | 2024-08-30T18:30:38.698Z | Compiling maybe-uninit v2.0.0 |
| 1745 | 2024-08-30T18:30:39.193Z | Compiling tap v1.0.1 |
| 1746 | 2024-08-30T18:30:39.388Z | Compiling wyz v0.5.1 |
| 1747 | 2024-08-30T18:30:41.778Z | Compiling darling_core v0.20.9 |
| 1748 | 2024-08-30T18:30:55.427Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1749 | 2024-08-30T18:30:56.036Z | Compiling getopts v0.2.21 |
| 1750 | 2024-08-30T18:30:56.793Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1751 | 2024-08-30T18:30:57.331Z | Compiling dirs-sys-next v0.1.2 |
| 1752 | 2024-08-30T18:30:57.428Z | Compiling rustls v0.22.4 |
| 1753 | 2024-08-30T18:30:57.732Z | Compiling unsafe-libyaml v0.2.11 |
| 1754 | 2024-08-30T18:30:58.508Z | Compiling paste v1.0.15 |
| 1755 | 2024-08-30T18:30:58.995Z | Compiling packed_struct v0.10.1 |
| 1756 | 2024-08-30T18:30:59.441Z | Compiling funty v2.0.0 |
| 1757 | 2024-08-30T18:30:59.605Z | Compiling serde_yaml v0.9.34+deprecated |
| 1758 | 2024-08-30T18:31:01.401Z | Compiling bitvec v1.0.1 |
| 1759 | 2024-08-30T18:31:03.066Z | Compiling dirs-next v2.0.0 |
| 1760 | 2024-08-30T18:31:03.436Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1761 | 2024-08-30T18:31:05.871Z | Compiling darling_macro v0.20.9 |
| 1762 | 2024-08-30T18:31:07.107Z | Compiling rustls-webpki v0.102.4 |
| 1763 | 2024-08-30T18:31:09.889Z | Compiling packed_struct_codegen v0.10.1 |
| 1764 | 2024-08-30T18:31:10.091Z | Compiling structmeta-derive v0.3.0 |
| 1765 | 2024-08-30T18:31:11.249Z | Compiling thread_local v1.1.8 |
| 1766 | 2024-08-30T18:31:11.581Z | Compiling indexmap v1.9.3 |
| 1767 | 2024-08-30T18:31:11.892Z | Compiling multer v3.1.0 |
| 1768 | 2024-08-30T18:31:11.914Z | Compiling rayon-core v1.12.1 |
| 1769 | 2024-08-30T18:31:12.076Z | Compiling nodrop v0.1.14 |
| 1770 | 2024-08-30T18:31:12.212Z | Compiling match_cfg v0.1.0 |
| 1771 | 2024-08-30T18:31:12.231Z | Compiling crc-catalog v2.4.0 |
| 1772 | 2024-08-30T18:31:12.321Z | Compiling fastrand v2.1.0 |
| 1773 | 2024-08-30T18:31:12.393Z | Compiling slog-async v2.8.0 |
| 1774 | 2024-08-30T18:31:12.722Z | Compiling tempfile v3.10.1 |
| 1775 | 2024-08-30T18:31:12.764Z | Compiling structmeta v0.3.0 |
| 1776 | 2024-08-30T18:31:12.979Z | Compiling crc v3.2.1 |
| 1777 | 2024-08-30T18:31:13.129Z | Compiling hostname v0.3.1 |
| 1778 | 2024-08-30T18:31:13.505Z | Compiling array-init v0.0.4 |
| 1779 | 2024-08-30T18:31:14.771Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1780 | 2024-08-30T18:31:16.025Z | Compiling smallvec v0.6.14 |
| 1781 | 2024-08-30T18:31:16.547Z | Compiling darling v0.20.9 |
| 1782 | 2024-08-30T18:31:16.673Z | Compiling term v0.7.0 |
| 1783 | 2024-08-30T18:31:18.789Z | Compiling crossbeam-deque v0.8.5 |
| 1784 | 2024-08-30T18:31:19.183Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1785 | 2024-08-30T18:31:20.703Z | Compiling slog-json v2.6.1 |
| 1786 | 2024-08-30T18:31:21.243Z | Compiling crossbeam-channel v0.5.12 |
| 1787 | 2024-08-30T18:31:21.663Z | Compiling http v1.1.0 |
| 1788 | 2024-08-30T18:31:23.552Z | Compiling async-stream-impl v0.3.5 |
| 1789 | 2024-08-30T18:31:24.868Z | Compiling pin-project-internal v1.1.5 |
| 1790 | 2024-08-30T18:31:27.609Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1791 | 2024-08-30T18:31:28.227Z | Compiling bitfield v0.14.0 |
| 1792 | 2024-08-30T18:31:28.506Z | Compiling termcolor v1.4.1 |
| 1793 | 2024-08-30T18:31:28.583Z | Compiling atomic-waker v1.1.2 |
| 1794 | 2024-08-30T18:31:29.736Z | Compiling take_mut v0.2.2 |
| 1795 | 2024-08-30T18:31:30.321Z | Compiling hashbrown v0.12.3 |
| 1796 | 2024-08-30T18:31:30.364Z | Compiling same-file v1.0.6 |
| 1797 | 2024-08-30T18:31:30.654Z | Compiling walkdir v2.5.0 |
| 1798 | 2024-08-30T18:31:33.904Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1799 | 2024-08-30T18:31:40.178Z | Compiling env_logger v0.10.2 |
| 1800 | 2024-08-30T18:31:41.289Z | Compiling waitgroup v0.1.2 |
| 1801 | 2024-08-30T18:31:41.545Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1802 | 2024-08-30T18:31:44.515Z | Compiling pin-project v1.1.5 |
| 1803 | 2024-08-30T18:31:47.993Z | Compiling async-stream v0.3.5 |
| 1804 | 2024-08-30T18:31:48.028Z | Compiling slog-bunyan v2.5.0 |
| 1805 | 2024-08-30T18:31:48.028Z | Compiling tokio-rustls v0.25.0 |
| 1806 | 2024-08-30T18:31:48.106Z | Compiling slog-term v2.9.1 |
| 1807 | 2024-08-30T18:31:48.161Z | Compiling serde_with_macros v3.9.0 |
| 1808 | 2024-08-30T18:31:50.790Z | Compiling serde-hex v0.1.0 |
| 1809 | 2024-08-30T18:31:50.809Z | Compiling bzip2 v0.4.4 |
| 1810 | 2024-08-30T18:31:51.250Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1811 | 2024-08-30T18:31:51.270Z | Compiling parse-display-derive v0.10.0 |
| 1812 | 2024-08-30T18:31:51.578Z | Compiling toml v0.8.19 |
| 1813 | 2024-08-30T18:31:52.061Z | Compiling rustls-pemfile v2.1.3 |
| 1814 | 2024-08-30T18:31:55.251Z | Compiling x509-cert v0.2.5 |
| 1815 | 2024-08-30T18:31:55.742Z | Compiling ron v0.8.1 |
| 1816 | 2024-08-30T18:31:56.032Z | Compiling newtype-uuid v1.1.0 |
| 1817 | 2024-08-30T18:31:56.204Z | Compiling ipnetwork v0.20.0 |
| 1818 | 2024-08-30T18:31:56.392Z | Compiling strum_macros v0.26.4 |
| 1819 | 2024-08-30T18:31:56.714Z | Compiling xattr v1.3.1 |
| 1820 | 2024-08-30T18:31:57.447Z | Compiling snafu-derive v0.8.2 |
| 1821 | 2024-08-30T18:31:58.371Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 1822 | 2024-08-30T18:31:58.706Z | Compiling serde_path_to_error v0.1.16 |
| 1823 | 2024-08-30T18:31:59.759Z | Compiling hashbrown v0.13.2 |
| 1824 | 2024-08-30T18:32:00.011Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1825 | 2024-08-30T18:32:00.776Z | Compiling blake3 v1.5.1 |
| 1826 | 2024-08-30T18:32:00.950Z | Compiling ring v0.16.20 |
| 1827 | 2024-08-30T18:32:01.097Z | Compiling hostname v0.4.0 |
| 1828 | 2024-08-30T18:32:01.361Z | Compiling filetime v0.2.25 |
| 1829 | 2024-08-30T18:32:01.409Z | Compiling instant v0.1.12 |
| 1830 | 2024-08-30T18:32:01.710Z | Compiling crc-any v2.5.0 |
| 1831 | 2024-08-30T18:32:01.958Z | Compiling debug-ignore v1.0.5 |
| 1832 | 2024-08-30T18:32:01.995Z | Compiling buf-list v1.0.3 |
| 1833 | 2024-08-30T18:32:02.112Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1834 | 2024-08-30T18:32:02.281Z | Compiling snafu v0.8.2 |
| 1835 | 2024-08-30T18:32:02.711Z | Compiling tar v0.4.41 |
| 1836 | 2024-08-30T18:32:02.752Z | Compiling backoff v0.4.0 |
| 1837 | 2024-08-30T18:32:03.546Z | Compiling object v0.30.4 |
| 1838 | 2024-08-30T18:32:03.733Z | Compiling strum v0.26.3 |
| 1839 | 2024-08-30T18:32:03.934Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1840 | 2024-08-30T18:32:04.140Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1841 | 2024-08-30T18:32:05.842Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1842 | 2024-08-30T18:32:06.716Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1843 | 2024-08-30T18:32:07.298Z | Compiling parse-display v0.10.0 |
| 1844 | 2024-08-30T18:32:07.926Z | Compiling zip v0.6.6 |
| 1845 | 2024-08-30T18:32:08.419Z | Compiling serde_with v3.9.0 |
| 1846 | 2024-08-30T18:32:09.274Z | Compiling rayon v1.10.0 |
| 1847 | 2024-08-30T18:32:09.419Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1848 | 2024-08-30T18:32:10.197Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 1849 | 2024-08-30T18:32:10.688Z | Compiling camino-tempfile v1.1.1 |
| 1850 | 2024-08-30T18:32:11.459Z | Compiling globset v0.4.14 |
| 1851 | 2024-08-30T18:32:12.855Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1852 | 2024-08-30T18:32:13.046Z | Compiling pem v3.0.4 |
| 1853 | 2024-08-30T18:32:14.542Z | Compiling olpc-cjson v0.1.3 |
| 1854 | 2024-08-30T18:32:14.912Z | Compiling macaddr v1.0.1 |
| 1855 | 2024-08-30T18:32:15.069Z | Compiling serde_plain v1.0.2 |
| 1856 | 2024-08-30T18:32:15.565Z | Compiling async-recursion v1.1.1 |
| 1857 | 2024-08-30T18:32:15.604Z | Compiling memmap2 v0.9.4 |
| 1858 | 2024-08-30T18:32:16.167Z | Compiling spin v0.5.2 |
| 1859 | 2024-08-30T18:32:16.439Z | Compiling typed-path v0.7.1 |
| 1860 | 2024-08-30T18:32:16.525Z | Compiling arrayvec v0.7.4 |
| 1861 | 2024-08-30T18:32:16.990Z | Compiling untrusted v0.7.1 |
| 1862 | 2024-08-30T18:32:17.035Z | Compiling constant_time_eq v0.3.0 |
| 1863 | 2024-08-30T18:32:17.195Z | Compiling path-slash v0.1.5 |
| 1864 | 2024-08-30T18:32:17.228Z | Compiling arrayref v0.3.7 |
| 1865 | 2024-08-30T18:32:17.347Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 1866 | 2024-08-30T18:32:18.900Z | Compiling tough v0.17.1 |
| 1867 | 2024-08-30T18:32:20.012Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1868 | 2024-08-30T18:32:24.048Z | Compiling itertools v0.13.0 |
| 1869 | 2024-08-30T18:32:24.565Z | Compiling cargo-platform v0.1.8 |
| 1870 | 2024-08-30T18:32:25.713Z | Compiling parse-size v1.0.0 |
| 1871 | 2024-08-30T18:32:26.012Z | Compiling topological-sort v0.2.2 |
| 1872 | 2024-08-30T18:32:26.287Z | Compiling omicron-zone-package v0.11.0 |
| 1873 | 2024-08-30T18:32:27.102Z | Compiling cargo_metadata v0.18.1 |
| 1874 | 2024-08-30T18:32:27.863Z | Compiling shell-words v1.1.0 |
| 1875 | 2024-08-30T18:32:33.268Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1876 | 2024-08-30T18:32:46.075Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 1877 | 2024-08-30T18:33:00.154Z | Finished `release` profile [optimized] target(s) in 4m 44s |
| 1878 | 2024-08-30T18:33:00.300Z | Running `target/release/omicron-releng --output-dir /work` |
| 1879 | 2024-08-30T18:33:00.340Z | Aug 30 18:32:58.758 DEBG changing working directory to /work/oxidecomputer/omicron |
| 1880 | 2024-08-30T18:33:00.436Z | Aug 30 18:32:58.854 DEBG running: git rev-parse HEAD |
| 1881 | 2024-08-30T18:33:00.443Z | Aug 30 18:32:58.861 DEBG process exited with exit status: 0 (6.396576ms) |
| 1882 | 2024-08-30T18:33:00.443Z | Aug 30 18:32:58.861 INFO version: 10.0.0-0.ci+gitdc10290f4b6 |
| 1883 | 2024-08-30T18:33:00.483Z | Aug 30 18:32:58.901 INFO cloning helios to /work/oxidecomputer/helios |
| 1884 | 2024-08-30T18:33:00.483Z | Aug 30 18:32:58.901 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 1885 | 2024-08-30T18:33:00.488Z | Cloning into '/work/oxidecomputer/helios'... |
| 1886 | 2024-08-30T18:33:00.998Z | Aug 30 18:32:59.411 DEBG process exited with exit status: 0 (509.936837ms) |
| 1887 | 2024-08-30T18:33:00.998Z | Aug 30 18:32:59.411 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
| 1888 | 2024-08-30T18:33:01.001Z | # branch.oid 5127748309904515b55cc42a01d9fadd7afdf0b9 |
| 1889 | 2024-08-30T18:33:01.001Z | # branch.head master |
| 1890 | 2024-08-30T18:33:01.001Z | # branch.upstream origin/master |
| 1891 | 2024-08-30T18:33:01.001Z | # branch.ab +0 -0 |
| 1892 | 2024-08-30T18:33:01.004Z | Aug 30 18:32:59.419 DEBG process exited with exit status: 0 (8.056067ms) |
| 1893 | 2024-08-30T18:33:01.004Z | Aug 30 18:32:59.419 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 1894 | 2024-08-30T18:33:01.717Z | Aug 30 18:33:00.135 DEBG process exited with exit status: 0 (715.611348ms) |
| 1895 | 2024-08-30T18:33:01.717Z | Aug 30 18:33:00.135 DEBG running: zfs list rpool/images/build/host |
| 1896 | 2024-08-30T18:33:01.724Z | NAME USED AVAIL REFER MOUNTPOINT |
| 1897 | 2024-08-30T18:33:01.724Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 1898 | 2024-08-30T18:33:01.726Z | Aug 30 18:33:00.142 DEBG process exited with exit status: 0 (7.19785ms) |
| 1899 | 2024-08-30T18:33:01.726Z | Aug 30 18:33:00.142 DEBG running: zfs list rpool/images/build/recovery |
| 1900 | 2024-08-30T18:33:01.730Z | NAME USED AVAIL REFER MOUNTPOINT |
| 1901 | 2024-08-30T18:33:01.730Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 1902 | 2024-08-30T18:33:01.733Z | Aug 30 18:33:00.149 DEBG process exited with exit status: 0 (6.319685ms) |
| 1903 | 2024-08-30T18:33:01.733Z | Aug 30 18:33:00.150 INFO [hubris-staging] running task |
| 1904 | 2024-08-30T18:33:01.733Z | Aug 30 18:33:00.150 INFO [hubris-production] running task |
| 1905 | 2024-08-30T18:33:01.733Z | Aug 30 18:33:00.150 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 |
| 1906 | 2024-08-30T18:33:01.741Z | Aug 30 18:33:00.153 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 1907 | 2024-08-30T18:33:01.805Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 1908 | 2024-08-30T18:33:02.250Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 1909 | 2024-08-30T18:33:02.813Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 1910 | 2024-08-30T18:33:03.083Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 1911 | 2024-08-30T18:33:03.441Z | Aug 30 18:33:01.859 INFO [hubris-production] task succeeded (1.709014502s) |
| 1912 | 2024-08-30T18:33:03.932Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 1913 | 2024-08-30T18:33:03.935Z | [ omicron-package] Compiling heapless v0.8.0 |
| 1914 | 2024-08-30T18:33:03.935Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 1915 | 2024-08-30T18:33:03.935Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 1916 | 2024-08-30T18:33:03.935Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1917 | 2024-08-30T18:33:03.935Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 1918 | 2024-08-30T18:33:03.935Z | [ omicron-package] Compiling embedded-io v0.4.0 |
| 1919 | 2024-08-30T18:33:03.944Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1920 | 2024-08-30T18:33:04.711Z | [ omicron-package] Compiling cobs v0.2.3 |
| 1921 | 2024-08-30T18:33:05.244Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 1922 | 2024-08-30T18:33:05.416Z | [ omicron-package] Compiling postcard v1.0.8 |
| 1923 | 2024-08-30T18:33:05.616Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1924 | 2024-08-30T18:33:05.706Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 1925 | 2024-08-30T18:33:05.709Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 1926 | 2024-08-30T18:33:05.917Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1927 | 2024-08-30T18:33:06.269Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1928 | 2024-08-30T18:33:06.703Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 1929 | 2024-08-30T18:33:07.569Z | [ omicron-package] Compiling tabwriter v1.4.0 |
| 1930 | 2024-08-30T18:33:07.569Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1931 | 2024-08-30T18:33:07.760Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 1932 | 2024-08-30T18:33:07.814Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1933 | 2024-08-30T18:33:07.934Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 1934 | 2024-08-30T18:33:08.454Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1935 | 2024-08-30T18:33:08.652Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 1936 | 2024-08-30T18:33:09.120Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 1937 | 2024-08-30T18:33:09.249Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 1938 | 2024-08-30T18:33:09.441Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1939 | 2024-08-30T18:33:09.682Z | [ omicron-package] Compiling colored v2.1.0 |
| 1940 | 2024-08-30T18:33:09.755Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1941 | 2024-08-30T18:33:09.880Z | [ omicron-package] Compiling socket2 v0.4.10 |
| 1942 | 2024-08-30T18:33:10.178Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1943 | 2024-08-30T18:33:10.698Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1944 | 2024-08-30T18:33:10.803Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 1945 | 2024-08-30T18:33:10.975Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 1946 | 2024-08-30T18:33:11.376Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 1947 | 2024-08-30T18:33:11.658Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1948 | 2024-08-30T18:33:11.746Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 1949 | 2024-08-30T18:33:12.051Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 1950 | 2024-08-30T18:33:12.682Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1951 | 2024-08-30T18:33:12.929Z | [ omicron-package] Compiling smf v0.2.3 |
| 1952 | 2024-08-30T18:33:13.085Z | Aug 30 18:33:11.501 INFO [hubris-staging] task succeeded (11.351448608s) |
| 1953 | 2024-08-30T18:33:13.113Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1954 | 2024-08-30T18:33:13.211Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
| 1955 | 2024-08-30T18:33:14.037Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
| 1956 | 2024-08-30T18:33:14.083Z | [ omicron-package] Compiling zone v0.3.0 |
| 1957 | 2024-08-30T18:33:15.995Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 1958 | 2024-08-30T18:33:16.161Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1959 | 2024-08-30T18:33:16.762Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1960 | 2024-08-30T18:33:17.623Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1961 | 2024-08-30T18:33:18.405Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1962 | 2024-08-30T18:33:18.551Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1963 | 2024-08-30T18:33:18.721Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1964 | 2024-08-30T18:33:19.658Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1965 | 2024-08-30T18:33:19.824Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 1966 | 2024-08-30T18:33:19.981Z | [ omicron-package] Compiling number_prefix v0.4.0 |
| 1967 | 2024-08-30T18:33:21.808Z | [ omicron-package] Compiling indicatif v0.17.8 |
| 1968 | 2024-08-30T18:33:22.376Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
| 1969 | 2024-08-30T18:33:25.594Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1970 | 2024-08-30T18:33:26.181Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1971 | 2024-08-30T18:33:27.895Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1972 | 2024-08-30T18:33:44.631Z | [ helios-setup] Aug 30 18:33:43.042 INFO helios repository root is: /work/oxidecomputer/helios |
| 1973 | 2024-08-30T18:33:44.646Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 1974 | 2024-08-30T18:33:44.648Z | [ helios-setup] Aug 30 18:33:43.045 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 |
| 1975 | 2024-08-30T18:33:44.648Z | [ helios-setup] Aug 30 18:33:43.045 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 1976 | 2024-08-30T18:33:45.276Z | [ helios-setup] Aug 30 18:33:43.688 INFO clone ok!, project: phbl |
| 1977 | 2024-08-30T18:33:45.279Z | [ helios-setup] Aug 30 18:33:43.688 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 1978 | 2024-08-30T18:33:45.279Z | [ helios-setup] Aug 30 18:33:43.688 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 |
| 1979 | 2024-08-30T18:33:45.279Z | [ helios-setup] Aug 30 18:33:43.688 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 1980 | 2024-08-30T18:33:45.281Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 1981 | 2024-08-30T18:33:45.756Z | [ helios-setup] Aug 30 18:33:44.168 INFO clone ok!, project: pinprick |
| 1982 | 2024-08-30T18:33:45.759Z | [ helios-setup] Aug 30 18:33:44.168 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 1983 | 2024-08-30T18:33:45.759Z | [ helios-setup] Aug 30 18:33:44.168 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 1984 | 2024-08-30T18:33:45.759Z | [ helios-setup] Aug 30 18:33:44.168 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 |
| 1985 | 2024-08-30T18:33:45.759Z | [ helios-setup] Aug 30 18:33:44.168 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 1986 | 2024-08-30T18:33:45.762Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 1987 | 2024-08-30T18:33:46.218Z | [ helios-setup] Aug 30 18:33:44.630 INFO clone ok!, project: bootserver |
| 1988 | 2024-08-30T18:33:46.221Z | [ helios-setup] Aug 30 18:33:44.630 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 |
| 1989 | 2024-08-30T18:33:46.221Z | [ helios-setup] Aug 30 18:33:44.630 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 1990 | 2024-08-30T18:33:46.223Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 1991 | 2024-08-30T18:33:46.733Z | [ helios-setup] Aug 30 18:33:45.107 INFO clone ok!, project: image-builder |
| 1992 | 2024-08-30T18:33:46.748Z | [ helios-setup] Aug 30 18:33:45.107 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 |
| 1993 | 2024-08-30T18:33:46.748Z | [ helios-setup] Aug 30 18:33:45.107 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 |
| 1994 | 2024-08-30T18:33:46.749Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 1995 | 2024-08-30T18:33:47.129Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.38s |
| 1996 | 2024-08-30T18:33:47.335Z | [ omicron-package] |
| 1997 | 2024-08-30T18:33:47.335Z | [ omicron-package] real 45.555517597 |
| 1998 | 2024-08-30T18:33:47.335Z | [ omicron-package] user 2:45.595107802 |
| 1999 | 2024-08-30T18:33:47.338Z | [ omicron-package] sys 21.790763653 |
| 2000 | 2024-08-30T18:33:47.338Z | [ omicron-package] trap 0.179137704 |
| 2001 | 2024-08-30T18:33:47.338Z | [ omicron-package] tflt 1.075961954 |
| 2002 | 2024-08-30T18:33:47.338Z | [ omicron-package] dflt 0.601571794 |
| 2003 | 2024-08-30T18:33:47.338Z | [ omicron-package] kflt 0.000140554 |
| 2004 | 2024-08-30T18:33:47.338Z | [ omicron-package] lock 5:17.674897390 |
| 2005 | 2024-08-30T18:33:47.338Z | [ omicron-package] slp 9:08.471900166 |
| 2006 | 2024-08-30T18:33:47.338Z | [ omicron-package] lat 1:40.181631946 |
| 2007 | 2024-08-30T18:33:47.338Z | [ omicron-package] stop 58.267491655 |
| 2008 | 2024-08-30T18:33:47.338Z | Aug 30 18:33:45.748 INFO [omicron-package] process exited with exit status: 0 (45.597789994s) |
| 2009 | 2024-08-30T18:33:47.338Z | Aug 30 18:33:45.748 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 |
| 2010 | 2024-08-30T18:33:47.388Z | Aug 30 18:33:45.799 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
| 2011 | 2024-08-30T18:33:47.400Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2012 | 2024-08-30T18:33:47.402Z | [ host-target] Created new build target 'host' and set it as active |
| 2013 | 2024-08-30T18:33:47.416Z | Aug 30 18:33:45.815 INFO [host-target] process exited with exit status: 0 (66.764341ms) |
| 2014 | 2024-08-30T18:33:47.416Z | Aug 30 18:33:45.815 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2015 | 2024-08-30T18:33:47.419Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2016 | 2024-08-30T18:33:47.419Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2017 | 2024-08-30T18:33:47.419Z | Aug 30 18:33:45.823 INFO [recovery-target] process exited with exit status: 0 (23.232371ms) |
| 2018 | 2024-08-30T18:33:47.419Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2019 | 2024-08-30T18:33:47.441Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
| 2020 | 2024-08-30T18:33:47.447Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
| 2021 | 2024-08-30T18:33:48.559Z | [ host-package] Compiling camino v1.1.9 |
| 2022 | 2024-08-30T18:33:48.559Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2023 | 2024-08-30T18:33:48.561Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2024 | 2024-08-30T18:33:48.561Z | [ host-package] Compiling password-hash v0.5.0 |
| 2025 | 2024-08-30T18:33:48.561Z | [ host-package] Compiling blake2 v0.10.6 |
| 2026 | 2024-08-30T18:33:48.681Z | [ host-package] Compiling derive-where v1.2.7 |
| 2027 | 2024-08-30T18:33:48.684Z | [ host-package] Compiling convert_case v0.4.0 |
| 2028 | 2024-08-30T18:33:48.697Z | [ host-package] Compiling humantime v2.1.0 |
| 2029 | 2024-08-30T18:33:48.910Z | [ host-package] Compiling expectorate v1.1.0 |
| 2030 | 2024-08-30T18:33:48.935Z | [ host-package] Compiling toml v0.8.19 |
| 2031 | 2024-08-30T18:33:49.130Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2032 | 2024-08-30T18:33:49.594Z | [ host-package] Compiling argon2 v0.5.3 |
| 2033 | 2024-08-30T18:33:49.628Z | [ host-package] Compiling derive_more v0.99.18 |
| 2034 | 2024-08-30T18:33:49.695Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2035 | 2024-08-30T18:33:49.753Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2036 | 2024-08-30T18:33:49.943Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2037 | 2024-08-30T18:33:50.083Z | [ host-package] Compiling num-rational v0.4.2 |
| 2038 | 2024-08-30T18:33:50.552Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2039 | 2024-08-30T18:33:51.059Z | [ host-package] Compiling num-complex v0.4.6 |
| 2040 | 2024-08-30T18:33:51.217Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 2041 | 2024-08-30T18:33:51.763Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2042 | 2024-08-30T18:33:52.008Z | [ host-package] Compiling dirs-next v2.0.0 |
| 2043 | 2024-08-30T18:33:52.154Z | [ host-package] Compiling float-ord v0.3.2 |
| 2044 | 2024-08-30T18:33:52.235Z | [ host-package] Compiling num v0.4.3 |
| 2045 | 2024-08-30T18:33:52.319Z | [ host-package] Compiling term v0.7.0 |
| 2046 | 2024-08-30T18:33:52.368Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2047 | 2024-08-30T18:33:52.450Z | [ host-package] Compiling prettyplease v0.2.20 |
| 2048 | 2024-08-30T18:33:52.572Z | [ host-package] Compiling semver v0.1.20 |
| 2049 | 2024-08-30T18:33:52.742Z | [ host-package] Compiling is-terminal v0.4.12 |
| 2050 | 2024-08-30T18:33:52.790Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2051 | 2024-08-30T18:33:52.898Z | [ host-package] Compiling cookie v0.18.1 |
| 2052 | 2024-08-30T18:33:53.239Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2053 | 2024-08-30T18:33:53.279Z | [ host-package] Compiling highway v1.2.0 |
| 2054 | 2024-08-30T18:33:53.667Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2055 | 2024-08-30T18:33:53.906Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
| 2056 | 2024-08-30T18:33:54.315Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2057 | 2024-08-30T18:33:54.412Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
| 2058 | 2024-08-30T18:33:54.425Z | [ helios-setup] Aug 30 18:33:52.835 INFO clone ok!, project: amd-host-image-builder |
| 2059 | 2024-08-30T18:33:54.428Z | [ helios-setup] Aug 30 18:33:52.836 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 |
| 2060 | 2024-08-30T18:33:54.428Z | [ helios-setup] Aug 30 18:33:52.836 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2061 | 2024-08-30T18:33:54.430Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2062 | 2024-08-30T18:33:54.788Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2063 | 2024-08-30T18:33:54.819Z | [ host-package] Compiling steno v0.4.1 |
| 2064 | 2024-08-30T18:33:55.019Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2065 | 2024-08-30T18:33:55.446Z | [ host-package] Compiling home v0.5.9 |
| 2066 | 2024-08-30T18:33:55.579Z | [ helios-setup] Aug 30 18:33:53.989 INFO clone ok!, project: chelsio-t6-roms |
| 2067 | 2024-08-30T18:33:55.583Z | [ helios-setup] Aug 30 18:33:53.990 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 |
| 2068 | 2024-08-30T18:33:55.583Z | [ helios-setup] Aug 30 18:33:53.990 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2069 | 2024-08-30T18:33:55.587Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2070 | 2024-08-30T18:33:55.705Z | [ host-package] Compiling quick-error v1.2.3 |
| 2071 | 2024-08-30T18:33:55.873Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 2072 | 2024-08-30T18:33:56.265Z | [ host-package] Compiling rustls-webpki v0.102.4 |
| 2073 | 2024-08-30T18:33:57.416Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2074 | 2024-08-30T18:33:57.469Z | [ host-package] Compiling rustls v0.22.4 |
| 2075 | 2024-08-30T18:33:57.511Z | [ host-package] Compiling thread_local v1.1.8 |
| 2076 | 2024-08-30T18:33:58.105Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2077 | 2024-08-30T18:33:58.220Z | [ host-package] Compiling hostname v0.3.1 |
| 2078 | 2024-08-30T18:33:58.464Z | [ host-package] Compiling hickory-resolver v0.24.1 |
| 2079 | 2024-08-30T18:33:59.465Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2080 | 2024-08-30T18:33:59.751Z | [ host-package] Compiling multer v3.1.0 |
| 2081 | 2024-08-30T18:33:59.833Z | [ host-package] Compiling slog-async v2.8.0 |
| 2082 | 2024-08-30T18:33:59.915Z | [ host-package] Compiling slog-json v2.6.1 |
| 2083 | 2024-08-30T18:34:00.309Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
| 2084 | 2024-08-30T18:34:01.423Z | [ host-package] Compiling http v1.1.0 |
| 2085 | 2024-08-30T18:34:02.447Z | [ helios-setup] Aug 30 18:34:00.856 INFO clone ok!, project: amd-firmware |
| 2086 | 2024-08-30T18:34:02.450Z | [ helios-setup] Aug 30 18:34:00.856 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 |
| 2087 | 2024-08-30T18:34:02.450Z | [ helios-setup] Aug 30 18:34:00.856 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2088 | 2024-08-30T18:34:02.453Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2089 | 2024-08-30T18:34:03.492Z | [ helios-setup] Aug 30 18:34:01.901 INFO clone ok!, project: pilot |
| 2090 | 2024-08-30T18:34:03.495Z | [ helios-setup] Aug 30 18:34:01.902 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2091 | 2024-08-30T18:34:04.048Z | [ host-package] Compiling take_mut v0.2.2 |
| 2092 | 2024-08-30T18:34:04.247Z | [ host-package] Compiling atomic-waker v1.1.2 |
| 2093 | 2024-08-30T18:34:04.447Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2094 | 2024-08-30T18:34:04.512Z | [ helios-setup] Aug 30 18:34:02.921 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2095 | 2024-08-30T18:34:05.198Z | [ helios-setup] Aug 30 18:34:03.606 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2096 | 2024-08-30T18:34:05.198Z | [ helios-setup] Aug 30 18:34:03.607 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2097 | 2024-08-30T18:34:05.743Z | [ helios-setup] Aug 30 18:34:04.152 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2098 | 2024-08-30T18:34:05.906Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 2099 | 2024-08-30T18:34:06.291Z | [ helios-setup] Aug 30 18:34:04.700 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2100 | 2024-08-30T18:34:06.294Z | [ helios-setup] Aug 30 18:34:04.700 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2101 | 2024-08-30T18:34:06.376Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2102 | 2024-08-30T18:34:06.480Z | [ host-package] Compiling slog-term v2.9.1 |
| 2103 | 2024-08-30T18:34:06.646Z | [ host-package] Compiling rustls-pemfile v2.1.3 |
| 2104 | 2024-08-30T18:34:06.866Z | [ helios-setup] Aug 30 18:34:05.275 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2105 | 2024-08-30T18:34:07.205Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
| 2106 | 2024-08-30T18:34:07.291Z | [ host-package] Compiling async-stream v0.3.5 |
| 2107 | 2024-08-30T18:34:08.472Z | [ helios-setup] Aug 30 18:34:05.878 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2108 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2109 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2110 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO ok! |
| 2111 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2112 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2113 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO ok! |
| 2114 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2115 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2116 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO ok! |
| 2117 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2118 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:05.879 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2119 | 2024-08-30T18:34:08.475Z | [ host-package] Compiling ipnetwork v0.20.0 |
| 2120 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:06.202 INFO E| Compiling adler v1.0.2 |
| 2121 | 2024-08-30T18:34:08.475Z | [ host-package] Compiling newtype-uuid v1.1.0 |
| 2122 | 2024-08-30T18:34:08.475Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
| 2123 | 2024-08-30T18:34:08.475Z | [ helios-setup] Aug 30 18:34:06.323 INFO E| Compiling miniz_oxide v0.7.2 |
| 2124 | 2024-08-30T18:34:08.475Z | [ host-package] Compiling hostname v0.4.0 |
| 2125 | 2024-08-30T18:34:08.549Z | [ host-package] Compiling instant v0.1.12 |
| 2126 | 2024-08-30T18:34:08.552Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2127 | 2024-08-30T18:34:08.720Z | [ host-package] Compiling backoff v0.4.0 |
| 2128 | 2024-08-30T18:34:08.892Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2129 | 2024-08-30T18:34:09.264Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2130 | 2024-08-30T18:34:09.491Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2131 | 2024-08-30T18:34:10.127Z | [ host-package] Compiling parse-display v0.10.0 |
| 2132 | 2024-08-30T18:34:10.702Z | [ helios-setup] Aug 30 18:34:09.109 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2133 | 2024-08-30T18:34:10.967Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2134 | 2024-08-30T18:34:11.275Z | [ host-package] Compiling serde_with v3.9.0 |
| 2135 | 2024-08-30T18:34:11.831Z | [ helios-setup] Aug 30 18:34:10.239 INFO E| Finished `release` profile [optimized] target(s) in 4.25s |
| 2136 | 2024-08-30T18:34:11.838Z | [ helios-setup] Aug 30 18:34:10.246 INFO building project "pinprick" ok (4 seconds) |
| 2137 | 2024-08-30T18:34:11.838Z | [ helios-setup] Aug 30 18:34:10.246 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2138 | 2024-08-30T18:34:11.838Z | [ helios-setup] Aug 30 18:34:10.246 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2139 | 2024-08-30T18:34:12.170Z | [ helios-setup] Aug 30 18:34:10.578 INFO E| Downloading crates ... |
| 2140 | 2024-08-30T18:34:12.305Z | [ helios-setup] Aug 30 18:34:10.713 INFO E| Downloaded unicode-width v0.1.10 |
| 2141 | 2024-08-30T18:34:12.308Z | [ helios-setup] Aug 30 18:34:10.716 INFO E| Downloaded sha2 v0.10.5 |
| 2142 | 2024-08-30T18:34:12.312Z | [ helios-setup] Aug 30 18:34:10.720 INFO E| Downloaded flate2 v1.0.25 |
| 2143 | 2024-08-30T18:34:12.320Z | [ helios-setup] Aug 30 18:34:10.728 INFO E| Downloaded typenum v1.15.0 |
| 2144 | 2024-08-30T18:34:12.324Z | [ helios-setup] Aug 30 18:34:10.732 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2145 | 2024-08-30T18:34:12.327Z | [ helios-setup] Aug 30 18:34:10.735 INFO E| Downloaded generic-array v0.14.6 |
| 2146 | 2024-08-30T18:34:12.329Z | [ helios-setup] Aug 30 18:34:10.737 INFO E| Downloaded digest v0.10.3 |
| 2147 | 2024-08-30T18:34:12.333Z | [ helios-setup] Aug 30 18:34:10.741 INFO E| Downloaded bytes v1.2.1 |
| 2148 | 2024-08-30T18:34:12.339Z | [ helios-setup] Aug 30 18:34:10.747 INFO E| Downloaded anyhow v1.0.62 |
| 2149 | 2024-08-30T18:34:12.346Z | [ helios-setup] Aug 30 18:34:10.754 INFO E| Downloaded cpufeatures v0.2.5 |
| 2150 | 2024-08-30T18:34:12.348Z | [ helios-setup] Aug 30 18:34:10.756 INFO E| Downloaded block-buffer v0.10.3 |
| 2151 | 2024-08-30T18:34:12.533Z | [ helios-setup] Aug 30 18:34:10.940 INFO E| Compiling typenum v1.15.0 |
| 2152 | 2024-08-30T18:34:12.566Z | [ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling version_check v0.9.4 |
| 2153 | 2024-08-30T18:34:12.566Z | [ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling cfg-if v1.0.0 |
| 2154 | 2024-08-30T18:34:12.568Z | [ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling crc32fast v1.3.2 |
| 2155 | 2024-08-30T18:34:12.568Z | [ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling anyhow v1.0.62 |
| 2156 | 2024-08-30T18:34:12.568Z | [ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling adler v1.0.2 |
| 2157 | 2024-08-30T18:34:12.568Z | [ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling cpufeatures v0.2.5 |
| 2158 | 2024-08-30T18:34:12.568Z | [ helios-setup] Aug 30 18:34:10.974 INFO E| Compiling unicode-width v0.1.10 |
| 2159 | 2024-08-30T18:34:12.832Z | [ helios-setup] Aug 30 18:34:11.239 INFO E| Compiling bytes v1.2.1 |
| 2160 | 2024-08-30T18:34:12.881Z | [ helios-setup] Aug 30 18:34:11.289 INFO E| Compiling bitflags v1.3.2 |
| 2161 | 2024-08-30T18:34:13.136Z | [ helios-setup] Aug 30 18:34:11.544 INFO E| Compiling miniz_oxide v0.6.2 |
| 2162 | 2024-08-30T18:34:13.293Z | [ helios-setup] Aug 30 18:34:11.698 INFO E| Compiling getopts v0.2.21 |
| 2163 | 2024-08-30T18:34:14.031Z | [ helios-setup] Aug 30 18:34:12.434 INFO E| Compiling generic-array v0.14.6 |
| 2164 | 2024-08-30T18:34:14.733Z | [ helios-setup] Aug 30 18:34:13.141 INFO E| Compiling flate2 v1.0.25 |
| 2165 | 2024-08-30T18:34:16.215Z | [ host-package] Compiling strum v0.26.3 |
| 2166 | 2024-08-30T18:34:16.708Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2167 | 2024-08-30T18:34:18.514Z | [ host-package] Compiling macaddr v1.0.1 |
| 2168 | 2024-08-30T18:34:18.651Z | [ helios-setup] Aug 30 18:34:17.057 INFO E| Compiling block-buffer v0.10.3 |
| 2169 | 2024-08-30T18:34:18.651Z | [ helios-setup] Aug 30 18:34:17.057 INFO E| Compiling crypto-common v0.1.6 |
| 2170 | 2024-08-30T18:34:18.876Z | [ helios-setup] Aug 30 18:34:17.283 INFO E| Compiling digest v0.10.3 |
| 2171 | 2024-08-30T18:34:18.967Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2172 | 2024-08-30T18:34:19.078Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2173 | 2024-08-30T18:34:19.252Z | [ helios-setup] Aug 30 18:34:17.653 INFO E| Compiling sha2 v0.10.5 |
| 2174 | 2024-08-30T18:34:19.736Z | [ helios-setup] Aug 30 18:34:18.143 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2175 | 2024-08-30T18:34:20.411Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2176 | 2024-08-30T18:34:20.472Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2177 | 2024-08-30T18:34:21.628Z | [ host-package] Compiling swrite v0.1.0 |
| 2178 | 2024-08-30T18:34:21.823Z | [ host-package] Compiling rayon-core v1.12.1 |
| 2179 | 2024-08-30T18:34:21.826Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2180 | 2024-08-30T18:34:21.893Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2181 | 2024-08-30T18:34:21.943Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
| 2182 | 2024-08-30T18:34:22.563Z | [ host-package] Compiling half v2.4.1 |
| 2183 | 2024-08-30T18:34:24.179Z | [ host-package] Compiling fastrand v2.1.0 |
| 2184 | 2024-08-30T18:34:24.827Z | [ host-package] Compiling same-file v1.0.6 |
| 2185 | 2024-08-30T18:34:24.850Z | [ helios-setup] Aug 30 18:34:23.256 INFO E| Finished `release` profile [optimized] target(s) in 12.91s |
| 2186 | 2024-08-30T18:34:24.866Z | [ helios-setup] Aug 30 18:34:23.271 INFO building project "bootserver" ok (13 seconds) |
| 2187 | 2024-08-30T18:34:24.866Z | [ helios-setup] Aug 30 18:34:23.271 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2188 | 2024-08-30T18:34:24.866Z | [ helios-setup] Aug 30 18:34:23.271 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2189 | 2024-08-30T18:34:25.151Z | [ helios-setup] Aug 30 18:34:23.553 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2190 | 2024-08-30T18:34:25.205Z | [ host-package] Compiling ciborium-io v0.2.2 |
| 2191 | 2024-08-30T18:34:25.367Z | [ host-package] Compiling display-error-chain v0.2.1 |
| 2192 | 2024-08-30T18:34:25.569Z | [ host-package] Compiling ciborium-ll v0.2.2 |
| 2193 | 2024-08-30T18:34:25.709Z | [ helios-setup] Aug 30 18:34:24.115 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2194 | 2024-08-30T18:34:25.709Z | [ helios-setup] Aug 30 18:34:24.115 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2195 | 2024-08-30T18:34:25.731Z | [ helios-setup] Aug 30 18:34:24.137 INFO E| Updating crates.io index |
| 2196 | 2024-08-30T18:34:25.838Z | [ helios-setup] Aug 30 18:34:24.244 INFO E| Downloading crates ... |
| 2197 | 2024-08-30T18:34:25.934Z | [ helios-setup] Aug 30 18:34:24.340 INFO E| Downloaded block-buffer v0.9.0 |
| 2198 | 2024-08-30T18:34:25.938Z | [ helios-setup] Aug 30 18:34:24.342 INFO E| Downloaded bitflags v2.3.3 |
| 2199 | 2024-08-30T18:34:25.941Z | [ helios-setup] Aug 30 18:34:24.346 INFO E| Downloaded ryu v1.0.15 |
| 2200 | 2024-08-30T18:34:25.948Z | [ helios-setup] Aug 30 18:34:24.354 INFO E| Downloaded opaque-debug v0.3.0 |
| 2201 | 2024-08-30T18:34:25.964Z | [ helios-setup] Aug 30 18:34:24.370 INFO E| Downloaded md-5 v0.9.1 |
| 2202 | 2024-08-30T18:34:25.967Z | [ helios-setup] Aug 30 18:34:24.373 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2203 | 2024-08-30T18:34:25.971Z | [ helios-setup] Aug 30 18:34:24.375 INFO E| Downloaded sha-1 v0.9.8 |
| 2204 | 2024-08-30T18:34:25.974Z | [ helios-setup] Aug 30 18:34:24.379 INFO E| Downloaded fastrand v2.0.0 |
| 2205 | 2024-08-30T18:34:25.977Z | [ helios-setup] Aug 30 18:34:24.381 INFO E| Downloaded digest v0.9.0 |
| 2206 | 2024-08-30T18:34:25.980Z | [ helios-setup] Aug 30 18:34:24.384 INFO E| Downloaded cpufeatures v0.2.9 |
| 2207 | 2024-08-30T18:34:25.982Z | [ helios-setup] Aug 30 18:34:24.386 INFO E| Downloaded walkdir v2.3.3 |
| 2208 | 2024-08-30T18:34:25.985Z | [ helios-setup] Aug 30 18:34:24.390 INFO E| Downloaded errno v0.3.1 |
| 2209 | 2024-08-30T18:34:25.988Z | [ helios-setup] Aug 30 18:34:24.392 INFO E| Downloaded uuid v0.8.2 |
| 2210 | 2024-08-30T18:34:25.992Z | [ helios-setup] Aug 30 18:34:24.398 INFO E| Downloaded tempfile v3.7.0 |
| 2211 | 2024-08-30T18:34:25.997Z | [ helios-setup] Aug 30 18:34:24.402 INFO E| Downloaded typenum v1.16.0 |
| 2212 | 2024-08-30T18:34:26.001Z | [ helios-setup] Aug 30 18:34:24.406 INFO E| Downloaded getrandom v0.2.10 |
| 2213 | 2024-08-30T18:34:26.009Z | [ helios-setup] Aug 30 18:34:24.412 INFO E| Downloaded unicode-ident v1.0.11 |
| 2214 | 2024-08-30T18:34:26.011Z | [ helios-setup] Aug 30 18:34:24.417 INFO E| Downloaded toml v0.5.11 |
| 2215 | 2024-08-30T18:34:26.021Z | [ helios-setup] Aug 30 18:34:24.422 INFO E| Downloaded serde v1.0.193 |
| 2216 | 2024-08-30T18:34:26.026Z | [ helios-setup] Aug 30 18:34:24.428 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2217 | 2024-08-30T18:34:26.031Z | [ helios-setup] Aug 30 18:34:24.433 INFO E| Downloaded anyhow v1.0.72 |
| 2218 | 2024-08-30T18:34:26.035Z | [ helios-setup] Aug 30 18:34:24.441 INFO E| Downloaded serde_json v1.0.103 |
| 2219 | 2024-08-30T18:34:26.049Z | [ helios-setup] Aug 30 18:34:24.455 INFO E| Downloaded serde_derive v1.0.193 |
| 2220 | 2024-08-30T18:34:26.054Z | [ helios-setup] Aug 30 18:34:24.460 INFO E| Downloaded syn v2.0.32 |
| 2221 | 2024-08-30T18:34:26.072Z | [ helios-setup] Aug 30 18:34:24.478 INFO E| Downloaded rustix v0.38.4 |
| 2222 | 2024-08-30T18:34:26.106Z | [ helios-setup] Aug 30 18:34:24.512 INFO E| Downloaded quote v1.0.31 |
| 2223 | 2024-08-30T18:34:26.111Z | [ helios-setup] Aug 30 18:34:24.516 INFO E| Downloaded libc v0.2.147 |
| 2224 | 2024-08-30T18:34:26.173Z | [ helios-setup] Aug 30 18:34:24.577 INFO E| Downloaded once_cell v1.18.0 |
| 2225 | 2024-08-30T18:34:26.176Z | [ helios-setup] Aug 30 18:34:24.581 INFO E| Downloaded itoa v1.0.9 |
| 2226 | 2024-08-30T18:34:26.246Z | [ host-package] Compiling walkdir v2.5.0 |
| 2227 | 2024-08-30T18:34:26.385Z | [ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling libc v0.2.147 |
| 2228 | 2024-08-30T18:34:26.385Z | [ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling proc-macro2 v1.0.66 |
| 2229 | 2024-08-30T18:34:26.388Z | [ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling unicode-ident v1.0.11 |
| 2230 | 2024-08-30T18:34:26.388Z | [ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling cfg-if v1.0.0 |
| 2231 | 2024-08-30T18:34:26.388Z | [ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling version_check v0.9.4 |
| 2232 | 2024-08-30T18:34:26.388Z | [ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling typenum v1.16.0 |
| 2233 | 2024-08-30T18:34:26.388Z | [ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling serde v1.0.193 |
| 2234 | 2024-08-30T18:34:26.388Z | [ helios-setup] Aug 30 18:34:24.791 INFO E| Compiling time-core v0.1.2 |
| 2235 | 2024-08-30T18:34:26.436Z | [ host-package] Compiling tempfile v3.10.1 |
| 2236 | 2024-08-30T18:34:26.847Z | [ helios-setup] Aug 30 18:34:25.253 INFO E| Compiling itoa v1.0.9 |
| 2237 | 2024-08-30T18:34:27.007Z | [ helios-setup] Aug 30 18:34:25.413 INFO E| Compiling powerfmt v0.2.0 |
| 2238 | 2024-08-30T18:34:27.043Z | [ helios-setup] Aug 30 18:34:25.449 INFO E| Compiling slog v2.7.0 |
| 2239 | 2024-08-30T18:34:27.232Z | [ helios-setup] Aug 30 18:34:25.638 INFO E| Compiling num-conv v0.1.0 |
| 2240 | 2024-08-30T18:34:27.776Z | [ helios-setup] Aug 30 18:34:26.182 INFO E| Compiling rustix v0.38.4 |
| 2241 | 2024-08-30T18:34:27.829Z | [ helios-setup] Aug 30 18:34:26.234 INFO E| Compiling time-macros v0.2.18 |
| 2242 | 2024-08-30T18:34:28.111Z | [ host-package] Compiling blake3 v1.5.1 |
| 2243 | 2024-08-30T18:34:28.137Z | [ helios-setup] Aug 30 18:34:26.541 INFO E| Compiling deranged v0.3.11 |
| 2244 | 2024-08-30T18:34:28.156Z | [ helios-setup] Aug 30 18:34:26.562 INFO E| Compiling generic-array v0.14.7 |
| 2245 | 2024-08-30T18:34:28.476Z | [ helios-setup] Aug 30 18:34:26.882 INFO E| Compiling num_threads v0.1.6 |
| 2246 | 2024-08-30T18:34:28.656Z | [ helios-setup] Aug 30 18:34:27.060 INFO E| Compiling bitflags v2.3.3 |
| 2247 | 2024-08-30T18:34:28.824Z | [ helios-setup] Aug 30 18:34:27.230 INFO E| Compiling quote v1.0.31 |
| 2248 | 2024-08-30T18:34:29.376Z | [ helios-setup] Aug 30 18:34:27.781 INFO E| Compiling once_cell v1.18.0 |
| 2249 | 2024-08-30T18:34:29.401Z | [ host-package] Compiling rayon v1.10.0 |
| 2250 | 2024-08-30T18:34:29.732Z | [ helios-setup] Aug 30 18:34:28.133 INFO E| Compiling syn v2.0.32 |
| 2251 | 2024-08-30T18:34:30.266Z | [ helios-setup] Aug 30 18:34:28.671 INFO E| Compiling thread_local v1.1.7 |
| 2252 | 2024-08-30T18:34:30.516Z | [ helios-setup] Aug 30 18:34:28.921 INFO E| Compiling fastrand v2.0.0 |
| 2253 | 2024-08-30T18:34:30.800Z | [ host-package] Compiling ring v0.16.20 |
| 2254 | 2024-08-30T18:34:31.236Z | [ host-package] Compiling ciborium v0.2.2 |
| 2255 | 2024-08-30T18:34:31.375Z | [ helios-setup] Aug 30 18:34:29.780 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2256 | 2024-08-30T18:34:31.726Z | [ helios-setup] Aug 30 18:34:30.131 INFO E| Compiling dirs-next v2.0.0 |
| 2257 | 2024-08-30T18:34:31.802Z | [ helios-setup] Aug 30 18:34:30.206 INFO E| Compiling errno v0.3.1 |
| 2258 | 2024-08-30T18:34:32.131Z | [ helios-setup] Aug 30 18:34:30.537 INFO E| Compiling term v0.7.0 |
| 2259 | 2024-08-30T18:34:32.440Z | [ helios-setup] Aug 30 18:34:30.845 INFO E| Compiling atty v0.2.14 |
| 2260 | 2024-08-30T18:34:32.727Z | [ helios-setup] Aug 30 18:34:31.132 INFO E| Compiling anyhow v1.0.72 |
| 2261 | 2024-08-30T18:34:32.727Z | [ helios-setup] Aug 30 18:34:31.132 INFO E| Compiling serde_json v1.0.103 |
| 2262 | 2024-08-30T18:34:32.874Z | [ helios-setup] Aug 30 18:34:31.279 INFO E| Compiling opaque-debug v0.3.0 |
| 2263 | 2024-08-30T18:34:32.961Z | [ helios-setup] Aug 30 18:34:31.366 INFO E| Compiling getrandom v0.2.10 |
| 2264 | 2024-08-30T18:34:33.730Z | [ helios-setup] Aug 30 18:34:32.135 INFO E| Compiling block-buffer v0.9.0 |
| 2265 | 2024-08-30T18:34:34.101Z | [ helios-setup] Aug 30 18:34:32.198 INFO E| Compiling digest v0.9.0 |
| 2266 | 2024-08-30T18:34:34.113Z | [ helios-setup] Aug 30 18:34:32.358 INFO E| Compiling time v0.3.36 |
| 2267 | 2024-08-30T18:34:34.113Z | [ helios-setup] Aug 30 18:34:32.455 INFO E| Compiling ryu v1.0.15 |
| 2268 | 2024-08-30T18:34:34.236Z | [ helios-setup] Aug 30 18:34:32.640 INFO E| Compiling cpufeatures v0.2.9 |
| 2269 | 2024-08-30T18:34:34.328Z | [ helios-setup] Aug 30 18:34:32.733 INFO E| Compiling unicode-width v0.1.10 |
| 2270 | 2024-08-30T18:34:34.430Z | [ helios-setup] Aug 30 18:34:32.835 INFO E| Compiling same-file v1.0.6 |
| 2271 | 2024-08-30T18:34:34.744Z | [ helios-setup] Aug 30 18:34:33.148 INFO E| Compiling walkdir v2.3.3 |
| 2272 | 2024-08-30T18:34:34.827Z | [ helios-setup] Aug 30 18:34:33.232 INFO E| Compiling getopts v0.2.21 |
| 2273 | 2024-08-30T18:34:35.081Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2274 | 2024-08-30T18:34:35.152Z | [ helios-setup] Aug 30 18:34:33.557 INFO E| Compiling sha-1 v0.9.8 |
| 2275 | 2024-08-30T18:34:35.884Z | [ helios-setup] Aug 30 18:34:34.288 INFO E| Compiling tempfile v3.7.0 |
| 2276 | 2024-08-30T18:34:36.039Z | [ helios-setup] Aug 30 18:34:34.444 INFO E| Compiling md-5 v0.9.1 |
| 2277 | 2024-08-30T18:34:36.068Z | [ helios-setup] Aug 30 18:34:34.469 INFO E| Compiling glob v0.3.1 |
| 2278 | 2024-08-30T18:34:36.628Z | [ helios-setup] Aug 30 18:34:35.032 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2279 | 2024-08-30T18:34:37.191Z | [ host-package] Compiling xattr v1.3.1 |
| 2280 | 2024-08-30T18:34:37.693Z | [ host-package] Compiling memmap2 v0.9.4 |
| 2281 | 2024-08-30T18:34:38.039Z | [ helios-setup] Aug 30 18:34:36.444 INFO E| Compiling slog-term v2.9.0 |
| 2282 | 2024-08-30T18:34:38.081Z | [ host-package] Compiling filetime v0.2.25 |
| 2283 | 2024-08-30T18:34:38.416Z | [ host-package] Compiling constant_time_eq v0.3.0 |
| 2284 | 2024-08-30T18:34:38.606Z | [ host-package] Compiling untrusted v0.7.1 |
| 2285 | 2024-08-30T18:34:38.679Z | [ host-package] Compiling spin v0.5.2 |
| 2286 | 2024-08-30T18:34:39.148Z | [ host-package] Compiling arrayref v0.3.7 |
| 2287 | 2024-08-30T18:34:39.229Z | [ helios-setup] Aug 30 18:34:37.633 INFO E| Compiling serde_derive v1.0.193 |
| 2288 | 2024-08-30T18:34:39.305Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2289 | 2024-08-30T18:34:39.753Z | [ host-package] Compiling arrayvec v0.7.4 |
| 2290 | 2024-08-30T18:34:45.020Z | [ host-package] Compiling tar v0.4.41 |
| 2291 | 2024-08-30T18:34:45.431Z | [ host-package] Compiling camino-tempfile v1.1.1 |
| 2292 | 2024-08-30T18:34:45.955Z | [ host-package] Compiling toolchain_find v0.4.0 |
| 2293 | 2024-08-30T18:34:46.674Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 2294 | 2024-08-30T18:34:46.998Z | [ host-package] Compiling atty v0.2.14 |
| 2295 | 2024-08-30T18:34:47.120Z | [ host-package] Compiling glob v0.3.1 |
| 2296 | 2024-08-30T18:34:47.210Z | [ host-package] Compiling endian-type v0.1.2 |
| 2297 | 2024-08-30T18:34:47.490Z | [ host-package] Compiling topological-sort v0.2.2 |
| 2298 | 2024-08-30T18:34:47.595Z | [ host-package] Compiling crunchy v0.2.2 |
| 2299 | 2024-08-30T18:34:47.758Z | [ host-package] Compiling maplit v1.0.2 |
| 2300 | 2024-08-30T18:34:47.970Z | [ host-package] Compiling clang-sys v1.7.0 |
| 2301 | 2024-08-30T18:34:48.164Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
| 2302 | 2024-08-30T18:34:48.263Z | [ host-package] Compiling radix_trie v0.2.1 |
| 2303 | 2024-08-30T18:34:48.374Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2304 | 2024-08-30T18:34:48.849Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
| 2305 | 2024-08-30T18:34:49.514Z | [ host-package] Compiling tungstenite v0.21.0 |
| 2306 | 2024-08-30T18:34:53.821Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 2307 | 2024-08-30T18:34:53.857Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2308 | 2024-08-30T18:34:53.857Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 2309 | 2024-08-30T18:34:53.857Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 2310 | 2024-08-30T18:34:53.857Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 2311 | 2024-08-30T18:34:53.874Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 2312 | 2024-08-30T18:34:53.874Z | [ host-package] Compiling arc-swap v1.7.1 |
| 2313 | 2024-08-30T18:34:53.874Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2314 | 2024-08-30T18:34:53.874Z | [ host-package] Compiling diesel_derives v2.2.2 |
| 2315 | 2024-08-30T18:34:53.913Z | [ host-package] Compiling slog-scope v4.4.0 |
| 2316 | 2024-08-30T18:34:53.966Z | [ helios-setup] Aug 30 18:34:52.368 INFO E| Compiling toml v0.5.11 |
| 2317 | 2024-08-30T18:34:53.966Z | [ helios-setup] Aug 30 18:34:52.368 INFO E| Compiling uuid v0.8.2 |
| 2318 | 2024-08-30T18:34:54.141Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2319 | 2024-08-30T18:34:54.184Z | [ host-package] Compiling r2d2 v0.8.10 |
| 2320 | 2024-08-30T18:34:55.226Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 2321 | 2024-08-30T18:34:55.346Z | [ host-package] Compiling ena v0.14.3 |
| 2322 | 2024-08-30T18:34:55.382Z | [ host-package] Compiling libloading v0.8.3 |
| 2323 | 2024-08-30T18:34:55.826Z | [ host-package] Compiling diff v0.1.13 |
| 2324 | 2024-08-30T18:34:55.873Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 2325 | 2024-08-30T18:34:55.905Z | [ host-package] Compiling bindgen v0.69.4 |
| 2326 | 2024-08-30T18:34:56.139Z | [ helios-setup] Aug 30 18:34:54.541 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2327 | 2024-08-30T18:34:56.702Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 2328 | 2024-08-30T18:34:58.009Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2329 | 2024-08-30T18:34:59.109Z | [ helios-setup] Aug 30 18:34:57.511 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2330 | 2024-08-30T18:34:59.441Z | [ host-package] Compiling which v4.4.2 |
| 2331 | 2024-08-30T18:35:00.085Z | [ host-package] Compiling lalrpop v0.19.12 |
| 2332 | 2024-08-30T18:35:02.580Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2333 | 2024-08-30T18:35:02.873Z | [ host-package] Compiling cexpr v0.6.0 |
| 2334 | 2024-08-30T18:35:04.579Z | [ host-package] Compiling libsw v3.3.1 |
| 2335 | 2024-08-30T18:35:05.000Z | [ host-package] Compiling shlex v1.3.0 |
| 2336 | 2024-08-30T18:35:05.413Z | [ host-package] Compiling linear-map v1.2.0 |
| 2337 | 2024-08-30T18:35:05.903Z | [ host-package] Compiling ref-cast v1.0.23 |
| 2338 | 2024-08-30T18:35:06.741Z | [ host-package] Compiling rustc-hash v1.1.0 |
| 2339 | 2024-08-30T18:35:06.894Z | [ host-package] Compiling diesel v2.2.3 |
| 2340 | 2024-08-30T18:35:06.936Z | [ host-package] Compiling lazycell v1.3.0 |
| 2341 | 2024-08-30T18:35:07.115Z | [ host-package] Compiling owo-colors v4.0.0 |
| 2342 | 2024-08-30T18:35:10.776Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2343 | 2024-08-30T18:35:13.176Z | [ helios-setup] Aug 30 18:35:11.575 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.22s |
| 2344 | 2024-08-30T18:35:13.209Z | [ helios-setup] Aug 30 18:35:11.608 INFO building project "image-builder" ok (48 seconds) |
| 2345 | 2024-08-30T18:35:13.209Z | [ helios-setup] Aug 30 18:35:11.609 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2346 | 2024-08-30T18:35:13.211Z | [ helios-setup] Aug 30 18:35:11.609 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2347 | 2024-08-30T18:35:13.219Z | [ helios-setup] Aug 30 18:35:11.618 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
| 2348 | 2024-08-30T18:35:13.549Z | [ helios-setup] Aug 30 18:35:11.949 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
| 2349 | 2024-08-30T18:35:13.549Z | [ helios-setup] Aug 30 18:35:11.949 INFO E| info: downloading component 'cargo' |
| 2350 | 2024-08-30T18:35:14.406Z | [ helios-setup] Aug 30 18:35:12.806 INFO E| info: downloading component 'clippy' |
| 2351 | 2024-08-30T18:35:14.741Z | [ helios-setup] Aug 30 18:35:13.140 INFO E| info: downloading component 'rust-docs' |
| 2352 | 2024-08-30T18:35:15.861Z | [ helios-setup] Aug 30 18:35:14.260 INFO E| info: downloading component 'rust-src' |
| 2353 | 2024-08-30T18:35:16.017Z | [ helios-setup] Aug 30 18:35:14.416 INFO E| info: downloading component 'rust-std' |
| 2354 | 2024-08-30T18:35:18.130Z | [ helios-setup] Aug 30 18:35:16.529 INFO E| info: downloading component 'rustc' |
| 2355 | 2024-08-30T18:35:19.280Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 2356 | 2024-08-30T18:35:21.911Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2357 | 2024-08-30T18:35:22.302Z | [ host-package] Compiling derive_builder_core v0.20.0 |
| 2358 | 2024-08-30T18:35:23.288Z | [ helios-setup] Aug 30 18:35:21.686 INFO E| info: downloading component 'rustfmt' |
| 2359 | 2024-08-30T18:35:23.501Z | [ host-package] Compiling headers-core v0.2.0 |
| 2360 | 2024-08-30T18:35:23.697Z | [ host-package] Compiling fxhash v0.2.1 |
| 2361 | 2024-08-30T18:35:23.881Z | [ helios-setup] Aug 30 18:35:22.279 INFO E| info: installing component 'cargo' |
| 2362 | 2024-08-30T18:35:24.051Z | [ host-package] Compiling libxml v0.3.3 |
| 2363 | 2024-08-30T18:35:24.373Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
| 2364 | 2024-08-30T18:35:24.614Z | [ host-package] Compiling headers v0.3.9 |
| 2365 | 2024-08-30T18:35:24.682Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
| 2366 | 2024-08-30T18:35:25.320Z | [ helios-setup] Aug 30 18:35:23.718 INFO E| info: installing component 'clippy' |
| 2367 | 2024-08-30T18:35:25.773Z | [ helios-setup] Aug 30 18:35:24.171 INFO E| info: installing component 'rust-docs' |
| 2368 | 2024-08-30T18:35:25.789Z | [ host-package] Compiling samael v0.0.15 |
| 2369 | 2024-08-30T18:35:26.131Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2370 | 2024-08-30T18:35:26.914Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2371 | 2024-08-30T18:35:27.509Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2372 | 2024-08-30T18:35:27.784Z | [ host-package] Compiling strum_macros v0.24.3 |
| 2373 | 2024-08-30T18:35:28.686Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 2374 | 2024-08-30T18:35:29.292Z | [ host-package] Compiling polar-core v0.27.3 |
| 2375 | 2024-08-30T18:35:30.029Z | [ host-package] Compiling dropshot v0.10.1 |
| 2376 | 2024-08-30T18:35:30.075Z | [ host-package] Compiling unicase v2.7.0 |
| 2377 | 2024-08-30T18:35:30.556Z | [ host-package] Compiling indoc v1.0.9 |
| 2378 | 2024-08-30T18:35:30.762Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2379 | 2024-08-30T18:35:31.280Z | [ helios-setup] Aug 30 18:35:29.676 INFO E| info: installing component 'rust-src' |
| 2380 | 2024-08-30T18:35:31.781Z | [ host-package] Compiling derive_builder v0.20.0 |
| 2381 | 2024-08-30T18:35:32.174Z | [ helios-setup] Aug 30 18:35:30.571 INFO E| info: installing component 'rust-std' |
| 2382 | 2024-08-30T18:35:33.904Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2383 | 2024-08-30T18:35:34.975Z | [ helios-setup] Aug 30 18:35:33.369 INFO E| info: installing component 'rustc' |
| 2384 | 2024-08-30T18:35:36.629Z | [ host-package] Compiling tungstenite v0.23.0 |
| 2385 | 2024-08-30T18:35:37.919Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2386 | 2024-08-30T18:35:38.506Z | [ host-package] Compiling crossterm v0.28.1 |
| 2387 | 2024-08-30T18:35:41.372Z | [ helios-setup] Aug 30 18:35:39.768 INFO E| info: installing component 'rustfmt' |
| 2388 | 2024-08-30T18:35:42.219Z | [ helios-setup] Aug 30 18:35:40.614 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2389 | 2024-08-30T18:35:43.037Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
| 2390 | 2024-08-30T18:35:43.098Z | [ helios-setup] Aug 30 18:35:41.492 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2391 | 2024-08-30T18:35:43.098Z | [ helios-setup] Aug 30 18:35:41.492 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
| 2392 | 2024-08-30T18:35:43.098Z | [ helios-setup] Aug 30 18:35:41.493 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
| 2393 | 2024-08-30T18:35:43.128Z | [ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
| 2394 | 2024-08-30T18:35:43.128Z | [ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
| 2395 | 2024-08-30T18:35:43.132Z | [ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
| 2396 | 2024-08-30T18:35:43.132Z | [ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
| 2397 | 2024-08-30T18:35:43.132Z | [ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
| 2398 | 2024-08-30T18:35:43.132Z | [ helios-setup] Aug 30 18:35:41.521 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
| 2399 | 2024-08-30T18:35:43.132Z | [ helios-setup] Aug 30 18:35:41.522 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
| 2400 | 2024-08-30T18:35:43.170Z | [ helios-setup] Aug 30 18:35:41.565 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
| 2401 | 2024-08-30T18:35:43.506Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 2402 | 2024-08-30T18:35:43.996Z | [ helios-setup] Aug 30 18:35:42.390 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2403 | 2024-08-30T18:35:43.996Z | [ helios-setup] Aug 30 18:35:42.390 INFO E| * [new branch] empty -> origin/empty |
| 2404 | 2024-08-30T18:35:43.996Z | [ helios-setup] Aug 30 18:35:42.391 INFO E| * [new branch] issue-99 -> origin/issue-99 |
| 2405 | 2024-08-30T18:35:43.997Z | [ helios-setup] Aug 30 18:35:42.391 INFO E| * [new branch] main -> origin/main |
| 2406 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.391 INFO E| * [new branch] review -> origin/review |
| 2407 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.391 INFO E| * [new ref] -> origin/HEAD |
| 2408 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.391 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
| 2409 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.391 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
| 2410 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
| 2411 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
| 2412 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
| 2413 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
| 2414 | 2024-08-30T18:35:44.001Z | [ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
| 2415 | 2024-08-30T18:35:44.002Z | [ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
| 2416 | 2024-08-30T18:35:44.002Z | [ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
| 2417 | 2024-08-30T18:35:44.002Z | [ helios-setup] Aug 30 18:35:42.392 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
| 2418 | 2024-08-30T18:35:44.002Z | [ helios-setup] Aug 30 18:35:42.393 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
| 2419 | 2024-08-30T18:35:44.021Z | [ helios-setup] Aug 30 18:35:42.416 INFO E| Updating crates.io index |
| 2420 | 2024-08-30T18:35:44.386Z | [ helios-setup] Aug 30 18:35:42.781 INFO E| Downloading crates ... |
| 2421 | 2024-08-30T18:35:44.531Z | [ helios-setup] Aug 30 18:35:42.926 INFO E| Downloaded pest_generator v2.7.11 |
| 2422 | 2024-08-30T18:35:44.567Z | [ helios-setup] Aug 30 18:35:42.962 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2423 | 2024-08-30T18:35:44.570Z | [ helios-setup] Aug 30 18:35:42.964 INFO E| Downloaded unic-char-property v0.9.0 |
| 2424 | 2024-08-30T18:35:44.574Z | [ helios-setup] Aug 30 18:35:42.966 INFO E| Downloaded scroll_derive v0.10.5 |
| 2425 | 2024-08-30T18:35:44.574Z | [ helios-setup] Aug 30 18:35:42.967 INFO E| Downloaded proc-macro-crate v0.1.5 |
| 2426 | 2024-08-30T18:35:44.592Z | [ helios-setup] Aug 30 18:35:42.988 INFO E| Downloaded unic-common v0.9.0 |
| 2427 | 2024-08-30T18:35:44.595Z | [ helios-setup] Aug 30 18:35:42.989 INFO E| Downloaded unic-char-range v0.9.0 |
| 2428 | 2024-08-30T18:35:44.598Z | [ helios-setup] Aug 30 18:35:42.991 INFO E| Downloaded strum v0.23.0 |
| 2429 | 2024-08-30T18:35:44.598Z | [ helios-setup] Aug 30 18:35:42.992 INFO E| Downloaded parse_int v0.6.0 |
| 2430 | 2024-08-30T18:35:44.598Z | [ helios-setup] Aug 30 18:35:42.993 INFO E| Downloaded memoffset v0.5.6 |
| 2431 | 2024-08-30T18:35:44.601Z | [ helios-setup] Aug 30 18:35:42.994 INFO E| Downloaded four-cc v0.3.0 |
| 2432 | 2024-08-30T18:35:44.601Z | [ helios-setup] Aug 30 18:35:42.996 INFO E| Downloaded fletcher v0.1.0 |
| 2433 | 2024-08-30T18:35:44.604Z | [ helios-setup] Aug 30 18:35:42.998 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2434 | 2024-08-30T18:35:44.608Z | [ helios-setup] Aug 30 18:35:43.004 INFO E| Downloaded textwrap v0.11.0 |
| 2435 | 2024-08-30T18:35:44.608Z | [ helios-setup] Aug 30 18:35:43.004 INFO E| Downloaded strum_macros v0.23.1 |
| 2436 | 2024-08-30T18:35:44.611Z | [ helios-setup] Aug 30 18:35:43.005 INFO E| Downloaded structopt-derive v0.4.18 |
| 2437 | 2024-08-30T18:35:44.614Z | [ helios-setup] Aug 30 18:35:43.007 INFO E| Downloaded strsim v0.8.0 |
| 2438 | 2024-08-30T18:35:44.614Z | [ helios-setup] Aug 30 18:35:43.009 INFO E| Downloaded semver v0.9.0 |
| 2439 | 2024-08-30T18:35:44.617Z | [ helios-setup] Aug 30 18:35:43.011 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2440 | 2024-08-30T18:35:44.620Z | [ helios-setup] Aug 30 18:35:43.013 INFO E| Downloaded semver-parser v0.7.0 |
| 2441 | 2024-08-30T18:35:44.620Z | [ helios-setup] Aug 30 18:35:43.014 INFO E| Downloaded pre v0.2.1 |
| 2442 | 2024-08-30T18:35:44.620Z | [ helios-setup] Aug 30 18:35:43.015 INFO E| Downloaded num-derive v0.3.3 |
| 2443 | 2024-08-30T18:35:44.623Z | [ helios-setup] Aug 30 18:35:43.018 INFO E| Downloaded vec_map v0.8.2 |
| 2444 | 2024-08-30T18:35:44.626Z | [ helios-setup] Aug 30 18:35:43.019 INFO E| Downloaded rustc_version v0.2.3 |
| 2445 | 2024-08-30T18:35:44.626Z | [ helios-setup] Aug 30 18:35:43.020 INFO E| Downloaded cfg-if v0.1.10 |
| 2446 | 2024-08-30T18:35:44.628Z | [ helios-setup] Aug 30 18:35:43.021 INFO E| Downloaded bytesize v1.3.0 |
| 2447 | 2024-08-30T18:35:44.637Z | [ helios-setup] Aug 30 18:35:43.031 INFO E| Downloaded pre-proc-macro v0.2.1 |
| 2448 | 2024-08-30T18:35:44.649Z | [ helios-setup] Aug 30 18:35:43.034 INFO E| Downloaded pest_meta v2.7.11 |
| 2449 | 2024-08-30T18:35:44.649Z | [ helios-setup] Aug 30 18:35:43.037 INFO E| Downloaded serde_derive v1.0.204 |
| 2450 | 2024-08-30T18:35:44.649Z | [ helios-setup] Aug 30 18:35:43.040 INFO E| Downloaded pest_derive v2.7.11 |
| 2451 | 2024-08-30T18:35:44.649Z | [ helios-setup] Aug 30 18:35:43.043 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2452 | 2024-08-30T18:35:44.676Z | [ helios-setup] Aug 30 18:35:43.071 INFO E| Downloaded structopt v0.3.26 |
| 2453 | 2024-08-30T18:35:44.689Z | [ helios-setup] Aug 30 18:35:43.084 INFO E| Downloaded serde v1.0.204 |
| 2454 | 2024-08-30T18:35:44.698Z | [ helios-setup] Aug 30 18:35:43.091 INFO E| Downloaded pest v2.7.11 |
| 2455 | 2024-08-30T18:35:44.713Z | [ helios-setup] Aug 30 18:35:43.109 INFO E| Downloaded memchr v2.7.4 |
| 2456 | 2024-08-30T18:35:44.716Z | [ helios-setup] Aug 30 18:35:43.110 INFO E| Downloaded serde_json v1.0.120 |
| 2457 | 2024-08-30T18:35:44.727Z | [ helios-setup] Aug 30 18:35:43.122 INFO E| Downloaded syn v2.0.71 |
| 2458 | 2024-08-30T18:35:44.746Z | [ helios-setup] Aug 30 18:35:43.141 INFO E| Downloaded goblin v0.4.3 |
| 2459 | 2024-08-30T18:35:44.755Z | [ helios-setup] Aug 30 18:35:43.150 INFO E| Downloaded clap v2.34.0 |
| 2460 | 2024-08-30T18:35:44.767Z | [ helios-setup] Aug 30 18:35:43.162 INFO E| Downloaded scroll v0.10.2 |
| 2461 | 2024-08-30T18:35:44.770Z | [ helios-setup] Aug 30 18:35:43.166 INFO E| Downloaded log v0.4.22 |
| 2462 | 2024-08-30T18:35:44.774Z | [ helios-setup] Aug 30 18:35:43.170 INFO E| Downloaded libc v0.2.155 |
| 2463 | 2024-08-30T18:35:44.819Z | [ helios-setup] Aug 30 18:35:43.214 INFO E| Downloaded ansi_term v0.12.1 |
| 2464 | 2024-08-30T18:35:44.912Z | [ helios-setup] Aug 30 18:35:43.307 INFO E| Compiling proc-macro2 v1.0.86 |
| 2465 | 2024-08-30T18:35:44.916Z | [ helios-setup] Aug 30 18:35:43.307 INFO E| Compiling unicode-ident v1.0.12 |
| 2466 | 2024-08-30T18:35:44.916Z | [ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling syn v1.0.109 |
| 2467 | 2024-08-30T18:35:44.916Z | [ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling version_check v0.9.4 |
| 2468 | 2024-08-30T18:35:44.916Z | [ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling autocfg v1.3.0 |
| 2469 | 2024-08-30T18:35:44.916Z | [ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling thiserror v1.0.63 |
| 2470 | 2024-08-30T18:35:44.916Z | [ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling semver-parser v0.7.0 |
| 2471 | 2024-08-30T18:35:44.916Z | [ helios-setup] Aug 30 18:35:43.308 INFO E| Compiling serde v1.0.204 |
| 2472 | 2024-08-30T18:35:45.927Z | [ helios-setup] Aug 30 18:35:44.322 INFO E| Compiling semver v0.9.0 |
| 2473 | 2024-08-30T18:35:46.054Z | [ helios-setup] Aug 30 18:35:44.449 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2474 | 2024-08-30T18:35:46.749Z | [ helios-setup] Aug 30 18:35:45.144 INFO E| Compiling rustc_version v0.2.3 |
| 2475 | 2024-08-30T18:35:46.760Z | [ helios-setup] Aug 30 18:35:45.154 INFO E| Compiling proc-macro-error v1.0.4 |
| 2476 | 2024-08-30T18:35:46.912Z | [ helios-setup] Aug 30 18:35:45.307 INFO E| Compiling serde_json v1.0.120 |
| 2477 | 2024-08-30T18:35:46.954Z | [ helios-setup] Aug 30 18:35:45.347 INFO E| Compiling ryu v1.0.18 |
| 2478 | 2024-08-30T18:35:47.244Z | [ helios-setup] Aug 30 18:35:45.639 INFO E| Compiling num-traits v0.2.19 |
| 2479 | 2024-08-30T18:35:47.342Z | [ helios-setup] Aug 30 18:35:45.726 INFO E| Compiling unicode-segmentation v1.11.0 |
| 2480 | 2024-08-30T18:35:47.468Z | [ helios-setup] Aug 30 18:35:45.863 INFO E| Compiling schemars v0.8.21 |
| 2481 | 2024-08-30T18:35:47.813Z | [ helios-setup] Aug 30 18:35:46.208 INFO E| Compiling itoa v1.0.11 |
| 2482 | 2024-08-30T18:35:47.850Z | [ helios-setup] Aug 30 18:35:46.244 INFO E| Compiling pre-proc-macro v0.2.1 |
| 2483 | 2024-08-30T18:35:47.862Z | [ helios-setup] Aug 30 18:35:46.257 INFO E| Compiling memoffset v0.5.6 |
| 2484 | 2024-08-30T18:35:48.137Z | [ helios-setup] Aug 30 18:35:46.530 INFO E| Compiling dyn-clone v1.0.17 |
| 2485 | 2024-08-30T18:35:48.301Z | [ helios-setup] Aug 30 18:35:46.696 INFO E| Compiling libc v0.2.155 |
| 2486 | 2024-08-30T18:35:48.454Z | [ helios-setup] Aug 30 18:35:46.848 INFO E| Compiling heck v0.3.3 |
| 2487 | 2024-08-30T18:35:48.509Z | [ host-package] Compiling oso-derive v0.27.3 |
| 2488 | 2024-08-30T18:35:48.568Z | [ helios-setup] Aug 30 18:35:46.962 INFO E| Compiling ucd-trie v0.1.6 |
| 2489 | 2024-08-30T18:35:48.730Z | [ helios-setup] Aug 30 18:35:47.125 INFO E| Compiling lazy_static v1.5.0 |
| 2490 | 2024-08-30T18:35:48.772Z | [ helios-setup] Aug 30 18:35:47.165 INFO E| Compiling rustversion v1.0.17 |
| 2491 | 2024-08-30T18:35:49.001Z | [ helios-setup] Aug 30 18:35:47.395 INFO E| Compiling paste v1.0.15 |
| 2492 | 2024-08-30T18:35:49.001Z | [ helios-setup] Aug 30 18:35:47.395 INFO E| Compiling memchr v2.7.4 |
| 2493 | 2024-08-30T18:35:49.178Z | [ helios-setup] Aug 30 18:35:47.572 INFO E| Compiling quote v1.0.36 |
| 2494 | 2024-08-30T18:35:49.986Z | [ helios-setup] Aug 30 18:35:48.381 INFO E| Compiling syn v2.0.71 |
| 2495 | 2024-08-30T18:35:50.338Z | [ helios-setup] Aug 30 18:35:48.733 INFO E| Compiling pre v0.2.1 |
| 2496 | 2024-08-30T18:35:50.606Z | [ helios-setup] Aug 30 18:35:48.992 INFO E| Compiling byteorder v1.5.0 |
| 2497 | 2024-08-30T18:35:50.836Z | [ host-package] Compiling dropshot_endpoint v0.10.1 |
| 2498 | 2024-08-30T18:35:51.342Z | [ host-package] Compiling libz-sys v1.1.16 |
| 2499 | 2024-08-30T18:35:51.398Z | [ helios-setup] Aug 30 18:35:49.783 INFO E| Compiling cfg-if v0.1.10 |
| 2500 | 2024-08-30T18:35:51.401Z | [ helios-setup] Aug 30 18:35:49.795 INFO E| Compiling once_cell v1.19.0 |
| 2501 | 2024-08-30T18:35:51.474Z | [ helios-setup] Aug 30 18:35:49.869 INFO E| Compiling static_assertions v1.1.0 |
| 2502 | 2024-08-30T18:35:51.832Z | [ host-package] Compiling quick-xml v0.31.0 |
| 2503 | 2024-08-30T18:35:52.815Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 2504 | 2024-08-30T18:35:52.873Z | [ helios-setup] Aug 30 18:35:51.267 INFO E| Compiling unicode-width v0.1.13 |
| 2505 | 2024-08-30T18:35:53.341Z | [ helios-setup] Aug 30 18:35:51.735 INFO E| Compiling textwrap v0.11.0 |
| 2506 | 2024-08-30T18:35:53.480Z | [ host-package] Compiling keccak v0.1.5 |
| 2507 | 2024-08-30T18:35:54.386Z | [ helios-setup] Aug 30 18:35:52.780 INFO E| Compiling atty v0.2.14 |
| 2508 | 2024-08-30T18:35:54.417Z | [ helios-setup] Aug 30 18:35:52.810 INFO E| Compiling strsim v0.8.0 |
| 2509 | 2024-08-30T18:35:54.458Z | [ helios-setup] Aug 30 18:35:52.852 INFO E| Compiling bitflags v1.3.2 |
| 2510 | 2024-08-30T18:35:54.507Z | [ helios-setup] Aug 30 18:35:52.901 INFO E| Compiling ansi_term v0.12.1 |
| 2511 | 2024-08-30T18:35:54.548Z | [ helios-setup] Aug 30 18:35:52.941 INFO E| Compiling unic-char-range v0.9.0 |
| 2512 | 2024-08-30T18:35:54.605Z | [ helios-setup] Aug 30 18:35:52.997 INFO E| Compiling strum v0.23.0 |
| 2513 | 2024-08-30T18:35:54.814Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 2514 | 2024-08-30T18:35:54.824Z | [ helios-setup] Aug 30 18:35:53.218 INFO E| Compiling vec_map v0.8.2 |
| 2515 | 2024-08-30T18:35:54.840Z | [ helios-setup] Aug 30 18:35:53.233 INFO E| Compiling fletcher v0.1.0 |
| 2516 | 2024-08-30T18:35:55.344Z | [ helios-setup] Aug 30 18:35:53.738 INFO E| Compiling parse_int v0.6.0 |
| 2517 | 2024-08-30T18:35:55.519Z | [ helios-setup] Aug 30 18:35:53.913 INFO E| Compiling unic-common v0.9.0 |
| 2518 | 2024-08-30T18:35:55.582Z | [ helios-setup] Aug 30 18:35:53.976 INFO E| Compiling clap v2.34.0 |
| 2519 | 2024-08-30T18:35:55.582Z | [ helios-setup] Aug 30 18:35:53.976 INFO E| Compiling unic-char-property v0.9.0 |
| 2520 | 2024-08-30T18:35:55.689Z | [ host-package] Compiling sha3 v0.10.8 |
| 2521 | 2024-08-30T18:35:55.770Z | [ helios-setup] Aug 30 18:35:54.162 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2522 | 2024-08-30T18:35:55.864Z | [ helios-setup] Aug 30 18:35:54.257 INFO E| Compiling log v0.4.22 |
| 2523 | 2024-08-30T18:35:55.918Z | [ helios-setup] Aug 30 18:35:54.311 INFO E| Compiling plain v0.2.3 |
| 2524 | 2024-08-30T18:35:55.937Z | [ helios-setup] Aug 30 18:35:54.331 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2525 | 2024-08-30T18:35:56.110Z | [ helios-setup] Aug 30 18:35:54.503 INFO E| Compiling bytesize v1.3.0 |
| 2526 | 2024-08-30T18:35:57.086Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 2527 | 2024-08-30T18:35:57.163Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2528 | 2024-08-30T18:35:57.401Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2529 | 2024-08-30T18:35:58.404Z | [ helios-setup] Aug 30 18:35:56.797 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2530 | 2024-08-30T18:35:58.582Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2531 | 2024-08-30T18:35:59.871Z | [ helios-setup] Aug 30 18:35:58.264 INFO E| Compiling toml v0.5.11 |
| 2532 | 2024-08-30T18:36:00.490Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2533 | 2024-08-30T18:36:01.141Z | [ host-package] Compiling bb8 v0.8.5 |
| 2534 | 2024-08-30T18:36:06.118Z | [ helios-setup] Aug 30 18:36:01.402 INFO E| Compiling proc-macro-crate v0.1.5 |
| 2535 | 2024-08-30T18:36:06.176Z | [ helios-setup] Aug 30 18:36:01.692 INFO E| Compiling thiserror-impl v1.0.63 |
| 2536 | 2024-08-30T18:36:06.177Z | [ helios-setup] Aug 30 18:36:02.296 INFO E| Compiling serde_derive v1.0.204 |
| 2537 | 2024-08-30T18:36:06.177Z | [ helios-setup] Aug 30 18:36:02.309 INFO E| Compiling schemars_derive v0.8.21 |
| 2538 | 2024-08-30T18:36:06.177Z | [ helios-setup] Aug 30 18:36:02.598 INFO E| Compiling zerocopy-derive v0.6.6 |
| 2539 | 2024-08-30T18:36:06.177Z | [ host-package] Compiling oso v0.27.3 |
| 2540 | 2024-08-30T18:36:08.144Z | [ helios-setup] Aug 30 18:36:06.534 INFO E| Compiling zerocopy v0.6.6 |
| 2541 | 2024-08-30T18:36:08.817Z | [ helios-setup] Aug 30 18:36:07.158 INFO E| Compiling pest v2.7.11 |
| 2542 | 2024-08-30T18:36:12.264Z | [ helios-setup] Aug 30 18:36:10.654 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2543 | 2024-08-30T18:36:13.061Z | [ helios-setup] Aug 30 18:36:11.452 INFO E| Compiling num-derive v0.3.3 |
| 2544 | 2024-08-30T18:36:13.504Z | [ helios-setup] Aug 30 18:36:11.894 INFO E| Compiling pest_meta v2.7.11 |
| 2545 | 2024-08-30T18:36:13.549Z | [ helios-setup] Aug 30 18:36:11.939 INFO E| Compiling scroll_derive v0.10.5 |
| 2546 | 2024-08-30T18:36:13.635Z | [ helios-setup] Aug 30 18:36:12.025 INFO E| Compiling strum_macros v0.23.1 |
| 2547 | 2024-08-30T18:36:14.430Z | [ helios-setup] Aug 30 18:36:12.821 INFO E| Compiling structopt-derive v0.4.18 |
| 2548 | 2024-08-30T18:36:16.525Z | [ helios-setup] Aug 30 18:36:14.915 INFO E| Compiling pest_generator v2.7.11 |
| 2549 | 2024-08-30T18:36:17.176Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
| 2550 | 2024-08-30T18:36:17.632Z | [ helios-setup] Aug 30 18:36:16.022 INFO E| Compiling modular-bitfield v0.11.2 |
| 2551 | 2024-08-30T18:36:18.232Z | [ helios-setup] Aug 30 18:36:16.622 INFO E| Compiling scroll v0.10.2 |
| 2552 | 2024-08-30T18:36:19.424Z | [ helios-setup] Aug 30 18:36:17.815 INFO E| Compiling goblin v0.4.3 |
| 2553 | 2024-08-30T18:36:20.418Z | [ helios-setup] Aug 30 18:36:18.808 INFO E| Compiling structopt v0.3.26 |
| 2554 | 2024-08-30T18:36:20.771Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2555 | 2024-08-30T18:36:21.244Z | [ host-package] Compiling secrecy v0.8.0 |
| 2556 | 2024-08-30T18:36:21.745Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2557 | 2024-08-30T18:36:21.801Z | [ helios-setup] Aug 30 18:36:20.191 INFO E| Compiling pest_derive v2.7.11 |
| 2558 | 2024-08-30T18:36:25.694Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
| 2559 | 2024-08-30T18:36:27.348Z | [ helios-setup] Aug 30 18:36:25.735 INFO E| Compiling json5 v0.4.1 |
| 2560 | 2024-08-30T18:36:27.938Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
| 2561 | 2024-08-30T18:36:28.913Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2562 | 2024-08-30T18:36:29.203Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 2563 | 2024-08-30T18:36:29.406Z | [ host-package] Compiling poly1305 v0.8.0 |
| 2564 | 2024-08-30T18:36:29.755Z | [ host-package] Compiling vte v0.11.1 |
| 2565 | 2024-08-30T18:36:32.316Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 2566 | 2024-08-30T18:36:32.513Z | [ host-package] Compiling const_format v0.2.32 |
| 2567 | 2024-08-30T18:36:33.031Z | [ helios-setup] Aug 30 18:36:31.420 INFO E| Compiling four-cc v0.3.0 |
| 2568 | 2024-08-30T18:36:33.032Z | [ helios-setup] Aug 30 18:36:31.420 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
| 2569 | 2024-08-30T18:36:33.258Z | [ helios-setup] Aug 30 18:36:31.647 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
| 2570 | 2024-08-30T18:36:34.111Z | [ host-package] Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
| 2571 | 2024-08-30T18:36:34.779Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 2572 | 2024-08-30T18:36:38.751Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2573 | 2024-08-30T18:36:39.200Z | [ host-package] Compiling chacha20 v0.9.1 |
| 2574 | 2024-08-30T18:36:39.788Z | [ host-package] Compiling fd-lock v4.0.2 |
| 2575 | 2024-08-30T18:36:40.219Z | [ host-package] Compiling aead v0.5.2 |
| 2576 | 2024-08-30T18:36:40.749Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
| 2577 | 2024-08-30T18:36:41.018Z | [ host-package] Compiling bytecount v0.6.8 |
| 2578 | 2024-08-30T18:36:41.409Z | [ host-package] Compiling papergrid v0.11.0 |
| 2579 | 2024-08-30T18:36:42.758Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 2580 | 2024-08-30T18:36:43.472Z | [ host-package] Compiling parking_lot v0.11.2 |
| 2581 | 2024-08-30T18:36:45.619Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 2582 | 2024-08-30T18:36:50.689Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 2583 | 2024-08-30T18:36:52.413Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2584 | 2024-08-30T18:36:54.076Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2585 | 2024-08-30T18:36:56.568Z | [ host-package] Compiling crossterm v0.27.0 |
| 2586 | 2024-08-30T18:36:57.856Z | [ host-package] Compiling peg-macros v0.8.4 |
| 2587 | 2024-08-30T18:37:01.479Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
| 2588 | 2024-08-30T18:37:01.865Z | [ host-package] Compiling unicode_categories v0.1.1 |
| 2589 | 2024-08-30T18:37:02.309Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
| 2590 | 2024-08-30T18:37:03.026Z | [ host-package] Compiling rustyline v14.0.0 |
| 2591 | 2024-08-30T18:37:03.678Z | [ host-package] Compiling reedline v0.33.0 |
| 2592 | 2024-08-30T18:37:04.015Z | [ host-package] Compiling sqlparser v0.45.0 |
| 2593 | 2024-08-30T18:37:05.952Z | [ host-package] Compiling sqlformat v0.2.4 |
| 2594 | 2024-08-30T18:37:11.680Z | [ host-package] Compiling peg v0.8.4 |
| 2595 | 2024-08-30T18:37:11.839Z | [ host-package] Compiling tabled v0.15.0 |
| 2596 | 2024-08-30T18:37:14.469Z | [ helios-setup] Aug 30 18:37:12.852 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
| 2597 | 2024-08-30T18:37:16.082Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2598 | 2024-08-30T18:37:18.835Z | [ host-package] Compiling sled v0.34.7 |
| 2599 | 2024-08-30T18:37:26.505Z | [ helios-setup] Aug 30 18:37:24.884 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 2600 | 2024-08-30T18:37:29.530Z | [ host-package] Compiling mime_guess v2.0.4 |
| 2601 | 2024-08-30T18:37:30.974Z | [ host-package] Compiling hickory-client v0.24.1 |
| 2602 | 2024-08-30T18:37:31.034Z | [ host-package] Compiling env_logger v0.9.3 |
| 2603 | 2024-08-30T18:37:34.754Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2604 | 2024-08-30T18:37:35.244Z | [ host-package] Compiling tungstenite v0.20.1 |
| 2605 | 2024-08-30T18:37:35.626Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2606 | 2024-08-30T18:37:36.610Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2607 | 2024-08-30T18:37:38.421Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2608 | 2024-08-30T18:37:40.912Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
| 2609 | 2024-08-30T18:37:42.212Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2610 | 2024-08-30T18:37:42.752Z | [ host-package] Compiling hickory-server v0.24.1 |
| 2611 | 2024-08-30T18:37:42.878Z | [ host-package] Compiling bcs v0.1.6 |
| 2612 | 2024-08-30T18:37:44.089Z | [ host-package] Compiling vergen v8.3.2 |
| 2613 | 2024-08-30T18:37:44.685Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
| 2614 | 2024-08-30T18:37:46.356Z | [ host-package] Compiling cargo-platform v0.1.8 |
| 2615 | 2024-08-30T18:37:46.399Z | [ host-package] Compiling nanorand v0.7.0 |
| 2616 | 2024-08-30T18:37:47.014Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2617 | 2024-08-30T18:37:47.194Z | [ host-package] Compiling memoffset v0.9.1 |
| 2618 | 2024-08-30T18:37:47.278Z | [ host-package] Compiling ascii v1.1.0 |
| 2619 | 2024-08-30T18:37:47.984Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2620 | 2024-08-30T18:37:48.390Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2621 | 2024-08-30T18:37:49.838Z | [ host-package] Compiling flume v0.11.0 |
| 2622 | 2024-08-30T18:37:50.878Z | [ host-package] Compiling cargo_metadata v0.18.1 |
| 2623 | 2024-08-30T18:37:50.922Z | [ host-package] Compiling bitstruct v0.1.1 |
| 2624 | 2024-08-30T18:37:51.101Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2625 | 2024-08-30T18:37:57.085Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2626 | 2024-08-30T18:37:57.555Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2627 | 2024-08-30T18:37:58.325Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2628 | 2024-08-30T18:38:00.919Z | [ host-package] Compiling git2 v0.19.0 |
| 2629 | 2024-08-30T18:38:08.263Z | [ helios-setup] Aug 30 18:38:06.639 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 26s |
| 2630 | 2024-08-30T18:38:08.299Z | [ helios-setup] Aug 30 18:38:06.675 INFO building project "amd-host-image-builder" ok (175 seconds) |
| 2631 | 2024-08-30T18:38:08.299Z | [ helios-setup] Aug 30 18:38:06.675 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2632 | 2024-08-30T18:38:08.299Z | [ helios-setup] Aug 30 18:38:06.675 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2633 | 2024-08-30T18:38:08.742Z | [ helios-setup] Aug 30 18:38:07.117 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2634 | 2024-08-30T18:38:09.449Z | [ helios-setup] Aug 30 18:38:07.824 INFO E| From https://github.com/jclulow/hiercmd |
| 2635 | 2024-08-30T18:38:09.452Z | [ helios-setup] Aug 30 18:38:07.825 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
| 2636 | 2024-08-30T18:38:09.497Z | [ helios-setup] Aug 30 18:38:07.872 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
| 2637 | 2024-08-30T18:38:09.952Z | [ helios-setup] Aug 30 18:38:08.328 INFO E| From https://github.com/jclulow/network-interface |
| 2638 | 2024-08-30T18:38:09.952Z | [ helios-setup] Aug 30 18:38:08.328 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
| 2639 | 2024-08-30T18:38:09.974Z | [ helios-setup] Aug 30 18:38:08.349 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2640 | 2024-08-30T18:38:10.322Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
| 2641 | 2024-08-30T18:38:10.533Z | [ helios-setup] Aug 30 18:38:08.909 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2642 | 2024-08-30T18:38:10.533Z | [ helios-setup] Aug 30 18:38:08.909 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2643 | 2024-08-30T18:38:10.606Z | [ helios-setup] Aug 30 18:38:08.981 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
| 2644 | 2024-08-30T18:38:11.246Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2645 | 2024-08-30T18:38:11.389Z | [ helios-setup] Aug 30 18:38:09.765 INFO E| From https://github.com/oxidecomputer/facade |
| 2646 | 2024-08-30T18:38:11.390Z | [ helios-setup] Aug 30 18:38:09.765 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
| 2647 | 2024-08-30T18:38:11.471Z | [ helios-setup] Aug 30 18:38:09.846 INFO E| Updating crates.io index |
| 2648 | 2024-08-30T18:38:11.604Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2649 | 2024-08-30T18:38:12.112Z | [ helios-setup] Aug 30 18:38:10.487 INFO E| Downloading crates ... |
| 2650 | 2024-08-30T18:38:12.296Z | [ helios-setup] Aug 30 18:38:10.671 INFO E| Downloaded const-random v0.1.15 |
| 2651 | 2024-08-30T18:38:12.330Z | [ helios-setup] Aug 30 18:38:10.706 INFO E| Downloaded concolor-override v1.0.0 |
| 2652 | 2024-08-30T18:38:12.333Z | [ helios-setup] Aug 30 18:38:10.707 INFO E| Downloaded futures-sink v0.3.28 |
| 2653 | 2024-08-30T18:38:12.336Z | [ helios-setup] Aug 30 18:38:10.709 INFO E| Downloaded anstream v0.2.6 |
| 2654 | 2024-08-30T18:38:12.338Z | [ helios-setup] Aug 30 18:38:10.714 INFO E| Downloaded num_enum_derive v0.5.7 |
| 2655 | 2024-08-30T18:38:12.341Z | [ helios-setup] Aug 30 18:38:10.716 INFO E| Downloaded num_cpus v1.15.0 |
| 2656 | 2024-08-30T18:38:12.346Z | [ helios-setup] Aug 30 18:38:10.721 INFO E| Downloaded itoa v1.0.6 |
| 2657 | 2024-08-30T18:38:12.349Z | [ helios-setup] Aug 30 18:38:10.724 INFO E| Downloaded either v1.8.0 |
| 2658 | 2024-08-30T18:38:12.351Z | [ helios-setup] Aug 30 18:38:10.727 INFO E| Downloaded scopeguard v1.1.0 |
| 2659 | 2024-08-30T18:38:12.354Z | [ helios-setup] Aug 30 18:38:10.729 INFO E| Downloaded ahash v0.7.6 |
| 2660 | 2024-08-30T18:38:12.359Z | [ helios-setup] Aug 30 18:38:10.734 INFO E| Downloaded digest v0.10.6 |
| 2661 | 2024-08-30T18:38:12.363Z | [ helios-setup] Aug 30 18:38:10.738 INFO E| Downloaded time v0.1.45 |
| 2662 | 2024-08-30T18:38:12.366Z | [ helios-setup] Aug 30 18:38:10.741 INFO E| Downloaded project-root v0.2.2 |
| 2663 | 2024-08-30T18:38:12.369Z | [ helios-setup] Aug 30 18:38:10.744 INFO E| Downloaded smawk v0.3.1 |
| 2664 | 2024-08-30T18:38:12.372Z | [ helios-setup] Aug 30 18:38:10.747 INFO E| Downloaded autocfg v1.1.0 |
| 2665 | 2024-08-30T18:38:12.375Z | [ helios-setup] Aug 30 18:38:10.751 INFO E| Downloaded anstyle-parse v0.1.1 |
| 2666 | 2024-08-30T18:38:12.380Z | [ helios-setup] Aug 30 18:38:10.755 INFO E| Downloaded try-lock v0.2.4 |
| 2667 | 2024-08-30T18:38:12.382Z | [ helios-setup] Aug 30 18:38:10.758 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
| 2668 | 2024-08-30T18:38:12.386Z | [ helios-setup] Aug 30 18:38:10.762 INFO E| Downloaded num-integer v0.1.45 |
| 2669 | 2024-08-30T18:38:12.390Z | [ helios-setup] Aug 30 18:38:10.765 INFO E| Downloaded toolchain_find v0.2.0 |
| 2670 | 2024-08-30T18:38:12.392Z | [ helios-setup] Aug 30 18:38:10.767 INFO E| Downloaded tokio-rustls v0.24.0 |
| 2671 | 2024-08-30T18:38:12.396Z | [ helios-setup] Aug 30 18:38:10.771 INFO E| Downloaded slab v0.4.7 |
| 2672 | 2024-08-30T18:38:12.405Z | [ helios-setup] Aug 30 18:38:10.780 INFO E| Downloaded rustls-pemfile v1.0.2 |
| 2673 | 2024-08-30T18:38:12.409Z | [ helios-setup] Aug 30 18:38:10.784 INFO E| Downloaded serde_tokenstream v0.2.0 |
| 2674 | 2024-08-30T18:38:12.415Z | [ helios-setup] Aug 30 18:38:10.791 INFO E| Downloaded want v0.3.0 |
| 2675 | 2024-08-30T18:38:12.418Z | [ helios-setup] Aug 30 18:38:10.793 INFO E| Downloaded semver v0.11.0 |
| 2676 | 2024-08-30T18:38:12.420Z | [ helios-setup] Aug 30 18:38:10.796 INFO E| Downloaded toml_datetime v0.6.1 |
| 2677 | 2024-08-30T18:38:12.423Z | [ helios-setup] Aug 30 18:38:10.798 INFO E| Downloaded semver-parser v0.10.2 |
| 2678 | 2024-08-30T18:38:12.426Z | [ helios-setup] Aug 30 18:38:10.801 INFO E| Downloaded memoffset v0.7.1 |
| 2679 | 2024-08-30T18:38:12.429Z | [ helios-setup] Aug 30 18:38:10.804 INFO E| Downloaded slog-async v2.7.0 |
| 2680 | 2024-08-30T18:38:12.432Z | [ helios-setup] Aug 30 18:38:10.808 INFO E| Downloaded percent-encoding v2.2.0 |
| 2681 | 2024-08-30T18:38:12.435Z | [ helios-setup] Aug 30 18:38:10.809 INFO E| Downloaded slog-bunyan v2.4.0 |
| 2682 | 2024-08-30T18:38:12.437Z | [ helios-setup] Aug 30 18:38:10.812 INFO E| Downloaded signal-hook-registry v1.4.0 |
| 2683 | 2024-08-30T18:38:12.440Z | [ helios-setup] Aug 30 18:38:10.814 INFO E| Downloaded tokio-tungstenite v0.18.0 |
| 2684 | 2024-08-30T18:38:12.443Z | [ helios-setup] Aug 30 18:38:10.818 INFO E| Downloaded lock_api v0.4.9 |
| 2685 | 2024-08-30T18:38:12.446Z | [ helios-setup] Aug 30 18:38:10.821 INFO E| Downloaded parking_lot_core v0.9.6 |
| 2686 | 2024-08-30T18:38:12.450Z | [ helios-setup] Aug 30 18:38:10.825 INFO E| Downloaded sha1 v0.10.5 |
| 2687 | 2024-08-30T18:38:12.453Z | [ helios-setup] Aug 30 18:38:10.828 INFO E| Downloaded futures-channel v0.3.28 |
| 2688 | 2024-08-30T18:38:12.457Z | [ helios-setup] Aug 30 18:38:10.832 INFO E| Downloaded smallvec v1.10.0 |
| 2689 | 2024-08-30T18:38:12.462Z | [ helios-setup] Aug 30 18:38:10.836 INFO E| Downloaded serde_path_to_error v0.1.11 |
| 2690 | 2024-08-30T18:38:12.464Z | [ helios-setup] Aug 30 18:38:10.839 INFO E| Downloaded tempfile v3.5.0 |
| 2691 | 2024-08-30T18:38:12.498Z | [ helios-setup] Aug 30 18:38:10.873 INFO E| Downloaded smartstring v1.0.1 |
| 2692 | 2024-08-30T18:38:12.502Z | [ helios-setup] Aug 30 18:38:10.877 INFO E| Downloaded serde_derive_internals v0.26.0 |
| 2693 | 2024-08-30T18:38:12.504Z | [ helios-setup] Aug 30 18:38:10.880 INFO E| Downloaded semver v1.0.17 |
| 2694 | 2024-08-30T18:38:12.509Z | [ helios-setup] Aug 30 18:38:10.884 INFO E| Downloaded unicode-ident v1.0.8 |
| 2695 | 2024-08-30T18:38:12.514Z | [ helios-setup] Aug 30 18:38:10.889 INFO E| Downloaded schemars v0.8.12 |
| 2696 | 2024-08-30T18:38:12.536Z | [ helios-setup] Aug 30 18:38:10.911 INFO E| Downloaded uuid v1.3.0 |
| 2697 | 2024-08-30T18:38:12.542Z | [ helios-setup] Aug 30 18:38:10.918 INFO E| Downloaded url v2.3.1 |
| 2698 | 2024-08-30T18:38:12.548Z | [ helios-setup] Aug 30 18:38:10.923 INFO E| Downloaded unsafe-libyaml v0.2.8 |
| 2699 | 2024-08-30T18:38:12.554Z | [ helios-setup] Aug 30 18:38:10.930 INFO E| Downloaded num-traits v0.2.15 |
| 2700 | 2024-08-30T18:38:12.558Z | [ helios-setup] Aug 30 18:38:10.934 INFO E| Downloaded unicode-linebreak v0.1.4 |
| 2701 | 2024-08-30T18:38:12.561Z | [ helios-setup] Aug 30 18:38:10.937 INFO E| Downloaded tracing v0.1.37 |
| 2702 | 2024-08-30T18:38:12.568Z | [ helios-setup] Aug 30 18:38:10.944 INFO E| Downloaded crossbeam-channel v0.5.6 |
| 2703 | 2024-08-30T18:38:12.575Z | [ helios-setup] Aug 30 18:38:10.950 INFO E| Downloaded unicode-normalization v0.1.22 |
| 2704 | 2024-08-30T18:38:12.581Z | [ helios-setup] Aug 30 18:38:10.956 INFO E| Downloaded rayon-core v1.10.2 |
| 2705 | 2024-08-30T18:38:12.587Z | [ helios-setup] Aug 30 18:38:10.962 INFO E| Downloaded winnow v0.4.1 |
| 2706 | 2024-08-30T18:38:12.601Z | [ helios-setup] Aug 30 18:38:10.976 INFO E| Downloaded syn v2.0.72 |
| 2707 | 2024-08-30T18:38:12.620Z | [ helios-setup] Aug 30 18:38:10.995 INFO E| Downloaded syn v1.0.107 |
| 2708 | 2024-08-30T18:38:12.660Z | [ helios-setup] Aug 30 18:38:11.035 INFO E| Downloaded mio v0.8.5 |
| 2709 | 2024-08-30T18:38:12.669Z | [ helios-setup] Aug 30 18:38:11.045 INFO E| Downloaded pest v2.5.7 |
| 2710 | 2024-08-30T18:38:12.677Z | [ helios-setup] Aug 30 18:38:11.053 INFO E| Downloaded tokio v1.27.0 |
| 2711 | 2024-08-30T18:38:12.736Z | [ helios-setup] Aug 30 18:38:11.111 INFO E| Downloaded http v0.2.9 |
| 2712 | 2024-08-30T18:38:12.750Z | [ helios-setup] Aug 30 18:38:11.126 INFO E| Downloaded aho-corasick v0.7.20 |
| 2713 | 2024-08-30T18:38:12.757Z | [ helios-setup] Aug 30 18:38:11.132 INFO E| Downloaded futures-util v0.3.28 |
| 2714 | 2024-08-30T18:38:12.789Z | [ helios-setup] Aug 30 18:38:11.164 INFO E| Downloaded clap_builder v4.2.1 |
| 2715 | 2024-08-30T18:38:12.817Z | [ helios-setup] Aug 30 18:38:11.192 INFO E| Downloaded reqwest v0.11.16 |
| 2716 | 2024-08-30T18:38:12.827Z | [ helios-setup] Aug 30 18:38:11.202 INFO E| Downloaded serde_json v1.0.95 |
| 2717 | 2024-08-30T18:38:12.836Z | [ helios-setup] Aug 30 18:38:11.212 INFO E| Downloaded git2 v0.16.1 |
| 2718 | 2024-08-30T18:38:12.847Z | [ helios-setup] Aug 30 18:38:11.222 INFO E| Downloaded hyper v0.14.25 |
| 2719 | 2024-08-30T18:38:12.857Z | [ helios-setup] Aug 30 18:38:11.232 INFO E| Downloaded rayon v1.6.1 |
| 2720 | 2024-08-30T18:38:12.868Z | [ helios-setup] Aug 30 18:38:11.243 INFO E| Downloaded regex v1.7.3 |
| 2721 | 2024-08-30T18:38:12.878Z | [ helios-setup] Aug 30 18:38:11.253 INFO E| Downloaded regress v0.5.0 |
| 2722 | 2024-08-30T18:38:12.887Z | [ helios-setup] Aug 30 18:38:11.262 INFO E| Downloaded h2 v0.3.16 |
| 2723 | 2024-08-30T18:38:12.895Z | [ helios-setup] Aug 30 18:38:11.270 INFO E| Downloaded chrono v0.4.24 |
| 2724 | 2024-08-30T18:38:12.906Z | [ helios-setup] Aug 30 18:38:11.280 INFO E| Downloaded rustls v0.21.0 |
| 2725 | 2024-08-30T18:38:12.921Z | [ helios-setup] Aug 30 18:38:11.296 INFO E| Downloaded rustix v0.37.3 |
| 2726 | 2024-08-30T18:38:12.950Z | [ helios-setup] Aug 30 18:38:11.325 INFO E| Downloaded rhai v1.14.0 |
| 2727 | 2024-08-30T18:38:12.970Z | [ helios-setup] Aug 30 18:38:11.345 INFO E| Downloaded openapiv3 v1.0.2 |
| 2728 | 2024-08-30T18:38:13.018Z | [ helios-setup] Aug 30 18:38:11.393 INFO E| Downloaded rustls-webpki v0.100.1 |
| 2729 | 2024-08-30T18:38:13.030Z | [ helios-setup] Aug 30 18:38:11.405 INFO E| Downloaded base64 v0.21.0 |
| 2730 | 2024-08-30T18:38:13.036Z | [ helios-setup] Aug 30 18:38:11.411 INFO E| Downloaded ryu v1.0.13 |
| 2731 | 2024-08-30T18:38:13.041Z | [ helios-setup] Aug 30 18:38:11.417 INFO E| Downloaded parking_lot v0.12.1 |
| 2732 | 2024-08-30T18:38:13.046Z | [ helios-setup] Aug 30 18:38:11.421 INFO E| Downloaded toml_edit v0.19.8 |
| 2733 | 2024-08-30T18:38:13.078Z | [ helios-setup] Aug 30 18:38:11.453 INFO E| Downloaded tokio-util v0.7.7 |
| 2734 | 2024-08-30T18:38:13.090Z | [ helios-setup] Aug 30 18:38:11.465 INFO E| Downloaded libc v0.2.139 |
| 2735 | 2024-08-30T18:38:13.134Z | [ helios-setup] Aug 30 18:38:11.509 INFO E| Downloaded cc v1.0.78 |
| 2736 | 2024-08-30T18:38:13.137Z | [ helios-setup] Aug 30 18:38:11.512 INFO E| Downloaded unicode-bidi v0.3.13 |
| 2737 | 2024-08-30T18:38:13.140Z | [ helios-setup] Aug 30 18:38:11.515 INFO E| Downloaded ucd-trie v0.1.5 |
| 2738 | 2024-08-30T18:38:13.143Z | [ helios-setup] Aug 30 18:38:11.518 INFO E| Downloaded tungstenite v0.18.0 |
| 2739 | 2024-08-30T18:38:13.147Z | [ helios-setup] Aug 30 18:38:11.522 INFO E| Downloaded tracing-core v0.1.30 |
| 2740 | 2024-08-30T18:38:13.151Z | [ helios-setup] Aug 30 18:38:11.527 INFO E| Downloaded socket2 v0.4.9 |
| 2741 | 2024-08-30T18:38:13.154Z | [ helios-setup] Aug 30 18:38:11.529 INFO E| Downloaded serde_yaml v0.9.21 |
| 2742 | 2024-08-30T18:38:13.159Z | [ helios-setup] Aug 30 18:38:11.534 INFO E| Downloaded rhai_codegen v1.5.0 |
| 2743 | 2024-08-30T18:38:13.188Z | [ helios-setup] Aug 30 18:38:11.563 INFO E| Downloaded pin-project-lite v0.2.9 |
| 2744 | 2024-08-30T18:38:13.195Z | [ helios-setup] Aug 30 18:38:11.570 INFO E| Downloaded memchr v2.5.0 |
| 2745 | 2024-08-30T18:38:13.204Z | [ helios-setup] Aug 30 18:38:11.577 INFO E| Downloaded bytes v1.4.0 |
| 2746 | 2024-08-30T18:38:13.210Z | [ helios-setup] Aug 30 18:38:11.583 INFO E| Downloaded toml v0.7.3 |
| 2747 | 2024-08-30T18:38:13.213Z | [ helios-setup] Aug 30 18:38:11.588 INFO E| Downloaded io-lifetimes v1.0.10 |
| 2748 | 2024-08-30T18:38:13.216Z | [ helios-setup] Aug 30 18:38:11.591 INFO E| Downloaded crossbeam-utils v0.8.14 |
| 2749 | 2024-08-30T18:38:13.220Z | [ helios-setup] Aug 30 18:38:11.595 INFO E| Downloaded textwrap v0.16.0 |
| 2750 | 2024-08-30T18:38:13.224Z | [ helios-setup] Aug 30 18:38:11.599 INFO E| Downloaded once_cell v1.17.0 |
| 2751 | 2024-08-30T18:38:13.227Z | [ helios-setup] Aug 30 18:38:11.603 INFO E| Downloaded log v0.4.17 |
| 2752 | 2024-08-30T18:38:13.231Z | [ helios-setup] Aug 30 18:38:11.606 INFO E| Downloaded getrandom v0.2.8 |
| 2753 | 2024-08-30T18:38:13.235Z | [ helios-setup] Aug 30 18:38:11.611 INFO E| Downloaded crossbeam-epoch v0.9.13 |
| 2754 | 2024-08-30T18:38:13.240Z | [ helios-setup] Aug 30 18:38:11.615 INFO E| Downloaded anyhow v1.0.68 |
| 2755 | 2024-08-30T18:38:13.246Z | [ helios-setup] Aug 30 18:38:11.621 INFO E| Downloaded sct v0.7.0 |
| 2756 | 2024-08-30T18:38:13.252Z | [ helios-setup] Aug 30 18:38:11.627 INFO E| Downloaded bincode v1.3.3 |
| 2757 | 2024-08-30T18:38:13.255Z | [ helios-setup] Aug 30 18:38:11.630 INFO E| Downloaded futures v0.3.28 |
| 2758 | 2024-08-30T18:38:13.265Z | [ helios-setup] Aug 30 18:38:11.640 INFO E| Downloaded clap v4.2.1 |
| 2759 | 2024-08-30T18:38:13.282Z | [ helios-setup] Aug 30 18:38:11.657 INFO E| Downloaded ahash v0.8.3 |
| 2760 | 2024-08-30T18:38:13.286Z | [ helios-setup] Aug 30 18:38:11.661 INFO E| Downloaded encoding_rs v0.8.32 |
| 2761 | 2024-08-30T18:38:13.321Z | [ helios-setup] Aug 30 18:38:11.696 INFO E| Downloaded schemars_derive v0.8.12 |
| 2762 | 2024-08-30T18:38:13.324Z | [ helios-setup] Aug 30 18:38:11.698 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
| 2763 | 2024-08-30T18:38:13.326Z | [ helios-setup] Aug 30 18:38:11.700 INFO E| Downloaded async-trait v0.1.68 |
| 2764 | 2024-08-30T18:38:13.330Z | [ helios-setup] Aug 30 18:38:11.706 INFO E| Downloaded ipnet v2.7.2 |
| 2765 | 2024-08-30T18:38:13.333Z | [ helios-setup] Aug 30 18:38:11.708 INFO E| Downloaded fastrand v1.9.0 |
| 2766 | 2024-08-30T18:38:13.336Z | [ helios-setup] Aug 30 18:38:11.710 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
| 2767 | 2024-08-30T18:38:13.430Z | [ helios-setup] Aug 30 18:38:11.806 INFO E| Downloaded proc-macro-crate v1.2.1 |
| 2768 | 2024-08-30T18:38:13.433Z | [ helios-setup] Aug 30 18:38:11.807 INFO E| Downloaded paste v1.0.12 |
| 2769 | 2024-08-30T18:38:13.436Z | [ helios-setup] Aug 30 18:38:11.812 INFO E| Downloaded futures-executor v0.3.28 |
| 2770 | 2024-08-30T18:38:13.439Z | [ helios-setup] Aug 30 18:38:11.814 INFO E| Downloaded num_enum v0.5.7 |
| 2771 | 2024-08-30T18:38:13.447Z | [ helios-setup] Aug 30 18:38:11.822 INFO E| Downloaded http-body v0.4.5 |
| 2772 | 2024-08-30T18:38:13.450Z | [ helios-setup] Aug 30 18:38:11.825 INFO E| Downloaded camino v1.1.4 |
| 2773 | 2024-08-30T18:38:13.453Z | [ helios-setup] Aug 30 18:38:11.828 INFO E| Downloaded jobserver v0.1.26 |
| 2774 | 2024-08-30T18:38:13.457Z | [ helios-setup] Aug 30 18:38:11.831 INFO E| Downloaded form_urlencoded v1.1.0 |
| 2775 | 2024-08-30T18:38:13.465Z | [ helios-setup] Aug 30 18:38:11.833 INFO E| Downloaded strsim v0.10.0 |
| 2776 | 2024-08-30T18:38:13.465Z | [ helios-setup] Aug 30 18:38:11.835 INFO E| Downloaded built v0.6.0 |
| 2777 | 2024-08-30T18:38:13.465Z | [ helios-setup] Aug 30 18:38:11.837 INFO E| Downloaded tokio-macros v2.0.0 |
| 2778 | 2024-08-30T18:38:13.465Z | [ helios-setup] Aug 30 18:38:11.839 INFO E| Downloaded thiserror-impl v1.0.38 |
| 2779 | 2024-08-30T18:38:13.468Z | [ helios-setup] Aug 30 18:38:11.842 INFO E| Downloaded thiserror v1.0.38 |
| 2780 | 2024-08-30T18:38:13.472Z | [ helios-setup] Aug 30 18:38:11.848 INFO E| Downloaded libz-sys v1.1.8 |
| 2781 | 2024-08-30T18:38:13.568Z | [ helios-setup] Aug 30 18:38:11.943 INFO E| Downloaded terminal_size v0.2.6 |
| 2782 | 2024-08-30T18:38:13.571Z | [ helios-setup] Aug 30 18:38:11.945 INFO E| Downloaded sha2 v0.10.6 |
| 2783 | 2024-08-30T18:38:13.574Z | [ helios-setup] Aug 30 18:38:11.949 INFO E| Downloaded cargo-lock v8.0.3 |
| 2784 | 2024-08-30T18:38:13.578Z | [ helios-setup] Aug 30 18:38:11.954 INFO E| Downloaded serde_spanned v0.6.1 |
| 2785 | 2024-08-30T18:38:13.581Z | [ helios-setup] Aug 30 18:38:11.955 INFO E| Downloaded httpdate v1.0.2 |
| 2786 | 2024-08-30T18:38:13.583Z | [ helios-setup] Aug 30 18:38:11.957 INFO E| Downloaded dyn-clone v1.0.11 |
| 2787 | 2024-08-30T18:38:13.586Z | [ helios-setup] Aug 30 18:38:11.960 INFO E| Downloaded crossbeam-deque v0.8.2 |
| 2788 | 2024-08-30T18:38:13.588Z | [ helios-setup] Aug 30 18:38:11.963 INFO E| Downloaded const-random-macro v0.1.15 |
| 2789 | 2024-08-30T18:38:13.591Z | [ helios-setup] Aug 30 18:38:11.964 INFO E| Downloaded concolor-query v0.3.3 |
| 2790 | 2024-08-30T18:38:13.591Z | [ helios-setup] Aug 30 18:38:11.966 INFO E| Downloaded clap_lex v0.4.1 |
| 2791 | 2024-08-30T18:38:13.593Z | [ helios-setup] Aug 30 18:38:11.967 INFO E| Downloaded clap_derive v4.2.0 |
| 2792 | 2024-08-30T18:38:13.596Z | [ helios-setup] Aug 30 18:38:11.971 INFO E| Downloaded byteorder v1.4.3 |
| 2793 | 2024-08-30T18:38:13.598Z | [ helios-setup] Aug 30 18:38:11.974 INFO E| Downloaded anstyle v0.3.5 |
| 2794 | 2024-08-30T18:38:13.601Z | [ helios-setup] Aug 30 18:38:11.976 INFO E| Downloaded futures-io v0.3.28 |
| 2795 | 2024-08-30T18:38:13.603Z | [ helios-setup] Aug 30 18:38:11.978 INFO E| Downloaded is-terminal v0.4.7 |
| 2796 | 2024-08-30T18:38:13.606Z | [ helios-setup] Aug 30 18:38:11.979 INFO E| Downloaded futures-task v0.3.28 |
| 2797 | 2024-08-30T18:38:13.608Z | [ helios-setup] Aug 30 18:38:11.982 INFO E| Downloaded futures-macro v0.3.28 |
| 2798 | 2024-08-30T18:38:13.608Z | [ helios-setup] Aug 30 18:38:11.983 INFO E| Downloaded iana-time-zone v0.1.56 |
| 2799 | 2024-08-30T18:38:13.612Z | [ helios-setup] Aug 30 18:38:11.987 INFO E| Downloaded home v0.5.4 |
| 2800 | 2024-08-30T18:38:13.614Z | [ helios-setup] Aug 30 18:38:11.988 INFO E| Downloaded pkg-config v0.3.26 |
| 2801 | 2024-08-30T18:38:13.617Z | [ helios-setup] Aug 30 18:38:11.991 INFO E| Downloaded lazy_static v1.4.0 |
| 2802 | 2024-08-30T18:38:13.619Z | [ helios-setup] Aug 30 18:38:11.993 INFO E| Downloaded futures-core v0.3.28 |
| 2803 | 2024-08-30T18:38:14.039Z | [ helios-setup] Aug 30 18:38:12.413 INFO E| Compiling proc-macro2 v1.0.86 |
| 2804 | 2024-08-30T18:38:14.079Z | [ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling libc v0.2.139 |
| 2805 | 2024-08-30T18:38:14.082Z | [ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling unicode-ident v1.0.8 |
| 2806 | 2024-08-30T18:38:14.082Z | [ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling autocfg v1.1.0 |
| 2807 | 2024-08-30T18:38:14.082Z | [ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling cfg-if v1.0.0 |
| 2808 | 2024-08-30T18:38:14.082Z | [ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling version_check v0.9.4 |
| 2809 | 2024-08-30T18:38:14.082Z | [ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling serde v1.0.204 |
| 2810 | 2024-08-30T18:38:14.082Z | [ helios-setup] Aug 30 18:38:12.454 INFO E| Compiling syn v1.0.107 |
| 2811 | 2024-08-30T18:38:14.830Z | [ helios-setup] Aug 30 18:38:13.205 INFO E| Compiling memchr v2.5.0 |
| 2812 | 2024-08-30T18:38:15.412Z | [ helios-setup] Aug 30 18:38:13.787 INFO E| Compiling once_cell v1.17.0 |
| 2813 | 2024-08-30T18:38:15.834Z | [ helios-setup] Aug 30 18:38:14.209 INFO E| Compiling thiserror v1.0.38 |
| 2814 | 2024-08-30T18:38:16.113Z | [ helios-setup] Aug 30 18:38:14.486 INFO E| Compiling log v0.4.17 |
| 2815 | 2024-08-30T18:38:16.803Z | [ helios-setup] Aug 30 18:38:15.177 INFO E| Compiling serde_json v1.0.95 |
| 2816 | 2024-08-30T18:38:17.418Z | [ helios-setup] Aug 30 18:38:15.793 INFO E| Compiling quote v1.0.36 |
| 2817 | 2024-08-30T18:38:17.539Z | [ helios-setup] Aug 30 18:38:15.914 INFO E| Compiling itoa v1.0.6 |
| 2818 | 2024-08-30T18:38:18.301Z | [ helios-setup] Aug 30 18:38:16.675 INFO E| Compiling indexmap v1.9.3 |
| 2819 | 2024-08-30T18:38:18.528Z | [ helios-setup] Aug 30 18:38:16.903 INFO E| Compiling syn v2.0.72 |
| 2820 | 2024-08-30T18:38:18.892Z | [ helios-setup] Aug 30 18:38:17.266 INFO E| Compiling getrandom v0.2.8 |
| 2821 | 2024-08-30T18:38:19.140Z | [ helios-setup] Aug 30 18:38:17.515 INFO E| Compiling jobserver v0.1.26 |
| 2822 | 2024-08-30T18:38:19.672Z | [ helios-setup] Aug 30 18:38:18.046 INFO E| Compiling pin-project-lite v0.2.9 |
| 2823 | 2024-08-30T18:38:19.778Z | [ helios-setup] Aug 30 18:38:18.152 INFO E| Compiling cc v1.0.78 |
| 2824 | 2024-08-30T18:38:19.835Z | [ helios-setup] Aug 30 18:38:18.205 INFO E| Compiling scopeguard v1.1.0 |
| 2825 | 2024-08-30T18:38:20.285Z | [ helios-setup] Aug 30 18:38:18.659 INFO E| Compiling num-integer v0.1.45 |
| 2826 | 2024-08-30T18:38:20.412Z | [ helios-setup] Aug 30 18:38:18.786 INFO E| Compiling bytes v1.4.0 |
| 2827 | 2024-08-30T18:38:20.467Z | [ helios-setup] Aug 30 18:38:18.841 INFO E| Compiling futures-core v0.3.28 |
| 2828 | 2024-08-30T18:38:21.204Z | [ helios-setup] Aug 30 18:38:19.578 INFO E| Compiling ryu v1.0.13 |
| 2829 | 2024-08-30T18:38:22.387Z | [ helios-setup] Aug 30 18:38:20.760 INFO E| Compiling lock_api v0.4.9 |
| 2830 | 2024-08-30T18:38:22.509Z | [ helios-setup] Aug 30 18:38:20.883 INFO E| Compiling bitflags v1.3.2 |
| 2831 | 2024-08-30T18:38:22.765Z | [ helios-setup] Aug 30 18:38:21.138 INFO E| Compiling parking_lot_core v0.9.6 |
| 2832 | 2024-08-30T18:38:22.950Z | [ helios-setup] Aug 30 18:38:21.323 INFO E| Compiling typenum v1.16.0 |
| 2833 | 2024-08-30T18:38:23.022Z | [ helios-setup] Aug 30 18:38:21.396 INFO E| Compiling num_cpus v1.15.0 |
| 2834 | 2024-08-30T18:38:23.549Z | [ helios-setup] Aug 30 18:38:21.923 INFO E| Compiling generic-array v0.14.6 |
| 2835 | 2024-08-30T18:38:23.707Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2836 | 2024-08-30T18:38:23.781Z | [ helios-setup] Aug 30 18:38:22.155 INFO E| Compiling slab v0.4.7 |
| 2837 | 2024-08-30T18:38:23.910Z | [ helios-setup] Aug 30 18:38:22.283 INFO E| Compiling futures-channel v0.3.28 |
| 2838 | 2024-08-30T18:38:24.060Z | [ helios-setup] Aug 30 18:38:22.434 INFO E| Compiling futures-task v0.3.28 |
| 2839 | 2024-08-30T18:38:24.338Z | [ helios-setup] Aug 30 18:38:22.711 INFO E| Compiling futures-sink v0.3.28 |
| 2840 | 2024-08-30T18:38:25.011Z | [ helios-setup] Aug 30 18:38:23.384 INFO E| Compiling tokio v1.27.0 |
| 2841 | 2024-08-30T18:38:25.199Z | [ helios-setup] Aug 30 18:38:23.573 INFO E| Compiling futures-util v0.3.28 |
| 2842 | 2024-08-30T18:38:25.317Z | [ helios-setup] Aug 30 18:38:23.690 INFO E| Compiling schemars v0.8.12 |
| 2843 | 2024-08-30T18:38:25.987Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2844 | 2024-08-30T18:38:26.325Z | [ helios-setup] Aug 30 18:38:24.698 INFO E| Compiling mio v0.8.5 |
| 2845 | 2024-08-30T18:38:26.327Z | [ helios-setup] Aug 30 18:38:24.699 INFO E| Compiling socket2 v0.4.9 |
| 2846 | 2024-08-30T18:38:26.676Z | [ host-package] Compiling libsqlite3-sys v0.28.0 |
| 2847 | 2024-08-30T18:38:26.684Z | [ helios-setup] Aug 30 18:38:25.057 INFO E| Compiling signal-hook-registry v1.4.0 |
| 2848 | 2024-08-30T18:38:26.780Z | [ helios-setup] Aug 30 18:38:25.153 INFO E| Compiling ahash v0.7.6 |
| 2849 | 2024-08-30T18:38:27.039Z | [ helios-setup] Aug 30 18:38:25.412 INFO E| Compiling num-traits v0.2.15 |
| 2850 | 2024-08-30T18:38:27.825Z | [ host-package] Compiling erased-serde v0.3.31 |
| 2851 | 2024-08-30T18:38:27.941Z | [ helios-setup] Aug 30 18:38:26.314 INFO E| Compiling crunchy v0.2.2 |
| 2852 | 2024-08-30T18:38:28.677Z | [ helios-setup] Aug 30 18:38:27.049 INFO E| Compiling io-lifetimes v1.0.10 |
| 2853 | 2024-08-30T18:38:29.183Z | [ host-package] Compiling serde_arrays v0.1.0 |
| 2854 | 2024-08-30T18:38:29.449Z | [ helios-setup] Aug 30 18:38:27.822 INFO E| Compiling pin-utils v0.1.0 |
| 2855 | 2024-08-30T18:38:29.630Z | [ helios-setup] Aug 30 18:38:28.003 INFO E| Compiling futures-io v0.3.28 |
| 2856 | 2024-08-30T18:38:30.183Z | [ helios-setup] Aug 30 18:38:28.556 INFO E| Compiling serde_derive_internals v0.26.0 |
| 2857 | 2024-08-30T18:38:30.485Z | [ helios-setup] Aug 30 18:38:28.858 INFO E| Compiling ahash v0.8.3 |
| 2858 | 2024-08-30T18:38:30.876Z | [ helios-setup] Aug 30 18:38:29.134 INFO E| Compiling tiny-keccak v2.0.2 |
| 2859 | 2024-08-30T18:38:31.214Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2860 | 2024-08-30T18:38:31.416Z | [ helios-setup] Aug 30 18:38:29.788 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
| 2861 | 2024-08-30T18:38:31.603Z | [ helios-setup] Aug 30 18:38:29.976 INFO E| Compiling rustix v0.37.3 |
| 2862 | 2024-08-30T18:38:31.661Z | [ helios-setup] Aug 30 18:38:30.034 INFO E| Compiling hashbrown v0.12.3 |
| 2863 | 2024-08-30T18:38:32.608Z | [ helios-setup] Aug 30 18:38:30.980 INFO E| Compiling crypto-common v0.1.6 |
| 2864 | 2024-08-30T18:38:32.966Z | [ helios-setup] Aug 30 18:38:31.338 INFO E| Compiling block-buffer v0.10.3 |
| 2865 | 2024-08-30T18:38:33.039Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2866 | 2024-08-30T18:38:33.521Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2867 | 2024-08-30T18:38:33.786Z | [ helios-setup] Aug 30 18:38:32.158 INFO E| Compiling errno v0.3.1 |
| 2868 | 2024-08-30T18:38:34.292Z | [ helios-setup] Aug 30 18:38:32.664 INFO E| Compiling crossbeam-utils v0.8.14 |
| 2869 | 2024-08-30T18:38:34.457Z | [ helios-setup] Aug 30 18:38:32.829 INFO E| Compiling fnv v1.0.7 |
| 2870 | 2024-08-30T18:38:34.579Z | [ helios-setup] Aug 30 18:38:32.951 INFO E| Compiling pkg-config v0.3.26 |
| 2871 | 2024-08-30T18:38:34.780Z | [ helios-setup] Aug 30 18:38:33.152 INFO E| Compiling slog v2.7.0 |
| 2872 | 2024-08-30T18:38:34.857Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2873 | 2024-08-30T18:38:34.892Z | [ helios-setup] Aug 30 18:38:33.264 INFO E| Compiling http v0.2.9 |
| 2874 | 2024-08-30T18:38:35.901Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2875 | 2024-08-30T18:38:36.954Z | [ helios-setup] Aug 30 18:38:35.326 INFO E| Compiling digest v0.10.6 |
| 2876 | 2024-08-30T18:38:37.922Z | [ helios-setup] Aug 30 18:38:36.294 INFO E| Compiling aho-corasick v0.7.20 |
| 2877 | 2024-08-30T18:38:38.056Z | [ helios-setup] Aug 30 18:38:36.428 INFO E| Compiling percent-encoding v2.2.0 |
| 2878 | 2024-08-30T18:38:38.535Z | [ helios-setup] Aug 30 18:38:36.906 INFO E| Compiling anyhow v1.0.68 |
| 2879 | 2024-08-30T18:38:38.973Z | [ helios-setup] Aug 30 18:38:37.344 INFO E| Compiling httparse v1.8.0 |
| 2880 | 2024-08-30T18:38:39.378Z | [ host-package] Compiling heck v0.3.3 |
| 2881 | 2024-08-30T18:38:39.889Z | [ helios-setup] Aug 30 18:38:38.260 INFO E| Compiling tinyvec_macros v0.1.1 |
| 2882 | 2024-08-30T18:38:40.131Z | [ helios-setup] Aug 30 18:38:38.502 INFO E| Compiling serde_derive v1.0.204 |
| 2883 | 2024-08-30T18:38:40.134Z | [ helios-setup] Aug 30 18:38:38.503 INFO E| Compiling tokio-macros v2.0.0 |
| 2884 | 2024-08-30T18:38:40.275Z | [ helios-setup] Aug 30 18:38:38.646 INFO E| Compiling futures-macro v0.3.28 |
| 2885 | 2024-08-30T18:38:40.363Z | [ helios-setup] Aug 30 18:38:38.734 INFO E| Compiling heck v0.4.1 |
| 2886 | 2024-08-30T18:38:40.518Z | [ host-package] Compiling castaway v0.2.3 |
| 2887 | 2024-08-30T18:38:40.790Z | [ helios-setup] Aug 30 18:38:39.162 INFO E| Compiling regex-syntax v0.6.29 |
| 2888 | 2024-08-30T18:38:40.871Z | [ helios-setup] Aug 30 18:38:39.242 INFO E| Compiling thiserror-impl v1.0.38 |
| 2889 | 2024-08-30T18:38:41.009Z | [ host-package] Compiling rand_seeder v0.3.0 |
| 2890 | 2024-08-30T18:38:41.138Z | [ helios-setup] Aug 30 18:38:39.510 INFO E| Compiling schemars_derive v0.8.12 |
| 2891 | 2024-08-30T18:38:42.061Z | [ host-package] Compiling csv-core v0.1.11 |
| 2892 | 2024-08-30T18:38:42.362Z | [ helios-setup] Aug 30 18:38:40.733 INFO E| Compiling cpufeatures v0.2.5 |
| 2893 | 2024-08-30T18:38:42.750Z | [ helios-setup] Aug 30 18:38:41.121 INFO E| Compiling unicode-width v0.1.10 |
| 2894 | 2024-08-30T18:38:43.126Z | [ helios-setup] Aug 30 18:38:41.497 INFO E| Compiling const-random-macro v0.1.15 |
| 2895 | 2024-08-30T18:38:43.415Z | [ helios-setup] Aug 30 18:38:41.776 INFO E| Compiling tinyvec v1.6.0 |
| 2896 | 2024-08-30T18:38:44.324Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
| 2897 | 2024-08-30T18:38:45.846Z | [ helios-setup] Aug 30 18:38:44.217 INFO E| Compiling form_urlencoded v1.1.0 |
| 2898 | 2024-08-30T18:38:46.562Z | [ host-package] Compiling http-range v0.1.5 |
| 2899 | 2024-08-30T18:38:47.078Z | [ helios-setup] Aug 30 18:38:45.437 INFO E| Compiling hashbrown v0.13.2 |
| 2900 | 2024-08-30T18:38:47.222Z | [ helios-setup] Aug 30 18:38:45.593 INFO E| Compiling chrono v0.4.24 |
| 2901 | 2024-08-30T18:38:47.446Z | [ helios-setup] Aug 30 18:38:45.816 INFO E| Compiling regex v1.7.3 |
| 2902 | 2024-08-30T18:38:47.769Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2903 | 2024-08-30T18:38:47.993Z | [ helios-setup] Aug 30 18:38:46.363 INFO E| Compiling libz-sys v1.1.8 |
| 2904 | 2024-08-30T18:38:49.077Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
| 2905 | 2024-08-30T18:38:49.165Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2906 | 2024-08-30T18:38:51.774Z | [ helios-setup] Aug 30 18:38:50.143 INFO E| Compiling dyn-clone v1.0.11 |
| 2907 | 2024-08-30T18:38:51.905Z | [ helios-setup] Aug 30 18:38:50.275 INFO E| Compiling uuid v1.3.0 |
| 2908 | 2024-08-30T18:38:52.507Z | [ helios-setup] Aug 30 18:38:50.877 INFO E| Compiling regress v0.5.0 |
| 2909 | 2024-08-30T18:38:52.586Z | [ helios-setup] Aug 30 18:38:50.956 INFO E| Compiling unicode-normalization v0.1.22 |
| 2910 | 2024-08-30T18:38:53.128Z | [ helios-setup] Aug 30 18:38:51.498 INFO E| Compiling const-random v0.1.15 |
| 2911 | 2024-08-30T18:38:54.633Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2912 | 2024-08-30T18:38:55.436Z | [ helios-setup] Aug 30 18:38:53.805 INFO E| Compiling getopts v0.2.21 |
| 2913 | 2024-08-30T18:38:56.116Z | [ host-package] Compiling csv v1.3.0 |
| 2914 | 2024-08-30T18:38:56.159Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2915 | 2024-08-30T18:38:56.179Z | [ helios-setup] Aug 30 18:38:54.548 INFO E| Compiling tracing-core v0.1.30 |
| 2916 | 2024-08-30T18:38:56.737Z | [ host-package] Compiling compact_str v0.8.0 |
| 2917 | 2024-08-30T18:38:56.758Z | [ helios-setup] Aug 30 18:38:55.127 INFO E| Compiling memoffset v0.7.1 |
| 2918 | 2024-08-30T18:38:57.584Z | [ helios-setup] Aug 30 18:38:55.953 INFO E| Compiling unicode-bidi v0.3.13 |
| 2919 | 2024-08-30T18:38:57.854Z | [ helios-setup] Aug 30 18:38:56.223 INFO E| Compiling time-core v0.1.2 |
| 2920 | 2024-08-30T18:38:59.971Z | [ helios-setup] Aug 30 18:38:58.340 INFO E| Compiling powerfmt v0.2.0 |
| 2921 | 2024-08-30T18:39:00.170Z | [ helios-setup] Aug 30 18:38:58.538 INFO E| Compiling num-conv v0.1.0 |
| 2922 | 2024-08-30T18:39:00.309Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 2923 | 2024-08-30T18:39:00.632Z | [ helios-setup] Aug 30 18:38:59.001 INFO E| Compiling ucd-trie v0.1.5 |
| 2924 | 2024-08-30T18:39:00.823Z | [ helios-setup] Aug 30 18:38:59.192 INFO E| Compiling time-macros v0.2.18 |
| 2925 | 2024-08-30T18:39:01.231Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
| 2926 | 2024-08-30T18:39:01.397Z | [ helios-setup] Aug 30 18:38:59.766 INFO E| Compiling deranged v0.3.11 |
| 2927 | 2024-08-30T18:39:01.718Z | [ helios-setup] Aug 30 18:39:00.087 INFO E| Compiling pest v2.5.7 |
| 2928 | 2024-08-30T18:39:01.975Z | [ host-package] Compiling nix v0.27.1 |
| 2929 | 2024-08-30T18:39:03.226Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 2930 | 2024-08-30T18:39:03.664Z | [ helios-setup] Aug 30 18:39:02.032 INFO E| Compiling idna v0.3.0 |
| 2931 | 2024-08-30T18:39:06.745Z | [ helios-setup] Aug 30 18:39:05.104 INFO E| Compiling tracing v0.1.37 |
| 2932 | 2024-08-30T18:39:06.927Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2933 | 2024-08-30T18:39:06.986Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2934 | 2024-08-30T18:39:07.303Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2935 | 2024-08-30T18:39:07.383Z | [ helios-setup] Aug 30 18:39:05.751 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
| 2936 | 2024-08-30T18:39:07.855Z | [ helios-setup] Aug 30 18:39:06.223 INFO E| Compiling smallvec v1.10.0 |
| 2937 | 2024-08-30T18:39:08.606Z | [ helios-setup] Aug 30 18:39:06.973 INFO E| Compiling toml v0.5.11 |
| 2938 | 2024-08-30T18:39:09.321Z | [ helios-setup] Aug 30 18:39:07.689 INFO E| Compiling serde_tokenstream v0.2.0 |
| 2939 | 2024-08-30T18:39:10.567Z | [ helios-setup] Aug 30 18:39:08.934 INFO E| Compiling parking_lot v0.12.1 |
| 2940 | 2024-08-30T18:39:10.667Z | [ helios-setup] Aug 30 18:39:09.034 INFO E| Compiling time v0.1.45 |
| 2941 | 2024-08-30T18:39:10.917Z | [ helios-setup] Aug 30 18:39:09.284 INFO E| Compiling crossbeam-epoch v0.9.13 |
| 2942 | 2024-08-30T18:39:12.740Z | [ helios-setup] Aug 30 18:39:11.107 INFO E| Compiling iana-time-zone v0.1.56 |
| 2943 | 2024-08-30T18:39:14.366Z | [ helios-setup] Aug 30 18:39:12.733 INFO E| Compiling semver v1.0.17 |
| 2944 | 2024-08-30T18:39:14.437Z | [ helios-setup] Aug 30 18:39:12.803 INFO E| Compiling num_threads v0.1.6 |
| 2945 | 2024-08-30T18:39:14.791Z | [ helios-setup] Aug 30 18:39:13.158 INFO E| Compiling time v0.3.36 |
| 2946 | 2024-08-30T18:39:17.143Z | [ helios-setup] Aug 30 18:39:15.510 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 2947 | 2024-08-30T18:39:18.435Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2948 | 2024-08-30T18:39:19.213Z | [ helios-setup] Aug 30 18:39:17.579 INFO E| Compiling semver-parser v0.10.2 |
| 2949 | 2024-08-30T18:39:19.287Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2950 | 2024-08-30T18:39:19.791Z | [ helios-setup] Aug 30 18:39:18.157 INFO E| Compiling url v2.3.1 |
| 2951 | 2024-08-30T18:39:20.203Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2952 | 2024-08-30T18:39:20.387Z | [ host-package] Compiling unicode-truncate v1.0.0 |
| 2953 | 2024-08-30T18:39:20.885Z | [ host-package] Compiling hashlink v0.9.1 |
| 2954 | 2024-08-30T18:39:21.281Z | [ host-package] Compiling lru v0.12.3 |
| 2955 | 2024-08-30T18:39:21.976Z | [ host-package] Compiling serde-big-array v0.5.1 |
| 2956 | 2024-08-30T18:39:22.579Z | [ host-package] Compiling instability v0.3.2 |
| 2957 | 2024-08-30T18:39:22.760Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
| 2958 | 2024-08-30T18:39:23.421Z | [ helios-setup] Aug 30 18:39:21.786 INFO E| Compiling crossbeam-channel v0.5.6 |
| 2959 | 2024-08-30T18:39:23.767Z | [ host-package] Compiling base64 v0.13.1 |
| 2960 | 2024-08-30T18:39:24.413Z | [ helios-setup] Aug 30 18:39:22.778 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2961 | 2024-08-30T18:39:24.865Z | [ host-package] Compiling cassowary v0.3.0 |
| 2962 | 2024-08-30T18:39:25.773Z | [ host-package] Compiling fallible-iterator v0.3.0 |
| 2963 | 2024-08-30T18:39:26.564Z | [ helios-setup] Aug 30 18:39:24.929 INFO E| Compiling try-lock v0.2.4 |
| 2964 | 2024-08-30T18:39:27.169Z | [ helios-setup] Aug 30 18:39:25.534 INFO E| Compiling crc32fast v1.3.2 |
| 2965 | 2024-08-30T18:39:27.714Z | [ host-package] Compiling rusqlite v0.31.0 |
| 2966 | 2024-08-30T18:39:27.803Z | [ helios-setup] Aug 30 18:39:26.168 INFO E| Compiling same-file v1.0.6 |
| 2967 | 2024-08-30T18:39:28.360Z | [ helios-setup] Aug 30 18:39:26.725 INFO E| Compiling walkdir v2.3.3 |
| 2968 | 2024-08-30T18:39:29.045Z | [ helios-setup] Aug 30 18:39:27.409 INFO E| Compiling tokio-util v0.7.7 |
| 2969 | 2024-08-30T18:39:29.853Z | [ helios-setup] Aug 30 18:39:28.218 INFO E| Compiling want v0.3.0 |
| 2970 | 2024-08-30T18:39:30.772Z | [ helios-setup] Aug 30 18:39:29.137 INFO E| Compiling dirs-next v2.0.0 |
| 2971 | 2024-08-30T18:39:31.642Z | [ helios-setup] Aug 30 18:39:30.006 INFO E| Compiling h2 v0.3.16 |
| 2972 | 2024-08-30T18:39:32.360Z | [ host-package] Compiling ratatui v0.28.0 |
| 2973 | 2024-08-30T18:39:33.560Z | [ helios-setup] Aug 30 18:39:31.924 INFO E| Compiling semver v0.11.0 |
| 2974 | 2024-08-30T18:39:34.839Z | [ helios-setup] Aug 30 18:39:33.203 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 2975 | 2024-08-30T18:39:37.426Z | [ host-package] Compiling ron v0.7.1 |
| 2976 | 2024-08-30T18:39:37.535Z | [ helios-setup] Aug 30 18:39:35.898 INFO E| Compiling proc-macro-crate v1.2.1 |
| 2977 | 2024-08-30T18:39:39.558Z | [ helios-setup] Aug 30 18:39:37.921 INFO E| Compiling futures-executor v0.3.28 |
| 2978 | 2024-08-30T18:39:40.381Z | [ helios-setup] Aug 30 18:39:38.744 INFO E| Compiling http-body v0.4.5 |
| 2979 | 2024-08-30T18:39:41.319Z | [ helios-setup] Aug 30 18:39:39.682 INFO E| Compiling ring v0.16.20 |
| 2980 | 2024-08-30T18:39:41.907Z | [ helios-setup] Aug 30 18:39:40.270 INFO E| Compiling rand_core v0.6.4 |
| 2981 | 2024-08-30T18:39:43.055Z | [ helios-setup] Aug 30 18:39:41.418 INFO E| Compiling thread_local v1.1.7 |
| 2982 | 2024-08-30T18:39:43.829Z | [ helios-setup] Aug 30 18:39:42.191 INFO E| Compiling fastrand v1.9.0 |
| 2983 | 2024-08-30T18:39:44.871Z | [ helios-setup] Aug 30 18:39:43.233 INFO E| Compiling ppv-lite86 v0.2.17 |
| 2984 | 2024-08-30T18:39:44.993Z | [ helios-setup] Aug 30 18:39:43.355 INFO E| Compiling rayon-core v1.10.2 |
| 2985 | 2024-08-30T18:39:45.910Z | [ helios-setup] Aug 30 18:39:44.272 INFO E| Compiling home v0.5.4 |
| 2986 | 2024-08-30T18:39:46.523Z | [ helios-setup] Aug 30 18:39:44.885 INFO E| Compiling base64 v0.21.0 |
| 2987 | 2024-08-30T18:39:46.656Z | [ helios-setup] Aug 30 18:39:45.018 INFO E| Compiling lazy_static v1.4.0 |
| 2988 | 2024-08-30T18:39:46.788Z | [ helios-setup] Aug 30 18:39:45.151 INFO E| Compiling httpdate v1.0.2 |
| 2989 | 2024-08-30T18:39:47.135Z | [ helios-setup] Aug 30 18:39:45.497 INFO E| Compiling tower-service v0.3.2 |
| 2990 | 2024-08-30T18:39:47.464Z | [ helios-setup] Aug 30 18:39:45.826 INFO E| Compiling utf8parse v0.2.1 |
| 2991 | 2024-08-30T18:39:47.544Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2992 | 2024-08-30T18:39:48.522Z | [ helios-setup] Aug 30 18:39:46.884 INFO E| Compiling adler v1.0.2 |
| 2993 | 2024-08-30T18:39:48.779Z | [ helios-setup] Aug 30 18:39:47.140 INFO E| Compiling anstyle-parse v0.1.1 |
| 2994 | 2024-08-30T18:39:49.272Z | [ helios-setup] Aug 30 18:39:47.634 INFO E| Compiling miniz_oxide v0.6.2 |
| 2995 | 2024-08-30T18:39:49.771Z | [ helios-setup] Aug 30 18:39:48.133 INFO E| Compiling hyper v0.14.25 |
| 2996 | 2024-08-30T18:39:51.602Z | [ helios-setup] Aug 30 18:39:49.964 INFO E| Compiling toolchain_find v0.2.0 |
| 2997 | 2024-08-30T18:39:52.780Z | [ helios-setup] Aug 30 18:39:51.142 INFO E| Compiling rand_chacha v0.3.1 |
| 2998 | 2024-08-30T18:39:54.749Z | [ helios-setup] Aug 30 18:39:53.111 INFO E| Compiling tempfile v3.5.0 |
| 2999 | 2024-08-30T18:39:56.622Z | [ helios-setup] Aug 30 18:39:54.983 INFO E| Compiling futures v0.3.28 |
| 3000 | 2024-08-30T18:39:57.301Z | [ helios-setup] Aug 30 18:39:55.662 INFO E| Compiling num_enum_derive v0.5.7 |
| 3001 | 2024-08-30T18:40:02.469Z | [ helios-setup] Aug 30 18:40:00.829 INFO E| Compiling cargo-lock v8.0.3 |
| 3002 | 2024-08-30T18:40:08.432Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3003 | 2024-08-30T18:40:10.192Z | [ helios-setup] Aug 30 18:40:08.551 INFO E| Compiling crossbeam-deque v0.8.2 |
| 3004 | 2024-08-30T18:40:11.178Z | [ helios-setup] Aug 30 18:40:09.537 INFO E| Compiling term v0.7.0 |
| 3005 | 2024-08-30T18:40:12.058Z | [ helios-setup] Aug 30 18:40:10.417 INFO E| Compiling serde_urlencoded v0.7.1 |
| 3006 | 2024-08-30T18:40:12.305Z | [ helios-setup] Aug 30 18:40:10.664 INFO E| Compiling sha2 v0.10.6 |
| 3007 | 2024-08-30T18:40:13.640Z | [ helios-setup] Aug 30 18:40:11.998 INFO E| Compiling sha1 v0.10.5 |
| 3008 | 2024-08-30T18:40:14.154Z | [ helios-setup] Aug 30 18:40:12.512 INFO E| Compiling is-terminal v0.4.7 |
| 3009 | 2024-08-30T18:40:14.232Z | [ helios-setup] Aug 30 18:40:12.591 INFO E| Compiling atty v0.2.14 |
| 3010 | 2024-08-30T18:40:14.551Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3011 | 2024-08-30T18:40:15.227Z | [ helios-setup] Aug 30 18:40:13.585 INFO E| Compiling concolor-override v1.0.0 |
| 3012 | 2024-08-30T18:40:15.780Z | [ helios-setup] Aug 30 18:40:14.138 INFO E| Compiling concolor-query v0.3.3 |
| 3013 | 2024-08-30T18:40:17.091Z | [ helios-setup] Aug 30 18:40:15.449 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
| 3014 | 2024-08-30T18:40:17.207Z | [ helios-setup] Aug 30 18:40:15.565 INFO E| Compiling anstyle v0.3.5 |
| 3015 | 2024-08-30T18:40:17.862Z | [ helios-setup] Aug 30 18:40:16.220 INFO E| Compiling anstream v0.2.6 |
| 3016 | 2024-08-30T18:40:18.864Z | [ host-package] Compiling zone v0.1.8 |
| 3017 | 2024-08-30T18:40:19.856Z | [ helios-setup] Aug 30 18:40:18.213 INFO E| Compiling slog-term v2.9.0 |
| 3018 | 2024-08-30T18:40:20.250Z | [ helios-setup] Aug 30 18:40:18.608 INFO E| Compiling flate2 v1.0.25 |
| 3019 | 2024-08-30T18:40:21.879Z | [ helios-setup] Aug 30 18:40:20.236 INFO E| Compiling num_enum v0.5.7 |
| 3020 | 2024-08-30T18:40:22.450Z | [ helios-setup] Aug 30 18:40:20.807 INFO E| Compiling rustfmt-wrapper v0.2.0 |
| 3021 | 2024-08-30T18:40:23.147Z | [ helios-setup] Aug 30 18:40:21.504 INFO E| Compiling rand v0.8.5 |
| 3022 | 2024-08-30T18:40:23.951Z | [ helios-setup] Aug 30 18:40:22.308 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3023 | 2024-08-30T18:40:24.404Z | [ helios-setup] Aug 30 18:40:22.761 INFO E| Compiling openapiv3 v1.0.2 |
| 3024 | 2024-08-30T18:40:24.556Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3025 | 2024-08-30T18:40:25.135Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3026 | 2024-08-30T18:40:25.581Z | [ helios-setup] Aug 30 18:40:23.938 INFO E| Compiling encoding_rs v0.8.32 |
| 3027 | 2024-08-30T18:40:27.762Z | [ helios-setup] Aug 30 18:40:26.119 INFO E| Compiling ipnet v2.7.2 |
| 3028 | 2024-08-30T18:40:29.076Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3029 | 2024-08-30T18:40:32.927Z | [ helios-setup] Aug 30 18:40:31.283 INFO E| Compiling clap_lex v0.4.1 |
| 3030 | 2024-08-30T18:40:33.058Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3031 | 2024-08-30T18:40:33.351Z | [ helios-setup] Aug 30 18:40:31.707 INFO E| Compiling unsafe-libyaml v0.2.8 |
| 3032 | 2024-08-30T18:40:34.167Z | [ helios-setup] Aug 30 18:40:32.522 INFO E| Compiling spin v0.5.2 |
| 3033 | 2024-08-30T18:40:34.779Z | [ helios-setup] Aug 30 18:40:33.134 INFO E| Compiling byteorder v1.4.3 |
| 3034 | 2024-08-30T18:40:34.779Z | [ helios-setup] Aug 30 18:40:33.135 INFO E| Compiling utf-8 v0.7.6 |
| 3035 | 2024-08-30T18:40:35.607Z | [ helios-setup] Aug 30 18:40:33.963 INFO E| Compiling untrusted v0.7.1 |
| 3036 | 2024-08-30T18:40:36.041Z | [ helios-setup] Aug 30 18:40:34.397 INFO E| Compiling base64 v0.13.1 |
| 3037 | 2024-08-30T18:40:36.187Z | [ helios-setup] Aug 30 18:40:34.542 INFO E| Compiling project-root v0.2.2 |
| 3038 | 2024-08-30T18:40:36.351Z | [ helios-setup] Aug 30 18:40:34.707 INFO E| Compiling mime v0.3.17 |
| 3039 | 2024-08-30T18:40:36.802Z | [ helios-setup] Aug 30 18:40:35.157 INFO E| Compiling either v1.8.0 |
| 3040 | 2024-08-30T18:40:37.186Z | [ helios-setup] Aug 30 18:40:35.541 INFO E| Compiling strsim v0.10.0 |
| 3041 | 2024-08-30T18:40:37.281Z | [ helios-setup] Aug 30 18:40:35.637 INFO E| Compiling rayon v1.6.1 |
| 3042 | 2024-08-30T18:40:37.526Z | [ helios-setup] Aug 30 18:40:35.882 INFO E| Compiling reqwest v0.11.16 |
| 3043 | 2024-08-30T18:40:37.928Z | [ helios-setup] Aug 30 18:40:36.284 INFO E| Compiling clap_builder v4.2.1 |
| 3044 | 2024-08-30T18:40:38.633Z | [ helios-setup] Aug 30 18:40:36.988 INFO E| Compiling tungstenite v0.18.0 |
| 3045 | 2024-08-30T18:40:40.564Z | [ helios-setup] Aug 30 18:40:38.919 INFO E| Compiling serde_yaml v0.9.21 |
| 3046 | 2024-08-30T18:40:44.641Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3047 | 2024-08-30T18:40:48.250Z | [ helios-setup] Aug 30 18:40:46.603 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3048 | 2024-08-30T18:40:48.521Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3049 | 2024-08-30T18:40:48.776Z | [ helios-setup] Aug 30 18:40:47.130 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
| 3050 | 2024-08-30T18:40:49.070Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3051 | 2024-08-30T18:40:49.313Z | [ helios-setup] Aug 30 18:40:47.666 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3052 | 2024-08-30T18:40:51.455Z | [ helios-setup] Aug 30 18:40:49.808 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3053 | 2024-08-30T18:40:52.015Z | [ helios-setup] Aug 30 18:40:50.368 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
| 3054 | 2024-08-30T18:40:53.714Z | [ helios-setup] Aug 30 18:40:52.067 INFO E| Compiling clap_derive v4.2.0 |
| 3055 | 2024-08-30T18:40:56.099Z | [ helios-setup] Aug 30 18:40:54.452 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3056 | 2024-08-30T18:40:58.761Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3057 | 2024-08-30T18:40:59.146Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3058 | 2024-08-30T18:40:59.228Z | [ host-package] Compiling twox-hash v1.6.3 |
| 3059 | 2024-08-30T18:40:59.683Z | [ helios-setup] Aug 30 18:40:58.035 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3060 | 2024-08-30T18:40:59.778Z | [ host-package] Compiling yasna v0.5.2 |
| 3061 | 2024-08-30T18:41:01.329Z | [ host-package] Compiling portpicker v0.1.1 |
| 3062 | 2024-08-30T18:41:02.463Z | [ host-package] Compiling smawk v0.3.2 |
| 3063 | 2024-08-30T18:41:02.898Z | [ helios-setup] Aug 30 18:41:01.250 INFO E| Compiling clap v4.2.1 |
| 3064 | 2024-08-30T18:41:03.440Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3065 | 2024-08-30T18:41:04.624Z | [ host-package] Compiling textwrap v0.16.1 |
| 3066 | 2024-08-30T18:41:05.273Z | [ host-package] Compiling rcgen v0.12.1 |
| 3067 | 2024-08-30T18:41:06.267Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 3068 | 2024-08-30T18:41:10.642Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3069 | 2024-08-30T18:41:21.029Z | [ helios-setup] Aug 30 18:41:19.378 INFO E| Compiling tokio-tungstenite v0.18.0 |
| 3070 | 2024-08-30T18:41:21.651Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3071 | 2024-08-30T18:41:22.869Z | [ helios-setup] Aug 30 18:41:21.218 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3072 | 2024-08-30T18:41:26.368Z | [ helios-setup] Aug 30 18:41:24.717 INFO E| Compiling smartstring v1.0.1 |
| 3073 | 2024-08-30T18:41:27.407Z | [ helios-setup] Aug 30 18:41:25.755 INFO E| Compiling rustls v0.21.0 |
| 3074 | 2024-08-30T18:41:27.889Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3075 | 2024-08-30T18:41:29.485Z | [ helios-setup] Aug 30 18:41:27.834 INFO E| Compiling serde_spanned v0.6.1 |
| 3076 | 2024-08-30T18:41:30.303Z | [ helios-setup] Aug 30 18:41:28.651 INFO E| Compiling toml_datetime v0.6.1 |
| 3077 | 2024-08-30T18:41:30.815Z | [ helios-setup] Aug 30 18:41:29.163 INFO E| Compiling async-trait v0.1.68 |
| 3078 | 2024-08-30T18:41:32.165Z | [ helios-setup] Aug 30 18:41:30.513 INFO E| Compiling slog-async v2.7.0 |
| 3079 | 2024-08-30T18:41:32.232Z | [ helios-setup] Aug 30 18:41:30.580 INFO E| Compiling static_assertions v1.1.0 |
| 3080 | 2024-08-30T18:41:32.493Z | [ helios-setup] Aug 30 18:41:30.840 INFO E| Compiling camino v1.1.4 |
| 3081 | 2024-08-30T18:41:33.522Z | [ helios-setup] Aug 30 18:41:31.869 INFO E| Compiling paste v1.0.12 |
| 3082 | 2024-08-30T18:41:34.111Z | [ helios-setup] Aug 30 18:41:32.458 INFO E| Compiling winnow v0.4.1 |
| 3083 | 2024-08-30T18:41:34.690Z | [ helios-setup] Aug 30 18:41:33.038 INFO E| Compiling match_cfg v0.1.0 |
| 3084 | 2024-08-30T18:41:34.892Z | [ helios-setup] Aug 30 18:41:33.239 INFO E| Compiling hostname v0.3.1 |
| 3085 | 2024-08-30T18:41:35.283Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3086 | 2024-08-30T18:41:36.101Z | [ helios-setup] Aug 30 18:41:34.448 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
| 3087 | 2024-08-30T18:41:36.795Z | [ helios-setup] Aug 30 18:41:35.143 INFO E| Compiling slog-json v2.6.1 |
| 3088 | 2024-08-30T18:41:38.006Z | [ helios-setup] Aug 30 18:41:36.353 INFO E| Compiling unicode-linebreak v0.1.4 |
| 3089 | 2024-08-30T18:41:38.295Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3090 | 2024-08-30T18:41:42.125Z | [ helios-setup] Aug 30 18:41:40.472 INFO E| Compiling toml_edit v0.19.8 |
| 3091 | 2024-08-30T18:41:43.397Z | [ helios-setup] Aug 30 18:41:41.743 INFO E| Compiling rhai_codegen v1.5.0 |
| 3092 | 2024-08-30T18:41:43.452Z | [ helios-setup] Aug 30 18:41:41.798 INFO E| Compiling async-stream-impl v0.3.5 |
| 3093 | 2024-08-30T18:41:44.652Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3094 | 2024-08-30T18:41:45.754Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3095 | 2024-08-30T18:41:46.472Z | [ helios-setup] Aug 30 18:41:44.818 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3096 | 2024-08-30T18:41:47.313Z | [ helios-setup] Aug 30 18:41:45.659 INFO E| Compiling take_mut v0.2.2 |
| 3097 | 2024-08-30T18:41:49.298Z | [ helios-setup] Aug 30 18:41:47.643 INFO E| Compiling rhai v1.14.0 |
| 3098 | 2024-08-30T18:41:52.411Z | [ helios-setup] Aug 30 18:41:50.756 INFO E| Compiling toml v0.7.3 |
| 3099 | 2024-08-30T18:41:54.002Z | [ helios-setup] Aug 30 18:41:52.344 INFO E| Compiling async-stream v0.3.5 |
| 3100 | 2024-08-30T18:41:54.953Z | [ helios-setup] Aug 30 18:41:53.297 INFO E| Compiling slog-bunyan v2.4.0 |
| 3101 | 2024-08-30T18:41:58.247Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3102 | 2024-08-30T18:41:59.346Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
| 3103 | 2024-08-30T18:42:00.589Z | [ helios-setup] Aug 30 18:41:58.932 INFO E| Compiling rustls-pemfile v1.0.2 |
| 3104 | 2024-08-30T18:42:01.100Z | [ helios-setup] Aug 30 18:41:59.444 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3105 | 2024-08-30T18:42:02.198Z | [ helios-setup] Aug 30 18:42:00.542 INFO E| Compiling bincode v1.3.3 |
| 3106 | 2024-08-30T18:42:03.449Z | [ helios-setup] Aug 30 18:42:01.793 INFO E| Compiling serde_path_to_error v0.1.11 |
| 3107 | 2024-08-30T18:42:04.976Z | [ helios-setup] Aug 30 18:42:03.320 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
| 3108 | 2024-08-30T18:42:05.230Z | [ helios-setup] Aug 30 18:42:03.573 INFO E| Compiling terminal_size v0.2.6 |
| 3109 | 2024-08-30T18:42:05.506Z | [ helios-setup] Aug 30 18:42:03.850 INFO E| Compiling smawk v0.3.1 |
| 3110 | 2024-08-30T18:42:05.684Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3111 | 2024-08-30T18:42:06.067Z | [ helios-setup] Aug 30 18:42:04.410 INFO E| Compiling textwrap v0.16.0 |
| 3112 | 2024-08-30T18:42:07.927Z | [ host-package] Compiling atomicwrites v0.4.3 |
| 3113 | 2024-08-30T18:42:09.138Z | [ host-package] Compiling fatfs v0.3.6 |
| 3114 | 2024-08-30T18:42:12.489Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 3115 | 2024-08-30T18:42:13.885Z | [ host-package] Compiling subprocess v0.2.9 |
| 3116 | 2024-08-30T18:42:15.282Z | [ host-package] Compiling is_ci v1.2.0 |
| 3117 | 2024-08-30T18:42:16.047Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3118 | 2024-08-30T18:42:17.872Z | [ helios-setup] Aug 30 18:42:16.214 INFO E| Compiling rustls-webpki v0.100.1 |
| 3119 | 2024-08-30T18:42:17.926Z | [ helios-setup] Aug 30 18:42:16.267 INFO E| Compiling sct v0.7.0 |
| 3120 | 2024-08-30T18:42:22.070Z | [ host-package] Compiling supports-color v3.0.0 |
| 3121 | 2024-08-30T18:42:23.444Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3122 | 2024-08-30T18:42:24.048Z | [ helios-setup] Aug 30 18:42:22.389 INFO E| Compiling git2 v0.16.1 |
| 3123 | 2024-08-30T18:42:24.714Z | [ host-package] Compiling rpassword v7.3.1 |
| 3124 | 2024-08-30T18:42:24.759Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3125 | 2024-08-30T18:42:24.970Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3126 | 2024-08-30T18:42:25.380Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
| 3127 | 2024-08-30T18:42:26.009Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3128 | 2024-08-30T18:42:26.388Z | [ helios-setup] Aug 30 18:42:24.728 INFO E| Compiling tokio-rustls v0.24.0 |
| 3129 | 2024-08-30T18:42:31.448Z | [ helios-setup] Aug 30 18:42:29.788 INFO E| Compiling built v0.6.0 |
| 3130 | 2024-08-30T18:42:34.049Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3131 | 2024-08-30T18:42:35.194Z | [ helios-setup] Aug 30 18:42:33.533 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3132 | 2024-08-30T18:42:36.314Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3133 | 2024-08-30T18:42:37.860Z | [ helios-setup] Aug 30 18:42:36.199 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
| 3134 | 2024-08-30T18:42:40.281Z | [ helios-setup] Aug 30 18:42:38.620 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
| 3135 | 2024-08-30T18:42:47.270Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3136 | 2024-08-30T18:42:47.881Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3137 | 2024-08-30T18:42:58.168Z | [ host-package] Compiling uzers v0.11.3 |
| 3138 | 2024-08-30T18:42:58.591Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3139 | 2024-08-30T18:43:02.079Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3140 | 2024-08-30T18:43:02.680Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3141 | 2024-08-30T18:43:04.592Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3142 | 2024-08-30T18:43:07.451Z | [ helios-setup] Aug 30 18:43:05.786 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
| 3143 | 2024-08-30T18:43:09.994Z | [ helios-setup] Aug 30 18:43:08.327 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
| 3144 | 2024-08-30T18:43:23.289Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3145 | 2024-08-30T18:43:43.163Z | [ host-package] Compiling multimap v0.10.0 |
| 3146 | 2024-08-30T18:43:54.846Z | [ helios-setup] Aug 30 18:43:53.175 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3147 | 2024-08-30T18:45:01.187Z | [ helios-setup] Aug 30 18:44:59.506 INFO E| Finished `release` profile [optimized] target(s) in 6m 52s |
| 3148 | 2024-08-30T18:45:01.316Z | [ helios-setup] Aug 30 18:44:59.636 INFO building project "pilot" ok (412 seconds) |
| 3149 | 2024-08-30T18:45:01.319Z | [ helios-setup] rm -f helios-build |
| 3150 | 2024-08-30T18:45:01.321Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3151 | 2024-08-30T18:45:01.324Z | [ helios-setup] |
| 3152 | 2024-08-30T18:45:01.327Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3153 | 2024-08-30T18:45:01.470Z | [ helios-setup] |
| 3154 | 2024-08-30T18:45:01.470Z | [ helios-setup] |
| 3155 | 2024-08-30T18:45:01.470Z | [ helios-setup] real 11:59.490350386 |
| 3156 | 2024-08-30T18:45:01.470Z | [ helios-setup] user 29:04.015370359 |
| 3157 | 2024-08-30T18:45:01.470Z | [ helios-setup] sys 3:34.941307318 |
| 3158 | 2024-08-30T18:45:01.470Z | [ helios-setup] trap 1.764002560 |
| 3159 | 2024-08-30T18:45:01.470Z | [ helios-setup] tflt 7.473103745 |
| 3160 | 2024-08-30T18:45:01.470Z | [ helios-setup] dflt 29.235382041 |
| 3161 | 2024-08-30T18:45:01.470Z | [ helios-setup] kflt 0.019144559 |
| 3162 | 2024-08-30T18:45:01.470Z | [ helios-setup] lock 2:05:06.864182068 |
| 3163 | 2024-08-30T18:45:01.470Z | [ helios-setup] slp 3:45:38.586106186 |
| 3164 | 2024-08-30T18:45:01.470Z | [ helios-setup] lat 32:43.810681358 |
| 3165 | 2024-08-30T18:45:01.470Z | [ helios-setup] stop 4:39.984755870 |
| 3166 | 2024-08-30T18:45:01.473Z | Aug 30 18:44:59.649 INFO [helios-setup] process exited with exit status: 0 (719.49611108s) |
| 3167 | 2024-08-30T18:45:01.473Z | Aug 30 18:44:59.649 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
| 3168 | 2024-08-30T18:45:01.473Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
| 3169 | 2024-08-30T18:45:01.571Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
| 3170 | 2024-08-30T18:45:01.571Z | [ phbl-toolchain] info: downloading component 'cargo' |
| 3171 | 2024-08-30T18:45:02.618Z | [ phbl-toolchain] info: downloading component 'clippy' |
| 3172 | 2024-08-30T18:45:03.048Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
| 3173 | 2024-08-30T18:45:07.979Z | [ phbl-toolchain] info: downloading component 'miri' |
| 3174 | 2024-08-30T18:45:08.898Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
| 3175 | 2024-08-30T18:45:10.345Z | [ phbl-toolchain] info: downloading component 'rust-src' |
| 3176 | 2024-08-30T18:45:10.537Z | [ phbl-toolchain] info: downloading component 'rust-std' |
| 3177 | 2024-08-30T18:45:13.431Z | [ phbl-toolchain] info: downloading component 'rustc' |
| 3178 | 2024-08-30T18:45:19.076Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
| 3179 | 2024-08-30T18:45:19.936Z | [ phbl-toolchain] info: installing component 'cargo' |
| 3180 | 2024-08-30T18:45:21.261Z | [ phbl-toolchain] info: installing component 'clippy' |
| 3181 | 2024-08-30T18:45:21.829Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
| 3182 | 2024-08-30T18:45:27.288Z | [ phbl-toolchain] info: installing component 'miri' |
| 3183 | 2024-08-30T18:45:27.676Z | [ phbl-toolchain] info: installing component 'rust-docs' |
| 3184 | 2024-08-30T18:45:34.604Z | [ phbl-toolchain] info: installing component 'rust-src' |
| 3185 | 2024-08-30T18:45:35.270Z | [ phbl-toolchain] info: installing component 'rust-std' |
| 3186 | 2024-08-30T18:45:37.788Z | [ phbl-toolchain] info: installing component 'rustc' |
| 3187 | 2024-08-30T18:45:43.917Z | [ phbl-toolchain] info: installing component 'rustfmt' |
| 3188 | 2024-08-30T18:45:44.832Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
| 3189 | 2024-08-30T18:45:44.834Z | Aug 30 18:45:43.148 INFO [phbl-toolchain] process exited with exit status: 0 (43.49882161s) |
| 3190 | 2024-08-30T18:46:07.284Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3191 | 2024-08-30T18:46:21.766Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3192 | 2024-08-30T18:52:43.521Z | [ host-package] Finished `release` profile [optimized] target(s) in 18m 55s |
| 3193 | 2024-08-30T18:53:46.511Z | Aug 30 18:53:44.756 INFO [host-package] process exited with exit status: 0 (1198.94077694s) |
| 3194 | 2024-08-30T18:53:46.516Z | Aug 30 18:53:44.756 INFO [host-stamp] running task |
| 3195 | 2024-08-30T18:53:46.516Z | Aug 30 18:53:44.756 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3196 | 2024-08-30T18:53:46.516Z | Aug 30 18:53:44.764 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+gitdc10290f4b6 |
| 3197 | 2024-08-30T18:53:46.522Z | Aug 30 18:53:44.770 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+gitdc10290f4b6 |
| 3198 | 2024-08-30T18:53:46.526Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3199 | 2024-08-30T18:53:46.528Z | Aug 30 18:53:44.776 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+gitdc10290f4b6 |
| 3200 | 2024-08-30T18:53:46.533Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3201 | 2024-08-30T18:53:46.535Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3202 | 2024-08-30T18:53:46.535Z | Aug 30 18:53:44.783 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+gitdc10290f4b6 |
| 3203 | 2024-08-30T18:53:46.540Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3204 | 2024-08-30T18:53:46.543Z | Aug 30 18:53:44.790 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+gitdc10290f4b6 |
| 3205 | 2024-08-30T18:53:46.548Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3206 | 2024-08-30T18:53:46.551Z | Aug 30 18:53:44.797 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+gitdc10290f4b6 |
| 3207 | 2024-08-30T18:53:46.553Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3208 | 2024-08-30T18:53:46.556Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
| 3209 | 2024-08-30T18:53:46.556Z | Aug 30 18:53:44.804 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+gitdc10290f4b6 |
| 3210 | 2024-08-30T18:53:46.562Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3211 | 2024-08-30T18:53:46.565Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3212 | 2024-08-30T18:53:46.568Z | Aug 30 18:53:44.813 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+gitdc10290f4b6 |
| 3213 | 2024-08-30T18:53:46.572Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3214 | 2024-08-30T18:53:46.577Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3215 | 2024-08-30T18:53:46.577Z | Aug 30 18:53:44.824 INFO [stamp-overlay] process exited with exit status: 0 (59.995725ms) |
| 3216 | 2024-08-30T18:53:46.577Z | Aug 30 18:53:44.824 INFO [stamp-oxlog] process exited with exit status: 0 (34.773781ms) |
| 3217 | 2024-08-30T18:53:46.577Z | Aug 30 18:53:44.824 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (41.680662ms) |
| 3218 | 2024-08-30T18:53:46.588Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3219 | 2024-08-30T18:53:46.695Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3220 | 2024-08-30T18:53:46.698Z | Aug 30 18:53:44.946 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (132.898843ms) |
| 3221 | 2024-08-30T18:53:46.762Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3222 | 2024-08-30T18:53:46.766Z | Aug 30 18:53:45.014 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (217.252608ms) |
| 3223 | 2024-08-30T18:53:46.885Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3224 | 2024-08-30T18:53:46.888Z | Aug 30 18:53:45.136 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (360.164474ms) |
| 3225 | 2024-08-30T18:53:47.706Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3226 | 2024-08-30T18:53:47.710Z | Aug 30 18:53:45.958 INFO [stamp-propolis-server] process exited with exit status: 0 (1.154167565s) |
| 3227 | 2024-08-30T18:53:47.821Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3228 | 2024-08-30T18:53:50.145Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3229 | 2024-08-30T18:53:56.874Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3230 | 2024-08-30T18:53:56.880Z | Aug 30 18:53:55.124 INFO [stamp-switch-asic] process exited with exit status: 0 (10.354083774s) |
| 3231 | 2024-08-30T18:53:56.880Z | Aug 30 18:53:55.124 INFO [host-stamp] task succeeded (10.368128522s) |
| 3232 | 2024-08-30T18:53:56.880Z | Aug 30 18:53:55.124 INFO [host-proto] running task |
| 3233 | 2024-08-30T18:53:57.256Z | Aug 30 18:53:55.502 INFO [host-proto] task succeeded (377.891793ms) |
| 3234 | 2024-08-30T18:53:57.256Z | Aug 30 18:53:55.502 INFO [host-profile] running task |
| 3235 | 2024-08-30T18:53:57.266Z | Aug 30 18:53:55.503 INFO [host-profile] task succeeded (299.917µs) |
| 3236 | 2024-08-30T18:53:57.266Z | Aug 30 18:53:55.503 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.293' -P /tmp/.tmpWwHkvv/proto/host/root -N 'ci dc10290/${os_short_commit} 2024-08-30 18:33' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3237 | 2024-08-30T18:53:57.273Z | [ host-image] Aug 30 18:53:55.518 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3238 | 2024-08-30T18:53:57.273Z | [ host-image] Aug 30 18:53:55.518 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
| 3239 | 2024-08-30T18:53:57.326Z | [ host-image] Aug 30 18:53:55.532 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpWwHkvv/proto/host/root" |
| 3240 | 2024-08-30T18:53:57.326Z | [ host-image] Aug 30 18:53:55.532 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
| 3241 | 2024-08-30T18:53:57.326Z | [ host-image] Aug 30 18:53:55.532 INFO image builder template: ramdisk-01-os... |
| 3242 | 2024-08-30T18:53:57.326Z | [ host-image] Aug 30 18:53:55.532 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/.tmpWwHkvv/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.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3243 | 2024-08-30T18:53:57.326Z | [ host-image] Aug 30 18:53:55.551 INFO O| Aug 30 18:53:55.551 INFO CREATE DATASET: rpool/images/build/host/output |
| 3244 | 2024-08-30T18:53:57.439Z | [ host-image] Aug 30 18:53:55.686 INFO O| Aug 30 18:53:55.685 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3245 | 2024-08-30T18:53:57.448Z | [ host-image] Aug 30 18:53:55.690 INFO O| Aug 30 18:53:55.690 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3246 | 2024-08-30T18:53:57.663Z | [ host-image] Aug 30 18:53:55.909 INFO O| Aug 30 18:53:55.909 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
| 3247 | 2024-08-30T18:53:57.725Z | [ host-image] Aug 30 18:53:55.970 INFO O| Aug 30 18:53:55.970 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3248 | 2024-08-30T18:53:57.732Z | [ host-image] Aug 30 18:53:55.971 INFO O| Aug 30 18:53:55.971 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 3249 | 2024-08-30T18:53:57.733Z | [ host-image] Aug 30 18:53:55.971 INFO O| Aug 30 18:53:55.971 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 3250 | 2024-08-30T18:53:57.733Z | [ host-image] Aug 30 18:53:55.971 INFO O| Aug 30 18:53:55.971 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 3251 | 2024-08-30T18:53:57.740Z | [ host-image] Aug 30 18:53:55.980 INFO O| Aug 30 18:53:55.980 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 3252 | 2024-08-30T18:53:58.021Z | [ host-image] Aug 30 18:53:56.267 INFO O| Aug 30 18:53:56.267 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3253 | 2024-08-30T18:53:58.041Z | [ host-image] Aug 30 18:53:56.281 INFO O| Aug 30 18:53:56.281 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
| 3254 | 2024-08-30T18:53:58.457Z | [ host-image] Aug 30 18:53:56.703 INFO O| Aug 30 18:53:56.703 INFO O| Caching catalogs ... Done |
| 3255 | 2024-08-30T18:53:58.577Z | [ host-image] Aug 30 18:53:56.823 INFO O| Aug 30 18:53:56.823 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3256 | 2024-08-30T18:53:58.577Z | [ host-image] Aug 30 18:53:56.823 INFO O| Aug 30 18:53:56.823 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3257 | 2024-08-30T18:53:58.585Z | [ host-image] Aug 30 18:53:56.823 INFO O| Aug 30 18:53:56.823 INFO skip step because feature "repo_redist" is not enabled |
| 3258 | 2024-08-30T18:53:58.585Z | [ host-image] Aug 30 18:53:56.823 INFO O| Aug 30 18:53:56.823 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3259 | 2024-08-30T18:53:58.601Z | [ host-image] Aug 30 18:53:56.839 INFO O| Aug 30 18:53:56.839 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"] |
| 3260 | 2024-08-30T18:54:02.918Z | [ host-image] Aug 30 18:53:57.220 INFO O| Aug 30 18:53:57.220 INFO STEP 2 (pkg_set_publisher) COMPLETE |
| 3261 | 2024-08-30T18:54:02.918Z | [ host-image] Aug 30 18:53:57.221 INFO O| Aug 30 18:53:57.220 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3262 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:57.232 INFO O| Aug 30 18:53:57.232 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"] |
| 3263 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:57.785 INFO O| Aug 30 18:53:57.785 INFO STEP 3 (pkg_set_publisher) COMPLETE |
| 3264 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:57.785 INFO O| Aug 30 18:53:57.785 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3265 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:57.785 INFO O| Aug 30 18:53:57.785 INFO skip step because feature "repo_redist" is not enabled |
| 3266 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:57.785 INFO O| Aug 30 18:53:57.785 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3267 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:58.328 INFO O| Aug 30 18:53:58.327 INFO variant opensolaris.zone is already global |
| 3268 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:58.328 INFO O| Aug 30 18:53:58.328 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3269 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:58.328 INFO O| Aug 30 18:53:58.328 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3270 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:58.861 INFO O| Aug 30 18:53:58.861 INFO variant opensolaris.imagetype is full; changing to partial |
| 3271 | 2024-08-30T18:54:02.953Z | [ host-image] Aug 30 18:53:58.861 INFO O| Aug 30 18:53:58.861 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3272 | 2024-08-30T18:54:06.144Z | [ host-image] Aug 30 18:54:04.389 INFO O| Aug 30 18:54:04.388 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3273 | 2024-08-30T18:54:08.606Z | [ host-image] Aug 30 18:54:06.851 INFO O| Aug 30 18:54:06.851 INFO O| Startup: Caching catalogs ... Done |
| 3274 | 2024-08-30T18:54:08.655Z | [ host-image] Aug 30 18:54:06.900 INFO O| Aug 30 18:54:06.900 INFO O| Planning: Planning completed in 0.00 seconds |
| 3275 | 2024-08-30T18:54:08.657Z | [ host-image] Aug 30 18:54:06.901 INFO O| Aug 30 18:54:06.900 INFO O| Planning: Consolidating action changes ... Done |
| 3276 | 2024-08-30T18:54:08.657Z | [ host-image] Aug 30 18:54:06.901 INFO O| Aug 30 18:54:06.901 INFO O| Planning: Evaluating mediators ... Done |
| 3277 | 2024-08-30T18:54:08.657Z | [ host-image] Aug 30 18:54:06.901 INFO O| Aug 30 18:54:06.901 INFO O| Planning: Planning completed in 0.00 seconds |
| 3278 | 2024-08-30T18:54:08.657Z | [ host-image] Aug 30 18:54:06.901 INFO O| Aug 30 18:54:06.901 INFO O| Variants/Facets to change: 1 |
| 3279 | 2024-08-30T18:54:08.672Z | [ host-image] Aug 30 18:54:06.918 INFO O| Aug 30 18:54:06.918 INFO O| Done |
| 3280 | 2024-08-30T18:54:08.672Z | [ host-image] Aug 30 18:54:06.918 INFO O| Aug 30 18:54:06.918 INFO O| Done |
| 3281 | 2024-08-30T18:54:09.032Z | [ host-image] Aug 30 18:54:07.277 INFO O| Aug 30 18:54:07.277 INFO O| Done |
| 3282 | 2024-08-30T18:54:09.062Z | [ host-image] Aug 30 18:54:07.307 INFO O| Aug 30 18:54:07.307 INFO O| Done |
| 3283 | 2024-08-30T18:54:09.064Z | [ host-image] Aug 30 18:54:07.308 INFO O| Aug 30 18:54:07.308 INFO O| Done |
| 3284 | 2024-08-30T18:54:09.064Z | [ host-image] Aug 30 18:54:07.308 INFO O| Aug 30 18:54:07.308 INFO O| Done |
| 3285 | 2024-08-30T18:54:09.064Z | [ host-image] Aug 30 18:54:07.309 INFO O| Aug 30 18:54:07.309 INFO O| Done |
| 3286 | 2024-08-30T18:54:09.365Z | [ host-image] Aug 30 18:54:07.610 INFO O| Aug 30 18:54:07.610 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3287 | 2024-08-30T18:54:09.365Z | [ host-image] Aug 30 18:54:07.610 INFO O| Aug 30 18:54:07.610 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3288 | 2024-08-30T18:54:09.369Z | [ host-image] Aug 30 18:54:07.610 INFO O| Aug 30 18:54:07.610 INFO skip step because feature "debug_variant" is not enabled |
| 3289 | 2024-08-30T18:54:09.369Z | [ host-image] Aug 30 18:54:07.610 INFO O| Aug 30 18:54:07.610 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3290 | 2024-08-30T18:54:09.446Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.70s |
| 3291 | 2024-08-30T18:54:09.695Z | [ host-image] Aug 30 18:54:07.940 INFO O| Aug 30 18:54:07.939 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
| 3292 | 2024-08-30T18:54:10.136Z | [ host-image] Aug 30 18:54:08.379 INFO O| Aug 30 18:54:08.379 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3293 | 2024-08-30T18:54:10.142Z | [ host-image] Aug 30 18:54:08.381 INFO O| Aug 30 18:54:08.381 INFO O| Planning: Planning completed in 0.00 seconds |
| 3294 | 2024-08-30T18:54:10.142Z | [ host-image] Aug 30 18:54:08.381 INFO O| Aug 30 18:54:08.381 INFO O| Planning: Consolidating action changes ... Done |
| 3295 | 2024-08-30T18:54:10.142Z | [ host-image] Aug 30 18:54:08.381 INFO O| Aug 30 18:54:08.381 INFO O| Planning: Evaluating mediators ... Done |
| 3296 | 2024-08-30T18:54:10.142Z | [ host-image] Aug 30 18:54:08.382 INFO O| Aug 30 18:54:08.382 INFO O| Planning: Planning completed in 0.00 seconds |
| 3297 | 2024-08-30T18:54:10.142Z | [ host-image] Aug 30 18:54:08.382 INFO O| Aug 30 18:54:08.382 INFO O| Variants/Facets to change: 1 |
| 3298 | 2024-08-30T18:54:10.158Z | [ host-image] Aug 30 18:54:08.401 INFO O| Aug 30 18:54:08.401 INFO O| Done |
| 3299 | 2024-08-30T18:54:10.164Z | [ host-image] Aug 30 18:54:08.401 INFO O| Aug 30 18:54:08.401 INFO O| Done |
| 3300 | 2024-08-30T18:54:10.455Z | [ host-image] Aug 30 18:54:08.698 INFO O| Aug 30 18:54:08.698 INFO O| Done |
| 3301 | 2024-08-30T18:54:10.496Z | [ host-image] Aug 30 18:54:08.739 INFO O| Aug 30 18:54:08.738 INFO O| Done |
| 3302 | 2024-08-30T18:54:10.502Z | [ host-image] Aug 30 18:54:08.739 INFO O| Aug 30 18:54:08.739 INFO O| Done |
| 3303 | 2024-08-30T18:54:10.502Z | [ host-image] Aug 30 18:54:08.739 INFO O| Aug 30 18:54:08.739 INFO O| Done |
| 3304 | 2024-08-30T18:54:10.502Z | [ host-image] Aug 30 18:54:08.740 INFO O| Aug 30 18:54:08.740 INFO O| Done |
| 3305 | 2024-08-30T18:54:10.554Z | [ host-image] Aug 30 18:54:08.798 INFO O| Aug 30 18:54:08.798 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3306 | 2024-08-30T18:54:10.554Z | [ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3307 | 2024-08-30T18:54:10.558Z | [ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO skip step because feature "recovery" is not enabled |
| 3308 | 2024-08-30T18:54:10.558Z | [ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3309 | 2024-08-30T18:54:10.558Z | [ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO skip step because feature "recovery" is not enabled |
| 3310 | 2024-08-30T18:54:10.558Z | [ host-image] Aug 30 18:54:08.799 INFO O| Aug 30 18:54:08.798 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3311 | 2024-08-30T18:54:10.567Z | [ host-image] Aug 30 18:54:08.811 INFO O| Aug 30 18:54:08.811 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"] |
| 3312 | 2024-08-30T18:54:10.776Z | Aug 30 18:54:09.021 INFO [recovery-package] process exited with exit status: 0 (24.264973768s) |
| 3313 | 2024-08-30T18:54:10.776Z | Aug 30 18:54:09.021 INFO [recovery-stamp] running task |
| 3314 | 2024-08-30T18:54:10.779Z | Aug 30 18:54:09.022 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3315 | 2024-08-30T18:54:10.784Z | Aug 30 18:54:09.029 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+gitdc10290f4b6 |
| 3316 | 2024-08-30T18:54:10.792Z | Aug 30 18:54:09.037 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+gitdc10290f4b6 |
| 3317 | 2024-08-30T18:54:10.801Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3318 | 2024-08-30T18:54:10.812Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3319 | 2024-08-30T18:54:10.882Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3320 | 2024-08-30T18:54:10.884Z | Aug 30 18:54:09.129 INFO [stamp-installinator] process exited with exit status: 0 (92.767423ms) |
| 3321 | 2024-08-30T18:54:10.915Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3322 | 2024-08-30T18:54:10.918Z | Aug 30 18:54:09.163 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.12098ms) |
| 3323 | 2024-08-30T18:54:10.920Z | Aug 30 18:54:09.163 INFO [recovery-stamp] task succeeded (141.260856ms) |
| 3324 | 2024-08-30T18:54:10.920Z | Aug 30 18:54:09.163 INFO [recovery-proto] running task |
| 3325 | 2024-08-30T18:54:10.920Z | Aug 30 18:54:09.163 INFO [tuf-stamp] running task |
| 3326 | 2024-08-30T18:54:10.920Z | Aug 30 18:54:09.164 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+gitdc10290f4b6 |
| 3327 | 2024-08-30T18:54:10.930Z | Aug 30 18:54:09.175 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+gitdc10290f4b6 |
| 3328 | 2024-08-30T18:54:10.942Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3329 | 2024-08-30T18:54:10.944Z | Aug 30 18:54:09.187 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+gitdc10290f4b6 |
| 3330 | 2024-08-30T18:54:10.955Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3331 | 2024-08-30T18:54:10.957Z | Aug 30 18:54:09.199 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+gitdc10290f4b6 |
| 3332 | 2024-08-30T18:54:10.966Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3333 | 2024-08-30T18:54:10.969Z | Aug 30 18:54:09.212 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+gitdc10290f4b6 |
| 3334 | 2024-08-30T18:54:10.980Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3335 | 2024-08-30T18:54:10.987Z | Aug 30 18:54:09.225 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+gitdc10290f4b6 |
| 3336 | 2024-08-30T18:54:10.994Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3337 | 2024-08-30T18:54:10.994Z | Aug 30 18:54:09.238 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+gitdc10290f4b6 |
| 3338 | 2024-08-30T18:54:11.006Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3339 | 2024-08-30T18:54:11.009Z | Aug 30 18:54:09.251 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+gitdc10290f4b6 |
| 3340 | 2024-08-30T18:54:11.019Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3341 | 2024-08-30T18:54:11.021Z | Aug 30 18:54:09.264 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+gitdc10290f4b6 |
| 3342 | 2024-08-30T18:54:11.032Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3343 | 2024-08-30T18:54:11.034Z | Aug 30 18:54:09.277 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+gitdc10290f4b6 |
| 3344 | 2024-08-30T18:54:11.044Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3345 | 2024-08-30T18:54:11.046Z | Aug 30 18:54:09.289 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+gitdc10290f4b6 |
| 3346 | 2024-08-30T18:54:11.070Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3347 | 2024-08-30T18:54:11.070Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3348 | 2024-08-30T18:54:11.109Z | Aug 30 18:54:09.354 INFO [recovery-proto] task succeeded (190.637283ms) |
| 3349 | 2024-08-30T18:54:11.111Z | Aug 30 18:54:09.354 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.293' -P /tmp/.tmpWwHkvv/proto/recovery/root -N 'recovery dc10290/${os_short_commit} 2024-08-30 18:33' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3350 | 2024-08-30T18:54:11.131Z | [ recovery-image] Aug 30 18:54:09.376 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3351 | 2024-08-30T18:54:11.132Z | [ recovery-image] Aug 30 18:54:09.376 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
| 3352 | 2024-08-30T18:54:11.137Z | [ host-image] Aug 30 18:54:09.381 INFO O| Aug 30 18:54:09.381 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3353 | 2024-08-30T18:54:11.148Z | [ recovery-image] Aug 30 18:54:09.392 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpWwHkvv/proto/recovery/root" |
| 3354 | 2024-08-30T18:54:11.148Z | [ recovery-image] Aug 30 18:54:09.392 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
| 3355 | 2024-08-30T18:54:11.152Z | [ recovery-image] Aug 30 18:54:09.393 INFO image builder template: ramdisk-01-os... |
| 3356 | 2024-08-30T18:54:11.152Z | [ recovery-image] Aug 30 18:54:09.393 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/.tmpWwHkvv/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.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3357 | 2024-08-30T18:54:11.188Z | [ recovery-image] Aug 30 18:54:09.432 INFO O| Aug 30 18:54:09.432 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 3358 | 2024-08-30T18:54:11.208Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 3359 | 2024-08-30T18:54:11.297Z | Aug 30 18:54:09.465 INFO [stamp-probe] process exited with exit status: 0 (188.321474ms) |
| 3360 | 2024-08-30T18:54:11.625Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 3361 | 2024-08-30T18:54:11.638Z | [ recovery-image] Aug 30 18:54:09.883 INFO O| Aug 30 18:54:09.883 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3362 | 2024-08-30T18:54:11.645Z | [ recovery-image] Aug 30 18:54:09.890 INFO O| Aug 30 18:54:09.890 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3363 | 2024-08-30T18:54:11.680Z | Aug 30 18:54:09.924 INFO [stamp-ntp] process exited with exit status: 0 (673.432612ms) |
| 3364 | 2024-08-30T18:54:11.975Z | [ recovery-image] Aug 30 18:54:10.219 INFO O| Aug 30 18:54:10.219 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
| 3365 | 2024-08-30T18:54:12.038Z | [ recovery-image] Aug 30 18:54:10.282 INFO O| Aug 30 18:54:10.282 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3366 | 2024-08-30T18:54:12.038Z | [ recovery-image] Aug 30 18:54:10.282 INFO O| Aug 30 18:54:10.282 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3367 | 2024-08-30T18:54:12.041Z | [ recovery-image] Aug 30 18:54:10.283 INFO O| Aug 30 18:54:10.282 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3368 | 2024-08-30T18:54:12.041Z | [ recovery-image] Aug 30 18:54:10.283 INFO O| Aug 30 18:54:10.282 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3369 | 2024-08-30T18:54:12.048Z | [ recovery-image] Aug 30 18:54:10.293 INFO O| Aug 30 18:54:10.293 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3370 | 2024-08-30T18:54:12.283Z | [ recovery-image] Aug 30 18:54:10.528 INFO O| Aug 30 18:54:10.528 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3371 | 2024-08-30T18:54:12.349Z | [ recovery-image] Aug 30 18:54:10.593 INFO O| Aug 30 18:54:10.593 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
| 3372 | 2024-08-30T18:54:12.380Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 3373 | 2024-08-30T18:54:12.405Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 3374 | 2024-08-30T18:54:12.409Z | Aug 30 18:54:10.654 INFO [stamp-external-dns] process exited with exit status: 0 (1.41571641s) |
| 3375 | 2024-08-30T18:54:12.412Z | Aug 30 18:54:10.657 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.469983467s) |
| 3376 | 2024-08-30T18:54:12.488Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 3377 | 2024-08-30T18:54:12.511Z | Aug 30 18:54:10.755 INFO [stamp-internal-dns] process exited with exit status: 0 (1.591401864s) |
| 3378 | 2024-08-30T18:54:12.695Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 3379 | 2024-08-30T18:54:12.722Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 3380 | 2024-08-30T18:54:12.904Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 3381 | 2024-08-30T18:54:12.920Z | Aug 30 18:54:11.164 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.952063224s) |
| 3382 | 2024-08-30T18:54:12.947Z | [ recovery-image] Aug 30 18:54:11.191 INFO O| Aug 30 18:54:11.191 INFO O| Caching catalogs ... Done |
| 3383 | 2024-08-30T18:54:13.061Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 3384 | 2024-08-30T18:54:13.065Z | Aug 30 18:54:11.310 INFO [stamp-oximeter] process exited with exit status: 0 (2.020612192s) |
| 3385 | 2024-08-30T18:54:13.076Z | [ recovery-image] Aug 30 18:54:11.320 INFO O| Aug 30 18:54:11.320 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3386 | 2024-08-30T18:54:13.076Z | [ recovery-image] Aug 30 18:54:11.321 INFO O| Aug 30 18:54:11.320 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3387 | 2024-08-30T18:54:13.076Z | [ recovery-image] Aug 30 18:54:11.321 INFO O| Aug 30 18:54:11.320 INFO skip step because feature "repo_redist" is not enabled |
| 3388 | 2024-08-30T18:54:13.079Z | [ recovery-image] Aug 30 18:54:11.321 INFO O| Aug 30 18:54:11.320 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3389 | 2024-08-30T18:54:13.093Z | [ recovery-image] Aug 30 18:54:11.338 INFO O| Aug 30 18:54:11.337 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"] |
| 3390 | 2024-08-30T18:54:13.594Z | [ recovery-image] Aug 30 18:54:11.838 INFO O| Aug 30 18:54:11.838 INFO STEP 2 (pkg_set_publisher) COMPLETE |
| 3391 | 2024-08-30T18:54:13.594Z | [ recovery-image] Aug 30 18:54:11.838 INFO O| Aug 30 18:54:11.838 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3392 | 2024-08-30T18:54:13.609Z | [ recovery-image] Aug 30 18:54:11.854 INFO O| Aug 30 18:54:11.854 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"] |
| 3393 | 2024-08-30T18:54:14.023Z | [ recovery-image] Aug 30 18:54:12.267 INFO O| Aug 30 18:54:12.267 INFO STEP 3 (pkg_set_publisher) COMPLETE |
| 3394 | 2024-08-30T18:54:14.024Z | [ recovery-image] Aug 30 18:54:12.267 INFO O| Aug 30 18:54:12.267 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3395 | 2024-08-30T18:54:14.024Z | [ recovery-image] Aug 30 18:54:12.267 INFO O| Aug 30 18:54:12.267 INFO skip step because feature "repo_redist" is not enabled |
| 3396 | 2024-08-30T18:54:14.027Z | [ recovery-image] Aug 30 18:54:12.267 INFO O| Aug 30 18:54:12.267 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3397 | 2024-08-30T18:54:14.474Z | [ recovery-image] Aug 30 18:54:12.716 INFO O| Aug 30 18:54:12.716 INFO variant opensolaris.zone is already global |
| 3398 | 2024-08-30T18:54:14.474Z | [ recovery-image] Aug 30 18:54:12.716 INFO O| Aug 30 18:54:12.716 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3399 | 2024-08-30T18:54:14.474Z | [ recovery-image] Aug 30 18:54:12.716 INFO O| Aug 30 18:54:12.716 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3400 | 2024-08-30T18:54:14.739Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 3401 | 2024-08-30T18:54:14.743Z | Aug 30 18:54:12.988 INFO [stamp-nexus] process exited with exit status: 0 (3.813025554s) |
| 3402 | 2024-08-30T18:54:14.853Z | [ recovery-image] Aug 30 18:54:13.097 INFO O| Aug 30 18:54:13.097 INFO variant opensolaris.imagetype is full; changing to partial |
| 3403 | 2024-08-30T18:54:14.853Z | [ recovery-image] Aug 30 18:54:13.097 INFO O| Aug 30 18:54:13.097 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3404 | 2024-08-30T18:54:16.442Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 3405 | 2024-08-30T18:54:16.467Z | Aug 30 18:54:14.711 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.511832813s) |
| 3406 | 2024-08-30T18:54:17.456Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3407 | 2024-08-30T18:54:17.459Z | [verify-libraries] Compiling polyval v0.6.2 |
| 3408 | 2024-08-30T18:54:17.459Z | [verify-libraries] Compiling rfc6979 v0.4.0 |
| 3409 | 2024-08-30T18:54:17.638Z | [verify-libraries] Compiling primeorder v0.13.6 |
| 3410 | 2024-08-30T18:54:17.638Z | [verify-libraries] Compiling ctr v0.9.2 |
| 3411 | 2024-08-30T18:54:17.641Z | [verify-libraries] Compiling ed25519 v2.2.3 |
| 3412 | 2024-08-30T18:54:17.641Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 3413 | 2024-08-30T18:54:17.641Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 3414 | 2024-08-30T18:54:17.921Z | [verify-libraries] Compiling ecdsa v0.16.9 |
| 3415 | 2024-08-30T18:54:18.202Z | [verify-libraries] Compiling ghash v0.5.1 |
| 3416 | 2024-08-30T18:54:18.345Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 3417 | 2024-08-30T18:54:18.583Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 3418 | 2024-08-30T18:54:18.865Z | [verify-libraries] Compiling ed25519-dalek v2.1.1 |
| 3419 | 2024-08-30T18:54:18.925Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 3420 | 2024-08-30T18:54:18.925Z | [verify-libraries] Compiling matches v0.1.10 |
| 3421 | 2024-08-30T18:54:19.042Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 3422 | 2024-08-30T18:54:19.144Z | [verify-libraries] Compiling idna v0.2.3 |
| 3423 | 2024-08-30T18:54:19.628Z | [verify-libraries] Compiling p521 v0.13.3 |
| 3424 | 2024-08-30T18:54:19.834Z | [verify-libraries] Compiling ssh-key v0.6.6 |
| 3425 | 2024-08-30T18:54:20.169Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 3426 | 2024-08-30T18:54:20.319Z | [verify-libraries] Compiling p384 v0.13.0 |
| 3427 | 2024-08-30T18:54:20.875Z | [verify-libraries] Compiling p256 v0.13.2 |
| 3428 | 2024-08-30T18:54:21.230Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 3429 | 2024-08-30T18:54:21.254Z | Aug 30 18:54:19.497 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.27248961s) |
| 3430 | 2024-08-30T18:54:21.489Z | [ recovery-image] Aug 30 18:54:19.732 INFO O| Aug 30 18:54:19.732 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3431 | 2024-08-30T18:54:21.661Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
| 3432 | 2024-08-30T18:54:22.089Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 3433 | 2024-08-30T18:54:22.114Z | Aug 30 18:54:20.357 INFO [stamp-clickhouse] process exited with exit status: 0 (11.093392394s) |
| 3434 | 2024-08-30T18:54:22.114Z | Aug 30 18:54:20.357 INFO [tuf-stamp] task succeeded (11.194367757s) |
| 3435 | 2024-08-30T18:54:22.910Z | [verify-libraries] Compiling russh-cryptovec v0.7.2 |
| 3436 | 2024-08-30T18:54:23.439Z | [verify-libraries] Compiling md5 v0.7.0 |
| 3437 | 2024-08-30T18:54:23.501Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
| 3438 | 2024-08-30T18:54:23.872Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 3439 | 2024-08-30T18:54:24.183Z | [verify-libraries] Compiling num-bigint v0.4.5 |
| 3440 | 2024-08-30T18:54:24.288Z | [verify-libraries] Compiling des v0.8.1 |
| 3441 | 2024-08-30T18:54:24.809Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 3442 | 2024-08-30T18:54:25.164Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
| 3443 | 2024-08-30T18:54:26.473Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3444 | 2024-08-30T18:54:27.561Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3445 | 2024-08-30T18:54:28.131Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 3446 | 2024-08-30T18:54:28.327Z | [ recovery-image] Aug 30 18:54:26.569 INFO O| Aug 30 18:54:26.569 INFO O| Startup: Caching catalogs ... Done |
| 3447 | 2024-08-30T18:54:28.405Z | [ recovery-image] Aug 30 18:54:26.641 INFO O| Aug 30 18:54:26.641 INFO O| Planning: Planning completed in 0.00 seconds |
| 3448 | 2024-08-30T18:54:28.405Z | [ recovery-image] Aug 30 18:54:26.642 INFO O| Aug 30 18:54:26.641 INFO O| Planning: Consolidating action changes ... Done |
| 3449 | 2024-08-30T18:54:28.407Z | [ recovery-image] Aug 30 18:54:26.642 INFO O| Aug 30 18:54:26.642 INFO O| Planning: Evaluating mediators ... Done |
| 3450 | 2024-08-30T18:54:28.407Z | [ recovery-image] Aug 30 18:54:26.642 INFO O| Aug 30 18:54:26.642 INFO O| Planning: Planning completed in 0.00 seconds |
| 3451 | 2024-08-30T18:54:28.407Z | [ recovery-image] Aug 30 18:54:26.642 INFO O| Aug 30 18:54:26.642 INFO O| Variants/Facets to change: 1 |
| 3452 | 2024-08-30T18:54:28.409Z | [verify-libraries] Compiling russh v0.45.0 |
| 3453 | 2024-08-30T18:54:28.470Z | [ recovery-image] Aug 30 18:54:26.712 INFO O| Aug 30 18:54:26.712 INFO O| Done |
| 3454 | 2024-08-30T18:54:28.470Z | [ recovery-image] Aug 30 18:54:26.712 INFO O| Aug 30 18:54:26.712 INFO O| Done |
| 3455 | 2024-08-30T18:54:29.236Z | [ recovery-image] Aug 30 18:54:27.478 INFO O| Aug 30 18:54:27.478 INFO O| Done |
| 3456 | 2024-08-30T18:54:29.283Z | [ recovery-image] Aug 30 18:54:27.525 INFO O| Aug 30 18:54:27.525 INFO O| Done |
| 3457 | 2024-08-30T18:54:29.285Z | [ recovery-image] Aug 30 18:54:27.527 INFO O| Aug 30 18:54:27.527 INFO O| Done |
| 3458 | 2024-08-30T18:54:29.285Z | [ recovery-image] Aug 30 18:54:27.527 INFO O| Aug 30 18:54:27.527 INFO O| Done |
| 3459 | 2024-08-30T18:54:29.287Z | [ recovery-image] Aug 30 18:54:27.530 INFO O| Aug 30 18:54:27.530 INFO O| Done |
| 3460 | 2024-08-30T18:54:29.793Z | [ recovery-image] Aug 30 18:54:28.035 INFO O| Aug 30 18:54:28.035 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3461 | 2024-08-30T18:54:29.795Z | [ recovery-image] Aug 30 18:54:28.035 INFO O| Aug 30 18:54:28.035 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3462 | 2024-08-30T18:54:29.795Z | [ recovery-image] Aug 30 18:54:28.035 INFO O| Aug 30 18:54:28.035 INFO skip step because feature "debug_variant" is not enabled |
| 3463 | 2024-08-30T18:54:29.795Z | [ recovery-image] Aug 30 18:54:28.035 INFO O| Aug 30 18:54:28.035 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3464 | 2024-08-30T18:54:30.436Z | [ recovery-image] Aug 30 18:54:28.678 INFO O| Aug 30 18:54:28.678 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
| 3465 | 2024-08-30T18:54:31.352Z | [ recovery-image] Aug 30 18:54:29.594 INFO O| Aug 30 18:54:29.594 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3466 | 2024-08-30T18:54:31.355Z | [ recovery-image] Aug 30 18:54:29.596 INFO O| Aug 30 18:54:29.596 INFO O| Planning: Planning completed in 0.00 seconds |
| 3467 | 2024-08-30T18:54:31.361Z | [ recovery-image] Aug 30 18:54:29.597 INFO O| Aug 30 18:54:29.597 INFO O| Planning: Consolidating action changes ... Done |
| 3468 | 2024-08-30T18:54:31.362Z | [ recovery-image] Aug 30 18:54:29.597 INFO O| Aug 30 18:54:29.597 INFO O| Planning: Evaluating mediators ... Done |
| 3469 | 2024-08-30T18:54:31.362Z | [ recovery-image] Aug 30 18:54:29.598 INFO O| Aug 30 18:54:29.597 INFO O| Planning: Planning completed in 0.00 seconds |
| 3470 | 2024-08-30T18:54:31.362Z | [ recovery-image] Aug 30 18:54:29.598 INFO O| Aug 30 18:54:29.598 INFO O| Variants/Facets to change: 1 |
| 3471 | 2024-08-30T18:54:31.589Z | [ recovery-image] Aug 30 18:54:29.831 INFO O| Aug 30 18:54:29.831 INFO O| Done |
| 3472 | 2024-08-30T18:54:31.590Z | [ recovery-image] Aug 30 18:54:29.831 INFO O| Aug 30 18:54:29.831 INFO O| Done |
| 3473 | 2024-08-30T18:54:32.057Z | [ recovery-image] Aug 30 18:54:30.299 INFO O| Aug 30 18:54:30.299 INFO O| Done |
| 3474 | 2024-08-30T18:54:32.130Z | [ recovery-image] Aug 30 18:54:30.372 INFO O| Aug 30 18:54:30.372 INFO O| Done |
| 3475 | 2024-08-30T18:54:32.133Z | [ recovery-image] Aug 30 18:54:30.373 INFO O| Aug 30 18:54:30.373 INFO O| Done |
| 3476 | 2024-08-30T18:54:32.133Z | [ recovery-image] Aug 30 18:54:30.373 INFO O| Aug 30 18:54:30.373 INFO O| Done |
| 3477 | 2024-08-30T18:54:32.135Z | [ recovery-image] Aug 30 18:54:30.375 INFO O| Aug 30 18:54:30.375 INFO O| Done |
| 3478 | 2024-08-30T18:54:32.241Z | [ recovery-image] Aug 30 18:54:30.483 INFO O| Aug 30 18:54:30.483 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3479 | 2024-08-30T18:54:32.241Z | [ recovery-image] Aug 30 18:54:30.483 INFO O| Aug 30 18:54:30.483 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3480 | 2024-08-30T18:54:32.453Z | [verify-libraries] Compiling dhcproto v0.12.0 |
| 3481 | 2024-08-30T18:54:33.052Z | [ recovery-image] Aug 30 18:54:31.293 INFO O| Aug 30 18:54:31.293 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
| 3482 | 2024-08-30T18:54:34.098Z | [ recovery-image] Aug 30 18:54:32.340 INFO O| Aug 30 18:54:32.339 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3483 | 2024-08-30T18:54:34.100Z | [ recovery-image] Aug 30 18:54:32.341 INFO O| Aug 30 18:54:32.341 INFO O| Planning: Planning completed in 0.00 seconds |
| 3484 | 2024-08-30T18:54:34.100Z | [ recovery-image] Aug 30 18:54:32.342 INFO O| Aug 30 18:54:32.342 INFO O| Planning: Consolidating action changes ... Done |
| 3485 | 2024-08-30T18:54:34.102Z | [ recovery-image] Aug 30 18:54:32.342 INFO O| Aug 30 18:54:32.342 INFO O| Planning: Evaluating mediators ... Done |
| 3486 | 2024-08-30T18:54:34.102Z | [ recovery-image] Aug 30 18:54:32.343 INFO O| Aug 30 18:54:32.343 INFO O| Planning: Planning completed in 0.00 seconds |
| 3487 | 2024-08-30T18:54:34.102Z | [ recovery-image] Aug 30 18:54:32.343 INFO O| Aug 30 18:54:32.343 INFO O| Variants/Facets to change: 1 |
| 3488 | 2024-08-30T18:54:34.178Z | [ recovery-image] Aug 30 18:54:32.420 INFO O| Aug 30 18:54:32.420 INFO O| Done |
| 3489 | 2024-08-30T18:54:34.178Z | [ recovery-image] Aug 30 18:54:32.420 INFO O| Aug 30 18:54:32.420 INFO O| Done |
| 3490 | 2024-08-30T18:54:34.754Z | [ recovery-image] Aug 30 18:54:32.995 INFO O| Aug 30 18:54:32.995 INFO O| Done |
| 3491 | 2024-08-30T18:54:34.868Z | [ recovery-image] Aug 30 18:54:33.109 INFO O| Aug 30 18:54:33.109 INFO O| Done |
| 3492 | 2024-08-30T18:54:34.870Z | [ recovery-image] Aug 30 18:54:33.110 INFO O| Aug 30 18:54:33.110 INFO O| Done |
| 3493 | 2024-08-30T18:54:34.870Z | [ recovery-image] Aug 30 18:54:33.110 INFO O| Aug 30 18:54:33.110 INFO O| Done |
| 3494 | 2024-08-30T18:54:34.872Z | [ recovery-image] Aug 30 18:54:33.112 INFO O| Aug 30 18:54:33.112 INFO O| Done |
| 3495 | 2024-08-30T18:54:34.970Z | [ recovery-image] Aug 30 18:54:33.210 INFO O| Aug 30 18:54:33.210 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 3496 | 2024-08-30T18:54:34.970Z | [ recovery-image] Aug 30 18:54:33.210 INFO O| Aug 30 18:54:33.210 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3497 | 2024-08-30T18:54:35.361Z | [verify-libraries] Compiling heck v0.4.1 |
| 3498 | 2024-08-30T18:54:35.629Z | [ recovery-image] Aug 30 18:54:33.870 INFO O| Aug 30 18:54:33.870 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
| 3499 | 2024-08-30T18:54:36.734Z | [ recovery-image] Aug 30 18:54:34.975 INFO O| Aug 30 18:54:34.975 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3500 | 2024-08-30T18:54:36.737Z | [ recovery-image] Aug 30 18:54:34.977 INFO O| Aug 30 18:54:34.977 INFO O| Planning: Planning completed in 0.00 seconds |
| 3501 | 2024-08-30T18:54:36.737Z | [ recovery-image] Aug 30 18:54:34.978 INFO O| Aug 30 18:54:34.978 INFO O| Planning: Consolidating action changes ... Done |
| 3502 | 2024-08-30T18:54:36.737Z | [ recovery-image] Aug 30 18:54:34.978 INFO O| Aug 30 18:54:34.978 INFO O| Planning: Evaluating mediators ... Done |
| 3503 | 2024-08-30T18:54:36.739Z | [ recovery-image] Aug 30 18:54:34.979 INFO O| Aug 30 18:54:34.979 INFO O| Planning: Planning completed in 0.00 seconds |
| 3504 | 2024-08-30T18:54:36.739Z | [ recovery-image] Aug 30 18:54:34.979 INFO O| Aug 30 18:54:34.979 INFO O| Variants/Facets to change: 1 |
| 3505 | 2024-08-30T18:54:36.856Z | [ recovery-image] Aug 30 18:54:35.097 INFO O| Aug 30 18:54:35.097 INFO O| Done |
| 3506 | 2024-08-30T18:54:36.856Z | [ recovery-image] Aug 30 18:54:35.097 INFO O| Aug 30 18:54:35.097 INFO O| Done |
| 3507 | 2024-08-30T18:54:36.985Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3508 | 2024-08-30T18:54:37.372Z | [ recovery-image] Aug 30 18:54:35.613 INFO O| Aug 30 18:54:35.612 INFO O| Done |
| 3509 | 2024-08-30T18:54:37.435Z | [ recovery-image] Aug 30 18:54:35.676 INFO O| Aug 30 18:54:35.676 INFO O| Done |
| 3510 | 2024-08-30T18:54:37.438Z | [ recovery-image] Aug 30 18:54:35.677 INFO O| Aug 30 18:54:35.677 INFO O| Done |
| 3511 | 2024-08-30T18:54:37.454Z | [ recovery-image] Aug 30 18:54:35.695 INFO O| Aug 30 18:54:35.695 INFO O| Done |
| 3512 | 2024-08-30T18:54:37.456Z | [ recovery-image] Aug 30 18:54:35.697 INFO O| Aug 30 18:54:35.697 INFO O| Done |
| 3513 | 2024-08-30T18:54:37.553Z | [ recovery-image] Aug 30 18:54:35.794 INFO O| Aug 30 18:54:35.794 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 3514 | 2024-08-30T18:54:37.553Z | [ recovery-image] Aug 30 18:54:35.794 INFO O| Aug 30 18:54:35.794 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3515 | 2024-08-30T18:54:37.575Z | [ recovery-image] Aug 30 18:54:35.815 INFO O| Aug 30 18:54:35.815 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"] |
| 3516 | 2024-08-30T18:54:38.723Z | [ recovery-image] Aug 30 18:54:36.964 INFO O| Aug 30 18:54:36.963 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3517 | 2024-08-30T18:54:40.674Z | [ host-image] Aug 30 18:54:38.915 INFO O| Aug 30 18:54:38.914 INFO O| Planning: Solver setup ... Done |
| 3518 | 2024-08-30T18:54:42.569Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3519 | 2024-08-30T18:54:44.515Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3520 | 2024-08-30T18:54:45.264Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3521 | 2024-08-30T18:54:45.734Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3522 | 2024-08-30T18:54:45.859Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3523 | 2024-08-30T18:54:46.231Z | [verify-libraries] Compiling indent_write v2.2.0 |
| 3524 | 2024-08-30T18:54:46.417Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3525 | 2024-08-30T18:54:46.650Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3526 | 2024-08-30T18:54:46.995Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3527 | 2024-08-30T18:54:48.914Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3528 | 2024-08-30T18:54:49.258Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3529 | 2024-08-30T18:54:56.222Z | [verify-libraries] Compiling termios v0.3.3 |
| 3530 | 2024-08-30T18:54:56.699Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3531 | 2024-08-30T18:55:05.603Z | [ host-image] Aug 30 18:55:03.840 INFO O| Aug 30 18:55:03.840 INFO O| Planning: Running solver ... Done |
| 3532 | 2024-08-30T18:55:05.919Z | [ host-image] Aug 30 18:55:04.156 INFO O| Aug 30 18:55:04.156 INFO O| Planning: Finding local manifests ... Done |
| 3533 | 2024-08-30T18:55:05.935Z | [ host-image] Aug 30 18:55:04.172 INFO O| Aug 30 18:55:04.172 INFO O| Planning: Fetching manifests: 0/124 0% complete |
| 3534 | 2024-08-30T18:55:10.138Z | [ recovery-image] Aug 30 18:55:08.375 INFO O| Aug 30 18:55:08.375 INFO O| Planning: Solver setup ... Done |
| 3535 | 2024-08-30T18:55:12.215Z | [ host-image] Aug 30 18:55:10.451 INFO O| Aug 30 18:55:10.451 INFO O| Planning: Fetching manifests: 124/124 100% complete |
| 3536 | 2024-08-30T18:55:13.433Z | [ host-image] Aug 30 18:55:11.669 INFO O| Aug 30 18:55:11.669 INFO O| Planning: Package planning ... Done |
| 3537 | 2024-08-30T18:55:15.027Z | [ host-image] Aug 30 18:55:13.258 INFO O| Aug 30 18:55:13.258 INFO O| Planning: Merging actions ... Done |
| 3538 | 2024-08-30T18:55:15.583Z | [ host-image] Aug 30 18:55:13.818 INFO O| Aug 30 18:55:13.818 INFO O| Planning: Checking for conflicting actions ... Done |
| 3539 | 2024-08-30T18:55:15.870Z | [ host-image] Aug 30 18:55:14.105 INFO O| Aug 30 18:55:14.105 INFO O| Planning: Consolidating action changes ... Done |
| 3540 | 2024-08-30T18:55:16.322Z | [ host-image] Aug 30 18:55:14.558 INFO O| Aug 30 18:55:14.558 INFO O| Planning: Evaluating mediators ... Done |
| 3541 | 2024-08-30T18:55:22.528Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3542 | 2024-08-30T18:55:22.967Z | [ host-image] Aug 30 18:55:21.202 INFO O| Aug 30 18:55:21.202 INFO O| Planning: Planning completed in 71.82 seconds |
| 3543 | 2024-08-30T18:55:22.977Z | [ host-image] Aug 30 18:55:21.212 INFO O| Aug 30 18:55:21.211 INFO O| Packages to install: 124 |
| 3544 | 2024-08-30T18:55:22.977Z | [ host-image] Aug 30 18:55:21.212 INFO O| Aug 30 18:55:21.212 INFO O| Mediators to change: 4 |
| 3545 | 2024-08-30T18:55:22.977Z | [ host-image] Aug 30 18:55:21.212 INFO O| Aug 30 18:55:21.212 INFO O| Services to change: 6 |
| 3546 | 2024-08-30T18:55:23.079Z | [ host-image] Aug 30 18:55:21.314 INFO O| Aug 30 18:55:21.314 INFO O| Download: 0/22728 items 0.0/196.4MB 0% complete |
| 3547 | 2024-08-30T18:55:28.083Z | [ host-image] Aug 30 18:55:26.317 INFO O| Aug 30 18:55:26.317 INFO O| Download: 1007/22728 items 6.3/196.4MB 3% complete (1.3M/s) |
| 3548 | 2024-08-30T18:55:33.104Z | [ host-image] Aug 30 18:55:31.337 INFO O| Aug 30 18:55:31.337 INFO O| Download: 1382/22728 items 9.0/196.4MB 4% complete (910k/s) |
| 3549 | 2024-08-30T18:55:34.350Z | [ recovery-image] Aug 30 18:55:32.583 INFO O| Aug 30 18:55:32.583 INFO O| Planning: Running solver ... Done |
| 3550 | 2024-08-30T18:55:34.663Z | [ recovery-image] Aug 30 18:55:32.896 INFO O| Aug 30 18:55:32.896 INFO O| Planning: Finding local manifests ... Done |
| 3551 | 2024-08-30T18:55:34.679Z | [ recovery-image] Aug 30 18:55:32.913 INFO O| Aug 30 18:55:32.913 INFO O| Planning: Fetching manifests: 0/124 0% complete |
| 3552 | 2024-08-30T18:55:38.346Z | [ host-image] Aug 30 18:55:36.578 INFO O| Aug 30 18:55:36.578 INFO O| Download: 1616/22728 items 9.6/196.4MB 4% complete (376k/s) |
| 3553 | 2024-08-30T18:55:39.402Z | [ recovery-image] Aug 30 18:55:37.634 INFO O| Aug 30 18:55:37.634 INFO O| Planning: Fetching manifests: 124/124 100% complete |
| 3554 | 2024-08-30T18:55:40.454Z | [ recovery-image] Aug 30 18:55:38.686 INFO O| Aug 30 18:55:38.686 INFO O| Planning: Package planning ... Done |
| 3555 | 2024-08-30T18:55:41.328Z | [ recovery-image] Aug 30 18:55:39.561 INFO O| Aug 30 18:55:39.561 INFO O| Planning: Merging actions ... Done |
| 3556 | 2024-08-30T18:55:41.526Z | [ recovery-image] Aug 30 18:55:39.758 INFO O| Aug 30 18:55:39.758 INFO O| Planning: Checking for conflicting actions ... Done |
| 3557 | 2024-08-30T18:55:41.678Z | [ recovery-image] Aug 30 18:55:39.909 INFO O| Aug 30 18:55:39.909 INFO O| Planning: Consolidating action changes ... Done |
| 3558 | 2024-08-30T18:55:42.010Z | [ recovery-image] Aug 30 18:55:40.242 INFO O| Aug 30 18:55:40.242 INFO O| Planning: Evaluating mediators ... Done |
| 3559 | 2024-08-30T18:55:43.358Z | [ host-image] Aug 30 18:55:41.590 INFO O| Aug 30 18:55:41.590 INFO O| Download: 1775/22728 items 12.0/196.4MB 6% complete (355k/s) |
| 3560 | 2024-08-30T18:55:47.762Z | [ recovery-image] Aug 30 18:55:45.993 INFO O| Aug 30 18:55:45.993 INFO O| Planning: Planning completed in 69.03 seconds |
| 3561 | 2024-08-30T18:55:47.769Z | [ recovery-image] Aug 30 18:55:46.001 INFO O| Aug 30 18:55:46.001 INFO O| Packages to install: 124 |
| 3562 | 2024-08-30T18:55:47.769Z | [ recovery-image] Aug 30 18:55:46.001 INFO O| Aug 30 18:55:46.001 INFO O| Mediators to change: 4 |
| 3563 | 2024-08-30T18:55:47.772Z | [ recovery-image] Aug 30 18:55:46.001 INFO O| Aug 30 18:55:46.001 INFO O| Services to change: 5 |
| 3564 | 2024-08-30T18:55:47.857Z | [ recovery-image] Aug 30 18:55:46.089 INFO O| Aug 30 18:55:46.088 INFO O| Download: 0/15831 items 0.0/173.2MB 0% complete |
| 3565 | 2024-08-30T18:55:48.543Z | [ host-image] Aug 30 18:55:46.774 INFO O| Aug 30 18:55:46.774 INFO O| Download: 2016/22728 items 22.4/196.4MB 11% complete (1.3M/s) |
| 3566 | 2024-08-30T18:55:52.859Z | [ recovery-image] Aug 30 18:55:51.089 INFO O| Aug 30 18:55:51.089 INFO O| Download: 880/15831 items 7.6/173.2MB 4% complete (1.5M/s) |
| 3567 | 2024-08-30T18:55:53.607Z | [ host-image] Aug 30 18:55:51.838 INFO O| Aug 30 18:55:51.838 INFO O| Download: 2158/22728 items 23.9/196.4MB 12% complete (1.3M/s) |
| 3568 | 2024-08-30T18:55:58.498Z | [ recovery-image] Aug 30 18:55:56.728 INFO O| Aug 30 18:55:56.676 INFO O| Download: 1098/15831 items 9.2/173.2MB 5% complete (1.0M/s) |
| 3569 | 2024-08-30T18:55:58.807Z | [ host-image] Aug 30 18:55:57.037 INFO O| Aug 30 18:55:57.036 INFO O| Download: 2306/22728 items 27.1/196.4MB 13% complete (483k/s) |
| 3570 | 2024-08-30T18:56:03.452Z | [ recovery-image] Aug 30 18:56:01.681 INFO O| Aug 30 18:56:01.681 INFO O| Download: 1250/15831 items 18.3/173.2MB 10% complete (1004k/s) |
| 3571 | 2024-08-30T18:56:03.932Z | [ host-image] Aug 30 18:56:02.161 INFO O| Aug 30 18:56:02.161 INFO O| Download: 2710/22728 items 30.9/196.4MB 15% complete (723k/s) |
| 3572 | 2024-08-30T18:56:05.615Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3573 | 2024-08-30T18:56:08.541Z | [ recovery-image] Aug 30 18:56:06.769 INFO O| Aug 30 18:56:06.769 INFO O| Download: 1501/15831 items 21.8/173.2MB 12% complete (1.3M/s) |
| 3574 | 2024-08-30T18:56:08.932Z | [ host-image] Aug 30 18:56:07.161 INFO O| Aug 30 18:56:07.161 INFO O| Download: 3626/22728 items 37.0/196.4MB 18% complete (992k/s) |
| 3575 | 2024-08-30T18:56:12.894Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3576 | 2024-08-30T18:56:13.656Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3577 | 2024-08-30T18:56:13.939Z | [ host-image] Aug 30 18:56:12.166 INFO O| Aug 30 18:56:12.166 INFO O| Download: 4342/22728 items 41.0/196.4MB 20% complete (1.0M/s) |
| 3578 | 2024-08-30T18:56:14.162Z | [ recovery-image] Aug 30 18:56:12.390 INFO O| Aug 30 18:56:12.389 INFO O| Download: 1506/15831 items 21.8/173.2MB 12% complete (1.2M/s) |
| 3579 | 2024-08-30T18:56:19.012Z | [ host-image] Aug 30 18:56:17.239 INFO O| Aug 30 18:56:17.239 INFO O| Download: 4632/22728 items 42.9/196.4MB 21% complete (733k/s) |
| 3580 | 2024-08-30T18:56:19.173Z | [ recovery-image] Aug 30 18:56:17.400 INFO O| Aug 30 18:56:17.400 INFO O| Download: 2233/15831 items 31.2/173.2MB 17% complete (1.1M/s) |
| 3581 | 2024-08-30T18:56:24.182Z | [ recovery-image] Aug 30 18:56:22.409 INFO O| Aug 30 18:56:22.408 INFO O| Download: 3148/15831 items 37.4/173.2MB 21% complete (1.6M/s) |
| 3582 | 2024-08-30T18:56:24.725Z | [ host-image] Aug 30 18:56:22.951 INFO O| Aug 30 18:56:22.951 INFO O| Download: 4693/22728 items 44.7/196.4MB 22% complete (366k/s) |
| 3583 | 2024-08-30T18:56:29.193Z | [ recovery-image] Aug 30 18:56:27.419 INFO O| Aug 30 18:56:27.419 INFO O| Download: 3684/15831 items 40.1/173.2MB 23% complete (926k/s) |
| 3584 | 2024-08-30T18:56:29.751Z | [ host-image] Aug 30 18:56:27.976 INFO O| Aug 30 18:56:27.976 INFO O| Download: 5399/22728 items 46.0/196.4MB 23% complete (352k/s) |
| 3585 | 2024-08-30T18:56:34.203Z | [ recovery-image] Aug 30 18:56:32.428 INFO O| Aug 30 18:56:32.428 INFO O| Download: 4384/15831 items 42.7/173.2MB 24% complete (557k/s) |
| 3586 | 2024-08-30T18:56:35.082Z | [ host-image] Aug 30 18:56:33.307 INFO O| Aug 30 18:56:33.307 INFO O| Download: 5766/22728 items 46.3/196.4MB 23% complete (160k/s) |
| 3587 | 2024-08-30T18:56:39.216Z | [ recovery-image] Aug 30 18:56:37.441 INFO O| Aug 30 18:56:37.441 INFO O| Download: 4808/15831 items 43.0/173.2MB 24% complete (317k/s) |
| 3588 | 2024-08-30T18:56:40.086Z | [ host-image] Aug 30 18:56:38.310 INFO O| Aug 30 18:56:38.309 INFO O| Download: 6661/22728 items 46.8/196.4MB 23% complete (70.2k/s) |
| 3589 | 2024-08-30T18:56:44.447Z | [ recovery-image] Aug 30 18:56:42.670 INFO O| Aug 30 18:56:42.670 INFO O| Download: 5694/15831 items 45.3/173.2MB 26% complete (229k/s) |
| 3590 | 2024-08-30T18:56:45.962Z | [ host-image] Aug 30 18:56:44.184 INFO O| Aug 30 18:56:44.184 INFO O| Download: 6760/22728 items 47.8/196.4MB 24% complete (133k/s) |
| 3591 | 2024-08-30T18:56:48.777Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3592 | 2024-08-30T18:56:48.962Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3593 | 2024-08-30T18:56:49.664Z | [ recovery-image] Aug 30 18:56:47.887 INFO O| Aug 30 18:56:47.887 INFO O| Download: 6003/15831 items 54.1/173.2MB 31% complete (1.1M/s) |
| 3594 | 2024-08-30T18:56:50.964Z | [ host-image] Aug 30 18:56:49.187 INFO O| Aug 30 18:56:49.187 INFO O| Download: 6967/22728 items 50.2/196.4MB 25% complete (297k/s) |
| 3595 | 2024-08-30T18:56:53.932Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3596 | 2024-08-30T18:56:54.668Z | [ recovery-image] Aug 30 18:56:52.891 INFO O| Aug 30 18:56:52.891 INFO O| Download: 6469/15831 items 63.7/173.2MB 36% complete (1.8M/s) |
| 3597 | 2024-08-30T18:56:54.816Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3598 | 2024-08-30T18:56:55.978Z | [ host-image] Aug 30 18:56:54.200 INFO O| Aug 30 18:56:54.200 INFO O| Download: 7545/22728 items 58.2/196.4MB 29% complete (1.1M/s) |
| 3599 | 2024-08-30T18:56:59.687Z | [ recovery-image] Aug 30 18:56:57.909 INFO O| Aug 30 18:56:57.909 INFO O| Download: 7343/15831 items 73.4/173.2MB 42% complete (1.9M/s) |
| 3600 | 2024-08-30T18:57:01.236Z | [ host-image] Aug 30 18:56:59.457 INFO O| Aug 30 18:56:59.457 INFO O| Download: 8078/22728 items 60.4/196.4MB 30% complete (1.2M/s) |
| 3601 | 2024-08-30T18:57:04.691Z | [ recovery-image] Aug 30 18:57:02.912 INFO O| Aug 30 18:57:02.912 INFO O| Download: 7886/15831 items 76.7/173.2MB 44% complete (1.2M/s) |
| 3602 | 2024-08-30T18:57:06.291Z | [ host-image] Aug 30 18:57:04.511 INFO O| Aug 30 18:57:04.511 INFO O| Download: 9041/22728 items 74.2/196.4MB 37% complete (1.5M/s) |
| 3603 | 2024-08-30T18:57:09.707Z | [ recovery-image] Aug 30 18:57:07.928 INFO O| Aug 30 18:57:07.928 INFO O| Download: 8388/15831 items 79.8/173.2MB 46% complete (652k/s) |
| 3604 | 2024-08-30T18:57:11.323Z | [ host-image] Aug 30 18:57:09.543 INFO O| Aug 30 18:57:09.543 INFO O| Download: 10055/22728 items 84.0/196.4MB 42% complete (2.3M/s) |
| 3605 | 2024-08-30T18:57:15.185Z | [ recovery-image] Aug 30 18:57:13.404 INFO O| Aug 30 18:57:13.404 INFO O| Download: 8820/15831 items 91.7/173.2MB 52% complete (1.6M/s) |
| 3606 | 2024-08-30T18:57:16.446Z | [ host-image] Aug 30 18:57:14.665 INFO O| Aug 30 18:57:14.665 INFO O| Download: 10836/22728 items 89.9/196.4MB 45% complete (1.6M/s) |
| 3607 | 2024-08-30T18:57:20.187Z | [ recovery-image] Aug 30 18:57:18.406 INFO O| Aug 30 18:57:18.406 INFO O| Download: 9662/15831 items 92.9/173.2MB 53% complete (1.3M/s) |
| 3608 | 2024-08-30T18:57:21.711Z | [ host-image] Aug 30 18:57:19.929 INFO O| Aug 30 18:57:19.929 INFO O| Download: 11124/22728 items 92.8/196.4MB 47% complete (864k/s) |
| 3609 | 2024-08-30T18:57:25.198Z | [ recovery-image] Aug 30 18:57:23.416 INFO O| Aug 30 18:57:23.416 INFO O| Download: 11001/15831 items 94.6/173.2MB 54% complete (274k/s) |
| 3610 | 2024-08-30T18:57:27.130Z | [ host-image] Aug 30 18:57:25.348 INFO O| Aug 30 18:57:25.347 INFO O| Download: 11243/22728 items 94.2/196.4MB 47% complete (519k/s) |
| 3611 | 2024-08-30T18:57:30.200Z | [ recovery-image] Aug 30 18:57:28.417 INFO O| Aug 30 18:57:28.416 INFO O| Download: 11416/15831 items 107.1/173.2MB 61% complete (1.4M/s) |
| 3612 | 2024-08-30T18:57:32.326Z | [ host-image] Aug 30 18:57:30.542 INFO O| Aug 30 18:57:30.542 INFO O| Download: 12005/22728 items 100.3/196.4MB 51% complete (750k/s) |
| 3613 | 2024-08-30T18:57:35.222Z | [ recovery-image] Aug 30 18:57:33.439 INFO O| Aug 30 18:57:33.439 INFO O| Download: 11939/15831 items 133.1/173.2MB 76% complete (3.7M/s) |
| 3614 | 2024-08-30T18:57:37.346Z | [ host-image] Aug 30 18:57:35.562 INFO O| Aug 30 18:57:35.562 INFO O| Download: 12321/22728 items 109.4/196.4MB 55% complete (1.5M/s) |
| 3615 | 2024-08-30T18:57:40.230Z | [ recovery-image] Aug 30 18:57:38.445 INFO O| Aug 30 18:57:38.445 INFO O| Download: 12788/15831 items 140.3/173.2MB 81% complete (3.4M/s) |
| 3616 | 2024-08-30T18:57:42.584Z | [ host-image] Aug 30 18:57:40.800 INFO O| Aug 30 18:57:40.800 INFO O| Download: 13306/22728 items 109.9/196.4MB 55% complete (1019k/s) |
| 3617 | 2024-08-30T18:57:48.798Z | [ recovery-image] Aug 30 18:57:43.447 INFO O| Aug 30 18:57:43.447 INFO O| Download: 13542/15831 items 143.7/173.2MB 82% complete (1.1M/s) |
| 3618 | 2024-08-30T18:57:48.891Z | [ host-image] Aug 30 18:57:45.803 INFO O| Aug 30 18:57:45.803 INFO O| Download: 13904/22728 items 110.2/196.4MB 56% complete (80.7k/s) |
| 3619 | 2024-08-30T18:57:50.326Z | [ recovery-image] Aug 30 18:57:48.539 INFO O| Aug 30 18:57:48.539 INFO O| Download: 14645/15831 items 147.5/173.2MB 85% complete (743k/s) |
| 3620 | 2024-08-30T18:57:52.879Z | [ host-image] Aug 30 18:57:51.094 INFO O| Aug 30 18:57:51.094 INFO O| Download: 14512/22728 items 116.6/196.4MB 59% complete (638k/s) |
| 3621 | 2024-08-30T18:57:55.347Z | [ recovery-image] Aug 30 18:57:53.556 INFO O| Aug 30 18:57:53.555 INFO O| Download: 15123/15831 items 154.9/173.2MB 89% complete (1.1M/s) |
| 3622 | 2024-08-30T18:57:57.931Z | [ host-image] Aug 30 18:57:56.145 INFO O| Aug 30 18:57:56.144 INFO O| Download: 15538/22728 items 124.3/196.4MB 63% complete (1.4M/s) |
| 3623 | 2024-08-30T18:58:01.864Z | [ recovery-image] Aug 30 18:58:00.078 INFO O| Aug 30 18:58:00.077 INFO O| Download: 15533/15831 items 165.9/173.2MB 95% complete (1.9M/s) |
| 3624 | 2024-08-30T18:58:02.931Z | [ host-image] Aug 30 18:58:01.145 INFO O| Aug 30 18:58:01.144 INFO O| Download: 15909/22728 items 131.3/196.4MB 66% complete (1.5M/s) |
| 3625 | 2024-08-30T18:58:06.866Z | [ recovery-image] Aug 30 18:58:05.079 INFO O| Aug 30 18:58:05.079 INFO O| Download: 15627/15831 items 167.1/173.2MB 96% complete (986k/s) |
| 3626 | 2024-08-30T18:58:07.943Z | [ host-image] Aug 30 18:58:06.156 INFO O| Aug 30 18:58:06.156 INFO O| Download: 16909/22728 items 143.2/196.4MB 72% complete (1.9M/s) |
| 3627 | 2024-08-30T18:58:10.323Z | [ recovery-image] Aug 30 18:58:08.535 INFO O| Aug 30 18:58:08.535 INFO O| Download: Completed 173.17 MB in 142.45 seconds (1.2M/s) |
| 3628 | 2024-08-30T18:58:11.489Z | [ recovery-image] Aug 30 18:58:09.701 INFO O| Aug 30 18:58:09.701 INFO O| Actions: 1/24965 actions (Installing new actions) |
| 3629 | 2024-08-30T18:58:13.284Z | [ host-image] Aug 30 18:58:11.306 INFO O| Aug 30 18:58:11.306 INFO O| Download: 17910/22728 items 158.1/196.4MB 80% complete (2.6M/s) |
| 3630 | 2024-08-30T18:58:16.523Z | [ recovery-image] Aug 30 18:58:14.734 INFO O| Aug 30 18:58:14.734 INFO O| Actions: 8168/24965 actions (Installing new actions) |
| 3631 | 2024-08-30T18:58:18.096Z | [ host-image] Aug 30 18:58:16.306 INFO O| Aug 30 18:58:16.306 INFO O| Download: 18944/22728 items 162.7/196.4MB 82% complete (1.9M/s) |
| 3632 | 2024-08-30T18:58:21.530Z | [ recovery-image] Aug 30 18:58:19.740 INFO O| Aug 30 18:58:19.740 INFO O| Actions: 14162/24965 actions (Installing new actions) |
| 3633 | 2024-08-30T18:58:23.100Z | [ host-image] Aug 30 18:58:21.310 INFO O| Aug 30 18:58:21.310 INFO O| Download: 20084/22728 items 167.6/196.4MB 85% complete (977k/s) |
| 3634 | 2024-08-30T18:58:27.436Z | [ recovery-image] Aug 30 18:58:25.646 INFO O| Aug 30 18:58:25.646 INFO O| Actions: 24412/24965 actions (Installing new actions) |
| 3635 | 2024-08-30T18:58:28.155Z | [ host-image] Aug 30 18:58:26.364 INFO O| Aug 30 18:58:26.364 INFO O| Download: 20823/22728 items 175.4/196.4MB 89% complete (1.2M/s) |
| 3636 | 2024-08-30T18:58:31.129Z | [ recovery-image] Aug 30 18:58:29.338 INFO O| Aug 30 18:58:29.338 INFO O| Actions: Completed 24965 actions in 19.63 seconds. |
| 3637 | 2024-08-30T18:58:31.677Z | [ recovery-image] Aug 30 18:58:29.886 INFO O| Aug 30 18:58:29.886 INFO O| Done |
| 3638 | 2024-08-30T18:58:31.677Z | [ recovery-image] Aug 30 18:58:29.886 INFO O| Aug 30 18:58:29.886 INFO O| Done |
| 3639 | 2024-08-30T18:58:32.725Z | [ recovery-image] Aug 30 18:58:30.934 INFO O| Aug 30 18:58:30.934 INFO O| Done |
| 3640 | 2024-08-30T18:58:33.157Z | [ host-image] Aug 30 18:58:31.365 INFO O| Aug 30 18:58:31.365 INFO O| Download: 21732/22728 items 180.7/196.4MB 92% complete (1.3M/s) |
| 3641 | 2024-08-30T18:58:34.416Z | [ recovery-image] Aug 30 18:58:32.625 INFO O| Aug 30 18:58:32.625 INFO O| Done |
| 3642 | 2024-08-30T18:58:34.439Z | [ recovery-image] Aug 30 18:58:32.648 INFO O| Aug 30 18:58:32.648 INFO O| Done |
| 3643 | 2024-08-30T18:58:38.158Z | [ host-image] Aug 30 18:58:36.365 INFO O| Aug 30 18:58:36.365 INFO O| Download: 22444/22728 items 196.1/196.4MB 99% complete (2.1M/s) |
| 3644 | 2024-08-30T18:58:39.078Z | [ recovery-image] Aug 30 18:58:37.286 INFO O| Aug 30 18:58:37.286 INFO O| Done |
| 3645 | 2024-08-30T18:58:39.353Z | [ host-image] Aug 30 18:58:37.561 INFO O| Aug 30 18:58:37.560 INFO O| Download: Completed 196.40 MB in 196.25 seconds (1022k/s) |
| 3646 | 2024-08-30T18:58:39.853Z | [ recovery-image] Aug 30 18:58:38.061 INFO O| Aug 30 18:58:38.061 INFO O| Done |
| 3647 | 2024-08-30T18:58:40.141Z | [ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO STEP 11 (pkg_install) COMPLETE |
| 3648 | 2024-08-30T18:58:40.141Z | [ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3649 | 2024-08-30T18:58:40.142Z | [ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO skip step because feature "recovery" is enabled |
| 3650 | 2024-08-30T18:58:40.145Z | [ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3651 | 2024-08-30T18:58:40.145Z | [ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO skip step because feature "omicron1" is not enabled |
| 3652 | 2024-08-30T18:58:40.145Z | [ recovery-image] Aug 30 18:58:38.348 INFO O| Aug 30 18:58:38.348 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3653 | 2024-08-30T18:58:40.159Z | [ recovery-image] Aug 30 18:58:38.367 INFO O| Aug 30 18:58:38.367 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
| 3654 | 2024-08-30T18:58:41.112Z | [ host-image] Aug 30 18:58:39.320 INFO O| Aug 30 18:58:39.320 INFO O| Actions: 1/49262 actions (Installing new actions) |
| 3655 | 2024-08-30T18:58:41.146Z | [ recovery-image] Aug 30 18:58:39.354 INFO O| Aug 30 18:58:39.353 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3656 | 2024-08-30T18:58:44.200Z | [ recovery-image] Aug 30 18:58:42.407 INFO O| Aug 30 18:58:42.407 INFO O| Planning: Solver setup ... Done |
| 3657 | 2024-08-30T18:58:44.207Z | [ recovery-image] Aug 30 18:58:42.414 INFO O| Aug 30 18:58:42.414 INFO O| Planning: Running solver ... Done |
| 3658 | 2024-08-30T18:58:44.316Z | [ recovery-image] Aug 30 18:58:42.523 INFO O| Aug 30 18:58:42.523 INFO O| Planning: Finding local manifests ... Done |
| 3659 | 2024-08-30T18:58:44.320Z | [ recovery-image] Aug 30 18:58:42.524 INFO O| Aug 30 18:58:42.524 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 3660 | 2024-08-30T18:58:44.447Z | [ recovery-image] Aug 30 18:58:42.654 INFO O| Aug 30 18:58:42.654 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 3661 | 2024-08-30T18:58:44.483Z | [ recovery-image] Aug 30 18:58:42.690 INFO O| Aug 30 18:58:42.689 INFO O| Planning: Package planning ... Done |
| 3662 | 2024-08-30T18:58:44.486Z | [ recovery-image] Aug 30 18:58:42.690 INFO O| Aug 30 18:58:42.690 INFO O| Planning: Merging actions ... Done |
| 3663 | 2024-08-30T18:58:44.545Z | [ recovery-image] Aug 30 18:58:42.752 INFO O| Aug 30 18:58:42.752 INFO O| Planning: Checking for conflicting actions ... Done |
| 3664 | 2024-08-30T18:58:44.548Z | [ recovery-image] Aug 30 18:58:42.753 INFO O| Aug 30 18:58:42.753 INFO O| Planning: Consolidating action changes ... Done |
| 3665 | 2024-08-30T18:58:44.847Z | [ recovery-image] Aug 30 18:58:43.053 INFO O| Aug 30 18:58:43.053 INFO O| Planning: Evaluating mediators ... Done |
| 3666 | 2024-08-30T18:58:44.850Z | [ recovery-image] Aug 30 18:58:43.054 INFO O| Aug 30 18:58:43.054 INFO O| Planning: Planning completed in 3.70 seconds |
| 3667 | 2024-08-30T18:58:44.850Z | [ recovery-image] Aug 30 18:58:43.057 INFO O| Aug 30 18:58:43.057 INFO O| Packages to install: 1 |
| 3668 | 2024-08-30T18:58:44.870Z | [ recovery-image] Aug 30 18:58:43.077 INFO O| Aug 30 18:58:43.077 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
| 3669 | 2024-08-30T18:58:46.054Z | [ recovery-image] Aug 30 18:58:44.261 INFO O| Aug 30 18:58:44.261 INFO O| Download: Completed 20.80 MB in 1.18 seconds (17.6M/s) |
| 3670 | 2024-08-30T18:58:46.114Z | [ host-image] Aug 30 18:58:44.320 INFO O| Aug 30 18:58:44.320 INFO O| Actions: 9472/49262 actions (Installing new actions) |
| 3671 | 2024-08-30T18:58:46.155Z | [ recovery-image] Aug 30 18:58:44.362 INFO O| Aug 30 18:58:44.362 INFO O| Actions: 1/22 actions (Installing new actions) |
| 3672 | 2024-08-30T18:58:47.003Z | [ recovery-image] Aug 30 18:58:45.209 INFO O| Aug 30 18:58:45.209 INFO O| Actions: Completed 22 actions in 0.85 seconds. |
| 3673 | 2024-08-30T18:58:47.329Z | [ recovery-image] Aug 30 18:58:45.536 INFO O| Aug 30 18:58:45.536 INFO O| Done |
| 3674 | 2024-08-30T18:58:47.329Z | [ recovery-image] Aug 30 18:58:45.536 INFO O| Aug 30 18:58:45.536 INFO O| Done |
| 3675 | 2024-08-30T18:58:48.246Z | [ recovery-image] Aug 30 18:58:46.453 INFO O| Aug 30 18:58:46.453 INFO O| Done |
| 3676 | 2024-08-30T18:58:50.267Z | [ recovery-image] Aug 30 18:58:48.474 INFO O| Aug 30 18:58:48.474 INFO O| Done |
| 3677 | 2024-08-30T18:58:50.292Z | [ recovery-image] Aug 30 18:58:48.498 INFO O| Aug 30 18:58:48.498 INFO O| Done |
| 3678 | 2024-08-30T18:58:50.294Z | [ recovery-image] Aug 30 18:58:48.499 INFO O| Aug 30 18:58:48.499 INFO O| Done |
| 3679 | 2024-08-30T18:58:50.311Z | [ recovery-image] Aug 30 18:58:48.517 INFO O| Aug 30 18:58:48.517 INFO O| Done |
| 3680 | 2024-08-30T18:58:50.495Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 14 (pkg_install) COMPLETE |
| 3681 | 2024-08-30T18:58:50.495Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3682 | 2024-08-30T18:58:50.495Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO skip step because feature "mfg" is not enabled |
| 3683 | 2024-08-30T18:58:50.495Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3684 | 2024-08-30T18:58:50.498Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO skip step because feature "compliance" is not enabled |
| 3685 | 2024-08-30T18:58:50.498Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3686 | 2024-08-30T18:58:50.498Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO skip step because feature "stress" is not enabled |
| 3687 | 2024-08-30T18:58:50.498Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3688 | 2024-08-30T18:58:50.498Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO skip step because feature "nfs" is not enabled |
| 3689 | 2024-08-30T18:58:50.498Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 3690 | 2024-08-30T18:58:50.498Z | [ recovery-image] Aug 30 18:58:48.701 INFO O| Aug 30 18:58:48.701 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 3691 | 2024-08-30T18:58:50.701Z | [ recovery-image] Aug 30 18:58:48.908 INFO O| Aug 30 18:58:48.908 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3692 | 2024-08-30T18:58:50.827Z | [ recovery-image] Aug 30 18:58:49.033 INFO O| Aug 30 18:58:49.033 INFO completed processing gimlet/ramdisk-01-os |
| 3693 | 2024-08-30T18:58:50.830Z | [ recovery-image] Aug 30 18:58:49.037 INFO image builder template: ramdisk-02-trim... |
| 3694 | 2024-08-30T18:58:50.830Z | [ recovery-image] Aug 30 18:58:49.037 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/.tmpWwHkvv/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.293", "-n", "ramdisk-02-trim"], pwd: None |
| 3695 | 2024-08-30T18:58:50.871Z | [ recovery-image] Aug 30 18:58:49.078 INFO O| Aug 30 18:58:49.078 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 3696 | 2024-08-30T18:58:50.879Z | [ recovery-image] Aug 30 18:58:49.086 INFO O| Aug 30 18:58:49.086 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 3697 | 2024-08-30T18:58:50.953Z | [ recovery-image] Aug 30 18:58:49.160 INFO O| Aug 30 18:58:49.160 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
| 3698 | 2024-08-30T18:58:51.047Z | [ recovery-image] Aug 30 18:58:49.253 INFO O| Aug 30 18:58:49.253 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 3699 | 2024-08-30T18:58:51.047Z | [ recovery-image] Aug 30 18:58:49.253 INFO O| Aug 30 18:58:49.253 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3700 | 2024-08-30T18:58:51.056Z | [ recovery-image] Aug 30 18:58:49.263 INFO O| Aug 30 18:58:49.263 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 3701 | 2024-08-30T18:58:51.064Z | [ recovery-image] Aug 30 18:58:49.271 INFO O| Aug 30 18:58:49.271 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 3702 | 2024-08-30T18:58:51.101Z | [ recovery-image] Aug 30 18:58:49.307 INFO O| Aug 30 18:58:49.307 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 3703 | 2024-08-30T18:58:51.115Z | [ host-image] Aug 30 18:58:49.321 INFO O| Aug 30 18:58:49.321 INFO O| Actions: 16434/49262 actions (Installing new actions) |
| 3704 | 2024-08-30T18:58:51.586Z | [ recovery-image] Aug 30 18:58:49.793 INFO O| Aug 30 18:58:49.793 INFO rolled back to input snapshot; work may begin |
| 3705 | 2024-08-30T18:58:51.587Z | [ recovery-image] Aug 30 18:58:49.793 INFO O| Aug 30 18:58:49.793 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3706 | 2024-08-30T18:58:51.647Z | [ recovery-image] Aug 30 18:58:49.853 INFO O| Aug 30 18:58:49.853 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3707 | 2024-08-30T18:58:51.666Z | [ recovery-image] Aug 30 18:58:49.872 INFO O| Aug 30 18:58:49.872 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
| 3708 | 2024-08-30T18:58:51.992Z | [ recovery-image] Aug 30 18:58:50.198 INFO O| Aug 30 18:58:50.198 INFO STEP 0 (remove_files) COMPLETE |
| 3709 | 2024-08-30T18:58:51.992Z | [ recovery-image] Aug 30 18:58:50.198 INFO O| Aug 30 18:58:50.198 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3710 | 2024-08-30T18:58:52.029Z | [ recovery-image] Aug 30 18:58:50.235 INFO O| Aug 30 18:58:50.235 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
| 3711 | 2024-08-30T18:58:52.033Z | [ recovery-image] Aug 30 18:58:50.239 INFO O| Aug 30 18:58:50.239 INFO STEP 1 (remove_files) COMPLETE |
| 3712 | 2024-08-30T18:58:52.035Z | [ recovery-image] Aug 30 18:58:50.239 INFO O| Aug 30 18:58:50.239 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3713 | 2024-08-30T18:58:52.081Z | [ recovery-image] Aug 30 18:58:50.286 INFO O| Aug 30 18:58:50.286 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
| 3714 | 2024-08-30T18:58:52.119Z | [ recovery-image] Aug 30 18:58:50.325 INFO O| Aug 30 18:58:50.325 INFO STEP 2 (remove_files) COMPLETE |
| 3715 | 2024-08-30T18:58:52.119Z | [ recovery-image] Aug 30 18:58:50.325 INFO O| Aug 30 18:58:50.325 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3716 | 2024-08-30T18:58:52.190Z | [ recovery-image] Aug 30 18:58:50.395 INFO O| Aug 30 18:58:50.395 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
| 3717 | 2024-08-30T18:58:52.193Z | [ recovery-image] Aug 30 18:58:50.398 INFO O| Aug 30 18:58:50.398 INFO STEP 3 (remove_files) COMPLETE |
| 3718 | 2024-08-30T18:58:52.193Z | [ recovery-image] Aug 30 18:58:50.398 INFO O| Aug 30 18:58:50.398 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3719 | 2024-08-30T18:58:52.274Z | [ recovery-image] Aug 30 18:58:50.480 INFO O| Aug 30 18:58:50.480 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
| 3720 | 2024-08-30T18:58:52.280Z | [ recovery-image] Aug 30 18:58:50.487 INFO O| Aug 30 18:58:50.487 INFO STEP 4 (remove_files) COMPLETE |
| 3721 | 2024-08-30T18:58:52.280Z | [ recovery-image] Aug 30 18:58:50.487 INFO O| Aug 30 18:58:50.487 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3722 | 2024-08-30T18:58:52.300Z | [ recovery-image] Aug 30 18:58:50.506 INFO O| Aug 30 18:58:50.506 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
| 3723 | 2024-08-30T18:58:52.303Z | [ recovery-image] Aug 30 18:58:50.507 INFO O| Aug 30 18:58:50.506 INFO STEP 5 (remove_files) COMPLETE |
| 3724 | 2024-08-30T18:58:52.303Z | [ recovery-image] Aug 30 18:58:50.507 INFO O| Aug 30 18:58:50.507 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3725 | 2024-08-30T18:58:52.330Z | [ recovery-image] Aug 30 18:58:50.536 INFO O| Aug 30 18:58:50.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
| 3726 | 2024-08-30T18:58:52.348Z | [ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 6 (remove_files) COMPLETE |
| 3727 | 2024-08-30T18:58:52.348Z | [ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3728 | 2024-08-30T18:58:52.350Z | [ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO skip step because feature "recovery" is enabled |
| 3729 | 2024-08-30T18:58:52.350Z | [ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3730 | 2024-08-30T18:58:52.350Z | [ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO skip step because feature "recovery" is enabled |
| 3731 | 2024-08-30T18:58:52.350Z | [ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3732 | 2024-08-30T18:58:52.350Z | [ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO skip step because feature "recovery" is enabled |
| 3733 | 2024-08-30T18:58:52.351Z | [ recovery-image] Aug 30 18:58:50.554 INFO O| Aug 30 18:58:50.554 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3734 | 2024-08-30T18:58:52.369Z | [ recovery-image] Aug 30 18:58:50.575 INFO O| Aug 30 18:58:50.575 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
| 3735 | 2024-08-30T18:58:52.410Z | [ recovery-image] Aug 30 18:58:50.616 INFO O| Aug 30 18:58:50.616 INFO STEP 10 (remove_files) COMPLETE |
| 3736 | 2024-08-30T18:58:52.410Z | [ recovery-image] Aug 30 18:58:50.616 INFO O| Aug 30 18:58:50.616 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3737 | 2024-08-30T18:58:52.445Z | [ recovery-image] Aug 30 18:58:50.651 INFO O| Aug 30 18:58:50.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
| 3738 | 2024-08-30T18:58:52.447Z | [ recovery-image] Aug 30 18:58:50.653 INFO O| Aug 30 18:58:50.653 INFO STEP 11 (remove_files) COMPLETE |
| 3739 | 2024-08-30T18:58:52.447Z | [ recovery-image] Aug 30 18:58:50.653 INFO O| Aug 30 18:58:50.653 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3740 | 2024-08-30T18:58:52.520Z | [ recovery-image] Aug 30 18:58:50.726 INFO O| Aug 30 18:58:50.726 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
| 3741 | 2024-08-30T18:58:52.522Z | [ recovery-image] Aug 30 18:58:50.728 INFO O| Aug 30 18:58:50.728 INFO STEP 12 (remove_files) COMPLETE |
| 3742 | 2024-08-30T18:58:52.522Z | [ recovery-image] Aug 30 18:58:50.728 INFO O| Aug 30 18:58:50.728 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3743 | 2024-08-30T18:58:52.688Z | [ recovery-image] Aug 30 18:58:50.894 INFO O| Aug 30 18:58:50.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
| 3744 | 2024-08-30T18:58:52.696Z | [ recovery-image] Aug 30 18:58:50.902 INFO O| Aug 30 18:58:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
| 3745 | 2024-08-30T18:58:52.696Z | [ recovery-image] Aug 30 18:58:50.902 INFO O| Aug 30 18:58:50.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
| 3746 | 2024-08-30T18:58:52.707Z | [ recovery-image] Aug 30 18:58:50.913 INFO O| Aug 30 18:58:50.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
| 3747 | 2024-08-30T18:58:53.043Z | [ recovery-image] Aug 30 18:58:51.249 INFO O| Aug 30 18:58:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 3748 | 2024-08-30T18:58:53.053Z | [ recovery-image] Aug 30 18:58:51.259 INFO O| Aug 30 18:58:51.259 INFO STEP 13 (remove_files) COMPLETE |
| 3749 | 2024-08-30T18:58:53.056Z | [ recovery-image] Aug 30 18:58:51.259 INFO O| Aug 30 18:58:51.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3750 | 2024-08-30T18:58:53.099Z | [ recovery-image] Aug 30 18:58:51.305 INFO O| Aug 30 18:58:51.305 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
| 3751 | 2024-08-30T18:58:53.102Z | [ recovery-image] Aug 30 18:58:51.307 INFO O| Aug 30 18:58:51.307 INFO STEP 14 (remove_files) COMPLETE |
| 3752 | 2024-08-30T18:58:53.102Z | [ recovery-image] Aug 30 18:58:51.307 INFO O| Aug 30 18:58:51.307 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3753 | 2024-08-30T18:58:53.121Z | [ recovery-image] Aug 30 18:58:51.327 INFO O| Aug 30 18:58:51.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
| 3754 | 2024-08-30T18:58:53.130Z | [ recovery-image] Aug 30 18:58:51.336 INFO O| Aug 30 18:58:51.336 INFO STEP 15 (remove_files) COMPLETE |
| 3755 | 2024-08-30T18:58:53.130Z | [ recovery-image] Aug 30 18:58:51.336 INFO O| Aug 30 18:58:51.336 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3756 | 2024-08-30T18:58:53.171Z | [ recovery-image] Aug 30 18:58:51.378 INFO O| Aug 30 18:58:51.377 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
| 3757 | 2024-08-30T18:58:53.174Z | [ recovery-image] Aug 30 18:58:51.378 INFO O| Aug 30 18:58:51.378 INFO STEP 16 (remove_files) COMPLETE |
| 3758 | 2024-08-30T18:58:53.174Z | [ recovery-image] Aug 30 18:58:51.378 INFO O| Aug 30 18:58:51.378 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3759 | 2024-08-30T18:58:53.221Z | [ recovery-image] Aug 30 18:58:51.427 INFO O| Aug 30 18:58:51.427 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
| 3760 | 2024-08-30T18:58:53.224Z | [ recovery-image] Aug 30 18:58:51.429 INFO O| Aug 30 18:58:51.429 INFO STEP 17 (remove_files) COMPLETE |
| 3761 | 2024-08-30T18:58:53.224Z | [ recovery-image] Aug 30 18:58:51.429 INFO O| Aug 30 18:58:51.429 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3762 | 2024-08-30T18:58:53.243Z | [ recovery-image] Aug 30 18:58:51.449 INFO O| Aug 30 18:58:51.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
| 3763 | 2024-08-30T18:58:53.243Z | [ recovery-image] Aug 30 18:58:51.449 INFO O| Aug 30 18:58:51.449 INFO STEP 18 (remove_files) COMPLETE |
| 3764 | 2024-08-30T18:58:53.243Z | [ recovery-image] Aug 30 18:58:51.449 INFO O| Aug 30 18:58:51.449 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3765 | 2024-08-30T18:58:53.283Z | [ recovery-image] Aug 30 18:58:51.489 INFO O| Aug 30 18:58:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
| 3766 | 2024-08-30T18:58:53.285Z | [ recovery-image] Aug 30 18:58:51.489 INFO O| Aug 30 18:58:51.489 INFO STEP 19 (remove_files) COMPLETE |
| 3767 | 2024-08-30T18:58:53.286Z | [ recovery-image] Aug 30 18:58:51.490 INFO O| Aug 30 18:58:51.489 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3768 | 2024-08-30T18:58:53.333Z | [ recovery-image] Aug 30 18:58:51.539 INFO O| Aug 30 18:58:51.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
| 3769 | 2024-08-30T18:58:53.335Z | [ recovery-image] Aug 30 18:58:51.539 INFO O| Aug 30 18:58:51.539 INFO STEP 20 (remove_files) COMPLETE |
| 3770 | 2024-08-30T18:58:53.335Z | [ recovery-image] Aug 30 18:58:51.539 INFO O| Aug 30 18:58:51.539 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3771 | 2024-08-30T18:58:53.352Z | [ recovery-image] Aug 30 18:58:51.558 INFO O| Aug 30 18:58:51.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
| 3772 | 2024-08-30T18:58:53.352Z | [ recovery-image] Aug 30 18:58:51.558 INFO O| Aug 30 18:58:51.558 INFO STEP 21 (remove_files) COMPLETE |
| 3773 | 2024-08-30T18:58:53.352Z | [ recovery-image] Aug 30 18:58:51.558 INFO O| Aug 30 18:58:51.558 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3774 | 2024-08-30T18:58:53.374Z | [ recovery-image] Aug 30 18:58:51.577 INFO O| Aug 30 18:58:51.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
| 3775 | 2024-08-30T18:58:53.374Z | [ recovery-image] Aug 30 18:58:51.577 INFO O| Aug 30 18:58:51.577 INFO STEP 22 (remove_files) COMPLETE |
| 3776 | 2024-08-30T18:58:53.374Z | [ recovery-image] Aug 30 18:58:51.577 INFO O| Aug 30 18:58:51.577 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3777 | 2024-08-30T18:58:53.406Z | [ recovery-image] Aug 30 18:58:51.595 INFO O| Aug 30 18:58:51.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
| 3778 | 2024-08-30T18:58:53.408Z | [ recovery-image] Aug 30 18:58:51.596 INFO O| Aug 30 18:58:51.596 INFO STEP 23 (remove_files) COMPLETE |
| 3779 | 2024-08-30T18:58:53.408Z | [ recovery-image] Aug 30 18:58:51.596 INFO O| Aug 30 18:58:51.596 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3780 | 2024-08-30T18:58:53.408Z | [ recovery-image] Aug 30 18:58:51.613 INFO O| Aug 30 18:58:51.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
| 3781 | 2024-08-30T18:58:53.408Z | [ recovery-image] Aug 30 18:58:51.613 INFO O| Aug 30 18:58:51.613 INFO STEP 24 (remove_files) COMPLETE |
| 3782 | 2024-08-30T18:58:53.408Z | [ recovery-image] Aug 30 18:58:51.613 INFO O| Aug 30 18:58:51.613 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3783 | 2024-08-30T18:58:53.440Z | [ recovery-image] Aug 30 18:58:51.629 INFO O| Aug 30 18:58:51.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
| 3784 | 2024-08-30T18:58:53.440Z | [ recovery-image] Aug 30 18:58:51.630 INFO O| Aug 30 18:58:51.630 INFO STEP 25 (remove_files) COMPLETE |
| 3785 | 2024-08-30T18:58:53.440Z | [ recovery-image] Aug 30 18:58:51.630 INFO O| Aug 30 18:58:51.630 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3786 | 2024-08-30T18:58:53.442Z | [ recovery-image] Aug 30 18:58:51.647 INFO O| Aug 30 18:58:51.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
| 3787 | 2024-08-30T18:58:53.442Z | [ recovery-image] Aug 30 18:58:51.647 INFO O| Aug 30 18:58:51.647 INFO STEP 26 (remove_files) COMPLETE |
| 3788 | 2024-08-30T18:58:53.442Z | [ recovery-image] Aug 30 18:58:51.647 INFO O| Aug 30 18:58:51.647 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3789 | 2024-08-30T18:58:53.459Z | [ recovery-image] Aug 30 18:58:51.665 INFO O| Aug 30 18:58:51.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
| 3790 | 2024-08-30T18:58:53.461Z | [ recovery-image] Aug 30 18:58:51.665 INFO O| Aug 30 18:58:51.665 INFO STEP 27 (remove_files) COMPLETE |
| 3791 | 2024-08-30T18:58:53.461Z | [ recovery-image] Aug 30 18:58:51.665 INFO O| Aug 30 18:58:51.665 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3792 | 2024-08-30T18:58:53.476Z | [ recovery-image] Aug 30 18:58:51.682 INFO O| Aug 30 18:58:51.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
| 3793 | 2024-08-30T18:58:53.478Z | [ recovery-image] Aug 30 18:58:51.682 INFO O| Aug 30 18:58:51.682 INFO STEP 28 (remove_files) COMPLETE |
| 3794 | 2024-08-30T18:58:53.478Z | [ recovery-image] Aug 30 18:58:51.683 INFO O| Aug 30 18:58:51.682 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3795 | 2024-08-30T18:58:53.493Z | [ recovery-image] Aug 30 18:58:51.699 INFO O| Aug 30 18:58:51.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
| 3796 | 2024-08-30T18:58:53.493Z | [ recovery-image] Aug 30 18:58:51.699 INFO O| Aug 30 18:58:51.699 INFO STEP 29 (remove_files) COMPLETE |
| 3797 | 2024-08-30T18:58:53.495Z | [ recovery-image] Aug 30 18:58:51.700 INFO O| Aug 30 18:58:51.699 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3798 | 2024-08-30T18:58:53.568Z | [ recovery-image] Aug 30 18:58:51.774 INFO O| Aug 30 18:58:51.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
| 3799 | 2024-08-30T18:58:53.568Z | [ recovery-image] Aug 30 18:58:51.774 INFO O| Aug 30 18:58:51.774 INFO STEP 30 (remove_files) COMPLETE |
| 3800 | 2024-08-30T18:58:53.571Z | [ recovery-image] Aug 30 18:58:51.774 INFO O| Aug 30 18:58:51.774 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3801 | 2024-08-30T18:58:53.596Z | [ recovery-image] Aug 30 18:58:51.795 INFO O| Aug 30 18:58:51.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
| 3802 | 2024-08-30T18:58:53.596Z | [ recovery-image] Aug 30 18:58:51.795 INFO O| Aug 30 18:58:51.795 INFO STEP 31 (remove_files) COMPLETE |
| 3803 | 2024-08-30T18:58:53.597Z | [ recovery-image] Aug 30 18:58:51.796 INFO O| Aug 30 18:58:51.795 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3804 | 2024-08-30T18:58:53.608Z | [ recovery-image] Aug 30 18:58:51.814 INFO O| Aug 30 18:58:51.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
| 3805 | 2024-08-30T18:58:53.610Z | [ recovery-image] Aug 30 18:58:51.814 INFO O| Aug 30 18:58:51.814 INFO STEP 32 (remove_files) COMPLETE |
| 3806 | 2024-08-30T18:58:53.611Z | [ recovery-image] Aug 30 18:58:51.814 INFO O| Aug 30 18:58:51.814 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3807 | 2024-08-30T18:58:53.627Z | [ recovery-image] Aug 30 18:58:51.833 INFO O| Aug 30 18:58:51.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
| 3808 | 2024-08-30T18:58:53.629Z | [ recovery-image] Aug 30 18:58:51.833 INFO O| Aug 30 18:58:51.833 INFO STEP 33 (remove_files) COMPLETE |
| 3809 | 2024-08-30T18:58:53.629Z | [ recovery-image] Aug 30 18:58:51.833 INFO O| Aug 30 18:58:51.833 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3810 | 2024-08-30T18:58:53.647Z | [ recovery-image] Aug 30 18:58:51.853 INFO O| Aug 30 18:58:51.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
| 3811 | 2024-08-30T18:58:53.649Z | [ recovery-image] Aug 30 18:58:51.853 INFO O| Aug 30 18:58:51.853 INFO STEP 34 (remove_files) COMPLETE |
| 3812 | 2024-08-30T18:58:53.649Z | [ recovery-image] Aug 30 18:58:51.853 INFO O| Aug 30 18:58:51.853 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3813 | 2024-08-30T18:58:53.675Z | [ recovery-image] Aug 30 18:58:51.881 INFO O| Aug 30 18:58:51.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
| 3814 | 2024-08-30T18:58:53.675Z | [ recovery-image] Aug 30 18:58:51.881 INFO O| Aug 30 18:58:51.881 INFO STEP 35 (remove_files) COMPLETE |
| 3815 | 2024-08-30T18:58:53.675Z | [ recovery-image] Aug 30 18:58:51.881 INFO O| Aug 30 18:58:51.881 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3816 | 2024-08-30T18:58:53.695Z | [ recovery-image] Aug 30 18:58:51.901 INFO O| Aug 30 18:58:51.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
| 3817 | 2024-08-30T18:58:53.695Z | [ recovery-image] Aug 30 18:58:51.901 INFO O| Aug 30 18:58:51.901 INFO STEP 36 (remove_files) COMPLETE |
| 3818 | 2024-08-30T18:58:53.695Z | [ recovery-image] Aug 30 18:58:51.901 INFO O| Aug 30 18:58:51.901 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3819 | 2024-08-30T18:58:53.716Z | [ recovery-image] Aug 30 18:58:51.921 INFO O| Aug 30 18:58:51.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
| 3820 | 2024-08-30T18:58:53.716Z | [ recovery-image] Aug 30 18:58:51.921 INFO O| Aug 30 18:58:51.921 INFO STEP 37 (remove_files) COMPLETE |
| 3821 | 2024-08-30T18:58:53.716Z | [ recovery-image] Aug 30 18:58:51.921 INFO O| Aug 30 18:58:51.921 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3822 | 2024-08-30T18:58:53.736Z | [ recovery-image] Aug 30 18:58:51.941 INFO O| Aug 30 18:58:51.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
| 3823 | 2024-08-30T18:58:53.736Z | [ recovery-image] Aug 30 18:58:51.941 INFO O| Aug 30 18:58:51.941 INFO STEP 38 (remove_files) COMPLETE |
| 3824 | 2024-08-30T18:58:53.738Z | [ recovery-image] Aug 30 18:58:51.941 INFO O| Aug 30 18:58:51.941 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3825 | 2024-08-30T18:58:53.754Z | [ recovery-image] Aug 30 18:58:51.960 INFO O| Aug 30 18:58:51.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
| 3826 | 2024-08-30T18:58:53.754Z | [ recovery-image] Aug 30 18:58:51.960 INFO O| Aug 30 18:58:51.960 INFO STEP 39 (remove_files) COMPLETE |
| 3827 | 2024-08-30T18:58:53.756Z | [ recovery-image] Aug 30 18:58:51.960 INFO O| Aug 30 18:58:51.960 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3828 | 2024-08-30T18:58:53.773Z | [ recovery-image] Aug 30 18:58:51.979 INFO O| Aug 30 18:58:51.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
| 3829 | 2024-08-30T18:58:53.773Z | [ recovery-image] Aug 30 18:58:51.979 INFO O| Aug 30 18:58:51.979 INFO STEP 40 (remove_files) COMPLETE |
| 3830 | 2024-08-30T18:58:53.776Z | [ recovery-image] Aug 30 18:58:51.979 INFO O| Aug 30 18:58:51.979 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3831 | 2024-08-30T18:58:53.791Z | [ recovery-image] Aug 30 18:58:51.997 INFO O| Aug 30 18:58:51.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
| 3832 | 2024-08-30T18:58:53.791Z | [ recovery-image] Aug 30 18:58:51.997 INFO O| Aug 30 18:58:51.997 INFO STEP 41 (remove_files) COMPLETE |
| 3833 | 2024-08-30T18:58:53.794Z | [ recovery-image] Aug 30 18:58:51.998 INFO O| Aug 30 18:58:51.997 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3834 | 2024-08-30T18:58:53.810Z | [ recovery-image] Aug 30 18:58:52.016 INFO O| Aug 30 18:58:52.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
| 3835 | 2024-08-30T18:58:53.810Z | [ recovery-image] Aug 30 18:58:52.016 INFO O| Aug 30 18:58:52.016 INFO STEP 42 (remove_files) COMPLETE |
| 3836 | 2024-08-30T18:58:53.813Z | [ recovery-image] Aug 30 18:58:52.016 INFO O| Aug 30 18:58:52.016 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3837 | 2024-08-30T18:58:53.830Z | [ recovery-image] Aug 30 18:58:52.035 INFO O| Aug 30 18:58:52.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
| 3838 | 2024-08-30T18:58:53.830Z | [ recovery-image] Aug 30 18:58:52.035 INFO O| Aug 30 18:58:52.035 INFO STEP 43 (remove_files) COMPLETE |
| 3839 | 2024-08-30T18:58:53.830Z | [ recovery-image] Aug 30 18:58:52.035 INFO O| Aug 30 18:58:52.035 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3840 | 2024-08-30T18:58:53.847Z | [ recovery-image] Aug 30 18:58:52.053 INFO O| Aug 30 18:58:52.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 3841 | 2024-08-30T18:58:53.847Z | [ recovery-image] Aug 30 18:58:52.053 INFO O| Aug 30 18:58:52.053 INFO STEP 44 (remove_files) COMPLETE |
| 3842 | 2024-08-30T18:58:53.847Z | [ recovery-image] Aug 30 18:58:52.053 INFO O| Aug 30 18:58:52.053 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3843 | 2024-08-30T18:58:53.890Z | [ recovery-image] Aug 30 18:58:52.096 INFO O| Aug 30 18:58:52.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
| 3844 | 2024-08-30T18:58:53.890Z | [ recovery-image] Aug 30 18:58:52.096 INFO O| Aug 30 18:58:52.096 INFO STEP 45 (remove_files) COMPLETE |
| 3845 | 2024-08-30T18:58:53.890Z | [ recovery-image] Aug 30 18:58:52.096 INFO O| Aug 30 18:58:52.096 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3846 | 2024-08-30T18:58:53.920Z | [ recovery-image] Aug 30 18:58:52.126 INFO O| Aug 30 18:58:52.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 3847 | 2024-08-30T18:58:53.920Z | [ recovery-image] Aug 30 18:58:52.126 INFO O| Aug 30 18:58:52.126 INFO STEP 46 (remove_files) COMPLETE |
| 3848 | 2024-08-30T18:58:53.923Z | [ recovery-image] Aug 30 18:58:52.126 INFO O| Aug 30 18:58:52.126 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3849 | 2024-08-30T18:58:53.939Z | [ recovery-image] Aug 30 18:58:52.145 INFO O| Aug 30 18:58:52.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 3850 | 2024-08-30T18:58:53.939Z | [ recovery-image] Aug 30 18:58:52.145 INFO O| Aug 30 18:58:52.145 INFO STEP 47 (remove_files) COMPLETE |
| 3851 | 2024-08-30T18:58:53.942Z | [ recovery-image] Aug 30 18:58:52.145 INFO O| Aug 30 18:58:52.145 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3852 | 2024-08-30T18:58:53.990Z | [ recovery-image] Aug 30 18:58:52.196 INFO O| Aug 30 18:58:52.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
| 3853 | 2024-08-30T18:58:53.992Z | [ recovery-image] Aug 30 18:58:52.196 INFO O| Aug 30 18:58:52.196 INFO STEP 48 (remove_files) COMPLETE |
| 3854 | 2024-08-30T18:58:53.993Z | [ recovery-image] Aug 30 18:58:52.196 INFO O| Aug 30 18:58:52.196 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3855 | 2024-08-30T18:58:54.032Z | [ recovery-image] Aug 30 18:58:52.238 INFO O| Aug 30 18:58:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
| 3856 | 2024-08-30T18:58:54.032Z | [ recovery-image] Aug 30 18:58:52.238 INFO O| Aug 30 18:58:52.238 INFO STEP 49 (remove_files) COMPLETE |
| 3857 | 2024-08-30T18:58:54.032Z | [ recovery-image] Aug 30 18:58:52.238 INFO O| Aug 30 18:58:52.238 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3858 | 2024-08-30T18:58:54.049Z | [ recovery-image] Aug 30 18:58:52.255 INFO O| Aug 30 18:58:52.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
| 3859 | 2024-08-30T18:58:54.049Z | [ recovery-image] Aug 30 18:58:52.255 INFO O| Aug 30 18:58:52.255 INFO STEP 50 (remove_files) COMPLETE |
| 3860 | 2024-08-30T18:58:54.051Z | [ recovery-image] Aug 30 18:58:52.255 INFO O| Aug 30 18:58:52.255 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3861 | 2024-08-30T18:58:54.067Z | [ recovery-image] Aug 30 18:58:52.273 INFO O| Aug 30 18:58:52.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 3862 | 2024-08-30T18:58:54.067Z | [ recovery-image] Aug 30 18:58:52.273 INFO O| Aug 30 18:58:52.273 INFO STEP 51 (remove_files) COMPLETE |
| 3863 | 2024-08-30T18:58:54.067Z | [ recovery-image] Aug 30 18:58:52.273 INFO O| Aug 30 18:58:52.273 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3864 | 2024-08-30T18:58:54.113Z | [ recovery-image] Aug 30 18:58:52.319 INFO O| Aug 30 18:58:52.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 3865 | 2024-08-30T18:58:54.113Z | [ recovery-image] Aug 30 18:58:52.319 INFO O| Aug 30 18:58:52.319 INFO STEP 52 (remove_files) COMPLETE |
| 3866 | 2024-08-30T18:58:54.116Z | [ recovery-image] Aug 30 18:58:52.319 INFO O| Aug 30 18:58:52.319 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3867 | 2024-08-30T18:58:54.153Z | [ recovery-image] Aug 30 18:58:52.359 INFO O| Aug 30 18:58:52.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
| 3868 | 2024-08-30T18:58:54.153Z | [ recovery-image] Aug 30 18:58:52.359 INFO O| Aug 30 18:58:52.359 INFO STEP 53 (remove_files) COMPLETE |
| 3869 | 2024-08-30T18:58:54.153Z | [ recovery-image] Aug 30 18:58:52.359 INFO O| Aug 30 18:58:52.359 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3870 | 2024-08-30T18:58:54.193Z | [ recovery-image] Aug 30 18:58:52.399 INFO O| Aug 30 18:58:52.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
| 3871 | 2024-08-30T18:58:54.193Z | [ recovery-image] Aug 30 18:58:52.399 INFO O| Aug 30 18:58:52.399 INFO STEP 54 (remove_files) COMPLETE |
| 3872 | 2024-08-30T18:58:54.196Z | [ recovery-image] Aug 30 18:58:52.399 INFO O| Aug 30 18:58:52.399 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3873 | 2024-08-30T18:58:54.255Z | [ recovery-image] Aug 30 18:58:52.461 INFO O| Aug 30 18:58:52.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
| 3874 | 2024-08-30T18:58:54.255Z | [ recovery-image] Aug 30 18:58:52.461 INFO O| Aug 30 18:58:52.461 INFO STEP 55 (remove_files) COMPLETE |
| 3875 | 2024-08-30T18:58:54.258Z | [ recovery-image] Aug 30 18:58:52.461 INFO O| Aug 30 18:58:52.461 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3876 | 2024-08-30T18:58:54.275Z | [ recovery-image] Aug 30 18:58:52.480 INFO O| Aug 30 18:58:52.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
| 3877 | 2024-08-30T18:58:54.275Z | [ recovery-image] Aug 30 18:58:52.480 INFO O| Aug 30 18:58:52.480 INFO STEP 56 (remove_files) COMPLETE |
| 3878 | 2024-08-30T18:58:54.275Z | [ recovery-image] Aug 30 18:58:52.480 INFO O| Aug 30 18:58:52.480 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3879 | 2024-08-30T18:58:54.293Z | [ recovery-image] Aug 30 18:58:52.499 INFO O| Aug 30 18:58:52.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
| 3880 | 2024-08-30T18:58:54.293Z | [ recovery-image] Aug 30 18:58:52.499 INFO O| Aug 30 18:58:52.499 INFO STEP 57 (remove_files) COMPLETE |
| 3881 | 2024-08-30T18:58:54.293Z | [ recovery-image] Aug 30 18:58:52.499 INFO O| Aug 30 18:58:52.499 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3882 | 2024-08-30T18:58:54.375Z | [ recovery-image] Aug 30 18:58:52.581 INFO O| Aug 30 18:58:52.581 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 3883 | 2024-08-30T18:58:54.375Z | [ recovery-image] Aug 30 18:58:52.581 INFO O| Aug 30 18:58:52.581 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
| 3884 | 2024-08-30T18:58:54.377Z | [ recovery-image] Aug 30 18:58:52.581 INFO O| Aug 30 18:58:52.581 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 3885 | 2024-08-30T18:58:54.377Z | [ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.581 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 3886 | 2024-08-30T18:58:54.377Z | [ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 3887 | 2024-08-30T18:58:54.377Z | [ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 3888 | 2024-08-30T18:58:54.378Z | [ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO ok! |
| 3889 | 2024-08-30T18:58:54.378Z | [ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO STEP 58 (ensure_file) COMPLETE |
| 3890 | 2024-08-30T18:58:54.378Z | [ recovery-image] Aug 30 18:58:52.582 INFO O| Aug 30 18:58:52.582 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3891 | 2024-08-30T18:58:54.395Z | [ recovery-image] Aug 30 18:58:52.601 INFO O| Aug 30 18:58:52.601 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 3892 | 2024-08-30T18:58:54.395Z | [ recovery-image] Aug 30 18:58:52.601 INFO O| Aug 30 18:58:52.601 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
| 3893 | 2024-08-30T18:58:54.398Z | [ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 3894 | 2024-08-30T18:58:54.398Z | [ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 3895 | 2024-08-30T18:58:54.398Z | [ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 3896 | 2024-08-30T18:58:54.398Z | [ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 3897 | 2024-08-30T18:58:54.398Z | [ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO ok! |
| 3898 | 2024-08-30T18:58:54.398Z | [ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO STEP 59 (ensure_file) COMPLETE |
| 3899 | 2024-08-30T18:58:54.398Z | [ recovery-image] Aug 30 18:58:52.602 INFO O| Aug 30 18:58:52.602 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3900 | 2024-08-30T18:58:54.445Z | [ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.650 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
| 3901 | 2024-08-30T18:58:54.445Z | [ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
| 3902 | 2024-08-30T18:58:54.445Z | [ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
| 3903 | 2024-08-30T18:58:54.447Z | [ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO ok! |
| 3904 | 2024-08-30T18:58:54.447Z | [ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO STEP 60 (ensure_file) COMPLETE |
| 3905 | 2024-08-30T18:58:54.447Z | [ recovery-image] Aug 30 18:58:52.651 INFO O| Aug 30 18:58:52.651 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3906 | 2024-08-30T18:58:54.478Z | [ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.683 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 3907 | 2024-08-30T18:58:54.478Z | [ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
| 3908 | 2024-08-30T18:58:54.478Z | [ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
| 3909 | 2024-08-30T18:58:54.478Z | [ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO ok! |
| 3910 | 2024-08-30T18:58:54.480Z | [ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO STEP 61 (ensure_file) COMPLETE |
| 3911 | 2024-08-30T18:58:54.480Z | [ recovery-image] Aug 30 18:58:52.684 INFO O| Aug 30 18:58:52.684 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3912 | 2024-08-30T18:58:54.497Z | [ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 3913 | 2024-08-30T18:58:54.497Z | [ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
| 3914 | 2024-08-30T18:58:54.500Z | [ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
| 3915 | 2024-08-30T18:58:54.500Z | [ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
| 3916 | 2024-08-30T18:58:54.500Z | [ recovery-image] Aug 30 18:58:52.703 INFO O| Aug 30 18:58:52.703 INFO ok! |
| 3917 | 2024-08-30T18:58:54.500Z | [ recovery-image] Aug 30 18:58:52.704 INFO O| Aug 30 18:58:52.704 INFO STEP 62 (ensure_file) COMPLETE |
| 3918 | 2024-08-30T18:58:54.500Z | [ recovery-image] Aug 30 18:58:52.704 INFO O| Aug 30 18:58:52.704 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3919 | 2024-08-30T18:58:54.518Z | [ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 3920 | 2024-08-30T18:58:54.518Z | [ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
| 3921 | 2024-08-30T18:58:54.521Z | [ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 3922 | 2024-08-30T18:58:54.521Z | [ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 3923 | 2024-08-30T18:58:54.521Z | [ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO ok! |
| 3924 | 2024-08-30T18:58:54.521Z | [ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO STEP 63 (ensure_file) COMPLETE |
| 3925 | 2024-08-30T18:58:54.521Z | [ recovery-image] Aug 30 18:58:52.724 INFO O| Aug 30 18:58:52.724 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3926 | 2024-08-30T18:58:54.539Z | [ recovery-image] Aug 30 18:58:52.744 INFO O| Aug 30 18:58:52.744 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
| 3927 | 2024-08-30T18:58:54.539Z | [ recovery-image] Aug 30 18:58:52.744 INFO O| Aug 30 18:58:52.744 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
| 3928 | 2024-08-30T18:58:54.539Z | [ recovery-image] Aug 30 18:58:52.745 INFO O| Aug 30 18:58:52.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
| 3929 | 2024-08-30T18:58:54.539Z | [ recovery-image] Aug 30 18:58:52.745 INFO O| Aug 30 18:58:52.745 INFO ok! |
| 3930 | 2024-08-30T18:58:54.539Z | [ recovery-image] Aug 30 18:58:52.745 INFO O| Aug 30 18:58:52.745 INFO STEP 64 (assemble_files) COMPLETE |
| 3931 | 2024-08-30T18:58:54.539Z | [ recovery-image] Aug 30 18:58:52.745 INFO O| Aug 30 18:58:52.745 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3932 | 2024-08-30T18:58:54.558Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
| 3933 | 2024-08-30T18:58:54.559Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
| 3934 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
| 3935 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
| 3936 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO ok! |
| 3937 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 65 (ensure_file) COMPLETE |
| 3938 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3939 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO skip step because feature "omicron1" is not enabled |
| 3940 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3941 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO skip step because feature "omicron1" is not enabled |
| 3942 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3943 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO skip step because feature "omicron1" is not enabled |
| 3944 | 2024-08-30T18:58:54.561Z | [ recovery-image] Aug 30 18:58:52.764 INFO O| Aug 30 18:58:52.764 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 3945 | 2024-08-30T18:58:54.587Z | [ recovery-image] Aug 30 18:58:52.793 INFO O| Aug 30 18:58:52.793 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
| 3946 | 2024-08-30T18:58:54.587Z | [ recovery-image] Aug 30 18:58:52.793 INFO O| Aug 30 18:58:52.793 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
| 3947 | 2024-08-30T18:58:56.115Z | [ host-image] Aug 30 18:58:54.321 INFO O| Aug 30 18:58:54.321 INFO O| Actions: 21685/49262 actions (Installing new actions) |
| 3948 | 2024-08-30T18:58:58.093Z | [ recovery-image] Aug 30 18:58:56.299 INFO O| Aug 30 18:58:56.298 INFO STEP 69 (pack_tar) COMPLETE |
| 3949 | 2024-08-30T18:58:58.093Z | [ recovery-image] Aug 30 18:58:56.299 INFO O| Aug 30 18:58:56.299 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 3950 | 2024-08-30T18:58:58.096Z | [ recovery-image] Aug 30 18:58:56.299 INFO O| Aug 30 18:58:56.299 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 3951 | 2024-08-30T18:58:58.374Z | [ recovery-image] Aug 30 18:58:56.579 INFO O| Aug 30 18:58:56.579 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 3952 | 2024-08-30T18:58:58.536Z | [ recovery-image] Aug 30 18:58:56.741 INFO O| Aug 30 18:58:56.741 INFO completed processing gimlet/ramdisk-02-trim |
| 3953 | 2024-08-30T18:58:58.539Z | [ recovery-image] Aug 30 18:58:56.745 INFO image builder template: ramdisk-03-recovery-trim... |
| 3954 | 2024-08-30T18:58:58.541Z | [ recovery-image] Aug 30 18:58:56.745 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/.tmpWwHkvv/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.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 3955 | 2024-08-30T18:58:58.738Z | [ recovery-image] Aug 30 18:58:56.943 INFO O| Aug 30 18:58:56.943 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 3956 | 2024-08-30T18:58:58.746Z | [ recovery-image] Aug 30 18:58:56.951 INFO O| Aug 30 18:58:56.951 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 3957 | 2024-08-30T18:58:58.837Z | [ recovery-image] Aug 30 18:58:57.042 INFO O| Aug 30 18:58:57.042 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
| 3958 | 2024-08-30T18:58:58.901Z | [ recovery-image] Aug 30 18:58:57.106 INFO O| Aug 30 18:58:57.106 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 3959 | 2024-08-30T18:58:58.903Z | [ recovery-image] Aug 30 18:58:57.106 INFO O| Aug 30 18:58:57.106 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3960 | 2024-08-30T18:58:58.930Z | [ recovery-image] Aug 30 18:58:57.135 INFO O| Aug 30 18:58:57.135 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 3961 | 2024-08-30T18:58:58.954Z | [ recovery-image] Aug 30 18:58:57.159 INFO O| Aug 30 18:58:57.159 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 3962 | 2024-08-30T18:58:58.978Z | [ recovery-image] Aug 30 18:58:57.183 INFO O| Aug 30 18:58:57.183 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 3963 | 2024-08-30T18:58:59.317Z | [ recovery-image] Aug 30 18:58:57.522 INFO O| Aug 30 18:58:57.522 INFO rolled back to input snapshot; work may begin |
| 3964 | 2024-08-30T18:58:59.320Z | [ recovery-image] Aug 30 18:58:57.522 INFO O| Aug 30 18:58:57.522 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3965 | 2024-08-30T18:58:59.327Z | [ recovery-image] Aug 30 18:58:57.532 INFO O| Aug 30 18:58:57.532 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3966 | 2024-08-30T18:58:59.348Z | [ recovery-image] Aug 30 18:58:57.553 INFO O| Aug 30 18:58:57.553 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
| 3967 | 2024-08-30T18:58:59.413Z | [ recovery-image] Aug 30 18:58:57.618 INFO O| Aug 30 18:58:57.618 INFO STEP 0 (remove_files) COMPLETE |
| 3968 | 2024-08-30T18:58:59.413Z | [ recovery-image] Aug 30 18:58:57.618 INFO O| Aug 30 18:58:57.618 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3969 | 2024-08-30T18:58:59.432Z | [ recovery-image] Aug 30 18:58:57.638 INFO O| Aug 30 18:58:57.637 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
| 3970 | 2024-08-30T18:58:59.691Z | [ recovery-image] Aug 30 18:58:57.895 INFO O| Aug 30 18:58:57.895 INFO STEP 1 (remove_files) COMPLETE |
| 3971 | 2024-08-30T18:58:59.691Z | [ recovery-image] Aug 30 18:58:57.895 INFO O| Aug 30 18:58:57.895 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3972 | 2024-08-30T18:58:59.733Z | [ recovery-image] Aug 30 18:58:57.938 INFO O| Aug 30 18:58:57.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
| 3973 | 2024-08-30T18:58:59.774Z | [ recovery-image] Aug 30 18:58:57.979 INFO O| Aug 30 18:58:57.979 INFO STEP 2 (remove_files) COMPLETE |
| 3974 | 2024-08-30T18:58:59.774Z | [ recovery-image] Aug 30 18:58:57.979 INFO O| Aug 30 18:58:57.979 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3975 | 2024-08-30T18:58:59.803Z | [ recovery-image] Aug 30 18:58:58.008 INFO O| Aug 30 18:58:58.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
| 3976 | 2024-08-30T18:58:59.922Z | [ recovery-image] Aug 30 18:58:58.126 INFO O| Aug 30 18:58:58.126 INFO STEP 3 (remove_files) COMPLETE |
| 3977 | 2024-08-30T18:58:59.922Z | [ recovery-image] Aug 30 18:58:58.126 INFO O| Aug 30 18:58:58.126 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3978 | 2024-08-30T18:58:59.960Z | [ recovery-image] Aug 30 18:58:58.165 INFO O| Aug 30 18:58:58.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
| 3979 | 2024-08-30T18:59:00.000Z | [ recovery-image] Aug 30 18:58:58.205 INFO O| Aug 30 18:58:58.205 INFO STEP 4 (remove_files) COMPLETE |
| 3980 | 2024-08-30T18:59:00.000Z | [ recovery-image] Aug 30 18:58:58.205 INFO O| Aug 30 18:58:58.205 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3981 | 2024-08-30T18:59:00.038Z | [ recovery-image] Aug 30 18:58:58.243 INFO O| Aug 30 18:58:58.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
| 3982 | 2024-08-30T18:59:00.125Z | [ recovery-image] Aug 30 18:58:58.330 INFO O| Aug 30 18:58:58.330 INFO STEP 5 (remove_files) COMPLETE |
| 3983 | 2024-08-30T18:59:00.125Z | [ recovery-image] Aug 30 18:58:58.330 INFO O| Aug 30 18:58:58.330 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3984 | 2024-08-30T18:59:00.151Z | [ recovery-image] Aug 30 18:58:58.356 INFO O| Aug 30 18:58:58.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
| 3985 | 2024-08-30T18:59:00.172Z | [ recovery-image] Aug 30 18:58:58.377 INFO O| Aug 30 18:58:58.377 INFO STEP 6 (remove_files) COMPLETE |
| 3986 | 2024-08-30T18:59:00.172Z | [ recovery-image] Aug 30 18:58:58.377 INFO O| Aug 30 18:58:58.377 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3987 | 2024-08-30T18:59:00.227Z | [ recovery-image] Aug 30 18:58:58.432 INFO O| Aug 30 18:58:58.432 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
| 3988 | 2024-08-30T18:59:00.229Z | [ recovery-image] Aug 30 18:58:58.434 INFO O| Aug 30 18:58:58.434 INFO STEP 7 (remove_files) COMPLETE |
| 3989 | 2024-08-30T18:59:00.232Z | [ recovery-image] Aug 30 18:58:58.435 INFO O| Aug 30 18:58:58.434 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3990 | 2024-08-30T18:59:00.247Z | [ recovery-image] Aug 30 18:58:58.453 INFO O| Aug 30 18:58:58.453 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
| 3991 | 2024-08-30T18:59:00.251Z | [ recovery-image] Aug 30 18:58:58.456 INFO O| Aug 30 18:58:58.456 INFO STEP 8 (remove_files) COMPLETE |
| 3992 | 2024-08-30T18:59:00.251Z | [ recovery-image] Aug 30 18:58:58.456 INFO O| Aug 30 18:58:58.456 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3993 | 2024-08-30T18:59:00.523Z | [ recovery-image] Aug 30 18:58:58.503 INFO O| Aug 30 18:58:58.503 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
| 3994 | 2024-08-30T18:59:00.527Z | [ recovery-image] Aug 30 18:58:58.529 INFO O| Aug 30 18:58:58.529 INFO STEP 9 (remove_files) COMPLETE |
| 3995 | 2024-08-30T18:59:00.527Z | [ recovery-image] Aug 30 18:58:58.529 INFO O| Aug 30 18:58:58.529 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3996 | 2024-08-30T18:59:00.527Z | [ recovery-image] Aug 30 18:58:58.550 INFO O| Aug 30 18:58:58.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
| 3997 | 2024-08-30T18:59:00.527Z | [ recovery-image] Aug 30 18:58:58.551 INFO O| Aug 30 18:58:58.551 INFO STEP 10 (remove_files) COMPLETE |
| 3998 | 2024-08-30T18:59:00.527Z | [ recovery-image] Aug 30 18:58:58.551 INFO O| Aug 30 18:58:58.551 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 3999 | 2024-08-30T18:59:00.527Z | [ recovery-image] Aug 30 18:58:58.572 INFO O| Aug 30 18:58:58.572 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
| 4000 | 2024-08-30T18:59:00.984Z | [ recovery-image] Aug 30 18:58:59.189 INFO O| Aug 30 18:58:59.189 INFO STEP 11 (remove_files) COMPLETE |
| 4001 | 2024-08-30T18:59:00.984Z | [ recovery-image] Aug 30 18:58:59.189 INFO O| Aug 30 18:58:59.189 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4002 | 2024-08-30T18:59:01.017Z | [ recovery-image] Aug 30 18:58:59.222 INFO O| Aug 30 18:58:59.222 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
| 4003 | 2024-08-30T18:59:01.071Z | [ recovery-image] Aug 30 18:58:59.276 INFO O| Aug 30 18:58:59.276 INFO STEP 12 (remove_files) COMPLETE |
| 4004 | 2024-08-30T18:59:01.071Z | [ recovery-image] Aug 30 18:58:59.276 INFO O| Aug 30 18:58:59.276 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4005 | 2024-08-30T18:59:01.108Z | [ recovery-image] Aug 30 18:58:59.313 INFO O| Aug 30 18:58:59.313 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
| 4006 | 2024-08-30T18:59:01.111Z | [ recovery-image] Aug 30 18:58:59.317 INFO O| Aug 30 18:58:59.317 INFO STEP 13 (remove_files) COMPLETE |
| 4007 | 2024-08-30T18:59:01.111Z | [ recovery-image] Aug 30 18:58:59.317 INFO O| Aug 30 18:58:59.317 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4008 | 2024-08-30T18:59:01.116Z | [ host-image] Aug 30 18:58:59.321 INFO O| Aug 30 18:58:59.321 INFO O| Actions: 34451/49262 actions (Installing new actions) |
| 4009 | 2024-08-30T18:59:01.158Z | [ recovery-image] Aug 30 18:58:59.363 INFO O| Aug 30 18:58:59.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
| 4010 | 2024-08-30T18:59:01.161Z | [ recovery-image] Aug 30 18:58:59.364 INFO O| Aug 30 18:58:59.364 INFO STEP 14 (remove_files) COMPLETE |
| 4011 | 2024-08-30T18:59:01.161Z | [ recovery-image] Aug 30 18:58:59.364 INFO O| Aug 30 18:58:59.364 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4012 | 2024-08-30T18:59:01.192Z | [ recovery-image] Aug 30 18:58:59.398 INFO O| Aug 30 18:58:59.397 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
| 4013 | 2024-08-30T18:59:01.221Z | [ recovery-image] Aug 30 18:58:59.426 INFO O| Aug 30 18:58:59.426 INFO STEP 15 (remove_files) COMPLETE |
| 4014 | 2024-08-30T18:59:01.221Z | [ recovery-image] Aug 30 18:58:59.426 INFO O| Aug 30 18:58:59.426 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4015 | 2024-08-30T18:59:01.241Z | [ recovery-image] Aug 30 18:58:59.446 INFO O| Aug 30 18:58:59.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
| 4016 | 2024-08-30T18:59:01.385Z | [ recovery-image] Aug 30 18:58:59.590 INFO O| Aug 30 18:58:59.589 INFO STEP 16 (remove_files) COMPLETE |
| 4017 | 2024-08-30T18:59:01.385Z | [ recovery-image] Aug 30 18:58:59.590 INFO O| Aug 30 18:58:59.590 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4018 | 2024-08-30T18:59:01.439Z | [ recovery-image] Aug 30 18:58:59.644 INFO O| Aug 30 18:58:59.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
| 4019 | 2024-08-30T18:59:01.441Z | [ recovery-image] Aug 30 18:58:59.644 INFO O| Aug 30 18:58:59.644 INFO STEP 17 (remove_files) COMPLETE |
| 4020 | 2024-08-30T18:59:01.441Z | [ recovery-image] Aug 30 18:58:59.644 INFO O| Aug 30 18:58:59.644 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4021 | 2024-08-30T18:59:01.456Z | [ recovery-image] Aug 30 18:58:59.661 INFO O| Aug 30 18:58:59.661 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
| 4022 | 2024-08-30T18:59:01.552Z | [ recovery-image] Aug 30 18:58:59.756 INFO O| Aug 30 18:58:59.756 INFO STEP 18 (remove_files) COMPLETE |
| 4023 | 2024-08-30T18:59:01.552Z | [ recovery-image] Aug 30 18:58:59.757 INFO O| Aug 30 18:58:59.756 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4024 | 2024-08-30T18:59:01.630Z | [ recovery-image] Aug 30 18:58:59.835 INFO O| Aug 30 18:58:59.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
| 4025 | 2024-08-30T18:59:01.943Z | [ recovery-image] Aug 30 18:59:00.148 INFO O| Aug 30 18:59:00.147 INFO STEP 19 (remove_files) COMPLETE |
| 4026 | 2024-08-30T18:59:01.943Z | [ recovery-image] Aug 30 18:59:00.148 INFO O| Aug 30 18:59:00.148 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4027 | 2024-08-30T18:59:01.998Z | [ recovery-image] Aug 30 18:59:00.203 INFO O| Aug 30 18:59:00.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4028 | 2024-08-30T18:59:02.001Z | [ recovery-image] Aug 30 18:59:00.204 INFO O| Aug 30 18:59:00.204 INFO STEP 20 (remove_files) COMPLETE |
| 4029 | 2024-08-30T18:59:02.001Z | [ recovery-image] Aug 30 18:59:00.204 INFO O| Aug 30 18:59:00.204 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4030 | 2024-08-30T18:59:02.037Z | [ recovery-image] Aug 30 18:59:00.241 INFO O| Aug 30 18:59:00.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4031 | 2024-08-30T18:59:02.074Z | [ recovery-image] Aug 30 18:59:00.279 INFO O| Aug 30 18:59:00.279 INFO STEP 21 (remove_files) COMPLETE |
| 4032 | 2024-08-30T18:59:02.074Z | [ recovery-image] Aug 30 18:59:00.279 INFO O| Aug 30 18:59:00.279 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4033 | 2024-08-30T18:59:02.094Z | [ recovery-image] Aug 30 18:59:00.299 INFO O| Aug 30 18:59:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
| 4034 | 2024-08-30T18:59:02.098Z | [ recovery-image] Aug 30 18:59:00.299 INFO O| Aug 30 18:59:00.299 INFO STEP 22 (remove_files) COMPLETE |
| 4035 | 2024-08-30T18:59:02.098Z | [ recovery-image] Aug 30 18:59:00.299 INFO O| Aug 30 18:59:00.299 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4036 | 2024-08-30T18:59:02.125Z | [ recovery-image] Aug 30 18:59:00.329 INFO O| Aug 30 18:59:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
| 4037 | 2024-08-30T18:59:02.125Z | [ recovery-image] Aug 30 18:59:00.329 INFO O| Aug 30 18:59:00.329 INFO STEP 23 (remove_files) COMPLETE |
| 4038 | 2024-08-30T18:59:02.125Z | [ recovery-image] Aug 30 18:59:00.329 INFO O| Aug 30 18:59:00.329 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4039 | 2024-08-30T18:59:02.204Z | [ recovery-image] Aug 30 18:59:00.409 INFO O| Aug 30 18:59:00.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
| 4040 | 2024-08-30T18:59:02.241Z | [ recovery-image] Aug 30 18:59:00.445 INFO O| Aug 30 18:59:00.445 INFO STEP 24 (remove_files) COMPLETE |
| 4041 | 2024-08-30T18:59:02.241Z | [ recovery-image] Aug 30 18:59:00.445 INFO O| Aug 30 18:59:00.445 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4042 | 2024-08-30T18:59:02.307Z | [ recovery-image] Aug 30 18:59:00.492 INFO O| Aug 30 18:59:00.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
| 4043 | 2024-08-30T18:59:02.307Z | [ recovery-image] Aug 30 18:59:00.492 INFO O| Aug 30 18:59:00.492 INFO STEP 25 (remove_files) COMPLETE |
| 4044 | 2024-08-30T18:59:02.309Z | [ recovery-image] Aug 30 18:59:00.492 INFO O| Aug 30 18:59:00.492 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4045 | 2024-08-30T18:59:02.362Z | [ recovery-image] Aug 30 18:59:00.537 INFO O| Aug 30 18:59:00.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
| 4046 | 2024-08-30T18:59:02.362Z | [ recovery-image] Aug 30 18:59:00.537 INFO O| Aug 30 18:59:00.537 INFO STEP 26 (remove_files) COMPLETE |
| 4047 | 2024-08-30T18:59:02.365Z | [ recovery-image] Aug 30 18:59:00.538 INFO O| Aug 30 18:59:00.537 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4048 | 2024-08-30T18:59:02.365Z | [ recovery-image] Aug 30 18:59:00.559 INFO O| Aug 30 18:59:00.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
| 4049 | 2024-08-30T18:59:02.365Z | [ recovery-image] Aug 30 18:59:00.559 INFO O| Aug 30 18:59:00.559 INFO STEP 27 (remove_files) COMPLETE |
| 4050 | 2024-08-30T18:59:02.365Z | [ recovery-image] Aug 30 18:59:00.559 INFO O| Aug 30 18:59:00.559 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4051 | 2024-08-30T18:59:02.408Z | [ recovery-image] Aug 30 18:59:00.603 INFO O| Aug 30 18:59:00.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
| 4052 | 2024-08-30T18:59:02.434Z | [ recovery-image] Aug 30 18:59:00.639 INFO O| Aug 30 18:59:00.639 INFO STEP 28 (remove_files) COMPLETE |
| 4053 | 2024-08-30T18:59:02.434Z | [ recovery-image] Aug 30 18:59:00.639 INFO O| Aug 30 18:59:00.639 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4054 | 2024-08-30T18:59:02.476Z | [ recovery-image] Aug 30 18:59:00.681 INFO O| Aug 30 18:59:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
| 4055 | 2024-08-30T18:59:02.476Z | [ recovery-image] Aug 30 18:59:00.681 INFO O| Aug 30 18:59:00.681 INFO STEP 29 (remove_files) COMPLETE |
| 4056 | 2024-08-30T18:59:02.479Z | [ recovery-image] Aug 30 18:59:00.682 INFO O| Aug 30 18:59:00.681 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4057 | 2024-08-30T18:59:02.528Z | [ recovery-image] Aug 30 18:59:00.733 INFO O| Aug 30 18:59:00.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
| 4058 | 2024-08-30T18:59:02.531Z | [ recovery-image] Aug 30 18:59:00.734 INFO O| Aug 30 18:59:00.733 INFO STEP 30 (remove_files) COMPLETE |
| 4059 | 2024-08-30T18:59:02.531Z | [ recovery-image] Aug 30 18:59:00.734 INFO O| Aug 30 18:59:00.733 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4060 | 2024-08-30T18:59:02.553Z | [ recovery-image] Aug 30 18:59:00.757 INFO O| Aug 30 18:59:00.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
| 4061 | 2024-08-30T18:59:02.553Z | [ recovery-image] Aug 30 18:59:00.757 INFO O| Aug 30 18:59:00.757 INFO STEP 31 (remove_files) COMPLETE |
| 4062 | 2024-08-30T18:59:02.553Z | [ recovery-image] Aug 30 18:59:00.757 INFO O| Aug 30 18:59:00.757 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4063 | 2024-08-30T18:59:02.581Z | [ recovery-image] Aug 30 18:59:00.785 INFO O| Aug 30 18:59:00.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
| 4064 | 2024-08-30T18:59:02.583Z | [ recovery-image] Aug 30 18:59:00.786 INFO O| Aug 30 18:59:00.786 INFO STEP 32 (remove_files) COMPLETE |
| 4065 | 2024-08-30T18:59:02.583Z | [ recovery-image] Aug 30 18:59:00.786 INFO O| Aug 30 18:59:00.786 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4066 | 2024-08-30T18:59:02.635Z | [ recovery-image] Aug 30 18:59:00.840 INFO O| Aug 30 18:59:00.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
| 4067 | 2024-08-30T18:59:02.637Z | [ recovery-image] Aug 30 18:59:00.840 INFO O| Aug 30 18:59:00.840 INFO STEP 33 (remove_files) COMPLETE |
| 4068 | 2024-08-30T18:59:02.637Z | [ recovery-image] Aug 30 18:59:00.840 INFO O| Aug 30 18:59:00.840 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4069 | 2024-08-30T18:59:02.658Z | [ recovery-image] Aug 30 18:59:00.863 INFO O| Aug 30 18:59:00.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
| 4070 | 2024-08-30T18:59:02.661Z | [ recovery-image] Aug 30 18:59:00.863 INFO O| Aug 30 18:59:00.863 INFO STEP 34 (remove_files) COMPLETE |
| 4071 | 2024-08-30T18:59:02.661Z | [ recovery-image] Aug 30 18:59:00.864 INFO O| Aug 30 18:59:00.864 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4072 | 2024-08-30T18:59:02.677Z | [ recovery-image] Aug 30 18:59:00.882 INFO O| Aug 30 18:59:00.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
| 4073 | 2024-08-30T18:59:02.680Z | [ recovery-image] Aug 30 18:59:00.883 INFO O| Aug 30 18:59:00.883 INFO STEP 35 (remove_files) COMPLETE |
| 4074 | 2024-08-30T18:59:02.680Z | [ recovery-image] Aug 30 18:59:00.883 INFO O| Aug 30 18:59:00.883 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4075 | 2024-08-30T18:59:02.736Z | [ recovery-image] Aug 30 18:59:00.940 INFO O| Aug 30 18:59:00.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
| 4076 | 2024-08-30T18:59:02.736Z | [ recovery-image] Aug 30 18:59:00.940 INFO O| Aug 30 18:59:00.940 INFO STEP 36 (remove_files) COMPLETE |
| 4077 | 2024-08-30T18:59:02.736Z | [ recovery-image] Aug 30 18:59:00.940 INFO O| Aug 30 18:59:00.940 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4078 | 2024-08-30T18:59:02.782Z | [ recovery-image] Aug 30 18:59:00.986 INFO O| Aug 30 18:59:00.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
| 4079 | 2024-08-30T18:59:02.789Z | [ recovery-image] Aug 30 18:59:00.993 INFO O| Aug 30 18:59:00.993 INFO STEP 37 (remove_files) COMPLETE |
| 4080 | 2024-08-30T18:59:02.789Z | [ recovery-image] Aug 30 18:59:00.993 INFO O| Aug 30 18:59:00.993 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4081 | 2024-08-30T18:59:02.809Z | [ recovery-image] Aug 30 18:59:01.013 INFO O| Aug 30 18:59:01.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
| 4082 | 2024-08-30T18:59:02.809Z | [ recovery-image] Aug 30 18:59:01.013 INFO O| Aug 30 18:59:01.013 INFO STEP 38 (remove_files) COMPLETE |
| 4083 | 2024-08-30T18:59:02.809Z | [ recovery-image] Aug 30 18:59:01.013 INFO O| Aug 30 18:59:01.013 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4084 | 2024-08-30T18:59:02.828Z | [ recovery-image] Aug 30 18:59:01.032 INFO O| Aug 30 18:59:01.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
| 4085 | 2024-08-30T18:59:02.828Z | [ recovery-image] Aug 30 18:59:01.033 INFO O| Aug 30 18:59:01.033 INFO STEP 39 (remove_files) COMPLETE |
| 4086 | 2024-08-30T18:59:02.830Z | [ recovery-image] Aug 30 18:59:01.033 INFO O| Aug 30 18:59:01.033 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4087 | 2024-08-30T18:59:02.849Z | [ recovery-image] Aug 30 18:59:01.053 INFO O| Aug 30 18:59:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
| 4088 | 2024-08-30T18:59:02.849Z | [ recovery-image] Aug 30 18:59:01.054 INFO O| Aug 30 18:59:01.054 INFO STEP 40 (remove_files) COMPLETE |
| 4089 | 2024-08-30T18:59:02.851Z | [ recovery-image] Aug 30 18:59:01.054 INFO O| Aug 30 18:59:01.054 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4090 | 2024-08-30T18:59:02.869Z | [ recovery-image] Aug 30 18:59:01.074 INFO O| Aug 30 18:59:01.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
| 4091 | 2024-08-30T18:59:02.871Z | [ recovery-image] Aug 30 18:59:01.074 INFO O| Aug 30 18:59:01.074 INFO STEP 41 (remove_files) COMPLETE |
| 4092 | 2024-08-30T18:59:02.871Z | [ recovery-image] Aug 30 18:59:01.074 INFO O| Aug 30 18:59:01.074 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4093 | 2024-08-30T18:59:02.890Z | [ recovery-image] Aug 30 18:59:01.094 INFO O| Aug 30 18:59:01.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
| 4094 | 2024-08-30T18:59:02.890Z | [ recovery-image] Aug 30 18:59:01.094 INFO O| Aug 30 18:59:01.094 INFO STEP 42 (remove_files) COMPLETE |
| 4095 | 2024-08-30T18:59:02.890Z | [ recovery-image] Aug 30 18:59:01.094 INFO O| Aug 30 18:59:01.094 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4096 | 2024-08-30T18:59:02.921Z | [ recovery-image] Aug 30 18:59:01.125 INFO O| Aug 30 18:59:01.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
| 4097 | 2024-08-30T18:59:02.921Z | [ recovery-image] Aug 30 18:59:01.126 INFO O| Aug 30 18:59:01.126 INFO STEP 43 (remove_files) COMPLETE |
| 4098 | 2024-08-30T18:59:02.921Z | [ recovery-image] Aug 30 18:59:01.126 INFO O| Aug 30 18:59:01.126 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4099 | 2024-08-30T18:59:02.939Z | [ recovery-image] Aug 30 18:59:01.144 INFO O| Aug 30 18:59:01.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
| 4100 | 2024-08-30T18:59:02.940Z | [ recovery-image] Aug 30 18:59:01.144 INFO O| Aug 30 18:59:01.144 INFO STEP 44 (remove_files) COMPLETE |
| 4101 | 2024-08-30T18:59:02.940Z | [ recovery-image] Aug 30 18:59:01.144 INFO O| Aug 30 18:59:01.144 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4102 | 2024-08-30T18:59:02.983Z | [ recovery-image] Aug 30 18:59:01.176 INFO O| Aug 30 18:59:01.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
| 4103 | 2024-08-30T18:59:02.983Z | [ recovery-image] Aug 30 18:59:01.176 INFO O| Aug 30 18:59:01.176 INFO STEP 45 (remove_files) COMPLETE |
| 4104 | 2024-08-30T18:59:02.986Z | [ recovery-image] Aug 30 18:59:01.176 INFO O| Aug 30 18:59:01.176 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4105 | 2024-08-30T18:59:03.005Z | [ recovery-image] Aug 30 18:59:01.210 INFO O| Aug 30 18:59:01.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
| 4106 | 2024-08-30T18:59:03.008Z | [ recovery-image] Aug 30 18:59:01.210 INFO O| Aug 30 18:59:01.210 INFO STEP 46 (remove_files) COMPLETE |
| 4107 | 2024-08-30T18:59:03.008Z | [ recovery-image] Aug 30 18:59:01.211 INFO O| Aug 30 18:59:01.210 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4108 | 2024-08-30T18:59:03.035Z | [ recovery-image] Aug 30 18:59:01.240 INFO O| Aug 30 18:59:01.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
| 4109 | 2024-08-30T18:59:03.035Z | [ recovery-image] Aug 30 18:59:01.240 INFO O| Aug 30 18:59:01.240 INFO STEP 47 (remove_files) COMPLETE |
| 4110 | 2024-08-30T18:59:03.035Z | [ recovery-image] Aug 30 18:59:01.240 INFO O| Aug 30 18:59:01.240 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4111 | 2024-08-30T18:59:03.064Z | [ recovery-image] Aug 30 18:59:01.268 INFO O| Aug 30 18:59:01.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
| 4112 | 2024-08-30T18:59:03.064Z | [ recovery-image] Aug 30 18:59:01.268 INFO O| Aug 30 18:59:01.268 INFO STEP 48 (remove_files) COMPLETE |
| 4113 | 2024-08-30T18:59:03.064Z | [ recovery-image] Aug 30 18:59:01.268 INFO O| Aug 30 18:59:01.268 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4114 | 2024-08-30T18:59:03.101Z | [ recovery-image] Aug 30 18:59:01.306 INFO O| Aug 30 18:59:01.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
| 4115 | 2024-08-30T18:59:03.103Z | [ recovery-image] Aug 30 18:59:01.306 INFO O| Aug 30 18:59:01.306 INFO STEP 49 (remove_files) COMPLETE |
| 4116 | 2024-08-30T18:59:03.104Z | [ recovery-image] Aug 30 18:59:01.306 INFO O| Aug 30 18:59:01.306 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4117 | 2024-08-30T18:59:03.118Z | [ recovery-image] Aug 30 18:59:01.323 INFO O| Aug 30 18:59:01.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4118 | 2024-08-30T18:59:03.118Z | [ recovery-image] Aug 30 18:59:01.323 INFO O| Aug 30 18:59:01.323 INFO STEP 50 (remove_files) COMPLETE |
| 4119 | 2024-08-30T18:59:03.121Z | [ recovery-image] Aug 30 18:59:01.323 INFO O| Aug 30 18:59:01.323 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4120 | 2024-08-30T18:59:03.175Z | [ recovery-image] Aug 30 18:59:01.380 INFO O| Aug 30 18:59:01.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
| 4121 | 2024-08-30T18:59:03.176Z | [ recovery-image] Aug 30 18:59:01.380 INFO O| Aug 30 18:59:01.380 INFO STEP 51 (remove_files) COMPLETE |
| 4122 | 2024-08-30T18:59:03.176Z | [ recovery-image] Aug 30 18:59:01.380 INFO O| Aug 30 18:59:01.380 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4123 | 2024-08-30T18:59:03.226Z | [ recovery-image] Aug 30 18:59:01.430 INFO O| Aug 30 18:59:01.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
| 4124 | 2024-08-30T18:59:03.226Z | [ recovery-image] Aug 30 18:59:01.430 INFO O| Aug 30 18:59:01.430 INFO STEP 52 (remove_files) COMPLETE |
| 4125 | 2024-08-30T18:59:03.226Z | [ recovery-image] Aug 30 18:59:01.430 INFO O| Aug 30 18:59:01.430 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4126 | 2024-08-30T18:59:03.245Z | [ recovery-image] Aug 30 18:59:01.449 INFO O| Aug 30 18:59:01.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
| 4127 | 2024-08-30T18:59:03.260Z | [ recovery-image] Aug 30 18:59:01.465 INFO O| Aug 30 18:59:01.465 INFO STEP 53 (remove_files) COMPLETE |
| 4128 | 2024-08-30T18:59:03.260Z | [ recovery-image] Aug 30 18:59:01.465 INFO O| Aug 30 18:59:01.465 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4129 | 2024-08-30T18:59:03.282Z | [ recovery-image] Aug 30 18:59:01.487 INFO O| Aug 30 18:59:01.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
| 4130 | 2024-08-30T18:59:03.285Z | [ recovery-image] Aug 30 18:59:01.489 INFO O| Aug 30 18:59:01.489 INFO STEP 54 (remove_files) COMPLETE |
| 4131 | 2024-08-30T18:59:03.285Z | [ recovery-image] Aug 30 18:59:01.489 INFO O| Aug 30 18:59:01.489 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4132 | 2024-08-30T18:59:03.309Z | [ recovery-image] Aug 30 18:59:01.513 INFO O| Aug 30 18:59:01.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
| 4133 | 2024-08-30T18:59:03.309Z | [ recovery-image] Aug 30 18:59:01.514 INFO O| Aug 30 18:59:01.513 INFO STEP 55 (remove_files) COMPLETE |
| 4134 | 2024-08-30T18:59:03.311Z | [ recovery-image] Aug 30 18:59:01.514 INFO O| Aug 30 18:59:01.514 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4135 | 2024-08-30T18:59:03.329Z | [ recovery-image] Aug 30 18:59:01.534 INFO O| Aug 30 18:59:01.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
| 4136 | 2024-08-30T18:59:03.332Z | [ recovery-image] Aug 30 18:59:01.534 INFO O| Aug 30 18:59:01.534 INFO STEP 56 (remove_files) COMPLETE |
| 4137 | 2024-08-30T18:59:03.332Z | [ recovery-image] Aug 30 18:59:01.534 INFO O| Aug 30 18:59:01.534 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4138 | 2024-08-30T18:59:03.351Z | [ recovery-image] Aug 30 18:59:01.556 INFO O| Aug 30 18:59:01.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
| 4139 | 2024-08-30T18:59:03.353Z | [ recovery-image] Aug 30 18:59:01.556 INFO O| Aug 30 18:59:01.556 INFO STEP 57 (remove_files) COMPLETE |
| 4140 | 2024-08-30T18:59:03.353Z | [ recovery-image] Aug 30 18:59:01.556 INFO O| Aug 30 18:59:01.556 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4141 | 2024-08-30T18:59:03.370Z | [ recovery-image] Aug 30 18:59:01.575 INFO O| Aug 30 18:59:01.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
| 4142 | 2024-08-30T18:59:03.370Z | [ recovery-image] Aug 30 18:59:01.575 INFO O| Aug 30 18:59:01.575 INFO STEP 58 (remove_files) COMPLETE |
| 4143 | 2024-08-30T18:59:03.370Z | [ recovery-image] Aug 30 18:59:01.575 INFO O| Aug 30 18:59:01.575 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4144 | 2024-08-30T18:59:03.389Z | [ recovery-image] Aug 30 18:59:01.593 INFO O| Aug 30 18:59:01.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
| 4145 | 2024-08-30T18:59:03.389Z | [ recovery-image] Aug 30 18:59:01.593 INFO O| Aug 30 18:59:01.593 INFO STEP 59 (remove_files) COMPLETE |
| 4146 | 2024-08-30T18:59:03.389Z | [ recovery-image] Aug 30 18:59:01.593 INFO O| Aug 30 18:59:01.593 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4147 | 2024-08-30T18:59:03.414Z | [ recovery-image] Aug 30 18:59:01.619 INFO O| Aug 30 18:59:01.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
| 4148 | 2024-08-30T18:59:03.418Z | [ recovery-image] Aug 30 18:59:01.623 INFO O| Aug 30 18:59:01.623 INFO STEP 60 (remove_files) COMPLETE |
| 4149 | 2024-08-30T18:59:03.420Z | [ recovery-image] Aug 30 18:59:01.623 INFO O| Aug 30 18:59:01.623 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4150 | 2024-08-30T18:59:03.448Z | [ recovery-image] Aug 30 18:59:01.652 INFO O| Aug 30 18:59:01.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
| 4151 | 2024-08-30T18:59:03.448Z | [ recovery-image] Aug 30 18:59:01.652 INFO O| Aug 30 18:59:01.652 INFO STEP 61 (remove_files) COMPLETE |
| 4152 | 2024-08-30T18:59:03.448Z | [ recovery-image] Aug 30 18:59:01.652 INFO O| Aug 30 18:59:01.652 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4153 | 2024-08-30T18:59:03.468Z | [ recovery-image] Aug 30 18:59:01.672 INFO O| Aug 30 18:59:01.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
| 4154 | 2024-08-30T18:59:03.468Z | [ recovery-image] Aug 30 18:59:01.672 INFO O| Aug 30 18:59:01.672 INFO STEP 62 (remove_files) COMPLETE |
| 4155 | 2024-08-30T18:59:03.468Z | [ recovery-image] Aug 30 18:59:01.673 INFO O| Aug 30 18:59:01.672 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4156 | 2024-08-30T18:59:03.486Z | [ recovery-image] Aug 30 18:59:01.691 INFO O| Aug 30 18:59:01.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
| 4157 | 2024-08-30T18:59:03.486Z | [ recovery-image] Aug 30 18:59:01.691 INFO O| Aug 30 18:59:01.691 INFO STEP 63 (remove_files) COMPLETE |
| 4158 | 2024-08-30T18:59:03.489Z | [ recovery-image] Aug 30 18:59:01.691 INFO O| Aug 30 18:59:01.691 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4159 | 2024-08-30T18:59:03.543Z | [ recovery-image] Aug 30 18:59:01.748 INFO O| Aug 30 18:59:01.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
| 4160 | 2024-08-30T18:59:03.543Z | [ recovery-image] Aug 30 18:59:01.748 INFO O| Aug 30 18:59:01.748 INFO STEP 64 (remove_files) COMPLETE |
| 4161 | 2024-08-30T18:59:03.546Z | [ recovery-image] Aug 30 18:59:01.748 INFO O| Aug 30 18:59:01.748 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4162 | 2024-08-30T18:59:03.563Z | [ recovery-image] Aug 30 18:59:01.768 INFO O| Aug 30 18:59:01.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
| 4163 | 2024-08-30T18:59:03.563Z | [ recovery-image] Aug 30 18:59:01.768 INFO O| Aug 30 18:59:01.768 INFO STEP 65 (remove_files) COMPLETE |
| 4164 | 2024-08-30T18:59:03.566Z | [ recovery-image] Aug 30 18:59:01.768 INFO O| Aug 30 18:59:01.768 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4165 | 2024-08-30T18:59:03.583Z | [ recovery-image] Aug 30 18:59:01.788 INFO O| Aug 30 18:59:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
| 4166 | 2024-08-30T18:59:03.583Z | [ recovery-image] Aug 30 18:59:01.788 INFO O| Aug 30 18:59:01.788 INFO STEP 66 (remove_files) COMPLETE |
| 4167 | 2024-08-30T18:59:03.583Z | [ recovery-image] Aug 30 18:59:01.788 INFO O| Aug 30 18:59:01.788 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4168 | 2024-08-30T18:59:03.601Z | [ recovery-image] Aug 30 18:59:01.805 INFO O| Aug 30 18:59:01.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
| 4169 | 2024-08-30T18:59:03.601Z | [ recovery-image] Aug 30 18:59:01.805 INFO O| Aug 30 18:59:01.805 INFO STEP 67 (remove_files) COMPLETE |
| 4170 | 2024-08-30T18:59:03.601Z | [ recovery-image] Aug 30 18:59:01.805 INFO O| Aug 30 18:59:01.805 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4171 | 2024-08-30T18:59:03.619Z | [ recovery-image] Aug 30 18:59:01.823 INFO O| Aug 30 18:59:01.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
| 4172 | 2024-08-30T18:59:03.622Z | [ recovery-image] Aug 30 18:59:01.824 INFO O| Aug 30 18:59:01.823 INFO STEP 68 (remove_files) COMPLETE |
| 4173 | 2024-08-30T18:59:03.622Z | [ recovery-image] Aug 30 18:59:01.824 INFO O| Aug 30 18:59:01.824 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4174 | 2024-08-30T18:59:03.658Z | [ recovery-image] Aug 30 18:59:01.862 INFO O| Aug 30 18:59:01.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
| 4175 | 2024-08-30T18:59:03.658Z | [ recovery-image] Aug 30 18:59:01.862 INFO O| Aug 30 18:59:01.862 INFO STEP 69 (remove_files) COMPLETE |
| 4176 | 2024-08-30T18:59:03.660Z | [ recovery-image] Aug 30 18:59:01.862 INFO O| Aug 30 18:59:01.862 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4177 | 2024-08-30T18:59:03.694Z | [ recovery-image] Aug 30 18:59:01.897 INFO O| Aug 30 18:59:01.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
| 4178 | 2024-08-30T18:59:03.694Z | [ recovery-image] Aug 30 18:59:01.897 INFO O| Aug 30 18:59:01.897 INFO STEP 70 (remove_files) COMPLETE |
| 4179 | 2024-08-30T18:59:03.694Z | [ recovery-image] Aug 30 18:59:01.898 INFO O| Aug 30 18:59:01.897 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4180 | 2024-08-30T18:59:03.756Z | [ recovery-image] Aug 30 18:59:01.961 INFO O| Aug 30 18:59:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
| 4181 | 2024-08-30T18:59:03.756Z | [ recovery-image] Aug 30 18:59:01.961 INFO O| Aug 30 18:59:01.961 INFO STEP 71 (remove_files) COMPLETE |
| 4182 | 2024-08-30T18:59:03.756Z | [ recovery-image] Aug 30 18:59:01.961 INFO O| Aug 30 18:59:01.961 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4183 | 2024-08-30T18:59:03.775Z | [ recovery-image] Aug 30 18:59:01.980 INFO O| Aug 30 18:59:01.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
| 4184 | 2024-08-30T18:59:03.775Z | [ recovery-image] Aug 30 18:59:01.980 INFO O| Aug 30 18:59:01.980 INFO STEP 72 (remove_files) COMPLETE |
| 4185 | 2024-08-30T18:59:03.776Z | [ recovery-image] Aug 30 18:59:01.980 INFO O| Aug 30 18:59:01.980 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4186 | 2024-08-30T18:59:03.803Z | [ recovery-image] Aug 30 18:59:02.008 INFO O| Aug 30 18:59:02.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
| 4187 | 2024-08-30T18:59:03.816Z | [ recovery-image] Aug 30 18:59:02.021 INFO O| Aug 30 18:59:02.021 INFO STEP 73 (remove_files) COMPLETE |
| 4188 | 2024-08-30T18:59:03.816Z | [ recovery-image] Aug 30 18:59:02.021 INFO O| Aug 30 18:59:02.021 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4189 | 2024-08-30T18:59:03.853Z | [ recovery-image] Aug 30 18:59:02.057 INFO O| Aug 30 18:59:02.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
| 4190 | 2024-08-30T18:59:03.855Z | [ recovery-image] Aug 30 18:59:02.058 INFO O| Aug 30 18:59:02.057 INFO STEP 74 (remove_files) COMPLETE |
| 4191 | 2024-08-30T18:59:03.855Z | [ recovery-image] Aug 30 18:59:02.058 INFO O| Aug 30 18:59:02.057 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4192 | 2024-08-30T18:59:03.874Z | [ recovery-image] Aug 30 18:59:02.078 INFO O| Aug 30 18:59:02.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
| 4193 | 2024-08-30T18:59:03.874Z | [ recovery-image] Aug 30 18:59:02.078 INFO O| Aug 30 18:59:02.078 INFO STEP 75 (remove_files) COMPLETE |
| 4194 | 2024-08-30T18:59:03.877Z | [ recovery-image] Aug 30 18:59:02.078 INFO O| Aug 30 18:59:02.078 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4195 | 2024-08-30T18:59:03.898Z | [ recovery-image] Aug 30 18:59:02.103 INFO O| Aug 30 18:59:02.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
| 4196 | 2024-08-30T18:59:03.898Z | [ recovery-image] Aug 30 18:59:02.103 INFO O| Aug 30 18:59:02.103 INFO STEP 76 (remove_files) COMPLETE |
| 4197 | 2024-08-30T18:59:03.901Z | [ recovery-image] Aug 30 18:59:02.103 INFO O| Aug 30 18:59:02.103 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4198 | 2024-08-30T18:59:03.924Z | [ recovery-image] Aug 30 18:59:02.129 INFO O| Aug 30 18:59:02.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
| 4199 | 2024-08-30T18:59:03.924Z | [ recovery-image] Aug 30 18:59:02.129 INFO O| Aug 30 18:59:02.129 INFO STEP 77 (remove_files) COMPLETE |
| 4200 | 2024-08-30T18:59:03.927Z | [ recovery-image] Aug 30 18:59:02.129 INFO O| Aug 30 18:59:02.129 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4201 | 2024-08-30T18:59:03.962Z | [ recovery-image] Aug 30 18:59:02.166 INFO O| Aug 30 18:59:02.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
| 4202 | 2024-08-30T18:59:03.964Z | [ recovery-image] Aug 30 18:59:02.167 INFO O| Aug 30 18:59:02.166 INFO STEP 78 (remove_files) COMPLETE |
| 4203 | 2024-08-30T18:59:03.964Z | [ recovery-image] Aug 30 18:59:02.167 INFO O| Aug 30 18:59:02.167 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4204 | 2024-08-30T18:59:03.999Z | [ recovery-image] Aug 30 18:59:02.204 INFO O| Aug 30 18:59:02.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
| 4205 | 2024-08-30T18:59:04.002Z | [ recovery-image] Aug 30 18:59:02.204 INFO O| Aug 30 18:59:02.204 INFO STEP 79 (remove_files) COMPLETE |
| 4206 | 2024-08-30T18:59:04.002Z | [ recovery-image] Aug 30 18:59:02.204 INFO O| Aug 30 18:59:02.204 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4207 | 2024-08-30T18:59:04.057Z | [ recovery-image] Aug 30 18:59:02.262 INFO O| Aug 30 18:59:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
| 4208 | 2024-08-30T18:59:04.060Z | [ recovery-image] Aug 30 18:59:02.265 INFO O| Aug 30 18:59:02.264 INFO STEP 80 (remove_files) COMPLETE |
| 4209 | 2024-08-30T18:59:04.060Z | [ recovery-image] Aug 30 18:59:02.265 INFO O| Aug 30 18:59:02.264 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4210 | 2024-08-30T18:59:04.095Z | [ recovery-image] Aug 30 18:59:02.300 INFO O| Aug 30 18:59:02.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
| 4211 | 2024-08-30T18:59:04.095Z | [ recovery-image] Aug 30 18:59:02.300 INFO O| Aug 30 18:59:02.300 INFO STEP 81 (remove_files) COMPLETE |
| 4212 | 2024-08-30T18:59:04.095Z | [ recovery-image] Aug 30 18:59:02.300 INFO O| Aug 30 18:59:02.300 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4213 | 2024-08-30T18:59:04.113Z | [ recovery-image] Aug 30 18:59:02.318 INFO O| Aug 30 18:59:02.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
| 4214 | 2024-08-30T18:59:04.114Z | [ recovery-image] Aug 30 18:59:02.318 INFO O| Aug 30 18:59:02.318 INFO STEP 82 (remove_files) COMPLETE |
| 4215 | 2024-08-30T18:59:04.116Z | [ recovery-image] Aug 30 18:59:02.318 INFO O| Aug 30 18:59:02.318 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4216 | 2024-08-30T18:59:04.141Z | [ recovery-image] Aug 30 18:59:02.345 INFO O| Aug 30 18:59:02.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
| 4217 | 2024-08-30T18:59:04.143Z | [ recovery-image] Aug 30 18:59:02.345 INFO O| Aug 30 18:59:02.345 INFO STEP 83 (remove_files) COMPLETE |
| 4218 | 2024-08-30T18:59:04.143Z | [ recovery-image] Aug 30 18:59:02.346 INFO O| Aug 30 18:59:02.345 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4219 | 2024-08-30T18:59:04.202Z | [ recovery-image] Aug 30 18:59:02.406 INFO O| Aug 30 18:59:02.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
| 4220 | 2024-08-30T18:59:04.202Z | [ recovery-image] Aug 30 18:59:02.407 INFO O| Aug 30 18:59:02.407 INFO STEP 84 (remove_files) COMPLETE |
| 4221 | 2024-08-30T18:59:04.202Z | [ recovery-image] Aug 30 18:59:02.407 INFO O| Aug 30 18:59:02.407 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4222 | 2024-08-30T18:59:04.225Z | [ recovery-image] Aug 30 18:59:02.429 INFO O| Aug 30 18:59:02.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
| 4223 | 2024-08-30T18:59:04.225Z | [ recovery-image] Aug 30 18:59:02.429 INFO O| Aug 30 18:59:02.429 INFO STEP 85 (remove_files) COMPLETE |
| 4224 | 2024-08-30T18:59:04.227Z | [ recovery-image] Aug 30 18:59:02.429 INFO O| Aug 30 18:59:02.429 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4225 | 2024-08-30T18:59:04.246Z | [ recovery-image] Aug 30 18:59:02.451 INFO O| Aug 30 18:59:02.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
| 4226 | 2024-08-30T18:59:04.246Z | [ recovery-image] Aug 30 18:59:02.451 INFO O| Aug 30 18:59:02.451 INFO STEP 86 (remove_files) COMPLETE |
| 4227 | 2024-08-30T18:59:04.249Z | [ recovery-image] Aug 30 18:59:02.451 INFO O| Aug 30 18:59:02.451 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4228 | 2024-08-30T18:59:04.268Z | [ recovery-image] Aug 30 18:59:02.473 INFO O| Aug 30 18:59:02.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
| 4229 | 2024-08-30T18:59:04.295Z | [ recovery-image] Aug 30 18:59:02.499 INFO O| Aug 30 18:59:02.499 INFO STEP 87 (remove_files) COMPLETE |
| 4230 | 2024-08-30T18:59:04.295Z | [ recovery-image] Aug 30 18:59:02.499 INFO O| Aug 30 18:59:02.499 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4231 | 2024-08-30T18:59:04.319Z | [ recovery-image] Aug 30 18:59:02.523 INFO O| Aug 30 18:59:02.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
| 4232 | 2024-08-30T18:59:04.319Z | [ recovery-image] Aug 30 18:59:02.523 INFO O| Aug 30 18:59:02.523 INFO STEP 88 (remove_files) COMPLETE |
| 4233 | 2024-08-30T18:59:04.319Z | [ recovery-image] Aug 30 18:59:02.523 INFO O| Aug 30 18:59:02.523 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4234 | 2024-08-30T18:59:04.359Z | [ recovery-image] Aug 30 18:59:02.564 INFO O| Aug 30 18:59:02.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
| 4235 | 2024-08-30T18:59:04.384Z | [ recovery-image] Aug 30 18:59:02.588 INFO O| Aug 30 18:59:02.588 INFO STEP 89 (remove_files) COMPLETE |
| 4236 | 2024-08-30T18:59:04.384Z | [ recovery-image] Aug 30 18:59:02.588 INFO O| Aug 30 18:59:02.588 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4237 | 2024-08-30T18:59:04.444Z | [ recovery-image] Aug 30 18:59:02.649 INFO O| Aug 30 18:59:02.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
| 4238 | 2024-08-30T18:59:04.444Z | [ recovery-image] Aug 30 18:59:02.649 INFO O| Aug 30 18:59:02.649 INFO STEP 90 (remove_files) COMPLETE |
| 4239 | 2024-08-30T18:59:04.447Z | [ recovery-image] Aug 30 18:59:02.649 INFO O| Aug 30 18:59:02.649 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4240 | 2024-08-30T18:59:04.467Z | [ recovery-image] Aug 30 18:59:02.672 INFO O| Aug 30 18:59:02.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
| 4241 | 2024-08-30T18:59:04.470Z | [ recovery-image] Aug 30 18:59:02.672 INFO O| Aug 30 18:59:02.672 INFO STEP 91 (remove_files) COMPLETE |
| 4242 | 2024-08-30T18:59:04.470Z | [ recovery-image] Aug 30 18:59:02.672 INFO O| Aug 30 18:59:02.672 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4243 | 2024-08-30T18:59:04.488Z | [ recovery-image] Aug 30 18:59:02.693 INFO O| Aug 30 18:59:02.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
| 4244 | 2024-08-30T18:59:04.504Z | [ recovery-image] Aug 30 18:59:02.708 INFO O| Aug 30 18:59:02.708 INFO STEP 92 (remove_files) COMPLETE |
| 4245 | 2024-08-30T18:59:04.504Z | [ recovery-image] Aug 30 18:59:02.708 INFO O| Aug 30 18:59:02.708 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4246 | 2024-08-30T18:59:04.533Z | [ recovery-image] Aug 30 18:59:02.738 INFO O| Aug 30 18:59:02.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
| 4247 | 2024-08-30T18:59:04.536Z | [ recovery-image] Aug 30 18:59:02.738 INFO O| Aug 30 18:59:02.738 INFO STEP 93 (remove_files) COMPLETE |
| 4248 | 2024-08-30T18:59:04.536Z | [ recovery-image] Aug 30 18:59:02.738 INFO O| Aug 30 18:59:02.738 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4249 | 2024-08-30T18:59:04.559Z | [ recovery-image] Aug 30 18:59:02.763 INFO O| Aug 30 18:59:02.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
| 4250 | 2024-08-30T18:59:04.559Z | [ recovery-image] Aug 30 18:59:02.764 INFO O| Aug 30 18:59:02.763 INFO STEP 94 (remove_files) COMPLETE |
| 4251 | 2024-08-30T18:59:04.561Z | [ recovery-image] Aug 30 18:59:02.764 INFO O| Aug 30 18:59:02.764 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4252 | 2024-08-30T18:59:04.599Z | [ recovery-image] Aug 30 18:59:02.804 INFO O| Aug 30 18:59:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
| 4253 | 2024-08-30T18:59:04.601Z | [ recovery-image] Aug 30 18:59:02.804 INFO O| Aug 30 18:59:02.804 INFO STEP 95 (remove_files) COMPLETE |
| 4254 | 2024-08-30T18:59:04.602Z | [ recovery-image] Aug 30 18:59:02.804 INFO O| Aug 30 18:59:02.804 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4255 | 2024-08-30T18:59:04.619Z | [ recovery-image] Aug 30 18:59:02.823 INFO O| Aug 30 18:59:02.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
| 4256 | 2024-08-30T18:59:04.621Z | [ recovery-image] Aug 30 18:59:02.823 INFO O| Aug 30 18:59:02.823 INFO STEP 96 (remove_files) COMPLETE |
| 4257 | 2024-08-30T18:59:04.621Z | [ recovery-image] Aug 30 18:59:02.823 INFO O| Aug 30 18:59:02.823 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4258 | 2024-08-30T18:59:04.643Z | [ recovery-image] Aug 30 18:59:02.847 INFO O| Aug 30 18:59:02.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
| 4259 | 2024-08-30T18:59:04.643Z | [ recovery-image] Aug 30 18:59:02.847 INFO O| Aug 30 18:59:02.847 INFO STEP 97 (remove_files) COMPLETE |
| 4260 | 2024-08-30T18:59:04.645Z | [ recovery-image] Aug 30 18:59:02.847 INFO O| Aug 30 18:59:02.847 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4261 | 2024-08-30T18:59:04.662Z | [ recovery-image] Aug 30 18:59:02.866 INFO O| Aug 30 18:59:02.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
| 4262 | 2024-08-30T18:59:04.662Z | [ recovery-image] Aug 30 18:59:02.867 INFO O| Aug 30 18:59:02.867 INFO STEP 98 (remove_files) COMPLETE |
| 4263 | 2024-08-30T18:59:04.664Z | [ recovery-image] Aug 30 18:59:02.867 INFO O| Aug 30 18:59:02.867 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4264 | 2024-08-30T18:59:04.680Z | [ recovery-image] Aug 30 18:59:02.884 INFO O| Aug 30 18:59:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
| 4265 | 2024-08-30T18:59:04.680Z | [ recovery-image] Aug 30 18:59:02.884 INFO O| Aug 30 18:59:02.884 INFO STEP 99 (remove_files) COMPLETE |
| 4266 | 2024-08-30T18:59:04.680Z | [ recovery-image] Aug 30 18:59:02.884 INFO O| Aug 30 18:59:02.884 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4267 | 2024-08-30T18:59:04.717Z | [ recovery-image] Aug 30 18:59:02.922 INFO O| Aug 30 18:59:02.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
| 4268 | 2024-08-30T18:59:04.717Z | [ recovery-image] Aug 30 18:59:02.922 INFO O| Aug 30 18:59:02.922 INFO STEP 100 (remove_files) COMPLETE |
| 4269 | 2024-08-30T18:59:04.720Z | [ recovery-image] Aug 30 18:59:02.922 INFO O| Aug 30 18:59:02.922 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4270 | 2024-08-30T18:59:04.744Z | [ recovery-image] Aug 30 18:59:02.948 INFO O| Aug 30 18:59:02.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
| 4271 | 2024-08-30T18:59:04.744Z | [ recovery-image] Aug 30 18:59:02.948 INFO O| Aug 30 18:59:02.948 INFO STEP 101 (remove_files) COMPLETE |
| 4272 | 2024-08-30T18:59:04.744Z | [ recovery-image] Aug 30 18:59:02.948 INFO O| Aug 30 18:59:02.948 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4273 | 2024-08-30T18:59:04.777Z | [ recovery-image] Aug 30 18:59:02.981 INFO O| Aug 30 18:59:02.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
| 4274 | 2024-08-30T18:59:04.777Z | [ recovery-image] Aug 30 18:59:02.982 INFO O| Aug 30 18:59:02.982 INFO STEP 102 (remove_files) COMPLETE |
| 4275 | 2024-08-30T18:59:04.780Z | [ recovery-image] Aug 30 18:59:02.982 INFO O| Aug 30 18:59:02.982 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4276 | 2024-08-30T18:59:04.798Z | [ recovery-image] Aug 30 18:59:03.003 INFO O| Aug 30 18:59:03.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
| 4277 | 2024-08-30T18:59:04.801Z | [ recovery-image] Aug 30 18:59:03.003 INFO O| Aug 30 18:59:03.003 INFO STEP 103 (remove_files) COMPLETE |
| 4278 | 2024-08-30T18:59:04.801Z | [ recovery-image] Aug 30 18:59:03.003 INFO O| Aug 30 18:59:03.003 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4279 | 2024-08-30T18:59:04.824Z | [ recovery-image] Aug 30 18:59:03.029 INFO O| Aug 30 18:59:03.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
| 4280 | 2024-08-30T18:59:04.824Z | [ recovery-image] Aug 30 18:59:03.029 INFO O| Aug 30 18:59:03.029 INFO STEP 104 (remove_files) COMPLETE |
| 4281 | 2024-08-30T18:59:04.824Z | [ recovery-image] Aug 30 18:59:03.029 INFO O| Aug 30 18:59:03.029 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4282 | 2024-08-30T18:59:04.850Z | [ recovery-image] Aug 30 18:59:03.054 INFO O| Aug 30 18:59:03.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
| 4283 | 2024-08-30T18:59:04.854Z | [ recovery-image] Aug 30 18:59:03.058 INFO O| Aug 30 18:59:03.058 INFO STEP 105 (remove_files) COMPLETE |
| 4284 | 2024-08-30T18:59:04.854Z | [ recovery-image] Aug 30 18:59:03.058 INFO O| Aug 30 18:59:03.058 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4285 | 2024-08-30T18:59:04.873Z | [ recovery-image] Aug 30 18:59:03.078 INFO O| Aug 30 18:59:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
| 4286 | 2024-08-30T18:59:04.873Z | [ recovery-image] Aug 30 18:59:03.078 INFO O| Aug 30 18:59:03.078 INFO STEP 106 (remove_files) COMPLETE |
| 4287 | 2024-08-30T18:59:04.876Z | [ recovery-image] Aug 30 18:59:03.078 INFO O| Aug 30 18:59:03.078 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4288 | 2024-08-30T18:59:04.891Z | [ recovery-image] Aug 30 18:59:03.096 INFO O| Aug 30 18:59:03.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
| 4289 | 2024-08-30T18:59:04.891Z | [ recovery-image] Aug 30 18:59:03.096 INFO O| Aug 30 18:59:03.096 INFO STEP 107 (remove_files) COMPLETE |
| 4290 | 2024-08-30T18:59:04.894Z | [ recovery-image] Aug 30 18:59:03.096 INFO O| Aug 30 18:59:03.096 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4291 | 2024-08-30T18:59:04.908Z | [ recovery-image] Aug 30 18:59:03.113 INFO O| Aug 30 18:59:03.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
| 4292 | 2024-08-30T18:59:04.908Z | [ recovery-image] Aug 30 18:59:03.113 INFO O| Aug 30 18:59:03.113 INFO STEP 108 (remove_files) COMPLETE |
| 4293 | 2024-08-30T18:59:04.908Z | [ recovery-image] Aug 30 18:59:03.113 INFO O| Aug 30 18:59:03.113 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4294 | 2024-08-30T18:59:04.927Z | [ recovery-image] Aug 30 18:59:03.131 INFO O| Aug 30 18:59:03.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
| 4295 | 2024-08-30T18:59:04.927Z | [ recovery-image] Aug 30 18:59:03.131 INFO O| Aug 30 18:59:03.131 INFO STEP 109 (remove_files) COMPLETE |
| 4296 | 2024-08-30T18:59:04.927Z | [ recovery-image] Aug 30 18:59:03.131 INFO O| Aug 30 18:59:03.131 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4297 | 2024-08-30T18:59:04.945Z | [ recovery-image] Aug 30 18:59:03.149 INFO O| Aug 30 18:59:03.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
| 4298 | 2024-08-30T18:59:04.947Z | [ recovery-image] Aug 30 18:59:03.149 INFO O| Aug 30 18:59:03.149 INFO STEP 110 (remove_files) COMPLETE |
| 4299 | 2024-08-30T18:59:04.947Z | [ recovery-image] Aug 30 18:59:03.149 INFO O| Aug 30 18:59:03.149 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4300 | 2024-08-30T18:59:05.017Z | [ recovery-image] Aug 30 18:59:03.222 INFO O| Aug 30 18:59:03.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
| 4301 | 2024-08-30T18:59:05.020Z | [ recovery-image] Aug 30 18:59:03.222 INFO O| Aug 30 18:59:03.222 INFO STEP 111 (remove_files) COMPLETE |
| 4302 | 2024-08-30T18:59:05.020Z | [ recovery-image] Aug 30 18:59:03.222 INFO O| Aug 30 18:59:03.222 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4303 | 2024-08-30T18:59:05.050Z | [ recovery-image] Aug 30 18:59:03.254 INFO O| Aug 30 18:59:03.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
| 4304 | 2024-08-30T18:59:05.050Z | [ recovery-image] Aug 30 18:59:03.254 INFO O| Aug 30 18:59:03.254 INFO STEP 112 (remove_files) COMPLETE |
| 4305 | 2024-08-30T18:59:05.052Z | [ recovery-image] Aug 30 18:59:03.254 INFO O| Aug 30 18:59:03.254 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4306 | 2024-08-30T18:59:05.129Z | [ recovery-image] Aug 30 18:59:03.333 INFO O| Aug 30 18:59:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
| 4307 | 2024-08-30T18:59:05.129Z | [ recovery-image] Aug 30 18:59:03.333 INFO O| Aug 30 18:59:03.333 INFO STEP 113 (remove_files) COMPLETE |
| 4308 | 2024-08-30T18:59:05.132Z | [ recovery-image] Aug 30 18:59:03.333 INFO O| Aug 30 18:59:03.333 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4309 | 2024-08-30T18:59:05.147Z | [ recovery-image] Aug 30 18:59:03.352 INFO O| Aug 30 18:59:03.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
| 4310 | 2024-08-30T18:59:05.150Z | [ recovery-image] Aug 30 18:59:03.352 INFO O| Aug 30 18:59:03.352 INFO STEP 114 (remove_files) COMPLETE |
| 4311 | 2024-08-30T18:59:05.150Z | [ recovery-image] Aug 30 18:59:03.352 INFO O| Aug 30 18:59:03.352 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4312 | 2024-08-30T18:59:05.165Z | [ recovery-image] Aug 30 18:59:03.369 INFO O| Aug 30 18:59:03.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
| 4313 | 2024-08-30T18:59:05.165Z | [ recovery-image] Aug 30 18:59:03.370 INFO O| Aug 30 18:59:03.370 INFO STEP 115 (remove_files) COMPLETE |
| 4314 | 2024-08-30T18:59:05.168Z | [ recovery-image] Aug 30 18:59:03.370 INFO O| Aug 30 18:59:03.370 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4315 | 2024-08-30T18:59:05.184Z | [ recovery-image] Aug 30 18:59:03.388 INFO O| Aug 30 18:59:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
| 4316 | 2024-08-30T18:59:05.184Z | [ recovery-image] Aug 30 18:59:03.388 INFO O| Aug 30 18:59:03.388 INFO STEP 116 (remove_files) COMPLETE |
| 4317 | 2024-08-30T18:59:05.187Z | [ recovery-image] Aug 30 18:59:03.389 INFO O| Aug 30 18:59:03.388 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4318 | 2024-08-30T18:59:05.202Z | [ recovery-image] Aug 30 18:59:03.406 INFO O| Aug 30 18:59:03.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
| 4319 | 2024-08-30T18:59:05.202Z | [ recovery-image] Aug 30 18:59:03.406 INFO O| Aug 30 18:59:03.406 INFO STEP 117 (remove_files) COMPLETE |
| 4320 | 2024-08-30T18:59:05.204Z | [ recovery-image] Aug 30 18:59:03.406 INFO O| Aug 30 18:59:03.406 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4321 | 2024-08-30T18:59:05.224Z | [ recovery-image] Aug 30 18:59:03.429 INFO O| Aug 30 18:59:03.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
| 4322 | 2024-08-30T18:59:05.224Z | [ recovery-image] Aug 30 18:59:03.429 INFO O| Aug 30 18:59:03.429 INFO STEP 118 (remove_files) COMPLETE |
| 4323 | 2024-08-30T18:59:05.224Z | [ recovery-image] Aug 30 18:59:03.429 INFO O| Aug 30 18:59:03.429 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4324 | 2024-08-30T18:59:05.243Z | [ recovery-image] Aug 30 18:59:03.447 INFO O| Aug 30 18:59:03.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
| 4325 | 2024-08-30T18:59:05.243Z | [ recovery-image] Aug 30 18:59:03.447 INFO O| Aug 30 18:59:03.447 INFO STEP 119 (remove_files) COMPLETE |
| 4326 | 2024-08-30T18:59:05.243Z | [ recovery-image] Aug 30 18:59:03.447 INFO O| Aug 30 18:59:03.447 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4327 | 2024-08-30T18:59:05.265Z | [ recovery-image] Aug 30 18:59:03.469 INFO O| Aug 30 18:59:03.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
| 4328 | 2024-08-30T18:59:05.265Z | [ recovery-image] Aug 30 18:59:03.469 INFO O| Aug 30 18:59:03.469 INFO STEP 120 (remove_files) COMPLETE |
| 4329 | 2024-08-30T18:59:05.267Z | [ recovery-image] Aug 30 18:59:03.469 INFO O| Aug 30 18:59:03.469 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4330 | 2024-08-30T18:59:05.297Z | [ recovery-image] Aug 30 18:59:03.502 INFO O| Aug 30 18:59:03.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
| 4331 | 2024-08-30T18:59:05.297Z | [ recovery-image] Aug 30 18:59:03.502 INFO O| Aug 30 18:59:03.502 INFO STEP 121 (remove_files) COMPLETE |
| 4332 | 2024-08-30T18:59:05.297Z | [ recovery-image] Aug 30 18:59:03.502 INFO O| Aug 30 18:59:03.502 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4333 | 2024-08-30T18:59:05.322Z | [ recovery-image] Aug 30 18:59:03.527 INFO O| Aug 30 18:59:03.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
| 4334 | 2024-08-30T18:59:05.322Z | [ recovery-image] Aug 30 18:59:03.527 INFO O| Aug 30 18:59:03.527 INFO STEP 122 (remove_files) COMPLETE |
| 4335 | 2024-08-30T18:59:05.325Z | [ recovery-image] Aug 30 18:59:03.527 INFO O| Aug 30 18:59:03.527 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4336 | 2024-08-30T18:59:05.346Z | [ recovery-image] Aug 30 18:59:03.551 INFO O| Aug 30 18:59:03.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
| 4337 | 2024-08-30T18:59:05.347Z | [ recovery-image] Aug 30 18:59:03.551 INFO O| Aug 30 18:59:03.551 INFO STEP 123 (remove_files) COMPLETE |
| 4338 | 2024-08-30T18:59:05.349Z | [ recovery-image] Aug 30 18:59:03.551 INFO O| Aug 30 18:59:03.551 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4339 | 2024-08-30T18:59:05.364Z | [ recovery-image] Aug 30 18:59:03.569 INFO O| Aug 30 18:59:03.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
| 4340 | 2024-08-30T18:59:05.364Z | [ recovery-image] Aug 30 18:59:03.569 INFO O| Aug 30 18:59:03.569 INFO STEP 124 (remove_files) COMPLETE |
| 4341 | 2024-08-30T18:59:05.364Z | [ recovery-image] Aug 30 18:59:03.569 INFO O| Aug 30 18:59:03.569 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4342 | 2024-08-30T18:59:05.389Z | [ recovery-image] Aug 30 18:59:03.594 INFO O| Aug 30 18:59:03.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
| 4343 | 2024-08-30T18:59:05.389Z | [ recovery-image] Aug 30 18:59:03.594 INFO O| Aug 30 18:59:03.594 INFO STEP 125 (remove_files) COMPLETE |
| 4344 | 2024-08-30T18:59:05.389Z | [ recovery-image] Aug 30 18:59:03.594 INFO O| Aug 30 18:59:03.594 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4345 | 2024-08-30T18:59:05.414Z | [ recovery-image] Aug 30 18:59:03.618 INFO O| Aug 30 18:59:03.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
| 4346 | 2024-08-30T18:59:05.414Z | [ recovery-image] Aug 30 18:59:03.619 INFO O| Aug 30 18:59:03.618 INFO STEP 126 (remove_files) COMPLETE |
| 4347 | 2024-08-30T18:59:05.416Z | [ recovery-image] Aug 30 18:59:03.619 INFO O| Aug 30 18:59:03.619 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4348 | 2024-08-30T18:59:05.438Z | [ recovery-image] Aug 30 18:59:03.642 INFO O| Aug 30 18:59:03.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
| 4349 | 2024-08-30T18:59:05.438Z | [ recovery-image] Aug 30 18:59:03.642 INFO O| Aug 30 18:59:03.642 INFO STEP 127 (remove_files) COMPLETE |
| 4350 | 2024-08-30T18:59:05.440Z | [ recovery-image] Aug 30 18:59:03.642 INFO O| Aug 30 18:59:03.642 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4351 | 2024-08-30T18:59:05.477Z | [ recovery-image] Aug 30 18:59:03.681 INFO O| Aug 30 18:59:03.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
| 4352 | 2024-08-30T18:59:05.477Z | [ recovery-image] Aug 30 18:59:03.681 INFO O| Aug 30 18:59:03.681 INFO STEP 128 (remove_files) COMPLETE |
| 4353 | 2024-08-30T18:59:05.479Z | [ recovery-image] Aug 30 18:59:03.681 INFO O| Aug 30 18:59:03.681 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4354 | 2024-08-30T18:59:05.496Z | [ recovery-image] Aug 30 18:59:03.700 INFO O| Aug 30 18:59:03.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
| 4355 | 2024-08-30T18:59:05.496Z | [ recovery-image] Aug 30 18:59:03.700 INFO O| Aug 30 18:59:03.700 INFO STEP 129 (remove_files) COMPLETE |
| 4356 | 2024-08-30T18:59:05.496Z | [ recovery-image] Aug 30 18:59:03.700 INFO O| Aug 30 18:59:03.700 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4357 | 2024-08-30T18:59:05.516Z | [ recovery-image] Aug 30 18:59:03.721 INFO O| Aug 30 18:59:03.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
| 4358 | 2024-08-30T18:59:05.516Z | [ recovery-image] Aug 30 18:59:03.721 INFO O| Aug 30 18:59:03.721 INFO STEP 130 (remove_files) COMPLETE |
| 4359 | 2024-08-30T18:59:05.519Z | [ recovery-image] Aug 30 18:59:03.721 INFO O| Aug 30 18:59:03.721 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4360 | 2024-08-30T18:59:05.571Z | [ recovery-image] Aug 30 18:59:03.776 INFO O| Aug 30 18:59:03.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
| 4361 | 2024-08-30T18:59:05.572Z | [ recovery-image] Aug 30 18:59:03.776 INFO O| Aug 30 18:59:03.776 INFO STEP 131 (remove_files) COMPLETE |
| 4362 | 2024-08-30T18:59:05.572Z | [ recovery-image] Aug 30 18:59:03.776 INFO O| Aug 30 18:59:03.776 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4363 | 2024-08-30T18:59:05.590Z | [ recovery-image] Aug 30 18:59:03.795 INFO O| Aug 30 18:59:03.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
| 4364 | 2024-08-30T18:59:05.591Z | [ recovery-image] Aug 30 18:59:03.795 INFO O| Aug 30 18:59:03.795 INFO STEP 132 (remove_files) COMPLETE |
| 4365 | 2024-08-30T18:59:05.591Z | [ recovery-image] Aug 30 18:59:03.795 INFO O| Aug 30 18:59:03.795 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4366 | 2024-08-30T18:59:05.608Z | [ recovery-image] Aug 30 18:59:03.813 INFO O| Aug 30 18:59:03.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
| 4367 | 2024-08-30T18:59:05.609Z | [ recovery-image] Aug 30 18:59:03.813 INFO O| Aug 30 18:59:03.813 INFO STEP 133 (remove_files) COMPLETE |
| 4368 | 2024-08-30T18:59:05.611Z | [ recovery-image] Aug 30 18:59:03.813 INFO O| Aug 30 18:59:03.813 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4369 | 2024-08-30T18:59:05.626Z | [ recovery-image] Aug 30 18:59:03.831 INFO O| Aug 30 18:59:03.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
| 4370 | 2024-08-30T18:59:05.626Z | [ recovery-image] Aug 30 18:59:03.831 INFO O| Aug 30 18:59:03.831 INFO STEP 134 (remove_files) COMPLETE |
| 4371 | 2024-08-30T18:59:05.629Z | [ recovery-image] Aug 30 18:59:03.831 INFO O| Aug 30 18:59:03.831 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4372 | 2024-08-30T18:59:05.643Z | [ recovery-image] Aug 30 18:59:03.847 INFO O| Aug 30 18:59:03.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
| 4373 | 2024-08-30T18:59:05.662Z | [ recovery-image] Aug 30 18:59:03.867 INFO O| Aug 30 18:59:03.867 INFO STEP 135 (remove_files) COMPLETE |
| 4374 | 2024-08-30T18:59:05.662Z | [ recovery-image] Aug 30 18:59:03.867 INFO O| Aug 30 18:59:03.867 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4375 | 2024-08-30T18:59:05.681Z | [ recovery-image] Aug 30 18:59:03.886 INFO O| Aug 30 18:59:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
| 4376 | 2024-08-30T18:59:05.681Z | [ recovery-image] Aug 30 18:59:03.886 INFO O| Aug 30 18:59:03.886 INFO STEP 136 (remove_files) COMPLETE |
| 4377 | 2024-08-30T18:59:05.681Z | [ recovery-image] Aug 30 18:59:03.886 INFO O| Aug 30 18:59:03.886 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4378 | 2024-08-30T18:59:05.699Z | [ recovery-image] Aug 30 18:59:03.904 INFO O| Aug 30 18:59:03.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
| 4379 | 2024-08-30T18:59:05.699Z | [ recovery-image] Aug 30 18:59:03.904 INFO O| Aug 30 18:59:03.904 INFO STEP 137 (remove_files) COMPLETE |
| 4380 | 2024-08-30T18:59:05.702Z | [ recovery-image] Aug 30 18:59:03.904 INFO O| Aug 30 18:59:03.904 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4381 | 2024-08-30T18:59:05.718Z | [ recovery-image] Aug 30 18:59:03.923 INFO O| Aug 30 18:59:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
| 4382 | 2024-08-30T18:59:05.718Z | [ recovery-image] Aug 30 18:59:03.923 INFO O| Aug 30 18:59:03.923 INFO STEP 138 (remove_files) COMPLETE |
| 4383 | 2024-08-30T18:59:05.721Z | [ recovery-image] Aug 30 18:59:03.923 INFO O| Aug 30 18:59:03.923 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4384 | 2024-08-30T18:59:05.736Z | [ recovery-image] Aug 30 18:59:03.940 INFO O| Aug 30 18:59:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
| 4385 | 2024-08-30T18:59:05.736Z | [ recovery-image] Aug 30 18:59:03.940 INFO O| Aug 30 18:59:03.940 INFO STEP 139 (remove_files) COMPLETE |
| 4386 | 2024-08-30T18:59:05.738Z | [ recovery-image] Aug 30 18:59:03.941 INFO O| Aug 30 18:59:03.940 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4387 | 2024-08-30T18:59:05.773Z | [ recovery-image] Aug 30 18:59:03.977 INFO O| Aug 30 18:59:03.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
| 4388 | 2024-08-30T18:59:05.773Z | [ recovery-image] Aug 30 18:59:03.977 INFO O| Aug 30 18:59:03.977 INFO STEP 140 (remove_files) COMPLETE |
| 4389 | 2024-08-30T18:59:05.773Z | [ recovery-image] Aug 30 18:59:03.977 INFO O| Aug 30 18:59:03.977 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4390 | 2024-08-30T18:59:05.791Z | [ recovery-image] Aug 30 18:59:03.996 INFO O| Aug 30 18:59:03.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
| 4391 | 2024-08-30T18:59:05.791Z | [ recovery-image] Aug 30 18:59:03.996 INFO O| Aug 30 18:59:03.996 INFO STEP 141 (remove_files) COMPLETE |
| 4392 | 2024-08-30T18:59:05.794Z | [ recovery-image] Aug 30 18:59:03.996 INFO O| Aug 30 18:59:03.996 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4393 | 2024-08-30T18:59:05.810Z | [ recovery-image] Aug 30 18:59:04.015 INFO O| Aug 30 18:59:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
| 4394 | 2024-08-30T18:59:05.810Z | [ recovery-image] Aug 30 18:59:04.015 INFO O| Aug 30 18:59:04.015 INFO STEP 142 (remove_files) COMPLETE |
| 4395 | 2024-08-30T18:59:05.810Z | [ recovery-image] Aug 30 18:59:04.015 INFO O| Aug 30 18:59:04.015 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4396 | 2024-08-30T18:59:05.847Z | [ recovery-image] Aug 30 18:59:04.051 INFO O| Aug 30 18:59:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
| 4397 | 2024-08-30T18:59:05.847Z | [ recovery-image] Aug 30 18:59:04.051 INFO O| Aug 30 18:59:04.051 INFO STEP 143 (remove_files) COMPLETE |
| 4398 | 2024-08-30T18:59:05.847Z | [ recovery-image] Aug 30 18:59:04.051 INFO O| Aug 30 18:59:04.051 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4399 | 2024-08-30T18:59:05.880Z | [ recovery-image] Aug 30 18:59:04.084 INFO O| Aug 30 18:59:04.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
| 4400 | 2024-08-30T18:59:05.880Z | [ recovery-image] Aug 30 18:59:04.084 INFO O| Aug 30 18:59:04.084 INFO STEP 144 (remove_files) COMPLETE |
| 4401 | 2024-08-30T18:59:05.880Z | [ recovery-image] Aug 30 18:59:04.084 INFO O| Aug 30 18:59:04.084 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4402 | 2024-08-30T18:59:05.900Z | [ recovery-image] Aug 30 18:59:04.104 INFO O| Aug 30 18:59:04.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
| 4403 | 2024-08-30T18:59:05.902Z | [ recovery-image] Aug 30 18:59:04.104 INFO O| Aug 30 18:59:04.104 INFO STEP 145 (remove_files) COMPLETE |
| 4404 | 2024-08-30T18:59:05.902Z | [ recovery-image] Aug 30 18:59:04.105 INFO O| Aug 30 18:59:04.104 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4405 | 2024-08-30T18:59:05.933Z | [ recovery-image] Aug 30 18:59:04.137 INFO O| Aug 30 18:59:04.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
| 4406 | 2024-08-30T18:59:05.933Z | [ recovery-image] Aug 30 18:59:04.137 INFO O| Aug 30 18:59:04.137 INFO STEP 146 (remove_files) COMPLETE |
| 4407 | 2024-08-30T18:59:05.936Z | [ recovery-image] Aug 30 18:59:04.137 INFO O| Aug 30 18:59:04.137 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4408 | 2024-08-30T18:59:05.968Z | [ recovery-image] Aug 30 18:59:04.173 INFO O| Aug 30 18:59:04.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
| 4409 | 2024-08-30T18:59:05.969Z | [ recovery-image] Aug 30 18:59:04.173 INFO O| Aug 30 18:59:04.173 INFO STEP 147 (remove_files) COMPLETE |
| 4410 | 2024-08-30T18:59:05.969Z | [ recovery-image] Aug 30 18:59:04.173 INFO O| Aug 30 18:59:04.173 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4411 | 2024-08-30T18:59:06.001Z | [ recovery-image] Aug 30 18:59:04.205 INFO O| Aug 30 18:59:04.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
| 4412 | 2024-08-30T18:59:06.001Z | [ recovery-image] Aug 30 18:59:04.205 INFO O| Aug 30 18:59:04.205 INFO STEP 148 (remove_files) COMPLETE |
| 4413 | 2024-08-30T18:59:06.004Z | [ recovery-image] Aug 30 18:59:04.205 INFO O| Aug 30 18:59:04.205 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4414 | 2024-08-30T18:59:06.021Z | [ recovery-image] Aug 30 18:59:04.225 INFO O| Aug 30 18:59:04.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
| 4415 | 2024-08-30T18:59:06.028Z | [ recovery-image] Aug 30 18:59:04.233 INFO O| Aug 30 18:59:04.233 INFO STEP 149 (remove_files) COMPLETE |
| 4416 | 2024-08-30T18:59:06.031Z | [ recovery-image] Aug 30 18:59:04.233 INFO O| Aug 30 18:59:04.233 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4417 | 2024-08-30T18:59:06.048Z | [ recovery-image] Aug 30 18:59:04.253 INFO O| Aug 30 18:59:04.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
| 4418 | 2024-08-30T18:59:06.048Z | [ recovery-image] Aug 30 18:59:04.253 INFO O| Aug 30 18:59:04.253 INFO STEP 150 (remove_files) COMPLETE |
| 4419 | 2024-08-30T18:59:06.053Z | [ recovery-image] Aug 30 18:59:04.253 INFO O| Aug 30 18:59:04.253 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4420 | 2024-08-30T18:59:06.067Z | [ recovery-image] Aug 30 18:59:04.271 INFO O| Aug 30 18:59:04.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
| 4421 | 2024-08-30T18:59:06.067Z | [ recovery-image] Aug 30 18:59:04.271 INFO O| Aug 30 18:59:04.271 INFO STEP 151 (remove_files) COMPLETE |
| 4422 | 2024-08-30T18:59:06.067Z | [ recovery-image] Aug 30 18:59:04.271 INFO O| Aug 30 18:59:04.271 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4423 | 2024-08-30T18:59:06.085Z | [ recovery-image] Aug 30 18:59:04.289 INFO O| Aug 30 18:59:04.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
| 4424 | 2024-08-30T18:59:06.085Z | [ recovery-image] Aug 30 18:59:04.290 INFO O| Aug 30 18:59:04.290 INFO STEP 152 (remove_files) COMPLETE |
| 4425 | 2024-08-30T18:59:06.088Z | [ recovery-image] Aug 30 18:59:04.290 INFO O| Aug 30 18:59:04.290 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4426 | 2024-08-30T18:59:06.105Z | [ recovery-image] Aug 30 18:59:04.310 INFO O| Aug 30 18:59:04.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
| 4427 | 2024-08-30T18:59:06.105Z | [ recovery-image] Aug 30 18:59:04.310 INFO O| Aug 30 18:59:04.310 INFO STEP 153 (remove_files) COMPLETE |
| 4428 | 2024-08-30T18:59:06.108Z | [ recovery-image] Aug 30 18:59:04.310 INFO O| Aug 30 18:59:04.310 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4429 | 2024-08-30T18:59:06.125Z | [ recovery-image] Aug 30 18:59:04.330 INFO O| Aug 30 18:59:04.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
| 4430 | 2024-08-30T18:59:06.125Z | [ recovery-image] Aug 30 18:59:04.330 INFO O| Aug 30 18:59:04.330 INFO STEP 154 (remove_files) COMPLETE |
| 4431 | 2024-08-30T18:59:06.125Z | [ recovery-image] Aug 30 18:59:04.330 INFO O| Aug 30 18:59:04.330 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4432 | 2024-08-30T18:59:06.144Z | [ recovery-image] Aug 30 18:59:04.349 INFO O| Aug 30 18:59:04.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
| 4433 | 2024-08-30T18:59:06.144Z | [ recovery-image] Aug 30 18:59:04.349 INFO O| Aug 30 18:59:04.349 INFO STEP 155 (remove_files) COMPLETE |
| 4434 | 2024-08-30T18:59:06.144Z | [ recovery-image] Aug 30 18:59:04.349 INFO O| Aug 30 18:59:04.349 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4435 | 2024-08-30T18:59:06.147Z | [ host-image] Aug 30 18:59:04.350 INFO O| Aug 30 18:59:04.350 INFO O| Actions: 48877/49262 actions (Installing new actions) |
| 4436 | 2024-08-30T18:59:06.163Z | [ recovery-image] Aug 30 18:59:04.368 INFO O| Aug 30 18:59:04.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
| 4437 | 2024-08-30T18:59:06.163Z | [ recovery-image] Aug 30 18:59:04.368 INFO O| Aug 30 18:59:04.368 INFO STEP 156 (remove_files) COMPLETE |
| 4438 | 2024-08-30T18:59:06.166Z | [ recovery-image] Aug 30 18:59:04.368 INFO O| Aug 30 18:59:04.368 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4439 | 2024-08-30T18:59:06.181Z | [ recovery-image] Aug 30 18:59:04.385 INFO O| Aug 30 18:59:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
| 4440 | 2024-08-30T18:59:06.183Z | [ recovery-image] Aug 30 18:59:04.386 INFO O| Aug 30 18:59:04.386 INFO STEP 157 (remove_files) COMPLETE |
| 4441 | 2024-08-30T18:59:06.184Z | [ recovery-image] Aug 30 18:59:04.386 INFO O| Aug 30 18:59:04.386 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4442 | 2024-08-30T18:59:06.207Z | [ recovery-image] Aug 30 18:59:04.411 INFO O| Aug 30 18:59:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
| 4443 | 2024-08-30T18:59:06.207Z | [ recovery-image] Aug 30 18:59:04.411 INFO O| Aug 30 18:59:04.411 INFO STEP 158 (remove_files) COMPLETE |
| 4444 | 2024-08-30T18:59:06.207Z | [ recovery-image] Aug 30 18:59:04.411 INFO O| Aug 30 18:59:04.411 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4445 | 2024-08-30T18:59:06.225Z | [ recovery-image] Aug 30 18:59:04.429 INFO O| Aug 30 18:59:04.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
| 4446 | 2024-08-30T18:59:06.228Z | [ recovery-image] Aug 30 18:59:04.430 INFO O| Aug 30 18:59:04.429 INFO STEP 159 (remove_files) COMPLETE |
| 4447 | 2024-08-30T18:59:06.228Z | [ recovery-image] Aug 30 18:59:04.430 INFO O| Aug 30 18:59:04.429 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4448 | 2024-08-30T18:59:06.298Z | [ recovery-image] Aug 30 18:59:04.502 INFO O| Aug 30 18:59:04.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
| 4449 | 2024-08-30T18:59:06.298Z | [ recovery-image] Aug 30 18:59:04.502 INFO O| Aug 30 18:59:04.502 INFO STEP 160 (remove_files) COMPLETE |
| 4450 | 2024-08-30T18:59:06.300Z | [ recovery-image] Aug 30 18:59:04.502 INFO O| Aug 30 18:59:04.502 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4451 | 2024-08-30T18:59:06.317Z | [ recovery-image] Aug 30 18:59:04.520 INFO O| Aug 30 18:59:04.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
| 4452 | 2024-08-30T18:59:06.317Z | [ recovery-image] Aug 30 18:59:04.520 INFO O| Aug 30 18:59:04.520 INFO STEP 161 (remove_files) COMPLETE |
| 4453 | 2024-08-30T18:59:06.317Z | [ recovery-image] Aug 30 18:59:04.521 INFO O| Aug 30 18:59:04.520 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4454 | 2024-08-30T18:59:06.335Z | [ host-image] Aug 30 18:59:04.539 INFO O| Aug 30 18:59:04.539 INFO O| Actions: Completed 49262 actions in 25.21 seconds. |
| 4455 | 2024-08-30T18:59:06.335Z | [ recovery-image] Aug 30 18:59:04.539 INFO O| Aug 30 18:59:04.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
| 4456 | 2024-08-30T18:59:06.337Z | [ recovery-image] Aug 30 18:59:04.539 INFO O| Aug 30 18:59:04.539 INFO STEP 162 (remove_files) COMPLETE |
| 4457 | 2024-08-30T18:59:06.337Z | [ recovery-image] Aug 30 18:59:04.540 INFO O| Aug 30 18:59:04.539 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4458 | 2024-08-30T18:59:06.353Z | [ recovery-image] Aug 30 18:59:04.558 INFO O| Aug 30 18:59:04.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
| 4459 | 2024-08-30T18:59:06.353Z | [ recovery-image] Aug 30 18:59:04.558 INFO O| Aug 30 18:59:04.558 INFO STEP 163 (remove_files) COMPLETE |
| 4460 | 2024-08-30T18:59:06.356Z | [ recovery-image] Aug 30 18:59:04.558 INFO O| Aug 30 18:59:04.558 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4461 | 2024-08-30T18:59:06.381Z | [ recovery-image] Aug 30 18:59:04.585 INFO O| Aug 30 18:59:04.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
| 4462 | 2024-08-30T18:59:06.383Z | [ recovery-image] Aug 30 18:59:04.585 INFO O| Aug 30 18:59:04.585 INFO STEP 164 (remove_files) COMPLETE |
| 4463 | 2024-08-30T18:59:06.383Z | [ recovery-image] Aug 30 18:59:04.585 INFO O| Aug 30 18:59:04.585 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4464 | 2024-08-30T18:59:06.442Z | [ recovery-image] Aug 30 18:59:04.647 INFO O| Aug 30 18:59:04.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
| 4465 | 2024-08-30T18:59:06.445Z | [ recovery-image] Aug 30 18:59:04.647 INFO O| Aug 30 18:59:04.647 INFO STEP 165 (remove_files) COMPLETE |
| 4466 | 2024-08-30T18:59:06.445Z | [ recovery-image] Aug 30 18:59:04.647 INFO O| Aug 30 18:59:04.647 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4467 | 2024-08-30T18:59:06.514Z | [ recovery-image] Aug 30 18:59:04.718 INFO O| Aug 30 18:59:04.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
| 4468 | 2024-08-30T18:59:06.514Z | [ recovery-image] Aug 30 18:59:04.718 INFO O| Aug 30 18:59:04.718 INFO STEP 166 (remove_files) COMPLETE |
| 4469 | 2024-08-30T18:59:06.516Z | [ recovery-image] Aug 30 18:59:04.718 INFO O| Aug 30 18:59:04.718 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4470 | 2024-08-30T18:59:06.574Z | [ recovery-image] Aug 30 18:59:04.778 INFO O| Aug 30 18:59:04.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
| 4471 | 2024-08-30T18:59:06.576Z | [ recovery-image] Aug 30 18:59:04.778 INFO O| Aug 30 18:59:04.778 INFO STEP 167 (remove_files) COMPLETE |
| 4472 | 2024-08-30T18:59:06.576Z | [ recovery-image] Aug 30 18:59:04.778 INFO O| Aug 30 18:59:04.778 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4473 | 2024-08-30T18:59:06.600Z | [ recovery-image] Aug 30 18:59:04.804 INFO O| Aug 30 18:59:04.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
| 4474 | 2024-08-30T18:59:06.600Z | [ recovery-image] Aug 30 18:59:04.804 INFO O| Aug 30 18:59:04.804 INFO STEP 168 (remove_files) COMPLETE |
| 4475 | 2024-08-30T18:59:06.600Z | [ recovery-image] Aug 30 18:59:04.804 INFO O| Aug 30 18:59:04.804 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4476 | 2024-08-30T18:59:06.619Z | [ recovery-image] Aug 30 18:59:04.823 INFO O| Aug 30 18:59:04.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
| 4477 | 2024-08-30T18:59:06.621Z | [ recovery-image] Aug 30 18:59:04.824 INFO O| Aug 30 18:59:04.823 INFO STEP 169 (remove_files) COMPLETE |
| 4478 | 2024-08-30T18:59:06.622Z | [ recovery-image] Aug 30 18:59:04.824 INFO O| Aug 30 18:59:04.823 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4479 | 2024-08-30T18:59:06.639Z | [ recovery-image] Aug 30 18:59:04.843 INFO O| Aug 30 18:59:04.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
| 4480 | 2024-08-30T18:59:06.648Z | [ recovery-image] Aug 30 18:59:04.853 INFO O| Aug 30 18:59:04.853 INFO STEP 170 (remove_files) COMPLETE |
| 4481 | 2024-08-30T18:59:06.649Z | [ recovery-image] Aug 30 18:59:04.853 INFO O| Aug 30 18:59:04.853 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4482 | 2024-08-30T18:59:06.692Z | [ recovery-image] Aug 30 18:59:04.896 INFO O| Aug 30 18:59:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
| 4483 | 2024-08-30T18:59:06.692Z | [ recovery-image] Aug 30 18:59:04.896 INFO O| Aug 30 18:59:04.896 INFO STEP 171 (remove_files) COMPLETE |
| 4484 | 2024-08-30T18:59:06.694Z | [ recovery-image] Aug 30 18:59:04.896 INFO O| Aug 30 18:59:04.896 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4485 | 2024-08-30T18:59:06.711Z | [ recovery-image] Aug 30 18:59:04.915 INFO O| Aug 30 18:59:04.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
| 4486 | 2024-08-30T18:59:06.711Z | [ recovery-image] Aug 30 18:59:04.916 INFO O| Aug 30 18:59:04.916 INFO STEP 172 (remove_files) COMPLETE |
| 4487 | 2024-08-30T18:59:06.711Z | [ recovery-image] Aug 30 18:59:04.916 INFO O| Aug 30 18:59:04.916 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4488 | 2024-08-30T18:59:06.747Z | [ recovery-image] Aug 30 18:59:04.951 INFO O| Aug 30 18:59:04.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
| 4489 | 2024-08-30T18:59:06.749Z | [ recovery-image] Aug 30 18:59:04.951 INFO O| Aug 30 18:59:04.951 INFO STEP 173 (remove_files) COMPLETE |
| 4490 | 2024-08-30T18:59:06.749Z | [ recovery-image] Aug 30 18:59:04.951 INFO O| Aug 30 18:59:04.951 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4491 | 2024-08-30T18:59:06.769Z | [ recovery-image] Aug 30 18:59:04.973 INFO O| Aug 30 18:59:04.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
| 4492 | 2024-08-30T18:59:06.769Z | [ recovery-image] Aug 30 18:59:04.973 INFO O| Aug 30 18:59:04.973 INFO STEP 174 (remove_files) COMPLETE |
| 4493 | 2024-08-30T18:59:06.773Z | [ recovery-image] Aug 30 18:59:04.973 INFO O| Aug 30 18:59:04.973 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4494 | 2024-08-30T18:59:06.802Z | [ recovery-image] Aug 30 18:59:05.007 INFO O| Aug 30 18:59:05.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
| 4495 | 2024-08-30T18:59:06.802Z | [ recovery-image] Aug 30 18:59:05.007 INFO O| Aug 30 18:59:05.007 INFO STEP 175 (remove_files) COMPLETE |
| 4496 | 2024-08-30T18:59:06.802Z | [ recovery-image] Aug 30 18:59:05.007 INFO O| Aug 30 18:59:05.007 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4497 | 2024-08-30T18:59:06.842Z | [ recovery-image] Aug 30 18:59:05.046 INFO O| Aug 30 18:59:05.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
| 4498 | 2024-08-30T18:59:06.845Z | [ recovery-image] Aug 30 18:59:05.047 INFO O| Aug 30 18:59:05.046 INFO STEP 176 (remove_files) COMPLETE |
| 4499 | 2024-08-30T18:59:06.845Z | [ recovery-image] Aug 30 18:59:05.047 INFO O| Aug 30 18:59:05.047 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4500 | 2024-08-30T18:59:06.862Z | [ recovery-image] Aug 30 18:59:05.066 INFO O| Aug 30 18:59:05.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
| 4501 | 2024-08-30T18:59:06.864Z | [ recovery-image] Aug 30 18:59:05.066 INFO O| Aug 30 18:59:05.066 INFO STEP 177 (remove_files) COMPLETE |
| 4502 | 2024-08-30T18:59:06.864Z | [ recovery-image] Aug 30 18:59:05.066 INFO O| Aug 30 18:59:05.066 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4503 | 2024-08-30T18:59:06.881Z | [ recovery-image] Aug 30 18:59:05.085 INFO O| Aug 30 18:59:05.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
| 4504 | 2024-08-30T18:59:06.881Z | [ recovery-image] Aug 30 18:59:05.085 INFO O| Aug 30 18:59:05.085 INFO STEP 178 (remove_files) COMPLETE |
| 4505 | 2024-08-30T18:59:06.884Z | [ recovery-image] Aug 30 18:59:05.085 INFO O| Aug 30 18:59:05.085 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4506 | 2024-08-30T18:59:06.900Z | [ recovery-image] Aug 30 18:59:05.104 INFO O| Aug 30 18:59:05.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
| 4507 | 2024-08-30T18:59:06.900Z | [ recovery-image] Aug 30 18:59:05.104 INFO O| Aug 30 18:59:05.104 INFO STEP 179 (remove_files) COMPLETE |
| 4508 | 2024-08-30T18:59:06.900Z | [ recovery-image] Aug 30 18:59:05.104 INFO O| Aug 30 18:59:05.104 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4509 | 2024-08-30T18:59:06.915Z | [ host-image] Aug 30 18:59:05.120 INFO O| Aug 30 18:59:05.119 INFO O| Done |
| 4510 | 2024-08-30T18:59:06.915Z | [ host-image] Aug 30 18:59:05.120 INFO O| Aug 30 18:59:05.120 INFO O| Done |
| 4511 | 2024-08-30T18:59:06.928Z | [ recovery-image] Aug 30 18:59:05.127 INFO O| Aug 30 18:59:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
| 4512 | 2024-08-30T18:59:06.928Z | [ recovery-image] Aug 30 18:59:05.127 INFO O| Aug 30 18:59:05.127 INFO STEP 180 (remove_files) COMPLETE |
| 4513 | 2024-08-30T18:59:06.931Z | [ recovery-image] Aug 30 18:59:05.127 INFO O| Aug 30 18:59:05.127 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4514 | 2024-08-30T18:59:06.968Z | [ recovery-image] Aug 30 18:59:05.172 INFO O| Aug 30 18:59:05.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
| 4515 | 2024-08-30T18:59:06.968Z | [ recovery-image] Aug 30 18:59:05.172 INFO O| Aug 30 18:59:05.172 INFO STEP 181 (remove_files) COMPLETE |
| 4516 | 2024-08-30T18:59:06.968Z | [ recovery-image] Aug 30 18:59:05.172 INFO O| Aug 30 18:59:05.172 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4517 | 2024-08-30T18:59:07.016Z | [ recovery-image] Aug 30 18:59:05.219 INFO O| Aug 30 18:59:05.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
| 4518 | 2024-08-30T18:59:07.016Z | [ recovery-image] Aug 30 18:59:05.219 INFO O| Aug 30 18:59:05.219 INFO STEP 182 (remove_files) COMPLETE |
| 4519 | 2024-08-30T18:59:07.016Z | [ recovery-image] Aug 30 18:59:05.219 INFO O| Aug 30 18:59:05.219 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4520 | 2024-08-30T18:59:07.052Z | [ recovery-image] Aug 30 18:59:05.256 INFO O| Aug 30 18:59:05.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
| 4521 | 2024-08-30T18:59:07.052Z | [ recovery-image] Aug 30 18:59:05.256 INFO O| Aug 30 18:59:05.256 INFO STEP 183 (remove_files) COMPLETE |
| 4522 | 2024-08-30T18:59:07.052Z | [ recovery-image] Aug 30 18:59:05.256 INFO O| Aug 30 18:59:05.256 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4523 | 2024-08-30T18:59:07.070Z | [ recovery-image] Aug 30 18:59:05.274 INFO O| Aug 30 18:59:05.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
| 4524 | 2024-08-30T18:59:07.070Z | [ recovery-image] Aug 30 18:59:05.274 INFO O| Aug 30 18:59:05.274 INFO STEP 184 (remove_files) COMPLETE |
| 4525 | 2024-08-30T18:59:07.073Z | [ recovery-image] Aug 30 18:59:05.274 INFO O| Aug 30 18:59:05.274 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4526 | 2024-08-30T18:59:07.101Z | [ recovery-image] Aug 30 18:59:05.305 INFO O| Aug 30 18:59:05.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
| 4527 | 2024-08-30T18:59:07.104Z | [ recovery-image] Aug 30 18:59:05.305 INFO O| Aug 30 18:59:05.305 INFO STEP 185 (remove_files) COMPLETE |
| 4528 | 2024-08-30T18:59:07.104Z | [ recovery-image] Aug 30 18:59:05.305 INFO O| Aug 30 18:59:05.305 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4529 | 2024-08-30T18:59:07.165Z | [ recovery-image] Aug 30 18:59:05.369 INFO O| Aug 30 18:59:05.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
| 4530 | 2024-08-30T18:59:07.167Z | [ recovery-image] Aug 30 18:59:05.369 INFO O| Aug 30 18:59:05.369 INFO STEP 186 (remove_files) COMPLETE |
| 4531 | 2024-08-30T18:59:07.168Z | [ recovery-image] Aug 30 18:59:05.369 INFO O| Aug 30 18:59:05.369 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4532 | 2024-08-30T18:59:07.187Z | [ recovery-image] Aug 30 18:59:05.391 INFO O| Aug 30 18:59:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
| 4533 | 2024-08-30T18:59:07.189Z | [ recovery-image] Aug 30 18:59:05.392 INFO O| Aug 30 18:59:05.392 INFO STEP 187 (remove_files) COMPLETE |
| 4534 | 2024-08-30T18:59:07.189Z | [ recovery-image] Aug 30 18:59:05.392 INFO O| Aug 30 18:59:05.392 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4535 | 2024-08-30T18:59:07.208Z | [ recovery-image] Aug 30 18:59:05.412 INFO O| Aug 30 18:59:05.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
| 4536 | 2024-08-30T18:59:07.210Z | [ recovery-image] Aug 30 18:59:05.412 INFO O| Aug 30 18:59:05.412 INFO STEP 188 (remove_files) COMPLETE |
| 4537 | 2024-08-30T18:59:07.210Z | [ recovery-image] Aug 30 18:59:05.413 INFO O| Aug 30 18:59:05.412 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4538 | 2024-08-30T18:59:07.233Z | [ recovery-image] Aug 30 18:59:05.437 INFO O| Aug 30 18:59:05.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
| 4539 | 2024-08-30T18:59:07.233Z | [ recovery-image] Aug 30 18:59:05.437 INFO O| Aug 30 18:59:05.437 INFO STEP 189 (remove_files) COMPLETE |
| 4540 | 2024-08-30T18:59:07.235Z | [ recovery-image] Aug 30 18:59:05.437 INFO O| Aug 30 18:59:05.437 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4541 | 2024-08-30T18:59:07.254Z | [ recovery-image] Aug 30 18:59:05.458 INFO O| Aug 30 18:59:05.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
| 4542 | 2024-08-30T18:59:07.254Z | [ recovery-image] Aug 30 18:59:05.458 INFO O| Aug 30 18:59:05.458 INFO STEP 190 (remove_files) COMPLETE |
| 4543 | 2024-08-30T18:59:07.256Z | [ recovery-image] Aug 30 18:59:05.458 INFO O| Aug 30 18:59:05.458 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4544 | 2024-08-30T18:59:07.312Z | [ recovery-image] Aug 30 18:59:05.516 INFO O| Aug 30 18:59:05.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
| 4545 | 2024-08-30T18:59:07.312Z | [ recovery-image] Aug 30 18:59:05.516 INFO O| Aug 30 18:59:05.516 INFO STEP 191 (remove_files) COMPLETE |
| 4546 | 2024-08-30T18:59:07.313Z | [ recovery-image] Aug 30 18:59:05.516 INFO O| Aug 30 18:59:05.516 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4547 | 2024-08-30T18:59:07.339Z | [ recovery-image] Aug 30 18:59:05.543 INFO O| Aug 30 18:59:05.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
| 4548 | 2024-08-30T18:59:07.339Z | [ recovery-image] Aug 30 18:59:05.543 INFO O| Aug 30 18:59:05.543 INFO STEP 192 (remove_files) COMPLETE |
| 4549 | 2024-08-30T18:59:07.342Z | [ recovery-image] Aug 30 18:59:05.543 INFO O| Aug 30 18:59:05.543 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4550 | 2024-08-30T18:59:07.395Z | [ recovery-image] Aug 30 18:59:05.599 INFO O| Aug 30 18:59:05.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
| 4551 | 2024-08-30T18:59:07.395Z | [ recovery-image] Aug 30 18:59:05.599 INFO O| Aug 30 18:59:05.599 INFO STEP 193 (remove_files) COMPLETE |
| 4552 | 2024-08-30T18:59:07.397Z | [ recovery-image] Aug 30 18:59:05.599 INFO O| Aug 30 18:59:05.599 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4553 | 2024-08-30T18:59:07.423Z | [ recovery-image] Aug 30 18:59:05.627 INFO O| Aug 30 18:59:05.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
| 4554 | 2024-08-30T18:59:07.423Z | [ recovery-image] Aug 30 18:59:05.627 INFO O| Aug 30 18:59:05.627 INFO STEP 194 (remove_files) COMPLETE |
| 4555 | 2024-08-30T18:59:07.423Z | [ recovery-image] Aug 30 18:59:05.627 INFO O| Aug 30 18:59:05.627 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4556 | 2024-08-30T18:59:07.442Z | [ recovery-image] Aug 30 18:59:05.646 INFO O| Aug 30 18:59:05.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
| 4557 | 2024-08-30T18:59:07.442Z | [ recovery-image] Aug 30 18:59:05.646 INFO O| Aug 30 18:59:05.646 INFO STEP 195 (remove_files) COMPLETE |
| 4558 | 2024-08-30T18:59:07.445Z | [ recovery-image] Aug 30 18:59:05.646 INFO O| Aug 30 18:59:05.646 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4559 | 2024-08-30T18:59:07.461Z | [ recovery-image] Aug 30 18:59:05.666 INFO O| Aug 30 18:59:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
| 4560 | 2024-08-30T18:59:07.462Z | [ recovery-image] Aug 30 18:59:05.666 INFO O| Aug 30 18:59:05.666 INFO STEP 196 (remove_files) COMPLETE |
| 4561 | 2024-08-30T18:59:07.464Z | [ recovery-image] Aug 30 18:59:05.666 INFO O| Aug 30 18:59:05.666 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4562 | 2024-08-30T18:59:07.484Z | [ recovery-image] Aug 30 18:59:05.688 INFO O| Aug 30 18:59:05.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
| 4563 | 2024-08-30T18:59:07.484Z | [ recovery-image] Aug 30 18:59:05.688 INFO O| Aug 30 18:59:05.688 INFO STEP 197 (remove_files) COMPLETE |
| 4564 | 2024-08-30T18:59:07.484Z | [ recovery-image] Aug 30 18:59:05.688 INFO O| Aug 30 18:59:05.688 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4565 | 2024-08-30T18:59:07.514Z | [ recovery-image] Aug 30 18:59:05.718 INFO O| Aug 30 18:59:05.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
| 4566 | 2024-08-30T18:59:07.514Z | [ recovery-image] Aug 30 18:59:05.718 INFO O| Aug 30 18:59:05.718 INFO STEP 198 (remove_files) COMPLETE |
| 4567 | 2024-08-30T18:59:07.516Z | [ recovery-image] Aug 30 18:59:05.718 INFO O| Aug 30 18:59:05.718 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4568 | 2024-08-30T18:59:07.626Z | [ recovery-image] Aug 30 18:59:05.830 INFO O| Aug 30 18:59:05.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
| 4569 | 2024-08-30T18:59:07.628Z | [ recovery-image] Aug 30 18:59:05.830 INFO O| Aug 30 18:59:05.830 INFO STEP 199 (remove_files) COMPLETE |
| 4570 | 2024-08-30T18:59:07.628Z | [ recovery-image] Aug 30 18:59:05.830 INFO O| Aug 30 18:59:05.830 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4571 | 2024-08-30T18:59:07.645Z | [ recovery-image] Aug 30 18:59:05.849 INFO O| Aug 30 18:59:05.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
| 4572 | 2024-08-30T18:59:07.648Z | [ recovery-image] Aug 30 18:59:05.850 INFO O| Aug 30 18:59:05.850 INFO STEP 200 (remove_files) COMPLETE |
| 4573 | 2024-08-30T18:59:07.648Z | [ recovery-image] Aug 30 18:59:05.850 INFO O| Aug 30 18:59:05.850 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4574 | 2024-08-30T18:59:07.662Z | [ recovery-image] Aug 30 18:59:05.866 INFO O| Aug 30 18:59:05.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
| 4575 | 2024-08-30T18:59:07.665Z | [ recovery-image] Aug 30 18:59:05.866 INFO O| Aug 30 18:59:05.866 INFO STEP 201 (remove_files) COMPLETE |
| 4576 | 2024-08-30T18:59:07.665Z | [ recovery-image] Aug 30 18:59:05.867 INFO O| Aug 30 18:59:05.866 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4577 | 2024-08-30T18:59:07.679Z | [ recovery-image] Aug 30 18:59:05.883 INFO O| Aug 30 18:59:05.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
| 4578 | 2024-08-30T18:59:07.681Z | [ recovery-image] Aug 30 18:59:05.883 INFO O| Aug 30 18:59:05.883 INFO STEP 202 (remove_files) COMPLETE |
| 4579 | 2024-08-30T18:59:07.681Z | [ recovery-image] Aug 30 18:59:05.883 INFO O| Aug 30 18:59:05.883 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4580 | 2024-08-30T18:59:07.695Z | [ recovery-image] Aug 30 18:59:05.899 INFO O| Aug 30 18:59:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
| 4581 | 2024-08-30T18:59:07.698Z | [ recovery-image] Aug 30 18:59:05.899 INFO O| Aug 30 18:59:05.899 INFO STEP 203 (remove_files) COMPLETE |
| 4582 | 2024-08-30T18:59:07.698Z | [ recovery-image] Aug 30 18:59:05.900 INFO O| Aug 30 18:59:05.899 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4583 | 2024-08-30T18:59:07.711Z | [ recovery-image] Aug 30 18:59:05.916 INFO O| Aug 30 18:59:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
| 4584 | 2024-08-30T18:59:07.714Z | [ recovery-image] Aug 30 18:59:05.916 INFO O| Aug 30 18:59:05.916 INFO STEP 204 (remove_files) COMPLETE |
| 4585 | 2024-08-30T18:59:07.714Z | [ recovery-image] Aug 30 18:59:05.916 INFO O| Aug 30 18:59:05.916 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4586 | 2024-08-30T18:59:07.730Z | [ recovery-image] Aug 30 18:59:05.934 INFO O| Aug 30 18:59:05.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
| 4587 | 2024-08-30T18:59:07.730Z | [ recovery-image] Aug 30 18:59:05.934 INFO O| Aug 30 18:59:05.934 INFO STEP 205 (remove_files) COMPLETE |
| 4588 | 2024-08-30T18:59:07.732Z | [ recovery-image] Aug 30 18:59:05.934 INFO O| Aug 30 18:59:05.934 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4589 | 2024-08-30T18:59:07.748Z | [ recovery-image] Aug 30 18:59:05.952 INFO O| Aug 30 18:59:05.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
| 4590 | 2024-08-30T18:59:07.748Z | [ recovery-image] Aug 30 18:59:05.952 INFO O| Aug 30 18:59:05.952 INFO STEP 206 (remove_files) COMPLETE |
| 4591 | 2024-08-30T18:59:07.751Z | [ recovery-image] Aug 30 18:59:05.952 INFO O| Aug 30 18:59:05.952 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4592 | 2024-08-30T18:59:07.767Z | [ recovery-image] Aug 30 18:59:05.971 INFO O| Aug 30 18:59:05.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
| 4593 | 2024-08-30T18:59:07.767Z | [ recovery-image] Aug 30 18:59:05.971 INFO O| Aug 30 18:59:05.971 INFO STEP 207 (remove_files) COMPLETE |
| 4594 | 2024-08-30T18:59:07.769Z | [ recovery-image] Aug 30 18:59:05.971 INFO O| Aug 30 18:59:05.971 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4595 | 2024-08-30T18:59:07.783Z | [ recovery-image] Aug 30 18:59:05.988 INFO O| Aug 30 18:59:05.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
| 4596 | 2024-08-30T18:59:07.786Z | [ recovery-image] Aug 30 18:59:05.988 INFO O| Aug 30 18:59:05.988 INFO STEP 208 (remove_files) COMPLETE |
| 4597 | 2024-08-30T18:59:07.786Z | [ recovery-image] Aug 30 18:59:05.988 INFO O| Aug 30 18:59:05.988 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4598 | 2024-08-30T18:59:07.803Z | [ recovery-image] Aug 30 18:59:06.007 INFO O| Aug 30 18:59:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
| 4599 | 2024-08-30T18:59:07.803Z | [ recovery-image] Aug 30 18:59:06.007 INFO O| Aug 30 18:59:06.007 INFO STEP 209 (remove_files) COMPLETE |
| 4600 | 2024-08-30T18:59:07.806Z | [ recovery-image] Aug 30 18:59:06.007 INFO O| Aug 30 18:59:06.007 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4601 | 2024-08-30T18:59:07.827Z | [ recovery-image] Aug 30 18:59:06.031 INFO O| Aug 30 18:59:06.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
| 4602 | 2024-08-30T18:59:07.827Z | [ recovery-image] Aug 30 18:59:06.031 INFO O| Aug 30 18:59:06.025 INFO STEP 210 (remove_files) COMPLETE |
| 4603 | 2024-08-30T18:59:07.827Z | [ recovery-image] Aug 30 18:59:06.031 INFO O| Aug 30 18:59:06.025 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4604 | 2024-08-30T18:59:07.839Z | [ recovery-image] Aug 30 18:59:06.043 INFO O| Aug 30 18:59:06.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
| 4605 | 2024-08-30T18:59:07.839Z | [ recovery-image] Aug 30 18:59:06.043 INFO O| Aug 30 18:59:06.043 INFO STEP 211 (remove_files) COMPLETE |
| 4606 | 2024-08-30T18:59:07.842Z | [ recovery-image] Aug 30 18:59:06.044 INFO O| Aug 30 18:59:06.043 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4607 | 2024-08-30T18:59:07.857Z | [ recovery-image] Aug 30 18:59:06.061 INFO O| Aug 30 18:59:06.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
| 4608 | 2024-08-30T18:59:07.857Z | [ recovery-image] Aug 30 18:59:06.061 INFO O| Aug 30 18:59:06.061 INFO STEP 212 (remove_files) COMPLETE |
| 4609 | 2024-08-30T18:59:07.857Z | [ recovery-image] Aug 30 18:59:06.061 INFO O| Aug 30 18:59:06.061 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4610 | 2024-08-30T18:59:07.874Z | [ recovery-image] Aug 30 18:59:06.078 INFO O| Aug 30 18:59:06.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
| 4611 | 2024-08-30T18:59:07.874Z | [ recovery-image] Aug 30 18:59:06.078 INFO O| Aug 30 18:59:06.078 INFO STEP 213 (remove_files) COMPLETE |
| 4612 | 2024-08-30T18:59:07.874Z | [ recovery-image] Aug 30 18:59:06.078 INFO O| Aug 30 18:59:06.078 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4613 | 2024-08-30T18:59:07.921Z | [ recovery-image] Aug 30 18:59:06.125 INFO O| Aug 30 18:59:06.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
| 4614 | 2024-08-30T18:59:07.921Z | [ recovery-image] Aug 30 18:59:06.125 INFO O| Aug 30 18:59:06.125 INFO STEP 214 (remove_files) COMPLETE |
| 4615 | 2024-08-30T18:59:07.921Z | [ recovery-image] Aug 30 18:59:06.125 INFO O| Aug 30 18:59:06.125 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4616 | 2024-08-30T18:59:07.939Z | [ recovery-image] Aug 30 18:59:06.143 INFO O| Aug 30 18:59:06.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
| 4617 | 2024-08-30T18:59:07.939Z | [ recovery-image] Aug 30 18:59:06.143 INFO O| Aug 30 18:59:06.143 INFO STEP 215 (remove_files) COMPLETE |
| 4618 | 2024-08-30T18:59:07.939Z | [ recovery-image] Aug 30 18:59:06.143 INFO O| Aug 30 18:59:06.143 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4619 | 2024-08-30T18:59:07.962Z | [ recovery-image] Aug 30 18:59:06.166 INFO O| Aug 30 18:59:06.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
| 4620 | 2024-08-30T18:59:07.962Z | [ recovery-image] Aug 30 18:59:06.166 INFO O| Aug 30 18:59:06.166 INFO STEP 216 (remove_files) COMPLETE |
| 4621 | 2024-08-30T18:59:07.964Z | [ recovery-image] Aug 30 18:59:06.166 INFO O| Aug 30 18:59:06.166 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4622 | 2024-08-30T18:59:07.991Z | [ host-image] Aug 30 18:59:06.195 INFO O| Aug 30 18:59:06.191 INFO O| Done |
| 4623 | 2024-08-30T18:59:07.994Z | [ recovery-image] Aug 30 18:59:06.199 INFO O| Aug 30 18:59:06.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
| 4624 | 2024-08-30T18:59:07.997Z | [ recovery-image] Aug 30 18:59:06.199 INFO O| Aug 30 18:59:06.199 INFO STEP 217 (remove_files) COMPLETE |
| 4625 | 2024-08-30T18:59:07.997Z | [ recovery-image] Aug 30 18:59:06.199 INFO O| Aug 30 18:59:06.199 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4626 | 2024-08-30T18:59:08.014Z | [ recovery-image] Aug 30 18:59:06.218 INFO O| Aug 30 18:59:06.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
| 4627 | 2024-08-30T18:59:08.016Z | [ recovery-image] Aug 30 18:59:06.218 INFO O| Aug 30 18:59:06.218 INFO STEP 218 (remove_files) COMPLETE |
| 4628 | 2024-08-30T18:59:08.016Z | [ recovery-image] Aug 30 18:59:06.218 INFO O| Aug 30 18:59:06.218 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4629 | 2024-08-30T18:59:08.033Z | [ recovery-image] Aug 30 18:59:06.236 INFO O| Aug 30 18:59:06.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
| 4630 | 2024-08-30T18:59:08.033Z | [ recovery-image] Aug 30 18:59:06.236 INFO O| Aug 30 18:59:06.236 INFO STEP 219 (remove_files) COMPLETE |
| 4631 | 2024-08-30T18:59:08.033Z | [ recovery-image] Aug 30 18:59:06.236 INFO O| Aug 30 18:59:06.236 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4632 | 2024-08-30T18:59:08.073Z | [ recovery-image] Aug 30 18:59:06.277 INFO O| Aug 30 18:59:06.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
| 4633 | 2024-08-30T18:59:08.073Z | [ recovery-image] Aug 30 18:59:06.277 INFO O| Aug 30 18:59:06.277 INFO STEP 220 (remove_files) COMPLETE |
| 4634 | 2024-08-30T18:59:08.076Z | [ recovery-image] Aug 30 18:59:06.277 INFO O| Aug 30 18:59:06.277 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4635 | 2024-08-30T18:59:08.097Z | [ recovery-image] Aug 30 18:59:06.301 INFO O| Aug 30 18:59:06.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
| 4636 | 2024-08-30T18:59:08.100Z | [ recovery-image] Aug 30 18:59:06.301 INFO O| Aug 30 18:59:06.301 INFO STEP 221 (remove_files) COMPLETE |
| 4637 | 2024-08-30T18:59:08.100Z | [ recovery-image] Aug 30 18:59:06.302 INFO O| Aug 30 18:59:06.301 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4638 | 2024-08-30T18:59:08.121Z | [ recovery-image] Aug 30 18:59:06.325 INFO O| Aug 30 18:59:06.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
| 4639 | 2024-08-30T18:59:08.121Z | [ recovery-image] Aug 30 18:59:06.325 INFO O| Aug 30 18:59:06.325 INFO STEP 222 (remove_files) COMPLETE |
| 4640 | 2024-08-30T18:59:08.121Z | [ recovery-image] Aug 30 18:59:06.325 INFO O| Aug 30 18:59:06.325 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4641 | 2024-08-30T18:59:08.141Z | [ recovery-image] Aug 30 18:59:06.345 INFO O| Aug 30 18:59:06.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
| 4642 | 2024-08-30T18:59:08.141Z | [ recovery-image] Aug 30 18:59:06.345 INFO O| Aug 30 18:59:06.343 INFO STEP 223 (remove_files) COMPLETE |
| 4643 | 2024-08-30T18:59:08.144Z | [ recovery-image] Aug 30 18:59:06.345 INFO O| Aug 30 18:59:06.343 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4644 | 2024-08-30T18:59:08.158Z | [ recovery-image] Aug 30 18:59:06.361 INFO O| Aug 30 18:59:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
| 4645 | 2024-08-30T18:59:08.158Z | [ recovery-image] Aug 30 18:59:06.361 INFO O| Aug 30 18:59:06.361 INFO STEP 224 (remove_files) COMPLETE |
| 4646 | 2024-08-30T18:59:08.158Z | [ recovery-image] Aug 30 18:59:06.361 INFO O| Aug 30 18:59:06.361 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4647 | 2024-08-30T18:59:08.186Z | [ recovery-image] Aug 30 18:59:06.390 INFO O| Aug 30 18:59:06.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
| 4648 | 2024-08-30T18:59:08.186Z | [ recovery-image] Aug 30 18:59:06.390 INFO O| Aug 30 18:59:06.390 INFO STEP 225 (remove_files) COMPLETE |
| 4649 | 2024-08-30T18:59:08.186Z | [ recovery-image] Aug 30 18:59:06.390 INFO O| Aug 30 18:59:06.390 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4650 | 2024-08-30T18:59:08.204Z | [ recovery-image] Aug 30 18:59:06.408 INFO O| Aug 30 18:59:06.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
| 4651 | 2024-08-30T18:59:08.204Z | [ recovery-image] Aug 30 18:59:06.408 INFO O| Aug 30 18:59:06.408 INFO STEP 226 (remove_files) COMPLETE |
| 4652 | 2024-08-30T18:59:08.204Z | [ recovery-image] Aug 30 18:59:06.408 INFO O| Aug 30 18:59:06.408 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4653 | 2024-08-30T18:59:08.224Z | [ recovery-image] Aug 30 18:59:06.428 INFO O| Aug 30 18:59:06.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
| 4654 | 2024-08-30T18:59:08.226Z | [ recovery-image] Aug 30 18:59:06.428 INFO O| Aug 30 18:59:06.428 INFO STEP 227 (remove_files) COMPLETE |
| 4655 | 2024-08-30T18:59:08.227Z | [ recovery-image] Aug 30 18:59:06.428 INFO O| Aug 30 18:59:06.428 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4656 | 2024-08-30T18:59:08.245Z | [ recovery-image] Aug 30 18:59:06.449 INFO O| Aug 30 18:59:06.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
| 4657 | 2024-08-30T18:59:08.245Z | [ recovery-image] Aug 30 18:59:06.449 INFO O| Aug 30 18:59:06.449 INFO STEP 228 (remove_files) COMPLETE |
| 4658 | 2024-08-30T18:59:08.247Z | [ recovery-image] Aug 30 18:59:06.449 INFO O| Aug 30 18:59:06.449 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4659 | 2024-08-30T18:59:08.304Z | [ recovery-image] Aug 30 18:59:06.508 INFO O| Aug 30 18:59:06.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
| 4660 | 2024-08-30T18:59:08.304Z | [ recovery-image] Aug 30 18:59:06.508 INFO O| Aug 30 18:59:06.508 INFO STEP 229 (remove_files) COMPLETE |
| 4661 | 2024-08-30T18:59:08.304Z | [ recovery-image] Aug 30 18:59:06.508 INFO O| Aug 30 18:59:06.508 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4662 | 2024-08-30T18:59:08.322Z | [ recovery-image] Aug 30 18:59:06.526 INFO O| Aug 30 18:59:06.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
| 4663 | 2024-08-30T18:59:08.322Z | [ recovery-image] Aug 30 18:59:06.527 INFO O| Aug 30 18:59:06.527 INFO STEP 230 (remove_files) COMPLETE |
| 4664 | 2024-08-30T18:59:08.325Z | [ recovery-image] Aug 30 18:59:06.527 INFO O| Aug 30 18:59:06.527 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4665 | 2024-08-30T18:59:08.365Z | [ recovery-image] Aug 30 18:59:06.569 INFO O| Aug 30 18:59:06.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
| 4666 | 2024-08-30T18:59:08.365Z | [ recovery-image] Aug 30 18:59:06.569 INFO O| Aug 30 18:59:06.569 INFO STEP 231 (remove_files) COMPLETE |
| 4667 | 2024-08-30T18:59:08.365Z | [ recovery-image] Aug 30 18:59:06.569 INFO O| Aug 30 18:59:06.569 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4668 | 2024-08-30T18:59:08.382Z | [ recovery-image] Aug 30 18:59:06.586 INFO O| Aug 30 18:59:06.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
| 4669 | 2024-08-30T18:59:08.382Z | [ recovery-image] Aug 30 18:59:06.586 INFO O| Aug 30 18:59:06.586 INFO STEP 232 (remove_files) COMPLETE |
| 4670 | 2024-08-30T18:59:08.385Z | [ recovery-image] Aug 30 18:59:06.586 INFO O| Aug 30 18:59:06.586 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4671 | 2024-08-30T18:59:08.400Z | [ recovery-image] Aug 30 18:59:06.604 INFO O| Aug 30 18:59:06.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
| 4672 | 2024-08-30T18:59:08.403Z | [ recovery-image] Aug 30 18:59:06.604 INFO O| Aug 30 18:59:06.604 INFO STEP 233 (remove_files) COMPLETE |
| 4673 | 2024-08-30T18:59:08.403Z | [ recovery-image] Aug 30 18:59:06.604 INFO O| Aug 30 18:59:06.604 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4674 | 2024-08-30T18:59:08.416Z | [ recovery-image] Aug 30 18:59:06.620 INFO O| Aug 30 18:59:06.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
| 4675 | 2024-08-30T18:59:08.419Z | [ recovery-image] Aug 30 18:59:06.620 INFO O| Aug 30 18:59:06.620 INFO STEP 234 (remove_files) COMPLETE |
| 4676 | 2024-08-30T18:59:08.419Z | [ recovery-image] Aug 30 18:59:06.621 INFO O| Aug 30 18:59:06.620 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4677 | 2024-08-30T18:59:08.435Z | [ recovery-image] Aug 30 18:59:06.638 INFO O| Aug 30 18:59:06.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
| 4678 | 2024-08-30T18:59:08.435Z | [ recovery-image] Aug 30 18:59:06.638 INFO O| Aug 30 18:59:06.638 INFO STEP 235 (remove_files) COMPLETE |
| 4679 | 2024-08-30T18:59:08.438Z | [ recovery-image] Aug 30 18:59:06.638 INFO O| Aug 30 18:59:06.638 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4680 | 2024-08-30T18:59:08.473Z | [ recovery-image] Aug 30 18:59:06.677 INFO O| Aug 30 18:59:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
| 4681 | 2024-08-30T18:59:08.475Z | [ recovery-image] Aug 30 18:59:06.677 INFO O| Aug 30 18:59:06.677 INFO STEP 236 (remove_files) COMPLETE |
| 4682 | 2024-08-30T18:59:08.475Z | [ recovery-image] Aug 30 18:59:06.677 INFO O| Aug 30 18:59:06.677 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4683 | 2024-08-30T18:59:08.491Z | [ recovery-image] Aug 30 18:59:06.695 INFO O| Aug 30 18:59:06.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
| 4684 | 2024-08-30T18:59:08.493Z | [ recovery-image] Aug 30 18:59:06.695 INFO O| Aug 30 18:59:06.695 INFO STEP 237 (remove_files) COMPLETE |
| 4685 | 2024-08-30T18:59:08.493Z | [ recovery-image] Aug 30 18:59:06.695 INFO O| Aug 30 18:59:06.695 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4686 | 2024-08-30T18:59:08.507Z | [ recovery-image] Aug 30 18:59:06.711 INFO O| Aug 30 18:59:06.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
| 4687 | 2024-08-30T18:59:08.507Z | [ recovery-image] Aug 30 18:59:06.711 INFO O| Aug 30 18:59:06.711 INFO STEP 238 (remove_files) COMPLETE |
| 4688 | 2024-08-30T18:59:08.509Z | [ recovery-image] Aug 30 18:59:06.711 INFO O| Aug 30 18:59:06.711 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4689 | 2024-08-30T18:59:08.524Z | [ recovery-image] Aug 30 18:59:06.728 INFO O| Aug 30 18:59:06.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
| 4690 | 2024-08-30T18:59:08.524Z | [ recovery-image] Aug 30 18:59:06.728 INFO O| Aug 30 18:59:06.728 INFO STEP 239 (remove_files) COMPLETE |
| 4691 | 2024-08-30T18:59:08.526Z | [ recovery-image] Aug 30 18:59:06.728 INFO O| Aug 30 18:59:06.728 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4692 | 2024-08-30T18:59:08.542Z | [ recovery-image] Aug 30 18:59:06.746 INFO O| Aug 30 18:59:06.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
| 4693 | 2024-08-30T18:59:08.542Z | [ recovery-image] Aug 30 18:59:06.747 INFO O| Aug 30 18:59:06.747 INFO STEP 240 (remove_files) COMPLETE |
| 4694 | 2024-08-30T18:59:08.545Z | [ recovery-image] Aug 30 18:59:06.747 INFO O| Aug 30 18:59:06.747 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4695 | 2024-08-30T18:59:08.568Z | [ recovery-image] Aug 30 18:59:06.772 INFO O| Aug 30 18:59:06.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
| 4696 | 2024-08-30T18:59:08.568Z | [ recovery-image] Aug 30 18:59:06.772 INFO O| Aug 30 18:59:06.772 INFO STEP 241 (remove_files) COMPLETE |
| 4697 | 2024-08-30T18:59:08.568Z | [ recovery-image] Aug 30 18:59:06.772 INFO O| Aug 30 18:59:06.772 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4698 | 2024-08-30T18:59:08.602Z | [ recovery-image] Aug 30 18:59:06.806 INFO O| Aug 30 18:59:06.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
| 4699 | 2024-08-30T18:59:08.602Z | [ recovery-image] Aug 30 18:59:06.806 INFO O| Aug 30 18:59:06.806 INFO STEP 242 (remove_files) COMPLETE |
| 4700 | 2024-08-30T18:59:08.602Z | [ recovery-image] Aug 30 18:59:06.806 INFO O| Aug 30 18:59:06.806 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4701 | 2024-08-30T18:59:08.620Z | [ recovery-image] Aug 30 18:59:06.825 INFO O| Aug 30 18:59:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
| 4702 | 2024-08-30T18:59:08.621Z | [ recovery-image] Aug 30 18:59:06.825 INFO O| Aug 30 18:59:06.825 INFO STEP 243 (remove_files) COMPLETE |
| 4703 | 2024-08-30T18:59:08.621Z | [ recovery-image] Aug 30 18:59:06.825 INFO O| Aug 30 18:59:06.825 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4704 | 2024-08-30T18:59:08.639Z | [ recovery-image] Aug 30 18:59:06.843 INFO O| Aug 30 18:59:06.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
| 4705 | 2024-08-30T18:59:08.639Z | [ recovery-image] Aug 30 18:59:06.843 INFO O| Aug 30 18:59:06.843 INFO STEP 244 (remove_files) COMPLETE |
| 4706 | 2024-08-30T18:59:08.639Z | [ recovery-image] Aug 30 18:59:06.843 INFO O| Aug 30 18:59:06.843 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4707 | 2024-08-30T18:59:08.658Z | [ recovery-image] Aug 30 18:59:06.862 INFO O| Aug 30 18:59:06.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
| 4708 | 2024-08-30T18:59:08.658Z | [ recovery-image] Aug 30 18:59:06.862 INFO O| Aug 30 18:59:06.862 INFO STEP 245 (remove_files) COMPLETE |
| 4709 | 2024-08-30T18:59:08.658Z | [ recovery-image] Aug 30 18:59:06.862 INFO O| Aug 30 18:59:06.862 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4710 | 2024-08-30T18:59:08.678Z | [ recovery-image] Aug 30 18:59:06.882 INFO O| Aug 30 18:59:06.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
| 4711 | 2024-08-30T18:59:08.678Z | [ recovery-image] Aug 30 18:59:06.882 INFO O| Aug 30 18:59:06.882 INFO STEP 246 (remove_files) COMPLETE |
| 4712 | 2024-08-30T18:59:08.678Z | [ recovery-image] Aug 30 18:59:06.882 INFO O| Aug 30 18:59:06.882 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4713 | 2024-08-30T18:59:08.698Z | [ recovery-image] Aug 30 18:59:06.902 INFO O| Aug 30 18:59:06.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
| 4714 | 2024-08-30T18:59:08.698Z | [ recovery-image] Aug 30 18:59:06.902 INFO O| Aug 30 18:59:06.902 INFO STEP 247 (remove_files) COMPLETE |
| 4715 | 2024-08-30T18:59:08.700Z | [ recovery-image] Aug 30 18:59:06.902 INFO O| Aug 30 18:59:06.902 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4716 | 2024-08-30T18:59:08.719Z | [ recovery-image] Aug 30 18:59:06.922 INFO O| Aug 30 18:59:06.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
| 4717 | 2024-08-30T18:59:08.719Z | [ recovery-image] Aug 30 18:59:06.923 INFO O| Aug 30 18:59:06.923 INFO STEP 248 (remove_files) COMPLETE |
| 4718 | 2024-08-30T18:59:08.719Z | [ recovery-image] Aug 30 18:59:06.923 INFO O| Aug 30 18:59:06.923 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4719 | 2024-08-30T18:59:08.737Z | [ recovery-image] Aug 30 18:59:06.941 INFO O| Aug 30 18:59:06.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
| 4720 | 2024-08-30T18:59:08.737Z | [ recovery-image] Aug 30 18:59:06.941 INFO O| Aug 30 18:59:06.941 INFO STEP 249 (remove_files) COMPLETE |
| 4721 | 2024-08-30T18:59:08.740Z | [ recovery-image] Aug 30 18:59:06.941 INFO O| Aug 30 18:59:06.941 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4722 | 2024-08-30T18:59:08.757Z | [ recovery-image] Aug 30 18:59:06.961 INFO O| Aug 30 18:59:06.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
| 4723 | 2024-08-30T18:59:08.757Z | [ recovery-image] Aug 30 18:59:06.961 INFO O| Aug 30 18:59:06.961 INFO STEP 250 (remove_files) COMPLETE |
| 4724 | 2024-08-30T18:59:08.757Z | [ recovery-image] Aug 30 18:59:06.961 INFO O| Aug 30 18:59:06.961 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4725 | 2024-08-30T18:59:08.777Z | [ recovery-image] Aug 30 18:59:06.981 INFO O| Aug 30 18:59:06.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
| 4726 | 2024-08-30T18:59:08.778Z | [ recovery-image] Aug 30 18:59:06.982 INFO O| Aug 30 18:59:06.981 INFO STEP 251 (remove_files) COMPLETE |
| 4727 | 2024-08-30T18:59:08.780Z | [ recovery-image] Aug 30 18:59:06.982 INFO O| Aug 30 18:59:06.982 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4728 | 2024-08-30T18:59:08.798Z | [ recovery-image] Aug 30 18:59:07.002 INFO O| Aug 30 18:59:07.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
| 4729 | 2024-08-30T18:59:08.798Z | [ recovery-image] Aug 30 18:59:07.002 INFO O| Aug 30 18:59:07.002 INFO STEP 252 (remove_files) COMPLETE |
| 4730 | 2024-08-30T18:59:08.798Z | [ recovery-image] Aug 30 18:59:07.002 INFO O| Aug 30 18:59:07.002 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4731 | 2024-08-30T18:59:08.818Z | [ recovery-image] Aug 30 18:59:07.022 INFO O| Aug 30 18:59:07.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
| 4732 | 2024-08-30T18:59:08.818Z | [ recovery-image] Aug 30 18:59:07.022 INFO O| Aug 30 18:59:07.022 INFO STEP 253 (remove_files) COMPLETE |
| 4733 | 2024-08-30T18:59:08.818Z | [ recovery-image] Aug 30 18:59:07.022 INFO O| Aug 30 18:59:07.022 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4734 | 2024-08-30T18:59:08.837Z | [ recovery-image] Aug 30 18:59:07.041 INFO O| Aug 30 18:59:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
| 4735 | 2024-08-30T18:59:08.837Z | [ recovery-image] Aug 30 18:59:07.041 INFO O| Aug 30 18:59:07.041 INFO STEP 254 (remove_files) COMPLETE |
| 4736 | 2024-08-30T18:59:08.837Z | [ recovery-image] Aug 30 18:59:07.041 INFO O| Aug 30 18:59:07.041 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4737 | 2024-08-30T18:59:08.856Z | [ recovery-image] Aug 30 18:59:07.060 INFO O| Aug 30 18:59:07.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
| 4738 | 2024-08-30T18:59:08.856Z | [ recovery-image] Aug 30 18:59:07.060 INFO O| Aug 30 18:59:07.060 INFO STEP 255 (remove_files) COMPLETE |
| 4739 | 2024-08-30T18:59:08.856Z | [ recovery-image] Aug 30 18:59:07.060 INFO O| Aug 30 18:59:07.060 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4740 | 2024-08-30T18:59:08.875Z | [ recovery-image] Aug 30 18:59:07.079 INFO O| Aug 30 18:59:07.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
| 4741 | 2024-08-30T18:59:08.875Z | [ recovery-image] Aug 30 18:59:07.079 INFO O| Aug 30 18:59:07.079 INFO STEP 256 (remove_files) COMPLETE |
| 4742 | 2024-08-30T18:59:08.875Z | [ recovery-image] Aug 30 18:59:07.079 INFO O| Aug 30 18:59:07.079 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4743 | 2024-08-30T18:59:08.895Z | [ recovery-image] Aug 30 18:59:07.099 INFO O| Aug 30 18:59:07.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
| 4744 | 2024-08-30T18:59:08.895Z | [ recovery-image] Aug 30 18:59:07.099 INFO O| Aug 30 18:59:07.099 INFO STEP 257 (remove_files) COMPLETE |
| 4745 | 2024-08-30T18:59:08.895Z | [ recovery-image] Aug 30 18:59:07.099 INFO O| Aug 30 18:59:07.099 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4746 | 2024-08-30T18:59:08.914Z | [ recovery-image] Aug 30 18:59:07.118 INFO O| Aug 30 18:59:07.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
| 4747 | 2024-08-30T18:59:08.914Z | [ recovery-image] Aug 30 18:59:07.118 INFO O| Aug 30 18:59:07.118 INFO STEP 258 (remove_files) COMPLETE |
| 4748 | 2024-08-30T18:59:08.916Z | [ recovery-image] Aug 30 18:59:07.118 INFO O| Aug 30 18:59:07.118 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4749 | 2024-08-30T18:59:08.932Z | [ recovery-image] Aug 30 18:59:07.136 INFO O| Aug 30 18:59:07.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
| 4750 | 2024-08-30T18:59:08.935Z | [ recovery-image] Aug 30 18:59:07.137 INFO O| Aug 30 18:59:07.136 INFO STEP 259 (remove_files) COMPLETE |
| 4751 | 2024-08-30T18:59:08.935Z | [ recovery-image] Aug 30 18:59:07.137 INFO O| Aug 30 18:59:07.137 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4752 | 2024-08-30T18:59:08.968Z | [ recovery-image] Aug 30 18:59:07.171 INFO O| Aug 30 18:59:07.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
| 4753 | 2024-08-30T18:59:08.970Z | [ recovery-image] Aug 30 18:59:07.172 INFO O| Aug 30 18:59:07.172 INFO STEP 260 (remove_files) COMPLETE |
| 4754 | 2024-08-30T18:59:08.970Z | [ recovery-image] Aug 30 18:59:07.172 INFO O| Aug 30 18:59:07.172 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4755 | 2024-08-30T18:59:08.986Z | [ recovery-image] Aug 30 18:59:07.189 INFO O| Aug 30 18:59:07.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
| 4756 | 2024-08-30T18:59:08.986Z | [ recovery-image] Aug 30 18:59:07.190 INFO O| Aug 30 18:59:07.190 INFO STEP 261 (remove_files) COMPLETE |
| 4757 | 2024-08-30T18:59:08.988Z | [ recovery-image] Aug 30 18:59:07.190 INFO O| Aug 30 18:59:07.190 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4758 | 2024-08-30T18:59:09.003Z | [ recovery-image] Aug 30 18:59:07.207 INFO O| Aug 30 18:59:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
| 4759 | 2024-08-30T18:59:09.005Z | [ recovery-image] Aug 30 18:59:07.207 INFO O| Aug 30 18:59:07.207 INFO STEP 262 (remove_files) COMPLETE |
| 4760 | 2024-08-30T18:59:09.005Z | [ recovery-image] Aug 30 18:59:07.207 INFO O| Aug 30 18:59:07.207 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4761 | 2024-08-30T18:59:09.042Z | [ recovery-image] Aug 30 18:59:07.246 INFO O| Aug 30 18:59:07.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
| 4762 | 2024-08-30T18:59:09.044Z | [ recovery-image] Aug 30 18:59:07.246 INFO O| Aug 30 18:59:07.246 INFO STEP 263 (remove_files) COMPLETE |
| 4763 | 2024-08-30T18:59:09.044Z | [ recovery-image] Aug 30 18:59:07.246 INFO O| Aug 30 18:59:07.246 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4764 | 2024-08-30T18:59:09.063Z | [ recovery-image] Aug 30 18:59:07.265 INFO O| Aug 30 18:59:07.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
| 4765 | 2024-08-30T18:59:09.066Z | [ recovery-image] Aug 30 18:59:07.266 INFO O| Aug 30 18:59:07.266 INFO STEP 264 (remove_files) COMPLETE |
| 4766 | 2024-08-30T18:59:09.066Z | [ recovery-image] Aug 30 18:59:07.266 INFO O| Aug 30 18:59:07.266 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4767 | 2024-08-30T18:59:09.097Z | [ recovery-image] Aug 30 18:59:07.301 INFO O| Aug 30 18:59:07.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
| 4768 | 2024-08-30T18:59:09.097Z | [ recovery-image] Aug 30 18:59:07.301 INFO O| Aug 30 18:59:07.301 INFO STEP 265 (remove_files) COMPLETE |
| 4769 | 2024-08-30T18:59:09.099Z | [ recovery-image] Aug 30 18:59:07.301 INFO O| Aug 30 18:59:07.301 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4770 | 2024-08-30T18:59:09.155Z | [ recovery-image] Aug 30 18:59:07.359 INFO O| Aug 30 18:59:07.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
| 4771 | 2024-08-30T18:59:09.155Z | [ recovery-image] Aug 30 18:59:07.359 INFO O| Aug 30 18:59:07.359 INFO STEP 266 (remove_files) COMPLETE |
| 4772 | 2024-08-30T18:59:09.155Z | [ recovery-image] Aug 30 18:59:07.359 INFO O| Aug 30 18:59:07.359 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4773 | 2024-08-30T18:59:09.199Z | [ recovery-image] Aug 30 18:59:07.402 INFO O| Aug 30 18:59:07.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
| 4774 | 2024-08-30T18:59:09.199Z | [ recovery-image] Aug 30 18:59:07.403 INFO O| Aug 30 18:59:07.403 INFO STEP 267 (remove_files) COMPLETE |
| 4775 | 2024-08-30T18:59:09.199Z | [ recovery-image] Aug 30 18:59:07.403 INFO O| Aug 30 18:59:07.403 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4776 | 2024-08-30T18:59:09.243Z | [ recovery-image] Aug 30 18:59:07.447 INFO O| Aug 30 18:59:07.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
| 4777 | 2024-08-30T18:59:09.243Z | [ recovery-image] Aug 30 18:59:07.447 INFO O| Aug 30 18:59:07.447 INFO STEP 268 (remove_files) COMPLETE |
| 4778 | 2024-08-30T18:59:09.246Z | [ recovery-image] Aug 30 18:59:07.447 INFO O| Aug 30 18:59:07.447 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4779 | 2024-08-30T18:59:09.281Z | [ recovery-image] Aug 30 18:59:07.485 INFO O| Aug 30 18:59:07.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
| 4780 | 2024-08-30T18:59:09.281Z | [ recovery-image] Aug 30 18:59:07.485 INFO O| Aug 30 18:59:07.485 INFO STEP 269 (remove_files) COMPLETE |
| 4781 | 2024-08-30T18:59:09.281Z | [ recovery-image] Aug 30 18:59:07.485 INFO O| Aug 30 18:59:07.485 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4782 | 2024-08-30T18:59:09.344Z | [ recovery-image] Aug 30 18:59:07.547 INFO O| Aug 30 18:59:07.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
| 4783 | 2024-08-30T18:59:09.344Z | [ recovery-image] Aug 30 18:59:07.547 INFO O| Aug 30 18:59:07.547 INFO STEP 270 (remove_files) COMPLETE |
| 4784 | 2024-08-30T18:59:09.344Z | [ recovery-image] Aug 30 18:59:07.547 INFO O| Aug 30 18:59:07.547 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4785 | 2024-08-30T18:59:09.392Z | [ recovery-image] Aug 30 18:59:07.596 INFO O| Aug 30 18:59:07.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
| 4786 | 2024-08-30T18:59:09.392Z | [ recovery-image] Aug 30 18:59:07.596 INFO O| Aug 30 18:59:07.596 INFO STEP 271 (remove_files) COMPLETE |
| 4787 | 2024-08-30T18:59:09.392Z | [ recovery-image] Aug 30 18:59:07.596 INFO O| Aug 30 18:59:07.596 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4788 | 2024-08-30T18:59:09.411Z | [ recovery-image] Aug 30 18:59:07.615 INFO O| Aug 30 18:59:07.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
| 4789 | 2024-08-30T18:59:09.411Z | [ recovery-image] Aug 30 18:59:07.615 INFO O| Aug 30 18:59:07.615 INFO STEP 272 (remove_files) COMPLETE |
| 4790 | 2024-08-30T18:59:09.414Z | [ recovery-image] Aug 30 18:59:07.615 INFO O| Aug 30 18:59:07.615 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4791 | 2024-08-30T18:59:09.470Z | [ recovery-image] Aug 30 18:59:07.674 INFO O| Aug 30 18:59:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
| 4792 | 2024-08-30T18:59:09.470Z | [ recovery-image] Aug 30 18:59:07.674 INFO O| Aug 30 18:59:07.674 INFO STEP 273 (remove_files) COMPLETE |
| 4793 | 2024-08-30T18:59:09.470Z | [ recovery-image] Aug 30 18:59:07.674 INFO O| Aug 30 18:59:07.674 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4794 | 2024-08-30T18:59:09.492Z | [ recovery-image] Aug 30 18:59:07.696 INFO O| Aug 30 18:59:07.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
| 4795 | 2024-08-30T18:59:09.492Z | [ recovery-image] Aug 30 18:59:07.696 INFO O| Aug 30 18:59:07.696 INFO STEP 274 (remove_files) COMPLETE |
| 4796 | 2024-08-30T18:59:09.493Z | [ recovery-image] Aug 30 18:59:07.696 INFO O| Aug 30 18:59:07.696 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4797 | 2024-08-30T18:59:09.512Z | [ recovery-image] Aug 30 18:59:07.716 INFO O| Aug 30 18:59:07.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
| 4798 | 2024-08-30T18:59:09.513Z | [ recovery-image] Aug 30 18:59:07.716 INFO O| Aug 30 18:59:07.716 INFO STEP 275 (remove_files) COMPLETE |
| 4799 | 2024-08-30T18:59:09.515Z | [ recovery-image] Aug 30 18:59:07.716 INFO O| Aug 30 18:59:07.716 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4800 | 2024-08-30T18:59:09.532Z | [ recovery-image] Aug 30 18:59:07.736 INFO O| Aug 30 18:59:07.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
| 4801 | 2024-08-30T18:59:09.535Z | [ recovery-image] Aug 30 18:59:07.736 INFO O| Aug 30 18:59:07.736 INFO STEP 276 (remove_files) COMPLETE |
| 4802 | 2024-08-30T18:59:09.535Z | [ recovery-image] Aug 30 18:59:07.736 INFO O| Aug 30 18:59:07.736 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4803 | 2024-08-30T18:59:09.552Z | [ recovery-image] Aug 30 18:59:07.756 INFO O| Aug 30 18:59:07.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
| 4804 | 2024-08-30T18:59:09.552Z | [ recovery-image] Aug 30 18:59:07.756 INFO O| Aug 30 18:59:07.756 INFO STEP 277 (remove_files) COMPLETE |
| 4805 | 2024-08-30T18:59:09.552Z | [ recovery-image] Aug 30 18:59:07.756 INFO O| Aug 30 18:59:07.756 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4806 | 2024-08-30T18:59:09.579Z | [ recovery-image] Aug 30 18:59:07.783 INFO O| Aug 30 18:59:07.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
| 4807 | 2024-08-30T18:59:09.579Z | [ recovery-image] Aug 30 18:59:07.783 INFO O| Aug 30 18:59:07.783 INFO STEP 278 (remove_files) COMPLETE |
| 4808 | 2024-08-30T18:59:09.582Z | [ recovery-image] Aug 30 18:59:07.784 INFO O| Aug 30 18:59:07.783 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4809 | 2024-08-30T18:59:09.601Z | [ recovery-image] Aug 30 18:59:07.805 INFO O| Aug 30 18:59:07.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
| 4810 | 2024-08-30T18:59:09.625Z | [ recovery-image] Aug 30 18:59:07.829 INFO O| Aug 30 18:59:07.829 INFO STEP 279 (remove_files) COMPLETE |
| 4811 | 2024-08-30T18:59:09.625Z | [ recovery-image] Aug 30 18:59:07.829 INFO O| Aug 30 18:59:07.829 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4812 | 2024-08-30T18:59:09.702Z | [ recovery-image] Aug 30 18:59:07.905 INFO O| Aug 30 18:59:07.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
| 4813 | 2024-08-30T18:59:09.702Z | [ recovery-image] Aug 30 18:59:07.905 INFO O| Aug 30 18:59:07.905 INFO STEP 280 (remove_files) COMPLETE |
| 4814 | 2024-08-30T18:59:09.702Z | [ recovery-image] Aug 30 18:59:07.905 INFO O| Aug 30 18:59:07.905 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4815 | 2024-08-30T18:59:09.737Z | [ recovery-image] Aug 30 18:59:07.941 INFO O| Aug 30 18:59:07.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
| 4816 | 2024-08-30T18:59:09.737Z | [ recovery-image] Aug 30 18:59:07.941 INFO O| Aug 30 18:59:07.941 INFO STEP 281 (remove_files) COMPLETE |
| 4817 | 2024-08-30T18:59:09.737Z | [ recovery-image] Aug 30 18:59:07.941 INFO O| Aug 30 18:59:07.941 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4818 | 2024-08-30T18:59:09.788Z | [ recovery-image] Aug 30 18:59:07.992 INFO O| Aug 30 18:59:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
| 4819 | 2024-08-30T18:59:09.789Z | [ recovery-image] Aug 30 18:59:07.992 INFO O| Aug 30 18:59:07.992 INFO STEP 282 (remove_files) COMPLETE |
| 4820 | 2024-08-30T18:59:09.791Z | [ recovery-image] Aug 30 18:59:07.992 INFO O| Aug 30 18:59:07.992 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4821 | 2024-08-30T18:59:09.831Z | [ recovery-image] Aug 30 18:59:08.035 INFO O| Aug 30 18:59:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
| 4822 | 2024-08-30T18:59:09.831Z | [ recovery-image] Aug 30 18:59:08.035 INFO O| Aug 30 18:59:08.035 INFO STEP 283 (remove_files) COMPLETE |
| 4823 | 2024-08-30T18:59:09.831Z | [ recovery-image] Aug 30 18:59:08.035 INFO O| Aug 30 18:59:08.035 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4824 | 2024-08-30T18:59:09.852Z | [ recovery-image] Aug 30 18:59:08.056 INFO O| Aug 30 18:59:08.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
| 4825 | 2024-08-30T18:59:09.852Z | [ recovery-image] Aug 30 18:59:08.056 INFO O| Aug 30 18:59:08.056 INFO STEP 284 (remove_files) COMPLETE |
| 4826 | 2024-08-30T18:59:09.852Z | [ recovery-image] Aug 30 18:59:08.056 INFO O| Aug 30 18:59:08.056 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4827 | 2024-08-30T18:59:09.872Z | [ recovery-image] Aug 30 18:59:08.076 INFO O| Aug 30 18:59:08.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
| 4828 | 2024-08-30T18:59:09.872Z | [ recovery-image] Aug 30 18:59:08.076 INFO O| Aug 30 18:59:08.076 INFO STEP 285 (remove_files) COMPLETE |
| 4829 | 2024-08-30T18:59:09.877Z | [ recovery-image] Aug 30 18:59:08.076 INFO O| Aug 30 18:59:08.076 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4830 | 2024-08-30T18:59:09.895Z | [ recovery-image] Aug 30 18:59:08.098 INFO O| Aug 30 18:59:08.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
| 4831 | 2024-08-30T18:59:09.895Z | [ recovery-image] Aug 30 18:59:08.098 INFO O| Aug 30 18:59:08.098 INFO STEP 286 (remove_files) COMPLETE |
| 4832 | 2024-08-30T18:59:09.901Z | [ recovery-image] Aug 30 18:59:08.098 INFO O| Aug 30 18:59:08.098 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4833 | 2024-08-30T18:59:09.930Z | [ recovery-image] Aug 30 18:59:08.133 INFO O| Aug 30 18:59:08.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
| 4834 | 2024-08-30T18:59:09.932Z | [ recovery-image] Aug 30 18:59:08.134 INFO O| Aug 30 18:59:08.134 INFO STEP 287 (remove_files) COMPLETE |
| 4835 | 2024-08-30T18:59:09.932Z | [ recovery-image] Aug 30 18:59:08.134 INFO O| Aug 30 18:59:08.134 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4836 | 2024-08-30T18:59:09.964Z | [ recovery-image] Aug 30 18:59:08.167 INFO O| Aug 30 18:59:08.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
| 4837 | 2024-08-30T18:59:09.964Z | [ recovery-image] Aug 30 18:59:08.167 INFO O| Aug 30 18:59:08.167 INFO STEP 288 (remove_files) COMPLETE |
| 4838 | 2024-08-30T18:59:09.964Z | [ recovery-image] Aug 30 18:59:08.167 INFO O| Aug 30 18:59:08.167 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4839 | 2024-08-30T18:59:10.001Z | [ recovery-image] Aug 30 18:59:08.205 INFO O| Aug 30 18:59:08.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
| 4840 | 2024-08-30T18:59:10.001Z | [ recovery-image] Aug 30 18:59:08.205 INFO O| Aug 30 18:59:08.205 INFO STEP 289 (remove_files) COMPLETE |
| 4841 | 2024-08-30T18:59:10.004Z | [ recovery-image] Aug 30 18:59:08.205 INFO O| Aug 30 18:59:08.205 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4842 | 2024-08-30T18:59:10.021Z | [ recovery-image] Aug 30 18:59:08.223 INFO O| Aug 30 18:59:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 4843 | 2024-08-30T18:59:10.021Z | [ recovery-image] Aug 30 18:59:08.224 INFO O| Aug 30 18:59:08.223 INFO STEP 290 (remove_files) COMPLETE |
| 4844 | 2024-08-30T18:59:10.021Z | [ recovery-image] Aug 30 18:59:08.224 INFO O| Aug 30 18:59:08.223 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4845 | 2024-08-30T18:59:10.040Z | [ recovery-image] Aug 30 18:59:08.243 INFO O| Aug 30 18:59:08.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
| 4846 | 2024-08-30T18:59:10.040Z | [ recovery-image] Aug 30 18:59:08.243 INFO O| Aug 30 18:59:08.243 INFO STEP 291 (remove_files) COMPLETE |
| 4847 | 2024-08-30T18:59:10.040Z | [ recovery-image] Aug 30 18:59:08.243 INFO O| Aug 30 18:59:08.243 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4848 | 2024-08-30T18:59:10.059Z | [ recovery-image] Aug 30 18:59:08.263 INFO O| Aug 30 18:59:08.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
| 4849 | 2024-08-30T18:59:10.061Z | [ recovery-image] Aug 30 18:59:08.264 INFO O| Aug 30 18:59:08.264 INFO STEP 292 (remove_files) COMPLETE |
| 4850 | 2024-08-30T18:59:10.061Z | [ recovery-image] Aug 30 18:59:08.264 INFO O| Aug 30 18:59:08.264 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4851 | 2024-08-30T18:59:10.116Z | [ recovery-image] Aug 30 18:59:08.319 INFO O| Aug 30 18:59:08.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
| 4852 | 2024-08-30T18:59:10.116Z | [ recovery-image] Aug 30 18:59:08.320 INFO O| Aug 30 18:59:08.320 INFO STEP 293 (remove_files) COMPLETE |
| 4853 | 2024-08-30T18:59:10.119Z | [ recovery-image] Aug 30 18:59:08.320 INFO O| Aug 30 18:59:08.320 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4854 | 2024-08-30T18:59:10.177Z | [ recovery-image] Aug 30 18:59:08.381 INFO O| Aug 30 18:59:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
| 4855 | 2024-08-30T18:59:10.177Z | [ recovery-image] Aug 30 18:59:08.381 INFO O| Aug 30 18:59:08.381 INFO STEP 294 (remove_files) COMPLETE |
| 4856 | 2024-08-30T18:59:10.177Z | [ recovery-image] Aug 30 18:59:08.381 INFO O| Aug 30 18:59:08.381 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4857 | 2024-08-30T18:59:10.198Z | [ recovery-image] Aug 30 18:59:08.402 INFO O| Aug 30 18:59:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
| 4858 | 2024-08-30T18:59:10.198Z | [ recovery-image] Aug 30 18:59:08.402 INFO O| Aug 30 18:59:08.402 INFO STEP 295 (remove_files) COMPLETE |
| 4859 | 2024-08-30T18:59:10.198Z | [ recovery-image] Aug 30 18:59:08.402 INFO O| Aug 30 18:59:08.402 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4860 | 2024-08-30T18:59:10.217Z | [ recovery-image] Aug 30 18:59:08.420 INFO O| Aug 30 18:59:08.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
| 4861 | 2024-08-30T18:59:10.219Z | [ recovery-image] Aug 30 18:59:08.421 INFO O| Aug 30 18:59:08.421 INFO STEP 296 (remove_files) COMPLETE |
| 4862 | 2024-08-30T18:59:10.219Z | [ recovery-image] Aug 30 18:59:08.421 INFO O| Aug 30 18:59:08.421 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4863 | 2024-08-30T18:59:10.240Z | [ recovery-image] Aug 30 18:59:08.444 INFO O| Aug 30 18:59:08.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
| 4864 | 2024-08-30T18:59:10.240Z | [ recovery-image] Aug 30 18:59:08.444 INFO O| Aug 30 18:59:08.444 INFO STEP 297 (remove_files) COMPLETE |
| 4865 | 2024-08-30T18:59:10.243Z | [ recovery-image] Aug 30 18:59:08.444 INFO O| Aug 30 18:59:08.444 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4866 | 2024-08-30T18:59:10.248Z | [ host-image] Aug 30 18:59:08.452 INFO O| Aug 30 18:59:08.451 INFO O| Done |
| 4867 | 2024-08-30T18:59:10.284Z | [ host-image] Aug 30 18:59:08.488 INFO O| Aug 30 18:59:08.487 INFO O| Done |
| 4868 | 2024-08-30T18:59:10.311Z | [ recovery-image] Aug 30 18:59:08.515 INFO O| Aug 30 18:59:08.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
| 4869 | 2024-08-30T18:59:10.311Z | [ recovery-image] Aug 30 18:59:08.515 INFO O| Aug 30 18:59:08.515 INFO STEP 298 (remove_files) COMPLETE |
| 4870 | 2024-08-30T18:59:10.311Z | [ recovery-image] Aug 30 18:59:08.515 INFO O| Aug 30 18:59:08.515 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4871 | 2024-08-30T18:59:10.330Z | [ recovery-image] Aug 30 18:59:08.534 INFO O| Aug 30 18:59:08.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
| 4872 | 2024-08-30T18:59:10.330Z | [ recovery-image] Aug 30 18:59:08.534 INFO O| Aug 30 18:59:08.534 INFO STEP 299 (remove_files) COMPLETE |
| 4873 | 2024-08-30T18:59:10.331Z | [ recovery-image] Aug 30 18:59:08.534 INFO O| Aug 30 18:59:08.534 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4874 | 2024-08-30T18:59:10.348Z | [ recovery-image] Aug 30 18:59:08.552 INFO O| Aug 30 18:59:08.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
| 4875 | 2024-08-30T18:59:10.349Z | [ recovery-image] Aug 30 18:59:08.552 INFO O| Aug 30 18:59:08.552 INFO STEP 300 (remove_files) COMPLETE |
| 4876 | 2024-08-30T18:59:10.349Z | [ recovery-image] Aug 30 18:59:08.552 INFO O| Aug 30 18:59:08.552 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4877 | 2024-08-30T18:59:10.367Z | [ recovery-image] Aug 30 18:59:08.571 INFO O| Aug 30 18:59:08.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
| 4878 | 2024-08-30T18:59:10.367Z | [ recovery-image] Aug 30 18:59:08.571 INFO O| Aug 30 18:59:08.571 INFO STEP 301 (remove_files) COMPLETE |
| 4879 | 2024-08-30T18:59:10.367Z | [ recovery-image] Aug 30 18:59:08.571 INFO O| Aug 30 18:59:08.571 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4880 | 2024-08-30T18:59:10.386Z | [ recovery-image] Aug 30 18:59:08.589 INFO O| Aug 30 18:59:08.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
| 4881 | 2024-08-30T18:59:10.386Z | [ recovery-image] Aug 30 18:59:08.589 INFO O| Aug 30 18:59:08.589 INFO STEP 302 (remove_files) COMPLETE |
| 4882 | 2024-08-30T18:59:10.388Z | [ recovery-image] Aug 30 18:59:08.589 INFO O| Aug 30 18:59:08.589 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4883 | 2024-08-30T18:59:10.404Z | [ recovery-image] Aug 30 18:59:08.607 INFO O| Aug 30 18:59:08.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
| 4884 | 2024-08-30T18:59:10.404Z | [ recovery-image] Aug 30 18:59:08.607 INFO O| Aug 30 18:59:08.607 INFO STEP 303 (remove_files) COMPLETE |
| 4885 | 2024-08-30T18:59:10.404Z | [ recovery-image] Aug 30 18:59:08.607 INFO O| Aug 30 18:59:08.607 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4886 | 2024-08-30T18:59:10.422Z | [ recovery-image] Aug 30 18:59:08.625 INFO O| Aug 30 18:59:08.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
| 4887 | 2024-08-30T18:59:10.422Z | [ recovery-image] Aug 30 18:59:08.625 INFO O| Aug 30 18:59:08.625 INFO STEP 304 (remove_files) COMPLETE |
| 4888 | 2024-08-30T18:59:10.422Z | [ recovery-image] Aug 30 18:59:08.625 INFO O| Aug 30 18:59:08.625 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4889 | 2024-08-30T18:59:10.480Z | [ recovery-image] Aug 30 18:59:08.684 INFO O| Aug 30 18:59:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
| 4890 | 2024-08-30T18:59:10.483Z | [ recovery-image] Aug 30 18:59:08.684 INFO O| Aug 30 18:59:08.684 INFO STEP 305 (remove_files) COMPLETE |
| 4891 | 2024-08-30T18:59:10.483Z | [ recovery-image] Aug 30 18:59:08.685 INFO O| Aug 30 18:59:08.684 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4892 | 2024-08-30T18:59:10.498Z | [ recovery-image] Aug 30 18:59:08.702 INFO O| Aug 30 18:59:08.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
| 4893 | 2024-08-30T18:59:10.501Z | [ recovery-image] Aug 30 18:59:08.703 INFO O| Aug 30 18:59:08.702 INFO STEP 306 (remove_files) COMPLETE |
| 4894 | 2024-08-30T18:59:10.501Z | [ recovery-image] Aug 30 18:59:08.703 INFO O| Aug 30 18:59:08.703 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4895 | 2024-08-30T18:59:10.517Z | [ recovery-image] Aug 30 18:59:08.720 INFO O| Aug 30 18:59:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
| 4896 | 2024-08-30T18:59:10.520Z | [ recovery-image] Aug 30 18:59:08.720 INFO O| Aug 30 18:59:08.720 INFO STEP 307 (remove_files) COMPLETE |
| 4897 | 2024-08-30T18:59:10.520Z | [ recovery-image] Aug 30 18:59:08.721 INFO O| Aug 30 18:59:08.721 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4898 | 2024-08-30T18:59:10.534Z | [ recovery-image] Aug 30 18:59:08.738 INFO O| Aug 30 18:59:08.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
| 4899 | 2024-08-30T18:59:10.537Z | [ recovery-image] Aug 30 18:59:08.738 INFO O| Aug 30 18:59:08.738 INFO STEP 308 (remove_files) COMPLETE |
| 4900 | 2024-08-30T18:59:10.537Z | [ recovery-image] Aug 30 18:59:08.739 INFO O| Aug 30 18:59:08.738 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4901 | 2024-08-30T18:59:10.553Z | [ recovery-image] Aug 30 18:59:08.757 INFO O| Aug 30 18:59:08.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
| 4902 | 2024-08-30T18:59:10.555Z | [ recovery-image] Aug 30 18:59:08.757 INFO O| Aug 30 18:59:08.757 INFO STEP 309 (remove_files) COMPLETE |
| 4903 | 2024-08-30T18:59:10.555Z | [ recovery-image] Aug 30 18:59:08.757 INFO O| Aug 30 18:59:08.757 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4904 | 2024-08-30T18:59:10.588Z | [ recovery-image] Aug 30 18:59:08.792 INFO O| Aug 30 18:59:08.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
| 4905 | 2024-08-30T18:59:10.588Z | [ recovery-image] Aug 30 18:59:08.792 INFO O| Aug 30 18:59:08.792 INFO STEP 310 (remove_files) COMPLETE |
| 4906 | 2024-08-30T18:59:10.590Z | [ recovery-image] Aug 30 18:59:08.792 INFO O| Aug 30 18:59:08.792 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4907 | 2024-08-30T18:59:10.623Z | [ recovery-image] Aug 30 18:59:08.826 INFO O| Aug 30 18:59:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
| 4908 | 2024-08-30T18:59:10.623Z | [ recovery-image] Aug 30 18:59:08.827 INFO O| Aug 30 18:59:08.826 INFO STEP 311 (remove_files) COMPLETE |
| 4909 | 2024-08-30T18:59:10.623Z | [ recovery-image] Aug 30 18:59:08.827 INFO O| Aug 30 18:59:08.827 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4910 | 2024-08-30T18:59:10.651Z | [ recovery-image] Aug 30 18:59:08.854 INFO O| Aug 30 18:59:08.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
| 4911 | 2024-08-30T18:59:10.651Z | [ recovery-image] Aug 30 18:59:08.854 INFO O| Aug 30 18:59:08.854 INFO STEP 312 (remove_files) COMPLETE |
| 4912 | 2024-08-30T18:59:10.651Z | [ recovery-image] Aug 30 18:59:08.854 INFO O| Aug 30 18:59:08.854 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4913 | 2024-08-30T18:59:10.708Z | [ recovery-image] Aug 30 18:59:08.912 INFO O| Aug 30 18:59:08.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
| 4914 | 2024-08-30T18:59:10.708Z | [ recovery-image] Aug 30 18:59:08.912 INFO O| Aug 30 18:59:08.912 INFO STEP 313 (remove_files) COMPLETE |
| 4915 | 2024-08-30T18:59:10.711Z | [ recovery-image] Aug 30 18:59:08.912 INFO O| Aug 30 18:59:08.912 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4916 | 2024-08-30T18:59:10.730Z | [ recovery-image] Aug 30 18:59:08.934 INFO O| Aug 30 18:59:08.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
| 4917 | 2024-08-30T18:59:10.733Z | [ recovery-image] Aug 30 18:59:08.934 INFO O| Aug 30 18:59:08.934 INFO STEP 314 (remove_files) COMPLETE |
| 4918 | 2024-08-30T18:59:10.733Z | [ recovery-image] Aug 30 18:59:08.934 INFO O| Aug 30 18:59:08.934 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4919 | 2024-08-30T18:59:10.749Z | [ recovery-image] Aug 30 18:59:08.953 INFO O| Aug 30 18:59:08.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
| 4920 | 2024-08-30T18:59:10.749Z | [ recovery-image] Aug 30 18:59:08.953 INFO O| Aug 30 18:59:08.953 INFO STEP 315 (remove_files) COMPLETE |
| 4921 | 2024-08-30T18:59:10.751Z | [ recovery-image] Aug 30 18:59:08.953 INFO O| Aug 30 18:59:08.953 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4922 | 2024-08-30T18:59:10.792Z | [ recovery-image] Aug 30 18:59:08.995 INFO O| Aug 30 18:59:08.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
| 4923 | 2024-08-30T18:59:10.792Z | [ recovery-image] Aug 30 18:59:08.995 INFO O| Aug 30 18:59:08.995 INFO STEP 316 (remove_files) COMPLETE |
| 4924 | 2024-08-30T18:59:10.792Z | [ recovery-image] Aug 30 18:59:08.995 INFO O| Aug 30 18:59:08.995 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4925 | 2024-08-30T18:59:10.825Z | [ recovery-image] Aug 30 18:59:09.028 INFO O| Aug 30 18:59:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
| 4926 | 2024-08-30T18:59:10.828Z | [ recovery-image] Aug 30 18:59:09.028 INFO O| Aug 30 18:59:09.028 INFO STEP 317 (remove_files) COMPLETE |
| 4927 | 2024-08-30T18:59:10.828Z | [ recovery-image] Aug 30 18:59:09.028 INFO O| Aug 30 18:59:09.028 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4928 | 2024-08-30T18:59:10.844Z | [ recovery-image] Aug 30 18:59:09.048 INFO O| Aug 30 18:59:09.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
| 4929 | 2024-08-30T18:59:10.845Z | [ recovery-image] Aug 30 18:59:09.048 INFO O| Aug 30 18:59:09.048 INFO STEP 318 (remove_files) COMPLETE |
| 4930 | 2024-08-30T18:59:10.845Z | [ recovery-image] Aug 30 18:59:09.048 INFO O| Aug 30 18:59:09.048 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4931 | 2024-08-30T18:59:10.907Z | [ recovery-image] Aug 30 18:59:09.111 INFO O| Aug 30 18:59:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
| 4932 | 2024-08-30T18:59:10.907Z | [ recovery-image] Aug 30 18:59:09.111 INFO O| Aug 30 18:59:09.111 INFO STEP 319 (remove_files) COMPLETE |
| 4933 | 2024-08-30T18:59:10.907Z | [ recovery-image] Aug 30 18:59:09.111 INFO O| Aug 30 18:59:09.111 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4934 | 2024-08-30T18:59:10.927Z | [ recovery-image] Aug 30 18:59:09.130 INFO O| Aug 30 18:59:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
| 4935 | 2024-08-30T18:59:10.930Z | [ recovery-image] Aug 30 18:59:09.131 INFO O| Aug 30 18:59:09.131 INFO STEP 320 (remove_files) COMPLETE |
| 4936 | 2024-08-30T18:59:10.930Z | [ recovery-image] Aug 30 18:59:09.131 INFO O| Aug 30 18:59:09.131 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4937 | 2024-08-30T18:59:10.972Z | [ recovery-image] Aug 30 18:59:09.175 INFO O| Aug 30 18:59:09.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
| 4938 | 2024-08-30T18:59:10.974Z | [ recovery-image] Aug 30 18:59:09.175 INFO O| Aug 30 18:59:09.175 INFO STEP 321 (remove_files) COMPLETE |
| 4939 | 2024-08-30T18:59:10.974Z | [ recovery-image] Aug 30 18:59:09.175 INFO O| Aug 30 18:59:09.175 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4940 | 2024-08-30T18:59:11.006Z | [ recovery-image] Aug 30 18:59:09.210 INFO O| Aug 30 18:59:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
| 4941 | 2024-08-30T18:59:11.006Z | [ recovery-image] Aug 30 18:59:09.210 INFO O| Aug 30 18:59:09.210 INFO STEP 322 (remove_files) COMPLETE |
| 4942 | 2024-08-30T18:59:11.006Z | [ recovery-image] Aug 30 18:59:09.210 INFO O| Aug 30 18:59:09.210 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4943 | 2024-08-30T18:59:11.024Z | [ recovery-image] Aug 30 18:59:09.227 INFO O| Aug 30 18:59:09.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
| 4944 | 2024-08-30T18:59:11.024Z | [ recovery-image] Aug 30 18:59:09.227 INFO O| Aug 30 18:59:09.227 INFO STEP 323 (remove_files) COMPLETE |
| 4945 | 2024-08-30T18:59:11.024Z | [ recovery-image] Aug 30 18:59:09.227 INFO O| Aug 30 18:59:09.227 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4946 | 2024-08-30T18:59:11.042Z | [ recovery-image] Aug 30 18:59:09.245 INFO O| Aug 30 18:59:09.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
| 4947 | 2024-08-30T18:59:11.042Z | [ recovery-image] Aug 30 18:59:09.245 INFO O| Aug 30 18:59:09.245 INFO STEP 324 (remove_files) COMPLETE |
| 4948 | 2024-08-30T18:59:11.042Z | [ recovery-image] Aug 30 18:59:09.246 INFO O| Aug 30 18:59:09.245 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4949 | 2024-08-30T18:59:11.060Z | [ recovery-image] Aug 30 18:59:09.264 INFO O| Aug 30 18:59:09.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
| 4950 | 2024-08-30T18:59:11.060Z | [ recovery-image] Aug 30 18:59:09.264 INFO O| Aug 30 18:59:09.264 INFO STEP 325 (remove_files) COMPLETE |
| 4951 | 2024-08-30T18:59:11.060Z | [ recovery-image] Aug 30 18:59:09.264 INFO O| Aug 30 18:59:09.264 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4952 | 2024-08-30T18:59:11.087Z | [ recovery-image] Aug 30 18:59:09.290 INFO O| Aug 30 18:59:09.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
| 4953 | 2024-08-30T18:59:11.087Z | [ recovery-image] Aug 30 18:59:09.290 INFO O| Aug 30 18:59:09.290 INFO STEP 326 (remove_files) COMPLETE |
| 4954 | 2024-08-30T18:59:11.089Z | [ recovery-image] Aug 30 18:59:09.291 INFO O| Aug 30 18:59:09.290 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4955 | 2024-08-30T18:59:11.107Z | [ recovery-image] Aug 30 18:59:09.311 INFO O| Aug 30 18:59:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
| 4956 | 2024-08-30T18:59:11.109Z | [ recovery-image] Aug 30 18:59:09.311 INFO O| Aug 30 18:59:09.311 INFO STEP 327 (remove_files) COMPLETE |
| 4957 | 2024-08-30T18:59:11.109Z | [ recovery-image] Aug 30 18:59:09.311 INFO O| Aug 30 18:59:09.311 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4958 | 2024-08-30T18:59:11.134Z | [ recovery-image] Aug 30 18:59:09.338 INFO O| Aug 30 18:59:09.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
| 4959 | 2024-08-30T18:59:11.134Z | [ recovery-image] Aug 30 18:59:09.338 INFO O| Aug 30 18:59:09.338 INFO STEP 328 (remove_files) COMPLETE |
| 4960 | 2024-08-30T18:59:11.134Z | [ recovery-image] Aug 30 18:59:09.338 INFO O| Aug 30 18:59:09.338 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4961 | 2024-08-30T18:59:11.152Z | [ recovery-image] Aug 30 18:59:09.356 INFO O| Aug 30 18:59:09.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
| 4962 | 2024-08-30T18:59:11.152Z | [ recovery-image] Aug 30 18:59:09.356 INFO O| Aug 30 18:59:09.356 INFO STEP 329 (remove_files) COMPLETE |
| 4963 | 2024-08-30T18:59:11.152Z | [ recovery-image] Aug 30 18:59:09.356 INFO O| Aug 30 18:59:09.356 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4964 | 2024-08-30T18:59:11.171Z | [ recovery-image] Aug 30 18:59:09.374 INFO O| Aug 30 18:59:09.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
| 4965 | 2024-08-30T18:59:11.173Z | [ recovery-image] Aug 30 18:59:09.374 INFO O| Aug 30 18:59:09.374 INFO STEP 330 (remove_files) COMPLETE |
| 4966 | 2024-08-30T18:59:11.173Z | [ recovery-image] Aug 30 18:59:09.374 INFO O| Aug 30 18:59:09.374 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4967 | 2024-08-30T18:59:11.189Z | [ recovery-image] Aug 30 18:59:09.393 INFO O| Aug 30 18:59:09.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
| 4968 | 2024-08-30T18:59:11.190Z | [ recovery-image] Aug 30 18:59:09.393 INFO O| Aug 30 18:59:09.393 INFO STEP 331 (remove_files) COMPLETE |
| 4969 | 2024-08-30T18:59:11.190Z | [ recovery-image] Aug 30 18:59:09.393 INFO O| Aug 30 18:59:09.393 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4970 | 2024-08-30T18:59:11.217Z | [ recovery-image] Aug 30 18:59:09.420 INFO O| Aug 30 18:59:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
| 4971 | 2024-08-30T18:59:11.219Z | [ recovery-image] Aug 30 18:59:09.420 INFO O| Aug 30 18:59:09.420 INFO STEP 332 (remove_files) COMPLETE |
| 4972 | 2024-08-30T18:59:11.219Z | [ recovery-image] Aug 30 18:59:09.421 INFO O| Aug 30 18:59:09.421 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4973 | 2024-08-30T18:59:11.236Z | [ recovery-image] Aug 30 18:59:09.440 INFO O| Aug 30 18:59:09.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
| 4974 | 2024-08-30T18:59:11.239Z | [ recovery-image] Aug 30 18:59:09.440 INFO O| Aug 30 18:59:09.440 INFO STEP 333 (remove_files) COMPLETE |
| 4975 | 2024-08-30T18:59:11.239Z | [ recovery-image] Aug 30 18:59:09.440 INFO O| Aug 30 18:59:09.440 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4976 | 2024-08-30T18:59:11.255Z | [ recovery-image] Aug 30 18:59:09.459 INFO O| Aug 30 18:59:09.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
| 4977 | 2024-08-30T18:59:11.258Z | [ recovery-image] Aug 30 18:59:09.459 INFO O| Aug 30 18:59:09.459 INFO STEP 334 (remove_files) COMPLETE |
| 4978 | 2024-08-30T18:59:11.258Z | [ recovery-image] Aug 30 18:59:09.459 INFO O| Aug 30 18:59:09.459 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4979 | 2024-08-30T18:59:11.293Z | [ recovery-image] Aug 30 18:59:09.495 INFO O| Aug 30 18:59:09.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
| 4980 | 2024-08-30T18:59:11.293Z | [ recovery-image] Aug 30 18:59:09.495 INFO O| Aug 30 18:59:09.495 INFO STEP 335 (remove_files) COMPLETE |
| 4981 | 2024-08-30T18:59:11.293Z | [ recovery-image] Aug 30 18:59:09.495 INFO O| Aug 30 18:59:09.495 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4982 | 2024-08-30T18:59:11.310Z | [ recovery-image] Aug 30 18:59:09.512 INFO O| Aug 30 18:59:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
| 4983 | 2024-08-30T18:59:11.310Z | [ recovery-image] Aug 30 18:59:09.512 INFO O| Aug 30 18:59:09.512 INFO STEP 336 (remove_files) COMPLETE |
| 4984 | 2024-08-30T18:59:11.312Z | [ recovery-image] Aug 30 18:59:09.513 INFO O| Aug 30 18:59:09.512 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4985 | 2024-08-30T18:59:11.329Z | [ recovery-image] Aug 30 18:59:09.533 INFO O| Aug 30 18:59:09.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
| 4986 | 2024-08-30T18:59:11.329Z | [ recovery-image] Aug 30 18:59:09.533 INFO O| Aug 30 18:59:09.533 INFO STEP 337 (remove_files) COMPLETE |
| 4987 | 2024-08-30T18:59:11.331Z | [ recovery-image] Aug 30 18:59:09.533 INFO O| Aug 30 18:59:09.533 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4988 | 2024-08-30T18:59:11.357Z | [ recovery-image] Aug 30 18:59:09.560 INFO O| Aug 30 18:59:09.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
| 4989 | 2024-08-30T18:59:11.357Z | [ recovery-image] Aug 30 18:59:09.560 INFO O| Aug 30 18:59:09.560 INFO STEP 338 (remove_files) COMPLETE |
| 4990 | 2024-08-30T18:59:11.357Z | [ recovery-image] Aug 30 18:59:09.560 INFO O| Aug 30 18:59:09.560 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4991 | 2024-08-30T18:59:11.379Z | [ recovery-image] Aug 30 18:59:09.582 INFO O| Aug 30 18:59:09.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
| 4992 | 2024-08-30T18:59:11.379Z | [ recovery-image] Aug 30 18:59:09.582 INFO O| Aug 30 18:59:09.582 INFO STEP 339 (remove_files) COMPLETE |
| 4993 | 2024-08-30T18:59:11.379Z | [ recovery-image] Aug 30 18:59:09.582 INFO O| Aug 30 18:59:09.582 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4994 | 2024-08-30T18:59:11.420Z | [ recovery-image] Aug 30 18:59:09.624 INFO O| Aug 30 18:59:09.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
| 4995 | 2024-08-30T18:59:11.420Z | [ recovery-image] Aug 30 18:59:09.624 INFO O| Aug 30 18:59:09.624 INFO STEP 340 (remove_files) COMPLETE |
| 4996 | 2024-08-30T18:59:11.420Z | [ recovery-image] Aug 30 18:59:09.624 INFO O| Aug 30 18:59:09.624 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4997 | 2024-08-30T18:59:11.438Z | [ recovery-image] Aug 30 18:59:09.642 INFO O| Aug 30 18:59:09.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
| 4998 | 2024-08-30T18:59:11.438Z | [ recovery-image] Aug 30 18:59:09.642 INFO O| Aug 30 18:59:09.642 INFO STEP 341 (remove_files) COMPLETE |
| 4999 | 2024-08-30T18:59:11.438Z | [ recovery-image] Aug 30 18:59:09.642 INFO O| Aug 30 18:59:09.642 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5000 | 2024-08-30T18:59:11.455Z | [ recovery-image] Aug 30 18:59:09.659 INFO O| Aug 30 18:59:09.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
| 5001 | 2024-08-30T18:59:11.455Z | [ recovery-image] Aug 30 18:59:09.659 INFO O| Aug 30 18:59:09.659 INFO STEP 342 (remove_files) COMPLETE |
| 5002 | 2024-08-30T18:59:11.458Z | [ recovery-image] Aug 30 18:59:09.659 INFO O| Aug 30 18:59:09.659 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5003 | 2024-08-30T18:59:11.490Z | [ recovery-image] Aug 30 18:59:09.693 INFO O| Aug 30 18:59:09.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
| 5004 | 2024-08-30T18:59:11.490Z | [ recovery-image] Aug 30 18:59:09.693 INFO O| Aug 30 18:59:09.693 INFO STEP 343 (remove_files) COMPLETE |
| 5005 | 2024-08-30T18:59:11.490Z | [ recovery-image] Aug 30 18:59:09.693 INFO O| Aug 30 18:59:09.693 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5006 | 2024-08-30T18:59:11.509Z | [ recovery-image] Aug 30 18:59:09.712 INFO O| Aug 30 18:59:09.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
| 5007 | 2024-08-30T18:59:11.509Z | [ recovery-image] Aug 30 18:59:09.713 INFO O| Aug 30 18:59:09.713 INFO STEP 344 (remove_files) COMPLETE |
| 5008 | 2024-08-30T18:59:11.509Z | [ recovery-image] Aug 30 18:59:09.713 INFO O| Aug 30 18:59:09.713 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5009 | 2024-08-30T18:59:11.527Z | [ recovery-image] Aug 30 18:59:09.730 INFO O| Aug 30 18:59:09.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
| 5010 | 2024-08-30T18:59:11.527Z | [ recovery-image] Aug 30 18:59:09.731 INFO O| Aug 30 18:59:09.730 INFO STEP 345 (remove_files) COMPLETE |
| 5011 | 2024-08-30T18:59:11.529Z | [ recovery-image] Aug 30 18:59:09.731 INFO O| Aug 30 18:59:09.731 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5012 | 2024-08-30T18:59:11.565Z | [ recovery-image] Aug 30 18:59:09.768 INFO O| Aug 30 18:59:09.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
| 5013 | 2024-08-30T18:59:11.567Z | [ recovery-image] Aug 30 18:59:09.768 INFO O| Aug 30 18:59:09.768 INFO STEP 346 (remove_files) COMPLETE |
| 5014 | 2024-08-30T18:59:11.567Z | [ recovery-image] Aug 30 18:59:09.769 INFO O| Aug 30 18:59:09.768 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5015 | 2024-08-30T18:59:11.582Z | [ recovery-image] Aug 30 18:59:09.786 INFO O| Aug 30 18:59:09.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
| 5016 | 2024-08-30T18:59:11.585Z | [ recovery-image] Aug 30 18:59:09.786 INFO O| Aug 30 18:59:09.786 INFO STEP 347 (remove_files) COMPLETE |
| 5017 | 2024-08-30T18:59:11.585Z | [ recovery-image] Aug 30 18:59:09.786 INFO O| Aug 30 18:59:09.786 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5018 | 2024-08-30T18:59:11.619Z | [ recovery-image] Aug 30 18:59:09.823 INFO O| Aug 30 18:59:09.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
| 5019 | 2024-08-30T18:59:11.619Z | [ recovery-image] Aug 30 18:59:09.823 INFO O| Aug 30 18:59:09.823 INFO STEP 348 (remove_files) COMPLETE |
| 5020 | 2024-08-30T18:59:11.619Z | [ recovery-image] Aug 30 18:59:09.823 INFO O| Aug 30 18:59:09.823 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5021 | 2024-08-30T18:59:11.641Z | [ recovery-image] Aug 30 18:59:09.844 INFO O| Aug 30 18:59:09.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
| 5022 | 2024-08-30T18:59:11.641Z | [ recovery-image] Aug 30 18:59:09.844 INFO O| Aug 30 18:59:09.844 INFO STEP 349 (remove_files) COMPLETE |
| 5023 | 2024-08-30T18:59:11.641Z | [ recovery-image] Aug 30 18:59:09.844 INFO O| Aug 30 18:59:09.844 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5024 | 2024-08-30T18:59:11.681Z | [ recovery-image] Aug 30 18:59:09.885 INFO O| Aug 30 18:59:09.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
| 5025 | 2024-08-30T18:59:11.684Z | [ recovery-image] Aug 30 18:59:09.885 INFO O| Aug 30 18:59:09.885 INFO STEP 350 (remove_files) COMPLETE |
| 5026 | 2024-08-30T18:59:11.684Z | [ recovery-image] Aug 30 18:59:09.885 INFO O| Aug 30 18:59:09.885 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5027 | 2024-08-30T18:59:11.702Z | [ recovery-image] Aug 30 18:59:09.905 INFO O| Aug 30 18:59:09.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
| 5028 | 2024-08-30T18:59:11.702Z | [ recovery-image] Aug 30 18:59:09.905 INFO O| Aug 30 18:59:09.905 INFO STEP 351 (remove_files) COMPLETE |
| 5029 | 2024-08-30T18:59:11.702Z | [ recovery-image] Aug 30 18:59:09.905 INFO O| Aug 30 18:59:09.905 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5030 | 2024-08-30T18:59:11.719Z | [ recovery-image] Aug 30 18:59:09.923 INFO O| Aug 30 18:59:09.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
| 5031 | 2024-08-30T18:59:11.719Z | [ recovery-image] Aug 30 18:59:09.923 INFO O| Aug 30 18:59:09.923 INFO STEP 352 (remove_files) COMPLETE |
| 5032 | 2024-08-30T18:59:11.719Z | [ recovery-image] Aug 30 18:59:09.923 INFO O| Aug 30 18:59:09.923 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5033 | 2024-08-30T18:59:11.755Z | [ recovery-image] Aug 30 18:59:09.959 INFO O| Aug 30 18:59:09.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
| 5034 | 2024-08-30T18:59:11.755Z | [ recovery-image] Aug 30 18:59:09.959 INFO O| Aug 30 18:59:09.959 INFO STEP 353 (remove_files) COMPLETE |
| 5035 | 2024-08-30T18:59:11.755Z | [ recovery-image] Aug 30 18:59:09.959 INFO O| Aug 30 18:59:09.959 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5036 | 2024-08-30T18:59:11.782Z | [ recovery-image] Aug 30 18:59:09.986 INFO O| Aug 30 18:59:09.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
| 5037 | 2024-08-30T18:59:11.786Z | [ recovery-image] Aug 30 18:59:09.986 INFO O| Aug 30 18:59:09.986 INFO STEP 354 (remove_files) COMPLETE |
| 5038 | 2024-08-30T18:59:11.786Z | [ recovery-image] Aug 30 18:59:09.986 INFO O| Aug 30 18:59:09.986 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5039 | 2024-08-30T18:59:11.804Z | [ recovery-image] Aug 30 18:59:10.007 INFO O| Aug 30 18:59:10.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
| 5040 | 2024-08-30T18:59:11.807Z | [ recovery-image] Aug 30 18:59:10.007 INFO O| Aug 30 18:59:10.007 INFO STEP 355 (remove_files) COMPLETE |
| 5041 | 2024-08-30T18:59:11.807Z | [ recovery-image] Aug 30 18:59:10.007 INFO O| Aug 30 18:59:10.007 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5042 | 2024-08-30T18:59:11.830Z | [ recovery-image] Aug 30 18:59:10.033 INFO O| Aug 30 18:59:10.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
| 5043 | 2024-08-30T18:59:11.830Z | [ recovery-image] Aug 30 18:59:10.034 INFO O| Aug 30 18:59:10.033 INFO STEP 356 (remove_files) COMPLETE |
| 5044 | 2024-08-30T18:59:11.830Z | [ recovery-image] Aug 30 18:59:10.034 INFO O| Aug 30 18:59:10.034 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5045 | 2024-08-30T18:59:11.849Z | [ recovery-image] Aug 30 18:59:10.053 INFO O| Aug 30 18:59:10.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
| 5046 | 2024-08-30T18:59:11.849Z | [ recovery-image] Aug 30 18:59:10.053 INFO O| Aug 30 18:59:10.053 INFO STEP 357 (remove_files) COMPLETE |
| 5047 | 2024-08-30T18:59:11.849Z | [ recovery-image] Aug 30 18:59:10.053 INFO O| Aug 30 18:59:10.053 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5048 | 2024-08-30T18:59:11.868Z | [ recovery-image] Aug 30 18:59:10.071 INFO O| Aug 30 18:59:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
| 5049 | 2024-08-30T18:59:11.868Z | [ recovery-image] Aug 30 18:59:10.071 INFO O| Aug 30 18:59:10.071 INFO STEP 358 (remove_files) COMPLETE |
| 5050 | 2024-08-30T18:59:11.870Z | [ recovery-image] Aug 30 18:59:10.071 INFO O| Aug 30 18:59:10.071 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5051 | 2024-08-30T18:59:11.912Z | [ recovery-image] Aug 30 18:59:10.115 INFO O| Aug 30 18:59:10.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
| 5052 | 2024-08-30T18:59:11.912Z | [ recovery-image] Aug 30 18:59:10.115 INFO O| Aug 30 18:59:10.115 INFO STEP 359 (remove_files) COMPLETE |
| 5053 | 2024-08-30T18:59:11.918Z | [ recovery-image] Aug 30 18:59:10.115 INFO O| Aug 30 18:59:10.115 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5054 | 2024-08-30T18:59:11.931Z | [ recovery-image] Aug 30 18:59:10.135 INFO O| Aug 30 18:59:10.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
| 5055 | 2024-08-30T18:59:11.931Z | [ recovery-image] Aug 30 18:59:10.135 INFO O| Aug 30 18:59:10.135 INFO STEP 360 (remove_files) COMPLETE |
| 5056 | 2024-08-30T18:59:11.931Z | [ recovery-image] Aug 30 18:59:10.135 INFO O| Aug 30 18:59:10.135 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5057 | 2024-08-30T18:59:11.966Z | [ recovery-image] Aug 30 18:59:10.170 INFO O| Aug 30 18:59:10.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
| 5058 | 2024-08-30T18:59:11.966Z | [ recovery-image] Aug 30 18:59:10.170 INFO O| Aug 30 18:59:10.170 INFO STEP 361 (remove_files) COMPLETE |
| 5059 | 2024-08-30T18:59:11.966Z | [ recovery-image] Aug 30 18:59:10.170 INFO O| Aug 30 18:59:10.170 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5060 | 2024-08-30T18:59:12.008Z | [ recovery-image] Aug 30 18:59:10.211 INFO O| Aug 30 18:59:10.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
| 5061 | 2024-08-30T18:59:12.010Z | [ recovery-image] Aug 30 18:59:10.211 INFO O| Aug 30 18:59:10.211 INFO STEP 362 (remove_files) COMPLETE |
| 5062 | 2024-08-30T18:59:12.010Z | [ recovery-image] Aug 30 18:59:10.212 INFO O| Aug 30 18:59:10.211 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5063 | 2024-08-30T18:59:12.027Z | [ recovery-image] Aug 30 18:59:10.230 INFO O| Aug 30 18:59:10.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
| 5064 | 2024-08-30T18:59:12.027Z | [ recovery-image] Aug 30 18:59:10.231 INFO O| Aug 30 18:59:10.230 INFO STEP 363 (remove_files) COMPLETE |
| 5065 | 2024-08-30T18:59:12.029Z | [ recovery-image] Aug 30 18:59:10.231 INFO O| Aug 30 18:59:10.230 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5066 | 2024-08-30T18:59:12.049Z | [ recovery-image] Aug 30 18:59:10.252 INFO O| Aug 30 18:59:10.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
| 5067 | 2024-08-30T18:59:12.049Z | [ recovery-image] Aug 30 18:59:10.252 INFO O| Aug 30 18:59:10.252 INFO STEP 364 (remove_files) COMPLETE |
| 5068 | 2024-08-30T18:59:12.049Z | [ recovery-image] Aug 30 18:59:10.252 INFO O| Aug 30 18:59:10.252 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5069 | 2024-08-30T18:59:12.080Z | [ recovery-image] Aug 30 18:59:10.284 INFO O| Aug 30 18:59:10.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
| 5070 | 2024-08-30T18:59:12.080Z | [ recovery-image] Aug 30 18:59:10.284 INFO O| Aug 30 18:59:10.284 INFO STEP 365 (remove_files) COMPLETE |
| 5071 | 2024-08-30T18:59:12.080Z | [ recovery-image] Aug 30 18:59:10.284 INFO O| Aug 30 18:59:10.284 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5072 | 2024-08-30T18:59:12.105Z | [ recovery-image] Aug 30 18:59:10.308 INFO O| Aug 30 18:59:10.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
| 5073 | 2024-08-30T18:59:12.105Z | [ recovery-image] Aug 30 18:59:10.308 INFO O| Aug 30 18:59:10.308 INFO STEP 366 (remove_files) COMPLETE |
| 5074 | 2024-08-30T18:59:12.105Z | [ recovery-image] Aug 30 18:59:10.308 INFO O| Aug 30 18:59:10.308 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5075 | 2024-08-30T18:59:12.124Z | [ recovery-image] Aug 30 18:59:10.328 INFO O| Aug 30 18:59:10.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
| 5076 | 2024-08-30T18:59:12.124Z | [ recovery-image] Aug 30 18:59:10.328 INFO O| Aug 30 18:59:10.328 INFO STEP 367 (remove_files) COMPLETE |
| 5077 | 2024-08-30T18:59:12.127Z | [ recovery-image] Aug 30 18:59:10.328 INFO O| Aug 30 18:59:10.328 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5078 | 2024-08-30T18:59:12.141Z | [ recovery-image] Aug 30 18:59:10.345 INFO O| Aug 30 18:59:10.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
| 5079 | 2024-08-30T18:59:12.141Z | [ recovery-image] Aug 30 18:59:10.345 INFO O| Aug 30 18:59:10.345 INFO STEP 368 (remove_files) COMPLETE |
| 5080 | 2024-08-30T18:59:12.141Z | [ recovery-image] Aug 30 18:59:10.345 INFO O| Aug 30 18:59:10.345 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5081 | 2024-08-30T18:59:12.157Z | [ recovery-image] Aug 30 18:59:10.360 INFO O| Aug 30 18:59:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
| 5082 | 2024-08-30T18:59:12.157Z | [ recovery-image] Aug 30 18:59:10.361 INFO O| Aug 30 18:59:10.360 INFO STEP 369 (remove_files) COMPLETE |
| 5083 | 2024-08-30T18:59:12.157Z | [ recovery-image] Aug 30 18:59:10.361 INFO O| Aug 30 18:59:10.361 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5084 | 2024-08-30T18:59:12.176Z | [ recovery-image] Aug 30 18:59:10.379 INFO O| Aug 30 18:59:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
| 5085 | 2024-08-30T18:59:12.176Z | [ recovery-image] Aug 30 18:59:10.379 INFO O| Aug 30 18:59:10.379 INFO STEP 370 (remove_files) COMPLETE |
| 5086 | 2024-08-30T18:59:12.176Z | [ recovery-image] Aug 30 18:59:10.379 INFO O| Aug 30 18:59:10.379 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5087 | 2024-08-30T18:59:12.195Z | [ recovery-image] Aug 30 18:59:10.398 INFO O| Aug 30 18:59:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
| 5088 | 2024-08-30T18:59:12.195Z | [ recovery-image] Aug 30 18:59:10.398 INFO O| Aug 30 18:59:10.398 INFO STEP 371 (remove_files) COMPLETE |
| 5089 | 2024-08-30T18:59:12.195Z | [ recovery-image] Aug 30 18:59:10.398 INFO O| Aug 30 18:59:10.398 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5090 | 2024-08-30T18:59:12.226Z | [ recovery-image] Aug 30 18:59:10.429 INFO O| Aug 30 18:59:10.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
| 5091 | 2024-08-30T18:59:12.226Z | [ recovery-image] Aug 30 18:59:10.429 INFO O| Aug 30 18:59:10.429 INFO STEP 372 (remove_files) COMPLETE |
| 5092 | 2024-08-30T18:59:12.226Z | [ recovery-image] Aug 30 18:59:10.429 INFO O| Aug 30 18:59:10.429 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5093 | 2024-08-30T18:59:12.247Z | [ recovery-image] Aug 30 18:59:10.450 INFO O| Aug 30 18:59:10.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
| 5094 | 2024-08-30T18:59:12.247Z | [ recovery-image] Aug 30 18:59:10.450 INFO O| Aug 30 18:59:10.450 INFO STEP 373 (remove_files) COMPLETE |
| 5095 | 2024-08-30T18:59:12.247Z | [ recovery-image] Aug 30 18:59:10.450 INFO O| Aug 30 18:59:10.450 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5096 | 2024-08-30T18:59:12.276Z | [ recovery-image] Aug 30 18:59:10.476 INFO O| Aug 30 18:59:10.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
| 5097 | 2024-08-30T18:59:12.276Z | [ recovery-image] Aug 30 18:59:10.476 INFO O| Aug 30 18:59:10.476 INFO STEP 374 (remove_files) COMPLETE |
| 5098 | 2024-08-30T18:59:12.276Z | [ recovery-image] Aug 30 18:59:10.476 INFO O| Aug 30 18:59:10.476 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5099 | 2024-08-30T18:59:12.331Z | [ recovery-image] Aug 30 18:59:10.534 INFO O| Aug 30 18:59:10.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
| 5100 | 2024-08-30T18:59:12.331Z | [ recovery-image] Aug 30 18:59:10.534 INFO O| Aug 30 18:59:10.534 INFO STEP 375 (remove_files) COMPLETE |
| 5101 | 2024-08-30T18:59:12.331Z | [ recovery-image] Aug 30 18:59:10.534 INFO O| Aug 30 18:59:10.534 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5102 | 2024-08-30T18:59:12.350Z | [ recovery-image] Aug 30 18:59:10.553 INFO O| Aug 30 18:59:10.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
| 5103 | 2024-08-30T18:59:12.350Z | [ recovery-image] Aug 30 18:59:10.553 INFO O| Aug 30 18:59:10.553 INFO STEP 376 (remove_files) COMPLETE |
| 5104 | 2024-08-30T18:59:12.350Z | [ recovery-image] Aug 30 18:59:10.554 INFO O| Aug 30 18:59:10.553 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5105 | 2024-08-30T18:59:12.384Z | [ recovery-image] Aug 30 18:59:10.587 INFO O| Aug 30 18:59:10.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
| 5106 | 2024-08-30T18:59:12.384Z | [ recovery-image] Aug 30 18:59:10.587 INFO O| Aug 30 18:59:10.587 INFO STEP 377 (remove_files) COMPLETE |
| 5107 | 2024-08-30T18:59:12.384Z | [ recovery-image] Aug 30 18:59:10.587 INFO O| Aug 30 18:59:10.587 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5108 | 2024-08-30T18:59:12.404Z | [ recovery-image] Aug 30 18:59:10.608 INFO O| Aug 30 18:59:10.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
| 5109 | 2024-08-30T18:59:12.404Z | [ recovery-image] Aug 30 18:59:10.608 INFO O| Aug 30 18:59:10.608 INFO STEP 378 (remove_files) COMPLETE |
| 5110 | 2024-08-30T18:59:12.407Z | [ recovery-image] Aug 30 18:59:10.608 INFO O| Aug 30 18:59:10.608 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5111 | 2024-08-30T18:59:12.426Z | [ recovery-image] Aug 30 18:59:10.629 INFO O| Aug 30 18:59:10.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
| 5112 | 2024-08-30T18:59:12.426Z | [ recovery-image] Aug 30 18:59:10.629 INFO O| Aug 30 18:59:10.629 INFO STEP 379 (remove_files) COMPLETE |
| 5113 | 2024-08-30T18:59:12.428Z | [ recovery-image] Aug 30 18:59:10.629 INFO O| Aug 30 18:59:10.629 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5114 | 2024-08-30T18:59:12.448Z | [ recovery-image] Aug 30 18:59:10.650 INFO O| Aug 30 18:59:10.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
| 5115 | 2024-08-30T18:59:12.448Z | [ recovery-image] Aug 30 18:59:10.650 INFO O| Aug 30 18:59:10.650 INFO STEP 380 (remove_files) COMPLETE |
| 5116 | 2024-08-30T18:59:12.448Z | [ recovery-image] Aug 30 18:59:10.650 INFO O| Aug 30 18:59:10.650 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5117 | 2024-08-30T18:59:12.502Z | [ recovery-image] Aug 30 18:59:10.706 INFO O| Aug 30 18:59:10.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
| 5118 | 2024-08-30T18:59:12.502Z | [ recovery-image] Aug 30 18:59:10.706 INFO O| Aug 30 18:59:10.706 INFO STEP 381 (remove_files) COMPLETE |
| 5119 | 2024-08-30T18:59:12.505Z | [ recovery-image] Aug 30 18:59:10.706 INFO O| Aug 30 18:59:10.706 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5120 | 2024-08-30T18:59:12.527Z | [ recovery-image] Aug 30 18:59:10.730 INFO O| Aug 30 18:59:10.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
| 5121 | 2024-08-30T18:59:12.527Z | [ recovery-image] Aug 30 18:59:10.730 INFO O| Aug 30 18:59:10.730 INFO STEP 382 (remove_files) COMPLETE |
| 5122 | 2024-08-30T18:59:12.527Z | [ recovery-image] Aug 30 18:59:10.730 INFO O| Aug 30 18:59:10.730 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5123 | 2024-08-30T18:59:12.549Z | [ recovery-image] Aug 30 18:59:10.752 INFO O| Aug 30 18:59:10.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
| 5124 | 2024-08-30T18:59:12.572Z | [ recovery-image] Aug 30 18:59:10.775 INFO O| Aug 30 18:59:10.775 INFO STEP 383 (remove_files) COMPLETE |
| 5125 | 2024-08-30T18:59:12.572Z | [ recovery-image] Aug 30 18:59:10.775 INFO O| Aug 30 18:59:10.775 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5126 | 2024-08-30T18:59:12.607Z | [ recovery-image] Aug 30 18:59:10.811 INFO O| Aug 30 18:59:10.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
| 5127 | 2024-08-30T18:59:12.607Z | [ recovery-image] Aug 30 18:59:10.811 INFO O| Aug 30 18:59:10.811 INFO STEP 384 (remove_files) COMPLETE |
| 5128 | 2024-08-30T18:59:12.609Z | [ recovery-image] Aug 30 18:59:10.811 INFO O| Aug 30 18:59:10.811 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5129 | 2024-08-30T18:59:12.682Z | [ recovery-image] Aug 30 18:59:10.885 INFO O| Aug 30 18:59:10.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
| 5130 | 2024-08-30T18:59:12.682Z | [ recovery-image] Aug 30 18:59:10.885 INFO O| Aug 30 18:59:10.885 INFO STEP 385 (remove_files) COMPLETE |
| 5131 | 2024-08-30T18:59:12.682Z | [ recovery-image] Aug 30 18:59:10.885 INFO O| Aug 30 18:59:10.885 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5132 | 2024-08-30T18:59:12.703Z | [ recovery-image] Aug 30 18:59:10.906 INFO O| Aug 30 18:59:10.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
| 5133 | 2024-08-30T18:59:12.703Z | [ recovery-image] Aug 30 18:59:10.906 INFO O| Aug 30 18:59:10.906 INFO STEP 386 (remove_files) COMPLETE |
| 5134 | 2024-08-30T18:59:12.703Z | [ recovery-image] Aug 30 18:59:10.906 INFO O| Aug 30 18:59:10.906 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5135 | 2024-08-30T18:59:12.723Z | [ recovery-image] Aug 30 18:59:10.926 INFO O| Aug 30 18:59:10.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
| 5136 | 2024-08-30T18:59:12.725Z | [ recovery-image] Aug 30 18:59:10.926 INFO O| Aug 30 18:59:10.926 INFO STEP 387 (remove_files) COMPLETE |
| 5137 | 2024-08-30T18:59:12.725Z | [ recovery-image] Aug 30 18:59:10.926 INFO O| Aug 30 18:59:10.926 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5138 | 2024-08-30T18:59:12.742Z | [ recovery-image] Aug 30 18:59:10.945 INFO O| Aug 30 18:59:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
| 5139 | 2024-08-30T18:59:12.744Z | [ recovery-image] Aug 30 18:59:10.945 INFO O| Aug 30 18:59:10.945 INFO STEP 388 (remove_files) COMPLETE |
| 5140 | 2024-08-30T18:59:12.744Z | [ recovery-image] Aug 30 18:59:10.945 INFO O| Aug 30 18:59:10.945 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5141 | 2024-08-30T18:59:12.760Z | [ recovery-image] Aug 30 18:59:10.963 INFO O| Aug 30 18:59:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
| 5142 | 2024-08-30T18:59:12.762Z | [ recovery-image] Aug 30 18:59:10.963 INFO O| Aug 30 18:59:10.963 INFO STEP 389 (remove_files) COMPLETE |
| 5143 | 2024-08-30T18:59:12.762Z | [ recovery-image] Aug 30 18:59:10.963 INFO O| Aug 30 18:59:10.963 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5144 | 2024-08-30T18:59:12.778Z | [ recovery-image] Aug 30 18:59:10.981 INFO O| Aug 30 18:59:10.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
| 5145 | 2024-08-30T18:59:12.780Z | [ recovery-image] Aug 30 18:59:10.982 INFO O| Aug 30 18:59:10.981 INFO STEP 390 (remove_files) COMPLETE |
| 5146 | 2024-08-30T18:59:12.780Z | [ recovery-image] Aug 30 18:59:10.982 INFO O| Aug 30 18:59:10.982 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5147 | 2024-08-30T18:59:12.824Z | [ recovery-image] Aug 30 18:59:11.028 INFO O| Aug 30 18:59:11.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
| 5148 | 2024-08-30T18:59:12.827Z | [ recovery-image] Aug 30 18:59:11.028 INFO O| Aug 30 18:59:11.028 INFO STEP 391 (remove_files) COMPLETE |
| 5149 | 2024-08-30T18:59:12.827Z | [ recovery-image] Aug 30 18:59:11.028 INFO O| Aug 30 18:59:11.028 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5150 | 2024-08-30T18:59:12.844Z | [ recovery-image] Aug 30 18:59:11.047 INFO O| Aug 30 18:59:11.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
| 5151 | 2024-08-30T18:59:12.846Z | [ recovery-image] Aug 30 18:59:11.047 INFO O| Aug 30 18:59:11.047 INFO STEP 392 (remove_files) COMPLETE |
| 5152 | 2024-08-30T18:59:12.846Z | [ recovery-image] Aug 30 18:59:11.048 INFO O| Aug 30 18:59:11.047 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5153 | 2024-08-30T18:59:12.861Z | [ recovery-image] Aug 30 18:59:11.065 INFO O| Aug 30 18:59:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
| 5154 | 2024-08-30T18:59:12.864Z | [ recovery-image] Aug 30 18:59:11.065 INFO O| Aug 30 18:59:11.065 INFO STEP 393 (remove_files) COMPLETE |
| 5155 | 2024-08-30T18:59:12.864Z | [ recovery-image] Aug 30 18:59:11.065 INFO O| Aug 30 18:59:11.065 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5156 | 2024-08-30T18:59:12.889Z | [ recovery-image] Aug 30 18:59:11.093 INFO O| Aug 30 18:59:11.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
| 5157 | 2024-08-30T18:59:12.889Z | [ recovery-image] Aug 30 18:59:11.093 INFO O| Aug 30 18:59:11.093 INFO STEP 394 (remove_files) COMPLETE |
| 5158 | 2024-08-30T18:59:12.889Z | [ recovery-image] Aug 30 18:59:11.093 INFO O| Aug 30 18:59:11.093 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5159 | 2024-08-30T18:59:12.908Z | [ recovery-image] Aug 30 18:59:11.112 INFO O| Aug 30 18:59:11.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
| 5160 | 2024-08-30T18:59:12.908Z | [ recovery-image] Aug 30 18:59:11.112 INFO O| Aug 30 18:59:11.112 INFO STEP 395 (remove_files) COMPLETE |
| 5161 | 2024-08-30T18:59:12.908Z | [ recovery-image] Aug 30 18:59:11.112 INFO O| Aug 30 18:59:11.112 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5162 | 2024-08-30T18:59:12.934Z | [ recovery-image] Aug 30 18:59:11.137 INFO O| Aug 30 18:59:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
| 5163 | 2024-08-30T18:59:12.934Z | [ recovery-image] Aug 30 18:59:11.137 INFO O| Aug 30 18:59:11.137 INFO STEP 396 (remove_files) COMPLETE |
| 5164 | 2024-08-30T18:59:12.934Z | [ recovery-image] Aug 30 18:59:11.137 INFO O| Aug 30 18:59:11.137 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5165 | 2024-08-30T18:59:12.979Z | [ recovery-image] Aug 30 18:59:11.182 INFO O| Aug 30 18:59:11.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
| 5166 | 2024-08-30T18:59:12.979Z | [ recovery-image] Aug 30 18:59:11.182 INFO O| Aug 30 18:59:11.182 INFO STEP 397 (remove_files) COMPLETE |
| 5167 | 2024-08-30T18:59:12.982Z | [ recovery-image] Aug 30 18:59:11.182 INFO O| Aug 30 18:59:11.182 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5168 | 2024-08-30T18:59:13.014Z | [ recovery-image] Aug 30 18:59:11.217 INFO O| Aug 30 18:59:11.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
| 5169 | 2024-08-30T18:59:13.016Z | [ recovery-image] Aug 30 18:59:11.217 INFO O| Aug 30 18:59:11.217 INFO STEP 398 (remove_files) COMPLETE |
| 5170 | 2024-08-30T18:59:13.016Z | [ recovery-image] Aug 30 18:59:11.217 INFO O| Aug 30 18:59:11.217 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5171 | 2024-08-30T18:59:13.031Z | [ recovery-image] Aug 30 18:59:11.235 INFO O| Aug 30 18:59:11.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
| 5172 | 2024-08-30T18:59:13.034Z | [ recovery-image] Aug 30 18:59:11.235 INFO O| Aug 30 18:59:11.235 INFO STEP 399 (remove_files) COMPLETE |
| 5173 | 2024-08-30T18:59:13.034Z | [ recovery-image] Aug 30 18:59:11.235 INFO O| Aug 30 18:59:11.235 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5174 | 2024-08-30T18:59:13.071Z | [ recovery-image] Aug 30 18:59:11.274 INFO O| Aug 30 18:59:11.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
| 5175 | 2024-08-30T18:59:13.071Z | [ recovery-image] Aug 30 18:59:11.274 INFO O| Aug 30 18:59:11.274 INFO STEP 400 (remove_files) COMPLETE |
| 5176 | 2024-08-30T18:59:13.071Z | [ recovery-image] Aug 30 18:59:11.274 INFO O| Aug 30 18:59:11.274 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5177 | 2024-08-30T18:59:13.128Z | [ recovery-image] Aug 30 18:59:11.332 INFO O| Aug 30 18:59:11.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
| 5178 | 2024-08-30T18:59:13.128Z | [ recovery-image] Aug 30 18:59:11.332 INFO O| Aug 30 18:59:11.332 INFO STEP 401 (remove_files) COMPLETE |
| 5179 | 2024-08-30T18:59:13.128Z | [ recovery-image] Aug 30 18:59:11.332 INFO O| Aug 30 18:59:11.332 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5180 | 2024-08-30T18:59:13.184Z | [ recovery-image] Aug 30 18:59:11.386 INFO O| Aug 30 18:59:11.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
| 5181 | 2024-08-30T18:59:13.184Z | [ recovery-image] Aug 30 18:59:11.387 INFO O| Aug 30 18:59:11.386 INFO STEP 402 (remove_files) COMPLETE |
| 5182 | 2024-08-30T18:59:13.184Z | [ recovery-image] Aug 30 18:59:11.387 INFO O| Aug 30 18:59:11.387 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5183 | 2024-08-30T18:59:13.244Z | [ recovery-image] Aug 30 18:59:11.447 INFO O| Aug 30 18:59:11.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
| 5184 | 2024-08-30T18:59:13.244Z | [ recovery-image] Aug 30 18:59:11.447 INFO O| Aug 30 18:59:11.447 INFO STEP 403 (remove_files) COMPLETE |
| 5185 | 2024-08-30T18:59:13.244Z | [ recovery-image] Aug 30 18:59:11.447 INFO O| Aug 30 18:59:11.447 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5186 | 2024-08-30T18:59:13.284Z | [ recovery-image] Aug 30 18:59:11.488 INFO O| Aug 30 18:59:11.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
| 5187 | 2024-08-30T18:59:13.285Z | [ recovery-image] Aug 30 18:59:11.488 INFO O| Aug 30 18:59:11.488 INFO STEP 404 (remove_files) COMPLETE |
| 5188 | 2024-08-30T18:59:13.287Z | [ recovery-image] Aug 30 18:59:11.488 INFO O| Aug 30 18:59:11.488 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5189 | 2024-08-30T18:59:13.342Z | [ recovery-image] Aug 30 18:59:11.546 INFO O| Aug 30 18:59:11.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
| 5190 | 2024-08-30T18:59:13.342Z | [ recovery-image] Aug 30 18:59:11.546 INFO O| Aug 30 18:59:11.546 INFO STEP 405 (remove_files) COMPLETE |
| 5191 | 2024-08-30T18:59:13.342Z | [ recovery-image] Aug 30 18:59:11.546 INFO O| Aug 30 18:59:11.546 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5192 | 2024-08-30T18:59:13.388Z | [ recovery-image] Aug 30 18:59:11.590 INFO O| Aug 30 18:59:11.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
| 5193 | 2024-08-30T18:59:13.388Z | [ recovery-image] Aug 30 18:59:11.590 INFO O| Aug 30 18:59:11.590 INFO STEP 406 (remove_files) COMPLETE |
| 5194 | 2024-08-30T18:59:13.388Z | [ recovery-image] Aug 30 18:59:11.591 INFO O| Aug 30 18:59:11.590 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5195 | 2024-08-30T18:59:13.429Z | [ recovery-image] Aug 30 18:59:11.632 INFO O| Aug 30 18:59:11.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
| 5196 | 2024-08-30T18:59:13.429Z | [ recovery-image] Aug 30 18:59:11.632 INFO O| Aug 30 18:59:11.632 INFO STEP 407 (remove_files) COMPLETE |
| 5197 | 2024-08-30T18:59:13.429Z | [ recovery-image] Aug 30 18:59:11.632 INFO O| Aug 30 18:59:11.632 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5198 | 2024-08-30T18:59:13.448Z | [ recovery-image] Aug 30 18:59:11.651 INFO O| Aug 30 18:59:11.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
| 5199 | 2024-08-30T18:59:13.448Z | [ recovery-image] Aug 30 18:59:11.651 INFO O| Aug 30 18:59:11.651 INFO STEP 408 (remove_files) COMPLETE |
| 5200 | 2024-08-30T18:59:13.450Z | [ recovery-image] Aug 30 18:59:11.651 INFO O| Aug 30 18:59:11.651 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5201 | 2024-08-30T18:59:13.484Z | [ recovery-image] Aug 30 18:59:11.687 INFO O| Aug 30 18:59:11.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
| 5202 | 2024-08-30T18:59:13.486Z | [ recovery-image] Aug 30 18:59:11.688 INFO O| Aug 30 18:59:11.687 INFO STEP 409 (remove_files) COMPLETE |
| 5203 | 2024-08-30T18:59:13.486Z | [ recovery-image] Aug 30 18:59:11.688 INFO O| Aug 30 18:59:11.688 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5204 | 2024-08-30T18:59:13.527Z | [ recovery-image] Aug 30 18:59:11.730 INFO O| Aug 30 18:59:11.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
| 5205 | 2024-08-30T18:59:13.529Z | [ recovery-image] Aug 30 18:59:11.730 INFO O| Aug 30 18:59:11.730 INFO STEP 410 (remove_files) COMPLETE |
| 5206 | 2024-08-30T18:59:13.529Z | [ recovery-image] Aug 30 18:59:11.730 INFO O| Aug 30 18:59:11.730 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5207 | 2024-08-30T18:59:13.547Z | [ recovery-image] Aug 30 18:59:11.750 INFO O| Aug 30 18:59:11.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
| 5208 | 2024-08-30T18:59:13.550Z | [ recovery-image] Aug 30 18:59:11.750 INFO O| Aug 30 18:59:11.750 INFO STEP 411 (remove_files) COMPLETE |
| 5209 | 2024-08-30T18:59:13.550Z | [ recovery-image] Aug 30 18:59:11.750 INFO O| Aug 30 18:59:11.750 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5210 | 2024-08-30T18:59:13.602Z | [ recovery-image] Aug 30 18:59:11.805 INFO O| Aug 30 18:59:11.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
| 5211 | 2024-08-30T18:59:13.605Z | [ recovery-image] Aug 30 18:59:11.805 INFO O| Aug 30 18:59:11.805 INFO STEP 412 (remove_files) COMPLETE |
| 5212 | 2024-08-30T18:59:13.605Z | [ recovery-image] Aug 30 18:59:11.806 INFO O| Aug 30 18:59:11.805 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5213 | 2024-08-30T18:59:13.619Z | [ recovery-image] Aug 30 18:59:11.822 INFO O| Aug 30 18:59:11.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
| 5214 | 2024-08-30T18:59:13.622Z | [ recovery-image] Aug 30 18:59:11.822 INFO O| Aug 30 18:59:11.822 INFO STEP 413 (remove_files) COMPLETE |
| 5215 | 2024-08-30T18:59:13.622Z | [ recovery-image] Aug 30 18:59:11.822 INFO O| Aug 30 18:59:11.822 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5216 | 2024-08-30T18:59:13.655Z | [ recovery-image] Aug 30 18:59:11.858 INFO O| Aug 30 18:59:11.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
| 5217 | 2024-08-30T18:59:13.658Z | [ recovery-image] Aug 30 18:59:11.858 INFO O| Aug 30 18:59:11.858 INFO STEP 414 (remove_files) COMPLETE |
| 5218 | 2024-08-30T18:59:13.658Z | [ recovery-image] Aug 30 18:59:11.859 INFO O| Aug 30 18:59:11.859 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5219 | 2024-08-30T18:59:13.670Z | [ recovery-image] Aug 30 18:59:11.874 INFO O| Aug 30 18:59:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
| 5220 | 2024-08-30T18:59:13.673Z | [ recovery-image] Aug 30 18:59:11.874 INFO O| Aug 30 18:59:11.874 INFO STEP 415 (remove_files) COMPLETE |
| 5221 | 2024-08-30T18:59:13.673Z | [ recovery-image] Aug 30 18:59:11.874 INFO O| Aug 30 18:59:11.874 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5222 | 2024-08-30T18:59:13.706Z | [ recovery-image] Aug 30 18:59:11.909 INFO O| Aug 30 18:59:11.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
| 5223 | 2024-08-30T18:59:13.706Z | [ recovery-image] Aug 30 18:59:11.909 INFO O| Aug 30 18:59:11.909 INFO STEP 416 (remove_files) COMPLETE |
| 5224 | 2024-08-30T18:59:13.706Z | [ recovery-image] Aug 30 18:59:11.909 INFO O| Aug 30 18:59:11.909 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5225 | 2024-08-30T18:59:13.721Z | [ recovery-image] Aug 30 18:59:11.924 INFO O| Aug 30 18:59:11.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
| 5226 | 2024-08-30T18:59:13.721Z | [ recovery-image] Aug 30 18:59:11.924 INFO O| Aug 30 18:59:11.924 INFO STEP 417 (remove_files) COMPLETE |
| 5227 | 2024-08-30T18:59:13.721Z | [ recovery-image] Aug 30 18:59:11.924 INFO O| Aug 30 18:59:11.924 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5228 | 2024-08-30T18:59:13.751Z | [ recovery-image] Aug 30 18:59:11.954 INFO O| Aug 30 18:59:11.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
| 5229 | 2024-08-30T18:59:13.751Z | [ recovery-image] Aug 30 18:59:11.954 INFO O| Aug 30 18:59:11.954 INFO STEP 418 (remove_files) COMPLETE |
| 5230 | 2024-08-30T18:59:13.751Z | [ recovery-image] Aug 30 18:59:11.954 INFO O| Aug 30 18:59:11.954 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5231 | 2024-08-30T18:59:13.796Z | [ recovery-image] Aug 30 18:59:11.999 INFO O| Aug 30 18:59:11.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
| 5232 | 2024-08-30T18:59:13.796Z | [ recovery-image] Aug 30 18:59:11.999 INFO O| Aug 30 18:59:11.999 INFO STEP 419 (remove_files) COMPLETE |
| 5233 | 2024-08-30T18:59:13.796Z | [ recovery-image] Aug 30 18:59:11.999 INFO O| Aug 30 18:59:11.999 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5234 | 2024-08-30T18:59:13.830Z | [ recovery-image] Aug 30 18:59:12.033 INFO O| Aug 30 18:59:12.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
| 5235 | 2024-08-30T18:59:13.830Z | [ recovery-image] Aug 30 18:59:12.033 INFO O| Aug 30 18:59:12.033 INFO STEP 420 (remove_files) COMPLETE |
| 5236 | 2024-08-30T18:59:13.833Z | [ recovery-image] Aug 30 18:59:12.033 INFO O| Aug 30 18:59:12.033 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5237 | 2024-08-30T18:59:13.862Z | [ recovery-image] Aug 30 18:59:12.065 INFO O| Aug 30 18:59:12.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
| 5238 | 2024-08-30T18:59:13.862Z | [ recovery-image] Aug 30 18:59:12.065 INFO O| Aug 30 18:59:12.065 INFO STEP 421 (remove_files) COMPLETE |
| 5239 | 2024-08-30T18:59:13.862Z | [ recovery-image] Aug 30 18:59:12.065 INFO O| Aug 30 18:59:12.065 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5240 | 2024-08-30T18:59:13.912Z | [ recovery-image] Aug 30 18:59:12.116 INFO O| Aug 30 18:59:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
| 5241 | 2024-08-30T18:59:13.913Z | [ recovery-image] Aug 30 18:59:12.116 INFO O| Aug 30 18:59:12.116 INFO STEP 422 (remove_files) COMPLETE |
| 5242 | 2024-08-30T18:59:13.915Z | [ recovery-image] Aug 30 18:59:12.116 INFO O| Aug 30 18:59:12.116 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5243 | 2024-08-30T18:59:13.931Z | [ recovery-image] Aug 30 18:59:12.133 INFO O| Aug 30 18:59:12.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
| 5244 | 2024-08-30T18:59:13.931Z | [ recovery-image] Aug 30 18:59:12.133 INFO O| Aug 30 18:59:12.133 INFO STEP 423 (remove_files) COMPLETE |
| 5245 | 2024-08-30T18:59:13.931Z | [ recovery-image] Aug 30 18:59:12.133 INFO O| Aug 30 18:59:12.133 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5246 | 2024-08-30T18:59:13.953Z | [ recovery-image] Aug 30 18:59:12.156 INFO O| Aug 30 18:59:12.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
| 5247 | 2024-08-30T18:59:13.956Z | [ recovery-image] Aug 30 18:59:12.157 INFO O| Aug 30 18:59:12.157 INFO STEP 424 (remove_files) COMPLETE |
| 5248 | 2024-08-30T18:59:13.956Z | [ recovery-image] Aug 30 18:59:12.157 INFO O| Aug 30 18:59:12.157 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5249 | 2024-08-30T18:59:14.025Z | [ recovery-image] Aug 30 18:59:12.228 INFO O| Aug 30 18:59:12.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
| 5250 | 2024-08-30T18:59:14.025Z | [ recovery-image] Aug 30 18:59:12.228 INFO O| Aug 30 18:59:12.228 INFO STEP 425 (remove_files) COMPLETE |
| 5251 | 2024-08-30T18:59:14.027Z | [ recovery-image] Aug 30 18:59:12.228 INFO O| Aug 30 18:59:12.228 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5252 | 2024-08-30T18:59:14.043Z | [ recovery-image] Aug 30 18:59:12.246 INFO O| Aug 30 18:59:12.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
| 5253 | 2024-08-30T18:59:14.043Z | [ recovery-image] Aug 30 18:59:12.246 INFO O| Aug 30 18:59:12.246 INFO STEP 426 (remove_files) COMPLETE |
| 5254 | 2024-08-30T18:59:14.045Z | [ recovery-image] Aug 30 18:59:12.246 INFO O| Aug 30 18:59:12.246 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5255 | 2024-08-30T18:59:14.080Z | [ recovery-image] Aug 30 18:59:12.283 INFO O| Aug 30 18:59:12.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
| 5256 | 2024-08-30T18:59:14.080Z | [ recovery-image] Aug 30 18:59:12.283 INFO O| Aug 30 18:59:12.283 INFO STEP 427 (remove_files) COMPLETE |
| 5257 | 2024-08-30T18:59:14.080Z | [ recovery-image] Aug 30 18:59:12.283 INFO O| Aug 30 18:59:12.283 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5258 | 2024-08-30T18:59:14.101Z | [ recovery-image] Aug 30 18:59:12.304 INFO O| Aug 30 18:59:12.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
| 5259 | 2024-08-30T18:59:14.101Z | [ recovery-image] Aug 30 18:59:12.304 INFO O| Aug 30 18:59:12.304 INFO STEP 428 (remove_files) COMPLETE |
| 5260 | 2024-08-30T18:59:14.101Z | [ recovery-image] Aug 30 18:59:12.304 INFO O| Aug 30 18:59:12.304 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5261 | 2024-08-30T18:59:14.145Z | [ recovery-image] Aug 30 18:59:12.348 INFO O| Aug 30 18:59:12.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
| 5262 | 2024-08-30T18:59:14.147Z | [ recovery-image] Aug 30 18:59:12.348 INFO O| Aug 30 18:59:12.348 INFO STEP 429 (remove_files) COMPLETE |
| 5263 | 2024-08-30T18:59:14.147Z | [ recovery-image] Aug 30 18:59:12.348 INFO O| Aug 30 18:59:12.348 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5264 | 2024-08-30T18:59:14.166Z | [ recovery-image] Aug 30 18:59:12.369 INFO O| Aug 30 18:59:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
| 5265 | 2024-08-30T18:59:14.169Z | [ recovery-image] Aug 30 18:59:12.369 INFO O| Aug 30 18:59:12.369 INFO STEP 430 (remove_files) COMPLETE |
| 5266 | 2024-08-30T18:59:14.169Z | [ recovery-image] Aug 30 18:59:12.369 INFO O| Aug 30 18:59:12.369 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5267 | 2024-08-30T18:59:14.240Z | [ recovery-image] Aug 30 18:59:12.443 INFO O| Aug 30 18:59:12.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
| 5268 | 2024-08-30T18:59:14.240Z | [ recovery-image] Aug 30 18:59:12.443 INFO O| Aug 30 18:59:12.443 INFO STEP 431 (remove_files) COMPLETE |
| 5269 | 2024-08-30T18:59:14.240Z | [ recovery-image] Aug 30 18:59:12.443 INFO O| Aug 30 18:59:12.443 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5270 | 2024-08-30T18:59:14.260Z | [ recovery-image] Aug 30 18:59:12.463 INFO O| Aug 30 18:59:12.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
| 5271 | 2024-08-30T18:59:14.260Z | [ recovery-image] Aug 30 18:59:12.463 INFO O| Aug 30 18:59:12.463 INFO STEP 432 (remove_files) COMPLETE |
| 5272 | 2024-08-30T18:59:14.260Z | [ recovery-image] Aug 30 18:59:12.463 INFO O| Aug 30 18:59:12.463 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5273 | 2024-08-30T18:59:14.279Z | [ recovery-image] Aug 30 18:59:12.482 INFO O| Aug 30 18:59:12.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
| 5274 | 2024-08-30T18:59:14.279Z | [ recovery-image] Aug 30 18:59:12.482 INFO O| Aug 30 18:59:12.482 INFO STEP 433 (remove_files) COMPLETE |
| 5275 | 2024-08-30T18:59:14.279Z | [ recovery-image] Aug 30 18:59:12.482 INFO O| Aug 30 18:59:12.482 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5276 | 2024-08-30T18:59:14.298Z | [ recovery-image] Aug 30 18:59:12.501 INFO O| Aug 30 18:59:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
| 5277 | 2024-08-30T18:59:14.298Z | [ recovery-image] Aug 30 18:59:12.501 INFO O| Aug 30 18:59:12.501 INFO STEP 434 (remove_files) COMPLETE |
| 5278 | 2024-08-30T18:59:14.300Z | [ recovery-image] Aug 30 18:59:12.501 INFO O| Aug 30 18:59:12.501 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5279 | 2024-08-30T18:59:14.327Z | [ recovery-image] Aug 30 18:59:12.530 INFO O| Aug 30 18:59:12.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
| 5280 | 2024-08-30T18:59:14.327Z | [ recovery-image] Aug 30 18:59:12.530 INFO O| Aug 30 18:59:12.530 INFO STEP 435 (remove_files) COMPLETE |
| 5281 | 2024-08-30T18:59:14.327Z | [ recovery-image] Aug 30 18:59:12.530 INFO O| Aug 30 18:59:12.530 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5282 | 2024-08-30T18:59:14.387Z | [ recovery-image] Aug 30 18:59:12.590 INFO O| Aug 30 18:59:12.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
| 5283 | 2024-08-30T18:59:14.387Z | [ recovery-image] Aug 30 18:59:12.590 INFO O| Aug 30 18:59:12.590 INFO STEP 436 (remove_files) COMPLETE |
| 5284 | 2024-08-30T18:59:14.387Z | [ recovery-image] Aug 30 18:59:12.590 INFO O| Aug 30 18:59:12.590 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5285 | 2024-08-30T18:59:14.446Z | [ recovery-image] Aug 30 18:59:12.649 INFO O| Aug 30 18:59:12.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
| 5286 | 2024-08-30T18:59:14.446Z | [ recovery-image] Aug 30 18:59:12.649 INFO O| Aug 30 18:59:12.649 INFO STEP 437 (remove_files) COMPLETE |
| 5287 | 2024-08-30T18:59:14.449Z | [ recovery-image] Aug 30 18:59:12.649 INFO O| Aug 30 18:59:12.649 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5288 | 2024-08-30T18:59:14.465Z | [ recovery-image] Aug 30 18:59:12.668 INFO O| Aug 30 18:59:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
| 5289 | 2024-08-30T18:59:14.465Z | [ recovery-image] Aug 30 18:59:12.668 INFO O| Aug 30 18:59:12.668 INFO STEP 438 (remove_files) COMPLETE |
| 5290 | 2024-08-30T18:59:14.465Z | [ recovery-image] Aug 30 18:59:12.668 INFO O| Aug 30 18:59:12.668 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5291 | 2024-08-30T18:59:14.495Z | [ recovery-image] Aug 30 18:59:12.698 INFO O| Aug 30 18:59:12.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
| 5292 | 2024-08-30T18:59:14.498Z | [ recovery-image] Aug 30 18:59:12.698 INFO O| Aug 30 18:59:12.698 INFO STEP 439 (remove_files) COMPLETE |
| 5293 | 2024-08-30T18:59:14.498Z | [ recovery-image] Aug 30 18:59:12.699 INFO O| Aug 30 18:59:12.699 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5294 | 2024-08-30T18:59:14.521Z | [ recovery-image] Aug 30 18:59:12.724 INFO O| Aug 30 18:59:12.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
| 5295 | 2024-08-30T18:59:14.524Z | [ recovery-image] Aug 30 18:59:12.724 INFO O| Aug 30 18:59:12.724 INFO STEP 440 (remove_files) COMPLETE |
| 5296 | 2024-08-30T18:59:14.524Z | [ recovery-image] Aug 30 18:59:12.724 INFO O| Aug 30 18:59:12.724 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5297 | 2024-08-30T18:59:14.542Z | [ recovery-image] Aug 30 18:59:12.745 INFO O| Aug 30 18:59:12.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
| 5298 | 2024-08-30T18:59:14.545Z | [ recovery-image] Aug 30 18:59:12.746 INFO O| Aug 30 18:59:12.746 INFO STEP 441 (remove_files) COMPLETE |
| 5299 | 2024-08-30T18:59:14.545Z | [ recovery-image] Aug 30 18:59:12.746 INFO O| Aug 30 18:59:12.746 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5300 | 2024-08-30T18:59:14.564Z | [ recovery-image] Aug 30 18:59:12.767 INFO O| Aug 30 18:59:12.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
| 5301 | 2024-08-30T18:59:14.567Z | [ recovery-image] Aug 30 18:59:12.768 INFO O| Aug 30 18:59:12.767 INFO STEP 442 (remove_files) COMPLETE |
| 5302 | 2024-08-30T18:59:14.567Z | [ recovery-image] Aug 30 18:59:12.768 INFO O| Aug 30 18:59:12.768 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5303 | 2024-08-30T18:59:14.602Z | [ recovery-image] Aug 30 18:59:12.805 INFO O| Aug 30 18:59:12.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
| 5304 | 2024-08-30T18:59:14.602Z | [ recovery-image] Aug 30 18:59:12.805 INFO O| Aug 30 18:59:12.805 INFO STEP 443 (remove_files) COMPLETE |
| 5305 | 2024-08-30T18:59:14.602Z | [ recovery-image] Aug 30 18:59:12.805 INFO O| Aug 30 18:59:12.805 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5306 | 2024-08-30T18:59:14.620Z | [ recovery-image] Aug 30 18:59:12.823 INFO O| Aug 30 18:59:12.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
| 5307 | 2024-08-30T18:59:14.620Z | [ recovery-image] Aug 30 18:59:12.823 INFO O| Aug 30 18:59:12.823 INFO STEP 444 (remove_files) COMPLETE |
| 5308 | 2024-08-30T18:59:14.620Z | [ recovery-image] Aug 30 18:59:12.823 INFO O| Aug 30 18:59:12.823 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5309 | 2024-08-30T18:59:14.639Z | [ recovery-image] Aug 30 18:59:12.842 INFO O| Aug 30 18:59:12.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
| 5310 | 2024-08-30T18:59:14.639Z | [ recovery-image] Aug 30 18:59:12.843 INFO O| Aug 30 18:59:12.843 INFO STEP 445 (remove_files) COMPLETE |
| 5311 | 2024-08-30T18:59:14.642Z | [ recovery-image] Aug 30 18:59:12.843 INFO O| Aug 30 18:59:12.843 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5312 | 2024-08-30T18:59:14.733Z | [ recovery-image] Aug 30 18:59:12.936 INFO O| Aug 30 18:59:12.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
| 5313 | 2024-08-30T18:59:14.733Z | [ recovery-image] Aug 30 18:59:12.936 INFO O| Aug 30 18:59:12.936 INFO STEP 446 (remove_files) COMPLETE |
| 5314 | 2024-08-30T18:59:14.733Z | [ recovery-image] Aug 30 18:59:12.936 INFO O| Aug 30 18:59:12.936 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5315 | 2024-08-30T18:59:14.768Z | [ recovery-image] Aug 30 18:59:12.971 INFO O| Aug 30 18:59:12.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
| 5316 | 2024-08-30T18:59:14.768Z | [ recovery-image] Aug 30 18:59:12.971 INFO O| Aug 30 18:59:12.971 INFO STEP 447 (remove_files) COMPLETE |
| 5317 | 2024-08-30T18:59:14.768Z | [ recovery-image] Aug 30 18:59:12.971 INFO O| Aug 30 18:59:12.971 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5318 | 2024-08-30T18:59:14.799Z | [ recovery-image] Aug 30 18:59:13.002 INFO O| Aug 30 18:59:13.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
| 5319 | 2024-08-30T18:59:14.799Z | [ recovery-image] Aug 30 18:59:13.002 INFO O| Aug 30 18:59:13.002 INFO STEP 448 (remove_files) COMPLETE |
| 5320 | 2024-08-30T18:59:14.802Z | [ recovery-image] Aug 30 18:59:13.003 INFO O| Aug 30 18:59:13.003 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5321 | 2024-08-30T18:59:14.819Z | [ recovery-image] Aug 30 18:59:13.022 INFO O| Aug 30 18:59:13.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
| 5322 | 2024-08-30T18:59:14.819Z | [ recovery-image] Aug 30 18:59:13.023 INFO O| Aug 30 18:59:13.023 INFO STEP 449 (remove_files) COMPLETE |
| 5323 | 2024-08-30T18:59:14.819Z | [ recovery-image] Aug 30 18:59:13.023 INFO O| Aug 30 18:59:13.023 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5324 | 2024-08-30T18:59:14.853Z | [ recovery-image] Aug 30 18:59:13.056 INFO O| Aug 30 18:59:13.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
| 5325 | 2024-08-30T18:59:14.853Z | [ recovery-image] Aug 30 18:59:13.056 INFO O| Aug 30 18:59:13.056 INFO STEP 450 (remove_files) COMPLETE |
| 5326 | 2024-08-30T18:59:14.853Z | [ recovery-image] Aug 30 18:59:13.056 INFO O| Aug 30 18:59:13.056 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5327 | 2024-08-30T18:59:14.872Z | [ recovery-image] Aug 30 18:59:13.075 INFO O| Aug 30 18:59:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
| 5328 | 2024-08-30T18:59:14.872Z | [ recovery-image] Aug 30 18:59:13.075 INFO O| Aug 30 18:59:13.075 INFO STEP 451 (remove_files) COMPLETE |
| 5329 | 2024-08-30T18:59:14.872Z | [ recovery-image] Aug 30 18:59:13.075 INFO O| Aug 30 18:59:13.075 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5330 | 2024-08-30T18:59:14.891Z | [ recovery-image] Aug 30 18:59:13.095 INFO O| Aug 30 18:59:13.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
| 5331 | 2024-08-30T18:59:14.892Z | [ recovery-image] Aug 30 18:59:13.095 INFO O| Aug 30 18:59:13.095 INFO STEP 452 (remove_files) COMPLETE |
| 5332 | 2024-08-30T18:59:14.892Z | [ recovery-image] Aug 30 18:59:13.095 INFO O| Aug 30 18:59:13.095 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5333 | 2024-08-30T18:59:14.912Z | [ recovery-image] Aug 30 18:59:13.115 INFO O| Aug 30 18:59:13.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
| 5334 | 2024-08-30T18:59:14.912Z | [ recovery-image] Aug 30 18:59:13.115 INFO O| Aug 30 18:59:13.115 INFO STEP 453 (remove_files) COMPLETE |
| 5335 | 2024-08-30T18:59:14.912Z | [ recovery-image] Aug 30 18:59:13.115 INFO O| Aug 30 18:59:13.115 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5336 | 2024-08-30T18:59:14.941Z | [ recovery-image] Aug 30 18:59:13.143 INFO O| Aug 30 18:59:13.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
| 5337 | 2024-08-30T18:59:14.942Z | [ recovery-image] Aug 30 18:59:13.143 INFO O| Aug 30 18:59:13.143 INFO STEP 454 (remove_files) COMPLETE |
| 5338 | 2024-08-30T18:59:14.942Z | [ recovery-image] Aug 30 18:59:13.143 INFO O| Aug 30 18:59:13.143 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5339 | 2024-08-30T18:59:14.988Z | [ recovery-image] Aug 30 18:59:13.191 INFO O| Aug 30 18:59:13.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
| 5340 | 2024-08-30T18:59:14.988Z | [ recovery-image] Aug 30 18:59:13.191 INFO O| Aug 30 18:59:13.191 INFO STEP 455 (remove_files) COMPLETE |
| 5341 | 2024-08-30T18:59:14.990Z | [ recovery-image] Aug 30 18:59:13.191 INFO O| Aug 30 18:59:13.191 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5342 | 2024-08-30T18:59:15.048Z | [ recovery-image] Aug 30 18:59:13.251 INFO O| Aug 30 18:59:13.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
| 5343 | 2024-08-30T18:59:15.048Z | [ recovery-image] Aug 30 18:59:13.251 INFO O| Aug 30 18:59:13.251 INFO STEP 456 (remove_files) COMPLETE |
| 5344 | 2024-08-30T18:59:15.048Z | [ recovery-image] Aug 30 18:59:13.251 INFO O| Aug 30 18:59:13.251 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5345 | 2024-08-30T18:59:15.084Z | [ recovery-image] Aug 30 18:59:13.287 INFO O| Aug 30 18:59:13.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
| 5346 | 2024-08-30T18:59:15.087Z | [ recovery-image] Aug 30 18:59:13.287 INFO O| Aug 30 18:59:13.287 INFO STEP 457 (remove_files) COMPLETE |
| 5347 | 2024-08-30T18:59:15.087Z | [ recovery-image] Aug 30 18:59:13.288 INFO O| Aug 30 18:59:13.287 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5348 | 2024-08-30T18:59:15.105Z | [ recovery-image] Aug 30 18:59:13.308 INFO O| Aug 30 18:59:13.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
| 5349 | 2024-08-30T18:59:15.108Z | [ recovery-image] Aug 30 18:59:13.309 INFO O| Aug 30 18:59:13.309 INFO STEP 458 (remove_files) COMPLETE |
| 5350 | 2024-08-30T18:59:15.108Z | [ recovery-image] Aug 30 18:59:13.309 INFO O| Aug 30 18:59:13.309 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5351 | 2024-08-30T18:59:15.124Z | [ recovery-image] Aug 30 18:59:13.327 INFO O| Aug 30 18:59:13.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
| 5352 | 2024-08-30T18:59:15.127Z | [ recovery-image] Aug 30 18:59:13.328 INFO O| Aug 30 18:59:13.327 INFO STEP 459 (remove_files) COMPLETE |
| 5353 | 2024-08-30T18:59:15.127Z | [ recovery-image] Aug 30 18:59:13.328 INFO O| Aug 30 18:59:13.328 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5354 | 2024-08-30T18:59:15.143Z | [ recovery-image] Aug 30 18:59:13.346 INFO O| Aug 30 18:59:13.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
| 5355 | 2024-08-30T18:59:15.146Z | [ recovery-image] Aug 30 18:59:13.347 INFO O| Aug 30 18:59:13.347 INFO STEP 460 (remove_files) COMPLETE |
| 5356 | 2024-08-30T18:59:15.146Z | [ recovery-image] Aug 30 18:59:13.347 INFO O| Aug 30 18:59:13.347 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5357 | 2024-08-30T18:59:15.163Z | [ recovery-image] Aug 30 18:59:13.366 INFO O| Aug 30 18:59:13.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
| 5358 | 2024-08-30T18:59:15.165Z | [ recovery-image] Aug 30 18:59:13.366 INFO O| Aug 30 18:59:13.366 INFO STEP 461 (remove_files) COMPLETE |
| 5359 | 2024-08-30T18:59:15.165Z | [ recovery-image] Aug 30 18:59:13.366 INFO O| Aug 30 18:59:13.366 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5360 | 2024-08-30T18:59:15.182Z | [ recovery-image] Aug 30 18:59:13.385 INFO O| Aug 30 18:59:13.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
| 5361 | 2024-08-30T18:59:15.184Z | [ recovery-image] Aug 30 18:59:13.385 INFO O| Aug 30 18:59:13.385 INFO STEP 462 (remove_files) COMPLETE |
| 5362 | 2024-08-30T18:59:15.184Z | [ recovery-image] Aug 30 18:59:13.385 INFO O| Aug 30 18:59:13.385 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5363 | 2024-08-30T18:59:15.202Z | [ recovery-image] Aug 30 18:59:13.405 INFO O| Aug 30 18:59:13.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
| 5364 | 2024-08-30T18:59:15.205Z | [ recovery-image] Aug 30 18:59:13.406 INFO O| Aug 30 18:59:13.406 INFO STEP 463 (remove_files) COMPLETE |
| 5365 | 2024-08-30T18:59:15.205Z | [ recovery-image] Aug 30 18:59:13.406 INFO O| Aug 30 18:59:13.406 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5366 | 2024-08-30T18:59:15.272Z | [ recovery-image] Aug 30 18:59:13.475 INFO O| Aug 30 18:59:13.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
| 5367 | 2024-08-30T18:59:15.275Z | [ recovery-image] Aug 30 18:59:13.475 INFO O| Aug 30 18:59:13.475 INFO STEP 464 (remove_files) COMPLETE |
| 5368 | 2024-08-30T18:59:15.275Z | [ recovery-image] Aug 30 18:59:13.475 INFO O| Aug 30 18:59:13.475 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5369 | 2024-08-30T18:59:15.330Z | [ recovery-image] Aug 30 18:59:13.533 INFO O| Aug 30 18:59:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
| 5370 | 2024-08-30T18:59:15.330Z | [ recovery-image] Aug 30 18:59:13.534 INFO O| Aug 30 18:59:13.533 INFO STEP 465 (remove_files) COMPLETE |
| 5371 | 2024-08-30T18:59:15.330Z | [ recovery-image] Aug 30 18:59:13.534 INFO O| Aug 30 18:59:13.533 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5372 | 2024-08-30T18:59:15.350Z | [ recovery-image] Aug 30 18:59:13.553 INFO O| Aug 30 18:59:13.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
| 5373 | 2024-08-30T18:59:15.350Z | [ recovery-image] Aug 30 18:59:13.553 INFO O| Aug 30 18:59:13.553 INFO STEP 466 (remove_files) COMPLETE |
| 5374 | 2024-08-30T18:59:15.350Z | [ recovery-image] Aug 30 18:59:13.553 INFO O| Aug 30 18:59:13.553 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5375 | 2024-08-30T18:59:15.380Z | [ recovery-image] Aug 30 18:59:13.583 INFO O| Aug 30 18:59:13.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
| 5376 | 2024-08-30T18:59:15.380Z | [ recovery-image] Aug 30 18:59:13.583 INFO O| Aug 30 18:59:13.583 INFO STEP 467 (remove_files) COMPLETE |
| 5377 | 2024-08-30T18:59:15.383Z | [ recovery-image] Aug 30 18:59:13.583 INFO O| Aug 30 18:59:13.583 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5378 | 2024-08-30T18:59:15.414Z | [ recovery-image] Aug 30 18:59:13.617 INFO O| Aug 30 18:59:13.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
| 5379 | 2024-08-30T18:59:15.417Z | [ recovery-image] Aug 30 18:59:13.618 INFO O| Aug 30 18:59:13.618 INFO STEP 468 (remove_files) COMPLETE |
| 5380 | 2024-08-30T18:59:15.417Z | [ recovery-image] Aug 30 18:59:13.618 INFO O| Aug 30 18:59:13.618 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5381 | 2024-08-30T18:59:15.436Z | [ recovery-image] Aug 30 18:59:13.639 INFO O| Aug 30 18:59:13.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
| 5382 | 2024-08-30T18:59:15.439Z | [ recovery-image] Aug 30 18:59:13.640 INFO O| Aug 30 18:59:13.640 INFO STEP 469 (remove_files) COMPLETE |
| 5383 | 2024-08-30T18:59:15.439Z | [ recovery-image] Aug 30 18:59:13.640 INFO O| Aug 30 18:59:13.640 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5384 | 2024-08-30T18:59:15.457Z | [ recovery-image] Aug 30 18:59:13.660 INFO O| Aug 30 18:59:13.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
| 5385 | 2024-08-30T18:59:15.457Z | [ recovery-image] Aug 30 18:59:13.660 INFO O| Aug 30 18:59:13.660 INFO STEP 470 (remove_files) COMPLETE |
| 5386 | 2024-08-30T18:59:15.459Z | [ recovery-image] Aug 30 18:59:13.660 INFO O| Aug 30 18:59:13.660 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5387 | 2024-08-30T18:59:15.475Z | [ recovery-image] Aug 30 18:59:13.678 INFO O| Aug 30 18:59:13.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
| 5388 | 2024-08-30T18:59:15.478Z | [ recovery-image] Aug 30 18:59:13.678 INFO O| Aug 30 18:59:13.678 INFO STEP 471 (remove_files) COMPLETE |
| 5389 | 2024-08-30T18:59:15.478Z | [ recovery-image] Aug 30 18:59:13.678 INFO O| Aug 30 18:59:13.678 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5390 | 2024-08-30T18:59:15.505Z | [ recovery-image] Aug 30 18:59:13.708 INFO O| Aug 30 18:59:13.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
| 5391 | 2024-08-30T18:59:15.505Z | [ recovery-image] Aug 30 18:59:13.708 INFO O| Aug 30 18:59:13.708 INFO STEP 472 (remove_files) COMPLETE |
| 5392 | 2024-08-30T18:59:15.505Z | [ recovery-image] Aug 30 18:59:13.708 INFO O| Aug 30 18:59:13.708 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5393 | 2024-08-30T18:59:15.541Z | [ recovery-image] Aug 30 18:59:13.744 INFO O| Aug 30 18:59:13.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
| 5394 | 2024-08-30T18:59:15.541Z | [ recovery-image] Aug 30 18:59:13.744 INFO O| Aug 30 18:59:13.744 INFO STEP 473 (remove_files) COMPLETE |
| 5395 | 2024-08-30T18:59:15.544Z | [ recovery-image] Aug 30 18:59:13.744 INFO O| Aug 30 18:59:13.744 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5396 | 2024-08-30T18:59:15.580Z | [ recovery-image] Aug 30 18:59:13.783 INFO O| Aug 30 18:59:13.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
| 5397 | 2024-08-30T18:59:15.581Z | [ recovery-image] Aug 30 18:59:13.784 INFO O| Aug 30 18:59:13.783 INFO STEP 474 (remove_files) COMPLETE |
| 5398 | 2024-08-30T18:59:15.581Z | [ recovery-image] Aug 30 18:59:13.784 INFO O| Aug 30 18:59:13.784 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5399 | 2024-08-30T18:59:15.619Z | [ recovery-image] Aug 30 18:59:13.822 INFO O| Aug 30 18:59:13.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
| 5400 | 2024-08-30T18:59:15.619Z | [ recovery-image] Aug 30 18:59:13.822 INFO O| Aug 30 18:59:13.822 INFO STEP 475 (remove_files) COMPLETE |
| 5401 | 2024-08-30T18:59:15.619Z | [ recovery-image] Aug 30 18:59:13.822 INFO O| Aug 30 18:59:13.822 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5402 | 2024-08-30T18:59:15.653Z | [ recovery-image] Aug 30 18:59:13.855 INFO O| Aug 30 18:59:13.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
| 5403 | 2024-08-30T18:59:15.653Z | [ recovery-image] Aug 30 18:59:13.855 INFO O| Aug 30 18:59:13.855 INFO STEP 476 (remove_files) COMPLETE |
| 5404 | 2024-08-30T18:59:15.653Z | [ recovery-image] Aug 30 18:59:13.855 INFO O| Aug 30 18:59:13.855 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5405 | 2024-08-30T18:59:15.771Z | [ recovery-image] Aug 30 18:59:13.974 INFO O| Aug 30 18:59:13.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
| 5406 | 2024-08-30T18:59:15.773Z | [ recovery-image] Aug 30 18:59:13.974 INFO O| Aug 30 18:59:13.974 INFO STEP 477 (remove_files) COMPLETE |
| 5407 | 2024-08-30T18:59:15.773Z | [ recovery-image] Aug 30 18:59:13.974 INFO O| Aug 30 18:59:13.974 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5408 | 2024-08-30T18:59:15.792Z | [ recovery-image] Aug 30 18:59:13.995 INFO O| Aug 30 18:59:13.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
| 5409 | 2024-08-30T18:59:15.795Z | [ recovery-image] Aug 30 18:59:13.995 INFO O| Aug 30 18:59:13.995 INFO STEP 478 (remove_files) COMPLETE |
| 5410 | 2024-08-30T18:59:15.795Z | [ recovery-image] Aug 30 18:59:13.996 INFO O| Aug 30 18:59:13.995 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5411 | 2024-08-30T18:59:15.813Z | [ recovery-image] Aug 30 18:59:14.016 INFO O| Aug 30 18:59:14.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
| 5412 | 2024-08-30T18:59:15.816Z | [ recovery-image] Aug 30 18:59:14.016 INFO O| Aug 30 18:59:14.016 INFO STEP 479 (remove_files) COMPLETE |
| 5413 | 2024-08-30T18:59:15.816Z | [ recovery-image] Aug 30 18:59:14.016 INFO O| Aug 30 18:59:14.016 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5414 | 2024-08-30T18:59:15.854Z | [ recovery-image] Aug 30 18:59:14.057 INFO O| Aug 30 18:59:14.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
| 5415 | 2024-08-30T18:59:15.875Z | [ recovery-image] Aug 30 18:59:14.077 INFO O| Aug 30 18:59:14.077 INFO STEP 480 (remove_files) COMPLETE |
| 5416 | 2024-08-30T18:59:15.875Z | [ recovery-image] Aug 30 18:59:14.077 INFO O| Aug 30 18:59:14.077 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5417 | 2024-08-30T18:59:15.922Z | [ recovery-image] Aug 30 18:59:14.125 INFO O| Aug 30 18:59:14.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
| 5418 | 2024-08-30T18:59:15.925Z | [ recovery-image] Aug 30 18:59:14.125 INFO O| Aug 30 18:59:14.125 INFO STEP 481 (remove_files) COMPLETE |
| 5419 | 2024-08-30T18:59:15.925Z | [ recovery-image] Aug 30 18:59:14.125 INFO O| Aug 30 18:59:14.125 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5420 | 2024-08-30T18:59:15.941Z | [ recovery-image] Aug 30 18:59:14.144 INFO O| Aug 30 18:59:14.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
| 5421 | 2024-08-30T18:59:15.941Z | [ recovery-image] Aug 30 18:59:14.144 INFO O| Aug 30 18:59:14.144 INFO STEP 482 (remove_files) COMPLETE |
| 5422 | 2024-08-30T18:59:15.944Z | [ recovery-image] Aug 30 18:59:14.144 INFO O| Aug 30 18:59:14.144 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5423 | 2024-08-30T18:59:15.972Z | [ recovery-image] Aug 30 18:59:14.175 INFO O| Aug 30 18:59:14.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 5424 | 2024-08-30T18:59:15.972Z | [ recovery-image] Aug 30 18:59:14.175 INFO O| Aug 30 18:59:14.175 INFO STEP 483 (remove_files) COMPLETE |
| 5425 | 2024-08-30T18:59:15.975Z | [ recovery-image] Aug 30 18:59:14.175 INFO O| Aug 30 18:59:14.175 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5426 | 2024-08-30T18:59:16.033Z | [ recovery-image] Aug 30 18:59:14.236 INFO O| Aug 30 18:59:14.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 5427 | 2024-08-30T18:59:16.054Z | [ recovery-image] Aug 30 18:59:14.257 INFO O| Aug 30 18:59:14.257 INFO STEP 484 (remove_files) COMPLETE |
| 5428 | 2024-08-30T18:59:16.054Z | [ recovery-image] Aug 30 18:59:14.257 INFO O| Aug 30 18:59:14.257 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5429 | 2024-08-30T18:59:16.075Z | [ recovery-image] Aug 30 18:59:14.278 INFO O| Aug 30 18:59:14.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 5430 | 2024-08-30T18:59:16.077Z | [ recovery-image] Aug 30 18:59:14.278 INFO O| Aug 30 18:59:14.278 INFO STEP 485 (remove_files) COMPLETE |
| 5431 | 2024-08-30T18:59:16.078Z | [ recovery-image] Aug 30 18:59:14.278 INFO O| Aug 30 18:59:14.278 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5432 | 2024-08-30T18:59:16.094Z | [ recovery-image] Aug 30 18:59:14.297 INFO O| Aug 30 18:59:14.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 5433 | 2024-08-30T18:59:16.096Z | [ recovery-image] Aug 30 18:59:14.297 INFO O| Aug 30 18:59:14.297 INFO STEP 486 (remove_files) COMPLETE |
| 5434 | 2024-08-30T18:59:16.097Z | [ recovery-image] Aug 30 18:59:14.297 INFO O| Aug 30 18:59:14.297 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5435 | 2024-08-30T18:59:16.112Z | [ recovery-image] Aug 30 18:59:14.315 INFO O| Aug 30 18:59:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 5436 | 2024-08-30T18:59:16.115Z | [ recovery-image] Aug 30 18:59:14.315 INFO O| Aug 30 18:59:14.315 INFO STEP 487 (remove_files) COMPLETE |
| 5437 | 2024-08-30T18:59:16.115Z | [ recovery-image] Aug 30 18:59:14.316 INFO O| Aug 30 18:59:14.316 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5438 | 2024-08-30T18:59:16.132Z | [ recovery-image] Aug 30 18:59:14.334 INFO O| Aug 30 18:59:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 5439 | 2024-08-30T18:59:16.134Z | [ recovery-image] Aug 30 18:59:14.335 INFO O| Aug 30 18:59:14.335 INFO STEP 488 (remove_files) COMPLETE |
| 5440 | 2024-08-30T18:59:16.134Z | [ recovery-image] Aug 30 18:59:14.335 INFO O| Aug 30 18:59:14.335 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5441 | 2024-08-30T18:59:16.165Z | [ recovery-image] Aug 30 18:59:14.368 INFO O| Aug 30 18:59:14.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 5442 | 2024-08-30T18:59:16.165Z | [ recovery-image] Aug 30 18:59:14.368 INFO O| Aug 30 18:59:14.368 INFO STEP 489 (remove_files) COMPLETE |
| 5443 | 2024-08-30T18:59:16.165Z | [ recovery-image] Aug 30 18:59:14.368 INFO O| Aug 30 18:59:14.368 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5444 | 2024-08-30T18:59:16.185Z | [ recovery-image] Aug 30 18:59:14.388 INFO O| Aug 30 18:59:14.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 5445 | 2024-08-30T18:59:16.185Z | [ recovery-image] Aug 30 18:59:14.388 INFO O| Aug 30 18:59:14.388 INFO STEP 490 (remove_files) COMPLETE |
| 5446 | 2024-08-30T18:59:16.187Z | [ recovery-image] Aug 30 18:59:14.388 INFO O| Aug 30 18:59:14.388 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5447 | 2024-08-30T18:59:16.203Z | [ recovery-image] Aug 30 18:59:14.406 INFO O| Aug 30 18:59:14.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 5448 | 2024-08-30T18:59:16.203Z | [ recovery-image] Aug 30 18:59:14.406 INFO O| Aug 30 18:59:14.406 INFO STEP 491 (remove_files) COMPLETE |
| 5449 | 2024-08-30T18:59:16.205Z | [ recovery-image] Aug 30 18:59:14.406 INFO O| Aug 30 18:59:14.406 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5450 | 2024-08-30T18:59:16.260Z | [ recovery-image] Aug 30 18:59:14.463 INFO O| Aug 30 18:59:14.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 5451 | 2024-08-30T18:59:16.263Z | [ recovery-image] Aug 30 18:59:14.464 INFO O| Aug 30 18:59:14.463 INFO STEP 492 (remove_files) COMPLETE |
| 5452 | 2024-08-30T18:59:16.263Z | [ recovery-image] Aug 30 18:59:14.464 INFO O| Aug 30 18:59:14.464 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5453 | 2024-08-30T18:59:16.279Z | [ recovery-image] Aug 30 18:59:14.482 INFO O| Aug 30 18:59:14.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 5454 | 2024-08-30T18:59:16.279Z | [ recovery-image] Aug 30 18:59:14.482 INFO O| Aug 30 18:59:14.482 INFO STEP 493 (remove_files) COMPLETE |
| 5455 | 2024-08-30T18:59:16.279Z | [ recovery-image] Aug 30 18:59:14.482 INFO O| Aug 30 18:59:14.482 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5456 | 2024-08-30T18:59:16.315Z | [ recovery-image] Aug 30 18:59:14.518 INFO O| Aug 30 18:59:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 5457 | 2024-08-30T18:59:16.315Z | [ recovery-image] Aug 30 18:59:14.518 INFO O| Aug 30 18:59:14.518 INFO STEP 494 (remove_files) COMPLETE |
| 5458 | 2024-08-30T18:59:16.315Z | [ recovery-image] Aug 30 18:59:14.518 INFO O| Aug 30 18:59:14.518 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5459 | 2024-08-30T18:59:16.336Z | [ recovery-image] Aug 30 18:59:14.539 INFO O| Aug 30 18:59:14.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 5460 | 2024-08-30T18:59:16.336Z | [ recovery-image] Aug 30 18:59:14.539 INFO O| Aug 30 18:59:14.539 INFO STEP 495 (remove_files) COMPLETE |
| 5461 | 2024-08-30T18:59:16.336Z | [ recovery-image] Aug 30 18:59:14.539 INFO O| Aug 30 18:59:14.539 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5462 | 2024-08-30T18:59:16.370Z | [ recovery-image] Aug 30 18:59:14.573 INFO O| Aug 30 18:59:14.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 5463 | 2024-08-30T18:59:16.370Z | [ recovery-image] Aug 30 18:59:14.573 INFO O| Aug 30 18:59:14.573 INFO STEP 496 (remove_files) COMPLETE |
| 5464 | 2024-08-30T18:59:16.370Z | [ recovery-image] Aug 30 18:59:14.573 INFO O| Aug 30 18:59:14.573 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5465 | 2024-08-30T18:59:16.427Z | [ recovery-image] Aug 30 18:59:14.630 INFO O| Aug 30 18:59:14.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 5466 | 2024-08-30T18:59:16.427Z | [ recovery-image] Aug 30 18:59:14.630 INFO O| Aug 30 18:59:14.630 INFO STEP 497 (remove_files) COMPLETE |
| 5467 | 2024-08-30T18:59:16.427Z | [ recovery-image] Aug 30 18:59:14.630 INFO O| Aug 30 18:59:14.630 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5468 | 2024-08-30T18:59:16.445Z | [ recovery-image] Aug 30 18:59:14.647 INFO O| Aug 30 18:59:14.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
| 5469 | 2024-08-30T18:59:16.445Z | [ recovery-image] Aug 30 18:59:14.648 INFO O| Aug 30 18:59:14.648 INFO STEP 498 (remove_files) COMPLETE |
| 5470 | 2024-08-30T18:59:16.447Z | [ recovery-image] Aug 30 18:59:14.648 INFO O| Aug 30 18:59:14.648 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5471 | 2024-08-30T18:59:16.461Z | [ recovery-image] Aug 30 18:59:14.664 INFO O| Aug 30 18:59:14.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
| 5472 | 2024-08-30T18:59:16.461Z | [ recovery-image] Aug 30 18:59:14.664 INFO O| Aug 30 18:59:14.664 INFO STEP 499 (remove_files) COMPLETE |
| 5473 | 2024-08-30T18:59:16.464Z | [ recovery-image] Aug 30 18:59:14.664 INFO O| Aug 30 18:59:14.664 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5474 | 2024-08-30T18:59:16.479Z | [ recovery-image] Aug 30 18:59:14.682 INFO O| Aug 30 18:59:14.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
| 5475 | 2024-08-30T18:59:16.479Z | [ recovery-image] Aug 30 18:59:14.682 INFO O| Aug 30 18:59:14.682 INFO STEP 500 (remove_files) COMPLETE |
| 5476 | 2024-08-30T18:59:16.482Z | [ recovery-image] Aug 30 18:59:14.682 INFO O| Aug 30 18:59:14.682 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5477 | 2024-08-30T18:59:16.515Z | [ recovery-image] Aug 30 18:59:14.718 INFO O| Aug 30 18:59:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
| 5478 | 2024-08-30T18:59:16.515Z | [ recovery-image] Aug 30 18:59:14.718 INFO O| Aug 30 18:59:14.718 INFO STEP 501 (remove_files) COMPLETE |
| 5479 | 2024-08-30T18:59:16.515Z | [ recovery-image] Aug 30 18:59:14.718 INFO O| Aug 30 18:59:14.718 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5480 | 2024-08-30T18:59:16.575Z | [ recovery-image] Aug 30 18:59:14.778 INFO O| Aug 30 18:59:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
| 5481 | 2024-08-30T18:59:16.575Z | [ recovery-image] Aug 30 18:59:14.778 INFO O| Aug 30 18:59:14.778 INFO STEP 502 (remove_files) COMPLETE |
| 5482 | 2024-08-30T18:59:16.575Z | [ recovery-image] Aug 30 18:59:14.778 INFO O| Aug 30 18:59:14.778 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5483 | 2024-08-30T18:59:16.596Z | [ recovery-image] Aug 30 18:59:14.797 INFO O| Aug 30 18:59:14.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
| 5484 | 2024-08-30T18:59:16.596Z | [ recovery-image] Aug 30 18:59:14.797 INFO O| Aug 30 18:59:14.797 INFO STEP 503 (remove_files) COMPLETE |
| 5485 | 2024-08-30T18:59:16.596Z | [ recovery-image] Aug 30 18:59:14.797 INFO O| Aug 30 18:59:14.797 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5486 | 2024-08-30T18:59:16.626Z | [ recovery-image] Aug 30 18:59:14.829 INFO O| Aug 30 18:59:14.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
| 5487 | 2024-08-30T18:59:16.626Z | [ recovery-image] Aug 30 18:59:14.829 INFO O| Aug 30 18:59:14.829 INFO STEP 504 (remove_files) COMPLETE |
| 5488 | 2024-08-30T18:59:16.626Z | [ recovery-image] Aug 30 18:59:14.829 INFO O| Aug 30 18:59:14.829 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5489 | 2024-08-30T18:59:16.681Z | [ recovery-image] Aug 30 18:59:14.884 INFO O| Aug 30 18:59:14.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
| 5490 | 2024-08-30T18:59:16.681Z | [ recovery-image] Aug 30 18:59:14.884 INFO O| Aug 30 18:59:14.884 INFO STEP 505 (remove_files) COMPLETE |
| 5491 | 2024-08-30T18:59:16.684Z | [ recovery-image] Aug 30 18:59:14.884 INFO O| Aug 30 18:59:14.884 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5492 | 2024-08-30T18:59:16.700Z | [ recovery-image] Aug 30 18:59:14.902 INFO O| Aug 30 18:59:14.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 5493 | 2024-08-30T18:59:16.702Z | [ recovery-image] Aug 30 18:59:14.903 INFO O| Aug 30 18:59:14.903 INFO STEP 506 (remove_files) COMPLETE |
| 5494 | 2024-08-30T18:59:16.702Z | [ recovery-image] Aug 30 18:59:14.903 INFO O| Aug 30 18:59:14.903 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5495 | 2024-08-30T18:59:16.717Z | [ recovery-image] Aug 30 18:59:14.920 INFO O| Aug 30 18:59:14.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
| 5496 | 2024-08-30T18:59:16.730Z | [ recovery-image] Aug 30 18:59:14.933 INFO O| Aug 30 18:59:14.933 INFO STEP 507 (remove_files) COMPLETE |
| 5497 | 2024-08-30T18:59:16.730Z | [ recovery-image] Aug 30 18:59:14.933 INFO O| Aug 30 18:59:14.933 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5498 | 2024-08-30T18:59:16.788Z | [ recovery-image] Aug 30 18:59:14.991 INFO O| Aug 30 18:59:14.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
| 5499 | 2024-08-30T18:59:16.788Z | [ recovery-image] Aug 30 18:59:14.991 INFO O| Aug 30 18:59:14.991 INFO STEP 508 (remove_files) COMPLETE |
| 5500 | 2024-08-30T18:59:16.788Z | [ recovery-image] Aug 30 18:59:14.991 INFO O| Aug 30 18:59:14.991 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5501 | 2024-08-30T18:59:16.832Z | [ recovery-image] Aug 30 18:59:15.035 INFO O| Aug 30 18:59:15.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
| 5502 | 2024-08-30T18:59:16.832Z | [ recovery-image] Aug 30 18:59:15.035 INFO O| Aug 30 18:59:15.035 INFO STEP 509 (remove_files) COMPLETE |
| 5503 | 2024-08-30T18:59:16.832Z | [ recovery-image] Aug 30 18:59:15.035 INFO O| Aug 30 18:59:15.035 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5504 | 2024-08-30T18:59:16.897Z | [ recovery-image] Aug 30 18:59:15.099 INFO O| Aug 30 18:59:15.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
| 5505 | 2024-08-30T18:59:16.897Z | [ recovery-image] Aug 30 18:59:15.100 INFO O| Aug 30 18:59:15.100 INFO STEP 510 (remove_files) COMPLETE |
| 5506 | 2024-08-30T18:59:16.897Z | [ recovery-image] Aug 30 18:59:15.100 INFO O| Aug 30 18:59:15.100 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5507 | 2024-08-30T18:59:16.930Z | [ recovery-image] Aug 30 18:59:15.133 INFO O| Aug 30 18:59:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
| 5508 | 2024-08-30T18:59:16.930Z | [ recovery-image] Aug 30 18:59:15.133 INFO O| Aug 30 18:59:15.133 INFO STEP 511 (remove_files) COMPLETE |
| 5509 | 2024-08-30T18:59:16.930Z | [ recovery-image] Aug 30 18:59:15.133 INFO O| Aug 30 18:59:15.133 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5510 | 2024-08-30T18:59:16.963Z | [ recovery-image] Aug 30 18:59:15.166 INFO O| Aug 30 18:59:15.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
| 5511 | 2024-08-30T18:59:16.963Z | [ recovery-image] Aug 30 18:59:15.166 INFO O| Aug 30 18:59:15.166 INFO STEP 512 (remove_files) COMPLETE |
| 5512 | 2024-08-30T18:59:16.963Z | [ recovery-image] Aug 30 18:59:15.166 INFO O| Aug 30 18:59:15.166 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5513 | 2024-08-30T18:59:16.985Z | [ recovery-image] Aug 30 18:59:15.188 INFO O| Aug 30 18:59:15.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
| 5514 | 2024-08-30T18:59:16.985Z | [ recovery-image] Aug 30 18:59:15.188 INFO O| Aug 30 18:59:15.188 INFO STEP 513 (remove_files) COMPLETE |
| 5515 | 2024-08-30T18:59:16.988Z | [ recovery-image] Aug 30 18:59:15.188 INFO O| Aug 30 18:59:15.188 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5516 | 2024-08-30T18:59:17.005Z | [ recovery-image] Aug 30 18:59:15.207 INFO O| Aug 30 18:59:15.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
| 5517 | 2024-08-30T18:59:17.005Z | [ recovery-image] Aug 30 18:59:15.207 INFO O| Aug 30 18:59:15.207 INFO STEP 514 (remove_files) COMPLETE |
| 5518 | 2024-08-30T18:59:17.005Z | [ recovery-image] Aug 30 18:59:15.207 INFO O| Aug 30 18:59:15.207 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5519 | 2024-08-30T18:59:17.024Z | [ recovery-image] Aug 30 18:59:15.227 INFO O| Aug 30 18:59:15.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
| 5520 | 2024-08-30T18:59:17.024Z | [ recovery-image] Aug 30 18:59:15.227 INFO O| Aug 30 18:59:15.227 INFO STEP 515 (remove_files) COMPLETE |
| 5521 | 2024-08-30T18:59:17.024Z | [ recovery-image] Aug 30 18:59:15.227 INFO O| Aug 30 18:59:15.227 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5522 | 2024-08-30T18:59:17.046Z | [ recovery-image] Aug 30 18:59:15.248 INFO O| Aug 30 18:59:15.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
| 5523 | 2024-08-30T18:59:17.046Z | [ recovery-image] Aug 30 18:59:15.248 INFO O| Aug 30 18:59:15.248 INFO STEP 516 (remove_files) COMPLETE |
| 5524 | 2024-08-30T18:59:17.046Z | [ recovery-image] Aug 30 18:59:15.248 INFO O| Aug 30 18:59:15.248 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5525 | 2024-08-30T18:59:17.065Z | [ recovery-image] Aug 30 18:59:15.267 INFO O| Aug 30 18:59:15.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
| 5526 | 2024-08-30T18:59:17.065Z | [ recovery-image] Aug 30 18:59:15.267 INFO O| Aug 30 18:59:15.267 INFO STEP 517 (remove_files) COMPLETE |
| 5527 | 2024-08-30T18:59:17.065Z | [ recovery-image] Aug 30 18:59:15.267 INFO O| Aug 30 18:59:15.267 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5528 | 2024-08-30T18:59:17.087Z | [ recovery-image] Aug 30 18:59:15.290 INFO O| Aug 30 18:59:15.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
| 5529 | 2024-08-30T18:59:17.087Z | [ recovery-image] Aug 30 18:59:15.290 INFO O| Aug 30 18:59:15.290 INFO STEP 518 (remove_files) COMPLETE |
| 5530 | 2024-08-30T18:59:17.087Z | [ recovery-image] Aug 30 18:59:15.290 INFO O| Aug 30 18:59:15.290 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5531 | 2024-08-30T18:59:17.124Z | [ recovery-image] Aug 30 18:59:15.326 INFO O| Aug 30 18:59:15.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
| 5532 | 2024-08-30T18:59:17.124Z | [ recovery-image] Aug 30 18:59:15.326 INFO O| Aug 30 18:59:15.326 INFO STEP 519 (remove_files) COMPLETE |
| 5533 | 2024-08-30T18:59:17.124Z | [ recovery-image] Aug 30 18:59:15.326 INFO O| Aug 30 18:59:15.326 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5534 | 2024-08-30T18:59:17.182Z | [ recovery-image] Aug 30 18:59:15.384 INFO O| Aug 30 18:59:15.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
| 5535 | 2024-08-30T18:59:17.183Z | [ recovery-image] Aug 30 18:59:15.384 INFO O| Aug 30 18:59:15.384 INFO STEP 520 (remove_files) COMPLETE |
| 5536 | 2024-08-30T18:59:17.185Z | [ recovery-image] Aug 30 18:59:15.384 INFO O| Aug 30 18:59:15.384 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5537 | 2024-08-30T18:59:17.244Z | [ recovery-image] Aug 30 18:59:15.447 INFO O| Aug 30 18:59:15.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
| 5538 | 2024-08-30T18:59:17.246Z | [ recovery-image] Aug 30 18:59:15.447 INFO O| Aug 30 18:59:15.447 INFO STEP 521 (remove_files) COMPLETE |
| 5539 | 2024-08-30T18:59:17.246Z | [ recovery-image] Aug 30 18:59:15.447 INFO O| Aug 30 18:59:15.447 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5540 | 2024-08-30T18:59:17.266Z | [ recovery-image] Aug 30 18:59:15.469 INFO O| Aug 30 18:59:15.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 5541 | 2024-08-30T18:59:17.269Z | [ recovery-image] Aug 30 18:59:15.469 INFO O| Aug 30 18:59:15.469 INFO STEP 522 (remove_files) COMPLETE |
| 5542 | 2024-08-30T18:59:17.269Z | [ recovery-image] Aug 30 18:59:15.470 INFO O| Aug 30 18:59:15.470 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5543 | 2024-08-30T18:59:17.285Z | [ recovery-image] Aug 30 18:59:15.488 INFO O| Aug 30 18:59:15.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
| 5544 | 2024-08-30T18:59:17.290Z | [ recovery-image] Aug 30 18:59:15.488 INFO O| Aug 30 18:59:15.488 INFO STEP 523 (remove_files) COMPLETE |
| 5545 | 2024-08-30T18:59:17.290Z | [ recovery-image] Aug 30 18:59:15.489 INFO O| Aug 30 18:59:15.489 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5546 | 2024-08-30T18:59:17.306Z | [ recovery-image] Aug 30 18:59:15.508 INFO O| Aug 30 18:59:15.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
| 5547 | 2024-08-30T18:59:17.308Z | [ recovery-image] Aug 30 18:59:15.508 INFO O| Aug 30 18:59:15.508 INFO STEP 524 (remove_files) COMPLETE |
| 5548 | 2024-08-30T18:59:17.308Z | [ recovery-image] Aug 30 18:59:15.508 INFO O| Aug 30 18:59:15.508 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5549 | 2024-08-30T18:59:17.325Z | [ recovery-image] Aug 30 18:59:15.528 INFO O| Aug 30 18:59:15.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
| 5550 | 2024-08-30T18:59:17.327Z | [ recovery-image] Aug 30 18:59:15.528 INFO O| Aug 30 18:59:15.528 INFO STEP 525 (remove_files) COMPLETE |
| 5551 | 2024-08-30T18:59:17.327Z | [ recovery-image] Aug 30 18:59:15.528 INFO O| Aug 30 18:59:15.528 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5552 | 2024-08-30T18:59:17.345Z | [ recovery-image] Aug 30 18:59:15.547 INFO O| Aug 30 18:59:15.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 5553 | 2024-08-30T18:59:17.347Z | [ recovery-image] Aug 30 18:59:15.548 INFO O| Aug 30 18:59:15.548 INFO STEP 526 (remove_files) COMPLETE |
| 5554 | 2024-08-30T18:59:17.347Z | [ recovery-image] Aug 30 18:59:15.548 INFO O| Aug 30 18:59:15.548 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5555 | 2024-08-30T18:59:17.400Z | [ recovery-image] Aug 30 18:59:15.602 INFO O| Aug 30 18:59:15.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 5556 | 2024-08-30T18:59:17.403Z | [ recovery-image] Aug 30 18:59:15.603 INFO O| Aug 30 18:59:15.603 INFO STEP 527 (remove_files) COMPLETE |
| 5557 | 2024-08-30T18:59:17.403Z | [ recovery-image] Aug 30 18:59:15.603 INFO O| Aug 30 18:59:15.603 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5558 | 2024-08-30T18:59:17.421Z | [ recovery-image] Aug 30 18:59:15.623 INFO O| Aug 30 18:59:15.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 5559 | 2024-08-30T18:59:17.421Z | [ recovery-image] Aug 30 18:59:15.623 INFO O| Aug 30 18:59:15.623 INFO STEP 528 (remove_files) COMPLETE |
| 5560 | 2024-08-30T18:59:17.421Z | [ recovery-image] Aug 30 18:59:15.623 INFO O| Aug 30 18:59:15.623 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5561 | 2024-08-30T18:59:17.441Z | [ recovery-image] Aug 30 18:59:15.643 INFO O| Aug 30 18:59:15.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 5562 | 2024-08-30T18:59:17.444Z | [ recovery-image] Aug 30 18:59:15.643 INFO O| Aug 30 18:59:15.643 INFO STEP 529 (remove_files) COMPLETE |
| 5563 | 2024-08-30T18:59:17.444Z | [ recovery-image] Aug 30 18:59:15.643 INFO O| Aug 30 18:59:15.643 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5564 | 2024-08-30T18:59:17.479Z | [ recovery-image] Aug 30 18:59:15.682 INFO O| Aug 30 18:59:15.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 5565 | 2024-08-30T18:59:17.479Z | [ recovery-image] Aug 30 18:59:15.682 INFO O| Aug 30 18:59:15.682 INFO STEP 530 (remove_files) COMPLETE |
| 5566 | 2024-08-30T18:59:17.482Z | [ recovery-image] Aug 30 18:59:15.682 INFO O| Aug 30 18:59:15.682 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5567 | 2024-08-30T18:59:17.521Z | [ recovery-image] Aug 30 18:59:15.722 INFO O| Aug 30 18:59:15.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 5568 | 2024-08-30T18:59:17.533Z | [ recovery-image] Aug 30 18:59:15.736 INFO O| Aug 30 18:59:15.736 INFO STEP 531 (remove_files) COMPLETE |
| 5569 | 2024-08-30T18:59:17.533Z | [ recovery-image] Aug 30 18:59:15.736 INFO O| Aug 30 18:59:15.736 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5570 | 2024-08-30T18:59:17.583Z | [ recovery-image] Aug 30 18:59:15.785 INFO O| Aug 30 18:59:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 5571 | 2024-08-30T18:59:17.583Z | [ recovery-image] Aug 30 18:59:15.786 INFO O| Aug 30 18:59:15.786 INFO STEP 532 (remove_files) COMPLETE |
| 5572 | 2024-08-30T18:59:17.583Z | [ recovery-image] Aug 30 18:59:15.786 INFO O| Aug 30 18:59:15.786 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5573 | 2024-08-30T18:59:17.601Z | [ recovery-image] Aug 30 18:59:15.804 INFO O| Aug 30 18:59:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 5574 | 2024-08-30T18:59:17.602Z | [ recovery-image] Aug 30 18:59:15.804 INFO O| Aug 30 18:59:15.804 INFO STEP 533 (remove_files) COMPLETE |
| 5575 | 2024-08-30T18:59:17.602Z | [ recovery-image] Aug 30 18:59:15.804 INFO O| Aug 30 18:59:15.804 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5576 | 2024-08-30T18:59:17.622Z | [ recovery-image] Aug 30 18:59:15.824 INFO O| Aug 30 18:59:15.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 5577 | 2024-08-30T18:59:17.622Z | [ recovery-image] Aug 30 18:59:15.824 INFO O| Aug 30 18:59:15.824 INFO STEP 534 (remove_files) COMPLETE |
| 5578 | 2024-08-30T18:59:17.624Z | [ recovery-image] Aug 30 18:59:15.825 INFO O| Aug 30 18:59:15.824 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5579 | 2024-08-30T18:59:17.659Z | [ recovery-image] Aug 30 18:59:15.861 INFO O| Aug 30 18:59:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 5580 | 2024-08-30T18:59:17.659Z | [ recovery-image] Aug 30 18:59:15.861 INFO O| Aug 30 18:59:15.861 INFO STEP 535 (remove_files) COMPLETE |
| 5581 | 2024-08-30T18:59:17.659Z | [ recovery-image] Aug 30 18:59:15.861 INFO O| Aug 30 18:59:15.861 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5582 | 2024-08-30T18:59:17.680Z | [ recovery-image] Aug 30 18:59:15.883 INFO O| Aug 30 18:59:15.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
| 5583 | 2024-08-30T18:59:17.700Z | [ recovery-image] Aug 30 18:59:15.903 INFO O| Aug 30 18:59:15.903 INFO STEP 536 (remove_files) COMPLETE |
| 5584 | 2024-08-30T18:59:17.700Z | [ recovery-image] Aug 30 18:59:15.903 INFO O| Aug 30 18:59:15.903 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5585 | 2024-08-30T18:59:17.719Z | [ recovery-image] Aug 30 18:59:15.922 INFO O| Aug 30 18:59:15.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
| 5586 | 2024-08-30T18:59:17.722Z | [ recovery-image] Aug 30 18:59:15.922 INFO O| Aug 30 18:59:15.922 INFO STEP 537 (remove_files) COMPLETE |
| 5587 | 2024-08-30T18:59:17.722Z | [ recovery-image] Aug 30 18:59:15.922 INFO O| Aug 30 18:59:15.922 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5588 | 2024-08-30T18:59:17.775Z | [ recovery-image] Aug 30 18:59:15.978 INFO O| Aug 30 18:59:15.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 5589 | 2024-08-30T18:59:17.778Z | [ recovery-image] Aug 30 18:59:15.978 INFO O| Aug 30 18:59:15.978 INFO STEP 538 (remove_files) COMPLETE |
| 5590 | 2024-08-30T18:59:17.778Z | [ recovery-image] Aug 30 18:59:15.978 INFO O| Aug 30 18:59:15.978 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5591 | 2024-08-30T18:59:17.794Z | [ recovery-image] Aug 30 18:59:15.996 INFO O| Aug 30 18:59:15.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 5592 | 2024-08-30T18:59:17.794Z | [ recovery-image] Aug 30 18:59:15.996 INFO O| Aug 30 18:59:15.996 INFO STEP 539 (remove_files) COMPLETE |
| 5593 | 2024-08-30T18:59:17.794Z | [ recovery-image] Aug 30 18:59:15.997 INFO O| Aug 30 18:59:15.996 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5594 | 2024-08-30T18:59:17.815Z | [ recovery-image] Aug 30 18:59:16.017 INFO O| Aug 30 18:59:16.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 5595 | 2024-08-30T18:59:17.815Z | [ recovery-image] Aug 30 18:59:16.018 INFO O| Aug 30 18:59:16.017 INFO STEP 540 (remove_files) COMPLETE |
| 5596 | 2024-08-30T18:59:17.815Z | [ recovery-image] Aug 30 18:59:16.018 INFO O| Aug 30 18:59:16.018 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5597 | 2024-08-30T18:59:17.836Z | [ recovery-image] Aug 30 18:59:16.039 INFO O| Aug 30 18:59:16.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 5598 | 2024-08-30T18:59:17.837Z | [ recovery-image] Aug 30 18:59:16.039 INFO O| Aug 30 18:59:16.039 INFO STEP 541 (remove_files) COMPLETE |
| 5599 | 2024-08-30T18:59:17.837Z | [ recovery-image] Aug 30 18:59:16.039 INFO O| Aug 30 18:59:16.039 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5600 | 2024-08-30T18:59:17.868Z | [ host-image] Aug 30 18:59:16.070 INFO O| Aug 30 18:59:16.070 INFO O| Done |
| 5601 | 2024-08-30T18:59:17.885Z | [ recovery-image] Aug 30 18:59:16.088 INFO O| Aug 30 18:59:16.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 5602 | 2024-08-30T18:59:17.888Z | [ recovery-image] Aug 30 18:59:16.088 INFO O| Aug 30 18:59:16.088 INFO STEP 542 (remove_files) COMPLETE |
| 5603 | 2024-08-30T18:59:17.888Z | [ recovery-image] Aug 30 18:59:16.088 INFO O| Aug 30 18:59:16.088 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5604 | 2024-08-30T18:59:17.916Z | [ recovery-image] Aug 30 18:59:16.119 INFO O| Aug 30 18:59:16.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 5605 | 2024-08-30T18:59:17.916Z | [ recovery-image] Aug 30 18:59:16.119 INFO O| Aug 30 18:59:16.119 INFO STEP 543 (remove_files) COMPLETE |
| 5606 | 2024-08-30T18:59:17.916Z | [ recovery-image] Aug 30 18:59:16.119 INFO O| Aug 30 18:59:16.119 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5607 | 2024-08-30T18:59:17.936Z | [ recovery-image] Aug 30 18:59:16.139 INFO O| Aug 30 18:59:16.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 5608 | 2024-08-30T18:59:17.936Z | [ recovery-image] Aug 30 18:59:16.139 INFO O| Aug 30 18:59:16.139 INFO STEP 544 (remove_files) COMPLETE |
| 5609 | 2024-08-30T18:59:17.939Z | [ recovery-image] Aug 30 18:59:16.139 INFO O| Aug 30 18:59:16.139 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5610 | 2024-08-30T18:59:17.987Z | [ recovery-image] Aug 30 18:59:16.189 INFO O| Aug 30 18:59:16.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
| 5611 | 2024-08-30T18:59:17.987Z | [ recovery-image] Aug 30 18:59:16.189 INFO O| Aug 30 18:59:16.189 INFO STEP 545 (remove_files) COMPLETE |
| 5612 | 2024-08-30T18:59:17.989Z | [ recovery-image] Aug 30 18:59:16.190 INFO O| Aug 30 18:59:16.189 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5613 | 2024-08-30T18:59:18.129Z | [ recovery-image] Aug 30 18:59:16.331 INFO O| Aug 30 18:59:16.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
| 5614 | 2024-08-30T18:59:18.129Z | [ recovery-image] Aug 30 18:59:16.331 INFO O| Aug 30 18:59:16.331 INFO STEP 546 (remove_files) COMPLETE |
| 5615 | 2024-08-30T18:59:18.129Z | [ recovery-image] Aug 30 18:59:16.331 INFO O| Aug 30 18:59:16.331 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5616 | 2024-08-30T18:59:18.196Z | [ recovery-image] Aug 30 18:59:16.396 INFO O| Aug 30 18:59:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
| 5617 | 2024-08-30T18:59:18.196Z | [ recovery-image] Aug 30 18:59:16.396 INFO O| Aug 30 18:59:16.396 INFO STEP 547 (remove_files) COMPLETE |
| 5618 | 2024-08-30T18:59:18.198Z | [ recovery-image] Aug 30 18:59:16.396 INFO O| Aug 30 18:59:16.396 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5619 | 2024-08-30T18:59:18.286Z | [ recovery-image] Aug 30 18:59:16.489 INFO O| Aug 30 18:59:16.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
| 5620 | 2024-08-30T18:59:18.286Z | [ recovery-image] Aug 30 18:59:16.489 INFO O| Aug 30 18:59:16.489 INFO STEP 548 (remove_files) COMPLETE |
| 5621 | 2024-08-30T18:59:18.286Z | [ recovery-image] Aug 30 18:59:16.489 INFO O| Aug 30 18:59:16.489 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5622 | 2024-08-30T18:59:18.333Z | [ recovery-image] Aug 30 18:59:16.536 INFO O| Aug 30 18:59:16.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
| 5623 | 2024-08-30T18:59:18.333Z | [ recovery-image] Aug 30 18:59:16.536 INFO O| Aug 30 18:59:16.536 INFO STEP 549 (remove_files) COMPLETE |
| 5624 | 2024-08-30T18:59:18.336Z | [ recovery-image] Aug 30 18:59:16.536 INFO O| Aug 30 18:59:16.536 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5625 | 2024-08-30T18:59:18.353Z | [ recovery-image] Aug 30 18:59:16.555 INFO O| Aug 30 18:59:16.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
| 5626 | 2024-08-30T18:59:18.353Z | [ recovery-image] Aug 30 18:59:16.555 INFO O| Aug 30 18:59:16.555 INFO STEP 550 (remove_files) COMPLETE |
| 5627 | 2024-08-30T18:59:18.353Z | [ recovery-image] Aug 30 18:59:16.555 INFO O| Aug 30 18:59:16.555 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5628 | 2024-08-30T18:59:18.371Z | [ recovery-image] Aug 30 18:59:16.573 INFO O| Aug 30 18:59:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
| 5629 | 2024-08-30T18:59:18.371Z | [ recovery-image] Aug 30 18:59:16.573 INFO O| Aug 30 18:59:16.573 INFO STEP 551 (remove_files) COMPLETE |
| 5630 | 2024-08-30T18:59:18.371Z | [ recovery-image] Aug 30 18:59:16.573 INFO O| Aug 30 18:59:16.573 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5631 | 2024-08-30T18:59:18.389Z | [ recovery-image] Aug 30 18:59:16.592 INFO O| Aug 30 18:59:16.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
| 5632 | 2024-08-30T18:59:18.389Z | [ recovery-image] Aug 30 18:59:16.592 INFO O| Aug 30 18:59:16.592 INFO STEP 552 (remove_files) COMPLETE |
| 5633 | 2024-08-30T18:59:18.389Z | [ recovery-image] Aug 30 18:59:16.592 INFO O| Aug 30 18:59:16.592 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5634 | 2024-08-30T18:59:18.440Z | [ recovery-image] Aug 30 18:59:16.642 INFO O| Aug 30 18:59:16.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 5635 | 2024-08-30T18:59:18.440Z | [ recovery-image] Aug 30 18:59:16.642 INFO O| Aug 30 18:59:16.642 INFO STEP 553 (remove_files) COMPLETE |
| 5636 | 2024-08-30T18:59:18.442Z | [ recovery-image] Aug 30 18:59:16.643 INFO O| Aug 30 18:59:16.642 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5637 | 2024-08-30T18:59:18.457Z | [ recovery-image] Aug 30 18:59:16.660 INFO O| Aug 30 18:59:16.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
| 5638 | 2024-08-30T18:59:18.459Z | [ recovery-image] Aug 30 18:59:16.660 INFO O| Aug 30 18:59:16.660 INFO STEP 554 (remove_files) COMPLETE |
| 5639 | 2024-08-30T18:59:18.459Z | [ recovery-image] Aug 30 18:59:16.660 INFO O| Aug 30 18:59:16.660 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5640 | 2024-08-30T18:59:18.474Z | [ recovery-image] Aug 30 18:59:16.676 INFO O| Aug 30 18:59:16.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 5641 | 2024-08-30T18:59:18.474Z | [ recovery-image] Aug 30 18:59:16.677 INFO O| Aug 30 18:59:16.676 INFO STEP 555 (remove_files) COMPLETE |
| 5642 | 2024-08-30T18:59:18.474Z | [ recovery-image] Aug 30 18:59:16.677 INFO O| Aug 30 18:59:16.677 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5643 | 2024-08-30T18:59:18.491Z | [ recovery-image] Aug 30 18:59:16.694 INFO O| Aug 30 18:59:16.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
| 5644 | 2024-08-30T18:59:18.503Z | [ recovery-image] Aug 30 18:59:16.705 INFO O| Aug 30 18:59:16.705 INFO STEP 556 (remove_files) COMPLETE |
| 5645 | 2024-08-30T18:59:18.503Z | [ recovery-image] Aug 30 18:59:16.705 INFO O| Aug 30 18:59:16.705 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5646 | 2024-08-30T18:59:18.549Z | [ recovery-image] Aug 30 18:59:16.752 INFO O| Aug 30 18:59:16.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
| 5647 | 2024-08-30T18:59:18.552Z | [ recovery-image] Aug 30 18:59:16.752 INFO O| Aug 30 18:59:16.752 INFO STEP 557 (remove_files) COMPLETE |
| 5648 | 2024-08-30T18:59:18.552Z | [ recovery-image] Aug 30 18:59:16.752 INFO O| Aug 30 18:59:16.752 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5649 | 2024-08-30T18:59:18.596Z | [ recovery-image] Aug 30 18:59:16.799 INFO O| Aug 30 18:59:16.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
| 5650 | 2024-08-30T18:59:18.596Z | [ recovery-image] Aug 30 18:59:16.799 INFO O| Aug 30 18:59:16.799 INFO STEP 558 (remove_files) COMPLETE |
| 5651 | 2024-08-30T18:59:18.598Z | [ recovery-image] Aug 30 18:59:16.799 INFO O| Aug 30 18:59:16.799 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5652 | 2024-08-30T18:59:18.649Z | [ recovery-image] Aug 30 18:59:16.852 INFO O| Aug 30 18:59:16.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
| 5653 | 2024-08-30T18:59:18.649Z | [ recovery-image] Aug 30 18:59:16.852 INFO O| Aug 30 18:59:16.852 INFO STEP 559 (remove_files) COMPLETE |
| 5654 | 2024-08-30T18:59:18.651Z | [ recovery-image] Aug 30 18:59:16.852 INFO O| Aug 30 18:59:16.852 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5655 | 2024-08-30T18:59:18.673Z | [ recovery-image] Aug 30 18:59:16.875 INFO O| Aug 30 18:59:16.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
| 5656 | 2024-08-30T18:59:18.673Z | [ recovery-image] Aug 30 18:59:16.875 INFO O| Aug 30 18:59:16.875 INFO STEP 560 (remove_files) COMPLETE |
| 5657 | 2024-08-30T18:59:18.673Z | [ recovery-image] Aug 30 18:59:16.875 INFO O| Aug 30 18:59:16.875 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5658 | 2024-08-30T18:59:18.696Z | [ recovery-image] Aug 30 18:59:16.898 INFO O| Aug 30 18:59:16.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
| 5659 | 2024-08-30T18:59:18.696Z | [ recovery-image] Aug 30 18:59:16.898 INFO O| Aug 30 18:59:16.898 INFO STEP 561 (remove_files) COMPLETE |
| 5660 | 2024-08-30T18:59:18.698Z | [ recovery-image] Aug 30 18:59:16.898 INFO O| Aug 30 18:59:16.898 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5661 | 2024-08-30T18:59:18.714Z | [ recovery-image] Aug 30 18:59:16.917 INFO O| Aug 30 18:59:16.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
| 5662 | 2024-08-30T18:59:18.714Z | [ recovery-image] Aug 30 18:59:16.917 INFO O| Aug 30 18:59:16.917 INFO STEP 562 (remove_files) COMPLETE |
| 5663 | 2024-08-30T18:59:18.718Z | [ recovery-image] Aug 30 18:59:16.917 INFO O| Aug 30 18:59:16.917 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5664 | 2024-08-30T18:59:18.731Z | [ recovery-image] Aug 30 18:59:16.934 INFO O| Aug 30 18:59:16.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
| 5665 | 2024-08-30T18:59:18.731Z | [ recovery-image] Aug 30 18:59:16.934 INFO O| Aug 30 18:59:16.934 INFO STEP 563 (remove_files) COMPLETE |
| 5666 | 2024-08-30T18:59:18.731Z | [ recovery-image] Aug 30 18:59:16.934 INFO O| Aug 30 18:59:16.934 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5667 | 2024-08-30T18:59:18.749Z | [ recovery-image] Aug 30 18:59:16.951 INFO O| Aug 30 18:59:16.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
| 5668 | 2024-08-30T18:59:18.749Z | [ recovery-image] Aug 30 18:59:16.951 INFO O| Aug 30 18:59:16.951 INFO STEP 564 (remove_files) COMPLETE |
| 5669 | 2024-08-30T18:59:18.751Z | [ recovery-image] Aug 30 18:59:16.951 INFO O| Aug 30 18:59:16.951 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5670 | 2024-08-30T18:59:18.768Z | [ recovery-image] Aug 30 18:59:16.970 INFO O| Aug 30 18:59:16.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
| 5671 | 2024-08-30T18:59:18.768Z | [ recovery-image] Aug 30 18:59:16.970 INFO O| Aug 30 18:59:16.970 INFO STEP 565 (remove_files) COMPLETE |
| 5672 | 2024-08-30T18:59:18.768Z | [ recovery-image] Aug 30 18:59:16.971 INFO O| Aug 30 18:59:16.970 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5673 | 2024-08-30T18:59:18.789Z | [ recovery-image] Aug 30 18:59:16.992 INFO O| Aug 30 18:59:16.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 5674 | 2024-08-30T18:59:18.789Z | [ recovery-image] Aug 30 18:59:16.992 INFO O| Aug 30 18:59:16.992 INFO STEP 566 (remove_files) COMPLETE |
| 5675 | 2024-08-30T18:59:18.789Z | [ recovery-image] Aug 30 18:59:16.992 INFO O| Aug 30 18:59:16.992 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5676 | 2024-08-30T18:59:18.801Z | [ host-image] Aug 30 18:59:17.003 INFO O| Aug 30 18:59:17.003 INFO O| Done |
| 5677 | 2024-08-30T18:59:18.810Z | [ recovery-image] Aug 30 18:59:17.013 INFO O| Aug 30 18:59:17.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
| 5678 | 2024-08-30T18:59:18.810Z | [ recovery-image] Aug 30 18:59:17.013 INFO O| Aug 30 18:59:17.013 INFO STEP 567 (remove_files) COMPLETE |
| 5679 | 2024-08-30T18:59:18.810Z | [ recovery-image] Aug 30 18:59:17.013 INFO O| Aug 30 18:59:17.013 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5680 | 2024-08-30T18:59:18.849Z | [ recovery-image] Aug 30 18:59:17.051 INFO O| Aug 30 18:59:17.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
| 5681 | 2024-08-30T18:59:18.869Z | [ recovery-image] Aug 30 18:59:17.072 INFO O| Aug 30 18:59:17.072 INFO STEP 568 (remove_files) COMPLETE |
| 5682 | 2024-08-30T18:59:18.869Z | [ recovery-image] Aug 30 18:59:17.072 INFO O| Aug 30 18:59:17.072 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5683 | 2024-08-30T18:59:18.891Z | [ recovery-image] Aug 30 18:59:17.094 INFO O| Aug 30 18:59:17.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 5684 | 2024-08-30T18:59:18.894Z | [ recovery-image] Aug 30 18:59:17.094 INFO O| Aug 30 18:59:17.094 INFO STEP 569 (remove_files) COMPLETE |
| 5685 | 2024-08-30T18:59:18.894Z | [ recovery-image] Aug 30 18:59:17.094 INFO O| Aug 30 18:59:17.094 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5686 | 2024-08-30T18:59:18.915Z | [ recovery-image] Aug 30 18:59:17.118 INFO O| Aug 30 18:59:17.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
| 5687 | 2024-08-30T18:59:18.915Z | [ recovery-image] Aug 30 18:59:17.118 INFO O| Aug 30 18:59:17.118 INFO STEP 570 (remove_files) COMPLETE |
| 5688 | 2024-08-30T18:59:18.918Z | [ recovery-image] Aug 30 18:59:17.118 INFO O| Aug 30 18:59:17.118 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5689 | 2024-08-30T18:59:18.934Z | [ recovery-image] Aug 30 18:59:17.136 INFO O| Aug 30 18:59:17.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
| 5690 | 2024-08-30T18:59:18.934Z | [ recovery-image] Aug 30 18:59:17.136 INFO O| Aug 30 18:59:17.136 INFO STEP 571 (remove_files) COMPLETE |
| 5691 | 2024-08-30T18:59:18.934Z | [ recovery-image] Aug 30 18:59:17.137 INFO O| Aug 30 18:59:17.136 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5692 | 2024-08-30T18:59:19.128Z | [ host-image] Aug 30 18:59:17.330 INFO O| Aug 30 18:59:17.330 INFO STEP 11 (pkg_install) COMPLETE |
| 5693 | 2024-08-30T18:59:19.128Z | [ host-image] Aug 30 18:59:17.330 INFO O| Aug 30 18:59:17.330 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 5694 | 2024-08-30T18:59:19.144Z | [ host-image] Aug 30 18:59:17.346 INFO O| Aug 30 18:59:17.346 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
| 5695 | 2024-08-30T18:59:19.155Z | [ recovery-image] Aug 30 18:59:17.358 INFO O| Aug 30 18:59:17.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
| 5696 | 2024-08-30T18:59:19.158Z | [ recovery-image] Aug 30 18:59:17.358 INFO O| Aug 30 18:59:17.358 INFO STEP 572 (remove_files) COMPLETE |
| 5697 | 2024-08-30T18:59:19.158Z | [ recovery-image] Aug 30 18:59:17.359 INFO O| Aug 30 18:59:17.358 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5698 | 2024-08-30T18:59:19.174Z | [ recovery-image] Aug 30 18:59:17.377 INFO O| Aug 30 18:59:17.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
| 5699 | 2024-08-30T18:59:19.177Z | [ recovery-image] Aug 30 18:59:17.377 INFO O| Aug 30 18:59:17.377 INFO STEP 573 (remove_files) COMPLETE |
| 5700 | 2024-08-30T18:59:19.177Z | [ recovery-image] Aug 30 18:59:17.377 INFO O| Aug 30 18:59:17.377 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5701 | 2024-08-30T18:59:19.194Z | [ recovery-image] Aug 30 18:59:17.397 INFO O| Aug 30 18:59:17.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
| 5702 | 2024-08-30T18:59:19.196Z | [ recovery-image] Aug 30 18:59:17.397 INFO O| Aug 30 18:59:17.397 INFO STEP 574 (remove_files) COMPLETE |
| 5703 | 2024-08-30T18:59:19.197Z | [ recovery-image] Aug 30 18:59:17.397 INFO O| Aug 30 18:59:17.397 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5704 | 2024-08-30T18:59:19.213Z | [ recovery-image] Aug 30 18:59:17.416 INFO O| Aug 30 18:59:17.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
| 5705 | 2024-08-30T18:59:19.216Z | [ recovery-image] Aug 30 18:59:17.416 INFO O| Aug 30 18:59:17.416 INFO STEP 575 (remove_files) COMPLETE |
| 5706 | 2024-08-30T18:59:19.216Z | [ recovery-image] Aug 30 18:59:17.416 INFO O| Aug 30 18:59:17.416 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5707 | 2024-08-30T18:59:19.233Z | [ recovery-image] Aug 30 18:59:17.436 INFO O| Aug 30 18:59:17.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
| 5708 | 2024-08-30T18:59:19.236Z | [ recovery-image] Aug 30 18:59:17.436 INFO O| Aug 30 18:59:17.436 INFO STEP 576 (remove_files) COMPLETE |
| 5709 | 2024-08-30T18:59:19.236Z | [ recovery-image] Aug 30 18:59:17.436 INFO O| Aug 30 18:59:17.436 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5710 | 2024-08-30T18:59:19.270Z | [ recovery-image] Aug 30 18:59:17.473 INFO O| Aug 30 18:59:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
| 5711 | 2024-08-30T18:59:19.278Z | [ recovery-image] Aug 30 18:59:17.481 INFO O| Aug 30 18:59:17.481 INFO STEP 577 (remove_files) COMPLETE |
| 5712 | 2024-08-30T18:59:19.278Z | [ recovery-image] Aug 30 18:59:17.481 INFO O| Aug 30 18:59:17.481 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5713 | 2024-08-30T18:59:19.325Z | [ recovery-image] Aug 30 18:59:17.528 INFO O| Aug 30 18:59:17.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
| 5714 | 2024-08-30T18:59:19.327Z | [ recovery-image] Aug 30 18:59:17.528 INFO O| Aug 30 18:59:17.528 INFO STEP 578 (remove_files) COMPLETE |
| 5715 | 2024-08-30T18:59:19.327Z | [ recovery-image] Aug 30 18:59:17.528 INFO O| Aug 30 18:59:17.528 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5716 | 2024-08-30T18:59:19.346Z | [ recovery-image] Aug 30 18:59:17.548 INFO O| Aug 30 18:59:17.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
| 5717 | 2024-08-30T18:59:19.348Z | [ recovery-image] Aug 30 18:59:17.548 INFO O| Aug 30 18:59:17.548 INFO STEP 579 (remove_files) COMPLETE |
| 5718 | 2024-08-30T18:59:19.348Z | [ recovery-image] Aug 30 18:59:17.549 INFO O| Aug 30 18:59:17.549 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5719 | 2024-08-30T18:59:19.365Z | [ recovery-image] Aug 30 18:59:17.567 INFO O| Aug 30 18:59:17.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
| 5720 | 2024-08-30T18:59:19.367Z | [ recovery-image] Aug 30 18:59:17.568 INFO O| Aug 30 18:59:17.568 INFO STEP 580 (remove_files) COMPLETE |
| 5721 | 2024-08-30T18:59:19.367Z | [ recovery-image] Aug 30 18:59:17.568 INFO O| Aug 30 18:59:17.568 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5722 | 2024-08-30T18:59:19.400Z | [ recovery-image] Aug 30 18:59:17.603 INFO O| Aug 30 18:59:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
| 5723 | 2024-08-30T18:59:19.400Z | [ recovery-image] Aug 30 18:59:17.603 INFO O| Aug 30 18:59:17.603 INFO STEP 581 (remove_files) COMPLETE |
| 5724 | 2024-08-30T18:59:19.400Z | [ recovery-image] Aug 30 18:59:17.603 INFO O| Aug 30 18:59:17.603 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5725 | 2024-08-30T18:59:19.421Z | [ recovery-image] Aug 30 18:59:17.623 INFO O| Aug 30 18:59:17.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
| 5726 | 2024-08-30T18:59:19.421Z | [ recovery-image] Aug 30 18:59:17.623 INFO O| Aug 30 18:59:17.623 INFO STEP 582 (remove_files) COMPLETE |
| 5727 | 2024-08-30T18:59:19.421Z | [ recovery-image] Aug 30 18:59:17.623 INFO O| Aug 30 18:59:17.623 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5728 | 2024-08-30T18:59:19.452Z | [ recovery-image] Aug 30 18:59:17.654 INFO O| Aug 30 18:59:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
| 5729 | 2024-08-30T18:59:19.476Z | [ recovery-image] Aug 30 18:59:17.679 INFO O| Aug 30 18:59:17.679 INFO STEP 583 (remove_files) COMPLETE |
| 5730 | 2024-08-30T18:59:19.476Z | [ recovery-image] Aug 30 18:59:17.679 INFO O| Aug 30 18:59:17.679 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5731 | 2024-08-30T18:59:19.495Z | [ recovery-image] Aug 30 18:59:17.698 INFO O| Aug 30 18:59:17.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
| 5732 | 2024-08-30T18:59:19.498Z | [ recovery-image] Aug 30 18:59:17.698 INFO O| Aug 30 18:59:17.698 INFO STEP 584 (remove_files) COMPLETE |
| 5733 | 2024-08-30T18:59:19.498Z | [ recovery-image] Aug 30 18:59:17.699 INFO O| Aug 30 18:59:17.698 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5734 | 2024-08-30T18:59:19.514Z | [ recovery-image] Aug 30 18:59:17.717 INFO O| Aug 30 18:59:17.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
| 5735 | 2024-08-30T18:59:19.517Z | [ recovery-image] Aug 30 18:59:17.717 INFO O| Aug 30 18:59:17.717 INFO STEP 585 (remove_files) COMPLETE |
| 5736 | 2024-08-30T18:59:19.517Z | [ recovery-image] Aug 30 18:59:17.717 INFO O| Aug 30 18:59:17.717 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5737 | 2024-08-30T18:59:19.532Z | [ recovery-image] Aug 30 18:59:17.734 INFO O| Aug 30 18:59:17.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
| 5738 | 2024-08-30T18:59:19.534Z | [ recovery-image] Aug 30 18:59:17.734 INFO O| Aug 30 18:59:17.734 INFO STEP 586 (remove_files) COMPLETE |
| 5739 | 2024-08-30T18:59:19.534Z | [ recovery-image] Aug 30 18:59:17.735 INFO O| Aug 30 18:59:17.735 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5740 | 2024-08-30T18:59:19.551Z | [ recovery-image] Aug 30 18:59:17.753 INFO O| Aug 30 18:59:17.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
| 5741 | 2024-08-30T18:59:19.553Z | [ recovery-image] Aug 30 18:59:17.753 INFO O| Aug 30 18:59:17.753 INFO STEP 587 (remove_files) COMPLETE |
| 5742 | 2024-08-30T18:59:19.553Z | [ recovery-image] Aug 30 18:59:17.754 INFO O| Aug 30 18:59:17.753 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5743 | 2024-08-30T18:59:19.569Z | [ recovery-image] Aug 30 18:59:17.771 INFO O| Aug 30 18:59:17.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
| 5744 | 2024-08-30T18:59:19.569Z | [ recovery-image] Aug 30 18:59:17.771 INFO O| Aug 30 18:59:17.771 INFO STEP 588 (remove_files) COMPLETE |
| 5745 | 2024-08-30T18:59:19.571Z | [ recovery-image] Aug 30 18:59:17.772 INFO O| Aug 30 18:59:17.772 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5746 | 2024-08-30T18:59:19.598Z | [ recovery-image] Aug 30 18:59:17.801 INFO O| Aug 30 18:59:17.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
| 5747 | 2024-08-30T18:59:19.598Z | [ recovery-image] Aug 30 18:59:17.801 INFO O| Aug 30 18:59:17.801 INFO STEP 589 (remove_files) COMPLETE |
| 5748 | 2024-08-30T18:59:19.600Z | [ recovery-image] Aug 30 18:59:17.801 INFO O| Aug 30 18:59:17.801 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5749 | 2024-08-30T18:59:19.633Z | [ recovery-image] Aug 30 18:59:17.835 INFO O| Aug 30 18:59:17.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 5750 | 2024-08-30T18:59:19.635Z | [ recovery-image] Aug 30 18:59:17.836 INFO O| Aug 30 18:59:17.836 INFO STEP 590 (remove_files) COMPLETE |
| 5751 | 2024-08-30T18:59:19.635Z | [ recovery-image] Aug 30 18:59:17.836 INFO O| Aug 30 18:59:17.836 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5752 | 2024-08-30T18:59:19.653Z | [ recovery-image] Aug 30 18:59:17.855 INFO O| Aug 30 18:59:17.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 5753 | 2024-08-30T18:59:19.653Z | [ recovery-image] Aug 30 18:59:17.855 INFO O| Aug 30 18:59:17.855 INFO STEP 591 (remove_files) COMPLETE |
| 5754 | 2024-08-30T18:59:19.653Z | [ recovery-image] Aug 30 18:59:17.855 INFO O| Aug 30 18:59:17.855 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5755 | 2024-08-30T18:59:19.672Z | [ recovery-image] Aug 30 18:59:17.875 INFO O| Aug 30 18:59:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 5756 | 2024-08-30T18:59:19.672Z | [ recovery-image] Aug 30 18:59:17.875 INFO O| Aug 30 18:59:17.875 INFO STEP 592 (remove_files) COMPLETE |
| 5757 | 2024-08-30T18:59:19.675Z | [ recovery-image] Aug 30 18:59:17.875 INFO O| Aug 30 18:59:17.875 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5758 | 2024-08-30T18:59:19.701Z | [ recovery-image] Aug 30 18:59:17.903 INFO O| Aug 30 18:59:17.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 5759 | 2024-08-30T18:59:19.701Z | [ recovery-image] Aug 30 18:59:17.903 INFO O| Aug 30 18:59:17.903 INFO STEP 593 (remove_files) COMPLETE |
| 5760 | 2024-08-30T18:59:19.703Z | [ recovery-image] Aug 30 18:59:17.903 INFO O| Aug 30 18:59:17.903 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5761 | 2024-08-30T18:59:19.738Z | [ recovery-image] Aug 30 18:59:17.940 INFO O| Aug 30 18:59:17.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 5762 | 2024-08-30T18:59:19.738Z | [ recovery-image] Aug 30 18:59:17.940 INFO O| Aug 30 18:59:17.940 INFO STEP 594 (remove_files) COMPLETE |
| 5763 | 2024-08-30T18:59:19.740Z | [ recovery-image] Aug 30 18:59:17.940 INFO O| Aug 30 18:59:17.940 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5764 | 2024-08-30T18:59:19.786Z | [ recovery-image] Aug 30 18:59:17.989 INFO O| Aug 30 18:59:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 5765 | 2024-08-30T18:59:19.788Z | [ recovery-image] Aug 30 18:59:17.989 INFO O| Aug 30 18:59:17.989 INFO STEP 595 (remove_files) COMPLETE |
| 5766 | 2024-08-30T18:59:19.788Z | [ recovery-image] Aug 30 18:59:17.989 INFO O| Aug 30 18:59:17.989 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5767 | 2024-08-30T18:59:19.822Z | [ recovery-image] Aug 30 18:59:18.025 INFO O| Aug 30 18:59:18.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 5768 | 2024-08-30T18:59:19.822Z | [ recovery-image] Aug 30 18:59:18.025 INFO O| Aug 30 18:59:18.025 INFO STEP 596 (remove_files) COMPLETE |
| 5769 | 2024-08-30T18:59:19.825Z | [ recovery-image] Aug 30 18:59:18.025 INFO O| Aug 30 18:59:18.025 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5770 | 2024-08-30T18:59:19.841Z | [ recovery-image] Aug 30 18:59:18.043 INFO O| Aug 30 18:59:18.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
| 5771 | 2024-08-30T18:59:19.841Z | [ recovery-image] Aug 30 18:59:18.043 INFO O| Aug 30 18:59:18.043 INFO STEP 597 (remove_files) COMPLETE |
| 5772 | 2024-08-30T18:59:19.843Z | [ recovery-image] Aug 30 18:59:18.043 INFO O| Aug 30 18:59:18.043 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5773 | 2024-08-30T18:59:19.878Z | [ recovery-image] Aug 30 18:59:18.080 INFO O| Aug 30 18:59:18.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 5774 | 2024-08-30T18:59:19.878Z | [ recovery-image] Aug 30 18:59:18.080 INFO O| Aug 30 18:59:18.080 INFO STEP 598 (remove_files) COMPLETE |
| 5775 | 2024-08-30T18:59:19.880Z | [ recovery-image] Aug 30 18:59:18.080 INFO O| Aug 30 18:59:18.080 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5776 | 2024-08-30T18:59:19.923Z | [ recovery-image] Aug 30 18:59:18.126 INFO O| Aug 30 18:59:18.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
| 5777 | 2024-08-30T18:59:19.923Z | [ recovery-image] Aug 30 18:59:18.126 INFO O| Aug 30 18:59:18.126 INFO STEP 599 (remove_files) COMPLETE |
| 5778 | 2024-08-30T18:59:19.923Z | [ recovery-image] Aug 30 18:59:18.126 INFO O| Aug 30 18:59:18.126 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5779 | 2024-08-30T18:59:19.962Z | [ recovery-image] Aug 30 18:59:18.165 INFO O| Aug 30 18:59:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 5780 | 2024-08-30T18:59:19.962Z | [ recovery-image] Aug 30 18:59:18.165 INFO O| Aug 30 18:59:18.165 INFO STEP 600 (remove_files) COMPLETE |
| 5781 | 2024-08-30T18:59:19.964Z | [ recovery-image] Aug 30 18:59:18.165 INFO O| Aug 30 18:59:18.165 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5782 | 2024-08-30T18:59:19.980Z | [ recovery-image] Aug 30 18:59:18.182 INFO O| Aug 30 18:59:18.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
| 5783 | 2024-08-30T18:59:19.980Z | [ recovery-image] Aug 30 18:59:18.182 INFO O| Aug 30 18:59:18.182 INFO STEP 601 (remove_files) COMPLETE |
| 5784 | 2024-08-30T18:59:19.982Z | [ recovery-image] Aug 30 18:59:18.182 INFO O| Aug 30 18:59:18.182 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5785 | 2024-08-30T18:59:20.007Z | [ recovery-image] Aug 30 18:59:18.209 INFO O| Aug 30 18:59:18.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 5786 | 2024-08-30T18:59:20.010Z | [ recovery-image] Aug 30 18:59:18.210 INFO O| Aug 30 18:59:18.210 INFO STEP 602 (remove_files) COMPLETE |
| 5787 | 2024-08-30T18:59:20.010Z | [ recovery-image] Aug 30 18:59:18.210 INFO O| Aug 30 18:59:18.210 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5788 | 2024-08-30T18:59:20.027Z | [ recovery-image] Aug 30 18:59:18.230 INFO O| Aug 30 18:59:18.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 5789 | 2024-08-30T18:59:20.030Z | [ recovery-image] Aug 30 18:59:18.230 INFO O| Aug 30 18:59:18.230 INFO STEP 603 (remove_files) COMPLETE |
| 5790 | 2024-08-30T18:59:20.030Z | [ recovery-image] Aug 30 18:59:18.230 INFO O| Aug 30 18:59:18.230 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5791 | 2024-08-30T18:59:20.047Z | [ recovery-image] Aug 30 18:59:18.249 INFO O| Aug 30 18:59:18.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 5792 | 2024-08-30T18:59:20.049Z | [ recovery-image] Aug 30 18:59:18.250 INFO O| Aug 30 18:59:18.249 INFO STEP 604 (remove_files) COMPLETE |
| 5793 | 2024-08-30T18:59:20.049Z | [ recovery-image] Aug 30 18:59:18.250 INFO O| Aug 30 18:59:18.250 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5794 | 2024-08-30T18:59:20.066Z | [ recovery-image] Aug 30 18:59:18.268 INFO O| Aug 30 18:59:18.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 5795 | 2024-08-30T18:59:20.068Z | [ recovery-image] Aug 30 18:59:18.268 INFO O| Aug 30 18:59:18.268 INFO STEP 605 (remove_files) COMPLETE |
| 5796 | 2024-08-30T18:59:20.068Z | [ recovery-image] Aug 30 18:59:18.268 INFO O| Aug 30 18:59:18.268 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5797 | 2024-08-30T18:59:20.098Z | [ recovery-image] Aug 30 18:59:18.300 INFO O| Aug 30 18:59:18.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 5798 | 2024-08-30T18:59:20.100Z | [ recovery-image] Aug 30 18:59:18.301 INFO O| Aug 30 18:59:18.300 INFO STEP 606 (remove_files) COMPLETE |
| 5799 | 2024-08-30T18:59:20.100Z | [ recovery-image] Aug 30 18:59:18.301 INFO O| Aug 30 18:59:18.301 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5800 | 2024-08-30T18:59:20.118Z | [ recovery-image] Aug 30 18:59:18.321 INFO O| Aug 30 18:59:18.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 5801 | 2024-08-30T18:59:20.121Z | [ recovery-image] Aug 30 18:59:18.321 INFO O| Aug 30 18:59:18.321 INFO STEP 607 (remove_files) COMPLETE |
| 5802 | 2024-08-30T18:59:20.121Z | [ recovery-image] Aug 30 18:59:18.321 INFO O| Aug 30 18:59:18.321 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5803 | 2024-08-30T18:59:20.138Z | [ recovery-image] Aug 30 18:59:18.341 INFO O| Aug 30 18:59:18.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 5804 | 2024-08-30T18:59:20.141Z | [ recovery-image] Aug 30 18:59:18.341 INFO O| Aug 30 18:59:18.341 INFO STEP 608 (remove_files) COMPLETE |
| 5805 | 2024-08-30T18:59:20.141Z | [ recovery-image] Aug 30 18:59:18.341 INFO O| Aug 30 18:59:18.341 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5806 | 2024-08-30T18:59:20.158Z | [ recovery-image] Aug 30 18:59:18.361 INFO O| Aug 30 18:59:18.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 5807 | 2024-08-30T18:59:20.158Z | [ recovery-image] Aug 30 18:59:18.361 INFO O| Aug 30 18:59:18.361 INFO STEP 609 (remove_files) COMPLETE |
| 5808 | 2024-08-30T18:59:20.161Z | [ recovery-image] Aug 30 18:59:18.361 INFO O| Aug 30 18:59:18.361 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5809 | 2024-08-30T18:59:20.177Z | [ recovery-image] Aug 30 18:59:18.379 INFO O| Aug 30 18:59:18.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 5810 | 2024-08-30T18:59:20.179Z | [ recovery-image] Aug 30 18:59:18.379 INFO O| Aug 30 18:59:18.379 INFO STEP 610 (remove_files) COMPLETE |
| 5811 | 2024-08-30T18:59:20.179Z | [ recovery-image] Aug 30 18:59:18.380 INFO O| Aug 30 18:59:18.379 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5812 | 2024-08-30T18:59:20.195Z | [ recovery-image] Aug 30 18:59:18.397 INFO O| Aug 30 18:59:18.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 5813 | 2024-08-30T18:59:20.197Z | [ recovery-image] Aug 30 18:59:18.398 INFO O| Aug 30 18:59:18.397 INFO STEP 611 (remove_files) COMPLETE |
| 5814 | 2024-08-30T18:59:20.197Z | [ recovery-image] Aug 30 18:59:18.398 INFO O| Aug 30 18:59:18.398 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5815 | 2024-08-30T18:59:20.214Z | [ recovery-image] Aug 30 18:59:18.416 INFO O| Aug 30 18:59:18.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 5816 | 2024-08-30T18:59:20.216Z | [ recovery-image] Aug 30 18:59:18.416 INFO O| Aug 30 18:59:18.416 INFO STEP 612 (remove_files) COMPLETE |
| 5817 | 2024-08-30T18:59:20.216Z | [ recovery-image] Aug 30 18:59:18.417 INFO O| Aug 30 18:59:18.417 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5818 | 2024-08-30T18:59:20.231Z | [ recovery-image] Aug 30 18:59:18.433 INFO O| Aug 30 18:59:18.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 5819 | 2024-08-30T18:59:20.233Z | [ recovery-image] Aug 30 18:59:18.434 INFO O| Aug 30 18:59:18.434 INFO STEP 613 (remove_files) COMPLETE |
| 5820 | 2024-08-30T18:59:20.234Z | [ recovery-image] Aug 30 18:59:18.434 INFO O| Aug 30 18:59:18.434 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5821 | 2024-08-30T18:59:20.247Z | [ recovery-image] Aug 30 18:59:18.450 INFO O| Aug 30 18:59:18.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
| 5822 | 2024-08-30T18:59:20.250Z | [ recovery-image] Aug 30 18:59:18.450 INFO O| Aug 30 18:59:18.450 INFO STEP 614 (remove_files) COMPLETE |
| 5823 | 2024-08-30T18:59:20.250Z | [ recovery-image] Aug 30 18:59:18.450 INFO O| Aug 30 18:59:18.450 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5824 | 2024-08-30T18:59:20.265Z | [ recovery-image] Aug 30 18:59:18.467 INFO O| Aug 30 18:59:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 5825 | 2024-08-30T18:59:20.267Z | [ recovery-image] Aug 30 18:59:18.467 INFO O| Aug 30 18:59:18.467 INFO STEP 615 (remove_files) COMPLETE |
| 5826 | 2024-08-30T18:59:20.267Z | [ recovery-image] Aug 30 18:59:18.468 INFO O| Aug 30 18:59:18.467 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5827 | 2024-08-30T18:59:20.282Z | [ recovery-image] Aug 30 18:59:18.485 INFO O| Aug 30 18:59:18.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
| 5828 | 2024-08-30T18:59:20.285Z | [ recovery-image] Aug 30 18:59:18.485 INFO O| Aug 30 18:59:18.485 INFO STEP 616 (remove_files) COMPLETE |
| 5829 | 2024-08-30T18:59:20.285Z | [ recovery-image] Aug 30 18:59:18.485 INFO O| Aug 30 18:59:18.485 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5830 | 2024-08-30T18:59:20.299Z | [ recovery-image] Aug 30 18:59:18.502 INFO O| Aug 30 18:59:18.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 5831 | 2024-08-30T18:59:20.299Z | [ recovery-image] Aug 30 18:59:18.502 INFO O| Aug 30 18:59:18.502 INFO STEP 617 (remove_files) COMPLETE |
| 5832 | 2024-08-30T18:59:20.302Z | [ recovery-image] Aug 30 18:59:18.502 INFO O| Aug 30 18:59:18.502 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5833 | 2024-08-30T18:59:20.317Z | [ recovery-image] Aug 30 18:59:18.519 INFO O| Aug 30 18:59:18.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 5834 | 2024-08-30T18:59:20.319Z | [ recovery-image] Aug 30 18:59:18.520 INFO O| Aug 30 18:59:18.520 INFO STEP 618 (remove_files) COMPLETE |
| 5835 | 2024-08-30T18:59:20.319Z | [ recovery-image] Aug 30 18:59:18.520 INFO O| Aug 30 18:59:18.520 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5836 | 2024-08-30T18:59:20.335Z | [ recovery-image] Aug 30 18:59:18.537 INFO O| Aug 30 18:59:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
| 5837 | 2024-08-30T18:59:20.337Z | [ recovery-image] Aug 30 18:59:18.538 INFO O| Aug 30 18:59:18.537 INFO STEP 619 (remove_files) COMPLETE |
| 5838 | 2024-08-30T18:59:20.337Z | [ recovery-image] Aug 30 18:59:18.538 INFO O| Aug 30 18:59:18.538 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5839 | 2024-08-30T18:59:20.352Z | [ recovery-image] Aug 30 18:59:18.554 INFO O| Aug 30 18:59:18.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 5840 | 2024-08-30T18:59:20.354Z | [ recovery-image] Aug 30 18:59:18.555 INFO O| Aug 30 18:59:18.555 INFO STEP 620 (remove_files) COMPLETE |
| 5841 | 2024-08-30T18:59:20.354Z | [ recovery-image] Aug 30 18:59:18.555 INFO O| Aug 30 18:59:18.555 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5842 | 2024-08-30T18:59:20.380Z | [ recovery-image] Aug 30 18:59:18.582 INFO O| Aug 30 18:59:18.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 5843 | 2024-08-30T18:59:20.380Z | [ recovery-image] Aug 30 18:59:18.582 INFO O| Aug 30 18:59:18.582 INFO STEP 621 (remove_files) COMPLETE |
| 5844 | 2024-08-30T18:59:20.382Z | [ recovery-image] Aug 30 18:59:18.582 INFO O| Aug 30 18:59:18.582 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5845 | 2024-08-30T18:59:20.399Z | [ recovery-image] Aug 30 18:59:18.601 INFO O| Aug 30 18:59:18.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
| 5846 | 2024-08-30T18:59:20.401Z | [ recovery-image] Aug 30 18:59:18.602 INFO O| Aug 30 18:59:18.601 INFO STEP 622 (remove_files) COMPLETE |
| 5847 | 2024-08-30T18:59:20.401Z | [ recovery-image] Aug 30 18:59:18.602 INFO O| Aug 30 18:59:18.602 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5848 | 2024-08-30T18:59:20.416Z | [ recovery-image] Aug 30 18:59:18.619 INFO O| Aug 30 18:59:18.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 5849 | 2024-08-30T18:59:20.419Z | [ recovery-image] Aug 30 18:59:18.619 INFO O| Aug 30 18:59:18.619 INFO STEP 623 (remove_files) COMPLETE |
| 5850 | 2024-08-30T18:59:20.419Z | [ recovery-image] Aug 30 18:59:18.619 INFO O| Aug 30 18:59:18.619 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5851 | 2024-08-30T18:59:20.435Z | [ recovery-image] Aug 30 18:59:18.638 INFO O| Aug 30 18:59:18.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 5852 | 2024-08-30T18:59:20.438Z | [ recovery-image] Aug 30 18:59:18.638 INFO O| Aug 30 18:59:18.638 INFO STEP 624 (remove_files) COMPLETE |
| 5853 | 2024-08-30T18:59:20.438Z | [ recovery-image] Aug 30 18:59:18.638 INFO O| Aug 30 18:59:18.638 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5854 | 2024-08-30T18:59:20.455Z | [ recovery-image] Aug 30 18:59:18.658 INFO O| Aug 30 18:59:18.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
| 5855 | 2024-08-30T18:59:20.457Z | [ recovery-image] Aug 30 18:59:18.658 INFO O| Aug 30 18:59:18.658 INFO STEP 625 (remove_files) COMPLETE |
| 5856 | 2024-08-30T18:59:20.457Z | [ recovery-image] Aug 30 18:59:18.658 INFO O| Aug 30 18:59:18.658 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5857 | 2024-08-30T18:59:20.473Z | [ recovery-image] Aug 30 18:59:18.676 INFO O| Aug 30 18:59:18.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
| 5858 | 2024-08-30T18:59:20.473Z | [ recovery-image] Aug 30 18:59:18.676 INFO O| Aug 30 18:59:18.676 INFO STEP 626 (remove_files) COMPLETE |
| 5859 | 2024-08-30T18:59:20.476Z | [ recovery-image] Aug 30 18:59:18.676 INFO O| Aug 30 18:59:18.676 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5860 | 2024-08-30T18:59:20.493Z | [ recovery-image] Aug 30 18:59:18.695 INFO O| Aug 30 18:59:18.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
| 5861 | 2024-08-30T18:59:20.493Z | [ recovery-image] Aug 30 18:59:18.695 INFO O| Aug 30 18:59:18.695 INFO STEP 627 (remove_files) COMPLETE |
| 5862 | 2024-08-30T18:59:20.495Z | [ recovery-image] Aug 30 18:59:18.695 INFO O| Aug 30 18:59:18.695 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5863 | 2024-08-30T18:59:20.512Z | [ recovery-image] Aug 30 18:59:18.714 INFO O| Aug 30 18:59:18.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 5864 | 2024-08-30T18:59:20.514Z | [ recovery-image] Aug 30 18:59:18.714 INFO O| Aug 30 18:59:18.714 INFO STEP 628 (remove_files) COMPLETE |
| 5865 | 2024-08-30T18:59:20.514Z | [ recovery-image] Aug 30 18:59:18.715 INFO O| Aug 30 18:59:18.715 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5866 | 2024-08-30T18:59:20.567Z | [ recovery-image] Aug 30 18:59:18.770 INFO O| Aug 30 18:59:18.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 5867 | 2024-08-30T18:59:20.571Z | [ recovery-image] Aug 30 18:59:18.770 INFO O| Aug 30 18:59:18.770 INFO STEP 629 (remove_files) COMPLETE |
| 5868 | 2024-08-30T18:59:20.571Z | [ recovery-image] Aug 30 18:59:18.770 INFO O| Aug 30 18:59:18.770 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5869 | 2024-08-30T18:59:20.590Z | [ recovery-image] Aug 30 18:59:18.792 INFO O| Aug 30 18:59:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
| 5870 | 2024-08-30T18:59:20.592Z | [ recovery-image] Aug 30 18:59:18.792 INFO O| Aug 30 18:59:18.792 INFO STEP 630 (remove_files) COMPLETE |
| 5871 | 2024-08-30T18:59:20.592Z | [ recovery-image] Aug 30 18:59:18.792 INFO O| Aug 30 18:59:18.792 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5872 | 2024-08-30T18:59:20.610Z | [ recovery-image] Aug 30 18:59:18.812 INFO O| Aug 30 18:59:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
| 5873 | 2024-08-30T18:59:20.610Z | [ recovery-image] Aug 30 18:59:18.813 INFO O| Aug 30 18:59:18.812 INFO STEP 631 (remove_files) COMPLETE |
| 5874 | 2024-08-30T18:59:20.612Z | [ recovery-image] Aug 30 18:59:18.813 INFO O| Aug 30 18:59:18.813 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5875 | 2024-08-30T18:59:20.648Z | [ recovery-image] Aug 30 18:59:18.851 INFO O| Aug 30 18:59:18.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 5876 | 2024-08-30T18:59:20.649Z | [ recovery-image] Aug 30 18:59:18.851 INFO O| Aug 30 18:59:18.851 INFO STEP 632 (remove_files) COMPLETE |
| 5877 | 2024-08-30T18:59:20.651Z | [ recovery-image] Aug 30 18:59:18.851 INFO O| Aug 30 18:59:18.851 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5878 | 2024-08-30T18:59:20.653Z | [ host-image] Aug 30 18:59:18.856 INFO O| Aug 30 18:59:18.856 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 5879 | 2024-08-30T18:59:20.689Z | [ recovery-image] Aug 30 18:59:18.891 INFO O| Aug 30 18:59:18.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 5880 | 2024-08-30T18:59:20.689Z | [ recovery-image] Aug 30 18:59:18.891 INFO O| Aug 30 18:59:18.891 INFO STEP 633 (remove_files) COMPLETE |
| 5881 | 2024-08-30T18:59:20.691Z | [ recovery-image] Aug 30 18:59:18.891 INFO O| Aug 30 18:59:18.891 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5882 | 2024-08-30T18:59:20.729Z | [ recovery-image] Aug 30 18:59:18.931 INFO O| Aug 30 18:59:18.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 5883 | 2024-08-30T18:59:20.729Z | [ recovery-image] Aug 30 18:59:18.931 INFO O| Aug 30 18:59:18.931 INFO STEP 634 (remove_files) COMPLETE |
| 5884 | 2024-08-30T18:59:20.729Z | [ recovery-image] Aug 30 18:59:18.931 INFO O| Aug 30 18:59:18.931 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5885 | 2024-08-30T18:59:20.784Z | [ recovery-image] Aug 30 18:59:18.986 INFO O| Aug 30 18:59:18.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 5886 | 2024-08-30T18:59:20.784Z | [ recovery-image] Aug 30 18:59:18.986 INFO O| Aug 30 18:59:18.986 INFO STEP 635 (remove_files) COMPLETE |
| 5887 | 2024-08-30T18:59:20.784Z | [ recovery-image] Aug 30 18:59:18.986 INFO O| Aug 30 18:59:18.986 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5888 | 2024-08-30T18:59:20.804Z | [ recovery-image] Aug 30 18:59:19.006 INFO O| Aug 30 18:59:19.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 5889 | 2024-08-30T18:59:20.804Z | [ recovery-image] Aug 30 18:59:19.007 INFO O| Aug 30 18:59:19.006 INFO STEP 636 (remove_files) COMPLETE |
| 5890 | 2024-08-30T18:59:20.804Z | [ recovery-image] Aug 30 18:59:19.007 INFO O| Aug 30 18:59:19.007 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5891 | 2024-08-30T18:59:20.822Z | [ recovery-image] Aug 30 18:59:19.025 INFO O| Aug 30 18:59:19.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
| 5892 | 2024-08-30T18:59:20.822Z | [ recovery-image] Aug 30 18:59:19.025 INFO O| Aug 30 18:59:19.025 INFO STEP 637 (remove_files) COMPLETE |
| 5893 | 2024-08-30T18:59:20.822Z | [ recovery-image] Aug 30 18:59:19.025 INFO O| Aug 30 18:59:19.025 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5894 | 2024-08-30T18:59:20.840Z | [ recovery-image] Aug 30 18:59:19.042 INFO O| Aug 30 18:59:19.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 5895 | 2024-08-30T18:59:20.840Z | [ recovery-image] Aug 30 18:59:19.043 INFO O| Aug 30 18:59:19.042 INFO STEP 638 (remove_files) COMPLETE |
| 5896 | 2024-08-30T18:59:20.840Z | [ recovery-image] Aug 30 18:59:19.043 INFO O| Aug 30 18:59:19.042 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5897 | 2024-08-30T18:59:20.878Z | [ recovery-image] Aug 30 18:59:19.080 INFO O| Aug 30 18:59:19.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 5898 | 2024-08-30T18:59:20.878Z | [ recovery-image] Aug 30 18:59:19.080 INFO O| Aug 30 18:59:19.080 INFO STEP 639 (remove_files) COMPLETE |
| 5899 | 2024-08-30T18:59:20.881Z | [ recovery-image] Aug 30 18:59:19.080 INFO O| Aug 30 18:59:19.080 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5900 | 2024-08-30T18:59:20.897Z | [ recovery-image] Aug 30 18:59:19.099 INFO O| Aug 30 18:59:19.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 5901 | 2024-08-30T18:59:20.897Z | [ recovery-image] Aug 30 18:59:19.099 INFO O| Aug 30 18:59:19.099 INFO STEP 640 (remove_files) COMPLETE |
| 5902 | 2024-08-30T18:59:20.899Z | [ recovery-image] Aug 30 18:59:19.099 INFO O| Aug 30 18:59:19.099 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5903 | 2024-08-30T18:59:20.915Z | [ recovery-image] Aug 30 18:59:19.118 INFO O| Aug 30 18:59:19.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 5904 | 2024-08-30T18:59:20.915Z | [ recovery-image] Aug 30 18:59:19.118 INFO O| Aug 30 18:59:19.118 INFO STEP 641 (remove_files) COMPLETE |
| 5905 | 2024-08-30T18:59:20.915Z | [ recovery-image] Aug 30 18:59:19.118 INFO O| Aug 30 18:59:19.118 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5906 | 2024-08-30T18:59:20.932Z | [ recovery-image] Aug 30 18:59:19.134 INFO O| Aug 30 18:59:19.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 5907 | 2024-08-30T18:59:20.934Z | [ recovery-image] Aug 30 18:59:19.135 INFO O| Aug 30 18:59:19.135 INFO STEP 642 (remove_files) COMPLETE |
| 5908 | 2024-08-30T18:59:20.935Z | [ recovery-image] Aug 30 18:59:19.135 INFO O| Aug 30 18:59:19.135 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5909 | 2024-08-30T18:59:20.966Z | [ recovery-image] Aug 30 18:59:19.168 INFO O| Aug 30 18:59:19.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
| 5910 | 2024-08-30T18:59:20.968Z | [ recovery-image] Aug 30 18:59:19.168 INFO O| Aug 30 18:59:19.168 INFO STEP 643 (remove_files) COMPLETE |
| 5911 | 2024-08-30T18:59:20.968Z | [ recovery-image] Aug 30 18:59:19.168 INFO O| Aug 30 18:59:19.168 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5912 | 2024-08-30T18:59:20.984Z | [ recovery-image] Aug 30 18:59:19.187 INFO O| Aug 30 18:59:19.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 5913 | 2024-08-30T18:59:20.987Z | [ recovery-image] Aug 30 18:59:19.187 INFO O| Aug 30 18:59:19.187 INFO STEP 644 (remove_files) COMPLETE |
| 5914 | 2024-08-30T18:59:20.987Z | [ recovery-image] Aug 30 18:59:19.187 INFO O| Aug 30 18:59:19.187 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5915 | 2024-08-30T18:59:21.003Z | [ recovery-image] Aug 30 18:59:19.205 INFO O| Aug 30 18:59:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
| 5916 | 2024-08-30T18:59:21.005Z | [ recovery-image] Aug 30 18:59:19.206 INFO O| Aug 30 18:59:19.205 INFO STEP 645 (remove_files) COMPLETE |
| 5917 | 2024-08-30T18:59:21.005Z | [ recovery-image] Aug 30 18:59:19.206 INFO O| Aug 30 18:59:19.206 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5918 | 2024-08-30T18:59:21.036Z | [ recovery-image] Aug 30 18:59:19.238 INFO O| Aug 30 18:59:19.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 5919 | 2024-08-30T18:59:21.036Z | [ recovery-image] Aug 30 18:59:19.238 INFO O| Aug 30 18:59:19.238 INFO STEP 646 (remove_files) COMPLETE |
| 5920 | 2024-08-30T18:59:21.038Z | [ recovery-image] Aug 30 18:59:19.238 INFO O| Aug 30 18:59:19.238 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5921 | 2024-08-30T18:59:21.053Z | [ recovery-image] Aug 30 18:59:19.256 INFO O| Aug 30 18:59:19.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 5922 | 2024-08-30T18:59:21.056Z | [ recovery-image] Aug 30 18:59:19.256 INFO O| Aug 30 18:59:19.256 INFO STEP 647 (remove_files) COMPLETE |
| 5923 | 2024-08-30T18:59:21.056Z | [ recovery-image] Aug 30 18:59:19.256 INFO O| Aug 30 18:59:19.256 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5924 | 2024-08-30T18:59:21.072Z | [ recovery-image] Aug 30 18:59:19.274 INFO O| Aug 30 18:59:19.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
| 5925 | 2024-08-30T18:59:21.072Z | [ recovery-image] Aug 30 18:59:19.274 INFO O| Aug 30 18:59:19.274 INFO STEP 648 (remove_files) COMPLETE |
| 5926 | 2024-08-30T18:59:21.072Z | [ recovery-image] Aug 30 18:59:19.274 INFO O| Aug 30 18:59:19.274 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5927 | 2024-08-30T18:59:21.089Z | [ recovery-image] Aug 30 18:59:19.292 INFO O| Aug 30 18:59:19.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 5928 | 2024-08-30T18:59:21.090Z | [ recovery-image] Aug 30 18:59:19.292 INFO O| Aug 30 18:59:19.292 INFO STEP 649 (remove_files) COMPLETE |
| 5929 | 2024-08-30T18:59:21.090Z | [ recovery-image] Aug 30 18:59:19.292 INFO O| Aug 30 18:59:19.292 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5930 | 2024-08-30T18:59:21.111Z | [ recovery-image] Aug 30 18:59:19.313 INFO O| Aug 30 18:59:19.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
| 5931 | 2024-08-30T18:59:21.111Z | [ recovery-image] Aug 30 18:59:19.313 INFO O| Aug 30 18:59:19.313 INFO STEP 650 (remove_files) COMPLETE |
| 5932 | 2024-08-30T18:59:21.114Z | [ recovery-image] Aug 30 18:59:19.313 INFO O| Aug 30 18:59:19.313 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5933 | 2024-08-30T18:59:21.190Z | [ recovery-image] Aug 30 18:59:19.392 INFO O| Aug 30 18:59:19.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
| 5934 | 2024-08-30T18:59:21.190Z | [ recovery-image] Aug 30 18:59:19.392 INFO O| Aug 30 18:59:19.392 INFO STEP 651 (remove_files) COMPLETE |
| 5935 | 2024-08-30T18:59:21.192Z | [ recovery-image] Aug 30 18:59:19.392 INFO O| Aug 30 18:59:19.392 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5936 | 2024-08-30T18:59:21.227Z | [ recovery-image] Aug 30 18:59:19.429 INFO O| Aug 30 18:59:19.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 5937 | 2024-08-30T18:59:21.227Z | [ recovery-image] Aug 30 18:59:19.429 INFO O| Aug 30 18:59:19.429 INFO STEP 652 (remove_files) COMPLETE |
| 5938 | 2024-08-30T18:59:21.227Z | [ recovery-image] Aug 30 18:59:19.429 INFO O| Aug 30 18:59:19.429 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5939 | 2024-08-30T18:59:21.246Z | [ recovery-image] Aug 30 18:59:19.448 INFO O| Aug 30 18:59:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 5940 | 2024-08-30T18:59:21.248Z | [ recovery-image] Aug 30 18:59:19.448 INFO O| Aug 30 18:59:19.448 INFO STEP 653 (remove_files) COMPLETE |
| 5941 | 2024-08-30T18:59:21.249Z | [ recovery-image] Aug 30 18:59:19.448 INFO O| Aug 30 18:59:19.448 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5942 | 2024-08-30T18:59:21.305Z | [ recovery-image] Aug 30 18:59:19.505 INFO O| Aug 30 18:59:19.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 5943 | 2024-08-30T18:59:21.307Z | [ recovery-image] Aug 30 18:59:19.506 INFO O| Aug 30 18:59:19.506 INFO STEP 654 (remove_files) COMPLETE |
| 5944 | 2024-08-30T18:59:21.307Z | [ recovery-image] Aug 30 18:59:19.506 INFO O| Aug 30 18:59:19.506 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5945 | 2024-08-30T18:59:21.345Z | [ recovery-image] Aug 30 18:59:19.547 INFO O| Aug 30 18:59:19.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 5946 | 2024-08-30T18:59:21.345Z | [ recovery-image] Aug 30 18:59:19.547 INFO O| Aug 30 18:59:19.547 INFO STEP 655 (remove_files) COMPLETE |
| 5947 | 2024-08-30T18:59:21.347Z | [ recovery-image] Aug 30 18:59:19.547 INFO O| Aug 30 18:59:19.547 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5948 | 2024-08-30T18:59:21.365Z | [ recovery-image] Aug 30 18:59:19.567 INFO O| Aug 30 18:59:19.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
| 5949 | 2024-08-30T18:59:21.365Z | [ recovery-image] Aug 30 18:59:19.567 INFO O| Aug 30 18:59:19.567 INFO STEP 656 (remove_files) COMPLETE |
| 5950 | 2024-08-30T18:59:21.365Z | [ recovery-image] Aug 30 18:59:19.567 INFO O| Aug 30 18:59:19.567 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5951 | 2024-08-30T18:59:21.383Z | [ recovery-image] Aug 30 18:59:19.586 INFO O| Aug 30 18:59:19.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 5952 | 2024-08-30T18:59:21.396Z | [ recovery-image] Aug 30 18:59:19.598 INFO O| Aug 30 18:59:19.598 INFO STEP 657 (remove_files) COMPLETE |
| 5953 | 2024-08-30T18:59:21.397Z | [ recovery-image] Aug 30 18:59:19.598 INFO O| Aug 30 18:59:19.598 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5954 | 2024-08-30T18:59:21.461Z | [ recovery-image] Aug 30 18:59:19.663 INFO O| Aug 30 18:59:19.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 5955 | 2024-08-30T18:59:21.461Z | [ recovery-image] Aug 30 18:59:19.663 INFO O| Aug 30 18:59:19.663 INFO STEP 658 (remove_files) COMPLETE |
| 5956 | 2024-08-30T18:59:21.463Z | [ recovery-image] Aug 30 18:59:19.663 INFO O| Aug 30 18:59:19.663 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5957 | 2024-08-30T18:59:21.482Z | [ recovery-image] Aug 30 18:59:19.684 INFO O| Aug 30 18:59:19.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 5958 | 2024-08-30T18:59:21.484Z | [ recovery-image] Aug 30 18:59:19.684 INFO O| Aug 30 18:59:19.684 INFO STEP 659 (remove_files) COMPLETE |
| 5959 | 2024-08-30T18:59:21.484Z | [ recovery-image] Aug 30 18:59:19.684 INFO O| Aug 30 18:59:19.684 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5960 | 2024-08-30T18:59:21.503Z | [ recovery-image] Aug 30 18:59:19.705 INFO O| Aug 30 18:59:19.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
| 5961 | 2024-08-30T18:59:21.503Z | [ recovery-image] Aug 30 18:59:19.705 INFO O| Aug 30 18:59:19.705 INFO STEP 660 (remove_files) COMPLETE |
| 5962 | 2024-08-30T18:59:21.506Z | [ recovery-image] Aug 30 18:59:19.705 INFO O| Aug 30 18:59:19.705 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5963 | 2024-08-30T18:59:21.610Z | [ recovery-image] Aug 30 18:59:19.812 INFO O| Aug 30 18:59:19.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 5964 | 2024-08-30T18:59:21.617Z | [ recovery-image] Aug 30 18:59:19.820 INFO O| Aug 30 18:59:19.820 INFO STEP 661 (remove_files) COMPLETE |
| 5965 | 2024-08-30T18:59:21.620Z | [ recovery-image] Aug 30 18:59:19.820 INFO O| Aug 30 18:59:19.820 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5966 | 2024-08-30T18:59:21.655Z | [ recovery-image] Aug 30 18:59:19.857 INFO O| Aug 30 18:59:19.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 5967 | 2024-08-30T18:59:21.655Z | [ recovery-image] Aug 30 18:59:19.857 INFO O| Aug 30 18:59:19.857 INFO STEP 662 (remove_files) COMPLETE |
| 5968 | 2024-08-30T18:59:21.655Z | [ recovery-image] Aug 30 18:59:19.857 INFO O| Aug 30 18:59:19.857 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5969 | 2024-08-30T18:59:21.716Z | [ recovery-image] Aug 30 18:59:19.918 INFO O| Aug 30 18:59:19.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 5970 | 2024-08-30T18:59:21.719Z | [ recovery-image] Aug 30 18:59:19.919 INFO O| Aug 30 18:59:19.918 INFO STEP 663 (remove_files) COMPLETE |
| 5971 | 2024-08-30T18:59:21.719Z | [ recovery-image] Aug 30 18:59:19.919 INFO O| Aug 30 18:59:19.919 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5972 | 2024-08-30T18:59:21.757Z | [ recovery-image] Aug 30 18:59:19.959 INFO O| Aug 30 18:59:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 5973 | 2024-08-30T18:59:21.759Z | [ recovery-image] Aug 30 18:59:19.959 INFO O| Aug 30 18:59:19.959 INFO STEP 664 (remove_files) COMPLETE |
| 5974 | 2024-08-30T18:59:21.759Z | [ recovery-image] Aug 30 18:59:19.959 INFO O| Aug 30 18:59:19.959 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5975 | 2024-08-30T18:59:21.820Z | [ recovery-image] Aug 30 18:59:20.022 INFO O| Aug 30 18:59:20.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 5976 | 2024-08-30T18:59:21.820Z | [ recovery-image] Aug 30 18:59:20.022 INFO O| Aug 30 18:59:20.022 INFO STEP 665 (remove_files) COMPLETE |
| 5977 | 2024-08-30T18:59:21.820Z | [ recovery-image] Aug 30 18:59:20.022 INFO O| Aug 30 18:59:20.022 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5978 | 2024-08-30T18:59:21.840Z | [ recovery-image] Aug 30 18:59:20.042 INFO O| Aug 30 18:59:20.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 5979 | 2024-08-30T18:59:21.842Z | [ recovery-image] Aug 30 18:59:20.042 INFO O| Aug 30 18:59:20.042 INFO STEP 666 (remove_files) COMPLETE |
| 5980 | 2024-08-30T18:59:21.842Z | [ recovery-image] Aug 30 18:59:20.042 INFO O| Aug 30 18:59:20.042 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5981 | 2024-08-30T18:59:21.861Z | [ recovery-image] Aug 30 18:59:20.063 INFO O| Aug 30 18:59:20.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
| 5982 | 2024-08-30T18:59:21.861Z | [ recovery-image] Aug 30 18:59:20.063 INFO O| Aug 30 18:59:20.063 INFO STEP 667 (remove_files) COMPLETE |
| 5983 | 2024-08-30T18:59:21.861Z | [ recovery-image] Aug 30 18:59:20.063 INFO O| Aug 30 18:59:20.063 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5984 | 2024-08-30T18:59:21.883Z | [ recovery-image] Aug 30 18:59:20.085 INFO O| Aug 30 18:59:20.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
| 5985 | 2024-08-30T18:59:21.883Z | [ recovery-image] Aug 30 18:59:20.085 INFO O| Aug 30 18:59:20.085 INFO STEP 668 (remove_files) COMPLETE |
| 5986 | 2024-08-30T18:59:21.886Z | [ recovery-image] Aug 30 18:59:20.085 INFO O| Aug 30 18:59:20.085 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5987 | 2024-08-30T18:59:21.910Z | [ recovery-image] Aug 30 18:59:20.112 INFO O| Aug 30 18:59:20.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 5988 | 2024-08-30T18:59:21.910Z | [ recovery-image] Aug 30 18:59:20.113 INFO O| Aug 30 18:59:20.113 INFO STEP 669 (remove_files) COMPLETE |
| 5989 | 2024-08-30T18:59:21.913Z | [ recovery-image] Aug 30 18:59:20.113 INFO O| Aug 30 18:59:20.113 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5990 | 2024-08-30T18:59:21.935Z | [ recovery-image] Aug 30 18:59:20.137 INFO O| Aug 30 18:59:20.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 5991 | 2024-08-30T18:59:21.935Z | [ recovery-image] Aug 30 18:59:20.137 INFO O| Aug 30 18:59:20.137 INFO STEP 670 (remove_files) COMPLETE |
| 5992 | 2024-08-30T18:59:21.935Z | [ recovery-image] Aug 30 18:59:20.137 INFO O| Aug 30 18:59:20.137 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5993 | 2024-08-30T18:59:21.961Z | [ recovery-image] Aug 30 18:59:20.163 INFO O| Aug 30 18:59:20.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 5994 | 2024-08-30T18:59:21.961Z | [ recovery-image] Aug 30 18:59:20.163 INFO O| Aug 30 18:59:20.163 INFO STEP 671 (remove_files) COMPLETE |
| 5995 | 2024-08-30T18:59:21.964Z | [ recovery-image] Aug 30 18:59:20.163 INFO O| Aug 30 18:59:20.163 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5996 | 2024-08-30T18:59:21.983Z | [ recovery-image] Aug 30 18:59:20.185 INFO O| Aug 30 18:59:20.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 5997 | 2024-08-30T18:59:21.983Z | [ recovery-image] Aug 30 18:59:20.186 INFO O| Aug 30 18:59:20.185 INFO STEP 672 (remove_files) COMPLETE |
| 5998 | 2024-08-30T18:59:21.983Z | [ recovery-image] Aug 30 18:59:20.186 INFO O| Aug 30 18:59:20.186 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5999 | 2024-08-30T18:59:22.019Z | [ recovery-image] Aug 30 18:59:20.221 INFO O| Aug 30 18:59:20.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6000 | 2024-08-30T18:59:22.019Z | [ recovery-image] Aug 30 18:59:20.221 INFO O| Aug 30 18:59:20.221 INFO STEP 673 (remove_files) COMPLETE |
| 6001 | 2024-08-30T18:59:22.021Z | [ recovery-image] Aug 30 18:59:20.221 INFO O| Aug 30 18:59:20.221 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6002 | 2024-08-30T18:59:22.036Z | [ recovery-image] Aug 30 18:59:20.239 INFO O| Aug 30 18:59:20.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6003 | 2024-08-30T18:59:22.039Z | [ recovery-image] Aug 30 18:59:20.239 INFO O| Aug 30 18:59:20.239 INFO STEP 674 (remove_files) COMPLETE |
| 6004 | 2024-08-30T18:59:22.039Z | [ recovery-image] Aug 30 18:59:20.239 INFO O| Aug 30 18:59:20.239 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6005 | 2024-08-30T18:59:22.060Z | [ recovery-image] Aug 30 18:59:20.262 INFO O| Aug 30 18:59:20.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6006 | 2024-08-30T18:59:22.060Z | [ recovery-image] Aug 30 18:59:20.262 INFO O| Aug 30 18:59:20.262 INFO STEP 675 (remove_files) COMPLETE |
| 6007 | 2024-08-30T18:59:22.063Z | [ recovery-image] Aug 30 18:59:20.262 INFO O| Aug 30 18:59:20.262 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6008 | 2024-08-30T18:59:22.095Z | [ recovery-image] Aug 30 18:59:20.297 INFO O| Aug 30 18:59:20.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6009 | 2024-08-30T18:59:22.095Z | [ recovery-image] Aug 30 18:59:20.297 INFO O| Aug 30 18:59:20.297 INFO STEP 676 (remove_files) COMPLETE |
| 6010 | 2024-08-30T18:59:22.095Z | [ recovery-image] Aug 30 18:59:20.297 INFO O| Aug 30 18:59:20.297 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6011 | 2024-08-30T18:59:22.131Z | [ recovery-image] Aug 30 18:59:20.333 INFO O| Aug 30 18:59:20.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6012 | 2024-08-30T18:59:22.131Z | [ recovery-image] Aug 30 18:59:20.333 INFO O| Aug 30 18:59:20.333 INFO STEP 677 (remove_files) COMPLETE |
| 6013 | 2024-08-30T18:59:22.134Z | [ recovery-image] Aug 30 18:59:20.333 INFO O| Aug 30 18:59:20.333 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6014 | 2024-08-30T18:59:22.170Z | [ recovery-image] Aug 30 18:59:20.372 INFO O| Aug 30 18:59:20.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6015 | 2024-08-30T18:59:22.170Z | [ recovery-image] Aug 30 18:59:20.372 INFO O| Aug 30 18:59:20.372 INFO STEP 678 (remove_files) COMPLETE |
| 6016 | 2024-08-30T18:59:22.170Z | [ recovery-image] Aug 30 18:59:20.372 INFO O| Aug 30 18:59:20.372 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6017 | 2024-08-30T18:59:22.191Z | [ recovery-image] Aug 30 18:59:20.392 INFO O| Aug 30 18:59:20.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6018 | 2024-08-30T18:59:22.191Z | [ recovery-image] Aug 30 18:59:20.393 INFO O| Aug 30 18:59:20.393 INFO STEP 679 (remove_files) COMPLETE |
| 6019 | 2024-08-30T18:59:22.191Z | [ recovery-image] Aug 30 18:59:20.393 INFO O| Aug 30 18:59:20.393 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6020 | 2024-08-30T18:59:22.225Z | [ recovery-image] Aug 30 18:59:20.427 INFO O| Aug 30 18:59:20.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6021 | 2024-08-30T18:59:22.225Z | [ recovery-image] Aug 30 18:59:20.427 INFO O| Aug 30 18:59:20.427 INFO STEP 680 (remove_files) COMPLETE |
| 6022 | 2024-08-30T18:59:22.228Z | [ recovery-image] Aug 30 18:59:20.427 INFO O| Aug 30 18:59:20.427 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6023 | 2024-08-30T18:59:22.248Z | [ recovery-image] Aug 30 18:59:20.449 INFO O| Aug 30 18:59:20.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6024 | 2024-08-30T18:59:22.248Z | [ recovery-image] Aug 30 18:59:20.449 INFO O| Aug 30 18:59:20.449 INFO STEP 681 (remove_files) COMPLETE |
| 6025 | 2024-08-30T18:59:22.248Z | [ recovery-image] Aug 30 18:59:20.449 INFO O| Aug 30 18:59:20.449 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6026 | 2024-08-30T18:59:22.267Z | [ recovery-image] Aug 30 18:59:20.469 INFO O| Aug 30 18:59:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6027 | 2024-08-30T18:59:22.269Z | [ recovery-image] Aug 30 18:59:20.471 INFO O| Aug 30 18:59:20.471 INFO STEP 682 (remove_files) COMPLETE |
| 6028 | 2024-08-30T18:59:22.269Z | [ recovery-image] Aug 30 18:59:20.471 INFO O| Aug 30 18:59:20.471 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6029 | 2024-08-30T18:59:22.318Z | [ recovery-image] Aug 30 18:59:20.520 INFO O| Aug 30 18:59:20.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6030 | 2024-08-30T18:59:22.318Z | [ recovery-image] Aug 30 18:59:20.520 INFO O| Aug 30 18:59:20.520 INFO STEP 683 (remove_files) COMPLETE |
| 6031 | 2024-08-30T18:59:22.318Z | [ recovery-image] Aug 30 18:59:20.520 INFO O| Aug 30 18:59:20.520 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6032 | 2024-08-30T18:59:22.340Z | [ recovery-image] Aug 30 18:59:20.542 INFO O| Aug 30 18:59:20.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6033 | 2024-08-30T18:59:22.340Z | [ recovery-image] Aug 30 18:59:20.542 INFO O| Aug 30 18:59:20.542 INFO STEP 684 (remove_files) COMPLETE |
| 6034 | 2024-08-30T18:59:22.343Z | [ recovery-image] Aug 30 18:59:20.542 INFO O| Aug 30 18:59:20.542 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6035 | 2024-08-30T18:59:22.386Z | [ recovery-image] Aug 30 18:59:20.588 INFO O| Aug 30 18:59:20.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6036 | 2024-08-30T18:59:22.386Z | [ recovery-image] Aug 30 18:59:20.588 INFO O| Aug 30 18:59:20.588 INFO STEP 685 (remove_files) COMPLETE |
| 6037 | 2024-08-30T18:59:22.386Z | [ recovery-image] Aug 30 18:59:20.588 INFO O| Aug 30 18:59:20.588 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6038 | 2024-08-30T18:59:22.412Z | [ recovery-image] Aug 30 18:59:20.613 INFO O| Aug 30 18:59:20.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6039 | 2024-08-30T18:59:22.412Z | [ recovery-image] Aug 30 18:59:20.613 INFO O| Aug 30 18:59:20.613 INFO STEP 686 (remove_files) COMPLETE |
| 6040 | 2024-08-30T18:59:22.412Z | [ recovery-image] Aug 30 18:59:20.613 INFO O| Aug 30 18:59:20.613 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6041 | 2024-08-30T18:59:22.481Z | [ recovery-image] Aug 30 18:59:20.683 INFO O| Aug 30 18:59:20.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6042 | 2024-08-30T18:59:22.481Z | [ recovery-image] Aug 30 18:59:20.683 INFO O| Aug 30 18:59:20.683 INFO STEP 687 (remove_files) COMPLETE |
| 6043 | 2024-08-30T18:59:22.481Z | [ recovery-image] Aug 30 18:59:20.683 INFO O| Aug 30 18:59:20.683 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6044 | 2024-08-30T18:59:22.501Z | [ recovery-image] Aug 30 18:59:20.703 INFO O| Aug 30 18:59:20.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6045 | 2024-08-30T18:59:22.501Z | [ recovery-image] Aug 30 18:59:20.703 INFO O| Aug 30 18:59:20.703 INFO STEP 688 (remove_files) COMPLETE |
| 6046 | 2024-08-30T18:59:22.501Z | [ recovery-image] Aug 30 18:59:20.703 INFO O| Aug 30 18:59:20.703 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6047 | 2024-08-30T18:59:22.535Z | [ recovery-image] Aug 30 18:59:20.737 INFO O| Aug 30 18:59:20.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6048 | 2024-08-30T18:59:22.535Z | [ recovery-image] Aug 30 18:59:20.738 INFO O| Aug 30 18:59:20.737 INFO STEP 689 (remove_files) COMPLETE |
| 6049 | 2024-08-30T18:59:22.538Z | [ recovery-image] Aug 30 18:59:20.738 INFO O| Aug 30 18:59:20.738 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6050 | 2024-08-30T18:59:22.561Z | [ recovery-image] Aug 30 18:59:20.763 INFO O| Aug 30 18:59:20.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6051 | 2024-08-30T18:59:22.561Z | [ recovery-image] Aug 30 18:59:20.763 INFO O| Aug 30 18:59:20.763 INFO STEP 690 (remove_files) COMPLETE |
| 6052 | 2024-08-30T18:59:22.564Z | [ recovery-image] Aug 30 18:59:20.764 INFO O| Aug 30 18:59:20.763 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6053 | 2024-08-30T18:59:22.595Z | [ recovery-image] Aug 30 18:59:20.797 INFO O| Aug 30 18:59:20.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6054 | 2024-08-30T18:59:22.595Z | [ recovery-image] Aug 30 18:59:20.797 INFO O| Aug 30 18:59:20.797 INFO STEP 691 (remove_files) COMPLETE |
| 6055 | 2024-08-30T18:59:22.595Z | [ recovery-image] Aug 30 18:59:20.797 INFO O| Aug 30 18:59:20.797 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6056 | 2024-08-30T18:59:22.616Z | [ recovery-image] Aug 30 18:59:20.818 INFO O| Aug 30 18:59:20.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6057 | 2024-08-30T18:59:22.616Z | [ recovery-image] Aug 30 18:59:20.818 INFO O| Aug 30 18:59:20.818 INFO STEP 692 (remove_files) COMPLETE |
| 6058 | 2024-08-30T18:59:22.619Z | [ recovery-image] Aug 30 18:59:20.819 INFO O| Aug 30 18:59:20.818 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6059 | 2024-08-30T18:59:22.638Z | [ recovery-image] Aug 30 18:59:20.840 INFO O| Aug 30 18:59:20.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6060 | 2024-08-30T18:59:22.638Z | [ recovery-image] Aug 30 18:59:20.840 INFO O| Aug 30 18:59:20.840 INFO STEP 693 (remove_files) COMPLETE |
| 6061 | 2024-08-30T18:59:22.638Z | [ recovery-image] Aug 30 18:59:20.840 INFO O| Aug 30 18:59:20.840 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6062 | 2024-08-30T18:59:22.700Z | [ recovery-image] Aug 30 18:59:20.902 INFO O| Aug 30 18:59:20.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6063 | 2024-08-30T18:59:22.700Z | [ recovery-image] Aug 30 18:59:20.902 INFO O| Aug 30 18:59:20.902 INFO STEP 694 (remove_files) COMPLETE |
| 6064 | 2024-08-30T18:59:22.700Z | [ recovery-image] Aug 30 18:59:20.902 INFO O| Aug 30 18:59:20.902 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6065 | 2024-08-30T18:59:22.741Z | [ recovery-image] Aug 30 18:59:20.943 INFO O| Aug 30 18:59:20.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6066 | 2024-08-30T18:59:22.744Z | [ recovery-image] Aug 30 18:59:20.944 INFO O| Aug 30 18:59:20.943 INFO STEP 695 (remove_files) COMPLETE |
| 6067 | 2024-08-30T18:59:22.744Z | [ recovery-image] Aug 30 18:59:20.944 INFO O| Aug 30 18:59:20.943 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6068 | 2024-08-30T18:59:22.765Z | [ recovery-image] Aug 30 18:59:20.967 INFO O| Aug 30 18:59:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6069 | 2024-08-30T18:59:22.765Z | [ recovery-image] Aug 30 18:59:20.967 INFO O| Aug 30 18:59:20.967 INFO STEP 696 (remove_files) COMPLETE |
| 6070 | 2024-08-30T18:59:22.768Z | [ recovery-image] Aug 30 18:59:20.967 INFO O| Aug 30 18:59:20.967 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6071 | 2024-08-30T18:59:22.825Z | [ recovery-image] Aug 30 18:59:21.027 INFO O| Aug 30 18:59:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6072 | 2024-08-30T18:59:22.825Z | [ recovery-image] Aug 30 18:59:21.027 INFO O| Aug 30 18:59:21.027 INFO STEP 697 (remove_files) COMPLETE |
| 6073 | 2024-08-30T18:59:22.825Z | [ recovery-image] Aug 30 18:59:21.027 INFO O| Aug 30 18:59:21.027 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6074 | 2024-08-30T18:59:22.845Z | [ recovery-image] Aug 30 18:59:21.047 INFO O| Aug 30 18:59:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6075 | 2024-08-30T18:59:22.845Z | [ recovery-image] Aug 30 18:59:21.047 INFO O| Aug 30 18:59:21.047 INFO STEP 698 (remove_files) COMPLETE |
| 6076 | 2024-08-30T18:59:22.845Z | [ recovery-image] Aug 30 18:59:21.047 INFO O| Aug 30 18:59:21.047 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6077 | 2024-08-30T18:59:22.877Z | [ recovery-image] Aug 30 18:59:21.079 INFO O| Aug 30 18:59:21.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6078 | 2024-08-30T18:59:22.877Z | [ recovery-image] Aug 30 18:59:21.079 INFO O| Aug 30 18:59:21.079 INFO STEP 699 (remove_files) COMPLETE |
| 6079 | 2024-08-30T18:59:22.880Z | [ recovery-image] Aug 30 18:59:21.079 INFO O| Aug 30 18:59:21.079 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6080 | 2024-08-30T18:59:22.899Z | [ recovery-image] Aug 30 18:59:21.101 INFO O| Aug 30 18:59:21.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6081 | 2024-08-30T18:59:22.899Z | [ recovery-image] Aug 30 18:59:21.101 INFO O| Aug 30 18:59:21.101 INFO STEP 700 (remove_files) COMPLETE |
| 6082 | 2024-08-30T18:59:22.899Z | [ recovery-image] Aug 30 18:59:21.101 INFO O| Aug 30 18:59:21.101 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6083 | 2024-08-30T18:59:22.931Z | [ recovery-image] Aug 30 18:59:21.133 INFO O| Aug 30 18:59:21.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6084 | 2024-08-30T18:59:22.931Z | [ recovery-image] Aug 30 18:59:21.133 INFO O| Aug 30 18:59:21.133 INFO STEP 701 (remove_files) COMPLETE |
| 6085 | 2024-08-30T18:59:22.931Z | [ recovery-image] Aug 30 18:59:21.133 INFO O| Aug 30 18:59:21.133 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6086 | 2024-08-30T18:59:22.970Z | [ recovery-image] Aug 30 18:59:21.172 INFO O| Aug 30 18:59:21.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6087 | 2024-08-30T18:59:22.970Z | [ recovery-image] Aug 30 18:59:21.172 INFO O| Aug 30 18:59:21.172 INFO STEP 702 (remove_files) COMPLETE |
| 6088 | 2024-08-30T18:59:22.970Z | [ recovery-image] Aug 30 18:59:21.172 INFO O| Aug 30 18:59:21.172 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6089 | 2024-08-30T18:59:22.997Z | [ recovery-image] Aug 30 18:59:21.198 INFO O| Aug 30 18:59:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6090 | 2024-08-30T18:59:23.000Z | [ recovery-image] Aug 30 18:59:21.198 INFO O| Aug 30 18:59:21.198 INFO STEP 703 (remove_files) COMPLETE |
| 6091 | 2024-08-30T18:59:23.000Z | [ recovery-image] Aug 30 18:59:21.199 INFO O| Aug 30 18:59:21.198 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6092 | 2024-08-30T18:59:23.015Z | [ recovery-image] Aug 30 18:59:21.217 INFO O| Aug 30 18:59:21.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
| 6093 | 2024-08-30T18:59:23.017Z | [ recovery-image] Aug 30 18:59:21.217 INFO O| Aug 30 18:59:21.217 INFO STEP 704 (remove_files) COMPLETE |
| 6094 | 2024-08-30T18:59:23.017Z | [ recovery-image] Aug 30 18:59:21.217 INFO O| Aug 30 18:59:21.217 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6095 | 2024-08-30T18:59:23.052Z | [ recovery-image] Aug 30 18:59:21.254 INFO O| Aug 30 18:59:21.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6096 | 2024-08-30T18:59:23.052Z | [ recovery-image] Aug 30 18:59:21.254 INFO O| Aug 30 18:59:21.254 INFO STEP 705 (remove_files) COMPLETE |
| 6097 | 2024-08-30T18:59:23.052Z | [ recovery-image] Aug 30 18:59:21.254 INFO O| Aug 30 18:59:21.254 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6098 | 2024-08-30T18:59:23.090Z | [ recovery-image] Aug 30 18:59:21.292 INFO O| Aug 30 18:59:21.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
| 6099 | 2024-08-30T18:59:23.090Z | [ recovery-image] Aug 30 18:59:21.292 INFO O| Aug 30 18:59:21.292 INFO STEP 706 (remove_files) COMPLETE |
| 6100 | 2024-08-30T18:59:23.092Z | [ recovery-image] Aug 30 18:59:21.292 INFO O| Aug 30 18:59:21.292 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6101 | 2024-08-30T18:59:23.113Z | [ recovery-image] Aug 30 18:59:21.313 INFO O| Aug 30 18:59:21.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6102 | 2024-08-30T18:59:23.114Z | [ recovery-image] Aug 30 18:59:21.313 INFO O| Aug 30 18:59:21.313 INFO STEP 707 (remove_files) COMPLETE |
| 6103 | 2024-08-30T18:59:23.116Z | [ recovery-image] Aug 30 18:59:21.313 INFO O| Aug 30 18:59:21.313 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6104 | 2024-08-30T18:59:23.144Z | [ recovery-image] Aug 30 18:59:21.346 INFO O| Aug 30 18:59:21.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6105 | 2024-08-30T18:59:23.147Z | [ recovery-image] Aug 30 18:59:21.346 INFO O| Aug 30 18:59:21.346 INFO STEP 708 (remove_files) COMPLETE |
| 6106 | 2024-08-30T18:59:23.148Z | [ recovery-image] Aug 30 18:59:21.346 INFO O| Aug 30 18:59:21.346 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6107 | 2024-08-30T18:59:23.202Z | [ recovery-image] Aug 30 18:59:21.404 INFO O| Aug 30 18:59:21.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6108 | 2024-08-30T18:59:23.203Z | [ recovery-image] Aug 30 18:59:21.404 INFO O| Aug 30 18:59:21.404 INFO STEP 709 (remove_files) COMPLETE |
| 6109 | 2024-08-30T18:59:23.205Z | [ recovery-image] Aug 30 18:59:21.404 INFO O| Aug 30 18:59:21.404 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6110 | 2024-08-30T18:59:23.262Z | [ recovery-image] Aug 30 18:59:21.463 INFO O| Aug 30 18:59:21.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6111 | 2024-08-30T18:59:23.264Z | [ recovery-image] Aug 30 18:59:21.464 INFO O| Aug 30 18:59:21.464 INFO STEP 710 (remove_files) COMPLETE |
| 6112 | 2024-08-30T18:59:23.264Z | [ recovery-image] Aug 30 18:59:21.464 INFO O| Aug 30 18:59:21.464 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6113 | 2024-08-30T18:59:23.286Z | [ recovery-image] Aug 30 18:59:21.488 INFO O| Aug 30 18:59:21.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6114 | 2024-08-30T18:59:23.286Z | [ recovery-image] Aug 30 18:59:21.488 INFO O| Aug 30 18:59:21.488 INFO STEP 711 (remove_files) COMPLETE |
| 6115 | 2024-08-30T18:59:23.289Z | [ recovery-image] Aug 30 18:59:21.488 INFO O| Aug 30 18:59:21.488 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6116 | 2024-08-30T18:59:23.309Z | [ recovery-image] Aug 30 18:59:21.511 INFO O| Aug 30 18:59:21.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6117 | 2024-08-30T18:59:23.309Z | [ recovery-image] Aug 30 18:59:21.511 INFO O| Aug 30 18:59:21.511 INFO STEP 712 (remove_files) COMPLETE |
| 6118 | 2024-08-30T18:59:23.311Z | [ recovery-image] Aug 30 18:59:21.511 INFO O| Aug 30 18:59:21.511 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6119 | 2024-08-30T18:59:23.328Z | [ recovery-image] Aug 30 18:59:21.530 INFO O| Aug 30 18:59:21.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6120 | 2024-08-30T18:59:23.328Z | [ recovery-image] Aug 30 18:59:21.530 INFO O| Aug 30 18:59:21.530 INFO STEP 713 (remove_files) COMPLETE |
| 6121 | 2024-08-30T18:59:23.328Z | [ recovery-image] Aug 30 18:59:21.530 INFO O| Aug 30 18:59:21.530 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6122 | 2024-08-30T18:59:23.346Z | [ recovery-image] Aug 30 18:59:21.548 INFO O| Aug 30 18:59:21.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6123 | 2024-08-30T18:59:23.346Z | [ recovery-image] Aug 30 18:59:21.548 INFO O| Aug 30 18:59:21.548 INFO STEP 714 (remove_files) COMPLETE |
| 6124 | 2024-08-30T18:59:23.346Z | [ recovery-image] Aug 30 18:59:21.548 INFO O| Aug 30 18:59:21.548 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6125 | 2024-08-30T18:59:23.380Z | [ recovery-image] Aug 30 18:59:21.581 INFO O| Aug 30 18:59:21.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6126 | 2024-08-30T18:59:23.380Z | [ recovery-image] Aug 30 18:59:21.581 INFO O| Aug 30 18:59:21.581 INFO STEP 715 (remove_files) COMPLETE |
| 6127 | 2024-08-30T18:59:23.380Z | [ recovery-image] Aug 30 18:59:21.581 INFO O| Aug 30 18:59:21.581 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6128 | 2024-08-30T18:59:23.422Z | [ recovery-image] Aug 30 18:59:21.624 INFO O| Aug 30 18:59:21.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6129 | 2024-08-30T18:59:23.424Z | [ recovery-image] Aug 30 18:59:21.624 INFO O| Aug 30 18:59:21.624 INFO STEP 716 (remove_files) COMPLETE |
| 6130 | 2024-08-30T18:59:23.424Z | [ recovery-image] Aug 30 18:59:21.624 INFO O| Aug 30 18:59:21.624 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6131 | 2024-08-30T18:59:23.439Z | [ recovery-image] Aug 30 18:59:21.641 INFO O| Aug 30 18:59:21.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6132 | 2024-08-30T18:59:23.439Z | [ recovery-image] Aug 30 18:59:21.641 INFO O| Aug 30 18:59:21.641 INFO STEP 717 (remove_files) COMPLETE |
| 6133 | 2024-08-30T18:59:23.441Z | [ recovery-image] Aug 30 18:59:21.642 INFO O| Aug 30 18:59:21.641 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6134 | 2024-08-30T18:59:23.456Z | [ recovery-image] Aug 30 18:59:21.658 INFO O| Aug 30 18:59:21.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6135 | 2024-08-30T18:59:23.459Z | [ recovery-image] Aug 30 18:59:21.658 INFO O| Aug 30 18:59:21.658 INFO STEP 718 (remove_files) COMPLETE |
| 6136 | 2024-08-30T18:59:23.459Z | [ recovery-image] Aug 30 18:59:21.658 INFO O| Aug 30 18:59:21.658 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6137 | 2024-08-30T18:59:23.491Z | [ recovery-image] Aug 30 18:59:21.693 INFO O| Aug 30 18:59:21.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6138 | 2024-08-30T18:59:23.494Z | [ recovery-image] Aug 30 18:59:21.694 INFO O| Aug 30 18:59:21.694 INFO STEP 719 (remove_files) COMPLETE |
| 6139 | 2024-08-30T18:59:23.494Z | [ recovery-image] Aug 30 18:59:21.694 INFO O| Aug 30 18:59:21.694 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6140 | 2024-08-30T18:59:23.509Z | [ recovery-image] Aug 30 18:59:21.710 INFO O| Aug 30 18:59:21.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6141 | 2024-08-30T18:59:23.511Z | [ recovery-image] Aug 30 18:59:21.710 INFO O| Aug 30 18:59:21.710 INFO STEP 720 (remove_files) COMPLETE |
| 6142 | 2024-08-30T18:59:23.511Z | [ recovery-image] Aug 30 18:59:21.710 INFO O| Aug 30 18:59:21.710 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6143 | 2024-08-30T18:59:23.525Z | [ recovery-image] Aug 30 18:59:21.727 INFO O| Aug 30 18:59:21.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6144 | 2024-08-30T18:59:23.528Z | [ recovery-image] Aug 30 18:59:21.728 INFO O| Aug 30 18:59:21.728 INFO STEP 721 (remove_files) COMPLETE |
| 6145 | 2024-08-30T18:59:23.528Z | [ recovery-image] Aug 30 18:59:21.728 INFO O| Aug 30 18:59:21.728 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6146 | 2024-08-30T18:59:23.583Z | [ recovery-image] Aug 30 18:59:21.785 INFO O| Aug 30 18:59:21.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6147 | 2024-08-30T18:59:23.586Z | [ recovery-image] Aug 30 18:59:21.785 INFO O| Aug 30 18:59:21.785 INFO STEP 722 (remove_files) COMPLETE |
| 6148 | 2024-08-30T18:59:23.586Z | [ recovery-image] Aug 30 18:59:21.785 INFO O| Aug 30 18:59:21.785 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6149 | 2024-08-30T18:59:23.606Z | [ recovery-image] Aug 30 18:59:21.808 INFO O| Aug 30 18:59:21.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6150 | 2024-08-30T18:59:23.608Z | [ recovery-image] Aug 30 18:59:21.808 INFO O| Aug 30 18:59:21.808 INFO STEP 723 (remove_files) COMPLETE |
| 6151 | 2024-08-30T18:59:23.609Z | [ recovery-image] Aug 30 18:59:21.808 INFO O| Aug 30 18:59:21.808 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6152 | 2024-08-30T18:59:23.628Z | [ recovery-image] Aug 30 18:59:21.830 INFO O| Aug 30 18:59:21.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6153 | 2024-08-30T18:59:23.628Z | [ recovery-image] Aug 30 18:59:21.830 INFO O| Aug 30 18:59:21.830 INFO STEP 724 (remove_files) COMPLETE |
| 6154 | 2024-08-30T18:59:23.628Z | [ recovery-image] Aug 30 18:59:21.830 INFO O| Aug 30 18:59:21.830 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6155 | 2024-08-30T18:59:23.670Z | [ recovery-image] Aug 30 18:59:21.872 INFO O| Aug 30 18:59:21.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6156 | 2024-08-30T18:59:23.670Z | [ recovery-image] Aug 30 18:59:21.872 INFO O| Aug 30 18:59:21.872 INFO STEP 725 (remove_files) COMPLETE |
| 6157 | 2024-08-30T18:59:23.670Z | [ recovery-image] Aug 30 18:59:21.872 INFO O| Aug 30 18:59:21.872 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6158 | 2024-08-30T18:59:23.692Z | [ recovery-image] Aug 30 18:59:21.894 INFO O| Aug 30 18:59:21.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6159 | 2024-08-30T18:59:23.692Z | [ recovery-image] Aug 30 18:59:21.894 INFO O| Aug 30 18:59:21.894 INFO STEP 726 (remove_files) COMPLETE |
| 6160 | 2024-08-30T18:59:23.692Z | [ recovery-image] Aug 30 18:59:21.894 INFO O| Aug 30 18:59:21.894 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6161 | 2024-08-30T18:59:23.710Z | [ recovery-image] Aug 30 18:59:21.912 INFO O| Aug 30 18:59:21.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6162 | 2024-08-30T18:59:23.710Z | [ recovery-image] Aug 30 18:59:21.912 INFO O| Aug 30 18:59:21.912 INFO STEP 727 (remove_files) COMPLETE |
| 6163 | 2024-08-30T18:59:23.710Z | [ recovery-image] Aug 30 18:59:21.912 INFO O| Aug 30 18:59:21.912 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6164 | 2024-08-30T18:59:23.748Z | [ recovery-image] Aug 30 18:59:21.950 INFO O| Aug 30 18:59:21.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6165 | 2024-08-30T18:59:23.750Z | [ recovery-image] Aug 30 18:59:21.950 INFO O| Aug 30 18:59:21.950 INFO STEP 728 (remove_files) COMPLETE |
| 6166 | 2024-08-30T18:59:23.750Z | [ recovery-image] Aug 30 18:59:21.950 INFO O| Aug 30 18:59:21.950 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6167 | 2024-08-30T18:59:23.769Z | [ recovery-image] Aug 30 18:59:21.970 INFO O| Aug 30 18:59:21.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6168 | 2024-08-30T18:59:23.769Z | [ recovery-image] Aug 30 18:59:21.970 INFO O| Aug 30 18:59:21.970 INFO STEP 729 (remove_files) COMPLETE |
| 6169 | 2024-08-30T18:59:23.769Z | [ recovery-image] Aug 30 18:59:21.970 INFO O| Aug 30 18:59:21.970 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6170 | 2024-08-30T18:59:23.828Z | [ recovery-image] Aug 30 18:59:22.030 INFO O| Aug 30 18:59:22.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6171 | 2024-08-30T18:59:23.828Z | [ recovery-image] Aug 30 18:59:22.030 INFO O| Aug 30 18:59:22.030 INFO STEP 730 (remove_files) COMPLETE |
| 6172 | 2024-08-30T18:59:23.831Z | [ recovery-image] Aug 30 18:59:22.030 INFO O| Aug 30 18:59:22.030 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6173 | 2024-08-30T18:59:23.863Z | [ recovery-image] Aug 30 18:59:22.065 INFO O| Aug 30 18:59:22.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
| 6174 | 2024-08-30T18:59:23.863Z | [ recovery-image] Aug 30 18:59:22.065 INFO O| Aug 30 18:59:22.065 INFO STEP 731 (remove_files) COMPLETE |
| 6175 | 2024-08-30T18:59:23.866Z | [ recovery-image] Aug 30 18:59:22.065 INFO O| Aug 30 18:59:22.065 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6176 | 2024-08-30T18:59:23.904Z | [ recovery-image] Aug 30 18:59:22.104 INFO O| Aug 30 18:59:22.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
| 6177 | 2024-08-30T18:59:23.907Z | [ recovery-image] Aug 30 18:59:22.104 INFO O| Aug 30 18:59:22.104 INFO STEP 732 (remove_files) COMPLETE |
| 6178 | 2024-08-30T18:59:23.907Z | [ recovery-image] Aug 30 18:59:22.104 INFO O| Aug 30 18:59:22.104 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6179 | 2024-08-30T18:59:23.922Z | [ recovery-image] Aug 30 18:59:22.124 INFO O| Aug 30 18:59:22.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
| 6180 | 2024-08-30T18:59:23.922Z | [ recovery-image] Aug 30 18:59:22.124 INFO O| Aug 30 18:59:22.124 INFO STEP 733 (remove_files) COMPLETE |
| 6181 | 2024-08-30T18:59:23.922Z | [ recovery-image] Aug 30 18:59:22.124 INFO O| Aug 30 18:59:22.124 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6182 | 2024-08-30T18:59:23.953Z | [ recovery-image] Aug 30 18:59:22.155 INFO O| Aug 30 18:59:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
| 6183 | 2024-08-30T18:59:23.956Z | [ recovery-image] Aug 30 18:59:22.155 INFO O| Aug 30 18:59:22.155 INFO STEP 734 (remove_files) COMPLETE |
| 6184 | 2024-08-30T18:59:23.956Z | [ recovery-image] Aug 30 18:59:22.155 INFO O| Aug 30 18:59:22.155 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6185 | 2024-08-30T18:59:23.988Z | [ recovery-image] Aug 30 18:59:22.189 INFO O| Aug 30 18:59:22.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6186 | 2024-08-30T18:59:23.993Z | [ recovery-image] Aug 30 18:59:22.195 INFO O| Aug 30 18:59:22.195 INFO STEP 735 (remove_files) COMPLETE |
| 6187 | 2024-08-30T18:59:23.993Z | [ recovery-image] Aug 30 18:59:22.195 INFO O| Aug 30 18:59:22.195 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6188 | 2024-08-30T18:59:24.053Z | [ recovery-image] Aug 30 18:59:22.255 INFO O| Aug 30 18:59:22.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6189 | 2024-08-30T18:59:24.076Z | [ recovery-image] Aug 30 18:59:22.278 INFO O| Aug 30 18:59:22.278 INFO STEP 736 (remove_files) COMPLETE |
| 6190 | 2024-08-30T18:59:24.076Z | [ recovery-image] Aug 30 18:59:22.278 INFO O| Aug 30 18:59:22.278 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6191 | 2024-08-30T18:59:24.109Z | [ recovery-image] Aug 30 18:59:22.311 INFO O| Aug 30 18:59:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6192 | 2024-08-30T18:59:24.109Z | [ recovery-image] Aug 30 18:59:22.311 INFO O| Aug 30 18:59:22.311 INFO STEP 737 (remove_files) COMPLETE |
| 6193 | 2024-08-30T18:59:24.109Z | [ recovery-image] Aug 30 18:59:22.311 INFO O| Aug 30 18:59:22.311 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6194 | 2024-08-30T18:59:24.130Z | [ recovery-image] Aug 30 18:59:22.331 INFO O| Aug 30 18:59:22.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
| 6195 | 2024-08-30T18:59:24.130Z | [ recovery-image] Aug 30 18:59:22.332 INFO O| Aug 30 18:59:22.331 INFO STEP 738 (remove_files) COMPLETE |
| 6196 | 2024-08-30T18:59:24.130Z | [ recovery-image] Aug 30 18:59:22.332 INFO O| Aug 30 18:59:22.332 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6197 | 2024-08-30T18:59:24.148Z | [ recovery-image] Aug 30 18:59:22.350 INFO O| Aug 30 18:59:22.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6198 | 2024-08-30T18:59:24.148Z | [ recovery-image] Aug 30 18:59:22.350 INFO O| Aug 30 18:59:22.350 INFO STEP 739 (remove_files) COMPLETE |
| 6199 | 2024-08-30T18:59:24.148Z | [ recovery-image] Aug 30 18:59:22.350 INFO O| Aug 30 18:59:22.350 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6200 | 2024-08-30T18:59:24.167Z | [ recovery-image] Aug 30 18:59:22.369 INFO O| Aug 30 18:59:22.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6201 | 2024-08-30T18:59:24.170Z | [ recovery-image] Aug 30 18:59:22.369 INFO O| Aug 30 18:59:22.369 INFO STEP 740 (remove_files) COMPLETE |
| 6202 | 2024-08-30T18:59:24.170Z | [ recovery-image] Aug 30 18:59:22.369 INFO O| Aug 30 18:59:22.369 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6203 | 2024-08-30T18:59:24.199Z | [ recovery-image] Aug 30 18:59:22.401 INFO O| Aug 30 18:59:22.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6204 | 2024-08-30T18:59:24.199Z | [ recovery-image] Aug 30 18:59:22.401 INFO O| Aug 30 18:59:22.401 INFO STEP 741 (remove_files) COMPLETE |
| 6205 | 2024-08-30T18:59:24.202Z | [ recovery-image] Aug 30 18:59:22.401 INFO O| Aug 30 18:59:22.401 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6206 | 2024-08-30T18:59:24.227Z | [ recovery-image] Aug 30 18:59:22.429 INFO O| Aug 30 18:59:22.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6207 | 2024-08-30T18:59:24.227Z | [ recovery-image] Aug 30 18:59:22.429 INFO O| Aug 30 18:59:22.429 INFO STEP 742 (remove_files) COMPLETE |
| 6208 | 2024-08-30T18:59:24.230Z | [ recovery-image] Aug 30 18:59:22.430 INFO O| Aug 30 18:59:22.429 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6209 | 2024-08-30T18:59:24.248Z | [ recovery-image] Aug 30 18:59:22.450 INFO O| Aug 30 18:59:22.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6210 | 2024-08-30T18:59:24.248Z | [ recovery-image] Aug 30 18:59:22.450 INFO O| Aug 30 18:59:22.450 INFO STEP 743 (remove_files) COMPLETE |
| 6211 | 2024-08-30T18:59:24.248Z | [ recovery-image] Aug 30 18:59:22.450 INFO O| Aug 30 18:59:22.450 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6212 | 2024-08-30T18:59:24.269Z | [ recovery-image] Aug 30 18:59:22.470 INFO O| Aug 30 18:59:22.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6213 | 2024-08-30T18:59:24.269Z | [ recovery-image] Aug 30 18:59:22.470 INFO O| Aug 30 18:59:22.470 INFO STEP 744 (remove_files) COMPLETE |
| 6214 | 2024-08-30T18:59:24.271Z | [ recovery-image] Aug 30 18:59:22.470 INFO O| Aug 30 18:59:22.470 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6215 | 2024-08-30T18:59:24.275Z | [ host-image] Aug 30 18:59:22.477 INFO O| Aug 30 18:59:22.477 INFO O| Planning: Solver setup ... Done |
| 6216 | 2024-08-30T18:59:24.282Z | [ host-image] Aug 30 18:59:22.483 INFO O| Aug 30 18:59:22.483 INFO O| Planning: Running solver ... Done |
| 6217 | 2024-08-30T18:59:24.290Z | [ recovery-image] Aug 30 18:59:22.492 INFO O| Aug 30 18:59:22.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6218 | 2024-08-30T18:59:24.293Z | [ recovery-image] Aug 30 18:59:22.492 INFO O| Aug 30 18:59:22.492 INFO STEP 745 (remove_files) COMPLETE |
| 6219 | 2024-08-30T18:59:24.293Z | [ recovery-image] Aug 30 18:59:22.493 INFO O| Aug 30 18:59:22.492 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6220 | 2024-08-30T18:59:24.327Z | [ recovery-image] Aug 30 18:59:22.529 INFO O| Aug 30 18:59:22.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6221 | 2024-08-30T18:59:24.327Z | [ recovery-image] Aug 30 18:59:22.529 INFO O| Aug 30 18:59:22.529 INFO STEP 746 (remove_files) COMPLETE |
| 6222 | 2024-08-30T18:59:24.327Z | [ recovery-image] Aug 30 18:59:22.529 INFO O| Aug 30 18:59:22.529 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6223 | 2024-08-30T18:59:24.348Z | [ host-image] Aug 30 18:59:22.550 INFO O| Aug 30 18:59:22.550 INFO O| Planning: Finding local manifests ... Done |
| 6224 | 2024-08-30T18:59:24.351Z | [ host-image] Aug 30 18:59:22.552 INFO O| Aug 30 18:59:22.552 INFO O| Planning: Fetching manifests: 0/4 0% complete |
| 6225 | 2024-08-30T18:59:24.384Z | [ recovery-image] Aug 30 18:59:22.586 INFO O| Aug 30 18:59:22.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6226 | 2024-08-30T18:59:24.384Z | [ recovery-image] Aug 30 18:59:22.586 INFO O| Aug 30 18:59:22.586 INFO STEP 747 (remove_files) COMPLETE |
| 6227 | 2024-08-30T18:59:24.386Z | [ recovery-image] Aug 30 18:59:22.586 INFO O| Aug 30 18:59:22.586 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6228 | 2024-08-30T18:59:24.401Z | [ recovery-image] Aug 30 18:59:22.603 INFO O| Aug 30 18:59:22.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6229 | 2024-08-30T18:59:24.401Z | [ recovery-image] Aug 30 18:59:22.603 INFO O| Aug 30 18:59:22.603 INFO STEP 748 (remove_files) COMPLETE |
| 6230 | 2024-08-30T18:59:24.401Z | [ recovery-image] Aug 30 18:59:22.603 INFO O| Aug 30 18:59:22.603 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6231 | 2024-08-30T18:59:24.420Z | [ recovery-image] Aug 30 18:59:22.621 INFO O| Aug 30 18:59:22.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6232 | 2024-08-30T18:59:24.420Z | [ recovery-image] Aug 30 18:59:22.621 INFO O| Aug 30 18:59:22.621 INFO STEP 749 (remove_files) COMPLETE |
| 6233 | 2024-08-30T18:59:24.420Z | [ recovery-image] Aug 30 18:59:22.621 INFO O| Aug 30 18:59:22.621 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6234 | 2024-08-30T18:59:24.438Z | [ recovery-image] Aug 30 18:59:22.640 INFO O| Aug 30 18:59:22.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 6235 | 2024-08-30T18:59:24.438Z | [ recovery-image] Aug 30 18:59:22.640 INFO O| Aug 30 18:59:22.640 INFO STEP 750 (remove_files) COMPLETE |
| 6236 | 2024-08-30T18:59:24.441Z | [ recovery-image] Aug 30 18:59:22.640 INFO O| Aug 30 18:59:22.640 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6237 | 2024-08-30T18:59:24.458Z | [ recovery-image] Aug 30 18:59:22.659 INFO O| Aug 30 18:59:22.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 6238 | 2024-08-30T18:59:24.458Z | [ recovery-image] Aug 30 18:59:22.660 INFO O| Aug 30 18:59:22.660 INFO STEP 751 (remove_files) COMPLETE |
| 6239 | 2024-08-30T18:59:24.458Z | [ recovery-image] Aug 30 18:59:22.660 INFO O| Aug 30 18:59:22.660 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6240 | 2024-08-30T18:59:24.489Z | [ recovery-image] Aug 30 18:59:22.691 INFO O| Aug 30 18:59:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 6241 | 2024-08-30T18:59:24.490Z | [ recovery-image] Aug 30 18:59:22.691 INFO O| Aug 30 18:59:22.691 INFO STEP 752 (remove_files) COMPLETE |
| 6242 | 2024-08-30T18:59:24.492Z | [ recovery-image] Aug 30 18:59:22.691 INFO O| Aug 30 18:59:22.691 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6243 | 2024-08-30T18:59:24.511Z | [ recovery-image] Aug 30 18:59:22.713 INFO O| Aug 30 18:59:22.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
| 6244 | 2024-08-30T18:59:24.511Z | [ recovery-image] Aug 30 18:59:22.713 INFO O| Aug 30 18:59:22.713 INFO STEP 753 (remove_files) COMPLETE |
| 6245 | 2024-08-30T18:59:24.511Z | [ recovery-image] Aug 30 18:59:22.713 INFO O| Aug 30 18:59:22.713 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6246 | 2024-08-30T18:59:24.542Z | [ recovery-image] Aug 30 18:59:22.743 INFO O| Aug 30 18:59:22.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
| 6247 | 2024-08-30T18:59:24.542Z | [ recovery-image] Aug 30 18:59:22.743 INFO O| Aug 30 18:59:22.743 INFO STEP 754 (remove_files) COMPLETE |
| 6248 | 2024-08-30T18:59:24.544Z | [ recovery-image] Aug 30 18:59:22.743 INFO O| Aug 30 18:59:22.743 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6249 | 2024-08-30T18:59:24.573Z | [ recovery-image] Aug 30 18:59:22.775 INFO O| Aug 30 18:59:22.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 6250 | 2024-08-30T18:59:24.573Z | [ recovery-image] Aug 30 18:59:22.775 INFO O| Aug 30 18:59:22.775 INFO STEP 755 (remove_files) COMPLETE |
| 6251 | 2024-08-30T18:59:24.576Z | [ recovery-image] Aug 30 18:59:22.775 INFO O| Aug 30 18:59:22.775 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6252 | 2024-08-30T18:59:24.595Z | [ host-image] Aug 30 18:59:22.797 INFO O| Aug 30 18:59:22.797 INFO O| Planning: Fetching manifests: 4/4 100% complete |
| 6253 | 2024-08-30T18:59:24.614Z | [ recovery-image] Aug 30 18:59:22.816 INFO O| Aug 30 18:59:22.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 6254 | 2024-08-30T18:59:24.614Z | [ recovery-image] Aug 30 18:59:22.816 INFO O| Aug 30 18:59:22.816 INFO STEP 756 (remove_files) COMPLETE |
| 6255 | 2024-08-30T18:59:24.614Z | [ recovery-image] Aug 30 18:59:22.816 INFO O| Aug 30 18:59:22.816 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6256 | 2024-08-30T18:59:24.633Z | [ host-image] Aug 30 18:59:22.834 INFO O| Aug 30 18:59:22.834 INFO O| Planning: Package planning ... Done |
| 6257 | 2024-08-30T18:59:24.636Z | [ recovery-image] Aug 30 18:59:22.837 INFO O| Aug 30 18:59:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 6258 | 2024-08-30T18:59:24.636Z | [ recovery-image] Aug 30 18:59:22.837 INFO O| Aug 30 18:59:22.837 INFO STEP 757 (remove_files) COMPLETE |
| 6259 | 2024-08-30T18:59:24.636Z | [ recovery-image] Aug 30 18:59:22.837 INFO O| Aug 30 18:59:22.837 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6260 | 2024-08-30T18:59:24.641Z | [ host-image] Aug 30 18:59:22.843 INFO O| Aug 30 18:59:22.843 INFO O| Planning: Merging actions ... Done |
| 6261 | 2024-08-30T18:59:24.675Z | [ recovery-image] Aug 30 18:59:22.876 INFO O| Aug 30 18:59:22.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 6262 | 2024-08-30T18:59:24.675Z | [ recovery-image] Aug 30 18:59:22.876 INFO O| Aug 30 18:59:22.876 INFO STEP 758 (remove_files) COMPLETE |
| 6263 | 2024-08-30T18:59:24.677Z | [ recovery-image] Aug 30 18:59:22.876 INFO O| Aug 30 18:59:22.876 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6264 | 2024-08-30T18:59:24.693Z | [ recovery-image] Aug 30 18:59:22.895 INFO O| Aug 30 18:59:22.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 6265 | 2024-08-30T18:59:24.693Z | [ recovery-image] Aug 30 18:59:22.895 INFO O| Aug 30 18:59:22.895 INFO STEP 759 (remove_files) COMPLETE |
| 6266 | 2024-08-30T18:59:24.695Z | [ recovery-image] Aug 30 18:59:22.895 INFO O| Aug 30 18:59:22.895 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6267 | 2024-08-30T18:59:24.732Z | [ recovery-image] Aug 30 18:59:22.933 INFO O| Aug 30 18:59:22.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 6268 | 2024-08-30T18:59:24.755Z | [ recovery-image] Aug 30 18:59:22.956 INFO O| Aug 30 18:59:22.956 INFO STEP 760 (remove_files) COMPLETE |
| 6269 | 2024-08-30T18:59:24.755Z | [ recovery-image] Aug 30 18:59:22.956 INFO O| Aug 30 18:59:22.956 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6270 | 2024-08-30T18:59:24.784Z | [ recovery-image] Aug 30 18:59:22.986 INFO O| Aug 30 18:59:22.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 6271 | 2024-08-30T18:59:24.784Z | [ recovery-image] Aug 30 18:59:22.986 INFO O| Aug 30 18:59:22.986 INFO STEP 761 (remove_files) COMPLETE |
| 6272 | 2024-08-30T18:59:24.784Z | [ recovery-image] Aug 30 18:59:22.986 INFO O| Aug 30 18:59:22.986 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6273 | 2024-08-30T18:59:24.807Z | [ recovery-image] Aug 30 18:59:23.008 INFO O| Aug 30 18:59:23.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 6274 | 2024-08-30T18:59:24.807Z | [ recovery-image] Aug 30 18:59:23.008 INFO O| Aug 30 18:59:23.008 INFO STEP 762 (remove_files) COMPLETE |
| 6275 | 2024-08-30T18:59:24.807Z | [ recovery-image] Aug 30 18:59:23.008 INFO O| Aug 30 18:59:23.008 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6276 | 2024-08-30T18:59:24.810Z | [ host-image] Aug 30 18:59:23.012 INFO O| Aug 30 18:59:23.012 INFO O| Planning: Checking for conflicting actions ... Done |
| 6277 | 2024-08-30T18:59:24.812Z | [ host-image] Aug 30 18:59:23.014 INFO O| Aug 30 18:59:23.014 INFO O| Planning: Consolidating action changes ... Done |
| 6278 | 2024-08-30T18:59:24.826Z | [ recovery-image] Aug 30 18:59:23.028 INFO O| Aug 30 18:59:23.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 6279 | 2024-08-30T18:59:24.829Z | [ recovery-image] Aug 30 18:59:23.031 INFO O| Aug 30 18:59:23.031 INFO STEP 763 (remove_files) COMPLETE |
| 6280 | 2024-08-30T18:59:24.829Z | [ recovery-image] Aug 30 18:59:23.031 INFO O| Aug 30 18:59:23.031 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6281 | 2024-08-30T18:59:24.849Z | [ recovery-image] Aug 30 18:59:23.051 INFO O| Aug 30 18:59:23.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 6282 | 2024-08-30T18:59:24.849Z | [ recovery-image] Aug 30 18:59:23.051 INFO O| Aug 30 18:59:23.051 INFO STEP 764 (remove_files) COMPLETE |
| 6283 | 2024-08-30T18:59:24.849Z | [ recovery-image] Aug 30 18:59:23.051 INFO O| Aug 30 18:59:23.051 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6284 | 2024-08-30T18:59:24.868Z | [ recovery-image] Aug 30 18:59:23.070 INFO O| Aug 30 18:59:23.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 6285 | 2024-08-30T18:59:24.868Z | [ recovery-image] Aug 30 18:59:23.070 INFO O| Aug 30 18:59:23.070 INFO STEP 765 (remove_files) COMPLETE |
| 6286 | 2024-08-30T18:59:24.868Z | [ recovery-image] Aug 30 18:59:23.070 INFO O| Aug 30 18:59:23.070 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6287 | 2024-08-30T18:59:24.887Z | [ recovery-image] Aug 30 18:59:23.088 INFO O| Aug 30 18:59:23.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 6288 | 2024-08-30T18:59:24.887Z | [ recovery-image] Aug 30 18:59:23.088 INFO O| Aug 30 18:59:23.088 INFO STEP 766 (remove_files) COMPLETE |
| 6289 | 2024-08-30T18:59:24.887Z | [ recovery-image] Aug 30 18:59:23.088 INFO O| Aug 30 18:59:23.088 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6290 | 2024-08-30T18:59:24.907Z | [ recovery-image] Aug 30 18:59:23.108 INFO O| Aug 30 18:59:23.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 6291 | 2024-08-30T18:59:24.907Z | [ recovery-image] Aug 30 18:59:23.108 INFO O| Aug 30 18:59:23.108 INFO STEP 767 (remove_files) COMPLETE |
| 6292 | 2024-08-30T18:59:24.907Z | [ recovery-image] Aug 30 18:59:23.108 INFO O| Aug 30 18:59:23.108 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6293 | 2024-08-30T18:59:24.927Z | [ recovery-image] Aug 30 18:59:23.128 INFO O| Aug 30 18:59:23.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 6294 | 2024-08-30T18:59:24.927Z | [ recovery-image] Aug 30 18:59:23.129 INFO O| Aug 30 18:59:23.128 INFO STEP 768 (remove_files) COMPLETE |
| 6295 | 2024-08-30T18:59:24.927Z | [ recovery-image] Aug 30 18:59:23.129 INFO O| Aug 30 18:59:23.129 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6296 | 2024-08-30T18:59:24.947Z | [ recovery-image] Aug 30 18:59:23.149 INFO O| Aug 30 18:59:23.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 6297 | 2024-08-30T18:59:24.950Z | [ recovery-image] Aug 30 18:59:23.149 INFO O| Aug 30 18:59:23.149 INFO STEP 769 (remove_files) COMPLETE |
| 6298 | 2024-08-30T18:59:24.950Z | [ recovery-image] Aug 30 18:59:23.150 INFO O| Aug 30 18:59:23.150 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6299 | 2024-08-30T18:59:25.007Z | [ recovery-image] Aug 30 18:59:23.209 INFO O| Aug 30 18:59:23.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 6300 | 2024-08-30T18:59:25.007Z | [ recovery-image] Aug 30 18:59:23.209 INFO O| Aug 30 18:59:23.209 INFO STEP 770 (remove_files) COMPLETE |
| 6301 | 2024-08-30T18:59:25.007Z | [ recovery-image] Aug 30 18:59:23.209 INFO O| Aug 30 18:59:23.209 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6302 | 2024-08-30T18:59:25.027Z | [ recovery-image] Aug 30 18:59:23.229 INFO O| Aug 30 18:59:23.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 6303 | 2024-08-30T18:59:25.027Z | [ recovery-image] Aug 30 18:59:23.229 INFO O| Aug 30 18:59:23.229 INFO STEP 771 (remove_files) COMPLETE |
| 6304 | 2024-08-30T18:59:25.027Z | [ recovery-image] Aug 30 18:59:23.229 INFO O| Aug 30 18:59:23.229 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6305 | 2024-08-30T18:59:25.046Z | [ recovery-image] Aug 30 18:59:23.248 INFO O| Aug 30 18:59:23.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 6306 | 2024-08-30T18:59:25.046Z | [ recovery-image] Aug 30 18:59:23.248 INFO O| Aug 30 18:59:23.248 INFO STEP 772 (remove_files) COMPLETE |
| 6307 | 2024-08-30T18:59:25.046Z | [ recovery-image] Aug 30 18:59:23.248 INFO O| Aug 30 18:59:23.248 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6308 | 2024-08-30T18:59:25.065Z | [ recovery-image] Aug 30 18:59:23.267 INFO O| Aug 30 18:59:23.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 6309 | 2024-08-30T18:59:25.065Z | [ recovery-image] Aug 30 18:59:23.267 INFO O| Aug 30 18:59:23.267 INFO STEP 773 (remove_files) COMPLETE |
| 6310 | 2024-08-30T18:59:25.065Z | [ recovery-image] Aug 30 18:59:23.267 INFO O| Aug 30 18:59:23.267 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6311 | 2024-08-30T18:59:25.085Z | [ recovery-image] Aug 30 18:59:23.286 INFO O| Aug 30 18:59:23.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 6312 | 2024-08-30T18:59:25.085Z | [ recovery-image] Aug 30 18:59:23.286 INFO O| Aug 30 18:59:23.286 INFO STEP 774 (remove_files) COMPLETE |
| 6313 | 2024-08-30T18:59:25.085Z | [ recovery-image] Aug 30 18:59:23.286 INFO O| Aug 30 18:59:23.286 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6314 | 2024-08-30T18:59:25.104Z | [ recovery-image] Aug 30 18:59:23.306 INFO O| Aug 30 18:59:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 6315 | 2024-08-30T18:59:25.104Z | [ recovery-image] Aug 30 18:59:23.306 INFO O| Aug 30 18:59:23.306 INFO STEP 775 (remove_files) COMPLETE |
| 6316 | 2024-08-30T18:59:25.104Z | [ recovery-image] Aug 30 18:59:23.306 INFO O| Aug 30 18:59:23.306 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6317 | 2024-08-30T18:59:25.125Z | [ recovery-image] Aug 30 18:59:23.326 INFO O| Aug 30 18:59:23.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 6318 | 2024-08-30T18:59:25.125Z | [ recovery-image] Aug 30 18:59:23.326 INFO O| Aug 30 18:59:23.326 INFO STEP 776 (remove_files) COMPLETE |
| 6319 | 2024-08-30T18:59:25.127Z | [ recovery-image] Aug 30 18:59:23.327 INFO O| Aug 30 18:59:23.326 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6320 | 2024-08-30T18:59:25.161Z | [ recovery-image] Aug 30 18:59:23.362 INFO O| Aug 30 18:59:23.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 6321 | 2024-08-30T18:59:25.163Z | [ recovery-image] Aug 30 18:59:23.362 INFO O| Aug 30 18:59:23.362 INFO STEP 777 (remove_files) COMPLETE |
| 6322 | 2024-08-30T18:59:25.163Z | [ recovery-image] Aug 30 18:59:23.363 INFO O| Aug 30 18:59:23.362 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6323 | 2024-08-30T18:59:25.184Z | [ recovery-image] Aug 30 18:59:23.385 INFO O| Aug 30 18:59:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 6324 | 2024-08-30T18:59:25.209Z | [ recovery-image] Aug 30 18:59:23.411 INFO O| Aug 30 18:59:23.411 INFO STEP 778 (remove_files) COMPLETE |
| 6325 | 2024-08-30T18:59:25.209Z | [ recovery-image] Aug 30 18:59:23.411 INFO O| Aug 30 18:59:23.411 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6326 | 2024-08-30T18:59:25.224Z | [ host-image] Aug 30 18:59:23.426 INFO O| Aug 30 18:59:23.426 INFO O| Planning: Evaluating mediators ... Done |
| 6327 | 2024-08-30T18:59:25.227Z | [ host-image] Aug 30 18:59:23.428 INFO O| Aug 30 18:59:23.428 INFO O| Planning: Planning completed in 4.57 seconds |
| 6328 | 2024-08-30T18:59:25.238Z | [ host-image] Aug 30 18:59:23.430 INFO O| Aug 30 18:59:23.430 INFO O| Packages to install: 4 |
| 6329 | 2024-08-30T18:59:25.238Z | [ host-image] Aug 30 18:59:23.431 INFO O| Aug 30 18:59:23.430 INFO O| Services to change: 2 |
| 6330 | 2024-08-30T18:59:25.240Z | [ recovery-image] Aug 30 18:59:23.435 INFO O| Aug 30 18:59:23.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 6331 | 2024-08-30T18:59:25.240Z | [ recovery-image] Aug 30 18:59:23.435 INFO O| Aug 30 18:59:23.435 INFO STEP 779 (remove_files) COMPLETE |
| 6332 | 2024-08-30T18:59:25.240Z | [ recovery-image] Aug 30 18:59:23.435 INFO O| Aug 30 18:59:23.435 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6333 | 2024-08-30T18:59:25.248Z | [ host-image] Aug 30 18:59:23.449 INFO O| Aug 30 18:59:23.449 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
| 6334 | 2024-08-30T18:59:25.256Z | [ recovery-image] Aug 30 18:59:23.458 INFO O| Aug 30 18:59:23.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 6335 | 2024-08-30T18:59:25.259Z | [ recovery-image] Aug 30 18:59:23.458 INFO O| Aug 30 18:59:23.458 INFO STEP 780 (remove_files) COMPLETE |
| 6336 | 2024-08-30T18:59:25.259Z | [ recovery-image] Aug 30 18:59:23.459 INFO O| Aug 30 18:59:23.458 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6337 | 2024-08-30T18:59:25.278Z | [ recovery-image] Aug 30 18:59:23.480 INFO O| Aug 30 18:59:23.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 6338 | 2024-08-30T18:59:25.280Z | [ recovery-image] Aug 30 18:59:23.480 INFO O| Aug 30 18:59:23.480 INFO STEP 781 (remove_files) COMPLETE |
| 6339 | 2024-08-30T18:59:25.280Z | [ recovery-image] Aug 30 18:59:23.480 INFO O| Aug 30 18:59:23.480 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6340 | 2024-08-30T18:59:25.298Z | [ recovery-image] Aug 30 18:59:23.500 INFO O| Aug 30 18:59:23.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 6341 | 2024-08-30T18:59:25.298Z | [ recovery-image] Aug 30 18:59:23.500 INFO O| Aug 30 18:59:23.500 INFO STEP 782 (remove_files) COMPLETE |
| 6342 | 2024-08-30T18:59:25.301Z | [ recovery-image] Aug 30 18:59:23.500 INFO O| Aug 30 18:59:23.500 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6343 | 2024-08-30T18:59:25.317Z | [ recovery-image] Aug 30 18:59:23.519 INFO O| Aug 30 18:59:23.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 6344 | 2024-08-30T18:59:25.319Z | [ recovery-image] Aug 30 18:59:23.519 INFO O| Aug 30 18:59:23.519 INFO STEP 783 (remove_files) COMPLETE |
| 6345 | 2024-08-30T18:59:25.319Z | [ recovery-image] Aug 30 18:59:23.519 INFO O| Aug 30 18:59:23.519 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6346 | 2024-08-30T18:59:25.391Z | [ recovery-image] Aug 30 18:59:23.593 INFO O| Aug 30 18:59:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
| 6347 | 2024-08-30T18:59:25.394Z | [ recovery-image] Aug 30 18:59:23.593 INFO O| Aug 30 18:59:23.593 INFO STEP 784 (remove_files) COMPLETE |
| 6348 | 2024-08-30T18:59:25.394Z | [ recovery-image] Aug 30 18:59:23.593 INFO O| Aug 30 18:59:23.593 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6349 | 2024-08-30T18:59:25.414Z | [ recovery-image] Aug 30 18:59:23.615 INFO O| Aug 30 18:59:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 6350 | 2024-08-30T18:59:25.416Z | [ recovery-image] Aug 30 18:59:23.616 INFO O| Aug 30 18:59:23.616 INFO STEP 785 (remove_files) COMPLETE |
| 6351 | 2024-08-30T18:59:25.416Z | [ recovery-image] Aug 30 18:59:23.616 INFO O| Aug 30 18:59:23.616 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6352 | 2024-08-30T18:59:25.436Z | [ recovery-image] Aug 30 18:59:23.637 INFO O| Aug 30 18:59:23.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 6353 | 2024-08-30T18:59:25.438Z | [ recovery-image] Aug 30 18:59:23.638 INFO O| Aug 30 18:59:23.637 INFO STEP 786 (remove_files) COMPLETE |
| 6354 | 2024-08-30T18:59:25.438Z | [ recovery-image] Aug 30 18:59:23.638 INFO O| Aug 30 18:59:23.638 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6355 | 2024-08-30T18:59:25.457Z | [ recovery-image] Aug 30 18:59:23.659 INFO O| Aug 30 18:59:23.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 6356 | 2024-08-30T18:59:25.460Z | [ recovery-image] Aug 30 18:59:23.659 INFO O| Aug 30 18:59:23.659 INFO STEP 787 (remove_files) COMPLETE |
| 6357 | 2024-08-30T18:59:25.460Z | [ recovery-image] Aug 30 18:59:23.660 INFO O| Aug 30 18:59:23.659 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6358 | 2024-08-30T18:59:25.478Z | [ recovery-image] Aug 30 18:59:23.680 INFO O| Aug 30 18:59:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 6359 | 2024-08-30T18:59:25.481Z | [ recovery-image] Aug 30 18:59:23.680 INFO O| Aug 30 18:59:23.680 INFO STEP 788 (remove_files) COMPLETE |
| 6360 | 2024-08-30T18:59:25.481Z | [ recovery-image] Aug 30 18:59:23.680 INFO O| Aug 30 18:59:23.680 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6361 | 2024-08-30T18:59:25.500Z | [ recovery-image] Aug 30 18:59:23.701 INFO O| Aug 30 18:59:23.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 6362 | 2024-08-30T18:59:25.502Z | [ recovery-image] Aug 30 18:59:23.702 INFO O| Aug 30 18:59:23.702 INFO STEP 789 (remove_files) COMPLETE |
| 6363 | 2024-08-30T18:59:25.502Z | [ recovery-image] Aug 30 18:59:23.702 INFO O| Aug 30 18:59:23.702 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6364 | 2024-08-30T18:59:25.521Z | [ recovery-image] Aug 30 18:59:23.722 INFO O| Aug 30 18:59:23.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 6365 | 2024-08-30T18:59:25.521Z | [ recovery-image] Aug 30 18:59:23.722 INFO O| Aug 30 18:59:23.722 INFO STEP 790 (remove_files) COMPLETE |
| 6366 | 2024-08-30T18:59:25.521Z | [ recovery-image] Aug 30 18:59:23.722 INFO O| Aug 30 18:59:23.722 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6367 | 2024-08-30T18:59:25.541Z | [ recovery-image] Aug 30 18:59:23.742 INFO O| Aug 30 18:59:23.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 6368 | 2024-08-30T18:59:25.541Z | [ recovery-image] Aug 30 18:59:23.742 INFO O| Aug 30 18:59:23.742 INFO STEP 791 (remove_files) COMPLETE |
| 6369 | 2024-08-30T18:59:25.541Z | [ recovery-image] Aug 30 18:59:23.742 INFO O| Aug 30 18:59:23.742 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6370 | 2024-08-30T18:59:25.561Z | [ recovery-image] Aug 30 18:59:23.762 INFO O| Aug 30 18:59:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 6371 | 2024-08-30T18:59:25.561Z | [ recovery-image] Aug 30 18:59:23.763 INFO O| Aug 30 18:59:23.763 INFO STEP 792 (remove_files) COMPLETE |
| 6372 | 2024-08-30T18:59:25.561Z | [ recovery-image] Aug 30 18:59:23.763 INFO O| Aug 30 18:59:23.763 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6373 | 2024-08-30T18:59:25.600Z | [ recovery-image] Aug 30 18:59:23.801 INFO O| Aug 30 18:59:23.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 6374 | 2024-08-30T18:59:25.600Z | [ recovery-image] Aug 30 18:59:23.801 INFO O| Aug 30 18:59:23.801 INFO STEP 793 (remove_files) COMPLETE |
| 6375 | 2024-08-30T18:59:25.600Z | [ recovery-image] Aug 30 18:59:23.801 INFO O| Aug 30 18:59:23.801 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6376 | 2024-08-30T18:59:25.640Z | [ recovery-image] Aug 30 18:59:23.841 INFO O| Aug 30 18:59:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 6377 | 2024-08-30T18:59:25.640Z | [ recovery-image] Aug 30 18:59:23.841 INFO O| Aug 30 18:59:23.841 INFO STEP 794 (remove_files) COMPLETE |
| 6378 | 2024-08-30T18:59:25.640Z | [ recovery-image] Aug 30 18:59:23.841 INFO O| Aug 30 18:59:23.841 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6379 | 2024-08-30T18:59:25.680Z | [ recovery-image] Aug 30 18:59:23.881 INFO O| Aug 30 18:59:23.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 6380 | 2024-08-30T18:59:25.680Z | [ recovery-image] Aug 30 18:59:23.882 INFO O| Aug 30 18:59:23.882 INFO STEP 795 (remove_files) COMPLETE |
| 6381 | 2024-08-30T18:59:25.681Z | [ recovery-image] Aug 30 18:59:23.882 INFO O| Aug 30 18:59:23.882 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6382 | 2024-08-30T18:59:25.698Z | [ recovery-image] Aug 30 18:59:23.900 INFO O| Aug 30 18:59:23.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
| 6383 | 2024-08-30T18:59:25.698Z | [ recovery-image] Aug 30 18:59:23.900 INFO O| Aug 30 18:59:23.900 INFO STEP 796 (remove_files) COMPLETE |
| 6384 | 2024-08-30T18:59:25.701Z | [ recovery-image] Aug 30 18:59:23.900 INFO O| Aug 30 18:59:23.900 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6385 | 2024-08-30T18:59:25.717Z | [ recovery-image] Aug 30 18:59:23.919 INFO O| Aug 30 18:59:23.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 6386 | 2024-08-30T18:59:25.742Z | [ recovery-image] Aug 30 18:59:23.943 INFO O| Aug 30 18:59:23.943 INFO STEP 797 (remove_files) COMPLETE |
| 6387 | 2024-08-30T18:59:25.742Z | [ recovery-image] Aug 30 18:59:23.943 INFO O| Aug 30 18:59:23.943 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6388 | 2024-08-30T18:59:25.805Z | [ recovery-image] Aug 30 18:59:24.006 INFO O| Aug 30 18:59:24.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 6389 | 2024-08-30T18:59:25.805Z | [ recovery-image] Aug 30 18:59:24.006 INFO O| Aug 30 18:59:24.006 INFO STEP 798 (remove_files) COMPLETE |
| 6390 | 2024-08-30T18:59:25.805Z | [ recovery-image] Aug 30 18:59:24.006 INFO O| Aug 30 18:59:24.006 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6391 | 2024-08-30T18:59:25.824Z | [ recovery-image] Aug 30 18:59:24.026 INFO O| Aug 30 18:59:24.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
| 6392 | 2024-08-30T18:59:25.824Z | [ recovery-image] Aug 30 18:59:24.026 INFO O| Aug 30 18:59:24.026 INFO STEP 799 (remove_files) COMPLETE |
| 6393 | 2024-08-30T18:59:25.824Z | [ recovery-image] Aug 30 18:59:24.026 INFO O| Aug 30 18:59:24.026 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6394 | 2024-08-30T18:59:25.845Z | [ recovery-image] Aug 30 18:59:24.047 INFO O| Aug 30 18:59:24.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
| 6395 | 2024-08-30T18:59:25.845Z | [ recovery-image] Aug 30 18:59:24.047 INFO O| Aug 30 18:59:24.047 INFO STEP 800 (remove_files) COMPLETE |
| 6396 | 2024-08-30T18:59:25.845Z | [ recovery-image] Aug 30 18:59:24.047 INFO O| Aug 30 18:59:24.047 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6397 | 2024-08-30T18:59:25.864Z | [ recovery-image] Aug 30 18:59:24.065 INFO O| Aug 30 18:59:24.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
| 6398 | 2024-08-30T18:59:25.864Z | [ recovery-image] Aug 30 18:59:24.065 INFO O| Aug 30 18:59:24.065 INFO STEP 801 (remove_files) COMPLETE |
| 6399 | 2024-08-30T18:59:25.864Z | [ recovery-image] Aug 30 18:59:24.065 INFO O| Aug 30 18:59:24.065 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6400 | 2024-08-30T18:59:25.881Z | [ recovery-image] Aug 30 18:59:24.083 INFO O| Aug 30 18:59:24.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
| 6401 | 2024-08-30T18:59:25.881Z | [ recovery-image] Aug 30 18:59:24.083 INFO O| Aug 30 18:59:24.083 INFO STEP 802 (remove_files) COMPLETE |
| 6402 | 2024-08-30T18:59:25.884Z | [ recovery-image] Aug 30 18:59:24.083 INFO O| Aug 30 18:59:24.083 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6403 | 2024-08-30T18:59:25.901Z | [ recovery-image] Aug 30 18:59:24.102 INFO O| Aug 30 18:59:24.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 6404 | 2024-08-30T18:59:25.901Z | [ recovery-image] Aug 30 18:59:24.102 INFO O| Aug 30 18:59:24.102 INFO STEP 803 (remove_files) COMPLETE |
| 6405 | 2024-08-30T18:59:25.901Z | [ recovery-image] Aug 30 18:59:24.102 INFO O| Aug 30 18:59:24.102 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6406 | 2024-08-30T18:59:25.920Z | [ recovery-image] Aug 30 18:59:24.122 INFO O| Aug 30 18:59:24.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 6407 | 2024-08-30T18:59:25.922Z | [ recovery-image] Aug 30 18:59:24.122 INFO O| Aug 30 18:59:24.122 INFO STEP 804 (remove_files) COMPLETE |
| 6408 | 2024-08-30T18:59:25.922Z | [ recovery-image] Aug 30 18:59:24.122 INFO O| Aug 30 18:59:24.122 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6409 | 2024-08-30T18:59:25.954Z | [ recovery-image] Aug 30 18:59:24.156 INFO O| Aug 30 18:59:24.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 6410 | 2024-08-30T18:59:25.954Z | [ recovery-image] Aug 30 18:59:24.156 INFO O| Aug 30 18:59:24.156 INFO STEP 805 (remove_files) COMPLETE |
| 6411 | 2024-08-30T18:59:25.954Z | [ recovery-image] Aug 30 18:59:24.156 INFO O| Aug 30 18:59:24.156 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6412 | 2024-08-30T18:59:25.980Z | [ recovery-image] Aug 30 18:59:24.182 INFO O| Aug 30 18:59:24.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
| 6413 | 2024-08-30T18:59:25.980Z | [ recovery-image] Aug 30 18:59:24.182 INFO O| Aug 30 18:59:24.182 INFO STEP 806 (remove_files) COMPLETE |
| 6414 | 2024-08-30T18:59:25.980Z | [ recovery-image] Aug 30 18:59:24.182 INFO O| Aug 30 18:59:24.182 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6415 | 2024-08-30T18:59:26.018Z | [ recovery-image] Aug 30 18:59:24.218 INFO O| Aug 30 18:59:24.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
| 6416 | 2024-08-30T18:59:26.018Z | [ recovery-image] Aug 30 18:59:24.219 INFO O| Aug 30 18:59:24.219 INFO STEP 807 (remove_files) COMPLETE |
| 6417 | 2024-08-30T18:59:26.018Z | [ recovery-image] Aug 30 18:59:24.219 INFO O| Aug 30 18:59:24.219 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6418 | 2024-08-30T18:59:26.059Z | [ recovery-image] Aug 30 18:59:24.260 INFO O| Aug 30 18:59:24.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 6419 | 2024-08-30T18:59:26.059Z | [ recovery-image] Aug 30 18:59:24.260 INFO O| Aug 30 18:59:24.260 INFO STEP 808 (remove_files) COMPLETE |
| 6420 | 2024-08-30T18:59:26.061Z | [ recovery-image] Aug 30 18:59:24.260 INFO O| Aug 30 18:59:24.260 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6421 | 2024-08-30T18:59:26.119Z | [ recovery-image] Aug 30 18:59:24.320 INFO O| Aug 30 18:59:24.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 6422 | 2024-08-30T18:59:26.119Z | [ recovery-image] Aug 30 18:59:24.321 INFO O| Aug 30 18:59:24.321 INFO STEP 809 (remove_files) COMPLETE |
| 6423 | 2024-08-30T18:59:26.119Z | [ recovery-image] Aug 30 18:59:24.321 INFO O| Aug 30 18:59:24.321 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6424 | 2024-08-30T18:59:26.140Z | [ recovery-image] Aug 30 18:59:24.342 INFO O| Aug 30 18:59:24.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 6425 | 2024-08-30T18:59:26.142Z | [ recovery-image] Aug 30 18:59:24.342 INFO O| Aug 30 18:59:24.342 INFO STEP 810 (remove_files) COMPLETE |
| 6426 | 2024-08-30T18:59:26.142Z | [ recovery-image] Aug 30 18:59:24.342 INFO O| Aug 30 18:59:24.342 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6427 | 2024-08-30T18:59:26.160Z | [ recovery-image] Aug 30 18:59:24.362 INFO O| Aug 30 18:59:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 6428 | 2024-08-30T18:59:26.160Z | [ recovery-image] Aug 30 18:59:24.362 INFO O| Aug 30 18:59:24.362 INFO STEP 811 (remove_files) COMPLETE |
| 6429 | 2024-08-30T18:59:26.160Z | [ recovery-image] Aug 30 18:59:24.362 INFO O| Aug 30 18:59:24.362 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6430 | 2024-08-30T18:59:26.180Z | [ recovery-image] Aug 30 18:59:24.382 INFO O| Aug 30 18:59:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 6431 | 2024-08-30T18:59:26.180Z | [ recovery-image] Aug 30 18:59:24.382 INFO O| Aug 30 18:59:24.382 INFO STEP 812 (remove_files) COMPLETE |
| 6432 | 2024-08-30T18:59:26.180Z | [ recovery-image] Aug 30 18:59:24.382 INFO O| Aug 30 18:59:24.382 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6433 | 2024-08-30T18:59:26.199Z | [ recovery-image] Aug 30 18:59:24.401 INFO O| Aug 30 18:59:24.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
| 6434 | 2024-08-30T18:59:26.199Z | [ recovery-image] Aug 30 18:59:24.401 INFO O| Aug 30 18:59:24.401 INFO STEP 813 (remove_files) COMPLETE |
| 6435 | 2024-08-30T18:59:26.202Z | [ recovery-image] Aug 30 18:59:24.401 INFO O| Aug 30 18:59:24.401 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6436 | 2024-08-30T18:59:26.220Z | [ recovery-image] Aug 30 18:59:24.422 INFO O| Aug 30 18:59:24.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
| 6437 | 2024-08-30T18:59:26.220Z | [ recovery-image] Aug 30 18:59:24.422 INFO O| Aug 30 18:59:24.422 INFO STEP 814 (remove_files) COMPLETE |
| 6438 | 2024-08-30T18:59:26.220Z | [ recovery-image] Aug 30 18:59:24.422 INFO O| Aug 30 18:59:24.422 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6439 | 2024-08-30T18:59:26.239Z | [ recovery-image] Aug 30 18:59:24.441 INFO O| Aug 30 18:59:24.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
| 6440 | 2024-08-30T18:59:26.239Z | [ recovery-image] Aug 30 18:59:24.441 INFO O| Aug 30 18:59:24.441 INFO STEP 815 (remove_files) COMPLETE |
| 6441 | 2024-08-30T18:59:26.239Z | [ recovery-image] Aug 30 18:59:24.441 INFO O| Aug 30 18:59:24.441 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6442 | 2024-08-30T18:59:26.259Z | [ recovery-image] Aug 30 18:59:24.461 INFO O| Aug 30 18:59:24.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
| 6443 | 2024-08-30T18:59:26.259Z | [ recovery-image] Aug 30 18:59:24.461 INFO O| Aug 30 18:59:24.461 INFO STEP 816 (remove_files) COMPLETE |
| 6444 | 2024-08-30T18:59:26.259Z | [ recovery-image] Aug 30 18:59:24.461 INFO O| Aug 30 18:59:24.461 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6445 | 2024-08-30T18:59:26.277Z | [ recovery-image] Aug 30 18:59:24.479 INFO O| Aug 30 18:59:24.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
| 6446 | 2024-08-30T18:59:26.277Z | [ recovery-image] Aug 30 18:59:24.479 INFO O| Aug 30 18:59:24.479 INFO STEP 817 (remove_files) COMPLETE |
| 6447 | 2024-08-30T18:59:26.280Z | [ recovery-image] Aug 30 18:59:24.479 INFO O| Aug 30 18:59:24.479 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6448 | 2024-08-30T18:59:26.296Z | [ recovery-image] Aug 30 18:59:24.498 INFO O| Aug 30 18:59:24.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
| 6449 | 2024-08-30T18:59:26.296Z | [ recovery-image] Aug 30 18:59:24.498 INFO O| Aug 30 18:59:24.498 INFO STEP 818 (remove_files) COMPLETE |
| 6450 | 2024-08-30T18:59:26.299Z | [ recovery-image] Aug 30 18:59:24.498 INFO O| Aug 30 18:59:24.498 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6451 | 2024-08-30T18:59:26.316Z | [ recovery-image] Aug 30 18:59:24.518 INFO O| Aug 30 18:59:24.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
| 6452 | 2024-08-30T18:59:26.316Z | [ recovery-image] Aug 30 18:59:24.518 INFO O| Aug 30 18:59:24.518 INFO STEP 819 (remove_files) COMPLETE |
| 6453 | 2024-08-30T18:59:26.319Z | [ recovery-image] Aug 30 18:59:24.518 INFO O| Aug 30 18:59:24.518 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6454 | 2024-08-30T18:59:26.343Z | [ recovery-image] Aug 30 18:59:24.544 INFO O| Aug 30 18:59:24.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
| 6455 | 2024-08-30T18:59:26.345Z | [ recovery-image] Aug 30 18:59:24.544 INFO O| Aug 30 18:59:24.544 INFO STEP 820 (remove_files) COMPLETE |
| 6456 | 2024-08-30T18:59:26.345Z | [ recovery-image] Aug 30 18:59:24.545 INFO O| Aug 30 18:59:24.544 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6457 | 2024-08-30T18:59:26.363Z | [ recovery-image] Aug 30 18:59:24.565 INFO O| Aug 30 18:59:24.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
| 6458 | 2024-08-30T18:59:26.366Z | [ recovery-image] Aug 30 18:59:24.565 INFO O| Aug 30 18:59:24.565 INFO STEP 821 (remove_files) COMPLETE |
| 6459 | 2024-08-30T18:59:26.366Z | [ recovery-image] Aug 30 18:59:24.565 INFO O| Aug 30 18:59:24.565 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6460 | 2024-08-30T18:59:26.382Z | [ recovery-image] Aug 30 18:59:24.583 INFO O| Aug 30 18:59:24.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
| 6461 | 2024-08-30T18:59:26.384Z | [ recovery-image] Aug 30 18:59:24.584 INFO O| Aug 30 18:59:24.584 INFO STEP 822 (remove_files) COMPLETE |
| 6462 | 2024-08-30T18:59:26.384Z | [ recovery-image] Aug 30 18:59:24.584 INFO O| Aug 30 18:59:24.584 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6463 | 2024-08-30T18:59:26.401Z | [ recovery-image] Aug 30 18:59:24.602 INFO O| Aug 30 18:59:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
| 6464 | 2024-08-30T18:59:26.403Z | [ recovery-image] Aug 30 18:59:24.602 INFO O| Aug 30 18:59:24.602 INFO STEP 823 (remove_files) COMPLETE |
| 6465 | 2024-08-30T18:59:26.403Z | [ recovery-image] Aug 30 18:59:24.603 INFO O| Aug 30 18:59:24.603 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6466 | 2024-08-30T18:59:26.419Z | [ recovery-image] Aug 30 18:59:24.621 INFO O| Aug 30 18:59:24.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
| 6467 | 2024-08-30T18:59:26.421Z | [ recovery-image] Aug 30 18:59:24.621 INFO O| Aug 30 18:59:24.621 INFO STEP 824 (remove_files) COMPLETE |
| 6468 | 2024-08-30T18:59:26.421Z | [ recovery-image] Aug 30 18:59:24.621 INFO O| Aug 30 18:59:24.621 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6469 | 2024-08-30T18:59:26.430Z | [ host-image] Aug 30 18:59:24.631 INFO O| Aug 30 18:59:24.631 INFO O| Download: Completed 1.39 MB in 1.18 seconds (1.2M/s) |
| 6470 | 2024-08-30T18:59:26.437Z | [ recovery-image] Aug 30 18:59:24.638 INFO O| Aug 30 18:59:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
| 6471 | 2024-08-30T18:59:26.439Z | [ recovery-image] Aug 30 18:59:24.639 INFO O| Aug 30 18:59:24.639 INFO STEP 825 (remove_files) COMPLETE |
| 6472 | 2024-08-30T18:59:26.439Z | [ recovery-image] Aug 30 18:59:24.639 INFO O| Aug 30 18:59:24.639 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6473 | 2024-08-30T18:59:26.495Z | [ recovery-image] Aug 30 18:59:24.697 INFO O| Aug 30 18:59:24.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
| 6474 | 2024-08-30T18:59:26.498Z | [ recovery-image] Aug 30 18:59:24.697 INFO O| Aug 30 18:59:24.697 INFO STEP 826 (remove_files) COMPLETE |
| 6475 | 2024-08-30T18:59:26.498Z | [ recovery-image] Aug 30 18:59:24.697 INFO O| Aug 30 18:59:24.697 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6476 | 2024-08-30T18:59:26.548Z | [ host-image] Aug 30 18:59:24.750 INFO O| Aug 30 18:59:24.750 INFO O| Actions: 1/238 actions (Installing new actions) |
| 6477 | 2024-08-30T18:59:26.626Z | [ recovery-image] Aug 30 18:59:24.828 INFO O| Aug 30 18:59:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
| 6478 | 2024-08-30T18:59:26.626Z | [ recovery-image] Aug 30 18:59:24.828 INFO O| Aug 30 18:59:24.828 INFO STEP 827 (remove_files) COMPLETE |
| 6479 | 2024-08-30T18:59:26.629Z | [ recovery-image] Aug 30 18:59:24.828 INFO O| Aug 30 18:59:24.828 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6480 | 2024-08-30T18:59:26.668Z | [ recovery-image] Aug 30 18:59:24.870 INFO O| Aug 30 18:59:24.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 6481 | 2024-08-30T18:59:26.668Z | [ recovery-image] Aug 30 18:59:24.870 INFO O| Aug 30 18:59:24.870 INFO STEP 828 (remove_files) COMPLETE |
| 6482 | 2024-08-30T18:59:26.671Z | [ recovery-image] Aug 30 18:59:24.870 INFO O| Aug 30 18:59:24.870 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6483 | 2024-08-30T18:59:26.706Z | [ recovery-image] Aug 30 18:59:24.907 INFO O| Aug 30 18:59:24.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
| 6484 | 2024-08-30T18:59:26.706Z | [ recovery-image] Aug 30 18:59:24.907 INFO O| Aug 30 18:59:24.907 INFO STEP 829 (remove_files) COMPLETE |
| 6485 | 2024-08-30T18:59:26.706Z | [ recovery-image] Aug 30 18:59:24.907 INFO O| Aug 30 18:59:24.907 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6486 | 2024-08-30T18:59:26.732Z | [ recovery-image] Aug 30 18:59:24.934 INFO O| Aug 30 18:59:24.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
| 6487 | 2024-08-30T18:59:26.732Z | [ recovery-image] Aug 30 18:59:24.934 INFO O| Aug 30 18:59:24.934 INFO STEP 830 (remove_files) COMPLETE |
| 6488 | 2024-08-30T18:59:26.735Z | [ recovery-image] Aug 30 18:59:24.934 INFO O| Aug 30 18:59:24.934 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6489 | 2024-08-30T18:59:26.770Z | [ recovery-image] Aug 30 18:59:24.972 INFO O| Aug 30 18:59:24.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
| 6490 | 2024-08-30T18:59:26.773Z | [ recovery-image] Aug 30 18:59:24.972 INFO O| Aug 30 18:59:24.972 INFO STEP 831 (remove_files) COMPLETE |
| 6491 | 2024-08-30T18:59:26.773Z | [ recovery-image] Aug 30 18:59:24.972 INFO O| Aug 30 18:59:24.972 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6492 | 2024-08-30T18:59:26.809Z | [ recovery-image] Aug 30 18:59:25.011 INFO O| Aug 30 18:59:25.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
| 6493 | 2024-08-30T18:59:26.809Z | [ recovery-image] Aug 30 18:59:25.011 INFO O| Aug 30 18:59:25.011 INFO STEP 832 (remove_files) COMPLETE |
| 6494 | 2024-08-30T18:59:26.809Z | [ recovery-image] Aug 30 18:59:25.011 INFO O| Aug 30 18:59:25.011 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6495 | 2024-08-30T18:59:26.830Z | [ recovery-image] Aug 30 18:59:25.031 INFO O| Aug 30 18:59:25.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
| 6496 | 2024-08-30T18:59:26.830Z | [ recovery-image] Aug 30 18:59:25.032 INFO O| Aug 30 18:59:25.031 INFO STEP 833 (remove_files) COMPLETE |
| 6497 | 2024-08-30T18:59:26.830Z | [ recovery-image] Aug 30 18:59:25.032 INFO O| Aug 30 18:59:25.032 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6498 | 2024-08-30T18:59:26.850Z | [ recovery-image] Aug 30 18:59:25.052 INFO O| Aug 30 18:59:25.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
| 6499 | 2024-08-30T18:59:26.850Z | [ recovery-image] Aug 30 18:59:25.052 INFO O| Aug 30 18:59:25.052 INFO STEP 834 (remove_files) COMPLETE |
| 6500 | 2024-08-30T18:59:26.853Z | [ recovery-image] Aug 30 18:59:25.052 INFO O| Aug 30 18:59:25.052 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6501 | 2024-08-30T18:59:26.871Z | [ recovery-image] Aug 30 18:59:25.073 INFO O| Aug 30 18:59:25.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 6502 | 2024-08-30T18:59:26.871Z | [ recovery-image] Aug 30 18:59:25.073 INFO O| Aug 30 18:59:25.073 INFO STEP 835 (remove_files) COMPLETE |
| 6503 | 2024-08-30T18:59:26.871Z | [ recovery-image] Aug 30 18:59:25.073 INFO O| Aug 30 18:59:25.073 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6504 | 2024-08-30T18:59:26.891Z | [ recovery-image] Aug 30 18:59:25.093 INFO O| Aug 30 18:59:25.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 6505 | 2024-08-30T18:59:26.891Z | [ recovery-image] Aug 30 18:59:25.093 INFO O| Aug 30 18:59:25.093 INFO STEP 836 (remove_files) COMPLETE |
| 6506 | 2024-08-30T18:59:26.891Z | [ recovery-image] Aug 30 18:59:25.093 INFO O| Aug 30 18:59:25.093 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6507 | 2024-08-30T18:59:26.907Z | [ host-image] Aug 30 18:59:25.108 INFO O| Aug 30 18:59:25.108 INFO O| Actions: Completed 238 actions in 0.36 seconds. |
| 6508 | 2024-08-30T18:59:26.915Z | [ recovery-image] Aug 30 18:59:25.117 INFO O| Aug 30 18:59:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
| 6509 | 2024-08-30T18:59:26.915Z | [ recovery-image] Aug 30 18:59:25.117 INFO O| Aug 30 18:59:25.117 INFO STEP 837 (remove_files) COMPLETE |
| 6510 | 2024-08-30T18:59:26.915Z | [ recovery-image] Aug 30 18:59:25.117 INFO O| Aug 30 18:59:25.117 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6511 | 2024-08-30T18:59:26.939Z | [ recovery-image] Aug 30 18:59:25.141 INFO O| Aug 30 18:59:25.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
| 6512 | 2024-08-30T18:59:26.939Z | [ recovery-image] Aug 30 18:59:25.141 INFO O| Aug 30 18:59:25.141 INFO STEP 838 (remove_files) COMPLETE |
| 6513 | 2024-08-30T18:59:26.939Z | [ recovery-image] Aug 30 18:59:25.141 INFO O| Aug 30 18:59:25.141 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6514 | 2024-08-30T18:59:26.979Z | [ recovery-image] Aug 30 18:59:25.180 INFO O| Aug 30 18:59:25.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
| 6515 | 2024-08-30T18:59:26.979Z | [ recovery-image] Aug 30 18:59:25.180 INFO O| Aug 30 18:59:25.180 INFO STEP 839 (remove_files) COMPLETE |
| 6516 | 2024-08-30T18:59:26.979Z | [ recovery-image] Aug 30 18:59:25.180 INFO O| Aug 30 18:59:25.180 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6517 | 2024-08-30T18:59:27.004Z | [ recovery-image] Aug 30 18:59:25.205 INFO O| Aug 30 18:59:25.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 6518 | 2024-08-30T18:59:27.004Z | [ recovery-image] Aug 30 18:59:25.205 INFO O| Aug 30 18:59:25.205 INFO STEP 840 (remove_files) COMPLETE |
| 6519 | 2024-08-30T18:59:27.004Z | [ recovery-image] Aug 30 18:59:25.205 INFO O| Aug 30 18:59:25.205 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6520 | 2024-08-30T18:59:27.042Z | [ recovery-image] Aug 30 18:59:25.244 INFO O| Aug 30 18:59:25.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 6521 | 2024-08-30T18:59:27.042Z | [ recovery-image] Aug 30 18:59:25.244 INFO O| Aug 30 18:59:25.244 INFO STEP 841 (remove_files) COMPLETE |
| 6522 | 2024-08-30T18:59:27.045Z | [ recovery-image] Aug 30 18:59:25.244 INFO O| Aug 30 18:59:25.244 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6523 | 2024-08-30T18:59:27.106Z | [ recovery-image] Aug 30 18:59:25.308 INFO O| Aug 30 18:59:25.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
| 6524 | 2024-08-30T18:59:27.109Z | [ recovery-image] Aug 30 18:59:25.308 INFO O| Aug 30 18:59:25.308 INFO STEP 842 (remove_files) COMPLETE |
| 6525 | 2024-08-30T18:59:27.109Z | [ recovery-image] Aug 30 18:59:25.308 INFO O| Aug 30 18:59:25.308 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6526 | 2024-08-30T18:59:27.147Z | [ recovery-image] Aug 30 18:59:25.349 INFO O| Aug 30 18:59:25.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 6527 | 2024-08-30T18:59:27.147Z | [ recovery-image] Aug 30 18:59:25.349 INFO O| Aug 30 18:59:25.349 INFO STEP 843 (remove_files) COMPLETE |
| 6528 | 2024-08-30T18:59:27.147Z | [ recovery-image] Aug 30 18:59:25.349 INFO O| Aug 30 18:59:25.349 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6529 | 2024-08-30T18:59:27.168Z | [ recovery-image] Aug 30 18:59:25.369 INFO O| Aug 30 18:59:25.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 6530 | 2024-08-30T18:59:27.168Z | [ recovery-image] Aug 30 18:59:25.369 INFO O| Aug 30 18:59:25.369 INFO STEP 844 (remove_files) COMPLETE |
| 6531 | 2024-08-30T18:59:27.168Z | [ recovery-image] Aug 30 18:59:25.369 INFO O| Aug 30 18:59:25.369 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6532 | 2024-08-30T18:59:27.202Z | [ recovery-image] Aug 30 18:59:25.403 INFO O| Aug 30 18:59:25.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
| 6533 | 2024-08-30T18:59:27.222Z | [ recovery-image] Aug 30 18:59:25.424 INFO O| Aug 30 18:59:25.424 INFO STEP 845 (remove_files) COMPLETE |
| 6534 | 2024-08-30T18:59:27.222Z | [ recovery-image] Aug 30 18:59:25.424 INFO O| Aug 30 18:59:25.424 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6535 | 2024-08-30T18:59:27.252Z | [ recovery-image] Aug 30 18:59:25.453 INFO O| Aug 30 18:59:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
| 6536 | 2024-08-30T18:59:27.252Z | [ recovery-image] Aug 30 18:59:25.453 INFO O| Aug 30 18:59:25.453 INFO STEP 846 (remove_files) COMPLETE |
| 6537 | 2024-08-30T18:59:27.254Z | [ recovery-image] Aug 30 18:59:25.453 INFO O| Aug 30 18:59:25.453 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6538 | 2024-08-30T18:59:27.276Z | [ recovery-image] Aug 30 18:59:25.477 INFO O| Aug 30 18:59:25.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 6539 | 2024-08-30T18:59:27.276Z | [ recovery-image] Aug 30 18:59:25.477 INFO O| Aug 30 18:59:25.477 INFO STEP 847 (remove_files) COMPLETE |
| 6540 | 2024-08-30T18:59:27.277Z | [ recovery-image] Aug 30 18:59:25.477 INFO O| Aug 30 18:59:25.477 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6541 | 2024-08-30T18:59:27.302Z | [ host-image] Aug 30 18:59:25.504 INFO O| Aug 30 18:59:25.504 INFO O| Done |
| 6542 | 2024-08-30T18:59:27.302Z | [ host-image] Aug 30 18:59:25.504 INFO O| Aug 30 18:59:25.504 INFO O| Done |
| 6543 | 2024-08-30T18:59:27.317Z | [ recovery-image] Aug 30 18:59:25.508 INFO O| Aug 30 18:59:25.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 6544 | 2024-08-30T18:59:27.317Z | [ recovery-image] Aug 30 18:59:25.509 INFO O| Aug 30 18:59:25.509 INFO STEP 848 (remove_files) COMPLETE |
| 6545 | 2024-08-30T18:59:27.320Z | [ recovery-image] Aug 30 18:59:25.509 INFO O| Aug 30 18:59:25.509 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6546 | 2024-08-30T18:59:27.328Z | [ recovery-image] Aug 30 18:59:25.529 INFO O| Aug 30 18:59:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 6547 | 2024-08-30T18:59:27.330Z | [ recovery-image] Aug 30 18:59:25.530 INFO O| Aug 30 18:59:25.530 INFO STEP 849 (remove_files) COMPLETE |
| 6548 | 2024-08-30T18:59:27.330Z | [ recovery-image] Aug 30 18:59:25.530 INFO O| Aug 30 18:59:25.530 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6549 | 2024-08-30T18:59:27.401Z | [ recovery-image] Aug 30 18:59:25.603 INFO O| Aug 30 18:59:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
| 6550 | 2024-08-30T18:59:27.404Z | [ recovery-image] Aug 30 18:59:25.603 INFO O| Aug 30 18:59:25.603 INFO STEP 850 (remove_files) COMPLETE |
| 6551 | 2024-08-30T18:59:27.404Z | [ recovery-image] Aug 30 18:59:25.603 INFO O| Aug 30 18:59:25.603 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6552 | 2024-08-30T18:59:27.422Z | [ recovery-image] Aug 30 18:59:25.623 INFO O| Aug 30 18:59:25.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
| 6553 | 2024-08-30T18:59:27.424Z | [ recovery-image] Aug 30 18:59:25.624 INFO O| Aug 30 18:59:25.624 INFO STEP 851 (remove_files) COMPLETE |
| 6554 | 2024-08-30T18:59:27.424Z | [ recovery-image] Aug 30 18:59:25.624 INFO O| Aug 30 18:59:25.624 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6555 | 2024-08-30T18:59:27.440Z | [ recovery-image] Aug 30 18:59:25.641 INFO O| Aug 30 18:59:25.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
| 6556 | 2024-08-30T18:59:27.442Z | [ recovery-image] Aug 30 18:59:25.642 INFO O| Aug 30 18:59:25.642 INFO STEP 852 (remove_files) COMPLETE |
| 6557 | 2024-08-30T18:59:27.442Z | [ recovery-image] Aug 30 18:59:25.642 INFO O| Aug 30 18:59:25.642 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6558 | 2024-08-30T18:59:27.459Z | [ recovery-image] Aug 30 18:59:25.661 INFO O| Aug 30 18:59:25.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
| 6559 | 2024-08-30T18:59:27.462Z | [ recovery-image] Aug 30 18:59:25.661 INFO O| Aug 30 18:59:25.661 INFO STEP 853 (remove_files) COMPLETE |
| 6560 | 2024-08-30T18:59:27.462Z | [ recovery-image] Aug 30 18:59:25.661 INFO O| Aug 30 18:59:25.661 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6561 | 2024-08-30T18:59:27.499Z | [ recovery-image] Aug 30 18:59:25.701 INFO O| Aug 30 18:59:25.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
| 6562 | 2024-08-30T18:59:27.499Z | [ recovery-image] Aug 30 18:59:25.701 INFO O| Aug 30 18:59:25.701 INFO STEP 854 (remove_files) COMPLETE |
| 6563 | 2024-08-30T18:59:27.499Z | [ recovery-image] Aug 30 18:59:25.701 INFO O| Aug 30 18:59:25.701 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6564 | 2024-08-30T18:59:27.521Z | [ recovery-image] Aug 30 18:59:25.723 INFO O| Aug 30 18:59:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
| 6565 | 2024-08-30T18:59:27.521Z | [ recovery-image] Aug 30 18:59:25.723 INFO O| Aug 30 18:59:25.723 INFO STEP 855 (remove_files) COMPLETE |
| 6566 | 2024-08-30T18:59:27.521Z | [ recovery-image] Aug 30 18:59:25.723 INFO O| Aug 30 18:59:25.723 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6567 | 2024-08-30T18:59:27.582Z | [ recovery-image] Aug 30 18:59:25.783 INFO O| Aug 30 18:59:25.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
| 6568 | 2024-08-30T18:59:27.582Z | [ recovery-image] Aug 30 18:59:25.783 INFO O| Aug 30 18:59:25.783 INFO STEP 856 (remove_files) COMPLETE |
| 6569 | 2024-08-30T18:59:27.584Z | [ recovery-image] Aug 30 18:59:25.783 INFO O| Aug 30 18:59:25.783 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6570 | 2024-08-30T18:59:27.630Z | [ recovery-image] Aug 30 18:59:25.831 INFO O| Aug 30 18:59:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 6571 | 2024-08-30T18:59:27.633Z | [ recovery-image] Aug 30 18:59:25.832 INFO O| Aug 30 18:59:25.832 INFO STEP 857 (remove_files) COMPLETE |
| 6572 | 2024-08-30T18:59:27.633Z | [ recovery-image] Aug 30 18:59:25.832 INFO O| Aug 30 18:59:25.832 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6573 | 2024-08-30T18:59:27.651Z | [ recovery-image] Aug 30 18:59:25.852 INFO O| Aug 30 18:59:25.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 6574 | 2024-08-30T18:59:27.651Z | [ recovery-image] Aug 30 18:59:25.852 INFO O| Aug 30 18:59:25.852 INFO STEP 858 (remove_files) COMPLETE |
| 6575 | 2024-08-30T18:59:27.653Z | [ recovery-image] Aug 30 18:59:25.852 INFO O| Aug 30 18:59:25.852 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6576 | 2024-08-30T18:59:27.681Z | [ recovery-image] Aug 30 18:59:25.883 INFO O| Aug 30 18:59:25.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 6577 | 2024-08-30T18:59:27.682Z | [ recovery-image] Aug 30 18:59:25.883 INFO O| Aug 30 18:59:25.883 INFO STEP 859 (remove_files) COMPLETE |
| 6578 | 2024-08-30T18:59:27.682Z | [ recovery-image] Aug 30 18:59:25.883 INFO O| Aug 30 18:59:25.883 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6579 | 2024-08-30T18:59:27.701Z | [ recovery-image] Aug 30 18:59:25.902 INFO O| Aug 30 18:59:25.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
| 6580 | 2024-08-30T18:59:27.701Z | [ recovery-image] Aug 30 18:59:25.902 INFO O| Aug 30 18:59:25.902 INFO STEP 860 (remove_files) COMPLETE |
| 6581 | 2024-08-30T18:59:27.701Z | [ recovery-image] Aug 30 18:59:25.902 INFO O| Aug 30 18:59:25.902 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6582 | 2024-08-30T18:59:27.720Z | [ recovery-image] Aug 30 18:59:25.922 INFO O| Aug 30 18:59:25.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 6583 | 2024-08-30T18:59:27.723Z | [ recovery-image] Aug 30 18:59:25.922 INFO O| Aug 30 18:59:25.922 INFO STEP 861 (remove_files) COMPLETE |
| 6584 | 2024-08-30T18:59:27.723Z | [ recovery-image] Aug 30 18:59:25.922 INFO O| Aug 30 18:59:25.922 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6585 | 2024-08-30T18:59:27.753Z | [ recovery-image] Aug 30 18:59:25.955 INFO O| Aug 30 18:59:25.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
| 6586 | 2024-08-30T18:59:27.756Z | [ recovery-image] Aug 30 18:59:25.955 INFO O| Aug 30 18:59:25.955 INFO STEP 862 (remove_files) COMPLETE |
| 6587 | 2024-08-30T18:59:27.756Z | [ recovery-image] Aug 30 18:59:25.955 INFO O| Aug 30 18:59:25.955 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6588 | 2024-08-30T18:59:27.777Z | [ recovery-image] Aug 30 18:59:25.978 INFO O| Aug 30 18:59:25.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
| 6589 | 2024-08-30T18:59:27.779Z | [ recovery-image] Aug 30 18:59:25.979 INFO O| Aug 30 18:59:25.978 INFO STEP 863 (remove_files) COMPLETE |
| 6590 | 2024-08-30T18:59:27.779Z | [ recovery-image] Aug 30 18:59:25.979 INFO O| Aug 30 18:59:25.979 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6591 | 2024-08-30T18:59:27.795Z | [ recovery-image] Aug 30 18:59:25.997 INFO O| Aug 30 18:59:25.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
| 6592 | 2024-08-30T18:59:27.795Z | [ recovery-image] Aug 30 18:59:25.997 INFO O| Aug 30 18:59:25.997 INFO STEP 864 (remove_files) COMPLETE |
| 6593 | 2024-08-30T18:59:27.795Z | [ recovery-image] Aug 30 18:59:25.997 INFO O| Aug 30 18:59:25.997 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6594 | 2024-08-30T18:59:27.815Z | [ recovery-image] Aug 30 18:59:26.016 INFO O| Aug 30 18:59:26.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
| 6595 | 2024-08-30T18:59:27.817Z | [ recovery-image] Aug 30 18:59:26.016 INFO O| Aug 30 18:59:26.016 INFO STEP 865 (remove_files) COMPLETE |
| 6596 | 2024-08-30T18:59:27.817Z | [ recovery-image] Aug 30 18:59:26.016 INFO O| Aug 30 18:59:26.016 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6597 | 2024-08-30T18:59:27.833Z | [ recovery-image] Aug 30 18:59:26.035 INFO O| Aug 30 18:59:26.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
| 6598 | 2024-08-30T18:59:27.833Z | [ recovery-image] Aug 30 18:59:26.035 INFO O| Aug 30 18:59:26.035 INFO STEP 866 (remove_files) COMPLETE |
| 6599 | 2024-08-30T18:59:27.836Z | [ recovery-image] Aug 30 18:59:26.035 INFO O| Aug 30 18:59:26.035 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6600 | 2024-08-30T18:59:27.864Z | [ recovery-image] Aug 30 18:59:26.066 INFO O| Aug 30 18:59:26.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
| 6601 | 2024-08-30T18:59:27.864Z | [ recovery-image] Aug 30 18:59:26.066 INFO O| Aug 30 18:59:26.066 INFO STEP 867 (remove_files) COMPLETE |
| 6602 | 2024-08-30T18:59:27.864Z | [ recovery-image] Aug 30 18:59:26.066 INFO O| Aug 30 18:59:26.066 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6603 | 2024-08-30T18:59:27.921Z | [ recovery-image] Aug 30 18:59:26.123 INFO O| Aug 30 18:59:26.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
| 6604 | 2024-08-30T18:59:27.924Z | [ recovery-image] Aug 30 18:59:26.123 INFO O| Aug 30 18:59:26.123 INFO STEP 868 (remove_files) COMPLETE |
| 6605 | 2024-08-30T18:59:27.924Z | [ recovery-image] Aug 30 18:59:26.123 INFO O| Aug 30 18:59:26.123 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6606 | 2024-08-30T18:59:27.940Z | [ recovery-image] Aug 30 18:59:26.141 INFO O| Aug 30 18:59:26.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
| 6607 | 2024-08-30T18:59:27.940Z | [ recovery-image] Aug 30 18:59:26.141 INFO O| Aug 30 18:59:26.141 INFO STEP 869 (remove_files) COMPLETE |
| 6608 | 2024-08-30T18:59:27.940Z | [ recovery-image] Aug 30 18:59:26.141 INFO O| Aug 30 18:59:26.141 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6609 | 2024-08-30T18:59:27.976Z | [ recovery-image] Aug 30 18:59:26.178 INFO O| Aug 30 18:59:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
| 6610 | 2024-08-30T18:59:27.979Z | [ recovery-image] Aug 30 18:59:26.178 INFO O| Aug 30 18:59:26.178 INFO STEP 870 (remove_files) COMPLETE |
| 6611 | 2024-08-30T18:59:27.979Z | [ recovery-image] Aug 30 18:59:26.178 INFO O| Aug 30 18:59:26.178 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6612 | 2024-08-30T18:59:28.017Z | [ recovery-image] Aug 30 18:59:26.218 INFO O| Aug 30 18:59:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
| 6613 | 2024-08-30T18:59:28.017Z | [ recovery-image] Aug 30 18:59:26.218 INFO O| Aug 30 18:59:26.218 INFO STEP 871 (remove_files) COMPLETE |
| 6614 | 2024-08-30T18:59:28.017Z | [ recovery-image] Aug 30 18:59:26.218 INFO O| Aug 30 18:59:26.218 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6615 | 2024-08-30T18:59:28.035Z | [ recovery-image] Aug 30 18:59:26.236 INFO O| Aug 30 18:59:26.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 6616 | 2024-08-30T18:59:28.035Z | [ recovery-image] Aug 30 18:59:26.237 INFO O| Aug 30 18:59:26.237 INFO STEP 872 (remove_files) COMPLETE |
| 6617 | 2024-08-30T18:59:28.035Z | [ recovery-image] Aug 30 18:59:26.237 INFO O| Aug 30 18:59:26.237 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6618 | 2024-08-30T18:59:28.054Z | [ host-image] Aug 30 18:59:26.254 INFO O| Aug 30 18:59:26.254 INFO O| Done |
| 6619 | 2024-08-30T18:59:28.085Z | [ recovery-image] Aug 30 18:59:26.286 INFO O| Aug 30 18:59:26.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 6620 | 2024-08-30T18:59:28.085Z | [ recovery-image] Aug 30 18:59:26.287 INFO O| Aug 30 18:59:26.287 INFO STEP 873 (remove_files) COMPLETE |
| 6621 | 2024-08-30T18:59:28.085Z | [ recovery-image] Aug 30 18:59:26.287 INFO O| Aug 30 18:59:26.287 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6622 | 2024-08-30T18:59:28.117Z | [ recovery-image] Aug 30 18:59:26.318 INFO O| Aug 30 18:59:26.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 6623 | 2024-08-30T18:59:28.121Z | [ recovery-image] Aug 30 18:59:26.319 INFO O| Aug 30 18:59:26.319 INFO STEP 874 (remove_files) COMPLETE |
| 6624 | 2024-08-30T18:59:28.121Z | [ recovery-image] Aug 30 18:59:26.319 INFO O| Aug 30 18:59:26.319 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6625 | 2024-08-30T18:59:28.137Z | [ recovery-image] Aug 30 18:59:26.338 INFO O| Aug 30 18:59:26.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 6626 | 2024-08-30T18:59:28.140Z | [ recovery-image] Aug 30 18:59:26.339 INFO O| Aug 30 18:59:26.339 INFO STEP 875 (remove_files) COMPLETE |
| 6627 | 2024-08-30T18:59:28.140Z | [ recovery-image] Aug 30 18:59:26.339 INFO O| Aug 30 18:59:26.339 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6628 | 2024-08-30T18:59:28.156Z | [ recovery-image] Aug 30 18:59:26.357 INFO O| Aug 30 18:59:26.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 6629 | 2024-08-30T18:59:28.156Z | [ recovery-image] Aug 30 18:59:26.358 INFO O| Aug 30 18:59:26.358 INFO STEP 876 (remove_files) COMPLETE |
| 6630 | 2024-08-30T18:59:28.159Z | [ recovery-image] Aug 30 18:59:26.358 INFO O| Aug 30 18:59:26.358 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6631 | 2024-08-30T18:59:28.175Z | [ recovery-image] Aug 30 18:59:26.376 INFO O| Aug 30 18:59:26.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 6632 | 2024-08-30T18:59:28.178Z | [ recovery-image] Aug 30 18:59:26.377 INFO O| Aug 30 18:59:26.377 INFO STEP 877 (remove_files) COMPLETE |
| 6633 | 2024-08-30T18:59:28.178Z | [ recovery-image] Aug 30 18:59:26.377 INFO O| Aug 30 18:59:26.377 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6634 | 2024-08-30T18:59:28.195Z | [ recovery-image] Aug 30 18:59:26.396 INFO O| Aug 30 18:59:26.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
| 6635 | 2024-08-30T18:59:28.197Z | [ recovery-image] Aug 30 18:59:26.396 INFO O| Aug 30 18:59:26.396 INFO STEP 878 (remove_files) COMPLETE |
| 6636 | 2024-08-30T18:59:28.197Z | [ recovery-image] Aug 30 18:59:26.396 INFO O| Aug 30 18:59:26.396 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6637 | 2024-08-30T18:59:28.214Z | [ recovery-image] Aug 30 18:59:26.415 INFO O| Aug 30 18:59:26.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
| 6638 | 2024-08-30T18:59:28.216Z | [ recovery-image] Aug 30 18:59:26.415 INFO O| Aug 30 18:59:26.415 INFO STEP 879 (remove_files) COMPLETE |
| 6639 | 2024-08-30T18:59:28.216Z | [ recovery-image] Aug 30 18:59:26.415 INFO O| Aug 30 18:59:26.415 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6640 | 2024-08-30T18:59:28.232Z | [ recovery-image] Aug 30 18:59:26.433 INFO O| Aug 30 18:59:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
| 6641 | 2024-08-30T18:59:28.234Z | [ recovery-image] Aug 30 18:59:26.434 INFO O| Aug 30 18:59:26.434 INFO STEP 880 (remove_files) COMPLETE |
| 6642 | 2024-08-30T18:59:28.234Z | [ recovery-image] Aug 30 18:59:26.434 INFO O| Aug 30 18:59:26.434 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6643 | 2024-08-30T18:59:28.251Z | [ recovery-image] Aug 30 18:59:26.452 INFO O| Aug 30 18:59:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 6644 | 2024-08-30T18:59:28.254Z | [ recovery-image] Aug 30 18:59:26.452 INFO O| Aug 30 18:59:26.452 INFO STEP 881 (remove_files) COMPLETE |
| 6645 | 2024-08-30T18:59:28.254Z | [ recovery-image] Aug 30 18:59:26.453 INFO O| Aug 30 18:59:26.453 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6646 | 2024-08-30T18:59:28.269Z | [ recovery-image] Aug 30 18:59:26.471 INFO O| Aug 30 18:59:26.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
| 6647 | 2024-08-30T18:59:28.272Z | [ recovery-image] Aug 30 18:59:26.471 INFO O| Aug 30 18:59:26.471 INFO STEP 882 (remove_files) COMPLETE |
| 6648 | 2024-08-30T18:59:28.272Z | [ recovery-image] Aug 30 18:59:26.471 INFO O| Aug 30 18:59:26.471 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6649 | 2024-08-30T18:59:28.289Z | [ recovery-image] Aug 30 18:59:26.490 INFO O| Aug 30 18:59:26.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 6650 | 2024-08-30T18:59:28.289Z | [ recovery-image] Aug 30 18:59:26.490 INFO O| Aug 30 18:59:26.490 INFO STEP 883 (remove_files) COMPLETE |
| 6651 | 2024-08-30T18:59:28.291Z | [ recovery-image] Aug 30 18:59:26.490 INFO O| Aug 30 18:59:26.490 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6652 | 2024-08-30T18:59:28.326Z | [ recovery-image] Aug 30 18:59:26.527 INFO O| Aug 30 18:59:26.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 6653 | 2024-08-30T18:59:28.326Z | [ recovery-image] Aug 30 18:59:26.527 INFO O| Aug 30 18:59:26.527 INFO STEP 884 (remove_files) COMPLETE |
| 6654 | 2024-08-30T18:59:28.326Z | [ recovery-image] Aug 30 18:59:26.527 INFO O| Aug 30 18:59:26.527 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6655 | 2024-08-30T18:59:28.356Z | [ recovery-image] Aug 30 18:59:26.558 INFO O| Aug 30 18:59:26.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 6656 | 2024-08-30T18:59:28.357Z | [ recovery-image] Aug 30 18:59:26.558 INFO O| Aug 30 18:59:26.558 INFO STEP 885 (remove_files) COMPLETE |
| 6657 | 2024-08-30T18:59:28.357Z | [ recovery-image] Aug 30 18:59:26.558 INFO O| Aug 30 18:59:26.558 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6658 | 2024-08-30T18:59:28.379Z | [ recovery-image] Aug 30 18:59:26.577 INFO O| Aug 30 18:59:26.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
| 6659 | 2024-08-30T18:59:28.379Z | [ recovery-image] Aug 30 18:59:26.577 INFO O| Aug 30 18:59:26.577 INFO STEP 886 (remove_files) COMPLETE |
| 6660 | 2024-08-30T18:59:28.383Z | [ recovery-image] Aug 30 18:59:26.577 INFO O| Aug 30 18:59:26.577 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6661 | 2024-08-30T18:59:28.397Z | [ recovery-image] Aug 30 18:59:26.598 INFO O| Aug 30 18:59:26.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
| 6662 | 2024-08-30T18:59:28.397Z | [ recovery-image] Aug 30 18:59:26.598 INFO O| Aug 30 18:59:26.598 INFO STEP 887 (remove_files) COMPLETE |
| 6663 | 2024-08-30T18:59:28.397Z | [ recovery-image] Aug 30 18:59:26.598 INFO O| Aug 30 18:59:26.598 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6664 | 2024-08-30T18:59:28.433Z | [ recovery-image] Aug 30 18:59:26.634 INFO O| Aug 30 18:59:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
| 6665 | 2024-08-30T18:59:28.435Z | [ recovery-image] Aug 30 18:59:26.634 INFO O| Aug 30 18:59:26.634 INFO STEP 888 (remove_files) COMPLETE |
| 6666 | 2024-08-30T18:59:28.435Z | [ recovery-image] Aug 30 18:59:26.634 INFO O| Aug 30 18:59:26.634 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6667 | 2024-08-30T18:59:28.454Z | [ recovery-image] Aug 30 18:59:26.655 INFO O| Aug 30 18:59:26.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 6668 | 2024-08-30T18:59:28.457Z | [ recovery-image] Aug 30 18:59:26.655 INFO O| Aug 30 18:59:26.655 INFO STEP 889 (remove_files) COMPLETE |
| 6669 | 2024-08-30T18:59:28.457Z | [ recovery-image] Aug 30 18:59:26.655 INFO O| Aug 30 18:59:26.655 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6670 | 2024-08-30T18:59:28.510Z | [ recovery-image] Aug 30 18:59:26.712 INFO O| Aug 30 18:59:26.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 6671 | 2024-08-30T18:59:28.511Z | [ recovery-image] Aug 30 18:59:26.712 INFO O| Aug 30 18:59:26.712 INFO STEP 890 (remove_files) COMPLETE |
| 6672 | 2024-08-30T18:59:28.511Z | [ recovery-image] Aug 30 18:59:26.712 INFO O| Aug 30 18:59:26.712 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6673 | 2024-08-30T18:59:28.530Z | [ recovery-image] Aug 30 18:59:26.732 INFO O| Aug 30 18:59:26.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 6674 | 2024-08-30T18:59:28.542Z | [ recovery-image] Aug 30 18:59:26.744 INFO O| Aug 30 18:59:26.744 INFO STEP 891 (remove_files) COMPLETE |
| 6675 | 2024-08-30T18:59:28.542Z | [ recovery-image] Aug 30 18:59:26.744 INFO O| Aug 30 18:59:26.744 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6676 | 2024-08-30T18:59:28.574Z | [ recovery-image] Aug 30 18:59:26.775 INFO O| Aug 30 18:59:26.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 6677 | 2024-08-30T18:59:28.574Z | [ recovery-image] Aug 30 18:59:26.775 INFO O| Aug 30 18:59:26.775 INFO STEP 892 (remove_files) COMPLETE |
| 6678 | 2024-08-30T18:59:28.575Z | [ recovery-image] Aug 30 18:59:26.775 INFO O| Aug 30 18:59:26.775 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6679 | 2024-08-30T18:59:28.618Z | [ recovery-image] Aug 30 18:59:26.819 INFO O| Aug 30 18:59:26.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 6680 | 2024-08-30T18:59:28.618Z | [ recovery-image] Aug 30 18:59:26.819 INFO O| Aug 30 18:59:26.819 INFO STEP 893 (remove_files) COMPLETE |
| 6681 | 2024-08-30T18:59:28.620Z | [ recovery-image] Aug 30 18:59:26.819 INFO O| Aug 30 18:59:26.819 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6682 | 2024-08-30T18:59:28.636Z | [ recovery-image] Aug 30 18:59:26.837 INFO O| Aug 30 18:59:26.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 6683 | 2024-08-30T18:59:28.636Z | [ recovery-image] Aug 30 18:59:26.837 INFO O| Aug 30 18:59:26.837 INFO STEP 894 (remove_files) COMPLETE |
| 6684 | 2024-08-30T18:59:28.636Z | [ recovery-image] Aug 30 18:59:26.837 INFO O| Aug 30 18:59:26.837 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6685 | 2024-08-30T18:59:28.653Z | [ recovery-image] Aug 30 18:59:26.854 INFO O| Aug 30 18:59:26.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 6686 | 2024-08-30T18:59:28.653Z | [ recovery-image] Aug 30 18:59:26.855 INFO O| Aug 30 18:59:26.854 INFO STEP 895 (remove_files) COMPLETE |
| 6687 | 2024-08-30T18:59:28.653Z | [ recovery-image] Aug 30 18:59:26.855 INFO O| Aug 30 18:59:26.855 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6688 | 2024-08-30T18:59:28.671Z | [ recovery-image] Aug 30 18:59:26.872 INFO O| Aug 30 18:59:26.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 6689 | 2024-08-30T18:59:28.671Z | [ recovery-image] Aug 30 18:59:26.872 INFO O| Aug 30 18:59:26.872 INFO STEP 896 (remove_files) COMPLETE |
| 6690 | 2024-08-30T18:59:28.671Z | [ recovery-image] Aug 30 18:59:26.872 INFO O| Aug 30 18:59:26.872 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6691 | 2024-08-30T18:59:28.698Z | [ recovery-image] Aug 30 18:59:26.899 INFO O| Aug 30 18:59:26.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
| 6692 | 2024-08-30T18:59:28.700Z | [ recovery-image] Aug 30 18:59:26.900 INFO O| Aug 30 18:59:26.899 INFO STEP 897 (remove_files) COMPLETE |
| 6693 | 2024-08-30T18:59:28.701Z | [ recovery-image] Aug 30 18:59:26.900 INFO O| Aug 30 18:59:26.900 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6694 | 2024-08-30T18:59:28.732Z | [ recovery-image] Aug 30 18:59:26.933 INFO O| Aug 30 18:59:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
| 6695 | 2024-08-30T18:59:28.734Z | [ recovery-image] Aug 30 18:59:26.933 INFO O| Aug 30 18:59:26.933 INFO STEP 898 (remove_files) COMPLETE |
| 6696 | 2024-08-30T18:59:28.734Z | [ recovery-image] Aug 30 18:59:26.934 INFO O| Aug 30 18:59:26.933 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6697 | 2024-08-30T18:59:28.751Z | [ recovery-image] Aug 30 18:59:26.952 INFO O| Aug 30 18:59:26.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 6698 | 2024-08-30T18:59:28.754Z | [ recovery-image] Aug 30 18:59:26.953 INFO O| Aug 30 18:59:26.953 INFO STEP 899 (remove_files) COMPLETE |
| 6699 | 2024-08-30T18:59:28.754Z | [ recovery-image] Aug 30 18:59:26.953 INFO O| Aug 30 18:59:26.953 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6700 | 2024-08-30T18:59:28.773Z | [ recovery-image] Aug 30 18:59:26.974 INFO O| Aug 30 18:59:26.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 6701 | 2024-08-30T18:59:28.773Z | [ recovery-image] Aug 30 18:59:26.974 INFO O| Aug 30 18:59:26.974 INFO STEP 900 (remove_files) COMPLETE |
| 6702 | 2024-08-30T18:59:28.775Z | [ recovery-image] Aug 30 18:59:26.974 INFO O| Aug 30 18:59:26.974 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6703 | 2024-08-30T18:59:28.829Z | [ recovery-image] Aug 30 18:59:27.030 INFO O| Aug 30 18:59:27.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 6704 | 2024-08-30T18:59:28.829Z | [ recovery-image] Aug 30 18:59:27.031 INFO O| Aug 30 18:59:27.031 INFO STEP 901 (remove_files) COMPLETE |
| 6705 | 2024-08-30T18:59:28.829Z | [ recovery-image] Aug 30 18:59:27.031 INFO O| Aug 30 18:59:27.031 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6706 | 2024-08-30T18:59:28.848Z | [ recovery-image] Aug 30 18:59:27.049 INFO O| Aug 30 18:59:27.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 6707 | 2024-08-30T18:59:28.848Z | [ recovery-image] Aug 30 18:59:27.049 INFO O| Aug 30 18:59:27.049 INFO STEP 902 (remove_files) COMPLETE |
| 6708 | 2024-08-30T18:59:28.850Z | [ recovery-image] Aug 30 18:59:27.049 INFO O| Aug 30 18:59:27.049 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6709 | 2024-08-30T18:59:28.865Z | [ recovery-image] Aug 30 18:59:27.066 INFO O| Aug 30 18:59:27.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 6710 | 2024-08-30T18:59:28.865Z | [ recovery-image] Aug 30 18:59:27.067 INFO O| Aug 30 18:59:27.066 INFO STEP 903 (remove_files) COMPLETE |
| 6711 | 2024-08-30T18:59:28.865Z | [ recovery-image] Aug 30 18:59:27.067 INFO O| Aug 30 18:59:27.067 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6712 | 2024-08-30T18:59:28.882Z | [ recovery-image] Aug 30 18:59:27.084 INFO O| Aug 30 18:59:27.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 6713 | 2024-08-30T18:59:28.882Z | [ recovery-image] Aug 30 18:59:27.084 INFO O| Aug 30 18:59:27.084 INFO STEP 904 (remove_files) COMPLETE |
| 6714 | 2024-08-30T18:59:28.885Z | [ recovery-image] Aug 30 18:59:27.084 INFO O| Aug 30 18:59:27.084 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6715 | 2024-08-30T18:59:28.932Z | [ recovery-image] Aug 30 18:59:27.133 INFO O| Aug 30 18:59:27.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 6716 | 2024-08-30T18:59:28.932Z | [ recovery-image] Aug 30 18:59:27.133 INFO O| Aug 30 18:59:27.133 INFO STEP 905 (remove_files) COMPLETE |
| 6717 | 2024-08-30T18:59:28.932Z | [ recovery-image] Aug 30 18:59:27.133 INFO O| Aug 30 18:59:27.133 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6718 | 2024-08-30T18:59:28.950Z | [ recovery-image] Aug 30 18:59:27.151 INFO O| Aug 30 18:59:27.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 6719 | 2024-08-30T18:59:28.950Z | [ recovery-image] Aug 30 18:59:27.151 INFO O| Aug 30 18:59:27.151 INFO STEP 906 (remove_files) COMPLETE |
| 6720 | 2024-08-30T18:59:28.950Z | [ recovery-image] Aug 30 18:59:27.151 INFO O| Aug 30 18:59:27.151 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6721 | 2024-08-30T18:59:28.986Z | [ recovery-image] Aug 30 18:59:27.187 INFO O| Aug 30 18:59:27.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 6722 | 2024-08-30T18:59:28.986Z | [ recovery-image] Aug 30 18:59:27.187 INFO O| Aug 30 18:59:27.187 INFO STEP 907 (remove_files) COMPLETE |
| 6723 | 2024-08-30T18:59:28.988Z | [ recovery-image] Aug 30 18:59:27.187 INFO O| Aug 30 18:59:27.187 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6724 | 2024-08-30T18:59:29.006Z | [ recovery-image] Aug 30 18:59:27.207 INFO O| Aug 30 18:59:27.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 6725 | 2024-08-30T18:59:29.006Z | [ recovery-image] Aug 30 18:59:27.207 INFO O| Aug 30 18:59:27.207 INFO STEP 908 (remove_files) COMPLETE |
| 6726 | 2024-08-30T18:59:29.006Z | [ recovery-image] Aug 30 18:59:27.207 INFO O| Aug 30 18:59:27.207 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6727 | 2024-08-30T18:59:29.041Z | [ recovery-image] Aug 30 18:59:27.242 INFO O| Aug 30 18:59:27.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 6728 | 2024-08-30T18:59:29.041Z | [ recovery-image] Aug 30 18:59:27.242 INFO O| Aug 30 18:59:27.242 INFO STEP 909 (remove_files) COMPLETE |
| 6729 | 2024-08-30T18:59:29.043Z | [ recovery-image] Aug 30 18:59:27.242 INFO O| Aug 30 18:59:27.242 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6730 | 2024-08-30T18:59:29.060Z | [ recovery-image] Aug 30 18:59:27.261 INFO O| Aug 30 18:59:27.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 6731 | 2024-08-30T18:59:29.062Z | [ recovery-image] Aug 30 18:59:27.261 INFO O| Aug 30 18:59:27.261 INFO STEP 910 (remove_files) COMPLETE |
| 6732 | 2024-08-30T18:59:29.062Z | [ recovery-image] Aug 30 18:59:27.261 INFO O| Aug 30 18:59:27.261 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6733 | 2024-08-30T18:59:29.077Z | [ recovery-image] Aug 30 18:59:27.279 INFO O| Aug 30 18:59:27.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 6734 | 2024-08-30T18:59:29.077Z | [ recovery-image] Aug 30 18:59:27.279 INFO O| Aug 30 18:59:27.279 INFO STEP 911 (remove_files) COMPLETE |
| 6735 | 2024-08-30T18:59:29.080Z | [ recovery-image] Aug 30 18:59:27.279 INFO O| Aug 30 18:59:27.279 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6736 | 2024-08-30T18:59:29.095Z | [ recovery-image] Aug 30 18:59:27.296 INFO O| Aug 30 18:59:27.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 6737 | 2024-08-30T18:59:29.095Z | [ recovery-image] Aug 30 18:59:27.296 INFO O| Aug 30 18:59:27.296 INFO STEP 912 (remove_files) COMPLETE |
| 6738 | 2024-08-30T18:59:29.097Z | [ recovery-image] Aug 30 18:59:27.296 INFO O| Aug 30 18:59:27.296 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6739 | 2024-08-30T18:59:29.202Z | [ recovery-image] Aug 30 18:59:27.404 INFO O| Aug 30 18:59:27.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 6740 | 2024-08-30T18:59:29.203Z | [ recovery-image] Aug 30 18:59:27.404 INFO O| Aug 30 18:59:27.379 INFO STEP 913 (remove_files) COMPLETE |
| 6741 | 2024-08-30T18:59:29.205Z | [ recovery-image] Aug 30 18:59:27.404 INFO O| Aug 30 18:59:27.379 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6742 | 2024-08-30T18:59:29.229Z | [ recovery-image] Aug 30 18:59:27.430 INFO O| Aug 30 18:59:27.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 6743 | 2024-08-30T18:59:29.231Z | [ recovery-image] Aug 30 18:59:27.430 INFO O| Aug 30 18:59:27.430 INFO STEP 914 (remove_files) COMPLETE |
| 6744 | 2024-08-30T18:59:29.231Z | [ recovery-image] Aug 30 18:59:27.430 INFO O| Aug 30 18:59:27.430 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6745 | 2024-08-30T18:59:29.246Z | [ recovery-image] Aug 30 18:59:27.447 INFO O| Aug 30 18:59:27.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 6746 | 2024-08-30T18:59:29.248Z | [ recovery-image] Aug 30 18:59:27.448 INFO O| Aug 30 18:59:27.448 INFO STEP 915 (remove_files) COMPLETE |
| 6747 | 2024-08-30T18:59:29.248Z | [ recovery-image] Aug 30 18:59:27.448 INFO O| Aug 30 18:59:27.448 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6748 | 2024-08-30T18:59:29.263Z | [ recovery-image] Aug 30 18:59:27.465 INFO O| Aug 30 18:59:27.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 6749 | 2024-08-30T18:59:29.266Z | [ recovery-image] Aug 30 18:59:27.465 INFO O| Aug 30 18:59:27.465 INFO STEP 916 (remove_files) COMPLETE |
| 6750 | 2024-08-30T18:59:29.266Z | [ recovery-image] Aug 30 18:59:27.465 INFO O| Aug 30 18:59:27.465 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6751 | 2024-08-30T18:59:29.282Z | [ recovery-image] Aug 30 18:59:27.482 INFO O| Aug 30 18:59:27.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 6752 | 2024-08-30T18:59:29.282Z | [ recovery-image] Aug 30 18:59:27.482 INFO O| Aug 30 18:59:27.482 INFO STEP 917 (remove_files) COMPLETE |
| 6753 | 2024-08-30T18:59:29.282Z | [ recovery-image] Aug 30 18:59:27.482 INFO O| Aug 30 18:59:27.482 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6754 | 2024-08-30T18:59:29.299Z | [ recovery-image] Aug 30 18:59:27.499 INFO O| Aug 30 18:59:27.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 6755 | 2024-08-30T18:59:29.299Z | [ recovery-image] Aug 30 18:59:27.499 INFO O| Aug 30 18:59:27.499 INFO STEP 918 (remove_files) COMPLETE |
| 6756 | 2024-08-30T18:59:29.299Z | [ recovery-image] Aug 30 18:59:27.499 INFO O| Aug 30 18:59:27.499 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6757 | 2024-08-30T18:59:29.315Z | [ recovery-image] Aug 30 18:59:27.517 INFO O| Aug 30 18:59:27.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 6758 | 2024-08-30T18:59:29.315Z | [ recovery-image] Aug 30 18:59:27.517 INFO O| Aug 30 18:59:27.517 INFO STEP 919 (remove_files) COMPLETE |
| 6759 | 2024-08-30T18:59:29.318Z | [ recovery-image] Aug 30 18:59:27.517 INFO O| Aug 30 18:59:27.517 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6760 | 2024-08-30T18:59:29.333Z | [ recovery-image] Aug 30 18:59:27.534 INFO O| Aug 30 18:59:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 6761 | 2024-08-30T18:59:29.333Z | [ recovery-image] Aug 30 18:59:27.534 INFO O| Aug 30 18:59:27.534 INFO STEP 920 (remove_files) COMPLETE |
| 6762 | 2024-08-30T18:59:29.335Z | [ recovery-image] Aug 30 18:59:27.534 INFO O| Aug 30 18:59:27.534 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6763 | 2024-08-30T18:59:29.351Z | [ recovery-image] Aug 30 18:59:27.552 INFO O| Aug 30 18:59:27.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 6764 | 2024-08-30T18:59:29.351Z | [ recovery-image] Aug 30 18:59:27.552 INFO O| Aug 30 18:59:27.552 INFO STEP 921 (remove_files) COMPLETE |
| 6765 | 2024-08-30T18:59:29.351Z | [ recovery-image] Aug 30 18:59:27.552 INFO O| Aug 30 18:59:27.552 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6766 | 2024-08-30T18:59:29.369Z | [ recovery-image] Aug 30 18:59:27.570 INFO O| Aug 30 18:59:27.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 6767 | 2024-08-30T18:59:29.369Z | [ recovery-image] Aug 30 18:59:27.570 INFO O| Aug 30 18:59:27.570 INFO STEP 922 (remove_files) COMPLETE |
| 6768 | 2024-08-30T18:59:29.369Z | [ recovery-image] Aug 30 18:59:27.570 INFO O| Aug 30 18:59:27.570 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6769 | 2024-08-30T18:59:29.404Z | [ recovery-image] Aug 30 18:59:27.605 INFO O| Aug 30 18:59:27.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 6770 | 2024-08-30T18:59:29.404Z | [ recovery-image] Aug 30 18:59:27.605 INFO O| Aug 30 18:59:27.605 INFO STEP 923 (remove_files) COMPLETE |
| 6771 | 2024-08-30T18:59:29.404Z | [ recovery-image] Aug 30 18:59:27.605 INFO O| Aug 30 18:59:27.605 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6772 | 2024-08-30T18:59:29.423Z | [ recovery-image] Aug 30 18:59:27.624 INFO O| Aug 30 18:59:27.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 6773 | 2024-08-30T18:59:29.423Z | [ recovery-image] Aug 30 18:59:27.625 INFO O| Aug 30 18:59:27.624 INFO STEP 924 (remove_files) COMPLETE |
| 6774 | 2024-08-30T18:59:29.426Z | [ recovery-image] Aug 30 18:59:27.625 INFO O| Aug 30 18:59:27.625 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6775 | 2024-08-30T18:59:29.441Z | [ recovery-image] Aug 30 18:59:27.642 INFO O| Aug 30 18:59:27.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 6776 | 2024-08-30T18:59:29.441Z | [ recovery-image] Aug 30 18:59:27.643 INFO O| Aug 30 18:59:27.642 INFO STEP 925 (remove_files) COMPLETE |
| 6777 | 2024-08-30T18:59:29.444Z | [ recovery-image] Aug 30 18:59:27.643 INFO O| Aug 30 18:59:27.642 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6778 | 2024-08-30T18:59:29.468Z | [ recovery-image] Aug 30 18:59:27.669 INFO O| Aug 30 18:59:27.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 6779 | 2024-08-30T18:59:29.470Z | [ recovery-image] Aug 30 18:59:27.669 INFO O| Aug 30 18:59:27.669 INFO STEP 926 (remove_files) COMPLETE |
| 6780 | 2024-08-30T18:59:29.470Z | [ recovery-image] Aug 30 18:59:27.670 INFO O| Aug 30 18:59:27.669 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6781 | 2024-08-30T18:59:29.486Z | [ recovery-image] Aug 30 18:59:27.687 INFO O| Aug 30 18:59:27.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 6782 | 2024-08-30T18:59:29.488Z | [ recovery-image] Aug 30 18:59:27.688 INFO O| Aug 30 18:59:27.688 INFO STEP 927 (remove_files) COMPLETE |
| 6783 | 2024-08-30T18:59:29.488Z | [ recovery-image] Aug 30 18:59:27.688 INFO O| Aug 30 18:59:27.688 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6784 | 2024-08-30T18:59:29.504Z | [ recovery-image] Aug 30 18:59:27.705 INFO O| Aug 30 18:59:27.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 6785 | 2024-08-30T18:59:29.504Z | [ recovery-image] Aug 30 18:59:27.706 INFO O| Aug 30 18:59:27.706 INFO STEP 928 (remove_files) COMPLETE |
| 6786 | 2024-08-30T18:59:29.504Z | [ recovery-image] Aug 30 18:59:27.706 INFO O| Aug 30 18:59:27.706 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6787 | 2024-08-30T18:59:29.523Z | [ recovery-image] Aug 30 18:59:27.724 INFO O| Aug 30 18:59:27.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 6788 | 2024-08-30T18:59:29.523Z | [ recovery-image] Aug 30 18:59:27.725 INFO O| Aug 30 18:59:27.724 INFO STEP 929 (remove_files) COMPLETE |
| 6789 | 2024-08-30T18:59:29.526Z | [ recovery-image] Aug 30 18:59:27.725 INFO O| Aug 30 18:59:27.725 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6790 | 2024-08-30T18:59:29.544Z | [ recovery-image] Aug 30 18:59:27.745 INFO O| Aug 30 18:59:27.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 6791 | 2024-08-30T18:59:29.546Z | [ recovery-image] Aug 30 18:59:27.745 INFO O| Aug 30 18:59:27.745 INFO STEP 930 (remove_files) COMPLETE |
| 6792 | 2024-08-30T18:59:29.546Z | [ recovery-image] Aug 30 18:59:27.745 INFO O| Aug 30 18:59:27.745 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6793 | 2024-08-30T18:59:29.565Z | [ recovery-image] Aug 30 18:59:27.766 INFO O| Aug 30 18:59:27.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
| 6794 | 2024-08-30T18:59:29.565Z | [ recovery-image] Aug 30 18:59:27.766 INFO O| Aug 30 18:59:27.766 INFO STEP 931 (remove_files) COMPLETE |
| 6795 | 2024-08-30T18:59:29.565Z | [ recovery-image] Aug 30 18:59:27.766 INFO O| Aug 30 18:59:27.766 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6796 | 2024-08-30T18:59:29.625Z | [ recovery-image] Aug 30 18:59:27.824 INFO O| Aug 30 18:59:27.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 6797 | 2024-08-30T18:59:29.625Z | [ recovery-image] Aug 30 18:59:27.824 INFO O| Aug 30 18:59:27.824 INFO STEP 932 (remove_files) COMPLETE |
| 6798 | 2024-08-30T18:59:29.625Z | [ recovery-image] Aug 30 18:59:27.824 INFO O| Aug 30 18:59:27.824 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6799 | 2024-08-30T18:59:29.642Z | [ recovery-image] Aug 30 18:59:27.843 INFO O| Aug 30 18:59:27.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 6800 | 2024-08-30T18:59:29.642Z | [ recovery-image] Aug 30 18:59:27.843 INFO O| Aug 30 18:59:27.843 INFO STEP 933 (remove_files) COMPLETE |
| 6801 | 2024-08-30T18:59:29.644Z | [ recovery-image] Aug 30 18:59:27.843 INFO O| Aug 30 18:59:27.843 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6802 | 2024-08-30T18:59:29.677Z | [ recovery-image] Aug 30 18:59:27.878 INFO O| Aug 30 18:59:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 6803 | 2024-08-30T18:59:29.679Z | [ recovery-image] Aug 30 18:59:27.878 INFO O| Aug 30 18:59:27.878 INFO STEP 934 (remove_files) COMPLETE |
| 6804 | 2024-08-30T18:59:29.679Z | [ recovery-image] Aug 30 18:59:27.878 INFO O| Aug 30 18:59:27.878 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6805 | 2024-08-30T18:59:29.698Z | [ recovery-image] Aug 30 18:59:27.899 INFO O| Aug 30 18:59:27.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 6806 | 2024-08-30T18:59:29.700Z | [ recovery-image] Aug 30 18:59:27.899 INFO O| Aug 30 18:59:27.899 INFO STEP 935 (remove_files) COMPLETE |
| 6807 | 2024-08-30T18:59:29.700Z | [ recovery-image] Aug 30 18:59:27.900 INFO O| Aug 30 18:59:27.899 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6808 | 2024-08-30T18:59:29.717Z | [ recovery-image] Aug 30 18:59:27.918 INFO O| Aug 30 18:59:27.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 6809 | 2024-08-30T18:59:29.720Z | [ recovery-image] Aug 30 18:59:27.919 INFO O| Aug 30 18:59:27.919 INFO STEP 936 (remove_files) COMPLETE |
| 6810 | 2024-08-30T18:59:29.720Z | [ recovery-image] Aug 30 18:59:27.919 INFO O| Aug 30 18:59:27.919 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6811 | 2024-08-30T18:59:29.735Z | [ recovery-image] Aug 30 18:59:27.937 INFO O| Aug 30 18:59:27.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 6812 | 2024-08-30T18:59:29.738Z | [ recovery-image] Aug 30 18:59:27.937 INFO O| Aug 30 18:59:27.937 INFO STEP 937 (remove_files) COMPLETE |
| 6813 | 2024-08-30T18:59:29.738Z | [ recovery-image] Aug 30 18:59:27.937 INFO O| Aug 30 18:59:27.937 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6814 | 2024-08-30T18:59:29.757Z | [ recovery-image] Aug 30 18:59:27.958 INFO O| Aug 30 18:59:27.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
| 6815 | 2024-08-30T18:59:29.757Z | [ recovery-image] Aug 30 18:59:27.958 INFO O| Aug 30 18:59:27.958 INFO STEP 938 (remove_files) COMPLETE |
| 6816 | 2024-08-30T18:59:29.759Z | [ recovery-image] Aug 30 18:59:27.958 INFO O| Aug 30 18:59:27.958 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6817 | 2024-08-30T18:59:29.796Z | [ recovery-image] Aug 30 18:59:27.997 INFO O| Aug 30 18:59:27.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 6818 | 2024-08-30T18:59:29.796Z | [ recovery-image] Aug 30 18:59:27.998 INFO O| Aug 30 18:59:27.998 INFO STEP 939 (remove_files) COMPLETE |
| 6819 | 2024-08-30T18:59:29.803Z | [ recovery-image] Aug 30 18:59:27.998 INFO O| Aug 30 18:59:27.998 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6820 | 2024-08-30T18:59:29.815Z | [ recovery-image] Aug 30 18:59:28.017 INFO O| Aug 30 18:59:28.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 6821 | 2024-08-30T18:59:29.816Z | [ recovery-image] Aug 30 18:59:28.017 INFO O| Aug 30 18:59:28.017 INFO STEP 940 (remove_files) COMPLETE |
| 6822 | 2024-08-30T18:59:29.818Z | [ recovery-image] Aug 30 18:59:28.017 INFO O| Aug 30 18:59:28.017 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6823 | 2024-08-30T18:59:29.845Z | [ recovery-image] Aug 30 18:59:28.046 INFO O| Aug 30 18:59:28.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
| 6824 | 2024-08-30T18:59:29.845Z | [ recovery-image] Aug 30 18:59:28.046 INFO O| Aug 30 18:59:28.046 INFO STEP 941 (remove_files) COMPLETE |
| 6825 | 2024-08-30T18:59:29.845Z | [ recovery-image] Aug 30 18:59:28.046 INFO O| Aug 30 18:59:28.046 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6826 | 2024-08-30T18:59:29.882Z | [ recovery-image] Aug 30 18:59:28.083 INFO O| Aug 30 18:59:28.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 6827 | 2024-08-30T18:59:29.882Z | [ recovery-image] Aug 30 18:59:28.083 INFO O| Aug 30 18:59:28.083 INFO STEP 942 (remove_files) COMPLETE |
| 6828 | 2024-08-30T18:59:29.882Z | [ recovery-image] Aug 30 18:59:28.083 INFO O| Aug 30 18:59:28.083 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6829 | 2024-08-30T18:59:29.905Z | [ recovery-image] Aug 30 18:59:28.106 INFO O| Aug 30 18:59:28.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 6830 | 2024-08-30T18:59:29.905Z | [ recovery-image] Aug 30 18:59:28.106 INFO O| Aug 30 18:59:28.106 INFO STEP 943 (remove_files) COMPLETE |
| 6831 | 2024-08-30T18:59:29.907Z | [ recovery-image] Aug 30 18:59:28.106 INFO O| Aug 30 18:59:28.106 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6832 | 2024-08-30T18:59:29.923Z | [ recovery-image] Aug 30 18:59:28.124 INFO O| Aug 30 18:59:28.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 6833 | 2024-08-30T18:59:29.923Z | [ recovery-image] Aug 30 18:59:28.124 INFO O| Aug 30 18:59:28.124 INFO STEP 944 (remove_files) COMPLETE |
| 6834 | 2024-08-30T18:59:29.923Z | [ recovery-image] Aug 30 18:59:28.124 INFO O| Aug 30 18:59:28.124 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6835 | 2024-08-30T18:59:29.940Z | [ recovery-image] Aug 30 18:59:28.141 INFO O| Aug 30 18:59:28.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
| 6836 | 2024-08-30T18:59:29.940Z | [ recovery-image] Aug 30 18:59:28.141 INFO O| Aug 30 18:59:28.141 INFO STEP 945 (remove_files) COMPLETE |
| 6837 | 2024-08-30T18:59:29.943Z | [ recovery-image] Aug 30 18:59:28.141 INFO O| Aug 30 18:59:28.141 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6838 | 2024-08-30T18:59:29.964Z | [ recovery-image] Aug 30 18:59:28.166 INFO O| Aug 30 18:59:28.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 6839 | 2024-08-30T18:59:29.965Z | [ recovery-image] Aug 30 18:59:28.166 INFO O| Aug 30 18:59:28.166 INFO STEP 946 (remove_files) COMPLETE |
| 6840 | 2024-08-30T18:59:29.967Z | [ recovery-image] Aug 30 18:59:28.166 INFO O| Aug 30 18:59:28.166 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6841 | 2024-08-30T18:59:30.033Z | [ recovery-image] Aug 30 18:59:28.234 INFO O| Aug 30 18:59:28.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 6842 | 2024-08-30T18:59:30.033Z | [ recovery-image] Aug 30 18:59:28.234 INFO O| Aug 30 18:59:28.234 INFO STEP 947 (remove_files) COMPLETE |
| 6843 | 2024-08-30T18:59:30.033Z | [ recovery-image] Aug 30 18:59:28.234 INFO O| Aug 30 18:59:28.234 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6844 | 2024-08-30T18:59:30.064Z | [ recovery-image] Aug 30 18:59:28.265 INFO O| Aug 30 18:59:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
| 6845 | 2024-08-30T18:59:30.064Z | [ recovery-image] Aug 30 18:59:28.265 INFO O| Aug 30 18:59:28.265 INFO STEP 948 (remove_files) COMPLETE |
| 6846 | 2024-08-30T18:59:30.064Z | [ recovery-image] Aug 30 18:59:28.265 INFO O| Aug 30 18:59:28.265 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6847 | 2024-08-30T18:59:30.084Z | [ recovery-image] Aug 30 18:59:28.285 INFO O| Aug 30 18:59:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 6848 | 2024-08-30T18:59:30.084Z | [ recovery-image] Aug 30 18:59:28.285 INFO O| Aug 30 18:59:28.285 INFO STEP 949 (remove_files) COMPLETE |
| 6849 | 2024-08-30T18:59:30.084Z | [ recovery-image] Aug 30 18:59:28.285 INFO O| Aug 30 18:59:28.285 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6850 | 2024-08-30T18:59:30.101Z | [ recovery-image] Aug 30 18:59:28.302 INFO O| Aug 30 18:59:28.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 6851 | 2024-08-30T18:59:30.101Z | [ recovery-image] Aug 30 18:59:28.302 INFO O| Aug 30 18:59:28.302 INFO STEP 950 (remove_files) COMPLETE |
| 6852 | 2024-08-30T18:59:30.101Z | [ recovery-image] Aug 30 18:59:28.302 INFO O| Aug 30 18:59:28.302 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6853 | 2024-08-30T18:59:30.137Z | [ recovery-image] Aug 30 18:59:28.338 INFO O| Aug 30 18:59:28.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 6854 | 2024-08-30T18:59:30.137Z | [ recovery-image] Aug 30 18:59:28.338 INFO O| Aug 30 18:59:28.338 INFO STEP 951 (remove_files) COMPLETE |
| 6855 | 2024-08-30T18:59:30.137Z | [ recovery-image] Aug 30 18:59:28.338 INFO O| Aug 30 18:59:28.338 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6856 | 2024-08-30T18:59:30.173Z | [ recovery-image] Aug 30 18:59:28.374 INFO O| Aug 30 18:59:28.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 6857 | 2024-08-30T18:59:30.173Z | [ recovery-image] Aug 30 18:59:28.374 INFO O| Aug 30 18:59:28.374 INFO STEP 952 (remove_files) COMPLETE |
| 6858 | 2024-08-30T18:59:30.176Z | [ recovery-image] Aug 30 18:59:28.374 INFO O| Aug 30 18:59:28.374 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6859 | 2024-08-30T18:59:30.191Z | [ recovery-image] Aug 30 18:59:28.392 INFO O| Aug 30 18:59:28.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 6860 | 2024-08-30T18:59:30.191Z | [ recovery-image] Aug 30 18:59:28.392 INFO O| Aug 30 18:59:28.392 INFO STEP 953 (remove_files) COMPLETE |
| 6861 | 2024-08-30T18:59:30.191Z | [ recovery-image] Aug 30 18:59:28.393 INFO O| Aug 30 18:59:28.392 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6862 | 2024-08-30T18:59:30.224Z | [ recovery-image] Aug 30 18:59:28.425 INFO O| Aug 30 18:59:28.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 6863 | 2024-08-30T18:59:30.224Z | [ recovery-image] Aug 30 18:59:28.425 INFO O| Aug 30 18:59:28.425 INFO STEP 954 (remove_files) COMPLETE |
| 6864 | 2024-08-30T18:59:30.224Z | [ recovery-image] Aug 30 18:59:28.426 INFO O| Aug 30 18:59:28.425 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6865 | 2024-08-30T18:59:30.245Z | [ recovery-image] Aug 30 18:59:28.445 INFO O| Aug 30 18:59:28.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 6866 | 2024-08-30T18:59:30.245Z | [ recovery-image] Aug 30 18:59:28.445 INFO O| Aug 30 18:59:28.445 INFO STEP 955 (remove_files) COMPLETE |
| 6867 | 2024-08-30T18:59:30.245Z | [ recovery-image] Aug 30 18:59:28.445 INFO O| Aug 30 18:59:28.445 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6868 | 2024-08-30T18:59:30.263Z | [ recovery-image] Aug 30 18:59:28.464 INFO O| Aug 30 18:59:28.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
| 6869 | 2024-08-30T18:59:30.263Z | [ recovery-image] Aug 30 18:59:28.464 INFO O| Aug 30 18:59:28.464 INFO STEP 956 (remove_files) COMPLETE |
| 6870 | 2024-08-30T18:59:30.263Z | [ recovery-image] Aug 30 18:59:28.464 INFO O| Aug 30 18:59:28.464 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6871 | 2024-08-30T18:59:30.291Z | [ recovery-image] Aug 30 18:59:28.493 INFO O| Aug 30 18:59:28.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
| 6872 | 2024-08-30T18:59:30.292Z | [ recovery-image] Aug 30 18:59:28.493 INFO O| Aug 30 18:59:28.493 INFO STEP 957 (remove_files) COMPLETE |
| 6873 | 2024-08-30T18:59:30.292Z | [ recovery-image] Aug 30 18:59:28.493 INFO O| Aug 30 18:59:28.493 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6874 | 2024-08-30T18:59:30.326Z | [ recovery-image] Aug 30 18:59:28.526 INFO O| Aug 30 18:59:28.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
| 6875 | 2024-08-30T18:59:30.326Z | [ recovery-image] Aug 30 18:59:28.526 INFO O| Aug 30 18:59:28.526 INFO STEP 958 (remove_files) COMPLETE |
| 6876 | 2024-08-30T18:59:30.326Z | [ recovery-image] Aug 30 18:59:28.526 INFO O| Aug 30 18:59:28.526 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6877 | 2024-08-30T18:59:30.343Z | [ recovery-image] Aug 30 18:59:28.544 INFO O| Aug 30 18:59:28.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
| 6878 | 2024-08-30T18:59:30.343Z | [ recovery-image] Aug 30 18:59:28.544 INFO O| Aug 30 18:59:28.544 INFO STEP 959 (remove_files) COMPLETE |
| 6879 | 2024-08-30T18:59:30.344Z | [ recovery-image] Aug 30 18:59:28.544 INFO O| Aug 30 18:59:28.544 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6880 | 2024-08-30T18:59:30.361Z | [ recovery-image] Aug 30 18:59:28.561 INFO O| Aug 30 18:59:28.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
| 6881 | 2024-08-30T18:59:30.361Z | [ recovery-image] Aug 30 18:59:28.561 INFO O| Aug 30 18:59:28.561 INFO STEP 960 (remove_files) COMPLETE |
| 6882 | 2024-08-30T18:59:30.361Z | [ recovery-image] Aug 30 18:59:28.561 INFO O| Aug 30 18:59:28.561 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6883 | 2024-08-30T18:59:30.398Z | [ recovery-image] Aug 30 18:59:28.599 INFO O| Aug 30 18:59:28.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
| 6884 | 2024-08-30T18:59:30.398Z | [ recovery-image] Aug 30 18:59:28.599 INFO O| Aug 30 18:59:28.599 INFO STEP 961 (remove_files) COMPLETE |
| 6885 | 2024-08-30T18:59:30.400Z | [ recovery-image] Aug 30 18:59:28.599 INFO O| Aug 30 18:59:28.599 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6886 | 2024-08-30T18:59:30.418Z | [ recovery-image] Aug 30 18:59:28.619 INFO O| Aug 30 18:59:28.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
| 6887 | 2024-08-30T18:59:30.418Z | [ recovery-image] Aug 30 18:59:28.619 INFO O| Aug 30 18:59:28.619 INFO STEP 962 (remove_files) COMPLETE |
| 6888 | 2024-08-30T18:59:30.420Z | [ recovery-image] Aug 30 18:59:28.619 INFO O| Aug 30 18:59:28.619 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6889 | 2024-08-30T18:59:30.435Z | [ recovery-image] Aug 30 18:59:28.636 INFO O| Aug 30 18:59:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
| 6890 | 2024-08-30T18:59:30.435Z | [ recovery-image] Aug 30 18:59:28.636 INFO O| Aug 30 18:59:28.636 INFO STEP 963 (remove_files) COMPLETE |
| 6891 | 2024-08-30T18:59:30.435Z | [ recovery-image] Aug 30 18:59:28.636 INFO O| Aug 30 18:59:28.636 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6892 | 2024-08-30T18:59:30.464Z | [ recovery-image] Aug 30 18:59:28.665 INFO O| Aug 30 18:59:28.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
| 6893 | 2024-08-30T18:59:30.467Z | [ recovery-image] Aug 30 18:59:28.666 INFO O| Aug 30 18:59:28.665 INFO STEP 964 (remove_files) COMPLETE |
| 6894 | 2024-08-30T18:59:30.467Z | [ recovery-image] Aug 30 18:59:28.666 INFO O| Aug 30 18:59:28.666 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6895 | 2024-08-30T18:59:30.485Z | [ recovery-image] Aug 30 18:59:28.686 INFO O| Aug 30 18:59:28.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 6896 | 2024-08-30T18:59:30.488Z | [ recovery-image] Aug 30 18:59:28.686 INFO O| Aug 30 18:59:28.686 INFO STEP 965 (remove_files) COMPLETE |
| 6897 | 2024-08-30T18:59:30.488Z | [ recovery-image] Aug 30 18:59:28.686 INFO O| Aug 30 18:59:28.686 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6898 | 2024-08-30T18:59:30.504Z | [ recovery-image] Aug 30 18:59:28.705 INFO O| Aug 30 18:59:28.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 6899 | 2024-08-30T18:59:30.506Z | [ recovery-image] Aug 30 18:59:28.705 INFO O| Aug 30 18:59:28.705 INFO STEP 966 (remove_files) COMPLETE |
| 6900 | 2024-08-30T18:59:30.506Z | [ recovery-image] Aug 30 18:59:28.705 INFO O| Aug 30 18:59:28.705 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6901 | 2024-08-30T18:59:30.537Z | [ recovery-image] Aug 30 18:59:28.738 INFO O| Aug 30 18:59:28.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 6902 | 2024-08-30T18:59:30.537Z | [ recovery-image] Aug 30 18:59:28.738 INFO O| Aug 30 18:59:28.738 INFO STEP 967 (remove_files) COMPLETE |
| 6903 | 2024-08-30T18:59:30.540Z | [ recovery-image] Aug 30 18:59:28.739 INFO O| Aug 30 18:59:28.738 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6904 | 2024-08-30T18:59:30.556Z | [ recovery-image] Aug 30 18:59:28.758 INFO O| Aug 30 18:59:28.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 6905 | 2024-08-30T18:59:30.556Z | [ recovery-image] Aug 30 18:59:28.758 INFO O| Aug 30 18:59:28.758 INFO STEP 968 (remove_files) COMPLETE |
| 6906 | 2024-08-30T18:59:30.557Z | [ recovery-image] Aug 30 18:59:28.758 INFO O| Aug 30 18:59:28.758 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6907 | 2024-08-30T18:59:30.573Z | [ recovery-image] Aug 30 18:59:28.774 INFO O| Aug 30 18:59:28.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
| 6908 | 2024-08-30T18:59:30.573Z | [ recovery-image] Aug 30 18:59:28.774 INFO O| Aug 30 18:59:28.774 INFO STEP 969 (remove_files) COMPLETE |
| 6909 | 2024-08-30T18:59:30.573Z | [ recovery-image] Aug 30 18:59:28.775 INFO O| Aug 30 18:59:28.774 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6910 | 2024-08-30T18:59:30.598Z | [ recovery-image] Aug 30 18:59:28.799 INFO O| Aug 30 18:59:28.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
| 6911 | 2024-08-30T18:59:30.598Z | [ recovery-image] Aug 30 18:59:28.799 INFO O| Aug 30 18:59:28.799 INFO STEP 970 (remove_files) COMPLETE |
| 6912 | 2024-08-30T18:59:30.600Z | [ recovery-image] Aug 30 18:59:28.799 INFO O| Aug 30 18:59:28.799 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6913 | 2024-08-30T18:59:30.617Z | [ recovery-image] Aug 30 18:59:28.818 INFO O| Aug 30 18:59:28.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
| 6914 | 2024-08-30T18:59:30.619Z | [ recovery-image] Aug 30 18:59:28.818 INFO O| Aug 30 18:59:28.818 INFO STEP 971 (remove_files) COMPLETE |
| 6915 | 2024-08-30T18:59:30.619Z | [ recovery-image] Aug 30 18:59:28.818 INFO O| Aug 30 18:59:28.818 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6916 | 2024-08-30T18:59:30.648Z | [ recovery-image] Aug 30 18:59:28.849 INFO O| Aug 30 18:59:28.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
| 6917 | 2024-08-30T18:59:30.651Z | [ recovery-image] Aug 30 18:59:28.849 INFO O| Aug 30 18:59:28.849 INFO STEP 972 (remove_files) COMPLETE |
| 6918 | 2024-08-30T18:59:30.651Z | [ recovery-image] Aug 30 18:59:28.849 INFO O| Aug 30 18:59:28.849 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6919 | 2024-08-30T18:59:30.674Z | [ host-image] Aug 30 18:59:28.875 INFO O| Aug 30 18:59:28.875 INFO O| Done |
| 6920 | 2024-08-30T18:59:30.689Z | [ recovery-image] Aug 30 18:59:28.890 INFO O| Aug 30 18:59:28.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
| 6921 | 2024-08-30T18:59:30.691Z | [ recovery-image] Aug 30 18:59:28.890 INFO O| Aug 30 18:59:28.890 INFO STEP 973 (remove_files) COMPLETE |
| 6922 | 2024-08-30T18:59:30.691Z | [ recovery-image] Aug 30 18:59:28.890 INFO O| Aug 30 18:59:28.890 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6923 | 2024-08-30T18:59:30.709Z | [ recovery-image] Aug 30 18:59:28.911 INFO O| Aug 30 18:59:28.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 6924 | 2024-08-30T18:59:30.710Z | [ recovery-image] Aug 30 18:59:28.911 INFO O| Aug 30 18:59:28.911 INFO STEP 974 (remove_files) COMPLETE |
| 6925 | 2024-08-30T18:59:30.712Z | [ recovery-image] Aug 30 18:59:28.911 INFO O| Aug 30 18:59:28.911 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6926 | 2024-08-30T18:59:30.719Z | [ host-image] Aug 30 18:59:28.920 INFO O| Aug 30 18:59:28.920 INFO O| Done |
| 6927 | 2024-08-30T18:59:30.719Z | [ host-image] Aug 30 18:59:28.921 INFO O| Aug 30 18:59:28.920 INFO O| Done |
| 6928 | 2024-08-30T18:59:30.757Z | [ host-image] Aug 30 18:59:28.958 INFO O| Aug 30 18:59:28.958 INFO O| Done |
| 6929 | 2024-08-30T18:59:30.774Z | [ recovery-image] Aug 30 18:59:28.975 INFO O| Aug 30 18:59:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 6930 | 2024-08-30T18:59:30.774Z | [ recovery-image] Aug 30 18:59:28.975 INFO O| Aug 30 18:59:28.975 INFO STEP 975 (remove_files) COMPLETE |
| 6931 | 2024-08-30T18:59:30.777Z | [ recovery-image] Aug 30 18:59:28.975 INFO O| Aug 30 18:59:28.975 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6932 | 2024-08-30T18:59:30.793Z | [ recovery-image] Aug 30 18:59:28.994 INFO O| Aug 30 18:59:28.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 6933 | 2024-08-30T18:59:30.793Z | [ recovery-image] Aug 30 18:59:28.994 INFO O| Aug 30 18:59:28.994 INFO STEP 976 (remove_files) COMPLETE |
| 6934 | 2024-08-30T18:59:30.796Z | [ recovery-image] Aug 30 18:59:28.994 INFO O| Aug 30 18:59:28.994 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6935 | 2024-08-30T18:59:30.829Z | [ recovery-image] Aug 30 18:59:29.030 INFO O| Aug 30 18:59:29.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
| 6936 | 2024-08-30T18:59:30.829Z | [ recovery-image] Aug 30 18:59:29.030 INFO O| Aug 30 18:59:29.030 INFO STEP 977 (remove_files) COMPLETE |
| 6937 | 2024-08-30T18:59:30.831Z | [ recovery-image] Aug 30 18:59:29.030 INFO O| Aug 30 18:59:29.030 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6938 | 2024-08-30T18:59:30.850Z | [ recovery-image] Aug 30 18:59:29.051 INFO O| Aug 30 18:59:29.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
| 6939 | 2024-08-30T18:59:30.850Z | [ recovery-image] Aug 30 18:59:29.051 INFO O| Aug 30 18:59:29.051 INFO STEP 978 (remove_files) COMPLETE |
| 6940 | 2024-08-30T18:59:30.852Z | [ recovery-image] Aug 30 18:59:29.051 INFO O| Aug 30 18:59:29.051 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6941 | 2024-08-30T18:59:30.870Z | [ recovery-image] Aug 30 18:59:29.071 INFO O| Aug 30 18:59:29.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
| 6942 | 2024-08-30T18:59:30.872Z | [ recovery-image] Aug 30 18:59:29.071 INFO O| Aug 30 18:59:29.070 INFO STEP 979 (remove_files) COMPLETE |
| 6943 | 2024-08-30T18:59:30.872Z | [ recovery-image] Aug 30 18:59:29.071 INFO O| Aug 30 18:59:29.070 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6944 | 2024-08-30T18:59:30.887Z | [ recovery-image] Aug 30 18:59:29.088 INFO O| Aug 30 18:59:29.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
| 6945 | 2024-08-30T18:59:30.887Z | [ recovery-image] Aug 30 18:59:29.088 INFO O| Aug 30 18:59:29.088 INFO STEP 980 (remove_files) COMPLETE |
| 6946 | 2024-08-30T18:59:30.890Z | [ recovery-image] Aug 30 18:59:29.088 INFO O| Aug 30 18:59:29.088 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6947 | 2024-08-30T18:59:30.904Z | [ recovery-image] Aug 30 18:59:29.105 INFO O| Aug 30 18:59:29.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
| 6948 | 2024-08-30T18:59:30.904Z | [ recovery-image] Aug 30 18:59:29.105 INFO O| Aug 30 18:59:29.105 INFO STEP 981 (remove_files) COMPLETE |
| 6949 | 2024-08-30T18:59:30.904Z | [ recovery-image] Aug 30 18:59:29.105 INFO O| Aug 30 18:59:29.105 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6950 | 2024-08-30T18:59:30.918Z | [ host-image] Aug 30 18:59:29.119 INFO O| Aug 30 18:59:29.119 INFO STEP 12 (pkg_install) COMPLETE |
| 6951 | 2024-08-30T18:59:30.918Z | [ host-image] Aug 30 18:59:29.119 INFO O| Aug 30 18:59:29.119 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 6952 | 2024-08-30T18:59:30.927Z | [ recovery-image] Aug 30 18:59:29.127 INFO O| Aug 30 18:59:29.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
| 6953 | 2024-08-30T18:59:30.927Z | [ recovery-image] Aug 30 18:59:29.128 INFO O| Aug 30 18:59:29.128 INFO STEP 982 (remove_files) COMPLETE |
| 6954 | 2024-08-30T18:59:30.927Z | [ recovery-image] Aug 30 18:59:29.128 INFO O| Aug 30 18:59:29.128 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6955 | 2024-08-30T18:59:30.935Z | [ host-image] Aug 30 18:59:29.136 INFO O| Aug 30 18:59:29.136 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 6956 | 2024-08-30T18:59:30.952Z | [ recovery-image] Aug 30 18:59:29.153 INFO O| Aug 30 18:59:29.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
| 6957 | 2024-08-30T18:59:30.954Z | [ recovery-image] Aug 30 18:59:29.153 INFO O| Aug 30 18:59:29.153 INFO STEP 983 (remove_files) COMPLETE |
| 6958 | 2024-08-30T18:59:30.954Z | [ recovery-image] Aug 30 18:59:29.154 INFO O| Aug 30 18:59:29.153 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6959 | 2024-08-30T18:59:30.973Z | [ recovery-image] Aug 30 18:59:29.174 INFO O| Aug 30 18:59:29.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
| 6960 | 2024-08-30T18:59:30.975Z | [ recovery-image] Aug 30 18:59:29.174 INFO O| Aug 30 18:59:29.174 INFO STEP 984 (remove_files) COMPLETE |
| 6961 | 2024-08-30T18:59:30.975Z | [ recovery-image] Aug 30 18:59:29.175 INFO O| Aug 30 18:59:29.174 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6962 | 2024-08-30T18:59:31.016Z | [ recovery-image] Aug 30 18:59:29.217 INFO O| Aug 30 18:59:29.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
| 6963 | 2024-08-30T18:59:31.018Z | [ recovery-image] Aug 30 18:59:29.217 INFO O| Aug 30 18:59:29.217 INFO STEP 985 (remove_files) COMPLETE |
| 6964 | 2024-08-30T18:59:31.018Z | [ recovery-image] Aug 30 18:59:29.217 INFO O| Aug 30 18:59:29.217 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6965 | 2024-08-30T18:59:31.033Z | [ recovery-image] Aug 30 18:59:29.234 INFO O| Aug 30 18:59:29.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
| 6966 | 2024-08-30T18:59:31.036Z | [ recovery-image] Aug 30 18:59:29.235 INFO O| Aug 30 18:59:29.235 INFO STEP 986 (remove_files) COMPLETE |
| 6967 | 2024-08-30T18:59:31.036Z | [ recovery-image] Aug 30 18:59:29.235 INFO O| Aug 30 18:59:29.235 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6968 | 2024-08-30T18:59:31.059Z | [ recovery-image] Aug 30 18:59:29.260 INFO O| Aug 30 18:59:29.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
| 6969 | 2024-08-30T18:59:31.059Z | [ recovery-image] Aug 30 18:59:29.260 INFO O| Aug 30 18:59:29.260 INFO STEP 987 (remove_files) COMPLETE |
| 6970 | 2024-08-30T18:59:31.059Z | [ recovery-image] Aug 30 18:59:29.260 INFO O| Aug 30 18:59:29.260 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6971 | 2024-08-30T18:59:31.090Z | [ recovery-image] Aug 30 18:59:29.291 INFO O| Aug 30 18:59:29.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
| 6972 | 2024-08-30T18:59:31.093Z | [ recovery-image] Aug 30 18:59:29.291 INFO O| Aug 30 18:59:29.291 INFO STEP 988 (remove_files) COMPLETE |
| 6973 | 2024-08-30T18:59:31.093Z | [ recovery-image] Aug 30 18:59:29.292 INFO O| Aug 30 18:59:29.292 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6974 | 2024-08-30T18:59:31.109Z | [ recovery-image] Aug 30 18:59:29.309 INFO O| Aug 30 18:59:29.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
| 6975 | 2024-08-30T18:59:31.109Z | [ recovery-image] Aug 30 18:59:29.310 INFO O| Aug 30 18:59:29.310 INFO STEP 989 (remove_files) COMPLETE |
| 6976 | 2024-08-30T18:59:31.111Z | [ recovery-image] Aug 30 18:59:29.310 INFO O| Aug 30 18:59:29.310 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6977 | 2024-08-30T18:59:31.126Z | [ recovery-image] Aug 30 18:59:29.327 INFO O| Aug 30 18:59:29.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
| 6978 | 2024-08-30T18:59:31.126Z | [ recovery-image] Aug 30 18:59:29.327 INFO O| Aug 30 18:59:29.327 INFO STEP 990 (remove_files) COMPLETE |
| 6979 | 2024-08-30T18:59:31.131Z | [ recovery-image] Aug 30 18:59:29.327 INFO O| Aug 30 18:59:29.327 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6980 | 2024-08-30T18:59:31.184Z | [ recovery-image] Aug 30 18:59:29.385 INFO O| Aug 30 18:59:29.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
| 6981 | 2024-08-30T18:59:31.186Z | [ recovery-image] Aug 30 18:59:29.385 INFO O| Aug 30 18:59:29.385 INFO STEP 991 (remove_files) COMPLETE |
| 6982 | 2024-08-30T18:59:31.187Z | [ recovery-image] Aug 30 18:59:29.385 INFO O| Aug 30 18:59:29.385 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6983 | 2024-08-30T18:59:31.202Z | [ recovery-image] Aug 30 18:59:29.403 INFO O| Aug 30 18:59:29.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
| 6984 | 2024-08-30T18:59:31.202Z | [ recovery-image] Aug 30 18:59:29.403 INFO O| Aug 30 18:59:29.403 INFO STEP 992 (remove_files) COMPLETE |
| 6985 | 2024-08-30T18:59:31.205Z | [ recovery-image] Aug 30 18:59:29.403 INFO O| Aug 30 18:59:29.403 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6986 | 2024-08-30T18:59:31.219Z | [ recovery-image] Aug 30 18:59:29.420 INFO O| Aug 30 18:59:29.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
| 6987 | 2024-08-30T18:59:31.219Z | [ recovery-image] Aug 30 18:59:29.420 INFO O| Aug 30 18:59:29.420 INFO STEP 993 (remove_files) COMPLETE |
| 6988 | 2024-08-30T18:59:31.221Z | [ recovery-image] Aug 30 18:59:29.420 INFO O| Aug 30 18:59:29.420 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6989 | 2024-08-30T18:59:31.240Z | [ recovery-image] Aug 30 18:59:29.441 INFO O| Aug 30 18:59:29.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
| 6990 | 2024-08-30T18:59:31.243Z | [ recovery-image] Aug 30 18:59:29.441 INFO O| Aug 30 18:59:29.441 INFO STEP 994 (remove_files) COMPLETE |
| 6991 | 2024-08-30T18:59:31.243Z | [ recovery-image] Aug 30 18:59:29.441 INFO O| Aug 30 18:59:29.441 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6992 | 2024-08-30T18:59:31.259Z | [ recovery-image] Aug 30 18:59:29.460 INFO O| Aug 30 18:59:29.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
| 6993 | 2024-08-30T18:59:31.259Z | [ recovery-image] Aug 30 18:59:29.460 INFO O| Aug 30 18:59:29.460 INFO STEP 995 (remove_files) COMPLETE |
| 6994 | 2024-08-30T18:59:31.268Z | [ recovery-image] Aug 30 18:59:29.460 INFO O| Aug 30 18:59:29.460 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6995 | 2024-08-30T18:59:31.280Z | [ recovery-image] Aug 30 18:59:29.478 INFO O| Aug 30 18:59:29.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
| 6996 | 2024-08-30T18:59:31.280Z | [ recovery-image] Aug 30 18:59:29.478 INFO O| Aug 30 18:59:29.478 INFO STEP 996 (remove_files) COMPLETE |
| 6997 | 2024-08-30T18:59:31.280Z | [ recovery-image] Aug 30 18:59:29.479 INFO O| Aug 30 18:59:29.478 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6998 | 2024-08-30T18:59:31.296Z | [ recovery-image] Aug 30 18:59:29.497 INFO O| Aug 30 18:59:29.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
| 6999 | 2024-08-30T18:59:31.296Z | [ recovery-image] Aug 30 18:59:29.497 INFO O| Aug 30 18:59:29.497 INFO STEP 997 (remove_files) COMPLETE |
| 7000 | 2024-08-30T18:59:31.299Z | [ recovery-image] Aug 30 18:59:29.497 INFO O| Aug 30 18:59:29.497 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7001 | 2024-08-30T18:59:31.339Z | [ recovery-image] Aug 30 18:59:29.540 INFO O| Aug 30 18:59:29.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
| 7002 | 2024-08-30T18:59:31.339Z | [ recovery-image] Aug 30 18:59:29.540 INFO O| Aug 30 18:59:29.540 INFO STEP 998 (remove_files) COMPLETE |
| 7003 | 2024-08-30T18:59:31.341Z | [ recovery-image] Aug 30 18:59:29.540 INFO O| Aug 30 18:59:29.540 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7004 | 2024-08-30T18:59:31.359Z | [ recovery-image] Aug 30 18:59:29.560 INFO O| Aug 30 18:59:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
| 7005 | 2024-08-30T18:59:31.359Z | [ recovery-image] Aug 30 18:59:29.560 INFO O| Aug 30 18:59:29.560 INFO STEP 999 (remove_files) COMPLETE |
| 7006 | 2024-08-30T18:59:31.361Z | [ recovery-image] Aug 30 18:59:29.560 INFO O| Aug 30 18:59:29.560 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7007 | 2024-08-30T18:59:31.378Z | [ recovery-image] Aug 30 18:59:29.579 INFO O| Aug 30 18:59:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
| 7008 | 2024-08-30T18:59:31.381Z | [ recovery-image] Aug 30 18:59:29.580 INFO O| Aug 30 18:59:29.579 INFO STEP 1000 (remove_files) COMPLETE |
| 7009 | 2024-08-30T18:59:31.381Z | [ recovery-image] Aug 30 18:59:29.580 INFO O| Aug 30 18:59:29.580 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7010 | 2024-08-30T18:59:31.416Z | [ recovery-image] Aug 30 18:59:29.617 INFO O| Aug 30 18:59:29.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
| 7011 | 2024-08-30T18:59:31.417Z | [ recovery-image] Aug 30 18:59:29.617 INFO O| Aug 30 18:59:29.617 INFO STEP 1001 (remove_files) COMPLETE |
| 7012 | 2024-08-30T18:59:31.424Z | [ recovery-image] Aug 30 18:59:29.618 INFO O| Aug 30 18:59:29.617 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7013 | 2024-08-30T18:59:31.435Z | [ recovery-image] Aug 30 18:59:29.636 INFO O| Aug 30 18:59:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
| 7014 | 2024-08-30T18:59:31.435Z | [ recovery-image] Aug 30 18:59:29.636 INFO O| Aug 30 18:59:29.636 INFO STEP 1002 (remove_files) COMPLETE |
| 7015 | 2024-08-30T18:59:31.435Z | [ recovery-image] Aug 30 18:59:29.636 INFO O| Aug 30 18:59:29.636 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7016 | 2024-08-30T18:59:31.475Z | [ recovery-image] Aug 30 18:59:29.676 INFO O| Aug 30 18:59:29.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
| 7017 | 2024-08-30T18:59:31.499Z | [ recovery-image] Aug 30 18:59:29.700 INFO O| Aug 30 18:59:29.700 INFO STEP 1003 (remove_files) COMPLETE |
| 7018 | 2024-08-30T18:59:31.499Z | [ recovery-image] Aug 30 18:59:29.700 INFO O| Aug 30 18:59:29.700 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7019 | 2024-08-30T18:59:31.524Z | [ recovery-image] Aug 30 18:59:29.725 INFO O| Aug 30 18:59:29.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
| 7020 | 2024-08-30T18:59:31.524Z | [ recovery-image] Aug 30 18:59:29.725 INFO O| Aug 30 18:59:29.725 INFO STEP 1004 (remove_files) COMPLETE |
| 7021 | 2024-08-30T18:59:31.524Z | [ recovery-image] Aug 30 18:59:29.725 INFO O| Aug 30 18:59:29.725 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7022 | 2024-08-30T18:59:31.546Z | [ recovery-image] Aug 30 18:59:29.747 INFO O| Aug 30 18:59:29.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
| 7023 | 2024-08-30T18:59:31.546Z | [ recovery-image] Aug 30 18:59:29.747 INFO O| Aug 30 18:59:29.747 INFO STEP 1005 (remove_files) COMPLETE |
| 7024 | 2024-08-30T18:59:31.546Z | [ recovery-image] Aug 30 18:59:29.747 INFO O| Aug 30 18:59:29.747 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7025 | 2024-08-30T18:59:31.596Z | [ recovery-image] Aug 30 18:59:29.797 INFO O| Aug 30 18:59:29.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
| 7026 | 2024-08-30T18:59:31.599Z | [ recovery-image] Aug 30 18:59:29.797 INFO O| Aug 30 18:59:29.797 INFO STEP 1006 (remove_files) COMPLETE |
| 7027 | 2024-08-30T18:59:31.599Z | [ recovery-image] Aug 30 18:59:29.797 INFO O| Aug 30 18:59:29.797 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7028 | 2024-08-30T18:59:31.643Z | [ recovery-image] Aug 30 18:59:29.844 INFO O| Aug 30 18:59:29.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
| 7029 | 2024-08-30T18:59:31.643Z | [ recovery-image] Aug 30 18:59:29.844 INFO O| Aug 30 18:59:29.844 INFO STEP 1007 (remove_files) COMPLETE |
| 7030 | 2024-08-30T18:59:31.645Z | [ recovery-image] Aug 30 18:59:29.844 INFO O| Aug 30 18:59:29.844 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7031 | 2024-08-30T18:59:31.703Z | [ recovery-image] Aug 30 18:59:29.904 INFO O| Aug 30 18:59:29.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
| 7032 | 2024-08-30T18:59:31.703Z | [ recovery-image] Aug 30 18:59:29.904 INFO O| Aug 30 18:59:29.904 INFO STEP 1008 (remove_files) COMPLETE |
| 7033 | 2024-08-30T18:59:31.705Z | [ recovery-image] Aug 30 18:59:29.904 INFO O| Aug 30 18:59:29.904 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7034 | 2024-08-30T18:59:31.721Z | [ recovery-image] Aug 30 18:59:29.921 INFO O| Aug 30 18:59:29.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
| 7035 | 2024-08-30T18:59:31.721Z | [ recovery-image] Aug 30 18:59:29.921 INFO O| Aug 30 18:59:29.921 INFO STEP 1009 (remove_files) COMPLETE |
| 7036 | 2024-08-30T18:59:31.721Z | [ recovery-image] Aug 30 18:59:29.922 INFO O| Aug 30 18:59:29.921 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7037 | 2024-08-30T18:59:31.767Z | [ recovery-image] Aug 30 18:59:29.968 INFO O| Aug 30 18:59:29.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
| 7038 | 2024-08-30T18:59:31.767Z | [ recovery-image] Aug 30 18:59:29.968 INFO O| Aug 30 18:59:29.968 INFO STEP 1010 (remove_files) COMPLETE |
| 7039 | 2024-08-30T18:59:31.770Z | [ recovery-image] Aug 30 18:59:29.968 INFO O| Aug 30 18:59:29.968 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7040 | 2024-08-30T18:59:31.785Z | [ recovery-image] Aug 30 18:59:29.986 INFO O| Aug 30 18:59:29.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
| 7041 | 2024-08-30T18:59:31.785Z | [ recovery-image] Aug 30 18:59:29.986 INFO O| Aug 30 18:59:29.986 INFO STEP 1011 (remove_files) COMPLETE |
| 7042 | 2024-08-30T18:59:31.788Z | [ recovery-image] Aug 30 18:59:29.986 INFO O| Aug 30 18:59:29.986 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7043 | 2024-08-30T18:59:31.806Z | [ recovery-image] Aug 30 18:59:30.007 INFO O| Aug 30 18:59:30.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
| 7044 | 2024-08-30T18:59:31.809Z | [ recovery-image] Aug 30 18:59:30.007 INFO O| Aug 30 18:59:30.007 INFO STEP 1012 (remove_files) COMPLETE |
| 7045 | 2024-08-30T18:59:31.809Z | [ recovery-image] Aug 30 18:59:30.007 INFO O| Aug 30 18:59:30.007 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7046 | 2024-08-30T18:59:31.847Z | [ recovery-image] Aug 30 18:59:30.048 INFO O| Aug 30 18:59:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7047 | 2024-08-30T18:59:31.847Z | [ recovery-image] Aug 30 18:59:30.048 INFO O| Aug 30 18:59:30.048 INFO STEP 1013 (remove_files) COMPLETE |
| 7048 | 2024-08-30T18:59:31.850Z | [ recovery-image] Aug 30 18:59:30.048 INFO O| Aug 30 18:59:30.048 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7049 | 2024-08-30T18:59:31.865Z | [ recovery-image] Aug 30 18:59:30.066 INFO O| Aug 30 18:59:30.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
| 7050 | 2024-08-30T18:59:31.865Z | [ recovery-image] Aug 30 18:59:30.066 INFO O| Aug 30 18:59:30.066 INFO STEP 1014 (remove_files) COMPLETE |
| 7051 | 2024-08-30T18:59:31.867Z | [ recovery-image] Aug 30 18:59:30.066 INFO O| Aug 30 18:59:30.066 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7052 | 2024-08-30T18:59:31.881Z | [ recovery-image] Aug 30 18:59:30.082 INFO O| Aug 30 18:59:30.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7053 | 2024-08-30T18:59:31.881Z | [ recovery-image] Aug 30 18:59:30.082 INFO O| Aug 30 18:59:30.082 INFO STEP 1015 (remove_files) COMPLETE |
| 7054 | 2024-08-30T18:59:31.881Z | [ recovery-image] Aug 30 18:59:30.082 INFO O| Aug 30 18:59:30.082 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7055 | 2024-08-30T18:59:31.898Z | [ recovery-image] Aug 30 18:59:30.099 INFO O| Aug 30 18:59:30.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7056 | 2024-08-30T18:59:31.898Z | [ recovery-image] Aug 30 18:59:30.099 INFO O| Aug 30 18:59:30.099 INFO STEP 1016 (remove_files) COMPLETE |
| 7057 | 2024-08-30T18:59:31.900Z | [ recovery-image] Aug 30 18:59:30.099 INFO O| Aug 30 18:59:30.099 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7058 | 2024-08-30T18:59:31.915Z | [ recovery-image] Aug 30 18:59:30.116 INFO O| Aug 30 18:59:30.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
| 7059 | 2024-08-30T18:59:31.915Z | [ recovery-image] Aug 30 18:59:30.116 INFO O| Aug 30 18:59:30.116 INFO STEP 1017 (remove_files) COMPLETE |
| 7060 | 2024-08-30T18:59:31.915Z | [ recovery-image] Aug 30 18:59:30.116 INFO O| Aug 30 18:59:30.116 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7061 | 2024-08-30T18:59:31.933Z | [ recovery-image] Aug 30 18:59:30.134 INFO O| Aug 30 18:59:30.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7062 | 2024-08-30T18:59:31.935Z | [ recovery-image] Aug 30 18:59:30.134 INFO O| Aug 30 18:59:30.134 INFO STEP 1018 (remove_files) COMPLETE |
| 7063 | 2024-08-30T18:59:31.935Z | [ recovery-image] Aug 30 18:59:30.134 INFO O| Aug 30 18:59:30.134 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7064 | 2024-08-30T18:59:31.965Z | [ recovery-image] Aug 30 18:59:30.166 INFO O| Aug 30 18:59:30.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
| 7065 | 2024-08-30T18:59:31.991Z | [ recovery-image] Aug 30 18:59:30.192 INFO O| Aug 30 18:59:30.192 INFO STEP 1019 (remove_files) COMPLETE |
| 7066 | 2024-08-30T18:59:31.993Z | [ recovery-image] Aug 30 18:59:30.192 INFO O| Aug 30 18:59:30.192 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7067 | 2024-08-30T18:59:32.012Z | [ recovery-image] Aug 30 18:59:30.212 INFO O| Aug 30 18:59:30.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
| 7068 | 2024-08-30T18:59:32.016Z | [ recovery-image] Aug 30 18:59:30.213 INFO O| Aug 30 18:59:30.213 INFO STEP 1020 (remove_files) COMPLETE |
| 7069 | 2024-08-30T18:59:32.016Z | [ recovery-image] Aug 30 18:59:30.213 INFO O| Aug 30 18:59:30.213 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7070 | 2024-08-30T18:59:32.030Z | [ recovery-image] Aug 30 18:59:30.231 INFO O| Aug 30 18:59:30.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
| 7071 | 2024-08-30T18:59:32.034Z | [ recovery-image] Aug 30 18:59:30.231 INFO O| Aug 30 18:59:30.231 INFO STEP 1021 (remove_files) COMPLETE |
| 7072 | 2024-08-30T18:59:32.034Z | [ recovery-image] Aug 30 18:59:30.231 INFO O| Aug 30 18:59:30.231 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7073 | 2024-08-30T18:59:32.048Z | [ recovery-image] Aug 30 18:59:30.249 INFO O| Aug 30 18:59:30.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
| 7074 | 2024-08-30T18:59:32.051Z | [ recovery-image] Aug 30 18:59:30.249 INFO O| Aug 30 18:59:30.249 INFO STEP 1022 (remove_files) COMPLETE |
| 7075 | 2024-08-30T18:59:32.051Z | [ recovery-image] Aug 30 18:59:30.249 INFO O| Aug 30 18:59:30.249 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7076 | 2024-08-30T18:59:32.067Z | [ recovery-image] Aug 30 18:59:30.267 INFO O| Aug 30 18:59:30.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
| 7077 | 2024-08-30T18:59:32.067Z | [ recovery-image] Aug 30 18:59:30.268 INFO O| Aug 30 18:59:30.268 INFO STEP 1023 (remove_files) COMPLETE |
| 7078 | 2024-08-30T18:59:32.069Z | [ recovery-image] Aug 30 18:59:30.268 INFO O| Aug 30 18:59:30.268 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7079 | 2024-08-30T18:59:32.107Z | [ recovery-image] Aug 30 18:59:30.308 INFO O| Aug 30 18:59:30.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
| 7080 | 2024-08-30T18:59:32.107Z | [ recovery-image] Aug 30 18:59:30.308 INFO O| Aug 30 18:59:30.308 INFO STEP 1024 (remove_files) COMPLETE |
| 7081 | 2024-08-30T18:59:32.107Z | [ recovery-image] Aug 30 18:59:30.308 INFO O| Aug 30 18:59:30.308 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7082 | 2024-08-30T18:59:32.128Z | [ recovery-image] Aug 30 18:59:30.328 INFO O| Aug 30 18:59:30.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
| 7083 | 2024-08-30T18:59:32.128Z | [ recovery-image] Aug 30 18:59:30.328 INFO O| Aug 30 18:59:30.328 INFO STEP 1025 (remove_files) COMPLETE |
| 7084 | 2024-08-30T18:59:32.128Z | [ recovery-image] Aug 30 18:59:30.328 INFO O| Aug 30 18:59:30.328 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7085 | 2024-08-30T18:59:32.144Z | [ recovery-image] Aug 30 18:59:30.345 INFO O| Aug 30 18:59:30.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
| 7086 | 2024-08-30T18:59:32.147Z | [ host-image] Aug 30 18:59:30.347 INFO O| Aug 30 18:59:30.347 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 7087 | 2024-08-30T18:59:32.147Z | [ recovery-image] Aug 30 18:59:30.348 INFO O| Aug 30 18:59:30.348 INFO STEP 1026 (remove_files) COMPLETE |
| 7088 | 2024-08-30T18:59:32.147Z | [ recovery-image] Aug 30 18:59:30.348 INFO O| Aug 30 18:59:30.348 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7089 | 2024-08-30T18:59:32.167Z | [ recovery-image] Aug 30 18:59:30.368 INFO O| Aug 30 18:59:30.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
| 7090 | 2024-08-30T18:59:32.189Z | [ recovery-image] Aug 30 18:59:30.390 INFO O| Aug 30 18:59:30.390 INFO STEP 1027 (remove_files) COMPLETE |
| 7091 | 2024-08-30T18:59:32.189Z | [ recovery-image] Aug 30 18:59:30.390 INFO O| Aug 30 18:59:30.390 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7092 | 2024-08-30T18:59:32.226Z | [ recovery-image] Aug 30 18:59:30.427 INFO O| Aug 30 18:59:30.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
| 7093 | 2024-08-30T18:59:32.226Z | [ recovery-image] Aug 30 18:59:30.427 INFO O| Aug 30 18:59:30.427 INFO STEP 1028 (remove_files) COMPLETE |
| 7094 | 2024-08-30T18:59:32.229Z | [ recovery-image] Aug 30 18:59:30.427 INFO O| Aug 30 18:59:30.427 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7095 | 2024-08-30T18:59:32.288Z | [ recovery-image] Aug 30 18:59:30.488 INFO O| Aug 30 18:59:30.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
| 7096 | 2024-08-30T18:59:32.288Z | [ recovery-image] Aug 30 18:59:30.488 INFO O| Aug 30 18:59:30.488 INFO STEP 1029 (remove_files) COMPLETE |
| 7097 | 2024-08-30T18:59:32.288Z | [ recovery-image] Aug 30 18:59:30.489 INFO O| Aug 30 18:59:30.488 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7098 | 2024-08-30T18:59:32.395Z | [ recovery-image] Aug 30 18:59:30.595 INFO O| Aug 30 18:59:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
| 7099 | 2024-08-30T18:59:32.395Z | [ recovery-image] Aug 30 18:59:30.595 INFO O| Aug 30 18:59:30.595 INFO STEP 1030 (remove_files) COMPLETE |
| 7100 | 2024-08-30T18:59:32.395Z | [ recovery-image] Aug 30 18:59:30.595 INFO O| Aug 30 18:59:30.595 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7101 | 2024-08-30T18:59:32.474Z | [ recovery-image] Aug 30 18:59:30.673 INFO O| Aug 30 18:59:30.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
| 7102 | 2024-08-30T18:59:32.474Z | [ recovery-image] Aug 30 18:59:30.673 INFO O| Aug 30 18:59:30.673 INFO STEP 1031 (remove_files) COMPLETE |
| 7103 | 2024-08-30T18:59:32.474Z | [ recovery-image] Aug 30 18:59:30.673 INFO O| Aug 30 18:59:30.673 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7104 | 2024-08-30T18:59:32.537Z | [ recovery-image] Aug 30 18:59:30.738 INFO O| Aug 30 18:59:30.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
| 7105 | 2024-08-30T18:59:32.537Z | [ recovery-image] Aug 30 18:59:30.738 INFO O| Aug 30 18:59:30.738 INFO STEP 1032 (remove_files) COMPLETE |
| 7106 | 2024-08-30T18:59:32.539Z | [ recovery-image] Aug 30 18:59:30.738 INFO O| Aug 30 18:59:30.738 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7107 | 2024-08-30T18:59:32.603Z | [ recovery-image] Aug 30 18:59:30.803 INFO O| Aug 30 18:59:30.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
| 7108 | 2024-08-30T18:59:32.603Z | [ recovery-image] Aug 30 18:59:30.803 INFO O| Aug 30 18:59:30.803 INFO STEP 1033 (remove_files) COMPLETE |
| 7109 | 2024-08-30T18:59:32.603Z | [ recovery-image] Aug 30 18:59:30.803 INFO O| Aug 30 18:59:30.803 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7110 | 2024-08-30T18:59:32.626Z | [ recovery-image] Aug 30 18:59:30.826 INFO O| Aug 30 18:59:30.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
| 7111 | 2024-08-30T18:59:32.626Z | [ recovery-image] Aug 30 18:59:30.826 INFO O| Aug 30 18:59:30.826 INFO STEP 1034 (remove_files) COMPLETE |
| 7112 | 2024-08-30T18:59:32.626Z | [ recovery-image] Aug 30 18:59:30.826 INFO O| Aug 30 18:59:30.826 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7113 | 2024-08-30T18:59:32.646Z | [ recovery-image] Aug 30 18:59:30.847 INFO O| Aug 30 18:59:30.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
| 7114 | 2024-08-30T18:59:32.646Z | [ recovery-image] Aug 30 18:59:30.847 INFO O| Aug 30 18:59:30.847 INFO STEP 1035 (remove_files) COMPLETE |
| 7115 | 2024-08-30T18:59:32.646Z | [ recovery-image] Aug 30 18:59:30.847 INFO O| Aug 30 18:59:30.847 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7116 | 2024-08-30T18:59:32.809Z | [ recovery-image] Aug 30 18:59:31.008 INFO O| Aug 30 18:59:31.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
| 7117 | 2024-08-30T18:59:32.809Z | [ recovery-image] Aug 30 18:59:31.008 INFO O| Aug 30 18:59:31.008 INFO STEP 1036 (remove_files) COMPLETE |
| 7118 | 2024-08-30T18:59:32.809Z | [ recovery-image] Aug 30 18:59:31.008 INFO O| Aug 30 18:59:31.008 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7119 | 2024-08-30T18:59:32.833Z | [ recovery-image] Aug 30 18:59:31.034 INFO O| Aug 30 18:59:31.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
| 7120 | 2024-08-30T18:59:32.833Z | [ recovery-image] Aug 30 18:59:31.034 INFO O| Aug 30 18:59:31.034 INFO STEP 1037 (remove_files) COMPLETE |
| 7121 | 2024-08-30T18:59:32.835Z | [ recovery-image] Aug 30 18:59:31.034 INFO O| Aug 30 18:59:31.034 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7122 | 2024-08-30T18:59:32.893Z | [ recovery-image] Aug 30 18:59:31.093 INFO O| Aug 30 18:59:31.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
| 7123 | 2024-08-30T18:59:32.893Z | [ recovery-image] Aug 30 18:59:31.093 INFO O| Aug 30 18:59:31.093 INFO STEP 1038 (remove_files) COMPLETE |
| 7124 | 2024-08-30T18:59:32.893Z | [ recovery-image] Aug 30 18:59:31.093 INFO O| Aug 30 18:59:31.093 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7125 | 2024-08-30T18:59:32.914Z | [ recovery-image] Aug 30 18:59:31.115 INFO O| Aug 30 18:59:31.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
| 7126 | 2024-08-30T18:59:32.914Z | [ recovery-image] Aug 30 18:59:31.115 INFO O| Aug 30 18:59:31.115 INFO STEP 1039 (remove_files) COMPLETE |
| 7127 | 2024-08-30T18:59:32.914Z | [ recovery-image] Aug 30 18:59:31.115 INFO O| Aug 30 18:59:31.115 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7128 | 2024-08-30T18:59:32.941Z | [ recovery-image] Aug 30 18:59:31.141 INFO O| Aug 30 18:59:31.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
| 7129 | 2024-08-30T18:59:32.941Z | [ recovery-image] Aug 30 18:59:31.141 INFO O| Aug 30 18:59:31.141 INFO STEP 1040 (remove_files) COMPLETE |
| 7130 | 2024-08-30T18:59:32.941Z | [ recovery-image] Aug 30 18:59:31.141 INFO O| Aug 30 18:59:31.141 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7131 | 2024-08-30T18:59:33.021Z | [ recovery-image] Aug 30 18:59:31.221 INFO O| Aug 30 18:59:31.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
| 7132 | 2024-08-30T18:59:33.021Z | [ recovery-image] Aug 30 18:59:31.221 INFO O| Aug 30 18:59:31.221 INFO STEP 1041 (remove_files) COMPLETE |
| 7133 | 2024-08-30T18:59:33.023Z | [ recovery-image] Aug 30 18:59:31.221 INFO O| Aug 30 18:59:31.221 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7134 | 2024-08-30T18:59:33.039Z | [ recovery-image] Aug 30 18:59:31.240 INFO O| Aug 30 18:59:31.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
| 7135 | 2024-08-30T18:59:33.042Z | [ recovery-image] Aug 30 18:59:31.240 INFO O| Aug 30 18:59:31.240 INFO STEP 1042 (remove_files) COMPLETE |
| 7136 | 2024-08-30T18:59:33.042Z | [ recovery-image] Aug 30 18:59:31.240 INFO O| Aug 30 18:59:31.240 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7137 | 2024-08-30T18:59:33.073Z | [ recovery-image] Aug 30 18:59:31.274 INFO O| Aug 30 18:59:31.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
| 7138 | 2024-08-30T18:59:33.073Z | [ recovery-image] Aug 30 18:59:31.274 INFO O| Aug 30 18:59:31.274 INFO STEP 1043 (remove_files) COMPLETE |
| 7139 | 2024-08-30T18:59:33.073Z | [ recovery-image] Aug 30 18:59:31.274 INFO O| Aug 30 18:59:31.274 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7140 | 2024-08-30T18:59:33.116Z | [ recovery-image] Aug 30 18:59:31.316 INFO O| Aug 30 18:59:31.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
| 7141 | 2024-08-30T18:59:33.116Z | [ recovery-image] Aug 30 18:59:31.316 INFO O| Aug 30 18:59:31.316 INFO STEP 1044 (remove_files) COMPLETE |
| 7142 | 2024-08-30T18:59:33.116Z | [ recovery-image] Aug 30 18:59:31.316 INFO O| Aug 30 18:59:31.316 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7143 | 2024-08-30T18:59:33.157Z | [ recovery-image] Aug 30 18:59:31.358 INFO O| Aug 30 18:59:31.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
| 7144 | 2024-08-30T18:59:33.157Z | [ recovery-image] Aug 30 18:59:31.358 INFO O| Aug 30 18:59:31.358 INFO STEP 1045 (remove_files) COMPLETE |
| 7145 | 2024-08-30T18:59:33.159Z | [ recovery-image] Aug 30 18:59:31.358 INFO O| Aug 30 18:59:31.358 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7146 | 2024-08-30T18:59:33.175Z | [ recovery-image] Aug 30 18:59:31.376 INFO O| Aug 30 18:59:31.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
| 7147 | 2024-08-30T18:59:33.175Z | [ recovery-image] Aug 30 18:59:31.376 INFO O| Aug 30 18:59:31.376 INFO STEP 1046 (remove_files) COMPLETE |
| 7148 | 2024-08-30T18:59:33.175Z | [ recovery-image] Aug 30 18:59:31.376 INFO O| Aug 30 18:59:31.376 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7149 | 2024-08-30T18:59:33.192Z | [ recovery-image] Aug 30 18:59:31.393 INFO O| Aug 30 18:59:31.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
| 7150 | 2024-08-30T18:59:33.195Z | [ recovery-image] Aug 30 18:59:31.393 INFO O| Aug 30 18:59:31.393 INFO STEP 1047 (remove_files) COMPLETE |
| 7151 | 2024-08-30T18:59:33.195Z | [ recovery-image] Aug 30 18:59:31.393 INFO O| Aug 30 18:59:31.393 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7152 | 2024-08-30T18:59:33.211Z | [ recovery-image] Aug 30 18:59:31.412 INFO O| Aug 30 18:59:31.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
| 7153 | 2024-08-30T18:59:33.211Z | [ recovery-image] Aug 30 18:59:31.412 INFO O| Aug 30 18:59:31.412 INFO STEP 1048 (remove_files) COMPLETE |
| 7154 | 2024-08-30T18:59:33.211Z | [ recovery-image] Aug 30 18:59:31.412 INFO O| Aug 30 18:59:31.412 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7155 | 2024-08-30T18:59:33.229Z | [ recovery-image] Aug 30 18:59:31.430 INFO O| Aug 30 18:59:31.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
| 7156 | 2024-08-30T18:59:33.229Z | [ recovery-image] Aug 30 18:59:31.430 INFO O| Aug 30 18:59:31.430 INFO STEP 1049 (remove_files) COMPLETE |
| 7157 | 2024-08-30T18:59:33.229Z | [ recovery-image] Aug 30 18:59:31.430 INFO O| Aug 30 18:59:31.430 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7158 | 2024-08-30T18:59:33.248Z | [ recovery-image] Aug 30 18:59:31.449 INFO O| Aug 30 18:59:31.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
| 7159 | 2024-08-30T18:59:33.248Z | [ recovery-image] Aug 30 18:59:31.449 INFO O| Aug 30 18:59:31.449 INFO STEP 1050 (remove_files) COMPLETE |
| 7160 | 2024-08-30T18:59:33.248Z | [ recovery-image] Aug 30 18:59:31.449 INFO O| Aug 30 18:59:31.449 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7161 | 2024-08-30T18:59:33.267Z | [ recovery-image] Aug 30 18:59:31.468 INFO O| Aug 30 18:59:31.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
| 7162 | 2024-08-30T18:59:33.267Z | [ recovery-image] Aug 30 18:59:31.468 INFO O| Aug 30 18:59:31.468 INFO STEP 1051 (remove_files) COMPLETE |
| 7163 | 2024-08-30T18:59:33.267Z | [ recovery-image] Aug 30 18:59:31.468 INFO O| Aug 30 18:59:31.468 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7164 | 2024-08-30T18:59:33.287Z | [ recovery-image] Aug 30 18:59:31.488 INFO O| Aug 30 18:59:31.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
| 7165 | 2024-08-30T18:59:33.287Z | [ recovery-image] Aug 30 18:59:31.488 INFO O| Aug 30 18:59:31.488 INFO STEP 1052 (remove_files) COMPLETE |
| 7166 | 2024-08-30T18:59:33.290Z | [ recovery-image] Aug 30 18:59:31.488 INFO O| Aug 30 18:59:31.488 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7167 | 2024-08-30T18:59:33.308Z | [ recovery-image] Aug 30 18:59:31.508 INFO O| Aug 30 18:59:31.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
| 7168 | 2024-08-30T18:59:33.308Z | [ recovery-image] Aug 30 18:59:31.508 INFO O| Aug 30 18:59:31.508 INFO STEP 1053 (remove_files) COMPLETE |
| 7169 | 2024-08-30T18:59:33.310Z | [ recovery-image] Aug 30 18:59:31.508 INFO O| Aug 30 18:59:31.508 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7170 | 2024-08-30T18:59:33.327Z | [ recovery-image] Aug 30 18:59:31.528 INFO O| Aug 30 18:59:31.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
| 7171 | 2024-08-30T18:59:33.327Z | [ recovery-image] Aug 30 18:59:31.528 INFO O| Aug 30 18:59:31.528 INFO STEP 1054 (remove_files) COMPLETE |
| 7172 | 2024-08-30T18:59:33.327Z | [ recovery-image] Aug 30 18:59:31.528 INFO O| Aug 30 18:59:31.528 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7173 | 2024-08-30T18:59:33.347Z | [ recovery-image] Aug 30 18:59:31.548 INFO O| Aug 30 18:59:31.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
| 7174 | 2024-08-30T18:59:33.347Z | [ recovery-image] Aug 30 18:59:31.548 INFO O| Aug 30 18:59:31.548 INFO STEP 1055 (remove_files) COMPLETE |
| 7175 | 2024-08-30T18:59:33.347Z | [ recovery-image] Aug 30 18:59:31.548 INFO O| Aug 30 18:59:31.548 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7176 | 2024-08-30T18:59:33.367Z | [ recovery-image] Aug 30 18:59:31.567 INFO O| Aug 30 18:59:31.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
| 7177 | 2024-08-30T18:59:33.367Z | [ recovery-image] Aug 30 18:59:31.567 INFO O| Aug 30 18:59:31.567 INFO STEP 1056 (remove_files) COMPLETE |
| 7178 | 2024-08-30T18:59:33.367Z | [ recovery-image] Aug 30 18:59:31.567 INFO O| Aug 30 18:59:31.567 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7179 | 2024-08-30T18:59:33.387Z | [ recovery-image] Aug 30 18:59:31.587 INFO O| Aug 30 18:59:31.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
| 7180 | 2024-08-30T18:59:33.387Z | [ recovery-image] Aug 30 18:59:31.587 INFO O| Aug 30 18:59:31.587 INFO STEP 1057 (remove_files) COMPLETE |
| 7181 | 2024-08-30T18:59:33.387Z | [ recovery-image] Aug 30 18:59:31.587 INFO O| Aug 30 18:59:31.587 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7182 | 2024-08-30T18:59:33.404Z | [ recovery-image] Aug 30 18:59:31.604 INFO O| Aug 30 18:59:31.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
| 7183 | 2024-08-30T18:59:33.404Z | [ recovery-image] Aug 30 18:59:31.604 INFO O| Aug 30 18:59:31.604 INFO STEP 1058 (remove_files) COMPLETE |
| 7184 | 2024-08-30T18:59:33.406Z | [ recovery-image] Aug 30 18:59:31.604 INFO O| Aug 30 18:59:31.604 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7185 | 2024-08-30T18:59:33.467Z | [ recovery-image] Aug 30 18:59:31.667 INFO O| Aug 30 18:59:31.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
| 7186 | 2024-08-30T18:59:33.467Z | [ recovery-image] Aug 30 18:59:31.667 INFO O| Aug 30 18:59:31.664 INFO STEP 1059 (remove_files) COMPLETE |
| 7187 | 2024-08-30T18:59:33.469Z | [ recovery-image] Aug 30 18:59:31.667 INFO O| Aug 30 18:59:31.664 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7188 | 2024-08-30T18:59:33.487Z | [ recovery-image] Aug 30 18:59:31.688 INFO O| Aug 30 18:59:31.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
| 7189 | 2024-08-30T18:59:33.487Z | [ recovery-image] Aug 30 18:59:31.688 INFO O| Aug 30 18:59:31.679 INFO STEP 1060 (remove_files) COMPLETE |
| 7190 | 2024-08-30T18:59:33.490Z | [ recovery-image] Aug 30 18:59:31.688 INFO O| Aug 30 18:59:31.679 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7191 | 2024-08-30T18:59:33.513Z | [ recovery-image] Aug 30 18:59:31.714 INFO O| Aug 30 18:59:31.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
| 7192 | 2024-08-30T18:59:33.513Z | [ recovery-image] Aug 30 18:59:31.714 INFO O| Aug 30 18:59:31.714 INFO STEP 1061 (remove_files) COMPLETE |
| 7193 | 2024-08-30T18:59:33.515Z | [ recovery-image] Aug 30 18:59:31.714 INFO O| Aug 30 18:59:31.714 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7194 | 2024-08-30T18:59:33.531Z | [ recovery-image] Aug 30 18:59:31.732 INFO O| Aug 30 18:59:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
| 7195 | 2024-08-30T18:59:33.531Z | [ recovery-image] Aug 30 18:59:31.732 INFO O| Aug 30 18:59:31.732 INFO STEP 1062 (remove_files) COMPLETE |
| 7196 | 2024-08-30T18:59:33.534Z | [ recovery-image] Aug 30 18:59:31.732 INFO O| Aug 30 18:59:31.732 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7197 | 2024-08-30T18:59:33.550Z | [ recovery-image] Aug 30 18:59:31.750 INFO O| Aug 30 18:59:31.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
| 7198 | 2024-08-30T18:59:33.550Z | [ recovery-image] Aug 30 18:59:31.750 INFO O| Aug 30 18:59:31.750 INFO STEP 1063 (remove_files) COMPLETE |
| 7199 | 2024-08-30T18:59:33.552Z | [ recovery-image] Aug 30 18:59:31.750 INFO O| Aug 30 18:59:31.750 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7200 | 2024-08-30T18:59:33.603Z | [ recovery-image] Aug 30 18:59:31.804 INFO O| Aug 30 18:59:31.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
| 7201 | 2024-08-30T18:59:33.603Z | [ recovery-image] Aug 30 18:59:31.804 INFO O| Aug 30 18:59:31.804 INFO STEP 1064 (remove_files) COMPLETE |
| 7202 | 2024-08-30T18:59:33.603Z | [ recovery-image] Aug 30 18:59:31.804 INFO O| Aug 30 18:59:31.804 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7203 | 2024-08-30T18:59:33.656Z | [ recovery-image] Aug 30 18:59:31.856 INFO O| Aug 30 18:59:31.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
| 7204 | 2024-08-30T18:59:33.656Z | [ recovery-image] Aug 30 18:59:31.857 INFO O| Aug 30 18:59:31.857 INFO STEP 1065 (remove_files) COMPLETE |
| 7205 | 2024-08-30T18:59:33.656Z | [ recovery-image] Aug 30 18:59:31.857 INFO O| Aug 30 18:59:31.857 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7206 | 2024-08-30T18:59:33.696Z | [ recovery-image] Aug 30 18:59:31.896 INFO O| Aug 30 18:59:31.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
| 7207 | 2024-08-30T18:59:33.696Z | [ recovery-image] Aug 30 18:59:31.896 INFO O| Aug 30 18:59:31.896 INFO STEP 1066 (remove_files) COMPLETE |
| 7208 | 2024-08-30T18:59:33.696Z | [ recovery-image] Aug 30 18:59:31.896 INFO O| Aug 30 18:59:31.896 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7209 | 2024-08-30T18:59:33.738Z | [ recovery-image] Aug 30 18:59:31.939 INFO O| Aug 30 18:59:31.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
| 7210 | 2024-08-30T18:59:33.741Z | [ recovery-image] Aug 30 18:59:31.939 INFO O| Aug 30 18:59:31.939 INFO STEP 1067 (remove_files) COMPLETE |
| 7211 | 2024-08-30T18:59:33.741Z | [ recovery-image] Aug 30 18:59:31.939 INFO O| Aug 30 18:59:31.939 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7212 | 2024-08-30T18:59:33.757Z | [ recovery-image] Aug 30 18:59:31.958 INFO O| Aug 30 18:59:31.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
| 7213 | 2024-08-30T18:59:33.757Z | [ recovery-image] Aug 30 18:59:31.958 INFO O| Aug 30 18:59:31.958 INFO STEP 1068 (remove_files) COMPLETE |
| 7214 | 2024-08-30T18:59:33.757Z | [ recovery-image] Aug 30 18:59:31.958 INFO O| Aug 30 18:59:31.958 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7215 | 2024-08-30T18:59:33.775Z | [ recovery-image] Aug 30 18:59:31.976 INFO O| Aug 30 18:59:31.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
| 7216 | 2024-08-30T18:59:33.775Z | [ recovery-image] Aug 30 18:59:31.976 INFO O| Aug 30 18:59:31.976 INFO STEP 1069 (remove_files) COMPLETE |
| 7217 | 2024-08-30T18:59:33.775Z | [ recovery-image] Aug 30 18:59:31.976 INFO O| Aug 30 18:59:31.976 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7218 | 2024-08-30T18:59:33.803Z | [ recovery-image] Aug 30 18:59:32.003 INFO O| Aug 30 18:59:32.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
| 7219 | 2024-08-30T18:59:33.803Z | [ recovery-image] Aug 30 18:59:32.003 INFO O| Aug 30 18:59:32.003 INFO STEP 1070 (remove_files) COMPLETE |
| 7220 | 2024-08-30T18:59:33.805Z | [ recovery-image] Aug 30 18:59:32.003 INFO O| Aug 30 18:59:32.003 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7221 | 2024-08-30T18:59:33.838Z | [ recovery-image] Aug 30 18:59:32.038 INFO O| Aug 30 18:59:32.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
| 7222 | 2024-08-30T18:59:33.838Z | [ recovery-image] Aug 30 18:59:32.038 INFO O| Aug 30 18:59:32.038 INFO STEP 1071 (remove_files) COMPLETE |
| 7223 | 2024-08-30T18:59:33.838Z | [ recovery-image] Aug 30 18:59:32.038 INFO O| Aug 30 18:59:32.038 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7224 | 2024-08-30T18:59:33.904Z | [ recovery-image] Aug 30 18:59:32.105 INFO O| Aug 30 18:59:32.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
| 7225 | 2024-08-30T18:59:33.904Z | [ recovery-image] Aug 30 18:59:32.105 INFO O| Aug 30 18:59:32.105 INFO STEP 1072 (remove_files) COMPLETE |
| 7226 | 2024-08-30T18:59:33.906Z | [ recovery-image] Aug 30 18:59:32.105 INFO O| Aug 30 18:59:32.105 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7227 | 2024-08-30T18:59:33.923Z | [ recovery-image] Aug 30 18:59:32.123 INFO O| Aug 30 18:59:32.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
| 7228 | 2024-08-30T18:59:33.923Z | [ recovery-image] Aug 30 18:59:32.123 INFO O| Aug 30 18:59:32.123 INFO STEP 1073 (remove_files) COMPLETE |
| 7229 | 2024-08-30T18:59:33.923Z | [ recovery-image] Aug 30 18:59:32.123 INFO O| Aug 30 18:59:32.123 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7230 | 2024-08-30T18:59:33.939Z | [ recovery-image] Aug 30 18:59:32.140 INFO O| Aug 30 18:59:32.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
| 7231 | 2024-08-30T18:59:33.939Z | [ recovery-image] Aug 30 18:59:32.140 INFO O| Aug 30 18:59:32.140 INFO STEP 1074 (remove_files) COMPLETE |
| 7232 | 2024-08-30T18:59:33.940Z | [ recovery-image] Aug 30 18:59:32.140 INFO O| Aug 30 18:59:32.140 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7233 | 2024-08-30T18:59:33.975Z | [ recovery-image] Aug 30 18:59:32.176 INFO O| Aug 30 18:59:32.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
| 7234 | 2024-08-30T18:59:33.978Z | [ recovery-image] Aug 30 18:59:32.176 INFO O| Aug 30 18:59:32.176 INFO STEP 1075 (remove_files) COMPLETE |
| 7235 | 2024-08-30T18:59:33.978Z | [ recovery-image] Aug 30 18:59:32.176 INFO O| Aug 30 18:59:32.176 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7236 | 2024-08-30T18:59:33.995Z | [ recovery-image] Aug 30 18:59:32.195 INFO O| Aug 30 18:59:32.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
| 7237 | 2024-08-30T18:59:33.997Z | [ recovery-image] Aug 30 18:59:32.196 INFO O| Aug 30 18:59:32.196 INFO STEP 1076 (remove_files) COMPLETE |
| 7238 | 2024-08-30T18:59:33.997Z | [ recovery-image] Aug 30 18:59:32.196 INFO O| Aug 30 18:59:32.196 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7239 | 2024-08-30T18:59:34.014Z | [ recovery-image] Aug 30 18:59:32.214 INFO O| Aug 30 18:59:32.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
| 7240 | 2024-08-30T18:59:34.016Z | [ recovery-image] Aug 30 18:59:32.214 INFO O| Aug 30 18:59:32.214 INFO STEP 1077 (remove_files) COMPLETE |
| 7241 | 2024-08-30T18:59:34.016Z | [ recovery-image] Aug 30 18:59:32.215 INFO O| Aug 30 18:59:32.214 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7242 | 2024-08-30T18:59:34.031Z | [ recovery-image] Aug 30 18:59:32.232 INFO O| Aug 30 18:59:32.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
| 7243 | 2024-08-30T18:59:34.034Z | [ recovery-image] Aug 30 18:59:32.232 INFO O| Aug 30 18:59:32.232 INFO STEP 1078 (remove_files) COMPLETE |
| 7244 | 2024-08-30T18:59:34.034Z | [ recovery-image] Aug 30 18:59:32.232 INFO O| Aug 30 18:59:32.232 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7245 | 2024-08-30T18:59:34.066Z | [ recovery-image] Aug 30 18:59:32.266 INFO O| Aug 30 18:59:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
| 7246 | 2024-08-30T18:59:34.068Z | [ recovery-image] Aug 30 18:59:32.266 INFO O| Aug 30 18:59:32.266 INFO STEP 1079 (remove_files) COMPLETE |
| 7247 | 2024-08-30T18:59:34.068Z | [ recovery-image] Aug 30 18:59:32.267 INFO O| Aug 30 18:59:32.267 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7248 | 2024-08-30T18:59:34.086Z | [ recovery-image] Aug 30 18:59:32.286 INFO O| Aug 30 18:59:32.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
| 7249 | 2024-08-30T18:59:34.088Z | [ recovery-image] Aug 30 18:59:32.286 INFO O| Aug 30 18:59:32.286 INFO STEP 1080 (remove_files) COMPLETE |
| 7250 | 2024-08-30T18:59:34.088Z | [ recovery-image] Aug 30 18:59:32.287 INFO O| Aug 30 18:59:32.287 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7251 | 2024-08-30T18:59:34.112Z | [ recovery-image] Aug 30 18:59:32.312 INFO O| Aug 30 18:59:32.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
| 7252 | 2024-08-30T18:59:34.112Z | [ recovery-image] Aug 30 18:59:32.312 INFO O| Aug 30 18:59:32.312 INFO STEP 1081 (remove_files) COMPLETE |
| 7253 | 2024-08-30T18:59:34.112Z | [ recovery-image] Aug 30 18:59:32.312 INFO O| Aug 30 18:59:32.312 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7254 | 2024-08-30T18:59:34.129Z | [ recovery-image] Aug 30 18:59:32.329 INFO O| Aug 30 18:59:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
| 7255 | 2024-08-30T18:59:34.132Z | [ recovery-image] Aug 30 18:59:32.329 INFO O| Aug 30 18:59:32.329 INFO STEP 1082 (remove_files) COMPLETE |
| 7256 | 2024-08-30T18:59:34.132Z | [ recovery-image] Aug 30 18:59:32.329 INFO O| Aug 30 18:59:32.329 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7257 | 2024-08-30T18:59:34.145Z | [ recovery-image] Aug 30 18:59:32.346 INFO O| Aug 30 18:59:32.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
| 7258 | 2024-08-30T18:59:34.148Z | [ recovery-image] Aug 30 18:59:32.346 INFO O| Aug 30 18:59:32.346 INFO STEP 1083 (remove_files) COMPLETE |
| 7259 | 2024-08-30T18:59:34.148Z | [ recovery-image] Aug 30 18:59:32.346 INFO O| Aug 30 18:59:32.346 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7260 | 2024-08-30T18:59:34.161Z | [ recovery-image] Aug 30 18:59:32.362 INFO O| Aug 30 18:59:32.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
| 7261 | 2024-08-30T18:59:34.166Z | [ recovery-image] Aug 30 18:59:32.362 INFO O| Aug 30 18:59:32.362 INFO STEP 1084 (remove_files) COMPLETE |
| 7262 | 2024-08-30T18:59:34.166Z | [ recovery-image] Aug 30 18:59:32.362 INFO O| Aug 30 18:59:32.362 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7263 | 2024-08-30T18:59:34.198Z | [ recovery-image] Aug 30 18:59:32.399 INFO O| Aug 30 18:59:32.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
| 7264 | 2024-08-30T18:59:34.198Z | [ recovery-image] Aug 30 18:59:32.399 INFO O| Aug 30 18:59:32.399 INFO STEP 1085 (remove_files) COMPLETE |
| 7265 | 2024-08-30T18:59:34.198Z | [ recovery-image] Aug 30 18:59:32.399 INFO O| Aug 30 18:59:32.399 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7266 | 2024-08-30T18:59:34.247Z | [ recovery-image] Aug 30 18:59:32.447 INFO O| Aug 30 18:59:32.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
| 7267 | 2024-08-30T18:59:34.247Z | [ recovery-image] Aug 30 18:59:32.447 INFO O| Aug 30 18:59:32.447 INFO STEP 1086 (remove_files) COMPLETE |
| 7268 | 2024-08-30T18:59:34.248Z | [ recovery-image] Aug 30 18:59:32.447 INFO O| Aug 30 18:59:32.447 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7269 | 2024-08-30T18:59:34.265Z | [ recovery-image] Aug 30 18:59:32.465 INFO O| Aug 30 18:59:32.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
| 7270 | 2024-08-30T18:59:34.265Z | [ recovery-image] Aug 30 18:59:32.465 INFO O| Aug 30 18:59:32.465 INFO STEP 1087 (remove_files) COMPLETE |
| 7271 | 2024-08-30T18:59:34.265Z | [ recovery-image] Aug 30 18:59:32.465 INFO O| Aug 30 18:59:32.465 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7272 | 2024-08-30T18:59:34.299Z | [ recovery-image] Aug 30 18:59:32.499 INFO O| Aug 30 18:59:32.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
| 7273 | 2024-08-30T18:59:34.301Z | [ recovery-image] Aug 30 18:59:32.499 INFO O| Aug 30 18:59:32.499 INFO STEP 1088 (remove_files) COMPLETE |
| 7274 | 2024-08-30T18:59:34.301Z | [ recovery-image] Aug 30 18:59:32.500 INFO O| Aug 30 18:59:32.499 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7275 | 2024-08-30T18:59:34.333Z | [ recovery-image] Aug 30 18:59:32.533 INFO O| Aug 30 18:59:32.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
| 7276 | 2024-08-30T18:59:34.336Z | [ recovery-image] Aug 30 18:59:32.534 INFO O| Aug 30 18:59:32.534 INFO STEP 1089 (remove_files) COMPLETE |
| 7277 | 2024-08-30T18:59:34.336Z | [ recovery-image] Aug 30 18:59:32.534 INFO O| Aug 30 18:59:32.534 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7278 | 2024-08-30T18:59:34.352Z | [ recovery-image] Aug 30 18:59:32.553 INFO O| Aug 30 18:59:32.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
| 7279 | 2024-08-30T18:59:34.354Z | [ recovery-image] Aug 30 18:59:32.553 INFO O| Aug 30 18:59:32.553 INFO STEP 1090 (remove_files) COMPLETE |
| 7280 | 2024-08-30T18:59:34.354Z | [ recovery-image] Aug 30 18:59:32.553 INFO O| Aug 30 18:59:32.553 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7281 | 2024-08-30T18:59:34.377Z | [ recovery-image] Aug 30 18:59:32.577 INFO O| Aug 30 18:59:32.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
| 7282 | 2024-08-30T18:59:34.377Z | [ recovery-image] Aug 30 18:59:32.577 INFO O| Aug 30 18:59:32.577 INFO STEP 1091 (remove_files) COMPLETE |
| 7283 | 2024-08-30T18:59:34.377Z | [ recovery-image] Aug 30 18:59:32.577 INFO O| Aug 30 18:59:32.577 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7284 | 2024-08-30T18:59:34.395Z | [ recovery-image] Aug 30 18:59:32.595 INFO O| Aug 30 18:59:32.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
| 7285 | 2024-08-30T18:59:34.395Z | [ recovery-image] Aug 30 18:59:32.595 INFO O| Aug 30 18:59:32.595 INFO STEP 1092 (remove_files) COMPLETE |
| 7286 | 2024-08-30T18:59:34.395Z | [ recovery-image] Aug 30 18:59:32.595 INFO O| Aug 30 18:59:32.595 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7287 | 2024-08-30T18:59:34.424Z | [ recovery-image] Aug 30 18:59:32.624 INFO O| Aug 30 18:59:32.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
| 7288 | 2024-08-30T18:59:34.424Z | [ recovery-image] Aug 30 18:59:32.624 INFO O| Aug 30 18:59:32.624 INFO STEP 1093 (remove_files) COMPLETE |
| 7289 | 2024-08-30T18:59:34.426Z | [ recovery-image] Aug 30 18:59:32.624 INFO O| Aug 30 18:59:32.624 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7290 | 2024-08-30T18:59:34.460Z | [ recovery-image] Aug 30 18:59:32.660 INFO O| Aug 30 18:59:32.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
| 7291 | 2024-08-30T18:59:34.460Z | [ recovery-image] Aug 30 18:59:32.660 INFO O| Aug 30 18:59:32.660 INFO STEP 1094 (remove_files) COMPLETE |
| 7292 | 2024-08-30T18:59:34.460Z | [ recovery-image] Aug 30 18:59:32.660 INFO O| Aug 30 18:59:32.660 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7293 | 2024-08-30T18:59:34.479Z | [ recovery-image] Aug 30 18:59:32.679 INFO O| Aug 30 18:59:32.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
| 7294 | 2024-08-30T18:59:34.479Z | [ recovery-image] Aug 30 18:59:32.679 INFO O| Aug 30 18:59:32.679 INFO STEP 1095 (remove_files) COMPLETE |
| 7295 | 2024-08-30T18:59:34.481Z | [ recovery-image] Aug 30 18:59:32.679 INFO O| Aug 30 18:59:32.679 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7296 | 2024-08-30T18:59:34.496Z | [ recovery-image] Aug 30 18:59:32.697 INFO O| Aug 30 18:59:32.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
| 7297 | 2024-08-30T18:59:34.496Z | [ recovery-image] Aug 30 18:59:32.697 INFO O| Aug 30 18:59:32.697 INFO STEP 1096 (remove_files) COMPLETE |
| 7298 | 2024-08-30T18:59:34.496Z | [ recovery-image] Aug 30 18:59:32.697 INFO O| Aug 30 18:59:32.697 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7299 | 2024-08-30T18:59:34.514Z | [ recovery-image] Aug 30 18:59:32.714 INFO O| Aug 30 18:59:32.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
| 7300 | 2024-08-30T18:59:34.514Z | [ recovery-image] Aug 30 18:59:32.714 INFO O| Aug 30 18:59:32.714 INFO STEP 1097 (remove_files) COMPLETE |
| 7301 | 2024-08-30T18:59:34.514Z | [ recovery-image] Aug 30 18:59:32.714 INFO O| Aug 30 18:59:32.714 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7302 | 2024-08-30T18:59:34.531Z | [ recovery-image] Aug 30 18:59:32.730 INFO O| Aug 30 18:59:32.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
| 7303 | 2024-08-30T18:59:34.531Z | [ recovery-image] Aug 30 18:59:32.730 INFO O| Aug 30 18:59:32.730 INFO STEP 1098 (remove_files) COMPLETE |
| 7304 | 2024-08-30T18:59:34.533Z | [ recovery-image] Aug 30 18:59:32.730 INFO O| Aug 30 18:59:32.730 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7305 | 2024-08-30T18:59:34.589Z | [ recovery-image] Aug 30 18:59:32.790 INFO O| Aug 30 18:59:32.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
| 7306 | 2024-08-30T18:59:34.589Z | [ recovery-image] Aug 30 18:59:32.790 INFO O| Aug 30 18:59:32.790 INFO STEP 1099 (remove_files) COMPLETE |
| 7307 | 2024-08-30T18:59:34.592Z | [ recovery-image] Aug 30 18:59:32.790 INFO O| Aug 30 18:59:32.790 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7308 | 2024-08-30T18:59:34.611Z | [ recovery-image] Aug 30 18:59:32.811 INFO O| Aug 30 18:59:32.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
| 7309 | 2024-08-30T18:59:34.611Z | [ recovery-image] Aug 30 18:59:32.811 INFO O| Aug 30 18:59:32.811 INFO STEP 1100 (remove_files) COMPLETE |
| 7310 | 2024-08-30T18:59:34.613Z | [ recovery-image] Aug 30 18:59:32.811 INFO O| Aug 30 18:59:32.811 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7311 | 2024-08-30T18:59:34.631Z | [ recovery-image] Aug 30 18:59:32.831 INFO O| Aug 30 18:59:32.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
| 7312 | 2024-08-30T18:59:34.631Z | [ recovery-image] Aug 30 18:59:32.831 INFO O| Aug 30 18:59:32.831 INFO STEP 1101 (remove_files) COMPLETE |
| 7313 | 2024-08-30T18:59:34.633Z | [ recovery-image] Aug 30 18:59:32.831 INFO O| Aug 30 18:59:32.831 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7314 | 2024-08-30T18:59:34.661Z | [ recovery-image] Aug 30 18:59:32.861 INFO O| Aug 30 18:59:32.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
| 7315 | 2024-08-30T18:59:34.663Z | [ recovery-image] Aug 30 18:59:32.862 INFO O| Aug 30 18:59:32.861 INFO STEP 1102 (remove_files) COMPLETE |
| 7316 | 2024-08-30T18:59:34.663Z | [ recovery-image] Aug 30 18:59:32.862 INFO O| Aug 30 18:59:32.862 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7317 | 2024-08-30T18:59:34.697Z | [ recovery-image] Aug 30 18:59:32.897 INFO O| Aug 30 18:59:32.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
| 7318 | 2024-08-30T18:59:34.699Z | [ recovery-image] Aug 30 18:59:32.897 INFO O| Aug 30 18:59:32.897 INFO STEP 1103 (remove_files) COMPLETE |
| 7319 | 2024-08-30T18:59:34.699Z | [ recovery-image] Aug 30 18:59:32.898 INFO O| Aug 30 18:59:32.897 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7320 | 2024-08-30T18:59:34.716Z | [ recovery-image] Aug 30 18:59:32.917 INFO O| Aug 30 18:59:32.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
| 7321 | 2024-08-30T18:59:34.716Z | [ recovery-image] Aug 30 18:59:32.917 INFO O| Aug 30 18:59:32.917 INFO STEP 1104 (remove_files) COMPLETE |
| 7322 | 2024-08-30T18:59:34.718Z | [ recovery-image] Aug 30 18:59:32.917 INFO O| Aug 30 18:59:32.917 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7323 | 2024-08-30T18:59:34.735Z | [ recovery-image] Aug 30 18:59:32.936 INFO O| Aug 30 18:59:32.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
| 7324 | 2024-08-30T18:59:34.735Z | [ recovery-image] Aug 30 18:59:32.936 INFO O| Aug 30 18:59:32.936 INFO STEP 1105 (remove_files) COMPLETE |
| 7325 | 2024-08-30T18:59:34.737Z | [ recovery-image] Aug 30 18:59:32.936 INFO O| Aug 30 18:59:32.936 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7326 | 2024-08-30T18:59:34.754Z | [ recovery-image] Aug 30 18:59:32.954 INFO O| Aug 30 18:59:32.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
| 7327 | 2024-08-30T18:59:34.756Z | [ recovery-image] Aug 30 18:59:32.954 INFO O| Aug 30 18:59:32.954 INFO STEP 1106 (remove_files) COMPLETE |
| 7328 | 2024-08-30T18:59:34.756Z | [ recovery-image] Aug 30 18:59:32.955 INFO O| Aug 30 18:59:32.954 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7329 | 2024-08-30T18:59:34.783Z | [ recovery-image] Aug 30 18:59:32.983 INFO O| Aug 30 18:59:32.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
| 7330 | 2024-08-30T18:59:34.783Z | [ recovery-image] Aug 30 18:59:32.983 INFO O| Aug 30 18:59:32.983 INFO STEP 1107 (remove_files) COMPLETE |
| 7331 | 2024-08-30T18:59:34.783Z | [ recovery-image] Aug 30 18:59:32.983 INFO O| Aug 30 18:59:32.983 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7332 | 2024-08-30T18:59:34.814Z | [ recovery-image] Aug 30 18:59:33.015 INFO O| Aug 30 18:59:33.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
| 7333 | 2024-08-30T18:59:34.814Z | [ recovery-image] Aug 30 18:59:33.015 INFO O| Aug 30 18:59:33.015 INFO STEP 1108 (remove_files) COMPLETE |
| 7334 | 2024-08-30T18:59:34.814Z | [ recovery-image] Aug 30 18:59:33.015 INFO O| Aug 30 18:59:33.015 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7335 | 2024-08-30T18:59:34.864Z | [ recovery-image] Aug 30 18:59:33.064 INFO O| Aug 30 18:59:33.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
| 7336 | 2024-08-30T18:59:34.864Z | [ recovery-image] Aug 30 18:59:33.064 INFO O| Aug 30 18:59:33.064 INFO STEP 1109 (remove_files) COMPLETE |
| 7337 | 2024-08-30T18:59:34.866Z | [ recovery-image] Aug 30 18:59:33.064 INFO O| Aug 30 18:59:33.064 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7338 | 2024-08-30T18:59:34.889Z | [ recovery-image] Aug 30 18:59:33.090 INFO O| Aug 30 18:59:33.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
| 7339 | 2024-08-30T18:59:34.892Z | [ recovery-image] Aug 30 18:59:33.090 INFO O| Aug 30 18:59:33.090 INFO STEP 1110 (remove_files) COMPLETE |
| 7340 | 2024-08-30T18:59:34.892Z | [ recovery-image] Aug 30 18:59:33.090 INFO O| Aug 30 18:59:33.090 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7341 | 2024-08-30T18:59:34.915Z | [ recovery-image] Aug 30 18:59:33.116 INFO O| Aug 30 18:59:33.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
| 7342 | 2024-08-30T18:59:34.915Z | [ recovery-image] Aug 30 18:59:33.116 INFO O| Aug 30 18:59:33.116 INFO STEP 1111 (remove_files) COMPLETE |
| 7343 | 2024-08-30T18:59:34.915Z | [ recovery-image] Aug 30 18:59:33.116 INFO O| Aug 30 18:59:33.116 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7344 | 2024-08-30T18:59:34.934Z | [ recovery-image] Aug 30 18:59:33.135 INFO O| Aug 30 18:59:33.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
| 7345 | 2024-08-30T18:59:34.934Z | [ recovery-image] Aug 30 18:59:33.135 INFO O| Aug 30 18:59:33.135 INFO STEP 1112 (remove_files) COMPLETE |
| 7346 | 2024-08-30T18:59:34.934Z | [ recovery-image] Aug 30 18:59:33.135 INFO O| Aug 30 18:59:33.135 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7347 | 2024-08-30T18:59:34.980Z | [ recovery-image] Aug 30 18:59:33.180 INFO O| Aug 30 18:59:33.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
| 7348 | 2024-08-30T18:59:34.980Z | [ recovery-image] Aug 30 18:59:33.180 INFO O| Aug 30 18:59:33.180 INFO STEP 1113 (remove_files) COMPLETE |
| 7349 | 2024-08-30T18:59:34.980Z | [ recovery-image] Aug 30 18:59:33.180 INFO O| Aug 30 18:59:33.180 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7350 | 2024-08-30T18:59:35.015Z | [ recovery-image] Aug 30 18:59:33.216 INFO O| Aug 30 18:59:33.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
| 7351 | 2024-08-30T18:59:35.015Z | [ recovery-image] Aug 30 18:59:33.216 INFO O| Aug 30 18:59:33.216 INFO STEP 1114 (remove_files) COMPLETE |
| 7352 | 2024-08-30T18:59:35.015Z | [ recovery-image] Aug 30 18:59:33.216 INFO O| Aug 30 18:59:33.216 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7353 | 2024-08-30T18:59:35.035Z | [ recovery-image] Aug 30 18:59:33.235 INFO O| Aug 30 18:59:33.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
| 7354 | 2024-08-30T18:59:35.035Z | [ recovery-image] Aug 30 18:59:33.235 INFO O| Aug 30 18:59:33.235 INFO STEP 1115 (remove_files) COMPLETE |
| 7355 | 2024-08-30T18:59:35.038Z | [ recovery-image] Aug 30 18:59:33.235 INFO O| Aug 30 18:59:33.235 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7356 | 2024-08-30T18:59:35.052Z | [ recovery-image] Aug 30 18:59:33.252 INFO O| Aug 30 18:59:33.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
| 7357 | 2024-08-30T18:59:35.052Z | [ recovery-image] Aug 30 18:59:33.252 INFO O| Aug 30 18:59:33.252 INFO STEP 1116 (remove_files) COMPLETE |
| 7358 | 2024-08-30T18:59:35.054Z | [ recovery-image] Aug 30 18:59:33.252 INFO O| Aug 30 18:59:33.252 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7359 | 2024-08-30T18:59:35.067Z | [ recovery-image] Aug 30 18:59:33.268 INFO O| Aug 30 18:59:33.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
| 7360 | 2024-08-30T18:59:35.067Z | [ recovery-image] Aug 30 18:59:33.268 INFO O| Aug 30 18:59:33.268 INFO STEP 1117 (remove_files) COMPLETE |
| 7361 | 2024-08-30T18:59:35.070Z | [ recovery-image] Aug 30 18:59:33.268 INFO O| Aug 30 18:59:33.268 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7362 | 2024-08-30T18:59:35.082Z | [ recovery-image] Aug 30 18:59:33.282 INFO O| Aug 30 18:59:33.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
| 7363 | 2024-08-30T18:59:35.082Z | [ recovery-image] Aug 30 18:59:33.282 INFO O| Aug 30 18:59:33.282 INFO STEP 1118 (remove_files) COMPLETE |
| 7364 | 2024-08-30T18:59:35.084Z | [ recovery-image] Aug 30 18:59:33.283 INFO O| Aug 30 18:59:33.283 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7365 | 2024-08-30T18:59:35.097Z | [ recovery-image] Aug 30 18:59:33.297 INFO O| Aug 30 18:59:33.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
| 7366 | 2024-08-30T18:59:35.097Z | [ recovery-image] Aug 30 18:59:33.297 INFO O| Aug 30 18:59:33.297 INFO STEP 1119 (remove_files) COMPLETE |
| 7367 | 2024-08-30T18:59:35.097Z | [ recovery-image] Aug 30 18:59:33.297 INFO O| Aug 30 18:59:33.297 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7368 | 2024-08-30T18:59:35.113Z | [ recovery-image] Aug 30 18:59:33.313 INFO O| Aug 30 18:59:33.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
| 7369 | 2024-08-30T18:59:35.113Z | [ recovery-image] Aug 30 18:59:33.313 INFO O| Aug 30 18:59:33.313 INFO STEP 1120 (remove_files) COMPLETE |
| 7370 | 2024-08-30T18:59:35.113Z | [ recovery-image] Aug 30 18:59:33.313 INFO O| Aug 30 18:59:33.313 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7371 | 2024-08-30T18:59:35.128Z | [ host-image] Aug 30 18:59:33.328 INFO O| Aug 30 18:59:33.328 INFO O| Planning: Solver setup ... Done |
| 7372 | 2024-08-30T18:59:35.135Z | [ host-image] Aug 30 18:59:33.336 INFO O| Aug 30 18:59:33.336 INFO O| Planning: Running solver ... Done |
| 7373 | 2024-08-30T18:59:35.160Z | [ recovery-image] Aug 30 18:59:33.360 INFO O| Aug 30 18:59:33.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
| 7374 | 2024-08-30T18:59:35.160Z | [ recovery-image] Aug 30 18:59:33.360 INFO O| Aug 30 18:59:33.360 INFO STEP 1121 (remove_files) COMPLETE |
| 7375 | 2024-08-30T18:59:35.160Z | [ recovery-image] Aug 30 18:59:33.360 INFO O| Aug 30 18:59:33.360 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7376 | 2024-08-30T18:59:35.195Z | [ host-image] Aug 30 18:59:33.395 INFO O| Aug 30 18:59:33.395 INFO O| Planning: Finding local manifests ... Done |
| 7377 | 2024-08-30T18:59:35.198Z | [ host-image] Aug 30 18:59:33.397 INFO O| Aug 30 18:59:33.397 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 7378 | 2024-08-30T18:59:35.219Z | [ recovery-image] Aug 30 18:59:33.420 INFO O| Aug 30 18:59:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
| 7379 | 2024-08-30T18:59:35.222Z | [ recovery-image] Aug 30 18:59:33.420 INFO O| Aug 30 18:59:33.420 INFO STEP 1122 (remove_files) COMPLETE |
| 7380 | 2024-08-30T18:59:35.222Z | [ recovery-image] Aug 30 18:59:33.420 INFO O| Aug 30 18:59:33.420 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7381 | 2024-08-30T18:59:35.265Z | [ recovery-image] Aug 30 18:59:33.466 INFO O| Aug 30 18:59:33.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
| 7382 | 2024-08-30T18:59:35.268Z | [ recovery-image] Aug 30 18:59:33.466 INFO O| Aug 30 18:59:33.466 INFO STEP 1123 (remove_files) COMPLETE |
| 7383 | 2024-08-30T18:59:35.268Z | [ recovery-image] Aug 30 18:59:33.466 INFO O| Aug 30 18:59:33.466 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7384 | 2024-08-30T18:59:35.305Z | [ recovery-image] Aug 30 18:59:33.506 INFO O| Aug 30 18:59:33.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
| 7385 | 2024-08-30T18:59:35.308Z | [ recovery-image] Aug 30 18:59:33.506 INFO O| Aug 30 18:59:33.506 INFO STEP 1124 (remove_files) COMPLETE |
| 7386 | 2024-08-30T18:59:35.308Z | [ recovery-image] Aug 30 18:59:33.506 INFO O| Aug 30 18:59:33.506 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7387 | 2024-08-30T18:59:35.327Z | [ recovery-image] Aug 30 18:59:33.527 INFO O| Aug 30 18:59:33.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
| 7388 | 2024-08-30T18:59:35.327Z | [ recovery-image] Aug 30 18:59:33.528 INFO O| Aug 30 18:59:33.527 INFO STEP 1125 (remove_files) COMPLETE |
| 7389 | 2024-08-30T18:59:35.329Z | [ recovery-image] Aug 30 18:59:33.528 INFO O| Aug 30 18:59:33.528 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7390 | 2024-08-30T18:59:35.348Z | [ recovery-image] Aug 30 18:59:33.549 INFO O| Aug 30 18:59:33.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
| 7391 | 2024-08-30T18:59:35.348Z | [ recovery-image] Aug 30 18:59:33.549 INFO O| Aug 30 18:59:33.549 INFO STEP 1126 (remove_files) COMPLETE |
| 7392 | 2024-08-30T18:59:35.348Z | [ recovery-image] Aug 30 18:59:33.549 INFO O| Aug 30 18:59:33.549 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7393 | 2024-08-30T18:59:35.396Z | [ recovery-image] Aug 30 18:59:33.596 INFO O| Aug 30 18:59:33.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
| 7394 | 2024-08-30T18:59:35.396Z | [ recovery-image] Aug 30 18:59:33.596 INFO O| Aug 30 18:59:33.596 INFO STEP 1127 (remove_files) COMPLETE |
| 7395 | 2024-08-30T18:59:35.396Z | [ recovery-image] Aug 30 18:59:33.596 INFO O| Aug 30 18:59:33.596 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7396 | 2024-08-30T18:59:35.467Z | [ recovery-image] Aug 30 18:59:33.668 INFO O| Aug 30 18:59:33.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
| 7397 | 2024-08-30T18:59:35.470Z | [ recovery-image] Aug 30 18:59:33.668 INFO O| Aug 30 18:59:33.668 INFO STEP 1128 (remove_files) COMPLETE |
| 7398 | 2024-08-30T18:59:35.470Z | [ recovery-image] Aug 30 18:59:33.668 INFO O| Aug 30 18:59:33.668 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7399 | 2024-08-30T18:59:35.472Z | [ host-image] Aug 30 18:59:33.671 INFO O| Aug 30 18:59:33.671 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 7400 | 2024-08-30T18:59:35.487Z | [ recovery-image] Aug 30 18:59:33.687 INFO O| Aug 30 18:59:33.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
| 7401 | 2024-08-30T18:59:35.487Z | [ recovery-image] Aug 30 18:59:33.687 INFO O| Aug 30 18:59:33.687 INFO STEP 1129 (remove_files) COMPLETE |
| 7402 | 2024-08-30T18:59:35.487Z | [ recovery-image] Aug 30 18:59:33.687 INFO O| Aug 30 18:59:33.687 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7403 | 2024-08-30T18:59:35.505Z | [ recovery-image] Aug 30 18:59:33.705 INFO O| Aug 30 18:59:33.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
| 7404 | 2024-08-30T18:59:35.505Z | [ recovery-image] Aug 30 18:59:33.705 INFO O| Aug 30 18:59:33.705 INFO STEP 1130 (remove_files) COMPLETE |
| 7405 | 2024-08-30T18:59:35.507Z | [ recovery-image] Aug 30 18:59:33.705 INFO O| Aug 30 18:59:33.705 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7406 | 2024-08-30T18:59:35.524Z | [ recovery-image] Aug 30 18:59:33.724 INFO O| Aug 30 18:59:33.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
| 7407 | 2024-08-30T18:59:35.524Z | [ recovery-image] Aug 30 18:59:33.724 INFO O| Aug 30 18:59:33.724 INFO STEP 1131 (remove_files) COMPLETE |
| 7408 | 2024-08-30T18:59:35.524Z | [ recovery-image] Aug 30 18:59:33.724 INFO O| Aug 30 18:59:33.724 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7409 | 2024-08-30T18:59:35.529Z | [ host-image] Aug 30 18:59:33.729 INFO O| Aug 30 18:59:33.729 INFO O| Planning: Package planning ... Done |
| 7410 | 2024-08-30T18:59:35.542Z | [ recovery-image] Aug 30 18:59:33.742 INFO O| Aug 30 18:59:33.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
| 7411 | 2024-08-30T18:59:35.542Z | [ recovery-image] Aug 30 18:59:33.742 INFO O| Aug 30 18:59:33.742 INFO STEP 1132 (remove_files) COMPLETE |
| 7412 | 2024-08-30T18:59:35.542Z | [ recovery-image] Aug 30 18:59:33.742 INFO O| Aug 30 18:59:33.742 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7413 | 2024-08-30T18:59:35.558Z | [ recovery-image] Aug 30 18:59:33.758 INFO O| Aug 30 18:59:33.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
| 7414 | 2024-08-30T18:59:35.558Z | [ recovery-image] Aug 30 18:59:33.758 INFO O| Aug 30 18:59:33.758 INFO STEP 1133 (remove_files) COMPLETE |
| 7415 | 2024-08-30T18:59:35.558Z | [ recovery-image] Aug 30 18:59:33.758 INFO O| Aug 30 18:59:33.758 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7416 | 2024-08-30T18:59:35.574Z | [ recovery-image] Aug 30 18:59:33.775 INFO O| Aug 30 18:59:33.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
| 7417 | 2024-08-30T18:59:35.574Z | [ recovery-image] Aug 30 18:59:33.775 INFO O| Aug 30 18:59:33.775 INFO STEP 1134 (remove_files) COMPLETE |
| 7418 | 2024-08-30T18:59:35.574Z | [ recovery-image] Aug 30 18:59:33.775 INFO O| Aug 30 18:59:33.775 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7419 | 2024-08-30T18:59:35.588Z | [ host-image] Aug 30 18:59:33.788 INFO O| Aug 30 18:59:33.788 INFO O| Planning: Merging actions ... Done |
| 7420 | 2024-08-30T18:59:35.591Z | [ recovery-image] Aug 30 18:59:33.792 INFO O| Aug 30 18:59:33.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
| 7421 | 2024-08-30T18:59:35.594Z | [ recovery-image] Aug 30 18:59:33.792 INFO O| Aug 30 18:59:33.792 INFO STEP 1135 (remove_files) COMPLETE |
| 7422 | 2024-08-30T18:59:35.594Z | [ recovery-image] Aug 30 18:59:33.792 INFO O| Aug 30 18:59:33.792 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7423 | 2024-08-30T18:59:35.611Z | [ recovery-image] Aug 30 18:59:33.811 INFO O| Aug 30 18:59:33.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
| 7424 | 2024-08-30T18:59:35.613Z | [ recovery-image] Aug 30 18:59:33.811 INFO O| Aug 30 18:59:33.811 INFO STEP 1136 (remove_files) COMPLETE |
| 7425 | 2024-08-30T18:59:35.613Z | [ recovery-image] Aug 30 18:59:33.812 INFO O| Aug 30 18:59:33.811 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7426 | 2024-08-30T18:59:35.629Z | [ recovery-image] Aug 30 18:59:33.829 INFO O| Aug 30 18:59:33.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
| 7427 | 2024-08-30T18:59:35.631Z | [ recovery-image] Aug 30 18:59:33.830 INFO O| Aug 30 18:59:33.829 INFO STEP 1137 (remove_files) COMPLETE |
| 7428 | 2024-08-30T18:59:35.632Z | [ recovery-image] Aug 30 18:59:33.830 INFO O| Aug 30 18:59:33.830 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7429 | 2024-08-30T18:59:35.647Z | [ recovery-image] Aug 30 18:59:33.847 INFO O| Aug 30 18:59:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
| 7430 | 2024-08-30T18:59:35.649Z | [ recovery-image] Aug 30 18:59:33.848 INFO O| Aug 30 18:59:33.847 INFO STEP 1138 (remove_files) COMPLETE |
| 7431 | 2024-08-30T18:59:35.649Z | [ recovery-image] Aug 30 18:59:33.848 INFO O| Aug 30 18:59:33.848 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7432 | 2024-08-30T18:59:35.671Z | [ recovery-image] Aug 30 18:59:33.871 INFO O| Aug 30 18:59:33.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
| 7433 | 2024-08-30T18:59:35.671Z | [ recovery-image] Aug 30 18:59:33.871 INFO O| Aug 30 18:59:33.871 INFO STEP 1139 (remove_files) COMPLETE |
| 7434 | 2024-08-30T18:59:35.674Z | [ recovery-image] Aug 30 18:59:33.871 INFO O| Aug 30 18:59:33.871 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7435 | 2024-08-30T18:59:35.707Z | [ recovery-image] Aug 30 18:59:33.907 INFO O| Aug 30 18:59:33.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
| 7436 | 2024-08-30T18:59:35.707Z | [ recovery-image] Aug 30 18:59:33.907 INFO O| Aug 30 18:59:33.907 INFO STEP 1140 (remove_files) COMPLETE |
| 7437 | 2024-08-30T18:59:35.707Z | [ recovery-image] Aug 30 18:59:33.907 INFO O| Aug 30 18:59:33.907 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7438 | 2024-08-30T18:59:35.726Z | [ recovery-image] Aug 30 18:59:33.926 INFO O| Aug 30 18:59:33.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
| 7439 | 2024-08-30T18:59:35.726Z | [ recovery-image] Aug 30 18:59:33.926 INFO O| Aug 30 18:59:33.926 INFO STEP 1141 (remove_files) COMPLETE |
| 7440 | 2024-08-30T18:59:35.726Z | [ recovery-image] Aug 30 18:59:33.926 INFO O| Aug 30 18:59:33.926 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7441 | 2024-08-30T18:59:35.749Z | [ recovery-image] Aug 30 18:59:33.949 INFO O| Aug 30 18:59:33.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
| 7442 | 2024-08-30T18:59:35.751Z | [ recovery-image] Aug 30 18:59:33.949 INFO O| Aug 30 18:59:33.949 INFO STEP 1142 (remove_files) COMPLETE |
| 7443 | 2024-08-30T18:59:35.751Z | [ recovery-image] Aug 30 18:59:33.950 INFO O| Aug 30 18:59:33.949 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7444 | 2024-08-30T18:59:35.759Z | [ host-image] Aug 30 18:59:33.960 INFO O| Aug 30 18:59:33.959 INFO O| Planning: Checking for conflicting actions ... Done |
| 7445 | 2024-08-30T18:59:35.766Z | [ host-image] Aug 30 18:59:33.967 INFO O| Aug 30 18:59:33.966 INFO O| Planning: Consolidating action changes ... Done |
| 7446 | 2024-08-30T18:59:35.768Z | [ recovery-image] Aug 30 18:59:33.969 INFO O| Aug 30 18:59:33.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
| 7447 | 2024-08-30T18:59:35.771Z | [ recovery-image] Aug 30 18:59:33.969 INFO O| Aug 30 18:59:33.969 INFO STEP 1143 (remove_files) COMPLETE |
| 7448 | 2024-08-30T18:59:35.771Z | [ recovery-image] Aug 30 18:59:33.969 INFO O| Aug 30 18:59:33.969 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7449 | 2024-08-30T18:59:35.787Z | [ recovery-image] Aug 30 18:59:33.987 INFO O| Aug 30 18:59:33.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
| 7450 | 2024-08-30T18:59:35.790Z | [ recovery-image] Aug 30 18:59:33.987 INFO O| Aug 30 18:59:33.987 INFO STEP 1144 (remove_files) COMPLETE |
| 7451 | 2024-08-30T18:59:35.790Z | [ recovery-image] Aug 30 18:59:33.987 INFO O| Aug 30 18:59:33.987 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7452 | 2024-08-30T18:59:35.826Z | [ recovery-image] Aug 30 18:59:34.026 INFO O| Aug 30 18:59:34.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
| 7453 | 2024-08-30T18:59:35.826Z | [ recovery-image] Aug 30 18:59:34.026 INFO O| Aug 30 18:59:34.026 INFO STEP 1145 (remove_files) COMPLETE |
| 7454 | 2024-08-30T18:59:35.826Z | [ recovery-image] Aug 30 18:59:34.026 INFO O| Aug 30 18:59:34.026 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7455 | 2024-08-30T18:59:35.844Z | [ recovery-image] Aug 30 18:59:34.045 INFO O| Aug 30 18:59:34.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
| 7456 | 2024-08-30T18:59:35.844Z | [ recovery-image] Aug 30 18:59:34.045 INFO O| Aug 30 18:59:34.045 INFO STEP 1146 (remove_files) COMPLETE |
| 7457 | 2024-08-30T18:59:35.844Z | [ recovery-image] Aug 30 18:59:34.045 INFO O| Aug 30 18:59:34.045 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7458 | 2024-08-30T18:59:35.863Z | [ recovery-image] Aug 30 18:59:34.063 INFO O| Aug 30 18:59:34.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
| 7459 | 2024-08-30T18:59:35.865Z | [ recovery-image] Aug 30 18:59:34.064 INFO O| Aug 30 18:59:34.063 INFO STEP 1147 (remove_files) COMPLETE |
| 7460 | 2024-08-30T18:59:35.866Z | [ recovery-image] Aug 30 18:59:34.064 INFO O| Aug 30 18:59:34.064 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7461 | 2024-08-30T18:59:35.884Z | [ recovery-image] Aug 30 18:59:34.084 INFO O| Aug 30 18:59:34.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
| 7462 | 2024-08-30T18:59:35.886Z | [ recovery-image] Aug 30 18:59:34.084 INFO O| Aug 30 18:59:34.084 INFO STEP 1148 (remove_files) COMPLETE |
| 7463 | 2024-08-30T18:59:35.886Z | [ recovery-image] Aug 30 18:59:34.084 INFO O| Aug 30 18:59:34.084 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7464 | 2024-08-30T18:59:35.904Z | [ recovery-image] Aug 30 18:59:34.105 INFO O| Aug 30 18:59:34.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
| 7465 | 2024-08-30T18:59:35.904Z | [ recovery-image] Aug 30 18:59:34.105 INFO O| Aug 30 18:59:34.105 INFO STEP 1149 (remove_files) COMPLETE |
| 7466 | 2024-08-30T18:59:35.904Z | [ recovery-image] Aug 30 18:59:34.105 INFO O| Aug 30 18:59:34.105 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7467 | 2024-08-30T18:59:35.925Z | [ recovery-image] Aug 30 18:59:34.125 INFO O| Aug 30 18:59:34.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
| 7468 | 2024-08-30T18:59:35.925Z | [ recovery-image] Aug 30 18:59:34.125 INFO O| Aug 30 18:59:34.125 INFO STEP 1150 (remove_files) COMPLETE |
| 7469 | 2024-08-30T18:59:35.927Z | [ recovery-image] Aug 30 18:59:34.125 INFO O| Aug 30 18:59:34.125 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7470 | 2024-08-30T18:59:35.948Z | [ recovery-image] Aug 30 18:59:34.148 INFO O| Aug 30 18:59:34.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
| 7471 | 2024-08-30T18:59:35.948Z | [ recovery-image] Aug 30 18:59:34.148 INFO O| Aug 30 18:59:34.148 INFO STEP 1151 (remove_files) COMPLETE |
| 7472 | 2024-08-30T18:59:35.951Z | [ recovery-image] Aug 30 18:59:34.149 INFO O| Aug 30 18:59:34.148 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7473 | 2024-08-30T18:59:35.983Z | [ recovery-image] Aug 30 18:59:34.183 INFO O| Aug 30 18:59:34.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
| 7474 | 2024-08-30T18:59:35.983Z | [ recovery-image] Aug 30 18:59:34.184 INFO O| Aug 30 18:59:34.184 INFO STEP 1152 (remove_files) COMPLETE |
| 7475 | 2024-08-30T18:59:35.986Z | [ recovery-image] Aug 30 18:59:34.184 INFO O| Aug 30 18:59:34.184 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7476 | 2024-08-30T18:59:36.003Z | [ recovery-image] Aug 30 18:59:34.203 INFO O| Aug 30 18:59:34.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
| 7477 | 2024-08-30T18:59:36.005Z | [ recovery-image] Aug 30 18:59:34.203 INFO O| Aug 30 18:59:34.203 INFO STEP 1153 (remove_files) COMPLETE |
| 7478 | 2024-08-30T18:59:36.005Z | [ recovery-image] Aug 30 18:59:34.204 INFO O| Aug 30 18:59:34.204 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7479 | 2024-08-30T18:59:36.023Z | [ recovery-image] Aug 30 18:59:34.221 INFO O| Aug 30 18:59:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
| 7480 | 2024-08-30T18:59:36.028Z | [ recovery-image] Aug 30 18:59:34.221 INFO O| Aug 30 18:59:34.221 INFO STEP 1154 (remove_files) COMPLETE |
| 7481 | 2024-08-30T18:59:36.028Z | [ recovery-image] Aug 30 18:59:34.222 INFO O| Aug 30 18:59:34.221 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7482 | 2024-08-30T18:59:36.044Z | [ recovery-image] Aug 30 18:59:34.239 INFO O| Aug 30 18:59:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
| 7483 | 2024-08-30T18:59:36.044Z | [ recovery-image] Aug 30 18:59:34.239 INFO O| Aug 30 18:59:34.239 INFO STEP 1155 (remove_files) COMPLETE |
| 7484 | 2024-08-30T18:59:36.049Z | [ recovery-image] Aug 30 18:59:34.240 INFO O| Aug 30 18:59:34.240 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7485 | 2024-08-30T18:59:36.058Z | [ recovery-image] Aug 30 18:59:34.259 INFO O| Aug 30 18:59:34.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
| 7486 | 2024-08-30T18:59:36.060Z | [ recovery-image] Aug 30 18:59:34.259 INFO O| Aug 30 18:59:34.259 INFO STEP 1156 (remove_files) COMPLETE |
| 7487 | 2024-08-30T18:59:36.061Z | [ recovery-image] Aug 30 18:59:34.259 INFO O| Aug 30 18:59:34.259 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7488 | 2024-08-30T18:59:36.078Z | [ recovery-image] Aug 30 18:59:34.279 INFO O| Aug 30 18:59:34.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
| 7489 | 2024-08-30T18:59:36.080Z | [ recovery-image] Aug 30 18:59:34.279 INFO O| Aug 30 18:59:34.279 INFO STEP 1157 (remove_files) COMPLETE |
| 7490 | 2024-08-30T18:59:36.080Z | [ recovery-image] Aug 30 18:59:34.279 INFO O| Aug 30 18:59:34.279 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7491 | 2024-08-30T18:59:36.105Z | [ recovery-image] Aug 30 18:59:34.305 INFO O| Aug 30 18:59:34.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
| 7492 | 2024-08-30T18:59:36.107Z | [ recovery-image] Aug 30 18:59:34.305 INFO O| Aug 30 18:59:34.305 INFO STEP 1158 (remove_files) COMPLETE |
| 7493 | 2024-08-30T18:59:36.107Z | [ recovery-image] Aug 30 18:59:34.306 INFO O| Aug 30 18:59:34.305 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7494 | 2024-08-30T18:59:36.151Z | [ recovery-image] Aug 30 18:59:34.350 INFO O| Aug 30 18:59:34.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
| 7495 | 2024-08-30T18:59:36.151Z | [ recovery-image] Aug 30 18:59:34.350 INFO O| Aug 30 18:59:34.350 INFO STEP 1159 (remove_files) COMPLETE |
| 7496 | 2024-08-30T18:59:36.151Z | [ recovery-image] Aug 30 18:59:34.350 INFO O| Aug 30 18:59:34.350 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7497 | 2024-08-30T18:59:36.167Z | [ host-image] Aug 30 18:59:34.368 INFO O| Aug 30 18:59:34.368 INFO O| Planning: Evaluating mediators ... Done |
| 7498 | 2024-08-30T18:59:36.179Z | [ host-image] Aug 30 18:59:34.379 INFO O| Aug 30 18:59:34.379 INFO O| Planning: Planning completed in 4.03 seconds |
| 7499 | 2024-08-30T18:59:36.181Z | [ host-image] Aug 30 18:59:34.382 INFO O| Aug 30 18:59:34.382 INFO O| Packages to install: 6 |
| 7500 | 2024-08-30T18:59:36.181Z | [ host-image] Aug 30 18:59:34.382 INFO O| Aug 30 18:59:34.382 INFO O| Mediators to change: 1 |
| 7501 | 2024-08-30T18:59:36.184Z | [ host-image] Aug 30 18:59:34.382 INFO O| Aug 30 18:59:34.382 INFO O| Services to change: 1 |
| 7502 | 2024-08-30T18:59:36.207Z | [ host-image] Aug 30 18:59:34.407 INFO O| Aug 30 18:59:34.407 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
| 7503 | 2024-08-30T18:59:36.209Z | [ recovery-image] Aug 30 18:59:34.408 INFO O| Aug 30 18:59:34.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
| 7504 | 2024-08-30T18:59:36.209Z | [ recovery-image] Aug 30 18:59:34.409 INFO O| Aug 30 18:59:34.408 INFO STEP 1160 (remove_files) COMPLETE |
| 7505 | 2024-08-30T18:59:36.209Z | [ recovery-image] Aug 30 18:59:34.409 INFO O| Aug 30 18:59:34.409 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7506 | 2024-08-30T18:59:36.227Z | [ recovery-image] Aug 30 18:59:34.427 INFO O| Aug 30 18:59:34.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
| 7507 | 2024-08-30T18:59:36.227Z | [ recovery-image] Aug 30 18:59:34.427 INFO O| Aug 30 18:59:34.427 INFO STEP 1161 (remove_files) COMPLETE |
| 7508 | 2024-08-30T18:59:36.229Z | [ recovery-image] Aug 30 18:59:34.427 INFO O| Aug 30 18:59:34.427 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7509 | 2024-08-30T18:59:36.244Z | [ recovery-image] Aug 30 18:59:34.444 INFO O| Aug 30 18:59:34.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
| 7510 | 2024-08-30T18:59:36.244Z | [ recovery-image] Aug 30 18:59:34.444 INFO O| Aug 30 18:59:34.444 INFO STEP 1162 (remove_files) COMPLETE |
| 7511 | 2024-08-30T18:59:36.244Z | [ recovery-image] Aug 30 18:59:34.445 INFO O| Aug 30 18:59:34.444 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7512 | 2024-08-30T18:59:36.262Z | [ recovery-image] Aug 30 18:59:34.462 INFO O| Aug 30 18:59:34.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
| 7513 | 2024-08-30T18:59:36.262Z | [ recovery-image] Aug 30 18:59:34.463 INFO O| Aug 30 18:59:34.463 INFO STEP 1163 (remove_files) COMPLETE |
| 7514 | 2024-08-30T18:59:36.265Z | [ recovery-image] Aug 30 18:59:34.463 INFO O| Aug 30 18:59:34.463 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7515 | 2024-08-30T18:59:36.286Z | [ recovery-image] Aug 30 18:59:34.486 INFO O| Aug 30 18:59:34.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
| 7516 | 2024-08-30T18:59:36.286Z | [ recovery-image] Aug 30 18:59:34.486 INFO O| Aug 30 18:59:34.486 INFO STEP 1164 (remove_files) COMPLETE |
| 7517 | 2024-08-30T18:59:36.286Z | [ recovery-image] Aug 30 18:59:34.486 INFO O| Aug 30 18:59:34.486 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7518 | 2024-08-30T18:59:36.305Z | [ recovery-image] Aug 30 18:59:34.506 INFO O| Aug 30 18:59:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
| 7519 | 2024-08-30T18:59:36.306Z | [ recovery-image] Aug 30 18:59:34.506 INFO O| Aug 30 18:59:34.506 INFO STEP 1165 (remove_files) COMPLETE |
| 7520 | 2024-08-30T18:59:36.306Z | [ recovery-image] Aug 30 18:59:34.506 INFO O| Aug 30 18:59:34.506 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7521 | 2024-08-30T18:59:36.325Z | [ recovery-image] Aug 30 18:59:34.525 INFO O| Aug 30 18:59:34.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
| 7522 | 2024-08-30T18:59:36.325Z | [ recovery-image] Aug 30 18:59:34.525 INFO O| Aug 30 18:59:34.525 INFO STEP 1166 (remove_files) COMPLETE |
| 7523 | 2024-08-30T18:59:36.325Z | [ recovery-image] Aug 30 18:59:34.525 INFO O| Aug 30 18:59:34.525 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7524 | 2024-08-30T18:59:36.342Z | [ recovery-image] Aug 30 18:59:34.542 INFO O| Aug 30 18:59:34.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
| 7525 | 2024-08-30T18:59:36.342Z | [ recovery-image] Aug 30 18:59:34.542 INFO O| Aug 30 18:59:34.542 INFO STEP 1167 (remove_files) COMPLETE |
| 7526 | 2024-08-30T18:59:36.342Z | [ recovery-image] Aug 30 18:59:34.542 INFO O| Aug 30 18:59:34.542 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7527 | 2024-08-30T18:59:36.375Z | [ recovery-image] Aug 30 18:59:34.575 INFO O| Aug 30 18:59:34.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
| 7528 | 2024-08-30T18:59:36.375Z | [ recovery-image] Aug 30 18:59:34.575 INFO O| Aug 30 18:59:34.575 INFO STEP 1168 (remove_files) COMPLETE |
| 7529 | 2024-08-30T18:59:36.377Z | [ recovery-image] Aug 30 18:59:34.575 INFO O| Aug 30 18:59:34.575 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7530 | 2024-08-30T18:59:36.407Z | [ recovery-image] Aug 30 18:59:34.607 INFO O| Aug 30 18:59:34.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
| 7531 | 2024-08-30T18:59:36.407Z | [ recovery-image] Aug 30 18:59:34.607 INFO O| Aug 30 18:59:34.607 INFO STEP 1169 (remove_files) COMPLETE |
| 7532 | 2024-08-30T18:59:36.409Z | [ recovery-image] Aug 30 18:59:34.607 INFO O| Aug 30 18:59:34.607 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7533 | 2024-08-30T18:59:36.425Z | [ recovery-image] Aug 30 18:59:34.625 INFO O| Aug 30 18:59:34.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
| 7534 | 2024-08-30T18:59:36.425Z | [ recovery-image] Aug 30 18:59:34.625 INFO O| Aug 30 18:59:34.625 INFO STEP 1170 (remove_files) COMPLETE |
| 7535 | 2024-08-30T18:59:36.427Z | [ recovery-image] Aug 30 18:59:34.625 INFO O| Aug 30 18:59:34.625 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7536 | 2024-08-30T18:59:36.443Z | [ recovery-image] Aug 30 18:59:34.643 INFO O| Aug 30 18:59:34.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
| 7537 | 2024-08-30T18:59:36.443Z | [ recovery-image] Aug 30 18:59:34.643 INFO O| Aug 30 18:59:34.643 INFO STEP 1171 (remove_files) COMPLETE |
| 7538 | 2024-08-30T18:59:36.445Z | [ recovery-image] Aug 30 18:59:34.643 INFO O| Aug 30 18:59:34.643 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7539 | 2024-08-30T18:59:36.460Z | [ recovery-image] Aug 30 18:59:34.661 INFO O| Aug 30 18:59:34.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
| 7540 | 2024-08-30T18:59:36.460Z | [ recovery-image] Aug 30 18:59:34.661 INFO O| Aug 30 18:59:34.661 INFO STEP 1172 (remove_files) COMPLETE |
| 7541 | 2024-08-30T18:59:36.463Z | [ recovery-image] Aug 30 18:59:34.661 INFO O| Aug 30 18:59:34.661 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7542 | 2024-08-30T18:59:36.478Z | [ recovery-image] Aug 30 18:59:34.678 INFO O| Aug 30 18:59:34.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
| 7543 | 2024-08-30T18:59:36.478Z | [ recovery-image] Aug 30 18:59:34.678 INFO O| Aug 30 18:59:34.678 INFO STEP 1173 (remove_files) COMPLETE |
| 7544 | 2024-08-30T18:59:36.478Z | [ recovery-image] Aug 30 18:59:34.678 INFO O| Aug 30 18:59:34.678 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7545 | 2024-08-30T18:59:36.497Z | [ recovery-image] Aug 30 18:59:34.696 INFO O| Aug 30 18:59:34.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
| 7546 | 2024-08-30T18:59:36.497Z | [ recovery-image] Aug 30 18:59:34.696 INFO O| Aug 30 18:59:34.696 INFO STEP 1174 (remove_files) COMPLETE |
| 7547 | 2024-08-30T18:59:36.497Z | [ recovery-image] Aug 30 18:59:34.696 INFO O| Aug 30 18:59:34.696 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7548 | 2024-08-30T18:59:36.513Z | [ recovery-image] Aug 30 18:59:34.714 INFO O| Aug 30 18:59:34.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
| 7549 | 2024-08-30T18:59:36.516Z | [ recovery-image] Aug 30 18:59:34.714 INFO O| Aug 30 18:59:34.714 INFO STEP 1175 (remove_files) COMPLETE |
| 7550 | 2024-08-30T18:59:36.516Z | [ recovery-image] Aug 30 18:59:34.714 INFO O| Aug 30 18:59:34.714 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7551 | 2024-08-30T18:59:36.531Z | [ recovery-image] Aug 30 18:59:34.731 INFO O| Aug 30 18:59:34.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
| 7552 | 2024-08-30T18:59:36.533Z | [ recovery-image] Aug 30 18:59:34.731 INFO O| Aug 30 18:59:34.731 INFO STEP 1176 (remove_files) COMPLETE |
| 7553 | 2024-08-30T18:59:36.533Z | [ recovery-image] Aug 30 18:59:34.732 INFO O| Aug 30 18:59:34.731 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7554 | 2024-08-30T18:59:36.548Z | [ recovery-image] Aug 30 18:59:34.748 INFO O| Aug 30 18:59:34.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
| 7555 | 2024-08-30T18:59:36.548Z | [ recovery-image] Aug 30 18:59:34.748 INFO O| Aug 30 18:59:34.748 INFO STEP 1177 (remove_files) COMPLETE |
| 7556 | 2024-08-30T18:59:36.548Z | [ recovery-image] Aug 30 18:59:34.748 INFO O| Aug 30 18:59:34.748 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7557 | 2024-08-30T18:59:36.566Z | [ recovery-image] Aug 30 18:59:34.765 INFO O| Aug 30 18:59:34.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
| 7558 | 2024-08-30T18:59:36.566Z | [ recovery-image] Aug 30 18:59:34.765 INFO O| Aug 30 18:59:34.765 INFO STEP 1178 (remove_files) COMPLETE |
| 7559 | 2024-08-30T18:59:36.568Z | [ recovery-image] Aug 30 18:59:34.765 INFO O| Aug 30 18:59:34.765 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7560 | 2024-08-30T18:59:36.582Z | [ recovery-image] Aug 30 18:59:34.782 INFO O| Aug 30 18:59:34.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
| 7561 | 2024-08-30T18:59:36.582Z | [ recovery-image] Aug 30 18:59:34.782 INFO O| Aug 30 18:59:34.782 INFO STEP 1179 (remove_files) COMPLETE |
| 7562 | 2024-08-30T18:59:36.582Z | [ recovery-image] Aug 30 18:59:34.782 INFO O| Aug 30 18:59:34.782 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7563 | 2024-08-30T18:59:36.598Z | [ recovery-image] Aug 30 18:59:34.798 INFO O| Aug 30 18:59:34.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
| 7564 | 2024-08-30T18:59:36.599Z | [ recovery-image] Aug 30 18:59:34.798 INFO O| Aug 30 18:59:34.798 INFO STEP 1180 (remove_files) COMPLETE |
| 7565 | 2024-08-30T18:59:36.599Z | [ recovery-image] Aug 30 18:59:34.798 INFO O| Aug 30 18:59:34.798 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7566 | 2024-08-30T18:59:36.616Z | [ recovery-image] Aug 30 18:59:34.816 INFO O| Aug 30 18:59:34.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
| 7567 | 2024-08-30T18:59:36.616Z | [ recovery-image] Aug 30 18:59:34.816 INFO O| Aug 30 18:59:34.816 INFO STEP 1181 (remove_files) COMPLETE |
| 7568 | 2024-08-30T18:59:36.616Z | [ recovery-image] Aug 30 18:59:34.816 INFO O| Aug 30 18:59:34.816 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7569 | 2024-08-30T18:59:36.632Z | [ recovery-image] Aug 30 18:59:34.832 INFO O| Aug 30 18:59:34.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
| 7570 | 2024-08-30T18:59:36.632Z | [ recovery-image] Aug 30 18:59:34.832 INFO O| Aug 30 18:59:34.832 INFO STEP 1182 (remove_files) COMPLETE |
| 7571 | 2024-08-30T18:59:36.632Z | [ recovery-image] Aug 30 18:59:34.832 INFO O| Aug 30 18:59:34.832 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7572 | 2024-08-30T18:59:36.649Z | [ recovery-image] Aug 30 18:59:34.848 INFO O| Aug 30 18:59:34.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
| 7573 | 2024-08-30T18:59:36.649Z | [ recovery-image] Aug 30 18:59:34.849 INFO O| Aug 30 18:59:34.849 INFO STEP 1183 (remove_files) COMPLETE |
| 7574 | 2024-08-30T18:59:36.649Z | [ recovery-image] Aug 30 18:59:34.849 INFO O| Aug 30 18:59:34.849 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7575 | 2024-08-30T18:59:36.667Z | [ recovery-image] Aug 30 18:59:34.867 INFO O| Aug 30 18:59:34.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
| 7576 | 2024-08-30T18:59:36.667Z | [ recovery-image] Aug 30 18:59:34.867 INFO O| Aug 30 18:59:34.867 INFO STEP 1184 (remove_files) COMPLETE |
| 7577 | 2024-08-30T18:59:36.667Z | [ recovery-image] Aug 30 18:59:34.867 INFO O| Aug 30 18:59:34.867 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7578 | 2024-08-30T18:59:36.684Z | [ recovery-image] Aug 30 18:59:34.884 INFO O| Aug 30 18:59:34.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
| 7579 | 2024-08-30T18:59:36.684Z | [ recovery-image] Aug 30 18:59:34.884 INFO O| Aug 30 18:59:34.884 INFO STEP 1185 (remove_files) COMPLETE |
| 7580 | 2024-08-30T18:59:36.686Z | [ recovery-image] Aug 30 18:59:34.884 INFO O| Aug 30 18:59:34.884 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7581 | 2024-08-30T18:59:36.702Z | [ recovery-image] Aug 30 18:59:34.902 INFO O| Aug 30 18:59:34.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
| 7582 | 2024-08-30T18:59:36.702Z | [ recovery-image] Aug 30 18:59:34.902 INFO O| Aug 30 18:59:34.902 INFO STEP 1186 (remove_files) COMPLETE |
| 7583 | 2024-08-30T18:59:36.704Z | [ recovery-image] Aug 30 18:59:34.902 INFO O| Aug 30 18:59:34.902 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7584 | 2024-08-30T18:59:36.719Z | [ recovery-image] Aug 30 18:59:34.920 INFO O| Aug 30 18:59:34.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
| 7585 | 2024-08-30T18:59:36.722Z | [ recovery-image] Aug 30 18:59:34.920 INFO O| Aug 30 18:59:34.920 INFO STEP 1187 (remove_files) COMPLETE |
| 7586 | 2024-08-30T18:59:36.722Z | [ recovery-image] Aug 30 18:59:34.920 INFO O| Aug 30 18:59:34.920 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7587 | 2024-08-30T18:59:36.737Z | [ recovery-image] Aug 30 18:59:34.937 INFO O| Aug 30 18:59:34.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
| 7588 | 2024-08-30T18:59:36.737Z | [ recovery-image] Aug 30 18:59:34.938 INFO O| Aug 30 18:59:34.937 INFO STEP 1188 (remove_files) COMPLETE |
| 7589 | 2024-08-30T18:59:36.739Z | [ recovery-image] Aug 30 18:59:34.938 INFO O| Aug 30 18:59:34.937 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7590 | 2024-08-30T18:59:36.755Z | [ recovery-image] Aug 30 18:59:34.954 INFO O| Aug 30 18:59:34.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
| 7591 | 2024-08-30T18:59:36.757Z | [ recovery-image] Aug 30 18:59:34.954 INFO O| Aug 30 18:59:34.954 INFO STEP 1189 (remove_files) COMPLETE |
| 7592 | 2024-08-30T18:59:36.757Z | [ recovery-image] Aug 30 18:59:34.955 INFO O| Aug 30 18:59:34.954 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7593 | 2024-08-30T18:59:36.771Z | [ recovery-image] Aug 30 18:59:34.971 INFO O| Aug 30 18:59:34.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
| 7594 | 2024-08-30T18:59:36.771Z | [ recovery-image] Aug 30 18:59:34.971 INFO O| Aug 30 18:59:34.971 INFO STEP 1190 (remove_files) COMPLETE |
| 7595 | 2024-08-30T18:59:36.773Z | [ recovery-image] Aug 30 18:59:34.972 INFO O| Aug 30 18:59:34.971 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7596 | 2024-08-30T18:59:36.789Z | [ recovery-image] Aug 30 18:59:34.989 INFO O| Aug 30 18:59:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
| 7597 | 2024-08-30T18:59:36.789Z | [ recovery-image] Aug 30 18:59:34.989 INFO O| Aug 30 18:59:34.989 INFO STEP 1191 (remove_files) COMPLETE |
| 7598 | 2024-08-30T18:59:36.791Z | [ recovery-image] Aug 30 18:59:34.989 INFO O| Aug 30 18:59:34.989 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7599 | 2024-08-30T18:59:36.823Z | [ recovery-image] Aug 30 18:59:35.024 INFO O| Aug 30 18:59:35.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
| 7600 | 2024-08-30T18:59:36.824Z | [ recovery-image] Aug 30 18:59:35.024 INFO O| Aug 30 18:59:35.024 INFO STEP 1192 (remove_files) COMPLETE |
| 7601 | 2024-08-30T18:59:36.826Z | [ recovery-image] Aug 30 18:59:35.024 INFO O| Aug 30 18:59:35.024 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7602 | 2024-08-30T18:59:36.842Z | [ recovery-image] Aug 30 18:59:35.042 INFO O| Aug 30 18:59:35.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
| 7603 | 2024-08-30T18:59:36.842Z | [ recovery-image] Aug 30 18:59:35.042 INFO O| Aug 30 18:59:35.042 INFO STEP 1193 (remove_files) COMPLETE |
| 7604 | 2024-08-30T18:59:36.842Z | [ recovery-image] Aug 30 18:59:35.042 INFO O| Aug 30 18:59:35.042 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7605 | 2024-08-30T18:59:36.860Z | [ recovery-image] Aug 30 18:59:35.060 INFO O| Aug 30 18:59:35.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
| 7606 | 2024-08-30T18:59:36.860Z | [ recovery-image] Aug 30 18:59:35.061 INFO O| Aug 30 18:59:35.060 INFO STEP 1194 (remove_files) COMPLETE |
| 7607 | 2024-08-30T18:59:36.860Z | [ recovery-image] Aug 30 18:59:35.061 INFO O| Aug 30 18:59:35.061 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7608 | 2024-08-30T18:59:36.879Z | [ recovery-image] Aug 30 18:59:35.079 INFO O| Aug 30 18:59:35.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
| 7609 | 2024-08-30T18:59:36.879Z | [ recovery-image] Aug 30 18:59:35.079 INFO O| Aug 30 18:59:35.079 INFO STEP 1195 (remove_files) COMPLETE |
| 7610 | 2024-08-30T18:59:36.879Z | [ recovery-image] Aug 30 18:59:35.079 INFO O| Aug 30 18:59:35.079 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7611 | 2024-08-30T18:59:36.895Z | [ recovery-image] Aug 30 18:59:35.095 INFO O| Aug 30 18:59:35.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
| 7612 | 2024-08-30T18:59:36.895Z | [ recovery-image] Aug 30 18:59:35.095 INFO O| Aug 30 18:59:35.095 INFO STEP 1196 (remove_files) COMPLETE |
| 7613 | 2024-08-30T18:59:36.895Z | [ recovery-image] Aug 30 18:59:35.095 INFO O| Aug 30 18:59:35.095 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7614 | 2024-08-30T18:59:36.912Z | [ recovery-image] Aug 30 18:59:35.112 INFO O| Aug 30 18:59:35.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
| 7615 | 2024-08-30T18:59:36.915Z | [ recovery-image] Aug 30 18:59:35.113 INFO O| Aug 30 18:59:35.112 INFO STEP 1197 (remove_files) COMPLETE |
| 7616 | 2024-08-30T18:59:36.915Z | [ recovery-image] Aug 30 18:59:35.113 INFO O| Aug 30 18:59:35.113 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7617 | 2024-08-30T18:59:36.952Z | [ recovery-image] Aug 30 18:59:35.152 INFO O| Aug 30 18:59:35.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
| 7618 | 2024-08-30T18:59:36.952Z | [ recovery-image] Aug 30 18:59:35.152 INFO O| Aug 30 18:59:35.152 INFO STEP 1198 (remove_files) COMPLETE |
| 7619 | 2024-08-30T18:59:36.954Z | [ recovery-image] Aug 30 18:59:35.152 INFO O| Aug 30 18:59:35.152 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7620 | 2024-08-30T18:59:37.002Z | [ recovery-image] Aug 30 18:59:35.202 INFO O| Aug 30 18:59:35.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
| 7621 | 2024-08-30T18:59:37.004Z | [ recovery-image] Aug 30 18:59:35.203 INFO O| Aug 30 18:59:35.202 INFO STEP 1199 (remove_files) COMPLETE |
| 7622 | 2024-08-30T18:59:37.004Z | [ recovery-image] Aug 30 18:59:35.203 INFO O| Aug 30 18:59:35.202 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7623 | 2024-08-30T18:59:37.023Z | [ recovery-image] Aug 30 18:59:35.223 INFO O| Aug 30 18:59:35.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
| 7624 | 2024-08-30T18:59:37.025Z | [ recovery-image] Aug 30 18:59:35.223 INFO O| Aug 30 18:59:35.223 INFO STEP 1200 (remove_files) COMPLETE |
| 7625 | 2024-08-30T18:59:37.025Z | [ recovery-image] Aug 30 18:59:35.223 INFO O| Aug 30 18:59:35.223 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7626 | 2024-08-30T18:59:37.042Z | [ recovery-image] Aug 30 18:59:35.242 INFO O| Aug 30 18:59:35.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
| 7627 | 2024-08-30T18:59:37.045Z | [ recovery-image] Aug 30 18:59:35.243 INFO O| Aug 30 18:59:35.242 INFO STEP 1201 (remove_files) COMPLETE |
| 7628 | 2024-08-30T18:59:37.045Z | [ recovery-image] Aug 30 18:59:35.243 INFO O| Aug 30 18:59:35.243 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7629 | 2024-08-30T18:59:37.060Z | [ recovery-image] Aug 30 18:59:35.261 INFO O| Aug 30 18:59:35.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
| 7630 | 2024-08-30T18:59:37.063Z | [ recovery-image] Aug 30 18:59:35.261 INFO O| Aug 30 18:59:35.261 INFO STEP 1202 (remove_files) COMPLETE |
| 7631 | 2024-08-30T18:59:37.063Z | [ recovery-image] Aug 30 18:59:35.261 INFO O| Aug 30 18:59:35.261 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7632 | 2024-08-30T18:59:37.078Z | [ recovery-image] Aug 30 18:59:35.278 INFO O| Aug 30 18:59:35.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
| 7633 | 2024-08-30T18:59:37.078Z | [ recovery-image] Aug 30 18:59:35.278 INFO O| Aug 30 18:59:35.278 INFO STEP 1203 (remove_files) COMPLETE |
| 7634 | 2024-08-30T18:59:37.080Z | [ recovery-image] Aug 30 18:59:35.278 INFO O| Aug 30 18:59:35.278 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7635 | 2024-08-30T18:59:37.109Z | [ recovery-image] Aug 30 18:59:35.309 INFO O| Aug 30 18:59:35.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
| 7636 | 2024-08-30T18:59:37.109Z | [ recovery-image] Aug 30 18:59:35.309 INFO O| Aug 30 18:59:35.309 INFO STEP 1204 (remove_files) COMPLETE |
| 7637 | 2024-08-30T18:59:37.111Z | [ recovery-image] Aug 30 18:59:35.309 INFO O| Aug 30 18:59:35.309 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7638 | 2024-08-30T18:59:37.143Z | [ recovery-image] Aug 30 18:59:35.343 INFO O| Aug 30 18:59:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
| 7639 | 2024-08-30T18:59:37.143Z | [ recovery-image] Aug 30 18:59:35.343 INFO O| Aug 30 18:59:35.343 INFO STEP 1205 (remove_files) COMPLETE |
| 7640 | 2024-08-30T18:59:37.145Z | [ recovery-image] Aug 30 18:59:35.343 INFO O| Aug 30 18:59:35.343 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
| 7641 | 2024-08-30T18:59:37.171Z | [ recovery-image] Aug 30 18:59:35.371 INFO O| Aug 30 18:59:35.371 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
| 7642 | 2024-08-30T18:59:37.171Z | [ recovery-image] Aug 30 18:59:35.371 INFO O| Aug 30 18:59:35.371 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
| 7643 | 2024-08-30T18:59:38.816Z | [ recovery-image] Aug 30 18:59:37.016 INFO O| Aug 30 18:59:37.016 INFO STEP 1206 (pack_tar) COMPLETE |
| 7644 | 2024-08-30T18:59:38.816Z | [ recovery-image] Aug 30 18:59:37.016 INFO O| Aug 30 18:59:37.016 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 7645 | 2024-08-30T18:59:38.818Z | [ recovery-image] Aug 30 18:59:37.016 INFO O| Aug 30 18:59:37.016 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 7646 | 2024-08-30T18:59:39.077Z | [ recovery-image] Aug 30 18:59:37.277 INFO O| Aug 30 18:59:37.277 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 7647 | 2024-08-30T18:59:39.204Z | [ recovery-image] Aug 30 18:59:37.404 INFO O| Aug 30 18:59:37.404 INFO completed processing gimlet/ramdisk-03-recovery-trim |
| 7648 | 2024-08-30T18:59:39.214Z | [ recovery-image] Aug 30 18:59:37.414 INFO image builder template: zfs-recovery... |
| 7649 | 2024-08-30T18:59:39.214Z | [ recovery-image] Aug 30 18:59:37.414 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/.tmpWwHkvv/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.293", "-n", "zfs-recovery"], pwd: None |
| 7650 | 2024-08-30T18:59:39.268Z | [ recovery-image] Aug 30 18:59:37.468 INFO O| Aug 30 18:59:37.468 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 7651 | 2024-08-30T18:59:39.279Z | [ recovery-image] Aug 30 18:59:37.478 INFO O| Aug 30 18:59:37.478 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 7652 | 2024-08-30T18:59:39.371Z | [ recovery-image] Aug 30 18:59:37.571 INFO O| Aug 30 18:59:37.571 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
| 7653 | 2024-08-30T18:59:39.487Z | [ recovery-image] Aug 30 18:59:37.687 INFO O| Aug 30 18:59:37.687 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 7654 | 2024-08-30T18:59:39.489Z | [ recovery-image] Aug 30 18:59:37.687 INFO O| Aug 30 18:59:37.687 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 7655 | 2024-08-30T18:59:39.495Z | [ recovery-image] Aug 30 18:59:37.695 INFO O| Aug 30 18:59:37.695 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 7656 | 2024-08-30T18:59:39.580Z | [ recovery-image] Aug 30 18:59:37.779 INFO O| Aug 30 18:59:37.779 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
| 7657 | 2024-08-30T18:59:39.654Z | [ recovery-image] Aug 30 18:59:37.854 INFO O| Aug 30 18:59:37.854 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
| 7658 | 2024-08-30T18:59:39.670Z | [ recovery-image] Aug 30 18:59:37.870 INFO O| Aug 30 18:59:37.870 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
| 7659 | 2024-08-30T18:59:39.683Z | [ recovery-image] Aug 30 18:59:37.883 INFO O| Aug 30 18:59:37.883 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
| 7660 | 2024-08-30T18:59:39.704Z | [ recovery-image] Aug 30 18:59:37.903 INFO O| Aug 30 18:59:37.903 INFO no lofi found |
| 7661 | 2024-08-30T18:59:39.704Z | [ recovery-image] Aug 30 18:59:37.903 INFO O| Aug 30 18:59:37.903 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 7662 | 2024-08-30T18:59:39.704Z | [ recovery-image] Aug 30 18:59:37.903 INFO O| Aug 30 18:59:37.903 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
| 7663 | 2024-08-30T18:59:41.263Z | [ host-image] Aug 30 18:59:39.462 INFO O| Aug 30 18:59:39.462 INFO O| Download: 1110/1140 items 6.3/8.4MB 75% complete (1.2M/s) |
| 7664 | 2024-08-30T18:59:41.810Z | [ recovery-image] Aug 30 18:59:40.009 INFO O| Aug 30 18:59:40.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 7665 | 2024-08-30T18:59:41.810Z | [ recovery-image] Aug 30 18:59:40.009 INFO O| Aug 30 18:59:40.009 INFO pool device = /dev/dsk/c2t1d0p0 |
| 7666 | 2024-08-30T18:59:41.812Z | [ recovery-image] Aug 30 18:59:40.010 INFO O| Aug 30 18:59:40.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"] |
| 7667 | 2024-08-30T18:59:41.892Z | [ recovery-image] Aug 30 18:59:40.091 INFO O| Aug 30 18:59:40.091 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7668 | 2024-08-30T18:59:41.892Z | [ recovery-image] Aug 30 18:59:40.092 INFO O| Aug 30 18:59:40.091 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
| 7669 | 2024-08-30T18:59:41.914Z | [ recovery-image] Aug 30 18:59:40.114 INFO O| Aug 30 18:59:40.114 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
| 7670 | 2024-08-30T18:59:41.986Z | [ recovery-image] Aug 30 18:59:40.185 INFO O| Aug 30 18:59:40.185 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
| 7671 | 2024-08-30T18:59:42.023Z | [ recovery-image] Aug 30 18:59:40.222 INFO O| Aug 30 18:59:40.222 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
| 7672 | 2024-08-30T18:59:42.038Z | [ recovery-image] Aug 30 18:59:40.237 INFO O| Aug 30 18:59:40.237 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 7673 | 2024-08-30T18:59:42.048Z | [ recovery-image] Aug 30 18:59:40.248 INFO O| Aug 30 18:59:40.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 7674 | 2024-08-30T18:59:42.093Z | [ recovery-image] Aug 30 18:59:40.293 INFO O| Aug 30 18:59:40.293 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
| 7675 | 2024-08-30T18:59:42.095Z | [ recovery-image] Aug 30 18:59:40.293 INFO O| Aug 30 18:59:40.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
| 7676 | 2024-08-30T18:59:42.096Z | [ recovery-image] Aug 30 18:59:40.293 INFO O| Aug 30 18:59:40.293 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
| 7677 | 2024-08-30T18:59:42.103Z | [ recovery-image] Aug 30 18:59:40.303 INFO O| Aug 30 18:59:40.303 INFO boot environment UUID: e8553fbf-8c81-4ef9-bd37-e9ad5eb995b4 |
| 7678 | 2024-08-30T18:59:42.103Z | [ recovery-image] Aug 30 18:59:40.303 INFO O| Aug 30 18:59:40.303 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e8553fbf-8c81-4ef9-bd37-e9ad5eb995b4 |
| 7679 | 2024-08-30T18:59:42.113Z | [ recovery-image] Aug 30 18:59:40.313 INFO O| Aug 30 18:59:40.313 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 7680 | 2024-08-30T18:59:42.123Z | [ recovery-image] Aug 30 18:59:40.323 INFO O| Aug 30 18:59:40.323 INFO STEP 0 (create_be) COMPLETE |
| 7681 | 2024-08-30T18:59:42.123Z | [ recovery-image] Aug 30 18:59:40.323 INFO O| Aug 30 18:59:40.323 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7682 | 2024-08-30T18:59:42.139Z | [ recovery-image] Aug 30 18:59:40.338 INFO O| Aug 30 18:59:40.338 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"] |
| 7683 | 2024-08-30T18:59:43.451Z | [ host-image] Aug 30 18:59:41.650 INFO O| Aug 30 18:59:41.650 INFO O| Download: Completed 8.42 MB in 7.24 seconds (1.2M/s) |
| 7684 | 2024-08-30T18:59:43.746Z | [ host-image] Aug 30 18:59:41.945 INFO O| Aug 30 18:59:41.945 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 7685 | 2024-08-30T18:59:44.068Z | [ recovery-image] Aug 30 18:59:42.267 INFO O| Aug 30 18:59:42.267 INFO STEP 1 (unpack_tar) COMPLETE |
| 7686 | 2024-08-30T18:59:44.068Z | [ recovery-image] Aug 30 18:59:42.267 INFO O| Aug 30 18:59:42.267 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7687 | 2024-08-30T18:59:44.082Z | [ recovery-image] Aug 30 18:59:42.281 INFO O| Aug 30 18:59:42.281 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
| 7688 | 2024-08-30T18:59:44.486Z | [ host-image] Aug 30 18:59:42.685 INFO O| Aug 30 18:59:42.685 INFO O| Actions: Completed 1361 actions in 0.74 seconds. |
| 7689 | 2024-08-30T18:59:44.682Z | [ recovery-image] Aug 30 18:59:42.881 INFO O| Aug 30 18:59:42.880 INFO STEP 2 (devfsadm) COMPLETE |
| 7690 | 2024-08-30T18:59:44.682Z | [ recovery-image] Aug 30 18:59:42.881 INFO O| Aug 30 18:59:42.881 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7691 | 2024-08-30T18:59:44.697Z | [ recovery-image] Aug 30 18:59:42.896 INFO O| Aug 30 18:59:42.896 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 7692 | 2024-08-30T18:59:44.697Z | [ recovery-image] Aug 30 18:59:42.896 INFO O| Aug 30 18:59:42.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 7693 | 2024-08-30T18:59:44.697Z | [ recovery-image] Aug 30 18:59:42.896 INFO O| Aug 30 18:59:42.896 INFO STEP 3 (ensure_dir) COMPLETE |
| 7694 | 2024-08-30T18:59:44.697Z | [ recovery-image] Aug 30 18:59:42.896 INFO O| Aug 30 18:59:42.896 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7695 | 2024-08-30T18:59:44.711Z | [ recovery-image] Aug 30 18:59:42.910 INFO O| Aug 30 18:59:42.910 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 7696 | 2024-08-30T18:59:44.711Z | [ recovery-image] Aug 30 18:59:42.910 INFO O| Aug 30 18:59:42.910 INFO STEP 4 (ensure_dir) COMPLETE |
| 7697 | 2024-08-30T18:59:44.715Z | [ recovery-image] Aug 30 18:59:42.910 INFO O| Aug 30 18:59:42.910 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7698 | 2024-08-30T18:59:44.725Z | [ recovery-image] Aug 30 18:59:42.924 INFO O| Aug 30 18:59:42.924 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 7699 | 2024-08-30T18:59:44.725Z | [ recovery-image] Aug 30 18:59:42.924 INFO O| Aug 30 18:59:42.924 INFO STEP 5 (ensure_dir) COMPLETE |
| 7700 | 2024-08-30T18:59:44.728Z | [ recovery-image] Aug 30 18:59:42.924 INFO O| Aug 30 18:59:42.924 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7701 | 2024-08-30T18:59:44.738Z | [ recovery-image] Aug 30 18:59:42.937 INFO O| Aug 30 18:59:42.937 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
| 7702 | 2024-08-30T18:59:44.738Z | [ recovery-image] Aug 30 18:59:42.937 INFO O| Aug 30 18:59:42.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
| 7703 | 2024-08-30T18:59:44.741Z | [ recovery-image] Aug 30 18:59:42.937 INFO O| Aug 30 18:59:42.937 INFO STEP 6 (ensure_dir) COMPLETE |
| 7704 | 2024-08-30T18:59:44.741Z | [ recovery-image] Aug 30 18:59:42.937 INFO O| Aug 30 18:59:42.937 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7705 | 2024-08-30T18:59:44.751Z | [ recovery-image] Aug 30 18:59:42.951 INFO O| Aug 30 18:59:42.951 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 7706 | 2024-08-30T18:59:44.752Z | [ recovery-image] Aug 30 18:59:42.951 INFO O| Aug 30 18:59:42.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 7707 | 2024-08-30T18:59:44.754Z | [ recovery-image] Aug 30 18:59:42.951 INFO O| Aug 30 18:59:42.951 INFO STEP 7 (ensure_dir) COMPLETE |
| 7708 | 2024-08-30T18:59:44.754Z | [ recovery-image] Aug 30 18:59:42.951 INFO O| Aug 30 18:59:42.951 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7709 | 2024-08-30T18:59:44.766Z | [ recovery-image] Aug 30 18:59:42.965 INFO O| Aug 30 18:59:42.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
| 7710 | 2024-08-30T18:59:44.769Z | [ recovery-image] Aug 30 18:59:42.966 INFO O| Aug 30 18:59:42.966 INFO STEP 8 (remove_files) COMPLETE |
| 7711 | 2024-08-30T18:59:44.769Z | [ recovery-image] Aug 30 18:59:42.966 INFO O| Aug 30 18:59:42.966 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7712 | 2024-08-30T18:59:44.778Z | [ recovery-image] Aug 30 18:59:42.978 INFO O| Aug 30 18:59:42.978 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
| 7713 | 2024-08-30T18:59:44.781Z | [ recovery-image] Aug 30 18:59:42.979 INFO O| Aug 30 18:59:42.979 INFO STEP 9 (remove_files) COMPLETE |
| 7714 | 2024-08-30T18:59:44.781Z | [ recovery-image] Aug 30 18:59:42.979 INFO O| Aug 30 18:59:42.979 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7715 | 2024-08-30T18:59:44.791Z | [ recovery-image] Aug 30 18:59:42.990 INFO O| Aug 30 18:59:42.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
| 7716 | 2024-08-30T18:59:44.795Z | [ recovery-image] Aug 30 18:59:42.991 INFO O| Aug 30 18:59:42.991 INFO STEP 10 (remove_files) COMPLETE |
| 7717 | 2024-08-30T18:59:44.795Z | [ recovery-image] Aug 30 18:59:42.991 INFO O| Aug 30 18:59:42.991 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7718 | 2024-08-30T18:59:44.804Z | [ recovery-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
| 7719 | 2024-08-30T18:59:44.804Z | [ recovery-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO STEP 11 (remove_files) COMPLETE |
| 7720 | 2024-08-30T18:59:44.804Z | [ recovery-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7721 | 2024-08-30T18:59:44.807Z | [ host-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO O| Done |
| 7722 | 2024-08-30T18:59:44.807Z | [ host-image] Aug 30 18:59:43.003 INFO O| Aug 30 18:59:43.003 INFO O| Done |
| 7723 | 2024-08-30T18:59:44.818Z | [ recovery-image] Aug 30 18:59:43.015 INFO O| Aug 30 18:59:43.015 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
| 7724 | 2024-08-30T18:59:44.818Z | [ recovery-image] Aug 30 18:59:43.015 INFO O| Aug 30 18:59:43.015 INFO STEP 12 (remove_files) COMPLETE |
| 7725 | 2024-08-30T18:59:44.821Z | [ recovery-image] Aug 30 18:59:43.015 INFO O| Aug 30 18:59:43.015 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7726 | 2024-08-30T18:59:44.828Z | [ recovery-image] Aug 30 18:59:43.027 INFO O| Aug 30 18:59:43.027 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 7727 | 2024-08-30T18:59:44.828Z | [ recovery-image] Aug 30 18:59:43.027 INFO O| Aug 30 18:59:43.027 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 7728 | 2024-08-30T18:59:44.829Z | [ recovery-image] Aug 30 18:59:43.027 INFO O| Aug 30 18:59:43.027 INFO STEP 13 (ensure_dir) COMPLETE |
| 7729 | 2024-08-30T18:59:44.831Z | [ recovery-image] Aug 30 18:59:43.027 INFO O| Aug 30 18:59:43.027 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7730 | 2024-08-30T18:59:44.841Z | [ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 7731 | 2024-08-30T18:59:44.841Z | [ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 7732 | 2024-08-30T18:59:44.843Z | [ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 7733 | 2024-08-30T18:59:44.844Z | [ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO STEP 14 (ensure_dir) COMPLETE |
| 7734 | 2024-08-30T18:59:44.844Z | [ recovery-image] Aug 30 18:59:43.040 INFO O| Aug 30 18:59:43.040 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7735 | 2024-08-30T18:59:44.855Z | [ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 7736 | 2024-08-30T18:59:44.855Z | [ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 7737 | 2024-08-30T18:59:44.855Z | [ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 7738 | 2024-08-30T18:59:44.859Z | [ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO STEP 15 (ensure_dir) COMPLETE |
| 7739 | 2024-08-30T18:59:44.859Z | [ recovery-image] Aug 30 18:59:43.054 INFO O| Aug 30 18:59:43.054 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7740 | 2024-08-30T18:59:44.867Z | [ recovery-image] Aug 30 18:59:43.066 INFO O| Aug 30 18:59:43.066 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
| 7741 | 2024-08-30T18:59:44.867Z | [ recovery-image] Aug 30 18:59:43.066 INFO O| Aug 30 18:59:43.066 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
| 7742 | 2024-08-30T18:59:44.870Z | [ recovery-image] Aug 30 18:59:43.066 INFO O| Aug 30 18:59:43.066 INFO STEP 16 (ensure_dir) COMPLETE |
| 7743 | 2024-08-30T18:59:44.870Z | [ recovery-image] Aug 30 18:59:43.066 INFO O| Aug 30 18:59:43.066 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7744 | 2024-08-30T18:59:44.879Z | [ recovery-image] Aug 30 18:59:43.078 INFO O| Aug 30 18:59:43.078 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 7745 | 2024-08-30T18:59:44.879Z | [ recovery-image] Aug 30 18:59:43.078 INFO O| Aug 30 18:59:43.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 7746 | 2024-08-30T18:59:44.881Z | [ recovery-image] Aug 30 18:59:43.078 INFO O| Aug 30 18:59:43.078 INFO STEP 17 (ensure_dir) COMPLETE |
| 7747 | 2024-08-30T18:59:44.881Z | [ recovery-image] Aug 30 18:59:43.078 INFO O| Aug 30 18:59:43.078 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7748 | 2024-08-30T18:59:44.891Z | [ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 7749 | 2024-08-30T18:59:44.891Z | [ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
| 7750 | 2024-08-30T18:59:44.894Z | [ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO ok! |
| 7751 | 2024-08-30T18:59:44.894Z | [ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO STEP 18 (ensure_symlink) COMPLETE |
| 7752 | 2024-08-30T18:59:44.894Z | [ recovery-image] Aug 30 18:59:43.090 INFO O| Aug 30 18:59:43.090 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 7753 | 2024-08-30T18:59:44.902Z | [ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
| 7754 | 2024-08-30T18:59:44.902Z | [ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
| 7755 | 2024-08-30T18:59:44.915Z | [ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO ok! |
| 7756 | 2024-08-30T18:59:44.915Z | [ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO STEP 19 (ensure_file) COMPLETE |
| 7757 | 2024-08-30T18:59:44.915Z | [ recovery-image] Aug 30 18:59:43.102 INFO O| Aug 30 18:59:43.102 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7758 | 2024-08-30T18:59:44.918Z | [ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 7759 | 2024-08-30T18:59:44.918Z | [ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 7760 | 2024-08-30T18:59:44.918Z | [ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
| 7761 | 2024-08-30T18:59:44.918Z | [ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO ok! |
| 7762 | 2024-08-30T18:59:44.918Z | [ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO STEP 20 (ensure_symlink) COMPLETE |
| 7763 | 2024-08-30T18:59:44.918Z | [ recovery-image] Aug 30 18:59:43.113 INFO O| Aug 30 18:59:43.113 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7764 | 2024-08-30T18:59:44.925Z | [ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 7765 | 2024-08-30T18:59:44.927Z | [ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 7766 | 2024-08-30T18:59:44.927Z | [ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 7767 | 2024-08-30T18:59:44.927Z | [ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO ok! |
| 7768 | 2024-08-30T18:59:44.927Z | [ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO STEP 21 (ensure_symlink) COMPLETE |
| 7769 | 2024-08-30T18:59:44.927Z | [ recovery-image] Aug 30 18:59:43.124 INFO O| Aug 30 18:59:43.124 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7770 | 2024-08-30T18:59:44.936Z | [ recovery-image] Aug 30 18:59:43.135 INFO O| Aug 30 18:59:43.135 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 7771 | 2024-08-30T18:59:44.936Z | [ recovery-image] Aug 30 18:59:43.135 INFO O| Aug 30 18:59:43.135 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 7772 | 2024-08-30T18:59:44.940Z | [ recovery-image] Aug 30 18:59:43.136 INFO O| Aug 30 18:59:43.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
| 7773 | 2024-08-30T18:59:44.940Z | [ recovery-image] Aug 30 18:59:43.136 INFO O| Aug 30 18:59:43.136 INFO ok! |
| 7774 | 2024-08-30T18:59:44.940Z | [ recovery-image] Aug 30 18:59:43.136 INFO O| Aug 30 18:59:43.136 INFO STEP 22 (ensure_symlink) COMPLETE |
| 7775 | 2024-08-30T18:59:44.940Z | [ recovery-image] Aug 30 18:59:43.136 INFO O| Aug 30 18:59:43.136 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7776 | 2024-08-30T18:59:44.947Z | [ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 7777 | 2024-08-30T18:59:44.947Z | [ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 7778 | 2024-08-30T18:59:44.950Z | [ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 7779 | 2024-08-30T18:59:44.950Z | [ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO ok! |
| 7780 | 2024-08-30T18:59:44.950Z | [ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO STEP 23 (ensure_symlink) COMPLETE |
| 7781 | 2024-08-30T18:59:44.950Z | [ recovery-image] Aug 30 18:59:43.147 INFO O| Aug 30 18:59:43.147 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7782 | 2024-08-30T18:59:44.958Z | [ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 7783 | 2024-08-30T18:59:44.958Z | [ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 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 ... |
| 7784 | 2024-08-30T18:59:44.961Z | [ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
| 7785 | 2024-08-30T18:59:44.961Z | [ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 INFO ok! |
| 7786 | 2024-08-30T18:59:44.961Z | [ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 INFO STEP 24 (ensure_file) COMPLETE |
| 7787 | 2024-08-30T18:59:44.961Z | [ recovery-image] Aug 30 18:59:43.158 INFO O| Aug 30 18:59:43.158 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7788 | 2024-08-30T18:59:44.970Z | [ recovery-image] Aug 30 18:59:43.169 INFO O| Aug 30 18:59:43.169 INFO updating shadow file |
| 7789 | 2024-08-30T18:59:44.972Z | [ recovery-image] Aug 30 18:59:43.170 INFO O| Aug 30 18:59:43.170 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 7790 | 2024-08-30T18:59:44.972Z | [ recovery-image] Aug 30 18:59:43.170 INFO O| Aug 30 18:59:43.170 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 7791 | 2024-08-30T18:59:44.973Z | [ recovery-image] Aug 30 18:59:43.170 INFO O| Aug 30 18:59:43.170 INFO STEP 25 (shadow) COMPLETE |
| 7792 | 2024-08-30T18:59:44.973Z | [ recovery-image] Aug 30 18:59:43.170 INFO O| Aug 30 18:59:43.170 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7793 | 2024-08-30T18:59:44.984Z | [ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 7794 | 2024-08-30T18:59:44.984Z | [ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
| 7795 | 2024-08-30T18:59:44.986Z | [ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
| 7796 | 2024-08-30T18:59:44.986Z | [ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO ok! |
| 7797 | 2024-08-30T18:59:44.986Z | [ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO STEP 26 (ensure_file) COMPLETE |
| 7798 | 2024-08-30T18:59:44.986Z | [ recovery-image] Aug 30 18:59:43.183 INFO O| Aug 30 18:59:43.183 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7799 | 2024-08-30T18:59:44.996Z | [ recovery-image] Aug 30 18:59:43.195 INFO O| Aug 30 18:59:43.195 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
| 7800 | 2024-08-30T18:59:44.999Z | [ recovery-image] Aug 30 18:59:43.195 INFO O| Aug 30 18:59:43.195 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
| 7801 | 2024-08-30T18:59:44.999Z | [ recovery-image] Aug 30 18:59:43.196 INFO O| Aug 30 18:59:43.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
| 7802 | 2024-08-30T18:59:44.999Z | [ recovery-image] Aug 30 18:59:43.196 INFO O| Aug 30 18:59:43.196 INFO ok! |
| 7803 | 2024-08-30T18:59:44.999Z | [ recovery-image] Aug 30 18:59:43.196 INFO O| Aug 30 18:59:43.196 INFO STEP 27 (ensure_file) COMPLETE |
| 7804 | 2024-08-30T18:59:44.999Z | [ recovery-image] Aug 30 18:59:43.196 INFO O| Aug 30 18:59:43.196 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7805 | 2024-08-30T18:59:45.008Z | [ recovery-image] Aug 30 18:59:43.207 INFO O| Aug 30 18:59:43.207 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 7806 | 2024-08-30T18:59:45.008Z | [ recovery-image] Aug 30 18:59:43.207 INFO O| Aug 30 18:59:43.207 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
| 7807 | 2024-08-30T18:59:45.011Z | [ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.207 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
| 7808 | 2024-08-30T18:59:45.011Z | [ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.208 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
| 7809 | 2024-08-30T18:59:45.011Z | [ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.208 INFO ok! |
| 7810 | 2024-08-30T18:59:45.011Z | [ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.208 INFO STEP 28 (ensure_file) COMPLETE |
| 7811 | 2024-08-30T18:59:45.011Z | [ recovery-image] Aug 30 18:59:43.208 INFO O| Aug 30 18:59:43.208 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 7812 | 2024-08-30T18:59:45.020Z | [ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
| 7813 | 2024-08-30T18:59:45.020Z | [ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
| 7814 | 2024-08-30T18:59:45.022Z | [ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
| 7815 | 2024-08-30T18:59:45.022Z | [ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO ok! |
| 7816 | 2024-08-30T18:59:45.022Z | [ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO STEP 29 (ensure_file) COMPLETE |
| 7817 | 2024-08-30T18:59:45.022Z | [ recovery-image] Aug 30 18:59:43.219 INFO O| Aug 30 18:59:43.219 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7818 | 2024-08-30T18:59:45.031Z | [ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
| 7819 | 2024-08-30T18:59:45.031Z | [ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
| 7820 | 2024-08-30T18:59:45.033Z | [ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
| 7821 | 2024-08-30T18:59:45.033Z | [ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO ok! |
| 7822 | 2024-08-30T18:59:45.033Z | [ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO STEP 30 (ensure_file) COMPLETE |
| 7823 | 2024-08-30T18:59:45.033Z | [ recovery-image] Aug 30 18:59:43.230 INFO O| Aug 30 18:59:43.230 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7824 | 2024-08-30T18:59:45.044Z | [ recovery-image] Aug 30 18:59:43.243 INFO O| Aug 30 18:59:43.243 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 7825 | 2024-08-30T18:59:45.044Z | [ recovery-image] Aug 30 18:59:43.243 INFO O| Aug 30 18:59:43.243 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
| 7826 | 2024-08-30T18:59:45.046Z | [ recovery-image] Aug 30 18:59:43.243 INFO O| Aug 30 18:59:43.243 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
| 7827 | 2024-08-30T18:59:45.046Z | [ recovery-image] Aug 30 18:59:43.244 INFO O| Aug 30 18:59:43.243 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
| 7828 | 2024-08-30T18:59:45.046Z | [ recovery-image] Aug 30 18:59:43.244 INFO O| Aug 30 18:59:43.243 INFO ok! |
| 7829 | 2024-08-30T18:59:45.046Z | [ recovery-image] Aug 30 18:59:43.244 INFO O| Aug 30 18:59:43.243 INFO STEP 31 (ensure_file) COMPLETE |
| 7830 | 2024-08-30T18:59:45.046Z | [ recovery-image] Aug 30 18:59:43.244 INFO O| Aug 30 18:59:43.243 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7831 | 2024-08-30T18:59:45.058Z | [ recovery-image] Aug 30 18:59:43.257 INFO O| Aug 30 18:59:43.257 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 7832 | 2024-08-30T18:59:45.058Z | [ recovery-image] Aug 30 18:59:43.257 INFO O| Aug 30 18:59:43.257 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
| 7833 | 2024-08-30T18:59:45.060Z | [ recovery-image] Aug 30 18:59:43.258 INFO O| Aug 30 18:59:43.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
| 7834 | 2024-08-30T18:59:45.061Z | [ recovery-image] Aug 30 18:59:43.258 INFO O| Aug 30 18:59:43.258 INFO ok! |
| 7835 | 2024-08-30T18:59:45.061Z | [ recovery-image] Aug 30 18:59:43.258 INFO O| Aug 30 18:59:43.258 INFO STEP 32 (ensure_file) COMPLETE |
| 7836 | 2024-08-30T18:59:45.061Z | [ recovery-image] Aug 30 18:59:43.258 INFO O| Aug 30 18:59:43.258 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7837 | 2024-08-30T18:59:45.072Z | [ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 7838 | 2024-08-30T18:59:45.072Z | [ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
| 7839 | 2024-08-30T18:59:45.075Z | [ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
| 7840 | 2024-08-30T18:59:45.075Z | [ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO ok! |
| 7841 | 2024-08-30T18:59:45.075Z | [ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO STEP 33 (ensure_file) COMPLETE |
| 7842 | 2024-08-30T18:59:45.075Z | [ recovery-image] Aug 30 18:59:43.272 INFO O| Aug 30 18:59:43.272 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7843 | 2024-08-30T18:59:45.084Z | [ recovery-image] Aug 30 18:59:43.283 INFO O| Aug 30 18:59:43.283 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
| 7844 | 2024-08-30T18:59:45.084Z | [ recovery-image] Aug 30 18:59:43.283 INFO O| Aug 30 18:59:43.283 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
| 7845 | 2024-08-30T18:59:45.086Z | [ recovery-image] Aug 30 18:59:43.283 INFO O| Aug 30 18:59:43.283 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 7846 | 2024-08-30T18:59:45.086Z | [ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.283 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 7847 | 2024-08-30T18:59:45.086Z | [ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.283 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 7848 | 2024-08-30T18:59:45.086Z | [ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.284 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 7849 | 2024-08-30T18:59:45.086Z | [ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.284 INFO ok! |
| 7850 | 2024-08-30T18:59:45.087Z | [ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.284 INFO STEP 34 (ensure_file) COMPLETE |
| 7851 | 2024-08-30T18:59:45.087Z | [ recovery-image] Aug 30 18:59:43.284 INFO O| Aug 30 18:59:43.284 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 7852 | 2024-08-30T18:59:45.095Z | [ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 7853 | 2024-08-30T18:59:45.098Z | [ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 7854 | 2024-08-30T18:59:45.098Z | [ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 7855 | 2024-08-30T18:59:45.098Z | [ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO STEP 35 (ensure_dir) COMPLETE |
| 7856 | 2024-08-30T18:59:45.098Z | [ recovery-image] Aug 30 18:59:43.295 INFO O| Aug 30 18:59:43.295 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 7857 | 2024-08-30T18:59:45.109Z | [ recovery-image] Aug 30 18:59:43.308 INFO O| Aug 30 18:59:43.308 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 |
| 7858 | 2024-08-30T18:59:45.109Z | [ recovery-image] Aug 30 18:59:43.308 INFO O| Aug 30 18:59:43.308 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 ... |
| 7859 | 2024-08-30T18:59:45.112Z | [ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 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 |
| 7860 | 2024-08-30T18:59:45.112Z | [ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 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 |
| 7861 | 2024-08-30T18:59:45.112Z | [ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 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 |
| 7862 | 2024-08-30T18:59:45.112Z | [ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 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 |
| 7863 | 2024-08-30T18:59:45.112Z | [ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 INFO ok! |
| 7864 | 2024-08-30T18:59:45.112Z | [ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 INFO STEP 36 (ensure_file) COMPLETE |
| 7865 | 2024-08-30T18:59:45.112Z | [ recovery-image] Aug 30 18:59:43.309 INFO O| Aug 30 18:59:43.309 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 7866 | 2024-08-30T18:59:45.121Z | [ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 7867 | 2024-08-30T18:59:45.121Z | [ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 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 ... |
| 7868 | 2024-08-30T18:59:45.123Z | [ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 7869 | 2024-08-30T18:59:45.123Z | [ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO ok! |
| 7870 | 2024-08-30T18:59:45.123Z | [ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO STEP 37 (ensure_symlink) COMPLETE |
| 7871 | 2024-08-30T18:59:45.123Z | [ recovery-image] Aug 30 18:59:43.320 INFO O| Aug 30 18:59:43.320 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7872 | 2024-08-30T18:59:45.133Z | [ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 7873 | 2024-08-30T18:59:45.133Z | [ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 7874 | 2024-08-30T18:59:45.135Z | [ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 7875 | 2024-08-30T18:59:45.135Z | [ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 7876 | 2024-08-30T18:59:45.135Z | [ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 7877 | 2024-08-30T18:59:45.135Z | [ recovery-image] Aug 30 18:59:43.332 INFO O| Aug 30 18:59:43.332 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 7878 | 2024-08-30T18:59:45.135Z | [ recovery-image] Aug 30 18:59:43.333 INFO O| Aug 30 18:59:43.332 INFO ok! |
| 7879 | 2024-08-30T18:59:45.135Z | [ recovery-image] Aug 30 18:59:43.333 INFO O| Aug 30 18:59:43.332 INFO STEP 38 (ensure_file) COMPLETE |
| 7880 | 2024-08-30T18:59:45.135Z | [ recovery-image] Aug 30 18:59:43.333 INFO O| Aug 30 18:59:43.332 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7881 | 2024-08-30T18:59:45.144Z | [ recovery-image] Aug 30 18:59:43.343 INFO O| Aug 30 18:59:43.343 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 7882 | 2024-08-30T18:59:45.147Z | [ recovery-image] Aug 30 18:59:43.343 INFO O| Aug 30 18:59:43.343 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 ... |
| 7883 | 2024-08-30T18:59:45.147Z | [ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.343 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 |
| 7884 | 2024-08-30T18:59:45.147Z | [ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.344 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 7885 | 2024-08-30T18:59:45.147Z | [ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.344 INFO ok! |
| 7886 | 2024-08-30T18:59:45.147Z | [ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.344 INFO STEP 39 (ensure_file) COMPLETE |
| 7887 | 2024-08-30T18:59:45.147Z | [ recovery-image] Aug 30 18:59:43.344 INFO O| Aug 30 18:59:43.344 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 7888 | 2024-08-30T18:59:45.155Z | [ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 7889 | 2024-08-30T18:59:45.155Z | [ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
| 7890 | 2024-08-30T18:59:45.157Z | [ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
| 7891 | 2024-08-30T18:59:45.157Z | [ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO ok! |
| 7892 | 2024-08-30T18:59:45.157Z | [ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO STEP 40 (ensure_file) COMPLETE |
| 7893 | 2024-08-30T18:59:45.157Z | [ recovery-image] Aug 30 18:59:43.354 INFO O| Aug 30 18:59:43.354 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 7894 | 2024-08-30T18:59:45.166Z | [ recovery-image] Aug 30 18:59:43.365 INFO O| Aug 30 18:59:43.365 INFO updating shadow file |
| 7895 | 2024-08-30T18:59:45.168Z | [ recovery-image] Aug 30 18:59:43.365 INFO O| Aug 30 18:59:43.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 7896 | 2024-08-30T18:59:45.168Z | [ recovery-image] Aug 30 18:59:43.365 INFO O| Aug 30 18:59:43.365 INFO STEP 41 (shadow) COMPLETE |
| 7897 | 2024-08-30T18:59:45.168Z | [ recovery-image] Aug 30 18:59:43.365 INFO O| Aug 30 18:59:43.365 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 7898 | 2024-08-30T18:59:45.177Z | [ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 7899 | 2024-08-30T18:59:45.177Z | [ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
| 7900 | 2024-08-30T18:59:45.179Z | [ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
| 7901 | 2024-08-30T18:59:45.179Z | [ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
| 7902 | 2024-08-30T18:59:45.179Z | [ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO ok! |
| 7903 | 2024-08-30T18:59:45.179Z | [ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO STEP 42 (ensure_file) COMPLETE |
| 7904 | 2024-08-30T18:59:45.179Z | [ recovery-image] Aug 30 18:59:43.376 INFO O| Aug 30 18:59:43.376 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7905 | 2024-08-30T18:59:45.188Z | [ recovery-image] Aug 30 18:59:43.388 INFO O| Aug 30 18:59:43.388 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
| 7906 | 2024-08-30T18:59:45.188Z | [ recovery-image] Aug 30 18:59:43.388 INFO O| Aug 30 18:59:43.388 INFO STEP 43 (ensure_dir) COMPLETE |
| 7907 | 2024-08-30T18:59:45.188Z | [ recovery-image] Aug 30 18:59:43.388 INFO O| Aug 30 18:59:43.388 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7908 | 2024-08-30T18:59:45.199Z | [ recovery-image] Aug 30 18:59:43.399 INFO O| Aug 30 18:59:43.399 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
| 7909 | 2024-08-30T18:59:45.200Z | [ recovery-image] Aug 30 18:59:43.399 INFO O| Aug 30 18:59:43.399 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
| 7910 | 2024-08-30T18:59:45.202Z | [ recovery-image] Aug 30 18:59:43.399 INFO O| Aug 30 18:59:43.399 INFO STEP 44 (ensure_dir) COMPLETE |
| 7911 | 2024-08-30T18:59:45.202Z | [ recovery-image] Aug 30 18:59:43.399 INFO O| Aug 30 18:59:43.399 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7912 | 2024-08-30T18:59:45.212Z | [ recovery-image] Aug 30 18:59:43.411 INFO O| Aug 30 18:59:43.411 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
| 7913 | 2024-08-30T18:59:45.214Z | [ recovery-image] Aug 30 18:59:43.411 INFO O| Aug 30 18:59:43.411 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
| 7914 | 2024-08-30T18:59:45.214Z | [ recovery-image] Aug 30 18:59:43.411 INFO O| Aug 30 18:59:43.411 INFO STEP 45 (ensure_dir) COMPLETE |
| 7915 | 2024-08-30T18:59:45.214Z | [ recovery-image] Aug 30 18:59:43.411 INFO O| Aug 30 18:59:43.411 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7916 | 2024-08-30T18:59:45.224Z | [ recovery-image] Aug 30 18:59:43.423 INFO O| Aug 30 18:59:43.423 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 7917 | 2024-08-30T18:59:45.224Z | [ recovery-image] Aug 30 18:59:43.423 INFO O| Aug 30 18:59:43.423 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 7918 | 2024-08-30T18:59:45.253Z | [ host-image] Aug 30 18:59:43.452 INFO O| Aug 30 18:59:43.452 INFO O| Done |
| 7919 | 2024-08-30T18:59:45.266Z | [ recovery-image] Aug 30 18:59:43.465 INFO O| Aug 30 18:59:43.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
| 7920 | 2024-08-30T18:59:45.266Z | [ recovery-image] Aug 30 18:59:43.465 INFO O| Aug 30 18:59:43.465 INFO ok! |
| 7921 | 2024-08-30T18:59:45.266Z | [ recovery-image] Aug 30 18:59:43.465 INFO O| Aug 30 18:59:43.465 INFO STEP 46 (ensure_file) COMPLETE |
| 7922 | 2024-08-30T18:59:45.266Z | [ recovery-image] Aug 30 18:59:43.465 INFO O| Aug 30 18:59:43.465 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7923 | 2024-08-30T18:59:45.280Z | [ recovery-image] Aug 30 18:59:43.479 INFO O| Aug 30 18:59:43.479 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
| 7924 | 2024-08-30T18:59:45.280Z | [ recovery-image] Aug 30 18:59:43.479 INFO O| Aug 30 18:59:43.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
| 7925 | 2024-08-30T18:59:45.283Z | [ recovery-image] Aug 30 18:59:43.479 INFO O| Aug 30 18:59:43.479 INFO STEP 47 (ensure_dir) COMPLETE |
| 7926 | 2024-08-30T18:59:45.283Z | [ recovery-image] Aug 30 18:59:43.479 INFO O| Aug 30 18:59:43.479 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7927 | 2024-08-30T18:59:45.293Z | [ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 7928 | 2024-08-30T18:59:45.293Z | [ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 7929 | 2024-08-30T18:59:45.295Z | [ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 7930 | 2024-08-30T18:59:45.295Z | [ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO ok! |
| 7931 | 2024-08-30T18:59:45.295Z | [ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO STEP 48 (ensure_file) COMPLETE |
| 7932 | 2024-08-30T18:59:45.295Z | [ recovery-image] Aug 30 18:59:43.492 INFO O| Aug 30 18:59:43.492 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7933 | 2024-08-30T18:59:45.304Z | [ recovery-image] Aug 30 18:59:43.503 INFO O| Aug 30 18:59:43.503 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
| 7934 | 2024-08-30T18:59:45.304Z | [ recovery-image] Aug 30 18:59:43.503 INFO O| Aug 30 18:59:43.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
| 7935 | 2024-08-30T18:59:45.304Z | [ recovery-image] Aug 30 18:59:43.503 INFO O| Aug 30 18:59:43.503 INFO STEP 49 (ensure_dir) COMPLETE |
| 7936 | 2024-08-30T18:59:45.304Z | [ recovery-image] Aug 30 18:59:43.503 INFO O| Aug 30 18:59:43.503 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7937 | 2024-08-30T18:59:45.317Z | [ recovery-image] Aug 30 18:59:43.516 INFO O| Aug 30 18:59:43.516 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 7938 | 2024-08-30T18:59:45.317Z | [ recovery-image] Aug 30 18:59:43.516 INFO O| Aug 30 18:59:43.516 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 7939 | 2024-08-30T18:59:45.337Z | [ recovery-image] Aug 30 18:59:43.536 INFO O| Aug 30 18:59:43.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 7940 | 2024-08-30T18:59:45.337Z | [ recovery-image] Aug 30 18:59:43.536 INFO O| Aug 30 18:59:43.536 INFO ok! |
| 7941 | 2024-08-30T18:59:45.340Z | [ recovery-image] Aug 30 18:59:43.536 INFO O| Aug 30 18:59:43.536 INFO STEP 50 (ensure_file) COMPLETE |
| 7942 | 2024-08-30T18:59:45.340Z | [ recovery-image] Aug 30 18:59:43.536 INFO O| Aug 30 18:59:43.536 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7943 | 2024-08-30T18:59:45.351Z | [ recovery-image] Aug 30 18:59:43.550 INFO O| Aug 30 18:59:43.550 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 7944 | 2024-08-30T18:59:45.354Z | [ recovery-image] Aug 30 18:59:43.550 INFO O| Aug 30 18:59:43.550 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 7945 | 2024-08-30T18:59:46.213Z | [ recovery-image] Aug 30 18:59:44.412 INFO O| Aug 30 18:59:44.412 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 7946 | 2024-08-30T18:59:46.213Z | [ recovery-image] Aug 30 18:59:44.412 INFO O| Aug 30 18:59:44.412 INFO ok! |
| 7947 | 2024-08-30T18:59:46.216Z | [ recovery-image] Aug 30 18:59:44.412 INFO O| Aug 30 18:59:44.412 INFO STEP 51 (ensure_file) COMPLETE |
| 7948 | 2024-08-30T18:59:46.216Z | [ recovery-image] Aug 30 18:59:44.412 INFO O| Aug 30 18:59:44.412 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7949 | 2024-08-30T18:59:46.228Z | [ recovery-image] Aug 30 18:59:44.427 INFO O| Aug 30 18:59:44.427 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 7950 | 2024-08-30T18:59:46.228Z | [ recovery-image] Aug 30 18:59:44.427 INFO O| Aug 30 18:59:44.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 7951 | 2024-08-30T18:59:46.231Z | [ recovery-image] Aug 30 18:59:44.427 INFO O| Aug 30 18:59:44.427 INFO STEP 52 (ensure_dir) COMPLETE |
| 7952 | 2024-08-30T18:59:46.231Z | [ recovery-image] Aug 30 18:59:44.427 INFO O| Aug 30 18:59:44.427 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7953 | 2024-08-30T18:59:46.241Z | [ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 7954 | 2024-08-30T18:59:46.241Z | [ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 7955 | 2024-08-30T18:59:46.241Z | [ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 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 |
| 7956 | 2024-08-30T18:59:46.243Z | [ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO ok! |
| 7957 | 2024-08-30T18:59:46.243Z | [ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO STEP 53 (ensure_file) COMPLETE |
| 7958 | 2024-08-30T18:59:46.244Z | [ recovery-image] Aug 30 18:59:44.440 INFO O| Aug 30 18:59:44.440 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7959 | 2024-08-30T18:59:46.254Z | [ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 7960 | 2024-08-30T18:59:46.256Z | [ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 7961 | 2024-08-30T18:59:46.256Z | [ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 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 |
| 7962 | 2024-08-30T18:59:46.256Z | [ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO ok! |
| 7963 | 2024-08-30T18:59:46.257Z | [ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO STEP 54 (ensure_file) COMPLETE |
| 7964 | 2024-08-30T18:59:46.257Z | [ recovery-image] Aug 30 18:59:44.453 INFO O| Aug 30 18:59:44.453 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7965 | 2024-08-30T18:59:46.268Z | [ recovery-image] Aug 30 18:59:44.467 INFO O| Aug 30 18:59:44.467 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 7966 | 2024-08-30T18:59:46.271Z | [ recovery-image] Aug 30 18:59:44.468 INFO O| Aug 30 18:59:44.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 7967 | 2024-08-30T18:59:46.271Z | [ recovery-image] Aug 30 18:59:44.468 INFO O| Aug 30 18:59:44.468 INFO STEP 55 (ensure_dir) COMPLETE |
| 7968 | 2024-08-30T18:59:46.271Z | [ recovery-image] Aug 30 18:59:44.468 INFO O| Aug 30 18:59:44.468 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7969 | 2024-08-30T18:59:46.284Z | [ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 7970 | 2024-08-30T18:59:46.284Z | [ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 7971 | 2024-08-30T18:59:46.284Z | [ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 7972 | 2024-08-30T18:59:46.286Z | [ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO ok! |
| 7973 | 2024-08-30T18:59:46.286Z | [ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO STEP 56 (ensure_file) COMPLETE |
| 7974 | 2024-08-30T18:59:46.286Z | [ recovery-image] Aug 30 18:59:44.483 INFO O| Aug 30 18:59:44.483 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7975 | 2024-08-30T18:59:46.299Z | [ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 7976 | 2024-08-30T18:59:46.299Z | [ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 7977 | 2024-08-30T18:59:46.301Z | [ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 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 |
| 7978 | 2024-08-30T18:59:46.301Z | [ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO ok! |
| 7979 | 2024-08-30T18:59:46.301Z | [ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO STEP 57 (ensure_file) COMPLETE |
| 7980 | 2024-08-30T18:59:46.301Z | [ recovery-image] Aug 30 18:59:44.498 INFO O| Aug 30 18:59:44.498 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7981 | 2024-08-30T18:59:46.311Z | [ recovery-image] Aug 30 18:59:44.510 INFO O| Aug 30 18:59:44.510 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 7982 | 2024-08-30T18:59:46.311Z | [ recovery-image] Aug 30 18:59:44.510 INFO O| Aug 30 18:59:44.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 7983 | 2024-08-30T18:59:46.311Z | [ recovery-image] Aug 30 18:59:44.510 INFO O| Aug 30 18:59:44.510 INFO STEP 58 (ensure_dir) COMPLETE |
| 7984 | 2024-08-30T18:59:46.313Z | [ recovery-image] Aug 30 18:59:44.510 INFO O| Aug 30 18:59:44.510 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7985 | 2024-08-30T18:59:46.324Z | [ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 7986 | 2024-08-30T18:59:46.326Z | [ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 7987 | 2024-08-30T18:59:46.326Z | [ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 7988 | 2024-08-30T18:59:46.326Z | [ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO ok! |
| 7989 | 2024-08-30T18:59:46.326Z | [ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO STEP 59 (ensure_file) COMPLETE |
| 7990 | 2024-08-30T18:59:46.326Z | [ recovery-image] Aug 30 18:59:44.523 INFO O| Aug 30 18:59:44.523 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7991 | 2024-08-30T18:59:46.337Z | [ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 7992 | 2024-08-30T18:59:46.337Z | [ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 7993 | 2024-08-30T18:59:46.340Z | [ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 7994 | 2024-08-30T18:59:46.340Z | [ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO ok! |
| 7995 | 2024-08-30T18:59:46.340Z | [ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO STEP 60 (ensure_file) COMPLETE |
| 7996 | 2024-08-30T18:59:46.340Z | [ recovery-image] Aug 30 18:59:44.536 INFO O| Aug 30 18:59:44.536 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 7997 | 2024-08-30T18:59:46.349Z | [ recovery-image] Aug 30 18:59:44.548 INFO O| Aug 30 18:59:44.548 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
| 7998 | 2024-08-30T18:59:46.349Z | [ recovery-image] Aug 30 18:59:44.548 INFO O| Aug 30 18:59:44.548 INFO STEP 61 (ensure_dir) COMPLETE |
| 7999 | 2024-08-30T18:59:46.351Z | [ recovery-image] Aug 30 18:59:44.548 INFO O| Aug 30 18:59:44.548 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8000 | 2024-08-30T18:59:46.360Z | [ recovery-image] Aug 30 18:59:44.559 INFO O| Aug 30 18:59:44.559 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
| 8001 | 2024-08-30T18:59:46.360Z | [ recovery-image] Aug 30 18:59:44.559 INFO O| Aug 30 18:59:44.559 INFO STEP 62 (ensure_dir) COMPLETE |
| 8002 | 2024-08-30T18:59:46.363Z | [ recovery-image] Aug 30 18:59:44.559 INFO O| Aug 30 18:59:44.559 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8003 | 2024-08-30T18:59:46.371Z | [ recovery-image] Aug 30 18:59:44.570 INFO O| Aug 30 18:59:44.570 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
| 8004 | 2024-08-30T18:59:46.371Z | [ recovery-image] Aug 30 18:59:44.570 INFO O| Aug 30 18:59:44.570 INFO STEP 63 (ensure_dir) COMPLETE |
| 8005 | 2024-08-30T18:59:46.374Z | [ recovery-image] Aug 30 18:59:44.570 INFO O| Aug 30 18:59:44.570 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8006 | 2024-08-30T18:59:46.385Z | [ recovery-image] Aug 30 18:59:44.584 INFO O| Aug 30 18:59:44.584 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
| 8007 | 2024-08-30T18:59:46.385Z | [ recovery-image] Aug 30 18:59:44.584 INFO O| Aug 30 18:59:44.584 INFO STEP 64 (ensure_dir) COMPLETE |
| 8008 | 2024-08-30T18:59:46.388Z | [ recovery-image] Aug 30 18:59:44.584 INFO O| Aug 30 18:59:44.584 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8009 | 2024-08-30T18:59:46.400Z | [ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8010 | 2024-08-30T18:59:46.400Z | [ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO copying /tmp/.tmpWwHkvv/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8011 | 2024-08-30T18:59:46.400Z | [ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8012 | 2024-08-30T18:59:46.407Z | [ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO ok! |
| 8013 | 2024-08-30T18:59:46.407Z | [ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO STEP 65 (ensure_file) COMPLETE |
| 8014 | 2024-08-30T18:59:46.407Z | [ recovery-image] Aug 30 18:59:44.599 INFO O| Aug 30 18:59:44.599 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8015 | 2024-08-30T18:59:46.416Z | [ recovery-image] Aug 30 18:59:44.614 INFO O| Aug 30 18:59:44.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8016 | 2024-08-30T18:59:46.419Z | [ recovery-image] Aug 30 18:59:44.614 INFO O| Aug 30 18:59:44.614 INFO STEP 66 (remove_files) COMPLETE |
| 8017 | 2024-08-30T18:59:46.419Z | [ recovery-image] Aug 30 18:59:44.614 INFO O| Aug 30 18:59:44.614 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8018 | 2024-08-30T18:59:46.431Z | [ recovery-image] Aug 30 18:59:44.630 INFO O| Aug 30 18:59:44.630 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8019 | 2024-08-30T18:59:46.433Z | [ recovery-image] Aug 30 18:59:44.630 INFO O| Aug 30 18:59:44.630 INFO STEP 67 (remove_files) COMPLETE |
| 8020 | 2024-08-30T18:59:46.433Z | [ recovery-image] Aug 30 18:59:44.630 INFO O| Aug 30 18:59:44.630 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8021 | 2024-08-30T18:59:46.444Z | [ recovery-image] Aug 30 18:59:44.643 INFO O| Aug 30 18:59:44.643 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8022 | 2024-08-30T18:59:46.447Z | [ recovery-image] Aug 30 18:59:44.644 INFO O| Aug 30 18:59:44.644 INFO STEP 68 (remove_files) COMPLETE |
| 8023 | 2024-08-30T18:59:46.447Z | [ recovery-image] Aug 30 18:59:44.644 INFO O| Aug 30 18:59:44.644 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8024 | 2024-08-30T18:59:46.457Z | [ recovery-image] Aug 30 18:59:44.656 INFO O| Aug 30 18:59:44.656 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8025 | 2024-08-30T18:59:46.459Z | [ recovery-image] Aug 30 18:59:44.656 INFO O| Aug 30 18:59:44.656 INFO STEP 69 (remove_files) COMPLETE |
| 8026 | 2024-08-30T18:59:46.459Z | [ recovery-image] Aug 30 18:59:44.656 INFO O| Aug 30 18:59:44.656 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8027 | 2024-08-30T18:59:46.472Z | [ recovery-image] Aug 30 18:59:44.671 INFO O| Aug 30 18:59:44.671 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8028 | 2024-08-30T18:59:46.474Z | [ recovery-image] Aug 30 18:59:44.671 INFO O| Aug 30 18:59:44.671 INFO STEP 70 (remove_files) COMPLETE |
| 8029 | 2024-08-30T18:59:46.474Z | [ recovery-image] Aug 30 18:59:44.671 INFO O| Aug 30 18:59:44.671 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8030 | 2024-08-30T18:59:46.484Z | [ recovery-image] Aug 30 18:59:44.683 INFO O| Aug 30 18:59:44.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8031 | 2024-08-30T18:59:46.486Z | [ recovery-image] Aug 30 18:59:44.683 INFO O| Aug 30 18:59:44.683 INFO STEP 71 (remove_files) COMPLETE |
| 8032 | 2024-08-30T18:59:46.486Z | [ recovery-image] Aug 30 18:59:44.683 INFO O| Aug 30 18:59:44.683 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8033 | 2024-08-30T18:59:46.497Z | [ recovery-image] Aug 30 18:59:44.696 INFO O| Aug 30 18:59:44.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8034 | 2024-08-30T18:59:46.497Z | [ recovery-image] Aug 30 18:59:44.696 INFO O| Aug 30 18:59:44.696 INFO STEP 72 (remove_files) COMPLETE |
| 8035 | 2024-08-30T18:59:46.500Z | [ recovery-image] Aug 30 18:59:44.696 INFO O| Aug 30 18:59:44.696 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8036 | 2024-08-30T18:59:46.511Z | [ recovery-image] Aug 30 18:59:44.710 INFO O| Aug 30 18:59:44.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8037 | 2024-08-30T18:59:46.513Z | [ recovery-image] Aug 30 18:59:44.710 INFO O| Aug 30 18:59:44.710 INFO STEP 73 (remove_files) COMPLETE |
| 8038 | 2024-08-30T18:59:46.513Z | [ recovery-image] Aug 30 18:59:44.710 INFO O| Aug 30 18:59:44.710 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8039 | 2024-08-30T18:59:46.523Z | [ recovery-image] Aug 30 18:59:44.722 INFO O| Aug 30 18:59:44.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8040 | 2024-08-30T18:59:46.523Z | [ recovery-image] Aug 30 18:59:44.722 INFO O| Aug 30 18:59:44.722 INFO STEP 74 (remove_files) COMPLETE |
| 8041 | 2024-08-30T18:59:46.523Z | [ recovery-image] Aug 30 18:59:44.722 INFO O| Aug 30 18:59:44.722 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8042 | 2024-08-30T18:59:46.538Z | [ recovery-image] Aug 30 18:59:44.736 INFO O| Aug 30 18:59:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8043 | 2024-08-30T18:59:46.538Z | [ recovery-image] Aug 30 18:59:44.736 INFO O| Aug 30 18:59:44.736 INFO STEP 75 (remove_files) COMPLETE |
| 8044 | 2024-08-30T18:59:46.538Z | [ recovery-image] Aug 30 18:59:44.736 INFO O| Aug 30 18:59:44.736 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8045 | 2024-08-30T18:59:46.548Z | [ recovery-image] Aug 30 18:59:44.747 INFO O| Aug 30 18:59:44.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8046 | 2024-08-30T18:59:46.548Z | [ recovery-image] Aug 30 18:59:44.748 INFO O| Aug 30 18:59:44.748 INFO STEP 76 (remove_files) COMPLETE |
| 8047 | 2024-08-30T18:59:46.548Z | [ recovery-image] Aug 30 18:59:44.748 INFO O| Aug 30 18:59:44.748 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8048 | 2024-08-30T18:59:46.561Z | [ recovery-image] Aug 30 18:59:44.761 INFO O| Aug 30 18:59:44.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8049 | 2024-08-30T18:59:46.561Z | [ recovery-image] Aug 30 18:59:44.761 INFO O| Aug 30 18:59:44.761 INFO STEP 77 (remove_files) COMPLETE |
| 8050 | 2024-08-30T18:59:46.564Z | [ recovery-image] Aug 30 18:59:44.761 INFO O| Aug 30 18:59:44.761 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8051 | 2024-08-30T18:59:46.573Z | [ recovery-image] Aug 30 18:59:44.772 INFO O| Aug 30 18:59:44.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8052 | 2024-08-30T18:59:46.574Z | [ recovery-image] Aug 30 18:59:44.773 INFO O| Aug 30 18:59:44.773 INFO STEP 78 (remove_files) COMPLETE |
| 8053 | 2024-08-30T18:59:46.576Z | [ recovery-image] Aug 30 18:59:44.773 INFO O| Aug 30 18:59:44.773 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8054 | 2024-08-30T18:59:46.586Z | [ recovery-image] Aug 30 18:59:44.785 INFO O| Aug 30 18:59:44.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8055 | 2024-08-30T18:59:46.588Z | [ recovery-image] Aug 30 18:59:44.785 INFO O| Aug 30 18:59:44.785 INFO STEP 79 (remove_files) COMPLETE |
| 8056 | 2024-08-30T18:59:46.588Z | [ recovery-image] Aug 30 18:59:44.785 INFO O| Aug 30 18:59:44.785 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8057 | 2024-08-30T18:59:46.600Z | [ recovery-image] Aug 30 18:59:44.799 INFO O| Aug 30 18:59:44.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8058 | 2024-08-30T18:59:46.600Z | [ recovery-image] Aug 30 18:59:44.799 INFO O| Aug 30 18:59:44.799 INFO STEP 80 (remove_files) COMPLETE |
| 8059 | 2024-08-30T18:59:46.602Z | [ recovery-image] Aug 30 18:59:44.799 INFO O| Aug 30 18:59:44.799 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8060 | 2024-08-30T18:59:46.611Z | [ recovery-image] Aug 30 18:59:44.810 INFO O| Aug 30 18:59:44.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8061 | 2024-08-30T18:59:46.611Z | [ recovery-image] Aug 30 18:59:44.810 INFO O| Aug 30 18:59:44.810 INFO STEP 81 (remove_files) COMPLETE |
| 8062 | 2024-08-30T18:59:46.613Z | [ recovery-image] Aug 30 18:59:44.810 INFO O| Aug 30 18:59:44.810 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8063 | 2024-08-30T18:59:46.627Z | [ recovery-image] Aug 30 18:59:44.826 INFO O| Aug 30 18:59:44.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8064 | 2024-08-30T18:59:46.627Z | [ recovery-image] Aug 30 18:59:44.826 INFO O| Aug 30 18:59:44.826 INFO STEP 82 (remove_files) COMPLETE |
| 8065 | 2024-08-30T18:59:46.630Z | [ recovery-image] Aug 30 18:59:44.826 INFO O| Aug 30 18:59:44.826 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8066 | 2024-08-30T18:59:46.639Z | [ recovery-image] Aug 30 18:59:44.838 INFO O| Aug 30 18:59:44.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8067 | 2024-08-30T18:59:46.639Z | [ recovery-image] Aug 30 18:59:44.838 INFO O| Aug 30 18:59:44.838 INFO STEP 83 (remove_files) COMPLETE |
| 8068 | 2024-08-30T18:59:46.642Z | [ recovery-image] Aug 30 18:59:44.838 INFO O| Aug 30 18:59:44.838 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8069 | 2024-08-30T18:59:46.651Z | [ recovery-image] Aug 30 18:59:44.850 INFO O| Aug 30 18:59:44.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8070 | 2024-08-30T18:59:46.651Z | [ recovery-image] Aug 30 18:59:44.850 INFO O| Aug 30 18:59:44.850 INFO STEP 84 (remove_files) COMPLETE |
| 8071 | 2024-08-30T18:59:46.651Z | [ recovery-image] Aug 30 18:59:44.850 INFO O| Aug 30 18:59:44.850 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8072 | 2024-08-30T18:59:46.662Z | [ recovery-image] Aug 30 18:59:44.861 INFO O| Aug 30 18:59:44.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8073 | 2024-08-30T18:59:46.665Z | [ recovery-image] Aug 30 18:59:44.861 INFO O| Aug 30 18:59:44.861 INFO STEP 85 (remove_files) COMPLETE |
| 8074 | 2024-08-30T18:59:46.665Z | [ recovery-image] Aug 30 18:59:44.861 INFO O| Aug 30 18:59:44.861 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8075 | 2024-08-30T18:59:46.673Z | [ recovery-image] Aug 30 18:59:44.872 INFO O| Aug 30 18:59:44.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8076 | 2024-08-30T18:59:46.675Z | [ recovery-image] Aug 30 18:59:44.872 INFO O| Aug 30 18:59:44.872 INFO STEP 86 (remove_files) COMPLETE |
| 8077 | 2024-08-30T18:59:46.675Z | [ recovery-image] Aug 30 18:59:44.872 INFO O| Aug 30 18:59:44.872 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8078 | 2024-08-30T18:59:46.685Z | [ recovery-image] Aug 30 18:59:44.884 INFO O| Aug 30 18:59:44.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
| 8079 | 2024-08-30T18:59:46.685Z | [ recovery-image] Aug 30 18:59:44.884 INFO O| Aug 30 18:59:44.884 INFO STEP 87 (remove_files) COMPLETE |
| 8080 | 2024-08-30T18:59:46.687Z | [ recovery-image] Aug 30 18:59:44.884 INFO O| Aug 30 18:59:44.884 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8081 | 2024-08-30T18:59:46.696Z | [ recovery-image] Aug 30 18:59:44.895 INFO O| Aug 30 18:59:44.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8082 | 2024-08-30T18:59:46.696Z | [ recovery-image] Aug 30 18:59:44.895 INFO O| Aug 30 18:59:44.895 INFO STEP 88 (remove_files) COMPLETE |
| 8083 | 2024-08-30T18:59:46.696Z | [ recovery-image] Aug 30 18:59:44.895 INFO O| Aug 30 18:59:44.895 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8084 | 2024-08-30T18:59:46.707Z | [ recovery-image] Aug 30 18:59:44.906 INFO O| Aug 30 18:59:44.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8085 | 2024-08-30T18:59:46.709Z | [ recovery-image] Aug 30 18:59:44.906 INFO O| Aug 30 18:59:44.906 INFO STEP 89 (remove_files) COMPLETE |
| 8086 | 2024-08-30T18:59:46.709Z | [ recovery-image] Aug 30 18:59:44.906 INFO O| Aug 30 18:59:44.906 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8087 | 2024-08-30T18:59:46.718Z | [ recovery-image] Aug 30 18:59:44.917 INFO O| Aug 30 18:59:44.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8088 | 2024-08-30T18:59:46.718Z | [ recovery-image] Aug 30 18:59:44.917 INFO O| Aug 30 18:59:44.917 INFO STEP 90 (remove_files) COMPLETE |
| 8089 | 2024-08-30T18:59:46.720Z | [ recovery-image] Aug 30 18:59:44.917 INFO O| Aug 30 18:59:44.917 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8090 | 2024-08-30T18:59:46.728Z | [ recovery-image] Aug 30 18:59:44.928 INFO O| Aug 30 18:59:44.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8091 | 2024-08-30T18:59:46.729Z | [ recovery-image] Aug 30 18:59:44.928 INFO O| Aug 30 18:59:44.928 INFO STEP 91 (remove_files) COMPLETE |
| 8092 | 2024-08-30T18:59:46.729Z | [ recovery-image] Aug 30 18:59:44.928 INFO O| Aug 30 18:59:44.928 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8093 | 2024-08-30T18:59:46.739Z | [ recovery-image] Aug 30 18:59:44.939 INFO O| Aug 30 18:59:44.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8094 | 2024-08-30T18:59:46.740Z | [ recovery-image] Aug 30 18:59:44.939 INFO O| Aug 30 18:59:44.939 INFO STEP 92 (remove_files) COMPLETE |
| 8095 | 2024-08-30T18:59:46.740Z | [ recovery-image] Aug 30 18:59:44.939 INFO O| Aug 30 18:59:44.939 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8096 | 2024-08-30T18:59:46.750Z | [ recovery-image] Aug 30 18:59:44.950 INFO O| Aug 30 18:59:44.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8097 | 2024-08-30T18:59:46.750Z | [ recovery-image] Aug 30 18:59:44.950 INFO O| Aug 30 18:59:44.950 INFO STEP 93 (remove_files) COMPLETE |
| 8098 | 2024-08-30T18:59:46.753Z | [ recovery-image] Aug 30 18:59:44.950 INFO O| Aug 30 18:59:44.950 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8099 | 2024-08-30T18:59:46.762Z | [ recovery-image] Aug 30 18:59:44.961 INFO O| Aug 30 18:59:44.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8100 | 2024-08-30T18:59:46.762Z | [ recovery-image] Aug 30 18:59:44.961 INFO O| Aug 30 18:59:44.961 INFO STEP 94 (remove_files) COMPLETE |
| 8101 | 2024-08-30T18:59:46.765Z | [ recovery-image] Aug 30 18:59:44.961 INFO O| Aug 30 18:59:44.961 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8102 | 2024-08-30T18:59:46.780Z | [ recovery-image] Aug 30 18:59:44.979 INFO O| Aug 30 18:59:44.979 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
| 8103 | 2024-08-30T18:59:46.782Z | [ recovery-image] Aug 30 18:59:44.979 INFO O| Aug 30 18:59:44.979 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "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"} |
| 8104 | 2024-08-30T18:59:46.926Z | [ host-image] Aug 30 18:59:45.125 INFO O| Aug 30 18:59:45.125 INFO O| Done |
| 8105 | 2024-08-30T18:59:46.954Z | [ host-image] Aug 30 18:59:45.153 INFO O| Aug 30 18:59:45.153 INFO O| Done |
| 8106 | 2024-08-30T18:59:46.957Z | [ host-image] Aug 30 18:59:45.154 INFO O| Aug 30 18:59:45.154 INFO O| Done |
| 8107 | 2024-08-30T18:59:46.993Z | [ host-image] Aug 30 18:59:45.192 INFO O| Aug 30 18:59:45.192 INFO O| Done |
| 8108 | 2024-08-30T18:59:47.100Z | [ host-image] Aug 30 18:59:45.298 INFO O| Aug 30 18:59:45.298 INFO STEP 13 (pkg_install) COMPLETE |
| 8109 | 2024-08-30T18:59:47.100Z | [ host-image] Aug 30 18:59:45.298 INFO O| Aug 30 18:59:45.298 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8110 | 2024-08-30T18:59:47.116Z | [ host-image] Aug 30 18:59:45.315 INFO O| Aug 30 18:59:45.315 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
| 8111 | 2024-08-30T18:59:47.772Z | [ host-image] Aug 30 18:59:45.815 INFO O| Aug 30 18:59:45.815 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 8112 | 2024-08-30T18:59:48.699Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 32s |
| 8113 | 2024-08-30T18:59:48.996Z | Aug 30 18:59:47.194 INFO [verify-libraries] process exited with exit status: 0 (338.172436506s) |
| 8114 | 2024-08-30T18:59:49.085Z | [ host-image] Aug 30 18:59:47.284 INFO O| Aug 30 18:59:47.284 INFO O| Planning: Solver setup ... Done |
| 8115 | 2024-08-30T18:59:49.089Z | [ host-image] Aug 30 18:59:47.288 INFO O| Aug 30 18:59:47.287 INFO O| Planning: Running solver ... Done |
| 8116 | 2024-08-30T18:59:49.129Z | [ host-image] Aug 30 18:59:47.327 INFO O| Aug 30 18:59:47.327 INFO O| Planning: Finding local manifests ... Done |
| 8117 | 2024-08-30T18:59:49.131Z | [ host-image] Aug 30 18:59:47.328 INFO O| Aug 30 18:59:47.328 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 8118 | 2024-08-30T18:59:49.194Z | [ host-image] Aug 30 18:59:47.393 INFO O| Aug 30 18:59:47.393 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 8119 | 2024-08-30T18:59:49.213Z | [ host-image] Aug 30 18:59:47.411 INFO O| Aug 30 18:59:47.411 INFO O| Planning: Package planning ... Done |
| 8120 | 2024-08-30T18:59:49.215Z | [ host-image] Aug 30 18:59:47.412 INFO O| Aug 30 18:59:47.412 INFO O| Planning: Merging actions ... Done |
| 8121 | 2024-08-30T18:59:49.275Z | [ host-image] Aug 30 18:59:47.472 INFO O| Aug 30 18:59:47.472 INFO O| Planning: Checking for conflicting actions ... Done |
| 8122 | 2024-08-30T18:59:49.278Z | [ host-image] Aug 30 18:59:47.473 INFO O| Aug 30 18:59:47.472 INFO O| Planning: Consolidating action changes ... Done |
| 8123 | 2024-08-30T18:59:49.446Z | [ host-image] Aug 30 18:59:47.645 INFO O| Aug 30 18:59:47.645 INFO O| Planning: Evaluating mediators ... Done |
| 8124 | 2024-08-30T18:59:49.448Z | [ host-image] Aug 30 18:59:47.645 INFO O| Aug 30 18:59:47.645 INFO O| Planning: Planning completed in 1.83 seconds |
| 8125 | 2024-08-30T18:59:49.448Z | [ host-image] Aug 30 18:59:47.647 INFO O| Aug 30 18:59:47.647 INFO O| Packages to install: 1 |
| 8126 | 2024-08-30T18:59:49.459Z | [ host-image] Aug 30 18:59:47.658 INFO O| Aug 30 18:59:47.657 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
| 8127 | 2024-08-30T18:59:49.840Z | [ host-image] Aug 30 18:59:48.038 INFO O| Aug 30 18:59:48.038 INFO O| Download: Completed 20.80 MB in 0.38 seconds (54.6M/s) |
| 8128 | 2024-08-30T18:59:49.870Z | [ host-image] Aug 30 18:59:48.068 INFO O| Aug 30 18:59:48.068 INFO O| Actions: 1/22 actions (Installing new actions) |
| 8129 | 2024-08-30T18:59:50.368Z | [ host-image] Aug 30 18:59:48.566 INFO O| Aug 30 18:59:48.566 INFO O| Actions: Completed 22 actions in 0.50 seconds. |
| 8130 | 2024-08-30T18:59:50.804Z | [ host-image] Aug 30 18:59:49.003 INFO O| Aug 30 18:59:49.003 INFO O| Done |
| 8131 | 2024-08-30T18:59:50.805Z | [ host-image] Aug 30 18:59:49.003 INFO O| Aug 30 18:59:49.003 INFO O| Done |
| 8132 | 2024-08-30T18:59:50.935Z | [ recovery-image] Aug 30 18:59:49.134 INFO O| Aug 30 18:59:49.134 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 |
| 8133 | 2024-08-30T18:59:50.935Z | [ recovery-image] Aug 30 18:59:49.134 INFO O| Aug 30 18:59:49.134 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
| 8134 | 2024-08-30T18:59:50.950Z | [ recovery-image] Aug 30 18:59:49.149 INFO O| Aug 30 18:59:49.149 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
| 8135 | 2024-08-30T18:59:51.033Z | [ recovery-image] Aug 30 18:59:49.227 INFO O| Aug 30 18:59:49.227 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8136 | 2024-08-30T18:59:51.033Z | [ recovery-image] Aug 30 18:59:49.227 INFO O| Aug 30 18:59:49.227 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 ... |
| 8137 | 2024-08-30T18:59:51.039Z | [ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
| 8138 | 2024-08-30T18:59:51.039Z | [ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO ok! |
| 8139 | 2024-08-30T18:59:51.039Z | [ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
| 8140 | 2024-08-30T18:59:51.039Z | [ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO STEP 95 (seed_smf) COMPLETE |
| 8141 | 2024-08-30T18:59:51.039Z | [ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO steps complete; finalising image! |
| 8142 | 2024-08-30T18:59:51.039Z | [ recovery-image] Aug 30 18:59:49.229 INFO O| Aug 30 18:59:49.229 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
| 8143 | 2024-08-30T18:59:51.066Z | [ recovery-image] Aug 30 18:59:49.264 INFO O| Aug 30 18:59:49.264 INFO trim TEMPORARY-gimlet-zfs-recovery: (13% trimmed, started at Fri Aug 30 18:59:49 2024) |
| 8144 | 2024-08-30T18:59:51.274Z | [ recovery-image] Aug 30 18:59:49.472 INFO O| Aug 30 18:59:49.472 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Fri Aug 30 18:59:49 2024) |
| 8145 | 2024-08-30T18:59:51.482Z | [ recovery-image] Aug 30 18:59:49.680 INFO O| Aug 30 18:59:49.679 INFO trim TEMPORARY-gimlet-zfs-recovery: (66% trimmed, started at Fri Aug 30 18:59:49 2024) |
| 8146 | 2024-08-30T18:59:51.489Z | [ host-image] Aug 30 18:59:49.686 INFO O| Aug 30 18:59:49.686 INFO O| Done |
| 8147 | 2024-08-30T18:59:51.705Z | [ recovery-image] Aug 30 18:59:49.903 INFO O| Aug 30 18:59:49.903 INFO temporary pool has 397M used, 1.36G avail, 1.00x compressratio |
| 8148 | 2024-08-30T18:59:51.705Z | [ recovery-image] Aug 30 18:59:49.903 INFO O| Aug 30 18:59:49.903 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
| 8149 | 2024-08-30T18:59:51.930Z | [ recovery-image] Aug 30 18:59:50.128 INFO O| Aug 30 18:59:50.128 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 |
| 8150 | 2024-08-30T18:59:51.930Z | [ recovery-image] Aug 30 18:59:50.128 INFO O| Aug 30 18:59:50.128 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
| 8151 | 2024-08-30T18:59:52.645Z | [ host-image] Aug 30 18:59:50.843 INFO O| Aug 30 18:59:50.843 INFO O| Done |
| 8152 | 2024-08-30T18:59:52.669Z | [ host-image] Aug 30 18:59:50.867 INFO O| Aug 30 18:59:50.867 INFO O| Done |
| 8153 | 2024-08-30T18:59:52.669Z | [ host-image] Aug 30 18:59:50.867 INFO O| Aug 30 18:59:50.867 INFO O| Done |
| 8154 | 2024-08-30T18:59:52.679Z | [ host-image] Aug 30 18:59:50.877 INFO O| Aug 30 18:59:50.877 INFO O| Done |
| 8155 | 2024-08-30T18:59:52.775Z | [ host-image] Aug 30 18:59:50.973 INFO O| Aug 30 18:59:50.973 INFO STEP 14 (pkg_install) COMPLETE |
| 8156 | 2024-08-30T18:59:52.775Z | [ host-image] Aug 30 18:59:50.973 INFO O| Aug 30 18:59:50.973 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8157 | 2024-08-30T18:59:52.775Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO skip step because feature "mfg" is not enabled |
| 8158 | 2024-08-30T18:59:52.778Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8159 | 2024-08-30T18:59:52.778Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO skip step because feature "compliance" is not enabled |
| 8160 | 2024-08-30T18:59:52.778Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8161 | 2024-08-30T18:59:52.778Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO skip step because feature "stress" is not enabled |
| 8162 | 2024-08-30T18:59:52.778Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 8163 | 2024-08-30T18:59:52.778Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO skip step because feature "nfs" is not enabled |
| 8164 | 2024-08-30T18:59:52.778Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.973 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
| 8165 | 2024-08-30T18:59:52.778Z | [ host-image] Aug 30 18:59:50.974 INFO O| Aug 30 18:59:50.974 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
| 8166 | 2024-08-30T18:59:52.947Z | [ host-image] Aug 30 18:59:51.145 INFO O| Aug 30 18:59:51.145 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 8167 | 2024-08-30T18:59:53.047Z | [ host-image] Aug 30 18:59:51.245 INFO O| Aug 30 18:59:51.245 INFO completed processing gimlet/ramdisk-01-os |
| 8168 | 2024-08-30T18:59:53.049Z | [ host-image] Aug 30 18:59:51.247 INFO omicron1 baseline generation... |
| 8169 | 2024-08-30T18:59:53.049Z | [ host-image] Aug 30 18:59:51.247 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 8170 | 2024-08-30T18:59:53.435Z | [ host-image] Aug 30 18:59:51.632 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22845:20240827T133232Z |
| 8171 | 2024-08-30T18:59:54.982Z | [ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8172 | 2024-08-30T18:59:54.982Z | [ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8173 | 2024-08-30T18:59:54.982Z | [ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8174 | 2024-08-30T18:59:54.982Z | [ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO completed processing gimlet/zfs-recovery |
| 8175 | 2024-08-30T18:59:54.982Z | [ recovery-image] Aug 30 18:59:53.179 INFO O| Aug 30 18:59:53.179 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 8176 | 2024-08-30T18:59:55.504Z | [ recovery-image] Aug 30 18:59:53.702 INFO O| Aug 30 18:59:53.702 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8177 | 2024-08-30T18:59:55.595Z | [ recovery-image] Aug 30 18:59:53.793 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n" |
| 8178 | 2024-08-30T18:59:55.598Z | [ recovery-image] Aug 30 18:59:53.793 INFO expanded image name: "recovery dc10290/${os_short_commit} 2024-08-30 18:33" -> "recovery dc10290/2408c3f 2024-08-30 18:33" |
| 8179 | 2024-08-30T18:59:55.598Z | [ recovery-image] Aug 30 18:59:53.794 INFO output artefacts stored in: "/work/os-recovery" |
| 8180 | 2024-08-30T18:59:55.598Z | [ recovery-image] Aug 30 18:59:53.794 INFO collecting git info from project "pinprick"... |
| 8181 | 2024-08-30T18:59:55.604Z | [ recovery-image] Aug 30 18:59:53.802 INFO collecting git info from project "amd-firmware"... |
| 8182 | 2024-08-30T18:59:55.834Z | [ recovery-image] Aug 30 18:59:54.031 INFO collecting git info from project "pilot"... |
| 8183 | 2024-08-30T18:59:55.845Z | [ recovery-image] Aug 30 18:59:54.043 INFO collecting git info from project "amd-host-image-builder"... |
| 8184 | 2024-08-30T18:59:56.083Z | [ recovery-image] Aug 30 18:59:54.281 INFO collecting git info from project "bootserver"... |
| 8185 | 2024-08-30T18:59:56.089Z | [ recovery-image] Aug 30 18:59:54.286 INFO collecting git info from project "phbl"... |
| 8186 | 2024-08-30T18:59:56.095Z | [ recovery-image] Aug 30 18:59:54.293 INFO collecting git info from project "chelsio-t6-roms"... |
| 8187 | 2024-08-30T18:59:56.116Z | [ recovery-image] Aug 30 18:59:54.313 INFO collecting git info from project "image-builder"... |
| 8188 | 2024-08-30T18:59:56.122Z | [ recovery-image] Aug 30 18:59:54.320 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8189 | 2024-08-30T18:59:56.472Z | [ recovery-image] Aug 30 18:59:54.670 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8190 | 2024-08-30T18:59:56.818Z | [ recovery-image] Aug 30 18:59:55.016 INFO creating Oxide boot image... |
| 8191 | 2024-08-30T18:59:56.821Z | [ recovery-image] Aug 30 18:59:55.016 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery dc10290/2408c3f 2024-08-30 18:33", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8192 | 2024-08-30T19:00:40.694Z | [ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22845:20240827T133306Z |
| 8193 | 2024-08-30T19:00:40.694Z | [ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22845:20240827T133306Z |
| 8194 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 8195 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 8196 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 8197 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.886 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 8198 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.887 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 8199 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.887 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 8200 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.887 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
| 8201 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.887 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 8202 | 2024-08-30T19:00:40.697Z | [ host-image] Aug 30 19:00:38.888 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22845:20240827T133307Z |
| 8203 | 2024-08-30T19:00:40.759Z | [ host-image] Aug 30 19:00:38.889 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22845:20240827T133307Z |
| 8204 | 2024-08-30T19:00:40.759Z | [ host-image] Aug 30 19:00:38.890 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22845:20240827T133308Z |
| 8205 | 2024-08-30T19:00:40.759Z | [ host-image] Aug 30 19:00:38.891 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22845:20240827T133308Z |
| 8206 | 2024-08-30T19:00:40.759Z | [ host-image] Aug 30 19:00:38.891 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 8207 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.891 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22845:20240827T133308Z |
| 8208 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.892 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22845:20240827T133308Z |
| 8209 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.892 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22845:20240827T133308Z |
| 8210 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.892 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22845:20240827T133308Z |
| 8211 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22845:20240827T133309Z |
| 8212 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22845:20240827T133309Z |
| 8213 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22845:20240827T133309Z |
| 8214 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22845:20240827T133310Z |
| 8215 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22845:20240827T133311Z |
| 8216 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22845:20240827T133312Z |
| 8217 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.893 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22845:20240827T133312Z |
| 8218 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22845:20240827T133314Z |
| 8219 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22845:20240827T133314Z |
| 8220 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
| 8221 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22845:20240827T133316Z |
| 8222 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22845:20240827T133318Z |
| 8223 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22845:20240827T133319Z |
| 8224 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.894 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22845:20240827T133319Z |
| 8225 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.895 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22845:20240827T133321Z |
| 8226 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.896 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22845:20240827T133321Z |
| 8227 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.905 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
| 8228 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.905 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22845:20240827T133321Z |
| 8229 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.905 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
| 8230 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.905 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 8231 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.906 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 8232 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.906 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22845:20240827T133321Z |
| 8233 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.906 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 8234 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.907 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 8235 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.908 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 8236 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.908 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 8237 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.920 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
| 8238 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.920 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 8239 | 2024-08-30T19:00:40.762Z | [ host-image] Aug 30 19:00:38.921 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 8240 | 2024-08-30T19:00:40.763Z | [ host-image] Aug 30 19:00:38.921 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 8241 | 2024-08-30T19:00:40.763Z | [ host-image] Aug 30 19:00:38.922 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 8242 | 2024-08-30T19:00:40.763Z | [ host-image] Aug 30 19:00:38.922 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 8243 | 2024-08-30T19:00:40.767Z | [ host-image] Aug 30 19:00:38.958 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
| 8244 | 2024-08-30T19:00:40.769Z | [ host-image] Aug 30 19:00:38.959 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 8245 | 2024-08-30T19:00:40.769Z | [ host-image] Aug 30 19:00:38.959 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 8246 | 2024-08-30T19:00:40.769Z | [ host-image] Aug 30 19:00:38.960 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22845:20240827T133323Z |
| 8247 | 2024-08-30T19:00:40.769Z | [ host-image] Aug 30 19:00:38.960 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22845:20240827T133329Z |
| 8248 | 2024-08-30T19:00:40.769Z | [ host-image] Aug 30 19:00:38.960 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 8249 | 2024-08-30T19:00:40.769Z | [ host-image] Aug 30 19:00:38.960 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22845:20240827T133330Z |
| 8250 | 2024-08-30T19:00:40.769Z | [ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
| 8251 | 2024-08-30T19:00:40.770Z | [ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
| 8252 | 2024-08-30T19:00:40.770Z | [ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
| 8253 | 2024-08-30T19:00:40.770Z | [ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22845:20240827T133330Z |
| 8254 | 2024-08-30T19:00:40.770Z | [ host-image] Aug 30 19:00:38.961 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 8255 | 2024-08-30T19:00:40.774Z | [ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 8256 | 2024-08-30T19:00:40.776Z | [ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 8257 | 2024-08-30T19:00:40.776Z | [ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
| 8258 | 2024-08-30T19:00:40.776Z | [ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22845:20240827T133330Z |
| 8259 | 2024-08-30T19:00:40.776Z | [ host-image] Aug 30 19:00:38.966 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 8260 | 2024-08-30T19:00:40.790Z | [ host-image] Aug 30 19:00:38.981 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 8261 | 2024-08-30T19:00:40.792Z | [ host-image] Aug 30 19:00:38.982 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22845:20240827T133331Z |
| 8262 | 2024-08-30T19:00:40.792Z | [ host-image] Aug 30 19:00:38.984 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22845:20240827T133331Z |
| 8263 | 2024-08-30T19:00:40.794Z | [ host-image] Aug 30 19:00:38.984 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22845:20240827T133331Z |
| 8264 | 2024-08-30T19:00:40.794Z | [ host-image] Aug 30 19:00:38.984 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
| 8265 | 2024-08-30T19:00:40.794Z | [ host-image] Aug 30 19:00:38.985 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22845:20240827T133333Z |
| 8266 | 2024-08-30T19:00:40.794Z | [ host-image] Aug 30 19:00:38.985 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22845:20240827T133333Z |
| 8267 | 2024-08-30T19:00:40.794Z | [ host-image] Aug 30 19:00:38.985 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22845:20240827T133333Z |
| 8268 | 2024-08-30T19:00:40.794Z | [ host-image] Aug 30 19:00:38.986 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22845:20240827T133333Z |
| 8269 | 2024-08-30T19:00:40.798Z | [ host-image] Aug 30 19:00:38.990 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 8270 | 2024-08-30T19:00:40.800Z | [ host-image] Aug 30 19:00:38.990 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22845:20240827T133333Z |
| 8271 | 2024-08-30T19:00:40.800Z | [ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22845:20240827T133335Z |
| 8272 | 2024-08-30T19:00:40.801Z | [ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 8273 | 2024-08-30T19:00:40.801Z | [ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22845:20240827T133335Z |
| 8274 | 2024-08-30T19:00:40.801Z | [ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22845:20240827T133335Z |
| 8275 | 2024-08-30T19:00:40.801Z | [ host-image] Aug 30 19:00:38.991 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22845:20240827T133335Z |
| 8276 | 2024-08-30T19:00:40.801Z | [ host-image] Aug 30 19:00:38.992 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22845:20240827T133335Z |
| 8277 | 2024-08-30T19:00:40.809Z | [ host-image] Aug 30 19:00:39.000 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22845:20240827T133335Z |
| 8278 | 2024-08-30T19:00:40.809Z | [ host-image] Aug 30 19:00:39.000 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 8279 | 2024-08-30T19:00:40.811Z | [ host-image] Aug 30 19:00:39.002 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22845:20240827T133335Z |
| 8280 | 2024-08-30T19:00:40.813Z | [ host-image] Aug 30 19:00:39.004 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22845:20240827T133336Z |
| 8281 | 2024-08-30T19:00:40.813Z | [ host-image] Aug 30 19:00:39.004 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22845:20240827T133336Z |
| 8282 | 2024-08-30T19:00:40.813Z | [ host-image] Aug 30 19:00:39.004 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22845:20240827T133336Z |
| 8283 | 2024-08-30T19:00:40.815Z | [ host-image] Aug 30 19:00:39.005 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22845:20240827T133336Z |
| 8284 | 2024-08-30T19:00:40.816Z | [ host-image] Aug 30 19:00:39.005 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22845:20240827T133337Z |
| 8285 | 2024-08-30T19:00:40.824Z | [ host-image] Aug 30 19:00:39.016 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22845:20240827T133338Z |
| 8286 | 2024-08-30T19:00:40.827Z | [ host-image] Aug 30 19:00:39.016 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22845:20240827T133337Z |
| 8287 | 2024-08-30T19:00:40.827Z | [ host-image] Aug 30 19:00:39.016 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22845:20240827T133337Z |
| 8288 | 2024-08-30T19:00:40.827Z | [ host-image] Aug 30 19:00:39.017 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22845:20240827T133338Z |
| 8289 | 2024-08-30T19:00:40.827Z | [ host-image] Aug 30 19:00:39.017 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22845:20240827T133338Z |
| 8290 | 2024-08-30T19:00:40.849Z | [ host-image] Aug 30 19:00:39.040 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22845:20240827T133341Z |
| 8291 | 2024-08-30T19:00:40.852Z | [ host-image] Aug 30 19:00:39.040 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22845:20240827T133338Z |
| 8292 | 2024-08-30T19:00:40.852Z | [ host-image] Aug 30 19:00:39.040 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22845:20240827T133338Z |
| 8293 | 2024-08-30T19:00:40.852Z | [ host-image] Aug 30 19:00:39.040 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
| 8294 | 2024-08-30T19:00:40.852Z | [ host-image] Aug 30 19:00:39.041 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
| 8295 | 2024-08-30T19:00:40.879Z | [ host-image] Aug 30 19:00:39.070 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22845:20240827T133339Z |
| 8296 | 2024-08-30T19:00:40.881Z | [ host-image] Aug 30 19:00:39.071 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 8297 | 2024-08-30T19:00:40.881Z | [ host-image] Aug 30 19:00:39.071 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22845:20240827T133339Z |
| 8298 | 2024-08-30T19:00:40.881Z | [ host-image] Aug 30 19:00:39.071 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22845:20240827T133339Z |
| 8299 | 2024-08-30T19:00:40.881Z | [ host-image] Aug 30 19:00:39.072 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22845:20240827T133339Z |
| 8300 | 2024-08-30T19:00:40.882Z | [ host-image] Aug 30 19:00:39.072 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 8301 | 2024-08-30T19:00:40.882Z | [ host-image] Aug 30 19:00:39.073 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 8302 | 2024-08-30T19:00:40.884Z | [ host-image] Aug 30 19:00:39.073 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22845:20240827T133340Z |
| 8303 | 2024-08-30T19:00:40.884Z | [ host-image] Aug 30 19:00:39.073 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22845:20240827T133340Z |
| 8304 | 2024-08-30T19:00:40.884Z | [ host-image] Aug 30 19:00:39.074 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22845:20240827T133340Z |
| 8305 | 2024-08-30T19:00:40.884Z | [ host-image] Aug 30 19:00:39.074 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22845:20240827T133340Z |
| 8306 | 2024-08-30T19:00:40.884Z | [ host-image] Aug 30 19:00:39.074 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22845:20240827T133341Z |
| 8307 | 2024-08-30T19:00:40.884Z | [ host-image] Aug 30 19:00:39.074 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22845:20240827T133341Z |
| 8308 | 2024-08-30T19:00:40.887Z | [ host-image] Aug 30 19:00:39.077 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 8309 | 2024-08-30T19:00:40.887Z | [ host-image] Aug 30 19:00:39.078 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22845:20240827T133342Z |
| 8310 | 2024-08-30T19:00:40.889Z | [ host-image] Aug 30 19:00:39.079 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22845:20240827T133342Z |
| 8311 | 2024-08-30T19:00:40.889Z | [ host-image] Aug 30 19:00:39.079 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22845:20240827T133342Z |
| 8312 | 2024-08-30T19:00:40.889Z | [ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22845:20240827T133343Z |
| 8313 | 2024-08-30T19:00:40.889Z | [ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22845:20240827T133342Z |
| 8314 | 2024-08-30T19:00:40.889Z | [ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22845:20240827T133343Z |
| 8315 | 2024-08-30T19:00:40.889Z | [ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 8316 | 2024-08-30T19:00:40.890Z | [ host-image] Aug 30 19:00:39.080 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 8317 | 2024-08-30T19:00:40.890Z | [ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22845:20240827T133345Z |
| 8318 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22845:20240827T133345Z |
| 8319 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
| 8320 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 8321 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 8322 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 8323 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.081 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
| 8324 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.082 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 8325 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.084 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
| 8326 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.084 INFO O| tempdir @ "/tmp/.tmp0Nf2Ht/tmp" |
| 8327 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.084 INFO O| image root @ "/tmp/.tmp0Nf2Ht/tmp/root" |
| 8328 | 2024-08-30T19:00:40.892Z | [ host-image] Aug 30 19:00:39.084 INFO O| creating image... |
| 8329 | 2024-08-30T19:00:41.402Z | [ host-image] Aug 30 19:00:39.593 INFO O| copying publishers... |
| 8330 | 2024-08-30T19:00:47.731Z | [ host-image] Aug 30 19:00:45.921 INFO O| adding properties... |
| 8331 | 2024-08-30T19:00:47.958Z | [ recovery-image] Aug 30 19:00:46.148 INFO O| ok, image written! |
| 8332 | 2024-08-30T19:00:47.958Z | [ recovery-image] Aug 30 19:00:46.149 INFO O| ok, boot_image_csum file written! |
| 8333 | 2024-08-30T19:00:47.962Z | [ recovery-image] Aug 30 19:00:46.153 INFO creating boot archive (CPIO)... |
| 8334 | 2024-08-30T19:00:47.962Z | [ recovery-image] Aug 30 19:00:46.153 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 |
| 8335 | 2024-08-30T19:00:47.970Z | [ recovery-image] Aug 30 19:00:46.161 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
| 8336 | 2024-08-30T19:00:47.973Z | [ recovery-image] Aug 30 19:00:46.161 INFO E| + outfile=/work/os-recovery/cpio |
| 8337 | 2024-08-30T19:00:47.973Z | [ recovery-image] Aug 30 19:00:46.161 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 8338 | 2024-08-30T19:00:47.973Z | [ recovery-image] Aug 30 19:00:46.163 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
| 8339 | 2024-08-30T19:00:47.973Z | [ recovery-image] Aug 30 19:00:46.163 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 8340 | 2024-08-30T19:00:48.004Z | [ recovery-image] Aug 30 19:00:46.194 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 8341 | 2024-08-30T19:00:48.004Z | [ recovery-image] Aug 30 19:00:46.194 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 8342 | 2024-08-30T19:00:48.011Z | [ recovery-image] Aug 30 19:00:46.201 INFO creating compressed cpio/unix for nanobl-rs... |
| 8343 | 2024-08-30T19:00:48.013Z | [ recovery-image] Aug 30 19:00:46.202 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 |
| 8344 | 2024-08-30T19:00:48.294Z | [ recovery-image] Aug 30 19:00:46.484 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 8345 | 2024-08-30T19:00:48.775Z | [ host-image] Aug 30 19:00:46.965 INFO O| installing packages... |
| 8346 | 2024-08-30T19:00:52.647Z | [ recovery-image] Aug 30 19:00:50.837 INFO creating reset image... |
| 8347 | 2024-08-30T19:00:52.649Z | [ recovery-image] Aug 30 19:00:50.837 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 8348 | 2024-08-30T19:00:52.869Z | [ recovery-image] Aug 30 19:00:51.059 INFO E| Updating crates.io index |
| 8349 | 2024-08-30T19:00:52.941Z | [ recovery-image] Aug 30 19:00:51.130 INFO E| Downloading crates ... |
| 8350 | 2024-08-30T19:00:52.992Z | [ recovery-image] Aug 30 19:00:51.182 INFO E| Downloaded os_pipe v1.1.5 |
| 8351 | 2024-08-30T19:00:52.995Z | [ recovery-image] Aug 30 19:00:51.185 INFO E| Downloaded anstyle-query v1.0.2 |
| 8352 | 2024-08-30T19:00:52.997Z | [ recovery-image] Aug 30 19:00:51.186 INFO E| Downloaded shared_child v1.0.0 |
| 8353 | 2024-08-30T19:00:53.001Z | [ recovery-image] Aug 30 19:00:51.190 INFO E| Downloaded anstyle v1.0.6 |
| 8354 | 2024-08-30T19:00:53.003Z | [ recovery-image] Aug 30 19:00:51.192 INFO E| Downloaded duct v0.13.7 |
| 8355 | 2024-08-30T19:00:53.005Z | [ recovery-image] Aug 30 19:00:51.194 INFO E| Downloaded anstyle-parse v0.2.3 |
| 8356 | 2024-08-30T19:00:53.011Z | [ recovery-image] Aug 30 19:00:51.201 INFO E| Downloaded anstream v0.6.13 |
| 8357 | 2024-08-30T19:00:53.018Z | [ recovery-image] Aug 30 19:00:51.208 INFO E| Downloaded clap_derive v4.5.3 |
| 8358 | 2024-08-30T19:00:53.022Z | [ recovery-image] Aug 30 19:00:51.212 INFO E| Downloaded proc-macro2 v1.0.79 |
| 8359 | 2024-08-30T19:00:53.024Z | [ recovery-image] Aug 30 19:00:51.214 INFO E| Downloaded clap v4.5.3 |
| 8360 | 2024-08-30T19:00:53.053Z | [ recovery-image] Aug 30 19:00:51.243 INFO E| Downloaded syn v2.0.53 |
| 8361 | 2024-08-30T19:00:53.087Z | [ recovery-image] Aug 30 19:00:51.277 INFO E| Downloaded libc v0.2.153 |
| 8362 | 2024-08-30T19:00:53.163Z | [ recovery-image] Aug 30 19:00:51.352 INFO E| Compiling proc-macro2 v1.0.79 |
| 8363 | 2024-08-30T19:00:53.163Z | [ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling libc v0.2.153 |
| 8364 | 2024-08-30T19:00:53.165Z | [ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling unicode-ident v1.0.12 |
| 8365 | 2024-08-30T19:00:53.165Z | [ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling utf8parse v0.2.1 |
| 8366 | 2024-08-30T19:00:53.165Z | [ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling colorchoice v1.0.0 |
| 8367 | 2024-08-30T19:00:53.165Z | [ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling anstyle v1.0.6 |
| 8368 | 2024-08-30T19:00:53.165Z | [ recovery-image] Aug 30 19:00:51.353 INFO E| Compiling anstyle-query v1.0.2 |
| 8369 | 2024-08-30T19:00:53.168Z | [ recovery-image] Aug 30 19:00:51.358 INFO E| Compiling strsim v0.11.0 |
| 8370 | 2024-08-30T19:00:53.402Z | [ recovery-image] Aug 30 19:00:51.590 INFO E| Compiling anstyle-parse v0.2.3 |
| 8371 | 2024-08-30T19:00:53.402Z | [ recovery-image] Aug 30 19:00:51.590 INFO E| Compiling clap_lex v0.7.0 |
| 8372 | 2024-08-30T19:00:53.426Z | [ recovery-image] Aug 30 19:00:51.615 INFO E| Compiling heck v0.5.0 |
| 8373 | 2024-08-30T19:00:53.428Z | [ recovery-image] Aug 30 19:00:51.615 INFO E| Compiling once_cell v1.19.0 |
| 8374 | 2024-08-30T19:00:53.722Z | [ recovery-image] Aug 30 19:00:51.912 INFO E| Compiling anstream v0.6.13 |
| 8375 | 2024-08-30T19:00:54.153Z | [ recovery-image] Aug 30 19:00:52.343 INFO E| Compiling clap_builder v4.5.2 |
| 8376 | 2024-08-30T19:00:54.750Z | [ recovery-image] Aug 30 19:00:52.939 INFO E| Compiling os_pipe v1.1.5 |
| 8377 | 2024-08-30T19:00:54.750Z | [ recovery-image] Aug 30 19:00:52.939 INFO E| Compiling shared_child v1.0.0 |
| 8378 | 2024-08-30T19:00:54.803Z | [ recovery-image] Aug 30 19:00:52.993 INFO E| Compiling quote v1.0.35 |
| 8379 | 2024-08-30T19:00:54.900Z | [ recovery-image] Aug 30 19:00:53.089 INFO E| Compiling duct v0.13.7 |
| 8380 | 2024-08-30T19:00:55.167Z | [ recovery-image] Aug 30 19:00:53.356 INFO E| Compiling syn v2.0.53 |
| 8381 | 2024-08-30T19:01:00.179Z | [ recovery-image] Aug 30 19:00:58.368 INFO E| Compiling clap_derive v4.5.3 |
| 8382 | 2024-08-30T19:01:02.254Z | [ recovery-image] Aug 30 19:01:00.442 INFO E| Compiling clap v4.5.3 |
| 8383 | 2024-08-30T19:01:02.308Z | [ recovery-image] Aug 30 19:01:00.496 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 8384 | 2024-08-30T19:01:03.472Z | [ recovery-image] Aug 30 19:01:01.660 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s |
| 8385 | 2024-08-30T19:01:03.481Z | [ recovery-image] Aug 30 19:01:01.670 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
| 8386 | 2024-08-30T19:01:03.607Z | [ recovery-image] Aug 30 19:01:01.795 INFO E| Updating crates.io index |
| 8387 | 2024-08-30T19:01:03.672Z | [ recovery-image] Aug 30 19:01:01.860 INFO E| Downloading crates ... |
| 8388 | 2024-08-30T19:01:03.720Z | [ recovery-image] Aug 30 19:01:01.909 INFO E| Downloaded cpio_reader v0.1.1 |
| 8389 | 2024-08-30T19:01:03.723Z | [ recovery-image] Aug 30 19:01:01.910 INFO E| Downloaded bit_field v0.10.2 |
| 8390 | 2024-08-30T19:01:03.723Z | [ recovery-image] Aug 30 19:01:01.911 INFO E| Downloaded seq-macro v0.3.5 |
| 8391 | 2024-08-30T19:01:03.740Z | [ recovery-image] Aug 30 19:01:01.928 INFO E| Downloaded raw-cpuid v10.7.0 |
| 8392 | 2024-08-30T19:01:03.871Z | [ recovery-image] Aug 30 19:01:02.060 INFO E| Downloaded x86 v0.52.0 |
| 8393 | 2024-08-30T19:01:03.945Z | [ recovery-image] Aug 30 19:01:02.133 INFO E| Updating crates.io index |
| 8394 | 2024-08-30T19:01:03.988Z | [ recovery-image] Aug 30 19:01:02.176 INFO E| Downloading crates ... |
| 8395 | 2024-08-30T19:01:04.059Z | [ recovery-image] Aug 30 19:01:02.247 INFO E| Downloaded compiler_builtins v0.1.108 |
| 8396 | 2024-08-30T19:01:04.130Z | [ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling compiler_builtins v0.1.108 |
| 8397 | 2024-08-30T19:01:04.130Z | [ recovery-image] Aug 30 19:01:02.318 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) |
| 8398 | 2024-08-30T19:01:04.133Z | [ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling proc-macro2 v1.0.79 |
| 8399 | 2024-08-30T19:01:04.133Z | [ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling unicode-ident v1.0.12 |
| 8400 | 2024-08-30T19:01:04.133Z | [ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling syn v1.0.109 |
| 8401 | 2024-08-30T19:01:04.133Z | [ recovery-image] Aug 30 19:01:02.318 INFO E| Compiling x86 v0.52.0 |
| 8402 | 2024-08-30T19:01:04.133Z | [ recovery-image] Aug 30 19:01:02.319 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 8403 | 2024-08-30T19:01:04.137Z | [ recovery-image] Aug 30 19:01:02.325 INFO E| Compiling seq-macro v0.3.5 |
| 8404 | 2024-08-30T19:01:05.180Z | [ host-image] Aug 30 19:01:03.369 INFO O| seeding SMF database... |
| 8405 | 2024-08-30T19:01:05.288Z | [ recovery-image] Aug 30 19:01:03.476 INFO E| Compiling quote v1.0.35 |
| 8406 | 2024-08-30T19:01:05.550Z | [ recovery-image] Aug 30 19:01:03.737 INFO E| Compiling syn v2.0.53 |
| 8407 | 2024-08-30T19:01:09.019Z | [ recovery-image] Aug 30 19:01:07.207 INFO E| Compiling scroll_derive v0.12.0 |
| 8408 | 2024-08-30T19:01:12.079Z | [ recovery-image] Aug 30 19:01:10.266 INFO E| Compiling bitstruct_derive v0.1.0 |
| 8409 | 2024-08-30T19:01:13.664Z | [ host-image] Aug 30 19:01:11.850 INFO O| configuring SMF profile... |
| 8410 | 2024-08-30T19:01:13.666Z | [ host-image] Aug 30 19:01:11.851 INFO O| modifying shadow(5)... |
| 8411 | 2024-08-30T19:01:13.666Z | [ host-image] Aug 30 19:01:11.851 INFO O| loading user and group database... |
| 8412 | 2024-08-30T19:01:13.666Z | [ host-image] Aug 30 19:01:11.851 INFO O| assessing packaged files... |
| 8413 | 2024-08-30T19:01:15.863Z | [ host-image] Aug 30 19:01:14.049 INFO O| creating archive... |
| 8414 | 2024-08-30T19:01:15.896Z | [ host-image] Aug 30 19:01:14.083 INFO O| missing from packaging: |
| 8415 | 2024-08-30T19:01:15.896Z | [ host-image] Aug 30 19:01:14.083 INFO O| "etc/.pwd.lock" |
| 8416 | 2024-08-30T19:01:15.899Z | [ host-image] Aug 30 19:01:14.083 INFO O| "etc/bash" |
| 8417 | 2024-08-30T19:01:15.901Z | [ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/generic.xml" |
| 8418 | 2024-08-30T19:01:15.901Z | [ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/inetd_services.xml" |
| 8419 | 2024-08-30T19:01:15.901Z | [ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/name_service.xml" |
| 8420 | 2024-08-30T19:01:15.901Z | [ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/platform.xml" |
| 8421 | 2024-08-30T19:01:15.904Z | [ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 8422 | 2024-08-30T19:01:15.904Z | [ host-image] Aug 30 19:01:14.088 INFO O| "etc/svc/repository.db" |
| 8423 | 2024-08-30T19:01:15.910Z | [ host-image] Aug 30 19:01:14.097 INFO O| "opt/ooce/share" |
| 8424 | 2024-08-30T19:01:15.910Z | [ host-image] Aug 30 19:01:14.097 INFO O| "opt/ooce/share/man" |
| 8425 | 2024-08-30T19:01:15.910Z | [ host-image] Aug 30 19:01:14.097 INFO O| "opt/ooce/share/man/man1" |
| 8426 | 2024-08-30T19:01:15.922Z | [ host-image] Aug 30 19:01:14.109 INFO O| finishing archive... |
| 8427 | 2024-08-30T19:01:18.789Z | [ host-image] Aug 30 19:01:16.975 INFO O| creating gzonly manifest... |
| 8428 | 2024-08-30T19:01:18.801Z | [ host-image] Aug 30 19:01:16.987 INFO O| ok |
| 8429 | 2024-08-30T19:01:18.902Z | [ host-image] Aug 30 19:01:17.088 INFO image builder template: ramdisk-02-trim... |
| 8430 | 2024-08-30T19:01:18.902Z | [ host-image] Aug 30 19:01:17.088 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/.tmpWwHkvv/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.293", "-n", "ramdisk-02-trim"], pwd: None |
| 8431 | 2024-08-30T19:01:18.925Z | [ host-image] Aug 30 19:01:17.111 INFO O| Aug 30 19:01:17.111 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8432 | 2024-08-30T19:01:18.929Z | [ host-image] Aug 30 19:01:17.115 INFO O| Aug 30 19:01:17.115 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8433 | 2024-08-30T19:01:19.057Z | [ host-image] Aug 30 19:01:17.243 INFO O| Aug 30 19:01:17.243 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
| 8434 | 2024-08-30T19:01:19.112Z | [ host-image] Aug 30 19:01:17.298 INFO O| Aug 30 19:01:17.298 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8435 | 2024-08-30T19:01:19.114Z | [ host-image] Aug 30 19:01:17.298 INFO O| Aug 30 19:01:17.298 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 8436 | 2024-08-30T19:01:19.117Z | [ host-image] Aug 30 19:01:17.303 INFO O| Aug 30 19:01:17.303 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
| 8437 | 2024-08-30T19:01:19.121Z | [ host-image] Aug 30 19:01:17.307 INFO O| Aug 30 19:01:17.307 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
| 8438 | 2024-08-30T19:01:19.126Z | [ host-image] Aug 30 19:01:17.312 INFO O| Aug 30 19:01:17.312 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
| 8439 | 2024-08-30T19:01:19.290Z | [ host-image] Aug 30 19:01:17.476 INFO O| Aug 30 19:01:17.476 INFO rolled back to input snapshot; work may begin |
| 8440 | 2024-08-30T19:01:19.290Z | [ host-image] Aug 30 19:01:17.476 INFO O| Aug 30 19:01:17.476 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 8441 | 2024-08-30T19:01:19.295Z | [ host-image] Aug 30 19:01:17.482 INFO O| Aug 30 19:01:17.482 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8442 | 2024-08-30T19:01:19.306Z | [ host-image] Aug 30 19:01:17.493 INFO O| Aug 30 19:01:17.493 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
| 8443 | 2024-08-30T19:01:19.355Z | [ host-image] Aug 30 19:01:17.541 INFO O| Aug 30 19:01:17.541 INFO STEP 0 (remove_files) COMPLETE |
| 8444 | 2024-08-30T19:01:19.355Z | [ host-image] Aug 30 19:01:17.541 INFO O| Aug 30 19:01:17.541 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8445 | 2024-08-30T19:01:19.367Z | [ host-image] Aug 30 19:01:17.553 INFO O| Aug 30 19:01:17.553 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
| 8446 | 2024-08-30T19:01:19.370Z | [ host-image] Aug 30 19:01:17.555 INFO O| Aug 30 19:01:17.555 INFO STEP 1 (remove_files) COMPLETE |
| 8447 | 2024-08-30T19:01:19.370Z | [ host-image] Aug 30 19:01:17.555 INFO O| Aug 30 19:01:17.555 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8448 | 2024-08-30T19:01:19.379Z | [ host-image] Aug 30 19:01:17.566 INFO O| Aug 30 19:01:17.566 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
| 8449 | 2024-08-30T19:01:19.393Z | [ host-image] Aug 30 19:01:17.580 INFO O| Aug 30 19:01:17.579 INFO STEP 2 (remove_files) COMPLETE |
| 8450 | 2024-08-30T19:01:19.396Z | [ host-image] Aug 30 19:01:17.580 INFO O| Aug 30 19:01:17.580 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8451 | 2024-08-30T19:01:19.404Z | [ host-image] Aug 30 19:01:17.590 INFO O| Aug 30 19:01:17.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
| 8452 | 2024-08-30T19:01:19.406Z | [ host-image] Aug 30 19:01:17.592 INFO O| Aug 30 19:01:17.592 INFO STEP 3 (remove_files) COMPLETE |
| 8453 | 2024-08-30T19:01:19.406Z | [ host-image] Aug 30 19:01:17.592 INFO O| Aug 30 19:01:17.592 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8454 | 2024-08-30T19:01:19.419Z | [ host-image] Aug 30 19:01:17.602 INFO O| Aug 30 19:01:17.602 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
| 8455 | 2024-08-30T19:01:19.422Z | [ host-image] Aug 30 19:01:17.606 INFO O| Aug 30 19:01:17.606 INFO STEP 4 (remove_files) COMPLETE |
| 8456 | 2024-08-30T19:01:19.423Z | [ host-image] Aug 30 19:01:17.606 INFO O| Aug 30 19:01:17.606 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8457 | 2024-08-30T19:01:19.429Z | [ host-image] Aug 30 19:01:17.616 INFO O| Aug 30 19:01:17.615 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
| 8458 | 2024-08-30T19:01:19.432Z | [ host-image] Aug 30 19:01:17.618 INFO O| Aug 30 19:01:17.618 INFO STEP 5 (remove_files) COMPLETE |
| 8459 | 2024-08-30T19:01:19.432Z | [ host-image] Aug 30 19:01:17.618 INFO O| Aug 30 19:01:17.618 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8460 | 2024-08-30T19:01:19.442Z | [ host-image] Aug 30 19:01:17.628 INFO O| Aug 30 19:01:17.628 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
| 8461 | 2024-08-30T19:01:19.453Z | [ host-image] Aug 30 19:01:17.639 INFO O| Aug 30 19:01:17.639 INFO STEP 6 (remove_files) COMPLETE |
| 8462 | 2024-08-30T19:01:19.453Z | [ host-image] Aug 30 19:01:17.639 INFO O| Aug 30 19:01:17.639 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8463 | 2024-08-30T19:01:19.464Z | [ host-image] Aug 30 19:01:17.650 INFO O| Aug 30 19:01:17.650 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
| 8464 | 2024-08-30T19:01:19.476Z | [ host-image] Aug 30 19:01:17.663 INFO O| Aug 30 19:01:17.663 INFO STEP 7 (remove_files) COMPLETE |
| 8465 | 2024-08-30T19:01:19.476Z | [ host-image] Aug 30 19:01:17.663 INFO O| Aug 30 19:01:17.663 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8466 | 2024-08-30T19:01:19.486Z | [ host-image] Aug 30 19:01:17.673 INFO O| Aug 30 19:01:17.673 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
| 8467 | 2024-08-30T19:01:19.561Z | [ host-image] Aug 30 19:01:17.747 INFO O| Aug 30 19:01:17.747 INFO STEP 8 (remove_files) COMPLETE |
| 8468 | 2024-08-30T19:01:19.561Z | [ host-image] Aug 30 19:01:17.747 INFO O| Aug 30 19:01:17.747 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8469 | 2024-08-30T19:01:19.573Z | [ host-image] Aug 30 19:01:17.760 INFO O| Aug 30 19:01:17.760 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
| 8470 | 2024-08-30T19:01:19.651Z | [ host-image] Aug 30 19:01:17.837 INFO O| Aug 30 19:01:17.837 INFO STEP 9 (remove_files) COMPLETE |
| 8471 | 2024-08-30T19:01:19.651Z | [ host-image] Aug 30 19:01:17.837 INFO O| Aug 30 19:01:17.837 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8472 | 2024-08-30T19:01:19.663Z | [ host-image] Aug 30 19:01:17.849 INFO O| Aug 30 19:01:17.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
| 8473 | 2024-08-30T19:01:19.666Z | [ host-image] Aug 30 19:01:17.853 INFO O| Aug 30 19:01:17.853 INFO STEP 10 (remove_files) COMPLETE |
| 8474 | 2024-08-30T19:01:19.666Z | [ host-image] Aug 30 19:01:17.853 INFO O| Aug 30 19:01:17.853 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8475 | 2024-08-30T19:01:19.676Z | [ host-image] Aug 30 19:01:17.863 INFO O| Aug 30 19:01:17.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
| 8476 | 2024-08-30T19:01:19.679Z | [ host-image] Aug 30 19:01:17.863 INFO O| Aug 30 19:01:17.863 INFO STEP 11 (remove_files) COMPLETE |
| 8477 | 2024-08-30T19:01:19.679Z | [ host-image] Aug 30 19:01:17.864 INFO O| Aug 30 19:01:17.863 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8478 | 2024-08-30T19:01:19.687Z | [ host-image] Aug 30 19:01:17.873 INFO O| Aug 30 19:01:17.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
| 8479 | 2024-08-30T19:01:19.689Z | [ host-image] Aug 30 19:01:17.874 INFO O| Aug 30 19:01:17.874 INFO STEP 12 (remove_files) COMPLETE |
| 8480 | 2024-08-30T19:01:19.690Z | [ host-image] Aug 30 19:01:17.874 INFO O| Aug 30 19:01:17.874 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8481 | 2024-08-30T19:01:19.839Z | [ host-image] Aug 30 19:01:18.025 INFO O| Aug 30 19:01:18.025 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
| 8482 | 2024-08-30T19:01:19.845Z | [ host-image] Aug 30 19:01:18.031 INFO O| Aug 30 19:01:18.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
| 8483 | 2024-08-30T19:01:19.858Z | [ host-image] Aug 30 19:01:18.045 INFO O| Aug 30 19:01:18.045 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
| 8484 | 2024-08-30T19:01:19.861Z | [ host-image] Aug 30 19:01:18.045 INFO O| Aug 30 19:01:18.045 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
| 8485 | 2024-08-30T19:01:20.085Z | [ host-image] Aug 30 19:01:18.271 INFO O| Aug 30 19:01:18.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 8486 | 2024-08-30T19:01:20.087Z | [ host-image] Aug 30 19:01:18.271 INFO O| Aug 30 19:01:18.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 8487 | 2024-08-30T19:01:20.087Z | [ host-image] Aug 30 19:01:18.271 INFO O| Aug 30 19:01:18.271 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 8488 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 8489 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 8490 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 8491 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 8492 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.272 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 8493 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.272 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 8494 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 8495 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 8496 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 8497 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 8498 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 8499 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 8500 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 8501 | 2024-08-30T19:01:20.088Z | [ host-image] Aug 30 19:01:18.273 INFO O| Aug 30 19:01:18.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 8502 | 2024-08-30T19:01:20.099Z | [ host-image] Aug 30 19:01:18.285 INFO O| Aug 30 19:01:18.285 INFO STEP 13 (remove_files) COMPLETE |
| 8503 | 2024-08-30T19:01:20.099Z | [ host-image] Aug 30 19:01:18.285 INFO O| Aug 30 19:01:18.285 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8504 | 2024-08-30T19:01:20.110Z | [ host-image] Aug 30 19:01:18.296 INFO O| Aug 30 19:01:18.296 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
| 8505 | 2024-08-30T19:01:20.113Z | [ host-image] Aug 30 19:01:18.298 INFO O| Aug 30 19:01:18.298 INFO STEP 14 (remove_files) COMPLETE |
| 8506 | 2024-08-30T19:01:20.113Z | [ host-image] Aug 30 19:01:18.298 INFO O| Aug 30 19:01:18.298 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8507 | 2024-08-30T19:01:20.121Z | [ host-image] Aug 30 19:01:18.307 INFO O| Aug 30 19:01:18.307 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
| 8508 | 2024-08-30T19:01:20.127Z | [ host-image] Aug 30 19:01:18.313 INFO O| Aug 30 19:01:18.313 INFO STEP 15 (remove_files) COMPLETE |
| 8509 | 2024-08-30T19:01:20.127Z | [ host-image] Aug 30 19:01:18.313 INFO O| Aug 30 19:01:18.313 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8510 | 2024-08-30T19:01:20.137Z | [ host-image] Aug 30 19:01:18.323 INFO O| Aug 30 19:01:18.323 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
| 8511 | 2024-08-30T19:01:20.139Z | [ host-image] Aug 30 19:01:18.324 INFO O| Aug 30 19:01:18.324 INFO STEP 16 (remove_files) COMPLETE |
| 8512 | 2024-08-30T19:01:20.139Z | [ host-image] Aug 30 19:01:18.324 INFO O| Aug 30 19:01:18.324 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8513 | 2024-08-30T19:01:20.147Z | [ host-image] Aug 30 19:01:18.333 INFO O| Aug 30 19:01:18.333 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
| 8514 | 2024-08-30T19:01:20.149Z | [ host-image] Aug 30 19:01:18.335 INFO O| Aug 30 19:01:18.335 INFO STEP 17 (remove_files) COMPLETE |
| 8515 | 2024-08-30T19:01:20.149Z | [ host-image] Aug 30 19:01:18.335 INFO O| Aug 30 19:01:18.335 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8516 | 2024-08-30T19:01:20.158Z | [ host-image] Aug 30 19:01:18.344 INFO O| Aug 30 19:01:18.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
| 8517 | 2024-08-30T19:01:20.160Z | [ host-image] Aug 30 19:01:18.344 INFO O| Aug 30 19:01:18.344 INFO STEP 18 (remove_files) COMPLETE |
| 8518 | 2024-08-30T19:01:20.160Z | [ host-image] Aug 30 19:01:18.344 INFO O| Aug 30 19:01:18.344 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8519 | 2024-08-30T19:01:20.168Z | [ host-image] Aug 30 19:01:18.354 INFO O| Aug 30 19:01:18.354 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
| 8520 | 2024-08-30T19:01:20.168Z | [ host-image] Aug 30 19:01:18.354 INFO O| Aug 30 19:01:18.354 INFO STEP 19 (remove_files) COMPLETE |
| 8521 | 2024-08-30T19:01:20.168Z | [ host-image] Aug 30 19:01:18.354 INFO O| Aug 30 19:01:18.354 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8522 | 2024-08-30T19:01:20.177Z | [ host-image] Aug 30 19:01:18.363 INFO O| Aug 30 19:01:18.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
| 8523 | 2024-08-30T19:01:20.177Z | [ host-image] Aug 30 19:01:18.363 INFO O| Aug 30 19:01:18.363 INFO STEP 20 (remove_files) COMPLETE |
| 8524 | 2024-08-30T19:01:20.177Z | [ host-image] Aug 30 19:01:18.363 INFO O| Aug 30 19:01:18.363 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8525 | 2024-08-30T19:01:20.186Z | [ host-image] Aug 30 19:01:18.373 INFO O| Aug 30 19:01:18.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
| 8526 | 2024-08-30T19:01:20.186Z | [ host-image] Aug 30 19:01:18.373 INFO O| Aug 30 19:01:18.373 INFO STEP 21 (remove_files) COMPLETE |
| 8527 | 2024-08-30T19:01:20.189Z | [ host-image] Aug 30 19:01:18.373 INFO O| Aug 30 19:01:18.373 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8528 | 2024-08-30T19:01:20.196Z | [ host-image] Aug 30 19:01:18.382 INFO O| Aug 30 19:01:18.382 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
| 8529 | 2024-08-30T19:01:20.198Z | [ host-image] Aug 30 19:01:18.382 INFO O| Aug 30 19:01:18.382 INFO STEP 22 (remove_files) COMPLETE |
| 8530 | 2024-08-30T19:01:20.198Z | [ host-image] Aug 30 19:01:18.382 INFO O| Aug 30 19:01:18.382 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8531 | 2024-08-30T19:01:20.205Z | [ host-image] Aug 30 19:01:18.392 INFO O| Aug 30 19:01:18.391 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
| 8532 | 2024-08-30T19:01:20.205Z | [ host-image] Aug 30 19:01:18.392 INFO O| Aug 30 19:01:18.392 INFO STEP 23 (remove_files) COMPLETE |
| 8533 | 2024-08-30T19:01:20.208Z | [ host-image] Aug 30 19:01:18.392 INFO O| Aug 30 19:01:18.392 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8534 | 2024-08-30T19:01:20.215Z | [ host-image] Aug 30 19:01:18.401 INFO O| Aug 30 19:01:18.401 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
| 8535 | 2024-08-30T19:01:20.216Z | [ host-image] Aug 30 19:01:18.401 INFO O| Aug 30 19:01:18.401 INFO STEP 24 (remove_files) COMPLETE |
| 8536 | 2024-08-30T19:01:20.218Z | [ host-image] Aug 30 19:01:18.401 INFO O| Aug 30 19:01:18.401 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8537 | 2024-08-30T19:01:20.225Z | [ host-image] Aug 30 19:01:18.411 INFO O| Aug 30 19:01:18.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
| 8538 | 2024-08-30T19:01:20.225Z | [ host-image] Aug 30 19:01:18.411 INFO O| Aug 30 19:01:18.411 INFO STEP 25 (remove_files) COMPLETE |
| 8539 | 2024-08-30T19:01:20.225Z | [ host-image] Aug 30 19:01:18.411 INFO O| Aug 30 19:01:18.411 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8540 | 2024-08-30T19:01:20.235Z | [ host-image] Aug 30 19:01:18.421 INFO O| Aug 30 19:01:18.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
| 8541 | 2024-08-30T19:01:20.235Z | [ host-image] Aug 30 19:01:18.421 INFO O| Aug 30 19:01:18.421 INFO STEP 26 (remove_files) COMPLETE |
| 8542 | 2024-08-30T19:01:20.237Z | [ host-image] Aug 30 19:01:18.421 INFO O| Aug 30 19:01:18.421 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8543 | 2024-08-30T19:01:20.244Z | [ host-image] Aug 30 19:01:18.431 INFO O| Aug 30 19:01:18.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
| 8544 | 2024-08-30T19:01:20.244Z | [ host-image] Aug 30 19:01:18.431 INFO O| Aug 30 19:01:18.431 INFO STEP 27 (remove_files) COMPLETE |
| 8545 | 2024-08-30T19:01:20.244Z | [ host-image] Aug 30 19:01:18.431 INFO O| Aug 30 19:01:18.431 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8546 | 2024-08-30T19:01:20.256Z | [ host-image] Aug 30 19:01:18.440 INFO O| Aug 30 19:01:18.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
| 8547 | 2024-08-30T19:01:20.256Z | [ host-image] Aug 30 19:01:18.440 INFO O| Aug 30 19:01:18.440 INFO STEP 28 (remove_files) COMPLETE |
| 8548 | 2024-08-30T19:01:20.256Z | [ host-image] Aug 30 19:01:18.440 INFO O| Aug 30 19:01:18.440 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8549 | 2024-08-30T19:01:20.264Z | [ host-image] Aug 30 19:01:18.450 INFO O| Aug 30 19:01:18.450 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
| 8550 | 2024-08-30T19:01:20.264Z | [ host-image] Aug 30 19:01:18.450 INFO O| Aug 30 19:01:18.450 INFO STEP 29 (remove_files) COMPLETE |
| 8551 | 2024-08-30T19:01:20.266Z | [ host-image] Aug 30 19:01:18.450 INFO O| Aug 30 19:01:18.450 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8552 | 2024-08-30T19:01:20.274Z | [ host-image] Aug 30 19:01:18.459 INFO O| Aug 30 19:01:18.459 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
| 8553 | 2024-08-30T19:01:20.274Z | [ host-image] Aug 30 19:01:18.459 INFO O| Aug 30 19:01:18.459 INFO STEP 30 (remove_files) COMPLETE |
| 8554 | 2024-08-30T19:01:20.277Z | [ host-image] Aug 30 19:01:18.459 INFO O| Aug 30 19:01:18.459 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8555 | 2024-08-30T19:01:20.283Z | [ host-image] Aug 30 19:01:18.469 INFO O| Aug 30 19:01:18.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
| 8556 | 2024-08-30T19:01:20.286Z | [ host-image] Aug 30 19:01:18.469 INFO O| Aug 30 19:01:18.469 INFO STEP 31 (remove_files) COMPLETE |
| 8557 | 2024-08-30T19:01:20.286Z | [ host-image] Aug 30 19:01:18.469 INFO O| Aug 30 19:01:18.469 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8558 | 2024-08-30T19:01:20.292Z | [ host-image] Aug 30 19:01:18.478 INFO O| Aug 30 19:01:18.478 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
| 8559 | 2024-08-30T19:01:20.292Z | [ host-image] Aug 30 19:01:18.478 INFO O| Aug 30 19:01:18.478 INFO STEP 32 (remove_files) COMPLETE |
| 8560 | 2024-08-30T19:01:20.295Z | [ host-image] Aug 30 19:01:18.478 INFO O| Aug 30 19:01:18.478 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8561 | 2024-08-30T19:01:20.302Z | [ host-image] Aug 30 19:01:18.488 INFO O| Aug 30 19:01:18.488 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
| 8562 | 2024-08-30T19:01:20.305Z | [ host-image] Aug 30 19:01:18.488 INFO O| Aug 30 19:01:18.488 INFO STEP 33 (remove_files) COMPLETE |
| 8563 | 2024-08-30T19:01:20.305Z | [ host-image] Aug 30 19:01:18.488 INFO O| Aug 30 19:01:18.488 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8564 | 2024-08-30T19:01:20.312Z | [ host-image] Aug 30 19:01:18.498 INFO O| Aug 30 19:01:18.498 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
| 8565 | 2024-08-30T19:01:20.312Z | [ host-image] Aug 30 19:01:18.498 INFO O| Aug 30 19:01:18.498 INFO STEP 34 (remove_files) COMPLETE |
| 8566 | 2024-08-30T19:01:20.314Z | [ host-image] Aug 30 19:01:18.498 INFO O| Aug 30 19:01:18.498 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8567 | 2024-08-30T19:01:20.322Z | [ host-image] Aug 30 19:01:18.507 INFO O| Aug 30 19:01:18.507 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
| 8568 | 2024-08-30T19:01:20.322Z | [ host-image] Aug 30 19:01:18.507 INFO O| Aug 30 19:01:18.507 INFO STEP 35 (remove_files) COMPLETE |
| 8569 | 2024-08-30T19:01:20.322Z | [ host-image] Aug 30 19:01:18.507 INFO O| Aug 30 19:01:18.507 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8570 | 2024-08-30T19:01:20.332Z | [ host-image] Aug 30 19:01:18.517 INFO O| Aug 30 19:01:18.517 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
| 8571 | 2024-08-30T19:01:20.332Z | [ host-image] Aug 30 19:01:18.517 INFO O| Aug 30 19:01:18.517 INFO STEP 36 (remove_files) COMPLETE |
| 8572 | 2024-08-30T19:01:20.332Z | [ host-image] Aug 30 19:01:18.517 INFO O| Aug 30 19:01:18.517 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8573 | 2024-08-30T19:01:20.340Z | [ host-image] Aug 30 19:01:18.527 INFO O| Aug 30 19:01:18.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
| 8574 | 2024-08-30T19:01:20.341Z | [ host-image] Aug 30 19:01:18.527 INFO O| Aug 30 19:01:18.527 INFO STEP 37 (remove_files) COMPLETE |
| 8575 | 2024-08-30T19:01:20.343Z | [ host-image] Aug 30 19:01:18.527 INFO O| Aug 30 19:01:18.527 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8576 | 2024-08-30T19:01:20.350Z | [ host-image] Aug 30 19:01:18.536 INFO O| Aug 30 19:01:18.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
| 8577 | 2024-08-30T19:01:20.350Z | [ host-image] Aug 30 19:01:18.536 INFO O| Aug 30 19:01:18.536 INFO STEP 38 (remove_files) COMPLETE |
| 8578 | 2024-08-30T19:01:20.353Z | [ host-image] Aug 30 19:01:18.536 INFO O| Aug 30 19:01:18.536 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8579 | 2024-08-30T19:01:20.360Z | [ host-image] Aug 30 19:01:18.546 INFO O| Aug 30 19:01:18.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
| 8580 | 2024-08-30T19:01:20.360Z | [ host-image] Aug 30 19:01:18.546 INFO O| Aug 30 19:01:18.546 INFO STEP 39 (remove_files) COMPLETE |
| 8581 | 2024-08-30T19:01:20.363Z | [ host-image] Aug 30 19:01:18.546 INFO O| Aug 30 19:01:18.546 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8582 | 2024-08-30T19:01:20.370Z | [ host-image] Aug 30 19:01:18.556 INFO O| Aug 30 19:01:18.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
| 8583 | 2024-08-30T19:01:20.370Z | [ host-image] Aug 30 19:01:18.556 INFO O| Aug 30 19:01:18.556 INFO STEP 40 (remove_files) COMPLETE |
| 8584 | 2024-08-30T19:01:20.370Z | [ host-image] Aug 30 19:01:18.556 INFO O| Aug 30 19:01:18.556 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8585 | 2024-08-30T19:01:20.379Z | [ host-image] Aug 30 19:01:18.565 INFO O| Aug 30 19:01:18.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
| 8586 | 2024-08-30T19:01:20.379Z | [ host-image] Aug 30 19:01:18.565 INFO O| Aug 30 19:01:18.565 INFO STEP 41 (remove_files) COMPLETE |
| 8587 | 2024-08-30T19:01:20.381Z | [ host-image] Aug 30 19:01:18.565 INFO O| Aug 30 19:01:18.565 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8588 | 2024-08-30T19:01:20.389Z | [ host-image] Aug 30 19:01:18.575 INFO O| Aug 30 19:01:18.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
| 8589 | 2024-08-30T19:01:20.389Z | [ host-image] Aug 30 19:01:18.575 INFO O| Aug 30 19:01:18.575 INFO STEP 42 (remove_files) COMPLETE |
| 8590 | 2024-08-30T19:01:20.389Z | [ host-image] Aug 30 19:01:18.575 INFO O| Aug 30 19:01:18.575 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8591 | 2024-08-30T19:01:20.398Z | [ host-image] Aug 30 19:01:18.584 INFO O| Aug 30 19:01:18.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
| 8592 | 2024-08-30T19:01:20.398Z | [ host-image] Aug 30 19:01:18.585 INFO O| Aug 30 19:01:18.584 INFO STEP 43 (remove_files) COMPLETE |
| 8593 | 2024-08-30T19:01:20.401Z | [ host-image] Aug 30 19:01:18.585 INFO O| Aug 30 19:01:18.585 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8594 | 2024-08-30T19:01:20.408Z | [ host-image] Aug 30 19:01:18.594 INFO O| Aug 30 19:01:18.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 8595 | 2024-08-30T19:01:20.410Z | [ host-image] Aug 30 19:01:18.594 INFO O| Aug 30 19:01:18.594 INFO STEP 44 (remove_files) COMPLETE |
| 8596 | 2024-08-30T19:01:20.410Z | [ host-image] Aug 30 19:01:18.594 INFO O| Aug 30 19:01:18.594 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8597 | 2024-08-30T19:01:20.417Z | [ host-image] Aug 30 19:01:18.603 INFO O| Aug 30 19:01:18.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
| 8598 | 2024-08-30T19:01:20.417Z | [ host-image] Aug 30 19:01:18.604 INFO O| Aug 30 19:01:18.604 INFO STEP 45 (remove_files) COMPLETE |
| 8599 | 2024-08-30T19:01:20.417Z | [ host-image] Aug 30 19:01:18.604 INFO O| Aug 30 19:01:18.604 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8600 | 2024-08-30T19:01:20.427Z | [ host-image] Aug 30 19:01:18.613 INFO O| Aug 30 19:01:18.613 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 8601 | 2024-08-30T19:01:20.427Z | [ host-image] Aug 30 19:01:18.613 INFO O| Aug 30 19:01:18.613 INFO STEP 46 (remove_files) COMPLETE |
| 8602 | 2024-08-30T19:01:20.427Z | [ host-image] Aug 30 19:01:18.613 INFO O| Aug 30 19:01:18.613 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8603 | 2024-08-30T19:01:20.436Z | [ host-image] Aug 30 19:01:18.623 INFO O| Aug 30 19:01:18.623 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 8604 | 2024-08-30T19:01:20.436Z | [ host-image] Aug 30 19:01:18.623 INFO O| Aug 30 19:01:18.623 INFO STEP 47 (remove_files) COMPLETE |
| 8605 | 2024-08-30T19:01:20.439Z | [ host-image] Aug 30 19:01:18.623 INFO O| Aug 30 19:01:18.623 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8606 | 2024-08-30T19:01:20.446Z | [ host-image] Aug 30 19:01:18.632 INFO O| Aug 30 19:01:18.632 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
| 8607 | 2024-08-30T19:01:20.446Z | [ host-image] Aug 30 19:01:18.632 INFO O| Aug 30 19:01:18.632 INFO STEP 48 (remove_files) COMPLETE |
| 8608 | 2024-08-30T19:01:20.448Z | [ host-image] Aug 30 19:01:18.632 INFO O| Aug 30 19:01:18.632 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8609 | 2024-08-30T19:01:20.456Z | [ host-image] Aug 30 19:01:18.642 INFO O| Aug 30 19:01:18.642 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
| 8610 | 2024-08-30T19:01:20.456Z | [ host-image] Aug 30 19:01:18.642 INFO O| Aug 30 19:01:18.642 INFO STEP 49 (remove_files) COMPLETE |
| 8611 | 2024-08-30T19:01:20.456Z | [ host-image] Aug 30 19:01:18.642 INFO O| Aug 30 19:01:18.642 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8612 | 2024-08-30T19:01:20.466Z | [ host-image] Aug 30 19:01:18.652 INFO O| Aug 30 19:01:18.652 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
| 8613 | 2024-08-30T19:01:20.466Z | [ host-image] Aug 30 19:01:18.652 INFO O| Aug 30 19:01:18.652 INFO STEP 50 (remove_files) COMPLETE |
| 8614 | 2024-08-30T19:01:20.466Z | [ host-image] Aug 30 19:01:18.652 INFO O| Aug 30 19:01:18.652 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8615 | 2024-08-30T19:01:20.475Z | [ host-image] Aug 30 19:01:18.661 INFO O| Aug 30 19:01:18.661 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 8616 | 2024-08-30T19:01:20.475Z | [ host-image] Aug 30 19:01:18.661 INFO O| Aug 30 19:01:18.661 INFO STEP 51 (remove_files) COMPLETE |
| 8617 | 2024-08-30T19:01:20.475Z | [ host-image] Aug 30 19:01:18.661 INFO O| Aug 30 19:01:18.661 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8618 | 2024-08-30T19:01:20.484Z | [ host-image] Aug 30 19:01:18.671 INFO O| Aug 30 19:01:18.671 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 8619 | 2024-08-30T19:01:20.484Z | [ host-image] Aug 30 19:01:18.671 INFO O| Aug 30 19:01:18.671 INFO STEP 52 (remove_files) COMPLETE |
| 8620 | 2024-08-30T19:01:20.484Z | [ host-image] Aug 30 19:01:18.671 INFO O| Aug 30 19:01:18.671 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8621 | 2024-08-30T19:01:20.494Z | [ host-image] Aug 30 19:01:18.680 INFO O| Aug 30 19:01:18.680 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
| 8622 | 2024-08-30T19:01:20.496Z | [ host-image] Aug 30 19:01:18.680 INFO O| Aug 30 19:01:18.680 INFO STEP 53 (remove_files) COMPLETE |
| 8623 | 2024-08-30T19:01:20.496Z | [ host-image] Aug 30 19:01:18.680 INFO O| Aug 30 19:01:18.680 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8624 | 2024-08-30T19:01:20.504Z | [ host-image] Aug 30 19:01:18.690 INFO O| Aug 30 19:01:18.690 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
| 8625 | 2024-08-30T19:01:20.504Z | [ host-image] Aug 30 19:01:18.690 INFO O| Aug 30 19:01:18.690 INFO STEP 54 (remove_files) COMPLETE |
| 8626 | 2024-08-30T19:01:20.506Z | [ host-image] Aug 30 19:01:18.690 INFO O| Aug 30 19:01:18.690 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8627 | 2024-08-30T19:01:20.513Z | [ host-image] Aug 30 19:01:18.699 INFO O| Aug 30 19:01:18.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
| 8628 | 2024-08-30T19:01:20.513Z | [ host-image] Aug 30 19:01:18.699 INFO O| Aug 30 19:01:18.699 INFO STEP 55 (remove_files) COMPLETE |
| 8629 | 2024-08-30T19:01:20.516Z | [ host-image] Aug 30 19:01:18.699 INFO O| Aug 30 19:01:18.699 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8630 | 2024-08-30T19:01:20.523Z | [ host-image] Aug 30 19:01:18.709 INFO O| Aug 30 19:01:18.709 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
| 8631 | 2024-08-30T19:01:20.523Z | [ host-image] Aug 30 19:01:18.709 INFO O| Aug 30 19:01:18.709 INFO STEP 56 (remove_files) COMPLETE |
| 8632 | 2024-08-30T19:01:20.525Z | [ host-image] Aug 30 19:01:18.709 INFO O| Aug 30 19:01:18.709 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8633 | 2024-08-30T19:01:20.533Z | [ host-image] Aug 30 19:01:18.719 INFO O| Aug 30 19:01:18.719 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
| 8634 | 2024-08-30T19:01:20.533Z | [ host-image] Aug 30 19:01:18.719 INFO O| Aug 30 19:01:18.719 INFO STEP 57 (remove_files) COMPLETE |
| 8635 | 2024-08-30T19:01:20.535Z | [ host-image] Aug 30 19:01:18.719 INFO O| Aug 30 19:01:18.719 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8636 | 2024-08-30T19:01:20.542Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 8637 | 2024-08-30T19:01:20.542Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
| 8638 | 2024-08-30T19:01:20.545Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 8639 | 2024-08-30T19:01:20.545Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 8640 | 2024-08-30T19:01:20.545Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 8641 | 2024-08-30T19:01:20.545Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 8642 | 2024-08-30T19:01:20.545Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO ok! |
| 8643 | 2024-08-30T19:01:20.545Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO STEP 58 (ensure_file) COMPLETE |
| 8644 | 2024-08-30T19:01:20.545Z | [ host-image] Aug 30 19:01:18.729 INFO O| Aug 30 19:01:18.729 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8645 | 2024-08-30T19:01:20.553Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 8646 | 2024-08-30T19:01:20.553Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
| 8647 | 2024-08-30T19:01:20.555Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 8648 | 2024-08-30T19:01:20.555Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 8649 | 2024-08-30T19:01:20.555Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 8650 | 2024-08-30T19:01:20.555Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 8651 | 2024-08-30T19:01:20.555Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO ok! |
| 8652 | 2024-08-30T19:01:20.555Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO STEP 59 (ensure_file) COMPLETE |
| 8653 | 2024-08-30T19:01:20.555Z | [ host-image] Aug 30 19:01:18.739 INFO O| Aug 30 19:01:18.739 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8654 | 2024-08-30T19:01:20.563Z | [ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
| 8655 | 2024-08-30T19:01:20.563Z | [ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
| 8656 | 2024-08-30T19:01:20.565Z | [ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
| 8657 | 2024-08-30T19:01:20.565Z | [ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO ok! |
| 8658 | 2024-08-30T19:01:20.565Z | [ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO STEP 60 (ensure_file) COMPLETE |
| 8659 | 2024-08-30T19:01:20.565Z | [ host-image] Aug 30 19:01:18.749 INFO O| Aug 30 19:01:18.749 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8660 | 2024-08-30T19:01:20.573Z | [ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 8661 | 2024-08-30T19:01:20.573Z | [ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
| 8662 | 2024-08-30T19:01:20.575Z | [ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
| 8663 | 2024-08-30T19:01:20.575Z | [ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO ok! |
| 8664 | 2024-08-30T19:01:20.575Z | [ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO STEP 61 (ensure_file) COMPLETE |
| 8665 | 2024-08-30T19:01:20.575Z | [ host-image] Aug 30 19:01:18.759 INFO O| Aug 30 19:01:18.759 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8666 | 2024-08-30T19:01:20.583Z | [ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 8667 | 2024-08-30T19:01:20.583Z | [ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
| 8668 | 2024-08-30T19:01:20.586Z | [ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
| 8669 | 2024-08-30T19:01:20.586Z | [ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
| 8670 | 2024-08-30T19:01:20.586Z | [ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO ok! |
| 8671 | 2024-08-30T19:01:20.586Z | [ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO STEP 62 (ensure_file) COMPLETE |
| 8672 | 2024-08-30T19:01:20.586Z | [ host-image] Aug 30 19:01:18.769 INFO O| Aug 30 19:01:18.769 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8673 | 2024-08-30T19:01:20.593Z | [ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 8674 | 2024-08-30T19:01:20.595Z | [ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
| 8675 | 2024-08-30T19:01:20.595Z | [ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 8676 | 2024-08-30T19:01:20.595Z | [ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 8677 | 2024-08-30T19:01:20.595Z | [ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO ok! |
| 8678 | 2024-08-30T19:01:20.595Z | [ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO STEP 63 (ensure_file) COMPLETE |
| 8679 | 2024-08-30T19:01:20.595Z | [ host-image] Aug 30 19:01:18.779 INFO O| Aug 30 19:01:18.779 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8680 | 2024-08-30T19:01:20.603Z | [ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
| 8681 | 2024-08-30T19:01:20.603Z | [ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
| 8682 | 2024-08-30T19:01:20.605Z | [ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
| 8683 | 2024-08-30T19:01:20.605Z | [ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO ok! |
| 8684 | 2024-08-30T19:01:20.605Z | [ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO STEP 64 (assemble_files) COMPLETE |
| 8685 | 2024-08-30T19:01:20.605Z | [ host-image] Aug 30 19:01:18.789 INFO O| Aug 30 19:01:18.789 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8686 | 2024-08-30T19:01:20.612Z | [ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
| 8687 | 2024-08-30T19:01:20.612Z | [ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
| 8688 | 2024-08-30T19:01:20.615Z | [ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
| 8689 | 2024-08-30T19:01:20.615Z | [ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
| 8690 | 2024-08-30T19:01:20.615Z | [ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO ok! |
| 8691 | 2024-08-30T19:01:20.615Z | [ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO STEP 65 (ensure_file) COMPLETE |
| 8692 | 2024-08-30T19:01:20.615Z | [ host-image] Aug 30 19:01:18.799 INFO O| Aug 30 19:01:18.799 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8693 | 2024-08-30T19:01:20.622Z | [ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.808 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 8694 | 2024-08-30T19:01:20.625Z | [ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.809 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 8695 | 2024-08-30T19:01:20.625Z | [ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.809 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 8696 | 2024-08-30T19:01:20.625Z | [ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.809 INFO STEP 66 (ensure_dir) COMPLETE |
| 8697 | 2024-08-30T19:01:20.625Z | [ host-image] Aug 30 19:01:18.809 INFO O| Aug 30 19:01:18.809 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8698 | 2024-08-30T19:01:20.632Z | [ host-image] Aug 30 19:01:18.818 INFO O| Aug 30 19:01:18.818 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 8699 | 2024-08-30T19:01:20.632Z | [ host-image] Aug 30 19:01:18.818 INFO O| Aug 30 19:01:18.818 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 ... |
| 8700 | 2024-08-30T19:01:20.639Z | [ host-image] Aug 30 19:01:18.825 INFO O| Aug 30 19:01:18.825 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 |
| 8701 | 2024-08-30T19:01:20.639Z | [ host-image] Aug 30 19:01:18.826 INFO O| Aug 30 19:01:18.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 8702 | 2024-08-30T19:01:20.639Z | [ host-image] Aug 30 19:01:18.826 INFO O| Aug 30 19:01:18.826 INFO ok! |
| 8703 | 2024-08-30T19:01:20.639Z | [ host-image] Aug 30 19:01:18.826 INFO O| Aug 30 19:01:18.826 INFO STEP 67 (ensure_file) COMPLETE |
| 8704 | 2024-08-30T19:01:20.642Z | [ host-image] Aug 30 19:01:18.826 INFO O| Aug 30 19:01:18.826 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8705 | 2024-08-30T19:01:20.650Z | [ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.836 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 8706 | 2024-08-30T19:01:20.650Z | [ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 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 ... |
| 8707 | 2024-08-30T19:01:20.653Z | [ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 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 |
| 8708 | 2024-08-30T19:01:20.653Z | [ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 8709 | 2024-08-30T19:01:20.653Z | [ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 INFO ok! |
| 8710 | 2024-08-30T19:01:20.653Z | [ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 INFO STEP 68 (ensure_file) COMPLETE |
| 8711 | 2024-08-30T19:01:20.653Z | [ host-image] Aug 30 19:01:18.837 INFO O| Aug 30 19:01:18.837 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8712 | 2024-08-30T19:01:20.665Z | [ host-image] Aug 30 19:01:18.851 INFO O| Aug 30 19:01:18.851 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
| 8713 | 2024-08-30T19:01:20.667Z | [ host-image] Aug 30 19:01:18.852 INFO O| Aug 30 19:01:18.852 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
| 8714 | 2024-08-30T19:01:22.711Z | [ host-image] Aug 30 19:01:20.896 INFO O| Aug 30 19:01:20.896 INFO STEP 69 (pack_tar) COMPLETE |
| 8715 | 2024-08-30T19:01:22.711Z | [ host-image] Aug 30 19:01:20.897 INFO O| Aug 30 19:01:20.896 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
| 8716 | 2024-08-30T19:01:22.711Z | [ host-image] Aug 30 19:01:20.897 INFO O| Aug 30 19:01:20.896 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
| 8717 | 2024-08-30T19:01:23.024Z | [ host-image] Aug 30 19:01:21.210 INFO O| Aug 30 19:01:21.210 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8718 | 2024-08-30T19:01:23.083Z | [ host-image] Aug 30 19:01:21.269 INFO O| Aug 30 19:01:21.268 INFO completed processing gimlet/ramdisk-02-trim |
| 8719 | 2024-08-30T19:01:23.085Z | [ host-image] Aug 30 19:01:21.271 INFO image builder template: zfs... |
| 8720 | 2024-08-30T19:01:23.085Z | [ host-image] Aug 30 19:01:21.271 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/.tmpWwHkvv/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.293", "-n", "zfs"], pwd: None |
| 8721 | 2024-08-30T19:01:23.099Z | [ host-image] Aug 30 19:01:21.285 INFO O| Aug 30 19:01:21.285 INFO skip include "stress" because feature "stress" is not enabled |
| 8722 | 2024-08-30T19:01:23.131Z | [ host-image] Aug 30 19:01:21.317 INFO O| Aug 30 19:01:21.317 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
| 8723 | 2024-08-30T19:01:23.137Z | [ host-image] Aug 30 19:01:21.322 INFO O| Aug 30 19:01:21.322 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
| 8724 | 2024-08-30T19:01:23.202Z | [ host-image] Aug 30 19:01:21.387 INFO O| Aug 30 19:01:21.387 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
| 8725 | 2024-08-30T19:01:23.285Z | [ host-image] Aug 30 19:01:21.470 INFO O| Aug 30 19:01:21.470 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
| 8726 | 2024-08-30T19:01:23.285Z | [ host-image] Aug 30 19:01:21.470 INFO O| Aug 30 19:01:21.470 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
| 8727 | 2024-08-30T19:01:23.289Z | [ host-image] Aug 30 19:01:21.475 INFO O| Aug 30 19:01:21.475 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
| 8728 | 2024-08-30T19:01:23.383Z | [ host-image] Aug 30 19:01:21.569 INFO O| Aug 30 19:01:21.568 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
| 8729 | 2024-08-30T19:01:23.419Z | [ host-image] Aug 30 19:01:21.605 INFO O| Aug 30 19:01:21.605 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
| 8730 | 2024-08-30T19:01:23.429Z | [ host-image] Aug 30 19:01:21.615 INFO O| Aug 30 19:01:21.615 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
| 8731 | 2024-08-30T19:01:23.435Z | [ host-image] Aug 30 19:01:21.620 INFO O| Aug 30 19:01:21.620 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
| 8732 | 2024-08-30T19:01:23.435Z | [ host-image] Aug 30 19:01:21.620 INFO O| Aug 30 19:01:21.620 INFO no lofi found |
| 8733 | 2024-08-30T19:01:23.437Z | [ host-image] Aug 30 19:01:21.620 INFO O| Aug 30 19:01:21.620 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
| 8734 | 2024-08-30T19:01:23.437Z | [ host-image] Aug 30 19:01:21.620 INFO O| Aug 30 19:01:21.620 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
| 8735 | 2024-08-30T19:01:24.825Z | [ host-image] Aug 30 19:01:23.010 INFO O| Aug 30 19:01:23.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8736 | 2024-08-30T19:01:24.825Z | [ host-image] Aug 30 19:01:23.010 INFO O| Aug 30 19:01:23.010 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8737 | 2024-08-30T19:01:24.828Z | [ host-image] Aug 30 19:01:23.011 INFO O| Aug 30 19:01:23.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"] |
| 8738 | 2024-08-30T19:01:24.898Z | [ host-image] Aug 30 19:01:23.084 INFO O| Aug 30 19:01:23.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8739 | 2024-08-30T19:01:24.898Z | [ host-image] Aug 30 19:01:23.084 INFO O| Aug 30 19:01:23.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
| 8740 | 2024-08-30T19:01:24.920Z | [ host-image] Aug 30 19:01:23.105 INFO O| Aug 30 19:01:23.105 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
| 8741 | 2024-08-30T19:01:24.987Z | [ host-image] Aug 30 19:01:23.173 INFO O| Aug 30 19:01:23.173 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
| 8742 | 2024-08-30T19:01:25.048Z | [ host-image] Aug 30 19:01:23.234 INFO O| Aug 30 19:01:23.234 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
| 8743 | 2024-08-30T19:01:25.062Z | [ host-image] Aug 30 19:01:23.248 INFO O| Aug 30 19:01:23.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
| 8744 | 2024-08-30T19:01:25.073Z | [ host-image] Aug 30 19:01:23.259 INFO O| Aug 30 19:01:23.259 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
| 8745 | 2024-08-30T19:01:25.119Z | [ host-image] Aug 30 19:01:23.305 INFO O| Aug 30 19:01:23.305 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
| 8746 | 2024-08-30T19:01:25.122Z | [ host-image] Aug 30 19:01:23.305 INFO O| Aug 30 19:01:23.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
| 8747 | 2024-08-30T19:01:25.122Z | [ host-image] Aug 30 19:01:23.305 INFO O| Aug 30 19:01:23.305 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 8748 | 2024-08-30T19:01:25.132Z | [ host-image] Aug 30 19:01:23.317 INFO O| Aug 30 19:01:23.317 INFO boot environment UUID: 77cb995f-fbcd-4e7e-8360-d6b450b98a48 |
| 8749 | 2024-08-30T19:01:25.134Z | [ host-image] Aug 30 19:01:23.317 INFO O| Aug 30 19:01:23.317 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 77cb995f-fbcd-4e7e-8360-d6b450b98a48 |
| 8750 | 2024-08-30T19:01:25.142Z | [ host-image] Aug 30 19:01:23.328 INFO O| Aug 30 19:01:23.328 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8751 | 2024-08-30T19:01:25.153Z | [ host-image] Aug 30 19:01:23.338 INFO O| Aug 30 19:01:23.338 INFO STEP 0 (create_be) COMPLETE |
| 8752 | 2024-08-30T19:01:25.153Z | [ host-image] Aug 30 19:01:23.338 INFO O| Aug 30 19:01:23.338 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8753 | 2024-08-30T19:01:25.169Z | [ host-image] Aug 30 19:01:23.354 INFO O| Aug 30 19:01:23.354 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 8754 | 2024-08-30T19:01:26.092Z | [ recovery-image] Aug 30 19:01:24.277 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) |
| 8755 | 2024-08-30T19:01:29.077Z | [ recovery-image] Aug 30 19:01:27.258 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) |
| 8756 | 2024-08-30T19:01:33.409Z | [ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling bitflags v1.3.2 |
| 8757 | 2024-08-30T19:01:33.409Z | [ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling bit_field v0.10.2 |
| 8758 | 2024-08-30T19:01:33.412Z | [ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling plain v0.2.3 |
| 8759 | 2024-08-30T19:01:33.412Z | [ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling adler v1.0.2 |
| 8760 | 2024-08-30T19:01:33.412Z | [ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling scroll v0.12.0 |
| 8761 | 2024-08-30T19:01:33.412Z | [ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling log v0.4.21 |
| 8762 | 2024-08-30T19:01:33.412Z | [ recovery-image] Aug 30 19:01:31.593 INFO E| Compiling static_assertions v1.1.0 |
| 8763 | 2024-08-30T19:01:33.583Z | [ recovery-image] Aug 30 19:01:31.767 INFO E| Compiling raw-cpuid v10.7.0 |
| 8764 | 2024-08-30T19:01:33.659Z | [ recovery-image] Aug 30 19:01:31.843 INFO E| Compiling cpio_reader v0.1.1 |
| 8765 | 2024-08-30T19:01:33.890Z | [ recovery-image] Aug 30 19:01:32.074 INFO E| Compiling bitstruct v0.1.1 |
| 8766 | 2024-08-30T19:01:34.149Z | [ recovery-image] Aug 30 19:01:32.333 INFO E| Compiling miniz_oxide v0.7.2 |
| 8767 | 2024-08-30T19:01:34.960Z | [ recovery-image] Aug 30 19:01:33.144 INFO E| Compiling goblin v0.8.0 |
| 8768 | 2024-08-30T19:01:44.240Z | [ recovery-image] Aug 30 19:01:42.423 INFO E| Finished `release` profile [optimized] target(s) in 40.73s |
| 8769 | 2024-08-30T19:01:44.261Z | [ recovery-image] Aug 30 19:01:42.444 INFO building host image... |
| 8770 | 2024-08-30T19:01:44.265Z | [ recovery-image] Aug 30 19:01:42.445 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") |
| 8771 | 2024-08-30T19:01:44.916Z | [ recovery-image] Aug 30 19:01:43.099 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 8772 | 2024-08-30T19:01:46.876Z | [ recovery-image] Aug 30 19:01:45.058 INFO image complete! materials are in "/work/os-recovery" |
| 8773 | 2024-08-30T19:01:46.881Z | [ recovery-image] |
| 8774 | 2024-08-30T19:01:46.883Z | Aug 30 19:01:45.064 INFO [recovery-image] process exited with exit status: 0 (455.709618679s) |
| 8775 | 2024-08-30T19:01:46.883Z | [ recovery-image] real 7:35.689687081 |
| 8776 | 2024-08-30T19:01:46.883Z | [ recovery-image] user 4:41.829863164 |
| 8777 | 2024-08-30T19:01:46.883Z | [ recovery-image] sys 1:08.178558834 |
| 8778 | 2024-08-30T19:01:46.883Z | [ recovery-image] trap 0.210510726 |
| 8779 | 2024-08-30T19:01:46.883Z | [ recovery-image] tflt 0.345443293 |
| 8780 | 2024-08-30T19:01:46.883Z | [ recovery-image] dflt 1.409569423 |
| 8781 | 2024-08-30T19:01:46.883Z | [ recovery-image] kflt 0.000061292 |
| 8782 | 2024-08-30T19:01:46.883Z | [ recovery-image] lock 9:42.230461555 |
| 8783 | 2024-08-30T19:01:46.883Z | [ recovery-image] slp 43:57.268520676 |
| 8784 | 2024-08-30T19:01:46.883Z | [ recovery-image] lat 2:09.070149545 |
| 8785 | 2024-08-30T19:01:46.883Z | [ recovery-image] stop 4.619092289 |
| 8786 | 2024-08-30T19:01:47.358Z | [ host-image] Aug 30 19:01:45.541 INFO O| Aug 30 19:01:45.541 INFO STEP 1 (unpack_tar) COMPLETE |
| 8787 | 2024-08-30T19:01:47.358Z | [ host-image] Aug 30 19:01:45.541 INFO O| Aug 30 19:01:45.541 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8788 | 2024-08-30T19:01:47.371Z | [ host-image] Aug 30 19:01:45.553 INFO O| Aug 30 19:01:45.553 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 8789 | 2024-08-30T19:01:47.520Z | [ host-image] Aug 30 19:01:45.702 INFO O| Aug 30 19:01:45.702 INFO STEP 2 (devfsadm) COMPLETE |
| 8790 | 2024-08-30T19:01:47.520Z | [ host-image] Aug 30 19:01:45.702 INFO O| Aug 30 19:01:45.702 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8791 | 2024-08-30T19:01:47.531Z | [ host-image] Aug 30 19:01:45.714 INFO O| Aug 30 19:01:45.714 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 8792 | 2024-08-30T19:01:47.534Z | [ host-image] Aug 30 19:01:45.714 INFO O| Aug 30 19:01:45.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 8793 | 2024-08-30T19:01:47.534Z | [ host-image] Aug 30 19:01:45.714 INFO O| Aug 30 19:01:45.714 INFO STEP 3 (ensure_dir) COMPLETE |
| 8794 | 2024-08-30T19:01:47.534Z | [ host-image] Aug 30 19:01:45.714 INFO O| Aug 30 19:01:45.714 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8795 | 2024-08-30T19:01:47.541Z | [ host-image] Aug 30 19:01:45.724 INFO O| Aug 30 19:01:45.724 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 8796 | 2024-08-30T19:01:47.545Z | [ host-image] Aug 30 19:01:45.724 INFO O| Aug 30 19:01:45.724 INFO STEP 4 (ensure_dir) COMPLETE |
| 8797 | 2024-08-30T19:01:47.545Z | [ host-image] Aug 30 19:01:45.724 INFO O| Aug 30 19:01:45.724 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8798 | 2024-08-30T19:01:47.551Z | [ host-image] Aug 30 19:01:45.734 INFO O| Aug 30 19:01:45.734 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 8799 | 2024-08-30T19:01:47.551Z | [ host-image] Aug 30 19:01:45.734 INFO O| Aug 30 19:01:45.734 INFO STEP 5 (ensure_dir) COMPLETE |
| 8800 | 2024-08-30T19:01:47.556Z | [ host-image] Aug 30 19:01:45.734 INFO O| Aug 30 19:01:45.734 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8801 | 2024-08-30T19:01:47.562Z | [ host-image] Aug 30 19:01:45.744 INFO O| Aug 30 19:01:45.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
| 8802 | 2024-08-30T19:01:47.562Z | [ host-image] Aug 30 19:01:45.744 INFO O| Aug 30 19:01:45.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
| 8803 | 2024-08-30T19:01:47.562Z | [ host-image] Aug 30 19:01:45.744 INFO O| Aug 30 19:01:45.744 INFO STEP 6 (ensure_dir) COMPLETE |
| 8804 | 2024-08-30T19:01:47.564Z | [ host-image] Aug 30 19:01:45.744 INFO O| Aug 30 19:01:45.744 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8805 | 2024-08-30T19:01:47.572Z | [ host-image] Aug 30 19:01:45.754 INFO O| Aug 30 19:01:45.754 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 8806 | 2024-08-30T19:01:47.572Z | [ host-image] Aug 30 19:01:45.754 INFO O| Aug 30 19:01:45.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 8807 | 2024-08-30T19:01:47.574Z | [ host-image] Aug 30 19:01:45.754 INFO O| Aug 30 19:01:45.754 INFO STEP 7 (ensure_dir) COMPLETE |
| 8808 | 2024-08-30T19:01:47.574Z | [ host-image] Aug 30 19:01:45.754 INFO O| Aug 30 19:01:45.754 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8809 | 2024-08-30T19:01:47.581Z | [ host-image] Aug 30 19:01:45.764 INFO O| Aug 30 19:01:45.764 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
| 8810 | 2024-08-30T19:01:47.583Z | [ host-image] Aug 30 19:01:45.764 INFO O| Aug 30 19:01:45.764 INFO STEP 8 (remove_files) COMPLETE |
| 8811 | 2024-08-30T19:01:47.583Z | [ host-image] Aug 30 19:01:45.764 INFO O| Aug 30 19:01:45.764 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8812 | 2024-08-30T19:01:47.591Z | [ host-image] Aug 30 19:01:45.774 INFO O| Aug 30 19:01:45.774 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
| 8813 | 2024-08-30T19:01:47.594Z | [ host-image] Aug 30 19:01:45.774 INFO O| Aug 30 19:01:45.774 INFO STEP 9 (remove_files) COMPLETE |
| 8814 | 2024-08-30T19:01:47.594Z | [ host-image] Aug 30 19:01:45.774 INFO O| Aug 30 19:01:45.774 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8815 | 2024-08-30T19:01:47.602Z | [ host-image] Aug 30 19:01:45.784 INFO O| Aug 30 19:01:45.784 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
| 8816 | 2024-08-30T19:01:47.604Z | [ host-image] Aug 30 19:01:45.785 INFO O| Aug 30 19:01:45.785 INFO STEP 10 (remove_files) COMPLETE |
| 8817 | 2024-08-30T19:01:47.604Z | [ host-image] Aug 30 19:01:45.785 INFO O| Aug 30 19:01:45.785 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8818 | 2024-08-30T19:01:47.612Z | [ host-image] Aug 30 19:01:45.795 INFO O| Aug 30 19:01:45.795 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
| 8819 | 2024-08-30T19:01:47.615Z | [ host-image] Aug 30 19:01:45.795 INFO O| Aug 30 19:01:45.795 INFO STEP 11 (remove_files) COMPLETE |
| 8820 | 2024-08-30T19:01:47.615Z | [ host-image] Aug 30 19:01:45.795 INFO O| Aug 30 19:01:45.795 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8821 | 2024-08-30T19:01:47.622Z | [ host-image] Aug 30 19:01:45.805 INFO O| Aug 30 19:01:45.805 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
| 8822 | 2024-08-30T19:01:47.625Z | [ host-image] Aug 30 19:01:45.805 INFO O| Aug 30 19:01:45.805 INFO STEP 12 (remove_files) COMPLETE |
| 8823 | 2024-08-30T19:01:47.626Z | [ host-image] Aug 30 19:01:45.805 INFO O| Aug 30 19:01:45.805 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8824 | 2024-08-30T19:01:47.632Z | [ host-image] Aug 30 19:01:45.815 INFO O| Aug 30 19:01:45.815 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 8825 | 2024-08-30T19:01:47.635Z | [ host-image] Aug 30 19:01:45.815 INFO O| Aug 30 19:01:45.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 8826 | 2024-08-30T19:01:47.635Z | [ host-image] Aug 30 19:01:45.815 INFO O| Aug 30 19:01:45.815 INFO STEP 13 (ensure_dir) COMPLETE |
| 8827 | 2024-08-30T19:01:47.635Z | [ host-image] Aug 30 19:01:45.815 INFO O| Aug 30 19:01:45.815 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8828 | 2024-08-30T19:01:47.642Z | [ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 8829 | 2024-08-30T19:01:47.642Z | [ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 8830 | 2024-08-30T19:01:47.644Z | [ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 8831 | 2024-08-30T19:01:47.644Z | [ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO STEP 14 (ensure_dir) COMPLETE |
| 8832 | 2024-08-30T19:01:47.644Z | [ host-image] Aug 30 19:01:45.825 INFO O| Aug 30 19:01:45.825 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8833 | 2024-08-30T19:01:47.652Z | [ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 8834 | 2024-08-30T19:01:47.652Z | [ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 8835 | 2024-08-30T19:01:47.655Z | [ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 8836 | 2024-08-30T19:01:47.655Z | [ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO STEP 15 (ensure_dir) COMPLETE |
| 8837 | 2024-08-30T19:01:47.655Z | [ host-image] Aug 30 19:01:45.835 INFO O| Aug 30 19:01:45.835 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8838 | 2024-08-30T19:01:47.662Z | [ host-image] Aug 30 19:01:45.845 INFO O| Aug 30 19:01:45.845 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
| 8839 | 2024-08-30T19:01:47.662Z | [ host-image] Aug 30 19:01:45.845 INFO O| Aug 30 19:01:45.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
| 8840 | 2024-08-30T19:01:47.665Z | [ host-image] Aug 30 19:01:45.845 INFO O| Aug 30 19:01:45.845 INFO STEP 16 (ensure_dir) COMPLETE |
| 8841 | 2024-08-30T19:01:47.665Z | [ host-image] Aug 30 19:01:45.845 INFO O| Aug 30 19:01:45.845 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8842 | 2024-08-30T19:01:47.672Z | [ host-image] Aug 30 19:01:45.855 INFO O| Aug 30 19:01:45.855 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 8843 | 2024-08-30T19:01:47.672Z | [ host-image] Aug 30 19:01:45.855 INFO O| Aug 30 19:01:45.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 8844 | 2024-08-30T19:01:47.672Z | [ host-image] Aug 30 19:01:45.855 INFO O| Aug 30 19:01:45.855 INFO STEP 17 (ensure_dir) COMPLETE |
| 8845 | 2024-08-30T19:01:47.675Z | [ host-image] Aug 30 19:01:45.855 INFO O| Aug 30 19:01:45.855 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8846 | 2024-08-30T19:01:47.682Z | [ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8847 | 2024-08-30T19:01:47.682Z | [ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
| 8848 | 2024-08-30T19:01:47.685Z | [ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO ok! |
| 8849 | 2024-08-30T19:01:47.685Z | [ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8850 | 2024-08-30T19:01:47.685Z | [ host-image] Aug 30 19:01:45.865 INFO O| Aug 30 19:01:45.865 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8851 | 2024-08-30T19:01:47.692Z | [ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
| 8852 | 2024-08-30T19:01:47.695Z | [ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
| 8853 | 2024-08-30T19:01:47.695Z | [ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO ok! |
| 8854 | 2024-08-30T19:01:47.695Z | [ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO STEP 19 (ensure_file) COMPLETE |
| 8855 | 2024-08-30T19:01:47.695Z | [ host-image] Aug 30 19:01:45.875 INFO O| Aug 30 19:01:45.875 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8856 | 2024-08-30T19:01:47.702Z | [ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
| 8857 | 2024-08-30T19:01:47.702Z | [ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8858 | 2024-08-30T19:01:47.705Z | [ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
| 8859 | 2024-08-30T19:01:47.705Z | [ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO ok! |
| 8860 | 2024-08-30T19:01:47.705Z | [ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8861 | 2024-08-30T19:01:47.705Z | [ host-image] Aug 30 19:01:45.885 INFO O| Aug 30 19:01:45.885 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8862 | 2024-08-30T19:01:47.712Z | [ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 8863 | 2024-08-30T19:01:47.715Z | [ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8864 | 2024-08-30T19:01:47.715Z | [ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
| 8865 | 2024-08-30T19:01:47.715Z | [ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO ok! |
| 8866 | 2024-08-30T19:01:47.715Z | [ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8867 | 2024-08-30T19:01:47.715Z | [ host-image] Aug 30 19:01:45.895 INFO O| Aug 30 19:01:45.895 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8868 | 2024-08-30T19:01:47.722Z | [ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
| 8869 | 2024-08-30T19:01:47.722Z | [ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8870 | 2024-08-30T19:01:47.725Z | [ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
| 8871 | 2024-08-30T19:01:47.725Z | [ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO ok! |
| 8872 | 2024-08-30T19:01:47.725Z | [ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8873 | 2024-08-30T19:01:47.725Z | [ host-image] Aug 30 19:01:45.905 INFO O| Aug 30 19:01:45.905 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8874 | 2024-08-30T19:01:47.732Z | [ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 8875 | 2024-08-30T19:01:47.732Z | [ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8876 | 2024-08-30T19:01:47.734Z | [ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
| 8877 | 2024-08-30T19:01:47.734Z | [ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO ok! |
| 8878 | 2024-08-30T19:01:47.734Z | [ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8879 | 2024-08-30T19:01:47.735Z | [ host-image] Aug 30 19:01:45.915 INFO O| Aug 30 19:01:45.915 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8880 | 2024-08-30T19:01:47.742Z | [ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8881 | 2024-08-30T19:01:47.745Z | [ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
| 8882 | 2024-08-30T19:01:47.745Z | [ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
| 8883 | 2024-08-30T19:01:47.745Z | [ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO ok! |
| 8884 | 2024-08-30T19:01:47.745Z | [ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO STEP 24 (ensure_file) COMPLETE |
| 8885 | 2024-08-30T19:01:47.745Z | [ host-image] Aug 30 19:01:45.925 INFO O| Aug 30 19:01:45.925 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8886 | 2024-08-30T19:01:47.753Z | [ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO updating shadow file |
| 8887 | 2024-08-30T19:01:47.755Z | [ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 8888 | 2024-08-30T19:01:47.755Z | [ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 8889 | 2024-08-30T19:01:47.755Z | [ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO STEP 25 (shadow) COMPLETE |
| 8890 | 2024-08-30T19:01:47.755Z | [ host-image] Aug 30 19:01:45.935 INFO O| Aug 30 19:01:45.935 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8891 | 2024-08-30T19:01:47.763Z | [ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8892 | 2024-08-30T19:01:47.763Z | [ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
| 8893 | 2024-08-30T19:01:47.765Z | [ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
| 8894 | 2024-08-30T19:01:47.765Z | [ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO ok! |
| 8895 | 2024-08-30T19:01:47.765Z | [ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO STEP 26 (ensure_file) COMPLETE |
| 8896 | 2024-08-30T19:01:47.765Z | [ host-image] Aug 30 19:01:45.945 INFO O| Aug 30 19:01:45.945 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8897 | 2024-08-30T19:01:47.773Z | [ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
| 8898 | 2024-08-30T19:01:47.773Z | [ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
| 8899 | 2024-08-30T19:01:47.773Z | [ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
| 8900 | 2024-08-30T19:01:47.775Z | [ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO ok! |
| 8901 | 2024-08-30T19:01:47.775Z | [ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO STEP 27 (ensure_file) COMPLETE |
| 8902 | 2024-08-30T19:01:47.775Z | [ host-image] Aug 30 19:01:45.955 INFO O| Aug 30 19:01:45.955 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8903 | 2024-08-30T19:01:47.783Z | [ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8904 | 2024-08-30T19:01:47.783Z | [ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
| 8905 | 2024-08-30T19:01:47.786Z | [ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
| 8906 | 2024-08-30T19:01:47.786Z | [ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
| 8907 | 2024-08-30T19:01:47.786Z | [ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO ok! |
| 8908 | 2024-08-30T19:01:47.786Z | [ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO STEP 28 (ensure_file) COMPLETE |
| 8909 | 2024-08-30T19:01:47.786Z | [ host-image] Aug 30 19:01:45.966 INFO O| Aug 30 19:01:45.966 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8910 | 2024-08-30T19:01:47.793Z | [ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
| 8911 | 2024-08-30T19:01:47.793Z | [ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
| 8912 | 2024-08-30T19:01:47.796Z | [ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
| 8913 | 2024-08-30T19:01:47.796Z | [ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO ok! |
| 8914 | 2024-08-30T19:01:47.796Z | [ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO STEP 29 (ensure_file) COMPLETE |
| 8915 | 2024-08-30T19:01:47.796Z | [ host-image] Aug 30 19:01:45.976 INFO O| Aug 30 19:01:45.976 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8916 | 2024-08-30T19:01:47.803Z | [ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
| 8917 | 2024-08-30T19:01:47.806Z | [ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
| 8918 | 2024-08-30T19:01:47.806Z | [ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
| 8919 | 2024-08-30T19:01:47.806Z | [ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO ok! |
| 8920 | 2024-08-30T19:01:47.806Z | [ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO STEP 30 (ensure_file) COMPLETE |
| 8921 | 2024-08-30T19:01:47.806Z | [ host-image] Aug 30 19:01:45.986 INFO O| Aug 30 19:01:45.986 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8922 | 2024-08-30T19:01:47.813Z | [ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8923 | 2024-08-30T19:01:47.813Z | [ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
| 8924 | 2024-08-30T19:01:47.816Z | [ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
| 8925 | 2024-08-30T19:01:47.816Z | [ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
| 8926 | 2024-08-30T19:01:47.816Z | [ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO ok! |
| 8927 | 2024-08-30T19:01:47.816Z | [ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO STEP 31 (ensure_file) COMPLETE |
| 8928 | 2024-08-30T19:01:47.816Z | [ host-image] Aug 30 19:01:45.996 INFO O| Aug 30 19:01:45.996 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8929 | 2024-08-30T19:01:47.825Z | [ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.007 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 8930 | 2024-08-30T19:01:47.825Z | [ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
| 8931 | 2024-08-30T19:01:47.827Z | [ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
| 8932 | 2024-08-30T19:01:47.828Z | [ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO ok! |
| 8933 | 2024-08-30T19:01:47.828Z | [ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO STEP 32 (ensure_file) COMPLETE |
| 8934 | 2024-08-30T19:01:47.828Z | [ host-image] Aug 30 19:01:46.008 INFO O| Aug 30 19:01:46.008 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8935 | 2024-08-30T19:01:47.836Z | [ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8936 | 2024-08-30T19:01:47.836Z | [ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
| 8937 | 2024-08-30T19:01:47.839Z | [ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
| 8938 | 2024-08-30T19:01:47.839Z | [ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO ok! |
| 8939 | 2024-08-30T19:01:47.839Z | [ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO STEP 33 (ensure_file) COMPLETE |
| 8940 | 2024-08-30T19:01:47.839Z | [ host-image] Aug 30 19:01:46.018 INFO O| Aug 30 19:01:46.018 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8941 | 2024-08-30T19:01:47.846Z | [ host-image] Aug 30 19:01:46.028 INFO O| Aug 30 19:01:46.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
| 8942 | 2024-08-30T19:01:47.846Z | [ host-image] Aug 30 19:01:46.028 INFO O| Aug 30 19:01:46.028 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
| 8943 | 2024-08-30T19:01:47.849Z | [ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 8944 | 2024-08-30T19:01:47.849Z | [ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 8945 | 2024-08-30T19:01:47.849Z | [ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 8946 | 2024-08-30T19:01:47.849Z | [ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 8947 | 2024-08-30T19:01:47.849Z | [ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO ok! |
| 8948 | 2024-08-30T19:01:47.849Z | [ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO STEP 34 (ensure_file) COMPLETE |
| 8949 | 2024-08-30T19:01:47.849Z | [ host-image] Aug 30 19:01:46.029 INFO O| Aug 30 19:01:46.029 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8950 | 2024-08-30T19:01:47.856Z | [ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 8951 | 2024-08-30T19:01:47.859Z | [ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 8952 | 2024-08-30T19:01:47.859Z | [ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 8953 | 2024-08-30T19:01:47.859Z | [ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO STEP 35 (ensure_dir) COMPLETE |
| 8954 | 2024-08-30T19:01:47.859Z | [ host-image] Aug 30 19:01:46.039 INFO O| Aug 30 19:01:46.039 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8955 | 2024-08-30T19:01:47.866Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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 |
| 8956 | 2024-08-30T19:01:47.869Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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 ... |
| 8957 | 2024-08-30T19:01:47.869Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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 |
| 8958 | 2024-08-30T19:01:47.869Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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 |
| 8959 | 2024-08-30T19:01:47.869Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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 |
| 8960 | 2024-08-30T19:01:47.869Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 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 |
| 8961 | 2024-08-30T19:01:47.869Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 INFO ok! |
| 8962 | 2024-08-30T19:01:47.869Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 INFO STEP 36 (ensure_file) COMPLETE |
| 8963 | 2024-08-30T19:01:47.869Z | [ host-image] Aug 30 19:01:46.049 INFO O| Aug 30 19:01:46.049 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8964 | 2024-08-30T19:01:47.876Z | [ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8965 | 2024-08-30T19:01:47.879Z | [ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 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 ... |
| 8966 | 2024-08-30T19:01:47.879Z | [ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8967 | 2024-08-30T19:01:47.879Z | [ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO ok! |
| 8968 | 2024-08-30T19:01:47.879Z | [ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO STEP 37 (ensure_symlink) COMPLETE |
| 8969 | 2024-08-30T19:01:47.879Z | [ host-image] Aug 30 19:01:46.059 INFO O| Aug 30 19:01:46.059 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8970 | 2024-08-30T19:01:47.886Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
| 8971 | 2024-08-30T19:01:47.886Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
| 8972 | 2024-08-30T19:01:47.889Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 8973 | 2024-08-30T19:01:47.889Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 8974 | 2024-08-30T19:01:47.889Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 8975 | 2024-08-30T19:01:47.889Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 8976 | 2024-08-30T19:01:47.889Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO ok! |
| 8977 | 2024-08-30T19:01:47.889Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO STEP 38 (ensure_file) COMPLETE |
| 8978 | 2024-08-30T19:01:47.889Z | [ host-image] Aug 30 19:01:46.069 INFO O| Aug 30 19:01:46.069 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8979 | 2024-08-30T19:01:47.896Z | [ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 8980 | 2024-08-30T19:01:47.899Z | [ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 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 ... |
| 8981 | 2024-08-30T19:01:47.899Z | [ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 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 |
| 8982 | 2024-08-30T19:01:47.899Z | [ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
| 8983 | 2024-08-30T19:01:47.899Z | [ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO ok! |
| 8984 | 2024-08-30T19:01:47.899Z | [ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO STEP 39 (ensure_file) COMPLETE |
| 8985 | 2024-08-30T19:01:47.899Z | [ host-image] Aug 30 19:01:46.079 INFO O| Aug 30 19:01:46.079 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 8986 | 2024-08-30T19:01:47.906Z | [ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
| 8987 | 2024-08-30T19:01:47.906Z | [ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
| 8988 | 2024-08-30T19:01:47.909Z | [ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
| 8989 | 2024-08-30T19:01:47.909Z | [ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO ok! |
| 8990 | 2024-08-30T19:01:47.909Z | [ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO STEP 40 (ensure_file) COMPLETE |
| 8991 | 2024-08-30T19:01:47.909Z | [ host-image] Aug 30 19:01:46.089 INFO O| Aug 30 19:01:46.089 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8992 | 2024-08-30T19:01:47.916Z | [ host-image] Aug 30 19:01:46.099 INFO O| Aug 30 19:01:46.099 INFO updating shadow file |
| 8993 | 2024-08-30T19:01:47.919Z | [ host-image] Aug 30 19:01:46.099 INFO O| Aug 30 19:01:46.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 8994 | 2024-08-30T19:01:47.919Z | [ host-image] Aug 30 19:01:46.099 INFO O| Aug 30 19:01:46.099 INFO STEP 41 (shadow) COMPLETE |
| 8995 | 2024-08-30T19:01:47.919Z | [ host-image] Aug 30 19:01:46.099 INFO O| Aug 30 19:01:46.099 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8996 | 2024-08-30T19:01:47.927Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 8997 | 2024-08-30T19:01:47.927Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
| 8998 | 2024-08-30T19:01:47.929Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
| 8999 | 2024-08-30T19:01:47.930Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
| 9000 | 2024-08-30T19:01:47.930Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO ok! |
| 9001 | 2024-08-30T19:01:47.930Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO STEP 42 (ensure_file) COMPLETE |
| 9002 | 2024-08-30T19:01:47.930Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9003 | 2024-08-30T19:01:47.930Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO skip step because feature "mfg" is not enabled |
| 9004 | 2024-08-30T19:01:47.930Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9005 | 2024-08-30T19:01:47.930Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO skip step because feature "mfg" is not enabled |
| 9006 | 2024-08-30T19:01:47.930Z | [ host-image] Aug 30 19:01:46.110 INFO O| Aug 30 19:01:46.110 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9007 | 2024-08-30T19:01:47.937Z | [ host-image] Aug 30 19:01:46.120 INFO O| Aug 30 19:01:46.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
| 9008 | 2024-08-30T19:01:47.937Z | [ host-image] Aug 30 19:01:46.120 INFO O| Aug 30 19:01:46.120 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
| 9009 | 2024-08-30T19:01:48.572Z | [ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
| 9010 | 2024-08-30T19:01:48.572Z | [ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
| 9011 | 2024-08-30T19:01:48.575Z | [ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO ok! |
| 9012 | 2024-08-30T19:01:48.575Z | [ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO STEP 45 (ensure_file) COMPLETE |
| 9013 | 2024-08-30T19:01:48.575Z | [ host-image] Aug 30 19:01:46.754 INFO O| Aug 30 19:01:46.754 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9014 | 2024-08-30T19:01:48.585Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
| 9015 | 2024-08-30T19:01:48.587Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
| 9016 | 2024-08-30T19:01:48.587Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9017 | 2024-08-30T19:01:48.587Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9018 | 2024-08-30T19:01:48.587Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9019 | 2024-08-30T19:01:48.587Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9020 | 2024-08-30T19:01:48.587Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO ok! |
| 9021 | 2024-08-30T19:01:48.587Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO STEP 46 (ensure_file) COMPLETE |
| 9022 | 2024-08-30T19:01:48.587Z | [ host-image] Aug 30 19:01:46.767 INFO O| Aug 30 19:01:46.767 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9023 | 2024-08-30T19:01:48.596Z | [ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
| 9024 | 2024-08-30T19:01:48.596Z | [ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 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 ... |
| 9025 | 2024-08-30T19:01:48.599Z | [ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 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 |
| 9026 | 2024-08-30T19:01:48.599Z | [ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9027 | 2024-08-30T19:01:48.599Z | [ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 INFO ok! |
| 9028 | 2024-08-30T19:01:48.599Z | [ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 INFO STEP 47 (ensure_file) COMPLETE |
| 9029 | 2024-08-30T19:01:48.599Z | [ host-image] Aug 30 19:01:46.778 INFO O| Aug 30 19:01:46.778 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9030 | 2024-08-30T19:01:48.606Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
| 9031 | 2024-08-30T19:01:48.609Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
| 9032 | 2024-08-30T19:01:48.609Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9033 | 2024-08-30T19:01:48.609Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9034 | 2024-08-30T19:01:48.609Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9035 | 2024-08-30T19:01:48.609Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9036 | 2024-08-30T19:01:48.609Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO ok! |
| 9037 | 2024-08-30T19:01:48.609Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO STEP 48 (ensure_file) COMPLETE |
| 9038 | 2024-08-30T19:01:48.609Z | [ host-image] Aug 30 19:01:46.788 INFO O| Aug 30 19:01:46.788 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9039 | 2024-08-30T19:01:48.616Z | [ host-image] Aug 30 19:01:46.798 INFO O| Aug 30 19:01:46.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9040 | 2024-08-30T19:01:48.616Z | [ host-image] Aug 30 19:01:46.798 INFO O| Aug 30 19:01:46.798 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 ... |
| 9041 | 2024-08-30T19:01:48.616Z | [ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 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 |
| 9042 | 2024-08-30T19:01:48.620Z | [ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9043 | 2024-08-30T19:01:48.620Z | [ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 INFO ok! |
| 9044 | 2024-08-30T19:01:48.620Z | [ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 INFO STEP 49 (ensure_file) COMPLETE |
| 9045 | 2024-08-30T19:01:48.620Z | [ host-image] Aug 30 19:01:46.799 INFO O| Aug 30 19:01:46.799 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9046 | 2024-08-30T19:01:48.630Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
| 9047 | 2024-08-30T19:01:48.630Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
| 9048 | 2024-08-30T19:01:48.633Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9049 | 2024-08-30T19:01:48.633Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9050 | 2024-08-30T19:01:48.633Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9051 | 2024-08-30T19:01:48.633Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9052 | 2024-08-30T19:01:48.633Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO ok! |
| 9053 | 2024-08-30T19:01:48.633Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO STEP 50 (ensure_file) COMPLETE |
| 9054 | 2024-08-30T19:01:48.633Z | [ host-image] Aug 30 19:01:46.812 INFO O| Aug 30 19:01:46.812 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9055 | 2024-08-30T19:01:48.642Z | [ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9056 | 2024-08-30T19:01:48.642Z | [ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 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 ... |
| 9057 | 2024-08-30T19:01:48.645Z | [ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 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 |
| 9058 | 2024-08-30T19:01:48.645Z | [ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9059 | 2024-08-30T19:01:48.645Z | [ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO ok! |
| 9060 | 2024-08-30T19:01:48.645Z | [ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO STEP 51 (ensure_file) COMPLETE |
| 9061 | 2024-08-30T19:01:48.645Z | [ host-image] Aug 30 19:01:46.824 INFO O| Aug 30 19:01:46.824 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9062 | 2024-08-30T19:01:48.653Z | [ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9063 | 2024-08-30T19:01:48.655Z | [ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 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 ... |
| 9064 | 2024-08-30T19:01:48.655Z | [ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 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 |
| 9065 | 2024-08-30T19:01:48.655Z | [ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9066 | 2024-08-30T19:01:48.655Z | [ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO ok! |
| 9067 | 2024-08-30T19:01:48.655Z | [ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO STEP 52 (ensure_file) COMPLETE |
| 9068 | 2024-08-30T19:01:48.656Z | [ host-image] Aug 30 19:01:46.835 INFO O| Aug 30 19:01:46.835 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9069 | 2024-08-30T19:01:48.663Z | [ host-image] Aug 30 19:01:46.845 INFO O| Aug 30 19:01:46.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9070 | 2024-08-30T19:01:48.666Z | [ host-image] Aug 30 19:01:46.845 INFO O| Aug 30 19:01:46.845 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 ... |
| 9071 | 2024-08-30T19:01:48.666Z | [ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 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 |
| 9072 | 2024-08-30T19:01:48.666Z | [ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9073 | 2024-08-30T19:01:48.666Z | [ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 INFO ok! |
| 9074 | 2024-08-30T19:01:48.666Z | [ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 INFO STEP 53 (ensure_file) COMPLETE |
| 9075 | 2024-08-30T19:01:48.666Z | [ host-image] Aug 30 19:01:46.846 INFO O| Aug 30 19:01:46.846 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9076 | 2024-08-30T19:01:48.674Z | [ host-image] Aug 30 19:01:46.856 INFO O| Aug 30 19:01:46.856 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
| 9077 | 2024-08-30T19:01:48.676Z | [ host-image] Aug 30 19:01:46.856 INFO O| Aug 30 19:01:46.856 INFO STEP 54 (ensure_dir) COMPLETE |
| 9078 | 2024-08-30T19:01:48.676Z | [ host-image] Aug 30 19:01:46.856 INFO O| Aug 30 19:01:46.856 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9079 | 2024-08-30T19:01:48.684Z | [ host-image] Aug 30 19:01:46.866 INFO O| Aug 30 19:01:46.866 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
| 9080 | 2024-08-30T19:01:48.686Z | [ host-image] Aug 30 19:01:46.866 INFO O| Aug 30 19:01:46.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
| 9081 | 2024-08-30T19:01:48.686Z | [ host-image] Aug 30 19:01:46.866 INFO O| Aug 30 19:01:46.866 INFO STEP 55 (ensure_dir) COMPLETE |
| 9082 | 2024-08-30T19:01:48.686Z | [ host-image] Aug 30 19:01:46.866 INFO O| Aug 30 19:01:46.866 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9083 | 2024-08-30T19:01:48.694Z | [ host-image] Aug 30 19:01:46.876 INFO O| Aug 30 19:01:46.876 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
| 9084 | 2024-08-30T19:01:48.697Z | [ host-image] Aug 30 19:01:46.876 INFO O| Aug 30 19:01:46.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
| 9085 | 2024-08-30T19:01:48.697Z | [ host-image] Aug 30 19:01:46.876 INFO O| Aug 30 19:01:46.876 INFO STEP 56 (ensure_dir) COMPLETE |
| 9086 | 2024-08-30T19:01:48.697Z | [ host-image] Aug 30 19:01:46.876 INFO O| Aug 30 19:01:46.876 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9087 | 2024-08-30T19:01:48.704Z | [ host-image] Aug 30 19:01:46.887 INFO O| Aug 30 19:01:46.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9088 | 2024-08-30T19:01:48.704Z | [ host-image] Aug 30 19:01:46.887 INFO O| Aug 30 19:01:46.887 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9089 | 2024-08-30T19:01:48.720Z | [ host-image] Aug 30 19:01:46.902 INFO O| Aug 30 19:01:46.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9090 | 2024-08-30T19:01:48.720Z | [ host-image] Aug 30 19:01:46.902 INFO O| Aug 30 19:01:46.902 INFO ok! |
| 9091 | 2024-08-30T19:01:48.720Z | [ host-image] Aug 30 19:01:46.902 INFO O| Aug 30 19:01:46.902 INFO STEP 57 (ensure_file) COMPLETE |
| 9092 | 2024-08-30T19:01:48.723Z | [ host-image] Aug 30 19:01:46.902 INFO O| Aug 30 19:01:46.902 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9093 | 2024-08-30T19:01:48.731Z | [ host-image] Aug 30 19:01:46.913 INFO O| Aug 30 19:01:46.913 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9094 | 2024-08-30T19:01:48.731Z | [ host-image] Aug 30 19:01:46.913 INFO O| Aug 30 19:01:46.913 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9095 | 2024-08-30T19:01:49.813Z | [ host-image] Aug 30 19:01:47.995 INFO O| Aug 30 19:01:47.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9096 | 2024-08-30T19:01:49.813Z | [ host-image] Aug 30 19:01:47.995 INFO O| Aug 30 19:01:47.995 INFO ok! |
| 9097 | 2024-08-30T19:01:49.816Z | [ host-image] Aug 30 19:01:47.995 INFO O| Aug 30 19:01:47.995 INFO STEP 58 (ensure_file) COMPLETE |
| 9098 | 2024-08-30T19:01:49.816Z | [ host-image] Aug 30 19:01:47.995 INFO O| Aug 30 19:01:47.995 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9099 | 2024-08-30T19:01:49.826Z | [ host-image] Aug 30 19:01:48.008 INFO O| Aug 30 19:01:48.008 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
| 9100 | 2024-08-30T19:01:49.829Z | [ host-image] Aug 30 19:01:48.009 INFO O| Aug 30 19:01:48.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
| 9101 | 2024-08-30T19:01:49.829Z | [ host-image] Aug 30 19:01:48.009 INFO O| Aug 30 19:01:48.009 INFO STEP 59 (ensure_dir) COMPLETE |
| 9102 | 2024-08-30T19:01:49.829Z | [ host-image] Aug 30 19:01:48.009 INFO O| Aug 30 19:01:48.009 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9103 | 2024-08-30T19:01:49.838Z | [ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9104 | 2024-08-30T19:01:49.838Z | [ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9105 | 2024-08-30T19:01:49.840Z | [ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9106 | 2024-08-30T19:01:49.840Z | [ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO ok! |
| 9107 | 2024-08-30T19:01:49.840Z | [ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO STEP 60 (ensure_file) COMPLETE |
| 9108 | 2024-08-30T19:01:49.840Z | [ host-image] Aug 30 19:01:48.020 INFO O| Aug 30 19:01:48.020 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9109 | 2024-08-30T19:01:49.848Z | [ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9110 | 2024-08-30T19:01:49.848Z | [ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9111 | 2024-08-30T19:01:49.850Z | [ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9112 | 2024-08-30T19:01:49.850Z | [ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO ok! |
| 9113 | 2024-08-30T19:01:49.850Z | [ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO STEP 61 (ensure_file) COMPLETE |
| 9114 | 2024-08-30T19:01:49.850Z | [ host-image] Aug 30 19:01:48.030 INFO O| Aug 30 19:01:48.030 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9115 | 2024-08-30T19:01:49.858Z | [ host-image] Aug 30 19:01:48.040 INFO O| Aug 30 19:01:48.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9116 | 2024-08-30T19:01:49.858Z | [ host-image] Aug 30 19:01:48.041 INFO O| Aug 30 19:01:48.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9117 | 2024-08-30T19:01:49.861Z | [ host-image] Aug 30 19:01:48.041 INFO O| Aug 30 19:01:48.041 INFO STEP 62 (ensure_dir) COMPLETE |
| 9118 | 2024-08-30T19:01:49.861Z | [ host-image] Aug 30 19:01:48.041 INFO O| Aug 30 19:01:48.041 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9119 | 2024-08-30T19:01:49.868Z | [ host-image] Aug 30 19:01:48.050 INFO O| Aug 30 19:01:48.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9120 | 2024-08-30T19:01:49.868Z | [ host-image] Aug 30 19:01:48.050 INFO O| Aug 30 19:01:48.050 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9121 | 2024-08-30T19:01:49.870Z | [ host-image] Aug 30 19:01:48.051 INFO O| Aug 30 19:01:48.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9122 | 2024-08-30T19:01:49.871Z | [ host-image] Aug 30 19:01:48.051 INFO O| Aug 30 19:01:48.050 INFO ok! |
| 9123 | 2024-08-30T19:01:49.871Z | [ host-image] Aug 30 19:01:48.051 INFO O| Aug 30 19:01:48.050 INFO STEP 63 (ensure_file) COMPLETE |
| 9124 | 2024-08-30T19:01:49.871Z | [ host-image] Aug 30 19:01:48.051 INFO O| Aug 30 19:01:48.051 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9125 | 2024-08-30T19:01:49.878Z | [ host-image] Aug 30 19:01:48.060 INFO O| Aug 30 19:01:48.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9126 | 2024-08-30T19:01:49.878Z | [ host-image] Aug 30 19:01:48.060 INFO O| Aug 30 19:01:48.060 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9127 | 2024-08-30T19:01:49.878Z | [ host-image] Aug 30 19:01:48.061 INFO O| Aug 30 19:01:48.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9128 | 2024-08-30T19:01:49.882Z | [ host-image] Aug 30 19:01:48.061 INFO O| Aug 30 19:01:48.061 INFO ok! |
| 9129 | 2024-08-30T19:01:49.882Z | [ host-image] Aug 30 19:01:48.061 INFO O| Aug 30 19:01:48.061 INFO STEP 64 (ensure_file) COMPLETE |
| 9130 | 2024-08-30T19:01:49.882Z | [ host-image] Aug 30 19:01:48.061 INFO O| Aug 30 19:01:48.061 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9131 | 2024-08-30T19:01:49.888Z | [ host-image] Aug 30 19:01:48.071 INFO O| Aug 30 19:01:48.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9132 | 2024-08-30T19:01:49.888Z | [ host-image] Aug 30 19:01:48.071 INFO O| Aug 30 19:01:48.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9133 | 2024-08-30T19:01:49.891Z | [ host-image] Aug 30 19:01:48.071 INFO O| Aug 30 19:01:48.071 INFO STEP 65 (ensure_dir) COMPLETE |
| 9134 | 2024-08-30T19:01:49.891Z | [ host-image] Aug 30 19:01:48.071 INFO O| Aug 30 19:01:48.071 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9135 | 2024-08-30T19:01:49.899Z | [ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9136 | 2024-08-30T19:01:49.899Z | [ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9137 | 2024-08-30T19:01:49.901Z | [ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9138 | 2024-08-30T19:01:49.901Z | [ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO ok! |
| 9139 | 2024-08-30T19:01:49.901Z | [ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO STEP 66 (ensure_file) COMPLETE |
| 9140 | 2024-08-30T19:01:49.901Z | [ host-image] Aug 30 19:01:48.081 INFO O| Aug 30 19:01:48.081 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9141 | 2024-08-30T19:01:49.909Z | [ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9142 | 2024-08-30T19:01:49.909Z | [ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9143 | 2024-08-30T19:01:49.912Z | [ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9144 | 2024-08-30T19:01:49.912Z | [ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO ok! |
| 9145 | 2024-08-30T19:01:49.912Z | [ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO STEP 67 (ensure_file) COMPLETE |
| 9146 | 2024-08-30T19:01:49.912Z | [ host-image] Aug 30 19:01:48.091 INFO O| Aug 30 19:01:48.091 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9147 | 2024-08-30T19:01:49.919Z | [ host-image] Aug 30 19:01:48.101 INFO O| Aug 30 19:01:48.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
| 9148 | 2024-08-30T19:01:49.921Z | [ host-image] Aug 30 19:01:48.101 INFO O| Aug 30 19:01:48.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
| 9149 | 2024-08-30T19:01:49.921Z | [ host-image] Aug 30 19:01:48.101 INFO O| Aug 30 19:01:48.101 INFO STEP 68 (ensure_dir) COMPLETE |
| 9150 | 2024-08-30T19:01:49.921Z | [ host-image] Aug 30 19:01:48.101 INFO O| Aug 30 19:01:48.101 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9151 | 2024-08-30T19:01:49.929Z | [ host-image] Aug 30 19:01:48.111 INFO O| Aug 30 19:01:48.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9152 | 2024-08-30T19:01:49.931Z | [ host-image] Aug 30 19:01:48.111 INFO O| Aug 30 19:01:48.111 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9153 | 2024-08-30T19:01:50.485Z | [ host-image] Aug 30 19:01:48.667 INFO O| Aug 30 19:01:48.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9154 | 2024-08-30T19:01:50.485Z | [ host-image] Aug 30 19:01:48.667 INFO O| Aug 30 19:01:48.667 INFO ok! |
| 9155 | 2024-08-30T19:01:50.485Z | [ host-image] Aug 30 19:01:48.667 INFO O| Aug 30 19:01:48.667 INFO STEP 69 (ensure_file) COMPLETE |
| 9156 | 2024-08-30T19:01:50.488Z | [ host-image] Aug 30 19:01:48.667 INFO O| Aug 30 19:01:48.667 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9157 | 2024-08-30T19:01:50.496Z | [ host-image] Aug 30 19:01:48.678 INFO O| Aug 30 19:01:48.678 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9158 | 2024-08-30T19:01:50.496Z | [ host-image] Aug 30 19:01:48.678 INFO O| Aug 30 19:01:48.678 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9159 | 2024-08-30T19:01:51.943Z | [ host-image] Aug 30 19:01:50.125 INFO O| Aug 30 19:01:50.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9160 | 2024-08-30T19:01:51.943Z | [ host-image] Aug 30 19:01:50.125 INFO O| Aug 30 19:01:50.125 INFO ok! |
| 9161 | 2024-08-30T19:01:51.945Z | [ host-image] Aug 30 19:01:50.125 INFO O| Aug 30 19:01:50.125 INFO STEP 70 (ensure_file) COMPLETE |
| 9162 | 2024-08-30T19:01:51.945Z | [ host-image] Aug 30 19:01:50.125 INFO O| Aug 30 19:01:50.125 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9163 | 2024-08-30T19:01:51.955Z | [ host-image] Aug 30 19:01:50.137 INFO O| Aug 30 19:01:50.137 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
| 9164 | 2024-08-30T19:01:51.958Z | [ host-image] Aug 30 19:01:50.137 INFO O| Aug 30 19:01:50.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
| 9165 | 2024-08-30T19:01:51.958Z | [ host-image] Aug 30 19:01:50.137 INFO O| Aug 30 19:01:50.137 INFO STEP 71 (ensure_dir) COMPLETE |
| 9166 | 2024-08-30T19:01:51.958Z | [ host-image] Aug 30 19:01:50.137 INFO O| Aug 30 19:01:50.137 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9167 | 2024-08-30T19:01:51.966Z | [ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 9168 | 2024-08-30T19:01:51.966Z | [ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9169 | 2024-08-30T19:01:51.966Z | [ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 9170 | 2024-08-30T19:01:51.969Z | [ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO ok! |
| 9171 | 2024-08-30T19:01:51.969Z | [ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO STEP 72 (ensure_file) COMPLETE |
| 9172 | 2024-08-30T19:01:51.969Z | [ host-image] Aug 30 19:01:50.148 INFO O| Aug 30 19:01:50.148 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9173 | 2024-08-30T19:01:51.977Z | [ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 9174 | 2024-08-30T19:01:51.977Z | [ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9175 | 2024-08-30T19:01:51.979Z | [ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 9176 | 2024-08-30T19:01:51.979Z | [ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO ok! |
| 9177 | 2024-08-30T19:01:51.980Z | [ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO STEP 73 (ensure_file) COMPLETE |
| 9178 | 2024-08-30T19:01:51.980Z | [ host-image] Aug 30 19:01:50.159 INFO O| Aug 30 19:01:50.159 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9179 | 2024-08-30T19:01:51.987Z | [ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 9180 | 2024-08-30T19:01:51.987Z | [ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 9181 | 2024-08-30T19:01:51.990Z | [ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
| 9182 | 2024-08-30T19:01:51.990Z | [ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO ok! |
| 9183 | 2024-08-30T19:01:51.990Z | [ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO STEP 74 (ensure_file) COMPLETE |
| 9184 | 2024-08-30T19:01:51.990Z | [ host-image] Aug 30 19:01:50.169 INFO O| Aug 30 19:01:50.169 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9185 | 2024-08-30T19:01:51.997Z | [ host-image] Aug 30 19:01:50.179 INFO O| Aug 30 19:01:50.179 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 9186 | 2024-08-30T19:01:51.998Z | [ host-image] Aug 30 19:01:50.179 INFO O| Aug 30 19:01:50.179 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
| 9187 | 2024-08-30T19:01:52.000Z | [ host-image] Aug 30 19:01:50.180 INFO O| Aug 30 19:01:50.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
| 9188 | 2024-08-30T19:01:52.000Z | [ host-image] Aug 30 19:01:50.180 INFO O| Aug 30 19:01:50.180 INFO ok! |
| 9189 | 2024-08-30T19:01:52.001Z | [ host-image] Aug 30 19:01:50.180 INFO O| Aug 30 19:01:50.180 INFO STEP 75 (ensure_file) COMPLETE |
| 9190 | 2024-08-30T19:01:52.001Z | [ host-image] Aug 30 19:01:50.180 INFO O| Aug 30 19:01:50.180 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9191 | 2024-08-30T19:01:52.008Z | [ host-image] Aug 30 19:01:50.190 INFO O| Aug 30 19:01:50.189 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
| 9192 | 2024-08-30T19:01:52.008Z | [ host-image] Aug 30 19:01:50.190 INFO O| Aug 30 19:01:50.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
| 9193 | 2024-08-30T19:01:52.008Z | [ host-image] Aug 30 19:01:50.190 INFO O| Aug 30 19:01:50.190 INFO STEP 76 (ensure_dir) COMPLETE |
| 9194 | 2024-08-30T19:01:52.010Z | [ host-image] Aug 30 19:01:50.190 INFO O| Aug 30 19:01:50.190 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9195 | 2024-08-30T19:01:52.018Z | [ host-image] Aug 30 19:01:50.200 INFO O| Aug 30 19:01:50.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 9196 | 2024-08-30T19:01:52.018Z | [ host-image] Aug 30 19:01:50.200 INFO O| Aug 30 19:01:50.200 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
| 9197 | 2024-08-30T19:01:52.477Z | [ host-image] Aug 30 19:01:50.659 INFO O| Aug 30 19:01:50.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
| 9198 | 2024-08-30T19:01:52.477Z | [ host-image] Aug 30 19:01:50.659 INFO O| Aug 30 19:01:50.659 INFO ok! |
| 9199 | 2024-08-30T19:01:52.480Z | [ host-image] Aug 30 19:01:50.659 INFO O| Aug 30 19:01:50.659 INFO STEP 77 (ensure_file) COMPLETE |
| 9200 | 2024-08-30T19:01:52.480Z | [ host-image] Aug 30 19:01:50.659 INFO O| Aug 30 19:01:50.659 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9201 | 2024-08-30T19:01:52.489Z | [ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.670 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 9202 | 2024-08-30T19:01:52.489Z | [ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.670 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
| 9203 | 2024-08-30T19:01:52.491Z | [ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
| 9204 | 2024-08-30T19:01:52.491Z | [ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.671 INFO ok! |
| 9205 | 2024-08-30T19:01:52.491Z | [ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.671 INFO STEP 78 (ensure_file) COMPLETE |
| 9206 | 2024-08-30T19:01:52.491Z | [ host-image] Aug 30 19:01:50.671 INFO O| Aug 30 19:01:50.671 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9207 | 2024-08-30T19:01:52.499Z | [ host-image] Aug 30 19:01:50.681 INFO O| Aug 30 19:01:50.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 9208 | 2024-08-30T19:01:52.502Z | [ host-image] Aug 30 19:01:50.681 INFO O| Aug 30 19:01:50.681 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 9209 | 2024-08-30T19:01:53.088Z | [ host-image] Aug 30 19:01:51.270 INFO O| Aug 30 19:01:51.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
| 9210 | 2024-08-30T19:01:53.089Z | [ host-image] Aug 30 19:01:51.270 INFO O| Aug 30 19:01:51.270 INFO ok! |
| 9211 | 2024-08-30T19:01:53.089Z | [ host-image] Aug 30 19:01:51.270 INFO O| Aug 30 19:01:51.270 INFO STEP 79 (ensure_file) COMPLETE |
| 9212 | 2024-08-30T19:01:53.091Z | [ host-image] Aug 30 19:01:51.270 INFO O| Aug 30 19:01:51.270 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9213 | 2024-08-30T19:01:53.100Z | [ host-image] Aug 30 19:01:51.281 INFO O| Aug 30 19:01:51.281 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
| 9214 | 2024-08-30T19:01:53.102Z | [ host-image] Aug 30 19:01:51.281 INFO O| Aug 30 19:01:51.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
| 9215 | 2024-08-30T19:01:53.102Z | [ host-image] Aug 30 19:01:51.281 INFO O| Aug 30 19:01:51.281 INFO STEP 80 (ensure_dir) COMPLETE |
| 9216 | 2024-08-30T19:01:53.102Z | [ host-image] Aug 30 19:01:51.281 INFO O| Aug 30 19:01:51.281 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9217 | 2024-08-30T19:01:53.110Z | [ host-image] Aug 30 19:01:51.291 INFO O| Aug 30 19:01:51.291 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
| 9218 | 2024-08-30T19:01:53.113Z | [ host-image] Aug 30 19:01:51.291 INFO O| Aug 30 19:01:51.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
| 9219 | 2024-08-30T19:01:53.113Z | [ host-image] Aug 30 19:01:51.291 INFO O| Aug 30 19:01:51.291 INFO STEP 81 (ensure_dir) COMPLETE |
| 9220 | 2024-08-30T19:01:53.113Z | [ host-image] Aug 30 19:01:51.291 INFO O| Aug 30 19:01:51.291 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9221 | 2024-08-30T19:01:53.119Z | [ host-image] Aug 30 19:01:51.301 INFO O| Aug 30 19:01:51.301 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9222 | 2024-08-30T19:01:53.119Z | [ host-image] Aug 30 19:01:51.301 INFO O| Aug 30 19:01:51.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9223 | 2024-08-30T19:01:53.120Z | [ host-image] Aug 30 19:01:51.301 INFO O| Aug 30 19:01:51.301 INFO STEP 82 (ensure_dir) COMPLETE |
| 9224 | 2024-08-30T19:01:53.122Z | [ host-image] Aug 30 19:01:51.301 INFO O| Aug 30 19:01:51.301 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9225 | 2024-08-30T19:01:53.129Z | [ host-image] Aug 30 19:01:51.311 INFO O| Aug 30 19:01:51.311 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9226 | 2024-08-30T19:01:53.134Z | [ host-image] Aug 30 19:01:51.311 INFO O| Aug 30 19:01:51.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9227 | 2024-08-30T19:01:53.134Z | [ host-image] Aug 30 19:01:51.311 INFO O| Aug 30 19:01:51.311 INFO STEP 83 (ensure_dir) COMPLETE |
| 9228 | 2024-08-30T19:01:53.134Z | [ host-image] Aug 30 19:01:51.311 INFO O| Aug 30 19:01:51.311 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9229 | 2024-08-30T19:01:53.139Z | [ host-image] Aug 30 19:01:51.321 INFO O| Aug 30 19:01:51.321 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9230 | 2024-08-30T19:01:53.142Z | [ host-image] Aug 30 19:01:51.321 INFO O| Aug 30 19:01:51.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9231 | 2024-08-30T19:01:53.142Z | [ host-image] Aug 30 19:01:51.321 INFO O| Aug 30 19:01:51.321 INFO STEP 84 (ensure_dir) COMPLETE |
| 9232 | 2024-08-30T19:01:53.142Z | [ host-image] Aug 30 19:01:51.321 INFO O| Aug 30 19:01:51.321 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9233 | 2024-08-30T19:01:53.150Z | [ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 9234 | 2024-08-30T19:01:53.150Z | [ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9235 | 2024-08-30T19:01:53.153Z | [ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 9236 | 2024-08-30T19:01:53.153Z | [ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO ok! |
| 9237 | 2024-08-30T19:01:53.153Z | [ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO STEP 85 (ensure_file) COMPLETE |
| 9238 | 2024-08-30T19:01:53.153Z | [ host-image] Aug 30 19:01:51.331 INFO O| Aug 30 19:01:51.331 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9239 | 2024-08-30T19:01:53.159Z | [ host-image] Aug 30 19:01:51.341 INFO O| Aug 30 19:01:51.341 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
| 9240 | 2024-08-30T19:01:53.162Z | [ host-image] Aug 30 19:01:51.341 INFO O| Aug 30 19:01:51.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
| 9241 | 2024-08-30T19:01:53.162Z | [ host-image] Aug 30 19:01:51.341 INFO O| Aug 30 19:01:51.341 INFO STEP 86 (ensure_dir) COMPLETE |
| 9242 | 2024-08-30T19:01:53.162Z | [ host-image] Aug 30 19:01:51.341 INFO O| Aug 30 19:01:51.341 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9243 | 2024-08-30T19:01:53.169Z | [ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 9244 | 2024-08-30T19:01:53.170Z | [ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 9245 | 2024-08-30T19:01:53.172Z | [ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 9246 | 2024-08-30T19:01:53.172Z | [ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO ok! |
| 9247 | 2024-08-30T19:01:53.172Z | [ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO STEP 87 (ensure_file) COMPLETE |
| 9248 | 2024-08-30T19:01:53.172Z | [ host-image] Aug 30 19:01:51.351 INFO O| Aug 30 19:01:51.351 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9249 | 2024-08-30T19:01:53.180Z | [ host-image] Aug 30 19:01:51.361 INFO O| Aug 30 19:01:51.361 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 9250 | 2024-08-30T19:01:53.180Z | [ host-image] Aug 30 19:01:51.361 INFO O| Aug 30 19:01:51.361 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 9251 | 2024-08-30T19:01:53.192Z | [ host-image] Aug 30 19:01:51.373 INFO O| Aug 30 19:01:51.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 9252 | 2024-08-30T19:01:53.192Z | [ host-image] Aug 30 19:01:51.373 INFO O| Aug 30 19:01:51.373 INFO ok! |
| 9253 | 2024-08-30T19:01:53.192Z | [ host-image] Aug 30 19:01:51.373 INFO O| Aug 30 19:01:51.373 INFO STEP 88 (ensure_file) COMPLETE |
| 9254 | 2024-08-30T19:01:53.192Z | [ host-image] Aug 30 19:01:51.373 INFO O| Aug 30 19:01:51.373 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9255 | 2024-08-30T19:01:53.202Z | [ host-image] Aug 30 19:01:51.384 INFO O| Aug 30 19:01:51.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 9256 | 2024-08-30T19:01:53.202Z | [ host-image] Aug 30 19:01:51.384 INFO O| Aug 30 19:01:51.384 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 9257 | 2024-08-30T19:01:53.678Z | [ host-image] Aug 30 19:01:51.859 INFO O| Aug 30 19:01:51.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 9258 | 2024-08-30T19:01:53.678Z | [ host-image] Aug 30 19:01:51.859 INFO O| Aug 30 19:01:51.859 INFO ok! |
| 9259 | 2024-08-30T19:01:53.680Z | [ host-image] Aug 30 19:01:51.859 INFO O| Aug 30 19:01:51.859 INFO STEP 89 (ensure_file) COMPLETE |
| 9260 | 2024-08-30T19:01:53.680Z | [ host-image] Aug 30 19:01:51.859 INFO O| Aug 30 19:01:51.859 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9261 | 2024-08-30T19:01:53.690Z | [ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 9262 | 2024-08-30T19:01:53.690Z | [ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 9263 | 2024-08-30T19:01:53.692Z | [ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
| 9264 | 2024-08-30T19:01:53.693Z | [ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO ok! |
| 9265 | 2024-08-30T19:01:53.693Z | [ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO STEP 90 (ensure_file) COMPLETE |
| 9266 | 2024-08-30T19:01:53.693Z | [ host-image] Aug 30 19:01:51.871 INFO O| Aug 30 19:01:51.871 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9267 | 2024-08-30T19:01:53.700Z | [ host-image] Aug 30 19:01:51.881 INFO O| Aug 30 19:01:51.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
| 9268 | 2024-08-30T19:01:53.700Z | [ host-image] Aug 30 19:01:51.881 INFO O| Aug 30 19:01:51.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
| 9269 | 2024-08-30T19:01:53.702Z | [ host-image] Aug 30 19:01:51.881 INFO O| Aug 30 19:01:51.881 INFO STEP 91 (ensure_dir) COMPLETE |
| 9270 | 2024-08-30T19:01:53.702Z | [ host-image] Aug 30 19:01:51.881 INFO O| Aug 30 19:01:51.881 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9271 | 2024-08-30T19:01:53.710Z | [ host-image] Aug 30 19:01:51.891 INFO O| Aug 30 19:01:51.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
| 9272 | 2024-08-30T19:01:53.710Z | [ host-image] Aug 30 19:01:51.891 INFO O| Aug 30 19:01:51.891 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9273 | 2024-08-30T19:01:53.713Z | [ host-image] Aug 30 19:01:51.892 INFO O| Aug 30 19:01:51.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
| 9274 | 2024-08-30T19:01:53.713Z | [ host-image] Aug 30 19:01:51.892 INFO O| Aug 30 19:01:51.891 INFO ok! |
| 9275 | 2024-08-30T19:01:53.713Z | [ host-image] Aug 30 19:01:51.892 INFO O| Aug 30 19:01:51.892 INFO STEP 92 (ensure_file) COMPLETE |
| 9276 | 2024-08-30T19:01:53.713Z | [ host-image] Aug 30 19:01:51.892 INFO O| Aug 30 19:01:51.892 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9277 | 2024-08-30T19:01:53.721Z | [ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
| 9278 | 2024-08-30T19:01:53.721Z | [ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9279 | 2024-08-30T19:01:53.723Z | [ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
| 9280 | 2024-08-30T19:01:53.723Z | [ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO ok! |
| 9281 | 2024-08-30T19:01:53.723Z | [ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO STEP 93 (ensure_file) COMPLETE |
| 9282 | 2024-08-30T19:01:53.723Z | [ host-image] Aug 30 19:01:51.901 INFO O| Aug 30 19:01:51.901 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9283 | 2024-08-30T19:01:53.730Z | [ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
| 9284 | 2024-08-30T19:01:53.730Z | [ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9285 | 2024-08-30T19:01:53.733Z | [ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
| 9286 | 2024-08-30T19:01:53.733Z | [ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO ok! |
| 9287 | 2024-08-30T19:01:53.733Z | [ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO STEP 94 (ensure_file) COMPLETE |
| 9288 | 2024-08-30T19:01:53.733Z | [ host-image] Aug 30 19:01:51.912 INFO O| Aug 30 19:01:51.912 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9289 | 2024-08-30T19:01:53.740Z | [ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
| 9290 | 2024-08-30T19:01:53.740Z | [ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9291 | 2024-08-30T19:01:53.743Z | [ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
| 9292 | 2024-08-30T19:01:53.743Z | [ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO ok! |
| 9293 | 2024-08-30T19:01:53.743Z | [ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO STEP 95 (ensure_file) COMPLETE |
| 9294 | 2024-08-30T19:01:53.743Z | [ host-image] Aug 30 19:01:51.922 INFO O| Aug 30 19:01:51.922 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9295 | 2024-08-30T19:01:53.751Z | [ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
| 9296 | 2024-08-30T19:01:53.751Z | [ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9297 | 2024-08-30T19:01:53.753Z | [ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
| 9298 | 2024-08-30T19:01:53.753Z | [ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO ok! |
| 9299 | 2024-08-30T19:01:53.753Z | [ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO STEP 96 (ensure_file) COMPLETE |
| 9300 | 2024-08-30T19:01:53.753Z | [ host-image] Aug 30 19:01:51.933 INFO O| Aug 30 19:01:51.933 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9301 | 2024-08-30T19:01:53.762Z | [ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
| 9302 | 2024-08-30T19:01:53.762Z | [ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
| 9303 | 2024-08-30T19:01:53.765Z | [ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
| 9304 | 2024-08-30T19:01:53.765Z | [ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO ok! |
| 9305 | 2024-08-30T19:01:53.765Z | [ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO STEP 97 (ensure_file) COMPLETE |
| 9306 | 2024-08-30T19:01:53.765Z | [ host-image] Aug 30 19:01:51.943 INFO O| Aug 30 19:01:51.943 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9307 | 2024-08-30T19:01:53.772Z | [ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
| 9308 | 2024-08-30T19:01:53.772Z | [ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9309 | 2024-08-30T19:01:53.775Z | [ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
| 9310 | 2024-08-30T19:01:53.775Z | [ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO ok! |
| 9311 | 2024-08-30T19:01:53.775Z | [ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO STEP 98 (ensure_file) COMPLETE |
| 9312 | 2024-08-30T19:01:53.775Z | [ host-image] Aug 30 19:01:51.954 INFO O| Aug 30 19:01:51.954 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9313 | 2024-08-30T19:01:53.782Z | [ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
| 9314 | 2024-08-30T19:01:53.783Z | [ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9315 | 2024-08-30T19:01:53.785Z | [ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
| 9316 | 2024-08-30T19:01:53.785Z | [ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO ok! |
| 9317 | 2024-08-30T19:01:53.785Z | [ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO STEP 99 (ensure_file) COMPLETE |
| 9318 | 2024-08-30T19:01:53.785Z | [ host-image] Aug 30 19:01:51.964 INFO O| Aug 30 19:01:51.964 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9319 | 2024-08-30T19:01:53.793Z | [ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
| 9320 | 2024-08-30T19:01:53.793Z | [ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9321 | 2024-08-30T19:01:53.795Z | [ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
| 9322 | 2024-08-30T19:01:53.795Z | [ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO ok! |
| 9323 | 2024-08-30T19:01:53.795Z | [ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO STEP 100 (ensure_file) COMPLETE |
| 9324 | 2024-08-30T19:01:53.795Z | [ host-image] Aug 30 19:01:51.974 INFO O| Aug 30 19:01:51.974 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9325 | 2024-08-30T19:01:53.803Z | [ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
| 9326 | 2024-08-30T19:01:53.803Z | [ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
| 9327 | 2024-08-30T19:01:53.806Z | [ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
| 9328 | 2024-08-30T19:01:53.806Z | [ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO ok! |
| 9329 | 2024-08-30T19:01:53.806Z | [ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO STEP 101 (ensure_file) COMPLETE |
| 9330 | 2024-08-30T19:01:53.806Z | [ host-image] Aug 30 19:01:51.985 INFO O| Aug 30 19:01:51.985 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9331 | 2024-08-30T19:01:53.813Z | [ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
| 9332 | 2024-08-30T19:01:53.814Z | [ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9333 | 2024-08-30T19:01:53.816Z | [ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
| 9334 | 2024-08-30T19:01:53.816Z | [ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO ok! |
| 9335 | 2024-08-30T19:01:53.816Z | [ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO STEP 102 (ensure_file) COMPLETE |
| 9336 | 2024-08-30T19:01:53.816Z | [ host-image] Aug 30 19:01:51.995 INFO O| Aug 30 19:01:51.995 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9337 | 2024-08-30T19:01:53.825Z | [ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
| 9338 | 2024-08-30T19:01:53.825Z | [ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9339 | 2024-08-30T19:01:53.828Z | [ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
| 9340 | 2024-08-30T19:01:53.828Z | [ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO ok! |
| 9341 | 2024-08-30T19:01:53.828Z | [ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO STEP 103 (ensure_file) COMPLETE |
| 9342 | 2024-08-30T19:01:53.828Z | [ host-image] Aug 30 19:01:52.007 INFO O| Aug 30 19:01:52.007 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9343 | 2024-08-30T19:01:53.836Z | [ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
| 9344 | 2024-08-30T19:01:53.836Z | [ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.017 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9345 | 2024-08-30T19:01:53.838Z | [ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
| 9346 | 2024-08-30T19:01:53.838Z | [ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.018 INFO ok! |
| 9347 | 2024-08-30T19:01:53.838Z | [ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.018 INFO STEP 104 (ensure_file) COMPLETE |
| 9348 | 2024-08-30T19:01:53.838Z | [ host-image] Aug 30 19:01:52.018 INFO O| Aug 30 19:01:52.018 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9349 | 2024-08-30T19:01:53.846Z | [ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.027 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
| 9350 | 2024-08-30T19:01:53.846Z | [ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9351 | 2024-08-30T19:01:53.848Z | [ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
| 9352 | 2024-08-30T19:01:53.849Z | [ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO ok! |
| 9353 | 2024-08-30T19:01:53.849Z | [ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO STEP 105 (ensure_file) COMPLETE |
| 9354 | 2024-08-30T19:01:53.849Z | [ host-image] Aug 30 19:01:52.028 INFO O| Aug 30 19:01:52.028 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9355 | 2024-08-30T19:01:53.856Z | [ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
| 9356 | 2024-08-30T19:01:53.859Z | [ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9357 | 2024-08-30T19:01:53.859Z | [ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
| 9358 | 2024-08-30T19:01:53.859Z | [ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO ok! |
| 9359 | 2024-08-30T19:01:53.859Z | [ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO STEP 106 (ensure_file) COMPLETE |
| 9360 | 2024-08-30T19:01:53.859Z | [ host-image] Aug 30 19:01:52.038 INFO O| Aug 30 19:01:52.038 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9361 | 2024-08-30T19:01:53.867Z | [ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
| 9362 | 2024-08-30T19:01:53.870Z | [ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9363 | 2024-08-30T19:01:53.870Z | [ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
| 9364 | 2024-08-30T19:01:53.870Z | [ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO ok! |
| 9365 | 2024-08-30T19:01:53.870Z | [ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO STEP 107 (ensure_file) COMPLETE |
| 9366 | 2024-08-30T19:01:53.870Z | [ host-image] Aug 30 19:01:52.049 INFO O| Aug 30 19:01:52.049 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9367 | 2024-08-30T19:01:53.878Z | [ host-image] Aug 30 19:01:52.059 INFO O| Aug 30 19:01:52.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
| 9368 | 2024-08-30T19:01:53.878Z | [ host-image] Aug 30 19:01:52.059 INFO O| Aug 30 19:01:52.059 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9369 | 2024-08-30T19:01:53.880Z | [ host-image] Aug 30 19:01:52.060 INFO O| Aug 30 19:01:52.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
| 9370 | 2024-08-30T19:01:53.880Z | [ host-image] Aug 30 19:01:52.060 INFO O| Aug 30 19:01:52.060 INFO ok! |
| 9371 | 2024-08-30T19:01:53.880Z | [ host-image] Aug 30 19:01:52.060 INFO O| Aug 30 19:01:52.060 INFO STEP 108 (ensure_file) COMPLETE |
| 9372 | 2024-08-30T19:01:53.880Z | [ host-image] Aug 30 19:01:52.060 INFO O| Aug 30 19:01:52.060 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9373 | 2024-08-30T19:01:53.888Z | [ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
| 9374 | 2024-08-30T19:01:53.888Z | [ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9375 | 2024-08-30T19:01:53.891Z | [ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
| 9376 | 2024-08-30T19:01:53.891Z | [ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO ok! |
| 9377 | 2024-08-30T19:01:53.891Z | [ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO STEP 109 (ensure_file) COMPLETE |
| 9378 | 2024-08-30T19:01:53.891Z | [ host-image] Aug 30 19:01:52.070 INFO O| Aug 30 19:01:52.070 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9379 | 2024-08-30T19:01:53.899Z | [ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
| 9380 | 2024-08-30T19:01:53.899Z | [ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9381 | 2024-08-30T19:01:53.902Z | [ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
| 9382 | 2024-08-30T19:01:53.902Z | [ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO ok! |
| 9383 | 2024-08-30T19:01:53.902Z | [ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO STEP 110 (ensure_file) COMPLETE |
| 9384 | 2024-08-30T19:01:53.902Z | [ host-image] Aug 30 19:01:52.080 INFO O| Aug 30 19:01:52.080 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9385 | 2024-08-30T19:01:53.908Z | [ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
| 9386 | 2024-08-30T19:01:53.909Z | [ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9387 | 2024-08-30T19:01:53.911Z | [ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
| 9388 | 2024-08-30T19:01:53.911Z | [ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO ok! |
| 9389 | 2024-08-30T19:01:53.911Z | [ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO STEP 111 (ensure_file) COMPLETE |
| 9390 | 2024-08-30T19:01:53.911Z | [ host-image] Aug 30 19:01:52.090 INFO O| Aug 30 19:01:52.090 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9391 | 2024-08-30T19:01:53.919Z | [ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.100 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
| 9392 | 2024-08-30T19:01:53.921Z | [ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9393 | 2024-08-30T19:01:53.921Z | [ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
| 9394 | 2024-08-30T19:01:53.921Z | [ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO ok! |
| 9395 | 2024-08-30T19:01:53.921Z | [ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO STEP 112 (ensure_file) COMPLETE |
| 9396 | 2024-08-30T19:01:53.921Z | [ host-image] Aug 30 19:01:52.101 INFO O| Aug 30 19:01:52.101 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9397 | 2024-08-30T19:01:53.929Z | [ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
| 9398 | 2024-08-30T19:01:53.933Z | [ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9399 | 2024-08-30T19:01:53.933Z | [ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
| 9400 | 2024-08-30T19:01:53.933Z | [ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO ok! |
| 9401 | 2024-08-30T19:01:53.933Z | [ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO STEP 113 (ensure_file) COMPLETE |
| 9402 | 2024-08-30T19:01:53.933Z | [ host-image] Aug 30 19:01:52.111 INFO O| Aug 30 19:01:52.111 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9403 | 2024-08-30T19:01:53.940Z | [ host-image] Aug 30 19:01:52.121 INFO O| Aug 30 19:01:52.121 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
| 9404 | 2024-08-30T19:01:53.940Z | [ host-image] Aug 30 19:01:52.121 INFO O| Aug 30 19:01:52.121 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9405 | 2024-08-30T19:01:53.943Z | [ host-image] Aug 30 19:01:52.121 INFO O| Aug 30 19:01:52.121 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
| 9406 | 2024-08-30T19:01:53.943Z | [ host-image] Aug 30 19:01:52.122 INFO O| Aug 30 19:01:52.121 INFO ok! |
| 9407 | 2024-08-30T19:01:53.943Z | [ host-image] Aug 30 19:01:52.122 INFO O| Aug 30 19:01:52.121 INFO STEP 114 (ensure_file) COMPLETE |
| 9408 | 2024-08-30T19:01:53.943Z | [ host-image] Aug 30 19:01:52.122 INFO O| Aug 30 19:01:52.121 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9409 | 2024-08-30T19:01:53.950Z | [ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
| 9410 | 2024-08-30T19:01:53.950Z | [ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9411 | 2024-08-30T19:01:53.953Z | [ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
| 9412 | 2024-08-30T19:01:53.953Z | [ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO ok! |
| 9413 | 2024-08-30T19:01:53.953Z | [ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO STEP 115 (ensure_file) COMPLETE |
| 9414 | 2024-08-30T19:01:53.953Z | [ host-image] Aug 30 19:01:52.132 INFO O| Aug 30 19:01:52.132 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9415 | 2024-08-30T19:01:53.960Z | [ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
| 9416 | 2024-08-30T19:01:53.961Z | [ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
| 9417 | 2024-08-30T19:01:53.964Z | [ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
| 9418 | 2024-08-30T19:01:53.964Z | [ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO ok! |
| 9419 | 2024-08-30T19:01:53.964Z | [ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO STEP 116 (ensure_file) COMPLETE |
| 9420 | 2024-08-30T19:01:53.964Z | [ host-image] Aug 30 19:01:52.142 INFO O| Aug 30 19:01:52.142 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9421 | 2024-08-30T19:01:53.971Z | [ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
| 9422 | 2024-08-30T19:01:53.974Z | [ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9423 | 2024-08-30T19:01:53.974Z | [ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
| 9424 | 2024-08-30T19:01:53.974Z | [ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO ok! |
| 9425 | 2024-08-30T19:01:53.974Z | [ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO STEP 117 (ensure_file) COMPLETE |
| 9426 | 2024-08-30T19:01:53.974Z | [ host-image] Aug 30 19:01:52.153 INFO O| Aug 30 19:01:52.153 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9427 | 2024-08-30T19:01:53.981Z | [ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
| 9428 | 2024-08-30T19:01:53.981Z | [ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
| 9429 | 2024-08-30T19:01:53.984Z | [ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
| 9430 | 2024-08-30T19:01:53.984Z | [ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO ok! |
| 9431 | 2024-08-30T19:01:53.984Z | [ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO STEP 118 (ensure_file) COMPLETE |
| 9432 | 2024-08-30T19:01:53.984Z | [ host-image] Aug 30 19:01:52.163 INFO O| Aug 30 19:01:52.163 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9433 | 2024-08-30T19:01:53.992Z | [ host-image] Aug 30 19:01:52.173 INFO O| Aug 30 19:01:52.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 9434 | 2024-08-30T19:01:53.992Z | [ host-image] Aug 30 19:01:52.174 INFO O| Aug 30 19:01:52.173 INFO copying /tmp/.tmpWwHkvv/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
| 9435 | 2024-08-30T19:01:57.300Z | [ host-image] Aug 30 19:01:55.481 INFO O| Aug 30 19:01:55.481 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
| 9436 | 2024-08-30T19:01:57.300Z | [ host-image] Aug 30 19:01:55.481 INFO O| Aug 30 19:01:55.481 INFO ok! |
| 9437 | 2024-08-30T19:01:57.302Z | [ host-image] Aug 30 19:01:55.481 INFO O| Aug 30 19:01:55.481 INFO STEP 119 (ensure_file) COMPLETE |
| 9438 | 2024-08-30T19:01:57.303Z | [ host-image] Aug 30 19:01:55.481 INFO O| Aug 30 19:01:55.481 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9439 | 2024-08-30T19:01:57.311Z | [ host-image] Aug 30 19:01:55.492 INFO O| Aug 30 19:01:55.492 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
| 9440 | 2024-08-30T19:01:57.311Z | [ host-image] Aug 30 19:01:55.492 INFO O| Aug 30 19:01:55.492 INFO STEP 120 (ensure_dir) COMPLETE |
| 9441 | 2024-08-30T19:01:57.313Z | [ host-image] Aug 30 19:01:55.492 INFO O| Aug 30 19:01:55.492 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9442 | 2024-08-30T19:01:57.321Z | [ host-image] Aug 30 19:01:55.502 INFO O| Aug 30 19:01:55.502 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
| 9443 | 2024-08-30T19:01:57.321Z | [ host-image] Aug 30 19:01:55.502 INFO O| Aug 30 19:01:55.502 INFO STEP 121 (ensure_dir) COMPLETE |
| 9444 | 2024-08-30T19:01:57.321Z | [ host-image] Aug 30 19:01:55.502 INFO O| Aug 30 19:01:55.502 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9445 | 2024-08-30T19:01:57.331Z | [ host-image] Aug 30 19:01:55.512 INFO O| Aug 30 19:01:55.512 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
| 9446 | 2024-08-30T19:01:57.331Z | [ host-image] Aug 30 19:01:55.512 INFO O| Aug 30 19:01:55.512 INFO STEP 122 (ensure_dir) COMPLETE |
| 9447 | 2024-08-30T19:01:57.334Z | [ host-image] Aug 30 19:01:55.512 INFO O| Aug 30 19:01:55.512 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9448 | 2024-08-30T19:01:57.341Z | [ host-image] Aug 30 19:01:55.522 INFO O| Aug 30 19:01:55.522 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
| 9449 | 2024-08-30T19:01:57.341Z | [ host-image] Aug 30 19:01:55.522 INFO O| Aug 30 19:01:55.522 INFO STEP 123 (ensure_dir) COMPLETE |
| 9450 | 2024-08-30T19:01:57.343Z | [ host-image] Aug 30 19:01:55.522 INFO O| Aug 30 19:01:55.522 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9451 | 2024-08-30T19:01:57.350Z | [ host-image] Aug 30 19:01:55.531 INFO O| Aug 30 19:01:55.531 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 9452 | 2024-08-30T19:01:57.353Z | [ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.531 INFO copying /tmp/.tmpWwHkvv/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 ... |
| 9453 | 2024-08-30T19:01:57.353Z | [ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 9454 | 2024-08-30T19:01:57.353Z | [ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.532 INFO ok! |
| 9455 | 2024-08-30T19:01:57.353Z | [ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.532 INFO STEP 124 (ensure_file) COMPLETE |
| 9456 | 2024-08-30T19:01:57.353Z | [ host-image] Aug 30 19:01:55.532 INFO O| Aug 30 19:01:55.532 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9457 | 2024-08-30T19:01:57.361Z | [ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9458 | 2024-08-30T19:01:57.361Z | [ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9459 | 2024-08-30T19:01:57.363Z | [ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9460 | 2024-08-30T19:01:57.363Z | [ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO STEP 125 (ensure_dir) COMPLETE |
| 9461 | 2024-08-30T19:01:57.363Z | [ host-image] Aug 30 19:01:55.542 INFO O| Aug 30 19:01:55.542 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9462 | 2024-08-30T19:01:57.371Z | [ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 9463 | 2024-08-30T19:01:57.374Z | [ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 INFO copying /tmp/.tmpWwHkvv/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
| 9464 | 2024-08-30T19:01:57.374Z | [ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
| 9465 | 2024-08-30T19:01:57.374Z | [ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 INFO ok! |
| 9466 | 2024-08-30T19:01:57.374Z | [ host-image] Aug 30 19:01:55.552 INFO O| Aug 30 19:01:55.552 INFO STEP 126 (ensure_file) COMPLETE |
| 9467 | 2024-08-30T19:01:57.374Z | [ host-image] Aug 30 19:01:55.553 INFO O| Aug 30 19:01:55.552 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9468 | 2024-08-30T19:01:57.381Z | [ host-image] Aug 30 19:01:55.562 INFO O| Aug 30 19:01:55.562 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
| 9469 | 2024-08-30T19:01:57.383Z | [ host-image] Aug 30 19:01:55.562 INFO O| Aug 30 19:01:55.562 INFO STEP 127 (remove_files) COMPLETE |
| 9470 | 2024-08-30T19:01:57.383Z | [ host-image] Aug 30 19:01:55.562 INFO O| Aug 30 19:01:55.562 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9471 | 2024-08-30T19:01:57.391Z | [ host-image] Aug 30 19:01:55.572 INFO O| Aug 30 19:01:55.572 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
| 9472 | 2024-08-30T19:01:57.393Z | [ host-image] Aug 30 19:01:55.572 INFO O| Aug 30 19:01:55.572 INFO STEP 128 (remove_files) COMPLETE |
| 9473 | 2024-08-30T19:01:57.393Z | [ host-image] Aug 30 19:01:55.572 INFO O| Aug 30 19:01:55.572 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9474 | 2024-08-30T19:01:57.400Z | [ host-image] Aug 30 19:01:55.582 INFO O| Aug 30 19:01:55.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
| 9475 | 2024-08-30T19:01:57.403Z | [ host-image] Aug 30 19:01:55.582 INFO O| Aug 30 19:01:55.582 INFO STEP 129 (remove_files) COMPLETE |
| 9476 | 2024-08-30T19:01:57.403Z | [ host-image] Aug 30 19:01:55.582 INFO O| Aug 30 19:01:55.582 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9477 | 2024-08-30T19:01:57.410Z | [ host-image] Aug 30 19:01:55.592 INFO O| Aug 30 19:01:55.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
| 9478 | 2024-08-30T19:01:57.413Z | [ host-image] Aug 30 19:01:55.592 INFO O| Aug 30 19:01:55.592 INFO STEP 130 (remove_files) COMPLETE |
| 9479 | 2024-08-30T19:01:57.413Z | [ host-image] Aug 30 19:01:55.592 INFO O| Aug 30 19:01:55.592 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9480 | 2024-08-30T19:01:57.420Z | [ host-image] Aug 30 19:01:55.602 INFO O| Aug 30 19:01:55.601 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
| 9481 | 2024-08-30T19:01:57.423Z | [ host-image] Aug 30 19:01:55.602 INFO O| Aug 30 19:01:55.602 INFO STEP 131 (remove_files) COMPLETE |
| 9482 | 2024-08-30T19:01:57.423Z | [ host-image] Aug 30 19:01:55.602 INFO O| Aug 30 19:01:55.602 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9483 | 2024-08-30T19:01:57.430Z | [ host-image] Aug 30 19:01:55.611 INFO O| Aug 30 19:01:55.611 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
| 9484 | 2024-08-30T19:01:57.433Z | [ host-image] Aug 30 19:01:55.611 INFO O| Aug 30 19:01:55.611 INFO STEP 132 (remove_files) COMPLETE |
| 9485 | 2024-08-30T19:01:57.433Z | [ host-image] Aug 30 19:01:55.611 INFO O| Aug 30 19:01:55.611 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9486 | 2024-08-30T19:01:57.440Z | [ host-image] Aug 30 19:01:55.622 INFO O| Aug 30 19:01:55.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9487 | 2024-08-30T19:01:57.443Z | [ host-image] Aug 30 19:01:55.622 INFO O| Aug 30 19:01:55.622 INFO STEP 133 (remove_files) COMPLETE |
| 9488 | 2024-08-30T19:01:57.443Z | [ host-image] Aug 30 19:01:55.622 INFO O| Aug 30 19:01:55.622 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9489 | 2024-08-30T19:01:57.450Z | [ host-image] Aug 30 19:01:55.631 INFO O| Aug 30 19:01:55.631 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9490 | 2024-08-30T19:01:57.450Z | [ host-image] Aug 30 19:01:55.632 INFO O| Aug 30 19:01:55.632 INFO STEP 134 (remove_files) COMPLETE |
| 9491 | 2024-08-30T19:01:57.450Z | [ host-image] Aug 30 19:01:55.632 INFO O| Aug 30 19:01:55.632 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9492 | 2024-08-30T19:01:57.461Z | [ host-image] Aug 30 19:01:55.642 INFO O| Aug 30 19:01:55.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 9493 | 2024-08-30T19:01:57.461Z | [ host-image] Aug 30 19:01:55.642 INFO O| Aug 30 19:01:55.642 INFO STEP 135 (remove_files) COMPLETE |
| 9494 | 2024-08-30T19:01:57.463Z | [ host-image] Aug 30 19:01:55.642 INFO O| Aug 30 19:01:55.642 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9495 | 2024-08-30T19:01:57.472Z | [ host-image] Aug 30 19:01:55.652 INFO O| Aug 30 19:01:55.652 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9496 | 2024-08-30T19:01:57.472Z | [ host-image] Aug 30 19:01:55.652 INFO O| Aug 30 19:01:55.652 INFO STEP 136 (remove_files) COMPLETE |
| 9497 | 2024-08-30T19:01:57.474Z | [ host-image] Aug 30 19:01:55.652 INFO O| Aug 30 19:01:55.652 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9498 | 2024-08-30T19:01:57.481Z | [ host-image] Aug 30 19:01:55.662 INFO O| Aug 30 19:01:55.662 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 9499 | 2024-08-30T19:01:57.481Z | [ host-image] Aug 30 19:01:55.662 INFO O| Aug 30 19:01:55.662 INFO STEP 137 (remove_files) COMPLETE |
| 9500 | 2024-08-30T19:01:57.483Z | [ host-image] Aug 30 19:01:55.662 INFO O| Aug 30 19:01:55.662 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9501 | 2024-08-30T19:01:57.491Z | [ host-image] Aug 30 19:01:55.672 INFO O| Aug 30 19:01:55.672 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 9502 | 2024-08-30T19:01:57.491Z | [ host-image] Aug 30 19:01:55.672 INFO O| Aug 30 19:01:55.672 INFO STEP 138 (remove_files) COMPLETE |
| 9503 | 2024-08-30T19:01:57.493Z | [ host-image] Aug 30 19:01:55.672 INFO O| Aug 30 19:01:55.672 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9504 | 2024-08-30T19:01:57.501Z | [ host-image] Aug 30 19:01:55.682 INFO O| Aug 30 19:01:55.682 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9505 | 2024-08-30T19:01:57.501Z | [ host-image] Aug 30 19:01:55.682 INFO O| Aug 30 19:01:55.682 INFO STEP 139 (remove_files) COMPLETE |
| 9506 | 2024-08-30T19:01:57.503Z | [ host-image] Aug 30 19:01:55.682 INFO O| Aug 30 19:01:55.682 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9507 | 2024-08-30T19:01:57.511Z | [ host-image] Aug 30 19:01:55.692 INFO O| Aug 30 19:01:55.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 9508 | 2024-08-30T19:01:57.511Z | [ host-image] Aug 30 19:01:55.692 INFO O| Aug 30 19:01:55.692 INFO STEP 140 (remove_files) COMPLETE |
| 9509 | 2024-08-30T19:01:57.511Z | [ host-image] Aug 30 19:01:55.692 INFO O| Aug 30 19:01:55.692 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9510 | 2024-08-30T19:01:57.520Z | [ host-image] Aug 30 19:01:55.701 INFO O| Aug 30 19:01:55.701 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 9511 | 2024-08-30T19:01:57.520Z | [ host-image] Aug 30 19:01:55.702 INFO O| Aug 30 19:01:55.701 INFO STEP 141 (remove_files) COMPLETE |
| 9512 | 2024-08-30T19:01:57.523Z | [ host-image] Aug 30 19:01:55.702 INFO O| Aug 30 19:01:55.702 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9513 | 2024-08-30T19:01:57.530Z | [ host-image] Aug 30 19:01:55.711 INFO O| Aug 30 19:01:55.711 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9514 | 2024-08-30T19:01:57.530Z | [ host-image] Aug 30 19:01:55.711 INFO O| Aug 30 19:01:55.711 INFO STEP 142 (remove_files) COMPLETE |
| 9515 | 2024-08-30T19:01:57.532Z | [ host-image] Aug 30 19:01:55.711 INFO O| Aug 30 19:01:55.711 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9516 | 2024-08-30T19:01:57.540Z | [ host-image] Aug 30 19:01:55.721 INFO O| Aug 30 19:01:55.721 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9517 | 2024-08-30T19:01:57.543Z | [ host-image] Aug 30 19:01:55.721 INFO O| Aug 30 19:01:55.721 INFO STEP 143 (remove_files) COMPLETE |
| 9518 | 2024-08-30T19:01:57.543Z | [ host-image] Aug 30 19:01:55.721 INFO O| Aug 30 19:01:55.721 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9519 | 2024-08-30T19:01:57.550Z | [ host-image] Aug 30 19:01:55.731 INFO O| Aug 30 19:01:55.731 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 9520 | 2024-08-30T19:01:57.550Z | [ host-image] Aug 30 19:01:55.731 INFO O| Aug 30 19:01:55.731 INFO STEP 144 (remove_files) COMPLETE |
| 9521 | 2024-08-30T19:01:57.550Z | [ host-image] Aug 30 19:01:55.731 INFO O| Aug 30 19:01:55.731 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9522 | 2024-08-30T19:01:57.560Z | [ host-image] Aug 30 19:01:55.741 INFO O| Aug 30 19:01:55.741 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 9523 | 2024-08-30T19:01:57.560Z | [ host-image] Aug 30 19:01:55.741 INFO O| Aug 30 19:01:55.741 INFO STEP 145 (remove_files) COMPLETE |
| 9524 | 2024-08-30T19:01:57.562Z | [ host-image] Aug 30 19:01:55.741 INFO O| Aug 30 19:01:55.741 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9525 | 2024-08-30T19:01:57.570Z | [ host-image] Aug 30 19:01:55.751 INFO O| Aug 30 19:01:55.751 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9526 | 2024-08-30T19:01:57.570Z | [ host-image] Aug 30 19:01:55.751 INFO O| Aug 30 19:01:55.751 INFO STEP 146 (remove_files) COMPLETE |
| 9527 | 2024-08-30T19:01:57.572Z | [ host-image] Aug 30 19:01:55.751 INFO O| Aug 30 19:01:55.751 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9528 | 2024-08-30T19:01:57.580Z | [ host-image] Aug 30 19:01:55.761 INFO O| Aug 30 19:01:55.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9529 | 2024-08-30T19:01:57.580Z | [ host-image] Aug 30 19:01:55.761 INFO O| Aug 30 19:01:55.761 INFO STEP 147 (remove_files) COMPLETE |
| 9530 | 2024-08-30T19:01:57.580Z | [ host-image] Aug 30 19:01:55.761 INFO O| Aug 30 19:01:55.761 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9531 | 2024-08-30T19:01:57.590Z | [ host-image] Aug 30 19:01:55.771 INFO O| Aug 30 19:01:55.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
| 9532 | 2024-08-30T19:01:57.590Z | [ host-image] Aug 30 19:01:55.771 INFO O| Aug 30 19:01:55.771 INFO STEP 148 (remove_files) COMPLETE |
| 9533 | 2024-08-30T19:01:57.592Z | [ host-image] Aug 30 19:01:55.771 INFO O| Aug 30 19:01:55.771 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9534 | 2024-08-30T19:01:57.600Z | [ host-image] Aug 30 19:01:55.781 INFO O| Aug 30 19:01:55.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9535 | 2024-08-30T19:01:57.602Z | [ host-image] Aug 30 19:01:55.781 INFO O| Aug 30 19:01:55.781 INFO STEP 149 (remove_files) COMPLETE |
| 9536 | 2024-08-30T19:01:57.602Z | [ host-image] Aug 30 19:01:55.781 INFO O| Aug 30 19:01:55.781 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9537 | 2024-08-30T19:01:57.609Z | [ host-image] Aug 30 19:01:55.791 INFO O| Aug 30 19:01:55.790 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 9538 | 2024-08-30T19:01:57.613Z | [ host-image] Aug 30 19:01:55.791 INFO O| Aug 30 19:01:55.791 INFO STEP 150 (remove_files) COMPLETE |
| 9539 | 2024-08-30T19:01:57.613Z | [ host-image] Aug 30 19:01:55.791 INFO O| Aug 30 19:01:55.791 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9540 | 2024-08-30T19:01:57.619Z | [ host-image] Aug 30 19:01:55.800 INFO O| Aug 30 19:01:55.800 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 9541 | 2024-08-30T19:01:57.622Z | [ host-image] Aug 30 19:01:55.800 INFO O| Aug 30 19:01:55.800 INFO STEP 151 (remove_files) COMPLETE |
| 9542 | 2024-08-30T19:01:57.622Z | [ host-image] Aug 30 19:01:55.800 INFO O| Aug 30 19:01:55.800 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9543 | 2024-08-30T19:01:57.629Z | [ host-image] Aug 30 19:01:55.810 INFO O| Aug 30 19:01:55.810 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 9544 | 2024-08-30T19:01:57.631Z | [ host-image] Aug 30 19:01:55.810 INFO O| Aug 30 19:01:55.810 INFO STEP 152 (remove_files) COMPLETE |
| 9545 | 2024-08-30T19:01:57.631Z | [ host-image] Aug 30 19:01:55.810 INFO O| Aug 30 19:01:55.810 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9546 | 2024-08-30T19:01:57.639Z | [ host-image] Aug 30 19:01:55.820 INFO O| Aug 30 19:01:55.820 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
| 9547 | 2024-08-30T19:01:57.641Z | [ host-image] Aug 30 19:01:55.820 INFO O| Aug 30 19:01:55.820 INFO STEP 153 (remove_files) COMPLETE |
| 9548 | 2024-08-30T19:01:57.641Z | [ host-image] Aug 30 19:01:55.820 INFO O| Aug 30 19:01:55.820 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9549 | 2024-08-30T19:01:57.649Z | [ host-image] Aug 30 19:01:55.830 INFO O| Aug 30 19:01:55.830 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 9550 | 2024-08-30T19:01:57.649Z | [ host-image] Aug 30 19:01:55.830 INFO O| Aug 30 19:01:55.830 INFO STEP 154 (remove_files) COMPLETE |
| 9551 | 2024-08-30T19:01:57.652Z | [ host-image] Aug 30 19:01:55.830 INFO O| Aug 30 19:01:55.830 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9552 | 2024-08-30T19:01:57.659Z | [ host-image] Aug 30 19:01:55.841 INFO O| Aug 30 19:01:55.841 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 9553 | 2024-08-30T19:01:57.660Z | [ host-image] Aug 30 19:01:55.841 INFO O| Aug 30 19:01:55.841 INFO STEP 155 (remove_files) COMPLETE |
| 9554 | 2024-08-30T19:01:57.662Z | [ host-image] Aug 30 19:01:55.841 INFO O| Aug 30 19:01:55.841 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9555 | 2024-08-30T19:01:57.674Z | [ host-image] Aug 30 19:01:55.855 INFO O| Aug 30 19:01:55.855 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
| 9556 | 2024-08-30T19:01:57.677Z | [ host-image] Aug 30 19:01:55.855 INFO O| Aug 30 19:01:55.855 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 9557 | 2024-08-30T19:02:04.880Z | [ host-image] Aug 30 19:02:03.060 INFO O| Aug 30 19:02:03.059 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 |
| 9558 | 2024-08-30T19:02:04.880Z | [ host-image] Aug 30 19:02:03.060 INFO O| Aug 30 19:02:03.059 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
| 9559 | 2024-08-30T19:02:04.895Z | [ host-image] Aug 30 19:02:03.075 INFO O| Aug 30 19:02:03.075 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
| 9560 | 2024-08-30T19:02:04.976Z | [ host-image] Aug 30 19:02:03.156 INFO O| Aug 30 19:02:03.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
| 9561 | 2024-08-30T19:02:04.976Z | [ host-image] Aug 30 19:02:03.156 INFO O| Aug 30 19:02:03.156 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
| 9562 | 2024-08-30T19:02:04.979Z | [ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
| 9563 | 2024-08-30T19:02:04.979Z | [ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO ok! |
| 9564 | 2024-08-30T19:02:04.979Z | [ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
| 9565 | 2024-08-30T19:02:04.979Z | [ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO STEP 156 (seed_smf) COMPLETE |
| 9566 | 2024-08-30T19:02:04.979Z | [ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO steps complete; finalising image! |
| 9567 | 2024-08-30T19:02:04.979Z | [ host-image] Aug 30 19:02:03.158 INFO O| Aug 30 19:02:03.158 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
| 9568 | 2024-08-30T19:02:05.119Z | [ host-image] Aug 30 19:02:03.299 INFO O| Aug 30 19:02:03.299 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Fri Aug 30 19:02:03 2024) |
| 9569 | 2024-08-30T19:02:05.342Z | [ host-image] Aug 30 19:02:03.521 INFO O| Aug 30 19:02:03.521 INFO temporary pool has 672M used, 160M avail, 1.87x compressratio |
| 9570 | 2024-08-30T19:02:05.342Z | [ host-image] Aug 30 19:02:03.521 INFO O| Aug 30 19:02:03.521 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
| 9571 | 2024-08-30T19:02:05.638Z | [ host-image] Aug 30 19:02:03.817 INFO O| Aug 30 19:02:03.817 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
| 9572 | 2024-08-30T19:02:05.638Z | [ host-image] Aug 30 19:02:03.817 INFO O| Aug 30 19:02:03.817 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
| 9573 | 2024-08-30T19:02:06.693Z | [ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 9574 | 2024-08-30T19:02:06.694Z | [ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 9575 | 2024-08-30T19:02:06.696Z | [ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 9576 | 2024-08-30T19:02:06.696Z | [ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO completed processing gimlet/zfs |
| 9577 | 2024-08-30T19:02:06.696Z | [ host-image] Aug 30 19:02:04.873 INFO O| Aug 30 19:02:04.873 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
| 9578 | 2024-08-30T19:02:12.979Z | [ host-image] Aug 30 19:02:11.158 INFO O| Aug 30 19:02:11.158 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
| 9579 | 2024-08-30T19:02:13.059Z | [ host-image] Aug 30 19:02:11.237 INFO BUILD STRING "heads/stlouis-0-g2408c3fc7e\n" |
| 9580 | 2024-08-30T19:02:13.059Z | [ host-image] Aug 30 19:02:11.238 INFO expanded image name: "ci dc10290/${os_short_commit} 2024-08-30 18:33" -> "ci dc10290/2408c3f 2024-08-30 18:33" |
| 9581 | 2024-08-30T19:02:13.062Z | [ host-image] Aug 30 19:02:11.238 INFO output artefacts stored in: "/work/os-host" |
| 9582 | 2024-08-30T19:02:13.062Z | [ host-image] Aug 30 19:02:11.238 INFO collecting git info from project "pinprick"... |
| 9583 | 2024-08-30T19:02:13.065Z | [ host-image] Aug 30 19:02:11.243 INFO collecting git info from project "amd-firmware"... |
| 9584 | 2024-08-30T19:02:13.073Z | [ host-image] Aug 30 19:02:11.251 INFO collecting git info from project "pilot"... |
| 9585 | 2024-08-30T19:02:13.080Z | [ host-image] Aug 30 19:02:11.257 INFO collecting git info from project "amd-host-image-builder"... |
| 9586 | 2024-08-30T19:02:13.091Z | [ host-image] Aug 30 19:02:11.270 INFO collecting git info from project "bootserver"... |
| 9587 | 2024-08-30T19:02:13.096Z | [ host-image] Aug 30 19:02:11.275 INFO collecting git info from project "phbl"... |
| 9588 | 2024-08-30T19:02:13.100Z | [ host-image] Aug 30 19:02:11.279 INFO collecting git info from project "chelsio-t6-roms"... |
| 9589 | 2024-08-30T19:02:13.105Z | [ host-image] Aug 30 19:02:11.284 INFO collecting git info from project "image-builder"... |
| 9590 | 2024-08-30T19:02:13.109Z | [ host-image] Aug 30 19:02:11.288 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9591 | 2024-08-30T19:02:13.481Z | [ host-image] Aug 30 19:02:11.659 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9592 | 2024-08-30T19:02:13.828Z | [ host-image] Aug 30 19:02:12.007 INFO creating Oxide boot image... |
| 9593 | 2024-08-30T19:02:13.828Z | [ host-image] Aug 30 19:02:12.007 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci dc10290/2408c3f 2024-08-30 18:33", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 9594 | 2024-08-30T19:02:14.769Z | [ host-image] Aug 30 19:02:12.948 INFO O| ok, image written! |
| 9595 | 2024-08-30T19:02:14.773Z | [ host-image] Aug 30 19:02:12.948 INFO O| ok, boot_image_csum file written! |
| 9596 | 2024-08-30T19:02:14.773Z | [ host-image] Aug 30 19:02:12.951 INFO creating boot archive (CPIO)... |
| 9597 | 2024-08-30T19:02:14.773Z | [ host-image] Aug 30 19:02:12.951 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 |
| 9598 | 2024-08-30T19:02:14.780Z | [ host-image] Aug 30 19:02:12.958 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
| 9599 | 2024-08-30T19:02:14.780Z | [ host-image] Aug 30 19:02:12.958 INFO E| + outfile=/work/os-host/cpio |
| 9600 | 2024-08-30T19:02:14.783Z | [ host-image] Aug 30 19:02:12.958 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 9601 | 2024-08-30T19:02:14.783Z | [ host-image] Aug 30 19:02:12.960 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
| 9602 | 2024-08-30T19:02:14.783Z | [ host-image] Aug 30 19:02:12.961 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 9603 | 2024-08-30T19:02:14.816Z | [ host-image] Aug 30 19:02:12.994 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 9604 | 2024-08-30T19:02:14.816Z | [ host-image] Aug 30 19:02:12.994 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 9605 | 2024-08-30T19:02:14.823Z | [ host-image] Aug 30 19:02:13.002 INFO creating compressed cpio/unix for nanobl-rs... |
| 9606 | 2024-08-30T19:02:14.826Z | [ host-image] Aug 30 19:02:13.002 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 |
| 9607 | 2024-08-30T19:02:15.109Z | [ host-image] Aug 30 19:02:13.287 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 9608 | 2024-08-30T19:02:19.454Z | [ host-image] Aug 30 19:02:17.631 INFO creating reset image... |
| 9609 | 2024-08-30T19:02:19.456Z | [ host-image] Aug 30 19:02:17.632 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 9610 | 2024-08-30T19:02:19.543Z | [ host-image] Aug 30 19:02:17.721 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 9611 | 2024-08-30T19:02:19.550Z | [ host-image] Aug 30 19:02:17.721 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
| 9612 | 2024-08-30T19:02:19.612Z | [ host-image] Aug 30 19:02:17.790 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 9613 | 2024-08-30T19:02:21.809Z | [ host-image] Aug 30 19:02:19.986 INFO E| Finished `release` profile [optimized] target(s) in 2.25s |
| 9614 | 2024-08-30T19:02:21.820Z | [ host-image] Aug 30 19:02:19.998 INFO building host image... |
| 9615 | 2024-08-30T19:02:21.825Z | [ host-image] Aug 30 19:02:19.998 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") |
| 9616 | 2024-08-30T19:02:22.280Z | [ host-image] Aug 30 19:02:20.456 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 9617 | 2024-08-30T19:03:08.557Z | [ host-image] Aug 30 19:03:06.728 INFO image complete! materials are in "/work/os-host" |
| 9618 | 2024-08-30T19:03:08.560Z | [ host-image] |
| 9619 | 2024-08-30T19:03:08.560Z | [ host-image] real 9:11.214914640 |
| 9620 | 2024-08-30T19:03:08.560Z | [ host-image] user 4:07.381493730 |
| 9621 | 2024-08-30T19:03:08.560Z | [ host-image] sys 50.266033701 |
| 9622 | 2024-08-30T19:03:08.560Z | [ host-image] trap 0.156710255 |
| 9623 | 2024-08-30T19:03:08.560Z | [ host-image] tflt 0.009040570 |
| 9624 | 2024-08-30T19:03:08.560Z | [ host-image] dflt 0.036684393 |
| 9625 | 2024-08-30T19:03:08.560Z | [ host-image] kflt 0.000000000 |
| 9626 | 2024-08-30T19:03:08.560Z | [ host-image] lock 6:55.234966251 |
| 9627 | 2024-08-30T19:03:08.560Z | [ host-image] slp 51:07.026369739 |
| 9628 | 2024-08-30T19:03:08.564Z | [ host-image] lat 1:19.236574818 |
| 9629 | 2024-08-30T19:03:08.564Z | [ host-image] stop 0.881241333 |
| 9630 | 2024-08-30T19:03:08.564Z | Aug 30 19:03:06.731 INFO [host-image] process exited with exit status: 0 (551.228520145s) |
| 9631 | 2024-08-30T19:03:08.564Z | Aug 30 19:03:06.731 INFO [tuf-repo] running task |
| 9632 | 2024-08-30T19:03:15.855Z | Aug 30 19:03:14.025 INFO assembling repository in `/tmp/tufaceouss3XYzg`, component: OmicronRepoAssembler |
| 9633 | 2024-08-30T19:03:20.502Z | Aug 30 19:03:18.671 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 9634 | 2024-08-30T19:03:20.826Z | Aug 30 19:03:18.995 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 9635 | 2024-08-30T19:03:32.718Z | Aug 30 19:03:30.886 INFO [tuf-repo] task succeeded (24.154296395s) |
| 9636 | 2024-08-30T19:03:32.718Z | Aug 30 19:03:30.886 INFO all jobs completed in 1830.736158623s |
| 9637 | 2024-08-30T19:03:33.261Z | process exited: duration 2392267 ms, exit code 0 |
| |
| 9638 | 2024-08-30T19:03:33.271Z | found 33 output files |
| 9639 | 2024-08-30T19:03:33.271Z | uploading: /work/manifest.toml (8404 bytes) |
| 9640 | 2024-08-30T19:03:34.280Z | uploaded: /work/manifest.toml |
| 9641 | 2024-08-30T19:03:34.280Z | uploading: /work/repo.zip (1794244192 bytes) |
| 9642 | 2024-08-30T19:04:06.992Z | uploaded: /work/repo.zip |
| 9643 | 2024-08-30T19:04:06.992Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 9644 | 2024-08-30T19:04:08.006Z | uploaded: /work/repo.zip.sha256.txt |
| 9645 | 2024-08-30T19:04:08.006Z | uploading: /work/helios-setup.log (52390 bytes) |
| 9646 | 2024-08-30T19:04:09.020Z | uploaded: /work/helios-setup.log |
| 9647 | 2024-08-30T19:04:09.020Z | uploading: /work/host-image.log (195718 bytes) |
| 9648 | 2024-08-30T19:04:10.040Z | uploaded: /work/host-image.log |
| 9649 | 2024-08-30T19:04:10.040Z | uploading: /work/host-package.log (19484 bytes) |
| 9650 | 2024-08-30T19:04:11.052Z | uploaded: /work/host-package.log |
| 9651 | 2024-08-30T19:04:11.052Z | uploading: /work/host-target.log (101 bytes) |
| 9652 | 2024-08-30T19:04:12.059Z | uploaded: /work/host-target.log |
| 9653 | 2024-08-30T19:04:12.059Z | uploading: /work/omicron-package.log (4418 bytes) |
| 9654 | 2024-08-30T19:04:13.068Z | uploaded: /work/omicron-package.log |
| 9655 | 2024-08-30T19:04:13.070Z | uploading: /work/phbl-toolchain.log (881 bytes) |
| 9656 | 2024-08-30T19:04:14.076Z | uploaded: /work/phbl-toolchain.log |
| 9657 | 2024-08-30T19:04:14.076Z | uploading: /work/recovery-image.log (591147 bytes) |
| 9658 | 2024-08-30T19:04:15.109Z | uploaded: /work/recovery-image.log |
| 9659 | 2024-08-30T19:04:15.109Z | uploading: /work/recovery-package.log (282 bytes) |
| 9660 | 2024-08-30T19:04:16.116Z | uploaded: /work/recovery-package.log |
| 9661 | 2024-08-30T19:04:16.116Z | uploading: /work/recovery-target.log (57 bytes) |
| 9662 | 2024-08-30T19:04:17.124Z | uploaded: /work/recovery-target.log |
| 9663 | 2024-08-30T19:04:17.124Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 9664 | 2024-08-30T19:04:18.131Z | uploaded: /work/stamp-clickhouse.log |
| 9665 | 2024-08-30T19:04:18.131Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 9666 | 2024-08-30T19:04:19.138Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 9667 | 2024-08-30T19:04:19.138Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 9668 | 2024-08-30T19:04:20.146Z | uploaded: /work/stamp-cockroachdb.log |
| 9669 | 2024-08-30T19:04:20.147Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
| 9670 | 2024-08-30T19:04:21.153Z | uploaded: /work/stamp-crucible-dtrace.log |
| 9671 | 2024-08-30T19:04:21.154Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 9672 | 2024-08-30T19:04:22.162Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 9673 | 2024-08-30T19:04:22.162Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 9674 | 2024-08-30T19:04:23.170Z | uploaded: /work/stamp-crucible-zone.log |
| 9675 | 2024-08-30T19:04:23.170Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 9676 | 2024-08-30T19:04:24.177Z | uploaded: /work/stamp-external-dns.log |
| 9677 | 2024-08-30T19:04:24.178Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 9678 | 2024-08-30T19:04:25.185Z | uploaded: /work/stamp-installinator.log |
| 9679 | 2024-08-30T19:04:25.185Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 9680 | 2024-08-30T19:04:26.192Z | uploaded: /work/stamp-internal-dns.log |
| 9681 | 2024-08-30T19:04:26.192Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 9682 | 2024-08-30T19:04:27.199Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 9683 | 2024-08-30T19:04:27.199Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 9684 | 2024-08-30T19:04:28.207Z | uploaded: /work/stamp-nexus.log |
| 9685 | 2024-08-30T19:04:28.207Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 9686 | 2024-08-30T19:04:29.215Z | uploaded: /work/stamp-ntp.log |
| 9687 | 2024-08-30T19:04:29.215Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 9688 | 2024-08-30T19:04:30.222Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 9689 | 2024-08-30T19:04:30.222Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 9690 | 2024-08-30T19:04:31.385Z | uploaded: /work/stamp-overlay.log |
| 9691 | 2024-08-30T19:04:31.385Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 9692 | 2024-08-30T19:04:32.392Z | uploaded: /work/stamp-oximeter.log |
| 9693 | 2024-08-30T19:04:32.392Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 9694 | 2024-08-30T19:04:33.399Z | uploaded: /work/stamp-oxlog.log |
| 9695 | 2024-08-30T19:04:33.399Z | uploading: /work/stamp-probe.log (112 bytes) |
| 9696 | 2024-08-30T19:04:34.407Z | uploaded: /work/stamp-probe.log |
| 9697 | 2024-08-30T19:04:34.407Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 9698 | 2024-08-30T19:04:35.416Z | uploaded: /work/stamp-propolis-server.log |
| 9699 | 2024-08-30T19:04:35.416Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 9700 | 2024-08-30T19:04:36.427Z | uploaded: /work/stamp-pumpkind-gz.log |
| 9701 | 2024-08-30T19:04:36.427Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 9702 | 2024-08-30T19:04:37.434Z | uploaded: /work/stamp-switch-asic.log |
| 9703 | 2024-08-30T19:04:37.434Z | uploading: /work/verify-libraries.log (3116 bytes) |
| 9704 | 2024-08-30T19:04:38.442Z | uploaded: /work/verify-libraries.log |