|
|
|
| 1 | 2024-05-15T02:46:34.673Z | job assigned to worker 01HXX28H5T5R32X4N28KY6W4YR (queued for 43 s) |
| |
| 2 | 2024-05-15T02:46:34.720Z | starting task 0: "setup" |
| 3 | 2024-05-15T02:46:34.750Z | ++ uname -s |
| 4 | 2024-05-15T02:46:34.750Z | + kern=SunOS |
| 5 | 2024-05-15T02:46:34.751Z | + case "$kern" in |
| 6 | 2024-05-15T02:46:34.751Z | + groupadd -g 12345 build |
| 7 | 2024-05-15T02:46:34.751Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-05-15T02:46:36.741Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-05-15T02:46:36.790Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-05-15T02:46:36.818Z | + home_fs=zfs |
| 11 | 2024-05-15T02:46:36.819Z | + [[ zfs == autofs ]] |
| 12 | 2024-05-15T02:46:36.819Z | + mkdir -p /home/build |
| 13 | 2024-05-15T02:46:36.819Z | + chown build:build /home/build /work |
| 14 | 2024-05-15T02:46:38.801Z | + chmod 0700 /home/build /work |
| 15 | 2024-05-15T02:46:38.826Z | process exited: duration 4092 ms, exit code 0 |
| |
| 16 | 2024-05-15T02:46:38.880Z | starting task 1: "rust-toolchain" |
| 17 | 2024-05-15T02:46:38.906Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-05-15T02:46:38.906Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
| 19 | 2024-05-15T02:46:39.025Z | info: downloading installer |
| 20 | 2024-05-15T02:46:39.475Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-05-15T02:46:39.475Z | warning: /opt/ooce/bin |
| 22 | 2024-05-15T02:46:39.475Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-05-15T02:46:39.476Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-05-15T02:46:39.476Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-05-15T02:46:39.476Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-05-15T02:46:39.476Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-05-15T02:46:39.476Z | error: cannot install while Rust is installed |
| 28 | 2024-05-15T02:46:39.477Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-05-15T02:46:39.529Z | info: profile set to 'default' |
| 30 | 2024-05-15T02:46:39.529Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-05-15T02:46:39.557Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
| 32 | 2024-05-15T02:46:39.638Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
| 33 | 2024-05-15T02:46:39.638Z | info: downloading component 'cargo' |
| 34 | 2024-05-15T02:46:39.819Z | info: downloading component 'clippy' |
| 35 | 2024-05-15T02:46:40.275Z | info: downloading component 'rust-docs' |
| 36 | 2024-05-15T02:46:40.322Z | info: downloading component 'rust-std' |
| 37 | 2024-05-15T02:46:40.813Z | info: downloading component 'rustc' |
| 38 | 2024-05-15T02:46:41.076Z | info: downloading component 'rustfmt' |
| 39 | 2024-05-15T02:46:41.124Z | info: installing component 'cargo' |
| 40 | 2024-05-15T02:46:42.261Z | info: installing component 'clippy' |
| 41 | 2024-05-15T02:46:42.635Z | info: installing component 'rust-docs' |
| 42 | 2024-05-15T02:46:45.210Z | info: installing component 'rust-std' |
| 43 | 2024-05-15T02:46:47.176Z | info: installing component 'rustc' |
| 44 | 2024-05-15T02:46:52.074Z | info: installing component 'rustfmt' |
| 45 | 2024-05-15T02:46:52.435Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
| 46 | 2024-05-15T02:46:52.435Z | |
| 47 | 2024-05-15T02:46:52.550Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 48 | 2024-05-15T02:46:52.550Z | |
| 49 | 2024-05-15T02:46:52.576Z | |
| 50 | 2024-05-15T02:46:52.576Z | Rust is installed now. Great! |
| 51 | 2024-05-15T02:46:52.576Z | |
| 52 | 2024-05-15T02:46:52.577Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-05-15T02:46:52.577Z | environment variable. This has not been done automatically. |
| 54 | 2024-05-15T02:46:52.577Z | |
| 55 | 2024-05-15T02:46:52.577Z | To configure your current shell, you need to source |
| 56 | 2024-05-15T02:46:52.577Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-05-15T02:46:52.577Z | |
| 58 | 2024-05-15T02:46:52.577Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-05-15T02:46:52.577Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-05-15T02:46:52.577Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-05-15T02:46:52.622Z | + rustc --version |
| 62 | 2024-05-15T02:46:52.724Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 63 | 2024-05-15T02:46:52.750Z | process exited: duration 13850 ms, exit code 0 |
| |
| 64 | 2024-05-15T02:46:52.815Z | starting task 2: "authentication" |
| 65 | 2024-05-15T02:46:52.882Z | process exited: duration 78 ms, exit code 0 |
| |
| 66 | 2024-05-15T02:46:52.936Z | starting task 3: "clone repository" |
| 67 | 2024-05-15T02:46:52.962Z | + mkdir -p /work/oxidecomputer/omicron |
| 68 | 2024-05-15T02:46:52.962Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 69 | 2024-05-15T02:46:52.987Z | Cloning into '/work/oxidecomputer/omicron'... |
| 70 | 2024-05-15T02:46:58.550Z | + cd /work/oxidecomputer/omicron |
| 71 | 2024-05-15T02:46:58.550Z | + git fetch origin f3c1fa8e5058c1e9c66125ead740f42a1576545b |
| 72 | 2024-05-15T02:46:59.016Z | From https://github.com/oxidecomputer/omicron |
| 73 | 2024-05-15T02:46:59.016Z | * branch f3c1fa8e5058c1e9c66125ead740f42a1576545b -> FETCH_HEAD |
| 74 | 2024-05-15T02:46:59.042Z | + [[ -n iliana/releng ]] |
| 75 | 2024-05-15T02:46:59.042Z | ++ git branch --show-current |
| 76 | 2024-05-15T02:46:59.042Z | + current=main |
| 77 | 2024-05-15T02:46:59.042Z | + [[ main != iliana/releng ]] |
| 78 | 2024-05-15T02:46:59.042Z | + git branch -f iliana/releng f3c1fa8e5058c1e9c66125ead740f42a1576545b |
| 79 | 2024-05-15T02:46:59.042Z | + git checkout -f iliana/releng |
| 80 | 2024-05-15T02:46:59.109Z | Switched to branch 'iliana/releng' |
| 81 | 2024-05-15T02:46:59.147Z | + git reset --hard f3c1fa8e5058c1e9c66125ead740f42a1576545b |
| 82 | 2024-05-15T02:46:59.181Z | HEAD is now at f3c1fa8e5 Merge remote-tracking branch 'origin/main' into iliana/releng |
| 83 | 2024-05-15T02:46:59.182Z | process exited: duration 6232 ms, exit code 0 |
| |
| 84 | 2024-05-15T02:46:59.655Z | starting task 4: "build" |
| 85 | 2024-05-15T02:46:59.715Z | + cargo --version |
| 86 | 2024-05-15T02:46:59.753Z | cargo 1.77.2 (e52e36006 2024-03-26) |
| 87 | 2024-05-15T02:46:59.754Z | + rustc --version |
| 88 | 2024-05-15T02:46:59.806Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
| 89 | 2024-05-15T02:46:59.835Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 90 | 2024-05-15T02:47:04.997Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 91 | 2024-05-15T02:47:06.893Z | Startup: Caching catalogs ... Done |
| 92 | 2024-05-15T02:47:08.797Z | Planning: Solver setup ... Done (1.330s) |
| 93 | 2024-05-15T02:47:08.835Z | Planning: Running solver ... Done (0.025s) |
| 94 | 2024-05-15T02:47:08.863Z | Planning: Finding local manifests ... Done (0.002s) |
| 95 | 2024-05-15T02:47:08.932Z | Planning: Fetching manifests: 0/4 0% complete |
| 96 | 2024-05-15T02:47:09.395Z | Planning: Fetching manifests: 4/4 100% complete |
| 97 | 2024-05-15T02:47:09.460Z | Planning: Package planning ... Done (0.057s) |
| 98 | 2024-05-15T02:47:09.512Z | Planning: Merging actions ... Done (0.058s) |
| 99 | 2024-05-15T02:47:09.881Z | Planning: Checking for conflicting actions ... Done (0.351s) |
| 100 | 2024-05-15T02:47:09.914Z | Planning: Consolidating action changes ... Done (0.013s) |
| 101 | 2024-05-15T02:47:10.501Z | Planning: Evaluating mediators ... Done (0.627s) |
| 102 | 2024-05-15T02:47:10.531Z | Planning: Planning completed in 3.57 seconds |
| 103 | 2024-05-15T02:47:10.556Z | Packages to install: 4 |
| 104 | 2024-05-15T02:47:10.556Z | Mediators to change: 2 |
| 105 | 2024-05-15T02:47:10.557Z | Services to change: 1 |
| 106 | 2024-05-15T02:47:10.557Z | Estimated space available: 148.91 GB |
| 107 | 2024-05-15T02:47:10.557Z | Estimated space to be consumed: 1.45 GB |
| 108 | 2024-05-15T02:47:10.557Z | Create boot environment: No |
| 109 | 2024-05-15T02:47:10.557Z | Create backup boot environment: No |
| 110 | 2024-05-15T02:47:10.557Z | Rebuild boot archive: No |
| 111 | 2024-05-15T02:47:10.557Z | |
| 112 | 2024-05-15T02:47:10.557Z | Changed mediators: |
| 113 | 2024-05-15T02:47:10.557Z | mediator clang: |
| 114 | 2024-05-15T02:47:10.557Z | version: None -> 15 (system default) |
| 115 | 2024-05-15T02:47:10.557Z | |
| 116 | 2024-05-15T02:47:10.557Z | mediator llvm: |
| 117 | 2024-05-15T02:47:10.557Z | version: 14 (system default) -> 15 (system default) |
| 118 | 2024-05-15T02:47:10.557Z | |
| 119 | 2024-05-15T02:47:10.557Z | Changed packages: |
| 120 | 2024-05-15T02:47:10.557Z | helios-dev |
| 121 | 2024-05-15T02:47:10.557Z | developer/build-essential |
| 122 | 2024-05-15T02:47:10.557Z | None -> 11-2.0 |
| 123 | 2024-05-15T02:47:10.557Z | library/libxmlsec1 |
| 124 | 2024-05-15T02:47:10.557Z | None -> 1.2.35-2.0 |
| 125 | 2024-05-15T02:47:10.557Z | ooce/developer/clang-15 |
| 126 | 2024-05-15T02:47:10.557Z | None -> 15.0.7-2.0 |
| 127 | 2024-05-15T02:47:10.557Z | ooce/developer/llvm-15 |
| 128 | 2024-05-15T02:47:10.558Z | None -> 15.0.7-2.0 |
| 129 | 2024-05-15T02:47:10.558Z | |
| 130 | 2024-05-15T02:47:10.558Z | Services: |
| 131 | 2024-05-15T02:47:10.558Z | restart_fmri: |
| 132 | 2024-05-15T02:47:10.558Z | svc:/system/update-man-index:default |
| 133 | 2024-05-15T02:47:10.583Z | |
| 134 | 2024-05-15T02:47:10.583Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 135 | 2024-05-15T02:47:15.582Z | Download: 735/3290 items 18.3/212.6MB 8% complete (3.8M/s) |
| 136 | 2024-05-15T02:47:20.613Z | Download: 1197/3290 items 77.4/212.6MB 36% complete (7.8M/s) |
| 137 | 2024-05-15T02:47:25.613Z | Download: 1516/3290 items 116.8/212.6MB 54% complete (9.9M/s) |
| 138 | 2024-05-15T02:47:30.616Z | Download: 2250/3290 items 119.3/212.6MB 56% complete (4.2M/s) |
| 139 | 2024-05-15T02:47:35.620Z | Download: 3088/3290 items 121.5/212.6MB 57% complete (479k/s) |
| 140 | 2024-05-15T02:47:41.383Z | Download: 3288/3290 items 212.3/212.6MB 99% complete (9.3M/s) |
| 141 | 2024-05-15T02:47:41.548Z | Download: Completed 212.60 MB in 30.97 seconds (6.9M/s) |
| 142 | 2024-05-15T02:47:41.700Z | Actions: 1/3689 actions (Installing new actions) |
| 143 | 2024-05-15T02:47:46.820Z | Actions: 3271/3689 actions (Installing new actions) |
| 144 | 2024-05-15T02:47:47.403Z | Actions: Completed 3689 actions in 5.70 seconds. |
| 145 | 2024-05-15T02:47:47.741Z | Done (0.334s) |
| 146 | 2024-05-15T02:47:47.741Z | Done (0.000s) |
| 147 | 2024-05-15T02:47:48.133Z | Done (0.391s) |
| 148 | 2024-05-15T02:47:52.958Z | Done (4.705s) |
| 149 | 2024-05-15T02:47:53.058Z | Done (0.018s) |
| 150 | 2024-05-15T02:47:53.085Z | Done (0.000s) |
| 151 | 2024-05-15T02:47:53.221Z | Done (0.000s) |
| 152 | 2024-05-15T02:47:53.882Z | Planning: Evaluating mediator changes ... Done |
| 153 | 2024-05-15T02:47:54.139Z | Planning: Checking for conflicting actions ... Done |
| 154 | 2024-05-15T02:47:54.166Z | Planning: Consolidating action changes ... Done |
| 155 | 2024-05-15T02:47:54.475Z | Planning: Evaluating mediators ... Done |
| 156 | 2024-05-15T02:47:54.500Z | Planning: Planning completed in 0.59 seconds |
| 157 | 2024-05-15T02:47:54.525Z | Mediators to change: 2 |
| 158 | 2024-05-15T02:47:54.525Z | Create boot environment: No |
| 159 | 2024-05-15T02:47:54.525Z | Create backup boot environment: No |
| 160 | 2024-05-15T02:47:54.576Z | Done |
| 161 | 2024-05-15T02:47:54.576Z | Done |
| 162 | 2024-05-15T02:47:54.845Z | Done |
| 163 | 2024-05-15T02:47:59.241Z | Done |
| 164 | 2024-05-15T02:47:59.335Z | Done |
| 165 | 2024-05-15T02:47:59.335Z | Done |
| 166 | 2024-05-15T02:47:59.414Z | Done |
| 167 | 2024-05-15T02:48:00.142Z | Planning: Evaluating mediator changes ... Done |
| 168 | 2024-05-15T02:48:00.174Z | Planning: Merging actions ... Done |
| 169 | 2024-05-15T02:48:00.380Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2024-05-15T02:48:00.406Z | Planning: Consolidating action changes ... Done |
| 171 | 2024-05-15T02:48:00.703Z | Planning: Evaluating mediators ... Done |
| 172 | 2024-05-15T02:48:00.762Z | Planning: Planning completed in 0.91 seconds |
| 173 | 2024-05-15T02:48:00.805Z | Packages to change: 1 |
| 174 | 2024-05-15T02:48:00.805Z | Mediators to change: 1 |
| 175 | 2024-05-15T02:48:00.805Z | Services to change: 1 |
| 176 | 2024-05-15T02:48:00.840Z | Create boot environment: No |
| 177 | 2024-05-15T02:48:00.840Z | Create backup boot environment: Yes |
| 178 | 2024-05-15T02:48:02.312Z | Actions: 1/6 actions (Updating modified actions) |
| 179 | 2024-05-15T02:48:02.338Z | Actions: Completed 6 actions in 0.00 seconds. |
| 180 | 2024-05-15T02:48:02.338Z | Done |
| 181 | 2024-05-15T02:48:02.338Z | Done |
| 182 | 2024-05-15T02:48:02.399Z | Done |
| 183 | 2024-05-15T02:48:06.533Z | Done |
| 184 | 2024-05-15T02:48:06.616Z | Done |
| 185 | 2024-05-15T02:48:06.641Z | Done |
| 186 | 2024-05-15T02:48:06.690Z | Done |
| 187 | 2024-05-15T02:48:07.200Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2024-05-15T02:48:07.200Z | clang system 15 system |
| 189 | 2024-05-15T02:48:07.201Z | csh system system illumos |
| 190 | 2024-05-15T02:48:07.201Z | ctags system system illumos |
| 191 | 2024-05-15T02:48:07.201Z | gcc vendor 12 vendor |
| 192 | 2024-05-15T02:48:07.201Z | gcc system 10 system |
| 193 | 2024-05-15T02:48:07.201Z | gcc system 7 system |
| 194 | 2024-05-15T02:48:07.201Z | go system 1.20 system |
| 195 | 2024-05-15T02:48:07.201Z | go system 1.19 system |
| 196 | 2024-05-15T02:48:07.201Z | llvm system 15 system |
| 197 | 2024-05-15T02:48:07.201Z | llvm system 14 system |
| 198 | 2024-05-15T02:48:07.201Z | mariadb system 10.6 system |
| 199 | 2024-05-15T02:48:07.201Z | mta vendor vendor dma |
| 200 | 2024-05-15T02:48:07.201Z | openjdk system 17 system |
| 201 | 2024-05-15T02:48:07.201Z | openjdk system 11 system |
| 202 | 2024-05-15T02:48:07.201Z | openjdk system 1.8 system |
| 203 | 2024-05-15T02:48:07.201Z | openssl vendor 3 vendor |
| 204 | 2024-05-15T02:48:07.201Z | perl system 5.36 system |
| 205 | 2024-05-15T02:48:07.201Z | postgresql system 15 system |
| 206 | 2024-05-15T02:48:07.201Z | postgresql system 13 system |
| 207 | 2024-05-15T02:48:07.201Z | python vendor 3 vendor |
| 208 | 2024-05-15T02:48:07.201Z | python system 2 system |
| 209 | 2024-05-15T02:48:07.201Z | python3 system 3.11 system |
| 210 | 2024-05-15T02:48:07.201Z | ruby system 3.0 system |
| 211 | 2024-05-15T02:48:07.201Z | words vendor vendor american-english |
| 212 | 2024-05-15T02:48:07.202Z | words system system australian-english |
| 213 | 2024-05-15T02:48:07.202Z | words system system british-english |
| 214 | 2024-05-15T02:48:07.202Z | words system system canadian-english |
| 215 | 2024-05-15T02:48:07.202Z | words system system french |
| 216 | 2024-05-15T02:48:07.202Z | words system system italian |
| 217 | 2024-05-15T02:48:07.202Z | words system system ngerman |
| 218 | 2024-05-15T02:48:07.202Z | words system system ogerman |
| 219 | 2024-05-15T02:48:07.202Z | words system system spanish |
| 220 | 2024-05-15T02:48:07.634Z | PUBLISHER TYPE STATUS P LOCATION |
| 221 | 2024-05-15T02:48:07.634Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 222 | 2024-05-15T02:48:09.338Z | FMRI IFO |
| 223 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 224 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 225 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 226 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 227 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 228 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 229 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 230 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 231 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 232 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 233 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 234 | 2024-05-15T02:48:09.338Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 235 | 2024-05-15T02:48:09.593Z | + set -o errexit |
| 236 | 2024-05-15T02:48:09.618Z | +++ dirname ./tools/ci_download_cockroachdb |
| 237 | 2024-05-15T02:48:09.618Z | ++ cd ./tools |
| 238 | 2024-05-15T02:48:09.619Z | ++ pwd |
| 239 | 2024-05-15T02:48:09.619Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 240 | 2024-05-15T02:48:09.619Z | ++ basename ./tools/ci_download_cockroachdb |
| 241 | 2024-05-15T02:48:09.619Z | + ARG0=ci_download_cockroachdb |
| 242 | 2024-05-15T02:48:09.619Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 243 | 2024-05-15T02:48:09.619Z | + CIDL_VERSION=v22.1.9 |
| 244 | 2024-05-15T02:48:09.619Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 245 | 2024-05-15T02:48:09.619Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
| 246 | 2024-05-15T02:48:09.619Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
| 247 | 2024-05-15T02:48:09.619Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 248 | 2024-05-15T02:48:09.619Z | + TARGET_DIR=out |
| 249 | 2024-05-15T02:48:09.619Z | + DOWNLOAD_DIR=out/downloads |
| 250 | 2024-05-15T02:48:09.619Z | + DEST_DIR=./out/cockroachdb |
| 251 | 2024-05-15T02:48:09.619Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 252 | 2024-05-15T02:48:09.619Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 253 | 2024-05-15T02:48:09.619Z | + main |
| 254 | 2024-05-15T02:48:09.619Z | + [[ 0 != 0 ]] |
| 255 | 2024-05-15T02:48:09.619Z | + CIDL_OS=solaris2.11 |
| 256 | 2024-05-15T02:48:09.619Z | + [[ 0 != 0 ]] |
| 257 | 2024-05-15T02:48:09.619Z | + configure_os solaris2.11 |
| 258 | 2024-05-15T02:48:09.619Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 259 | 2024-05-15T02:48:09.619Z | current directory: /work/oxidecomputer/omicron |
| 260 | 2024-05-15T02:48:09.620Z | + echo 'configuring based on OS: "solaris2.11"' |
| 261 | 2024-05-15T02:48:09.620Z | + case "$1" in |
| 262 | 2024-05-15T02:48:09.620Z | + CIDL_BUILD=illumos |
| 263 | 2024-05-15T02:48:09.620Z | + CIDL_SUFFIX=tar.gz |
| 264 | 2024-05-15T02:48:09.620Z | configuring based on OS: "solaris2.11" |
| 265 | 2024-05-15T02:48:09.620Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 266 | 2024-05-15T02:48:09.620Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 267 | 2024-05-15T02:48:09.620Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 268 | 2024-05-15T02:48:09.620Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 269 | 2024-05-15T02:48:09.620Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 270 | 2024-05-15T02:48:09.620Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 271 | 2024-05-15T02:48:09.620Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 272 | 2024-05-15T02:48:09.620Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 273 | 2024-05-15T02:48:09.620Z | + CIDL_SHA256FUNC=do_sha256sum |
| 274 | 2024-05-15T02:48:09.620Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 275 | 2024-05-15T02:48:09.620Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 276 | 2024-05-15T02:48:09.620Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 277 | 2024-05-15T02:48:09.620Z | + mkdir -p out/downloads |
| 278 | 2024-05-15T02:48:09.620Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 279 | 2024-05-15T02:48:09.620Z | + mkdir -p ./out/cockroachdb |
| 280 | 2024-05-15T02:48:09.620Z | + local DO_DOWNLOAD=true |
| 281 | 2024-05-15T02:48:09.620Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 282 | 2024-05-15T02:48:09.620Z | + '[' true == true ']' |
| 283 | 2024-05-15T02:48:09.621Z | + echo Downloading... |
| 284 | 2024-05-15T02:48:09.621Z | Downloading... |
| 285 | 2024-05-15T02:48:09.621Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 286 | 2024-05-15T02:48:09.621Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 287 | 2024-05-15T02:48:15.361Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 288 | 2024-05-15T02:48:15.387Z | ++ sha256sum |
| 289 | 2024-05-15T02:48:15.387Z | ++ awk '{print $1}' |
| 290 | 2024-05-15T02:48:15.440Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
| 291 | 2024-05-15T02:48:15.440Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
| 292 | 2024-05-15T02:48:15.440Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 293 | 2024-05-15T02:48:15.440Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 294 | 2024-05-15T02:48:18.380Z | + do_assemble_illumos |
| 295 | 2024-05-15T02:48:18.380Z | + rm -r ./out/cockroachdb |
| 296 | 2024-05-15T02:48:18.406Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 297 | 2024-05-15T02:48:18.743Z | + ./out/cockroachdb/bin/cockroach version |
| 298 | 2024-05-15T02:48:18.915Z | Build Tag: v22.1.9-dirty |
| 299 | 2024-05-15T02:48:18.915Z | Build Time: 2022/10/26 21:17:46 |
| 300 | 2024-05-15T02:48:18.915Z | Distribution: OSS |
| 301 | 2024-05-15T02:48:18.915Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 302 | 2024-05-15T02:48:18.915Z | Go Version: go1.17.13 |
| 303 | 2024-05-15T02:48:18.915Z | C Compiler: gcc 10.3.0 |
| 304 | 2024-05-15T02:48:18.915Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 305 | 2024-05-15T02:48:18.915Z | Build Type: release |
| 306 | 2024-05-15T02:48:18.945Z | + set -o errexit |
| 307 | 2024-05-15T02:48:18.970Z | +++ dirname ./tools/ci_download_clickhouse |
| 308 | 2024-05-15T02:48:18.970Z | ++ cd ./tools |
| 309 | 2024-05-15T02:48:18.970Z | ++ pwd |
| 310 | 2024-05-15T02:48:18.970Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 311 | 2024-05-15T02:48:18.970Z | ++ basename ./tools/ci_download_clickhouse |
| 312 | 2024-05-15T02:48:18.970Z | + ARG0=ci_download_clickhouse |
| 313 | 2024-05-15T02:48:18.970Z | + TARGET_DIR=out |
| 314 | 2024-05-15T02:48:18.970Z | + DOWNLOAD_DIR=out/downloads |
| 315 | 2024-05-15T02:48:18.970Z | + DEST_DIR=./out/clickhouse |
| 316 | 2024-05-15T02:48:18.971Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
| 317 | 2024-05-15T02:48:18.971Z | + CIDL_VERSION=v23.8.7.24 |
| 318 | 2024-05-15T02:48:18.971Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 319 | 2024-05-15T02:48:18.971Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
| 320 | 2024-05-15T02:48:18.971Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
| 321 | 2024-05-15T02:48:18.971Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
| 322 | 2024-05-15T02:48:18.971Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 323 | 2024-05-15T02:48:18.971Z | + main |
| 324 | 2024-05-15T02:48:18.971Z | + [[ 0 != 0 ]] |
| 325 | 2024-05-15T02:48:18.971Z | + CIDL_OS=solaris2.11 |
| 326 | 2024-05-15T02:48:18.971Z | + [[ 0 != 0 ]] |
| 327 | 2024-05-15T02:48:18.971Z | + configure_os solaris2.11 |
| 328 | 2024-05-15T02:48:18.971Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 329 | 2024-05-15T02:48:18.971Z | + echo 'configuring based on OS: "solaris2.11"' |
| 330 | 2024-05-15T02:48:18.971Z | current directory: /work/oxidecomputer/omicron |
| 331 | 2024-05-15T02:48:18.971Z | configuring based on OS: "solaris2.11" |
| 332 | 2024-05-15T02:48:18.971Z | + CIDL_DASHREV= |
| 333 | 2024-05-15T02:48:18.971Z | + case "$1" in |
| 334 | 2024-05-15T02:48:18.971Z | + CIDL_PLATFORM=illumos |
| 335 | 2024-05-15T02:48:18.971Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
| 336 | 2024-05-15T02:48:18.971Z | + CIDL_MD5FUNC=do_md5sum |
| 337 | 2024-05-15T02:48:18.971Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
| 338 | 2024-05-15T02:48:18.971Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
| 339 | 2024-05-15T02:48:18.972Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 340 | 2024-05-15T02:48:18.972Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 341 | 2024-05-15T02:48:18.972Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 342 | 2024-05-15T02:48:18.972Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
| 343 | 2024-05-15T02:48:18.972Z | + mkdir -p out/downloads |
| 344 | 2024-05-15T02:48:18.972Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 345 | 2024-05-15T02:48:18.972Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 346 | 2024-05-15T02:48:18.972Z | + mkdir -p ./out/clickhouse |
| 347 | 2024-05-15T02:48:18.972Z | + local DO_DOWNLOAD=true |
| 348 | 2024-05-15T02:48:18.972Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
| 349 | 2024-05-15T02:48:18.972Z | + '[' true == true ']' |
| 350 | 2024-05-15T02:48:18.972Z | + echo Downloading... |
| 351 | 2024-05-15T02:48:18.972Z | Downloading... |
| 352 | 2024-05-15T02:48:18.972Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 353 | 2024-05-15T02:48:18.972Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
| 354 | 2024-05-15T02:48:37.619Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
| 355 | 2024-05-15T02:48:37.645Z | ++ md5sum |
| 356 | 2024-05-15T02:48:37.645Z | ++ awk '{print $1}' |
| 357 | 2024-05-15T02:48:37.889Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
| 358 | 2024-05-15T02:48:37.889Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
| 359 | 2024-05-15T02:48:37.914Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
| 360 | 2024-05-15T02:48:37.914Z | + mkdir -p ./out/clickhouse |
| 361 | 2024-05-15T02:48:37.914Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
| 362 | 2024-05-15T02:48:43.008Z | + [[ solaris2.11 == darwin* ]] |
| 363 | 2024-05-15T02:48:43.008Z | + ./out/clickhouse/clickhouse server --version |
| 364 | 2024-05-15T02:48:43.147Z | ClickHouse server version 23.8.7.1. |
| 365 | 2024-05-15T02:48:43.177Z | + set -o errexit |
| 366 | 2024-05-15T02:48:43.204Z | +++ dirname ./tools/ci_download_console |
| 367 | 2024-05-15T02:48:43.204Z | ++ cd ./tools |
| 368 | 2024-05-15T02:48:43.204Z | ++ pwd |
| 369 | 2024-05-15T02:48:43.204Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 370 | 2024-05-15T02:48:43.204Z | ++ basename ./tools/ci_download_console |
| 371 | 2024-05-15T02:48:43.204Z | + ARG0=ci_download_console |
| 372 | 2024-05-15T02:48:43.204Z | + TARGET_DIR=out |
| 373 | 2024-05-15T02:48:43.204Z | + DOWNLOAD_DIR=out/downloads |
| 374 | 2024-05-15T02:48:43.204Z | + DEST_DIR=./out/console-assets |
| 375 | 2024-05-15T02:48:43.204Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 376 | 2024-05-15T02:48:43.204Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
| 377 | 2024-05-15T02:48:43.204Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 378 | 2024-05-15T02:48:43.204Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 379 | 2024-05-15T02:48:43.204Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 380 | 2024-05-15T02:48:43.204Z | + main |
| 381 | 2024-05-15T02:48:43.204Z | + [[ 0 != 0 ]] |
| 382 | 2024-05-15T02:48:43.204Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
| 383 | 2024-05-15T02:48:43.205Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 384 | 2024-05-15T02:48:43.205Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 385 | 2024-05-15T02:48:43.205Z | Local file: out/downloads/console.tar.gz |
| 386 | 2024-05-15T02:48:43.205Z | + local DO_DOWNLOAD=true |
| 387 | 2024-05-15T02:48:43.205Z | + [[ -f out/downloads/console.tar.gz ]] |
| 388 | 2024-05-15T02:48:43.205Z | + mkdir -p out/downloads |
| 389 | 2024-05-15T02:48:43.205Z | + '[' true == true ']' |
| 390 | 2024-05-15T02:48:43.205Z | + echo Downloading... |
| 391 | 2024-05-15T02:48:43.205Z | Downloading... |
| 392 | 2024-05-15T02:48:43.205Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
| 393 | 2024-05-15T02:48:43.205Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
| 394 | 2024-05-15T02:48:43.353Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 395 | 2024-05-15T02:48:43.353Z | ++ case "$OSTYPE" in |
| 396 | 2024-05-15T02:48:43.353Z | ++ SHA=sha256sum |
| 397 | 2024-05-15T02:48:43.378Z | ++ sha256sum |
| 398 | 2024-05-15T02:48:43.378Z | ++ awk '{print $1}' |
| 399 | 2024-05-15T02:48:43.378Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
| 400 | 2024-05-15T02:48:43.378Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
| 401 | 2024-05-15T02:48:43.379Z | + rm -rf ./out/console-assets |
| 402 | 2024-05-15T02:48:43.379Z | + mkdir -p ./out/console-assets |
| 403 | 2024-05-15T02:48:43.379Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 404 | 2024-05-15T02:48:43.379Z | + mkdir -p ./out/console-assets |
| 405 | 2024-05-15T02:48:43.379Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 406 | 2024-05-15T02:48:43.500Z | + set -o errexit |
| 407 | 2024-05-15T02:48:43.526Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 408 | 2024-05-15T02:48:43.526Z | ++ cd ./tools |
| 409 | 2024-05-15T02:48:43.526Z | ++ pwd |
| 410 | 2024-05-15T02:48:43.526Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 411 | 2024-05-15T02:48:43.526Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 412 | 2024-05-15T02:48:43.526Z | + ARG0=ci_download_dendrite_openapi |
| 413 | 2024-05-15T02:48:43.526Z | + TARGET_DIR=out |
| 414 | 2024-05-15T02:48:43.526Z | + DOWNLOAD_DIR=out/downloads |
| 415 | 2024-05-15T02:48:43.526Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 416 | 2024-05-15T02:48:43.526Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 417 | 2024-05-15T02:48:43.526Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 418 | 2024-05-15T02:48:43.526Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 419 | 2024-05-15T02:48:43.526Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 420 | 2024-05-15T02:48:43.526Z | + main |
| 421 | 2024-05-15T02:48:43.526Z | + [[ 0 != 0 ]] |
| 422 | 2024-05-15T02:48:43.526Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
| 423 | 2024-05-15T02:48:43.526Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 424 | 2024-05-15T02:48:43.526Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
| 425 | 2024-05-15T02:48:43.526Z | + local DO_DOWNLOAD=true |
| 426 | 2024-05-15T02:48:43.526Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 427 | 2024-05-15T02:48:43.526Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
| 428 | 2024-05-15T02:48:43.527Z | + mkdir -p out/downloads |
| 429 | 2024-05-15T02:48:43.527Z | + '[' true == true ']' |
| 430 | 2024-05-15T02:48:43.527Z | + echo Downloading... |
| 431 | 2024-05-15T02:48:43.527Z | Downloading... |
| 432 | 2024-05-15T02:48:43.527Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 433 | 2024-05-15T02:48:43.527Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
| 434 | 2024-05-15T02:48:43.881Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
| 435 | 2024-05-15T02:48:43.881Z | ++ case "$OSTYPE" in |
| 436 | 2024-05-15T02:48:43.881Z | ++ SHA=sha256sum |
| 437 | 2024-05-15T02:48:43.910Z | ++ sha256sum |
| 438 | 2024-05-15T02:48:43.910Z | ++ awk '{print $1}' |
| 439 | 2024-05-15T02:48:43.910Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 440 | 2024-05-15T02:48:43.910Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
| 441 | 2024-05-15T02:48:43.910Z | + set -o errexit |
| 442 | 2024-05-15T02:48:43.910Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 443 | 2024-05-15T02:48:43.910Z | ++ cd ./tools |
| 444 | 2024-05-15T02:48:43.910Z | ++ pwd |
| 445 | 2024-05-15T02:48:43.910Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 446 | 2024-05-15T02:48:43.910Z | ++ basename ./tools/ci_download_dendrite_stub |
| 447 | 2024-05-15T02:48:43.936Z | + ARG0=ci_download_dendrite_stub |
| 448 | 2024-05-15T02:48:43.936Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 449 | 2024-05-15T02:48:43.936Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 450 | 2024-05-15T02:48:43.936Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
| 451 | 2024-05-15T02:48:43.936Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
| 452 | 2024-05-15T02:48:43.936Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 453 | 2024-05-15T02:48:43.936Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 454 | 2024-05-15T02:48:43.936Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
| 455 | 2024-05-15T02:48:43.936Z | + TARGET_DIR=out |
| 456 | 2024-05-15T02:48:43.936Z | + DOWNLOAD_DIR=out/downloads |
| 457 | 2024-05-15T02:48:43.936Z | + DEST_DIR=./out/dendrite-stub |
| 458 | 2024-05-15T02:48:43.936Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 459 | 2024-05-15T02:48:43.936Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 460 | 2024-05-15T02:48:43.936Z | + REPO=oxidecomputer/dendrite |
| 461 | 2024-05-15T02:48:43.936Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
| 462 | 2024-05-15T02:48:43.936Z | + main |
| 463 | 2024-05-15T02:48:43.937Z | + [[ 0 != 0 ]] |
| 464 | 2024-05-15T02:48:43.937Z | + CIDL_OS=solaris2.11 |
| 465 | 2024-05-15T02:48:43.937Z | + [[ 0 != 0 ]] |
| 466 | 2024-05-15T02:48:43.937Z | + configure_os solaris2.11 |
| 467 | 2024-05-15T02:48:43.937Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 468 | 2024-05-15T02:48:43.937Z | current directory: /work/oxidecomputer/omicron |
| 469 | 2024-05-15T02:48:43.937Z | configuring based on OS: "solaris2.11" |
| 470 | 2024-05-15T02:48:43.937Z | + echo 'configuring based on OS: "solaris2.11"' |
| 471 | 2024-05-15T02:48:43.937Z | + case "$1" in |
| 472 | 2024-05-15T02:48:43.937Z | + SET_BINARIES= |
| 473 | 2024-05-15T02:48:43.937Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 474 | 2024-05-15T02:48:43.937Z | + CIDL_SHA256FUNC=do_sha256sum |
| 475 | 2024-05-15T02:48:43.937Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 476 | 2024-05-15T02:48:43.937Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 477 | 2024-05-15T02:48:43.937Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 478 | 2024-05-15T02:48:43.937Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
| 479 | 2024-05-15T02:48:43.937Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 480 | 2024-05-15T02:48:43.937Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 481 | 2024-05-15T02:48:43.937Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 482 | 2024-05-15T02:48:43.937Z | + mkdir -p out/downloads |
| 483 | 2024-05-15T02:48:43.937Z | + mkdir -p ./out/dendrite-stub |
| 484 | 2024-05-15T02:48:43.937Z | + fetch_and_verify |
| 485 | 2024-05-15T02:48:43.937Z | + local DO_DOWNLOAD=true |
| 486 | 2024-05-15T02:48:43.937Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 487 | 2024-05-15T02:48:43.938Z | + '[' true == true ']' |
| 488 | 2024-05-15T02:48:43.938Z | + echo Downloading... |
| 489 | 2024-05-15T02:48:43.938Z | Downloading... |
| 490 | 2024-05-15T02:48:43.938Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 491 | 2024-05-15T02:48:43.938Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
| 492 | 2024-05-15T02:48:55.968Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 493 | 2024-05-15T02:48:55.993Z | ++ sha256sum |
| 494 | 2024-05-15T02:48:55.993Z | ++ awk '{print $1}' |
| 495 | 2024-05-15T02:48:56.018Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
| 496 | 2024-05-15T02:48:56.018Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
| 497 | 2024-05-15T02:48:56.018Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 498 | 2024-05-15T02:48:56.018Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 499 | 2024-05-15T02:48:56.842Z | + do_assemble |
| 500 | 2024-05-15T02:48:56.842Z | + rm -r ./out/dendrite-stub |
| 501 | 2024-05-15T02:48:56.867Z | + mkdir ./out/dendrite-stub |
| 502 | 2024-05-15T02:48:56.867Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 503 | 2024-05-15T02:48:57.002Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 504 | 2024-05-15T02:48:57.026Z | + set -o errexit |
| 505 | 2024-05-15T02:48:57.027Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 506 | 2024-05-15T02:48:57.027Z | ++ cd ./tools |
| 507 | 2024-05-15T02:48:57.027Z | ++ pwd |
| 508 | 2024-05-15T02:48:57.027Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 509 | 2024-05-15T02:48:57.027Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 510 | 2024-05-15T02:48:57.027Z | + ARG0=ci_download_maghemite_mgd |
| 511 | 2024-05-15T02:48:57.027Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 512 | 2024-05-15T02:48:57.027Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 513 | 2024-05-15T02:48:57.027Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
| 514 | 2024-05-15T02:48:57.027Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 515 | 2024-05-15T02:48:57.027Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 516 | 2024-05-15T02:48:57.027Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
| 517 | 2024-05-15T02:48:57.027Z | + TARGET_DIR=out |
| 518 | 2024-05-15T02:48:57.027Z | + DOWNLOAD_DIR=out/downloads |
| 519 | 2024-05-15T02:48:57.027Z | + DEST_DIR=./out/mgd |
| 520 | 2024-05-15T02:48:57.027Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 521 | 2024-05-15T02:48:57.027Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 522 | 2024-05-15T02:48:57.027Z | + REPO=oxidecomputer/maghemite |
| 523 | 2024-05-15T02:48:57.027Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
| 524 | 2024-05-15T02:48:57.027Z | + main |
| 525 | 2024-05-15T02:48:57.027Z | + rm -rf out/downloads/root |
| 526 | 2024-05-15T02:48:57.052Z | + [[ 0 != 0 ]] |
| 527 | 2024-05-15T02:48:57.052Z | + CIDL_OS=solaris2.11 |
| 528 | 2024-05-15T02:48:57.053Z | + [[ 0 != 0 ]] |
| 529 | 2024-05-15T02:48:57.053Z | + configure_os solaris2.11 |
| 530 | 2024-05-15T02:48:57.053Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 531 | 2024-05-15T02:48:57.053Z | + echo 'configuring based on OS: "solaris2.11"' |
| 532 | 2024-05-15T02:48:57.053Z | + case "$1" in |
| 533 | 2024-05-15T02:48:57.053Z | current directory: /work/oxidecomputer/omicron |
| 534 | 2024-05-15T02:48:57.053Z | configuring based on OS: "solaris2.11" |
| 535 | 2024-05-15T02:48:57.053Z | + SET_BINARIES= |
| 536 | 2024-05-15T02:48:57.053Z | + CIDL_SHA256FUNC=do_sha256sum |
| 537 | 2024-05-15T02:48:57.053Z | + TARBALL_FILENAME=mgd.tar.gz |
| 538 | 2024-05-15T02:48:57.053Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 539 | 2024-05-15T02:48:57.053Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 540 | 2024-05-15T02:48:57.053Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
| 541 | 2024-05-15T02:48:57.053Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 542 | 2024-05-15T02:48:57.053Z | + mkdir -p out/downloads |
| 543 | 2024-05-15T02:48:57.053Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 544 | 2024-05-15T02:48:57.053Z | Local file: out/downloads/mgd.tar.gz |
| 545 | 2024-05-15T02:48:57.053Z | + mkdir -p ./out/mgd |
| 546 | 2024-05-15T02:48:57.053Z | + fetch_and_verify |
| 547 | 2024-05-15T02:48:57.053Z | + local DO_DOWNLOAD=true |
| 548 | 2024-05-15T02:48:57.053Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 549 | 2024-05-15T02:48:57.053Z | + '[' true == true ']' |
| 550 | 2024-05-15T02:48:57.053Z | + echo Downloading... |
| 551 | 2024-05-15T02:48:57.054Z | Downloading... |
| 552 | 2024-05-15T02:48:57.054Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
| 553 | 2024-05-15T02:48:57.054Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
| 554 | 2024-05-15T02:49:08.937Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 555 | 2024-05-15T02:49:08.962Z | ++ sha256sum |
| 556 | 2024-05-15T02:49:08.962Z | ++ awk '{print $1}' |
| 557 | 2024-05-15T02:49:08.988Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
| 558 | 2024-05-15T02:49:08.988Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
| 559 | 2024-05-15T02:49:08.988Z | + do_untar out/downloads/mgd.tar.gz |
| 560 | 2024-05-15T02:49:08.988Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 561 | 2024-05-15T02:49:09.735Z | + do_assemble |
| 562 | 2024-05-15T02:49:09.735Z | + rm -r ./out/mgd |
| 563 | 2024-05-15T02:49:09.735Z | + mkdir ./out/mgd |
| 564 | 2024-05-15T02:49:09.735Z | + cp -r out/downloads/root ./out/mgd/root |
| 565 | 2024-05-15T02:49:09.836Z | + set -o errexit |
| 566 | 2024-05-15T02:49:09.883Z | +++ dirname ./tools/ci_download_transceiver_control |
| 567 | 2024-05-15T02:49:09.883Z | ++ cd ./tools |
| 568 | 2024-05-15T02:49:09.884Z | ++ pwd |
| 569 | 2024-05-15T02:49:09.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 570 | 2024-05-15T02:49:09.884Z | ++ basename ./tools/ci_download_transceiver_control |
| 571 | 2024-05-15T02:49:09.884Z | + ARG0=ci_download_transceiver_control |
| 572 | 2024-05-15T02:49:09.884Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 573 | 2024-05-15T02:49:09.884Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 574 | 2024-05-15T02:49:09.884Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 575 | 2024-05-15T02:49:09.884Z | + TARGET_DIR=out |
| 576 | 2024-05-15T02:49:09.884Z | + DOWNLOAD_DIR=out/downloads |
| 577 | 2024-05-15T02:49:09.884Z | + DEST_DIR=./out/transceiver-control |
| 578 | 2024-05-15T02:49:09.884Z | + BIN_DIR=/opt/oxide/bin |
| 579 | 2024-05-15T02:49:09.884Z | + BINARY=xcvradm |
| 580 | 2024-05-15T02:49:09.884Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 581 | 2024-05-15T02:49:09.884Z | + REPO=oxidecomputer/transceiver-control |
| 582 | 2024-05-15T02:49:09.884Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 583 | 2024-05-15T02:49:09.884Z | + main |
| 584 | 2024-05-15T02:49:09.884Z | + [[ 0 != 0 ]] |
| 585 | 2024-05-15T02:49:09.884Z | + CIDL_OS=solaris2.11 |
| 586 | 2024-05-15T02:49:09.884Z | + [[ 0 != 0 ]] |
| 587 | 2024-05-15T02:49:09.884Z | + configure_os solaris2.11 |
| 588 | 2024-05-15T02:49:09.884Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 589 | 2024-05-15T02:49:09.885Z | + echo 'configuring based on OS: "solaris2.11"' |
| 590 | 2024-05-15T02:49:09.885Z | current directory: /work/oxidecomputer/omicron |
| 591 | 2024-05-15T02:49:09.885Z | configuring based on OS: "solaris2.11" |
| 592 | 2024-05-15T02:49:09.885Z | + case "$1" in |
| 593 | 2024-05-15T02:49:09.885Z | + SET_BINARIES= |
| 594 | 2024-05-15T02:49:09.885Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 595 | 2024-05-15T02:49:09.885Z | + CIDL_SHA256FUNC=do_sha256sum |
| 596 | 2024-05-15T02:49:09.885Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 597 | 2024-05-15T02:49:09.885Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 598 | 2024-05-15T02:49:09.885Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 599 | 2024-05-15T02:49:09.885Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 600 | 2024-05-15T02:49:09.885Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 601 | 2024-05-15T02:49:09.885Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 602 | 2024-05-15T02:49:09.885Z | + mkdir -p out/downloads |
| 603 | 2024-05-15T02:49:09.885Z | Local file: out/downloads/xcvradm.gz |
| 604 | 2024-05-15T02:49:09.885Z | + mkdir -p ./out/transceiver-control |
| 605 | 2024-05-15T02:49:09.885Z | + fetch_and_verify |
| 606 | 2024-05-15T02:49:09.885Z | + local DO_DOWNLOAD=true |
| 607 | 2024-05-15T02:49:09.885Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 608 | 2024-05-15T02:49:09.885Z | + '[' true == true ']' |
| 609 | 2024-05-15T02:49:09.885Z | + echo Downloading... |
| 610 | 2024-05-15T02:49:09.885Z | Downloading... |
| 611 | 2024-05-15T02:49:09.885Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 612 | 2024-05-15T02:49:09.886Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 613 | 2024-05-15T02:49:11.631Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 614 | 2024-05-15T02:49:11.657Z | ++ sha256sum |
| 615 | 2024-05-15T02:49:11.657Z | ++ awk '{print $1}' |
| 616 | 2024-05-15T02:49:11.658Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 617 | 2024-05-15T02:49:11.658Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
| 618 | 2024-05-15T02:49:11.658Z | + do_unpack out/downloads/xcvradm.gz |
| 619 | 2024-05-15T02:49:11.658Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 620 | 2024-05-15T02:49:11.658Z | + gzip -dc out/downloads/xcvradm.gz |
| 621 | 2024-05-15T02:49:11.797Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 622 | 2024-05-15T02:49:11.822Z | + do_assemble |
| 623 | 2024-05-15T02:49:11.822Z | + rm -r ./out/transceiver-control |
| 624 | 2024-05-15T02:49:11.822Z | + mkdir ./out/transceiver-control |
| 625 | 2024-05-15T02:49:11.822Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 626 | 2024-05-15T02:49:11.918Z | + set -o errexit |
| 627 | 2024-05-15T02:49:12.357Z | +++ dirname ./tools/ci_download_thundermuffin |
| 628 | 2024-05-15T02:49:12.357Z | ++ cd ./tools |
| 629 | 2024-05-15T02:49:12.357Z | ++ pwd |
| 630 | 2024-05-15T02:49:12.357Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 631 | 2024-05-15T02:49:12.357Z | ++ basename ./tools/ci_download_thundermuffin |
| 632 | 2024-05-15T02:49:12.357Z | + ARG0=ci_download_thundermuffin |
| 633 | 2024-05-15T02:49:12.357Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
| 634 | 2024-05-15T02:49:12.357Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 635 | 2024-05-15T02:49:12.357Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
| 636 | 2024-05-15T02:49:12.357Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 637 | 2024-05-15T02:49:12.357Z | + TARGET_DIR=out |
| 638 | 2024-05-15T02:49:12.357Z | + DOWNLOAD_DIR=out/downloads |
| 639 | 2024-05-15T02:49:12.357Z | + DEST_DIR=./out/thundermuffin |
| 640 | 2024-05-15T02:49:12.357Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
| 641 | 2024-05-15T02:49:12.357Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 642 | 2024-05-15T02:49:12.357Z | + REPO=oxidecomputer/thundermuffin |
| 643 | 2024-05-15T02:49:12.358Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
| 644 | 2024-05-15T02:49:12.358Z | + main |
| 645 | 2024-05-15T02:49:12.358Z | + rm -rf out/downloads/root |
| 646 | 2024-05-15T02:49:12.358Z | + [[ 0 != 0 ]] |
| 647 | 2024-05-15T02:49:12.358Z | + CIDL_OS=solaris2.11 |
| 648 | 2024-05-15T02:49:12.358Z | + [[ 0 != 0 ]] |
| 649 | 2024-05-15T02:49:12.358Z | + configure_os solaris2.11 |
| 650 | 2024-05-15T02:49:12.358Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 651 | 2024-05-15T02:49:12.358Z | + echo 'configuring based on OS: "solaris2.11"' |
| 652 | 2024-05-15T02:49:12.358Z | current directory: /work/oxidecomputer/omicron |
| 653 | 2024-05-15T02:49:12.358Z | configuring based on OS: "solaris2.11" |
| 654 | 2024-05-15T02:49:12.358Z | + case "$1" in |
| 655 | 2024-05-15T02:49:12.358Z | + SET_BINARIES= |
| 656 | 2024-05-15T02:49:12.358Z | + CIDL_SHA256FUNC=do_sha256sum |
| 657 | 2024-05-15T02:49:12.358Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
| 658 | 2024-05-15T02:49:12.358Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 659 | 2024-05-15T02:49:12.358Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
| 660 | 2024-05-15T02:49:12.358Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
| 661 | 2024-05-15T02:49:12.358Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 662 | 2024-05-15T02:49:12.358Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
| 663 | 2024-05-15T02:49:12.358Z | + mkdir -p out/downloads |
| 664 | 2024-05-15T02:49:12.358Z | Local file: out/downloads/thundermuffin.tar.gz |
| 665 | 2024-05-15T02:49:12.358Z | + mkdir -p ./out/thundermuffin |
| 666 | 2024-05-15T02:49:12.358Z | + fetch_and_verify |
| 667 | 2024-05-15T02:49:12.359Z | + local DO_DOWNLOAD=true |
| 668 | 2024-05-15T02:49:12.359Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
| 669 | 2024-05-15T02:49:12.359Z | + '[' true == true ']' |
| 670 | 2024-05-15T02:49:12.359Z | + echo Downloading... |
| 671 | 2024-05-15T02:49:12.359Z | Downloading... |
| 672 | 2024-05-15T02:49:12.359Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
| 673 | 2024-05-15T02:49:12.359Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
| 674 | 2024-05-15T02:49:12.692Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
| 675 | 2024-05-15T02:49:12.717Z | ++ sha256sum |
| 676 | 2024-05-15T02:49:12.717Z | ++ awk '{print $1}' |
| 677 | 2024-05-15T02:49:12.717Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
| 678 | 2024-05-15T02:49:12.717Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
| 679 | 2024-05-15T02:49:12.717Z | + do_untar out/downloads/thundermuffin.tar.gz |
| 680 | 2024-05-15T02:49:12.718Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
| 681 | 2024-05-15T02:49:12.789Z | + do_assemble |
| 682 | 2024-05-15T02:49:12.789Z | + rm -r ./out/thundermuffin |
| 683 | 2024-05-15T02:49:12.821Z | + mkdir ./out/thundermuffin |
| 684 | 2024-05-15T02:49:12.821Z | + cp -r out/downloads/root ./out/thundermuffin/root |
| 685 | 2024-05-15T02:49:12.821Z | All prerequisites installed successfully |
| 686 | 2024-05-15T02:49:13.341Z | |
| 687 | 2024-05-15T02:49:13.341Z | real 2:13.005171260 |
| 688 | 2024-05-15T02:49:13.341Z | user 43.706883768 |
| 689 | 2024-05-15T02:49:13.341Z | sys 11.372827104 |
| 690 | 2024-05-15T02:49:13.341Z | trap 0.014368050 |
| 691 | 2024-05-15T02:49:13.342Z | tflt 0.008984029 |
| 692 | 2024-05-15T02:49:13.342Z | dflt 0.016341405 |
| 693 | 2024-05-15T02:49:13.342Z | kflt 0.005234300 |
| 694 | 2024-05-15T02:49:13.342Z | lock 1.263578113 |
| 695 | 2024-05-15T02:49:13.342Z | slp 4:40.863138956 |
| 696 | 2024-05-15T02:49:13.342Z | lat 4.683975996 |
| 697 | 2024-05-15T02:49:13.343Z | stop 0.066904965 |
| 698 | 2024-05-15T02:49:13.343Z | + source ./tools/include/force-git-over-https.sh |
| 699 | 2024-05-15T02:49:13.343Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 700 | 2024-05-15T02:49:13.343Z | ++ (( i = 0 )) |
| 701 | 2024-05-15T02:49:13.343Z | ++ (( i < 5 )) |
| 702 | 2024-05-15T02:49:13.343Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 703 | 2024-05-15T02:49:13.343Z | ++ (( i++ )) |
| 704 | 2024-05-15T02:49:13.344Z | ++ (( i < 5 )) |
| 705 | 2024-05-15T02:49:13.344Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 706 | 2024-05-15T02:49:13.344Z | ++ (( i++ )) |
| 707 | 2024-05-15T02:49:13.344Z | ++ (( i < 5 )) |
| 708 | 2024-05-15T02:49:13.344Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 709 | 2024-05-15T02:49:13.345Z | ++ (( i++ )) |
| 710 | 2024-05-15T02:49:13.345Z | ++ (( i < 5 )) |
| 711 | 2024-05-15T02:49:13.345Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 712 | 2024-05-15T02:49:13.345Z | ++ (( i++ )) |
| 713 | 2024-05-15T02:49:13.345Z | ++ (( i < 5 )) |
| 714 | 2024-05-15T02:49:13.345Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 715 | 2024-05-15T02:49:13.345Z | ++ (( i++ )) |
| 716 | 2024-05-15T02:49:13.346Z | ++ (( i < 5 )) |
| 717 | 2024-05-15T02:49:13.346Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 718 | 2024-05-15T02:49:13.346Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 719 | 2024-05-15T02:49:13.346Z | + rc=0 |
| 720 | 2024-05-15T02:49:13.346Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 721 | 2024-05-15T02:49:51.519Z | + case $rc in |
| 722 | 2024-05-15T02:49:51.519Z | + pfexec zfs create -p rpool/images/build/host |
| 723 | 2024-05-15T02:49:51.595Z | + pfexec zfs create -p rpool/images/build/recovery |
| 724 | 2024-05-15T02:49:51.628Z | + cargo run --release --bin omicron-releng -- --output-dir /work |
| 725 | 2024-05-15T02:49:51.895Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 726 | 2024-05-15T02:49:52.517Z | From https://github.com/oxidecomputer/pq-sys |
| 727 | 2024-05-15T02:49:52.518Z | * [new branch] issue-36 -> origin/issue-36 |
| 728 | 2024-05-15T02:49:52.518Z | * [new branch] issue-36-with-metadata -> origin/issue-36-with-metadata |
| 729 | 2024-05-15T02:49:52.543Z | * [new branch] master -> origin/master |
| 730 | 2024-05-15T02:49:52.543Z | * [new branch] omicron-234 -> origin/omicron-234 |
| 731 | 2024-05-15T02:49:52.543Z | * [new branch] oxide/main -> origin/oxide/main |
| 732 | 2024-05-15T02:49:52.543Z | * [new branch] oxide/omicron -> origin/oxide/omicron |
| 733 | 2024-05-15T02:49:52.543Z | * [new branch] windows -> origin/windows |
| 734 | 2024-05-15T02:49:52.543Z | * [new ref] -> origin/HEAD |
| 735 | 2024-05-15T02:49:52.543Z | * [new tag] v0.2.2 -> v0.2.2 |
| 736 | 2024-05-15T02:49:52.543Z | * [new tag] v0.4.5 -> v0.4.5 |
| 737 | 2024-05-15T02:49:52.543Z | * [new tag] v0.4.6 -> v0.4.6 |
| 738 | 2024-05-15T02:49:52.543Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 739 | 2024-05-15T02:49:53.071Z | From https://github.com/oxidecomputer/zone |
| 740 | 2024-05-15T02:49:53.071Z | * [new branch] main -> origin/main |
| 741 | 2024-05-15T02:49:53.096Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
| 742 | 2024-05-15T02:49:53.096Z | * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x |
| 743 | 2024-05-15T02:49:53.096Z | * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash |
| 744 | 2024-05-15T02:49:53.096Z | * [new ref] -> origin/HEAD |
| 745 | 2024-05-15T02:49:53.121Z | Updating crates.io index |
| 746 | 2024-05-15T02:49:53.121Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 747 | 2024-05-15T02:49:54.449Z | From https://github.com/oxidecomputer/dropshot |
| 748 | 2024-05-15T02:49:54.449Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
| 749 | 2024-05-15T02:49:54.450Z | * [new branch] async -> origin/async |
| 750 | 2024-05-15T02:49:54.519Z | * [new branch] build-o-mat -> origin/build-o-mat |
| 751 | 2024-05-15T02:49:54.520Z | * [new branch] camel -> origin/camel |
| 752 | 2024-05-15T02:49:54.520Z | * [new branch] carets -> origin/carets |
| 753 | 2024-05-15T02:49:54.520Z | * [new branch] changes -> origin/changes |
| 754 | 2024-05-15T02:49:54.520Z | * [new branch] ci-version -> origin/ci-version |
| 755 | 2024-05-15T02:49:54.520Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
| 756 | 2024-05-15T02:49:54.520Z | * [new branch] clippy -> origin/clippy |
| 757 | 2024-05-15T02:49:54.520Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
| 758 | 2024-05-15T02:49:54.520Z | * [new branch] clone -> origin/clone |
| 759 | 2024-05-15T02:49:54.520Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
| 760 | 2024-05-15T02:49:54.520Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
| 761 | 2024-05-15T02:49:54.520Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
| 762 | 2024-05-15T02:49:54.520Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
| 763 | 2024-05-15T02:49:54.520Z | * [new branch] doc -> origin/doc |
| 764 | 2024-05-15T02:49:54.520Z | * [new branch] err -> origin/err |
| 765 | 2024-05-15T02:49:54.520Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
| 766 | 2024-05-15T02:49:54.520Z | * [new branch] expectorate -> origin/expectorate |
| 767 | 2024-05-15T02:49:54.520Z | * [new branch] extracted -> origin/extracted |
| 768 | 2024-05-15T02:49:54.521Z | * [new branch] fix_tests -> origin/fix_tests |
| 769 | 2024-05-15T02:49:54.521Z | * [new branch] fmt2 -> origin/fmt2 |
| 770 | 2024-05-15T02:49:54.521Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
| 771 | 2024-05-15T02:49:54.521Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
| 772 | 2024-05-15T02:49:54.521Z | * [new branch] main -> origin/main |
| 773 | 2024-05-15T02:49:54.521Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
| 774 | 2024-05-15T02:49:54.521Z | * [new branch] merge-server-config -> origin/merge-server-config |
| 775 | 2024-05-15T02:49:54.521Z | * [new branch] multi-api -> origin/multi-api |
| 776 | 2024-05-15T02:49:54.521Z | * [new branch] multiverse -> origin/multiverse |
| 777 | 2024-05-15T02:49:54.521Z | * [new branch] openapi -> origin/openapi |
| 778 | 2024-05-15T02:49:54.521Z | * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline |
| 779 | 2024-05-15T02:49:54.521Z | * [new branch] openapi2 -> origin/openapi2 |
| 780 | 2024-05-15T02:49:54.521Z | * [new branch] port-fix-better -> origin/port-fix-better |
| 781 | 2024-05-15T02:49:54.521Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
| 782 | 2024-05-15T02:49:54.521Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
| 783 | 2024-05-15T02:49:54.521Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
| 784 | 2024-05-15T02:49:54.521Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
| 785 | 2024-05-15T02:49:54.521Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
| 786 | 2024-05-15T02:49:54.521Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
| 787 | 2024-05-15T02:49:54.521Z | * [new branch] server-log -> origin/server-log |
| 788 | 2024-05-15T02:49:54.521Z | * [new branch] simple-headers -> origin/simple-headers |
| 789 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
| 790 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
| 791 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints |
| 792 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext |
| 793 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/dropshot-add-bad_channel-fixtures -> origin/sunshowers/spr/dropshot-add-bad_channel-fixtures |
| 794 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
| 795 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints |
| 796 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist |
| 797 | 2024-05-15T02:49:54.522Z | * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers |
| 798 | 2024-05-15T02:49:54.522Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
| 799 | 2024-05-15T02:49:54.522Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
| 800 | 2024-05-15T02:49:54.522Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
| 801 | 2024-05-15T02:49:54.522Z | * [new branch] websockets -> origin/websockets |
| 802 | 2024-05-15T02:49:54.522Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
| 803 | 2024-05-15T02:49:54.522Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
| 804 | 2024-05-15T02:49:54.522Z | * [new ref] -> origin/HEAD |
| 805 | 2024-05-15T02:49:54.523Z | * [new tag] v0.10.0 -> v0.10.0 |
| 806 | 2024-05-15T02:49:54.523Z | * [new tag] v0.3.0 -> v0.3.0 |
| 807 | 2024-05-15T02:49:54.523Z | * [new tag] v0.4.0 -> v0.4.0 |
| 808 | 2024-05-15T02:49:54.523Z | * [new tag] v0.5.0 -> v0.5.0 |
| 809 | 2024-05-15T02:49:54.523Z | * [new tag] v0.5.1 -> v0.5.1 |
| 810 | 2024-05-15T02:49:54.523Z | * [new tag] v0.6.0 -> v0.6.0 |
| 811 | 2024-05-15T02:49:54.523Z | * [new tag] v0.7.0 -> v0.7.0 |
| 812 | 2024-05-15T02:49:54.523Z | * [new tag] v0.8.0 -> v0.8.0 |
| 813 | 2024-05-15T02:49:54.523Z | * [new tag] v0.9.0 -> v0.9.0 |
| 814 | 2024-05-15T02:49:54.569Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 815 | 2024-05-15T02:49:55.502Z | From https://github.com/oxidecomputer/maghemite |
| 816 | 2024-05-15T02:49:55.503Z | * [new branch] anycast -> origin/anycast |
| 817 | 2024-05-15T02:49:55.527Z | * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration |
| 818 | 2024-05-15T02:49:55.527Z | * [new branch] mac-build -> origin/mac-build |
| 819 | 2024-05-15T02:49:55.527Z | * [new branch] main -> origin/main |
| 820 | 2024-05-15T02:49:55.528Z | * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x |
| 821 | 2024-05-15T02:49:55.528Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
| 822 | 2024-05-15T02:49:55.528Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
| 823 | 2024-05-15T02:49:55.528Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
| 824 | 2024-05-15T02:49:55.528Z | * [new branch] ttl1-clean -> origin/ttl1-clean |
| 825 | 2024-05-15T02:49:55.528Z | * [new branch] vpc-subnet-opte -> origin/vpc-subnet-opte |
| 826 | 2024-05-15T02:49:55.528Z | * [new ref] -> origin/HEAD |
| 827 | 2024-05-15T02:49:55.528Z | * [new tag] rift -> rift |
| 828 | 2024-05-15T02:49:55.528Z | * [new tag] srp -> srp |
| 829 | 2024-05-15T02:49:55.528Z | * [new tag] tie-spf -> tie-spf |
| 830 | 2024-05-15T02:49:55.554Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 831 | 2024-05-15T02:49:56.956Z | From https://github.com/oxidecomputer/progenitor |
| 832 | 2024-05-15T02:49:56.956Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
| 833 | 2024-05-15T02:49:56.981Z | * [new branch] dependabot/cargo/schemars-0.8.19 -> origin/dependabot/cargo/schemars-0.8.19 |
| 834 | 2024-05-15T02:49:56.981Z | * [new branch] extension2 -> origin/extension2 |
| 835 | 2024-05-15T02:49:56.981Z | * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias |
| 836 | 2024-05-15T02:49:56.981Z | * [new branch] main -> origin/main |
| 837 | 2024-05-15T02:49:56.981Z | * [new branch] nexus-update -> origin/nexus-update |
| 838 | 2024-05-15T02:49:56.981Z | * [new branch] owned-response-stream -> origin/owned-response-stream |
| 839 | 2024-05-15T02:49:56.981Z | * [new branch] print-example -> origin/print-example |
| 840 | 2024-05-15T02:49:56.982Z | * [new branch] query-arg-collision -> origin/query-arg-collision |
| 841 | 2024-05-15T02:49:56.982Z | * [new branch] request-map -> origin/request-map |
| 842 | 2024-05-15T02:49:56.982Z | * [new branch] response-value-content-length -> origin/response-value-content-length |
| 843 | 2024-05-15T02:49:56.982Z | * [new branch] security-schemes -> origin/security-schemes |
| 844 | 2024-05-15T02:49:56.982Z | * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types |
| 845 | 2024-05-15T02:49:56.982Z | * [new branch] test-ci -> origin/test-ci |
| 846 | 2024-05-15T02:49:56.982Z | * [new branch] test-v0.7.0 -> origin/test-v0.7.0 |
| 847 | 2024-05-15T02:49:56.982Z | * [new branch] untyped-responses -> origin/untyped-responses |
| 848 | 2024-05-15T02:49:56.982Z | * [new branch] v41 -> origin/v41 |
| 849 | 2024-05-15T02:49:56.982Z | * [new ref] -> origin/HEAD |
| 850 | 2024-05-15T02:49:56.982Z | * [new tag] v0.1.1 -> v0.1.1 |
| 851 | 2024-05-15T02:49:56.982Z | * [new tag] v0.2.0 -> v0.2.0 |
| 852 | 2024-05-15T02:49:56.982Z | * [new tag] v0.3.0 -> v0.3.0 |
| 853 | 2024-05-15T02:49:56.982Z | * [new tag] v0.4.0 -> v0.4.0 |
| 854 | 2024-05-15T02:49:56.982Z | * [new tag] v0.4.1 -> v0.4.1 |
| 855 | 2024-05-15T02:49:56.982Z | * [new tag] v0.5.0 -> v0.5.0 |
| 856 | 2024-05-15T02:49:56.982Z | * [new tag] v0.6.0 -> v0.6.0 |
| 857 | 2024-05-15T02:49:57.074Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 858 | 2024-05-15T02:49:57.361Z | warning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/ |
| 859 | 2024-05-15T02:49:57.854Z | From http://github.com/oxidecomputer/serde_human_bytes |
| 860 | 2024-05-15T02:49:57.854Z | * [new branch] gh-pages -> origin/gh-pages |
| 861 | 2024-05-15T02:49:57.882Z | * [new branch] main -> origin/main |
| 862 | 2024-05-15T02:49:57.882Z | * [new branch] renovate/configure -> origin/renovate/configure |
| 863 | 2024-05-15T02:49:57.882Z | * [new ref] -> origin/HEAD |
| 864 | 2024-05-15T02:49:57.882Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 865 | 2024-05-15T02:49:58.390Z | From https://github.com/oxidecomputer/slog-error-chain |
| 866 | 2024-05-15T02:49:58.390Z | * [new branch] main -> origin/main |
| 867 | 2024-05-15T02:49:58.415Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
| 868 | 2024-05-15T02:49:58.415Z | * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x |
| 869 | 2024-05-15T02:49:58.415Z | * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance |
| 870 | 2024-05-15T02:49:58.415Z | * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile |
| 871 | 2024-05-15T02:49:58.415Z | * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile |
| 872 | 2024-05-15T02:49:58.415Z | * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile |
| 873 | 2024-05-15T02:49:58.415Z | * [new ref] -> origin/HEAD |
| 874 | 2024-05-15T02:49:58.415Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 875 | 2024-05-15T02:49:59.584Z | From https://github.com/oxidecomputer/propolis |
| 876 | 2024-05-15T02:49:59.585Z | * [new branch] ata -> origin/ata |
| 877 | 2024-05-15T02:49:59.612Z | * [new branch] eliza/somebios-version -> origin/eliza/somebios-version |
| 878 | 2024-05-15T02:49:59.612Z | * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses |
| 879 | 2024-05-15T02:49:59.612Z | * [new branch] luqmana/libnet -> origin/luqmana/libnet |
| 880 | 2024-05-15T02:49:59.612Z | * [new branch] master -> origin/master |
| 881 | 2024-05-15T02:49:59.612Z | * [new branch] softnpu-table-counters -> origin/softnpu-table-counters |
| 882 | 2024-05-15T02:49:59.612Z | * [new ref] -> origin/HEAD |
| 883 | 2024-05-15T02:49:59.662Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 884 | 2024-05-15T02:50:01.180Z | From https://github.com/oxidecomputer/crucible |
| 885 | 2024-05-15T02:50:01.180Z | * [new branch] alan/abort-live-repair -> origin/alan/abort-live-repair |
| 886 | 2024-05-15T02:50:01.180Z | * [new branch] alan/dsc-reset -> origin/alan/dsc-reset |
| 887 | 2024-05-15T02:50:01.229Z | * [new branch] alan/i-cant-let-it-go -> origin/alan/i-cant-let-it-go |
| 888 | 2024-05-15T02:50:01.229Z | * [new branch] alan/locks_and_dtrace_debug_stuff -> origin/alan/locks_and_dtrace_debug_stuff |
| 889 | 2024-05-15T02:50:01.229Z | * [new branch] alan/lr-wip -> origin/alan/lr-wip |
| 890 | 2024-05-15T02:50:01.229Z | * [new branch] alan/more-dtrace-scripts -> origin/alan/more-dtrace-scripts |
| 891 | 2024-05-15T02:50:01.229Z | * [new branch] alan/more-info -> origin/alan/more-info |
| 892 | 2024-05-15T02:50:01.229Z | * [new branch] alan/no-repair-while-inactive -> origin/alan/no-repair-while-inactive |
| 893 | 2024-05-15T02:50:01.229Z | * [new branch] alan/no-replace-before-active -> origin/alan/no-replace-before-active |
| 894 | 2024-05-15T02:50:01.229Z | * [new branch] alan/rop-needs-replacing-too -> origin/alan/rop-needs-replacing-too |
| 895 | 2024-05-15T02:50:01.229Z | * [new branch] alan/rust-new-clippy -> origin/alan/rust-new-clippy |
| 896 | 2024-05-15T02:50:01.229Z | * [new branch] alan/short-downstairs-state -> origin/alan/short-downstairs-state |
| 897 | 2024-05-15T02:50:01.229Z | * [new branch] alan/why_would_you_do_it_this_way -> origin/alan/why_would_you_do_it_this_way |
| 898 | 2024-05-15T02:50:01.229Z | * [new branch] artemis/fio-ci -> origin/artemis/fio-ci |
| 899 | 2024-05-15T02:50:01.229Z | * [new branch] artemis/inthash-norowid-manualcheckpoints-syncmodechange -> origin/artemis/inthash-norowid-manualcheckpoints-syncmodechange |
| 900 | 2024-05-15T02:50:01.229Z | * [new branch] artemis/remove-reqwest-block-io -> origin/artemis/remove-reqwest-block-io |
| 901 | 2024-05-15T02:50:01.229Z | * [new branch] artemis/unix-excl -> origin/artemis/unix-excl |
| 902 | 2024-05-15T02:50:01.229Z | * [new branch] backrec -> origin/backrec |
| 903 | 2024-05-15T02:50:01.229Z | * [new branch] cruplay -> origin/cruplay |
| 904 | 2024-05-15T02:50:01.229Z | * [new branch] demo_m2 -> origin/demo_m2 |
| 905 | 2024-05-15T02:50:01.230Z | * [new branch] disconnect-wip -> origin/disconnect-wip |
| 906 | 2024-05-15T02:50:01.230Z | * [new branch] jclulow -> origin/jclulow |
| 907 | 2024-05-15T02:50:01.230Z | * [new branch] main -> origin/main |
| 908 | 2024-05-15T02:50:01.230Z | * [new branch] manager -> origin/manager |
| 909 | 2024-05-15T02:50:01.230Z | * [new branch] merge_warn -> origin/merge_warn |
| 910 | 2024-05-15T02:50:01.230Z | * [new branch] minor -> origin/minor |
| 911 | 2024-05-15T02:50:01.230Z | * [new branch] pantry -> origin/pantry |
| 912 | 2024-05-15T02:50:01.230Z | * [new branch] parallel-flush -> origin/parallel-flush |
| 913 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x |
| 914 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/clap-4.x-lockfile -> origin/renovate/clap-4.x-lockfile |
| 915 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/http-1.x -> origin/renovate/http-1.x |
| 916 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x |
| 917 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/hyper-staticfile-0.x -> origin/renovate/hyper-staticfile-0.x |
| 918 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/nbd-0.x -> origin/renovate/nbd-0.x |
| 919 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/omicron-zone-package-0.x -> origin/renovate/omicron-zone-package-0.x |
| 920 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/opentelemetry-jaeger-0.x -> origin/renovate/opentelemetry-jaeger-0.x |
| 921 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x |
| 922 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/rustls-pemfile-2.x -> origin/renovate/rustls-pemfile-2.x |
| 923 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/tokio-rustls-0.x -> origin/renovate/tokio-rustls-0.x |
| 924 | 2024-05-15T02:50:01.230Z | * [new branch] renovate/tracing-opentelemetry-0.x -> origin/renovate/tracing-opentelemetry-0.x |
| 925 | 2024-05-15T02:50:01.230Z | * [new branch] speculative-perfwork -> origin/speculative-perfwork |
| 926 | 2024-05-15T02:50:01.230Z | * [new branch] sunshowers/spr/meta-patch-whoami -> origin/sunshowers/spr/meta-patch-whoami |
| 927 | 2024-05-15T02:50:01.230Z | * [new branch] update-progenitor -> origin/update-progenitor |
| 928 | 2024-05-15T02:50:01.231Z | * [new branch] use-json-schema -> origin/use-json-schema |
| 929 | 2024-05-15T02:50:01.231Z | * [new ref] -> origin/HEAD |
| 930 | 2024-05-15T02:50:01.231Z | * [new tag] one-task-refactoring -> one-task-refactoring |
| 931 | 2024-05-15T02:50:01.265Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 932 | 2024-05-15T02:50:02.453Z | From https://github.com/oxidecomputer/opte |
| 933 | 2024-05-15T02:50:02.454Z | * [new branch] 481-strawman -> origin/481-strawman |
| 934 | 2024-05-15T02:50:02.525Z | * [new branch] all-perf-in-flight -> origin/all-perf-in-flight |
| 935 | 2024-05-15T02:50:02.525Z | * [new branch] config-dhcp-dns -> origin/config-dhcp-dns |
| 936 | 2024-05-15T02:50:02.525Z | * [new branch] custom-subnet-routing -> origin/custom-subnet-routing |
| 937 | 2024-05-15T02:50:02.525Z | * [new branch] demo-stuffs -> origin/demo-stuffs |
| 938 | 2024-05-15T02:50:02.525Z | * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock |
| 939 | 2024-05-15T02:50:02.525Z | * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification |
| 940 | 2024-05-15T02:50:02.525Z | * [new branch] handle-pkt-chains -> origin/handle-pkt-chains |
| 941 | 2024-05-15T02:50:02.525Z | * [new branch] helios-2.0 -> origin/helios-2.0 |
| 942 | 2024-05-15T02:50:02.525Z | * [new branch] iliana/test -> origin/iliana/test |
| 943 | 2024-05-15T02:50:02.525Z | * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules |
| 944 | 2024-05-15T02:50:02.525Z | * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev |
| 945 | 2024-05-15T02:50:02.525Z | * [new branch] kbench-zone-variant -> origin/kbench-zone-variant |
| 946 | 2024-05-15T02:50:02.526Z | * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options |
| 947 | 2024-05-15T02:50:02.526Z | * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic |
| 948 | 2024-05-15T02:50:02.526Z | * [new branch] master -> origin/master |
| 949 | 2024-05-15T02:50:02.526Z | * [new branch] noclass-best-flow -> origin/noclass-best-flow |
| 950 | 2024-05-15T02:50:02.526Z | * [new branch] noclass-best-noflow -> origin/noclass-best-noflow |
| 951 | 2024-05-15T02:50:02.526Z | * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta |
| 952 | 2024-05-15T02:50:02.526Z | * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn |
| 953 | 2024-05-15T02:50:02.526Z | * [new branch] opte-204-paused -> origin/opte-204-paused |
| 954 | 2024-05-15T02:50:02.526Z | * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv |
| 955 | 2024-05-15T02:50:02.526Z | * [new branch] opte-220 -> origin/opte-220 |
| 956 | 2024-05-15T02:50:02.526Z | * [new branch] opte-225 -> origin/opte-225 |
| 957 | 2024-05-15T02:50:02.526Z | * [new branch] opte-227 -> origin/opte-227 |
| 958 | 2024-05-15T02:50:02.526Z | * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2 |
| 959 | 2024-05-15T02:50:02.526Z | * [new branch] opte-232 -> origin/opte-232 |
| 960 | 2024-05-15T02:50:02.526Z | * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats |
| 961 | 2024-05-15T02:50:02.526Z | * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core |
| 962 | 2024-05-15T02:50:02.526Z | * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall |
| 963 | 2024-05-15T02:50:02.526Z | * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units |
| 964 | 2024-05-15T02:50:02.526Z | * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures |
| 965 | 2024-05-15T02:50:02.526Z | * [new branch] opteadm-library -> origin/opteadm-library |
| 966 | 2024-05-15T02:50:02.526Z | * [new branch] partial-workspace -> origin/partial-workspace |
| 967 | 2024-05-15T02:50:02.526Z | * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm |
| 968 | 2024-05-15T02:50:02.526Z | * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error |
| 969 | 2024-05-15T02:50:02.527Z | * [new branch] route-cache -> origin/route-cache |
| 970 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt |
| 971 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats |
| 972 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test |
| 973 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats |
| 974 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor |
| 975 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-ameta-own -> origin/rpz-ameta-own |
| 976 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-assert-drop -> origin/rpz-assert-drop |
| 977 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-csum-doc -> origin/rpz-csum-doc |
| 978 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-def-action -> origin/rpz-def-action |
| 979 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff |
| 980 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-fix-docs -> origin/rpz-fix-docs |
| 981 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer |
| 982 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2 |
| 983 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle |
| 984 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-less-alloc -> origin/rpz-less-alloc |
| 985 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats |
| 986 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi |
| 987 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-opte-294 -> origin/rpz-opte-294 |
| 988 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows |
| 989 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err |
| 990 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn |
| 991 | 2024-05-15T02:50:02.527Z | * [new branch] rpz-predicate-module -> origin/rpz-predicate-module |
| 992 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test |
| 993 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-rm-todo -> origin/rpz-rm-todo |
| 994 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-sanity-check -> origin/rpz-sanity-check |
| 995 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state |
| 996 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits |
| 997 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test |
| 998 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests |
| 999 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-test-common -> origin/rpz-test-common |
| 1000 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-test-constants -> origin/rpz-test-constants |
| 1001 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat |
| 1002 | 2024-05-15T02:50:02.528Z | * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate |
| 1003 | 2024-05-15T02:50:02.528Z | * [new branch] spring-clean -> origin/spring-clean |
| 1004 | 2024-05-15T02:50:02.528Z | * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success |
| 1005 | 2024-05-15T02:50:02.528Z | * [new branch] underlay-lock -> origin/underlay-lock |
| 1006 | 2024-05-15T02:50:02.528Z | * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61 |
| 1007 | 2024-05-15T02:50:02.528Z | * [new ref] -> origin/HEAD |
| 1008 | 2024-05-15T02:50:02.554Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 1009 | 2024-05-15T02:50:03.399Z | From https://github.com/oxidecomputer/falcon |
| 1010 | 2024-05-15T02:50:03.399Z | * [new branch] main -> origin/main |
| 1011 | 2024-05-15T02:50:03.399Z | * [new ref] -> origin/HEAD |
| 1012 | 2024-05-15T02:50:03.558Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 1013 | 2024-05-15T02:50:04.360Z | From https://github.com/oxidecomputer/management-gateway-service |
| 1014 | 2024-05-15T02:50:04.360Z | * [new branch] af-temp-hash -> origin/af-temp-hash |
| 1015 | 2024-05-15T02:50:04.360Z | * [new branch] buildomat -> origin/buildomat |
| 1016 | 2024-05-15T02:50:04.386Z | * [new branch] bump-smoltcp -> origin/bump-smoltcp |
| 1017 | 2024-05-15T02:50:04.386Z | * [new branch] cached-bootloader-update -> origin/cached-bootloader-update |
| 1018 | 2024-05-15T02:50:04.386Z | * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32 |
| 1019 | 2024-05-15T02:50:04.386Z | * [new branch] image-board-check -> origin/image-board-check |
| 1020 | 2024-05-15T02:50:04.386Z | * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state |
| 1021 | 2024-05-15T02:50:04.386Z | * [new branch] lock_state -> origin/lock_state |
| 1022 | 2024-05-15T02:50:04.386Z | * [new branch] main -> origin/main |
| 1023 | 2024-05-15T02:50:04.386Z | * [new branch] more-expect-cleanup -> origin/more-expect-cleanup |
| 1024 | 2024-05-15T02:50:04.386Z | * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image |
| 1025 | 2024-05-15T02:50:04.386Z | * [new branch] read-rot-message -> origin/read-rot-message |
| 1026 | 2024-05-15T02:50:04.387Z | * [new branch] reexport-sp-component -> origin/reexport-sp-component |
| 1027 | 2024-05-15T02:50:04.387Z | * [new branch] remove-dumper-error -> origin/remove-dumper-error |
| 1028 | 2024-05-15T02:50:04.387Z | * [new branch] reset-component -> origin/reset-component |
| 1029 | 2024-05-15T02:50:04.387Z | * [new branch] revert-70-reset-component -> origin/revert-70-reset-component |
| 1030 | 2024-05-15T02:50:04.387Z | * [new branch] rhai -> origin/rhai |
| 1031 | 2024-05-15T02:50:04.387Z | * [new branch] rot-boot-info -> origin/rot-boot-info |
| 1032 | 2024-05-15T02:50:04.387Z | * [new branch] rot-update -> origin/rot-update |
| 1033 | 2024-05-15T02:50:04.387Z | * [new branch] rot-update-2 -> origin/rot-update-2 |
| 1034 | 2024-05-15T02:50:04.387Z | * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status |
| 1035 | 2024-05-15T02:50:04.387Z | * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans |
| 1036 | 2024-05-15T02:50:04.387Z | * [new branch] sprot-attest -> origin/sprot-attest |
| 1037 | 2024-05-15T02:50:04.387Z | * [new branch] sprot-desync-error -> origin/sprot-desync-error |
| 1038 | 2024-05-15T02:50:04.387Z | * [new branch] sprot-errors -> origin/sprot-errors |
| 1039 | 2024-05-15T02:50:04.387Z | * [new branch] stage0-update-component -> origin/stage0-update-component |
| 1040 | 2024-05-15T02:50:04.387Z | * [new branch] update-rot-state-msg -> origin/update-rot-state-msg |
| 1041 | 2024-05-15T02:50:04.387Z | * [new branch] update-stage0 -> origin/update-stage0 |
| 1042 | 2024-05-15T02:50:04.387Z | * [new ref] -> origin/HEAD |
| 1043 | 2024-05-15T02:50:04.434Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 1044 | 2024-05-15T02:50:05.005Z | From https://github.com/oxidecomputer/async-bb8-diesel |
| 1045 | 2024-05-15T02:50:05.005Z | * [new branch] add-more-flags -> origin/add-more-flags |
| 1046 | 2024-05-15T02:50:05.030Z | * [new branch] master -> origin/master |
| 1047 | 2024-05-15T02:50:05.030Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
| 1048 | 2024-05-15T02:50:05.030Z | * [new branch] update_database -> origin/update_database |
| 1049 | 2024-05-15T02:50:05.030Z | * [new ref] -> origin/HEAD |
| 1050 | 2024-05-15T02:50:05.056Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 1051 | 2024-05-15T02:50:05.578Z | From https://github.com/oxidecomputer/openapi-lint |
| 1052 | 2024-05-15T02:50:05.578Z | * [new branch] main -> origin/main |
| 1053 | 2024-05-15T02:50:05.578Z | * [new ref] -> origin/HEAD |
| 1054 | 2024-05-15T02:50:05.722Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 1055 | 2024-05-15T02:50:06.019Z | warning: redirecting to https://github.com/oxidecomputer/sprockets/ |
| 1056 | 2024-05-15T02:50:06.398Z | From http://github.com/oxidecomputer/sprockets |
| 1057 | 2024-05-15T02:50:06.398Z | * [new branch] add-license-file -> origin/add-license-file |
| 1058 | 2024-05-15T02:50:06.398Z | * [new branch] add-spi-error -> origin/add-spi-error |
| 1059 | 2024-05-15T02:50:06.424Z | * [new branch] aead-buf -> origin/aead-buf |
| 1060 | 2024-05-15T02:50:06.424Z | * [new branch] aead-buf-explict-reset-self-buf -> origin/aead-buf-explict-reset-self-buf |
| 1061 | 2024-05-15T02:50:06.425Z | * [new branch] aead-buf-rebase -> origin/aead-buf-rebase |
| 1062 | 2024-05-15T02:50:06.425Z | * [new branch] aead-read-buf -> origin/aead-read-buf |
| 1063 | 2024-05-15T02:50:06.425Z | * [new branch] aead-read-buf-linear -> origin/aead-read-buf-linear |
| 1064 | 2024-05-15T02:50:06.425Z | * [new branch] async-session -> origin/async-session |
| 1065 | 2024-05-15T02:50:06.425Z | * [new branch] async-session-extend-test -> origin/async-session-extend-test |
| 1066 | 2024-05-15T02:50:06.425Z | * [new branch] dependabot/cargo/ed25519-2.2.3 -> origin/dependabot/cargo/ed25519-2.2.3 |
| 1067 | 2024-05-15T02:50:06.425Z | * [new branch] dependabot/cargo/ed25519-dalek-2.0.0 -> origin/dependabot/cargo/ed25519-dalek-2.0.0 |
| 1068 | 2024-05-15T02:50:06.425Z | * [new branch] dependabot/cargo/ring-0.17.5 -> origin/dependabot/cargo/ring-0.17.5 |
| 1069 | 2024-05-15T02:50:06.425Z | * [new branch] dependabot/cargo/serde-big-array-0.5.1 -> origin/dependabot/cargo/serde-big-array-0.5.1 |
| 1070 | 2024-05-15T02:50:06.425Z | * [new branch] derive-more -> origin/derive-more |
| 1071 | 2024-05-15T02:50:06.425Z | * [new branch] fix-rot-manager-tests -> origin/fix-rot-manager-tests |
| 1072 | 2024-05-15T02:50:06.425Z | * [new branch] main -> origin/main |
| 1073 | 2024-05-15T02:50:06.425Z | * [new branch] main-rebased -> origin/main-rebased |
| 1074 | 2024-05-15T02:50:06.425Z | * [new branch] no-salty-by-default-in-common -> origin/no-salty-by-default-in-common |
| 1075 | 2024-05-15T02:50:06.425Z | * [new branch] qol-tweaks -> origin/qol-tweaks |
| 1076 | 2024-05-15T02:50:06.425Z | * [new branch] readme -> origin/readme |
| 1077 | 2024-05-15T02:50:06.425Z | * [new branch] readme-fix -> origin/readme-fix |
| 1078 | 2024-05-15T02:50:06.425Z | * [new branch] rot-msg-versioning -> origin/rot-msg-versioning |
| 1079 | 2024-05-15T02:50:06.425Z | * [new ref] -> origin/HEAD |
| 1080 | 2024-05-15T02:50:06.451Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 1081 | 2024-05-15T02:50:06.965Z | From https://github.com/oxidecomputer/diesel-dtrace |
| 1082 | 2024-05-15T02:50:06.965Z | * [new branch] main -> origin/main |
| 1083 | 2024-05-15T02:50:06.965Z | * [new branch] stable-usdt -> origin/stable-usdt |
| 1084 | 2024-05-15T02:50:06.989Z | * [new branch] uuid -> origin/uuid |
| 1085 | 2024-05-15T02:50:06.989Z | * [new ref] -> origin/HEAD |
| 1086 | 2024-05-15T02:50:07.140Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 1087 | 2024-05-15T02:50:07.420Z | warning: redirecting to https://github.com/oxidecomputer/tofino/ |
| 1088 | 2024-05-15T02:50:07.697Z | From http://github.com/oxidecomputer/tofino |
| 1089 | 2024-05-15T02:50:07.697Z | * [new branch] main -> origin/main |
| 1090 | 2024-05-15T02:50:07.697Z | * [new ref] -> origin/HEAD |
| 1091 | 2024-05-15T02:50:07.879Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 1092 | 2024-05-15T02:50:08.432Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 1093 | 2024-05-15T02:50:08.432Z | * [new branch] main -> origin/main |
| 1094 | 2024-05-15T02:50:08.432Z | * [new ref] -> origin/HEAD |
| 1095 | 2024-05-15T02:50:08.457Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 1096 | 2024-05-15T02:50:08.941Z | From https://github.com/oxidecomputer/libefi-illumos |
| 1097 | 2024-05-15T02:50:08.941Z | * [new branch] master -> origin/master |
| 1098 | 2024-05-15T02:50:08.941Z | * [new ref] -> origin/HEAD |
| 1099 | 2024-05-15T02:50:08.966Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 1100 | 2024-05-15T02:50:09.535Z | From https://github.com/oxidecomputer/libnvme |
| 1101 | 2024-05-15T02:50:09.535Z | * [new branch] main -> origin/main |
| 1102 | 2024-05-15T02:50:09.560Z | * [new branch] mike/libnvme-firmware -> origin/mike/libnvme-firmware |
| 1103 | 2024-05-15T02:50:09.560Z | * [new ref] -> origin/HEAD |
| 1104 | 2024-05-15T02:50:09.585Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 1105 | 2024-05-15T02:50:10.123Z | From https://github.com/oxidecomputer/hubtools |
| 1106 | 2024-05-15T02:50:10.123Z | * [new branch] add-cargo-lock -> origin/add-cargo-lock |
| 1107 | 2024-05-15T02:50:10.148Z | * [new branch] add-default-caboose -> origin/add-default-caboose |
| 1108 | 2024-05-15T02:50:10.148Z | * [new branch] add_sign -> origin/add_sign |
| 1109 | 2024-05-15T02:50:10.148Z | * [new branch] bootleby_archive -> origin/bootleby_archive |
| 1110 | 2024-05-15T02:50:10.148Z | * [new branch] caboose_sign -> origin/caboose_sign |
| 1111 | 2024-05-15T02:50:10.148Z | * [new branch] epoch -> origin/epoch |
| 1112 | 2024-05-15T02:50:10.148Z | * [new branch] extract-image -> origin/extract-image |
| 1113 | 2024-05-15T02:50:10.148Z | * [new branch] fixes -> origin/fixes |
| 1114 | 2024-05-15T02:50:10.148Z | * [new branch] humility_fixes -> origin/humility_fixes |
| 1115 | 2024-05-15T02:50:10.149Z | * [new branch] main -> origin/main |
| 1116 | 2024-05-15T02:50:10.149Z | * [new branch] overwrite_in_memory -> origin/overwrite_in_memory |
| 1117 | 2024-05-15T02:50:10.149Z | * [new branch] sig_txt -> origin/sig_txt |
| 1118 | 2024-05-15T02:50:10.149Z | * [new branch] sign_caboose_builder -> origin/sign_caboose_builder |
| 1119 | 2024-05-15T02:50:10.149Z | * [new branch] verify_rot -> origin/verify_rot |
| 1120 | 2024-05-15T02:50:10.149Z | * [new ref] -> origin/HEAD |
| 1121 | 2024-05-15T02:50:10.174Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 1122 | 2024-05-15T02:50:10.710Z | From https://github.com/oxidecomputer/ispf |
| 1123 | 2024-05-15T02:50:10.711Z | * [new branch] main -> origin/main |
| 1124 | 2024-05-15T02:50:10.711Z | * [new ref] -> origin/HEAD |
| 1125 | 2024-05-15T02:50:10.795Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 1126 | 2024-05-15T02:50:11.319Z | From https://github.com/oxidecomputer/poptrie |
| 1127 | 2024-05-15T02:50:11.319Z | * [new branch] main -> origin/main |
| 1128 | 2024-05-15T02:50:11.343Z | * [new branch] multipath -> origin/multipath |
| 1129 | 2024-05-15T02:50:11.343Z | * [new ref] -> origin/HEAD |
| 1130 | 2024-05-15T02:50:11.546Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 1131 | 2024-05-15T02:50:12.334Z | From https://github.com/oxidecomputer/netadm-sys |
| 1132 | 2024-05-15T02:50:12.334Z | * [new branch] compile-macos -> origin/compile-macos |
| 1133 | 2024-05-15T02:50:12.359Z | * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25 |
| 1134 | 2024-05-15T02:50:12.359Z | * [new branch] gh-pages -> origin/gh-pages |
| 1135 | 2024-05-15T02:50:12.359Z | * [new branch] main -> origin/main |
| 1136 | 2024-05-15T02:50:12.359Z | * [new branch] route-get-timeout -> origin/route-get-timeout |
| 1137 | 2024-05-15T02:50:12.359Z | * [new branch] siocgnds -> origin/siocgnds |
| 1138 | 2024-05-15T02:50:12.359Z | * [new ref] -> origin/HEAD |
| 1139 | 2024-05-15T02:50:12.528Z | Updating git repository `https://github.com/jgallagher/nix` |
| 1140 | 2024-05-15T02:50:13.623Z | From https://github.com/jgallagher/nix |
| 1141 | 2024-05-15T02:50:13.623Z | * [new branch] Susurrus-patch-1 -> origin/Susurrus-patch-1 |
| 1142 | 2024-05-15T02:50:13.623Z | * [new branch] aio_pin -> origin/aio_pin |
| 1143 | 2024-05-15T02:50:13.651Z | * [new branch] fix-socketaddrv6-conversion -> origin/fix-socketaddrv6-conversion |
| 1144 | 2024-05-15T02:50:13.651Z | * [new branch] illumos -> origin/illumos |
| 1145 | 2024-05-15T02:50:13.651Z | * [new branch] master -> origin/master |
| 1146 | 2024-05-15T02:50:13.651Z | * [new branch] r0.11.1 -> origin/r0.11.1 |
| 1147 | 2024-05-15T02:50:13.651Z | * [new branch] r0.12.1 -> origin/r0.12.1 |
| 1148 | 2024-05-15T02:50:13.651Z | * [new branch] r0.13.1 -> origin/r0.13.1 |
| 1149 | 2024-05-15T02:50:13.651Z | * [new branch] r0.26-illumos -> origin/r0.26-illumos |
| 1150 | 2024-05-15T02:50:13.651Z | * [new branch] sparc64 -> origin/sparc64 |
| 1151 | 2024-05-15T02:50:13.651Z | * [new branch] staging -> origin/staging |
| 1152 | 2024-05-15T02:50:13.651Z | * [new branch] trying -> origin/trying |
| 1153 | 2024-05-15T02:50:13.651Z | * [new branch] update_lazystatic -> origin/update_lazystatic |
| 1154 | 2024-05-15T02:50:13.651Z | * [new ref] -> origin/HEAD |
| 1155 | 2024-05-15T02:50:13.651Z | * [new tag] v0.10.0 -> v0.10.0 |
| 1156 | 2024-05-15T02:50:13.651Z | * [new tag] v0.11.0 -> v0.11.0 |
| 1157 | 2024-05-15T02:50:13.651Z | * [new tag] v0.11.1 -> v0.11.1 |
| 1158 | 2024-05-15T02:50:13.651Z | * [new tag] v0.12.0 -> v0.12.0 |
| 1159 | 2024-05-15T02:50:13.651Z | * [new tag] v0.12.1 -> v0.12.1 |
| 1160 | 2024-05-15T02:50:13.651Z | * [new tag] v0.13.0 -> v0.13.0 |
| 1161 | 2024-05-15T02:50:13.651Z | * [new tag] v0.13.1 -> v0.13.1 |
| 1162 | 2024-05-15T02:50:13.651Z | * [new tag] v0.14.0 -> v0.14.0 |
| 1163 | 2024-05-15T02:50:13.651Z | * [new tag] v0.14.1 -> v0.14.1 |
| 1164 | 2024-05-15T02:50:13.652Z | * [new tag] v0.16.0 -> v0.16.0 |
| 1165 | 2024-05-15T02:50:13.652Z | * [new tag] v0.17.0 -> v0.17.0 |
| 1166 | 2024-05-15T02:50:13.652Z | * [new tag] v0.3.10 -> v0.3.10 |
| 1167 | 2024-05-15T02:50:13.652Z | * [new tag] v0.3.9 -> v0.3.9 |
| 1168 | 2024-05-15T02:50:13.652Z | * [new tag] v0.4.2 -> v0.4.2 |
| 1169 | 2024-05-15T02:50:13.652Z | * [new tag] v0.4.3 -> v0.4.3 |
| 1170 | 2024-05-15T02:50:13.652Z | * [new tag] v0.5.0 -> v0.5.0 |
| 1171 | 2024-05-15T02:50:13.652Z | * [new tag] v0.5.1 -> v0.5.1 |
| 1172 | 2024-05-15T02:50:13.652Z | * [new tag] v0.6.0 -> v0.6.0 |
| 1173 | 2024-05-15T02:50:13.652Z | * [new tag] v0.7.0 -> v0.7.0 |
| 1174 | 2024-05-15T02:50:13.652Z | * [new tag] v0.8.0 -> v0.8.0 |
| 1175 | 2024-05-15T02:50:13.652Z | * [new tag] v0.8.1 -> v0.8.1 |
| 1176 | 2024-05-15T02:50:13.652Z | * [new tag] v0.9.0 -> v0.9.0 |
| 1177 | 2024-05-15T02:50:14.699Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 1178 | 2024-05-15T02:50:15.225Z | From https://github.com/oxidecomputer/tlvc |
| 1179 | 2024-05-15T02:50:15.225Z | * [new branch] dependabot/cargo/tool/zerocopy-0.6.6 -> origin/dependabot/cargo/tool/zerocopy-0.6.6 |
| 1180 | 2024-05-15T02:50:15.225Z | * [new branch] main -> origin/main |
| 1181 | 2024-05-15T02:50:15.250Z | * [new branch] string-pieces -> origin/string-pieces |
| 1182 | 2024-05-15T02:50:15.250Z | * [new ref] -> origin/HEAD |
| 1183 | 2024-05-15T02:50:15.250Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 1184 | 2024-05-15T02:50:15.743Z | From https://github.com/cbiffle/hubpack |
| 1185 | 2024-05-15T02:50:15.743Z | * [new branch] main -> origin/main |
| 1186 | 2024-05-15T02:50:15.743Z | * [new ref] -> origin/HEAD |
| 1187 | 2024-05-15T02:50:15.840Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 1188 | 2024-05-15T02:50:16.446Z | From https://github.com/oxidecomputer/lpc55_support |
| 1189 | 2024-05-15T02:50:16.446Z | * [new branch] bump_version -> origin/bump_version |
| 1190 | 2024-05-15T02:50:16.446Z | * [new branch] extend_logging -> origin/extend_logging |
| 1191 | 2024-05-15T02:50:16.471Z | * [new branch] master -> origin/master |
| 1192 | 2024-05-15T02:50:16.471Z | * [new branch] nightly_fmt_fix -> origin/nightly_fmt_fix |
| 1193 | 2024-05-15T02:50:16.471Z | * [new branch] real_verify_error -> origin/real_verify_error |
| 1194 | 2024-05-15T02:50:16.471Z | * [new branch] release_fixes -> origin/release_fixes |
| 1195 | 2024-05-15T02:50:16.471Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
| 1196 | 2024-05-15T02:50:16.471Z | * [new ref] -> origin/HEAD |
| 1197 | 2024-05-15T02:50:16.548Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 1198 | 2024-05-15T02:50:18.381Z | From https://github.com/oxidecomputer/typify |
| 1199 | 2024-05-15T02:50:18.381Z | * [new branch] dependabot/cargo/schemars-0.8.19 -> origin/dependabot/cargo/schemars-0.8.19 |
| 1200 | 2024-05-15T02:50:18.406Z | * [new branch] ipv6 -> origin/ipv6 |
| 1201 | 2024-05-15T02:50:18.406Z | * [new branch] js-schema -> origin/js-schema |
| 1202 | 2024-05-15T02:50:18.406Z | * [new branch] main -> origin/main |
| 1203 | 2024-05-15T02:50:18.406Z | * [new branch] nested-newtype -> origin/nested-newtype |
| 1204 | 2024-05-15T02:50:18.406Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error |
| 1205 | 2024-05-15T02:50:18.407Z | * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1 |
| 1206 | 2024-05-15T02:50:18.407Z | * [new ref] -> origin/HEAD |
| 1207 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.10 -> v0.0.10 |
| 1208 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.11 -> v0.0.11 |
| 1209 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.12 -> v0.0.12 |
| 1210 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.13 -> v0.0.13 |
| 1211 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.14 -> v0.0.14 |
| 1212 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.15 -> v0.0.15 |
| 1213 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.16 -> v0.0.16 |
| 1214 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.4 -> v0.0.4 |
| 1215 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.5 -> v0.0.5 |
| 1216 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.6 -> v0.0.6 |
| 1217 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.7 -> v0.0.7 |
| 1218 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.8 -> v0.0.8 |
| 1219 | 2024-05-15T02:50:18.407Z | * [new tag] v0.0.9 -> v0.0.9 |
| 1220 | 2024-05-15T02:50:18.488Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 1221 | 2024-05-15T02:50:19.132Z | From https://github.com/oxidecomputer/dlpi-sys |
| 1222 | 2024-05-15T02:50:19.132Z | * [new branch] gh-pages -> origin/gh-pages |
| 1223 | 2024-05-15T02:50:19.156Z | * [new branch] main -> origin/main |
| 1224 | 2024-05-15T02:50:19.157Z | * [new ref] -> origin/HEAD |
| 1225 | 2024-05-15T02:50:19.157Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 1226 | 2024-05-15T02:50:19.734Z | From https://github.com/jmesmon/rust-libzfs |
| 1227 | 2024-05-15T02:50:19.734Z | * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140 |
| 1228 | 2024-05-15T02:50:19.734Z | * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3 |
| 1229 | 2024-05-15T02:50:19.734Z | * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26 |
| 1230 | 2024-05-15T02:50:19.734Z | * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5 |
| 1231 | 2024-05-15T02:50:19.734Z | * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4 |
| 1232 | 2024-05-15T02:50:19.734Z | * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0 |
| 1233 | 2024-05-15T02:50:19.735Z | * [new branch] dev -> origin/dev |
| 1234 | 2024-05-15T02:50:19.735Z | * [new branch] drr -> origin/drr |
| 1235 | 2024-05-15T02:50:19.735Z | * [new branch] f-types -> origin/f-types |
| 1236 | 2024-05-15T02:50:19.735Z | * [new branch] lookup-nvlist -> origin/lookup-nvlist |
| 1237 | 2024-05-15T02:50:19.735Z | * [new branch] master -> origin/master |
| 1238 | 2024-05-15T02:50:19.735Z | * [new branch] staging -> origin/staging |
| 1239 | 2024-05-15T02:50:19.735Z | * [new ref] -> origin/HEAD |
| 1240 | 2024-05-15T02:50:19.735Z | * [new tag] nvpair-0.5.0 -> nvpair-0.5.0 |
| 1241 | 2024-05-15T02:50:19.735Z | * [new tag] v0.4.0 -> v0.4.0 |
| 1242 | 2024-05-15T02:50:19.735Z | * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0 |
| 1243 | 2024-05-15T02:50:19.735Z | * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0 |
| 1244 | 2024-05-15T02:50:19.759Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 1245 | 2024-05-15T02:50:20.831Z | From https://github.com/oxidecomputer/rusty-doors |
| 1246 | 2024-05-15T02:50:20.831Z | * [new branch] gh-pages -> origin/gh-pages |
| 1247 | 2024-05-15T02:50:20.832Z | * [new branch] main -> origin/main |
| 1248 | 2024-05-15T02:50:20.856Z | * [new branch] no-bindgen -> origin/no-bindgen |
| 1249 | 2024-05-15T02:50:20.856Z | * [new ref] -> origin/HEAD |
| 1250 | 2024-05-15T02:50:20.974Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 1251 | 2024-05-15T02:50:21.555Z | From https://github.com/oxidecomputer/rfb |
| 1252 | 2024-05-15T02:50:21.555Z | * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse |
| 1253 | 2024-05-15T02:50:21.555Z | * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real |
| 1254 | 2024-05-15T02:50:21.580Z | * [new branch] main -> origin/main |
| 1255 | 2024-05-15T02:50:21.580Z | * [new branch] pixfmts -> origin/pixfmts |
| 1256 | 2024-05-15T02:50:21.580Z | * [new ref] -> origin/HEAD |
| 1257 | 2024-05-15T02:50:22.651Z | Downloading crates ... |
| 1258 | 2024-05-15T02:50:22.804Z | Downloaded anstyle-parse v0.2.1 |
| 1259 | 2024-05-15T02:50:22.829Z | Downloaded argon2 v0.5.3 |
| 1260 | 2024-05-15T02:50:22.829Z | Downloaded addr2line v0.21.0 |
| 1261 | 2024-05-15T02:50:22.830Z | Downloaded array-init v0.0.4 |
| 1262 | 2024-05-15T02:50:22.830Z | Downloaded bit-set v0.5.3 |
| 1263 | 2024-05-15T02:50:22.830Z | Downloaded async-recursion v1.1.1 |
| 1264 | 2024-05-15T02:50:22.830Z | Downloaded blake2 v0.10.6 |
| 1265 | 2024-05-15T02:50:22.854Z | Downloaded buf-list v1.0.3 |
| 1266 | 2024-05-15T02:50:22.855Z | Downloaded cargo-platform v0.1.3 |
| 1267 | 2024-05-15T02:50:22.855Z | Downloaded httpdate v1.0.3 |
| 1268 | 2024-05-15T02:50:22.855Z | Downloaded http-range v0.1.5 |
| 1269 | 2024-05-15T02:50:22.855Z | Downloaded block-padding v0.3.3 |
| 1270 | 2024-05-15T02:50:22.879Z | Downloaded instant v0.1.12 |
| 1271 | 2024-05-15T02:50:22.879Z | Downloaded ipnet v2.9.0 |
| 1272 | 2024-05-15T02:50:22.904Z | Downloaded new_debug_unreachable v1.0.4 |
| 1273 | 2024-05-15T02:50:22.904Z | Downloaded stability v0.2.0 |
| 1274 | 2024-05-15T02:50:22.929Z | Downloaded equivalent v1.0.1 |
| 1275 | 2024-05-15T02:50:22.954Z | Downloaded parse-size v1.0.0 |
| 1276 | 2024-05-15T02:50:22.954Z | Downloaded serde-big-array v0.5.1 |
| 1277 | 2024-05-15T02:50:22.954Z | Downloaded want v0.3.1 |
| 1278 | 2024-05-15T02:50:22.980Z | Downloaded usdt-macro v0.5.0 |
| 1279 | 2024-05-15T02:50:22.980Z | Downloaded psl-types v2.0.11 |
| 1280 | 2024-05-15T02:50:23.005Z | Downloaded darling_macro v0.20.8 |
| 1281 | 2024-05-15T02:50:23.006Z | Downloaded path-slash v0.1.5 |
| 1282 | 2024-05-15T02:50:23.006Z | Downloaded sync_wrapper v0.1.2 |
| 1283 | 2024-05-15T02:50:23.030Z | Downloaded foreign-types-shared v0.1.1 |
| 1284 | 2024-05-15T02:50:23.031Z | Downloaded foreign-types-shared v0.3.1 |
| 1285 | 2024-05-15T02:50:23.031Z | Downloaded termtree v0.4.1 |
| 1286 | 2024-05-15T02:50:23.056Z | Downloaded thread_local v1.1.7 |
| 1287 | 2024-05-15T02:50:23.056Z | Downloaded thiserror-impl v1.0.59 |
| 1288 | 2024-05-15T02:50:23.056Z | Downloaded peg-runtime v0.8.3 |
| 1289 | 2024-05-15T02:50:23.056Z | Downloaded gethostname v0.4.3 |
| 1290 | 2024-05-15T02:50:23.081Z | Downloaded phf_shared v0.10.0 |
| 1291 | 2024-05-15T02:50:23.081Z | Downloaded pest_generator v2.7.6 |
| 1292 | 2024-05-15T02:50:23.081Z | Downloaded tinyvec_macros v0.1.1 |
| 1293 | 2024-05-15T02:50:23.081Z | Downloaded toolchain_find v0.4.0 |
| 1294 | 2024-05-15T02:50:23.081Z | Downloaded plain v0.2.3 |
| 1295 | 2024-05-15T02:50:23.081Z | Downloaded tower-service v0.3.2 |
| 1296 | 2024-05-15T02:50:23.082Z | Downloaded slog-json v2.6.1 |
| 1297 | 2024-05-15T02:50:23.107Z | Downloaded topological-sort v0.2.2 |
| 1298 | 2024-05-15T02:50:23.107Z | Downloaded tokio-macros v2.2.0 |
| 1299 | 2024-05-15T02:50:23.107Z | Downloaded tui-tree-widget v0.19.0 |
| 1300 | 2024-05-15T02:50:23.107Z | Downloaded slog v2.7.0 |
| 1301 | 2024-05-15T02:50:23.107Z | Downloaded tracing-attributes v0.1.27 |
| 1302 | 2024-05-15T02:50:23.131Z | Downloaded derive-where v1.2.7 |
| 1303 | 2024-05-15T02:50:23.131Z | Downloaded tracing-core v0.1.32 |
| 1304 | 2024-05-15T02:50:23.157Z | Downloaded tracing v0.1.40 |
| 1305 | 2024-05-15T02:50:23.157Z | Downloaded tough v0.17.1 |
| 1306 | 2024-05-15T02:50:23.182Z | Downloaded futures-util v0.3.30 |
| 1307 | 2024-05-15T02:50:23.220Z | Downloaded sled v0.34.7 |
| 1308 | 2024-05-15T02:50:23.244Z | Downloaded petgraph v0.6.5 |
| 1309 | 2024-05-15T02:50:23.269Z | Downloaded tokio v1.37.0 |
| 1310 | 2024-05-15T02:50:23.318Z | Downloaded sha3 v0.10.8 |
| 1311 | 2024-05-15T02:50:23.342Z | Downloaded regex-automata v0.4.5 |
| 1312 | 2024-05-15T02:50:23.367Z | Downloaded zerocopy-derive v0.6.6 |
| 1313 | 2024-05-15T02:50:23.367Z | Downloaded csv v1.3.0 |
| 1314 | 2024-05-15T02:50:23.398Z | Downloaded libc v0.2.153 |
| 1315 | 2024-05-15T02:50:23.437Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1316 | 2024-05-15T02:50:23.462Z | Downloaded ring v0.17.8 |
| 1317 | 2024-05-15T02:50:23.551Z | Downloaded ring v0.16.20 |
| 1318 | 2024-05-15T02:50:23.652Z | Downloaded polar-core v0.27.3 |
| 1319 | 2024-05-15T02:50:23.677Z | Downloaded diesel v2.1.6 |
| 1320 | 2024-05-15T02:50:23.701Z | Downloaded gimli v0.28.0 |
| 1321 | 2024-05-15T02:50:23.701Z | Downloaded regress v0.9.1 |
| 1322 | 2024-05-15T02:50:23.726Z | Downloaded regex-syntax v0.8.2 |
| 1323 | 2024-05-15T02:50:23.726Z | Downloaded regex-syntax v0.6.29 |
| 1324 | 2024-05-15T02:50:23.726Z | Downloaded regex v1.10.4 |
| 1325 | 2024-05-15T02:50:23.754Z | Downloaded smoltcp v0.11.0 |
| 1326 | 2024-05-15T02:50:23.779Z | Downloaded smoltcp v0.9.1 |
| 1327 | 2024-05-15T02:50:23.779Z | Downloaded encoding_rs v0.8.33 |
| 1328 | 2024-05-15T02:50:23.806Z | Downloaded curve25519-dalek v4.1.2 |
| 1329 | 2024-05-15T02:50:23.830Z | Downloaded ratatui v0.26.2 |
| 1330 | 2024-05-15T02:50:23.830Z | Downloaded zerocopy-derive v0.2.0 |
| 1331 | 2024-05-15T02:50:23.855Z | Downloaded rustls v0.22.4 |
| 1332 | 2024-05-15T02:50:23.879Z | Downloaded openapiv3 v2.0.0 |
| 1333 | 2024-05-15T02:50:23.879Z | Downloaded rustix v0.38.31 |
| 1334 | 2024-05-15T02:50:23.904Z | Downloaded tabled v0.15.0 |
| 1335 | 2024-05-15T02:50:23.928Z | Downloaded syn v2.0.60 |
| 1336 | 2024-05-15T02:50:23.952Z | Downloaded syn v1.0.109 |
| 1337 | 2024-05-15T02:50:23.952Z | Downloaded object v0.30.4 |
| 1338 | 2024-05-15T02:50:23.977Z | Downloaded radix_trie v0.2.1 |
| 1339 | 2024-05-15T02:50:23.977Z | Downloaded rustls v0.21.9 |
| 1340 | 2024-05-15T02:50:24.005Z | Downloaded openssl v0.10.64 |
| 1341 | 2024-05-15T02:50:24.005Z | Downloaded object v0.32.1 |
| 1342 | 2024-05-15T02:50:24.029Z | Downloaded trust-dns-proto v0.22.0 |
| 1343 | 2024-05-15T02:50:24.029Z | Downloaded tokio-util v0.7.10 |
| 1344 | 2024-05-15T02:50:24.029Z | Downloaded pest v2.7.6 |
| 1345 | 2024-05-15T02:50:24.054Z | Downloaded h2 v0.3.26 |
| 1346 | 2024-05-15T02:50:24.054Z | Downloaded goblin v0.8.0 |
| 1347 | 2024-05-15T02:50:24.054Z | Downloaded reqwest v0.11.27 |
| 1348 | 2024-05-15T02:50:24.078Z | Downloaded webpki-roots v0.25.2 |
| 1349 | 2024-05-15T02:50:24.078Z | Downloaded serde_with v3.7.0 |
| 1350 | 2024-05-15T02:50:24.078Z | Downloaded regex-automata v0.1.10 |
| 1351 | 2024-05-15T02:50:24.079Z | Downloaded portable-atomic v1.4.3 |
| 1352 | 2024-05-15T02:50:24.103Z | Downloaded proptest v1.4.0 |
| 1353 | 2024-05-15T02:50:24.103Z | Downloaded vcpkg v0.2.15 |
| 1354 | 2024-05-15T02:50:24.147Z | Downloaded nix v0.28.0 |
| 1355 | 2024-05-15T02:50:24.171Z | Downloaded toml_edit v0.22.12 |
| 1356 | 2024-05-15T02:50:24.196Z | Downloaded toml_edit v0.19.15 |
| 1357 | 2024-05-15T02:50:24.220Z | Downloaded serde_yaml v0.9.25 |
| 1358 | 2024-05-15T02:50:24.220Z | Downloaded time v0.3.34 |
| 1359 | 2024-05-15T02:50:24.245Z | Downloaded rayon v1.10.0 |
| 1360 | 2024-05-15T02:50:24.245Z | Downloaded quick-xml v0.31.0 |
| 1361 | 2024-05-15T02:50:24.245Z | Downloaded toml v0.8.12 |
| 1362 | 2024-05-15T02:50:24.269Z | Downloaded toml v0.5.11 |
| 1363 | 2024-05-15T02:50:24.269Z | Downloaded tinyvec v1.6.0 |
| 1364 | 2024-05-15T02:50:24.269Z | Downloaded zerocopy v0.7.32 |
| 1365 | 2024-05-15T02:50:24.293Z | Downloaded toml v0.7.8 |
| 1366 | 2024-05-15T02:50:24.294Z | Downloaded tokio-tungstenite v0.21.0 |
| 1367 | 2024-05-15T02:50:24.294Z | Downloaded tokio-tungstenite v0.20.1 |
| 1368 | 2024-05-15T02:50:24.294Z | Downloaded smallvec v1.13.1 |
| 1369 | 2024-05-15T02:50:24.294Z | Downloaded slog-term v2.9.1 |
| 1370 | 2024-05-15T02:50:24.294Z | Downloaded signal-hook v0.3.17 |
| 1371 | 2024-05-15T02:50:24.294Z | Downloaded pin-project v1.1.3 |
| 1372 | 2024-05-15T02:50:24.318Z | Downloaded snafu v0.8.2 |
| 1373 | 2024-05-15T02:50:24.318Z | Downloaded num-bigint-dig v0.8.4 |
| 1374 | 2024-05-15T02:50:24.345Z | Downloaded bstr v0.2.17 |
| 1375 | 2024-05-15T02:50:24.346Z | Downloaded pest_meta v2.7.6 |
| 1376 | 2024-05-15T02:50:24.346Z | Downloaded diff v0.1.13 |
| 1377 | 2024-05-15T02:50:24.346Z | Downloaded diesel_derives v2.1.2 |
| 1378 | 2024-05-15T02:50:24.372Z | Downloaded derive_more v0.99.17 |
| 1379 | 2024-05-15T02:50:24.372Z | Downloaded futures v0.3.30 |
| 1380 | 2024-05-15T02:50:24.372Z | Downloaded shlex v1.3.0 |
| 1381 | 2024-05-15T02:50:24.372Z | Downloaded sha2 v0.10.8 |
| 1382 | 2024-05-15T02:50:24.372Z | Downloaded platforms v3.0.2 |
| 1383 | 2024-05-15T02:50:24.372Z | Downloaded pin-project-internal v1.1.3 |
| 1384 | 2024-05-15T02:50:24.372Z | Downloaded half v2.3.1 |
| 1385 | 2024-05-15T02:50:24.372Z | Downloaded bstr v1.9.0 |
| 1386 | 2024-05-15T02:50:24.396Z | Downloaded time-macros v0.2.17 |
| 1387 | 2024-05-15T02:50:24.396Z | Downloaded time-core v0.1.2 |
| 1388 | 2024-05-15T02:50:24.396Z | Downloaded smawk v0.3.1 |
| 1389 | 2024-05-15T02:50:24.397Z | Downloaded slog-stdlog v4.1.1 |
| 1390 | 2024-05-15T02:50:24.397Z | Downloaded pkcs8 v0.10.2 |
| 1391 | 2024-05-15T02:50:24.397Z | Downloaded ron v0.8.1 |
| 1392 | 2024-05-15T02:50:24.421Z | Downloaded hashbrown v0.12.3 |
| 1393 | 2024-05-15T02:50:24.421Z | Downloaded winnow v0.6.1 |
| 1394 | 2024-05-15T02:50:24.422Z | Downloaded winnow v0.5.15 |
| 1395 | 2024-05-15T02:50:24.447Z | Downloaded toml_datetime v0.6.5 |
| 1396 | 2024-05-15T02:50:24.447Z | Downloaded tiny-keccak v2.0.2 |
| 1397 | 2024-05-15T02:50:24.447Z | Downloaded smallvec v0.6.14 |
| 1398 | 2024-05-15T02:50:24.447Z | Downloaded slog-scope v4.4.0 |
| 1399 | 2024-05-15T02:50:24.447Z | Downloaded pkcs1 v0.7.5 |
| 1400 | 2024-05-15T02:50:24.447Z | Downloaded pest_derive v2.7.6 |
| 1401 | 2024-05-15T02:50:24.447Z | Downloaded pem-rfc7468 v0.7.0 |
| 1402 | 2024-05-15T02:50:24.447Z | Downloaded hash32 v0.3.1 |
| 1403 | 2024-05-15T02:50:24.447Z | Downloaded derive_builder_core v0.20.0 |
| 1404 | 2024-05-15T02:50:24.447Z | Downloaded derive_builder v0.20.0 |
| 1405 | 2024-05-15T02:50:24.472Z | Downloaded getrandom v0.2.12 |
| 1406 | 2024-05-15T02:50:24.472Z | Downloaded elliptic-curve v0.13.8 |
| 1407 | 2024-05-15T02:50:24.472Z | Downloaded idna v0.2.3 |
| 1408 | 2024-05-15T02:50:24.472Z | Downloaded slog-envlogger v2.2.0 |
| 1409 | 2024-05-15T02:50:24.472Z | Downloaded slog-dtrace v0.3.0 |
| 1410 | 2024-05-15T02:50:24.472Z | Downloaded slog-async v2.8.0 |
| 1411 | 2024-05-15T02:50:24.472Z | Downloaded slab v0.4.9 |
| 1412 | 2024-05-15T02:50:24.472Z | Downloaded signal-hook-registry v1.4.1 |
| 1413 | 2024-05-15T02:50:24.497Z | Downloaded signal-hook-mio v0.2.3 |
| 1414 | 2024-05-15T02:50:24.497Z | Downloaded sha1 v0.10.6 |
| 1415 | 2024-05-15T02:50:24.497Z | Downloaded phf_shared v0.11.2 |
| 1416 | 2024-05-15T02:50:24.497Z | Downloaded phf v0.11.2 |
| 1417 | 2024-05-15T02:50:24.497Z | Downloaded ron v0.7.1 |
| 1418 | 2024-05-15T02:50:24.497Z | Downloaded poly1305 v0.8.0 |
| 1419 | 2024-05-15T02:50:24.497Z | Downloaded sqlparser v0.45.0 |
| 1420 | 2024-05-15T02:50:24.497Z | Downloaded rustls-webpki v0.102.1 |
| 1421 | 2024-05-15T02:50:24.521Z | Downloaded pkg-config v0.3.27 |
| 1422 | 2024-05-15T02:50:24.521Z | Downloaded pin-utils v0.1.0 |
| 1423 | 2024-05-15T02:50:24.521Z | Downloaded pin-project-lite v0.2.13 |
| 1424 | 2024-05-15T02:50:24.546Z | Downloaded test-strategy v0.3.1 |
| 1425 | 2024-05-15T02:50:24.546Z | Downloaded num-bigint v0.4.4 |
| 1426 | 2024-05-15T02:50:24.546Z | Downloaded unicode-normalization v0.1.22 |
| 1427 | 2024-05-15T02:50:24.546Z | Downloaded slog-bunyan v2.5.0 |
| 1428 | 2024-05-15T02:50:24.546Z | Downloaded globset v0.4.13 |
| 1429 | 2024-05-15T02:50:24.546Z | Downloaded tar v0.4.40 |
| 1430 | 2024-05-15T02:50:24.584Z | Downloaded typed-path v0.7.0 |
| 1431 | 2024-05-15T02:50:24.584Z | Downloaded percent-encoding v2.3.1 |
| 1432 | 2024-05-15T02:50:24.584Z | Downloaded getopts v0.2.21 |
| 1433 | 2024-05-15T02:50:24.584Z | Downloaded futures-channel v0.3.30 |
| 1434 | 2024-05-15T02:50:24.584Z | Downloaded serde_with_macros v3.7.0 |
| 1435 | 2024-05-15T02:50:24.584Z | Downloaded serde_tokenstream v0.2.0 |
| 1436 | 2024-05-15T02:50:24.585Z | Downloaded lalrpop v0.19.12 |
| 1437 | 2024-05-15T02:50:24.610Z | Downloaded pem v3.0.4 |
| 1438 | 2024-05-15T02:50:24.610Z | Downloaded hash32 v0.2.1 |
| 1439 | 2024-05-15T02:50:24.610Z | Downloaded glob v0.3.1 |
| 1440 | 2024-05-15T02:50:24.610Z | Downloaded group v0.13.0 |
| 1441 | 2024-05-15T02:50:24.610Z | Downloaded generic-array v0.14.7 |
| 1442 | 2024-05-15T02:50:24.610Z | Downloaded futures-task v0.3.30 |
| 1443 | 2024-05-15T02:50:24.610Z | Downloaded serde_urlencoded v0.7.1 |
| 1444 | 2024-05-15T02:50:24.610Z | Downloaded textwrap v0.16.1 |
| 1445 | 2024-05-15T02:50:24.610Z | Downloaded rustls-webpki v0.101.7 |
| 1446 | 2024-05-15T02:50:24.636Z | Downloaded serde_tokenstream v0.1.7 |
| 1447 | 2024-05-15T02:50:24.636Z | Downloaded serde_repr v0.1.16 |
| 1448 | 2024-05-15T02:50:24.636Z | Downloaded tempfile v3.10.1 |
| 1449 | 2024-05-15T02:50:24.636Z | Downloaded snafu-derive v0.8.2 |
| 1450 | 2024-05-15T02:50:24.636Z | Downloaded flume v0.11.0 |
| 1451 | 2024-05-15T02:50:24.636Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 1452 | 2024-05-15T02:50:24.636Z | Downloaded derive_builder_macro v0.20.0 |
| 1453 | 2024-05-15T02:50:24.636Z | Downloaded fxhash v0.2.1 |
| 1454 | 2024-05-15T02:50:24.637Z | Downloaded futures-sink v0.3.30 |
| 1455 | 2024-05-15T02:50:24.637Z | Downloaded futures-macro v0.3.30 |
| 1456 | 2024-05-15T02:50:24.637Z | Downloaded futures-io v0.3.30 |
| 1457 | 2024-05-15T02:50:24.637Z | Downloaded futures-executor v0.3.30 |
| 1458 | 2024-05-15T02:50:24.661Z | Downloaded futures-core v0.3.30 |
| 1459 | 2024-05-15T02:50:24.661Z | Downloaded difflib v0.4.0 |
| 1460 | 2024-05-15T02:50:24.661Z | Downloaded serde_spanned v0.6.5 |
| 1461 | 2024-05-15T02:50:24.661Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1462 | 2024-05-15T02:50:24.661Z | Downloaded termcolor v1.2.0 |
| 1463 | 2024-05-15T02:50:24.661Z | Downloaded term v0.7.0 |
| 1464 | 2024-05-15T02:50:24.661Z | Downloaded tabled_derive v0.7.0 |
| 1465 | 2024-05-15T02:50:24.661Z | Downloaded der v0.7.8 |
| 1466 | 2024-05-15T02:50:24.661Z | Downloaded tungstenite v0.20.1 |
| 1467 | 2024-05-15T02:50:24.661Z | Downloaded itertools v0.12.1 |
| 1468 | 2024-05-15T02:50:24.686Z | Downloaded thiserror v1.0.59 |
| 1469 | 2024-05-15T02:50:24.686Z | Downloaded termios v0.3.3 |
| 1470 | 2024-05-15T02:50:24.686Z | Downloaded terminal_size v0.3.0 |
| 1471 | 2024-05-15T02:50:24.686Z | Downloaded tabwriter v1.4.0 |
| 1472 | 2024-05-15T02:50:24.686Z | Downloaded subprocess v0.2.9 |
| 1473 | 2024-05-15T02:50:24.686Z | Downloaded rand v0.8.5 |
| 1474 | 2024-05-15T02:50:24.711Z | Downloaded publicsuffix v2.2.3 |
| 1475 | 2024-05-15T02:50:24.711Z | Downloaded x509-cert v0.2.4 |
| 1476 | 2024-05-15T02:50:24.711Z | Downloaded unicode_categories v0.1.1 |
| 1477 | 2024-05-15T02:50:24.711Z | Downloaded unicode-segmentation v1.10.1 |
| 1478 | 2024-05-15T02:50:24.711Z | Downloaded idna v0.5.0 |
| 1479 | 2024-05-15T02:50:24.735Z | Downloaded thread-id v4.2.0 |
| 1480 | 2024-05-15T02:50:24.735Z | Downloaded thiserror-no-std v2.0.2 |
| 1481 | 2024-05-15T02:50:24.735Z | Downloaded tap v1.0.1 |
| 1482 | 2024-05-15T02:50:24.735Z | Downloaded smf v0.2.3 |
| 1483 | 2024-05-15T02:50:24.736Z | Downloaded funty v2.0.0 |
| 1484 | 2024-05-15T02:50:24.736Z | Downloaded fs-err v2.11.0 |
| 1485 | 2024-05-15T02:50:24.736Z | Downloaded ena v0.14.2 |
| 1486 | 2024-05-15T02:50:24.736Z | Downloaded dyn-clone v1.0.17 |
| 1487 | 2024-05-15T02:50:24.736Z | Downloaded num-traits v0.2.19 |
| 1488 | 2024-05-15T02:50:24.736Z | Downloaded darling_core v0.20.8 |
| 1489 | 2024-05-15T02:50:24.760Z | Downloaded tungstenite v0.21.0 |
| 1490 | 2024-05-15T02:50:24.760Z | Downloaded salty v0.2.0 |
| 1491 | 2024-05-15T02:50:24.760Z | Downloaded serde_json v1.0.116 |
| 1492 | 2024-05-15T02:50:24.760Z | Downloaded take_mut v0.2.2 |
| 1493 | 2024-05-15T02:50:24.760Z | Downloaded fragile v2.0.0 |
| 1494 | 2024-05-15T02:50:24.760Z | Downloaded form_urlencoded v1.2.1 |
| 1495 | 2024-05-15T02:50:24.785Z | Downloaded foreign-types-macros v0.2.3 |
| 1496 | 2024-05-15T02:50:24.785Z | Downloaded foreign-types v0.3.2 |
| 1497 | 2024-05-15T02:50:24.785Z | Downloaded fnv v1.0.7 |
| 1498 | 2024-05-15T02:50:24.785Z | Downloaded float-cmp v0.9.0 |
| 1499 | 2024-05-15T02:50:24.785Z | Downloaded embedded-io v0.4.0 |
| 1500 | 2024-05-15T02:50:24.785Z | Downloaded either v1.11.0 |
| 1501 | 2024-05-15T02:50:24.785Z | Downloaded ed25519 v1.5.3 |
| 1502 | 2024-05-15T02:50:24.785Z | Downloaded dof v0.3.0 |
| 1503 | 2024-05-15T02:50:24.785Z | Downloaded dof v0.1.5 |
| 1504 | 2024-05-15T02:50:24.786Z | Downloaded display-error-chain v0.2.0 |
| 1505 | 2024-05-15T02:50:24.786Z | Downloaded dirs-sys-next v0.1.2 |
| 1506 | 2024-05-15T02:50:24.786Z | Downloaded dirs-next v2.0.0 |
| 1507 | 2024-05-15T02:50:24.786Z | Downloaded digest v0.10.7 |
| 1508 | 2024-05-15T02:50:24.786Z | Downloaded peg-macros v0.8.3 |
| 1509 | 2024-05-15T02:50:24.786Z | Downloaded num_enum_derive v0.5.11 |
| 1510 | 2024-05-15T02:50:24.786Z | Downloaded num-rational v0.4.2 |
| 1511 | 2024-05-15T02:50:24.786Z | Downloaded csv-core v0.1.11 |
| 1512 | 2024-05-15T02:50:24.810Z | Downloaded proc-macro2 v1.0.82 |
| 1513 | 2024-05-15T02:50:24.811Z | Downloaded prettyplease v0.2.20 |
| 1514 | 2024-05-15T02:50:24.811Z | Downloaded crossterm v0.27.0 |
| 1515 | 2024-05-15T02:50:24.811Z | Downloaded reedline v0.31.0 |
| 1516 | 2024-05-15T02:50:24.811Z | Downloaded synstructure v0.12.6 |
| 1517 | 2024-05-15T02:50:24.835Z | Downloaded supports-color v3.0.0 |
| 1518 | 2024-05-15T02:50:24.836Z | Downloaded subtle v2.5.0 |
| 1519 | 2024-05-15T02:50:24.836Z | Downloaded strum_macros v0.26.1 |
| 1520 | 2024-05-15T02:50:24.836Z | Downloaded strum_macros v0.25.2 |
| 1521 | 2024-05-15T02:50:24.836Z | Downloaded strum_macros v0.24.3 |
| 1522 | 2024-05-15T02:50:24.836Z | Downloaded structmeta-derive v0.3.0 |
| 1523 | 2024-05-15T02:50:24.836Z | Downloaded structmeta-derive v0.2.0 |
| 1524 | 2024-05-15T02:50:24.836Z | Downloaded structmeta v0.3.0 |
| 1525 | 2024-05-15T02:50:24.836Z | Downloaded structmeta v0.2.0 |
| 1526 | 2024-05-15T02:50:24.836Z | Downloaded strsim v0.11.0 |
| 1527 | 2024-05-15T02:50:24.836Z | Downloaded strsim v0.10.0 |
| 1528 | 2024-05-15T02:50:24.836Z | Downloaded peg v0.8.3 |
| 1529 | 2024-05-15T02:50:24.836Z | Downloaded num_enum v0.5.11 |
| 1530 | 2024-05-15T02:50:24.861Z | Downloaded num_cpus v1.16.0 |
| 1531 | 2024-05-15T02:50:24.861Z | Downloaded num-complex v0.4.6 |
| 1532 | 2024-05-15T02:50:24.861Z | Downloaded postcard v1.0.8 |
| 1533 | 2024-05-15T02:50:24.861Z | Downloaded serde v1.0.201 |
| 1534 | 2024-05-15T02:50:24.861Z | Downloaded rustyline v14.0.0 |
| 1535 | 2024-05-15T02:50:24.861Z | Downloaded foreign-types v0.5.0 |
| 1536 | 2024-05-15T02:50:24.861Z | Downloaded dtrace-parser v0.2.0 |
| 1537 | 2024-05-15T02:50:24.886Z | Downloaded dtrace-parser v0.1.14 |
| 1538 | 2024-05-15T02:50:24.886Z | Downloaded downcast v0.11.0 |
| 1539 | 2024-05-15T02:50:24.886Z | Downloaded peeking_take_while v0.1.2 |
| 1540 | 2024-05-15T02:50:24.886Z | Downloaded paste v1.0.15 |
| 1541 | 2024-05-15T02:50:24.886Z | Downloaded num-iter v0.1.45 |
| 1542 | 2024-05-15T02:50:24.886Z | Downloaded num-integer v0.1.46 |
| 1543 | 2024-05-15T02:50:24.886Z | Downloaded num-derive v0.4.0 |
| 1544 | 2024-05-15T02:50:24.887Z | Downloaded num v0.4.3 |
| 1545 | 2024-05-15T02:50:24.887Z | Downloaded der_derive v0.7.2 |
| 1546 | 2024-05-15T02:50:24.887Z | Downloaded defmt v0.3.5 |
| 1547 | 2024-05-15T02:50:24.887Z | Downloaded darling v0.20.8 |
| 1548 | 2024-05-15T02:50:24.911Z | Downloaded zerocopy-derive v0.7.32 |
| 1549 | 2024-05-15T02:50:24.911Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1550 | 2024-05-15T02:50:24.911Z | Downloaded proc-macro-error v1.0.4 |
| 1551 | 2024-05-15T02:50:24.912Z | Downloaded predicates-tree v1.0.9 |
| 1552 | 2024-05-15T02:50:24.912Z | Downloaded predicates v3.1.0 |
| 1553 | 2024-05-15T02:50:24.912Z | Downloaded postgres-types v0.2.6 |
| 1554 | 2024-05-15T02:50:24.912Z | Downloaded postgres-protocol v0.6.6 |
| 1555 | 2024-05-15T02:50:24.912Z | Downloaded vte v0.11.1 |
| 1556 | 2024-05-15T02:50:24.912Z | Downloaded uuid v1.8.0 |
| 1557 | 2024-05-15T02:50:24.936Z | Downloaded typenum v1.16.0 |
| 1558 | 2024-05-15T02:50:24.936Z | Downloaded samael v0.0.15 |
| 1559 | 2024-05-15T02:50:24.936Z | Downloaded clap_builder v4.5.2 |
| 1560 | 2024-05-15T02:50:24.936Z | Downloaded chrono v0.4.38 |
| 1561 | 2024-05-15T02:50:24.961Z | Downloaded swrite v0.1.0 |
| 1562 | 2024-05-15T02:50:24.961Z | Downloaded strum v0.26.2 |
| 1563 | 2024-05-15T02:50:24.961Z | Downloaded number_prefix v0.4.0 |
| 1564 | 2024-05-15T02:50:24.961Z | Downloaded num-conv v0.1.0 |
| 1565 | 2024-05-15T02:50:24.961Z | Downloaded deranged v0.3.11 |
| 1566 | 2024-05-15T02:50:24.961Z | Downloaded defmt-parser v0.3.3 |
| 1567 | 2024-05-15T02:50:24.961Z | Downloaded defmt-macros v0.3.6 |
| 1568 | 2024-05-15T02:50:24.961Z | Downloaded debug-ignore v1.0.5 |
| 1569 | 2024-05-15T02:50:24.961Z | Downloaded data-encoding v2.4.0 |
| 1570 | 2024-05-15T02:50:24.961Z | Downloaded zeroize v1.7.0 |
| 1571 | 2024-05-15T02:50:24.961Z | Downloaded quote v1.0.36 |
| 1572 | 2024-05-15T02:50:24.961Z | Downloaded proc-macro-crate v1.3.1 |
| 1573 | 2024-05-15T02:50:24.961Z | Downloaded zerocopy v0.6.6 |
| 1574 | 2024-05-15T02:50:24.986Z | Downloaded whoami v1.5.1 |
| 1575 | 2024-05-15T02:50:24.986Z | Downloaded unicode-ident v1.0.12 |
| 1576 | 2024-05-15T02:50:24.986Z | Downloaded unicode-bidi v0.3.15 |
| 1577 | 2024-05-15T02:50:24.986Z | Downloaded ucd-trie v0.1.6 |
| 1578 | 2024-05-15T02:50:24.986Z | Downloaded rsa v0.9.2 |
| 1579 | 2024-05-15T02:50:24.986Z | Downloaded expectorate v1.1.0 |
| 1580 | 2024-05-15T02:50:24.986Z | Downloaded nom v7.1.3 |
| 1581 | 2024-05-15T02:50:25.010Z | Downloaded itertools v0.10.5 |
| 1582 | 2024-05-15T02:50:25.010Z | Downloaded hyper v0.14.28 |
| 1583 | 2024-05-15T02:50:25.010Z | Downloaded num_threads v0.1.6 |
| 1584 | 2024-05-15T02:50:25.010Z | Downloaded ref-cast-impl v1.0.23 |
| 1585 | 2024-05-15T02:50:25.010Z | Downloaded ref-cast v1.0.23 |
| 1586 | 2024-05-15T02:50:25.035Z | Downloaded rand_xorshift v0.3.0 |
| 1587 | 2024-05-15T02:50:25.035Z | Downloaded rand_seeder v0.2.3 |
| 1588 | 2024-05-15T02:50:25.035Z | Downloaded rand_core v0.6.4 |
| 1589 | 2024-05-15T02:50:25.035Z | Downloaded rand_chacha v0.3.1 |
| 1590 | 2024-05-15T02:50:25.035Z | Downloaded radium v0.7.0 |
| 1591 | 2024-05-15T02:50:25.035Z | Downloaded r2d2 v0.8.10 |
| 1592 | 2024-05-15T02:50:25.035Z | Downloaded quick-error v1.2.3 |
| 1593 | 2024-05-15T02:50:25.035Z | Downloaded predicates-core v1.0.6 |
| 1594 | 2024-05-15T02:50:25.035Z | Downloaded ppv-lite86 v0.2.17 |
| 1595 | 2024-05-15T02:50:25.035Z | Downloaded yasna v0.5.2 |
| 1596 | 2024-05-15T02:50:25.035Z | Downloaded unarray v0.1.4 |
| 1597 | 2024-05-15T02:50:25.036Z | Downloaded schemars v0.8.17 |
| 1598 | 2024-05-15T02:50:25.063Z | Downloaded ryu v1.0.15 |
| 1599 | 2024-05-15T02:50:25.063Z | Downloaded steno v0.4.0 |
| 1600 | 2024-05-15T02:50:25.063Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1601 | 2024-05-15T02:50:25.063Z | Downloaded pretty-hex v0.4.1 |
| 1602 | 2024-05-15T02:50:25.063Z | Downloaded pretty-hex v0.2.1 |
| 1603 | 2024-05-15T02:50:25.063Z | Downloaded precomputed-hash v0.1.1 |
| 1604 | 2024-05-15T02:50:25.063Z | Downloaded powerfmt v0.2.0 |
| 1605 | 2024-05-15T02:50:25.063Z | Downloaded zerocopy v0.3.0 |
| 1606 | 2024-05-15T02:50:25.063Z | Downloaded xattr v1.0.1 |
| 1607 | 2024-05-15T02:50:25.088Z | Downloaded walkdir v2.5.0 |
| 1608 | 2024-05-15T02:50:25.088Z | Downloaded vsss-rs v3.3.4 |
| 1609 | 2024-05-15T02:50:25.088Z | Downloaded utf-8 v0.7.6 |
| 1610 | 2024-05-15T02:50:25.088Z | Downloaded usdt-impl v0.5.0 |
| 1611 | 2024-05-15T02:50:25.088Z | Downloaded unicode-width v0.1.11 |
| 1612 | 2024-05-15T02:50:25.089Z | Downloaded parking_lot_core v0.8.6 |
| 1613 | 2024-05-15T02:50:25.089Z | Downloaded oso v0.27.3 |
| 1614 | 2024-05-15T02:50:25.089Z | Downloaded openssl-sys v0.9.102 |
| 1615 | 2024-05-15T02:50:25.089Z | Downloaded flate2 v1.0.30 |
| 1616 | 2024-05-15T02:50:25.114Z | Downloaded crypto-bigint v0.5.2 |
| 1617 | 2024-05-15T02:50:25.115Z | Downloaded trust-dns-resolver v0.22.0 |
| 1618 | 2024-05-15T02:50:25.115Z | Downloaded trust-dns-client v0.22.0 |
| 1619 | 2024-05-15T02:50:25.115Z | Downloaded tokio-postgres v0.7.10 |
| 1620 | 2024-05-15T02:50:25.139Z | Downloaded memchr v2.7.1 |
| 1621 | 2024-05-15T02:50:25.139Z | Downloaded libxml v0.3.3 |
| 1622 | 2024-05-15T02:50:25.139Z | Downloaded libm v0.2.7 |
| 1623 | 2024-05-15T02:50:25.164Z | Downloaded idna v0.3.0 |
| 1624 | 2024-05-15T02:50:25.164Z | Downloaded const_format v0.2.32 |
| 1625 | 2024-05-15T02:50:25.164Z | Downloaded portpicker v0.1.1 |
| 1626 | 2024-05-15T02:50:25.164Z | Downloaded wyz v0.5.1 |
| 1627 | 2024-05-15T02:50:25.164Z | Downloaded which v4.4.0 |
| 1628 | 2024-05-15T02:50:25.164Z | Downloaded wait-timeout v0.2.0 |
| 1629 | 2024-05-15T02:50:25.164Z | Downloaded version_check v0.9.4 |
| 1630 | 2024-05-15T02:50:25.189Z | Downloaded uzers v0.11.3 |
| 1631 | 2024-05-15T02:50:25.189Z | Downloaded utf8parse v0.2.1 |
| 1632 | 2024-05-15T02:50:25.189Z | Downloaded usdt-impl v0.3.5 |
| 1633 | 2024-05-15T02:50:25.189Z | Downloaded unicode-xid v0.2.4 |
| 1634 | 2024-05-15T02:50:25.189Z | Downloaded unicode-linebreak v0.1.5 |
| 1635 | 2024-05-15T02:50:25.189Z | Downloaded unicase v2.7.0 |
| 1636 | 2024-05-15T02:50:25.190Z | Downloaded semver v1.0.22 |
| 1637 | 2024-05-15T02:50:25.190Z | Downloaded sct v0.7.0 |
| 1638 | 2024-05-15T02:50:25.190Z | Downloaded scroll v0.12.0 |
| 1639 | 2024-05-15T02:50:25.190Z | Downloaded rustls-pemfile v2.1.2 |
| 1640 | 2024-05-15T02:50:25.190Z | Downloaded rustc-demangle v0.1.23 |
| 1641 | 2024-05-15T02:50:25.190Z | Downloaded rtoolbox v0.0.1 |
| 1642 | 2024-05-15T02:50:25.190Z | Downloaded papergrid v0.11.0 |
| 1643 | 2024-05-15T02:50:25.214Z | Downloaded owo-colors v4.0.0 |
| 1644 | 2024-05-15T02:50:25.214Z | Downloaded fatfs v0.3.6 |
| 1645 | 2024-05-15T02:50:25.214Z | Downloaded crossbeam-epoch v0.9.18 |
| 1646 | 2024-05-15T02:50:25.214Z | Downloaded zip v0.6.6 |
| 1647 | 2024-05-15T02:50:25.214Z | Downloaded url v2.5.0 |
| 1648 | 2024-05-15T02:50:25.239Z | Downloaded unsafe-libyaml v0.2.10 |
| 1649 | 2024-05-15T02:50:25.239Z | Downloaded trust-dns-server v0.22.1 |
| 1650 | 2024-05-15T02:50:25.239Z | Downloaded minimal-lexical v0.2.1 |
| 1651 | 2024-05-15T02:50:25.239Z | Downloaded crossbeam-channel v0.5.8 |
| 1652 | 2024-05-15T02:50:25.239Z | Downloaded usdt-macro v0.3.5 |
| 1653 | 2024-05-15T02:50:25.239Z | Downloaded serde_plain v1.0.2 |
| 1654 | 2024-05-15T02:50:25.263Z | Downloaded serde_path_to_error v0.1.16 |
| 1655 | 2024-05-15T02:50:25.263Z | Downloaded serde-hex v0.1.0 |
| 1656 | 2024-05-15T02:50:25.263Z | Downloaded semver v0.1.20 |
| 1657 | 2024-05-15T02:50:25.263Z | Downloaded schemars_derive v0.8.17 |
| 1658 | 2024-05-15T02:50:25.263Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1659 | 2024-05-15T02:50:25.264Z | Downloaded same-file v1.0.6 |
| 1660 | 2024-05-15T02:50:25.264Z | Downloaded rustls-pemfile v1.0.3 |
| 1661 | 2024-05-15T02:50:25.264Z | Downloaded password-hash v0.5.0 |
| 1662 | 2024-05-15T02:50:25.264Z | Downloaded parking_lot_core v0.9.8 |
| 1663 | 2024-05-15T02:50:25.264Z | Downloaded parking_lot v0.12.1 |
| 1664 | 2024-05-15T02:50:25.264Z | Downloaded parking_lot v0.11.2 |
| 1665 | 2024-05-15T02:50:25.264Z | Downloaded once_cell v1.19.0 |
| 1666 | 2024-05-15T02:50:25.289Z | Downloaded omicron-zone-package v0.11.0 |
| 1667 | 2024-05-15T02:50:25.289Z | Downloaded crossbeam-utils v0.8.19 |
| 1668 | 2024-05-15T02:50:25.289Z | Downloaded mio v0.8.11 |
| 1669 | 2024-05-15T02:50:25.290Z | Downloaded waitgroup v0.1.2 |
| 1670 | 2024-05-15T02:50:25.290Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1671 | 2024-05-15T02:50:25.290Z | Downloaded secrecy v0.8.0 |
| 1672 | 2024-05-15T02:50:25.290Z | Downloaded sec1 v0.7.3 |
| 1673 | 2024-05-15T02:50:25.290Z | Downloaded scopeguard v1.2.0 |
| 1674 | 2024-05-15T02:50:25.290Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1675 | 2024-05-15T02:50:25.290Z | Downloaded rustc_version v0.4.0 |
| 1676 | 2024-05-15T02:50:25.315Z | Downloaded rustc_version v0.1.7 |
| 1677 | 2024-05-15T02:50:25.315Z | Downloaded rustc-hash v1.1.0 |
| 1678 | 2024-05-15T02:50:25.315Z | Downloaded rpassword v7.3.1 |
| 1679 | 2024-05-15T02:50:25.315Z | Downloaded parse-display-derive v0.9.0 |
| 1680 | 2024-05-15T02:50:25.315Z | Downloaded parse-display v0.9.0 |
| 1681 | 2024-05-15T02:50:25.315Z | Downloaded packed_struct_codegen v0.10.1 |
| 1682 | 2024-05-15T02:50:25.315Z | Downloaded packed_struct v0.10.1 |
| 1683 | 2024-05-15T02:50:25.315Z | Downloaded filetime v0.2.23 |
| 1684 | 2024-05-15T02:50:25.316Z | Downloaded fd-lock v4.0.2 |
| 1685 | 2024-05-15T02:50:25.316Z | Downloaded erased-serde v0.3.31 |
| 1686 | 2024-05-15T02:50:25.316Z | Downloaded env_logger v0.10.0 |
| 1687 | 2024-05-15T02:50:25.316Z | Downloaded env_logger v0.9.3 |
| 1688 | 2024-05-15T02:50:25.316Z | Downloaded socket2 v0.5.6 |
| 1689 | 2024-05-15T02:50:25.342Z | Downloaded memmap2 v0.7.1 |
| 1690 | 2024-05-15T02:50:25.342Z | Downloaded serde-big-array v0.4.1 |
| 1691 | 2024-05-15T02:50:25.342Z | Downloaded scroll_derive v0.12.0 |
| 1692 | 2024-05-15T02:50:25.342Z | Downloaded olpc-cjson v0.1.3 |
| 1693 | 2024-05-15T02:50:25.342Z | Downloaded flagset v0.4.3 |
| 1694 | 2024-05-15T02:50:25.342Z | Downloaded fixedbitset v0.4.2 |
| 1695 | 2024-05-15T02:50:25.342Z | Downloaded ff v0.13.0 |
| 1696 | 2024-05-15T02:50:25.342Z | Downloaded fastrand v2.0.1 |
| 1697 | 2024-05-15T02:50:25.342Z | Downloaded fallible-iterator v0.2.0 |
| 1698 | 2024-05-15T02:50:25.342Z | Downloaded crypto-common v0.1.6 |
| 1699 | 2024-05-15T02:50:25.342Z | Downloaded tokio-stream v0.1.15 |
| 1700 | 2024-05-15T02:50:25.342Z | Downloaded tokio-rustls v0.25.0 |
| 1701 | 2024-05-15T02:50:25.342Z | Downloaded spin v0.9.8 |
| 1702 | 2024-05-15T02:50:25.367Z | Downloaded socket2 v0.4.9 |
| 1703 | 2024-05-15T02:50:25.367Z | Downloaded similar v2.4.0 |
| 1704 | 2024-05-15T02:50:25.368Z | Downloaded rcgen v0.12.1 |
| 1705 | 2024-05-15T02:50:25.368Z | Downloaded rayon-core v1.12.1 |
| 1706 | 2024-05-15T02:50:25.368Z | Downloaded mime_guess v2.0.4 |
| 1707 | 2024-05-15T02:50:25.368Z | Downloaded log v0.4.21 |
| 1708 | 2024-05-15T02:50:25.368Z | Downloaded bitvec v1.0.1 |
| 1709 | 2024-05-15T02:50:25.392Z | Downloaded oso-derive v0.27.3 |
| 1710 | 2024-05-15T02:50:25.393Z | Downloaded openssl-probe v0.1.5 |
| 1711 | 2024-05-15T02:50:25.393Z | Downloaded openssl-macros v0.1.1 |
| 1712 | 2024-05-15T02:50:25.393Z | Downloaded opaque-debug v0.3.0 |
| 1713 | 2024-05-15T02:50:25.393Z | Downloaded errno v0.3.8 |
| 1714 | 2024-05-15T02:50:25.393Z | Downloaded enum-as-inner v0.5.1 |
| 1715 | 2024-05-15T02:50:25.393Z | Downloaded cstr-argument v0.1.2 |
| 1716 | 2024-05-15T02:50:25.393Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1717 | 2024-05-15T02:50:25.393Z | Downloaded zone v0.1.8 |
| 1718 | 2024-05-15T02:50:25.419Z | Downloaded usdt v0.5.0 |
| 1719 | 2024-05-15T02:50:25.419Z | Downloaded usdt v0.3.5 |
| 1720 | 2024-05-15T02:50:25.419Z | Downloaded untrusted v0.9.0 |
| 1721 | 2024-05-15T02:50:25.419Z | Downloaded untrusted v0.7.1 |
| 1722 | 2024-05-15T02:50:25.419Z | Downloaded universal-hash v0.5.1 |
| 1723 | 2024-05-15T02:50:25.419Z | Downloaded tokio-rustls v0.24.1 |
| 1724 | 2024-05-15T02:50:25.419Z | Downloaded static_assertions v1.1.0 |
| 1725 | 2024-05-15T02:50:25.419Z | Downloaded sqlformat v0.2.3 |
| 1726 | 2024-05-15T02:50:25.419Z | Downloaded serde_derive v1.0.201 |
| 1727 | 2024-05-15T02:50:25.419Z | Downloaded nodrop v0.1.14 |
| 1728 | 2024-05-15T02:50:25.419Z | Downloaded nibble_vec v0.1.0 |
| 1729 | 2024-05-15T02:50:25.419Z | Downloaded multimap v0.10.0 |
| 1730 | 2024-05-15T02:50:25.419Z | Downloaded multer v3.1.0 |
| 1731 | 2024-05-15T02:50:25.419Z | Downloaded mockall_derive v0.12.1 |
| 1732 | 2024-05-15T02:50:25.445Z | Downloaded memoffset v0.7.1 |
| 1733 | 2024-05-15T02:50:25.445Z | Downloaded memmap v0.7.0 |
| 1734 | 2024-05-15T02:50:25.445Z | Downloaded md-5 v0.10.5 |
| 1735 | 2024-05-15T02:50:25.445Z | Downloaded maplit v1.0.2 |
| 1736 | 2024-05-15T02:50:25.445Z | Downloaded managed v0.8.0 |
| 1737 | 2024-05-15T02:50:25.445Z | Downloaded itoa v1.0.9 |
| 1738 | 2024-05-15T02:50:25.445Z | Downloaded indicatif v0.17.8 |
| 1739 | 2024-05-15T02:50:25.446Z | Downloaded crc-any v2.4.3 |
| 1740 | 2024-05-15T02:50:25.446Z | Downloaded cookie v0.18.1 |
| 1741 | 2024-05-15T02:50:25.446Z | Downloaded const-oid v0.9.6 |
| 1742 | 2024-05-15T02:50:25.446Z | Downloaded chacha20poly1305 v0.10.1 |
| 1743 | 2024-05-15T02:50:25.446Z | Downloaded endian-type v0.1.2 |
| 1744 | 2024-05-15T02:50:25.446Z | Downloaded crunchy v0.2.2 |
| 1745 | 2024-05-15T02:50:25.446Z | Downloaded zone_cfg_derive v0.1.2 |
| 1746 | 2024-05-15T02:50:25.471Z | Downloaded zeroize_derive v1.4.2 |
| 1747 | 2024-05-15T02:50:25.471Z | Downloaded usdt-attr-macro v0.5.0 |
| 1748 | 2024-05-15T02:50:25.471Z | Downloaded usdt-attr-macro v0.3.5 |
| 1749 | 2024-05-15T02:50:25.471Z | Downloaded try-lock v0.2.4 |
| 1750 | 2024-05-15T02:50:25.471Z | Downloaded tokio-native-tls v0.3.1 |
| 1751 | 2024-05-15T02:50:25.471Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1752 | 2024-05-15T02:50:25.471Z | Downloaded stringprep v0.1.3 |
| 1753 | 2024-05-15T02:50:25.471Z | Downloaded string_cache v0.8.7 |
| 1754 | 2024-05-15T02:50:25.471Z | Downloaded stable_deref_trait v1.2.0 |
| 1755 | 2024-05-15T02:50:25.471Z | Downloaded spki v0.7.2 |
| 1756 | 2024-05-15T02:50:25.471Z | Downloaded spin v0.5.2 |
| 1757 | 2024-05-15T02:50:25.471Z | Downloaded siphasher v0.3.11 |
| 1758 | 2024-05-15T02:50:25.471Z | Downloaded signature v2.1.0 |
| 1759 | 2024-05-15T02:50:25.471Z | Downloaded signature v1.6.4 |
| 1760 | 2024-05-15T02:50:25.471Z | Downloaded serde_derive_internals v0.29.0 |
| 1761 | 2024-05-15T02:50:25.471Z | Downloaded nu-ansi-term v0.50.0 |
| 1762 | 2024-05-15T02:50:25.471Z | Downloaded newtype_derive v0.1.6 |
| 1763 | 2024-05-15T02:50:25.496Z | Downloaded newtype-uuid v1.1.0 |
| 1764 | 2024-05-15T02:50:25.496Z | Downloaded newline-converter v0.3.0 |
| 1765 | 2024-05-15T02:50:25.496Z | Downloaded native-tls v0.2.11 |
| 1766 | 2024-05-15T02:50:25.497Z | Downloaded nanorand v0.7.0 |
| 1767 | 2024-05-15T02:50:25.497Z | Downloaded miniz_oxide v0.7.1 |
| 1768 | 2024-05-15T02:50:25.497Z | Downloaded mime v0.3.17 |
| 1769 | 2024-05-15T02:50:25.497Z | Downloaded maybe-uninit v2.0.0 |
| 1770 | 2024-05-15T02:50:25.497Z | Downloaded matches v0.1.10 |
| 1771 | 2024-05-15T02:50:25.497Z | Downloaded match_cfg v0.1.0 |
| 1772 | 2024-05-15T02:50:25.497Z | Downloaded lru-cache v0.1.2 |
| 1773 | 2024-05-15T02:50:25.497Z | Downloaded lru v0.12.1 |
| 1774 | 2024-05-15T02:50:25.497Z | Downloaded lock_api v0.4.10 |
| 1775 | 2024-05-15T02:50:25.497Z | Downloaded linear-map v1.2.0 |
| 1776 | 2024-05-15T02:50:25.497Z | Downloaded lalrpop-util v0.19.12 |
| 1777 | 2024-05-15T02:50:25.497Z | Downloaded kstat-rs v0.2.3 |
| 1778 | 2024-05-15T02:50:25.497Z | Downloaded indexmap v2.2.6 |
| 1779 | 2024-05-15T02:50:25.522Z | Downloaded indexmap v1.9.3 |
| 1780 | 2024-05-15T02:50:25.522Z | Downloaded cookie_store v0.20.0 |
| 1781 | 2024-05-15T02:50:25.522Z | Downloaded console v0.15.8 |
| 1782 | 2024-05-15T02:50:25.522Z | Downloaded blake3 v1.5.0 |
| 1783 | 2024-05-15T02:50:25.522Z | Downloaded sqlparser_derive v0.2.2 |
| 1784 | 2024-05-15T02:50:25.522Z | Downloaded sigpipe v0.1.3 |
| 1785 | 2024-05-15T02:50:25.547Z | Downloaded signal-hook-tokio v0.3.1 |
| 1786 | 2024-05-15T02:50:25.547Z | Downloaded shell-words v1.1.0 |
| 1787 | 2024-05-15T02:50:25.547Z | Downloaded serde_arrays v0.1.0 |
| 1788 | 2024-05-15T02:50:25.547Z | Downloaded rusty-fork v0.3.0 |
| 1789 | 2024-05-15T02:50:25.547Z | Downloaded rustversion v1.0.14 |
| 1790 | 2024-05-15T02:50:25.547Z | Downloaded rustls-pki-types v1.3.0 |
| 1791 | 2024-05-15T02:50:25.547Z | Downloaded resolv-conf v0.7.0 |
| 1792 | 2024-05-15T02:50:25.547Z | Downloaded normalize-line-endings v0.3.0 |
| 1793 | 2024-05-15T02:50:25.547Z | Downloaded macaddr v1.0.1 |
| 1794 | 2024-05-15T02:50:25.547Z | Downloaded linked-hash-map v0.5.6 |
| 1795 | 2024-05-15T02:50:25.547Z | Downloaded libsw v3.3.1 |
| 1796 | 2024-05-15T02:50:25.547Z | Downloaded libloading v0.7.4 |
| 1797 | 2024-05-15T02:50:25.547Z | Downloaded libefi-sys v0.1.0 |
| 1798 | 2024-05-15T02:50:25.547Z | Downloaded lazycell v1.3.0 |
| 1799 | 2024-05-15T02:50:25.547Z | Downloaded keccak v0.1.4 |
| 1800 | 2024-05-15T02:50:25.572Z | Downloaded is_ci v1.2.0 |
| 1801 | 2024-05-15T02:50:25.572Z | Downloaded is-terminal v0.4.9 |
| 1802 | 2024-05-15T02:50:25.572Z | Downloaded indoc v2.0.3 |
| 1803 | 2024-05-15T02:50:25.572Z | Downloaded hostname v0.4.0 |
| 1804 | 2024-05-15T02:50:25.572Z | Downloaded crc32fast v1.3.2 |
| 1805 | 2024-05-15T02:50:25.573Z | Downloaded crc-catalog v2.2.0 |
| 1806 | 2024-05-15T02:50:25.573Z | Downloaded crc v3.0.1 |
| 1807 | 2024-05-15T02:50:25.573Z | Downloaded cpufeatures v0.2.12 |
| 1808 | 2024-05-15T02:50:25.573Z | Downloaded cookie v0.17.0 |
| 1809 | 2024-05-15T02:50:25.573Z | Downloaded compact_str v0.7.1 |
| 1810 | 2024-05-15T02:50:25.573Z | Downloaded colored v2.1.0 |
| 1811 | 2024-05-15T02:50:25.573Z | Downloaded clap_lex v0.7.0 |
| 1812 | 2024-05-15T02:50:25.573Z | Downloaded clap_derive v4.5.4 |
| 1813 | 2024-05-15T02:50:25.598Z | Downloaded cancel-safe-futures v0.1.5 |
| 1814 | 2024-05-15T02:50:25.598Z | Downloaded camino v1.1.6 |
| 1815 | 2024-05-15T02:50:25.598Z | Downloaded mockall v0.12.1 |
| 1816 | 2024-05-15T02:50:25.598Z | Downloaded lazy_static v1.4.0 |
| 1817 | 2024-05-15T02:50:25.598Z | Downloaded ipnetwork v0.20.0 |
| 1818 | 2024-05-15T02:50:25.598Z | Downloaded inout v0.1.3 |
| 1819 | 2024-05-15T02:50:25.598Z | Downloaded indoc v1.0.9 |
| 1820 | 2024-05-15T02:50:25.598Z | Downloaded ident_case v1.0.1 |
| 1821 | 2024-05-15T02:50:25.598Z | Downloaded iana-time-zone v0.1.57 |
| 1822 | 2024-05-15T02:50:25.598Z | Downloaded hyper-rustls v0.24.2 |
| 1823 | 2024-05-15T02:50:25.598Z | Downloaded hubpack v0.1.2 |
| 1824 | 2024-05-15T02:50:25.598Z | Downloaded hex v0.4.3 |
| 1825 | 2024-05-15T02:50:25.623Z | Downloaded heck v0.4.1 |
| 1826 | 2024-05-15T02:50:25.623Z | Downloaded corncobs v0.1.3 |
| 1827 | 2024-05-15T02:50:25.623Z | Downloaded convert_case v0.4.0 |
| 1828 | 2024-05-15T02:50:25.623Z | Downloaded const_format_proc_macros v0.2.32 |
| 1829 | 2024-05-15T02:50:25.623Z | Downloaded colorchoice v1.0.0 |
| 1830 | 2024-05-15T02:50:25.623Z | Downloaded cobs v0.2.3 |
| 1831 | 2024-05-15T02:50:25.623Z | Downloaded clap v4.5.4 |
| 1832 | 2024-05-15T02:50:25.623Z | Downloaded clang-sys v1.6.1 |
| 1833 | 2024-05-15T02:50:25.648Z | Downloaded ciborium-ll v0.2.2 |
| 1834 | 2024-05-15T02:50:25.648Z | Downloaded ciborium v0.2.2 |
| 1835 | 2024-05-15T02:50:25.648Z | Downloaded chacha20 v0.9.1 |
| 1836 | 2024-05-15T02:50:25.648Z | Downloaded castaway v0.2.2 |
| 1837 | 2024-05-15T02:50:25.648Z | Downloaded camino-tempfile v1.1.1 |
| 1838 | 2024-05-15T02:50:25.648Z | Downloaded hyper-tls v0.5.0 |
| 1839 | 2024-05-15T02:50:25.648Z | Downloaded hyper-staticfile v0.9.5 |
| 1840 | 2024-05-15T02:50:25.648Z | Downloaded humantime v2.1.0 |
| 1841 | 2024-05-15T02:50:25.648Z | Downloaded httparse v1.8.0 |
| 1842 | 2024-05-15T02:50:25.648Z | Downloaded http-body v0.4.5 |
| 1843 | 2024-05-15T02:50:25.648Z | Downloaded http v1.0.0 |
| 1844 | 2024-05-15T02:50:25.673Z | Downloaded http v0.2.12 |
| 1845 | 2024-05-15T02:50:25.673Z | Downloaded home v0.5.5 |
| 1846 | 2024-05-15T02:50:25.673Z | Downloaded highway v1.1.0 |
| 1847 | 2024-05-15T02:50:25.673Z | Downloaded constant_time_eq v0.3.0 |
| 1848 | 2024-05-15T02:50:25.673Z | Downloaded cipher v0.4.4 |
| 1849 | 2024-05-15T02:50:25.673Z | Downloaded ciborium-io v0.2.2 |
| 1850 | 2024-05-15T02:50:25.673Z | Downloaded cfg_aliases v0.1.1 |
| 1851 | 2024-05-15T02:50:25.673Z | Downloaded cc v1.0.83 |
| 1852 | 2024-05-15T02:50:25.673Z | Downloaded cassowary v0.3.0 |
| 1853 | 2024-05-15T02:50:25.673Z | Downloaded bzip2 v0.4.4 |
| 1854 | 2024-05-15T02:50:25.673Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1855 | 2024-05-15T02:50:25.697Z | Downloaded hubpack_derive v0.1.1 |
| 1856 | 2024-05-15T02:50:25.698Z | Downloaded hmac v0.12.1 |
| 1857 | 2024-05-15T02:50:25.698Z | Downloaded hkdf v0.12.4 |
| 1858 | 2024-05-15T02:50:25.698Z | Downloaded heck v0.3.3 |
| 1859 | 2024-05-15T02:50:25.698Z | Downloaded headers-core v0.2.0 |
| 1860 | 2024-05-15T02:50:25.698Z | Downloaded hashbrown v0.14.3 |
| 1861 | 2024-05-15T02:50:25.698Z | Downloaded cfg-if v1.0.0 |
| 1862 | 2024-05-15T02:50:25.698Z | Downloaded cexpr v0.6.0 |
| 1863 | 2024-05-15T02:50:25.698Z | Downloaded cargo_metadata v0.18.1 |
| 1864 | 2024-05-15T02:50:25.698Z | Downloaded bytes v1.6.0 |
| 1865 | 2024-05-15T02:50:25.725Z | Downloaded byteorder v1.5.0 |
| 1866 | 2024-05-15T02:50:25.726Z | Downloaded hostname v0.3.1 |
| 1867 | 2024-05-15T02:50:25.726Z | Downloaded heapless v0.8.0 |
| 1868 | 2024-05-15T02:50:25.726Z | Downloaded heapless v0.7.16 |
| 1869 | 2024-05-15T02:50:25.726Z | Downloaded headers v0.3.9 |
| 1870 | 2024-05-15T02:50:25.726Z | Downloaded crossbeam-deque v0.8.3 |
| 1871 | 2024-05-15T02:50:25.726Z | Downloaded bitflags v2.4.2 |
| 1872 | 2024-05-15T02:50:25.750Z | Downloaded base64 v0.21.7 |
| 1873 | 2024-05-15T02:50:25.750Z | Downloaded backtrace v0.3.69 |
| 1874 | 2024-05-15T02:50:25.750Z | Downloaded heck v0.5.0 |
| 1875 | 2024-05-15T02:50:25.750Z | Downloaded hashbrown v0.13.2 |
| 1876 | 2024-05-15T02:50:25.750Z | Downloaded bcs v0.1.6 |
| 1877 | 2024-05-15T02:50:25.750Z | Downloaded base64 v0.22.1 |
| 1878 | 2024-05-15T02:50:25.776Z | Downloaded bytecount v0.6.3 |
| 1879 | 2024-05-15T02:50:25.776Z | Downloaded block-buffer v0.10.4 |
| 1880 | 2024-05-15T02:50:25.776Z | Downloaded bitstruct_derive v0.1.0 |
| 1881 | 2024-05-15T02:50:25.776Z | Downloaded bitfield v0.14.0 |
| 1882 | 2024-05-15T02:50:25.776Z | Downloaded bitflags v1.3.2 |
| 1883 | 2024-05-15T02:50:25.776Z | Downloaded bit-vec v0.6.3 |
| 1884 | 2024-05-15T02:50:25.776Z | Downloaded base64 v0.13.1 |
| 1885 | 2024-05-15T02:50:25.776Z | Downloaded base16ct v0.2.0 |
| 1886 | 2024-05-15T02:50:25.776Z | Downloaded backoff v0.4.0 |
| 1887 | 2024-05-15T02:50:25.777Z | Downloaded autocfg v1.1.0 |
| 1888 | 2024-05-15T02:50:25.777Z | Downloaded atomic-waker v1.1.1 |
| 1889 | 2024-05-15T02:50:25.777Z | Downloaded async-trait v0.1.80 |
| 1890 | 2024-05-15T02:50:25.802Z | Downloaded async-stream-impl v0.3.5 |
| 1891 | 2024-05-15T02:50:25.802Z | Downloaded async-stream v0.3.5 |
| 1892 | 2024-05-15T02:50:25.802Z | Downloaded assert_matches v1.5.0 |
| 1893 | 2024-05-15T02:50:25.802Z | Downloaded ascii-canvas v3.0.0 |
| 1894 | 2024-05-15T02:50:25.802Z | Downloaded ascii v1.1.0 |
| 1895 | 2024-05-15T02:50:25.802Z | Downloaded arrayvec v0.7.4 |
| 1896 | 2024-05-15T02:50:25.802Z | Downloaded bitstruct v0.1.1 |
| 1897 | 2024-05-15T02:50:25.802Z | Downloaded bindgen v0.69.2 |
| 1898 | 2024-05-15T02:50:25.802Z | Downloaded base64ct v1.6.0 |
| 1899 | 2024-05-15T02:50:25.827Z | Downloaded atty v0.2.14 |
| 1900 | 2024-05-15T02:50:25.827Z | Downloaded atomicwrites v0.4.3 |
| 1901 | 2024-05-15T02:50:25.828Z | Downloaded bb8 v0.8.3 |
| 1902 | 2024-05-15T02:50:25.828Z | Downloaded arrayref v0.3.7 |
| 1903 | 2024-05-15T02:50:25.828Z | Downloaded ahash v0.8.8 |
| 1904 | 2024-05-15T02:50:25.828Z | Downloaded arc-swap v1.6.0 |
| 1905 | 2024-05-15T02:50:25.828Z | Downloaded anyhow v1.0.83 |
| 1906 | 2024-05-15T02:50:25.828Z | Downloaded anstyle-query v1.0.0 |
| 1907 | 2024-05-15T02:50:25.828Z | Downloaded allocator-api2 v0.2.16 |
| 1908 | 2024-05-15T02:50:25.853Z | Downloaded aho-corasick v1.1.2 |
| 1909 | 2024-05-15T02:50:25.853Z | Downloaded aead v0.5.2 |
| 1910 | 2024-05-15T02:50:25.853Z | Downloaded adler v1.0.2 |
| 1911 | 2024-05-15T02:50:25.853Z | Downloaded anstyle v1.0.7 |
| 1912 | 2024-05-15T02:50:25.853Z | Downloaded anstream v0.6.11 |
| 1913 | 2024-05-15T02:50:26.136Z | Compiling proc-macro2 v1.0.82 |
| 1914 | 2024-05-15T02:50:26.136Z | Compiling unicode-ident v1.0.12 |
| 1915 | 2024-05-15T02:50:26.161Z | Compiling libc v0.2.153 |
| 1916 | 2024-05-15T02:50:26.161Z | Compiling serde v1.0.201 |
| 1917 | 2024-05-15T02:50:26.161Z | Compiling autocfg v1.1.0 |
| 1918 | 2024-05-15T02:50:26.161Z | Compiling version_check v0.9.4 |
| 1919 | 2024-05-15T02:50:26.161Z | Compiling cfg-if v1.0.0 |
| 1920 | 2024-05-15T02:50:26.334Z | Compiling parking_lot_core v0.9.8 |
| 1921 | 2024-05-15T02:50:26.358Z | Compiling libm v0.2.7 |
| 1922 | 2024-05-15T02:50:26.476Z | Compiling once_cell v1.19.0 |
| 1923 | 2024-05-15T02:50:27.028Z | Compiling serde_json v1.0.116 |
| 1924 | 2024-05-15T02:50:27.178Z | Compiling ahash v0.8.8 |
| 1925 | 2024-05-15T02:50:27.203Z | Compiling memchr v2.7.1 |
| 1926 | 2024-05-15T02:50:27.227Z | Compiling typenum v1.16.0 |
| 1927 | 2024-05-15T02:50:27.307Z | Compiling lock_api v0.4.10 |
| 1928 | 2024-05-15T02:50:27.535Z | Compiling num-traits v0.2.19 |
| 1929 | 2024-05-15T02:50:27.697Z | Compiling generic-array v0.14.7 |
| 1930 | 2024-05-15T02:50:27.721Z | Compiling byteorder v1.5.0 |
| 1931 | 2024-05-15T02:50:28.021Z | Compiling log v0.4.21 |
| 1932 | 2024-05-15T02:50:28.182Z | Compiling quote v1.0.36 |
| 1933 | 2024-05-15T02:50:28.462Z | Compiling cc v1.0.83 |
| 1934 | 2024-05-15T02:50:28.581Z | Compiling syn v2.0.60 |
| 1935 | 2024-05-15T02:50:28.663Z | Compiling getrandom v0.2.12 |
| 1936 | 2024-05-15T02:50:28.750Z | Compiling itoa v1.0.9 |
| 1937 | 2024-05-15T02:50:28.775Z | Compiling thiserror v1.0.59 |
| 1938 | 2024-05-15T02:50:28.999Z | Compiling scopeguard v1.2.0 |
| 1939 | 2024-05-15T02:50:29.037Z | Compiling slab v0.4.9 |
| 1940 | 2024-05-15T02:50:29.121Z | Compiling pkg-config v0.3.27 |
| 1941 | 2024-05-15T02:50:29.170Z | Compiling smallvec v1.13.1 |
| 1942 | 2024-05-15T02:50:29.319Z | Compiling ryu v1.0.15 |
| 1943 | 2024-05-15T02:50:29.674Z | Compiling pin-project-lite v0.2.13 |
| 1944 | 2024-05-15T02:50:29.698Z | Compiling vcpkg v0.2.15 |
| 1945 | 2024-05-15T02:50:29.857Z | Compiling allocator-api2 v0.2.16 |
| 1946 | 2024-05-15T02:50:30.363Z | Compiling parking_lot v0.12.1 |
| 1947 | 2024-05-15T02:50:30.457Z | Compiling ring v0.17.8 |
| 1948 | 2024-05-15T02:50:30.508Z | Compiling rand_core v0.6.4 |
| 1949 | 2024-05-15T02:50:31.054Z | Compiling openssl-sys v0.9.102 |
| 1950 | 2024-05-15T02:50:31.212Z | Compiling schemars v0.8.17 |
| 1951 | 2024-05-15T02:50:31.326Z | Compiling rustix v0.38.31 |
| 1952 | 2024-05-15T02:50:31.540Z | Compiling signal-hook-registry v1.4.1 |
| 1953 | 2024-05-15T02:50:31.917Z | Compiling time-core v0.1.2 |
| 1954 | 2024-05-15T02:50:32.065Z | Compiling num-conv v0.1.0 |
| 1955 | 2024-05-15T02:50:32.305Z | Compiling time-macros v0.2.17 |
| 1956 | 2024-05-15T02:50:32.350Z | Compiling ring v0.16.20 |
| 1957 | 2024-05-15T02:50:32.761Z | Compiling mio v0.8.11 |
| 1958 | 2024-05-15T02:50:32.912Z | Compiling futures-core v0.3.30 |
| 1959 | 2024-05-15T02:50:33.056Z | Compiling httparse v1.8.0 |
| 1960 | 2024-05-15T02:50:33.523Z | Compiling socket2 v0.5.6 |
| 1961 | 2024-05-15T02:50:33.828Z | Compiling num_cpus v1.16.0 |
| 1962 | 2024-05-15T02:50:33.958Z | Compiling syn v1.0.109 |
| 1963 | 2024-05-15T02:50:33.997Z | Compiling openssl v0.10.64 |
| 1964 | 2024-05-15T02:50:34.328Z | Compiling equivalent v1.0.1 |
| 1965 | 2024-05-15T02:50:34.396Z | Compiling const-oid v0.9.6 |
| 1966 | 2024-05-15T02:50:34.432Z | Compiling serde_derive_internals v0.29.0 |
| 1967 | 2024-05-15T02:50:34.458Z | Compiling fnv v1.0.7 |
| 1968 | 2024-05-15T02:50:34.573Z | Compiling subtle v2.5.0 |
| 1969 | 2024-05-15T02:50:34.628Z | Compiling semver v1.0.22 |
| 1970 | 2024-05-15T02:50:34.815Z | Compiling spin v0.5.2 |
| 1971 | 2024-05-15T02:50:34.869Z | Compiling iana-time-zone v0.1.57 |
| 1972 | 2024-05-15T02:50:35.072Z | Compiling tinyvec_macros v0.1.1 |
| 1973 | 2024-05-15T02:50:35.072Z | Compiling native-tls v0.2.11 |
| 1974 | 2024-05-15T02:50:35.122Z | Compiling rustls v0.21.9 |
| 1975 | 2024-05-15T02:50:35.228Z | Compiling heck v0.5.0 |
| 1976 | 2024-05-15T02:50:35.289Z | Compiling tinyvec v1.6.0 |
| 1977 | 2024-05-15T02:50:35.476Z | Compiling spin v0.9.8 |
| 1978 | 2024-05-15T02:50:35.510Z | Compiling futures-sink v0.3.30 |
| 1979 | 2024-05-15T02:50:35.736Z | Compiling crossbeam-utils v0.8.19 |
| 1980 | 2024-05-15T02:50:36.312Z | Compiling cookie v0.17.0 |
| 1981 | 2024-05-15T02:50:36.601Z | Compiling ucd-trie v0.1.6 |
| 1982 | 2024-05-15T02:50:36.723Z | Compiling unicode-normalization v0.1.22 |
| 1983 | 2024-05-15T02:50:37.111Z | Compiling futures-channel v0.3.30 |
| 1984 | 2024-05-15T02:50:37.447Z | Compiling futures-io v0.3.30 |
| 1985 | 2024-05-15T02:50:37.581Z | Compiling pin-utils v0.1.0 |
| 1986 | 2024-05-15T02:50:37.676Z | Compiling dyn-clone v1.0.17 |
| 1987 | 2024-05-15T02:50:37.886Z | Compiling slog v2.7.0 |
| 1988 | 2024-05-15T02:50:37.931Z | Compiling unicode-bidi v0.3.15 |
| 1989 | 2024-05-15T02:50:38.007Z | Compiling futures-task v0.3.30 |
| 1990 | 2024-05-15T02:50:38.273Z | Compiling heck v0.4.1 |
| 1991 | 2024-05-15T02:50:39.013Z | Compiling serde_derive v1.0.201 |
| 1992 | 2024-05-15T02:50:39.048Z | Compiling zerocopy-derive v0.7.32 |
| 1993 | 2024-05-15T02:50:39.092Z | Compiling zeroize_derive v1.4.2 |
| 1994 | 2024-05-15T02:50:39.116Z | Compiling tokio-macros v2.2.0 |
| 1995 | 2024-05-15T02:50:39.154Z | Compiling thiserror-impl v1.0.59 |
| 1996 | 2024-05-15T02:50:40.619Z | Compiling futures-macro v0.3.30 |
| 1997 | 2024-05-15T02:50:40.686Z | Compiling zeroize v1.7.0 |
| 1998 | 2024-05-15T02:50:40.754Z | Compiling tracing-attributes v0.1.27 |
| 1999 | 2024-05-15T02:50:40.826Z | Compiling zerocopy v0.7.32 |
| 2000 | 2024-05-15T02:50:42.394Z | Compiling schemars_derive v0.8.17 |
| 2001 | 2024-05-15T02:50:42.881Z | Compiling hashbrown v0.14.3 |
| 2002 | 2024-05-15T02:50:43.719Z | Compiling der_derive v0.7.2 |
| 2003 | 2024-05-15T02:50:44.046Z | Compiling openssl-macros v0.1.1 |
| 2004 | 2024-05-15T02:50:44.783Z | Compiling scroll_derive v0.12.0 |
| 2005 | 2024-05-15T02:50:44.849Z | Compiling pest v2.7.6 |
| 2006 | 2024-05-15T02:50:44.883Z | Compiling crypto-common v0.1.6 |
| 2007 | 2024-05-15T02:50:45.160Z | Compiling futures-util v0.3.30 |
| 2008 | 2024-05-15T02:50:45.951Z | Compiling block-buffer v0.10.4 |
| 2009 | 2024-05-15T02:50:46.043Z | Compiling tracing-core v0.1.32 |
| 2010 | 2024-05-15T02:50:46.123Z | Compiling errno v0.3.8 |
| 2011 | 2024-05-15T02:50:46.240Z | Compiling aho-corasick v1.1.2 |
| 2012 | 2024-05-15T02:50:46.421Z | Compiling powerfmt v0.2.0 |
| 2013 | 2024-05-15T02:50:46.683Z | Compiling regex-syntax v0.8.2 |
| 2014 | 2024-05-15T02:50:46.938Z | Compiling pest_meta v2.7.6 |
| 2015 | 2024-05-15T02:50:47.305Z | Compiling untrusted v0.9.0 |
| 2016 | 2024-05-15T02:50:47.497Z | Compiling crc32fast v1.3.2 |
| 2017 | 2024-05-15T02:50:48.070Z | Compiling pest_generator v2.7.6 |
| 2018 | 2024-05-15T02:50:50.299Z | Compiling regex-automata v0.4.5 |
| 2019 | 2024-05-15T02:50:50.367Z | Compiling pest_derive v2.7.6 |
| 2020 | 2024-05-15T02:50:50.702Z | Compiling bytes v1.6.0 |
| 2021 | 2024-05-15T02:50:51.566Z | Compiling bitflags v2.4.2 |
| 2022 | 2024-05-15T02:50:52.208Z | Compiling tokio v1.37.0 |
| 2023 | 2024-05-15T02:50:52.244Z | Compiling indexmap v2.2.6 |
| 2024 | 2024-05-15T02:50:52.581Z | Compiling uuid v1.8.0 |
| 2025 | 2024-05-15T02:50:53.449Z | Compiling serde_tokenstream v0.2.0 |
| 2026 | 2024-05-15T02:50:53.581Z | Compiling chrono v0.4.38 |
| 2027 | 2024-05-15T02:50:54.537Z | Compiling http v0.2.12 |
| 2028 | 2024-05-15T02:50:56.849Z | Compiling rustc_version v0.4.0 |
| 2029 | 2024-05-15T02:50:57.982Z | Compiling tracing v0.1.40 |
| 2030 | 2024-05-15T02:50:58.373Z | Compiling deranged v0.3.11 |
| 2031 | 2024-05-15T02:50:58.695Z | Compiling digest v0.10.7 |
| 2032 | 2024-05-15T02:50:59.120Z | Compiling usdt-impl v0.5.0 |
| 2033 | 2024-05-15T02:50:59.463Z | Compiling percent-encoding v2.3.1 |
| 2034 | 2024-05-15T02:50:59.845Z | Compiling num_threads v0.1.6 |
| 2035 | 2024-05-15T02:51:00.103Z | Compiling time v0.3.34 |
| 2036 | 2024-05-15T02:51:00.263Z | Compiling heapless v0.7.16 |
| 2037 | 2024-05-15T02:51:00.327Z | Compiling scroll v0.12.0 |
| 2038 | 2024-05-15T02:51:00.351Z | Compiling zerocopy-derive v0.6.6 |
| 2039 | 2024-05-15T02:51:00.748Z | Compiling backtrace v0.3.69 |
| 2040 | 2024-05-15T02:51:01.068Z | Compiling base64 v0.21.7 |
| 2041 | 2024-05-15T02:51:01.102Z | Compiling ppv-lite86 v0.2.17 |
| 2042 | 2024-05-15T02:51:01.835Z | Compiling signal-hook v0.3.17 |
| 2043 | 2024-05-15T02:51:01.869Z | Compiling plain v0.2.3 |
| 2044 | 2024-05-15T02:51:02.012Z | Compiling goblin v0.8.0 |
| 2045 | 2024-05-15T02:51:02.037Z | Compiling rand_chacha v0.3.1 |
| 2046 | 2024-05-15T02:51:02.096Z | Compiling tokio-util v0.7.10 |
| 2047 | 2024-05-15T02:51:03.360Z | Compiling regex v1.10.4 |
| 2048 | 2024-05-15T02:51:03.440Z | Compiling async-trait v0.1.80 |
| 2049 | 2024-05-15T02:51:04.374Z | Compiling pretty-hex v0.4.1 |
| 2050 | 2024-05-15T02:51:04.576Z | Compiling rustversion v1.0.14 |
| 2051 | 2024-05-15T02:51:05.150Z | Compiling rand v0.8.5 |
| 2052 | 2024-05-15T02:51:06.398Z | Compiling form_urlencoded v1.2.1 |
| 2053 | 2024-05-15T02:51:06.589Z | Compiling dof v0.3.0 |
| 2054 | 2024-05-15T02:51:06.890Z | Compiling dtrace-parser v0.2.0 |
| 2055 | 2024-05-15T02:51:08.102Z | Compiling thread-id v4.2.0 |
| 2056 | 2024-05-15T02:51:08.216Z | Compiling num-bigint v0.4.4 |
| 2057 | 2024-05-15T02:51:08.266Z | Compiling unicode-width v0.1.11 |
| 2058 | 2024-05-15T02:51:08.411Z | Compiling untrusted v0.7.1 |
| 2059 | 2024-05-15T02:51:08.572Z | Compiling foreign-types-shared v0.1.1 |
| 2060 | 2024-05-15T02:51:08.604Z | Compiling smoltcp v0.9.1 |
| 2061 | 2024-05-15T02:51:08.629Z | Compiling try-lock v0.2.4 |
| 2062 | 2024-05-15T02:51:08.934Z | Compiling anyhow v1.0.83 |
| 2063 | 2024-05-15T02:51:09.036Z | Compiling base64ct v1.6.0 |
| 2064 | 2024-05-15T02:51:09.117Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2065 | 2024-05-15T02:51:09.387Z | Compiling foreign-types v0.3.2 |
| 2066 | 2024-05-15T02:51:09.435Z | Compiling pem-rfc7468 v0.7.0 |
| 2067 | 2024-05-15T02:51:09.693Z | Compiling want v0.3.1 |
| 2068 | 2024-05-15T02:51:11.227Z | Compiling h2 v0.3.26 |
| 2069 | 2024-05-15T02:51:12.269Z | Compiling http-body v0.4.5 |
| 2070 | 2024-05-15T02:51:12.702Z | Compiling hmac v0.12.1 |
| 2071 | 2024-05-15T02:51:12.732Z | Compiling clap_derive v4.5.4 |
| 2072 | 2024-05-15T02:51:13.808Z | Compiling flagset v0.4.3 |
| 2073 | 2024-05-15T02:51:14.677Z | Compiling siphasher v0.3.11 |
| 2074 | 2024-05-15T02:51:15.111Z | Compiling tower-service v0.3.2 |
| 2075 | 2024-05-15T02:51:15.137Z | Compiling httpdate v1.0.3 |
| 2076 | 2024-05-15T02:51:15.404Z | Compiling der v0.7.8 |
| 2077 | 2024-05-15T02:51:17.244Z | Compiling hyper v0.14.28 |
| 2078 | 2024-05-15T02:51:24.978Z | Compiling sct v0.7.0 |
| 2079 | 2024-05-15T02:51:25.637Z | Compiling rustls-webpki v0.101.7 |
| 2080 | 2024-05-15T02:51:26.689Z | Compiling openapiv3 v2.0.0 |
| 2081 | 2024-05-15T02:51:26.981Z | Compiling hubpack_derive v0.1.1 |
| 2082 | 2024-05-15T02:51:27.716Z | Compiling idna v0.5.0 |
| 2083 | 2024-05-15T02:51:27.915Z | Compiling lazy_static v1.4.0 |
| 2084 | 2024-05-15T02:51:29.446Z | Compiling fs-err v2.11.0 |
| 2085 | 2024-05-15T02:51:29.817Z | Compiling openssl-probe v0.1.5 |
| 2086 | 2024-05-15T02:51:30.047Z | Compiling utf8parse v0.2.1 |
| 2087 | 2024-05-15T02:51:30.082Z | Compiling cpufeatures v0.2.12 |
| 2088 | 2024-05-15T02:51:30.213Z | Compiling anstyle v1.0.7 |
| 2089 | 2024-05-15T02:51:30.319Z | Compiling adler v1.0.2 |
| 2090 | 2024-05-15T02:51:30.503Z | Compiling miniz_oxide v0.7.1 |
| 2091 | 2024-05-15T02:51:30.647Z | Compiling sha2 v0.10.8 |
| 2092 | 2024-05-15T02:51:30.679Z | Compiling anstyle-parse v0.2.1 |
| 2093 | 2024-05-15T02:51:31.550Z | Compiling url v2.5.0 |
| 2094 | 2024-05-15T02:51:33.375Z | Compiling spki v0.7.2 |
| 2095 | 2024-05-15T02:51:33.848Z | Compiling usdt-attr-macro v0.5.0 |
| 2096 | 2024-05-15T02:51:33.894Z | Compiling usdt-macro v0.5.0 |
| 2097 | 2024-05-15T02:51:35.086Z | Compiling md-5 v0.10.5 |
| 2098 | 2024-05-15T02:51:35.113Z | Compiling serde_spanned v0.6.5 |
| 2099 | 2024-05-15T02:51:35.289Z | Compiling toml_datetime v0.6.5 |
| 2100 | 2024-05-15T02:51:35.314Z | Compiling regress v0.9.1 |
| 2101 | 2024-05-15T02:51:35.635Z | Compiling idna v0.3.0 |
| 2102 | 2024-05-15T02:51:36.872Z | Compiling stringprep v0.1.3 |
| 2103 | 2024-05-15T02:51:38.584Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2104 | 2024-05-15T02:51:38.609Z | Compiling num-integer v0.1.46 |
| 2105 | 2024-05-15T02:51:38.901Z | Compiling hash32 v0.2.1 |
| 2106 | 2024-05-15T02:51:38.937Z | Compiling encoding_rs v0.8.33 |
| 2107 | 2024-05-15T02:51:38.970Z | Compiling psl-types v2.0.11 |
| 2108 | 2024-05-15T02:51:39.152Z | Compiling gimli v0.28.0 |
| 2109 | 2024-05-15T02:51:39.195Z | Compiling colorchoice v1.0.0 |
| 2110 | 2024-05-15T02:51:39.225Z | Compiling mime v0.3.17 |
| 2111 | 2024-05-15T02:51:39.344Z | Compiling fallible-iterator v0.2.0 |
| 2112 | 2024-05-15T02:51:39.772Z | Compiling stable_deref_trait v1.2.0 |
| 2113 | 2024-05-15T02:51:39.921Z | Compiling anstyle-query v1.0.0 |
| 2114 | 2024-05-15T02:51:40.041Z | Compiling publicsuffix v2.2.3 |
| 2115 | 2024-05-15T02:51:40.066Z | Compiling anstream v0.6.11 |
| 2116 | 2024-05-15T02:51:40.117Z | Compiling postgres-protocol v0.6.6 |
| 2117 | 2024-05-15T02:51:41.217Z | Compiling diesel_derives v2.1.2 |
| 2118 | 2024-05-15T02:51:42.738Z | Compiling addr2line v0.21.0 |
| 2119 | 2024-05-15T02:51:43.333Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2120 | 2024-05-15T02:51:43.734Z | Compiling tokio-rustls v0.24.1 |
| 2121 | 2024-05-15T02:51:44.373Z | Compiling pkcs8 v0.10.2 |
| 2122 | 2024-05-15T02:51:44.779Z | Compiling terminal_size v0.3.0 |
| 2123 | 2024-05-15T02:51:44.817Z | Compiling tokio-native-tls v0.3.1 |
| 2124 | 2024-05-15T02:51:45.201Z | Compiling phf_shared v0.11.2 |
| 2125 | 2024-05-15T02:51:45.491Z | Compiling strum_macros v0.25.2 |
| 2126 | 2024-05-15T02:51:47.904Z | Compiling serde_urlencoded v0.7.1 |
| 2127 | 2024-05-15T02:51:48.465Z | Compiling enum-as-inner v0.5.1 |
| 2128 | 2024-05-15T02:51:48.560Z | Compiling block-padding v0.3.3 |
| 2129 | 2024-05-15T02:51:48.751Z | Compiling serde_repr v0.1.16 |
| 2130 | 2024-05-15T02:51:48.963Z | Compiling ff v0.13.0 |
| 2131 | 2024-05-15T02:51:49.188Z | Compiling scheduled-thread-pool v0.2.7 |
| 2132 | 2024-05-15T02:51:49.606Z | Compiling object v0.32.1 |
| 2133 | 2024-05-15T02:51:50.092Z | Compiling ipnet v2.9.0 |
| 2134 | 2024-05-15T02:51:50.185Z | Compiling winnow v0.5.15 |
| 2135 | 2024-05-15T02:51:51.621Z | Compiling strsim v0.11.0 |
| 2136 | 2024-05-15T02:51:52.229Z | Compiling base16ct v0.2.0 |
| 2137 | 2024-05-15T02:51:52.267Z | Compiling managed v0.8.0 |
| 2138 | 2024-05-15T02:51:52.381Z | Compiling matches v0.1.10 |
| 2139 | 2024-05-15T02:51:52.510Z | Compiling clap_lex v0.7.0 |
| 2140 | 2024-05-15T02:51:52.648Z | Compiling rustc-demangle v0.1.23 |
| 2141 | 2024-05-15T02:51:52.879Z | Compiling regex-automata v0.1.10 |
| 2142 | 2024-05-15T02:51:52.981Z | Compiling bit-vec v0.6.3 |
| 2143 | 2024-05-15T02:51:53.273Z | Compiling bitflags v1.3.2 |
| 2144 | 2024-05-15T02:51:53.362Z | Compiling bstr v0.2.17 |
| 2145 | 2024-05-15T02:51:53.399Z | Compiling toml_edit v0.19.15 |
| 2146 | 2024-05-15T02:51:53.808Z | Compiling clap_builder v4.5.2 |
| 2147 | 2024-05-15T02:51:54.650Z | Compiling idna v0.2.3 |
| 2148 | 2024-05-15T02:51:54.736Z | Compiling sec1 v0.7.3 |
| 2149 | 2024-05-15T02:51:55.003Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2150 | 2024-05-15T02:51:55.188Z | Compiling r2d2 v0.8.10 |
| 2151 | 2024-05-15T02:51:55.754Z | Compiling group v0.13.0 |
| 2152 | 2024-05-15T02:51:56.012Z | Compiling inout v0.1.3 |
| 2153 | 2024-05-15T02:51:56.754Z | Compiling phf v0.11.2 |
| 2154 | 2024-05-15T02:51:56.786Z | Compiling hyper-tls v0.5.0 |
| 2155 | 2024-05-15T02:51:57.164Z | Compiling signal-hook-mio v0.2.3 |
| 2156 | 2024-05-15T02:51:57.208Z | Compiling hyper-rustls v0.24.2 |
| 2157 | 2024-05-15T02:51:57.344Z | Compiling cookie_store v0.20.0 |
| 2158 | 2024-05-15T02:51:57.647Z | Compiling postgres-types v0.2.6 |
| 2159 | 2024-05-15T02:51:58.887Z | Compiling hubpack v0.1.2 |
| 2160 | 2024-05-15T02:51:58.968Z | Compiling phf_shared v0.10.0 |
| 2161 | 2024-05-15T02:51:59.198Z | Compiling rustls-pemfile v1.0.3 |
| 2162 | 2024-05-15T02:51:59.251Z | Compiling hkdf v0.12.4 |
| 2163 | 2024-05-15T02:51:59.504Z | Compiling zerocopy v0.6.6 |
| 2164 | 2024-05-15T02:51:59.736Z | Compiling ipnetwork v0.20.0 |
| 2165 | 2024-05-15T02:51:59.888Z | Compiling futures-executor v0.3.30 |
| 2166 | 2024-05-15T02:51:59.976Z | Compiling crypto-bigint v0.5.2 |
| 2167 | 2024-05-15T02:52:00.189Z | Compiling float-cmp v0.9.0 |
| 2168 | 2024-05-15T02:52:00.238Z | Compiling memmap v0.7.0 |
| 2169 | 2024-05-15T02:52:00.372Z | Compiling precomputed-hash v0.1.1 |
| 2170 | 2024-05-15T02:52:00.397Z | Compiling winnow v0.6.1 |
| 2171 | 2024-05-15T02:52:00.483Z | Compiling new_debug_unreachable v1.0.4 |
| 2172 | 2024-05-15T02:52:00.511Z | Compiling whoami v1.5.1 |
| 2173 | 2024-05-15T02:52:00.574Z | Compiling fixedbitset v0.4.2 |
| 2174 | 2024-05-15T02:52:00.914Z | Compiling sync_wrapper v0.1.2 |
| 2175 | 2024-05-15T02:52:00.940Z | Compiling data-encoding v2.4.0 |
| 2176 | 2024-05-15T02:52:00.975Z | Compiling difflib v0.4.0 |
| 2177 | 2024-05-15T02:52:01.037Z | Compiling normalize-line-endings v0.3.0 |
| 2178 | 2024-05-15T02:52:01.154Z | Compiling minimal-lexical v0.2.1 |
| 2179 | 2024-05-15T02:52:01.218Z | Compiling webpki-roots v0.25.2 |
| 2180 | 2024-05-15T02:52:01.488Z | Compiling static_assertions v1.1.0 |
| 2181 | 2024-05-15T02:52:01.565Z | Compiling predicates-core v1.0.6 |
| 2182 | 2024-05-15T02:52:01.736Z | Compiling either v1.11.0 |
| 2183 | 2024-05-15T02:52:01.873Z | Compiling unicode-segmentation v1.10.1 |
| 2184 | 2024-05-15T02:52:02.042Z | Compiling itertools v0.10.5 |
| 2185 | 2024-05-15T02:52:02.285Z | Compiling reqwest v0.11.27 |
| 2186 | 2024-05-15T02:52:02.370Z | Compiling predicates v3.1.0 |
| 2187 | 2024-05-15T02:52:02.527Z | Compiling similar v2.4.0 |
| 2188 | 2024-05-15T02:52:02.930Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2189 | 2024-05-15T02:52:03.057Z | Compiling toml_edit v0.22.12 |
| 2190 | 2024-05-15T02:52:03.300Z | Compiling nom v7.1.3 |
| 2191 | 2024-05-15T02:52:03.610Z | Compiling trust-dns-proto v0.22.0 |
| 2192 | 2024-05-15T02:52:04.123Z | Compiling elliptic-curve v0.13.8 |
| 2193 | 2024-05-15T02:52:04.684Z | Compiling petgraph v0.6.5 |
| 2194 | 2024-05-15T02:52:05.985Z | Compiling tokio-postgres v0.7.10 |
| 2195 | 2024-05-15T02:52:07.239Z | Compiling string_cache v0.8.7 |
| 2196 | 2024-05-15T02:52:07.623Z | Compiling usdt v0.5.0 |
| 2197 | 2024-05-15T02:52:08.015Z | Compiling futures v0.3.30 |
| 2198 | 2024-05-15T02:52:08.123Z | Compiling diesel v2.1.6 |
| 2199 | 2024-05-15T02:52:09.489Z | Compiling yasna v0.5.2 |
| 2200 | 2024-05-15T02:52:09.531Z | Compiling crossterm v0.27.0 |
| 2201 | 2024-05-15T02:52:09.643Z | Compiling clap v4.5.4 |
| 2202 | 2024-05-15T02:52:09.668Z | Compiling flate2 v1.0.30 |
| 2203 | 2024-05-15T02:52:09.760Z | Compiling cipher v0.4.4 |
| 2204 | 2024-05-15T02:52:10.141Z | Compiling crossbeam-epoch v0.9.18 |
| 2205 | 2024-05-15T02:52:10.401Z | Compiling toml v0.7.8 |
| 2206 | 2024-05-15T02:52:10.730Z | Compiling bit-set v0.5.3 |
| 2207 | 2024-05-15T02:52:10.812Z | Compiling num-iter v0.1.45 |
| 2208 | 2024-05-15T02:52:10.973Z | Compiling console v0.15.8 |
| 2209 | 2024-05-15T02:52:12.009Z | Compiling tokio-stream v0.1.15 |
| 2210 | 2024-05-15T02:52:12.329Z | Compiling bstr v1.9.0 |
| 2211 | 2024-05-15T02:52:12.378Z | Compiling hex v0.4.3 |
| 2212 | 2024-05-15T02:52:12.786Z | Compiling peg-runtime v0.8.3 |
| 2213 | 2024-05-15T02:52:12.970Z | Compiling lalrpop-util v0.19.12 |
| 2214 | 2024-05-15T02:52:13.601Z | Compiling camino v1.1.6 |
| 2215 | 2024-05-15T02:52:13.629Z | Compiling radium v0.7.0 |
| 2216 | 2024-05-15T02:52:15.586Z | Compiling is-terminal v0.4.9 |
| 2217 | 2024-05-15T02:52:18.998Z | Compiling maybe-uninit v2.0.0 |
| 2218 | 2024-05-15T02:52:20.557Z | Compiling strsim v0.10.0 |
| 2219 | 2024-05-15T02:52:20.583Z | Compiling tap v1.0.1 |
| 2220 | 2024-05-15T02:52:20.756Z | Compiling rustls-pki-types v1.3.0 |
| 2221 | 2024-05-15T02:52:23.077Z | Compiling ident_case v1.0.1 |
| 2222 | 2024-05-15T02:52:23.237Z | Compiling darling_core v0.20.8 |
| 2223 | 2024-05-15T02:52:28.165Z | Compiling wyz v0.5.1 |
| 2224 | 2024-05-15T02:52:35.131Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
| 2225 | 2024-05-15T02:52:35.258Z | Compiling getopts v0.2.21 |
| 2226 | 2024-05-15T02:52:35.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2227 | 2024-05-15T02:52:35.865Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2228 | 2024-05-15T02:52:36.008Z | Compiling dirs-sys-next v0.1.2 |
| 2229 | 2024-05-15T02:52:36.271Z | Compiling funty v2.0.0 |
| 2230 | 2024-05-15T02:52:36.422Z | Compiling rustls v0.22.4 |
| 2231 | 2024-05-15T02:52:36.674Z | Compiling paste v1.0.15 |
| 2232 | 2024-05-15T02:52:37.028Z | Compiling unsafe-libyaml v0.2.10 |
| 2233 | 2024-05-15T02:52:37.728Z | Compiling packed_struct v0.10.1 |
| 2234 | 2024-05-15T02:52:38.317Z | Compiling base64 v0.22.1 |
| 2235 | 2024-05-15T02:52:38.355Z | Compiling num-bigint-dig v0.8.4 |
| 2236 | 2024-05-15T02:52:38.385Z | Compiling serde_yaml v0.9.25 |
| 2237 | 2024-05-15T02:52:39.211Z | Compiling bitvec v1.0.1 |
| 2238 | 2024-05-15T02:52:41.285Z | Compiling dirs-next v2.0.0 |
| 2239 | 2024-05-15T02:52:42.361Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2240 | 2024-05-15T02:52:44.738Z | Compiling darling_macro v0.20.8 |
| 2241 | 2024-05-15T02:52:45.326Z | Compiling rustls-webpki v0.102.1 |
| 2242 | 2024-05-15T02:52:47.547Z | Compiling packed_struct_codegen v0.10.1 |
| 2243 | 2024-05-15T02:52:47.860Z | Compiling structmeta-derive v0.3.0 |
| 2244 | 2024-05-15T02:52:49.530Z | Compiling thread_local v1.1.7 |
| 2245 | 2024-05-15T02:52:49.739Z | Compiling indexmap v1.9.3 |
| 2246 | 2024-05-15T02:52:49.951Z | Compiling multer v3.1.0 |
| 2247 | 2024-05-15T02:52:50.014Z | Compiling slog-async v2.8.0 |
| 2248 | 2024-05-15T02:52:50.039Z | Compiling crc-catalog v2.2.0 |
| 2249 | 2024-05-15T02:52:50.178Z | Compiling match_cfg v0.1.0 |
| 2250 | 2024-05-15T02:52:50.228Z | Compiling rayon-core v1.12.1 |
| 2251 | 2024-05-15T02:52:50.253Z | Compiling nodrop v0.1.14 |
| 2252 | 2024-05-15T02:52:50.506Z | Compiling fastrand v2.0.1 |
| 2253 | 2024-05-15T02:52:50.875Z | Compiling tempfile v3.10.1 |
| 2254 | 2024-05-15T02:52:51.178Z | Compiling array-init v0.0.4 |
| 2255 | 2024-05-15T02:52:52.155Z | Compiling hostname v0.3.1 |
| 2256 | 2024-05-15T02:52:52.411Z | Compiling crc v3.0.1 |
| 2257 | 2024-05-15T02:52:52.469Z | Compiling structmeta v0.3.0 |
| 2258 | 2024-05-15T02:52:53.284Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2259 | 2024-05-15T02:52:53.748Z | Compiling darling v0.20.8 |
| 2260 | 2024-05-15T02:52:53.876Z | Compiling smallvec v0.6.14 |
| 2261 | 2024-05-15T02:52:54.525Z | Compiling term v0.7.0 |
| 2262 | 2024-05-15T02:53:01.056Z | Compiling crossbeam-deque v0.8.3 |
| 2263 | 2024-05-15T02:53:01.248Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2264 | 2024-05-15T02:53:01.392Z | Compiling pkcs1 v0.7.5 |
| 2265 | 2024-05-15T02:53:02.535Z | Compiling slog-json v2.6.1 |
| 2266 | 2024-05-15T02:53:02.986Z | Compiling crossbeam-channel v0.5.8 |
| 2267 | 2024-05-15T02:53:04.375Z | Compiling signature v2.1.0 |
| 2268 | 2024-05-15T02:53:04.557Z | Compiling http v1.0.0 |
| 2269 | 2024-05-15T02:53:05.232Z | Compiling async-stream-impl v0.3.5 |
| 2270 | 2024-05-15T02:53:06.270Z | Compiling pin-project-internal v1.1.3 |
| 2271 | 2024-05-15T02:53:06.985Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 2272 | 2024-05-15T02:53:07.117Z | Compiling atomic-waker v1.1.1 |
| 2273 | 2024-05-15T02:53:07.257Z | Compiling bitfield v0.14.0 |
| 2274 | 2024-05-15T02:53:07.777Z | Compiling same-file v1.0.6 |
| 2275 | 2024-05-15T02:53:07.853Z | Compiling take_mut v0.2.2 |
| 2276 | 2024-05-15T02:53:08.004Z | Compiling hashbrown v0.12.3 |
| 2277 | 2024-05-15T02:53:09.059Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 2278 | 2024-05-15T02:53:09.087Z | Compiling termcolor v1.2.0 |
| 2279 | 2024-05-15T02:53:09.909Z | Compiling env_logger v0.10.0 |
| 2280 | 2024-05-15T02:53:14.251Z | Compiling pin-project v1.1.3 |
| 2281 | 2024-05-15T02:53:15.108Z | Compiling walkdir v2.5.0 |
| 2282 | 2024-05-15T02:53:16.351Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2283 | 2024-05-15T02:53:17.125Z | Compiling waitgroup v0.1.2 |
| 2284 | 2024-05-15T02:53:18.532Z | Compiling async-stream v0.3.5 |
| 2285 | 2024-05-15T02:53:19.284Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2286 | 2024-05-15T02:53:19.445Z | Compiling rsa v0.9.2 |
| 2287 | 2024-05-15T02:53:22.471Z | Compiling slog-bunyan v2.5.0 |
| 2288 | 2024-05-15T02:53:23.651Z | Compiling tokio-rustls v0.25.0 |
| 2289 | 2024-05-15T02:53:23.743Z | Compiling slog-term v2.9.1 |
| 2290 | 2024-05-15T02:53:25.729Z | Compiling bzip2 v0.4.4 |
| 2291 | 2024-05-15T02:53:25.991Z | Compiling serde-hex v0.1.0 |
| 2292 | 2024-05-15T02:53:26.119Z | Compiling serde_with_macros v3.7.0 |
| 2293 | 2024-05-15T02:53:27.447Z | Compiling parse-display-derive v0.9.0 |
| 2294 | 2024-05-15T02:53:28.304Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2295 | 2024-05-15T02:53:28.849Z | Compiling toml v0.8.12 |
| 2296 | 2024-05-15T02:53:29.968Z | Compiling rustls-pemfile v2.1.2 |
| 2297 | 2024-05-15T02:53:30.963Z | Compiling x509-cert v0.2.4 |
| 2298 | 2024-05-15T02:53:31.415Z | Compiling sha1 v0.10.6 |
| 2299 | 2024-05-15T02:53:32.103Z | Compiling newtype-uuid v1.1.0 |
| 2300 | 2024-05-15T02:53:32.418Z | Compiling strum_macros v0.26.1 |
| 2301 | 2024-05-15T02:53:33.099Z | Compiling ron v0.8.1 |
| 2302 | 2024-05-15T02:53:34.270Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
| 2303 | 2024-05-15T02:53:34.922Z | Compiling serde_path_to_error v0.1.16 |
| 2304 | 2024-05-15T02:53:35.745Z | Compiling hashbrown v0.13.2 |
| 2305 | 2024-05-15T02:53:35.879Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2306 | 2024-05-15T02:53:35.965Z | Compiling snafu-derive v0.8.2 |
| 2307 | 2024-05-15T02:53:36.475Z | Compiling blake3 v1.5.0 |
| 2308 | 2024-05-15T02:53:36.856Z | Compiling filetime v0.2.23 |
| 2309 | 2024-05-15T02:53:36.956Z | Compiling xattr v1.0.1 |
| 2310 | 2024-05-15T02:53:37.141Z | Compiling hostname v0.4.0 |
| 2311 | 2024-05-15T02:53:37.207Z | Compiling instant v0.1.12 |
| 2312 | 2024-05-15T02:53:37.377Z | Compiling buf-list v1.0.3 |
| 2313 | 2024-05-15T02:53:37.832Z | Compiling debug-ignore v1.0.5 |
| 2314 | 2024-05-15T02:53:37.969Z | Compiling crc-any v2.4.3 |
| 2315 | 2024-05-15T02:53:38.570Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 2316 | 2024-05-15T02:53:38.839Z | Compiling backoff v0.4.0 |
| 2317 | 2024-05-15T02:53:39.139Z | Compiling tar v0.4.40 |
| 2318 | 2024-05-15T02:53:39.870Z | Compiling snafu v0.8.2 |
| 2319 | 2024-05-15T02:53:40.805Z | Compiling object v0.30.4 |
| 2320 | 2024-05-15T02:53:40.945Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2321 | 2024-05-15T02:53:41.127Z | Compiling strum v0.26.2 |
| 2322 | 2024-05-15T02:53:41.282Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2323 | 2024-05-15T02:53:42.708Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2324 | 2024-05-15T02:53:43.095Z | Compiling parse-display v0.9.0 |
| 2325 | 2024-05-15T02:53:43.752Z | Compiling serde_with v3.7.0 |
| 2326 | 2024-05-15T02:53:44.733Z | Compiling zip v0.6.6 |
| 2327 | 2024-05-15T02:53:47.103Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2328 | 2024-05-15T02:53:47.343Z | Compiling rayon v1.10.0 |
| 2329 | 2024-05-15T02:53:47.949Z | Compiling camino-tempfile v1.1.1 |
| 2330 | 2024-05-15T02:53:48.799Z | Compiling globset v0.4.13 |
| 2331 | 2024-05-15T02:53:51.886Z | Compiling pem v3.0.4 |
| 2332 | 2024-05-15T02:53:51.941Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2333 | 2024-05-15T02:53:52.109Z | Compiling olpc-cjson v0.1.3 |
| 2334 | 2024-05-15T02:53:52.398Z | Compiling macaddr v1.0.1 |
| 2335 | 2024-05-15T02:53:52.739Z | Compiling serde_plain v1.0.2 |
| 2336 | 2024-05-15T02:53:52.899Z | Compiling async-recursion v1.1.1 |
| 2337 | 2024-05-15T02:53:53.165Z | Compiling memmap2 v0.7.1 |
| 2338 | 2024-05-15T02:53:53.190Z | Compiling constant_time_eq v0.3.0 |
| 2339 | 2024-05-15T02:53:53.348Z | Compiling typed-path v0.7.0 |
| 2340 | 2024-05-15T02:53:53.612Z | Compiling arrayref v0.3.7 |
| 2341 | 2024-05-15T02:53:53.716Z | Compiling arrayvec v0.7.4 |
| 2342 | 2024-05-15T02:53:54.104Z | Compiling path-slash v0.1.5 |
| 2343 | 2024-05-15T02:53:54.318Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2344 | 2024-05-15T02:53:54.699Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2345 | 2024-05-15T02:53:55.525Z | Compiling tough v0.17.1 |
| 2346 | 2024-05-15T02:53:57.031Z | Compiling itertools v0.12.1 |
| 2347 | 2024-05-15T02:53:58.856Z | Compiling cargo-platform v0.1.3 |
| 2348 | 2024-05-15T02:53:59.750Z | Compiling parse-size v1.0.0 |
| 2349 | 2024-05-15T02:54:00.011Z | Compiling topological-sort v0.2.2 |
| 2350 | 2024-05-15T02:54:00.043Z | Compiling cargo_metadata v0.18.1 |
| 2351 | 2024-05-15T02:54:00.244Z | Compiling omicron-zone-package v0.11.0 |
| 2352 | 2024-05-15T02:54:01.890Z | Compiling shell-words v1.1.0 |
| 2353 | 2024-05-15T02:54:03.256Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2354 | 2024-05-15T02:54:16.502Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2355 | 2024-05-15T02:54:31.182Z | Finished release [optimized] target(s) in 4m 39s |
| 2356 | 2024-05-15T02:54:31.395Z | Running `target/release/omicron-releng --output-dir /work` |
| 2357 | 2024-05-15T02:54:31.475Z | May 15 02:54:31.005 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2358 | 2024-05-15T02:54:31.561Z | May 15 02:54:31.083 DEBG running: git rev-parse HEAD |
| 2359 | 2024-05-15T02:54:31.585Z | May 15 02:54:31.090 DEBG process exited with exit status: 0 (6.618145ms) |
| 2360 | 2024-05-15T02:54:31.585Z | May 15 02:54:31.090 INFO version: 8.0.0-0.ci+gitf3c1fa8e505 |
| 2361 | 2024-05-15T02:54:31.609Z | May 15 02:54:31.136 INFO cloning helios to /work/oxidecomputer/helios |
| 2362 | 2024-05-15T02:54:31.610Z | May 15 02:54:31.137 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2363 | 2024-05-15T02:54:31.610Z | Cloning into '/work/oxidecomputer/helios'... |
| 2364 | 2024-05-15T02:54:32.310Z | May 15 02:54:31.843 DEBG process exited with exit status: 0 (706.19249ms) |
| 2365 | 2024-05-15T02:54:32.310Z | May 15 02:54:31.843 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
| 2366 | 2024-05-15T02:54:32.335Z | # branch.oid 68e7d393d381d9fd2b9fe8e643701e0b2925e5ae |
| 2367 | 2024-05-15T02:54:32.335Z | # branch.head master |
| 2368 | 2024-05-15T02:54:32.335Z | # branch.upstream origin/master |
| 2369 | 2024-05-15T02:54:32.335Z | # branch.ab +0 -0 |
| 2370 | 2024-05-15T02:54:32.335Z | May 15 02:54:31.856 DEBG process exited with exit status: 0 (13.457429ms) |
| 2371 | 2024-05-15T02:54:32.335Z | May 15 02:54:31.857 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2372 | 2024-05-15T02:54:33.188Z | May 15 02:54:32.721 DEBG process exited with exit status: 0 (864.4568ms) |
| 2373 | 2024-05-15T02:54:33.188Z | May 15 02:54:32.721 DEBG running: zfs list rpool/images/build/host |
| 2374 | 2024-05-15T02:54:33.224Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2375 | 2024-05-15T02:54:33.224Z | rpool/images/build/host 96K 146G 96K /rpool/images/build/host |
| 2376 | 2024-05-15T02:54:33.224Z | May 15 02:54:32.731 DEBG process exited with exit status: 0 (10.062758ms) |
| 2377 | 2024-05-15T02:54:33.224Z | May 15 02:54:32.731 DEBG running: zfs list rpool/images/build/recovery |
| 2378 | 2024-05-15T02:54:33.224Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2379 | 2024-05-15T02:54:33.224Z | rpool/images/build/recovery 96K 146G 96K /rpool/images/build/recovery |
| 2380 | 2024-05-15T02:54:33.225Z | May 15 02:54:32.740 DEBG process exited with exit status: 0 (8.526801ms) |
| 2381 | 2024-05-15T02:54:33.225Z | May 15 02:54:32.741 INFO [hubris-production] running task |
| 2382 | 2024-05-15T02:54:33.225Z | May 15 02:54:32.741 INFO [hubris-staging] running task |
| 2383 | 2024-05-15T02:54:33.225Z | May 15 02:54:32.742 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2384 | 2024-05-15T02:54:33.225Z | May 15 02:54:32.746 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2385 | 2024-05-15T02:54:33.310Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2386 | 2024-05-15T02:54:33.826Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2387 | 2024-05-15T02:54:34.832Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2388 | 2024-05-15T02:54:35.054Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2389 | 2024-05-15T02:54:35.558Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2390 | 2024-05-15T02:54:35.559Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2391 | 2024-05-15T02:54:35.582Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2392 | 2024-05-15T02:54:35.583Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2393 | 2024-05-15T02:54:35.583Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2394 | 2024-05-15T02:54:35.840Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2395 | 2024-05-15T02:54:35.840Z | [ omicron-package] Compiling embedded-io v0.4.0 |
| 2396 | 2024-05-15T02:54:35.840Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2397 | 2024-05-15T02:54:36.043Z | May 15 02:54:35.575 INFO [hubris-production] task succeeded (2.833726748s) |
| 2398 | 2024-05-15T02:54:36.188Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2399 | 2024-05-15T02:54:36.562Z | [ omicron-package] Compiling postcard v1.0.8 |
| 2400 | 2024-05-15T02:54:36.724Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2401 | 2024-05-15T02:54:37.117Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2402 | 2024-05-15T02:54:37.117Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2403 | 2024-05-15T02:54:37.154Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2404 | 2024-05-15T02:54:37.187Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2405 | 2024-05-15T02:54:37.585Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2406 | 2024-05-15T02:54:37.769Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2407 | 2024-05-15T02:54:38.176Z | [ omicron-package] Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2408 | 2024-05-15T02:54:38.251Z | [ omicron-package] Compiling tabwriter v1.4.0 |
| 2409 | 2024-05-15T02:54:38.454Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2410 | 2024-05-15T02:54:38.482Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2411 | 2024-05-15T02:54:39.085Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2412 | 2024-05-15T02:54:39.165Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2413 | 2024-05-15T02:54:39.362Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2414 | 2024-05-15T02:54:39.538Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 2415 | 2024-05-15T02:54:39.765Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2416 | 2024-05-15T02:54:40.104Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2417 | 2024-05-15T02:54:40.315Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2418 | 2024-05-15T02:54:40.316Z | [ omicron-package] Compiling colored v2.1.0 |
| 2419 | 2024-05-15T02:54:40.439Z | [ omicron-package] Compiling socket2 v0.4.9 |
| 2420 | 2024-05-15T02:54:40.590Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2421 | 2024-05-15T02:54:40.956Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2422 | 2024-05-15T02:54:41.236Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2423 | 2024-05-15T02:54:41.266Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2424 | 2024-05-15T02:54:41.714Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2425 | 2024-05-15T02:54:41.829Z | [ omicron-package] Compiling num-derive v0.4.0 |
| 2426 | 2024-05-15T02:54:42.127Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2427 | 2024-05-15T02:54:42.168Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2428 | 2024-05-15T02:54:42.452Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2429 | 2024-05-15T02:54:42.710Z | [ omicron-package] Compiling smf v0.2.3 |
| 2430 | 2024-05-15T02:54:43.164Z | [ omicron-package] Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2431 | 2024-05-15T02:54:43.511Z | [ omicron-package] Compiling portable-atomic v1.4.3 |
| 2432 | 2024-05-15T02:54:43.680Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2433 | 2024-05-15T02:54:45.170Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2434 | 2024-05-15T02:54:45.490Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2435 | 2024-05-15T02:54:45.535Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 2436 | 2024-05-15T02:54:46.677Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2437 | 2024-05-15T02:54:46.960Z | [ omicron-package] Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2438 | 2024-05-15T02:54:48.172Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2439 | 2024-05-15T02:54:48.515Z | [ omicron-package] Compiling gethostname v0.4.3 |
| 2440 | 2024-05-15T02:54:48.617Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2441 | 2024-05-15T02:54:48.729Z | [ omicron-package] Compiling number_prefix v0.4.0 |
| 2442 | 2024-05-15T02:54:48.852Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2443 | 2024-05-15T02:54:49.759Z | [ omicron-package] Compiling indicatif v0.17.8 |
| 2444 | 2024-05-15T02:54:49.835Z | May 15 02:54:49.369 INFO [hubris-staging] task succeeded (16.627291078s) |
| 2445 | 2024-05-15T02:54:50.887Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
| 2446 | 2024-05-15T02:54:51.116Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2447 | 2024-05-15T02:54:53.798Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2448 | 2024-05-15T02:54:54.283Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2449 | 2024-05-15T02:54:55.534Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2450 | 2024-05-15T02:55:13.209Z | [ helios-setup] May 15 02:55:12.742 INFO helios repository root is: /work/oxidecomputer/helios |
| 2451 | 2024-05-15T02:55:13.238Z | [ helios-setup] May 15 02:55:12.745 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 |
| 2452 | 2024-05-15T02:55:13.238Z | [ helios-setup] May 15 02:55:12.745 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2453 | 2024-05-15T02:55:13.238Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2454 | 2024-05-15T02:55:13.473Z | [ omicron-package] Finished release [optimized] target(s) in 40.24s |
| 2455 | 2024-05-15T02:55:13.566Z | [ omicron-package] |
| 2456 | 2024-05-15T02:55:13.567Z | [ omicron-package] real 40.319943812 |
| 2457 | 2024-05-15T02:55:13.598Z | [ omicron-package] user 2:23.334610198 |
| 2458 | 2024-05-15T02:55:13.598Z | [ omicron-package] sys 18.843519180 |
| 2459 | 2024-05-15T02:55:13.598Z | [ omicron-package] trap 0.235448683 |
| 2460 | 2024-05-15T02:55:13.598Z | [ omicron-package] tflt 0.331232782 |
| 2461 | 2024-05-15T02:55:13.598Z | [ omicron-package] dflt 0.610190541 |
| 2462 | 2024-05-15T02:55:13.598Z | [ omicron-package] kflt 0.000114680 |
| 2463 | 2024-05-15T02:55:13.598Z | [ omicron-package] lock 4:48.129859135 |
| 2464 | 2024-05-15T02:55:13.598Z | May 15 02:55:13.101[ omicron-package] slp 5:56.204463862 |
| 2465 | 2024-05-15T02:55:13.598Z | INFO [omicron-package] process exited with exit status: 0 (40.355423182s) |
| 2466 | 2024-05-15T02:55:13.598Z | [ omicron-package] lat 1:22.576497927 |
| 2467 | 2024-05-15T02:55:13.598Z | [ omicron-package] stop 35.348304965 |
| 2468 | 2024-05-15T02:55:13.598Z | May 15 02:55:13.102 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 |
| 2469 | 2024-05-15T02:55:13.598Z | May 15 02:55:13.117 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
| 2470 | 2024-05-15T02:55:13.630Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2471 | 2024-05-15T02:55:13.630Z | [ host-target] Created new build target 'host' and set it as active |
| 2472 | 2024-05-15T02:55:13.630Z | May 15 02:55:13.136 INFO [host-target] process exited with exit status: 0 (33.859643ms) |
| 2473 | 2024-05-15T02:55:13.630Z | May 15 02:55:13.137 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2474 | 2024-05-15T02:55:13.631Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2475 | 2024-05-15T02:55:13.631Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2476 | 2024-05-15T02:55:13.631Z | May 15 02:55:13.148 INFO [recovery-target] process exited with exit status: 0 (30.05632ms) |
| 2477 | 2024-05-15T02:55:13.631Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2478 | 2024-05-15T02:55:13.910Z | [ helios-setup] May 15 02:55:13.443 INFO clone ok!, project: phbl |
| 2479 | 2024-05-15T02:55:13.910Z | [ helios-setup] May 15 02:55:13.444 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2480 | 2024-05-15T02:55:13.935Z | [ helios-setup] May 15 02:55:13.444 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 |
| 2481 | 2024-05-15T02:55:13.935Z | [ helios-setup] May 15 02:55:13.444 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2482 | 2024-05-15T02:55:13.935Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2483 | 2024-05-15T02:55:14.510Z | [ helios-setup] May 15 02:55:14.043 INFO clone ok!, project: bootserver |
| 2484 | 2024-05-15T02:55:14.535Z | [ helios-setup] May 15 02:55:14.044 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 |
| 2485 | 2024-05-15T02:55:14.535Z | [ helios-setup] May 15 02:55:14.044 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2486 | 2024-05-15T02:55:14.535Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2487 | 2024-05-15T02:55:14.808Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2488 | 2024-05-15T02:55:14.832Z | [ host-package] Compiling humantime v2.1.0 |
| 2489 | 2024-05-15T02:55:14.832Z | [ host-package] Compiling derive-where v1.2.7 |
| 2490 | 2024-05-15T02:55:14.832Z | [ host-package] Compiling unicode-xid v0.2.4 |
| 2491 | 2024-05-15T02:55:14.861Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2492 | 2024-05-15T02:55:14.886Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2493 | 2024-05-15T02:55:14.886Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2494 | 2024-05-15T02:55:14.886Z | [ host-package] Compiling password-hash v0.5.0 |
| 2495 | 2024-05-15T02:55:14.975Z | [ host-package] Compiling expectorate v1.1.0 |
| 2496 | 2024-05-15T02:55:15.000Z | [ host-package] Compiling blake2 v0.10.6 |
| 2497 | 2024-05-15T02:55:15.116Z | [ host-package] Compiling semver v0.1.20 |
| 2498 | 2024-05-15T02:55:15.196Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2499 | 2024-05-15T02:55:15.220Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2500 | 2024-05-15T02:55:15.263Z | [ helios-setup] May 15 02:55:14.797 INFO clone ok!, project: image-builder |
| 2501 | 2024-05-15T02:55:15.288Z | [ helios-setup] May 15 02:55:14.797 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 |
| 2502 | 2024-05-15T02:55:15.288Z | [ helios-setup] May 15 02:55:14.797 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2503 | 2024-05-15T02:55:15.288Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2504 | 2024-05-15T02:55:15.418Z | [ host-package] Compiling argon2 v0.5.3 |
| 2505 | 2024-05-15T02:55:15.540Z | [ host-package] Compiling rustc_version v0.1.7 |
| 2506 | 2024-05-15T02:55:15.620Z | [ host-package] Compiling bytecount v0.6.3 |
| 2507 | 2024-05-15T02:55:15.868Z | [ host-package] Compiling papergrid v0.11.0 |
| 2508 | 2024-05-15T02:55:15.931Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 2509 | 2024-05-15T02:55:15.931Z | [ helios-setup] May 15 02:55:15.464 INFO clone ok!, project: pinprick |
| 2510 | 2024-05-15T02:55:15.955Z | [ helios-setup] May 15 02:55:15.465 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 |
| 2511 | 2024-05-15T02:55:15.955Z | [ helios-setup] May 15 02:55:15.465 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 |
| 2512 | 2024-05-15T02:55:15.955Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2513 | 2024-05-15T02:55:16.068Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2514 | 2024-05-15T02:55:16.250Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2515 | 2024-05-15T02:55:16.578Z | [ host-package] Compiling quick-error v1.2.3 |
| 2516 | 2024-05-15T02:55:16.803Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 2517 | 2024-05-15T02:55:16.987Z | [ host-package] Compiling steno v0.4.0 |
| 2518 | 2024-05-15T02:55:17.011Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
| 2519 | 2024-05-15T02:55:17.012Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
| 2520 | 2024-05-15T02:55:17.568Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
| 2521 | 2024-05-15T02:55:17.671Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2522 | 2024-05-15T02:55:18.128Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2523 | 2024-05-15T02:55:18.209Z | [ host-package] Compiling tabled v0.15.0 |
| 2524 | 2024-05-15T02:55:18.539Z | [ host-package] Compiling utf-8 v0.7.6 |
| 2525 | 2024-05-15T02:55:20.279Z | [ host-package] Compiling num-rational v0.4.2 |
| 2526 | 2024-05-15T02:55:20.368Z | [ host-package] Compiling num-complex v0.4.6 |
| 2527 | 2024-05-15T02:55:21.409Z | [ host-package] Compiling num v0.4.3 |
| 2528 | 2024-05-15T02:55:21.510Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2529 | 2024-05-15T02:55:21.654Z | [ helios-setup] Submodule path 'amd-firmware': checked out '99131062489fcebfb192953600c00f2c93ea05bb' |
| 2530 | 2024-05-15T02:55:22.087Z | [ helios-setup] May 15 02:55:21.201 INFO clone ok!, project: amd-host-image-builder |
| 2531 | 2024-05-15T02:55:22.087Z | [ helios-setup] May 15 02:55:21.201 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 |
| 2532 | 2024-05-15T02:55:22.087Z | [ helios-setup] May 15 02:55:21.201 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2533 | 2024-05-15T02:55:22.087Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2534 | 2024-05-15T02:55:22.470Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 2535 | 2024-05-15T02:55:22.518Z | [ host-package] Compiling endian-type v0.1.2 |
| 2536 | 2024-05-15T02:55:22.695Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2537 | 2024-05-15T02:55:22.763Z | [ host-package] Compiling radix_trie v0.2.1 |
| 2538 | 2024-05-15T02:55:23.576Z | [ host-package] Compiling tungstenite v0.20.1 |
| 2539 | 2024-05-15T02:55:27.458Z | [ helios-setup] May 15 02:55:26.991 INFO clone ok!, project: amd-firmware |
| 2540 | 2024-05-15T02:55:27.488Z | [ helios-setup] May 15 02:55:26.992 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 |
| 2541 | 2024-05-15T02:55:27.488Z | [ helios-setup] May 15 02:55:26.992 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2542 | 2024-05-15T02:55:27.488Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2543 | 2024-05-15T02:55:27.527Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2544 | 2024-05-15T02:55:28.213Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
| 2545 | 2024-05-15T02:55:28.252Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2546 | 2024-05-15T02:55:28.687Z | [ host-package] Compiling display-error-chain v0.2.0 |
| 2547 | 2024-05-15T02:55:28.741Z | [ helios-setup] May 15 02:55:28.274 INFO clone ok!, project: chelsio-t6-roms |
| 2548 | 2024-05-15T02:55:28.765Z | [ helios-setup] May 15 02:55:28.275 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2549 | 2024-05-15T02:55:28.765Z | [ helios-setup] May 15 02:55:28.275 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 |
| 2550 | 2024-05-15T02:55:28.765Z | [ helios-setup] May 15 02:55:28.275 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2551 | 2024-05-15T02:55:28.765Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2552 | 2024-05-15T02:55:28.868Z | [ host-package] Compiling arc-swap v1.6.0 |
| 2553 | 2024-05-15T02:55:29.486Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2554 | 2024-05-15T02:55:29.841Z | [ helios-setup] May 15 02:55:29.374 INFO clone ok!, project: pilot |
| 2555 | 2024-05-15T02:55:29.841Z | [ helios-setup] May 15 02:55:29.375 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2556 | 2024-05-15T02:55:29.865Z | [ helios-setup] May 15 02:55:29.375 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2557 | 2024-05-15T02:55:29.960Z | [ host-package] Compiling slog-scope v4.4.0 |
| 2558 | 2024-05-15T02:55:30.372Z | [ helios-setup] May 15 02:55:29.906 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2559 | 2024-05-15T02:55:30.788Z | [ helios-setup] May 15 02:55:30.321 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2560 | 2024-05-15T02:55:30.788Z | [ helios-setup] May 15 02:55:30.322 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2561 | 2024-05-15T02:55:30.861Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2562 | 2024-05-15T02:55:31.207Z | [ helios-setup] May 15 02:55:30.740 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2563 | 2024-05-15T02:55:31.642Z | [ helios-setup] May 15 02:55:31.174 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2564 | 2024-05-15T02:55:31.642Z | [ helios-setup] May 15 02:55:31.174 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2565 | 2024-05-15T02:55:32.169Z | [ helios-setup] May 15 02:55:31.702 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2566 | 2024-05-15T02:55:32.623Z | [ helios-setup] May 15 02:55:32.156 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2567 | 2024-05-15T02:55:32.623Z | [ helios-setup] May 15 02:55:32.157 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2568 | 2024-05-15T02:55:32.623Z | [ helios-setup] May 15 02:55:32.157 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2569 | 2024-05-15T02:55:32.649Z | [ helios-setup] May 15 02:55:32.157 INFO ok! |
| 2570 | 2024-05-15T02:55:32.650Z | [ helios-setup] May 15 02:55:32.157 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2571 | 2024-05-15T02:55:32.650Z | [ helios-setup] May 15 02:55:32.157 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2572 | 2024-05-15T02:55:32.650Z | [ helios-setup] May 15 02:55:32.157 INFO ok! |
| 2573 | 2024-05-15T02:55:32.650Z | [ helios-setup] May 15 02:55:32.157 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2574 | 2024-05-15T02:55:32.650Z | [ helios-setup] May 15 02:55:32.157 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2575 | 2024-05-15T02:55:32.650Z | [ helios-setup] May 15 02:55:32.157 INFO ok! |
| 2576 | 2024-05-15T02:55:32.650Z | [ helios-setup] May 15 02:55:32.157 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2577 | 2024-05-15T02:55:32.650Z | [ helios-setup] May 15 02:55:32.157 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2578 | 2024-05-15T02:55:32.795Z | [ helios-setup] May 15 02:55:32.329 INFO E| Downloading crates ... |
| 2579 | 2024-05-15T02:55:32.918Z | [ helios-setup] May 15 02:55:32.452 INFO E| Downloaded unicode-width v0.1.10 |
| 2580 | 2024-05-15T02:55:32.943Z | [ helios-setup] May 15 02:55:32.455 INFO E| Downloaded typenum v1.15.0 |
| 2581 | 2024-05-15T02:55:32.943Z | [ helios-setup] May 15 02:55:32.458 INFO E| Downloaded sha2 v0.10.5 |
| 2582 | 2024-05-15T02:55:32.943Z | [ helios-setup] May 15 02:55:32.461 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2583 | 2024-05-15T02:55:32.943Z | [ helios-setup] May 15 02:55:32.463 INFO E| Downloaded generic-array v0.14.6 |
| 2584 | 2024-05-15T02:55:32.943Z | [ helios-setup] May 15 02:55:32.465 INFO E| Downloaded flate2 v1.0.25 |
| 2585 | 2024-05-15T02:55:32.943Z | [ helios-setup] May 15 02:55:32.471 INFO E| Downloaded digest v0.10.3 |
| 2586 | 2024-05-15T02:55:32.943Z | [ helios-setup] May 15 02:55:32.473 INFO E| Downloaded cpufeatures v0.2.5 |
| 2587 | 2024-05-15T02:55:32.943Z | [ helios-setup] May 15 02:55:32.475 INFO E| Downloaded bytes v1.2.1 |
| 2588 | 2024-05-15T02:55:32.968Z | [ helios-setup] May 15 02:55:32.479 INFO E| Downloaded block-buffer v0.10.3 |
| 2589 | 2024-05-15T02:55:32.968Z | [ helios-setup] May 15 02:55:32.480 INFO E| Downloaded anyhow v1.0.62 |
| 2590 | 2024-05-15T02:55:33.011Z | [ helios-setup] May 15 02:55:32.545 INFO E| Compiling version_check v0.9.4 |
| 2591 | 2024-05-15T02:55:33.011Z | [ helios-setup] May 15 02:55:32.545 INFO E| Compiling typenum v1.15.0 |
| 2592 | 2024-05-15T02:55:33.011Z | [ helios-setup] May 15 02:55:32.545 INFO E| Compiling crc32fast v1.3.2 |
| 2593 | 2024-05-15T02:55:33.035Z | [ helios-setup] May 15 02:55:32.545 INFO E| Compiling cfg-if v1.0.0 |
| 2594 | 2024-05-15T02:55:33.036Z | [ helios-setup] May 15 02:55:32.545 INFO E| Compiling adler v1.0.2 |
| 2595 | 2024-05-15T02:55:33.036Z | [ helios-setup] May 15 02:55:32.545 INFO E| Compiling anyhow v1.0.62 |
| 2596 | 2024-05-15T02:55:33.036Z | [ helios-setup] May 15 02:55:32.545 INFO E| Compiling cpufeatures v0.2.5 |
| 2597 | 2024-05-15T02:55:33.036Z | [ helios-setup] May 15 02:55:32.545 INFO E| Compiling unicode-width v0.1.10 |
| 2598 | 2024-05-15T02:55:33.460Z | [ helios-setup] May 15 02:55:32.994 INFO E| Compiling miniz_oxide v0.6.2 |
| 2599 | 2024-05-15T02:55:33.519Z | [ helios-setup] May 15 02:55:33.052 INFO E| Compiling getopts v0.2.21 |
| 2600 | 2024-05-15T02:55:33.545Z | [ helios-setup] May 15 02:55:33.070 INFO E| Compiling bytes v1.2.1 |
| 2601 | 2024-05-15T02:55:33.709Z | [ helios-setup] May 15 02:55:33.243 INFO E| Compiling bitflags v1.3.2 |
| 2602 | 2024-05-15T02:55:33.997Z | [ host-package] Compiling fxhash v0.2.1 |
| 2603 | 2024-05-15T02:55:34.368Z | [ helios-setup] May 15 02:55:33.902 INFO E| Compiling generic-array v0.14.6 |
| 2604 | 2024-05-15T02:55:34.446Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 2605 | 2024-05-15T02:55:35.132Z | [ helios-setup] May 15 02:55:34.666 INFO E| Compiling flate2 v1.0.25 |
| 2606 | 2024-05-15T02:55:37.220Z | [ host-package] Compiling rayon-core v1.12.1 |
| 2607 | 2024-05-15T02:55:37.312Z | [ host-package] Compiling synstructure v0.12.6 |
| 2608 | 2024-05-15T02:55:37.753Z | [ helios-setup] May 15 02:55:37.287 INFO E| Compiling crypto-common v0.1.6 |
| 2609 | 2024-05-15T02:55:37.753Z | [ helios-setup] May 15 02:55:37.287 INFO E| Compiling block-buffer v0.10.3 |
| 2610 | 2024-05-15T02:55:38.010Z | [ helios-setup] May 15 02:55:37.544 INFO E| Compiling digest v0.10.3 |
| 2611 | 2024-05-15T02:55:38.386Z | [ helios-setup] May 15 02:55:37.916 INFO E| Compiling sha2 v0.10.5 |
| 2612 | 2024-05-15T02:55:38.753Z | [ host-package] Compiling crossbeam-deque v0.8.3 |
| 2613 | 2024-05-15T02:55:38.781Z | [ helios-setup] May 15 02:55:38.289 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2614 | 2024-05-15T02:55:39.143Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 2615 | 2024-05-15T02:55:39.376Z | [ host-package] Compiling half v2.3.1 |
| 2616 | 2024-05-15T02:55:39.650Z | [ host-package] Compiling same-file v1.0.6 |
| 2617 | 2024-05-15T02:55:39.693Z | [ host-package] Compiling fastrand v2.0.1 |
| 2618 | 2024-05-15T02:55:40.127Z | [ host-package] Compiling ciborium-io v0.2.2 |
| 2619 | 2024-05-15T02:55:40.127Z | [ host-package] Compiling crunchy v0.2.2 |
| 2620 | 2024-05-15T02:55:40.127Z | [ host-package] Compiling glob v0.3.1 |
| 2621 | 2024-05-15T02:55:40.227Z | [ host-package] Compiling tempfile v3.10.1 |
| 2622 | 2024-05-15T02:55:40.251Z | [ host-package] Compiling ciborium-ll v0.2.2 |
| 2623 | 2024-05-15T02:55:40.392Z | [ host-package] Compiling walkdir v2.5.0 |
| 2624 | 2024-05-15T02:55:40.819Z | [ host-package] Compiling dirs-next v2.0.0 |
| 2625 | 2024-05-15T02:55:40.861Z | [ host-package] Compiling clang-sys v1.6.1 |
| 2626 | 2024-05-15T02:55:41.399Z | [ host-package] Compiling zerocopy-derive v0.2.0 |
| 2627 | 2024-05-15T02:55:41.429Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 2628 | 2024-05-15T02:55:41.921Z | [ host-package] Compiling camino v1.1.6 |
| 2629 | 2024-05-15T02:55:42.019Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 2630 | 2024-05-15T02:55:42.559Z | [ host-package] Compiling maplit v1.0.2 |
| 2631 | 2024-05-15T02:55:43.099Z | [ host-package] Compiling prettyplease v0.2.20 |
| 2632 | 2024-05-15T02:55:43.126Z | [ helios-setup] May 15 02:55:42.461 INFO E| Finished release [optimized] target(s) in 10.23s |
| 2633 | 2024-05-15T02:55:43.126Z | [ helios-setup] May 15 02:55:42.474 INFO building project "bootserver" ok (10 seconds) |
| 2634 | 2024-05-15T02:55:43.126Z | [ helios-setup] May 15 02:55:42.474 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 2635 | 2024-05-15T02:55:43.126Z | [ helios-setup] May 15 02:55:42.474 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 2636 | 2024-05-15T02:55:43.126Z | [ host-package] Compiling rayon v1.10.0 |
| 2637 | 2024-05-15T02:55:43.185Z | [ helios-setup] May 15 02:55:42.715 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 2638 | 2024-05-15T02:55:43.222Z | [ host-package] Compiling blake3 v1.5.0 |
| 2639 | 2024-05-15T02:55:43.498Z | [ host-package] Compiling term v0.7.0 |
| 2640 | 2024-05-15T02:55:43.973Z | [ helios-setup] May 15 02:55:43.497 INFO E| From https://github.com/jclulow/rust-jmclib |
| 2641 | 2024-05-15T02:55:43.973Z | [ helios-setup] May 15 02:55:43.497 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 2642 | 2024-05-15T02:55:44.407Z | [ helios-setup] May 15 02:55:43.532 INFO E| Updating crates.io index |
| 2643 | 2024-05-15T02:55:44.407Z | [ host-package] Compiling ciborium v0.2.2 |
| 2644 | 2024-05-15T02:55:44.407Z | [ helios-setup] May 15 02:55:43.783 INFO E| Downloading crates ... |
| 2645 | 2024-05-15T02:55:44.407Z | [ helios-setup] May 15 02:55:43.826 INFO E| Downloaded anyhow v1.0.72 |
| 2646 | 2024-05-15T02:55:44.407Z | [ helios-setup] May 15 02:55:43.831 INFO E| Downloaded cpufeatures v0.2.9 |
| 2647 | 2024-05-15T02:55:44.408Z | [ helios-setup] May 15 02:55:43.833 INFO E| Downloaded bitflags v2.3.3 |
| 2648 | 2024-05-15T02:55:44.408Z | [ helios-setup] May 15 02:55:43.837 INFO E| Downloaded proc-macro2 v1.0.66 |
| 2649 | 2024-05-15T02:55:44.408Z | [ helios-setup] May 15 02:55:43.841 INFO E| Downloaded md-5 v0.9.1 |
| 2650 | 2024-05-15T02:55:44.408Z | [ helios-setup] May 15 02:55:43.879 INFO E| Downloaded walkdir v2.3.3 |
| 2651 | 2024-05-15T02:55:44.408Z | [ helios-setup] May 15 02:55:43.884 INFO E| Downloaded syn v2.0.27 |
| 2652 | 2024-05-15T02:55:44.408Z | [ helios-setup] May 15 02:55:43.898 INFO E| Downloaded serde_json v1.0.103 |
| 2653 | 2024-05-15T02:55:44.408Z | [ helios-setup] May 15 02:55:43.907 INFO E| Downloaded serde_derive v1.0.174 |
| 2654 | 2024-05-15T02:55:44.408Z | [ helios-setup] May 15 02:55:43.915 INFO E| Downloaded rustix v0.38.4 |
| 2655 | 2024-05-15T02:55:44.441Z | [ helios-setup] May 15 02:55:43.942 INFO E| Downloaded libc v0.2.147 |
| 2656 | 2024-05-15T02:55:44.442Z | [ host-package] Compiling xattr v1.0.1 |
| 2657 | 2024-05-15T02:55:44.466Z | [ helios-setup] May 15 02:55:43.980 INFO E| Downloaded uuid v0.8.2 |
| 2658 | 2024-05-15T02:55:44.467Z | [ helios-setup] May 15 02:55:43.984 INFO E| Downloaded unicode-ident v1.0.11 |
| 2659 | 2024-05-15T02:55:44.467Z | [ helios-setup] May 15 02:55:43.988 INFO E| Downloaded time-macros v0.2.10 |
| 2660 | 2024-05-15T02:55:44.467Z | [ helios-setup] May 15 02:55:43.990 INFO E| Downloaded time-core v0.1.1 |
| 2661 | 2024-05-15T02:55:44.467Z | [ helios-setup] May 15 02:55:43.991 INFO E| Downloaded time v0.3.23 |
| 2662 | 2024-05-15T02:55:44.467Z | [ helios-setup] May 15 02:55:43.999 INFO E| Downloaded tempfile v3.7.0 |
| 2663 | 2024-05-15T02:55:44.491Z | [ helios-setup] May 15 02:55:44.002 INFO E| Downloaded sha-1 v0.9.8 |
| 2664 | 2024-05-15T02:55:44.491Z | [ helios-setup] May 15 02:55:44.004 INFO E| Downloaded serde v1.0.174 |
| 2665 | 2024-05-15T02:55:44.491Z | [ helios-setup] May 15 02:55:44.008 INFO E| Downloaded quote v1.0.31 |
| 2666 | 2024-05-15T02:55:44.491Z | [ helios-setup] May 15 02:55:44.012 INFO E| Downloaded once_cell v1.18.0 |
| 2667 | 2024-05-15T02:55:44.491Z | [ helios-setup] May 15 02:55:44.016 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 2668 | 2024-05-15T02:55:44.491Z | [ helios-setup] May 15 02:55:44.017 INFO E| Downloaded getrandom v0.2.10 |
| 2669 | 2024-05-15T02:55:44.491Z | [ helios-setup] May 15 02:55:44.021 INFO E| Downloaded fastrand v2.0.0 |
| 2670 | 2024-05-15T02:55:44.491Z | [ helios-setup] May 15 02:55:44.022 INFO E| Downloaded errno v0.3.1 |
| 2671 | 2024-05-15T02:55:44.492Z | [ helios-setup] May 15 02:55:44.024 INFO E| Downloaded block-buffer v0.9.0 |
| 2672 | 2024-05-15T02:55:44.492Z | [ helios-setup] May 15 02:55:44.025 INFO E| Downloaded digest v0.9.0 |
| 2673 | 2024-05-15T02:55:44.559Z | [ helios-setup] May 15 02:55:44.093 INFO E| Compiling libc v0.2.147 |
| 2674 | 2024-05-15T02:55:44.583Z | [ helios-setup] May 15 02:55:44.093 INFO E| Compiling proc-macro2 v1.0.66 |
| 2675 | 2024-05-15T02:55:44.583Z | [ helios-setup] May 15 02:55:44.093 INFO E| Compiling cfg-if v1.0.0 |
| 2676 | 2024-05-15T02:55:44.583Z | [ helios-setup] May 15 02:55:44.093 INFO E| Compiling unicode-ident v1.0.11 |
| 2677 | 2024-05-15T02:55:44.583Z | [ helios-setup] May 15 02:55:44.094 INFO E| Compiling typenum v1.16.0 |
| 2678 | 2024-05-15T02:55:44.583Z | [ helios-setup] May 15 02:55:44.094 INFO E| Compiling version_check v0.9.4 |
| 2679 | 2024-05-15T02:55:44.583Z | [ helios-setup] May 15 02:55:44.094 INFO E| Compiling serde v1.0.174 |
| 2680 | 2024-05-15T02:55:44.583Z | [ helios-setup] May 15 02:55:44.094 INFO E| Compiling itoa v1.0.9 |
| 2681 | 2024-05-15T02:55:44.607Z | [ host-package] Compiling memmap2 v0.7.1 |
| 2682 | 2024-05-15T02:55:44.631Z | [ host-package] Compiling filetime v0.2.23 |
| 2683 | 2024-05-15T02:55:44.911Z | [ host-package] Compiling atty v0.2.14 |
| 2684 | 2024-05-15T02:55:45.086Z | [ host-package] Compiling home v0.5.5 |
| 2685 | 2024-05-15T02:55:45.171Z | [ helios-setup] May 15 02:55:44.700 INFO E| Compiling time-core v0.1.1 |
| 2686 | 2024-05-15T02:55:45.171Z | [ helios-setup] May 15 02:55:44.700 INFO E| Compiling rustix v0.38.4 |
| 2687 | 2024-05-15T02:55:45.196Z | [ host-package] Compiling arrayvec v0.7.4 |
| 2688 | 2024-05-15T02:55:45.524Z | [ helios-setup] May 15 02:55:45.058 INFO E| Compiling slog v2.7.0 |
| 2689 | 2024-05-15T02:55:45.548Z | [ helios-setup] May 15 02:55:45.077 INFO E| Compiling time-macros v0.2.10 |
| 2690 | 2024-05-15T02:55:45.747Z | [ host-package] Compiling arrayref v0.3.7 |
| 2691 | 2024-05-15T02:55:45.789Z | [ host-package] Compiling constant_time_eq v0.3.0 |
| 2692 | 2024-05-15T02:55:45.871Z | [ helios-setup] May 15 02:55:45.405 INFO E| Compiling num_threads v0.1.6 |
| 2693 | 2024-05-15T02:55:45.961Z | [ host-package] Compiling toolchain_find v0.4.0 |
| 2694 | 2024-05-15T02:55:46.091Z | [ host-package] Compiling tar v0.4.40 |
| 2695 | 2024-05-15T02:55:46.153Z | [ helios-setup] May 15 02:55:45.682 INFO E| Compiling bitflags v2.3.3 |
| 2696 | 2024-05-15T02:55:46.221Z | [ helios-setup] May 15 02:55:45.755 INFO E| Compiling generic-array v0.14.7 |
| 2697 | 2024-05-15T02:55:46.290Z | [ helios-setup] May 15 02:55:45.824 INFO E| Compiling once_cell v1.18.0 |
| 2698 | 2024-05-15T02:55:46.851Z | [ helios-setup] May 15 02:55:46.385 INFO E| Compiling quote v1.0.31 |
| 2699 | 2024-05-15T02:55:47.061Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 2700 | 2024-05-15T02:55:47.133Z | [ host-package] Compiling camino-tempfile v1.1.1 |
| 2701 | 2024-05-15T02:55:47.164Z | [ helios-setup] May 15 02:55:46.698 INFO E| Compiling thread_local v1.1.7 |
| 2702 | 2024-05-15T02:55:47.256Z | [ helios-setup] May 15 02:55:46.791 INFO E| Compiling anyhow v1.0.72 |
| 2703 | 2024-05-15T02:55:47.668Z | [ helios-setup] May 15 02:55:47.203 INFO E| Compiling syn v2.0.27 |
| 2704 | 2024-05-15T02:55:47.804Z | [ helios-setup] May 15 02:55:47.339 INFO E| Compiling serde_json v1.0.103 |
| 2705 | 2024-05-15T02:55:48.027Z | [ host-package] Compiling toml v0.8.12 |
| 2706 | 2024-05-15T02:55:48.131Z | [ helios-setup] May 15 02:55:47.663 INFO E| Compiling opaque-debug v0.3.0 |
| 2707 | 2024-05-15T02:55:48.204Z | [ host-package] Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2708 | 2024-05-15T02:55:48.243Z | [ helios-setup] May 15 02:55:47.777 INFO E| Compiling fastrand v2.0.0 |
| 2709 | 2024-05-15T02:55:48.295Z | [ helios-setup] May 15 02:55:47.830 INFO E| Compiling cpufeatures v0.2.9 |
| 2710 | 2024-05-15T02:55:48.574Z | [ helios-setup] May 15 02:55:48.103 INFO E| Compiling same-file v1.0.6 |
| 2711 | 2024-05-15T02:55:48.713Z | [ helios-setup] May 15 02:55:48.247 INFO E| Compiling unicode-width v0.1.10 |
| 2712 | 2024-05-15T02:55:48.802Z | [ helios-setup] May 15 02:55:48.336 INFO E| Compiling ryu v1.0.15 |
| 2713 | 2024-05-15T02:55:48.926Z | [ host-package] Compiling is-terminal v0.4.9 |
| 2714 | 2024-05-15T02:55:49.050Z | [ helios-setup] May 15 02:55:48.579 INFO E| Compiling dirs-sys-next v0.1.2 |
| 2715 | 2024-05-15T02:55:49.120Z | [ helios-setup] May 15 02:55:48.654 INFO E| Compiling errno v0.3.1 |
| 2716 | 2024-05-15T02:55:49.206Z | [ host-package] Compiling libsw v3.3.1 |
| 2717 | 2024-05-15T02:55:49.266Z | [ helios-setup] May 15 02:55:48.800 INFO E| Compiling atty v0.2.14 |
| 2718 | 2024-05-15T02:55:49.322Z | [ host-package] Compiling ena v0.14.2 |
| 2719 | 2024-05-15T02:55:49.574Z | [ helios-setup] May 15 02:55:49.108 INFO E| Compiling dirs-next v2.0.0 |
| 2720 | 2024-05-15T02:55:49.612Z | [ helios-setup] May 15 02:55:49.146 INFO E| Compiling getrandom v0.2.10 |
| 2721 | 2024-05-15T02:55:49.636Z | [ helios-setup] May 15 02:55:49.147 INFO E| Compiling getopts v0.2.21 |
| 2722 | 2024-05-15T02:55:49.729Z | [ host-package] Compiling libloading v0.7.4 |
| 2723 | 2024-05-15T02:55:49.917Z | [ helios-setup] May 15 02:55:49.450 INFO E| Compiling term v0.7.0 |
| 2724 | 2024-05-15T02:55:49.971Z | [ host-package] Compiling usdt-impl v0.3.5 |
| 2725 | 2024-05-15T02:55:50.126Z | [ helios-setup] May 15 02:55:49.660 INFO E| Compiling time v0.3.23 |
| 2726 | 2024-05-15T02:55:50.150Z | [ host-package] Compiling topological-sort v0.2.2 |
| 2727 | 2024-05-15T02:55:50.176Z | [ helios-setup] May 15 02:55:49.698 INFO E| Compiling walkdir v2.3.3 |
| 2728 | 2024-05-15T02:55:50.412Z | [ host-package] Compiling owo-colors v4.0.0 |
| 2729 | 2024-05-15T02:55:50.518Z | [ host-package] Compiling linear-map v1.2.0 |
| 2730 | 2024-05-15T02:55:50.796Z | [ host-package] Compiling bindgen v0.69.2 |
| 2731 | 2024-05-15T02:55:50.904Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 2732 | 2024-05-15T02:55:50.979Z | [ host-package] Compiling diff v0.1.13 |
| 2733 | 2024-05-15T02:55:51.116Z | [ helios-setup] May 15 02:55:50.650 INFO E| Compiling digest v0.9.0 |
| 2734 | 2024-05-15T02:55:51.334Z | [ helios-setup] May 15 02:55:50.869 INFO E| Compiling block-buffer v0.9.0 |
| 2735 | 2024-05-15T02:55:51.360Z | [ host-package] Compiling convert_case v0.4.0 |
| 2736 | 2024-05-15T02:55:51.388Z | [ helios-setup] May 15 02:55:50.913 INFO E| Compiling glob v0.3.1 |
| 2737 | 2024-05-15T02:55:51.562Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 2738 | 2024-05-15T02:55:51.650Z | [ helios-setup] May 15 02:55:51.176 INFO E| Compiling sha-1 v0.9.8 |
| 2739 | 2024-05-15T02:55:51.727Z | [ helios-setup] May 15 02:55:51.261 INFO E| Compiling md-5 v0.9.1 |
| 2740 | 2024-05-15T02:55:51.751Z | [ helios-setup] May 15 02:55:51.272 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 2741 | 2024-05-15T02:55:51.981Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
| 2742 | 2024-05-15T02:55:52.405Z | [ helios-setup] May 15 02:55:51.930 INFO E| Compiling tempfile v3.7.0 |
| 2743 | 2024-05-15T02:55:52.519Z | [ host-package] Compiling derive_more v0.99.17 |
| 2744 | 2024-05-15T02:55:53.214Z | [ helios-setup] May 15 02:55:52.746 INFO E| Compiling slog-term v2.9.0 |
| 2745 | 2024-05-15T02:55:54.338Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2746 | 2024-05-15T02:55:56.298Z | [ helios-setup] May 15 02:55:55.827 INFO E| Compiling serde_derive v1.0.174 |
| 2747 | 2024-05-15T02:55:56.487Z | [ host-package] Compiling lalrpop v0.19.12 |
| 2748 | 2024-05-15T02:55:57.053Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
| 2749 | 2024-05-15T02:55:57.544Z | [ host-package] Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
| 2750 | 2024-05-15T02:55:57.846Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2751 | 2024-05-15T02:55:59.513Z | [ host-package] Compiling cexpr v0.6.0 |
| 2752 | 2024-05-15T02:56:00.545Z | [ host-package] Compiling which v4.4.0 |
| 2753 | 2024-05-15T02:56:00.918Z | [ host-package] Compiling unicase v2.7.0 |
| 2754 | 2024-05-15T02:56:01.085Z | [ host-package] Compiling rustc-hash v1.1.0 |
| 2755 | 2024-05-15T02:56:01.276Z | [ host-package] Compiling shlex v1.3.0 |
| 2756 | 2024-05-15T02:56:01.432Z | [ host-package] Compiling lazycell v1.3.0 |
| 2757 | 2024-05-15T02:56:01.629Z | [ host-package] Compiling peeking_take_while v0.1.2 |
| 2758 | 2024-05-15T02:56:01.688Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2759 | 2024-05-15T02:56:02.739Z | [ host-package] Compiling zerocopy v0.3.0 |
| 2760 | 2024-05-15T02:56:02.764Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2761 | 2024-05-15T02:56:03.805Z | [ host-package] Compiling derive_builder_core v0.20.0 |
| 2762 | 2024-05-15T02:56:03.832Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2763 | 2024-05-15T02:56:03.940Z | [ host-package] Compiling headers-core v0.2.0 |
| 2764 | 2024-05-15T02:56:04.120Z | [ host-package] Compiling libxml v0.3.3 |
| 2765 | 2024-05-15T02:56:04.536Z | [ host-package] Compiling platforms v3.0.2 |
| 2766 | 2024-05-15T02:56:04.560Z | [ host-package] Compiling ref-cast v1.0.23 |
| 2767 | 2024-05-15T02:56:04.988Z | [ host-package] Compiling headers v0.3.9 |
| 2768 | 2024-05-15T02:56:05.187Z | [ host-package] Compiling dof v0.1.5 |
| 2769 | 2024-05-15T02:56:05.437Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
| 2770 | 2024-05-15T02:56:06.007Z | [ host-package] Compiling parking_lot v0.11.2 |
| 2771 | 2024-05-15T02:56:06.326Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2772 | 2024-05-15T02:56:08.075Z | [ helios-setup] May 15 02:56:07.610 INFO E| Compiling toml v0.5.11 |
| 2773 | 2024-05-15T02:56:08.075Z | [ helios-setup] May 15 02:56:07.610 INFO E| Compiling uuid v0.8.2 |
| 2774 | 2024-05-15T02:56:08.581Z | [ host-package] Compiling trust-dns-client v0.22.0 |
| 2775 | 2024-05-15T02:56:08.657Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2776 | 2024-05-15T02:56:09.066Z | [ host-package] Compiling dtrace-parser v0.1.14 |
| 2777 | 2024-05-15T02:56:09.945Z | [ helios-setup] May 15 02:56:09.480 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 2778 | 2024-05-15T02:56:10.791Z | [ host-package] Compiling strum_macros v0.24.3 |
| 2779 | 2024-05-15T02:56:12.433Z | [ host-package] Compiling toml v0.5.11 |
| 2780 | 2024-05-15T02:56:13.551Z | [ helios-setup] May 15 02:56:13.081 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 2781 | 2024-05-15T02:56:13.922Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
| 2782 | 2024-05-15T02:56:14.209Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
| 2783 | 2024-05-15T02:56:14.834Z | [ host-package] Compiling cookie v0.18.1 |
| 2784 | 2024-05-15T02:56:14.858Z | [ host-package] Compiling samael v0.0.15 |
| 2785 | 2024-05-15T02:56:15.016Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 2786 | 2024-05-15T02:56:15.137Z | [ host-package] Compiling cfg_aliases v0.1.1 |
| 2787 | 2024-05-15T02:56:15.240Z | [ host-package] Compiling indoc v1.0.9 |
| 2788 | 2024-05-15T02:56:15.561Z | [ host-package] Compiling nix v0.28.0 |
| 2789 | 2024-05-15T02:56:16.248Z | [ host-package] Compiling vte v0.11.1 |
| 2790 | 2024-05-15T02:56:16.340Z | [ host-package] Compiling trust-dns-server v0.22.1 |
| 2791 | 2024-05-15T02:56:20.037Z | [ host-package] Compiling sled v0.34.7 |
| 2792 | 2024-05-15T02:56:20.538Z | [ host-package] Compiling derive_builder v0.20.0 |
| 2793 | 2024-05-15T02:56:20.872Z | [ host-package] Compiling polar-core v0.27.3 |
| 2794 | 2024-05-15T02:56:21.822Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2795 | 2024-05-15T02:56:25.379Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2796 | 2024-05-15T02:56:25.750Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
| 2797 | 2024-05-15T02:56:25.828Z | [ helios-setup] May 15 02:56:25.362 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 42.81s |
| 2798 | 2024-05-15T02:56:25.852Z | [ helios-setup] May 15 02:56:25.385 INFO building project "image-builder" ok (42 seconds) |
| 2799 | 2024-05-15T02:56:25.852Z | [ helios-setup] May 15 02:56:25.385 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2800 | 2024-05-15T02:56:25.852Z | [ helios-setup] May 15 02:56:25.385 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2801 | 2024-05-15T02:56:26.019Z | [ helios-setup] May 15 02:56:25.548 INFO E| Downloading crates ... |
| 2802 | 2024-05-15T02:56:26.064Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2803 | 2024-05-15T02:56:26.103Z | [ helios-setup] May 15 02:56:25.638 INFO E| Downloaded miniz_oxide v0.7.2 |
| 2804 | 2024-05-15T02:56:26.152Z | [ helios-setup] May 15 02:56:25.687 INFO E| Compiling adler v1.0.2 |
| 2805 | 2024-05-15T02:56:26.264Z | [ helios-setup] May 15 02:56:25.798 INFO E| Compiling miniz_oxide v0.7.2 |
| 2806 | 2024-05-15T02:56:27.606Z | [ host-package] Compiling fd-lock v4.0.2 |
| 2807 | 2024-05-15T02:56:27.832Z | [ host-package] Compiling bb8 v0.8.3 |
| 2808 | 2024-05-15T02:56:28.292Z | [ host-package] Compiling quick-xml v0.31.0 |
| 2809 | 2024-05-15T02:56:28.946Z | [ helios-setup] May 15 02:56:28.073 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2810 | 2024-05-15T02:56:29.743Z | [ helios-setup] May 15 02:56:29.253 INFO E| Finished release [optimized] target(s) in 3.80s |
| 2811 | 2024-05-15T02:56:29.743Z | [ helios-setup] May 15 02:56:29.263 INFO building project "pinprick" ok (3 seconds) |
| 2812 | 2024-05-15T02:56:29.743Z | [ helios-setup] May 15 02:56:29.263 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2813 | 2024-05-15T02:56:29.743Z | [ helios-setup] May 15 02:56:29.263 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2814 | 2024-05-15T02:56:29.743Z | [ helios-setup] May 15 02:56:29.272 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
| 2815 | 2024-05-15T02:56:29.871Z | [ helios-setup] May 15 02:56:29.405 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
| 2816 | 2024-05-15T02:56:29.871Z | [ helios-setup] May 15 02:56:29.406 INFO E| info: downloading component 'cargo' |
| 2817 | 2024-05-15T02:56:30.314Z | [ helios-setup] May 15 02:56:29.849 INFO E| info: downloading component 'clippy' |
| 2818 | 2024-05-15T02:56:30.756Z | [ host-package] Compiling oso-derive v0.27.3 |
| 2819 | 2024-05-15T02:56:31.108Z | [ helios-setup] May 15 02:56:30.640 INFO E| info: downloading component 'rust-docs' |
| 2820 | 2024-05-15T02:56:31.679Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 2821 | 2024-05-15T02:56:31.750Z | [ helios-setup] May 15 02:56:31.285 INFO E| info: downloading component 'rust-src' |
| 2822 | 2024-05-15T02:56:31.934Z | [ helios-setup] May 15 02:56:31.468 INFO E| info: downloading component 'rust-std' |
| 2823 | 2024-05-15T02:56:32.148Z | [ host-package] Compiling serde_tokenstream v0.1.7 |
| 2824 | 2024-05-15T02:56:32.637Z | [ host-package] Compiling memoffset v0.7.1 |
| 2825 | 2024-05-15T02:56:32.924Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
| 2826 | 2024-05-15T02:56:33.160Z | [ helios-setup] May 15 02:56:32.688 INFO E| info: downloading component 'rustc' |
| 2827 | 2024-05-15T02:56:33.376Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 2828 | 2024-05-15T02:56:33.883Z | [ host-package] Compiling const_format v0.2.32 |
| 2829 | 2024-05-15T02:56:37.193Z | [ helios-setup] May 15 02:56:36.728 INFO E| info: downloading component 'rustfmt' |
| 2830 | 2024-05-15T02:56:37.796Z | [ helios-setup] May 15 02:56:37.330 INFO E| info: installing component 'cargo' |
| 2831 | 2024-05-15T02:56:38.090Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2832 | 2024-05-15T02:56:39.158Z | [ helios-setup] May 15 02:56:38.692 INFO E| info: installing component 'clippy' |
| 2833 | 2024-05-15T02:56:39.558Z | [ host-package] Compiling curve25519-dalek v4.1.2 |
| 2834 | 2024-05-15T02:56:39.585Z | [ helios-setup] May 15 02:56:39.102 INFO E| info: installing component 'rust-docs' |
| 2835 | 2024-05-15T02:56:39.915Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 2836 | 2024-05-15T02:56:40.611Z | [ host-package] Compiling oso v0.27.3 |
| 2837 | 2024-05-15T02:56:48.414Z | [ helios-setup] May 15 02:56:47.949 INFO E| info: installing component 'rust-src' |
| 2838 | 2024-05-15T02:56:49.182Z | [ helios-setup] May 15 02:56:48.717 INFO E| info: installing component 'rust-std' |
| 2839 | 2024-05-15T02:56:51.321Z | [ helios-setup] May 15 02:56:50.856 INFO E| info: installing component 'rustc' |
| 2840 | 2024-05-15T02:56:53.181Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2841 | 2024-05-15T02:56:53.414Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 2842 | 2024-05-15T02:56:56.420Z | [ host-package] Compiling kstat-rs v0.2.3 |
| 2843 | 2024-05-15T02:56:57.102Z | [ helios-setup] May 15 02:56:56.637 INFO E| info: installing component 'rustfmt' |
| 2844 | 2024-05-15T02:56:57.708Z | [ host-package] Compiling keccak v0.1.4 |
| 2845 | 2024-05-15T02:56:58.039Z | [ helios-setup] May 15 02:56:57.574 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2846 | 2024-05-15T02:56:58.191Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
| 2847 | 2024-05-15T02:56:58.444Z | [ host-package] Compiling sha3 v0.10.8 |
| 2848 | 2024-05-15T02:56:59.138Z | [ helios-setup] May 15 02:56:58.673 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2849 | 2024-05-15T02:56:59.138Z | [ helios-setup] May 15 02:56:58.673 INFO E| * [new ref] 8c774bd9c8bd4bd65edbc026676ee428862b42a8 -> refs/commit/8c774bd9c8bd4bd65edbc026676ee428862b42a8 |
| 2850 | 2024-05-15T02:56:59.162Z | [ helios-setup] May 15 02:56:58.673 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
| 2851 | 2024-05-15T02:56:59.162Z | [ host-package] Compiling reedline v0.31.0 |
| 2852 | 2024-05-15T02:56:59.186Z | [ helios-setup] May 15 02:56:58.700 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
| 2853 | 2024-05-15T02:56:59.186Z | [ helios-setup] May 15 02:56:58.700 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
| 2854 | 2024-05-15T02:56:59.186Z | [ helios-setup] May 15 02:56:58.700 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
| 2855 | 2024-05-15T02:56:59.186Z | [ helios-setup] May 15 02:56:58.700 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
| 2856 | 2024-05-15T02:56:59.186Z | [ helios-setup] May 15 02:56:58.700 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
| 2857 | 2024-05-15T02:56:59.186Z | [ helios-setup] May 15 02:56:58.700 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
| 2858 | 2024-05-15T02:56:59.234Z | [ helios-setup] May 15 02:56:58.733 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
| 2859 | 2024-05-15T02:56:59.234Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2860 | 2024-05-15T02:57:00.181Z | [ helios-setup] May 15 02:56:59.715 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2861 | 2024-05-15T02:57:00.181Z | [ helios-setup] May 15 02:56:59.715 INFO E| * [new branch] empty -> origin/empty |
| 2862 | 2024-05-15T02:57:00.181Z | [ helios-setup] May 15 02:56:59.715 INFO E| * [new branch] issue-99 -> origin/issue-99 |
| 2863 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.716 INFO E| * [new branch] main -> origin/main |
| 2864 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.716 INFO E| * [new branch] review -> origin/review |
| 2865 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.716 INFO E| * [new ref] -> origin/HEAD |
| 2866 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.716 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
| 2867 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.716 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
| 2868 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.716 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
| 2869 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.716 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
| 2870 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.717 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
| 2871 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.717 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
| 2872 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.717 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
| 2873 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.717 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
| 2874 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.717 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
| 2875 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.717 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
| 2876 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.717 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
| 2877 | 2024-05-15T02:57:00.208Z | [ helios-setup] May 15 02:56:59.738 INFO E| Updating crates.io index |
| 2878 | 2024-05-15T02:57:00.960Z | [ helios-setup] May 15 02:57:00.085 INFO E| Downloading crates ... |
| 2879 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.221 INFO E| Downloaded vec_map v0.8.2 |
| 2880 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.225 INFO E| Downloaded unicode-width v0.1.12 |
| 2881 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.229 INFO E| Downloaded unicode-segmentation v1.11.0 |
| 2882 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.236 INFO E| Downloaded clap v2.34.0 |
| 2883 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.244 INFO E| Downloaded libc v0.2.154 |
| 2884 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.287 INFO E| Downloaded serde_derive v1.0.200 |
| 2885 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.290 INFO E| Downloaded serde v1.0.200 |
| 2886 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.294 INFO E| Downloaded scroll v0.10.2 |
| 2887 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.296 INFO E| Downloaded schemars v0.8.19 |
| 2888 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.308 INFO E| Downloaded pest_meta v2.7.10 |
| 2889 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.311 INFO E| Downloaded pest_derive v2.7.10 |
| 2890 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.313 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2891 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.324 INFO E| Downloaded goblin v0.4.3 |
| 2892 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.330 INFO E| Downloaded four-cc v0.3.0 |
| 2893 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.331 INFO E| Downloaded structopt-derive v0.4.18 |
| 2894 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.332 INFO E| Downloaded structopt v0.3.26 |
| 2895 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.339 INFO E| Downloaded semver v0.9.0 |
| 2896 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.341 INFO E| Downloaded ryu v1.0.17 |
| 2897 | 2024-05-15T02:57:01.007Z | [ helios-setup] May 15 02:57:00.344 INFO E| Downloaded rustc_version v0.2.3 |
| 2898 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.345 INFO E| Downloaded pre-proc-macro v0.2.1 |
| 2899 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.347 INFO E| Downloaded pest_generator v2.7.10 |
| 2900 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.349 INFO E| Downloaded num-derive v0.3.3 |
| 2901 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.351 INFO E| Downloaded textwrap v0.11.0 |
| 2902 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.353 INFO E| Downloaded strum_macros v0.23.1 |
| 2903 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.355 INFO E| Downloaded strum v0.23.0 |
| 2904 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.356 INFO E| Downloaded strsim v0.8.0 |
| 2905 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.357 INFO E| Downloaded semver-parser v0.7.0 |
| 2906 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.358 INFO E| Downloaded scroll_derive v0.10.5 |
| 2907 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.360 INFO E| Downloaded schemars_derive v0.8.19 |
| 2908 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.361 INFO E| Downloaded rustversion v1.0.15 |
| 2909 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.364 INFO E| Downloaded proc-macro2 v1.0.81 |
| 2910 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.367 INFO E| Downloaded proc-macro-crate v0.1.5 |
| 2911 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.368 INFO E| Downloaded pre v0.2.1 |
| 2912 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.369 INFO E| Downloaded pest v2.7.10 |
| 2913 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.375 INFO E| Downloaded paste v1.0.14 |
| 2914 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.378 INFO E| Downloaded parse_int v0.6.0 |
| 2915 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.379 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2916 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.381 INFO E| Downloaded memoffset v0.5.6 |
| 2917 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.382 INFO E| Downloaded memchr v2.7.2 |
| 2918 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.388 INFO E| Downloaded itoa v1.0.11 |
| 2919 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.389 INFO E| Downloaded fletcher v0.1.0 |
| 2920 | 2024-05-15T02:57:01.008Z | [ helios-setup] May 15 02:57:00.390 INFO E| Downloaded cfg-if v0.1.10 |
| 2921 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.392 INFO E| Downloaded bytesize v1.3.0 |
| 2922 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.393 INFO E| Downloaded autocfg v1.3.0 |
| 2923 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.395 INFO E| Downloaded ansi_term v0.12.1 |
| 2924 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.459 INFO E| Compiling proc-macro2 v1.0.81 |
| 2925 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.477 INFO E| Compiling unicode-ident v1.0.12 |
| 2926 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.477 INFO E| Compiling syn v1.0.109 |
| 2927 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.477 INFO E| Compiling serde v1.0.200 |
| 2928 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.477 INFO E| Compiling version_check v0.9.4 |
| 2929 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.477 INFO E| Compiling thiserror v1.0.59 |
| 2930 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.477 INFO E| Compiling autocfg v1.3.0 |
| 2931 | 2024-05-15T02:57:01.009Z | [ helios-setup] May 15 02:57:00.477 INFO E| Compiling semver-parser v0.7.0 |
| 2932 | 2024-05-15T02:57:01.609Z | [ helios-setup] May 15 02:57:01.144 INFO E| Compiling semver v0.9.0 |
| 2933 | 2024-05-15T02:57:02.290Z | [ helios-setup] May 15 02:57:01.825 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2934 | 2024-05-15T02:57:02.318Z | [ helios-setup] May 15 02:57:01.843 INFO E| Compiling proc-macro-error v1.0.4 |
| 2935 | 2024-05-15T02:57:02.345Z | [ helios-setup] May 15 02:57:01.851 INFO E| Compiling rustc_version v0.2.3 |
| 2936 | 2024-05-15T02:57:02.438Z | [ helios-setup] May 15 02:57:01.972 INFO E| Compiling serde_json v1.0.116 |
| 2937 | 2024-05-15T02:57:02.528Z | [ helios-setup] May 15 02:57:02.063 INFO E| Compiling num-traits v0.2.19 |
| 2938 | 2024-05-15T02:57:02.553Z | [ helios-setup] May 15 02:57:02.074 INFO E| Compiling itoa v1.0.11 |
| 2939 | 2024-05-15T02:57:02.687Z | [ helios-setup] May 15 02:57:02.222 INFO E| Compiling schemars v0.8.19 |
| 2940 | 2024-05-15T02:57:02.903Z | [ helios-setup] May 15 02:57:02.435 INFO E| Compiling ryu v1.0.17 |
| 2941 | 2024-05-15T02:57:03.044Z | [ helios-setup] May 15 02:57:02.578 INFO E| Compiling unicode-segmentation v1.11.0 |
| 2942 | 2024-05-15T02:57:03.157Z | [ helios-setup] May 15 02:57:02.692 INFO E| Compiling pre-proc-macro v0.2.1 |
| 2943 | 2024-05-15T02:57:03.292Z | [ helios-setup] May 15 02:57:02.827 INFO E| Compiling memoffset v0.5.6 |
| 2944 | 2024-05-15T02:57:03.316Z | [ helios-setup] May 15 02:57:02.837 INFO E| Compiling ucd-trie v0.1.6 |
| 2945 | 2024-05-15T02:57:03.369Z | [ helios-setup] May 15 02:57:02.901 INFO E| Compiling libc v0.2.154 |
| 2946 | 2024-05-15T02:57:03.423Z | [ helios-setup] May 15 02:57:02.958 INFO E| Compiling dyn-clone v1.0.17 |
| 2947 | 2024-05-15T02:57:03.691Z | [ helios-setup] May 15 02:57:03.220 INFO E| Compiling lazy_static v1.4.0 |
| 2948 | 2024-05-15T02:57:04.223Z | [ helios-setup] May 15 02:57:03.229 INFO E| Compiling memchr v2.7.2 |
| 2949 | 2024-05-15T02:57:04.223Z | [ helios-setup] May 15 02:57:03.242 INFO E| Compiling paste v1.0.14 |
| 2950 | 2024-05-15T02:57:04.223Z | [ helios-setup] May 15 02:57:03.483 INFO E| Compiling rustversion v1.0.15 |
| 2951 | 2024-05-15T02:57:04.513Z | [ helios-setup] May 15 02:57:04.048 INFO E| Compiling quote v1.0.36 |
| 2952 | 2024-05-15T02:57:04.565Z | [ helios-setup] May 15 02:57:04.099 INFO E| Compiling heck v0.3.3 |
| 2953 | 2024-05-15T02:57:05.132Z | [ helios-setup] May 15 02:57:04.662 INFO E| Compiling pre v0.2.1 |
| 2954 | 2024-05-15T02:57:05.234Z | [ helios-setup] May 15 02:57:04.768 INFO E| Compiling syn v2.0.60 |
| 2955 | 2024-05-15T02:57:05.258Z | [ helios-setup] May 15 02:57:04.781 INFO E| Compiling once_cell v1.19.0 |
| 2956 | 2024-05-15T02:57:05.732Z | [ helios-setup] May 15 02:57:05.267 INFO E| Compiling cfg-if v0.1.10 |
| 2957 | 2024-05-15T02:57:05.832Z | [ helios-setup] May 15 02:57:05.367 INFO E| Compiling byteorder v1.5.0 |
| 2958 | 2024-05-15T02:57:06.185Z | [ helios-setup] May 15 02:57:05.721 INFO E| Compiling static_assertions v1.1.0 |
| 2959 | 2024-05-15T02:57:07.441Z | [ helios-setup] May 15 02:57:06.976 INFO E| Compiling unicode-width v0.1.12 |
| 2960 | 2024-05-15T02:57:07.564Z | [ host-package] Compiling mime_guess v2.0.4 |
| 2961 | 2024-05-15T02:57:07.589Z | [ helios-setup] May 15 02:57:07.109 INFO E| Compiling atty v0.2.14 |
| 2962 | 2024-05-15T02:57:07.741Z | [ helios-setup] May 15 02:57:07.276 INFO E| Compiling textwrap v0.11.0 |
| 2963 | 2024-05-15T02:57:07.786Z | [ helios-setup] May 15 02:57:07.322 INFO E| Compiling vec_map v0.8.2 |
| 2964 | 2024-05-15T02:57:07.970Z | [ helios-setup] May 15 02:57:07.505 INFO E| Compiling strsim v0.8.0 |
| 2965 | 2024-05-15T02:57:08.196Z | [ helios-setup] May 15 02:57:07.731 INFO E| Compiling fletcher v0.1.0 |
| 2966 | 2024-05-15T02:57:08.387Z | [ helios-setup] May 15 02:57:07.907 INFO E| Compiling ansi_term v0.12.1 |
| 2967 | 2024-05-15T02:57:08.756Z | [ helios-setup] May 15 02:57:08.287 INFO E| Compiling parse_int v0.6.0 |
| 2968 | 2024-05-15T02:57:08.787Z | [ helios-setup] May 15 02:57:08.293 INFO E| Compiling bitflags v1.3.2 |
| 2969 | 2024-05-15T02:57:08.788Z | [ helios-setup] May 15 02:57:08.302 INFO E| Compiling strum v0.23.0 |
| 2970 | 2024-05-15T02:57:08.878Z | [ helios-setup] May 15 02:57:08.387 INFO E| Compiling clap v2.34.0 |
| 2971 | 2024-05-15T02:57:08.910Z | [ helios-setup] May 15 02:57:08.445 INFO E| Compiling log v0.4.21 |
| 2972 | 2024-05-15T02:57:08.938Z | [ helios-setup] May 15 02:57:08.473 INFO E| Compiling plain v0.2.3 |
| 2973 | 2024-05-15T02:57:09.138Z | [ helios-setup] May 15 02:57:08.674 INFO E| Compiling bytesize v1.3.0 |
| 2974 | 2024-05-15T02:57:09.743Z | [ host-package] Compiling usdt-macro v0.3.5 |
| 2975 | 2024-05-15T02:57:10.654Z | [ host-package] Compiling usdt-attr-macro v0.3.5 |
| 2976 | 2024-05-15T02:57:11.149Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2977 | 2024-05-15T02:57:11.549Z | [ helios-setup] May 15 02:57:11.084 INFO E| Compiling serde_derive_internals v0.29.0 |
| 2978 | 2024-05-15T02:57:11.849Z | [ host-package] Compiling env_logger v0.9.3 |
| 2979 | 2024-05-15T02:57:12.525Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 2980 | 2024-05-15T02:57:16.004Z | [ helios-setup] May 15 02:57:15.539 INFO E| Compiling serde_derive v1.0.200 |
| 2981 | 2024-05-15T02:57:16.029Z | [ helios-setup] May 15 02:57:15.562 INFO E| Compiling thiserror-impl v1.0.59 |
| 2982 | 2024-05-15T02:57:16.228Z | [ helios-setup] May 15 02:57:15.758 INFO E| Compiling schemars_derive v0.8.19 |
| 2983 | 2024-05-15T02:57:16.254Z | [ helios-setup] May 15 02:57:15.762 INFO E| Compiling zerocopy-derive v0.6.6 |
| 2984 | 2024-05-15T02:57:17.038Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2985 | 2024-05-15T02:57:19.349Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2986 | 2024-05-15T02:57:19.624Z | [ helios-setup] May 15 02:57:19.160 INFO E| Compiling zerocopy v0.6.6 |
| 2987 | 2024-05-15T02:57:20.226Z | [ host-package] Compiling peg-macros v0.8.3 |
| 2988 | 2024-05-15T02:57:20.555Z | [ helios-setup] May 15 02:57:20.090 INFO E| Compiling pest v2.7.10 |
| 2989 | 2024-05-15T02:57:21.416Z | [ helios-setup] May 15 02:57:20.943 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2990 | 2024-05-15T02:57:21.417Z | [ helios-setup] May 15 02:57:20.943 INFO E| Compiling num-derive v0.3.3 |
| 2991 | 2024-05-15T02:57:21.870Z | [ helios-setup] May 15 02:57:21.400 INFO E| Compiling scroll_derive v0.10.5 |
| 2992 | 2024-05-15T02:57:22.005Z | [ helios-setup] May 15 02:57:21.538 INFO E| Compiling strum_macros v0.23.1 |
| 2993 | 2024-05-15T02:57:22.232Z | [ helios-setup] May 15 02:57:21.768 INFO E| Compiling structopt-derive v0.4.18 |
| 2994 | 2024-05-15T02:57:24.159Z | [ helios-setup] May 15 02:57:23.694 INFO E| Compiling pest_meta v2.7.10 |
| 2995 | 2024-05-15T02:57:24.628Z | [ helios-setup] May 15 02:57:24.163 INFO E| Compiling scroll v0.10.2 |
| 2996 | 2024-05-15T02:57:24.851Z | [ host-package] Compiling universal-hash v0.5.1 |
| 2997 | 2024-05-15T02:57:24.973Z | [ host-package] Compiling secrecy v0.8.0 |
| 2998 | 2024-05-15T02:57:25.256Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
| 2999 | 2024-05-15T02:57:25.343Z | [ helios-setup] May 15 02:57:24.878 INFO E| Compiling goblin v0.4.3 |
| 3000 | 2024-05-15T02:57:25.478Z | [ helios-setup] May 15 02:57:25.013 INFO E| Compiling modular-bitfield v0.11.2 |
| 3001 | 2024-05-15T02:57:25.513Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 3002 | 2024-05-15T02:57:26.552Z | [ helios-setup] May 15 02:57:26.088 INFO E| Compiling pest_generator v2.7.10 |
| 3003 | 2024-05-15T02:57:27.324Z | [ host-package] Compiling curve25519-dalek-derive v0.1.0 |
| 3004 | 2024-05-15T02:57:27.348Z | [ helios-setup] May 15 02:57:26.867 INFO E| Compiling structopt v0.3.26 |
| 3005 | 2024-05-15T02:57:28.970Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
| 3006 | 2024-05-15T02:57:29.162Z | [ host-package] Compiling nanorand v0.7.0 |
| 3007 | 2024-05-15T02:57:29.323Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3008 | 2024-05-15T02:57:29.472Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 3009 | 2024-05-15T02:57:29.940Z | [ host-package] Compiling signature v1.6.4 |
| 3010 | 2024-05-15T02:57:30.131Z | [ host-package] Compiling salty v0.2.0 |
| 3011 | 2024-05-15T02:57:30.416Z | [ host-package] Compiling ascii v1.1.0 |
| 3012 | 2024-05-15T02:57:30.669Z | [ host-package] Compiling unicode_categories v0.1.1 |
| 3013 | 2024-05-15T02:57:30.870Z | [ host-package] Compiling opaque-debug v0.3.0 |
| 3014 | 2024-05-15T02:57:31.132Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3015 | 2024-05-15T02:57:31.184Z | [ host-package] Compiling sqlformat v0.2.3 |
| 3016 | 2024-05-15T02:57:31.230Z | [ host-package] Compiling poly1305 v0.8.0 |
| 3017 | 2024-05-15T02:57:31.559Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 3018 | 2024-05-15T02:57:31.772Z | [ helios-setup] May 15 02:57:31.305 INFO E| Compiling pest_derive v2.7.10 |
| 3019 | 2024-05-15T02:57:31.798Z | [ host-package] Compiling sqlparser v0.45.0 |
| 3020 | 2024-05-15T02:57:32.985Z | [ host-package] Compiling rustyline v14.0.0 |
| 3021 | 2024-05-15T02:57:33.870Z | [ helios-setup] May 15 02:57:33.406 INFO E| Compiling toml v0.5.11 |
| 3022 | 2024-05-15T02:57:33.870Z | [ helios-setup] May 15 02:57:33.406 INFO E| Compiling json5 v0.4.1 |
| 3023 | 2024-05-15T02:57:34.347Z | [ host-package] Compiling ed25519 v1.5.3 |
| 3024 | 2024-05-15T02:57:35.030Z | [ host-package] Compiling flume v0.11.0 |
| 3025 | 2024-05-15T02:57:35.957Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3026 | 2024-05-15T02:57:36.281Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 3027 | 2024-05-15T02:57:36.481Z | [ helios-setup] May 15 02:57:36.016 INFO E| Compiling proc-macro-crate v0.1.5 |
| 3028 | 2024-05-15T02:57:39.047Z | [ host-package] Compiling bitstruct v0.1.1 |
| 3029 | 2024-05-15T02:57:39.238Z | [ host-package] Compiling peg v0.8.3 |
| 3030 | 2024-05-15T02:57:39.370Z | [ helios-setup] May 15 02:57:38.905 INFO E| Compiling four-cc v0.3.0 |
| 3031 | 2024-05-15T02:57:39.370Z | [ helios-setup] May 15 02:57:38.905 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
| 3032 | 2024-05-15T02:57:39.394Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3033 | 2024-05-15T02:57:40.225Z | [ host-package] Compiling usdt v0.3.5 |
| 3034 | 2024-05-15T02:57:40.887Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3035 | 2024-05-15T02:57:41.385Z | [ host-package] Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 3036 | 2024-05-15T02:57:43.202Z | [ helios-setup] May 15 02:57:42.737 INFO E| Compiling amd-apcb v0.3.2 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.2#8c774bd9) |
| 3037 | 2024-05-15T02:57:44.035Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3038 | 2024-05-15T02:57:46.998Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3039 | 2024-05-15T02:57:47.366Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3040 | 2024-05-15T02:57:47.651Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3041 | 2024-05-15T02:57:48.568Z | [ host-package] Compiling chacha20 v0.9.1 |
| 3042 | 2024-05-15T02:57:48.674Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3043 | 2024-05-15T02:57:49.019Z | [ host-package] Compiling aead v0.5.2 |
| 3044 | 2024-05-15T02:57:49.342Z | [ host-package] Compiling bcs v0.1.6 |
| 3045 | 2024-05-15T02:57:50.143Z | [ host-package] Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 3046 | 2024-05-15T02:57:50.783Z | [ host-package] Compiling erased-serde v0.3.31 |
| 3047 | 2024-05-15T02:57:50.855Z | [ host-package] Compiling serde-big-array v0.5.1 |
| 3048 | 2024-05-15T02:57:51.072Z | [ host-package] Compiling serde_arrays v0.1.0 |
| 3049 | 2024-05-15T02:57:51.104Z | [ host-package] Compiling highway v1.1.0 |
| 3050 | 2024-05-15T02:57:51.266Z | [ host-package] Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 3051 | 2024-05-15T02:57:51.759Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3052 | 2024-05-15T02:57:52.403Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3053 | 2024-05-15T02:58:03.731Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 3054 | 2024-05-15T02:58:05.740Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 3055 | 2024-05-15T02:58:09.846Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3056 | 2024-05-15T02:58:10.573Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3057 | 2024-05-15T02:58:10.799Z | [ host-package] Compiling heck v0.3.3 |
| 3058 | 2024-05-15T02:58:10.852Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 3059 | 2024-05-15T02:58:11.172Z | [ host-package] Compiling castaway v0.2.2 |
| 3060 | 2024-05-15T02:58:11.526Z | [ host-package] Compiling rand_seeder v0.2.3 |
| 3061 | 2024-05-15T02:58:12.161Z | [ host-package] Compiling serde-big-array v0.4.1 |
| 3062 | 2024-05-15T02:58:12.395Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
| 3063 | 2024-05-15T02:58:12.698Z | [ host-package] Compiling http-range v0.1.5 |
| 3064 | 2024-05-15T02:58:13.313Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
| 3065 | 2024-05-15T02:58:13.773Z | [ helios-setup] May 15 02:58:13.309 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
| 3066 | 2024-05-15T02:58:15.092Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3067 | 2024-05-15T02:58:16.612Z | [ host-package] Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3068 | 2024-05-15T02:58:17.937Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3069 | 2024-05-15T02:58:18.221Z | [ host-package] Compiling compact_str v0.7.1 |
| 3070 | 2024-05-15T02:58:19.566Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3071 | 2024-05-15T02:58:20.794Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
| 3072 | 2024-05-15T02:58:25.498Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3073 | 2024-05-15T02:58:26.665Z | [ helios-setup] May 15 02:58:26.201 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3074 | 2024-05-15T02:58:27.224Z | [ helios-setup] May 15 02:58:26.760 INFO E| warning: unused variable: `efs_configuration_filename` |
| 3075 | 2024-05-15T02:58:27.224Z | [ helios-setup] May 15 02:58:26.760 INFO E| --> src/main.rs:979:5 |
| 3076 | 2024-05-15T02:58:27.249Z | [ helios-setup] May 15 02:58:26.760 INFO E| | |
| 3077 | 2024-05-15T02:58:27.249Z | [ helios-setup] May 15 02:58:26.760 INFO E| 979 | efs_configuration_filename: &Path, |
| 3078 | 2024-05-15T02:58:27.249Z | [ helios-setup] May 15 02:58:26.760 INFO E| | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_efs_configuration_filename` |
| 3079 | 2024-05-15T02:58:27.249Z | [ helios-setup] May 15 02:58:26.760 INFO E| | |
| 3080 | 2024-05-15T02:58:27.249Z | [ helios-setup] May 15 02:58:26.760 INFO E| = note: `#[warn(unused_variables)]` on by default |
| 3081 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.772 INFO E| warning: unused variable: `abl_version` |
| 3082 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.772 INFO E| --> src/main.rs:1118:5 |
| 3083 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.772 INFO E| | |
| 3084 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.772 INFO E| 1118 | abl_version: Option<u32>, |
| 3085 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.772 INFO E| | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_abl_version` |
| 3086 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.773 INFO E| warning: value assigned to `flash_location` is never read |
| 3087 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.773 INFO E| --> src/main.rs:1182:29 |
| 3088 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.773 INFO E| | |
| 3089 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.773 INFO E| 1182 | ... flash_location = None; |
| 3090 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.773 INFO E| | ^^^^^^^^^^^^^^ |
| 3091 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.773 INFO E| | |
| 3092 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.773 INFO E| = help: maybe it is overwritten before being read? |
| 3093 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.773 INFO E| = note: `#[warn(unused_assignments)]` on by default |
| 3094 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.782 INFO E| warning: unused variable: `psp_second_level_smu_versions` |
| 3095 | 2024-05-15T02:58:27.250Z | [ helios-setup] May 15 02:58:26.782 INFO E| --> src/main.rs:1412:34 |
| 3096 | 2024-05-15T02:58:27.251Z | [ helios-setup] May 15 02:58:26.782 INFO E| | |
| 3097 | 2024-05-15T02:58:27.251Z | [ helios-setup] May 15 02:58:26.782 INFO E| 1412 | unique_smu_versions: psp_second_level_smu_versions, |
| 3098 | 2024-05-15T02:58:27.251Z | [ helios-setup] May 15 02:58:26.782 INFO E| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_psp_second_level_smu_versions` |
| 3099 | 2024-05-15T02:58:36.480Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3100 | 2024-05-15T02:58:37.068Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3101 | 2024-05-15T02:58:41.859Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3102 | 2024-05-15T02:58:42.571Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3103 | 2024-05-15T02:58:45.755Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3104 | 2024-05-15T02:58:46.139Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3105 | 2024-05-15T02:58:46.559Z | [ host-package] Compiling lru v0.12.1 |
| 3106 | 2024-05-15T02:58:46.980Z | [ host-package] Compiling stability v0.2.0 |
| 3107 | 2024-05-15T02:58:47.579Z | [ host-package] Compiling indoc v2.0.3 |
| 3108 | 2024-05-15T02:58:48.169Z | [ host-package] Compiling corncobs v0.1.3 |
| 3109 | 2024-05-15T02:58:48.547Z | [ host-package] Compiling base64 v0.13.1 |
| 3110 | 2024-05-15T02:58:48.574Z | [ host-package] Compiling cassowary v0.3.0 |
| 3111 | 2024-05-15T02:58:49.252Z | [ host-package] Compiling ratatui v0.26.2 |
| 3112 | 2024-05-15T02:58:52.347Z | [ host-package] Compiling ron v0.7.1 |
| 3113 | 2024-05-15T02:58:56.817Z | [ host-package] Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 3114 | 2024-05-15T02:58:57.851Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3115 | 2024-05-15T02:58:58.129Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3116 | 2024-05-15T02:58:58.846Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3117 | 2024-05-15T02:59:00.329Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3118 | 2024-05-15T02:59:03.491Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3119 | 2024-05-15T02:59:03.884Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3120 | 2024-05-15T02:59:04.216Z | [ host-package] Compiling zone v0.1.8 |
| 3121 | 2024-05-15T02:59:06.299Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3122 | 2024-05-15T02:59:07.934Z | [ helios-setup] May 15 02:59:07.469 INFO E| warning: `amd-host-image-builder` (bin "amd-host-image-builder") generated 4 warnings (run `cargo fix --bin "amd-host-image-builder"` to apply 3 suggestions) |
| 3123 | 2024-05-15T02:59:07.957Z | [ helios-setup] May 15 02:59:07.469 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 10s |
| 3124 | 2024-05-15T02:59:07.985Z | [ helios-setup] May 15 02:59:07.505 INFO building project "amd-host-image-builder" ok (158 seconds) |
| 3125 | 2024-05-15T02:59:07.985Z | [ helios-setup] May 15 02:59:07.506 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3126 | 2024-05-15T02:59:07.985Z | [ helios-setup] May 15 02:59:07.506 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3127 | 2024-05-15T02:59:08.319Z | [ helios-setup] May 15 02:59:07.855 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3128 | 2024-05-15T02:59:09.164Z | [ helios-setup] May 15 02:59:08.701 INFO E| From https://github.com/jclulow/hiercmd |
| 3129 | 2024-05-15T02:59:09.164Z | [ helios-setup] May 15 02:59:08.701 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
| 3130 | 2024-05-15T02:59:09.189Z | [ helios-setup] May 15 02:59:08.722 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
| 3131 | 2024-05-15T02:59:09.937Z | [ helios-setup] May 15 02:59:09.471 INFO E| From https://github.com/jclulow/network-interface |
| 3132 | 2024-05-15T02:59:09.937Z | [ helios-setup] May 15 02:59:09.471 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
| 3133 | 2024-05-15T02:59:09.962Z | [ helios-setup] May 15 02:59:09.495 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3134 | 2024-05-15T02:59:10.761Z | [ helios-setup] May 15 02:59:10.294 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3135 | 2024-05-15T02:59:10.761Z | [ helios-setup] May 15 02:59:10.295 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3136 | 2024-05-15T02:59:10.795Z | [ helios-setup] May 15 02:59:10.327 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
| 3137 | 2024-05-15T02:59:11.793Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 3138 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.336 INFO E| From https://github.com/oxidecomputer/facade |
| 3139 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.336 INFO E| * [new branch] 0XV2-serials -> origin/0XV2-serials |
| 3140 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.336 INFO E| * [new branch] checklist -> origin/checklist |
| 3141 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.337 INFO E| * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26 |
| 3142 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.337 INFO E| * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
| 3143 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.337 INFO E| * [new branch] dramtest -> origin/dramtest |
| 3144 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.337 INFO E| * [new branch] facts -> origin/facts |
| 3145 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.337 INFO E| * [new branch] fix-broken-ffi -> origin/fix-broken-ffi |
| 3146 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.338 INFO E| * [new branch] flihp/platform-id_permslip -> origin/flihp/platform-id_permslip |
| 3147 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.338 INFO E| * [new branch] flihp/platform-id_permslip-prebase -> origin/flihp/platform-id_permslip-prebase |
| 3148 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.338 INFO E| * [new branch] gimlet-f -> origin/gimlet-f |
| 3149 | 2024-05-15T02:59:11.839Z | [ helios-setup] May 15 02:59:11.338 INFO E| * [new branch] guardrails -> origin/guardrails |
| 3150 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.338 INFO E| * [new branch] idcerts -> origin/idcerts |
| 3151 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.338 INFO E| * [new branch] jhendricks/fix-usage -> origin/jhendricks/fix-usage |
| 3152 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.339 INFO E| * [new branch] jhendricks/micron7450 -> origin/jhendricks/micron7450 |
| 3153 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.339 INFO E| * [new branch] jhendricks/readme -> origin/jhendricks/readme |
| 3154 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.339 INFO E| * [new branch] main -> origin/main |
| 3155 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.339 INFO E| * [new branch] meanwell -> origin/meanwell |
| 3156 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.339 INFO E| * [new branch] parents -> origin/parents |
| 3157 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.339 INFO E| * [new branch] psc -> origin/psc |
| 3158 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.339 INFO E| * [new branch] rackstatus -> origin/rackstatus |
| 3159 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.340 INFO E| * [new branch] sessions -> origin/sessions |
| 3160 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.340 INFO E| * [new branch] sidecar_loopback_test -> origin/sidecar_loopback_test |
| 3161 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.340 INFO E| * [new branch] sshauth -> origin/sshauth |
| 3162 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.340 INFO E| * [new branch] unsupervised -> origin/unsupervised |
| 3163 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.340 INFO E| * [new branch] x11 -> origin/x11 |
| 3164 | 2024-05-15T02:59:11.840Z | [ helios-setup] May 15 02:59:11.340 INFO E| * [new ref] -> origin/HEAD |
| 3165 | 2024-05-15T02:59:11.886Z | [ helios-setup] May 15 02:59:11.423 INFO E| Updating crates.io index |
| 3166 | 2024-05-15T02:59:12.369Z | [ helios-setup] May 15 02:59:11.906 INFO E| Downloading crates ... |
| 3167 | 2024-05-15T02:59:12.634Z | [ helios-setup] May 15 02:59:12.169 INFO E| Downloaded concolor-override v1.0.0 |
| 3168 | 2024-05-15T02:59:12.667Z | [ helios-setup] May 15 02:59:12.172 INFO E| Downloaded clap_derive v4.2.0 |
| 3169 | 2024-05-15T02:59:12.668Z | [ helios-setup] May 15 02:59:12.175 INFO E| Downloaded cc v1.0.78 |
| 3170 | 2024-05-15T02:59:12.668Z | [ helios-setup] May 15 02:59:12.180 INFO E| Downloaded const-random v0.1.15 |
| 3171 | 2024-05-15T02:59:12.668Z | [ helios-setup] May 15 02:59:12.182 INFO E| Downloaded const-random-macro v0.1.15 |
| 3172 | 2024-05-15T02:59:12.668Z | [ helios-setup] May 15 02:59:12.184 INFO E| Downloaded jobserver v0.1.26 |
| 3173 | 2024-05-15T02:59:12.668Z | [ helios-setup] May 15 02:59:12.186 INFO E| Downloaded io-lifetimes v1.0.10 |
| 3174 | 2024-05-15T02:59:12.668Z | [ helios-setup] May 15 02:59:12.194 INFO E| Downloaded signal-hook-registry v1.4.0 |
| 3175 | 2024-05-15T02:59:12.669Z | [ helios-setup] May 15 02:59:12.197 INFO E| Downloaded serde_yaml v0.9.21 |
| 3176 | 2024-05-15T02:59:12.702Z | [ helios-setup] May 15 02:59:12.204 INFO E| Downloaded tokio-macros v2.0.0 |
| 3177 | 2024-05-15T02:59:12.702Z | [ helios-setup] May 15 02:59:12.208 INFO E| Downloaded want v0.3.0 |
| 3178 | 2024-05-15T02:59:12.702Z | [ helios-setup] May 15 02:59:12.211 INFO E| Downloaded scopeguard v1.1.0 |
| 3179 | 2024-05-15T02:59:12.702Z | [ helios-setup] May 15 02:59:12.214 INFO E| Downloaded slab v0.4.7 |
| 3180 | 2024-05-15T02:59:12.702Z | [ helios-setup] May 15 02:59:12.218 INFO E| Downloaded toolchain_find v0.2.0 |
| 3181 | 2024-05-15T02:59:12.703Z | [ helios-setup] May 15 02:59:12.220 INFO E| Downloaded slog-bunyan v2.4.0 |
| 3182 | 2024-05-15T02:59:12.703Z | [ helios-setup] May 15 02:59:12.222 INFO E| Downloaded slog-async v2.7.0 |
| 3183 | 2024-05-15T02:59:12.703Z | [ helios-setup] May 15 02:59:12.226 INFO E| Downloaded serde_path_to_error v0.1.11 |
| 3184 | 2024-05-15T02:59:12.703Z | [ helios-setup] May 15 02:59:12.230 INFO E| Downloaded toml_datetime v0.6.1 |
| 3185 | 2024-05-15T02:59:12.703Z | [ helios-setup] May 15 02:59:12.233 INFO E| Downloaded tokio-rustls v0.24.0 |
| 3186 | 2024-05-15T02:59:12.734Z | [ helios-setup] May 15 02:59:12.238 INFO E| Downloaded toml v0.7.3 |
| 3187 | 2024-05-15T02:59:12.735Z | [ helios-setup] May 15 02:59:12.244 INFO E| Downloaded uuid v1.3.0 |
| 3188 | 2024-05-15T02:59:12.762Z | [ helios-setup] May 15 02:59:12.287 INFO E| Downloaded winnow v0.4.1 |
| 3189 | 2024-05-15T02:59:12.794Z | [ helios-setup] May 15 02:59:12.313 INFO E| Downloaded tokio v1.27.0 |
| 3190 | 2024-05-15T02:59:12.820Z | [ helios-setup] May 15 02:59:12.355 INFO E| Downloaded libc v0.2.139 |
| 3191 | 2024-05-15T02:59:12.852Z | [ helios-setup] May 15 02:59:12.389 INFO E| Downloaded rustls v0.21.0 |
| 3192 | 2024-05-15T02:59:12.893Z | [ helios-setup] May 15 02:59:12.430 INFO E| Downloaded encoding_rs v0.8.32 |
| 3193 | 2024-05-15T02:59:12.920Z | [ helios-setup] May 15 02:59:12.457 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
| 3194 | 2024-05-15T02:59:12.986Z | [ helios-setup] May 15 02:59:12.522 INFO E| Downloaded libz-sys v1.1.8 |
| 3195 | 2024-05-15T02:59:13.089Z | [ helios-setup] May 15 02:59:12.625 INFO E| Downloaded rustix v0.37.3 |
| 3196 | 2024-05-15T02:59:13.521Z | [ helios-setup] May 15 02:59:12.648 INFO E| Downloaded rhai v1.14.0 |
| 3197 | 2024-05-15T02:59:13.569Z | [ helios-setup] May 15 02:59:12.663 INFO E| Downloaded regress v0.5.0 |
| 3198 | 2024-05-15T02:59:13.569Z | [ helios-setup] May 15 02:59:12.672 INFO E| Downloaded regex v1.7.3 |
| 3199 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.683 INFO E| Downloaded openapiv3 v1.0.2 |
| 3200 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.697 INFO E| Downloaded url v2.3.1 |
| 3201 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.701 INFO E| Downloaded unsafe-libyaml v0.2.8 |
| 3202 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.705 INFO E| Downloaded unicode-linebreak v0.1.4 |
| 3203 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.712 INFO E| Downloaded unicode-bidi v0.3.13 |
| 3204 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.712 INFO E| Downloaded tungstenite v0.18.0 |
| 3205 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.714 INFO E| Downloaded tracing-core v0.1.30 |
| 3206 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.717 INFO E| Downloaded tracing v0.1.37 |
| 3207 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.722 INFO E| Downloaded toml_edit v0.19.8 |
| 3208 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.742 INFO E| Downloaded time v0.3.20 |
| 3209 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.750 INFO E| Downloaded tempfile v3.5.0 |
| 3210 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.752 INFO E| Downloaded syn v2.0.13 |
| 3211 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.765 INFO E| Downloaded syn v1.0.107 |
| 3212 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.778 INFO E| Downloaded serde_json v1.0.95 |
| 3213 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.787 INFO E| Downloaded reqwest v0.11.16 |
| 3214 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.819 INFO E| Downloaded rayon v1.6.1 |
| 3215 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.829 INFO E| Downloaded hyper v0.14.25 |
| 3216 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.839 INFO E| Downloaded git2 v0.16.1 |
| 3217 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.850 INFO E| Downloaded unicode-ident v1.0.8 |
| 3218 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.853 INFO E| Downloaded ucd-trie v0.1.5 |
| 3219 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.855 INFO E| Downloaded tokio-util v0.7.7 |
| 3220 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.862 INFO E| Downloaded futures-util v0.3.28 |
| 3221 | 2024-05-15T02:59:13.570Z | [ helios-setup] May 15 02:59:12.877 INFO E| Downloaded serde v1.0.152 |
| 3222 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.881 INFO E| Downloaded rustls-webpki v0.100.1 |
| 3223 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.889 INFO E| Downloaded pest v2.5.7 |
| 3224 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.895 INFO E| Downloaded http v0.2.9 |
| 3225 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.899 INFO E| Downloaded serde_derive v1.0.152 |
| 3226 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.903 INFO E| Downloaded tokio-tungstenite v0.18.0 |
| 3227 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.905 INFO E| Downloaded time-macros v0.2.8 |
| 3228 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.907 INFO E| Downloaded time v0.1.45 |
| 3229 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.909 INFO E| Downloaded thiserror v1.0.38 |
| 3230 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.914 INFO E| Downloaded mio v0.8.5 |
| 3231 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.921 INFO E| Downloaded serde_derive_internals v0.26.0 |
| 3232 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.923 INFO E| Downloaded ryu v1.0.13 |
| 3233 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.926 INFO E| Downloaded num-traits v0.2.15 |
| 3234 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.929 INFO E| Downloaded memchr v2.5.0 |
| 3235 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.936 INFO E| Downloaded h2 v0.3.16 |
| 3236 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.945 INFO E| Downloaded schemars_derive v0.8.12 |
| 3237 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.947 INFO E| Downloaded rhai_codegen v1.5.0 |
| 3238 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.958 INFO E| Downloaded futures v0.3.28 |
| 3239 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.965 INFO E| Downloaded crossbeam-epoch v0.9.13 |
| 3240 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.968 INFO E| Downloaded crossbeam-channel v0.5.6 |
| 3241 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.974 INFO E| Downloaded textwrap v0.16.0 |
| 3242 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.977 INFO E| Downloaded semver v1.0.17 |
| 3243 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.980 INFO E| Downloaded rayon-core v1.10.2 |
| 3244 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.984 INFO E| Downloaded quote v1.0.26 |
| 3245 | 2024-05-15T02:59:13.571Z | [ helios-setup] May 15 02:59:12.988 INFO E| Downloaded parking_lot_core v0.9.6 |
| 3246 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:12.990 INFO E| Downloaded log v0.4.17 |
| 3247 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:12.993 INFO E| Downloaded ipnet v2.7.2 |
| 3248 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:12.995 INFO E| Downloaded serde_spanned v0.6.1 |
| 3249 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:12.997 INFO E| Downloaded semver v0.11.0 |
| 3250 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:12.999 INFO E| Downloaded schemars v0.8.12 |
| 3251 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.012 INFO E| Downloaded rustls-pemfile v1.0.2 |
| 3252 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.015 INFO E| Downloaded pkg-config v0.3.26 |
| 3253 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.017 INFO E| Downloaded pin-project-lite v0.2.9 |
| 3254 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.022 INFO E| Downloaded num-integer v0.1.45 |
| 3255 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.025 INFO E| Downloaded crossbeam-utils v0.8.14 |
| 3256 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.028 INFO E| Downloaded once_cell v1.17.0 |
| 3257 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.031 INFO E| Downloaded num_enum_derive v0.5.7 |
| 3258 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.032 INFO E| Downloaded dyn-clone v1.0.11 |
| 3259 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.034 INFO E| Downloaded crossbeam-deque v0.8.2 |
| 3260 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.036 INFO E| Downloaded thiserror-impl v1.0.38 |
| 3261 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.038 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
| 3262 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.039 INFO E| Downloaded proc-macro2 v1.0.56 |
| 3263 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.042 INFO E| Downloaded percent-encoding v2.2.0 |
| 3264 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.043 INFO E| Downloaded num_cpus v1.15.0 |
| 3265 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.047 INFO E| Downloaded getrandom v0.2.8 |
| 3266 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.050 INFO E| Downloaded fastrand v1.9.0 |
| 3267 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.052 INFO E| Downloaded either v1.8.0 |
| 3268 | 2024-05-15T02:59:13.572Z | [ helios-setup] May 15 02:59:13.053 INFO E| Downloaded time-core v0.1.0 |
| 3269 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.054 INFO E| Downloaded terminal_size v0.2.6 |
| 3270 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.056 INFO E| Downloaded smartstring v1.0.1 |
| 3271 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.059 INFO E| Downloaded smallvec v1.10.0 |
| 3272 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.062 INFO E| Downloaded paste v1.0.12 |
| 3273 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.066 INFO E| Downloaded num_enum v0.5.7 |
| 3274 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.070 INFO E| Downloaded is-terminal v0.4.7 |
| 3275 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.072 INFO E| Downloaded home v0.5.4 |
| 3276 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.073 INFO E| Downloaded futures-core v0.3.28 |
| 3277 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.074 INFO E| Downloaded futures-channel v0.3.28 |
| 3278 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.077 INFO E| Downloaded proc-macro-crate v1.2.1 |
| 3279 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.078 INFO E| Downloaded lock_api v0.4.9 |
| 3280 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.080 INFO E| Downloaded sha2 v0.10.6 |
| 3281 | 2024-05-15T02:59:13.573Z | [ helios-setup] May 15 02:59:13.083 INFO E| Downloaded sha1 v0.10.5 |
| 3282 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.108 INFO E| Downloaded semver-parser v0.10.2 |
| 3283 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.110 INFO E| Downloaded project-root v0.2.2 |
| 3284 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.111 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
| 3285 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.113 INFO E| Downloaded itoa v1.0.6 |
| 3286 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.115 INFO E| Downloaded iana-time-zone v0.1.56 |
| 3287 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.118 INFO E| Downloaded httpdate v1.0.2 |
| 3288 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.119 INFO E| Downloaded futures-task v0.3.28 |
| 3289 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.121 INFO E| Downloaded futures-sink v0.3.28 |
| 3290 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.122 INFO E| Downloaded futures-macro v0.3.28 |
| 3291 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.123 INFO E| Downloaded futures-io v0.3.28 |
| 3292 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.124 INFO E| Downloaded futures-executor v0.3.28 |
| 3293 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.126 INFO E| Downloaded form_urlencoded v1.1.0 |
| 3294 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.127 INFO E| Downloaded digest v0.10.6 |
| 3295 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.129 INFO E| Downloaded clap_lex v0.4.1 |
| 3296 | 2024-05-15T02:59:13.598Z | [ helios-setup] May 15 02:59:13.131 INFO E| Downloaded clap v4.2.1 |
| 3297 | 2024-05-15T02:59:13.623Z | [ helios-setup] May 15 02:59:13.140 INFO E| Downloaded chrono v0.4.24 |
| 3298 | 2024-05-15T02:59:13.623Z | [ helios-setup] May 15 02:59:13.149 INFO E| Downloaded cargo-lock v8.0.3 |
| 3299 | 2024-05-15T02:59:13.623Z | [ helios-setup] May 15 02:59:13.153 INFO E| Downloaded concolor-query v0.3.3 |
| 3300 | 2024-05-15T02:59:13.623Z | [ helios-setup] May 15 02:59:13.154 INFO E| Downloaded clap_builder v4.2.1 |
| 3301 | 2024-05-15T02:59:13.647Z | [ helios-setup] May 15 02:59:13.162 INFO E| Downloaded camino v1.1.4 |
| 3302 | 2024-05-15T02:59:13.647Z | [ helios-setup] May 15 02:59:13.164 INFO E| Downloaded byteorder v1.4.3 |
| 3303 | 2024-05-15T02:59:13.647Z | [ helios-setup] May 15 02:59:13.166 INFO E| Downloaded bincode v1.3.3 |
| 3304 | 2024-05-15T02:59:13.647Z | [ helios-setup] May 15 02:59:13.169 INFO E| Downloaded base64 v0.21.0 |
| 3305 | 2024-05-15T02:59:13.647Z | [ helios-setup] May 15 02:59:13.173 INFO E| Downloaded async-trait v0.1.68 |
| 3306 | 2024-05-15T02:59:13.648Z | [ helios-setup] May 15 02:59:13.177 INFO E| Downloaded bytes v1.4.0 |
| 3307 | 2024-05-15T02:59:13.648Z | [ helios-setup] May 15 02:59:13.182 INFO E| Downloaded built v0.6.0 |
| 3308 | 2024-05-15T02:59:13.648Z | [ helios-setup] May 15 02:59:13.183 INFO E| Downloaded anyhow v1.0.68 |
| 3309 | 2024-05-15T02:59:13.686Z | [ helios-setup] May 15 02:59:13.188 INFO E| Downloaded anstyle v0.3.5 |
| 3310 | 2024-05-15T02:59:13.686Z | [ helios-setup] May 15 02:59:13.190 INFO E| Downloaded anstyle-parse v0.1.1 |
| 3311 | 2024-05-15T02:59:13.686Z | [ helios-setup] May 15 02:59:13.192 INFO E| Downloaded anstream v0.2.6 |
| 3312 | 2024-05-15T02:59:13.686Z | [ helios-setup] May 15 02:59:13.194 INFO E| Downloaded aho-corasick v0.7.20 |
| 3313 | 2024-05-15T02:59:13.686Z | [ helios-setup] May 15 02:59:13.198 INFO E| Downloaded ahash v0.8.3 |
| 3314 | 2024-05-15T02:59:13.686Z | [ helios-setup] May 15 02:59:13.201 INFO E| Downloaded ahash v0.7.6 |
| 3315 | 2024-05-15T02:59:13.814Z | [ helios-setup] May 15 02:59:13.350 INFO E| Compiling proc-macro2 v1.0.56 |
| 3316 | 2024-05-15T02:59:13.839Z | [ helios-setup] May 15 02:59:13.350 INFO E| Compiling libc v0.2.139 |
| 3317 | 2024-05-15T02:59:13.839Z | [ helios-setup] May 15 02:59:13.350 INFO E| Compiling quote v1.0.26 |
| 3318 | 2024-05-15T02:59:13.839Z | [ helios-setup] May 15 02:59:13.350 INFO E| Compiling unicode-ident v1.0.8 |
| 3319 | 2024-05-15T02:59:13.839Z | [ helios-setup] May 15 02:59:13.350 INFO E| Compiling syn v1.0.107 |
| 3320 | 2024-05-15T02:59:13.839Z | [ helios-setup] May 15 02:59:13.351 INFO E| Compiling autocfg v1.1.0 |
| 3321 | 2024-05-15T02:59:13.839Z | [ helios-setup] May 15 02:59:13.351 INFO E| Compiling serde_derive v1.0.152 |
| 3322 | 2024-05-15T02:59:13.839Z | [ helios-setup] May 15 02:59:13.351 INFO E| Compiling cfg-if v1.0.0 |
| 3323 | 2024-05-15T02:59:14.504Z | [ helios-setup] May 15 02:59:14.041 INFO E| Compiling version_check v0.9.4 |
| 3324 | 2024-05-15T02:59:15.309Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3325 | 2024-05-15T02:59:15.504Z | [ helios-setup] May 15 02:59:15.041 INFO E| Compiling serde v1.0.152 |
| 3326 | 2024-05-15T02:59:15.528Z | [ helios-setup] May 15 02:59:15.042 INFO E| Compiling memchr v2.5.0 |
| 3327 | 2024-05-15T02:59:15.684Z | [ host-package] Compiling portpicker v0.1.1 |
| 3328 | 2024-05-15T02:59:15.995Z | [ helios-setup] May 15 02:59:15.532 INFO E| Compiling once_cell v1.17.0 |
| 3329 | 2024-05-15T02:59:16.052Z | [ helios-setup] May 15 02:59:15.589 INFO E| Compiling thiserror v1.0.38 |
| 3330 | 2024-05-15T02:59:16.255Z | [ host-package] Compiling smawk v0.3.1 |
| 3331 | 2024-05-15T02:59:16.708Z | [ helios-setup] May 15 02:59:16.245 INFO E| Compiling log v0.4.17 |
| 3332 | 2024-05-15T02:59:17.079Z | [ helios-setup] May 15 02:59:16.616 INFO E| Compiling syn v2.0.13 |
| 3333 | 2024-05-15T02:59:17.103Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3334 | 2024-05-15T02:59:17.346Z | [ helios-setup] May 15 02:59:16.883 INFO E| Compiling serde_json v1.0.95 |
| 3335 | 2024-05-15T02:59:17.515Z | [ helios-setup] May 15 02:59:17.046 INFO E| Compiling itoa v1.0.6 |
| 3336 | 2024-05-15T02:59:18.145Z | [ host-package] Compiling textwrap v0.16.1 |
| 3337 | 2024-05-15T02:59:18.180Z | [ helios-setup] May 15 02:59:17.717 INFO E| Compiling jobserver v0.1.26 |
| 3338 | 2024-05-15T02:59:18.397Z | [ helios-setup] May 15 02:59:17.934 INFO E| Compiling getrandom v0.2.8 |
| 3339 | 2024-05-15T02:59:18.812Z | [ helios-setup] May 15 02:59:18.349 INFO E| Compiling cc v1.0.78 |
| 3340 | 2024-05-15T02:59:18.972Z | [ helios-setup] May 15 02:59:18.509 INFO E| Compiling indexmap v1.9.3 |
| 3341 | 2024-05-15T02:59:19.313Z | [ helios-setup] May 15 02:59:18.844 INFO E| Compiling pin-project-lite v0.2.9 |
| 3342 | 2024-05-15T02:59:19.340Z | [ helios-setup] May 15 02:59:18.873 INFO E| Compiling scopeguard v1.1.0 |
| 3343 | 2024-05-15T02:59:19.517Z | [ helios-setup] May 15 02:59:19.054 INFO E| Compiling num-integer v0.1.45 |
| 3344 | 2024-05-15T02:59:19.637Z | [ helios-setup] May 15 02:59:19.174 INFO E| Compiling futures-core v0.3.28 |
| 3345 | 2024-05-15T02:59:19.746Z | [ helios-setup] May 15 02:59:19.282 INFO E| Compiling bytes v1.4.0 |
| 3346 | 2024-05-15T02:59:20.225Z | [ helios-setup] May 15 02:59:19.762 INFO E| Compiling ryu v1.0.13 |
| 3347 | 2024-05-15T02:59:21.254Z | [ helios-setup] May 15 02:59:20.790 INFO E| Compiling lock_api v0.4.9 |
| 3348 | 2024-05-15T02:59:21.339Z | [ helios-setup] May 15 02:59:20.875 INFO E| Compiling parking_lot_core v0.9.6 |
| 3349 | 2024-05-15T02:59:21.886Z | [ helios-setup] May 15 02:59:21.423 INFO E| Compiling bitflags v1.3.2 |
| 3350 | 2024-05-15T02:59:21.997Z | [ helios-setup] May 15 02:59:21.534 INFO E| Compiling typenum v1.16.0 |
| 3351 | 2024-05-15T02:59:22.258Z | [ helios-setup] May 15 02:59:21.794 INFO E| Compiling num_cpus v1.15.0 |
| 3352 | 2024-05-15T02:59:22.348Z | [ helios-setup] May 15 02:59:21.883 INFO E| Compiling slab v0.4.7 |
| 3353 | 2024-05-15T02:59:22.622Z | [ helios-setup] May 15 02:59:22.158 INFO E| Compiling generic-array v0.14.6 |
| 3354 | 2024-05-15T02:59:22.622Z | [ helios-setup] May 15 02:59:22.159 INFO E| Compiling futures-channel v0.3.28 |
| 3355 | 2024-05-15T02:59:22.840Z | [ helios-setup] May 15 02:59:22.377 INFO E| Compiling futures-sink v0.3.28 |
| 3356 | 2024-05-15T02:59:23.142Z | [ helios-setup] May 15 02:59:22.679 INFO E| Compiling futures-task v0.3.28 |
| 3357 | 2024-05-15T02:59:23.182Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 3358 | 2024-05-15T02:59:23.508Z | [ helios-setup] May 15 02:59:23.044 INFO E| Compiling tokio v1.27.0 |
| 3359 | 2024-05-15T02:59:23.532Z | [ helios-setup] May 15 02:59:23.046 INFO E| Compiling schemars v0.8.12 |
| 3360 | 2024-05-15T02:59:23.856Z | [ helios-setup] May 15 02:59:23.393 INFO E| Compiling futures-util v0.3.28 |
| 3361 | 2024-05-15T02:59:24.575Z | [ helios-setup] May 15 02:59:24.103 INFO E| Compiling mio v0.8.5 |
| 3362 | 2024-05-15T02:59:24.610Z | [ helios-setup] May 15 02:59:24.147 INFO E| Compiling socket2 v0.4.9 |
| 3363 | 2024-05-15T02:59:24.610Z | [ helios-setup] May 15 02:59:24.147 INFO E| Compiling signal-hook-registry v1.4.0 |
| 3364 | 2024-05-15T02:59:24.943Z | [ helios-setup] May 15 02:59:24.480 INFO E| Compiling num-traits v0.2.15 |
| 3365 | 2024-05-15T02:59:25.176Z | [ helios-setup] May 15 02:59:24.713 INFO E| Compiling ahash v0.7.6 |
| 3366 | 2024-05-15T02:59:26.096Z | [ helios-setup] May 15 02:59:25.626 INFO E| Compiling futures-io v0.3.28 |
| 3367 | 2024-05-15T02:59:26.157Z | [ helios-setup] May 15 02:59:25.694 INFO E| Compiling io-lifetimes v1.0.10 |
| 3368 | 2024-05-15T02:59:27.161Z | [ helios-setup] May 15 02:59:26.698 INFO E| Compiling serde_derive_internals v0.26.0 |
| 3369 | 2024-05-15T02:59:27.319Z | [ helios-setup] May 15 02:59:26.850 INFO E| Compiling crunchy v0.2.2 |
| 3370 | 2024-05-15T02:59:27.457Z | [ helios-setup] May 15 02:59:26.993 INFO E| Compiling pin-utils v0.1.0 |
| 3371 | 2024-05-15T02:59:28.299Z | [ helios-setup] May 15 02:59:27.835 INFO E| Compiling ahash v0.8.3 |
| 3372 | 2024-05-15T02:59:28.504Z | [ helios-setup] May 15 02:59:28.041 INFO E| Compiling hashbrown v0.12.3 |
| 3373 | 2024-05-15T02:59:28.856Z | [ helios-setup] May 15 02:59:28.393 INFO E| Compiling tiny-keccak v2.0.2 |
| 3374 | 2024-05-15T02:59:29.508Z | [ helios-setup] May 15 02:59:29.045 INFO E| Compiling rustix v0.37.3 |
| 3375 | 2024-05-15T02:59:29.543Z | [ helios-setup] May 15 02:59:29.080 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
| 3376 | 2024-05-15T02:59:29.629Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3377 | 2024-05-15T02:59:29.838Z | [ helios-setup] May 15 02:59:29.373 INFO E| Compiling block-buffer v0.10.3 |
| 3378 | 2024-05-15T02:59:30.568Z | [ helios-setup] May 15 02:59:30.102 INFO E| Compiling crypto-common v0.1.6 |
| 3379 | 2024-05-15T02:59:31.373Z | [ helios-setup] May 15 02:59:30.910 INFO E| Compiling errno v0.3.1 |
| 3380 | 2024-05-15T02:59:31.688Z | [ helios-setup] May 15 02:59:31.225 INFO E| Compiling pkg-config v0.3.26 |
| 3381 | 2024-05-15T02:59:31.764Z | [ helios-setup] May 15 02:59:31.302 INFO E| Compiling slog v2.7.0 |
| 3382 | 2024-05-15T02:59:31.861Z | [ helios-setup] May 15 02:59:31.398 INFO E| Compiling fnv v1.0.7 |
| 3383 | 2024-05-15T02:59:32.139Z | [ helios-setup] May 15 02:59:31.667 INFO E| Compiling crossbeam-utils v0.8.14 |
| 3384 | 2024-05-15T02:59:32.199Z | [ helios-setup] May 15 02:59:31.732 INFO E| Compiling http v0.2.9 |
| 3385 | 2024-05-15T02:59:33.809Z | [ helios-setup] May 15 02:59:33.341 INFO E| Compiling digest v0.10.6 |
| 3386 | 2024-05-15T02:59:34.776Z | [ helios-setup] May 15 02:59:34.313 INFO E| Compiling thiserror-impl v1.0.38 |
| 3387 | 2024-05-15T02:59:35.127Z | [ helios-setup] May 15 02:59:34.664 INFO E| Compiling futures-macro v0.3.28 |
| 3388 | 2024-05-15T02:59:35.165Z | [ helios-setup] May 15 02:59:34.702 INFO E| Compiling tokio-macros v2.0.0 |
| 3389 | 2024-05-15T02:59:35.235Z | [ helios-setup] May 15 02:59:34.772 INFO E| Compiling schemars_derive v0.8.12 |
| 3390 | 2024-05-15T02:59:37.702Z | [ helios-setup] May 15 02:59:36.824 INFO E| Compiling aho-corasick v0.7.20 |
| 3391 | 2024-05-15T02:59:37.738Z | [ helios-setup] May 15 02:59:37.011 INFO E| Compiling tinyvec_macros v0.1.1 |
| 3392 | 2024-05-15T02:59:37.764Z | [ helios-setup] May 15 02:59:37.276 INFO E| Compiling percent-encoding v2.2.0 |
| 3393 | 2024-05-15T02:59:37.897Z | [ helios-setup] May 15 02:59:37.434 INFO E| Compiling unicode-width v0.1.10 |
| 3394 | 2024-05-15T02:59:38.266Z | [ helios-setup] May 15 02:59:37.799 INFO E| Compiling cpufeatures v0.2.5 |
| 3395 | 2024-05-15T02:59:38.442Z | [ helios-setup] May 15 02:59:37.979 INFO E| Compiling httparse v1.8.0 |
| 3396 | 2024-05-15T02:59:39.002Z | [ helios-setup] May 15 02:59:38.539 INFO E| Compiling regex-syntax v0.6.29 |
| 3397 | 2024-05-15T02:59:39.445Z | [ helios-setup] May 15 02:59:38.982 INFO E| Compiling heck v0.4.1 |
| 3398 | 2024-05-15T02:59:39.537Z | [ helios-setup] May 15 02:59:39.074 INFO E| Compiling anyhow v1.0.68 |
| 3399 | 2024-05-15T02:59:40.134Z | [ helios-setup] May 15 02:59:39.437 INFO E| Compiling tinyvec v1.6.0 |
| 3400 | 2024-05-15T02:59:40.157Z | [ helios-setup] May 15 02:59:39.688 INFO E| Compiling form_urlencoded v1.1.0 |
| 3401 | 2024-05-15T02:59:41.009Z | [ helios-setup] May 15 02:59:40.546 INFO E| Compiling const-random-macro v0.1.15 |
| 3402 | 2024-05-15T02:59:41.290Z | [ helios-setup] May 15 02:59:40.827 INFO E| Compiling hashbrown v0.13.2 |
| 3403 | 2024-05-15T02:59:42.687Z | [ helios-setup] May 15 02:59:42.224 INFO E| Compiling libz-sys v1.1.8 |
| 3404 | 2024-05-15T02:59:42.930Z | [ helios-setup] May 15 02:59:42.467 INFO E| Compiling chrono v0.4.24 |
| 3405 | 2024-05-15T02:59:44.139Z | [ helios-setup] May 15 02:59:43.676 INFO E| Compiling regex v1.7.3 |
| 3406 | 2024-05-15T02:59:44.896Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3407 | 2024-05-15T02:59:45.288Z | [ helios-setup] May 15 02:59:44.824 INFO E| Compiling uuid v1.3.0 |
| 3408 | 2024-05-15T02:59:46.115Z | [ helios-setup] May 15 02:59:45.653 INFO E| Compiling dyn-clone v1.0.11 |
| 3409 | 2024-05-15T02:59:46.379Z | [ host-package] Compiling rcgen v0.12.1 |
| 3410 | 2024-05-15T02:59:46.492Z | [ helios-setup] May 15 02:59:46.029 INFO E| Compiling regress v0.5.0 |
| 3411 | 2024-05-15T02:59:46.828Z | [ helios-setup] May 15 02:59:46.365 INFO E| Compiling const-random v0.1.15 |
| 3412 | 2024-05-15T02:59:46.968Z | [ helios-setup] May 15 02:59:46.505 INFO E| Compiling unicode-normalization v0.1.22 |
| 3413 | 2024-05-15T02:59:49.144Z | [ helios-setup] May 15 02:59:48.680 INFO E| Compiling getopts v0.2.21 |
| 3414 | 2024-05-15T02:59:50.240Z | [ helios-setup] May 15 02:59:49.775 INFO E| Compiling tracing-core v0.1.30 |
| 3415 | 2024-05-15T02:59:50.372Z | [ helios-setup] May 15 02:59:49.909 INFO E| Compiling memoffset v0.7.1 |
| 3416 | 2024-05-15T02:59:50.671Z | [ helios-setup] May 15 02:59:50.208 INFO E| Compiling ucd-trie v0.1.5 |
| 3417 | 2024-05-15T02:59:51.407Z | [ helios-setup] May 15 02:59:50.945 INFO E| Compiling unicode-bidi v0.3.13 |
| 3418 | 2024-05-15T02:59:51.999Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3419 | 2024-05-15T02:59:52.195Z | [ helios-setup] May 15 02:59:51.732 INFO E| Compiling time-core v0.1.0 |
| 3420 | 2024-05-15T02:59:53.039Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
| 3421 | 2024-05-15T02:59:53.535Z | [ helios-setup] May 15 02:59:53.072 INFO E| Compiling time-macros v0.2.8 |
| 3422 | 2024-05-15T02:59:53.676Z | [ helios-setup] May 15 02:59:53.213 INFO E| Compiling idna v0.3.0 |
| 3423 | 2024-05-15T02:59:54.847Z | [ helios-setup] May 15 02:59:54.380 INFO E| Compiling tracing v0.1.37 |
| 3424 | 2024-05-15T02:59:56.498Z | [ helios-setup] May 15 02:59:56.035 INFO E| Compiling smallvec v1.10.0 |
| 3425 | 2024-05-15T02:59:56.638Z | [ helios-setup] May 15 02:59:56.170 INFO E| Compiling toml v0.5.11 |
| 3426 | 2024-05-15T02:59:59.049Z | [ helios-setup] May 15 02:59:58.587 INFO E| Compiling parking_lot v0.12.1 |
| 3427 | 2024-05-15T02:59:59.095Z | [ helios-setup] May 15 02:59:58.631 INFO E| Compiling serde_tokenstream v0.2.0 |
| 3428 | 2024-05-15T03:00:00.146Z | [ helios-setup] May 15 02:59:59.683 INFO E| Compiling pest v2.5.7 |
| 3429 | 2024-05-15T03:00:02.860Z | [ helios-setup] May 15 03:00:02.390 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3430 | 2024-05-15T03:00:03.032Z | [ helios-setup] May 15 03:00:02.570 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
| 3431 | 2024-05-15T03:00:03.226Z | [ helios-setup] May 15 03:00:02.762 INFO E| Compiling time v0.1.45 |
| 3432 | 2024-05-15T03:00:03.306Z | [ helios-setup] May 15 03:00:02.835 INFO E| Compiling crossbeam-epoch v0.9.13 |
| 3433 | 2024-05-15T03:00:03.777Z | [ host-package] Compiling atomicwrites v0.4.3 |
| 3434 | 2024-05-15T03:00:03.906Z | [ host-package] Compiling fatfs v0.3.6 |
| 3435 | 2024-05-15T03:00:04.640Z | [ helios-setup] May 15 03:00:03.766 INFO E| Compiling iana-time-zone v0.1.56 |
| 3436 | 2024-05-15T03:00:04.748Z | [ host-package] Compiling rtoolbox v0.0.1 |
| 3437 | 2024-05-15T03:00:04.776Z | [ host-package] Compiling subprocess v0.2.9 |
| 3438 | 2024-05-15T03:00:04.802Z | [ helios-setup] May 15 03:00:04.339 INFO E| Compiling semver v1.0.17 |
| 3439 | 2024-05-15T03:00:04.971Z | [ helios-setup] May 15 03:00:04.508 INFO E| Compiling num_threads v0.1.6 |
| 3440 | 2024-05-15T03:00:05.495Z | [ helios-setup] May 15 03:00:05.032 INFO E| Compiling time v0.3.20 |
| 3441 | 2024-05-15T03:00:05.519Z | [ host-package] Compiling is_ci v1.2.0 |
| 3442 | 2024-05-15T03:00:06.135Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3443 | 2024-05-15T03:00:06.860Z | [ helios-setup] May 15 03:00:06.397 INFO E| Compiling semver-parser v0.10.2 |
| 3444 | 2024-05-15T03:00:07.290Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3445 | 2024-05-15T03:00:07.613Z | [ helios-setup] May 15 03:00:07.150 INFO E| Compiling url v2.3.1 |
| 3446 | 2024-05-15T03:00:08.098Z | [ host-package] Compiling supports-color v3.0.0 |
| 3447 | 2024-05-15T03:00:08.579Z | [ host-package] Compiling rpassword v7.3.1 |
| 3448 | 2024-05-15T03:00:09.295Z | [ host-package] Compiling tui-tree-widget v0.19.0 |
| 3449 | 2024-05-15T03:00:09.475Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3450 | 2024-05-15T03:00:09.913Z | [ host-package] Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 3451 | 2024-05-15T03:00:10.141Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3452 | 2024-05-15T03:00:11.164Z | [ host-package] Compiling csv-core v0.1.11 |
| 3453 | 2024-05-15T03:00:11.500Z | [ helios-setup] May 15 03:00:11.036 INFO E| Compiling crossbeam-channel v0.5.6 |
| 3454 | 2024-05-15T03:00:11.834Z | [ helios-setup] May 15 03:00:11.371 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3455 | 2024-05-15T03:00:12.496Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3456 | 2024-05-15T03:00:12.776Z | [ host-package] Compiling csv v1.3.0 |
| 3457 | 2024-05-15T03:00:14.224Z | [ helios-setup] May 15 03:00:13.758 INFO E| Compiling tokio-util v0.7.7 |
| 3458 | 2024-05-15T03:00:14.883Z | [ helios-setup] May 15 03:00:14.420 INFO E| Compiling try-lock v0.2.4 |
| 3459 | 2024-05-15T03:00:15.132Z | [ helios-setup] May 15 03:00:14.669 INFO E| Compiling crc32fast v1.3.2 |
| 3460 | 2024-05-15T03:00:16.373Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3461 | 2024-05-15T03:00:16.872Z | [ helios-setup] May 15 03:00:16.409 INFO E| Compiling same-file v1.0.6 |
| 3462 | 2024-05-15T03:00:17.799Z | [ helios-setup] May 15 03:00:17.336 INFO E| Compiling walkdir v2.3.3 |
| 3463 | 2024-05-15T03:00:17.971Z | [ helios-setup] May 15 03:00:17.508 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3464 | 2024-05-15T03:00:18.269Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3465 | 2024-05-15T03:00:18.352Z | [ helios-setup] May 15 03:00:17.889 INFO E| Compiling h2 v0.3.16 |
| 3466 | 2024-05-15T03:00:18.908Z | [ helios-setup] May 15 03:00:18.445 INFO E| Compiling want v0.3.0 |
| 3467 | 2024-05-15T03:00:19.595Z | [ helios-setup] May 15 03:00:19.133 INFO E| Compiling dirs-next v2.0.0 |
| 3468 | 2024-05-15T03:00:22.278Z | [ helios-setup] May 15 03:00:21.814 INFO E| Compiling semver v0.11.0 |
| 3469 | 2024-05-15T03:00:24.203Z | [ helios-setup] May 15 03:00:23.737 INFO E| Compiling proc-macro-crate v1.2.1 |
| 3470 | 2024-05-15T03:00:24.567Z | [ helios-setup] May 15 03:00:24.104 INFO E| Compiling futures-executor v0.3.28 |
| 3471 | 2024-05-15T03:00:25.060Z | [ helios-setup] May 15 03:00:24.596 INFO E| Compiling http-body v0.4.5 |
| 3472 | 2024-05-15T03:00:25.673Z | [ helios-setup] May 15 03:00:25.210 INFO E| Compiling ring v0.16.20 |
| 3473 | 2024-05-15T03:00:25.832Z | [ helios-setup] May 15 03:00:25.364 INFO E| Compiling rand_core v0.6.4 |
| 3474 | 2024-05-15T03:00:26.737Z | [ helios-setup] May 15 03:00:26.275 INFO E| Compiling thread_local v1.1.7 |
| 3475 | 2024-05-15T03:00:27.233Z | [ helios-setup] May 15 03:00:26.770 INFO E| Compiling tower-service v0.3.2 |
| 3476 | 2024-05-15T03:00:27.278Z | [ helios-setup] May 15 03:00:26.813 INFO E| Compiling ppv-lite86 v0.2.17 |
| 3477 | 2024-05-15T03:00:27.493Z | [ helios-setup] May 15 03:00:27.030 INFO E| Compiling adler v1.0.2 |
| 3478 | 2024-05-15T03:00:28.243Z | [ helios-setup] May 15 03:00:27.781 INFO E| Compiling httpdate v1.0.2 |
| 3479 | 2024-05-15T03:00:28.443Z | [ helios-setup] May 15 03:00:27.980 INFO E| Compiling fastrand v1.9.0 |
| 3480 | 2024-05-15T03:00:29.219Z | [ helios-setup] May 15 03:00:28.756 INFO E| Compiling base64 v0.21.0 |
| 3481 | 2024-05-15T03:00:29.530Z | [ helios-setup] May 15 03:00:29.063 INFO E| Compiling lazy_static v1.4.0 |
| 3482 | 2024-05-15T03:00:30.124Z | [ helios-setup] May 15 03:00:29.662 INFO E| Compiling utf8parse v0.2.1 |
| 3483 | 2024-05-15T03:00:30.421Z | [ helios-setup] May 15 03:00:29.959 INFO E| Compiling rayon-core v1.10.2 |
| 3484 | 2024-05-15T03:00:31.050Z | [ helios-setup] May 15 03:00:30.587 INFO E| Compiling home v0.5.4 |
| 3485 | 2024-05-15T03:00:31.653Z | [ helios-setup] May 15 03:00:31.191 INFO E| Compiling toolchain_find v0.2.0 |
| 3486 | 2024-05-15T03:00:32.129Z | [ helios-setup] May 15 03:00:31.666 INFO E| Compiling anstyle-parse v0.1.1 |
| 3487 | 2024-05-15T03:00:32.396Z | [ helios-setup] May 15 03:00:31.932 INFO E| Compiling tempfile v3.5.0 |
| 3488 | 2024-05-15T03:00:33.133Z | [ helios-setup] May 15 03:00:32.671 INFO E| Compiling rand_chacha v0.3.1 |
| 3489 | 2024-05-15T03:00:33.543Z | [ helios-setup] May 15 03:00:33.081 INFO E| Compiling hyper v0.14.25 |
| 3490 | 2024-05-15T03:00:34.365Z | [ host-package] Compiling multimap v0.10.0 |
| 3491 | 2024-05-15T03:00:35.150Z | [ host-package] Compiling uzers v0.11.3 |
| 3492 | 2024-05-15T03:00:35.766Z | [ helios-setup] May 15 03:00:35.303 INFO E| Compiling miniz_oxide v0.6.2 |
| 3493 | 2024-05-15T03:00:37.381Z | [ helios-setup] May 15 03:00:35.895 INFO E| Compiling num_enum_derive v0.5.7 |
| 3494 | 2024-05-15T03:00:39.898Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3495 | 2024-05-15T03:00:41.422Z | [ helios-setup] May 15 03:00:40.946 INFO E| Compiling futures v0.3.28 |
| 3496 | 2024-05-15T03:00:41.906Z | [ helios-setup] May 15 03:00:41.444 INFO E| Compiling cargo-lock v8.0.3 |
| 3497 | 2024-05-15T03:00:44.608Z | [ helios-setup] May 15 03:00:44.146 INFO E| Compiling crossbeam-deque v0.8.2 |
| 3498 | 2024-05-15T03:00:46.378Z | [ helios-setup] May 15 03:00:45.915 INFO E| Compiling term v0.7.0 |
| 3499 | 2024-05-15T03:00:50.037Z | [ helios-setup] May 15 03:00:49.574 INFO E| Compiling serde_urlencoded v0.7.1 |
| 3500 | 2024-05-15T03:00:50.238Z | [ helios-setup] May 15 03:00:49.776 INFO E| Compiling sha2 v0.10.6 |
| 3501 | 2024-05-15T03:00:51.244Z | [ helios-setup] May 15 03:00:50.782 INFO E| Compiling sha1 v0.10.5 |
| 3502 | 2024-05-15T03:00:52.942Z | [ helios-setup] May 15 03:00:52.480 INFO E| Compiling is-terminal v0.4.7 |
| 3503 | 2024-05-15T03:00:53.157Z | [ helios-setup] May 15 03:00:52.695 INFO E| Compiling atty v0.2.14 |
| 3504 | 2024-05-15T03:00:53.734Z | [ helios-setup] May 15 03:00:53.272 INFO E| Compiling anstyle v0.3.5 |
| 3505 | 2024-05-15T03:00:54.775Z | [ helios-setup] May 15 03:00:54.313 INFO E| Compiling concolor-override v1.0.0 |
| 3506 | 2024-05-15T03:00:55.200Z | [ helios-setup] May 15 03:00:54.738 INFO E| Compiling concolor-query v0.3.3 |
| 3507 | 2024-05-15T03:00:55.426Z | [ helios-setup] May 15 03:00:54.959 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
| 3508 | 2024-05-15T03:00:55.570Z | [ helios-setup] May 15 03:00:55.108 INFO E| Compiling anstream v0.2.6 |
| 3509 | 2024-05-15T03:00:57.145Z | [ helios-setup] May 15 03:00:56.682 INFO E| Compiling slog-term v2.9.0 |
| 3510 | 2024-05-15T03:00:58.390Z | [ helios-setup] May 15 03:00:57.928 INFO E| Compiling flate2 v1.0.25 |
| 3511 | 2024-05-15T03:00:59.231Z | [ helios-setup] May 15 03:00:58.769 INFO E| Compiling num_enum v0.5.7 |
| 3512 | 2024-05-15T03:00:59.503Z | [ helios-setup] May 15 03:00:59.041 INFO E| Compiling rand v0.8.5 |
| 3513 | 2024-05-15T03:01:00.798Z | [ helios-setup] May 15 03:01:00.330 INFO E| Compiling rustfmt-wrapper v0.2.0 |
| 3514 | 2024-05-15T03:01:01.880Z | [ helios-setup] May 15 03:01:01.418 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
| 3515 | 2024-05-15T03:01:02.281Z | [ helios-setup] May 15 03:01:01.818 INFO E| Compiling openapiv3 v1.0.2 |
| 3516 | 2024-05-15T03:01:02.714Z | [ helios-setup] May 15 03:01:02.251 INFO E| Compiling encoding_rs v0.8.32 |
| 3517 | 2024-05-15T03:01:02.968Z | [ helios-setup] May 15 03:01:02.504 INFO E| Compiling project-root v0.2.2 |
| 3518 | 2024-05-15T03:01:03.562Z | [ helios-setup] May 15 03:01:03.100 INFO E| Compiling mime v0.3.17 |
| 3519 | 2024-05-15T03:01:05.141Z | [ helios-setup] May 15 03:01:04.679 INFO E| Compiling unsafe-libyaml v0.2.8 |
| 3520 | 2024-05-15T03:01:08.318Z | [ helios-setup] May 15 03:01:07.856 INFO E| Compiling clap_lex v0.4.1 |
| 3521 | 2024-05-15T03:01:08.656Z | [ helios-setup] May 15 03:01:08.193 INFO E| Compiling utf-8 v0.7.6 |
| 3522 | 2024-05-15T03:01:08.819Z | [ helios-setup] May 15 03:01:08.358 INFO E| Compiling either v1.8.0 |
| 3523 | 2024-05-15T03:01:09.305Z | [ helios-setup] May 15 03:01:08.844 INFO E| Compiling strsim v0.10.0 |
| 3524 | 2024-05-15T03:01:09.403Z | [ helios-setup] May 15 03:01:08.941 INFO E| Compiling untrusted v0.7.1 |
| 3525 | 2024-05-15T03:01:09.570Z | [ helios-setup] May 15 03:01:09.108 INFO E| Compiling ipnet v2.7.2 |
| 3526 | 2024-05-15T03:01:09.843Z | [ helios-setup] May 15 03:01:09.380 INFO E| Compiling byteorder v1.4.3 |
| 3527 | 2024-05-15T03:01:10.903Z | [ helios-setup] May 15 03:01:10.441 INFO E| Compiling spin v0.5.2 |
| 3528 | 2024-05-15T03:01:11.784Z | [ helios-setup] May 15 03:01:11.322 INFO E| Compiling base64 v0.13.1 |
| 3529 | 2024-05-15T03:01:11.982Z | [ helios-setup] May 15 03:01:11.517 INFO E| Compiling reqwest v0.11.16 |
| 3530 | 2024-05-15T03:01:12.101Z | [ helios-setup] May 15 03:01:11.639 INFO E| Compiling clap_builder v4.2.1 |
| 3531 | 2024-05-15T03:01:12.664Z | [ helios-setup] May 15 03:01:12.202 INFO E| Compiling tungstenite v0.18.0 |
| 3532 | 2024-05-15T03:01:13.216Z | [ helios-setup] May 15 03:01:12.755 INFO E| Compiling rayon v1.6.1 |
| 3533 | 2024-05-15T03:01:13.638Z | [ helios-setup] May 15 03:01:13.176 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3534 | 2024-05-15T03:01:21.303Z | [ helios-setup] May 15 03:01:20.841 INFO E| Compiling serde_yaml v0.9.21 |
| 3535 | 2024-05-15T03:01:22.004Z | [ helios-setup] May 15 03:01:21.536 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3536 | 2024-05-15T03:01:22.088Z | [ helios-setup] May 15 03:01:21.627 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
| 3537 | 2024-05-15T03:01:24.132Z | [ helios-setup] May 15 03:01:23.670 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3538 | 2024-05-15T03:01:24.388Z | [ helios-setup] May 15 03:01:23.927 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
| 3539 | 2024-05-15T03:01:25.841Z | [ helios-setup] May 15 03:01:25.378 INFO E| Compiling clap_derive v4.2.0 |
| 3540 | 2024-05-15T03:01:27.111Z | [ helios-setup] May 15 03:01:26.649 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3541 | 2024-05-15T03:01:27.485Z | [ helios-setup] May 15 03:01:27.023 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3542 | 2024-05-15T03:01:33.611Z | [ helios-setup] May 15 03:01:33.146 INFO E| Compiling clap v4.2.1 |
| 3543 | 2024-05-15T03:01:48.584Z | [ helios-setup] May 15 03:01:48.122 INFO E| Compiling tokio-tungstenite v0.18.0 |
| 3544 | 2024-05-15T03:01:50.155Z | [ helios-setup] May 15 03:01:49.694 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3545 | 2024-05-15T03:01:52.733Z | [ helios-setup] May 15 03:01:52.272 INFO E| Compiling smartstring v1.0.1 |
| 3546 | 2024-05-15T03:01:53.667Z | [ helios-setup] May 15 03:01:53.207 INFO E| Compiling rustls v0.21.0 |
| 3547 | 2024-05-15T03:01:54.633Z | [ helios-setup] May 15 03:01:54.171 INFO E| Compiling toml_datetime v0.6.1 |
| 3548 | 2024-05-15T03:01:55.138Z | [ helios-setup] May 15 03:01:54.676 INFO E| Compiling serde_spanned v0.6.1 |
| 3549 | 2024-05-15T03:01:55.743Z | [ helios-setup] May 15 03:01:55.281 INFO E| Compiling match_cfg v0.1.0 |
| 3550 | 2024-05-15T03:01:56.006Z | [ helios-setup] May 15 03:01:55.543 INFO E| Compiling slog-async v2.7.0 |
| 3551 | 2024-05-15T03:01:56.437Z | [ helios-setup] May 15 03:01:55.976 INFO E| Compiling camino v1.1.4 |
| 3552 | 2024-05-15T03:01:56.488Z | [ helios-setup] May 15 03:01:56.027 INFO E| Compiling winnow v0.4.1 |
| 3553 | 2024-05-15T03:01:57.337Z | [ helios-setup] May 15 03:01:56.876 INFO E| Compiling paste v1.0.12 |
| 3554 | 2024-05-15T03:01:57.674Z | [ helios-setup] May 15 03:01:57.212 INFO E| Compiling static_assertions v1.1.0 |
| 3555 | 2024-05-15T03:01:57.910Z | [ helios-setup] May 15 03:01:57.443 INFO E| Compiling async-trait v0.1.68 |
| 3556 | 2024-05-15T03:01:58.953Z | [ helios-setup] May 15 03:01:58.491 INFO E| Compiling hostname v0.3.1 |
| 3557 | 2024-05-15T03:01:59.454Z | [ helios-setup] May 15 03:01:58.993 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
| 3558 | 2024-05-15T03:01:59.518Z | [ helios-setup] May 15 03:01:59.056 INFO E| Compiling slog-json v2.6.1 |
| 3559 | 2024-05-15T03:02:00.413Z | [ helios-setup] May 15 03:01:59.951 INFO E| Compiling unicode-linebreak v0.1.4 |
| 3560 | 2024-05-15T03:02:02.718Z | [ helios-setup] May 15 03:02:02.257 INFO E| Compiling toml_edit v0.19.8 |
| 3561 | 2024-05-15T03:02:04.534Z | [ helios-setup] May 15 03:02:04.072 INFO E| Compiling async-stream-impl v0.3.5 |
| 3562 | 2024-05-15T03:02:06.731Z | [ helios-setup] May 15 03:02:06.269 INFO E| Compiling rhai_codegen v1.5.0 |
| 3563 | 2024-05-15T03:02:06.796Z | [ helios-setup] May 15 03:02:06.332 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3564 | 2024-05-15T03:02:07.503Z | [ helios-setup] May 15 03:02:07.042 INFO E| Compiling take_mut v0.2.2 |
| 3565 | 2024-05-15T03:02:11.283Z | [ helios-setup] May 15 03:02:10.822 INFO E| Compiling rhai v1.14.0 |
| 3566 | 2024-05-15T03:02:12.511Z | [ helios-setup] May 15 03:02:12.050 INFO E| Compiling toml v0.7.3 |
| 3567 | 2024-05-15T03:02:13.283Z | [ helios-setup] May 15 03:02:12.819 INFO E| Compiling async-stream v0.3.5 |
| 3568 | 2024-05-15T03:02:14.410Z | [ helios-setup] May 15 03:02:13.949 INFO E| Compiling slog-bunyan v2.4.0 |
| 3569 | 2024-05-15T03:02:21.283Z | [ helios-setup] May 15 03:02:20.822 INFO E| Compiling rustls-pemfile v1.0.2 |
| 3570 | 2024-05-15T03:02:22.041Z | [ helios-setup] May 15 03:02:21.581 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
| 3571 | 2024-05-15T03:02:22.224Z | [ helios-setup] May 15 03:02:21.763 INFO E| Compiling bincode v1.3.3 |
| 3572 | 2024-05-15T03:02:22.574Z | [ helios-setup] May 15 03:02:22.113 INFO E| Compiling serde_path_to_error v0.1.11 |
| 3573 | 2024-05-15T03:02:24.303Z | [ helios-setup] May 15 03:02:23.842 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
| 3574 | 2024-05-15T03:02:24.505Z | [ helios-setup] May 15 03:02:24.044 INFO E| Compiling terminal_size v0.2.6 |
| 3575 | 2024-05-15T03:02:25.182Z | [ helios-setup] May 15 03:02:24.714 INFO E| Compiling smawk v0.3.1 |
| 3576 | 2024-05-15T03:02:25.687Z | [ helios-setup] May 15 03:02:25.224 INFO E| Compiling textwrap v0.16.0 |
| 3577 | 2024-05-15T03:02:33.953Z | [ helios-setup] May 15 03:02:33.491 INFO E| Compiling rustls-webpki v0.100.1 |
| 3578 | 2024-05-15T03:02:34.042Z | [ helios-setup] May 15 03:02:33.580 INFO E| Compiling sct v0.7.0 |
| 3579 | 2024-05-15T03:02:40.353Z | [ helios-setup] May 15 03:02:39.892 INFO E| Compiling git2 v0.16.1 |
| 3580 | 2024-05-15T03:02:41.870Z | [ helios-setup] May 15 03:02:41.409 INFO E| Compiling tokio-rustls v0.24.0 |
| 3581 | 2024-05-15T03:02:46.252Z | [ helios-setup] May 15 03:02:45.791 INFO E| Compiling built v0.6.0 |
| 3582 | 2024-05-15T03:02:50.011Z | [ helios-setup] May 15 03:02:49.549 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
| 3583 | 2024-05-15T03:02:52.704Z | [ helios-setup] May 15 03:02:52.243 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
| 3584 | 2024-05-15T03:02:54.050Z | [ helios-setup] May 15 03:02:53.589 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
| 3585 | 2024-05-15T03:03:07.974Z | [ helios-setup] May 15 03:03:07.510 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
| 3586 | 2024-05-15T03:03:11.257Z | [ helios-setup] May 15 03:03:10.797 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
| 3587 | 2024-05-15T03:03:53.442Z | [ helios-setup] May 15 03:03:52.982 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3588 | 2024-05-15T03:03:58.108Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3589 | 2024-05-15T03:04:06.441Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3590 | 2024-05-15T03:04:56.148Z | [ helios-setup] May 15 03:04:55.689 INFO E| Finished release [optimized] target(s) in 5m 48s |
| 3591 | 2024-05-15T03:04:56.225Z | [ helios-setup] May 15 03:04:55.766 INFO building project "pilot" ok (348 seconds) |
| 3592 | 2024-05-15T03:04:56.249Z | [ helios-setup] rm -f helios-build |
| 3593 | 2024-05-15T03:04:56.249Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3594 | 2024-05-15T03:04:56.249Z | [ helios-setup] |
| 3595 | 2024-05-15T03:04:56.249Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3596 | 2024-05-15T03:04:56.249Z | [ helios-setup] |
| 3597 | 2024-05-15T03:04:56.249Z | [ helios-setup] |
| 3598 | 2024-05-15T03:04:56.249Z | [ helios-setup] real 10:23.033723791 |
| 3599 | 2024-05-15T03:04:56.249Z | [ helios-setup] user 24:19.270311728 |
| 3600 | 2024-05-15T03:04:56.249Z | [ helios-setup] sys 3:16.981963493 |
| 3601 | 2024-05-15T03:04:56.249Z | [ helios-setup] trap 1.446423388 |
| 3602 | 2024-05-15T03:04:56.249Z | [ helios-setup] tflt 4.634056798 |
| 3603 | 2024-05-15T03:04:56.250Z | [ helios-setup] dflt 35.338623987 |
| 3604 | 2024-05-15T03:04:56.250Z | [ helios-setup] kflt 0.020761808 |
| 3605 | 2024-05-15T03:04:56.250Z | [ helios-setup] lock 1:38:16.854096689 |
| 3606 | 2024-05-15T03:04:56.250Z | [ helios-setup] slp 2:35:58.045981074 |
| 3607 | 2024-05-15T03:04:56.250Z | [ helios-setup] lat 28:23.091765867 |
| 3608 | 2024-05-15T03:04:56.250Z | [ helios-setup] stop 3:48.652804411 |
| 3609 | 2024-05-15T03:04:56.250Z | May 15 03:04:55.783 INFO [helios-setup] process exited with exit status: 0 (623.041413352s) |
| 3610 | 2024-05-15T03:04:56.250Z | May 15 03:04:55.783 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
| 3611 | 2024-05-15T03:04:56.277Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
| 3612 | 2024-05-15T03:04:56.825Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
| 3613 | 2024-05-15T03:04:56.825Z | [ phbl-toolchain] info: downloading component 'cargo' |
| 3614 | 2024-05-15T03:04:57.932Z | [ phbl-toolchain] info: downloading component 'clippy' |
| 3615 | 2024-05-15T03:04:58.318Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
| 3616 | 2024-05-15T03:05:01.381Z | [ phbl-toolchain] info: downloading component 'miri' |
| 3617 | 2024-05-15T03:05:01.846Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
| 3618 | 2024-05-15T03:05:03.123Z | [ phbl-toolchain] info: downloading component 'rust-src' |
| 3619 | 2024-05-15T03:05:03.496Z | [ phbl-toolchain] info: downloading component 'rust-std' |
| 3620 | 2024-05-15T03:05:04.842Z | [ phbl-toolchain] info: downloading component 'rustc' |
| 3621 | 2024-05-15T03:05:10.194Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
| 3622 | 2024-05-15T03:05:10.872Z | [ phbl-toolchain] info: installing component 'cargo' |
| 3623 | 2024-05-15T03:05:12.104Z | [ phbl-toolchain] info: installing component 'clippy' |
| 3624 | 2024-05-15T03:05:12.629Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
| 3625 | 2024-05-15T03:05:17.566Z | [ phbl-toolchain] info: installing component 'miri' |
| 3626 | 2024-05-15T03:05:17.888Z | [ phbl-toolchain] info: installing component 'rust-docs' |
| 3627 | 2024-05-15T03:05:25.592Z | [ phbl-toolchain] info: installing component 'rust-src' |
| 3628 | 2024-05-15T03:05:26.382Z | [ phbl-toolchain] info: installing component 'rust-std' |
| 3629 | 2024-05-15T03:05:28.710Z | [ phbl-toolchain] info: installing component 'rustc' |
| 3630 | 2024-05-15T03:05:34.057Z | [ phbl-toolchain] info: installing component 'rustfmt' |
| 3631 | 2024-05-15T03:05:34.889Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
| 3632 | 2024-05-15T03:05:34.915Z | May 15 03:05:34.432 INFO [phbl-toolchain] process exited with exit status: 0 (38.648019235s) |
| 3633 | 2024-05-15T03:10:52.421Z | [ host-package] Finished release [optimized] target(s) in 15m 38s |
| 3634 | 2024-05-15T03:12:13.454Z | May 15 03:12:13.001 INFO [host-package] process exited with exit status: 0 (1019.864222666s) |
| 3635 | 2024-05-15T03:12:13.478Z | May 15 03:12:13.001 INFO [host-stamp] running task |
| 3636 | 2024-05-15T03:12:13.478Z | May 15 03:12:13.002 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3637 | 2024-05-15T03:12:13.478Z | May 15 03:12:13.010 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 8.0.0-0.ci+gitf3c1fa8e505 |
| 3638 | 2024-05-15T03:12:13.478Z | May 15 03:12:13.022 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 8.0.0-0.ci+gitf3c1fa8e505 |
| 3639 | 2024-05-15T03:12:13.503Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3640 | 2024-05-15T03:12:13.503Z | May 15 03:12:13.036 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 8.0.0-0.ci+gitf3c1fa8e505 |
| 3641 | 2024-05-15T03:12:13.503Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3642 | 2024-05-15T03:12:13.503Z | May 15 03:12:13.045 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 8.0.0-0.ci+gitf3c1fa8e505 |
| 3643 | 2024-05-15T03:12:13.528Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3644 | 2024-05-15T03:12:13.528Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3645 | 2024-05-15T03:12:13.528Z | May 15 03:12:13.053 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 8.0.0-0.ci+gitf3c1fa8e505 |
| 3646 | 2024-05-15T03:12:13.528Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3647 | 2024-05-15T03:12:13.528Z | May 15 03:12:13.065 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 8.0.0-0.ci+gitf3c1fa8e505 |
| 3648 | 2024-05-15T03:12:13.528Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3649 | 2024-05-15T03:12:13.553Z | May 15 03:12:13.077 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 8.0.0-0.ci+gitf3c1fa8e505 |
| 3650 | 2024-05-15T03:12:13.553Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3651 | 2024-05-15T03:12:13.553Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3652 | 2024-05-15T03:12:13.553Z | May 15 03:12:13.089 INFO [stamp-oxlog] process exited with exit status: 0 (43.159186ms) |
| 3653 | 2024-05-15T03:12:13.553Z | May 15 03:12:13.089 INFO [stamp-overlay] process exited with exit status: 0 (66.60242ms) |
| 3654 | 2024-05-15T03:12:13.553Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3655 | 2024-05-15T03:12:13.577Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3656 | 2024-05-15T03:12:13.661Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3657 | 2024-05-15T03:12:13.686Z | May 15 03:12:13.212 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (158.953391ms) |
| 3658 | 2024-05-15T03:12:13.770Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3659 | 2024-05-15T03:12:13.794Z | May 15 03:12:13.320 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (309.421905ms) |
| 3660 | 2024-05-15T03:12:13.974Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3661 | 2024-05-15T03:12:13.998Z | May 15 03:12:13.526 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (449.180593ms) |
| 3662 | 2024-05-15T03:12:14.620Z | [recovery-package] Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 3663 | 2024-05-15T03:12:14.856Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3664 | 2024-05-15T03:12:14.880Z | May 15 03:12:14.408 INFO [stamp-propolis-server] process exited with exit status: 0 (1.372065025s) |
| 3665 | 2024-05-15T03:12:17.794Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3666 | 2024-05-15T03:12:24.191Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3667 | 2024-05-15T03:12:24.216Z | May 15 03:12:23.744 INFO [stamp-switch-asic] process exited with exit status: 0 (10.678807545s) |
| 3668 | 2024-05-15T03:12:24.216Z | May 15 03:12:23.744 INFO [host-stamp] task succeeded (10.743144693s) |
| 3669 | 2024-05-15T03:12:24.216Z | May 15 03:12:23.744 INFO [host-proto] running task |
| 3670 | 2024-05-15T03:12:24.216Z | May 15 03:12:23.744 INFO [tuf-stamp] running task |
| 3671 | 2024-05-15T03:12:24.216Z | May 15 03:12:23.746 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 8.0.0-0.ci+gitf3c1fa8e505 |
| 3672 | 2024-05-15T03:12:24.216Z | May 15 03:12:23.761 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 8.0.0-0.ci+gitf3c1fa8e505 |
| 3673 | 2024-05-15T03:12:24.240Z | May 15 03:12:23.775 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 8.0.0-0.ci+gitf3c1fa8e505 |
| 3674 | 2024-05-15T03:12:24.240Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3675 | 2024-05-15T03:12:24.267Z | May 15 03:12:23.789 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 8.0.0-0.ci+gitf3c1fa8e505 |
| 3676 | 2024-05-15T03:12:24.268Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3677 | 2024-05-15T03:12:24.268Z | May 15 03:12:23.802 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 8.0.0-0.ci+gitf3c1fa8e505 |
| 3678 | 2024-05-15T03:12:24.268Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3679 | 2024-05-15T03:12:24.292Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3680 | 2024-05-15T03:12:24.292Z | May 15 03:12:23.819 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 8.0.0-0.ci+gitf3c1fa8e505 |
| 3681 | 2024-05-15T03:12:24.316Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3682 | 2024-05-15T03:12:24.316Z | May 15 03:12:23.850 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 8.0.0-0.ci+gitf3c1fa8e505 |
| 3683 | 2024-05-15T03:12:24.364Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3684 | 2024-05-15T03:12:24.364Z | May 15 03:12:23.911 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 8.0.0-0.ci+gitf3c1fa8e505 |
| 3685 | 2024-05-15T03:12:24.482Z | May 15 03:12:24.030 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 8.0.0-0.ci+gitf3c1fa8e505 |
| 3686 | 2024-05-15T03:12:24.482Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3687 | 2024-05-15T03:12:24.508Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 3688 | 2024-05-15T03:12:24.532Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3689 | 2024-05-15T03:12:24.532Z | May 15 03:12:24.056 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 8.0.0-0.ci+gitf3c1fa8e505 |
| 3690 | 2024-05-15T03:12:24.811Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3691 | 2024-05-15T03:12:24.835Z | May 15 03:12:24.358 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 8.0.0-0.ci+gitf3c1fa8e505 |
| 3692 | 2024-05-15T03:12:25.140Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3693 | 2024-05-15T03:12:25.165Z | May 15 03:12:24.688 INFO [stamp-probe] process exited with exit status: 0 (838.167143ms) |
| 3694 | 2024-05-15T03:12:25.165Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3695 | 2024-05-15T03:12:25.457Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 3696 | 2024-05-15T03:12:25.481Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 3697 | 2024-05-15T03:12:25.514Z | May 15 03:12:25.061 INFO [stamp-external-dns] process exited with exit status: 0 (1.242584238s) |
| 3698 | 2024-05-15T03:12:25.544Z | May 15 03:12:25.092 INFO [stamp-internal-dns] process exited with exit status: 0 (1.317035109s) |
| 3699 | 2024-05-15T03:12:25.568Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 3700 | 2024-05-15T03:12:25.595Z | May 15 03:12:25.141 INFO [stamp-ntp] process exited with exit status: 0 (783.248538ms) |
| 3701 | 2024-05-15T03:12:26.048Z | May 15 03:12:25.596 INFO [host-proto] task succeeded (1.851266983s) |
| 3702 | 2024-05-15T03:12:26.048Z | May 15 03:12:25.596 INFO [host-profile] running task |
| 3703 | 2024-05-15T03:12:26.072Z | May 15 03:12:25.596 INFO [host-profile] task succeeded (481.474µs) |
| 3704 | 2024-05-15T03:12:26.073Z | May 15 03:12:25.598 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.28.233' -P /tmp/.tmpiAfVbH/proto/host/root -N 'ci f3c1fa8/${os_short_commit} 2024-05-15 02:54' -s host -B |
| 3705 | 2024-05-15T03:12:26.117Z | [ host-image] May 15 03:12:25.664 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3706 | 2024-05-15T03:12:26.117Z | [ host-image] May 15 03:12:25.664 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
| 3707 | 2024-05-15T03:12:26.141Z | [ host-image] May 15 03:12:25.685 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpiAfVbH/proto/host/root" |
| 3708 | 2024-05-15T03:12:26.141Z | [ host-image] May 15 03:12:25.685 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
| 3709 | 2024-05-15T03:12:26.141Z | [ host-image] May 15 03:12:25.686 INFO image builder template: ramdisk-01-os... |
| 3710 | 2024-05-15T03:12:26.141Z | [ host-image] May 15 03:12:25.686 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/.tmpiAfVbH/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.28.233", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3711 | 2024-05-15T03:12:26.212Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 3712 | 2024-05-15T03:12:26.236Z | [ host-image] May 15 03:12:25.762 INFO O| May 15 03:12:25.730 INFO CREATE DATASET: rpool/images/build/host/output |
| 3713 | 2024-05-15T03:12:26.236Z | May 15 03:12:25.765 INFO [stamp-oximeter] process exited with exit status: 0 (1.96209539s) |
| 3714 | 2024-05-15T03:12:26.261Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 3715 | 2024-05-15T03:12:26.285Z | May 15 03:12:25.811 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.755081774s) |
| 3716 | 2024-05-15T03:12:26.285Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 3717 | 2024-05-15T03:12:26.285Z | [ host-image] May 15 03:12:25.825 INFO O| May 15 03:12:25.825 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3718 | 2024-05-15T03:12:26.285Z | May 15 03:12:25.825 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.914155068s) |
| 3719 | 2024-05-15T03:12:26.285Z | [ host-image] May 15 03:12:25.832 INFO O| May 15 03:12:25.832 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3720 | 2024-05-15T03:12:26.391Z | [ host-image] May 15 03:12:25.938 INFO O| May 15 03:12:25.938 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
| 3721 | 2024-05-15T03:12:26.431Z | [ host-image] May 15 03:12:25.978 INFO O| May 15 03:12:25.978 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 3722 | 2024-05-15T03:12:26.431Z | [ host-image] May 15 03:12:25.978 INFO O| May 15 03:12:25.978 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 3723 | 2024-05-15T03:12:26.455Z | [ host-image] May 15 03:12:25.979 INFO O| May 15 03:12:25.978 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 3724 | 2024-05-15T03:12:26.455Z | [ host-image] May 15 03:12:25.979 INFO O| May 15 03:12:25.979 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 3725 | 2024-05-15T03:12:26.455Z | [ host-image] May 15 03:12:25.996 INFO O| May 15 03:12:25.996 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 3726 | 2024-05-15T03:12:26.560Z | [ host-image] May 15 03:12:26.108 INFO O| May 15 03:12:26.107 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3727 | 2024-05-15T03:12:26.585Z | [ host-image] May 15 03:12:26.129 INFO O| May 15 03:12:26.128 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
| 3728 | 2024-05-15T03:12:27.053Z | [ host-image] May 15 03:12:26.601 INFO O| May 15 03:12:26.600 INFO O| Caching catalogs ... Done |
| 3729 | 2024-05-15T03:12:27.134Z | [ host-image] May 15 03:12:26.681 INFO O| May 15 03:12:26.681 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3730 | 2024-05-15T03:12:27.135Z | [ host-image] May 15 03:12:26.681 INFO O| May 15 03:12:26.681 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3731 | 2024-05-15T03:12:27.159Z | [ host-image] May 15 03:12:26.681 INFO O| May 15 03:12:26.681 INFO skip step because feature "repo_redist" is not enabled |
| 3732 | 2024-05-15T03:12:27.159Z | [ host-image] May 15 03:12:26.681 INFO O| May 15 03:12:26.681 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3733 | 2024-05-15T03:12:27.159Z | [ host-image] May 15 03:12:26.702 INFO O| May 15 03:12:26.702 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"] |
| 3734 | 2024-05-15T03:12:27.642Z | [ host-image] May 15 03:12:27.188 INFO O| May 15 03:12:27.188 INFO STEP 2 (pkg_set_publisher) COMPLETE |
| 3735 | 2024-05-15T03:12:27.642Z | [ host-image] May 15 03:12:27.188 INFO O| May 15 03:12:27.188 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3736 | 2024-05-15T03:12:27.667Z | [ host-image] May 15 03:12:27.207 INFO O| May 15 03:12:27.207 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"] |
| 3737 | 2024-05-15T03:12:27.691Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 3738 | 2024-05-15T03:12:27.691Z | May 15 03:12:27.224 INFO [stamp-nexus] process exited with exit status: 0 (3.462762215s) |
| 3739 | 2024-05-15T03:12:28.118Z | [ host-image] May 15 03:12:27.665 INFO O| May 15 03:12:27.665 INFO STEP 3 (pkg_set_publisher) COMPLETE |
| 3740 | 2024-05-15T03:12:28.119Z | [ host-image] May 15 03:12:27.665 INFO O| May 15 03:12:27.665 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3741 | 2024-05-15T03:12:28.119Z | [ host-image] May 15 03:12:27.665 INFO O| May 15 03:12:27.665 INFO skip step because feature "repo_redist" is not enabled |
| 3742 | 2024-05-15T03:12:28.143Z | [ host-image] May 15 03:12:27.665 INFO O| May 15 03:12:27.665 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3743 | 2024-05-15T03:12:28.561Z | [ host-image] May 15 03:12:28.109 INFO O| May 15 03:12:28.109 INFO variant opensolaris.zone is already global |
| 3744 | 2024-05-15T03:12:28.561Z | [ host-image] May 15 03:12:28.109 INFO O| May 15 03:12:28.109 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3745 | 2024-05-15T03:12:28.585Z | [ host-image] May 15 03:12:28.109 INFO O| May 15 03:12:28.109 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3746 | 2024-05-15T03:12:29.024Z | [ host-image] May 15 03:12:28.570 INFO O| May 15 03:12:28.570 INFO variant opensolaris.imagetype is full; changing to partial |
| 3747 | 2024-05-15T03:12:29.024Z | [ host-image] May 15 03:12:28.571 INFO O| May 15 03:12:28.570 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3748 | 2024-05-15T03:12:29.609Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 3749 | 2024-05-15T03:12:29.634Z | May 15 03:12:29.161 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.372770377s) |
| 3750 | 2024-05-15T03:12:33.587Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 3751 | 2024-05-15T03:12:33.614Z | May 15 03:12:33.141 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (9.394962657s) |
| 3752 | 2024-05-15T03:12:33.772Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 3753 | 2024-05-15T03:12:33.796Z | May 15 03:12:33.307 INFO [stamp-clickhouse] process exited with exit status: 0 (9.277343429s) |
| 3754 | 2024-05-15T03:12:33.796Z | May 15 03:12:33.307 INFO [tuf-stamp] task succeeded (9.562695067s) |
| 3755 | 2024-05-15T03:12:34.675Z | [ host-image] May 15 03:12:34.218 INFO O| May 15 03:12:34.218 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3756 | 2024-05-15T03:12:37.208Z | [ host-image] May 15 03:12:36.755 INFO O| May 15 03:12:36.755 INFO O| Startup: Caching catalogs ... Done |
| 3757 | 2024-05-15T03:12:37.241Z | [ host-image] May 15 03:12:36.789 INFO O| May 15 03:12:36.789 INFO O| Planning: Planning completed in 0.00 seconds |
| 3758 | 2024-05-15T03:12:37.266Z | [ host-image] May 15 03:12:36.790 INFO O| May 15 03:12:36.790 INFO O| Planning: Consolidating action changes ... Done |
| 3759 | 2024-05-15T03:12:37.266Z | [ host-image] May 15 03:12:36.790 INFO O| May 15 03:12:36.790 INFO O| Planning: Evaluating mediators ... Done |
| 3760 | 2024-05-15T03:12:37.266Z | [ host-image] May 15 03:12:36.791 INFO O| May 15 03:12:36.791 INFO O| Planning: Planning completed in 0.00 seconds |
| 3761 | 2024-05-15T03:12:37.266Z | [ host-image] May 15 03:12:36.791 INFO O| May 15 03:12:36.791 INFO O| Variants/Facets to change: 1 |
| 3762 | 2024-05-15T03:12:37.296Z | [ host-image] May 15 03:12:36.843 INFO O| May 15 03:12:36.843 INFO O| Done |
| 3763 | 2024-05-15T03:12:37.296Z | [ host-image] May 15 03:12:36.843 INFO O| May 15 03:12:36.843 INFO O| Done |
| 3764 | 2024-05-15T03:12:37.654Z | [ host-image] May 15 03:12:37.201 INFO O| May 15 03:12:37.201 INFO O| Done |
| 3765 | 2024-05-15T03:12:37.678Z | [ host-image] May 15 03:12:37.225 INFO O| May 15 03:12:37.225 INFO O| Done |
| 3766 | 2024-05-15T03:12:37.703Z | [ host-image] May 15 03:12:37.226 INFO O| May 15 03:12:37.226 INFO O| Done |
| 3767 | 2024-05-15T03:12:37.703Z | [ host-image] May 15 03:12:37.227 INFO O| May 15 03:12:37.227 INFO O| Done |
| 3768 | 2024-05-15T03:12:37.703Z | [ host-image] May 15 03:12:37.229 INFO O| May 15 03:12:37.229 INFO O| Done |
| 3769 | 2024-05-15T03:12:38.004Z | [ host-image] May 15 03:12:37.545 INFO O| May 15 03:12:37.545 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3770 | 2024-05-15T03:12:38.004Z | [ host-image] May 15 03:12:37.545 INFO O| May 15 03:12:37.545 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3771 | 2024-05-15T03:12:38.029Z | [ host-image] May 15 03:12:37.545 INFO O| May 15 03:12:37.545 INFO skip step because feature "debug_variant" is not enabled |
| 3772 | 2024-05-15T03:12:38.029Z | [ host-image] May 15 03:12:37.545 INFO O| May 15 03:12:37.545 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3773 | 2024-05-15T03:12:38.516Z | [ host-image] May 15 03:12:38.064 INFO O| May 15 03:12:38.064 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
| 3774 | 2024-05-15T03:12:39.077Z | [ host-image] May 15 03:12:38.624 INFO O| May 15 03:12:38.624 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3775 | 2024-05-15T03:12:39.102Z | [ host-image] May 15 03:12:38.626 INFO O| May 15 03:12:38.626 INFO O| Planning: Planning completed in 0.00 seconds |
| 3776 | 2024-05-15T03:12:39.102Z | [ host-image] May 15 03:12:38.626 INFO O| May 15 03:12:38.626 INFO O| Planning: Consolidating action changes ... Done |
| 3777 | 2024-05-15T03:12:39.103Z | [ host-image] May 15 03:12:38.626 INFO O| May 15 03:12:38.626 INFO O| Planning: Evaluating mediators ... Done |
| 3778 | 2024-05-15T03:12:39.103Z | [ host-image] May 15 03:12:38.627 INFO O| May 15 03:12:38.627 INFO O| Planning: Planning completed in 0.00 seconds |
| 3779 | 2024-05-15T03:12:39.103Z | [ host-image] May 15 03:12:38.627 INFO O| May 15 03:12:38.627 INFO O| Variants/Facets to change: 1 |
| 3780 | 2024-05-15T03:12:39.103Z | [ host-image] May 15 03:12:38.644 INFO O| May 15 03:12:38.643 INFO O| Done |
| 3781 | 2024-05-15T03:12:39.103Z | [ host-image] May 15 03:12:38.644 INFO O| May 15 03:12:38.644 INFO O| Done |
| 3782 | 2024-05-15T03:12:39.330Z | [ host-image] May 15 03:12:38.877 INFO O| May 15 03:12:38.877 INFO O| Done |
| 3783 | 2024-05-15T03:12:39.355Z | [ host-image] May 15 03:12:38.902 INFO O| May 15 03:12:38.901 INFO O| Done |
| 3784 | 2024-05-15T03:12:39.356Z | [ host-image] May 15 03:12:38.902 INFO O| May 15 03:12:38.902 INFO O| Done |
| 3785 | 2024-05-15T03:12:39.356Z | [ host-image] May 15 03:12:38.902 INFO O| May 15 03:12:38.902 INFO O| Done |
| 3786 | 2024-05-15T03:12:39.380Z | [ host-image] May 15 03:12:38.904 INFO O| May 15 03:12:38.904 INFO O| Done |
| 3787 | 2024-05-15T03:12:39.415Z | [ host-image] May 15 03:12:38.963 INFO O| May 15 03:12:38.963 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3788 | 2024-05-15T03:12:39.415Z | [ host-image] May 15 03:12:38.963 INFO O| May 15 03:12:38.963 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3789 | 2024-05-15T03:12:39.440Z | [ host-image] May 15 03:12:38.963 INFO O| May 15 03:12:38.963 INFO skip step because feature "recovery" is not enabled |
| 3790 | 2024-05-15T03:12:39.440Z | [ host-image] May 15 03:12:38.963 INFO O| May 15 03:12:38.963 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3791 | 2024-05-15T03:12:39.440Z | [ host-image] May 15 03:12:38.963 INFO O| May 15 03:12:38.963 INFO skip step because feature "recovery" is not enabled |
| 3792 | 2024-05-15T03:12:39.440Z | [ host-image] May 15 03:12:38.963 INFO O| May 15 03:12:38.963 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3793 | 2024-05-15T03:12:39.440Z | [ host-image] May 15 03:12:38.980 INFO O| May 15 03:12:38.980 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"] |
| 3794 | 2024-05-15T03:12:40.011Z | [ host-image] May 15 03:12:39.558 INFO O| May 15 03:12:39.558 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3795 | 2024-05-15T03:12:41.605Z | [recovery-package] Finished release [optimized] target(s) in 28.04s |
| 3796 | 2024-05-15T03:12:51.382Z | [ host-image] May 15 03:12:50.929 INFO O| May 15 03:12:50.929 INFO O| Planning: Solver setup ... Done |
| 3797 | 2024-05-15T03:12:54.939Z | May 15 03:12:54.487 INFO [recovery-package] process exited with exit status: 0 (41.485579618s) |
| 3798 | 2024-05-15T03:12:54.939Z | May 15 03:12:54.488 INFO [recovery-stamp] running task |
| 3799 | 2024-05-15T03:12:54.964Z | May 15 03:12:54.488 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 8.0.0-0.ci+gitf3c1fa8e505 |
| 3800 | 2024-05-15T03:12:54.964Z | May 15 03:12:54.501 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 8.0.0-0.ci+gitf3c1fa8e505 |
| 3801 | 2024-05-15T03:12:54.988Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3802 | 2024-05-15T03:12:54.988Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3803 | 2024-05-15T03:12:55.105Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3804 | 2024-05-15T03:12:55.131Z | May 15 03:12:54.658 INFO [stamp-installinator] process exited with exit status: 0 (156.957556ms) |
| 3805 | 2024-05-15T03:12:55.157Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3806 | 2024-05-15T03:12:55.157Z | May 15 03:12:54.700 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (211.93472ms) |
| 3807 | 2024-05-15T03:12:55.157Z | May 15 03:12:54.700 INFO [recovery-stamp] task succeeded (212.718419ms) |
| 3808 | 2024-05-15T03:12:55.157Z | May 15 03:12:54.700 INFO [recovery-proto] running task |
| 3809 | 2024-05-15T03:12:55.256Z | May 15 03:12:54.797 INFO [recovery-proto] task succeeded (97.098452ms) |
| 3810 | 2024-05-15T03:12:55.287Z | May 15 03:12:54.798 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.28.233' -P /tmp/.tmpiAfVbH/proto/recovery/root -N 'recovery f3c1fa8/${os_short_commit} 2024-05-15 02:54' -s recovery -R |
| 3811 | 2024-05-15T03:12:55.287Z | [ recovery-image] May 15 03:12:54.817 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3812 | 2024-05-15T03:12:55.288Z | [ recovery-image] May 15 03:12:54.817 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
| 3813 | 2024-05-15T03:12:55.288Z | [ recovery-image] May 15 03:12:54.833 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpiAfVbH/proto/recovery/root" |
| 3814 | 2024-05-15T03:12:55.288Z | [ recovery-image] May 15 03:12:54.833 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
| 3815 | 2024-05-15T03:12:55.288Z | [ recovery-image] May 15 03:12:54.834 INFO image builder template: ramdisk-01-os... |
| 3816 | 2024-05-15T03:12:55.288Z | [ recovery-image] May 15 03:12:54.834 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/.tmpiAfVbH/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.28.233", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3817 | 2024-05-15T03:12:55.313Z | [ recovery-image] May 15 03:12:54.859 INFO O| May 15 03:12:54.859 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 3818 | 2024-05-15T03:12:55.401Z | [ recovery-image] May 15 03:12:54.949 INFO O| May 15 03:12:54.949 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3819 | 2024-05-15T03:12:55.426Z | [ recovery-image] May 15 03:12:54.955 INFO O| May 15 03:12:54.955 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3820 | 2024-05-15T03:12:55.504Z | [ recovery-image] May 15 03:12:55.052 INFO O| May 15 03:12:55.051 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
| 3821 | 2024-05-15T03:12:55.536Z | [ recovery-image] May 15 03:12:55.084 INFO O| May 15 03:12:55.084 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 3822 | 2024-05-15T03:12:55.560Z | [ recovery-image] May 15 03:12:55.084 INFO O| May 15 03:12:55.084 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3823 | 2024-05-15T03:12:55.560Z | [ recovery-image] May 15 03:12:55.084 INFO O| May 15 03:12:55.084 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3824 | 2024-05-15T03:12:55.560Z | [ recovery-image] May 15 03:12:55.084 INFO O| May 15 03:12:55.084 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3825 | 2024-05-15T03:12:55.561Z | [ recovery-image] May 15 03:12:55.096 INFO O| May 15 03:12:55.095 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 3826 | 2024-05-15T03:12:55.637Z | [ recovery-image] May 15 03:12:55.185 INFO O| May 15 03:12:55.185 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3827 | 2024-05-15T03:12:55.662Z | [ recovery-image] May 15 03:12:55.201 INFO O| May 15 03:12:55.201 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
| 3828 | 2024-05-15T03:12:56.058Z | [ recovery-image] May 15 03:12:55.605 INFO O| May 15 03:12:55.605 INFO O| Caching catalogs ... Done |
| 3829 | 2024-05-15T03:12:56.140Z | [ recovery-image] May 15 03:12:55.687 INFO O| May 15 03:12:55.687 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3830 | 2024-05-15T03:12:56.140Z | [ recovery-image] May 15 03:12:55.687 INFO O| May 15 03:12:55.687 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3831 | 2024-05-15T03:12:56.140Z | [ recovery-image] May 15 03:12:55.687 INFO O| May 15 03:12:55.687 INFO skip step because feature "repo_redist" is not enabled |
| 3832 | 2024-05-15T03:12:56.164Z | [ recovery-image] May 15 03:12:55.688 INFO O| May 15 03:12:55.687 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3833 | 2024-05-15T03:12:56.164Z | [ recovery-image] May 15 03:12:55.703 INFO O| May 15 03:12:55.703 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"] |
| 3834 | 2024-05-15T03:12:56.211Z | [ host-image] May 15 03:12:55.759 INFO O| May 15 03:12:55.759 INFO O| Planning: Running solver ... Done |
| 3835 | 2024-05-15T03:12:56.338Z | [ host-image] May 15 03:12:55.886 INFO O| May 15 03:12:55.886 INFO O| Planning: Finding local manifests ... Done |
| 3836 | 2024-05-15T03:12:56.363Z | [ host-image] May 15 03:12:55.897 INFO O| May 15 03:12:55.897 INFO O| Planning: Fetching manifests: 0/123 0% complete |
| 3837 | 2024-05-15T03:12:56.812Z | [ recovery-image] May 15 03:12:56.352 INFO O| May 15 03:12:56.352 INFO STEP 2 (pkg_set_publisher) COMPLETE |
| 3838 | 2024-05-15T03:12:56.812Z | [ recovery-image] May 15 03:12:56.352 INFO O| May 15 03:12:56.352 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3839 | 2024-05-15T03:12:56.842Z | [ recovery-image] May 15 03:12:56.368 INFO O| May 15 03:12:56.368 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"] |
| 3840 | 2024-05-15T03:12:57.238Z | [ recovery-image] May 15 03:12:56.784 INFO O| May 15 03:12:56.784 INFO STEP 3 (pkg_set_publisher) COMPLETE |
| 3841 | 2024-05-15T03:12:57.238Z | [ recovery-image] May 15 03:12:56.784 INFO O| May 15 03:12:56.784 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3842 | 2024-05-15T03:12:57.263Z | [ recovery-image] May 15 03:12:56.784 INFO O| May 15 03:12:56.784 INFO skip step because feature "repo_redist" is not enabled |
| 3843 | 2024-05-15T03:12:57.263Z | [ recovery-image] May 15 03:12:56.784 INFO O| May 15 03:12:56.784 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3844 | 2024-05-15T03:12:57.641Z | [ recovery-image] May 15 03:12:57.188 INFO O| May 15 03:12:57.188 INFO variant opensolaris.zone is already global |
| 3845 | 2024-05-15T03:12:57.641Z | [ recovery-image] May 15 03:12:57.188 INFO O| May 15 03:12:57.188 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3846 | 2024-05-15T03:12:57.641Z | [ recovery-image] May 15 03:12:57.188 INFO O| May 15 03:12:57.188 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3847 | 2024-05-15T03:12:58.050Z | [ recovery-image] May 15 03:12:57.597 INFO O| May 15 03:12:57.597 INFO variant opensolaris.imagetype is full; changing to partial |
| 3848 | 2024-05-15T03:12:58.050Z | [ recovery-image] May 15 03:12:57.598 INFO O| May 15 03:12:57.597 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3849 | 2024-05-15T03:12:59.351Z | [ host-image] May 15 03:12:58.893 INFO O| May 15 03:12:58.893 INFO O| Planning: Fetching manifests: 123/123 100% complete |
| 3850 | 2024-05-15T03:13:00.085Z | [ host-image] May 15 03:12:59.633 INFO O| May 15 03:12:59.633 INFO O| Planning: Package planning ... Done |
| 3851 | 2024-05-15T03:13:00.910Z | [ host-image] May 15 03:13:00.454 INFO O| May 15 03:13:00.454 INFO O| Planning: Merging actions ... Done |
| 3852 | 2024-05-15T03:13:01.200Z | [ host-image] May 15 03:13:00.748 INFO O| May 15 03:13:00.748 INFO O| Planning: Checking for conflicting actions ... Done |
| 3853 | 2024-05-15T03:13:01.355Z | [ host-image] May 15 03:13:00.903 INFO O| May 15 03:13:00.902 INFO O| Planning: Consolidating action changes ... Done |
| 3854 | 2024-05-15T03:13:01.642Z | [ host-image] May 15 03:13:01.186 INFO O| May 15 03:13:01.186 INFO O| Planning: Evaluating mediators ... Done |
| 3855 | 2024-05-15T03:13:01.910Z | [ recovery-image] May 15 03:13:01.458 INFO O| May 15 03:13:01.457 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3856 | 2024-05-15T03:13:03.876Z | [ recovery-image] May 15 03:13:03.423 INFO O| May 15 03:13:03.423 INFO O| Startup: Caching catalogs ... Done |
| 3857 | 2024-05-15T03:13:03.912Z | [ recovery-image] May 15 03:13:03.459 INFO O| May 15 03:13:03.459 INFO O| Planning: Planning completed in 0.00 seconds |
| 3858 | 2024-05-15T03:13:03.936Z | [ recovery-image] May 15 03:13:03.460 INFO O| May 15 03:13:03.460 INFO O| Planning: Consolidating action changes ... Done |
| 3859 | 2024-05-15T03:13:03.936Z | [ recovery-image] May 15 03:13:03.460 INFO O| May 15 03:13:03.460 INFO O| Planning: Evaluating mediators ... Done |
| 3860 | 2024-05-15T03:13:03.936Z | [ recovery-image] May 15 03:13:03.460 INFO O| May 15 03:13:03.460 INFO O| Planning: Planning completed in 0.00 seconds |
| 3861 | 2024-05-15T03:13:03.937Z | [ recovery-image] May 15 03:13:03.460 INFO O| May 15 03:13:03.460 INFO O| Variants/Facets to change: 1 |
| 3862 | 2024-05-15T03:13:03.937Z | [ recovery-image] May 15 03:13:03.477 INFO O| May 15 03:13:03.477 INFO O| Done |
| 3863 | 2024-05-15T03:13:03.937Z | [ recovery-image] May 15 03:13:03.477 INFO O| May 15 03:13:03.477 INFO O| Done |
| 3864 | 2024-05-15T03:13:04.204Z | [ recovery-image] May 15 03:13:03.750 INFO O| May 15 03:13:03.750 INFO O| Done |
| 3865 | 2024-05-15T03:13:04.228Z | [ recovery-image] May 15 03:13:03.771 INFO O| May 15 03:13:03.771 INFO O| Done |
| 3866 | 2024-05-15T03:13:04.228Z | [ recovery-image] May 15 03:13:03.772 INFO O| May 15 03:13:03.772 INFO O| Done |
| 3867 | 2024-05-15T03:13:04.229Z | [ recovery-image] May 15 03:13:03.772 INFO O| May 15 03:13:03.772 INFO O| Done |
| 3868 | 2024-05-15T03:13:04.229Z | [ recovery-image] May 15 03:13:03.774 INFO O| May 15 03:13:03.774 INFO O| Done |
| 3869 | 2024-05-15T03:13:04.479Z | [ recovery-image] May 15 03:13:04.023 INFO O| May 15 03:13:04.023 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3870 | 2024-05-15T03:13:04.479Z | [ recovery-image] May 15 03:13:04.024 INFO O| May 15 03:13:04.023 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3871 | 2024-05-15T03:13:04.504Z | [ recovery-image] May 15 03:13:04.024 INFO O| May 15 03:13:04.023 INFO skip step because feature "debug_variant" is not enabled |
| 3872 | 2024-05-15T03:13:04.504Z | [ recovery-image] May 15 03:13:04.024 INFO O| May 15 03:13:04.023 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3873 | 2024-05-15T03:13:04.687Z | [ host-image] May 15 03:13:04.234 INFO O| May 15 03:13:04.234 INFO O| Planning: Planning completed in 24.68 seconds |
| 3874 | 2024-05-15T03:13:05.211Z | [ host-image] May 15 03:13:04.238 INFO O| May 15 03:13:04.238 INFO O| Packages to install: 123 |
| 3875 | 2024-05-15T03:13:05.211Z | [ host-image] May 15 03:13:04.238 INFO O| May 15 03:13:04.238 INFO O| Mediators to change: 4 |
| 3876 | 2024-05-15T03:13:05.212Z | [ host-image] May 15 03:13:04.238 INFO O| May 15 03:13:04.238 INFO O| Services to change: 6 |
| 3877 | 2024-05-15T03:13:05.212Z | [ host-image] May 15 03:13:04.301 INFO O| May 15 03:13:04.301 INFO O| Download: 0/22698 items 0.0/196.2MB 0% complete |
| 3878 | 2024-05-15T03:13:05.212Z | [ recovery-image] May 15 03:13:04.446 INFO O| May 15 03:13:04.446 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
| 3879 | 2024-05-15T03:13:05.479Z | [ recovery-image] May 15 03:13:05.027 INFO O| May 15 03:13:05.027 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3880 | 2024-05-15T03:13:05.504Z | [ recovery-image] May 15 03:13:05.028 INFO O| May 15 03:13:05.028 INFO O| Planning: Planning completed in 0.00 seconds |
| 3881 | 2024-05-15T03:13:05.504Z | [ recovery-image] May 15 03:13:05.029 INFO O| May 15 03:13:05.029 INFO O| Planning: Consolidating action changes ... Done |
| 3882 | 2024-05-15T03:13:05.504Z | [ recovery-image] May 15 03:13:05.029 INFO O| May 15 03:13:05.029 INFO O| Planning: Evaluating mediators ... Done |
| 3883 | 2024-05-15T03:13:05.504Z | [ recovery-image] May 15 03:13:05.030 INFO O| May 15 03:13:05.029 INFO O| Planning: Planning completed in 0.00 seconds |
| 3884 | 2024-05-15T03:13:05.504Z | [ recovery-image] May 15 03:13:05.030 INFO O| May 15 03:13:05.030 INFO O| Variants/Facets to change: 1 |
| 3885 | 2024-05-15T03:13:05.504Z | [ recovery-image] May 15 03:13:05.048 INFO O| May 15 03:13:05.048 INFO O| Done |
| 3886 | 2024-05-15T03:13:05.504Z | [ recovery-image] May 15 03:13:05.048 INFO O| May 15 03:13:05.048 INFO O| Done |
| 3887 | 2024-05-15T03:13:05.757Z | [ recovery-image] May 15 03:13:05.304 INFO O| May 15 03:13:05.304 INFO O| Done |
| 3888 | 2024-05-15T03:13:05.782Z | [ recovery-image] May 15 03:13:05.330 INFO O| May 15 03:13:05.330 INFO O| Done |
| 3889 | 2024-05-15T03:13:05.807Z | [ recovery-image] May 15 03:13:05.331 INFO O| May 15 03:13:05.331 INFO O| Done |
| 3890 | 2024-05-15T03:13:05.807Z | [ recovery-image] May 15 03:13:05.331 INFO O| May 15 03:13:05.331 INFO O| Done |
| 3891 | 2024-05-15T03:13:05.807Z | [ recovery-image] May 15 03:13:05.333 INFO O| May 15 03:13:05.333 INFO O| Done |
| 3892 | 2024-05-15T03:13:05.852Z | [ recovery-image] May 15 03:13:05.400 INFO O| May 15 03:13:05.400 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3893 | 2024-05-15T03:13:05.852Z | [ recovery-image] May 15 03:13:05.400 INFO O| May 15 03:13:05.400 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3894 | 2024-05-15T03:13:06.295Z | [ recovery-image] May 15 03:13:05.842 INFO O| May 15 03:13:05.842 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
| 3895 | 2024-05-15T03:13:06.889Z | [ recovery-image] May 15 03:13:06.436 INFO O| May 15 03:13:06.436 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3896 | 2024-05-15T03:13:06.914Z | [ recovery-image] May 15 03:13:06.437 INFO O| May 15 03:13:06.437 INFO O| Planning: Planning completed in 0.00 seconds |
| 3897 | 2024-05-15T03:13:06.914Z | [ recovery-image] May 15 03:13:06.438 INFO O| May 15 03:13:06.438 INFO O| Planning: Consolidating action changes ... Done |
| 3898 | 2024-05-15T03:13:06.914Z | [ recovery-image] May 15 03:13:06.438 INFO O| May 15 03:13:06.438 INFO O| Planning: Evaluating mediators ... Done |
| 3899 | 2024-05-15T03:13:06.915Z | [ recovery-image] May 15 03:13:06.439 INFO O| May 15 03:13:06.439 INFO O| Planning: Planning completed in 0.00 seconds |
| 3900 | 2024-05-15T03:13:06.915Z | [ recovery-image] May 15 03:13:06.439 INFO O| May 15 03:13:06.439 INFO O| Variants/Facets to change: 1 |
| 3901 | 2024-05-15T03:13:06.915Z | [ recovery-image] May 15 03:13:06.457 INFO O| May 15 03:13:06.457 INFO O| Done |
| 3902 | 2024-05-15T03:13:06.915Z | [ recovery-image] May 15 03:13:06.457 INFO O| May 15 03:13:06.457 INFO O| Done |
| 3903 | 2024-05-15T03:13:07.141Z | [ recovery-image] May 15 03:13:06.689 INFO O| May 15 03:13:06.689 INFO O| Done |
| 3904 | 2024-05-15T03:13:07.167Z | [ recovery-image] May 15 03:13:06.713 INFO O| May 15 03:13:06.713 INFO O| Done |
| 3905 | 2024-05-15T03:13:07.167Z | [ recovery-image] May 15 03:13:06.713 INFO O| May 15 03:13:06.713 INFO O| Done |
| 3906 | 2024-05-15T03:13:07.167Z | [ recovery-image] May 15 03:13:06.713 INFO O| May 15 03:13:06.713 INFO O| Done |
| 3907 | 2024-05-15T03:13:07.192Z | [ recovery-image] May 15 03:13:06.715 INFO O| May 15 03:13:06.715 INFO O| Done |
| 3908 | 2024-05-15T03:13:07.231Z | [ recovery-image] May 15 03:13:06.779 INFO O| May 15 03:13:06.779 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 3909 | 2024-05-15T03:13:07.231Z | [ recovery-image] May 15 03:13:06.779 INFO O| May 15 03:13:06.779 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3910 | 2024-05-15T03:13:07.661Z | [ recovery-image] May 15 03:13:07.209 INFO O| May 15 03:13:07.209 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
| 3911 | 2024-05-15T03:13:08.253Z | [ recovery-image] May 15 03:13:07.787 INFO O| May 15 03:13:07.786 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3912 | 2024-05-15T03:13:08.281Z | [ recovery-image] May 15 03:13:07.788 INFO O| May 15 03:13:07.788 INFO O| Planning: Planning completed in 0.00 seconds |
| 3913 | 2024-05-15T03:13:08.281Z | [ recovery-image] May 15 03:13:07.789 INFO O| May 15 03:13:07.789 INFO O| Planning: Consolidating action changes ... Done |
| 3914 | 2024-05-15T03:13:08.281Z | [ recovery-image] May 15 03:13:07.789 INFO O| May 15 03:13:07.789 INFO O| Planning: Evaluating mediators ... Done |
| 3915 | 2024-05-15T03:13:08.281Z | [ recovery-image] May 15 03:13:07.789 INFO O| May 15 03:13:07.789 INFO O| Planning: Planning completed in 0.00 seconds |
| 3916 | 2024-05-15T03:13:08.281Z | [ recovery-image] May 15 03:13:07.790 INFO O| May 15 03:13:07.789 INFO O| Variants/Facets to change: 1 |
| 3917 | 2024-05-15T03:13:08.281Z | [ recovery-image] May 15 03:13:07.807 INFO O| May 15 03:13:07.807 INFO O| Done |
| 3918 | 2024-05-15T03:13:08.281Z | [ recovery-image] May 15 03:13:07.807 INFO O| May 15 03:13:07.807 INFO O| Done |
| 3919 | 2024-05-15T03:13:08.516Z | [ recovery-image] May 15 03:13:08.055 INFO O| May 15 03:13:08.055 INFO O| Done |
| 3920 | 2024-05-15T03:13:08.540Z | [ recovery-image] May 15 03:13:08.080 INFO O| May 15 03:13:08.080 INFO O| Done |
| 3921 | 2024-05-15T03:13:08.540Z | [ recovery-image] May 15 03:13:08.081 INFO O| May 15 03:13:08.081 INFO O| Done |
| 3922 | 2024-05-15T03:13:08.540Z | [ recovery-image] May 15 03:13:08.081 INFO O| May 15 03:13:08.081 INFO O| Done |
| 3923 | 2024-05-15T03:13:08.540Z | [ recovery-image] May 15 03:13:08.083 INFO O| May 15 03:13:08.082 INFO O| Done |
| 3924 | 2024-05-15T03:13:08.595Z | [ recovery-image] May 15 03:13:08.142 INFO O| May 15 03:13:08.142 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 3925 | 2024-05-15T03:13:08.595Z | [ recovery-image] May 15 03:13:08.142 INFO O| May 15 03:13:08.142 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 3926 | 2024-05-15T03:13:08.619Z | [ recovery-image] May 15 03:13:08.158 INFO O| May 15 03:13:08.158 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"] |
| 3927 | 2024-05-15T03:13:09.156Z | [ recovery-image] May 15 03:13:08.704 INFO O| May 15 03:13:08.704 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3928 | 2024-05-15T03:13:09.849Z | [ host-image] May 15 03:13:09.397 INFO O| May 15 03:13:09.397 INFO O| Download: 1640/22698 items 10.7/196.2MB 5% complete (2.2M/s) |
| 3929 | 2024-05-15T03:13:14.920Z | [ host-image] May 15 03:13:14.466 INFO O| May 15 03:13:14.466 INFO O| Download: 2227/22698 items 24.3/196.2MB 12% complete (2.5M/s) |
| 3930 | 2024-05-15T03:13:19.921Z | [ host-image] May 15 03:13:19.466 INFO O| May 15 03:13:19.466 INFO O| Download: 3838/22698 items 39.4/196.2MB 20% complete (2.9M/s) |
| 3931 | 2024-05-15T03:13:20.488Z | [ recovery-image] May 15 03:13:20.027 INFO O| May 15 03:13:20.027 INFO O| Planning: Solver setup ... Done |
| 3932 | 2024-05-15T03:13:24.920Z | [ host-image] May 15 03:13:24.468 INFO O| May 15 03:13:24.468 INFO O| Download: 5072/22698 items 45.8/196.2MB 23% complete (2.2M/s) |
| 3933 | 2024-05-15T03:13:25.717Z | [ recovery-image] May 15 03:13:25.265 INFO O| May 15 03:13:25.265 INFO O| Planning: Running solver ... Done |
| 3934 | 2024-05-15T03:13:25.850Z | [ recovery-image] May 15 03:13:25.398 INFO O| May 15 03:13:25.398 INFO O| Planning: Finding local manifests ... Done |
| 3935 | 2024-05-15T03:13:25.874Z | [ recovery-image] May 15 03:13:25.409 INFO O| May 15 03:13:25.409 INFO O| Planning: Fetching manifests: 0/123 0% complete |
| 3936 | 2024-05-15T03:13:29.677Z | [ recovery-image] May 15 03:13:28.815 INFO O| May 15 03:13:28.815 INFO O| Planning: Fetching manifests: 123/123 100% complete |
| 3937 | 2024-05-15T03:13:29.921Z | [ host-image] May 15 03:13:29.468 INFO O| May 15 03:13:29.468 INFO O| Download: 6744/22698 items 47.7/196.2MB 24% complete (855k/s) |
| 3938 | 2024-05-15T03:13:29.947Z | [ recovery-image] May 15 03:13:29.495 INFO O| May 15 03:13:29.495 INFO O| Planning: Package planning ... Done |
| 3939 | 2024-05-15T03:13:30.343Z | [ recovery-image] May 15 03:13:29.891 INFO O| May 15 03:13:29.891 INFO O| Planning: Merging actions ... Done |
| 3940 | 2024-05-15T03:13:30.587Z | [ recovery-image] May 15 03:13:30.132 INFO O| May 15 03:13:30.132 INFO O| Planning: Checking for conflicting actions ... Done |
| 3941 | 2024-05-15T03:13:30.700Z | [ recovery-image] May 15 03:13:30.248 INFO O| May 15 03:13:30.248 INFO O| Planning: Consolidating action changes ... Done |
| 3942 | 2024-05-15T03:13:30.950Z | [ recovery-image] May 15 03:13:30.497 INFO O| May 15 03:13:30.497 INFO O| Planning: Evaluating mediators ... Done |
| 3943 | 2024-05-15T03:13:33.967Z | [ recovery-image] May 15 03:13:33.513 INFO O| May 15 03:13:33.513 INFO O| Planning: Planning completed in 24.81 seconds |
| 3944 | 2024-05-15T03:13:33.999Z | [ recovery-image] May 15 03:13:33.518 INFO O| May 15 03:13:33.518 INFO O| Packages to install: 123 |
| 3945 | 2024-05-15T03:13:33.999Z | [ recovery-image] May 15 03:13:33.518 INFO O| May 15 03:13:33.518 INFO O| Mediators to change: 4 |
| 3946 | 2024-05-15T03:13:33.999Z | [ recovery-image] May 15 03:13:33.518 INFO O| May 15 03:13:33.518 INFO O| Services to change: 5 |
| 3947 | 2024-05-15T03:13:34.032Z | [ recovery-image] May 15 03:13:33.566 INFO O| May 15 03:13:33.565 INFO O| Download: 0/15811 items 0.0/173.0MB 0% complete |
| 3948 | 2024-05-15T03:13:34.928Z | [ host-image] May 15 03:13:34.472 INFO O| May 15 03:13:34.471 INFO O| Download: 7976/22698 items 60.1/196.2MB 30% complete (1.4M/s) |
| 3949 | 2024-05-15T03:13:39.049Z | [ recovery-image] May 15 03:13:38.596 INFO O| May 15 03:13:38.596 INFO O| Download: 1152/15811 items 10.0/173.0MB 5% complete (2.1M/s) |
| 3950 | 2024-05-15T03:13:39.938Z | [ host-image] May 15 03:13:39.477 INFO O| May 15 03:13:39.477 INFO O| Download: 8335/22698 items 68.9/196.2MB 35% complete (2.1M/s) |
| 3951 | 2024-05-15T03:13:44.112Z | [ recovery-image] May 15 03:13:43.655 INFO O| May 15 03:13:43.654 INFO O| Download: 1526/15811 items 22.0/173.0MB 12% complete (2.3M/s) |
| 3952 | 2024-05-15T03:13:44.933Z | [ host-image] May 15 03:13:44.480 INFO O| May 15 03:13:44.480 INFO O| Download: 9868/22698 items 83.5/196.2MB 42% complete (2.3M/s) |
| 3953 | 2024-05-15T03:13:49.107Z | [ recovery-image] May 15 03:13:48.655 INFO O| May 15 03:13:48.655 INFO O| Download: 2158/15811 items 31.1/173.0MB 17% complete (2.1M/s) |
| 3954 | 2024-05-15T03:13:49.935Z | [ host-image] May 15 03:13:49.484 INFO O| May 15 03:13:49.484 INFO O| Download: 10925/22698 items 90.4/196.2MB 46% complete (2.2M/s) |
| 3955 | 2024-05-15T03:13:54.110Z | [ recovery-image] May 15 03:13:53.656 INFO O| May 15 03:13:53.655 INFO O| Download: 3607/15811 items 39.1/173.0MB 22% complete (1.7M/s) |
| 3956 | 2024-05-15T03:13:54.946Z | [ host-image] May 15 03:13:54.495 INFO O| May 15 03:13:54.494 INFO O| Download: 11338/22698 items 95.9/196.2MB 48% complete (1.2M/s) |
| 3957 | 2024-05-15T03:13:59.132Z | [ recovery-image] May 15 03:13:58.664 INFO O| May 15 03:13:58.664 INFO O| Download: 4771/15811 items 42.9/173.0MB 24% complete (1.2M/s) |
| 3958 | 2024-05-15T03:14:00.017Z | [ host-image] May 15 03:13:59.521 INFO O| May 15 03:13:59.521 INFO O| Download: 12074/22698 items 100.7/196.2MB 51% complete (1.0M/s) |
| 3959 | 2024-05-15T03:14:04.120Z | [ recovery-image] May 15 03:14:03.666 INFO O| May 15 03:14:03.666 INFO O| Download: 5722/15811 items 46.5/173.0MB 26% complete (780k/s) |
| 3960 | 2024-05-15T03:14:04.987Z | [ host-image] May 15 03:14:04.521 INFO O| May 15 03:14:04.521 INFO O| Download: 13041/22698 items 109.6/196.2MB 55% complete (1.4M/s) |
| 3961 | 2024-05-15T03:14:09.129Z | [ recovery-image] May 15 03:14:08.671 INFO O| May 15 03:14:08.671 INFO O| Download: 6097/15811 items 58.7/173.0MB 33% complete (1.4M/s) |
| 3962 | 2024-05-15T03:14:09.974Z | [ host-image] May 15 03:14:09.521 INFO O| May 15 03:14:09.521 INFO O| Download: 14361/22698 items 111.1/196.2MB 56% complete (1.0M/s) |
| 3963 | 2024-05-15T03:14:14.414Z | [ recovery-image] May 15 03:14:13.924 INFO O| May 15 03:14:13.924 INFO O| Download: 7185/15811 items 72.9/173.0MB 42% complete (2.6M/s) |
| 3964 | 2024-05-15T03:14:14.980Z | [ host-image] May 15 03:14:14.523 INFO O| May 15 03:14:14.523 INFO O| Download: 15272/22698 items 124.9/196.2MB 63% complete (1.5M/s) |
| 3965 | 2024-05-15T03:14:19.509Z | [ recovery-image] May 15 03:14:19.045 INFO O| May 15 03:14:19.045 INFO O| Download: 7908/15811 items 77.4/173.0MB 44% complete (2.0M/s) |
| 3966 | 2024-05-15T03:14:20.183Z | [ host-image] May 15 03:14:19.524 INFO O| May 15 03:14:19.523 INFO O| Download: 16274/22698 items 134.8/196.2MB 68% complete (2.4M/s) |
| 3967 | 2024-05-15T03:14:24.724Z | [ recovery-image] May 15 03:14:24.242 INFO O| May 15 03:14:24.242 INFO O| Download: 8638/15811 items 81.4/173.0MB 47% complete (817k/s) |
| 3968 | 2024-05-15T03:14:24.984Z | [ host-image] May 15 03:14:24.524 INFO O| May 15 03:14:24.524 INFO O| Download: 17274/22698 items 144.7/196.2MB 73% complete (1.9M/s) |
| 3969 | 2024-05-15T03:14:29.743Z | [ recovery-image] May 15 03:14:29.245 INFO O| May 15 03:14:29.245 INFO O| Download: 9392/15811 items 92.7/173.0MB 53% complete (1.6M/s) |
| 3970 | 2024-05-15T03:14:30.089Z | [ host-image] May 15 03:14:29.626 INFO O| May 15 03:14:29.626 INFO O| Download: 17850/22698 items 152.9/196.2MB 77% complete (2.1M/s) |
| 3971 | 2024-05-15T03:14:34.734Z | [ recovery-image] May 15 03:14:34.249 INFO O| May 15 03:14:34.249 INFO O| Download: 10688/15811 items 93.4/173.0MB 53% complete (1.2M/s) |
| 3972 | 2024-05-15T03:14:35.085Z | [ host-image] May 15 03:14:34.629 INFO O| May 15 03:14:34.628 INFO O| Download: 18335/22698 items 161.0/196.2MB 82% complete (1.6M/s) |
| 3973 | 2024-05-15T03:14:40.176Z | [ recovery-image] May 15 03:14:39.252 INFO O| May 15 03:14:39.252 INFO O| Download: 11169/15811 items 103.0/173.0MB 59% complete (1005k/s) |
| 3974 | 2024-05-15T03:14:40.225Z | [ host-image] May 15 03:14:39.629 INFO O| May 15 03:14:39.629 INFO O| Download: 19645/22698 items 166.0/196.2MB 84% complete (1.3M/s) |
| 3975 | 2024-05-15T03:14:44.734Z | [ recovery-image] May 15 03:14:44.261 INFO O| May 15 03:14:44.261 INFO O| Download: 11746/15811 items 123.4/173.0MB 71% complete (2.9M/s) |
| 3976 | 2024-05-15T03:14:45.165Z | [ host-image] May 15 03:14:44.705 INFO O| May 15 03:14:44.704 INFO O| Download: 20583/22698 items 169.6/196.2MB 86% complete (1000k/s) |
| 3977 | 2024-05-15T03:14:49.747Z | [ recovery-image] May 15 03:14:49.264 INFO O| May 15 03:14:49.264 INFO O| Download: 12605/15811 items 139.9/173.0MB 80% complete (3.7M/s) |
| 3978 | 2024-05-15T03:14:50.522Z | [ host-image] May 15 03:14:50.045 INFO O| May 15 03:14:50.045 INFO O| Download: 21000/22698 items 176.1/196.2MB 89% complete (1.1M/s) |
| 3979 | 2024-05-15T03:14:55.424Z | [ recovery-image] May 15 03:14:54.265 INFO O| May 15 03:14:54.265 INFO O| Download: 13971/15811 items 145.2/173.0MB 83% complete (2.3M/s) |
| 3980 | 2024-05-15T03:14:55.983Z | [ host-image] May 15 03:14:55.108 INFO O| May 15 03:14:55.108 INFO O| Download: 21625/22698 items 180.3/196.2MB 91% complete (1.1M/s) |
| 3981 | 2024-05-15T03:14:59.769Z | [ recovery-image] May 15 03:14:59.270 INFO O| May 15 03:14:59.270 INFO O| Download: 14680/15811 items 148.6/173.0MB 85% complete (876k/s) |
| 3982 | 2024-05-15T03:15:00.928Z | [ host-image] May 15 03:15:00.465 INFO O| May 15 03:15:00.465 INFO O| Download: 21998/22698 items 189.7/196.2MB 96% complete (1.4M/s) |
| 3983 | 2024-05-15T03:15:04.765Z | [ recovery-image] May 15 03:15:04.304 INFO O| May 15 03:15:04.304 INFO O| Download: 15227/15811 items 157.8/173.0MB 91% complete (1.2M/s) |
| 3984 | 2024-05-15T03:15:05.414Z | [ host-image] May 15 03:15:04.543 INFO O| May 15 03:15:04.543 INFO O| Download: Completed 196.17 MB in 120.24 seconds (1.6M/s) |
| 3985 | 2024-05-15T03:15:05.922Z | [ host-image] May 15 03:15:05.463 INFO O| May 15 03:15:05.463 INFO O| Actions: 1/49171 actions (Installing new actions) |
| 3986 | 2024-05-15T03:15:10.156Z | [ recovery-image] May 15 03:15:09.694 INFO O| May 15 03:15:09.694 INFO O| Download: 15786/15811 items 171.9/173.0MB 99% complete (2.3M/s) |
| 3987 | 2024-05-15T03:15:10.653Z | [ recovery-image] May 15 03:15:10.193 INFO O| May 15 03:15:10.193 INFO O| Download: Completed 173.01 MB in 96.63 seconds (1.8M/s) |
| 3988 | 2024-05-15T03:15:10.926Z | [ host-image] May 15 03:15:10.463 INFO O| May 15 03:15:10.463 INFO O| Actions: 13109/49171 actions (Installing new actions) |
| 3989 | 2024-05-15T03:15:11.601Z | [ recovery-image] May 15 03:15:11.136 INFO O| May 15 03:15:11.135 INFO O| Actions: 1/24935 actions (Installing new actions) |
| 3990 | 2024-05-15T03:15:15.931Z | [ host-image] May 15 03:15:15.464 INFO O| May 15 03:15:15.464 INFO O| Actions: 22960/49171 actions (Installing new actions) |
| 3991 | 2024-05-15T03:15:16.599Z | [ recovery-image] May 15 03:15:16.136 INFO O| May 15 03:15:16.136 INFO O| Actions: 10880/24935 actions (Installing new actions) |
| 3992 | 2024-05-15T03:15:20.903Z | [ host-image] May 15 03:15:20.432 INFO O| May 15 03:15:20.432 INFO O| Actions: Completed 49171 actions in 14.96 seconds. |
| 3993 | 2024-05-15T03:15:21.368Z | [ host-image] May 15 03:15:20.763 INFO O| May 15 03:15:20.763 INFO O| Done |
| 3994 | 2024-05-15T03:15:21.369Z | [ host-image] May 15 03:15:20.763 INFO O| May 15 03:15:20.763 INFO O| Done |
| 3995 | 2024-05-15T03:15:21.603Z | [ recovery-image] May 15 03:15:21.138 INFO O| May 15 03:15:21.137 INFO O| Actions: 19263/24935 actions (Installing new actions) |
| 3996 | 2024-05-15T03:15:22.150Z | [ host-image] May 15 03:15:21.234 INFO O| May 15 03:15:21.234 INFO O| Done |
| 3997 | 2024-05-15T03:15:23.045Z | [ host-image] May 15 03:15:22.582 INFO O| May 15 03:15:22.582 INFO O| Done |
| 3998 | 2024-05-15T03:15:24.022Z | [ host-image] May 15 03:15:22.607 INFO O| May 15 03:15:22.606 INFO O| Done |
| 3999 | 2024-05-15T03:15:24.071Z | [ recovery-image] May 15 03:15:23.314 INFO O| May 15 03:15:23.313 INFO O| Actions: Completed 24935 actions in 12.18 seconds. |
| 4000 | 2024-05-15T03:15:24.072Z | [ recovery-image] May 15 03:15:23.586 INFO O| May 15 03:15:23.586 INFO O| Done |
| 4001 | 2024-05-15T03:15:24.072Z | [ recovery-image] May 15 03:15:23.586 INFO O| May 15 03:15:23.586 INFO O| Done |
| 4002 | 2024-05-15T03:15:24.484Z | [ recovery-image] May 15 03:15:24.014 INFO O| May 15 03:15:24.014 INFO O| Done |
| 4003 | 2024-05-15T03:15:25.374Z | [ recovery-image] May 15 03:15:24.908 INFO O| May 15 03:15:24.907 INFO O| Done |
| 4004 | 2024-05-15T03:15:25.419Z | [ recovery-image] May 15 03:15:24.923 INFO O| May 15 03:15:24.923 INFO O| Done |
| 4005 | 2024-05-15T03:15:30.467Z | [ recovery-image] May 15 03:15:30.004 INFO O| May 15 03:15:30.004 INFO O| Done |
| 4006 | 2024-05-15T03:15:30.693Z | [ host-image] May 15 03:15:30.224 INFO O| May 15 03:15:30.224 INFO O| Done |
| 4007 | 2024-05-15T03:15:30.976Z | [ recovery-image] May 15 03:15:30.509 INFO O| May 15 03:15:30.509 INFO O| Done |
| 4008 | 2024-05-15T03:15:31.167Z | [ recovery-image] May 15 03:15:30.703 INFO O| May 15 03:15:30.702 INFO STEP 11 (pkg_install) COMPLETE |
| 4009 | 2024-05-15T03:15:31.167Z | [ recovery-image] May 15 03:15:30.703 INFO O| May 15 03:15:30.702 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4010 | 2024-05-15T03:15:31.211Z | [ recovery-image] May 15 03:15:30.703 INFO O| May 15 03:15:30.703 INFO skip step because feature "recovery" is enabled |
| 4011 | 2024-05-15T03:15:31.211Z | [ recovery-image] May 15 03:15:30.703 INFO O| May 15 03:15:30.703 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4012 | 2024-05-15T03:15:31.211Z | [ recovery-image] May 15 03:15:30.703 INFO O| May 15 03:15:30.703 INFO skip step because feature "omicron1" is not enabled |
| 4013 | 2024-05-15T03:15:31.212Z | [ recovery-image] May 15 03:15:30.703 INFO O| May 15 03:15:30.703 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4014 | 2024-05-15T03:15:31.212Z | [ recovery-image] May 15 03:15:30.722 INFO O| May 15 03:15:30.722 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.28.233"] |
| 4015 | 2024-05-15T03:15:31.364Z | [ host-image] May 15 03:15:30.903 INFO O| May 15 03:15:30.903 INFO O| Done |
| 4016 | 2024-05-15T03:15:31.562Z | [ host-image] May 15 03:15:31.100 INFO O| May 15 03:15:31.100 INFO STEP 11 (pkg_install) COMPLETE |
| 4017 | 2024-05-15T03:15:31.562Z | [ host-image] May 15 03:15:31.100 INFO O| May 15 03:15:31.100 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4018 | 2024-05-15T03:15:31.615Z | [ host-image] May 15 03:15:31.120 INFO O| May 15 03:15:31.120 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file"] |
| 4019 | 2024-05-15T03:15:32.229Z | [ recovery-image] May 15 03:15:31.355 INFO O| May 15 03:15:31.355 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4020 | 2024-05-15T03:15:32.272Z | [ host-image] May 15 03:15:31.746 INFO O| May 15 03:15:31.746 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4021 | 2024-05-15T03:15:33.887Z | [ recovery-image] May 15 03:15:33.013 INFO O| May 15 03:15:33.013 INFO O| Planning: Solver setup ... Done |
| 4022 | 2024-05-15T03:15:33.931Z | [ recovery-image] May 15 03:15:33.019 INFO O| May 15 03:15:33.019 INFO O| Planning: Running solver ... Done |
| 4023 | 2024-05-15T03:15:33.931Z | [ recovery-image] May 15 03:15:33.066 INFO O| May 15 03:15:33.065 INFO O| Planning: Finding local manifests ... Done |
| 4024 | 2024-05-15T03:15:33.931Z | [ recovery-image] May 15 03:15:33.067 INFO O| May 15 03:15:33.067 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4025 | 2024-05-15T03:15:33.931Z | [ recovery-image] May 15 03:15:33.190 INFO O| May 15 03:15:33.190 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4026 | 2024-05-15T03:15:33.931Z | [ recovery-image] May 15 03:15:33.235 INFO O| May 15 03:15:33.234 INFO O| Planning: Package planning ... Done |
| 4027 | 2024-05-15T03:15:33.932Z | [ recovery-image] May 15 03:15:33.235 INFO O| May 15 03:15:33.235 INFO O| Planning: Merging actions ... Done |
| 4028 | 2024-05-15T03:15:33.932Z | [ recovery-image] May 15 03:15:33.300 INFO O| May 15 03:15:33.300 INFO O| Planning: Checking for conflicting actions ... Done |
| 4029 | 2024-05-15T03:15:33.932Z | [ recovery-image] May 15 03:15:33.301 INFO O| May 15 03:15:33.301 INFO O| Planning: Consolidating action changes ... Done |
| 4030 | 2024-05-15T03:15:34.007Z | [ recovery-image] May 15 03:15:33.541 INFO O| May 15 03:15:33.541 INFO O| Planning: Evaluating mediators ... Done |
| 4031 | 2024-05-15T03:15:34.050Z | [ recovery-image] May 15 03:15:33.542 INFO O| May 15 03:15:33.542 INFO O| Planning: Planning completed in 2.19 seconds |
| 4032 | 2024-05-15T03:15:34.051Z | [ recovery-image] May 15 03:15:33.544 INFO O| May 15 03:15:33.544 INFO O| Packages to install: 1 |
| 4033 | 2024-05-15T03:15:34.051Z | [ recovery-image] May 15 03:15:33.563 INFO O| May 15 03:15:33.563 INFO O| Download: 0/4 items 0.0/18.0MB 0% complete |
| 4034 | 2024-05-15T03:15:34.405Z | [ host-image] May 15 03:15:33.943 INFO O| May 15 03:15:33.943 INFO O| Planning: Solver setup ... Done |
| 4035 | 2024-05-15T03:15:34.444Z | [ host-image] May 15 03:15:33.947 INFO O| May 15 03:15:33.947 INFO O| Planning: Running solver ... Done |
| 4036 | 2024-05-15T03:15:34.486Z | [ host-image] May 15 03:15:33.989 INFO O| May 15 03:15:33.989 INFO O| Planning: Finding local manifests ... Done |
| 4037 | 2024-05-15T03:15:34.486Z | [ host-image] May 15 03:15:33.990 INFO O| May 15 03:15:33.990 INFO O| Planning: Fetching manifests: 0/2 0% complete |
| 4038 | 2024-05-15T03:15:35.158Z | [ host-image] May 15 03:15:34.239 INFO O| May 15 03:15:34.239 INFO O| Planning: Fetching manifests: 2/2 100% complete |
| 4039 | 2024-05-15T03:15:35.159Z | [ host-image] May 15 03:15:34.273 INFO O| May 15 03:15:34.273 INFO O| Planning: Package planning ... Done |
| 4040 | 2024-05-15T03:15:35.159Z | [ host-image] May 15 03:15:34.276 INFO O| May 15 03:15:34.276 INFO O| Planning: Merging actions ... Done |
| 4041 | 2024-05-15T03:15:35.159Z | [ recovery-image] May 15 03:15:34.317 INFO O| May 15 03:15:34.316 INFO O| Download: Completed 17.98 MB in 0.75 seconds (23.9M/s) |
| 4042 | 2024-05-15T03:15:35.159Z | [ recovery-image] May 15 03:15:34.344 INFO O| May 15 03:15:34.343 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4043 | 2024-05-15T03:15:35.160Z | [ host-image] May 15 03:15:34.365 INFO O| May 15 03:15:34.365 INFO O| Planning: Checking for conflicting actions ... Done |
| 4044 | 2024-05-15T03:15:35.160Z | [ host-image] May 15 03:15:34.366 INFO O| May 15 03:15:34.366 INFO O| Planning: Consolidating action changes ... Done |
| 4045 | 2024-05-15T03:15:35.160Z | [ host-image] May 15 03:15:34.572 INFO O| May 15 03:15:34.571 INFO O| Planning: Evaluating mediators ... Done |
| 4046 | 2024-05-15T03:15:35.160Z | [ host-image] May 15 03:15:34.573 INFO O| May 15 03:15:34.572 INFO O| Planning: Planning completed in 2.83 seconds |
| 4047 | 2024-05-15T03:15:35.160Z | [ host-image] May 15 03:15:34.575 INFO O| May 15 03:15:34.574 INFO O| Packages to install: 2 |
| 4048 | 2024-05-15T03:15:35.160Z | [ host-image] May 15 03:15:34.575 INFO O| May 15 03:15:34.574 INFO O| Services to change: 2 |
| 4049 | 2024-05-15T03:15:35.160Z | [ host-image] May 15 03:15:34.587 INFO O| May 15 03:15:34.587 INFO O| Download: 0/86 items 0.0/1.4MB 0% complete |
| 4050 | 2024-05-15T03:15:35.302Z | [ recovery-image] May 15 03:15:34.838 INFO O| May 15 03:15:34.838 INFO O| Actions: Completed 22 actions in 0.49 seconds. |
| 4051 | 2024-05-15T03:15:35.452Z | [ recovery-image] May 15 03:15:34.991 INFO O| May 15 03:15:34.990 INFO O| Done |
| 4052 | 2024-05-15T03:15:35.452Z | [ recovery-image] May 15 03:15:34.991 INFO O| May 15 03:15:34.990 INFO O| Done |
| 4053 | 2024-05-15T03:15:35.773Z | [ recovery-image] May 15 03:15:35.313 INFO O| May 15 03:15:35.313 INFO O| Done |
| 4054 | 2024-05-15T03:15:35.821Z | [ host-image] May 15 03:15:35.323 INFO O| May 15 03:15:35.323 INFO O| Download: Completed 1.36 MB in 0.74 seconds (1.9M/s) |
| 4055 | 2024-05-15T03:15:35.821Z | [ host-image] May 15 03:15:35.353 INFO O| May 15 03:15:35.352 INFO O| Actions: 1/182 actions (Installing new actions) |
| 4056 | 2024-05-15T03:15:35.877Z | [ host-image] May 15 03:15:35.411 INFO O| May 15 03:15:35.411 INFO O| Actions: Completed 182 actions in 0.06 seconds. |
| 4057 | 2024-05-15T03:15:36.336Z | [ host-image] May 15 03:15:35.620 INFO O| May 15 03:15:35.620 INFO O| Done |
| 4058 | 2024-05-15T03:15:36.337Z | [ host-image] May 15 03:15:35.620 INFO O| May 15 03:15:35.620 INFO O| Done |
| 4059 | 2024-05-15T03:15:36.419Z | [ host-image] May 15 03:15:35.960 INFO O| May 15 03:15:35.959 INFO O| Done |
| 4060 | 2024-05-15T03:15:36.707Z | [ recovery-image] May 15 03:15:36.241 INFO O| May 15 03:15:36.241 INFO O| Done |
| 4061 | 2024-05-15T03:15:36.744Z | [ recovery-image] May 15 03:15:36.256 INFO O| May 15 03:15:36.255 INFO O| Done |
| 4062 | 2024-05-15T03:15:36.744Z | [ recovery-image] May 15 03:15:36.256 INFO O| May 15 03:15:36.256 INFO O| Done |
| 4063 | 2024-05-15T03:15:36.744Z | [ recovery-image] May 15 03:15:36.267 INFO O| May 15 03:15:36.267 INFO O| Done |
| 4064 | 2024-05-15T03:15:36.835Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO STEP 14 (pkg_install) COMPLETE |
| 4065 | 2024-05-15T03:15:36.835Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4066 | 2024-05-15T03:15:36.876Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO skip step because feature "mfg" is not enabled |
| 4067 | 2024-05-15T03:15:36.877Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4068 | 2024-05-15T03:15:36.877Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO skip step because feature "compliance" is not enabled |
| 4069 | 2024-05-15T03:15:36.877Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4070 | 2024-05-15T03:15:36.877Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO skip step because feature "stress" is not enabled |
| 4071 | 2024-05-15T03:15:36.878Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 4072 | 2024-05-15T03:15:36.878Z | [ recovery-image] May 15 03:15:36.361 INFO O| May 15 03:15:36.361 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 4073 | 2024-05-15T03:15:36.960Z | [ recovery-image] May 15 03:15:36.418 INFO O| May 15 03:15:36.418 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
| 4074 | 2024-05-15T03:15:36.960Z | [ recovery-image] May 15 03:15:36.473 INFO O| May 15 03:15:36.473 INFO completed processing gimlet/ramdisk-01-os |
| 4075 | 2024-05-15T03:15:36.960Z | [ recovery-image] May 15 03:15:36.476 INFO image builder template: ramdisk-02-trim... |
| 4076 | 2024-05-15T03:15:36.961Z | [ recovery-image] May 15 03:15:36.476 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/.tmpiAfVbH/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.28.233", "-n", "ramdisk-02-trim"], pwd: None |
| 4077 | 2024-05-15T03:15:37.026Z | [ recovery-image] May 15 03:15:36.511 INFO O| May 15 03:15:36.511 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 4078 | 2024-05-15T03:15:37.026Z | [ recovery-image] May 15 03:15:36.517 INFO O| May 15 03:15:36.517 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 4079 | 2024-05-15T03:15:37.078Z | [ recovery-image] May 15 03:15:36.555 INFO O| May 15 03:15:36.555 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
| 4080 | 2024-05-15T03:15:37.079Z | [ recovery-image] May 15 03:15:36.591 INFO O| May 15 03:15:36.591 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 4081 | 2024-05-15T03:15:37.079Z | [ recovery-image] May 15 03:15:36.591 INFO O| May 15 03:15:36.591 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 4082 | 2024-05-15T03:15:37.079Z | [ recovery-image] May 15 03:15:36.599 INFO O| May 15 03:15:36.598 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4083 | 2024-05-15T03:15:37.079Z | [ recovery-image] May 15 03:15:36.604 INFO O| May 15 03:15:36.604 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 4084 | 2024-05-15T03:15:37.079Z | [ recovery-image] May 15 03:15:36.611 INFO O| May 15 03:15:36.611 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
| 4085 | 2024-05-15T03:15:37.249Z | [ recovery-image] May 15 03:15:36.748 INFO O| May 15 03:15:36.748 INFO rolled back to input snapshot; work may begin |
| 4086 | 2024-05-15T03:15:37.250Z | [ recovery-image] May 15 03:15:36.748 INFO O| May 15 03:15:36.748 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 4087 | 2024-05-15T03:15:37.303Z | [ recovery-image] May 15 03:15:36.756 INFO O| May 15 03:15:36.756 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4088 | 2024-05-15T03:15:37.303Z | [ recovery-image] May 15 03:15:36.769 INFO O| May 15 03:15:36.769 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
| 4089 | 2024-05-15T03:15:37.303Z | [ recovery-image] May 15 03:15:36.832 INFO O| May 15 03:15:36.832 INFO STEP 0 (remove_files) COMPLETE |
| 4090 | 2024-05-15T03:15:37.303Z | [ recovery-image] May 15 03:15:36.832 INFO O| May 15 03:15:36.832 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4091 | 2024-05-15T03:15:37.353Z | [ recovery-image] May 15 03:15:36.847 INFO O| May 15 03:15:36.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
| 4092 | 2024-05-15T03:15:37.353Z | [ recovery-image] May 15 03:15:36.849 INFO O| May 15 03:15:36.849 INFO STEP 1 (remove_files) COMPLETE |
| 4093 | 2024-05-15T03:15:37.353Z | [ recovery-image] May 15 03:15:36.850 INFO O| May 15 03:15:36.849 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4094 | 2024-05-15T03:15:37.353Z | [ recovery-image] May 15 03:15:36.867 INFO O| May 15 03:15:36.866 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
| 4095 | 2024-05-15T03:15:37.404Z | [ recovery-image] May 15 03:15:36.885 INFO O| May 15 03:15:36.885 INFO STEP 2 (remove_files) COMPLETE |
| 4096 | 2024-05-15T03:15:37.404Z | [ recovery-image] May 15 03:15:36.885 INFO O| May 15 03:15:36.885 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4097 | 2024-05-15T03:15:37.405Z | [ recovery-image] May 15 03:15:36.902 INFO O| May 15 03:15:36.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
| 4098 | 2024-05-15T03:15:37.405Z | [ recovery-image] May 15 03:15:36.904 INFO O| May 15 03:15:36.904 INFO STEP 3 (remove_files) COMPLETE |
| 4099 | 2024-05-15T03:15:37.405Z | [ recovery-image] May 15 03:15:36.904 INFO O| May 15 03:15:36.904 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4100 | 2024-05-15T03:15:37.405Z | [ recovery-image] May 15 03:15:36.921 INFO O| May 15 03:15:36.921 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
| 4101 | 2024-05-15T03:15:37.405Z | [ recovery-image] May 15 03:15:36.927 INFO O| May 15 03:15:36.927 INFO STEP 4 (remove_files) COMPLETE |
| 4102 | 2024-05-15T03:15:37.405Z | [ recovery-image] May 15 03:15:36.927 INFO O| May 15 03:15:36.927 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4103 | 2024-05-15T03:15:37.458Z | [ recovery-image] May 15 03:15:36.939 INFO O| May 15 03:15:36.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
| 4104 | 2024-05-15T03:15:37.458Z | [ recovery-image] May 15 03:15:36.940 INFO O| May 15 03:15:36.939 INFO STEP 5 (remove_files) COMPLETE |
| 4105 | 2024-05-15T03:15:37.458Z | [ recovery-image] May 15 03:15:36.940 INFO O| May 15 03:15:36.940 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4106 | 2024-05-15T03:15:37.459Z | [ recovery-image] May 15 03:15:36.955 INFO O| May 15 03:15:36.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
| 4107 | 2024-05-15T03:15:37.459Z | [ recovery-image] May 15 03:15:36.970 INFO O| May 15 03:15:36.970 INFO STEP 6 (remove_files) COMPLETE |
| 4108 | 2024-05-15T03:15:37.459Z | [ recovery-image] May 15 03:15:36.970 INFO O| May 15 03:15:36.970 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4109 | 2024-05-15T03:15:37.459Z | [ recovery-image] May 15 03:15:36.971 INFO O| May 15 03:15:36.970 INFO skip step because feature "recovery" is enabled |
| 4110 | 2024-05-15T03:15:37.459Z | [ recovery-image] May 15 03:15:36.971 INFO O| May 15 03:15:36.970 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4111 | 2024-05-15T03:15:37.459Z | [ recovery-image] May 15 03:15:36.971 INFO O| May 15 03:15:36.970 INFO skip step because feature "recovery" is enabled |
| 4112 | 2024-05-15T03:15:37.460Z | [ recovery-image] May 15 03:15:36.971 INFO O| May 15 03:15:36.970 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4113 | 2024-05-15T03:15:37.460Z | [ recovery-image] May 15 03:15:36.971 INFO O| May 15 03:15:36.970 INFO skip step because feature "recovery" is enabled |
| 4114 | 2024-05-15T03:15:37.460Z | [ recovery-image] May 15 03:15:36.971 INFO O| May 15 03:15:36.970 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4115 | 2024-05-15T03:15:37.500Z | [ recovery-image] May 15 03:15:36.984 INFO O| May 15 03:15:36.984 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
| 4116 | 2024-05-15T03:15:37.501Z | [ recovery-image] May 15 03:15:36.989 INFO O| May 15 03:15:36.989 INFO STEP 10 (remove_files) COMPLETE |
| 4117 | 2024-05-15T03:15:37.501Z | [ recovery-image] May 15 03:15:36.989 INFO O| May 15 03:15:36.989 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4118 | 2024-05-15T03:15:37.501Z | [ recovery-image] May 15 03:15:37.009 INFO O| May 15 03:15:37.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
| 4119 | 2024-05-15T03:15:37.501Z | [ recovery-image] May 15 03:15:37.010 INFO O| May 15 03:15:37.010 INFO STEP 11 (remove_files) COMPLETE |
| 4120 | 2024-05-15T03:15:37.501Z | [ recovery-image] May 15 03:15:37.010 INFO O| May 15 03:15:37.010 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4121 | 2024-05-15T03:15:37.501Z | [ recovery-image] May 15 03:15:37.031 INFO O| May 15 03:15:37.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
| 4122 | 2024-05-15T03:15:37.502Z | [ recovery-image] May 15 03:15:37.033 INFO O| May 15 03:15:37.033 INFO STEP 12 (remove_files) COMPLETE |
| 4123 | 2024-05-15T03:15:37.502Z | [ recovery-image] May 15 03:15:37.033 INFO O| May 15 03:15:37.033 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4124 | 2024-05-15T03:15:37.960Z | [ recovery-image] May 15 03:15:37.059 INFO O| May 15 03:15:37.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 4125 | 2024-05-15T03:15:38.013Z | [ recovery-image] May 15 03:15:37.273 INFO O| May 15 03:15:37.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
| 4126 | 2024-05-15T03:15:38.013Z | [ recovery-image] May 15 03:15:37.278 INFO O| May 15 03:15:37.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
| 4127 | 2024-05-15T03:15:38.026Z | [ host-image] May 15 03:15:37.279 INFO O| May 15 03:15:37.279 INFO O| Done |
| 4128 | 2024-05-15T03:15:38.026Z | [ recovery-image] May 15 03:15:37.296 INFO O| May 15 03:15:37.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
| 4129 | 2024-05-15T03:15:38.026Z | [ recovery-image] May 15 03:15:37.300 INFO O| May 15 03:15:37.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
| 4130 | 2024-05-15T03:15:38.027Z | [ host-image] May 15 03:15:37.305 INFO O| May 15 03:15:37.305 INFO O| Done |
| 4131 | 2024-05-15T03:15:38.027Z | [ host-image] May 15 03:15:37.305 INFO O| May 15 03:15:37.305 INFO O| Done |
| 4132 | 2024-05-15T03:15:38.027Z | [ host-image] May 15 03:15:37.321 INFO O| May 15 03:15:37.321 INFO O| Done |
| 4133 | 2024-05-15T03:15:38.027Z | [ recovery-image] May 15 03:15:37.361 INFO O| May 15 03:15:37.361 INFO STEP 13 (remove_files) COMPLETE |
| 4134 | 2024-05-15T03:15:38.028Z | [ recovery-image] May 15 03:15:37.361 INFO O| May 15 03:15:37.361 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4135 | 2024-05-15T03:15:38.028Z | [ recovery-image] May 15 03:15:37.379 INFO O| May 15 03:15:37.379 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
| 4136 | 2024-05-15T03:15:38.028Z | [ recovery-image] May 15 03:15:37.381 INFO O| May 15 03:15:37.381 INFO STEP 14 (remove_files) COMPLETE |
| 4137 | 2024-05-15T03:15:38.029Z | [ recovery-image] May 15 03:15:37.382 INFO O| May 15 03:15:37.381 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4138 | 2024-05-15T03:15:38.029Z | [ recovery-image] May 15 03:15:37.395 INFO O| May 15 03:15:37.395 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
| 4139 | 2024-05-15T03:15:38.030Z | [ recovery-image] May 15 03:15:37.404 INFO O| May 15 03:15:37.404 INFO STEP 15 (remove_files) COMPLETE |
| 4140 | 2024-05-15T03:15:38.030Z | [ recovery-image] May 15 03:15:37.404 INFO O| May 15 03:15:37.404 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4141 | 2024-05-15T03:15:38.030Z | [ recovery-image] May 15 03:15:37.419 INFO O| May 15 03:15:37.418 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
| 4142 | 2024-05-15T03:15:38.030Z | [ recovery-image] May 15 03:15:37.419 INFO O| May 15 03:15:37.419 INFO STEP 16 (remove_files) COMPLETE |
| 4143 | 2024-05-15T03:15:38.031Z | [ recovery-image] May 15 03:15:37.419 INFO O| May 15 03:15:37.419 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4144 | 2024-05-15T03:15:38.031Z | [ host-image] May 15 03:15:37.423 INFO O| May 15 03:15:37.423 INFO STEP 12 (pkg_install) COMPLETE |
| 4145 | 2024-05-15T03:15:38.032Z | [ host-image] May 15 03:15:37.423 INFO O| May 15 03:15:37.423 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 4146 | 2024-05-15T03:15:38.033Z | [ recovery-image] May 15 03:15:37.434 INFO O| May 15 03:15:37.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
| 4147 | 2024-05-15T03:15:38.044Z | [ recovery-image] May 15 03:15:37.436 INFO O| May 15 03:15:37.436 INFO STEP 17 (remove_files) COMPLETE |
| 4148 | 2024-05-15T03:15:38.044Z | [ recovery-image] May 15 03:15:37.436 INFO O| May 15 03:15:37.436 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4149 | 2024-05-15T03:15:38.045Z | [ host-image] May 15 03:15:37.439 INFO O| May 15 03:15:37.439 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4150 | 2024-05-15T03:15:38.045Z | [ recovery-image] May 15 03:15:37.453 INFO O| May 15 03:15:37.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
| 4151 | 2024-05-15T03:15:38.046Z | [ recovery-image] May 15 03:15:37.454 INFO O| May 15 03:15:37.454 INFO STEP 18 (remove_files) COMPLETE |
| 4152 | 2024-05-15T03:15:38.046Z | [ recovery-image] May 15 03:15:37.454 INFO O| May 15 03:15:37.454 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4153 | 2024-05-15T03:15:38.046Z | [ recovery-image] May 15 03:15:37.467 INFO O| May 15 03:15:37.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
| 4154 | 2024-05-15T03:15:38.046Z | [ recovery-image] May 15 03:15:37.467 INFO O| May 15 03:15:37.467 INFO STEP 19 (remove_files) COMPLETE |
| 4155 | 2024-05-15T03:15:38.046Z | [ recovery-image] May 15 03:15:37.467 INFO O| May 15 03:15:37.467 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4156 | 2024-05-15T03:15:38.046Z | [ recovery-image] May 15 03:15:37.480 INFO O| May 15 03:15:37.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
| 4157 | 2024-05-15T03:15:38.047Z | [ recovery-image] May 15 03:15:37.480 INFO O| May 15 03:15:37.480 INFO STEP 20 (remove_files) COMPLETE |
| 4158 | 2024-05-15T03:15:38.047Z | [ recovery-image] May 15 03:15:37.480 INFO O| May 15 03:15:37.480 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4159 | 2024-05-15T03:15:38.047Z | [ recovery-image] May 15 03:15:37.492 INFO O| May 15 03:15:37.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
| 4160 | 2024-05-15T03:15:38.048Z | [ recovery-image] May 15 03:15:37.492 INFO O| May 15 03:15:37.492 INFO STEP 21 (remove_files) COMPLETE |
| 4161 | 2024-05-15T03:15:38.048Z | [ recovery-image] May 15 03:15:37.492 INFO O| May 15 03:15:37.492 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4162 | 2024-05-15T03:15:38.048Z | [ recovery-image] May 15 03:15:37.505 INFO O| May 15 03:15:37.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4163 | 2024-05-15T03:15:38.048Z | [ recovery-image] May 15 03:15:37.505 INFO O| May 15 03:15:37.505 INFO STEP 22 (remove_files) COMPLETE |
| 4164 | 2024-05-15T03:15:38.048Z | [ recovery-image] May 15 03:15:37.505 INFO O| May 15 03:15:37.505 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4165 | 2024-05-15T03:15:38.048Z | [ recovery-image] May 15 03:15:37.517 INFO O| May 15 03:15:37.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
| 4166 | 2024-05-15T03:15:38.048Z | [ recovery-image] May 15 03:15:37.517 INFO O| May 15 03:15:37.517 INFO STEP 23 (remove_files) COMPLETE |
| 4167 | 2024-05-15T03:15:38.049Z | [ recovery-image] May 15 03:15:37.518 INFO O| May 15 03:15:37.517 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4168 | 2024-05-15T03:15:38.049Z | [ recovery-image] May 15 03:15:37.530 INFO O| May 15 03:15:37.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
| 4169 | 2024-05-15T03:15:38.049Z | [ recovery-image] May 15 03:15:37.530 INFO O| May 15 03:15:37.530 INFO STEP 24 (remove_files) COMPLETE |
| 4170 | 2024-05-15T03:15:38.049Z | [ recovery-image] May 15 03:15:37.530 INFO O| May 15 03:15:37.530 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4171 | 2024-05-15T03:15:38.536Z | [ recovery-image] May 15 03:15:37.543 INFO O| May 15 03:15:37.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
| 4172 | 2024-05-15T03:15:38.536Z | [ recovery-image] May 15 03:15:37.543 INFO O| May 15 03:15:37.543 INFO STEP 25 (remove_files) COMPLETE |
| 4173 | 2024-05-15T03:15:38.536Z | [ recovery-image] May 15 03:15:37.543 INFO O| May 15 03:15:37.543 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4174 | 2024-05-15T03:15:38.536Z | [ recovery-image] May 15 03:15:37.557 INFO O| May 15 03:15:37.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
| 4175 | 2024-05-15T03:15:38.537Z | [ recovery-image] May 15 03:15:37.557 INFO O| May 15 03:15:37.557 INFO STEP 26 (remove_files) COMPLETE |
| 4176 | 2024-05-15T03:15:38.537Z | [ recovery-image] May 15 03:15:37.557 INFO O| May 15 03:15:37.557 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4177 | 2024-05-15T03:15:38.537Z | [ recovery-image] May 15 03:15:37.573 INFO O| May 15 03:15:37.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
| 4178 | 2024-05-15T03:15:38.537Z | [ recovery-image] May 15 03:15:37.573 INFO O| May 15 03:15:37.573 INFO STEP 27 (remove_files) COMPLETE |
| 4179 | 2024-05-15T03:15:38.537Z | [ recovery-image] May 15 03:15:37.573 INFO O| May 15 03:15:37.573 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4180 | 2024-05-15T03:15:38.537Z | [ recovery-image] May 15 03:15:37.585 INFO O| May 15 03:15:37.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
| 4181 | 2024-05-15T03:15:38.538Z | [ recovery-image] May 15 03:15:37.585 INFO O| May 15 03:15:37.585 INFO STEP 28 (remove_files) COMPLETE |
| 4182 | 2024-05-15T03:15:38.538Z | [ recovery-image] May 15 03:15:37.585 INFO O| May 15 03:15:37.585 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4183 | 2024-05-15T03:15:38.538Z | [ recovery-image] May 15 03:15:37.600 INFO O| May 15 03:15:37.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
| 4184 | 2024-05-15T03:15:38.538Z | [ recovery-image] May 15 03:15:37.600 INFO O| May 15 03:15:37.600 INFO STEP 29 (remove_files) COMPLETE |
| 4185 | 2024-05-15T03:15:38.538Z | [ recovery-image] May 15 03:15:37.600 INFO O| May 15 03:15:37.600 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4186 | 2024-05-15T03:15:38.538Z | [ recovery-image] May 15 03:15:37.612 INFO O| May 15 03:15:37.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
| 4187 | 2024-05-15T03:15:38.539Z | [ recovery-image] May 15 03:15:37.612 INFO O| May 15 03:15:37.612 INFO STEP 30 (remove_files) COMPLETE |
| 4188 | 2024-05-15T03:15:38.539Z | [ recovery-image] May 15 03:15:37.612 INFO O| May 15 03:15:37.612 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4189 | 2024-05-15T03:15:38.539Z | [ recovery-image] May 15 03:15:37.624 INFO O| May 15 03:15:37.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
| 4190 | 2024-05-15T03:15:38.539Z | [ recovery-image] May 15 03:15:37.624 INFO O| May 15 03:15:37.624 INFO STEP 31 (remove_files) COMPLETE |
| 4191 | 2024-05-15T03:15:38.539Z | [ recovery-image] May 15 03:15:37.624 INFO O| May 15 03:15:37.624 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4192 | 2024-05-15T03:15:38.540Z | [ recovery-image] May 15 03:15:37.636 INFO O| May 15 03:15:37.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
| 4193 | 2024-05-15T03:15:38.540Z | [ recovery-image] May 15 03:15:37.636 INFO O| May 15 03:15:37.636 INFO STEP 32 (remove_files) COMPLETE |
| 4194 | 2024-05-15T03:15:38.540Z | [ recovery-image] May 15 03:15:37.636 INFO O| May 15 03:15:37.636 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4195 | 2024-05-15T03:15:38.540Z | [ recovery-image] May 15 03:15:37.648 INFO O| May 15 03:15:37.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
| 4196 | 2024-05-15T03:15:38.540Z | [ recovery-image] May 15 03:15:37.649 INFO O| May 15 03:15:37.649 INFO STEP 33 (remove_files) COMPLETE |
| 4197 | 2024-05-15T03:15:38.540Z | [ recovery-image] May 15 03:15:37.649 INFO O| May 15 03:15:37.649 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4198 | 2024-05-15T03:15:38.540Z | [ recovery-image] May 15 03:15:37.666 INFO O| May 15 03:15:37.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
| 4199 | 2024-05-15T03:15:38.541Z | [ recovery-image] May 15 03:15:37.666 INFO O| May 15 03:15:37.666 INFO STEP 34 (remove_files) COMPLETE |
| 4200 | 2024-05-15T03:15:38.541Z | [ recovery-image] May 15 03:15:37.666 INFO O| May 15 03:15:37.666 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4201 | 2024-05-15T03:15:38.541Z | [ recovery-image] May 15 03:15:37.679 INFO O| May 15 03:15:37.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4202 | 2024-05-15T03:15:38.541Z | [ recovery-image] May 15 03:15:37.679 INFO O| May 15 03:15:37.679 INFO STEP 35 (remove_files) COMPLETE |
| 4203 | 2024-05-15T03:15:38.541Z | [ recovery-image] May 15 03:15:37.679 INFO O| May 15 03:15:37.679 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4204 | 2024-05-15T03:15:38.541Z | [ recovery-image] May 15 03:15:37.697 INFO O| May 15 03:15:37.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
| 4205 | 2024-05-15T03:15:38.541Z | [ recovery-image] May 15 03:15:37.697 INFO O| May 15 03:15:37.697 INFO STEP 36 (remove_files) COMPLETE |
| 4206 | 2024-05-15T03:15:38.542Z | [ recovery-image] May 15 03:15:37.697 INFO O| May 15 03:15:37.697 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4207 | 2024-05-15T03:15:38.542Z | [ recovery-image] May 15 03:15:37.714 INFO O| May 15 03:15:37.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
| 4208 | 2024-05-15T03:15:38.542Z | [ recovery-image] May 15 03:15:37.714 INFO O| May 15 03:15:37.714 INFO STEP 37 (remove_files) COMPLETE |
| 4209 | 2024-05-15T03:15:38.542Z | [ recovery-image] May 15 03:15:37.714 INFO O| May 15 03:15:37.714 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4210 | 2024-05-15T03:15:38.542Z | [ recovery-image] May 15 03:15:37.728 INFO O| May 15 03:15:37.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
| 4211 | 2024-05-15T03:15:38.542Z | [ recovery-image] May 15 03:15:37.729 INFO O| May 15 03:15:37.729 INFO STEP 38 (remove_files) COMPLETE |
| 4212 | 2024-05-15T03:15:38.543Z | [ recovery-image] May 15 03:15:37.729 INFO O| May 15 03:15:37.729 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4213 | 2024-05-15T03:15:38.543Z | [ recovery-image] May 15 03:15:37.742 INFO O| May 15 03:15:37.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
| 4214 | 2024-05-15T03:15:38.543Z | [ recovery-image] May 15 03:15:37.742 INFO O| May 15 03:15:37.742 INFO STEP 39 (remove_files) COMPLETE |
| 4215 | 2024-05-15T03:15:38.543Z | [ recovery-image] May 15 03:15:37.742 INFO O| May 15 03:15:37.742 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4216 | 2024-05-15T03:15:38.543Z | [ recovery-image] May 15 03:15:37.755 INFO O| May 15 03:15:37.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
| 4217 | 2024-05-15T03:15:38.543Z | [ recovery-image] May 15 03:15:37.755 INFO O| May 15 03:15:37.755 INFO STEP 40 (remove_files) COMPLETE |
| 4218 | 2024-05-15T03:15:38.543Z | [ recovery-image] May 15 03:15:37.755 INFO O| May 15 03:15:37.755 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4219 | 2024-05-15T03:15:38.544Z | [ recovery-image] May 15 03:15:37.768 INFO O| May 15 03:15:37.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
| 4220 | 2024-05-15T03:15:38.544Z | [ recovery-image] May 15 03:15:37.768 INFO O| May 15 03:15:37.768 INFO STEP 41 (remove_files) COMPLETE |
| 4221 | 2024-05-15T03:15:38.544Z | [ recovery-image] May 15 03:15:37.768 INFO O| May 15 03:15:37.768 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4222 | 2024-05-15T03:15:38.544Z | [ recovery-image] May 15 03:15:37.781 INFO O| May 15 03:15:37.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
| 4223 | 2024-05-15T03:15:38.544Z | [ recovery-image] May 15 03:15:37.781 INFO O| May 15 03:15:37.781 INFO STEP 42 (remove_files) COMPLETE |
| 4224 | 2024-05-15T03:15:38.544Z | [ recovery-image] May 15 03:15:37.781 INFO O| May 15 03:15:37.781 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4225 | 2024-05-15T03:15:38.544Z | [ recovery-image] May 15 03:15:37.794 INFO O| May 15 03:15:37.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4226 | 2024-05-15T03:15:38.545Z | [ recovery-image] May 15 03:15:37.794 INFO O| May 15 03:15:37.794 INFO STEP 43 (remove_files) COMPLETE |
| 4227 | 2024-05-15T03:15:38.545Z | [ recovery-image] May 15 03:15:37.794 INFO O| May 15 03:15:37.794 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4228 | 2024-05-15T03:15:38.545Z | [ recovery-image] May 15 03:15:37.807 INFO O| May 15 03:15:37.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4229 | 2024-05-15T03:15:38.545Z | [ recovery-image] May 15 03:15:37.807 INFO O| May 15 03:15:37.807 INFO STEP 44 (remove_files) COMPLETE |
| 4230 | 2024-05-15T03:15:38.545Z | [ recovery-image] May 15 03:15:37.807 INFO O| May 15 03:15:37.807 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4231 | 2024-05-15T03:15:38.545Z | [ recovery-image] May 15 03:15:37.820 INFO O| May 15 03:15:37.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
| 4232 | 2024-05-15T03:15:38.545Z | [ recovery-image] May 15 03:15:37.820 INFO O| May 15 03:15:37.820 INFO STEP 45 (remove_files) COMPLETE |
| 4233 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.820 INFO O| May 15 03:15:37.820 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4234 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.837 INFO O| May 15 03:15:37.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4235 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.838 INFO O| May 15 03:15:37.837 INFO STEP 46 (remove_files) COMPLETE |
| 4236 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.838 INFO O| May 15 03:15:37.838 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4237 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.850 INFO O| May 15 03:15:37.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4238 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.850 INFO O| May 15 03:15:37.850 INFO STEP 47 (remove_files) COMPLETE |
| 4239 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.850 INFO O| May 15 03:15:37.850 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4240 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.861 INFO O| May 15 03:15:37.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4241 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.861 INFO O| May 15 03:15:37.861 INFO STEP 48 (remove_files) COMPLETE |
| 4242 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.861 INFO O| May 15 03:15:37.861 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4243 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.881 INFO O| May 15 03:15:37.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
| 4244 | 2024-05-15T03:15:38.546Z | [ recovery-image] May 15 03:15:37.881 INFO O| May 15 03:15:37.881 INFO STEP 49 (remove_files) COMPLETE |
| 4245 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.881 INFO O| May 15 03:15:37.881 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4246 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.894 INFO O| May 15 03:15:37.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
| 4247 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.894 INFO O| May 15 03:15:37.894 INFO STEP 50 (remove_files) COMPLETE |
| 4248 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.894 INFO O| May 15 03:15:37.894 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4249 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.906 INFO O| May 15 03:15:37.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4250 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.907 INFO O| May 15 03:15:37.906 INFO STEP 51 (remove_files) COMPLETE |
| 4251 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.907 INFO O| May 15 03:15:37.907 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4252 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.919 INFO O| May 15 03:15:37.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4253 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.919 INFO O| May 15 03:15:37.919 INFO STEP 52 (remove_files) COMPLETE |
| 4254 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.919 INFO O| May 15 03:15:37.919 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4255 | 2024-05-15T03:15:38.547Z | [ recovery-image] May 15 03:15:37.932 INFO O| May 15 03:15:37.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
| 4256 | 2024-05-15T03:15:38.548Z | [ recovery-image] May 15 03:15:37.932 INFO O| May 15 03:15:37.932 INFO STEP 53 (remove_files) COMPLETE |
| 4257 | 2024-05-15T03:15:38.548Z | [ recovery-image] May 15 03:15:37.932 INFO O| May 15 03:15:37.932 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4258 | 2024-05-15T03:15:38.548Z | [ recovery-image] May 15 03:15:37.944 INFO O| May 15 03:15:37.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
| 4259 | 2024-05-15T03:15:38.548Z | [ recovery-image] May 15 03:15:37.944 INFO O| May 15 03:15:37.944 INFO STEP 54 (remove_files) COMPLETE |
| 4260 | 2024-05-15T03:15:38.548Z | [ recovery-image] May 15 03:15:37.944 INFO O| May 15 03:15:37.944 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4261 | 2024-05-15T03:15:38.548Z | [ recovery-image] May 15 03:15:37.961 INFO O| May 15 03:15:37.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
| 4262 | 2024-05-15T03:15:38.549Z | [ recovery-image] May 15 03:15:37.961 INFO O| May 15 03:15:37.961 INFO STEP 55 (remove_files) COMPLETE |
| 4263 | 2024-05-15T03:15:38.549Z | [ recovery-image] May 15 03:15:37.961 INFO O| May 15 03:15:37.961 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4264 | 2024-05-15T03:15:38.549Z | [ recovery-image] May 15 03:15:37.974 INFO O| May 15 03:15:37.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
| 4265 | 2024-05-15T03:15:38.549Z | [ recovery-image] May 15 03:15:37.974 INFO O| May 15 03:15:37.974 INFO STEP 56 (remove_files) COMPLETE |
| 4266 | 2024-05-15T03:15:38.549Z | [ recovery-image] May 15 03:15:37.974 INFO O| May 15 03:15:37.974 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4267 | 2024-05-15T03:15:38.549Z | [ recovery-image] May 15 03:15:37.995 INFO O| May 15 03:15:37.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
| 4268 | 2024-05-15T03:15:38.549Z | [ recovery-image] May 15 03:15:37.995 INFO O| May 15 03:15:37.995 INFO STEP 57 (remove_files) COMPLETE |
| 4269 | 2024-05-15T03:15:38.550Z | [ recovery-image] May 15 03:15:37.995 INFO O| May 15 03:15:37.995 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4270 | 2024-05-15T03:15:38.550Z | [ recovery-image] May 15 03:15:38.011 INFO O| May 15 03:15:38.011 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4271 | 2024-05-15T03:15:39.034Z | [ recovery-image] May 15 03:15:38.011 INFO O| May 15 03:15:38.011 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
| 4272 | 2024-05-15T03:15:39.035Z | [ recovery-image] May 15 03:15:38.012 INFO O| May 15 03:15:38.012 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 4273 | 2024-05-15T03:15:39.035Z | [ recovery-image] May 15 03:15:38.012 INFO O| May 15 03:15:38.012 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 4274 | 2024-05-15T03:15:39.035Z | [ recovery-image] May 15 03:15:38.012 INFO O| May 15 03:15:38.012 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 4275 | 2024-05-15T03:15:39.035Z | [ recovery-image] May 15 03:15:38.012 INFO O| May 15 03:15:38.012 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
| 4276 | 2024-05-15T03:15:39.036Z | [ recovery-image] May 15 03:15:38.012 INFO O| May 15 03:15:38.012 INFO ok! |
| 4277 | 2024-05-15T03:15:39.036Z | [ recovery-image] May 15 03:15:38.012 INFO O| May 15 03:15:38.012 INFO STEP 58 (ensure_file) COMPLETE |
| 4278 | 2024-05-15T03:15:39.036Z | [ recovery-image] May 15 03:15:38.012 INFO O| May 15 03:15:38.012 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4279 | 2024-05-15T03:15:39.036Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4280 | 2024-05-15T03:15:39.036Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4281 | 2024-05-15T03:15:39.036Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 4282 | 2024-05-15T03:15:39.037Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 4283 | 2024-05-15T03:15:39.037Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 4284 | 2024-05-15T03:15:39.037Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 4285 | 2024-05-15T03:15:39.037Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 INFO ok! |
| 4286 | 2024-05-15T03:15:39.037Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 INFO STEP 59 (ensure_file) COMPLETE |
| 4287 | 2024-05-15T03:15:39.037Z | [ recovery-image] May 15 03:15:38.027 INFO O| May 15 03:15:38.027 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4288 | 2024-05-15T03:15:39.037Z | [ recovery-image] May 15 03:15:38.041 INFO O| May 15 03:15:38.041 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
| 4289 | 2024-05-15T03:15:39.038Z | [ recovery-image] May 15 03:15:38.041 INFO O| May 15 03:15:38.041 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
| 4290 | 2024-05-15T03:15:39.038Z | [ recovery-image] May 15 03:15:38.042 INFO O| May 15 03:15:38.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
| 4291 | 2024-05-15T03:15:39.038Z | [ recovery-image] May 15 03:15:38.042 INFO O| May 15 03:15:38.042 INFO ok! |
| 4292 | 2024-05-15T03:15:39.038Z | [ recovery-image] May 15 03:15:38.042 INFO O| May 15 03:15:38.042 INFO STEP 60 (ensure_file) COMPLETE |
| 4293 | 2024-05-15T03:15:39.038Z | [ host-image] May 15 03:15:38.042 INFO O| May 15 03:15:38.042 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4294 | 2024-05-15T03:15:39.038Z | [ recovery-image] May 15 03:15:38.042 INFO O| May 15 03:15:38.042 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4295 | 2024-05-15T03:15:39.039Z | [ recovery-image] May 15 03:15:38.055 INFO O| May 15 03:15:38.055 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4296 | 2024-05-15T03:15:39.039Z | [ recovery-image] May 15 03:15:38.055 INFO O| May 15 03:15:38.055 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
| 4297 | 2024-05-15T03:15:39.039Z | [ recovery-image] May 15 03:15:38.055 INFO O| May 15 03:15:38.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
| 4298 | 2024-05-15T03:15:39.039Z | [ recovery-image] May 15 03:15:38.055 INFO O| May 15 03:15:38.055 INFO ok! |
| 4299 | 2024-05-15T03:15:39.039Z | [ recovery-image] May 15 03:15:38.055 INFO O| May 15 03:15:38.055 INFO STEP 61 (ensure_file) COMPLETE |
| 4300 | 2024-05-15T03:15:39.039Z | [ recovery-image] May 15 03:15:38.055 INFO O| May 15 03:15:38.055 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4301 | 2024-05-15T03:15:39.040Z | [ recovery-image] May 15 03:15:38.069 INFO O| May 15 03:15:38.068 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4302 | 2024-05-15T03:15:39.040Z | [ recovery-image] May 15 03:15:38.069 INFO O| May 15 03:15:38.069 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
| 4303 | 2024-05-15T03:15:39.040Z | [ recovery-image] May 15 03:15:38.069 INFO O| May 15 03:15:38.069 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
| 4304 | 2024-05-15T03:15:39.040Z | [ recovery-image] May 15 03:15:38.069 INFO O| May 15 03:15:38.069 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
| 4305 | 2024-05-15T03:15:39.040Z | [ recovery-image] May 15 03:15:38.069 INFO O| May 15 03:15:38.069 INFO ok! |
| 4306 | 2024-05-15T03:15:39.041Z | [ recovery-image] May 15 03:15:38.069 INFO O| May 15 03:15:38.069 INFO STEP 62 (ensure_file) COMPLETE |
| 4307 | 2024-05-15T03:15:39.041Z | [ recovery-image] May 15 03:15:38.069 INFO O| May 15 03:15:38.069 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4308 | 2024-05-15T03:15:39.041Z | [ recovery-image] May 15 03:15:38.082 INFO O| May 15 03:15:38.082 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4309 | 2024-05-15T03:15:39.041Z | [ recovery-image] May 15 03:15:38.082 INFO O| May 15 03:15:38.082 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
| 4310 | 2024-05-15T03:15:39.041Z | [ recovery-image] May 15 03:15:38.082 INFO O| May 15 03:15:38.082 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 4311 | 2024-05-15T03:15:39.042Z | [ recovery-image] May 15 03:15:38.082 INFO O| May 15 03:15:38.082 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 4312 | 2024-05-15T03:15:39.042Z | [ recovery-image] May 15 03:15:38.082 INFO O| May 15 03:15:38.082 INFO ok! |
| 4313 | 2024-05-15T03:15:39.042Z | [ recovery-image] May 15 03:15:38.082 INFO O| May 15 03:15:38.082 INFO STEP 63 (ensure_file) COMPLETE |
| 4314 | 2024-05-15T03:15:39.042Z | [ recovery-image] May 15 03:15:38.082 INFO O| May 15 03:15:38.082 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4315 | 2024-05-15T03:15:39.042Z | [ recovery-image] May 15 03:15:38.096 INFO O| May 15 03:15:38.095 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
| 4316 | 2024-05-15T03:15:39.043Z | [ recovery-image] May 15 03:15:38.096 INFO O| May 15 03:15:38.095 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
| 4317 | 2024-05-15T03:15:39.043Z | [ recovery-image] May 15 03:15:38.096 INFO O| May 15 03:15:38.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
| 4318 | 2024-05-15T03:15:39.043Z | [ recovery-image] May 15 03:15:38.096 INFO O| May 15 03:15:38.096 INFO ok! |
| 4319 | 2024-05-15T03:15:39.043Z | [ recovery-image] May 15 03:15:38.096 INFO O| May 15 03:15:38.096 INFO STEP 64 (assemble_files) COMPLETE |
| 4320 | 2024-05-15T03:15:39.043Z | [ recovery-image] May 15 03:15:38.096 INFO O| May 15 03:15:38.096 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4321 | 2024-05-15T03:15:39.043Z | [ recovery-image] May 15 03:15:38.109 INFO O| May 15 03:15:38.109 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
| 4322 | 2024-05-15T03:15:39.043Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.109 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
| 4323 | 2024-05-15T03:15:39.044Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
| 4324 | 2024-05-15T03:15:39.044Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
| 4325 | 2024-05-15T03:15:39.044Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO ok! |
| 4326 | 2024-05-15T03:15:39.044Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO STEP 65 (ensure_file) COMPLETE |
| 4327 | 2024-05-15T03:15:39.044Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4328 | 2024-05-15T03:15:39.044Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO skip step because feature "omicron1" is not enabled |
| 4329 | 2024-05-15T03:15:39.045Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4330 | 2024-05-15T03:15:39.045Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO skip step because feature "omicron1" is not enabled |
| 4331 | 2024-05-15T03:15:39.045Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4332 | 2024-05-15T03:15:39.045Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO skip step because feature "omicron1" is not enabled |
| 4333 | 2024-05-15T03:15:39.045Z | [ recovery-image] May 15 03:15:38.110 INFO O| May 15 03:15:38.110 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 4334 | 2024-05-15T03:15:39.505Z | [ recovery-image] May 15 03:15:38.136 INFO O| May 15 03:15:38.136 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
| 4335 | 2024-05-15T03:15:39.505Z | [ recovery-image] May 15 03:15:38.136 INFO O| May 15 03:15:38.136 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
| 4336 | 2024-05-15T03:15:39.906Z | [ host-image] May 15 03:15:39.441 INFO O| May 15 03:15:39.440 INFO O| Planning: Solver setup ... Done |
| 4337 | 2024-05-15T03:15:39.955Z | [ host-image] May 15 03:15:39.445 INFO O| May 15 03:15:39.445 INFO O| Planning: Running solver ... Done |
| 4338 | 2024-05-15T03:15:39.955Z | [ host-image] May 15 03:15:39.472 INFO O| May 15 03:15:39.472 INFO O| Planning: Finding local manifests ... Done |
| 4339 | 2024-05-15T03:15:39.955Z | [ host-image] May 15 03:15:39.473 INFO O| May 15 03:15:39.473 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4340 | 2024-05-15T03:15:40.242Z | [ host-image] May 15 03:15:39.783 INFO O| May 15 03:15:39.783 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4341 | 2024-05-15T03:15:40.296Z | [ host-image] May 15 03:15:39.826 INFO O| May 15 03:15:39.826 INFO O| Planning: Package planning ... Done |
| 4342 | 2024-05-15T03:15:40.820Z | [ host-image] May 15 03:15:39.847 INFO O| May 15 03:15:39.847 INFO O| Planning: Merging actions ... Done |
| 4343 | 2024-05-15T03:15:40.820Z | [ host-image] May 15 03:15:39.936 INFO O| May 15 03:15:39.936 INFO O| Planning: Checking for conflicting actions ... Done |
| 4344 | 2024-05-15T03:15:40.820Z | [ host-image] May 15 03:15:39.940 INFO O| May 15 03:15:39.940 INFO O| Planning: Consolidating action changes ... Done |
| 4345 | 2024-05-15T03:15:40.820Z | [ recovery-image] May 15 03:15:39.960 INFO O| May 15 03:15:39.960 INFO STEP 69 (pack_tar) COMPLETE |
| 4346 | 2024-05-15T03:15:40.821Z | [ recovery-image] May 15 03:15:39.960 INFO O| May 15 03:15:39.960 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4347 | 2024-05-15T03:15:40.821Z | [ recovery-image] May 15 03:15:39.960 INFO O| May 15 03:15:39.960 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4348 | 2024-05-15T03:15:40.821Z | [ recovery-image] May 15 03:15:40.257 INFO O| May 15 03:15:40.256 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
| 4349 | 2024-05-15T03:15:40.821Z | [ host-image] May 15 03:15:40.281 INFO O| May 15 03:15:40.281 INFO O| Planning: Evaluating mediators ... Done |
| 4350 | 2024-05-15T03:15:40.821Z | [ host-image] May 15 03:15:40.285 INFO O| May 15 03:15:40.284 INFO O| Planning: Planning completed in 2.24 seconds |
| 4351 | 2024-05-15T03:15:40.821Z | [ host-image] May 15 03:15:40.286 INFO O| May 15 03:15:40.286 INFO O| Packages to install: 6 |
| 4352 | 2024-05-15T03:15:40.821Z | [ host-image] May 15 03:15:40.286 INFO O| May 15 03:15:40.286 INFO O| Mediators to change: 1 |
| 4353 | 2024-05-15T03:15:40.821Z | [ host-image] May 15 03:15:40.286 INFO O| May 15 03:15:40.286 INFO O| Services to change: 1 |
| 4354 | 2024-05-15T03:15:40.821Z | [ host-image] May 15 03:15:40.302 INFO O| May 15 03:15:40.301 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
| 4355 | 2024-05-15T03:15:40.822Z | [ recovery-image] May 15 03:15:40.311 INFO O| May 15 03:15:40.311 INFO completed processing gimlet/ramdisk-02-trim |
| 4356 | 2024-05-15T03:15:40.822Z | [ recovery-image] May 15 03:15:40.315 INFO image builder template: ramdisk-03-recovery-trim... |
| 4357 | 2024-05-15T03:15:40.822Z | [ recovery-image] May 15 03:15:40.315 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/.tmpiAfVbH/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.28.233", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4358 | 2024-05-15T03:15:41.836Z | [ recovery-image] May 15 03:15:40.457 INFO O| May 15 03:15:40.456 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 4359 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.465 INFO O| May 15 03:15:40.465 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 4360 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.520 INFO O| May 15 03:15:40.520 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
| 4361 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.568 INFO O| May 15 03:15:40.567 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 4362 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.568 INFO O| May 15 03:15:40.568 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
| 4363 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.582 INFO O| May 15 03:15:40.581 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 4364 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.593 INFO O| May 15 03:15:40.592 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4365 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.600 INFO O| May 15 03:15:40.600 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
| 4366 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.861 INFO O| May 15 03:15:40.861 INFO rolled back to input snapshot; work may begin |
| 4367 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.861 INFO O| May 15 03:15:40.861 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
| 4368 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.869 INFO O| May 15 03:15:40.869 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4369 | 2024-05-15T03:15:41.837Z | [ recovery-image] May 15 03:15:40.883 INFO O| May 15 03:15:40.883 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
| 4370 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.886 INFO O| May 15 03:15:40.886 INFO STEP 0 (remove_files) COMPLETE |
| 4371 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.886 INFO O| May 15 03:15:40.886 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4372 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.899 INFO O| May 15 03:15:40.899 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
| 4373 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.961 INFO O| May 15 03:15:40.961 INFO STEP 1 (remove_files) COMPLETE |
| 4374 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.961 INFO O| May 15 03:15:40.961 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4375 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.975 INFO O| May 15 03:15:40.975 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
| 4376 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.977 INFO O| May 15 03:15:40.976 INFO STEP 2 (remove_files) COMPLETE |
| 4377 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.977 INFO O| May 15 03:15:40.977 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4378 | 2024-05-15T03:15:41.838Z | [ recovery-image] May 15 03:15:40.990 INFO O| May 15 03:15:40.990 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
| 4379 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.044 INFO O| May 15 03:15:41.044 INFO STEP 3 (remove_files) COMPLETE |
| 4380 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.044 INFO O| May 15 03:15:41.044 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4381 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.060 INFO O| May 15 03:15:41.060 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
| 4382 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.074 INFO O| May 15 03:15:41.074 INFO STEP 4 (remove_files) COMPLETE |
| 4383 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.074 INFO O| May 15 03:15:41.074 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4384 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.093 INFO O| May 15 03:15:41.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
| 4385 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.097 INFO O| May 15 03:15:41.097 INFO STEP 5 (remove_files) COMPLETE |
| 4386 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.097 INFO O| May 15 03:15:41.097 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4387 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.111 INFO O| May 15 03:15:41.111 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
| 4388 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.113 INFO O| May 15 03:15:41.113 INFO STEP 6 (remove_files) COMPLETE |
| 4389 | 2024-05-15T03:15:41.839Z | [ recovery-image] May 15 03:15:41.113 INFO O| May 15 03:15:41.113 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4390 | 2024-05-15T03:15:41.840Z | [ recovery-image] May 15 03:15:41.125 INFO O| May 15 03:15:41.125 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
| 4391 | 2024-05-15T03:15:41.840Z | [ recovery-image] May 15 03:15:41.127 INFO O| May 15 03:15:41.127 INFO STEP 7 (remove_files) COMPLETE |
| 4392 | 2024-05-15T03:15:41.840Z | [ recovery-image] May 15 03:15:41.128 INFO O| May 15 03:15:41.127 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4393 | 2024-05-15T03:15:41.840Z | [ recovery-image] May 15 03:15:41.140 INFO O| May 15 03:15:41.139 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
| 4394 | 2024-05-15T03:15:41.840Z | [ recovery-image] May 15 03:15:41.142 INFO O| May 15 03:15:41.142 INFO STEP 8 (remove_files) COMPLETE |
| 4395 | 2024-05-15T03:15:41.840Z | [ recovery-image] May 15 03:15:41.142 INFO O| May 15 03:15:41.142 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4396 | 2024-05-15T03:15:41.840Z | [ recovery-image] May 15 03:15:41.154 INFO O| May 15 03:15:41.154 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
| 4397 | 2024-05-15T03:15:41.840Z | [ recovery-image] May 15 03:15:41.155 INFO O| May 15 03:15:41.155 INFO STEP 9 (remove_files) COMPLETE |
| 4398 | 2024-05-15T03:15:41.841Z | [ recovery-image] May 15 03:15:41.155 INFO O| May 15 03:15:41.155 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4399 | 2024-05-15T03:15:41.841Z | [ recovery-image] May 15 03:15:41.168 INFO O| May 15 03:15:41.167 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
| 4400 | 2024-05-15T03:15:41.841Z | [ recovery-image] May 15 03:15:41.169 INFO O| May 15 03:15:41.169 INFO STEP 10 (remove_files) COMPLETE |
| 4401 | 2024-05-15T03:15:41.841Z | [ recovery-image] May 15 03:15:41.169 INFO O| May 15 03:15:41.169 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4402 | 2024-05-15T03:15:41.841Z | [ recovery-image] May 15 03:15:41.181 INFO O| May 15 03:15:41.181 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
| 4403 | 2024-05-15T03:15:41.841Z | [ recovery-image] May 15 03:15:41.236 INFO O| May 15 03:15:41.236 INFO STEP 11 (remove_files) COMPLETE |
| 4404 | 2024-05-15T03:15:41.842Z | [ recovery-image] May 15 03:15:41.236 INFO O| May 15 03:15:41.236 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4405 | 2024-05-15T03:15:41.842Z | [ recovery-image] May 15 03:15:41.252 INFO O| May 15 03:15:41.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
| 4406 | 2024-05-15T03:15:41.842Z | [ recovery-image] May 15 03:15:41.255 INFO O| May 15 03:15:41.255 INFO STEP 12 (remove_files) COMPLETE |
| 4407 | 2024-05-15T03:15:41.842Z | [ recovery-image] May 15 03:15:41.255 INFO O| May 15 03:15:41.255 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4408 | 2024-05-15T03:15:41.842Z | [ recovery-image] May 15 03:15:41.268 INFO O| May 15 03:15:41.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
| 4409 | 2024-05-15T03:15:41.842Z | [ recovery-image] May 15 03:15:41.271 INFO O| May 15 03:15:41.271 INFO STEP 13 (remove_files) COMPLETE |
| 4410 | 2024-05-15T03:15:41.842Z | [ recovery-image] May 15 03:15:41.271 INFO O| May 15 03:15:41.271 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4411 | 2024-05-15T03:15:41.842Z | [ recovery-image] May 15 03:15:41.287 INFO O| May 15 03:15:41.287 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
| 4412 | 2024-05-15T03:15:41.843Z | [ recovery-image] May 15 03:15:41.287 INFO O| May 15 03:15:41.287 INFO STEP 14 (remove_files) COMPLETE |
| 4413 | 2024-05-15T03:15:41.843Z | [ recovery-image] May 15 03:15:41.287 INFO O| May 15 03:15:41.287 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4414 | 2024-05-15T03:15:42.333Z | [ recovery-image] May 15 03:15:41.304 INFO O| May 15 03:15:41.304 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
| 4415 | 2024-05-15T03:15:42.333Z | [ recovery-image] May 15 03:15:41.305 INFO O| May 15 03:15:41.305 INFO STEP 15 (remove_files) COMPLETE |
| 4416 | 2024-05-15T03:15:42.333Z | [ recovery-image] May 15 03:15:41.305 INFO O| May 15 03:15:41.305 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4417 | 2024-05-15T03:15:42.333Z | [ recovery-image] May 15 03:15:41.319 INFO O| May 15 03:15:41.318 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
| 4418 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.327 INFO O| May 15 03:15:41.327 INFO STEP 16 (remove_files) COMPLETE |
| 4419 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.327 INFO O| May 15 03:15:41.327 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4420 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.342 INFO O| May 15 03:15:41.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
| 4421 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.342 INFO O| May 15 03:15:41.342 INFO STEP 17 (remove_files) COMPLETE |
| 4422 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.342 INFO O| May 15 03:15:41.342 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4423 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.356 INFO O| May 15 03:15:41.356 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
| 4424 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.356 INFO O| May 15 03:15:41.356 INFO STEP 18 (remove_files) COMPLETE |
| 4425 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.356 INFO O| May 15 03:15:41.356 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4426 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.369 INFO O| May 15 03:15:41.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
| 4427 | 2024-05-15T03:15:42.334Z | [ recovery-image] May 15 03:15:41.421 INFO O| May 15 03:15:41.421 INFO STEP 19 (remove_files) COMPLETE |
| 4428 | 2024-05-15T03:15:42.335Z | [ recovery-image] May 15 03:15:41.422 INFO O| May 15 03:15:41.421 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4429 | 2024-05-15T03:15:42.335Z | [ recovery-image] May 15 03:15:41.438 INFO O| May 15 03:15:41.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4430 | 2024-05-15T03:15:42.335Z | [ recovery-image] May 15 03:15:41.439 INFO O| May 15 03:15:41.439 INFO STEP 20 (remove_files) COMPLETE |
| 4431 | 2024-05-15T03:15:42.335Z | [ recovery-image] May 15 03:15:41.439 INFO O| May 15 03:15:41.439 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4432 | 2024-05-15T03:15:42.335Z | [ recovery-image] May 15 03:15:41.452 INFO O| May 15 03:15:41.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4433 | 2024-05-15T03:15:42.335Z | [ recovery-image] May 15 03:15:41.453 INFO O| May 15 03:15:41.453 INFO STEP 21 (remove_files) COMPLETE |
| 4434 | 2024-05-15T03:15:42.335Z | [ recovery-image] May 15 03:15:41.453 INFO O| May 15 03:15:41.453 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4435 | 2024-05-15T03:15:42.335Z | [ recovery-image] May 15 03:15:41.466 INFO O| May 15 03:15:41.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
| 4436 | 2024-05-15T03:15:42.336Z | [ recovery-image] May 15 03:15:41.466 INFO O| May 15 03:15:41.466 INFO STEP 22 (remove_files) COMPLETE |
| 4437 | 2024-05-15T03:15:42.336Z | [ recovery-image] May 15 03:15:41.466 INFO O| May 15 03:15:41.466 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4438 | 2024-05-15T03:15:42.336Z | [ recovery-image] May 15 03:15:41.479 INFO O| May 15 03:15:41.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
| 4439 | 2024-05-15T03:15:42.336Z | [ recovery-image] May 15 03:15:41.480 INFO O| May 15 03:15:41.480 INFO STEP 23 (remove_files) COMPLETE |
| 4440 | 2024-05-15T03:15:42.336Z | [ recovery-image] May 15 03:15:41.480 INFO O| May 15 03:15:41.480 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4441 | 2024-05-15T03:15:42.336Z | [ recovery-image] May 15 03:15:41.493 INFO O| May 15 03:15:41.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
| 4442 | 2024-05-15T03:15:42.336Z | [ recovery-image] May 15 03:15:41.494 INFO O| May 15 03:15:41.493 INFO STEP 24 (remove_files) COMPLETE |
| 4443 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.494 INFO O| May 15 03:15:41.493 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4444 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.506 INFO O| May 15 03:15:41.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
| 4445 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.506 INFO O| May 15 03:15:41.506 INFO STEP 25 (remove_files) COMPLETE |
| 4446 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.507 INFO O| May 15 03:15:41.506 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4447 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.519 INFO O| May 15 03:15:41.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
| 4448 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.520 INFO O| May 15 03:15:41.520 INFO STEP 26 (remove_files) COMPLETE |
| 4449 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.520 INFO O| May 15 03:15:41.520 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4450 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.537 INFO O| May 15 03:15:41.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
| 4451 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.537 INFO O| May 15 03:15:41.537 INFO STEP 27 (remove_files) COMPLETE |
| 4452 | 2024-05-15T03:15:42.337Z | [ recovery-image] May 15 03:15:41.537 INFO O| May 15 03:15:41.537 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4453 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.551 INFO O| May 15 03:15:41.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
| 4454 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.552 INFO O| May 15 03:15:41.552 INFO STEP 28 (remove_files) COMPLETE |
| 4455 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.552 INFO O| May 15 03:15:41.552 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4456 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.565 INFO O| May 15 03:15:41.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
| 4457 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.565 INFO O| May 15 03:15:41.565 INFO STEP 29 (remove_files) COMPLETE |
| 4458 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.565 INFO O| May 15 03:15:41.565 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4459 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.579 INFO O| May 15 03:15:41.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
| 4460 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.580 INFO O| May 15 03:15:41.579 INFO STEP 30 (remove_files) COMPLETE |
| 4461 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.580 INFO O| May 15 03:15:41.579 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4462 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.593 INFO O| May 15 03:15:41.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
| 4463 | 2024-05-15T03:15:42.338Z | [ recovery-image] May 15 03:15:41.593 INFO O| May 15 03:15:41.593 INFO STEP 31 (remove_files) COMPLETE |
| 4464 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.593 INFO O| May 15 03:15:41.593 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4465 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.607 INFO O| May 15 03:15:41.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
| 4466 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.607 INFO O| May 15 03:15:41.607 INFO STEP 32 (remove_files) COMPLETE |
| 4467 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.607 INFO O| May 15 03:15:41.607 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4468 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.621 INFO O| May 15 03:15:41.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
| 4469 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.622 INFO O| May 15 03:15:41.622 INFO STEP 33 (remove_files) COMPLETE |
| 4470 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.622 INFO O| May 15 03:15:41.622 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4471 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.636 INFO O| May 15 03:15:41.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
| 4472 | 2024-05-15T03:15:42.339Z | [ recovery-image] May 15 03:15:41.636 INFO O| May 15 03:15:41.636 INFO STEP 34 (remove_files) COMPLETE |
| 4473 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.636 INFO O| May 15 03:15:41.636 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4474 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.650 INFO O| May 15 03:15:41.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
| 4475 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.650 INFO O| May 15 03:15:41.650 INFO STEP 35 (remove_files) COMPLETE |
| 4476 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.650 INFO O| May 15 03:15:41.650 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4477 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.664 INFO O| May 15 03:15:41.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
| 4478 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.664 INFO O| May 15 03:15:41.664 INFO STEP 36 (remove_files) COMPLETE |
| 4479 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.664 INFO O| May 15 03:15:41.664 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4480 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.678 INFO O| May 15 03:15:41.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
| 4481 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.678 INFO O| May 15 03:15:41.678 INFO STEP 37 (remove_files) COMPLETE |
| 4482 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.678 INFO O| May 15 03:15:41.678 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4483 | 2024-05-15T03:15:42.340Z | [ recovery-image] May 15 03:15:41.691 INFO O| May 15 03:15:41.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
| 4484 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.692 INFO O| May 15 03:15:41.691 INFO STEP 38 (remove_files) COMPLETE |
| 4485 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.692 INFO O| May 15 03:15:41.691 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4486 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.710 INFO O| May 15 03:15:41.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
| 4487 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.710 INFO O| May 15 03:15:41.710 INFO STEP 39 (remove_files) COMPLETE |
| 4488 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.710 INFO O| May 15 03:15:41.710 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4489 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.724 INFO O| May 15 03:15:41.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
| 4490 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.724 INFO O| May 15 03:15:41.724 INFO STEP 40 (remove_files) COMPLETE |
| 4491 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.724 INFO O| May 15 03:15:41.724 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4492 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.738 INFO O| May 15 03:15:41.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
| 4493 | 2024-05-15T03:15:42.341Z | [ recovery-image] May 15 03:15:41.739 INFO O| May 15 03:15:41.739 INFO STEP 41 (remove_files) COMPLETE |
| 4494 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.739 INFO O| May 15 03:15:41.739 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4495 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.752 INFO O| May 15 03:15:41.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
| 4496 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.752 INFO O| May 15 03:15:41.752 INFO STEP 42 (remove_files) COMPLETE |
| 4497 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.752 INFO O| May 15 03:15:41.752 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4498 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.765 INFO O| May 15 03:15:41.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
| 4499 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.765 INFO O| May 15 03:15:41.765 INFO STEP 43 (remove_files) COMPLETE |
| 4500 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.765 INFO O| May 15 03:15:41.765 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4501 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.779 INFO O| May 15 03:15:41.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
| 4502 | 2024-05-15T03:15:42.342Z | [ recovery-image] May 15 03:15:41.779 INFO O| May 15 03:15:41.779 INFO STEP 44 (remove_files) COMPLETE |
| 4503 | 2024-05-15T03:15:42.343Z | [ recovery-image] May 15 03:15:41.779 INFO O| May 15 03:15:41.779 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4504 | 2024-05-15T03:15:42.343Z | [ recovery-image] May 15 03:15:41.793 INFO O| May 15 03:15:41.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
| 4505 | 2024-05-15T03:15:42.343Z | [ recovery-image] May 15 03:15:41.793 INFO O| May 15 03:15:41.793 INFO STEP 45 (remove_files) COMPLETE |
| 4506 | 2024-05-15T03:15:42.343Z | [ recovery-image] May 15 03:15:41.793 INFO O| May 15 03:15:41.793 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4507 | 2024-05-15T03:15:42.343Z | [ recovery-image] May 15 03:15:41.806 INFO O| May 15 03:15:41.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
| 4508 | 2024-05-15T03:15:42.343Z | [ recovery-image] May 15 03:15:41.806 INFO O| May 15 03:15:41.806 INFO STEP 46 (remove_files) COMPLETE |
| 4509 | 2024-05-15T03:15:42.343Z | [ recovery-image] May 15 03:15:41.806 INFO O| May 15 03:15:41.806 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4510 | 2024-05-15T03:15:42.343Z | [ recovery-image] May 15 03:15:41.824 INFO O| May 15 03:15:41.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
| 4511 | 2024-05-15T03:15:42.344Z | [ recovery-image] May 15 03:15:41.824 INFO O| May 15 03:15:41.824 INFO STEP 47 (remove_files) COMPLETE |
| 4512 | 2024-05-15T03:15:42.344Z | [ recovery-image] May 15 03:15:41.824 INFO O| May 15 03:15:41.824 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4513 | 2024-05-15T03:15:42.344Z | [ recovery-image] May 15 03:15:41.837 INFO O| May 15 03:15:41.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
| 4514 | 2024-05-15T03:15:42.383Z | [ recovery-image] May 15 03:15:41.837 INFO O| May 15 03:15:41.837 INFO STEP 48 (remove_files) COMPLETE |
| 4515 | 2024-05-15T03:15:42.383Z | [ recovery-image] May 15 03:15:41.837 INFO O| May 15 03:15:41.837 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4516 | 2024-05-15T03:15:42.383Z | [ recovery-image] May 15 03:15:41.849 INFO O| May 15 03:15:41.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
| 4517 | 2024-05-15T03:15:42.383Z | [ recovery-image] May 15 03:15:41.849 INFO O| May 15 03:15:41.849 INFO STEP 49 (remove_files) COMPLETE |
| 4518 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.849 INFO O| May 15 03:15:41.849 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4519 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.861 INFO O| May 15 03:15:41.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4520 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.861 INFO O| May 15 03:15:41.861 INFO STEP 50 (remove_files) COMPLETE |
| 4521 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.861 INFO O| May 15 03:15:41.861 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4522 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.879 INFO O| May 15 03:15:41.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
| 4523 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.879 INFO O| May 15 03:15:41.879 INFO STEP 51 (remove_files) COMPLETE |
| 4524 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.879 INFO O| May 15 03:15:41.879 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4525 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.894 INFO O| May 15 03:15:41.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
| 4526 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.895 INFO O| May 15 03:15:41.895 INFO STEP 52 (remove_files) COMPLETE |
| 4527 | 2024-05-15T03:15:42.384Z | [ recovery-image] May 15 03:15:41.895 INFO O| May 15 03:15:41.895 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4528 | 2024-05-15T03:15:42.385Z | [ recovery-image] May 15 03:15:41.907 INFO O| May 15 03:15:41.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
| 4529 | 2024-05-15T03:15:42.385Z | [ recovery-image] May 15 03:15:41.907 INFO O| May 15 03:15:41.907 INFO STEP 53 (remove_files) COMPLETE |
| 4530 | 2024-05-15T03:15:42.385Z | [ recovery-image] May 15 03:15:41.907 INFO O| May 15 03:15:41.907 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4531 | 2024-05-15T03:15:42.385Z | [ recovery-image] May 15 03:15:41.920 INFO O| May 15 03:15:41.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
| 4532 | 2024-05-15T03:15:42.385Z | [ recovery-image] May 15 03:15:41.920 INFO O| May 15 03:15:41.920 INFO STEP 54 (remove_files) COMPLETE |
| 4533 | 2024-05-15T03:15:42.385Z | [ recovery-image] May 15 03:15:41.920 INFO O| May 15 03:15:41.920 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4534 | 2024-05-15T03:15:42.421Z | [ recovery-image] May 15 03:15:41.933 INFO O| May 15 03:15:41.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
| 4535 | 2024-05-15T03:15:42.422Z | [ recovery-image] May 15 03:15:41.933 INFO O| May 15 03:15:41.933 INFO STEP 55 (remove_files) COMPLETE |
| 4536 | 2024-05-15T03:15:42.422Z | [ recovery-image] May 15 03:15:41.933 INFO O| May 15 03:15:41.933 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4537 | 2024-05-15T03:15:42.422Z | [ recovery-image] May 15 03:15:41.946 INFO O| May 15 03:15:41.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
| 4538 | 2024-05-15T03:15:42.422Z | [ recovery-image] May 15 03:15:41.946 INFO O| May 15 03:15:41.946 INFO STEP 56 (remove_files) COMPLETE |
| 4539 | 2024-05-15T03:15:42.422Z | [ recovery-image] May 15 03:15:41.946 INFO O| May 15 03:15:41.946 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4540 | 2024-05-15T03:15:42.422Z | [ recovery-image] May 15 03:15:41.958 INFO O| May 15 03:15:41.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
| 4541 | 2024-05-15T03:15:42.423Z | [ recovery-image] May 15 03:15:41.958 INFO O| May 15 03:15:41.958 INFO STEP 57 (remove_files) COMPLETE |
| 4542 | 2024-05-15T03:15:42.423Z | [ recovery-image] May 15 03:15:41.958 INFO O| May 15 03:15:41.958 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4543 | 2024-05-15T03:15:42.465Z | [ recovery-image] May 15 03:15:41.971 INFO O| May 15 03:15:41.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
| 4544 | 2024-05-15T03:15:42.465Z | [ recovery-image] May 15 03:15:41.971 INFO O| May 15 03:15:41.971 INFO STEP 58 (remove_files) COMPLETE |
| 4545 | 2024-05-15T03:15:42.465Z | [ recovery-image] May 15 03:15:41.971 INFO O| May 15 03:15:41.971 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4546 | 2024-05-15T03:15:42.465Z | [ recovery-image] May 15 03:15:41.984 INFO O| May 15 03:15:41.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
| 4547 | 2024-05-15T03:15:42.466Z | [ recovery-image] May 15 03:15:41.985 INFO O| May 15 03:15:41.985 INFO STEP 59 (remove_files) COMPLETE |
| 4548 | 2024-05-15T03:15:42.466Z | [ recovery-image] May 15 03:15:41.985 INFO O| May 15 03:15:41.985 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4549 | 2024-05-15T03:15:42.466Z | [ recovery-image] May 15 03:15:42.003 INFO O| May 15 03:15:42.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
| 4550 | 2024-05-15T03:15:42.466Z | [ recovery-image] May 15 03:15:42.003 INFO O| May 15 03:15:42.003 INFO STEP 60 (remove_files) COMPLETE |
| 4551 | 2024-05-15T03:15:42.466Z | [ recovery-image] May 15 03:15:42.003 INFO O| May 15 03:15:42.003 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4552 | 2024-05-15T03:15:42.934Z | [ recovery-image] May 15 03:15:42.016 INFO O| May 15 03:15:42.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
| 4553 | 2024-05-15T03:15:42.934Z | [ recovery-image] May 15 03:15:42.017 INFO O| May 15 03:15:42.016 INFO STEP 61 (remove_files) COMPLETE |
| 4554 | 2024-05-15T03:15:42.934Z | [ recovery-image] May 15 03:15:42.017 INFO O| May 15 03:15:42.017 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4555 | 2024-05-15T03:15:42.934Z | [ recovery-image] May 15 03:15:42.031 INFO O| May 15 03:15:42.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
| 4556 | 2024-05-15T03:15:42.934Z | [ recovery-image] May 15 03:15:42.031 INFO O| May 15 03:15:42.031 INFO STEP 62 (remove_files) COMPLETE |
| 4557 | 2024-05-15T03:15:42.934Z | [ recovery-image] May 15 03:15:42.031 INFO O| May 15 03:15:42.031 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4558 | 2024-05-15T03:15:42.935Z | [ recovery-image] May 15 03:15:42.045 INFO O| May 15 03:15:42.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
| 4559 | 2024-05-15T03:15:42.935Z | [ recovery-image] May 15 03:15:42.046 INFO O| May 15 03:15:42.046 INFO STEP 63 (remove_files) COMPLETE |
| 4560 | 2024-05-15T03:15:42.935Z | [ recovery-image] May 15 03:15:42.046 INFO O| May 15 03:15:42.046 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4561 | 2024-05-15T03:15:44.239Z | [ recovery-image] May 15 03:15:42.060 INFO O| May 15 03:15:42.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
| 4562 | 2024-05-15T03:15:44.239Z | [ recovery-image] May 15 03:15:42.060 INFO O| May 15 03:15:42.060 INFO STEP 64 (remove_files) COMPLETE |
| 4563 | 2024-05-15T03:15:44.239Z | [ recovery-image] May 15 03:15:42.060 INFO O| May 15 03:15:42.060 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4564 | 2024-05-15T03:15:44.239Z | [ recovery-image] May 15 03:15:42.073 INFO O| May 15 03:15:42.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
| 4565 | 2024-05-15T03:15:44.239Z | [ recovery-image] May 15 03:15:42.073 INFO O| May 15 03:15:42.073 INFO STEP 65 (remove_files) COMPLETE |
| 4566 | 2024-05-15T03:15:44.240Z | [ recovery-image] May 15 03:15:42.073 INFO O| May 15 03:15:42.073 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4567 | 2024-05-15T03:15:44.240Z | [ recovery-image] May 15 03:15:42.087 INFO O| May 15 03:15:42.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
| 4568 | 2024-05-15T03:15:44.240Z | [ recovery-image] May 15 03:15:42.087 INFO O| May 15 03:15:42.087 INFO STEP 66 (remove_files) COMPLETE |
| 4569 | 2024-05-15T03:15:44.240Z | [ recovery-image] May 15 03:15:42.087 INFO O| May 15 03:15:42.087 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4570 | 2024-05-15T03:15:44.240Z | [ recovery-image] May 15 03:15:42.100 INFO O| May 15 03:15:42.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
| 4571 | 2024-05-15T03:15:44.240Z | [ recovery-image] May 15 03:15:42.100 INFO O| May 15 03:15:42.100 INFO STEP 67 (remove_files) COMPLETE |
| 4572 | 2024-05-15T03:15:44.240Z | [ recovery-image] May 15 03:15:42.100 INFO O| May 15 03:15:42.100 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4573 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.114 INFO O| May 15 03:15:42.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
| 4574 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.114 INFO O| May 15 03:15:42.114 INFO STEP 68 (remove_files) COMPLETE |
| 4575 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.114 INFO O| May 15 03:15:42.114 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4576 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.127 INFO O| May 15 03:15:42.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
| 4577 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.127 INFO O| May 15 03:15:42.127 INFO STEP 69 (remove_files) COMPLETE |
| 4578 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.127 INFO O| May 15 03:15:42.127 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4579 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.142 INFO O| May 15 03:15:42.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
| 4580 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.142 INFO O| May 15 03:15:42.142 INFO STEP 70 (remove_files) COMPLETE |
| 4581 | 2024-05-15T03:15:44.241Z | [ recovery-image] May 15 03:15:42.142 INFO O| May 15 03:15:42.142 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4582 | 2024-05-15T03:15:44.242Z | [ recovery-image] May 15 03:15:42.156 INFO O| May 15 03:15:42.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
| 4583 | 2024-05-15T03:15:44.242Z | [ recovery-image] May 15 03:15:42.156 INFO O| May 15 03:15:42.156 INFO STEP 71 (remove_files) COMPLETE |
| 4584 | 2024-05-15T03:15:44.242Z | [ recovery-image] May 15 03:15:42.156 INFO O| May 15 03:15:42.156 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4585 | 2024-05-15T03:15:44.242Z | [ recovery-image] May 15 03:15:42.169 INFO O| May 15 03:15:42.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
| 4586 | 2024-05-15T03:15:44.242Z | [ recovery-image] May 15 03:15:42.170 INFO O| May 15 03:15:42.169 INFO STEP 72 (remove_files) COMPLETE |
| 4587 | 2024-05-15T03:15:44.242Z | [ recovery-image] May 15 03:15:42.170 INFO O| May 15 03:15:42.170 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4588 | 2024-05-15T03:15:44.243Z | [ recovery-image] May 15 03:15:42.182 INFO O| May 15 03:15:42.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
| 4589 | 2024-05-15T03:15:44.243Z | [ recovery-image] May 15 03:15:42.182 INFO O| May 15 03:15:42.182 INFO STEP 73 (remove_files) COMPLETE |
| 4590 | 2024-05-15T03:15:44.243Z | [ recovery-image] May 15 03:15:42.182 INFO O| May 15 03:15:42.182 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4591 | 2024-05-15T03:15:44.243Z | [ recovery-image] May 15 03:15:42.196 INFO O| May 15 03:15:42.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
| 4592 | 2024-05-15T03:15:44.243Z | [ recovery-image] May 15 03:15:42.196 INFO O| May 15 03:15:42.196 INFO STEP 74 (remove_files) COMPLETE |
| 4593 | 2024-05-15T03:15:44.243Z | [ recovery-image] May 15 03:15:42.196 INFO O| May 15 03:15:42.196 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4594 | 2024-05-15T03:15:44.244Z | [ recovery-image] May 15 03:15:42.209 INFO O| May 15 03:15:42.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
| 4595 | 2024-05-15T03:15:44.244Z | [ recovery-image] May 15 03:15:42.209 INFO O| May 15 03:15:42.209 INFO STEP 75 (remove_files) COMPLETE |
| 4596 | 2024-05-15T03:15:44.244Z | [ recovery-image] May 15 03:15:42.209 INFO O| May 15 03:15:42.209 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4597 | 2024-05-15T03:15:44.244Z | [ recovery-image] May 15 03:15:42.222 INFO O| May 15 03:15:42.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
| 4598 | 2024-05-15T03:15:44.244Z | [ recovery-image] May 15 03:15:42.222 INFO O| May 15 03:15:42.222 INFO STEP 76 (remove_files) COMPLETE |
| 4599 | 2024-05-15T03:15:44.244Z | [ recovery-image] May 15 03:15:42.222 INFO O| May 15 03:15:42.222 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4600 | 2024-05-15T03:15:44.244Z | [ recovery-image] May 15 03:15:42.235 INFO O| May 15 03:15:42.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
| 4601 | 2024-05-15T03:15:44.244Z | [ recovery-image] May 15 03:15:42.235 INFO O| May 15 03:15:42.235 INFO STEP 77 (remove_files) COMPLETE |
| 4602 | 2024-05-15T03:15:44.245Z | [ recovery-image] May 15 03:15:42.235 INFO O| May 15 03:15:42.235 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4603 | 2024-05-15T03:15:44.245Z | [ recovery-image] May 15 03:15:42.249 INFO O| May 15 03:15:42.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
| 4604 | 2024-05-15T03:15:44.245Z | [ recovery-image] May 15 03:15:42.249 INFO O| May 15 03:15:42.249 INFO STEP 78 (remove_files) COMPLETE |
| 4605 | 2024-05-15T03:15:44.245Z | [ recovery-image] May 15 03:15:42.249 INFO O| May 15 03:15:42.249 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4606 | 2024-05-15T03:15:44.245Z | [ recovery-image] May 15 03:15:42.262 INFO O| May 15 03:15:42.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
| 4607 | 2024-05-15T03:15:44.245Z | [ recovery-image] May 15 03:15:42.262 INFO O| May 15 03:15:42.262 INFO STEP 79 (remove_files) COMPLETE |
| 4608 | 2024-05-15T03:15:44.245Z | [ recovery-image] May 15 03:15:42.262 INFO O| May 15 03:15:42.262 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4609 | 2024-05-15T03:15:44.245Z | [ recovery-image] May 15 03:15:42.275 INFO O| May 15 03:15:42.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
| 4610 | 2024-05-15T03:15:44.246Z | [ recovery-image] May 15 03:15:42.275 INFO O| May 15 03:15:42.275 INFO STEP 80 (remove_files) COMPLETE |
| 4611 | 2024-05-15T03:15:44.246Z | [ recovery-image] May 15 03:15:42.275 INFO O| May 15 03:15:42.275 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4612 | 2024-05-15T03:15:44.246Z | [ recovery-image] May 15 03:15:42.289 INFO O| May 15 03:15:42.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
| 4613 | 2024-05-15T03:15:44.246Z | [ recovery-image] May 15 03:15:42.289 INFO O| May 15 03:15:42.289 INFO STEP 81 (remove_files) COMPLETE |
| 4614 | 2024-05-15T03:15:44.246Z | [ recovery-image] May 15 03:15:42.289 INFO O| May 15 03:15:42.289 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4615 | 2024-05-15T03:15:44.246Z | [ recovery-image] May 15 03:15:42.302 INFO O| May 15 03:15:42.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
| 4616 | 2024-05-15T03:15:44.247Z | [ recovery-image] May 15 03:15:42.302 INFO O| May 15 03:15:42.302 INFO STEP 82 (remove_files) COMPLETE |
| 4617 | 2024-05-15T03:15:44.247Z | [ recovery-image] May 15 03:15:42.302 INFO O| May 15 03:15:42.302 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4618 | 2024-05-15T03:15:44.247Z | [ recovery-image] May 15 03:15:42.316 INFO O| May 15 03:15:42.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
| 4619 | 2024-05-15T03:15:44.247Z | [ recovery-image] May 15 03:15:42.316 INFO O| May 15 03:15:42.316 INFO STEP 83 (remove_files) COMPLETE |
| 4620 | 2024-05-15T03:15:44.248Z | [ recovery-image] May 15 03:15:42.316 INFO O| May 15 03:15:42.316 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4621 | 2024-05-15T03:15:44.248Z | [ recovery-image] May 15 03:15:42.329 INFO O| May 15 03:15:42.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
| 4622 | 2024-05-15T03:15:44.248Z | [ recovery-image] May 15 03:15:42.329 INFO O| May 15 03:15:42.329 INFO STEP 84 (remove_files) COMPLETE |
| 4623 | 2024-05-15T03:15:44.249Z | [ recovery-image] May 15 03:15:42.329 INFO O| May 15 03:15:42.329 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4624 | 2024-05-15T03:15:44.249Z | [ recovery-image] May 15 03:15:42.342 INFO O| May 15 03:15:42.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
| 4625 | 2024-05-15T03:15:44.249Z | [ recovery-image] May 15 03:15:42.342 INFO O| May 15 03:15:42.342 INFO STEP 85 (remove_files) COMPLETE |
| 4626 | 2024-05-15T03:15:44.249Z | [ recovery-image] May 15 03:15:42.342 INFO O| May 15 03:15:42.342 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4627 | 2024-05-15T03:15:44.249Z | [ recovery-image] May 15 03:15:42.354 INFO O| May 15 03:15:42.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
| 4628 | 2024-05-15T03:15:44.249Z | [ recovery-image] May 15 03:15:42.354 INFO O| May 15 03:15:42.354 INFO STEP 86 (remove_files) COMPLETE |
| 4629 | 2024-05-15T03:15:44.249Z | [ recovery-image] May 15 03:15:42.354 INFO O| May 15 03:15:42.354 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4630 | 2024-05-15T03:15:44.249Z | [ recovery-image] May 15 03:15:42.367 INFO O| May 15 03:15:42.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
| 4631 | 2024-05-15T03:15:44.250Z | [ recovery-image] May 15 03:15:42.367 INFO O| May 15 03:15:42.367 INFO STEP 87 (remove_files) COMPLETE |
| 4632 | 2024-05-15T03:15:44.250Z | [ recovery-image] May 15 03:15:42.367 INFO O| May 15 03:15:42.367 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4633 | 2024-05-15T03:15:44.250Z | [ recovery-image] May 15 03:15:42.379 INFO O| May 15 03:15:42.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
| 4634 | 2024-05-15T03:15:44.250Z | [ recovery-image] May 15 03:15:42.379 INFO O| May 15 03:15:42.379 INFO STEP 88 (remove_files) COMPLETE |
| 4635 | 2024-05-15T03:15:44.250Z | [ recovery-image] May 15 03:15:42.379 INFO O| May 15 03:15:42.379 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4636 | 2024-05-15T03:15:44.250Z | [ recovery-image] May 15 03:15:42.392 INFO O| May 15 03:15:42.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
| 4637 | 2024-05-15T03:15:44.250Z | [ recovery-image] May 15 03:15:42.392 INFO O| May 15 03:15:42.392 INFO STEP 89 (remove_files) COMPLETE |
| 4638 | 2024-05-15T03:15:44.250Z | [ recovery-image] May 15 03:15:42.392 INFO O| May 15 03:15:42.392 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4639 | 2024-05-15T03:15:44.251Z | [ recovery-image] May 15 03:15:42.405 INFO O| May 15 03:15:42.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
| 4640 | 2024-05-15T03:15:44.251Z | [ recovery-image] May 15 03:15:42.405 INFO O| May 15 03:15:42.405 INFO STEP 90 (remove_files) COMPLETE |
| 4641 | 2024-05-15T03:15:44.251Z | [ recovery-image] May 15 03:15:42.405 INFO O| May 15 03:15:42.405 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4642 | 2024-05-15T03:15:44.251Z | [ recovery-image] May 15 03:15:42.422 INFO O| May 15 03:15:42.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
| 4643 | 2024-05-15T03:15:44.251Z | [ recovery-image] May 15 03:15:42.423 INFO O| May 15 03:15:42.423 INFO STEP 91 (remove_files) COMPLETE |
| 4644 | 2024-05-15T03:15:44.251Z | [ recovery-image] May 15 03:15:42.423 INFO O| May 15 03:15:42.423 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4645 | 2024-05-15T03:15:44.252Z | [ recovery-image] May 15 03:15:42.439 INFO O| May 15 03:15:42.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
| 4646 | 2024-05-15T03:15:44.252Z | [ recovery-image] May 15 03:15:42.439 INFO O| May 15 03:15:42.439 INFO STEP 92 (remove_files) COMPLETE |
| 4647 | 2024-05-15T03:15:44.252Z | [ recovery-image] May 15 03:15:42.439 INFO O| May 15 03:15:42.439 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4648 | 2024-05-15T03:15:44.252Z | [ recovery-image] May 15 03:15:42.453 INFO O| May 15 03:15:42.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
| 4649 | 2024-05-15T03:15:44.252Z | [ recovery-image] May 15 03:15:42.453 INFO O| May 15 03:15:42.453 INFO STEP 93 (remove_files) COMPLETE |
| 4650 | 2024-05-15T03:15:44.252Z | [ recovery-image] May 15 03:15:42.453 INFO O| May 15 03:15:42.453 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4651 | 2024-05-15T03:15:44.252Z | [ recovery-image] May 15 03:15:42.467 INFO O| May 15 03:15:42.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
| 4652 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.468 INFO O| May 15 03:15:42.467 INFO STEP 94 (remove_files) COMPLETE |
| 4653 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.468 INFO O| May 15 03:15:42.468 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4654 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.481 INFO O| May 15 03:15:42.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
| 4655 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.481 INFO O| May 15 03:15:42.481 INFO STEP 95 (remove_files) COMPLETE |
| 4656 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.481 INFO O| May 15 03:15:42.481 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4657 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.494 INFO O| May 15 03:15:42.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
| 4658 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.495 INFO O| May 15 03:15:42.495 INFO STEP 96 (remove_files) COMPLETE |
| 4659 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.495 INFO O| May 15 03:15:42.495 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4660 | 2024-05-15T03:15:44.253Z | [ recovery-image] May 15 03:15:42.509 INFO O| May 15 03:15:42.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
| 4661 | 2024-05-15T03:15:44.319Z | [ recovery-image] May 15 03:15:42.509 INFO O| May 15 03:15:42.509 INFO STEP 97 (remove_files) COMPLETE |
| 4662 | 2024-05-15T03:15:44.320Z | [ recovery-image] May 15 03:15:42.509 INFO O| May 15 03:15:42.509 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4663 | 2024-05-15T03:15:44.320Z | [ recovery-image] May 15 03:15:42.522 INFO O| May 15 03:15:42.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
| 4664 | 2024-05-15T03:15:44.320Z | [ recovery-image] May 15 03:15:42.522 INFO O| May 15 03:15:42.522 INFO STEP 98 (remove_files) COMPLETE |
| 4665 | 2024-05-15T03:15:44.320Z | [ recovery-image] May 15 03:15:42.522 INFO O| May 15 03:15:42.522 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4666 | 2024-05-15T03:15:44.320Z | [ recovery-image] May 15 03:15:42.535 INFO O| May 15 03:15:42.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
| 4667 | 2024-05-15T03:15:44.321Z | [ recovery-image] May 15 03:15:42.535 INFO O| May 15 03:15:42.535 INFO STEP 99 (remove_files) COMPLETE |
| 4668 | 2024-05-15T03:15:44.321Z | [ recovery-image] May 15 03:15:42.535 INFO O| May 15 03:15:42.535 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4669 | 2024-05-15T03:15:44.321Z | [ recovery-image] May 15 03:15:42.548 INFO O| May 15 03:15:42.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
| 4670 | 2024-05-15T03:15:44.321Z | [ recovery-image] May 15 03:15:42.548 INFO O| May 15 03:15:42.548 INFO STEP 100 (remove_files) COMPLETE |
| 4671 | 2024-05-15T03:15:44.321Z | [ recovery-image] May 15 03:15:42.548 INFO O| May 15 03:15:42.548 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4672 | 2024-05-15T03:15:44.322Z | [ recovery-image] May 15 03:15:42.561 INFO O| May 15 03:15:42.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
| 4673 | 2024-05-15T03:15:44.322Z | [ recovery-image] May 15 03:15:42.561 INFO O| May 15 03:15:42.561 INFO STEP 101 (remove_files) COMPLETE |
| 4674 | 2024-05-15T03:15:44.322Z | [ recovery-image] May 15 03:15:42.561 INFO O| May 15 03:15:42.561 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4675 | 2024-05-15T03:15:44.322Z | [ recovery-image] May 15 03:15:42.577 INFO O| May 15 03:15:42.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
| 4676 | 2024-05-15T03:15:44.322Z | [ recovery-image] May 15 03:15:42.577 INFO O| May 15 03:15:42.577 INFO STEP 102 (remove_files) COMPLETE |
| 4677 | 2024-05-15T03:15:44.323Z | [ recovery-image] May 15 03:15:42.577 INFO O| May 15 03:15:42.577 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4678 | 2024-05-15T03:15:44.323Z | [ recovery-image] May 15 03:15:42.594 INFO O| May 15 03:15:42.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
| 4679 | 2024-05-15T03:15:44.323Z | [ recovery-image] May 15 03:15:42.594 INFO O| May 15 03:15:42.594 INFO STEP 103 (remove_files) COMPLETE |
| 4680 | 2024-05-15T03:15:44.323Z | [ recovery-image] May 15 03:15:42.594 INFO O| May 15 03:15:42.594 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4681 | 2024-05-15T03:15:44.323Z | [ recovery-image] May 15 03:15:42.608 INFO O| May 15 03:15:42.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
| 4682 | 2024-05-15T03:15:44.324Z | [ recovery-image] May 15 03:15:42.608 INFO O| May 15 03:15:42.608 INFO STEP 104 (remove_files) COMPLETE |
| 4683 | 2024-05-15T03:15:44.324Z | [ recovery-image] May 15 03:15:42.608 INFO O| May 15 03:15:42.608 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4684 | 2024-05-15T03:15:44.324Z | [ recovery-image] May 15 03:15:42.622 INFO O| May 15 03:15:42.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
| 4685 | 2024-05-15T03:15:44.324Z | [ recovery-image] May 15 03:15:42.622 INFO O| May 15 03:15:42.622 INFO STEP 105 (remove_files) COMPLETE |
| 4686 | 2024-05-15T03:15:44.324Z | [ recovery-image] May 15 03:15:42.622 INFO O| May 15 03:15:42.622 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4687 | 2024-05-15T03:15:44.324Z | [ recovery-image] May 15 03:15:42.636 INFO O| May 15 03:15:42.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
| 4688 | 2024-05-15T03:15:44.325Z | [ recovery-image] May 15 03:15:42.636 INFO O| May 15 03:15:42.636 INFO STEP 106 (remove_files) COMPLETE |
| 4689 | 2024-05-15T03:15:44.325Z | [ recovery-image] May 15 03:15:42.636 INFO O| May 15 03:15:42.636 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4690 | 2024-05-15T03:15:44.325Z | [ recovery-image] May 15 03:15:42.650 INFO O| May 15 03:15:42.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
| 4691 | 2024-05-15T03:15:44.325Z | [ recovery-image] May 15 03:15:42.650 INFO O| May 15 03:15:42.650 INFO STEP 107 (remove_files) COMPLETE |
| 4692 | 2024-05-15T03:15:44.325Z | [ recovery-image] May 15 03:15:42.650 INFO O| May 15 03:15:42.650 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4693 | 2024-05-15T03:15:44.325Z | [ recovery-image] May 15 03:15:42.662 INFO O| May 15 03:15:42.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
| 4694 | 2024-05-15T03:15:44.325Z | [ recovery-image] May 15 03:15:42.662 INFO O| May 15 03:15:42.662 INFO STEP 108 (remove_files) COMPLETE |
| 4695 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.662 INFO O| May 15 03:15:42.662 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4696 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.675 INFO O| May 15 03:15:42.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
| 4697 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.675 INFO O| May 15 03:15:42.675 INFO STEP 109 (remove_files) COMPLETE |
| 4698 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.675 INFO O| May 15 03:15:42.675 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4699 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.688 INFO O| May 15 03:15:42.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
| 4700 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.688 INFO O| May 15 03:15:42.688 INFO STEP 110 (remove_files) COMPLETE |
| 4701 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.688 INFO O| May 15 03:15:42.688 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4702 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.700 INFO O| May 15 03:15:42.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
| 4703 | 2024-05-15T03:15:44.326Z | [ recovery-image] May 15 03:15:42.701 INFO O| May 15 03:15:42.701 INFO STEP 111 (remove_files) COMPLETE |
| 4704 | 2024-05-15T03:15:44.327Z | [ recovery-image] May 15 03:15:42.701 INFO O| May 15 03:15:42.701 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4705 | 2024-05-15T03:15:44.327Z | [ recovery-image] May 15 03:15:42.719 INFO O| May 15 03:15:42.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
| 4706 | 2024-05-15T03:15:44.327Z | [ recovery-image] May 15 03:15:42.719 INFO O| May 15 03:15:42.719 INFO STEP 112 (remove_files) COMPLETE |
| 4707 | 2024-05-15T03:15:44.327Z | [ recovery-image] May 15 03:15:42.719 INFO O| May 15 03:15:42.719 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4708 | 2024-05-15T03:15:44.327Z | [ recovery-image] May 15 03:15:42.734 INFO O| May 15 03:15:42.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
| 4709 | 2024-05-15T03:15:44.327Z | [ recovery-image] May 15 03:15:42.734 INFO O| May 15 03:15:42.734 INFO STEP 113 (remove_files) COMPLETE |
| 4710 | 2024-05-15T03:15:44.327Z | [ recovery-image] May 15 03:15:42.734 INFO O| May 15 03:15:42.734 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4711 | 2024-05-15T03:15:44.328Z | [ recovery-image] May 15 03:15:42.748 INFO O| May 15 03:15:42.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
| 4712 | 2024-05-15T03:15:44.328Z | [ recovery-image] May 15 03:15:42.749 INFO O| May 15 03:15:42.749 INFO STEP 114 (remove_files) COMPLETE |
| 4713 | 2024-05-15T03:15:44.328Z | [ recovery-image] May 15 03:15:42.749 INFO O| May 15 03:15:42.749 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4714 | 2024-05-15T03:15:44.328Z | [ recovery-image] May 15 03:15:42.763 INFO O| May 15 03:15:42.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
| 4715 | 2024-05-15T03:15:44.328Z | [ recovery-image] May 15 03:15:42.763 INFO O| May 15 03:15:42.763 INFO STEP 115 (remove_files) COMPLETE |
| 4716 | 2024-05-15T03:15:44.329Z | [ recovery-image] May 15 03:15:42.763 INFO O| May 15 03:15:42.763 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4717 | 2024-05-15T03:15:44.329Z | [ recovery-image] May 15 03:15:42.778 INFO O| May 15 03:15:42.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
| 4718 | 2024-05-15T03:15:44.329Z | [ recovery-image] May 15 03:15:42.778 INFO O| May 15 03:15:42.778 INFO STEP 116 (remove_files) COMPLETE |
| 4719 | 2024-05-15T03:15:44.329Z | [ recovery-image] May 15 03:15:42.778 INFO O| May 15 03:15:42.778 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4720 | 2024-05-15T03:15:44.329Z | [ recovery-image] May 15 03:15:42.797 INFO O| May 15 03:15:42.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
| 4721 | 2024-05-15T03:15:44.329Z | [ recovery-image] May 15 03:15:42.797 INFO O| May 15 03:15:42.797 INFO STEP 117 (remove_files) COMPLETE |
| 4722 | 2024-05-15T03:15:44.329Z | [ recovery-image] May 15 03:15:42.797 INFO O| May 15 03:15:42.797 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4723 | 2024-05-15T03:15:44.330Z | [ recovery-image] May 15 03:15:42.813 INFO O| May 15 03:15:42.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
| 4724 | 2024-05-15T03:15:44.330Z | [ recovery-image] May 15 03:15:42.814 INFO O| May 15 03:15:42.814 INFO STEP 118 (remove_files) COMPLETE |
| 4725 | 2024-05-15T03:15:44.330Z | [ recovery-image] May 15 03:15:42.814 INFO O| May 15 03:15:42.814 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4726 | 2024-05-15T03:15:44.330Z | [ recovery-image] May 15 03:15:42.829 INFO O| May 15 03:15:42.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
| 4727 | 2024-05-15T03:15:44.330Z | [ recovery-image] May 15 03:15:42.829 INFO O| May 15 03:15:42.829 INFO STEP 119 (remove_files) COMPLETE |
| 4728 | 2024-05-15T03:15:44.330Z | [ recovery-image] May 15 03:15:42.829 INFO O| May 15 03:15:42.829 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4729 | 2024-05-15T03:15:44.330Z | [ recovery-image] May 15 03:15:42.847 INFO O| May 15 03:15:42.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
| 4730 | 2024-05-15T03:15:44.331Z | [ recovery-image] May 15 03:15:42.847 INFO O| May 15 03:15:42.847 INFO STEP 120 (remove_files) COMPLETE |
| 4731 | 2024-05-15T03:15:44.331Z | [ recovery-image] May 15 03:15:42.847 INFO O| May 15 03:15:42.847 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4732 | 2024-05-15T03:15:44.331Z | [ recovery-image] May 15 03:15:42.862 INFO O| May 15 03:15:42.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
| 4733 | 2024-05-15T03:15:44.331Z | [ recovery-image] May 15 03:15:42.862 INFO O| May 15 03:15:42.862 INFO STEP 121 (remove_files) COMPLETE |
| 4734 | 2024-05-15T03:15:44.331Z | [ recovery-image] May 15 03:15:42.862 INFO O| May 15 03:15:42.862 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4735 | 2024-05-15T03:15:44.331Z | [ recovery-image] May 15 03:15:42.880 INFO O| May 15 03:15:42.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
| 4736 | 2024-05-15T03:15:44.331Z | [ recovery-image] May 15 03:15:42.880 INFO O| May 15 03:15:42.880 INFO STEP 122 (remove_files) COMPLETE |
| 4737 | 2024-05-15T03:15:44.331Z | [ recovery-image] May 15 03:15:42.881 INFO O| May 15 03:15:42.880 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4738 | 2024-05-15T03:15:44.332Z | [ recovery-image] May 15 03:15:42.895 INFO O| May 15 03:15:42.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
| 4739 | 2024-05-15T03:15:44.332Z | [ recovery-image] May 15 03:15:42.895 INFO O| May 15 03:15:42.895 INFO STEP 123 (remove_files) COMPLETE |
| 4740 | 2024-05-15T03:15:44.332Z | [ recovery-image] May 15 03:15:42.895 INFO O| May 15 03:15:42.895 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4741 | 2024-05-15T03:15:44.332Z | [ recovery-image] May 15 03:15:42.909 INFO O| May 15 03:15:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
| 4742 | 2024-05-15T03:15:44.332Z | [ recovery-image] May 15 03:15:42.909 INFO O| May 15 03:15:42.909 INFO STEP 124 (remove_files) COMPLETE |
| 4743 | 2024-05-15T03:15:44.332Z | [ recovery-image] May 15 03:15:42.909 INFO O| May 15 03:15:42.909 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4744 | 2024-05-15T03:15:44.332Z | [ recovery-image] May 15 03:15:42.926 INFO O| May 15 03:15:42.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
| 4745 | 2024-05-15T03:15:44.332Z | [ recovery-image] May 15 03:15:42.926 INFO O| May 15 03:15:42.926 INFO STEP 125 (remove_files) COMPLETE |
| 4746 | 2024-05-15T03:15:44.333Z | [ recovery-image] May 15 03:15:42.926 INFO O| May 15 03:15:42.926 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4747 | 2024-05-15T03:15:44.333Z | [ recovery-image] May 15 03:15:42.940 INFO O| May 15 03:15:42.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
| 4748 | 2024-05-15T03:15:44.333Z | [ recovery-image] May 15 03:15:42.940 INFO O| May 15 03:15:42.940 INFO STEP 126 (remove_files) COMPLETE |
| 4749 | 2024-05-15T03:15:44.333Z | [ recovery-image] May 15 03:15:42.940 INFO O| May 15 03:15:42.940 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4750 | 2024-05-15T03:15:44.333Z | [ recovery-image] May 15 03:15:42.954 INFO O| May 15 03:15:42.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
| 4751 | 2024-05-15T03:15:44.333Z | [ recovery-image] May 15 03:15:42.954 INFO O| May 15 03:15:42.954 INFO STEP 127 (remove_files) COMPLETE |
| 4752 | 2024-05-15T03:15:44.333Z | [ recovery-image] May 15 03:15:42.954 INFO O| May 15 03:15:42.954 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4753 | 2024-05-15T03:15:44.334Z | [ recovery-image] May 15 03:15:42.967 INFO O| May 15 03:15:42.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
| 4754 | 2024-05-15T03:15:44.334Z | [ recovery-image] May 15 03:15:42.967 INFO O| May 15 03:15:42.967 INFO STEP 128 (remove_files) COMPLETE |
| 4755 | 2024-05-15T03:15:44.334Z | [ recovery-image] May 15 03:15:42.967 INFO O| May 15 03:15:42.967 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4756 | 2024-05-15T03:15:44.334Z | [ recovery-image] May 15 03:15:42.984 INFO O| May 15 03:15:42.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
| 4757 | 2024-05-15T03:15:44.334Z | [ recovery-image] May 15 03:15:42.984 INFO O| May 15 03:15:42.984 INFO STEP 129 (remove_files) COMPLETE |
| 4758 | 2024-05-15T03:15:44.334Z | [ recovery-image] May 15 03:15:42.984 INFO O| May 15 03:15:42.984 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4759 | 2024-05-15T03:15:44.334Z | [ recovery-image] May 15 03:15:43.000 INFO O| May 15 03:15:42.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
| 4760 | 2024-05-15T03:15:44.334Z | [ recovery-image] May 15 03:15:43.000 INFO O| May 15 03:15:43.000 INFO STEP 130 (remove_files) COMPLETE |
| 4761 | 2024-05-15T03:15:44.384Z | [ recovery-image] May 15 03:15:43.000 INFO O| May 15 03:15:43.000 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4762 | 2024-05-15T03:15:44.384Z | [ recovery-image] May 15 03:15:43.013 INFO O| May 15 03:15:43.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
| 4763 | 2024-05-15T03:15:44.384Z | [ recovery-image] May 15 03:15:43.013 INFO O| May 15 03:15:43.013 INFO STEP 131 (remove_files) COMPLETE |
| 4764 | 2024-05-15T03:15:44.384Z | [ recovery-image] May 15 03:15:43.013 INFO O| May 15 03:15:43.013 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4765 | 2024-05-15T03:15:44.385Z | [ recovery-image] May 15 03:15:43.026 INFO O| May 15 03:15:43.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
| 4766 | 2024-05-15T03:15:44.385Z | [ recovery-image] May 15 03:15:43.027 INFO O| May 15 03:15:43.026 INFO STEP 132 (remove_files) COMPLETE |
| 4767 | 2024-05-15T03:15:44.385Z | [ recovery-image] May 15 03:15:43.027 INFO O| May 15 03:15:43.027 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4768 | 2024-05-15T03:15:44.385Z | [ recovery-image] May 15 03:15:43.039 INFO O| May 15 03:15:43.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
| 4769 | 2024-05-15T03:15:44.385Z | [ recovery-image] May 15 03:15:43.039 INFO O| May 15 03:15:43.039 INFO STEP 133 (remove_files) COMPLETE |
| 4770 | 2024-05-15T03:15:44.385Z | [ recovery-image] May 15 03:15:43.039 INFO O| May 15 03:15:43.039 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4771 | 2024-05-15T03:15:44.385Z | [ recovery-image] May 15 03:15:43.052 INFO O| May 15 03:15:43.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
| 4772 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.052 INFO O| May 15 03:15:43.052 INFO STEP 134 (remove_files) COMPLETE |
| 4773 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.052 INFO O| May 15 03:15:43.052 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4774 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.064 INFO O| May 15 03:15:43.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
| 4775 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.064 INFO O| May 15 03:15:43.064 INFO STEP 135 (remove_files) COMPLETE |
| 4776 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.064 INFO O| May 15 03:15:43.064 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4777 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.081 INFO O| May 15 03:15:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
| 4778 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.081 INFO O| May 15 03:15:43.081 INFO STEP 136 (remove_files) COMPLETE |
| 4779 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.081 INFO O| May 15 03:15:43.081 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4780 | 2024-05-15T03:15:44.386Z | [ recovery-image] May 15 03:15:43.100 INFO O| May 15 03:15:43.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
| 4781 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.100 INFO O| May 15 03:15:43.100 INFO STEP 137 (remove_files) COMPLETE |
| 4782 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.100 INFO O| May 15 03:15:43.100 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4783 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.112 INFO O| May 15 03:15:43.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
| 4784 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.112 INFO O| May 15 03:15:43.112 INFO STEP 138 (remove_files) COMPLETE |
| 4785 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.113 INFO O| May 15 03:15:43.112 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4786 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.128 INFO O| May 15 03:15:43.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
| 4787 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.128 INFO O| May 15 03:15:43.128 INFO STEP 139 (remove_files) COMPLETE |
| 4788 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.128 INFO O| May 15 03:15:43.128 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4789 | 2024-05-15T03:15:44.387Z | [ recovery-image] May 15 03:15:43.146 INFO O| May 15 03:15:43.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
| 4790 | 2024-05-15T03:15:44.388Z | [ recovery-image] May 15 03:15:43.146 INFO O| May 15 03:15:43.146 INFO STEP 140 (remove_files) COMPLETE |
| 4791 | 2024-05-15T03:15:44.388Z | [ recovery-image] May 15 03:15:43.146 INFO O| May 15 03:15:43.146 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4792 | 2024-05-15T03:15:44.388Z | [ recovery-image] May 15 03:15:43.159 INFO O| May 15 03:15:43.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
| 4793 | 2024-05-15T03:15:44.388Z | [ recovery-image] May 15 03:15:43.159 INFO O| May 15 03:15:43.159 INFO STEP 141 (remove_files) COMPLETE |
| 4794 | 2024-05-15T03:15:44.388Z | [ recovery-image] May 15 03:15:43.159 INFO O| May 15 03:15:43.159 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4795 | 2024-05-15T03:15:44.388Z | [ recovery-image] May 15 03:15:43.171 INFO O| May 15 03:15:43.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
| 4796 | 2024-05-15T03:15:44.388Z | [ recovery-image] May 15 03:15:43.172 INFO O| May 15 03:15:43.172 INFO STEP 142 (remove_files) COMPLETE |
| 4797 | 2024-05-15T03:15:44.388Z | [ recovery-image] May 15 03:15:43.172 INFO O| May 15 03:15:43.172 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4798 | 2024-05-15T03:15:44.389Z | [ recovery-image] May 15 03:15:43.184 INFO O| May 15 03:15:43.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
| 4799 | 2024-05-15T03:15:44.389Z | [ recovery-image] May 15 03:15:43.185 INFO O| May 15 03:15:43.185 INFO STEP 143 (remove_files) COMPLETE |
| 4800 | 2024-05-15T03:15:44.389Z | [ recovery-image] May 15 03:15:43.185 INFO O| May 15 03:15:43.185 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4801 | 2024-05-15T03:15:44.389Z | [ recovery-image] May 15 03:15:43.198 INFO O| May 15 03:15:43.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
| 4802 | 2024-05-15T03:15:44.389Z | [ recovery-image] May 15 03:15:43.199 INFO O| May 15 03:15:43.199 INFO STEP 144 (remove_files) COMPLETE |
| 4803 | 2024-05-15T03:15:44.389Z | [ recovery-image] May 15 03:15:43.199 INFO O| May 15 03:15:43.199 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4804 | 2024-05-15T03:15:44.389Z | [ recovery-image] May 15 03:15:43.211 INFO O| May 15 03:15:43.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
| 4805 | 2024-05-15T03:15:44.390Z | [ recovery-image] May 15 03:15:43.211 INFO O| May 15 03:15:43.211 INFO STEP 145 (remove_files) COMPLETE |
| 4806 | 2024-05-15T03:15:44.390Z | [ recovery-image] May 15 03:15:43.211 INFO O| May 15 03:15:43.211 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4807 | 2024-05-15T03:15:44.390Z | [ recovery-image] May 15 03:15:43.228 INFO O| May 15 03:15:43.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
| 4808 | 2024-05-15T03:15:44.390Z | [ recovery-image] May 15 03:15:43.228 INFO O| May 15 03:15:43.228 INFO STEP 146 (remove_files) COMPLETE |
| 4809 | 2024-05-15T03:15:44.390Z | [ recovery-image] May 15 03:15:43.228 INFO O| May 15 03:15:43.228 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4810 | 2024-05-15T03:15:44.390Z | [ recovery-image] May 15 03:15:43.243 INFO O| May 15 03:15:43.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
| 4811 | 2024-05-15T03:15:44.390Z | [ recovery-image] May 15 03:15:43.243 INFO O| May 15 03:15:43.243 INFO STEP 147 (remove_files) COMPLETE |
| 4812 | 2024-05-15T03:15:44.391Z | [ recovery-image] May 15 03:15:43.243 INFO O| May 15 03:15:43.243 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4813 | 2024-05-15T03:15:44.391Z | [ recovery-image] May 15 03:15:43.259 INFO O| May 15 03:15:43.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
| 4814 | 2024-05-15T03:15:44.391Z | [ recovery-image] May 15 03:15:43.259 INFO O| May 15 03:15:43.259 INFO STEP 148 (remove_files) COMPLETE |
| 4815 | 2024-05-15T03:15:44.391Z | [ recovery-image] May 15 03:15:43.259 INFO O| May 15 03:15:43.259 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4816 | 2024-05-15T03:15:44.391Z | [ recovery-image] May 15 03:15:43.273 INFO O| May 15 03:15:43.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
| 4817 | 2024-05-15T03:15:44.392Z | [ recovery-image] May 15 03:15:43.273 INFO O| May 15 03:15:43.273 INFO STEP 149 (remove_files) COMPLETE |
| 4818 | 2024-05-15T03:15:44.392Z | [ recovery-image] May 15 03:15:43.273 INFO O| May 15 03:15:43.273 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4819 | 2024-05-15T03:15:44.392Z | [ recovery-image] May 15 03:15:43.287 INFO O| May 15 03:15:43.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
| 4820 | 2024-05-15T03:15:44.392Z | [ recovery-image] May 15 03:15:43.287 INFO O| May 15 03:15:43.287 INFO STEP 150 (remove_files) COMPLETE |
| 4821 | 2024-05-15T03:15:44.392Z | [ recovery-image] May 15 03:15:43.287 INFO O| May 15 03:15:43.287 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4822 | 2024-05-15T03:15:44.392Z | [ recovery-image] May 15 03:15:43.301 INFO O| May 15 03:15:43.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
| 4823 | 2024-05-15T03:15:44.392Z | [ recovery-image] May 15 03:15:43.301 INFO O| May 15 03:15:43.301 INFO STEP 151 (remove_files) COMPLETE |
| 4824 | 2024-05-15T03:15:44.392Z | [ recovery-image] May 15 03:15:43.301 INFO O| May 15 03:15:43.301 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4825 | 2024-05-15T03:15:44.393Z | [ recovery-image] May 15 03:15:43.313 INFO O| May 15 03:15:43.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
| 4826 | 2024-05-15T03:15:44.393Z | [ recovery-image] May 15 03:15:43.313 INFO O| May 15 03:15:43.313 INFO STEP 152 (remove_files) COMPLETE |
| 4827 | 2024-05-15T03:15:44.393Z | [ recovery-image] May 15 03:15:43.313 INFO O| May 15 03:15:43.313 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4828 | 2024-05-15T03:15:44.393Z | [ recovery-image] May 15 03:15:43.328 INFO O| May 15 03:15:43.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
| 4829 | 2024-05-15T03:15:44.393Z | [ recovery-image] May 15 03:15:43.329 INFO O| May 15 03:15:43.329 INFO STEP 153 (remove_files) COMPLETE |
| 4830 | 2024-05-15T03:15:44.393Z | [ recovery-image] May 15 03:15:43.329 INFO O| May 15 03:15:43.329 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4831 | 2024-05-15T03:15:44.394Z | [ recovery-image] May 15 03:15:43.348 INFO O| May 15 03:15:43.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
| 4832 | 2024-05-15T03:15:44.394Z | [ recovery-image] May 15 03:15:43.348 INFO O| May 15 03:15:43.348 INFO STEP 154 (remove_files) COMPLETE |
| 4833 | 2024-05-15T03:15:44.394Z | [ recovery-image] May 15 03:15:43.348 INFO O| May 15 03:15:43.348 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4834 | 2024-05-15T03:15:44.394Z | [ recovery-image] May 15 03:15:43.364 INFO O| May 15 03:15:43.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
| 4835 | 2024-05-15T03:15:44.394Z | [ recovery-image] May 15 03:15:43.364 INFO O| May 15 03:15:43.364 INFO STEP 155 (remove_files) COMPLETE |
| 4836 | 2024-05-15T03:15:44.394Z | [ recovery-image] May 15 03:15:43.364 INFO O| May 15 03:15:43.364 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4837 | 2024-05-15T03:15:44.394Z | [ recovery-image] May 15 03:15:43.379 INFO O| May 15 03:15:43.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
| 4838 | 2024-05-15T03:15:44.394Z | [ recovery-image] May 15 03:15:43.379 INFO O| May 15 03:15:43.379 INFO STEP 156 (remove_files) COMPLETE |
| 4839 | 2024-05-15T03:15:44.395Z | [ recovery-image] May 15 03:15:43.379 INFO O| May 15 03:15:43.379 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4840 | 2024-05-15T03:15:44.395Z | [ recovery-image] May 15 03:15:43.392 INFO O| May 15 03:15:43.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
| 4841 | 2024-05-15T03:15:44.395Z | [ recovery-image] May 15 03:15:43.392 INFO O| May 15 03:15:43.392 INFO STEP 157 (remove_files) COMPLETE |
| 4842 | 2024-05-15T03:15:44.395Z | [ recovery-image] May 15 03:15:43.392 INFO O| May 15 03:15:43.392 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4843 | 2024-05-15T03:15:44.395Z | [ recovery-image] May 15 03:15:43.405 INFO O| May 15 03:15:43.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
| 4844 | 2024-05-15T03:15:44.395Z | [ recovery-image] May 15 03:15:43.406 INFO O| May 15 03:15:43.406 INFO STEP 158 (remove_files) COMPLETE |
| 4845 | 2024-05-15T03:15:44.396Z | [ recovery-image] May 15 03:15:43.406 INFO O| May 15 03:15:43.406 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4846 | 2024-05-15T03:15:44.396Z | [ recovery-image] May 15 03:15:43.419 INFO O| May 15 03:15:43.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
| 4847 | 2024-05-15T03:15:44.396Z | [ recovery-image] May 15 03:15:43.419 INFO O| May 15 03:15:43.419 INFO STEP 159 (remove_files) COMPLETE |
| 4848 | 2024-05-15T03:15:44.396Z | [ recovery-image] May 15 03:15:43.419 INFO O| May 15 03:15:43.419 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4849 | 2024-05-15T03:15:44.396Z | [ recovery-image] May 15 03:15:43.432 INFO O| May 15 03:15:43.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
| 4850 | 2024-05-15T03:15:44.397Z | [ recovery-image] May 15 03:15:43.432 INFO O| May 15 03:15:43.432 INFO STEP 160 (remove_files) COMPLETE |
| 4851 | 2024-05-15T03:15:44.397Z | [ recovery-image] May 15 03:15:43.432 INFO O| May 15 03:15:43.432 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4852 | 2024-05-15T03:15:44.397Z | [ recovery-image] May 15 03:15:43.454 INFO O| May 15 03:15:43.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
| 4853 | 2024-05-15T03:15:44.397Z | [ recovery-image] May 15 03:15:43.454 INFO O| May 15 03:15:43.454 INFO STEP 161 (remove_files) COMPLETE |
| 4854 | 2024-05-15T03:15:44.397Z | [ recovery-image] May 15 03:15:43.454 INFO O| May 15 03:15:43.454 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4855 | 2024-05-15T03:15:44.398Z | [ recovery-image] May 15 03:15:43.470 INFO O| May 15 03:15:43.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
| 4856 | 2024-05-15T03:15:44.398Z | [ recovery-image] May 15 03:15:43.470 INFO O| May 15 03:15:43.470 INFO STEP 162 (remove_files) COMPLETE |
| 4857 | 2024-05-15T03:15:44.398Z | [ recovery-image] May 15 03:15:43.470 INFO O| May 15 03:15:43.470 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4858 | 2024-05-15T03:15:44.398Z | [ recovery-image] May 15 03:15:43.485 INFO O| May 15 03:15:43.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
| 4859 | 2024-05-15T03:15:44.398Z | [ recovery-image] May 15 03:15:43.486 INFO O| May 15 03:15:43.486 INFO STEP 163 (remove_files) COMPLETE |
| 4860 | 2024-05-15T03:15:44.398Z | [ recovery-image] May 15 03:15:43.486 INFO O| May 15 03:15:43.486 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4861 | 2024-05-15T03:15:44.444Z | [ recovery-image] May 15 03:15:43.505 INFO O| May 15 03:15:43.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
| 4862 | 2024-05-15T03:15:44.444Z | [ recovery-image] May 15 03:15:43.505 INFO O| May 15 03:15:43.505 INFO STEP 164 (remove_files) COMPLETE |
| 4863 | 2024-05-15T03:15:44.445Z | [ recovery-image] May 15 03:15:43.505 INFO O| May 15 03:15:43.505 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4864 | 2024-05-15T03:15:44.445Z | [ recovery-image] May 15 03:15:43.524 INFO O| May 15 03:15:43.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
| 4865 | 2024-05-15T03:15:44.445Z | [ recovery-image] May 15 03:15:43.524 INFO O| May 15 03:15:43.524 INFO STEP 165 (remove_files) COMPLETE |
| 4866 | 2024-05-15T03:15:44.445Z | [ recovery-image] May 15 03:15:43.524 INFO O| May 15 03:15:43.524 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4867 | 2024-05-15T03:15:44.445Z | [ recovery-image] May 15 03:15:43.540 INFO O| May 15 03:15:43.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
| 4868 | 2024-05-15T03:15:44.445Z | [ recovery-image] May 15 03:15:43.541 INFO O| May 15 03:15:43.541 INFO STEP 166 (remove_files) COMPLETE |
| 4869 | 2024-05-15T03:15:44.445Z | [ recovery-image] May 15 03:15:43.541 INFO O| May 15 03:15:43.541 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4870 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.556 INFO O| May 15 03:15:43.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
| 4871 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.556 INFO O| May 15 03:15:43.556 INFO STEP 167 (remove_files) COMPLETE |
| 4872 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.556 INFO O| May 15 03:15:43.556 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4873 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.571 INFO O| May 15 03:15:43.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
| 4874 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.571 INFO O| May 15 03:15:43.571 INFO STEP 168 (remove_files) COMPLETE |
| 4875 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.571 INFO O| May 15 03:15:43.571 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4876 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.586 INFO O| May 15 03:15:43.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
| 4877 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.586 INFO O| May 15 03:15:43.586 INFO STEP 169 (remove_files) COMPLETE |
| 4878 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.586 INFO O| May 15 03:15:43.586 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4879 | 2024-05-15T03:15:44.446Z | [ recovery-image] May 15 03:15:43.601 INFO O| May 15 03:15:43.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
| 4880 | 2024-05-15T03:15:44.447Z | [ recovery-image] May 15 03:15:43.601 INFO O| May 15 03:15:43.601 INFO STEP 170 (remove_files) COMPLETE |
| 4881 | 2024-05-15T03:15:44.447Z | [ recovery-image] May 15 03:15:43.601 INFO O| May 15 03:15:43.601 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4882 | 2024-05-15T03:15:44.447Z | [ recovery-image] May 15 03:15:43.614 INFO O| May 15 03:15:43.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
| 4883 | 2024-05-15T03:15:44.447Z | [ recovery-image] May 15 03:15:43.614 INFO O| May 15 03:15:43.614 INFO STEP 171 (remove_files) COMPLETE |
| 4884 | 2024-05-15T03:15:44.447Z | [ recovery-image] May 15 03:15:43.614 INFO O| May 15 03:15:43.614 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4885 | 2024-05-15T03:15:44.447Z | [ recovery-image] May 15 03:15:43.627 INFO O| May 15 03:15:43.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
| 4886 | 2024-05-15T03:15:44.448Z | [ recovery-image] May 15 03:15:43.627 INFO O| May 15 03:15:43.627 INFO STEP 172 (remove_files) COMPLETE |
| 4887 | 2024-05-15T03:15:44.448Z | [ recovery-image] May 15 03:15:43.627 INFO O| May 15 03:15:43.627 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4888 | 2024-05-15T03:15:44.448Z | [ recovery-image] May 15 03:15:43.640 INFO O| May 15 03:15:43.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
| 4889 | 2024-05-15T03:15:44.448Z | [ recovery-image] May 15 03:15:43.640 INFO O| May 15 03:15:43.640 INFO STEP 173 (remove_files) COMPLETE |
| 4890 | 2024-05-15T03:15:44.448Z | [ recovery-image] May 15 03:15:43.640 INFO O| May 15 03:15:43.640 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4891 | 2024-05-15T03:15:44.448Z | [ recovery-image] May 15 03:15:43.652 INFO O| May 15 03:15:43.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
| 4892 | 2024-05-15T03:15:44.448Z | [ recovery-image] May 15 03:15:43.653 INFO O| May 15 03:15:43.652 INFO STEP 174 (remove_files) COMPLETE |
| 4893 | 2024-05-15T03:15:44.449Z | [ recovery-image] May 15 03:15:43.653 INFO O| May 15 03:15:43.653 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4894 | 2024-05-15T03:15:44.449Z | [ recovery-image] May 15 03:15:43.666 INFO O| May 15 03:15:43.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
| 4895 | 2024-05-15T03:15:44.449Z | [ recovery-image] May 15 03:15:43.666 INFO O| May 15 03:15:43.666 INFO STEP 175 (remove_files) COMPLETE |
| 4896 | 2024-05-15T03:15:44.449Z | [ recovery-image] May 15 03:15:43.666 INFO O| May 15 03:15:43.666 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4897 | 2024-05-15T03:15:44.449Z | [ recovery-image] May 15 03:15:43.679 INFO O| May 15 03:15:43.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
| 4898 | 2024-05-15T03:15:44.450Z | [ recovery-image] May 15 03:15:43.679 INFO O| May 15 03:15:43.679 INFO STEP 176 (remove_files) COMPLETE |
| 4899 | 2024-05-15T03:15:44.450Z | [ recovery-image] May 15 03:15:43.679 INFO O| May 15 03:15:43.679 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4900 | 2024-05-15T03:15:44.450Z | [ recovery-image] May 15 03:15:43.694 INFO O| May 15 03:15:43.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
| 4901 | 2024-05-15T03:15:44.450Z | [ recovery-image] May 15 03:15:43.694 INFO O| May 15 03:15:43.694 INFO STEP 177 (remove_files) COMPLETE |
| 4902 | 2024-05-15T03:15:44.450Z | [ recovery-image] May 15 03:15:43.694 INFO O| May 15 03:15:43.694 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4903 | 2024-05-15T03:15:44.450Z | [ recovery-image] May 15 03:15:43.712 INFO O| May 15 03:15:43.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
| 4904 | 2024-05-15T03:15:44.450Z | [ recovery-image] May 15 03:15:43.712 INFO O| May 15 03:15:43.712 INFO STEP 178 (remove_files) COMPLETE |
| 4905 | 2024-05-15T03:15:44.451Z | [ recovery-image] May 15 03:15:43.712 INFO O| May 15 03:15:43.712 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4906 | 2024-05-15T03:15:44.451Z | [ recovery-image] May 15 03:15:43.726 INFO O| May 15 03:15:43.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
| 4907 | 2024-05-15T03:15:44.451Z | [ recovery-image] May 15 03:15:43.726 INFO O| May 15 03:15:43.726 INFO STEP 179 (remove_files) COMPLETE |
| 4908 | 2024-05-15T03:15:44.451Z | [ recovery-image] May 15 03:15:43.726 INFO O| May 15 03:15:43.726 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4909 | 2024-05-15T03:15:44.451Z | [ recovery-image] May 15 03:15:43.738 INFO O| May 15 03:15:43.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
| 4910 | 2024-05-15T03:15:44.452Z | [ recovery-image] May 15 03:15:43.739 INFO O| May 15 03:15:43.738 INFO STEP 180 (remove_files) COMPLETE |
| 4911 | 2024-05-15T03:15:44.452Z | [ recovery-image] May 15 03:15:43.739 INFO O| May 15 03:15:43.739 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4912 | 2024-05-15T03:15:44.452Z | [ host-image] May 15 03:15:43.749 INFO O| May 15 03:15:43.749 INFO O| Download: Completed 8.42 MB in 3.45 seconds (2.4M/s) |
| 4913 | 2024-05-15T03:15:44.452Z | [ recovery-image] May 15 03:15:43.751 INFO O| May 15 03:15:43.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
| 4914 | 2024-05-15T03:15:44.452Z | [ recovery-image] May 15 03:15:43.751 INFO O| May 15 03:15:43.751 INFO STEP 181 (remove_files) COMPLETE |
| 4915 | 2024-05-15T03:15:44.452Z | [ recovery-image] May 15 03:15:43.751 INFO O| May 15 03:15:43.751 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4916 | 2024-05-15T03:15:44.453Z | [ recovery-image] May 15 03:15:43.763 INFO O| May 15 03:15:43.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
| 4917 | 2024-05-15T03:15:44.453Z | [ recovery-image] May 15 03:15:43.763 INFO O| May 15 03:15:43.763 INFO STEP 182 (remove_files) COMPLETE |
| 4918 | 2024-05-15T03:15:44.453Z | [ recovery-image] May 15 03:15:43.764 INFO O| May 15 03:15:43.763 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4919 | 2024-05-15T03:15:44.453Z | [ recovery-image] May 15 03:15:43.778 INFO O| May 15 03:15:43.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
| 4920 | 2024-05-15T03:15:44.453Z | [ recovery-image] May 15 03:15:43.778 INFO O| May 15 03:15:43.778 INFO STEP 183 (remove_files) COMPLETE |
| 4921 | 2024-05-15T03:15:44.453Z | [ recovery-image] May 15 03:15:43.778 INFO O| May 15 03:15:43.778 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4922 | 2024-05-15T03:15:44.454Z | [ recovery-image] May 15 03:15:43.790 INFO O| May 15 03:15:43.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
| 4923 | 2024-05-15T03:15:44.454Z | [ recovery-image] May 15 03:15:43.791 INFO O| May 15 03:15:43.791 INFO STEP 184 (remove_files) COMPLETE |
| 4924 | 2024-05-15T03:15:44.454Z | [ recovery-image] May 15 03:15:43.791 INFO O| May 15 03:15:43.791 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4925 | 2024-05-15T03:15:44.454Z | [ recovery-image] May 15 03:15:43.803 INFO O| May 15 03:15:43.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
| 4926 | 2024-05-15T03:15:44.454Z | [ recovery-image] May 15 03:15:43.803 INFO O| May 15 03:15:43.803 INFO STEP 185 (remove_files) COMPLETE |
| 4927 | 2024-05-15T03:15:44.454Z | [ recovery-image] May 15 03:15:43.803 INFO O| May 15 03:15:43.803 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4928 | 2024-05-15T03:15:44.454Z | [ host-image] May 15 03:15:43.812 INFO O| May 15 03:15:43.812 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 4929 | 2024-05-15T03:15:44.455Z | [ recovery-image] May 15 03:15:43.815 INFO O| May 15 03:15:43.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
| 4930 | 2024-05-15T03:15:44.455Z | [ recovery-image] May 15 03:15:43.816 INFO O| May 15 03:15:43.816 INFO STEP 186 (remove_files) COMPLETE |
| 4931 | 2024-05-15T03:15:44.455Z | [ recovery-image] May 15 03:15:43.816 INFO O| May 15 03:15:43.816 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4932 | 2024-05-15T03:15:44.455Z | [ recovery-image] May 15 03:15:43.828 INFO O| May 15 03:15:43.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
| 4933 | 2024-05-15T03:15:44.455Z | [ recovery-image] May 15 03:15:43.828 INFO O| May 15 03:15:43.828 INFO STEP 187 (remove_files) COMPLETE |
| 4934 | 2024-05-15T03:15:44.455Z | [ recovery-image] May 15 03:15:43.828 INFO O| May 15 03:15:43.828 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4935 | 2024-05-15T03:15:44.456Z | [ recovery-image] May 15 03:15:43.847 INFO O| May 15 03:15:43.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
| 4936 | 2024-05-15T03:15:44.456Z | [ recovery-image] May 15 03:15:43.847 INFO O| May 15 03:15:43.847 INFO STEP 188 (remove_files) COMPLETE |
| 4937 | 2024-05-15T03:15:44.456Z | [ recovery-image] May 15 03:15:43.847 INFO O| May 15 03:15:43.847 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4938 | 2024-05-15T03:15:44.456Z | [ recovery-image] May 15 03:15:43.861 INFO O| May 15 03:15:43.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
| 4939 | 2024-05-15T03:15:44.456Z | [ recovery-image] May 15 03:15:43.861 INFO O| May 15 03:15:43.861 INFO STEP 189 (remove_files) COMPLETE |
| 4940 | 2024-05-15T03:15:44.456Z | [ recovery-image] May 15 03:15:43.862 INFO O| May 15 03:15:43.861 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4941 | 2024-05-15T03:15:44.456Z | [ recovery-image] May 15 03:15:43.875 INFO O| May 15 03:15:43.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
| 4942 | 2024-05-15T03:15:44.457Z | [ recovery-image] May 15 03:15:43.875 INFO O| May 15 03:15:43.875 INFO STEP 190 (remove_files) COMPLETE |
| 4943 | 2024-05-15T03:15:44.457Z | [ recovery-image] May 15 03:15:43.875 INFO O| May 15 03:15:43.875 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4944 | 2024-05-15T03:15:44.457Z | [ recovery-image] May 15 03:15:43.889 INFO O| May 15 03:15:43.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
| 4945 | 2024-05-15T03:15:44.457Z | [ recovery-image] May 15 03:15:43.889 INFO O| May 15 03:15:43.889 INFO STEP 191 (remove_files) COMPLETE |
| 4946 | 2024-05-15T03:15:44.457Z | [ recovery-image] May 15 03:15:43.889 INFO O| May 15 03:15:43.889 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4947 | 2024-05-15T03:15:44.457Z | [ recovery-image] May 15 03:15:43.903 INFO O| May 15 03:15:43.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
| 4948 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.903 INFO O| May 15 03:15:43.903 INFO STEP 192 (remove_files) COMPLETE |
| 4949 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.903 INFO O| May 15 03:15:43.903 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4950 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.918 INFO O| May 15 03:15:43.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
| 4951 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.918 INFO O| May 15 03:15:43.918 INFO STEP 193 (remove_files) COMPLETE |
| 4952 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.918 INFO O| May 15 03:15:43.918 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4953 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.930 INFO O| May 15 03:15:43.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
| 4954 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.930 INFO O| May 15 03:15:43.930 INFO STEP 194 (remove_files) COMPLETE |
| 4955 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.930 INFO O| May 15 03:15:43.930 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4956 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.942 INFO O| May 15 03:15:43.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
| 4957 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.942 INFO O| May 15 03:15:43.942 INFO STEP 195 (remove_files) COMPLETE |
| 4958 | 2024-05-15T03:15:44.458Z | [ recovery-image] May 15 03:15:43.942 INFO O| May 15 03:15:43.942 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4959 | 2024-05-15T03:15:44.459Z | [ recovery-image] May 15 03:15:43.956 INFO O| May 15 03:15:43.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
| 4960 | 2024-05-15T03:15:44.459Z | [ recovery-image] May 15 03:15:43.957 INFO O| May 15 03:15:43.957 INFO STEP 196 (remove_files) COMPLETE |
| 4961 | 2024-05-15T03:15:44.910Z | [ recovery-image] May 15 03:15:43.957 INFO O| May 15 03:15:43.957 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4962 | 2024-05-15T03:15:44.910Z | [ recovery-image] May 15 03:15:43.970 INFO O| May 15 03:15:43.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
| 4963 | 2024-05-15T03:15:44.911Z | [ recovery-image] May 15 03:15:43.970 INFO O| May 15 03:15:43.970 INFO STEP 197 (remove_files) COMPLETE |
| 4964 | 2024-05-15T03:15:44.911Z | [ recovery-image] May 15 03:15:43.970 INFO O| May 15 03:15:43.970 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4965 | 2024-05-15T03:15:44.911Z | [ recovery-image] May 15 03:15:43.982 INFO O| May 15 03:15:43.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
| 4966 | 2024-05-15T03:15:44.911Z | [ recovery-image] May 15 03:15:43.982 INFO O| May 15 03:15:43.982 INFO STEP 198 (remove_files) COMPLETE |
| 4967 | 2024-05-15T03:15:44.912Z | [ recovery-image] May 15 03:15:43.982 INFO O| May 15 03:15:43.982 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4968 | 2024-05-15T03:15:44.912Z | [ recovery-image] May 15 03:15:44.000 INFO O| May 15 03:15:44.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
| 4969 | 2024-05-15T03:15:44.912Z | [ recovery-image] May 15 03:15:44.000 INFO O| May 15 03:15:44.000 INFO STEP 199 (remove_files) COMPLETE |
| 4970 | 2024-05-15T03:15:44.912Z | [ recovery-image] May 15 03:15:44.000 INFO O| May 15 03:15:44.000 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4971 | 2024-05-15T03:15:44.912Z | [ recovery-image] May 15 03:15:44.014 INFO O| May 15 03:15:44.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
| 4972 | 2024-05-15T03:15:44.912Z | [ recovery-image] May 15 03:15:44.014 INFO O| May 15 03:15:44.014 INFO STEP 200 (remove_files) COMPLETE |
| 4973 | 2024-05-15T03:15:44.913Z | [ recovery-image] May 15 03:15:44.014 INFO O| May 15 03:15:44.014 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4974 | 2024-05-15T03:15:44.913Z | [ recovery-image] May 15 03:15:44.029 INFO O| May 15 03:15:44.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
| 4975 | 2024-05-15T03:15:44.913Z | [ recovery-image] May 15 03:15:44.029 INFO O| May 15 03:15:44.029 INFO STEP 201 (remove_files) COMPLETE |
| 4976 | 2024-05-15T03:15:44.913Z | [ recovery-image] May 15 03:15:44.029 INFO O| May 15 03:15:44.029 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4977 | 2024-05-15T03:15:44.993Z | [ recovery-image] May 15 03:15:44.048 INFO O| May 15 03:15:44.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
| 4978 | 2024-05-15T03:15:44.993Z | [ recovery-image] May 15 03:15:44.048 INFO O| May 15 03:15:44.048 INFO STEP 202 (remove_files) COMPLETE |
| 4979 | 2024-05-15T03:15:44.993Z | [ recovery-image] May 15 03:15:44.048 INFO O| May 15 03:15:44.048 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4980 | 2024-05-15T03:15:44.993Z | [ recovery-image] May 15 03:15:44.062 INFO O| May 15 03:15:44.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
| 4981 | 2024-05-15T03:15:44.993Z | [ recovery-image] May 15 03:15:44.062 INFO O| May 15 03:15:44.062 INFO STEP 203 (remove_files) COMPLETE |
| 4982 | 2024-05-15T03:15:44.994Z | [ recovery-image] May 15 03:15:44.062 INFO O| May 15 03:15:44.062 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4983 | 2024-05-15T03:15:44.994Z | [ recovery-image] May 15 03:15:44.079 INFO O| May 15 03:15:44.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
| 4984 | 2024-05-15T03:15:44.994Z | [ recovery-image] May 15 03:15:44.079 INFO O| May 15 03:15:44.079 INFO STEP 204 (remove_files) COMPLETE |
| 4985 | 2024-05-15T03:15:44.994Z | [ recovery-image] May 15 03:15:44.079 INFO O| May 15 03:15:44.079 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4986 | 2024-05-15T03:15:44.994Z | [ recovery-image] May 15 03:15:44.093 INFO O| May 15 03:15:44.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
| 4987 | 2024-05-15T03:15:44.994Z | [ recovery-image] May 15 03:15:44.093 INFO O| May 15 03:15:44.093 INFO STEP 205 (remove_files) COMPLETE |
| 4988 | 2024-05-15T03:15:44.995Z | [ recovery-image] May 15 03:15:44.093 INFO O| May 15 03:15:44.093 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4989 | 2024-05-15T03:15:44.995Z | [ recovery-image] May 15 03:15:44.106 INFO O| May 15 03:15:44.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
| 4990 | 2024-05-15T03:15:44.995Z | [ recovery-image] May 15 03:15:44.106 INFO O| May 15 03:15:44.106 INFO STEP 206 (remove_files) COMPLETE |
| 4991 | 2024-05-15T03:15:44.995Z | [ recovery-image] May 15 03:15:44.106 INFO O| May 15 03:15:44.106 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4992 | 2024-05-15T03:15:44.995Z | [ recovery-image] May 15 03:15:44.119 INFO O| May 15 03:15:44.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
| 4993 | 2024-05-15T03:15:44.995Z | [ recovery-image] May 15 03:15:44.119 INFO O| May 15 03:15:44.119 INFO STEP 207 (remove_files) COMPLETE |
| 4994 | 2024-05-15T03:15:44.995Z | [ recovery-image] May 15 03:15:44.119 INFO O| May 15 03:15:44.119 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4995 | 2024-05-15T03:15:44.996Z | [ recovery-image] May 15 03:15:44.133 INFO O| May 15 03:15:44.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
| 4996 | 2024-05-15T03:15:44.996Z | [ recovery-image] May 15 03:15:44.133 INFO O| May 15 03:15:44.133 INFO STEP 208 (remove_files) COMPLETE |
| 4997 | 2024-05-15T03:15:44.996Z | [ recovery-image] May 15 03:15:44.133 INFO O| May 15 03:15:44.133 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4998 | 2024-05-15T03:15:44.996Z | [ recovery-image] May 15 03:15:44.146 INFO O| May 15 03:15:44.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
| 4999 | 2024-05-15T03:15:44.996Z | [ recovery-image] May 15 03:15:44.146 INFO O| May 15 03:15:44.146 INFO STEP 209 (remove_files) COMPLETE |
| 5000 | 2024-05-15T03:15:44.996Z | [ recovery-image] May 15 03:15:44.146 INFO O| May 15 03:15:44.146 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5001 | 2024-05-15T03:15:44.996Z | [ recovery-image] May 15 03:15:44.165 INFO O| May 15 03:15:44.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
| 5002 | 2024-05-15T03:15:44.997Z | [ recovery-image] May 15 03:15:44.165 INFO O| May 15 03:15:44.165 INFO STEP 210 (remove_files) COMPLETE |
| 5003 | 2024-05-15T03:15:44.997Z | [ recovery-image] May 15 03:15:44.165 INFO O| May 15 03:15:44.165 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5004 | 2024-05-15T03:15:44.997Z | [ recovery-image] May 15 03:15:44.179 INFO O| May 15 03:15:44.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
| 5005 | 2024-05-15T03:15:44.997Z | [ recovery-image] May 15 03:15:44.180 INFO O| May 15 03:15:44.180 INFO STEP 211 (remove_files) COMPLETE |
| 5006 | 2024-05-15T03:15:44.997Z | [ recovery-image] May 15 03:15:44.180 INFO O| May 15 03:15:44.180 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5007 | 2024-05-15T03:15:44.997Z | [ recovery-image] May 15 03:15:44.196 INFO O| May 15 03:15:44.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
| 5008 | 2024-05-15T03:15:44.997Z | [ recovery-image] May 15 03:15:44.196 INFO O| May 15 03:15:44.196 INFO STEP 212 (remove_files) COMPLETE |
| 5009 | 2024-05-15T03:15:44.998Z | [ recovery-image] May 15 03:15:44.196 INFO O| May 15 03:15:44.196 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5010 | 2024-05-15T03:15:44.998Z | [ recovery-image] May 15 03:15:44.210 INFO O| May 15 03:15:44.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
| 5011 | 2024-05-15T03:15:44.998Z | [ recovery-image] May 15 03:15:44.210 INFO O| May 15 03:15:44.210 INFO STEP 213 (remove_files) COMPLETE |
| 5012 | 2024-05-15T03:15:44.998Z | [ recovery-image] May 15 03:15:44.210 INFO O| May 15 03:15:44.210 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5013 | 2024-05-15T03:15:44.998Z | [ recovery-image] May 15 03:15:44.224 INFO O| May 15 03:15:44.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
| 5014 | 2024-05-15T03:15:44.998Z | [ recovery-image] May 15 03:15:44.224 INFO O| May 15 03:15:44.224 INFO STEP 214 (remove_files) COMPLETE |
| 5015 | 2024-05-15T03:15:44.998Z | [ recovery-image] May 15 03:15:44.224 INFO O| May 15 03:15:44.224 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5016 | 2024-05-15T03:15:45.057Z | [ recovery-image] May 15 03:15:44.246 INFO O| May 15 03:15:44.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
| 5017 | 2024-05-15T03:15:45.057Z | [ recovery-image] May 15 03:15:44.246 INFO O| May 15 03:15:44.246 INFO STEP 215 (remove_files) COMPLETE |
| 5018 | 2024-05-15T03:15:45.057Z | [ recovery-image] May 15 03:15:44.246 INFO O| May 15 03:15:44.246 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5019 | 2024-05-15T03:15:45.058Z | [ recovery-image] May 15 03:15:44.260 INFO O| May 15 03:15:44.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
| 5020 | 2024-05-15T03:15:45.058Z | [ recovery-image] May 15 03:15:44.260 INFO O| May 15 03:15:44.260 INFO STEP 216 (remove_files) COMPLETE |
| 5021 | 2024-05-15T03:15:45.058Z | [ recovery-image] May 15 03:15:44.260 INFO O| May 15 03:15:44.260 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5022 | 2024-05-15T03:15:45.059Z | [ recovery-image] May 15 03:15:44.273 INFO O| May 15 03:15:44.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
| 5023 | 2024-05-15T03:15:45.059Z | [ recovery-image] May 15 03:15:44.274 INFO O| May 15 03:15:44.274 INFO STEP 217 (remove_files) COMPLETE |
| 5024 | 2024-05-15T03:15:45.059Z | [ recovery-image] May 15 03:15:44.274 INFO O| May 15 03:15:44.274 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5025 | 2024-05-15T03:15:45.059Z | [ recovery-image] May 15 03:15:44.290 INFO O| May 15 03:15:44.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
| 5026 | 2024-05-15T03:15:45.059Z | [ recovery-image] May 15 03:15:44.291 INFO O| May 15 03:15:44.291 INFO STEP 218 (remove_files) COMPLETE |
| 5027 | 2024-05-15T03:15:45.060Z | [ recovery-image] May 15 03:15:44.291 INFO O| May 15 03:15:44.291 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5028 | 2024-05-15T03:15:45.060Z | [ recovery-image] May 15 03:15:44.304 INFO O| May 15 03:15:44.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
| 5029 | 2024-05-15T03:15:45.060Z | [ recovery-image] May 15 03:15:44.305 INFO O| May 15 03:15:44.305 INFO STEP 219 (remove_files) COMPLETE |
| 5030 | 2024-05-15T03:15:45.061Z | [ recovery-image] May 15 03:15:44.305 INFO O| May 15 03:15:44.305 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5031 | 2024-05-15T03:15:45.061Z | [ recovery-image] May 15 03:15:44.318 INFO O| May 15 03:15:44.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
| 5032 | 2024-05-15T03:15:45.061Z | [ recovery-image] May 15 03:15:44.318 INFO O| May 15 03:15:44.318 INFO STEP 220 (remove_files) COMPLETE |
| 5033 | 2024-05-15T03:15:45.061Z | [ recovery-image] May 15 03:15:44.318 INFO O| May 15 03:15:44.318 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5034 | 2024-05-15T03:15:45.061Z | [ recovery-image] May 15 03:15:44.331 INFO O| May 15 03:15:44.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
| 5035 | 2024-05-15T03:15:45.062Z | [ recovery-image] May 15 03:15:44.331 INFO O| May 15 03:15:44.331 INFO STEP 221 (remove_files) COMPLETE |
| 5036 | 2024-05-15T03:15:45.062Z | [ recovery-image] May 15 03:15:44.331 INFO O| May 15 03:15:44.331 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5037 | 2024-05-15T03:15:45.062Z | [ host-image] May 15 03:15:44.340 INFO O| May 15 03:15:44.340 INFO O| Actions: Completed 1361 actions in 0.53 seconds. |
| 5038 | 2024-05-15T03:15:45.062Z | [ recovery-image] May 15 03:15:44.344 INFO O| May 15 03:15:44.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
| 5039 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.344 INFO O| May 15 03:15:44.344 INFO STEP 222 (remove_files) COMPLETE |
| 5040 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.344 INFO O| May 15 03:15:44.344 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5041 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.357 INFO O| May 15 03:15:44.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
| 5042 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.357 INFO O| May 15 03:15:44.357 INFO STEP 223 (remove_files) COMPLETE |
| 5043 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.357 INFO O| May 15 03:15:44.357 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5044 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.370 INFO O| May 15 03:15:44.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
| 5045 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.370 INFO O| May 15 03:15:44.370 INFO STEP 224 (remove_files) COMPLETE |
| 5046 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.370 INFO O| May 15 03:15:44.370 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5047 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.384 INFO O| May 15 03:15:44.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
| 5048 | 2024-05-15T03:15:45.063Z | [ recovery-image] May 15 03:15:44.384 INFO O| May 15 03:15:44.384 INFO STEP 225 (remove_files) COMPLETE |
| 5049 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.384 INFO O| May 15 03:15:44.384 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5050 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.397 INFO O| May 15 03:15:44.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
| 5051 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.397 INFO O| May 15 03:15:44.397 INFO STEP 226 (remove_files) COMPLETE |
| 5052 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.397 INFO O| May 15 03:15:44.397 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5053 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.410 INFO O| May 15 03:15:44.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
| 5054 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.410 INFO O| May 15 03:15:44.410 INFO STEP 227 (remove_files) COMPLETE |
| 5055 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.410 INFO O| May 15 03:15:44.410 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5056 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.423 INFO O| May 15 03:15:44.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
| 5057 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.423 INFO O| May 15 03:15:44.423 INFO STEP 228 (remove_files) COMPLETE |
| 5058 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.423 INFO O| May 15 03:15:44.423 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5059 | 2024-05-15T03:15:45.064Z | [ recovery-image] May 15 03:15:44.436 INFO O| May 15 03:15:44.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
| 5060 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.437 INFO O| May 15 03:15:44.436 INFO STEP 229 (remove_files) COMPLETE |
| 5061 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.437 INFO O| May 15 03:15:44.436 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5062 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.449 INFO O| May 15 03:15:44.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
| 5063 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.449 INFO O| May 15 03:15:44.449 INFO STEP 230 (remove_files) COMPLETE |
| 5064 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.449 INFO O| May 15 03:15:44.449 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5065 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.466 INFO O| May 15 03:15:44.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
| 5066 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.466 INFO O| May 15 03:15:44.466 INFO STEP 231 (remove_files) COMPLETE |
| 5067 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.466 INFO O| May 15 03:15:44.466 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5068 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.479 INFO O| May 15 03:15:44.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
| 5069 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.479 INFO O| May 15 03:15:44.479 INFO STEP 232 (remove_files) COMPLETE |
| 5070 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.479 INFO O| May 15 03:15:44.479 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5071 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.494 INFO O| May 15 03:15:44.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
| 5072 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.494 INFO O| May 15 03:15:44.494 INFO STEP 233 (remove_files) COMPLETE |
| 5073 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.494 INFO O| May 15 03:15:44.494 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5074 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.508 INFO O| May 15 03:15:44.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
| 5075 | 2024-05-15T03:15:45.065Z | [ recovery-image] May 15 03:15:44.509 INFO O| May 15 03:15:44.509 INFO STEP 234 (remove_files) COMPLETE |
| 5076 | 2024-05-15T03:15:45.066Z | [ recovery-image] May 15 03:15:44.509 INFO O| May 15 03:15:44.509 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5077 | 2024-05-15T03:15:45.066Z | [ host-image] May 15 03:15:44.509 INFO O| May 15 03:15:44.509 INFO O| Done |
| 5078 | 2024-05-15T03:15:45.066Z | [ host-image] May 15 03:15:44.509 INFO O| May 15 03:15:44.509 INFO O| Done |
| 5079 | 2024-05-15T03:15:45.066Z | [ recovery-image] May 15 03:15:44.522 INFO O| May 15 03:15:44.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
| 5080 | 2024-05-15T03:15:45.066Z | [ recovery-image] May 15 03:15:44.522 INFO O| May 15 03:15:44.522 INFO STEP 235 (remove_files) COMPLETE |
| 5081 | 2024-05-15T03:15:45.066Z | [ recovery-image] May 15 03:15:44.522 INFO O| May 15 03:15:44.522 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5082 | 2024-05-15T03:15:45.066Z | [ recovery-image] May 15 03:15:44.534 INFO O| May 15 03:15:44.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
| 5083 | 2024-05-15T03:15:45.066Z | [ recovery-image] May 15 03:15:44.535 INFO O| May 15 03:15:44.535 INFO STEP 236 (remove_files) COMPLETE |
| 5084 | 2024-05-15T03:15:45.066Z | [ recovery-image] May 15 03:15:44.535 INFO O| May 15 03:15:44.535 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5085 | 2024-05-15T03:15:45.066Z | [ recovery-image] May 15 03:15:44.548 INFO O| May 15 03:15:44.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
| 5086 | 2024-05-15T03:15:45.067Z | [ recovery-image] May 15 03:15:44.548 INFO O| May 15 03:15:44.548 INFO STEP 237 (remove_files) COMPLETE |
| 5087 | 2024-05-15T03:15:45.067Z | [ recovery-image] May 15 03:15:44.548 INFO O| May 15 03:15:44.548 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5088 | 2024-05-15T03:15:45.067Z | [ recovery-image] May 15 03:15:44.561 INFO O| May 15 03:15:44.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
| 5089 | 2024-05-15T03:15:45.067Z | [ recovery-image] May 15 03:15:44.562 INFO O| May 15 03:15:44.561 INFO STEP 238 (remove_files) COMPLETE |
| 5090 | 2024-05-15T03:15:45.067Z | [ recovery-image] May 15 03:15:44.562 INFO O| May 15 03:15:44.562 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5091 | 2024-05-15T03:15:45.106Z | [ recovery-image] May 15 03:15:44.578 INFO O| May 15 03:15:44.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
| 5092 | 2024-05-15T03:15:45.106Z | [ recovery-image] May 15 03:15:44.578 INFO O| May 15 03:15:44.578 INFO STEP 239 (remove_files) COMPLETE |
| 5093 | 2024-05-15T03:15:45.106Z | [ recovery-image] May 15 03:15:44.578 INFO O| May 15 03:15:44.578 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5094 | 2024-05-15T03:15:45.106Z | [ recovery-image] May 15 03:15:44.596 INFO O| May 15 03:15:44.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
| 5095 | 2024-05-15T03:15:45.106Z | [ recovery-image] May 15 03:15:44.596 INFO O| May 15 03:15:44.596 INFO STEP 240 (remove_files) COMPLETE |
| 5096 | 2024-05-15T03:15:45.106Z | [ recovery-image] May 15 03:15:44.596 INFO O| May 15 03:15:44.596 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5097 | 2024-05-15T03:15:45.106Z | [ recovery-image] May 15 03:15:44.615 INFO O| May 15 03:15:44.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
| 5098 | 2024-05-15T03:15:45.107Z | [ recovery-image] May 15 03:15:44.615 INFO O| May 15 03:15:44.615 INFO STEP 241 (remove_files) COMPLETE |
| 5099 | 2024-05-15T03:15:45.107Z | [ recovery-image] May 15 03:15:44.615 INFO O| May 15 03:15:44.615 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5100 | 2024-05-15T03:15:45.107Z | [ recovery-image] May 15 03:15:44.630 INFO O| May 15 03:15:44.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
| 5101 | 2024-05-15T03:15:45.107Z | [ recovery-image] May 15 03:15:44.630 INFO O| May 15 03:15:44.630 INFO STEP 242 (remove_files) COMPLETE |
| 5102 | 2024-05-15T03:15:45.107Z | [ recovery-image] May 15 03:15:44.630 INFO O| May 15 03:15:44.630 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5103 | 2024-05-15T03:15:45.798Z | [ recovery-image] May 15 03:15:44.645 INFO O| May 15 03:15:44.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
| 5104 | 2024-05-15T03:15:45.798Z | [ recovery-image] May 15 03:15:44.645 INFO O| May 15 03:15:44.645 INFO STEP 243 (remove_files) COMPLETE |
| 5105 | 2024-05-15T03:15:45.799Z | [ recovery-image] May 15 03:15:44.645 INFO O| May 15 03:15:44.645 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5106 | 2024-05-15T03:15:45.799Z | [ recovery-image] May 15 03:15:44.659 INFO O| May 15 03:15:44.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
| 5107 | 2024-05-15T03:15:45.799Z | [ recovery-image] May 15 03:15:44.659 INFO O| May 15 03:15:44.659 INFO STEP 244 (remove_files) COMPLETE |
| 5108 | 2024-05-15T03:15:45.799Z | [ recovery-image] May 15 03:15:44.659 INFO O| May 15 03:15:44.659 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5109 | 2024-05-15T03:15:45.799Z | [ recovery-image] May 15 03:15:44.678 INFO O| May 15 03:15:44.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
| 5110 | 2024-05-15T03:15:45.799Z | [ recovery-image] May 15 03:15:44.678 INFO O| May 15 03:15:44.678 INFO STEP 245 (remove_files) COMPLETE |
| 5111 | 2024-05-15T03:15:45.799Z | [ recovery-image] May 15 03:15:44.678 INFO O| May 15 03:15:44.678 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5112 | 2024-05-15T03:15:45.799Z | [ recovery-image] May 15 03:15:44.691 INFO O| May 15 03:15:44.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
| 5113 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.691 INFO O| May 15 03:15:44.691 INFO STEP 246 (remove_files) COMPLETE |
| 5114 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.691 INFO O| May 15 03:15:44.691 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5115 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.703 INFO O| May 15 03:15:44.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
| 5116 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.704 INFO O| May 15 03:15:44.704 INFO STEP 247 (remove_files) COMPLETE |
| 5117 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.704 INFO O| May 15 03:15:44.704 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5118 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.716 INFO O| May 15 03:15:44.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
| 5119 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.716 INFO O| May 15 03:15:44.716 INFO STEP 248 (remove_files) COMPLETE |
| 5120 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.716 INFO O| May 15 03:15:44.716 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5121 | 2024-05-15T03:15:45.800Z | [ recovery-image] May 15 03:15:44.728 INFO O| May 15 03:15:44.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
| 5122 | 2024-05-15T03:15:45.801Z | [ recovery-image] May 15 03:15:44.728 INFO O| May 15 03:15:44.728 INFO STEP 249 (remove_files) COMPLETE |
| 5123 | 2024-05-15T03:15:45.801Z | [ recovery-image] May 15 03:15:44.728 INFO O| May 15 03:15:44.728 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5124 | 2024-05-15T03:15:45.801Z | [ recovery-image] May 15 03:15:44.740 INFO O| May 15 03:15:44.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
| 5125 | 2024-05-15T03:15:45.801Z | [ recovery-image] May 15 03:15:44.741 INFO O| May 15 03:15:44.741 INFO STEP 250 (remove_files) COMPLETE |
| 5126 | 2024-05-15T03:15:45.801Z | [ recovery-image] May 15 03:15:44.741 INFO O| May 15 03:15:44.741 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5127 | 2024-05-15T03:15:45.801Z | [ recovery-image] May 15 03:15:44.753 INFO O| May 15 03:15:44.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
| 5128 | 2024-05-15T03:15:45.801Z | [ recovery-image] May 15 03:15:44.754 INFO O| May 15 03:15:44.753 INFO STEP 251 (remove_files) COMPLETE |
| 5129 | 2024-05-15T03:15:45.801Z | [ recovery-image] May 15 03:15:44.754 INFO O| May 15 03:15:44.754 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5130 | 2024-05-15T03:15:45.802Z | [ recovery-image] May 15 03:15:44.765 INFO O| May 15 03:15:44.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
| 5131 | 2024-05-15T03:15:45.802Z | [ recovery-image] May 15 03:15:44.766 INFO O| May 15 03:15:44.766 INFO STEP 252 (remove_files) COMPLETE |
| 5132 | 2024-05-15T03:15:45.802Z | [ recovery-image] May 15 03:15:44.766 INFO O| May 15 03:15:44.766 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5133 | 2024-05-15T03:15:45.802Z | [ recovery-image] May 15 03:15:44.778 INFO O| May 15 03:15:44.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
| 5134 | 2024-05-15T03:15:45.802Z | [ recovery-image] May 15 03:15:44.778 INFO O| May 15 03:15:44.778 INFO STEP 253 (remove_files) COMPLETE |
| 5135 | 2024-05-15T03:15:45.802Z | [ recovery-image] May 15 03:15:44.778 INFO O| May 15 03:15:44.778 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5136 | 2024-05-15T03:15:45.802Z | [ recovery-image] May 15 03:15:44.791 INFO O| May 15 03:15:44.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
| 5137 | 2024-05-15T03:15:45.802Z | [ recovery-image] May 15 03:15:44.791 INFO O| May 15 03:15:44.791 INFO STEP 254 (remove_files) COMPLETE |
| 5138 | 2024-05-15T03:15:45.803Z | [ recovery-image] May 15 03:15:44.791 INFO O| May 15 03:15:44.791 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5139 | 2024-05-15T03:15:45.803Z | [ recovery-image] May 15 03:15:44.803 INFO O| May 15 03:15:44.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
| 5140 | 2024-05-15T03:15:45.803Z | [ recovery-image] May 15 03:15:44.803 INFO O| May 15 03:15:44.803 INFO STEP 255 (remove_files) COMPLETE |
| 5141 | 2024-05-15T03:15:45.803Z | [ recovery-image] May 15 03:15:44.803 INFO O| May 15 03:15:44.803 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5142 | 2024-05-15T03:15:45.803Z | [ recovery-image] May 15 03:15:44.816 INFO O| May 15 03:15:44.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
| 5143 | 2024-05-15T03:15:45.803Z | [ recovery-image] May 15 03:15:44.816 INFO O| May 15 03:15:44.816 INFO STEP 256 (remove_files) COMPLETE |
| 5144 | 2024-05-15T03:15:45.803Z | [ recovery-image] May 15 03:15:44.816 INFO O| May 15 03:15:44.816 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5145 | 2024-05-15T03:15:45.803Z | [ recovery-image] May 15 03:15:44.828 INFO O| May 15 03:15:44.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
| 5146 | 2024-05-15T03:15:45.804Z | [ recovery-image] May 15 03:15:44.828 INFO O| May 15 03:15:44.828 INFO STEP 257 (remove_files) COMPLETE |
| 5147 | 2024-05-15T03:15:45.804Z | [ recovery-image] May 15 03:15:44.828 INFO O| May 15 03:15:44.828 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5148 | 2024-05-15T03:15:45.804Z | [ recovery-image] May 15 03:15:44.841 INFO O| May 15 03:15:44.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
| 5149 | 2024-05-15T03:15:45.804Z | [ recovery-image] May 15 03:15:44.841 INFO O| May 15 03:15:44.841 INFO STEP 258 (remove_files) COMPLETE |
| 5150 | 2024-05-15T03:15:45.804Z | [ recovery-image] May 15 03:15:44.841 INFO O| May 15 03:15:44.841 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5151 | 2024-05-15T03:15:45.804Z | [ recovery-image] May 15 03:15:44.859 INFO O| May 15 03:15:44.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
| 5152 | 2024-05-15T03:15:45.804Z | [ recovery-image] May 15 03:15:44.860 INFO O| May 15 03:15:44.860 INFO STEP 259 (remove_files) COMPLETE |
| 5153 | 2024-05-15T03:15:45.804Z | [ recovery-image] May 15 03:15:44.860 INFO O| May 15 03:15:44.860 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5154 | 2024-05-15T03:15:45.805Z | [ recovery-image] May 15 03:15:44.872 INFO O| May 15 03:15:44.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
| 5155 | 2024-05-15T03:15:45.805Z | [ recovery-image] May 15 03:15:44.872 INFO O| May 15 03:15:44.872 INFO STEP 260 (remove_files) COMPLETE |
| 5156 | 2024-05-15T03:15:45.805Z | [ recovery-image] May 15 03:15:44.872 INFO O| May 15 03:15:44.872 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5157 | 2024-05-15T03:15:45.805Z | [ host-image] May 15 03:15:44.874 INFO O| May 15 03:15:44.874 INFO O| Done |
| 5158 | 2024-05-15T03:15:45.805Z | [ recovery-image] May 15 03:15:44.886 INFO O| May 15 03:15:44.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
| 5159 | 2024-05-15T03:15:45.805Z | [ recovery-image] May 15 03:15:44.886 INFO O| May 15 03:15:44.886 INFO STEP 261 (remove_files) COMPLETE |
| 5160 | 2024-05-15T03:15:45.805Z | [ recovery-image] May 15 03:15:44.886 INFO O| May 15 03:15:44.886 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5161 | 2024-05-15T03:15:45.805Z | [ recovery-image] May 15 03:15:44.900 INFO O| May 15 03:15:44.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
| 5162 | 2024-05-15T03:15:45.805Z | [ recovery-image] May 15 03:15:44.900 INFO O| May 15 03:15:44.900 INFO STEP 262 (remove_files) COMPLETE |
| 5163 | 2024-05-15T03:15:45.806Z | [ recovery-image] May 15 03:15:44.900 INFO O| May 15 03:15:44.900 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5164 | 2024-05-15T03:15:45.806Z | [ recovery-image] May 15 03:15:44.918 INFO O| May 15 03:15:44.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
| 5165 | 2024-05-15T03:15:45.806Z | [ recovery-image] May 15 03:15:44.918 INFO O| May 15 03:15:44.918 INFO STEP 263 (remove_files) COMPLETE |
| 5166 | 2024-05-15T03:15:45.806Z | [ recovery-image] May 15 03:15:44.918 INFO O| May 15 03:15:44.918 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5167 | 2024-05-15T03:15:45.806Z | [ recovery-image] May 15 03:15:44.932 INFO O| May 15 03:15:44.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
| 5168 | 2024-05-15T03:15:45.806Z | [ recovery-image] May 15 03:15:44.932 INFO O| May 15 03:15:44.932 INFO STEP 264 (remove_files) COMPLETE |
| 5169 | 2024-05-15T03:15:45.806Z | [ recovery-image] May 15 03:15:44.932 INFO O| May 15 03:15:44.932 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5170 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.945 INFO O| May 15 03:15:44.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
| 5171 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.946 INFO O| May 15 03:15:44.946 INFO STEP 265 (remove_files) COMPLETE |
| 5172 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.946 INFO O| May 15 03:15:44.946 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5173 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.961 INFO O| May 15 03:15:44.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
| 5174 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.961 INFO O| May 15 03:15:44.961 INFO STEP 266 (remove_files) COMPLETE |
| 5175 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.962 INFO O| May 15 03:15:44.961 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5176 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.976 INFO O| May 15 03:15:44.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
| 5177 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.976 INFO O| May 15 03:15:44.976 INFO STEP 267 (remove_files) COMPLETE |
| 5178 | 2024-05-15T03:15:45.807Z | [ recovery-image] May 15 03:15:44.976 INFO O| May 15 03:15:44.976 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5179 | 2024-05-15T03:15:45.808Z | [ recovery-image] May 15 03:15:44.989 INFO O| May 15 03:15:44.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
| 5180 | 2024-05-15T03:15:45.808Z | [ recovery-image] May 15 03:15:44.989 INFO O| May 15 03:15:44.989 INFO STEP 268 (remove_files) COMPLETE |
| 5181 | 2024-05-15T03:15:45.808Z | [ recovery-image] May 15 03:15:44.989 INFO O| May 15 03:15:44.989 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5182 | 2024-05-15T03:15:45.808Z | [ recovery-image] May 15 03:15:45.008 INFO O| May 15 03:15:45.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
| 5183 | 2024-05-15T03:15:45.808Z | [ recovery-image] May 15 03:15:45.008 INFO O| May 15 03:15:45.008 INFO STEP 269 (remove_files) COMPLETE |
| 5184 | 2024-05-15T03:15:45.808Z | [ recovery-image] May 15 03:15:45.008 INFO O| May 15 03:15:45.008 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5185 | 2024-05-15T03:15:45.808Z | [ recovery-image] May 15 03:15:45.023 INFO O| May 15 03:15:45.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
| 5186 | 2024-05-15T03:15:45.808Z | [ recovery-image] May 15 03:15:45.023 INFO O| May 15 03:15:45.023 INFO STEP 270 (remove_files) COMPLETE |
| 5187 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.023 INFO O| May 15 03:15:45.023 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5188 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.037 INFO O| May 15 03:15:45.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
| 5189 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.037 INFO O| May 15 03:15:45.037 INFO STEP 271 (remove_files) COMPLETE |
| 5190 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.037 INFO O| May 15 03:15:45.037 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5191 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.049 INFO O| May 15 03:15:45.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
| 5192 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.050 INFO O| May 15 03:15:45.050 INFO STEP 272 (remove_files) COMPLETE |
| 5193 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.050 INFO O| May 15 03:15:45.050 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5194 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.063 INFO O| May 15 03:15:45.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
| 5195 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.064 INFO O| May 15 03:15:45.064 INFO STEP 273 (remove_files) COMPLETE |
| 5196 | 2024-05-15T03:15:45.809Z | [ recovery-image] May 15 03:15:45.064 INFO O| May 15 03:15:45.064 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5197 | 2024-05-15T03:15:45.810Z | [ recovery-image] May 15 03:15:45.078 INFO O| May 15 03:15:45.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
| 5198 | 2024-05-15T03:15:45.810Z | [ recovery-image] May 15 03:15:45.078 INFO O| May 15 03:15:45.078 INFO STEP 274 (remove_files) COMPLETE |
| 5199 | 2024-05-15T03:15:45.810Z | [ recovery-image] May 15 03:15:45.078 INFO O| May 15 03:15:45.078 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5200 | 2024-05-15T03:15:45.810Z | [ recovery-image] May 15 03:15:45.090 INFO O| May 15 03:15:45.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
| 5201 | 2024-05-15T03:15:45.810Z | [ recovery-image] May 15 03:15:45.091 INFO O| May 15 03:15:45.091 INFO STEP 275 (remove_files) COMPLETE |
| 5202 | 2024-05-15T03:15:45.810Z | [ recovery-image] May 15 03:15:45.091 INFO O| May 15 03:15:45.091 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5203 | 2024-05-15T03:15:45.874Z | [ recovery-image] May 15 03:15:45.104 INFO O| May 15 03:15:45.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
| 5204 | 2024-05-15T03:15:45.874Z | [ recovery-image] May 15 03:15:45.104 INFO O| May 15 03:15:45.104 INFO STEP 276 (remove_files) COMPLETE |
| 5205 | 2024-05-15T03:15:45.874Z | [ recovery-image] May 15 03:15:45.104 INFO O| May 15 03:15:45.104 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5206 | 2024-05-15T03:15:45.874Z | [ recovery-image] May 15 03:15:45.120 INFO O| May 15 03:15:45.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
| 5207 | 2024-05-15T03:15:45.874Z | [ recovery-image] May 15 03:15:45.120 INFO O| May 15 03:15:45.120 INFO STEP 277 (remove_files) COMPLETE |
| 5208 | 2024-05-15T03:15:45.875Z | [ recovery-image] May 15 03:15:45.120 INFO O| May 15 03:15:45.120 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5209 | 2024-05-15T03:15:45.875Z | [ recovery-image] May 15 03:15:45.135 INFO O| May 15 03:15:45.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
| 5210 | 2024-05-15T03:15:45.875Z | [ recovery-image] May 15 03:15:45.135 INFO O| May 15 03:15:45.135 INFO STEP 278 (remove_files) COMPLETE |
| 5211 | 2024-05-15T03:15:45.875Z | [ recovery-image] May 15 03:15:45.136 INFO O| May 15 03:15:45.135 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5212 | 2024-05-15T03:15:45.875Z | [ recovery-image] May 15 03:15:45.150 INFO O| May 15 03:15:45.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
| 5213 | 2024-05-15T03:15:45.876Z | [ recovery-image] May 15 03:15:45.150 INFO O| May 15 03:15:45.150 INFO STEP 279 (remove_files) COMPLETE |
| 5214 | 2024-05-15T03:15:45.876Z | [ recovery-image] May 15 03:15:45.150 INFO O| May 15 03:15:45.150 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5215 | 2024-05-15T03:15:45.876Z | [ recovery-image] May 15 03:15:45.163 INFO O| May 15 03:15:45.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
| 5216 | 2024-05-15T03:15:45.876Z | [ recovery-image] May 15 03:15:45.163 INFO O| May 15 03:15:45.163 INFO STEP 280 (remove_files) COMPLETE |
| 5217 | 2024-05-15T03:15:45.877Z | [ recovery-image] May 15 03:15:45.163 INFO O| May 15 03:15:45.163 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5218 | 2024-05-15T03:15:45.877Z | [ recovery-image] May 15 03:15:45.176 INFO O| May 15 03:15:45.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
| 5219 | 2024-05-15T03:15:45.877Z | [ recovery-image] May 15 03:15:45.176 INFO O| May 15 03:15:45.176 INFO STEP 281 (remove_files) COMPLETE |
| 5220 | 2024-05-15T03:15:45.877Z | [ recovery-image] May 15 03:15:45.176 INFO O| May 15 03:15:45.176 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5221 | 2024-05-15T03:15:45.877Z | [ recovery-image] May 15 03:15:45.191 INFO O| May 15 03:15:45.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
| 5222 | 2024-05-15T03:15:45.877Z | [ recovery-image] May 15 03:15:45.191 INFO O| May 15 03:15:45.191 INFO STEP 282 (remove_files) COMPLETE |
| 5223 | 2024-05-15T03:15:45.878Z | [ recovery-image] May 15 03:15:45.191 INFO O| May 15 03:15:45.191 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5224 | 2024-05-15T03:15:45.878Z | [ recovery-image] May 15 03:15:45.205 INFO O| May 15 03:15:45.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
| 5225 | 2024-05-15T03:15:45.878Z | [ recovery-image] May 15 03:15:45.206 INFO O| May 15 03:15:45.205 INFO STEP 283 (remove_files) COMPLETE |
| 5226 | 2024-05-15T03:15:45.878Z | [ recovery-image] May 15 03:15:45.206 INFO O| May 15 03:15:45.205 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5227 | 2024-05-15T03:15:45.878Z | [ recovery-image] May 15 03:15:45.219 INFO O| May 15 03:15:45.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
| 5228 | 2024-05-15T03:15:45.878Z | [ recovery-image] May 15 03:15:45.220 INFO O| May 15 03:15:45.220 INFO STEP 284 (remove_files) COMPLETE |
| 5229 | 2024-05-15T03:15:45.878Z | [ recovery-image] May 15 03:15:45.220 INFO O| May 15 03:15:45.220 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5230 | 2024-05-15T03:15:45.878Z | [ recovery-image] May 15 03:15:45.233 INFO O| May 15 03:15:45.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
| 5231 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.233 INFO O| May 15 03:15:45.233 INFO STEP 285 (remove_files) COMPLETE |
| 5232 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.233 INFO O| May 15 03:15:45.233 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5233 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.247 INFO O| May 15 03:15:45.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
| 5234 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.247 INFO O| May 15 03:15:45.247 INFO STEP 286 (remove_files) COMPLETE |
| 5235 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.247 INFO O| May 15 03:15:45.247 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5236 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.260 INFO O| May 15 03:15:45.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
| 5237 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.260 INFO O| May 15 03:15:45.260 INFO STEP 287 (remove_files) COMPLETE |
| 5238 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.260 INFO O| May 15 03:15:45.260 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5239 | 2024-05-15T03:15:45.879Z | [ recovery-image] May 15 03:15:45.273 INFO O| May 15 03:15:45.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
| 5240 | 2024-05-15T03:15:45.880Z | [ recovery-image] May 15 03:15:45.273 INFO O| May 15 03:15:45.273 INFO STEP 288 (remove_files) COMPLETE |
| 5241 | 2024-05-15T03:15:45.880Z | [ recovery-image] May 15 03:15:45.273 INFO O| May 15 03:15:45.273 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5242 | 2024-05-15T03:15:45.880Z | [ recovery-image] May 15 03:15:45.285 INFO O| May 15 03:15:45.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
| 5243 | 2024-05-15T03:15:45.880Z | [ recovery-image] May 15 03:15:45.286 INFO O| May 15 03:15:45.286 INFO STEP 289 (remove_files) COMPLETE |
| 5244 | 2024-05-15T03:15:45.880Z | [ recovery-image] May 15 03:15:45.286 INFO O| May 15 03:15:45.286 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5245 | 2024-05-15T03:15:45.880Z | [ recovery-image] May 15 03:15:45.299 INFO O| May 15 03:15:45.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5246 | 2024-05-15T03:15:45.880Z | [ recovery-image] May 15 03:15:45.299 INFO O| May 15 03:15:45.299 INFO STEP 290 (remove_files) COMPLETE |
| 5247 | 2024-05-15T03:15:45.881Z | [ recovery-image] May 15 03:15:45.299 INFO O| May 15 03:15:45.299 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5248 | 2024-05-15T03:15:45.881Z | [ recovery-image] May 15 03:15:45.314 INFO O| May 15 03:15:45.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
| 5249 | 2024-05-15T03:15:45.881Z | [ recovery-image] May 15 03:15:45.314 INFO O| May 15 03:15:45.314 INFO STEP 291 (remove_files) COMPLETE |
| 5250 | 2024-05-15T03:15:45.881Z | [ recovery-image] May 15 03:15:45.314 INFO O| May 15 03:15:45.314 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5251 | 2024-05-15T03:15:45.881Z | [ recovery-image] May 15 03:15:45.329 INFO O| May 15 03:15:45.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
| 5252 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.329 INFO O| May 15 03:15:45.329 INFO STEP 292 (remove_files) COMPLETE |
| 5253 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.329 INFO O| May 15 03:15:45.329 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5254 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.348 INFO O| May 15 03:15:45.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
| 5255 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.348 INFO O| May 15 03:15:45.348 INFO STEP 293 (remove_files) COMPLETE |
| 5256 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.348 INFO O| May 15 03:15:45.348 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5257 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.363 INFO O| May 15 03:15:45.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
| 5258 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.363 INFO O| May 15 03:15:45.363 INFO STEP 294 (remove_files) COMPLETE |
| 5259 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.363 INFO O| May 15 03:15:45.363 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5260 | 2024-05-15T03:15:45.882Z | [ recovery-image] May 15 03:15:45.381 INFO O| May 15 03:15:45.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
| 5261 | 2024-05-15T03:15:45.883Z | [ recovery-image] May 15 03:15:45.381 INFO O| May 15 03:15:45.381 INFO STEP 295 (remove_files) COMPLETE |
| 5262 | 2024-05-15T03:15:45.883Z | [ recovery-image] May 15 03:15:45.381 INFO O| May 15 03:15:45.381 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5263 | 2024-05-15T03:15:45.926Z | [ recovery-image] May 15 03:15:45.404 INFO O| May 15 03:15:45.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
| 5264 | 2024-05-15T03:15:45.926Z | [ recovery-image] May 15 03:15:45.404 INFO O| May 15 03:15:45.404 INFO STEP 296 (remove_files) COMPLETE |
| 5265 | 2024-05-15T03:15:45.926Z | [ recovery-image] May 15 03:15:45.404 INFO O| May 15 03:15:45.404 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5266 | 2024-05-15T03:15:45.926Z | [ recovery-image] May 15 03:15:45.418 INFO O| May 15 03:15:45.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
| 5267 | 2024-05-15T03:15:45.926Z | [ recovery-image] May 15 03:15:45.418 INFO O| May 15 03:15:45.418 INFO STEP 297 (remove_files) COMPLETE |
| 5268 | 2024-05-15T03:15:45.927Z | [ recovery-image] May 15 03:15:45.418 INFO O| May 15 03:15:45.418 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5269 | 2024-05-15T03:15:45.927Z | [ recovery-image] May 15 03:15:45.430 INFO O| May 15 03:15:45.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
| 5270 | 2024-05-15T03:15:45.927Z | [ recovery-image] May 15 03:15:45.430 INFO O| May 15 03:15:45.430 INFO STEP 298 (remove_files) COMPLETE |
| 5271 | 2024-05-15T03:15:45.927Z | [ recovery-image] May 15 03:15:45.430 INFO O| May 15 03:15:45.430 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5272 | 2024-05-15T03:15:45.927Z | [ recovery-image] May 15 03:15:45.445 INFO O| May 15 03:15:45.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
| 5273 | 2024-05-15T03:15:45.928Z | [ recovery-image] May 15 03:15:45.445 INFO O| May 15 03:15:45.445 INFO STEP 299 (remove_files) COMPLETE |
| 5274 | 2024-05-15T03:15:45.928Z | [ recovery-image] May 15 03:15:45.445 INFO O| May 15 03:15:45.445 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5275 | 2024-05-15T03:15:45.928Z | [ recovery-image] May 15 03:15:45.460 INFO O| May 15 03:15:45.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
| 5276 | 2024-05-15T03:15:45.928Z | [ recovery-image] May 15 03:15:45.460 INFO O| May 15 03:15:45.460 INFO STEP 300 (remove_files) COMPLETE |
| 5277 | 2024-05-15T03:15:45.928Z | [ recovery-image] May 15 03:15:45.460 INFO O| May 15 03:15:45.460 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5278 | 2024-05-15T03:15:45.984Z | [ recovery-image] May 15 03:15:45.478 INFO O| May 15 03:15:45.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
| 5279 | 2024-05-15T03:15:45.984Z | [ recovery-image] May 15 03:15:45.478 INFO O| May 15 03:15:45.478 INFO STEP 301 (remove_files) COMPLETE |
| 5280 | 2024-05-15T03:15:45.984Z | [ recovery-image] May 15 03:15:45.478 INFO O| May 15 03:15:45.478 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5281 | 2024-05-15T03:15:45.985Z | [ recovery-image] May 15 03:15:45.502 INFO O| May 15 03:15:45.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
| 5282 | 2024-05-15T03:15:45.985Z | [ recovery-image] May 15 03:15:45.502 INFO O| May 15 03:15:45.502 INFO STEP 302 (remove_files) COMPLETE |
| 5283 | 2024-05-15T03:15:45.985Z | [ recovery-image] May 15 03:15:45.502 INFO O| May 15 03:15:45.502 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5284 | 2024-05-15T03:15:46.034Z | [ recovery-image] May 15 03:15:45.521 INFO O| May 15 03:15:45.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
| 5285 | 2024-05-15T03:15:46.035Z | [ recovery-image] May 15 03:15:45.521 INFO O| May 15 03:15:45.521 INFO STEP 303 (remove_files) COMPLETE |
| 5286 | 2024-05-15T03:15:46.035Z | [ recovery-image] May 15 03:15:45.521 INFO O| May 15 03:15:45.521 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5287 | 2024-05-15T03:15:46.035Z | [ recovery-image] May 15 03:15:45.535 INFO O| May 15 03:15:45.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
| 5288 | 2024-05-15T03:15:46.035Z | [ recovery-image] May 15 03:15:45.535 INFO O| May 15 03:15:45.535 INFO STEP 304 (remove_files) COMPLETE |
| 5289 | 2024-05-15T03:15:46.035Z | [ recovery-image] May 15 03:15:45.535 INFO O| May 15 03:15:45.535 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5290 | 2024-05-15T03:15:46.035Z | [ recovery-image] May 15 03:15:45.548 INFO O| May 15 03:15:45.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
| 5291 | 2024-05-15T03:15:46.035Z | [ recovery-image] May 15 03:15:45.548 INFO O| May 15 03:15:45.548 INFO STEP 305 (remove_files) COMPLETE |
| 5292 | 2024-05-15T03:15:46.035Z | [ recovery-image] May 15 03:15:45.548 INFO O| May 15 03:15:45.548 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5293 | 2024-05-15T03:15:46.036Z | [ recovery-image] May 15 03:15:45.565 INFO O| May 15 03:15:45.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
| 5294 | 2024-05-15T03:15:46.036Z | [ recovery-image] May 15 03:15:45.565 INFO O| May 15 03:15:45.565 INFO STEP 306 (remove_files) COMPLETE |
| 5295 | 2024-05-15T03:15:46.036Z | [ recovery-image] May 15 03:15:45.565 INFO O| May 15 03:15:45.565 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5296 | 2024-05-15T03:15:46.068Z | [ recovery-image] May 15 03:15:45.578 INFO O| May 15 03:15:45.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
| 5297 | 2024-05-15T03:15:46.068Z | [ recovery-image] May 15 03:15:45.578 INFO O| May 15 03:15:45.578 INFO STEP 307 (remove_files) COMPLETE |
| 5298 | 2024-05-15T03:15:46.068Z | [ recovery-image] May 15 03:15:45.578 INFO O| May 15 03:15:45.578 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5299 | 2024-05-15T03:15:46.069Z | [ recovery-image] May 15 03:15:45.592 INFO O| May 15 03:15:45.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
| 5300 | 2024-05-15T03:15:46.069Z | [ recovery-image] May 15 03:15:45.592 INFO O| May 15 03:15:45.592 INFO STEP 308 (remove_files) COMPLETE |
| 5301 | 2024-05-15T03:15:46.069Z | [ recovery-image] May 15 03:15:45.592 INFO O| May 15 03:15:45.592 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5302 | 2024-05-15T03:15:46.069Z | [ recovery-image] May 15 03:15:45.609 INFO O| May 15 03:15:45.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
| 5303 | 2024-05-15T03:15:46.069Z | [ recovery-image] May 15 03:15:45.609 INFO O| May 15 03:15:45.609 INFO STEP 309 (remove_files) COMPLETE |
| 5304 | 2024-05-15T03:15:46.069Z | [ recovery-image] May 15 03:15:45.609 INFO O| May 15 03:15:45.609 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5305 | 2024-05-15T03:15:46.106Z | [ recovery-image] May 15 03:15:45.624 INFO O| May 15 03:15:45.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
| 5306 | 2024-05-15T03:15:46.106Z | [ recovery-image] May 15 03:15:45.624 INFO O| May 15 03:15:45.624 INFO STEP 310 (remove_files) COMPLETE |
| 5307 | 2024-05-15T03:15:46.107Z | [ recovery-image] May 15 03:15:45.625 INFO O| May 15 03:15:45.624 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5308 | 2024-05-15T03:15:46.107Z | [ recovery-image] May 15 03:15:45.641 INFO O| May 15 03:15:45.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
| 5309 | 2024-05-15T03:15:46.107Z | [ recovery-image] May 15 03:15:45.641 INFO O| May 15 03:15:45.641 INFO STEP 311 (remove_files) COMPLETE |
| 5310 | 2024-05-15T03:15:46.107Z | [ recovery-image] May 15 03:15:45.641 INFO O| May 15 03:15:45.641 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5311 | 2024-05-15T03:15:46.163Z | [ recovery-image] May 15 03:15:45.654 INFO O| May 15 03:15:45.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
| 5312 | 2024-05-15T03:15:46.163Z | [ recovery-image] May 15 03:15:45.655 INFO O| May 15 03:15:45.655 INFO STEP 312 (remove_files) COMPLETE |
| 5313 | 2024-05-15T03:15:46.163Z | [ recovery-image] May 15 03:15:45.655 INFO O| May 15 03:15:45.655 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5314 | 2024-05-15T03:15:46.163Z | [ recovery-image] May 15 03:15:45.668 INFO O| May 15 03:15:45.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
| 5315 | 2024-05-15T03:15:46.164Z | [ recovery-image] May 15 03:15:45.668 INFO O| May 15 03:15:45.668 INFO STEP 313 (remove_files) COMPLETE |
| 5316 | 2024-05-15T03:15:46.164Z | [ recovery-image] May 15 03:15:45.668 INFO O| May 15 03:15:45.668 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5317 | 2024-05-15T03:15:46.164Z | [ recovery-image] May 15 03:15:45.681 INFO O| May 15 03:15:45.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
| 5318 | 2024-05-15T03:15:46.164Z | [ recovery-image] May 15 03:15:45.681 INFO O| May 15 03:15:45.681 INFO STEP 314 (remove_files) COMPLETE |
| 5319 | 2024-05-15T03:15:46.164Z | [ recovery-image] May 15 03:15:45.681 INFO O| May 15 03:15:45.681 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5320 | 2024-05-15T03:15:46.198Z | [ recovery-image] May 15 03:15:45.694 INFO O| May 15 03:15:45.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
| 5321 | 2024-05-15T03:15:46.198Z | [ recovery-image] May 15 03:15:45.694 INFO O| May 15 03:15:45.694 INFO STEP 315 (remove_files) COMPLETE |
| 5322 | 2024-05-15T03:15:46.199Z | [ recovery-image] May 15 03:15:45.694 INFO O| May 15 03:15:45.694 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5323 | 2024-05-15T03:15:46.199Z | [ recovery-image] May 15 03:15:45.707 INFO O| May 15 03:15:45.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
| 5324 | 2024-05-15T03:15:46.199Z | [ recovery-image] May 15 03:15:45.707 INFO O| May 15 03:15:45.707 INFO STEP 316 (remove_files) COMPLETE |
| 5325 | 2024-05-15T03:15:46.199Z | [ recovery-image] May 15 03:15:45.707 INFO O| May 15 03:15:45.707 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5326 | 2024-05-15T03:15:46.199Z | [ recovery-image] May 15 03:15:45.720 INFO O| May 15 03:15:45.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
| 5327 | 2024-05-15T03:15:46.199Z | [ recovery-image] May 15 03:15:45.720 INFO O| May 15 03:15:45.720 INFO STEP 317 (remove_files) COMPLETE |
| 5328 | 2024-05-15T03:15:46.200Z | [ recovery-image] May 15 03:15:45.720 INFO O| May 15 03:15:45.720 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5329 | 2024-05-15T03:15:46.200Z | [ recovery-image] May 15 03:15:45.732 INFO O| May 15 03:15:45.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
| 5330 | 2024-05-15T03:15:46.200Z | [ recovery-image] May 15 03:15:45.732 INFO O| May 15 03:15:45.732 INFO STEP 318 (remove_files) COMPLETE |
| 5331 | 2024-05-15T03:15:46.200Z | [ recovery-image] May 15 03:15:45.732 INFO O| May 15 03:15:45.732 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5332 | 2024-05-15T03:15:46.235Z | [ recovery-image] May 15 03:15:45.744 INFO O| May 15 03:15:45.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
| 5333 | 2024-05-15T03:15:46.235Z | [ recovery-image] May 15 03:15:45.744 INFO O| May 15 03:15:45.744 INFO STEP 319 (remove_files) COMPLETE |
| 5334 | 2024-05-15T03:15:46.235Z | [ recovery-image] May 15 03:15:45.744 INFO O| May 15 03:15:45.744 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5335 | 2024-05-15T03:15:46.235Z | [ recovery-image] May 15 03:15:45.756 INFO O| May 15 03:15:45.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
| 5336 | 2024-05-15T03:15:46.235Z | [ recovery-image] May 15 03:15:45.756 INFO O| May 15 03:15:45.756 INFO STEP 320 (remove_files) COMPLETE |
| 5337 | 2024-05-15T03:15:46.235Z | [ recovery-image] May 15 03:15:45.756 INFO O| May 15 03:15:45.756 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5338 | 2024-05-15T03:15:46.236Z | [ recovery-image] May 15 03:15:45.769 INFO O| May 15 03:15:45.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
| 5339 | 2024-05-15T03:15:46.236Z | [ recovery-image] May 15 03:15:45.769 INFO O| May 15 03:15:45.769 INFO STEP 321 (remove_files) COMPLETE |
| 5340 | 2024-05-15T03:15:46.236Z | [ recovery-image] May 15 03:15:45.769 INFO O| May 15 03:15:45.769 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5341 | 2024-05-15T03:15:46.270Z | [ recovery-image] May 15 03:15:45.782 INFO O| May 15 03:15:45.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
| 5342 | 2024-05-15T03:15:46.270Z | [ recovery-image] May 15 03:15:45.782 INFO O| May 15 03:15:45.782 INFO STEP 322 (remove_files) COMPLETE |
| 5343 | 2024-05-15T03:15:46.270Z | [ recovery-image] May 15 03:15:45.782 INFO O| May 15 03:15:45.782 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5344 | 2024-05-15T03:15:46.270Z | [ recovery-image] May 15 03:15:45.795 INFO O| May 15 03:15:45.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
| 5345 | 2024-05-15T03:15:46.270Z | [ recovery-image] May 15 03:15:45.795 INFO O| May 15 03:15:45.795 INFO STEP 323 (remove_files) COMPLETE |
| 5346 | 2024-05-15T03:15:46.271Z | [ recovery-image] May 15 03:15:45.795 INFO O| May 15 03:15:45.795 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5347 | 2024-05-15T03:15:46.271Z | [ recovery-image] May 15 03:15:45.810 INFO O| May 15 03:15:45.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
| 5348 | 2024-05-15T03:15:46.271Z | [ recovery-image] May 15 03:15:45.810 INFO O| May 15 03:15:45.810 INFO STEP 324 (remove_files) COMPLETE |
| 5349 | 2024-05-15T03:15:46.271Z | [ recovery-image] May 15 03:15:45.810 INFO O| May 15 03:15:45.810 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5350 | 2024-05-15T03:15:46.305Z | [ recovery-image] May 15 03:15:45.824 INFO O| May 15 03:15:45.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
| 5351 | 2024-05-15T03:15:46.305Z | [ recovery-image] May 15 03:15:45.825 INFO O| May 15 03:15:45.825 INFO STEP 325 (remove_files) COMPLETE |
| 5352 | 2024-05-15T03:15:46.305Z | [ recovery-image] May 15 03:15:45.825 INFO O| May 15 03:15:45.825 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5353 | 2024-05-15T03:15:46.305Z | [ recovery-image] May 15 03:15:45.847 INFO O| May 15 03:15:45.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
| 5354 | 2024-05-15T03:15:46.333Z | [ recovery-image] May 15 03:15:45.849 INFO O| May 15 03:15:45.848 INFO STEP 326 (remove_files) COMPLETE |
| 5355 | 2024-05-15T03:15:46.333Z | [ recovery-image] May 15 03:15:45.850 INFO O| May 15 03:15:45.848 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5356 | 2024-05-15T03:15:46.369Z | [ recovery-image] May 15 03:15:45.901 INFO O| May 15 03:15:45.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
| 5357 | 2024-05-15T03:15:46.369Z | [ recovery-image] May 15 03:15:45.901 INFO O| May 15 03:15:45.901 INFO STEP 327 (remove_files) COMPLETE |
| 5358 | 2024-05-15T03:15:46.369Z | [ recovery-image] May 15 03:15:45.901 INFO O| May 15 03:15:45.901 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5359 | 2024-05-15T03:15:46.413Z | [ recovery-image] May 15 03:15:45.916 INFO O| May 15 03:15:45.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
| 5360 | 2024-05-15T03:15:46.414Z | [ recovery-image] May 15 03:15:45.916 INFO O| May 15 03:15:45.916 INFO STEP 328 (remove_files) COMPLETE |
| 5361 | 2024-05-15T03:15:46.414Z | [ recovery-image] May 15 03:15:45.916 INFO O| May 15 03:15:45.916 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5362 | 2024-05-15T03:15:46.414Z | [ recovery-image] May 15 03:15:45.931 INFO O| May 15 03:15:45.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
| 5363 | 2024-05-15T03:15:46.414Z | [ recovery-image] May 15 03:15:45.932 INFO O| May 15 03:15:45.931 INFO STEP 329 (remove_files) COMPLETE |
| 5364 | 2024-05-15T03:15:46.415Z | [ recovery-image] May 15 03:15:45.932 INFO O| May 15 03:15:45.931 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5365 | 2024-05-15T03:15:46.415Z | [ recovery-image] May 15 03:15:45.944 INFO O| May 15 03:15:45.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
| 5366 | 2024-05-15T03:15:46.415Z | [ recovery-image] May 15 03:15:45.944 INFO O| May 15 03:15:45.944 INFO STEP 330 (remove_files) COMPLETE |
| 5367 | 2024-05-15T03:15:46.415Z | [ recovery-image] May 15 03:15:45.944 INFO O| May 15 03:15:45.944 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5368 | 2024-05-15T03:15:46.465Z | [ recovery-image] May 15 03:15:45.957 INFO O| May 15 03:15:45.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
| 5369 | 2024-05-15T03:15:46.465Z | [ recovery-image] May 15 03:15:45.957 INFO O| May 15 03:15:45.957 INFO STEP 331 (remove_files) COMPLETE |
| 5370 | 2024-05-15T03:15:46.465Z | [ recovery-image] May 15 03:15:45.957 INFO O| May 15 03:15:45.957 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5371 | 2024-05-15T03:15:46.465Z | [ recovery-image] May 15 03:15:45.973 INFO O| May 15 03:15:45.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
| 5372 | 2024-05-15T03:15:46.466Z | [ recovery-image] May 15 03:15:45.974 INFO O| May 15 03:15:45.974 INFO STEP 332 (remove_files) COMPLETE |
| 5373 | 2024-05-15T03:15:46.466Z | [ recovery-image] May 15 03:15:45.974 INFO O| May 15 03:15:45.974 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5374 | 2024-05-15T03:15:46.466Z | [ recovery-image] May 15 03:15:45.986 INFO O| May 15 03:15:45.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
| 5375 | 2024-05-15T03:15:46.466Z | [ recovery-image] May 15 03:15:45.986 INFO O| May 15 03:15:45.986 INFO STEP 333 (remove_files) COMPLETE |
| 5376 | 2024-05-15T03:15:46.466Z | [ recovery-image] May 15 03:15:45.986 INFO O| May 15 03:15:45.986 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5377 | 2024-05-15T03:15:46.527Z | [ recovery-image] May 15 03:15:45.999 INFO O| May 15 03:15:45.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
| 5378 | 2024-05-15T03:15:46.527Z | [ recovery-image] May 15 03:15:46.000 INFO O| May 15 03:15:45.999 INFO STEP 334 (remove_files) COMPLETE |
| 5379 | 2024-05-15T03:15:46.527Z | [ recovery-image] May 15 03:15:46.000 INFO O| May 15 03:15:46.000 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5380 | 2024-05-15T03:15:46.528Z | [ recovery-image] May 15 03:15:46.014 INFO O| May 15 03:15:46.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
| 5381 | 2024-05-15T03:15:46.528Z | [ recovery-image] May 15 03:15:46.014 INFO O| May 15 03:15:46.014 INFO STEP 335 (remove_files) COMPLETE |
| 5382 | 2024-05-15T03:15:46.528Z | [ recovery-image] May 15 03:15:46.014 INFO O| May 15 03:15:46.014 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5383 | 2024-05-15T03:15:46.528Z | [ recovery-image] May 15 03:15:46.027 INFO O| May 15 03:15:46.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
| 5384 | 2024-05-15T03:15:46.529Z | [ recovery-image] May 15 03:15:46.028 INFO O| May 15 03:15:46.028 INFO STEP 336 (remove_files) COMPLETE |
| 5385 | 2024-05-15T03:15:46.529Z | [ recovery-image] May 15 03:15:46.028 INFO O| May 15 03:15:46.028 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5386 | 2024-05-15T03:15:46.573Z | [ recovery-image] May 15 03:15:46.046 INFO O| May 15 03:15:46.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
| 5387 | 2024-05-15T03:15:46.574Z | [ recovery-image] May 15 03:15:46.046 INFO O| May 15 03:15:46.046 INFO STEP 337 (remove_files) COMPLETE |
| 5388 | 2024-05-15T03:15:46.574Z | [ recovery-image] May 15 03:15:46.046 INFO O| May 15 03:15:46.046 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5389 | 2024-05-15T03:15:46.574Z | [ recovery-image] May 15 03:15:46.063 INFO O| May 15 03:15:46.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
| 5390 | 2024-05-15T03:15:46.574Z | [ recovery-image] May 15 03:15:46.063 INFO O| May 15 03:15:46.063 INFO STEP 338 (remove_files) COMPLETE |
| 5391 | 2024-05-15T03:15:46.575Z | [ recovery-image] May 15 03:15:46.063 INFO O| May 15 03:15:46.063 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5392 | 2024-05-15T03:15:46.575Z | [ recovery-image] May 15 03:15:46.077 INFO O| May 15 03:15:46.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
| 5393 | 2024-05-15T03:15:46.575Z | [ recovery-image] May 15 03:15:46.077 INFO O| May 15 03:15:46.077 INFO STEP 339 (remove_files) COMPLETE |
| 5394 | 2024-05-15T03:15:46.575Z | [ recovery-image] May 15 03:15:46.077 INFO O| May 15 03:15:46.077 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5395 | 2024-05-15T03:15:46.576Z | [ recovery-image] May 15 03:15:46.090 INFO O| May 15 03:15:46.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
| 5396 | 2024-05-15T03:15:46.576Z | [ recovery-image] May 15 03:15:46.090 INFO O| May 15 03:15:46.090 INFO STEP 340 (remove_files) COMPLETE |
| 5397 | 2024-05-15T03:15:46.576Z | [ recovery-image] May 15 03:15:46.090 INFO O| May 15 03:15:46.090 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5398 | 2024-05-15T03:15:46.577Z | [ recovery-image] May 15 03:15:46.103 INFO O| May 15 03:15:46.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
| 5399 | 2024-05-15T03:15:46.577Z | [ recovery-image] May 15 03:15:46.103 INFO O| May 15 03:15:46.103 INFO STEP 341 (remove_files) COMPLETE |
| 5400 | 2024-05-15T03:15:46.577Z | [ recovery-image] May 15 03:15:46.103 INFO O| May 15 03:15:46.103 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5401 | 2024-05-15T03:15:46.619Z | [ recovery-image] May 15 03:15:46.115 INFO O| May 15 03:15:46.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
| 5402 | 2024-05-15T03:15:46.619Z | [ recovery-image] May 15 03:15:46.115 INFO O| May 15 03:15:46.115 INFO STEP 342 (remove_files) COMPLETE |
| 5403 | 2024-05-15T03:15:46.619Z | [ recovery-image] May 15 03:15:46.115 INFO O| May 15 03:15:46.115 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5404 | 2024-05-15T03:15:46.619Z | [ recovery-image] May 15 03:15:46.133 INFO O| May 15 03:15:46.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
| 5405 | 2024-05-15T03:15:46.620Z | [ recovery-image] May 15 03:15:46.133 INFO O| May 15 03:15:46.133 INFO STEP 343 (remove_files) COMPLETE |
| 5406 | 2024-05-15T03:15:46.620Z | [ recovery-image] May 15 03:15:46.133 INFO O| May 15 03:15:46.133 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5407 | 2024-05-15T03:15:46.620Z | [ recovery-image] May 15 03:15:46.147 INFO O| May 15 03:15:46.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
| 5408 | 2024-05-15T03:15:46.620Z | [ recovery-image] May 15 03:15:46.147 INFO O| May 15 03:15:46.147 INFO STEP 344 (remove_files) COMPLETE |
| 5409 | 2024-05-15T03:15:46.620Z | [ recovery-image] May 15 03:15:46.147 INFO O| May 15 03:15:46.147 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5410 | 2024-05-15T03:15:46.657Z | [ recovery-image] May 15 03:15:46.163 INFO O| May 15 03:15:46.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
| 5411 | 2024-05-15T03:15:46.657Z | [ recovery-image] May 15 03:15:46.163 INFO O| May 15 03:15:46.163 INFO STEP 345 (remove_files) COMPLETE |
| 5412 | 2024-05-15T03:15:46.657Z | [ recovery-image] May 15 03:15:46.163 INFO O| May 15 03:15:46.163 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5413 | 2024-05-15T03:15:46.658Z | [ recovery-image] May 15 03:15:46.178 INFO O| May 15 03:15:46.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
| 5414 | 2024-05-15T03:15:46.658Z | [ recovery-image] May 15 03:15:46.178 INFO O| May 15 03:15:46.178 INFO STEP 346 (remove_files) COMPLETE |
| 5415 | 2024-05-15T03:15:46.658Z | [ recovery-image] May 15 03:15:46.178 INFO O| May 15 03:15:46.178 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5416 | 2024-05-15T03:15:46.658Z | [ recovery-image] May 15 03:15:46.193 INFO O| May 15 03:15:46.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
| 5417 | 2024-05-15T03:15:46.658Z | [ recovery-image] May 15 03:15:46.193 INFO O| May 15 03:15:46.193 INFO STEP 347 (remove_files) COMPLETE |
| 5418 | 2024-05-15T03:15:46.659Z | [ recovery-image] May 15 03:15:46.193 INFO O| May 15 03:15:46.193 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5419 | 2024-05-15T03:15:46.711Z | [ recovery-image] May 15 03:15:46.216 INFO O| May 15 03:15:46.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
| 5420 | 2024-05-15T03:15:46.711Z | [ recovery-image] May 15 03:15:46.216 INFO O| May 15 03:15:46.216 INFO STEP 348 (remove_files) COMPLETE |
| 5421 | 2024-05-15T03:15:46.712Z | [ recovery-image] May 15 03:15:46.216 INFO O| May 15 03:15:46.216 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5422 | 2024-05-15T03:15:46.712Z | [ recovery-image] May 15 03:15:46.233 INFO O| May 15 03:15:46.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
| 5423 | 2024-05-15T03:15:46.712Z | [ recovery-image] May 15 03:15:46.233 INFO O| May 15 03:15:46.233 INFO STEP 349 (remove_files) COMPLETE |
| 5424 | 2024-05-15T03:15:46.712Z | [ recovery-image] May 15 03:15:46.233 INFO O| May 15 03:15:46.233 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5425 | 2024-05-15T03:15:46.745Z | [ recovery-image] May 15 03:15:46.247 INFO O| May 15 03:15:46.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
| 5426 | 2024-05-15T03:15:46.745Z | [ recovery-image] May 15 03:15:46.247 INFO O| May 15 03:15:46.247 INFO STEP 350 (remove_files) COMPLETE |
| 5427 | 2024-05-15T03:15:46.745Z | [ recovery-image] May 15 03:15:46.247 INFO O| May 15 03:15:46.247 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5428 | 2024-05-15T03:15:46.745Z | [ recovery-image] May 15 03:15:46.260 INFO O| May 15 03:15:46.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
| 5429 | 2024-05-15T03:15:46.745Z | [ recovery-image] May 15 03:15:46.260 INFO O| May 15 03:15:46.260 INFO STEP 351 (remove_files) COMPLETE |
| 5430 | 2024-05-15T03:15:46.746Z | [ recovery-image] May 15 03:15:46.261 INFO O| May 15 03:15:46.260 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5431 | 2024-05-15T03:15:46.746Z | [ recovery-image] May 15 03:15:46.274 INFO O| May 15 03:15:46.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
| 5432 | 2024-05-15T03:15:46.746Z | [ recovery-image] May 15 03:15:46.274 INFO O| May 15 03:15:46.274 INFO STEP 352 (remove_files) COMPLETE |
| 5433 | 2024-05-15T03:15:46.746Z | [ recovery-image] May 15 03:15:46.274 INFO O| May 15 03:15:46.274 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5434 | 2024-05-15T03:15:46.747Z | [ recovery-image] May 15 03:15:46.287 INFO O| May 15 03:15:46.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
| 5435 | 2024-05-15T03:15:46.747Z | [ recovery-image] May 15 03:15:46.287 INFO O| May 15 03:15:46.287 INFO STEP 353 (remove_files) COMPLETE |
| 5436 | 2024-05-15T03:15:46.747Z | [ recovery-image] May 15 03:15:46.287 INFO O| May 15 03:15:46.287 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5437 | 2024-05-15T03:15:46.783Z | [ recovery-image] May 15 03:15:46.300 INFO O| May 15 03:15:46.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
| 5438 | 2024-05-15T03:15:46.783Z | [ recovery-image] May 15 03:15:46.300 INFO O| May 15 03:15:46.300 INFO STEP 354 (remove_files) COMPLETE |
| 5439 | 2024-05-15T03:15:46.783Z | [ recovery-image] May 15 03:15:46.300 INFO O| May 15 03:15:46.300 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5440 | 2024-05-15T03:15:46.783Z | [ recovery-image] May 15 03:15:46.313 INFO O| May 15 03:15:46.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
| 5441 | 2024-05-15T03:15:46.784Z | [ recovery-image] May 15 03:15:46.314 INFO O| May 15 03:15:46.314 INFO STEP 355 (remove_files) COMPLETE |
| 5442 | 2024-05-15T03:15:46.784Z | [ recovery-image] May 15 03:15:46.314 INFO O| May 15 03:15:46.314 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5443 | 2024-05-15T03:15:46.784Z | [ host-image] May 15 03:15:46.318 INFO O| May 15 03:15:46.318 INFO O| Done |
| 5444 | 2024-05-15T03:15:46.824Z | [ recovery-image] May 15 03:15:46.327 INFO O| May 15 03:15:46.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
| 5445 | 2024-05-15T03:15:46.824Z | [ recovery-image] May 15 03:15:46.327 INFO O| May 15 03:15:46.327 INFO STEP 356 (remove_files) COMPLETE |
| 5446 | 2024-05-15T03:15:46.824Z | [ recovery-image] May 15 03:15:46.327 INFO O| May 15 03:15:46.327 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5447 | 2024-05-15T03:15:46.824Z | [ recovery-image] May 15 03:15:46.340 INFO O| May 15 03:15:46.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
| 5448 | 2024-05-15T03:15:46.824Z | [ recovery-image] May 15 03:15:46.340 INFO O| May 15 03:15:46.340 INFO STEP 357 (remove_files) COMPLETE |
| 5449 | 2024-05-15T03:15:46.824Z | [ recovery-image] May 15 03:15:46.340 INFO O| May 15 03:15:46.340 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5450 | 2024-05-15T03:15:46.824Z | [ host-image] May 15 03:15:46.346 INFO O| May 15 03:15:46.346 INFO O| Done |
| 5451 | 2024-05-15T03:15:46.825Z | [ host-image] May 15 03:15:46.347 INFO O| May 15 03:15:46.347 INFO O| Done |
| 5452 | 2024-05-15T03:15:46.825Z | [ recovery-image] May 15 03:15:46.356 INFO O| May 15 03:15:46.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
| 5453 | 2024-05-15T03:15:46.825Z | [ recovery-image] May 15 03:15:46.356 INFO O| May 15 03:15:46.356 INFO STEP 358 (remove_files) COMPLETE |
| 5454 | 2024-05-15T03:15:46.825Z | [ recovery-image] May 15 03:15:46.356 INFO O| May 15 03:15:46.356 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5455 | 2024-05-15T03:15:46.871Z | [ recovery-image] May 15 03:15:46.371 INFO O| May 15 03:15:46.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
| 5456 | 2024-05-15T03:15:46.871Z | [ recovery-image] May 15 03:15:46.371 INFO O| May 15 03:15:46.371 INFO STEP 359 (remove_files) COMPLETE |
| 5457 | 2024-05-15T03:15:46.871Z | [ recovery-image] May 15 03:15:46.371 INFO O| May 15 03:15:46.371 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5458 | 2024-05-15T03:15:46.871Z | [ recovery-image] May 15 03:15:46.384 INFO O| May 15 03:15:46.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
| 5459 | 2024-05-15T03:15:46.871Z | [ recovery-image] May 15 03:15:46.385 INFO O| May 15 03:15:46.385 INFO STEP 360 (remove_files) COMPLETE |
| 5460 | 2024-05-15T03:15:46.872Z | [ recovery-image] May 15 03:15:46.385 INFO O| May 15 03:15:46.385 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5461 | 2024-05-15T03:15:46.872Z | [ host-image] May 15 03:15:46.393 INFO O| May 15 03:15:46.393 INFO O| Done |
| 5462 | 2024-05-15T03:15:46.872Z | [ recovery-image] May 15 03:15:46.397 INFO O| May 15 03:15:46.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
| 5463 | 2024-05-15T03:15:46.872Z | [ recovery-image] May 15 03:15:46.397 INFO O| May 15 03:15:46.397 INFO STEP 361 (remove_files) COMPLETE |
| 5464 | 2024-05-15T03:15:46.872Z | [ recovery-image] May 15 03:15:46.397 INFO O| May 15 03:15:46.397 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5465 | 2024-05-15T03:15:46.917Z | [ recovery-image] May 15 03:15:46.410 INFO O| May 15 03:15:46.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
| 5466 | 2024-05-15T03:15:46.917Z | [ recovery-image] May 15 03:15:46.411 INFO O| May 15 03:15:46.411 INFO STEP 362 (remove_files) COMPLETE |
| 5467 | 2024-05-15T03:15:46.917Z | [ recovery-image] May 15 03:15:46.411 INFO O| May 15 03:15:46.411 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5468 | 2024-05-15T03:15:46.917Z | [ recovery-image] May 15 03:15:46.423 INFO O| May 15 03:15:46.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
| 5469 | 2024-05-15T03:15:46.917Z | [ recovery-image] May 15 03:15:46.423 INFO O| May 15 03:15:46.423 INFO STEP 363 (remove_files) COMPLETE |
| 5470 | 2024-05-15T03:15:46.917Z | [ recovery-image] May 15 03:15:46.423 INFO O| May 15 03:15:46.423 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5471 | 2024-05-15T03:15:46.917Z | [ recovery-image] May 15 03:15:46.435 INFO O| May 15 03:15:46.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
| 5472 | 2024-05-15T03:15:46.918Z | [ recovery-image] May 15 03:15:46.435 INFO O| May 15 03:15:46.435 INFO STEP 364 (remove_files) COMPLETE |
| 5473 | 2024-05-15T03:15:46.918Z | [ recovery-image] May 15 03:15:46.435 INFO O| May 15 03:15:46.435 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5474 | 2024-05-15T03:15:46.918Z | [ recovery-image] May 15 03:15:46.448 INFO O| May 15 03:15:46.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
| 5475 | 2024-05-15T03:15:46.918Z | [ recovery-image] May 15 03:15:46.448 INFO O| May 15 03:15:46.448 INFO STEP 365 (remove_files) COMPLETE |
| 5476 | 2024-05-15T03:15:46.918Z | [ recovery-image] May 15 03:15:46.448 INFO O| May 15 03:15:46.448 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5477 | 2024-05-15T03:15:46.954Z | [ recovery-image] May 15 03:15:46.460 INFO O| May 15 03:15:46.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
| 5478 | 2024-05-15T03:15:46.954Z | [ recovery-image] May 15 03:15:46.460 INFO O| May 15 03:15:46.460 INFO STEP 366 (remove_files) COMPLETE |
| 5479 | 2024-05-15T03:15:46.955Z | [ recovery-image] May 15 03:15:46.460 INFO O| May 15 03:15:46.460 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5480 | 2024-05-15T03:15:46.955Z | [ recovery-image] May 15 03:15:46.472 INFO O| May 15 03:15:46.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
| 5481 | 2024-05-15T03:15:46.955Z | [ recovery-image] May 15 03:15:46.473 INFO O| May 15 03:15:46.472 INFO STEP 367 (remove_files) COMPLETE |
| 5482 | 2024-05-15T03:15:46.955Z | [ recovery-image] May 15 03:15:46.473 INFO O| May 15 03:15:46.473 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5483 | 2024-05-15T03:15:46.955Z | [ recovery-image] May 15 03:15:46.486 INFO O| May 15 03:15:46.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
| 5484 | 2024-05-15T03:15:46.956Z | [ recovery-image] May 15 03:15:46.486 INFO O| May 15 03:15:46.486 INFO STEP 368 (remove_files) COMPLETE |
| 5485 | 2024-05-15T03:15:46.956Z | [ recovery-image] May 15 03:15:46.486 INFO O| May 15 03:15:46.486 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5486 | 2024-05-15T03:15:47.006Z | [ recovery-image] May 15 03:15:46.499 INFO O| May 15 03:15:46.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
| 5487 | 2024-05-15T03:15:47.006Z | [ recovery-image] May 15 03:15:46.499 INFO O| May 15 03:15:46.499 INFO STEP 369 (remove_files) COMPLETE |
| 5488 | 2024-05-15T03:15:47.006Z | [ recovery-image] May 15 03:15:46.500 INFO O| May 15 03:15:46.499 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5489 | 2024-05-15T03:15:47.006Z | [ host-image] May 15 03:15:46.512 INFO O| May 15 03:15:46.512 INFO STEP 13 (pkg_install) COMPLETE |
| 5490 | 2024-05-15T03:15:47.006Z | [ host-image] May 15 03:15:46.513 INFO O| May 15 03:15:46.512 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 5491 | 2024-05-15T03:15:47.006Z | [ recovery-image] May 15 03:15:46.513 INFO O| May 15 03:15:46.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
| 5492 | 2024-05-15T03:15:47.007Z | [ recovery-image] May 15 03:15:46.513 INFO O| May 15 03:15:46.513 INFO STEP 370 (remove_files) COMPLETE |
| 5493 | 2024-05-15T03:15:47.007Z | [ recovery-image] May 15 03:15:46.513 INFO O| May 15 03:15:46.513 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5494 | 2024-05-15T03:15:47.007Z | [ recovery-image] May 15 03:15:46.528 INFO O| May 15 03:15:46.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
| 5495 | 2024-05-15T03:15:47.007Z | [ recovery-image] May 15 03:15:46.528 INFO O| May 15 03:15:46.528 INFO STEP 371 (remove_files) COMPLETE |
| 5496 | 2024-05-15T03:15:47.007Z | [ recovery-image] May 15 03:15:46.528 INFO O| May 15 03:15:46.528 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5497 | 2024-05-15T03:15:47.007Z | [ host-image] May 15 03:15:46.530 INFO O| May 15 03:15:46.529 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.28.233"] |
| 5498 | 2024-05-15T03:15:47.039Z | [ recovery-image] May 15 03:15:46.542 INFO O| May 15 03:15:46.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
| 5499 | 2024-05-15T03:15:47.039Z | [ recovery-image] May 15 03:15:46.542 INFO O| May 15 03:15:46.542 INFO STEP 372 (remove_files) COMPLETE |
| 5500 | 2024-05-15T03:15:47.040Z | [ recovery-image] May 15 03:15:46.542 INFO O| May 15 03:15:46.542 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5501 | 2024-05-15T03:15:47.040Z | [ recovery-image] May 15 03:15:46.555 INFO O| May 15 03:15:46.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
| 5502 | 2024-05-15T03:15:47.040Z | [ recovery-image] May 15 03:15:46.555 INFO O| May 15 03:15:46.555 INFO STEP 373 (remove_files) COMPLETE |
| 5503 | 2024-05-15T03:15:47.040Z | [ recovery-image] May 15 03:15:46.555 INFO O| May 15 03:15:46.555 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5504 | 2024-05-15T03:15:47.041Z | [ recovery-image] May 15 03:15:46.568 INFO O| May 15 03:15:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
| 5505 | 2024-05-15T03:15:47.041Z | [ recovery-image] May 15 03:15:46.568 INFO O| May 15 03:15:46.568 INFO STEP 374 (remove_files) COMPLETE |
| 5506 | 2024-05-15T03:15:47.041Z | [ recovery-image] May 15 03:15:46.568 INFO O| May 15 03:15:46.568 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5507 | 2024-05-15T03:15:47.042Z | [ recovery-image] May 15 03:15:46.581 INFO O| May 15 03:15:46.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
| 5508 | 2024-05-15T03:15:47.042Z | [ recovery-image] May 15 03:15:46.581 INFO O| May 15 03:15:46.581 INFO STEP 375 (remove_files) COMPLETE |
| 5509 | 2024-05-15T03:15:47.042Z | [ recovery-image] May 15 03:15:46.581 INFO O| May 15 03:15:46.581 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5510 | 2024-05-15T03:15:47.072Z | [ recovery-image] May 15 03:15:46.599 INFO O| May 15 03:15:46.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
| 5511 | 2024-05-15T03:15:47.072Z | [ recovery-image] May 15 03:15:46.600 INFO O| May 15 03:15:46.599 INFO STEP 376 (remove_files) COMPLETE |
| 5512 | 2024-05-15T03:15:47.072Z | [ recovery-image] May 15 03:15:46.600 INFO O| May 15 03:15:46.600 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5513 | 2024-05-15T03:15:47.072Z | [ recovery-image] May 15 03:15:46.613 INFO O| May 15 03:15:46.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
| 5514 | 2024-05-15T03:15:47.072Z | [ recovery-image] May 15 03:15:46.614 INFO O| May 15 03:15:46.614 INFO STEP 377 (remove_files) COMPLETE |
| 5515 | 2024-05-15T03:15:47.072Z | [ recovery-image] May 15 03:15:46.614 INFO O| May 15 03:15:46.614 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5516 | 2024-05-15T03:15:47.107Z | [ recovery-image] May 15 03:15:46.627 INFO O| May 15 03:15:46.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
| 5517 | 2024-05-15T03:15:47.107Z | [ recovery-image] May 15 03:15:46.627 INFO O| May 15 03:15:46.627 INFO STEP 378 (remove_files) COMPLETE |
| 5518 | 2024-05-15T03:15:47.108Z | [ recovery-image] May 15 03:15:46.627 INFO O| May 15 03:15:46.627 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5519 | 2024-05-15T03:15:47.108Z | [ recovery-image] May 15 03:15:46.640 INFO O| May 15 03:15:46.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
| 5520 | 2024-05-15T03:15:47.108Z | [ recovery-image] May 15 03:15:46.640 INFO O| May 15 03:15:46.640 INFO STEP 379 (remove_files) COMPLETE |
| 5521 | 2024-05-15T03:15:47.108Z | [ recovery-image] May 15 03:15:46.640 INFO O| May 15 03:15:46.640 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5522 | 2024-05-15T03:15:47.138Z | [ recovery-image] May 15 03:15:46.654 INFO O| May 15 03:15:46.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
| 5523 | 2024-05-15T03:15:47.138Z | [ recovery-image] May 15 03:15:46.654 INFO O| May 15 03:15:46.654 INFO STEP 380 (remove_files) COMPLETE |
| 5524 | 2024-05-15T03:15:47.138Z | [ recovery-image] May 15 03:15:46.654 INFO O| May 15 03:15:46.654 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5525 | 2024-05-15T03:15:47.139Z | [ recovery-image] May 15 03:15:46.667 INFO O| May 15 03:15:46.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
| 5526 | 2024-05-15T03:15:47.139Z | [ recovery-image] May 15 03:15:46.667 INFO O| May 15 03:15:46.667 INFO STEP 381 (remove_files) COMPLETE |
| 5527 | 2024-05-15T03:15:47.139Z | [ recovery-image] May 15 03:15:46.667 INFO O| May 15 03:15:46.667 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5528 | 2024-05-15T03:15:47.139Z | [ recovery-image] May 15 03:15:46.681 INFO O| May 15 03:15:46.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
| 5529 | 2024-05-15T03:15:47.139Z | [ recovery-image] May 15 03:15:46.682 INFO O| May 15 03:15:46.682 INFO STEP 382 (remove_files) COMPLETE |
| 5530 | 2024-05-15T03:15:47.139Z | [ recovery-image] May 15 03:15:46.682 INFO O| May 15 03:15:46.682 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5531 | 2024-05-15T03:15:47.170Z | [ recovery-image] May 15 03:15:46.695 INFO O| May 15 03:15:46.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
| 5532 | 2024-05-15T03:15:47.170Z | [ recovery-image] May 15 03:15:46.695 INFO O| May 15 03:15:46.695 INFO STEP 383 (remove_files) COMPLETE |
| 5533 | 2024-05-15T03:15:47.170Z | [ recovery-image] May 15 03:15:46.696 INFO O| May 15 03:15:46.695 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5534 | 2024-05-15T03:15:47.170Z | [ recovery-image] May 15 03:15:46.709 INFO O| May 15 03:15:46.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
| 5535 | 2024-05-15T03:15:47.171Z | [ recovery-image] May 15 03:15:46.709 INFO O| May 15 03:15:46.709 INFO STEP 384 (remove_files) COMPLETE |
| 5536 | 2024-05-15T03:15:47.171Z | [ recovery-image] May 15 03:15:46.709 INFO O| May 15 03:15:46.709 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5537 | 2024-05-15T03:15:47.196Z | [ recovery-image] May 15 03:15:46.722 INFO O| May 15 03:15:46.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
| 5538 | 2024-05-15T03:15:47.197Z | [ recovery-image] May 15 03:15:46.722 INFO O| May 15 03:15:46.722 INFO STEP 385 (remove_files) COMPLETE |
| 5539 | 2024-05-15T03:15:47.197Z | [ recovery-image] May 15 03:15:46.722 INFO O| May 15 03:15:46.722 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5540 | 2024-05-15T03:15:47.197Z | [ recovery-image] May 15 03:15:46.735 INFO O| May 15 03:15:46.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
| 5541 | 2024-05-15T03:15:47.197Z | [ recovery-image] May 15 03:15:46.735 INFO O| May 15 03:15:46.735 INFO STEP 386 (remove_files) COMPLETE |
| 5542 | 2024-05-15T03:15:47.197Z | [ recovery-image] May 15 03:15:46.736 INFO O| May 15 03:15:46.735 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5543 | 2024-05-15T03:15:47.223Z | [ recovery-image] May 15 03:15:46.749 INFO O| May 15 03:15:46.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
| 5544 | 2024-05-15T03:15:47.223Z | [ recovery-image] May 15 03:15:46.749 INFO O| May 15 03:15:46.749 INFO STEP 387 (remove_files) COMPLETE |
| 5545 | 2024-05-15T03:15:47.223Z | [ recovery-image] May 15 03:15:46.749 INFO O| May 15 03:15:46.749 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5546 | 2024-05-15T03:15:47.223Z | [ recovery-image] May 15 03:15:46.763 INFO O| May 15 03:15:46.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
| 5547 | 2024-05-15T03:15:47.223Z | [ recovery-image] May 15 03:15:46.763 INFO O| May 15 03:15:46.763 INFO STEP 388 (remove_files) COMPLETE |
| 5548 | 2024-05-15T03:15:47.223Z | [ recovery-image] May 15 03:15:46.763 INFO O| May 15 03:15:46.763 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5549 | 2024-05-15T03:15:47.250Z | [ recovery-image] May 15 03:15:46.776 INFO O| May 15 03:15:46.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
| 5550 | 2024-05-15T03:15:47.250Z | [ recovery-image] May 15 03:15:46.776 INFO O| May 15 03:15:46.776 INFO STEP 389 (remove_files) COMPLETE |
| 5551 | 2024-05-15T03:15:47.250Z | [ recovery-image] May 15 03:15:46.776 INFO O| May 15 03:15:46.776 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5552 | 2024-05-15T03:15:47.250Z | [ recovery-image] May 15 03:15:46.790 INFO O| May 15 03:15:46.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
| 5553 | 2024-05-15T03:15:47.250Z | [ recovery-image] May 15 03:15:46.790 INFO O| May 15 03:15:46.790 INFO STEP 390 (remove_files) COMPLETE |
| 5554 | 2024-05-15T03:15:47.250Z | [ recovery-image] May 15 03:15:46.790 INFO O| May 15 03:15:46.790 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5555 | 2024-05-15T03:15:47.276Z | [ recovery-image] May 15 03:15:46.803 INFO O| May 15 03:15:46.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
| 5556 | 2024-05-15T03:15:47.276Z | [ recovery-image] May 15 03:15:46.803 INFO O| May 15 03:15:46.803 INFO STEP 391 (remove_files) COMPLETE |
| 5557 | 2024-05-15T03:15:47.276Z | [ recovery-image] May 15 03:15:46.803 INFO O| May 15 03:15:46.803 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5558 | 2024-05-15T03:15:47.276Z | [ recovery-image] May 15 03:15:46.816 INFO O| May 15 03:15:46.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
| 5559 | 2024-05-15T03:15:47.276Z | [ recovery-image] May 15 03:15:46.816 INFO O| May 15 03:15:46.816 INFO STEP 392 (remove_files) COMPLETE |
| 5560 | 2024-05-15T03:15:47.276Z | [ recovery-image] May 15 03:15:46.817 INFO O| May 15 03:15:46.816 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5561 | 2024-05-15T03:15:47.306Z | [ recovery-image] May 15 03:15:46.829 INFO O| May 15 03:15:46.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
| 5562 | 2024-05-15T03:15:47.306Z | [ recovery-image] May 15 03:15:46.829 INFO O| May 15 03:15:46.829 INFO STEP 393 (remove_files) COMPLETE |
| 5563 | 2024-05-15T03:15:47.306Z | [ recovery-image] May 15 03:15:46.830 INFO O| May 15 03:15:46.829 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5564 | 2024-05-15T03:15:47.307Z | [ recovery-image] May 15 03:15:46.842 INFO O| May 15 03:15:46.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
| 5565 | 2024-05-15T03:15:47.307Z | [ recovery-image] May 15 03:15:46.842 INFO O| May 15 03:15:46.842 INFO STEP 394 (remove_files) COMPLETE |
| 5566 | 2024-05-15T03:15:47.307Z | [ recovery-image] May 15 03:15:46.842 INFO O| May 15 03:15:46.842 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5567 | 2024-05-15T03:15:47.356Z | [ recovery-image] May 15 03:15:46.855 INFO O| May 15 03:15:46.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
| 5568 | 2024-05-15T03:15:47.356Z | [ recovery-image] May 15 03:15:46.855 INFO O| May 15 03:15:46.855 INFO STEP 395 (remove_files) COMPLETE |
| 5569 | 2024-05-15T03:15:47.356Z | [ recovery-image] May 15 03:15:46.855 INFO O| May 15 03:15:46.855 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5570 | 2024-05-15T03:15:47.357Z | [ recovery-image] May 15 03:15:46.868 INFO O| May 15 03:15:46.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
| 5571 | 2024-05-15T03:15:47.357Z | [ recovery-image] May 15 03:15:46.868 INFO O| May 15 03:15:46.868 INFO STEP 396 (remove_files) COMPLETE |
| 5572 | 2024-05-15T03:15:47.357Z | [ recovery-image] May 15 03:15:46.869 INFO O| May 15 03:15:46.868 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5573 | 2024-05-15T03:15:47.357Z | [ recovery-image] May 15 03:15:46.881 INFO O| May 15 03:15:46.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
| 5574 | 2024-05-15T03:15:47.357Z | [ recovery-image] May 15 03:15:46.882 INFO O| May 15 03:15:46.882 INFO STEP 397 (remove_files) COMPLETE |
| 5575 | 2024-05-15T03:15:47.357Z | [ recovery-image] May 15 03:15:46.882 INFO O| May 15 03:15:46.882 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5576 | 2024-05-15T03:15:47.358Z | [ recovery-image] May 15 03:15:46.895 INFO O| May 15 03:15:46.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
| 5577 | 2024-05-15T03:15:47.358Z | [ recovery-image] May 15 03:15:46.895 INFO O| May 15 03:15:46.895 INFO STEP 398 (remove_files) COMPLETE |
| 5578 | 2024-05-15T03:15:47.358Z | [ recovery-image] May 15 03:15:46.895 INFO O| May 15 03:15:46.895 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5579 | 2024-05-15T03:15:47.413Z | [ recovery-image] May 15 03:15:46.908 INFO O| May 15 03:15:46.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
| 5580 | 2024-05-15T03:15:47.413Z | [ recovery-image] May 15 03:15:46.908 INFO O| May 15 03:15:46.908 INFO STEP 399 (remove_files) COMPLETE |
| 5581 | 2024-05-15T03:15:47.414Z | [ recovery-image] May 15 03:15:46.908 INFO O| May 15 03:15:46.908 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5582 | 2024-05-15T03:15:47.414Z | [ recovery-image] May 15 03:15:46.922 INFO O| May 15 03:15:46.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
| 5583 | 2024-05-15T03:15:47.414Z | [ recovery-image] May 15 03:15:46.922 INFO O| May 15 03:15:46.922 INFO STEP 400 (remove_files) COMPLETE |
| 5584 | 2024-05-15T03:15:47.414Z | [ recovery-image] May 15 03:15:46.922 INFO O| May 15 03:15:46.922 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5585 | 2024-05-15T03:15:47.414Z | [ recovery-image] May 15 03:15:46.935 INFO O| May 15 03:15:46.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
| 5586 | 2024-05-15T03:15:47.415Z | [ recovery-image] May 15 03:15:46.935 INFO O| May 15 03:15:46.935 INFO STEP 401 (remove_files) COMPLETE |
| 5587 | 2024-05-15T03:15:47.415Z | [ recovery-image] May 15 03:15:46.935 INFO O| May 15 03:15:46.935 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5588 | 2024-05-15T03:15:47.449Z | [ recovery-image] May 15 03:15:46.947 INFO O| May 15 03:15:46.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
| 5589 | 2024-05-15T03:15:47.449Z | [ recovery-image] May 15 03:15:46.947 INFO O| May 15 03:15:46.947 INFO STEP 402 (remove_files) COMPLETE |
| 5590 | 2024-05-15T03:15:47.449Z | [ recovery-image] May 15 03:15:46.948 INFO O| May 15 03:15:46.947 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5591 | 2024-05-15T03:15:47.449Z | [ recovery-image] May 15 03:15:46.960 INFO O| May 15 03:15:46.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
| 5592 | 2024-05-15T03:15:47.449Z | [ recovery-image] May 15 03:15:46.960 INFO O| May 15 03:15:46.960 INFO STEP 403 (remove_files) COMPLETE |
| 5593 | 2024-05-15T03:15:47.450Z | [ recovery-image] May 15 03:15:46.960 INFO O| May 15 03:15:46.960 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5594 | 2024-05-15T03:15:47.450Z | [ recovery-image] May 15 03:15:46.973 INFO O| May 15 03:15:46.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
| 5595 | 2024-05-15T03:15:47.450Z | [ recovery-image] May 15 03:15:46.973 INFO O| May 15 03:15:46.973 INFO STEP 404 (remove_files) COMPLETE |
| 5596 | 2024-05-15T03:15:47.450Z | [ recovery-image] May 15 03:15:46.973 INFO O| May 15 03:15:46.973 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5597 | 2024-05-15T03:15:47.450Z | [ recovery-image] May 15 03:15:46.992 INFO O| May 15 03:15:46.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
| 5598 | 2024-05-15T03:15:47.451Z | [ recovery-image] May 15 03:15:46.992 INFO O| May 15 03:15:46.992 INFO STEP 405 (remove_files) COMPLETE |
| 5599 | 2024-05-15T03:15:47.451Z | [ recovery-image] May 15 03:15:46.992 INFO O| May 15 03:15:46.992 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5600 | 2024-05-15T03:15:47.482Z | [ recovery-image] May 15 03:15:47.007 INFO O| May 15 03:15:47.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
| 5601 | 2024-05-15T03:15:47.482Z | [ recovery-image] May 15 03:15:47.007 INFO O| May 15 03:15:47.007 INFO STEP 406 (remove_files) COMPLETE |
| 5602 | 2024-05-15T03:15:47.482Z | [ recovery-image] May 15 03:15:47.007 INFO O| May 15 03:15:47.007 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5603 | 2024-05-15T03:15:47.482Z | [ recovery-image] May 15 03:15:47.020 INFO O| May 15 03:15:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
| 5604 | 2024-05-15T03:15:47.482Z | [ recovery-image] May 15 03:15:47.020 INFO O| May 15 03:15:47.020 INFO STEP 407 (remove_files) COMPLETE |
| 5605 | 2024-05-15T03:15:47.482Z | [ recovery-image] May 15 03:15:47.020 INFO O| May 15 03:15:47.020 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5606 | 2024-05-15T03:15:47.514Z | [ recovery-image] May 15 03:15:47.033 INFO O| May 15 03:15:47.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
| 5607 | 2024-05-15T03:15:47.514Z | [ recovery-image] May 15 03:15:47.033 INFO O| May 15 03:15:47.033 INFO STEP 408 (remove_files) COMPLETE |
| 5608 | 2024-05-15T03:15:47.515Z | [ recovery-image] May 15 03:15:47.033 INFO O| May 15 03:15:47.033 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5609 | 2024-05-15T03:15:47.515Z | [ recovery-image] May 15 03:15:47.045 INFO O| May 15 03:15:47.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
| 5610 | 2024-05-15T03:15:47.515Z | [ recovery-image] May 15 03:15:47.045 INFO O| May 15 03:15:47.045 INFO STEP 409 (remove_files) COMPLETE |
| 5611 | 2024-05-15T03:15:47.515Z | [ recovery-image] May 15 03:15:47.045 INFO O| May 15 03:15:47.045 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5612 | 2024-05-15T03:15:47.515Z | [ recovery-image] May 15 03:15:47.057 INFO O| May 15 03:15:47.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
| 5613 | 2024-05-15T03:15:47.515Z | [ recovery-image] May 15 03:15:47.058 INFO O| May 15 03:15:47.058 INFO STEP 410 (remove_files) COMPLETE |
| 5614 | 2024-05-15T03:15:47.515Z | [ recovery-image] May 15 03:15:47.058 INFO O| May 15 03:15:47.058 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5615 | 2024-05-15T03:15:47.566Z | [ recovery-image] May 15 03:15:47.071 INFO O| May 15 03:15:47.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
| 5616 | 2024-05-15T03:15:47.566Z | [ recovery-image] May 15 03:15:47.071 INFO O| May 15 03:15:47.071 INFO STEP 411 (remove_files) COMPLETE |
| 5617 | 2024-05-15T03:15:47.567Z | [ recovery-image] May 15 03:15:47.071 INFO O| May 15 03:15:47.071 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5618 | 2024-05-15T03:15:47.567Z | [ recovery-image] May 15 03:15:47.083 INFO O| May 15 03:15:47.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
| 5619 | 2024-05-15T03:15:47.567Z | [ recovery-image] May 15 03:15:47.084 INFO O| May 15 03:15:47.084 INFO STEP 412 (remove_files) COMPLETE |
| 5620 | 2024-05-15T03:15:47.567Z | [ recovery-image] May 15 03:15:47.084 INFO O| May 15 03:15:47.084 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5621 | 2024-05-15T03:15:47.601Z | [ recovery-image] May 15 03:15:47.097 INFO O| May 15 03:15:47.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
| 5622 | 2024-05-15T03:15:47.602Z | [ recovery-image] May 15 03:15:47.097 INFO O| May 15 03:15:47.097 INFO STEP 413 (remove_files) COMPLETE |
| 5623 | 2024-05-15T03:15:47.602Z | [ recovery-image] May 15 03:15:47.097 INFO O| May 15 03:15:47.097 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5624 | 2024-05-15T03:15:47.602Z | [ recovery-image] May 15 03:15:47.110 INFO O| May 15 03:15:47.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
| 5625 | 2024-05-15T03:15:47.602Z | [ recovery-image] May 15 03:15:47.110 INFO O| May 15 03:15:47.110 INFO STEP 414 (remove_files) COMPLETE |
| 5626 | 2024-05-15T03:15:47.603Z | [ recovery-image] May 15 03:15:47.110 INFO O| May 15 03:15:47.110 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5627 | 2024-05-15T03:15:47.603Z | [ recovery-image] May 15 03:15:47.123 INFO O| May 15 03:15:47.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
| 5628 | 2024-05-15T03:15:47.603Z | [ recovery-image] May 15 03:15:47.123 INFO O| May 15 03:15:47.123 INFO STEP 415 (remove_files) COMPLETE |
| 5629 | 2024-05-15T03:15:47.603Z | [ recovery-image] May 15 03:15:47.123 INFO O| May 15 03:15:47.123 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5630 | 2024-05-15T03:15:47.603Z | [ recovery-image] May 15 03:15:47.136 INFO O| May 15 03:15:47.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
| 5631 | 2024-05-15T03:15:47.604Z | [ recovery-image] May 15 03:15:47.137 INFO O| May 15 03:15:47.137 INFO STEP 416 (remove_files) COMPLETE |
| 5632 | 2024-05-15T03:15:47.604Z | [ recovery-image] May 15 03:15:47.137 INFO O| May 15 03:15:47.137 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5633 | 2024-05-15T03:15:47.645Z | [ recovery-image] May 15 03:15:47.150 INFO O| May 15 03:15:47.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
| 5634 | 2024-05-15T03:15:47.645Z | [ recovery-image] May 15 03:15:47.150 INFO O| May 15 03:15:47.150 INFO STEP 417 (remove_files) COMPLETE |
| 5635 | 2024-05-15T03:15:47.645Z | [ recovery-image] May 15 03:15:47.150 INFO O| May 15 03:15:47.150 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5636 | 2024-05-15T03:15:47.646Z | [ host-image] May 15 03:15:47.153 INFO O| May 15 03:15:47.153 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 5637 | 2024-05-15T03:15:47.646Z | [ recovery-image] May 15 03:15:47.162 INFO O| May 15 03:15:47.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
| 5638 | 2024-05-15T03:15:47.646Z | [ recovery-image] May 15 03:15:47.162 INFO O| May 15 03:15:47.162 INFO STEP 418 (remove_files) COMPLETE |
| 5639 | 2024-05-15T03:15:47.646Z | [ recovery-image] May 15 03:15:47.162 INFO O| May 15 03:15:47.162 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5640 | 2024-05-15T03:15:47.646Z | [ recovery-image] May 15 03:15:47.175 INFO O| May 15 03:15:47.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
| 5641 | 2024-05-15T03:15:47.646Z | [ recovery-image] May 15 03:15:47.175 INFO O| May 15 03:15:47.175 INFO STEP 419 (remove_files) COMPLETE |
| 5642 | 2024-05-15T03:15:47.646Z | [ recovery-image] May 15 03:15:47.175 INFO O| May 15 03:15:47.175 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5643 | 2024-05-15T03:15:47.687Z | [ recovery-image] May 15 03:15:47.191 INFO O| May 15 03:15:47.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
| 5644 | 2024-05-15T03:15:47.687Z | [ recovery-image] May 15 03:15:47.191 INFO O| May 15 03:15:47.191 INFO STEP 420 (remove_files) COMPLETE |
| 5645 | 2024-05-15T03:15:47.687Z | [ recovery-image] May 15 03:15:47.191 INFO O| May 15 03:15:47.191 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5646 | 2024-05-15T03:15:47.687Z | [ recovery-image] May 15 03:15:47.205 INFO O| May 15 03:15:47.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
| 5647 | 2024-05-15T03:15:47.687Z | [ recovery-image] May 15 03:15:47.205 INFO O| May 15 03:15:47.205 INFO STEP 421 (remove_files) COMPLETE |
| 5648 | 2024-05-15T03:15:47.687Z | [ recovery-image] May 15 03:15:47.205 INFO O| May 15 03:15:47.205 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5649 | 2024-05-15T03:15:47.688Z | [ recovery-image] May 15 03:15:47.219 INFO O| May 15 03:15:47.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
| 5650 | 2024-05-15T03:15:47.688Z | [ recovery-image] May 15 03:15:47.219 INFO O| May 15 03:15:47.219 INFO STEP 422 (remove_files) COMPLETE |
| 5651 | 2024-05-15T03:15:47.688Z | [ recovery-image] May 15 03:15:47.219 INFO O| May 15 03:15:47.219 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5652 | 2024-05-15T03:15:47.730Z | [ recovery-image] May 15 03:15:47.233 INFO O| May 15 03:15:47.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
| 5653 | 2024-05-15T03:15:47.730Z | [ recovery-image] May 15 03:15:47.233 INFO O| May 15 03:15:47.233 INFO STEP 423 (remove_files) COMPLETE |
| 5654 | 2024-05-15T03:15:47.730Z | [ recovery-image] May 15 03:15:47.233 INFO O| May 15 03:15:47.233 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5655 | 2024-05-15T03:15:47.730Z | [ recovery-image] May 15 03:15:47.247 INFO O| May 15 03:15:47.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
| 5656 | 2024-05-15T03:15:47.731Z | [ recovery-image] May 15 03:15:47.248 INFO O| May 15 03:15:47.248 INFO STEP 424 (remove_files) COMPLETE |
| 5657 | 2024-05-15T03:15:47.731Z | [ recovery-image] May 15 03:15:47.248 INFO O| May 15 03:15:47.248 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5658 | 2024-05-15T03:15:47.731Z | [ recovery-image] May 15 03:15:47.262 INFO O| May 15 03:15:47.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
| 5659 | 2024-05-15T03:15:47.731Z | [ recovery-image] May 15 03:15:47.262 INFO O| May 15 03:15:47.262 INFO STEP 425 (remove_files) COMPLETE |
| 5660 | 2024-05-15T03:15:47.731Z | [ recovery-image] May 15 03:15:47.262 INFO O| May 15 03:15:47.262 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5661 | 2024-05-15T03:15:47.779Z | [ recovery-image] May 15 03:15:47.277 INFO O| May 15 03:15:47.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
| 5662 | 2024-05-15T03:15:47.779Z | [ recovery-image] May 15 03:15:47.277 INFO O| May 15 03:15:47.277 INFO STEP 426 (remove_files) COMPLETE |
| 5663 | 2024-05-15T03:15:47.779Z | [ recovery-image] May 15 03:15:47.277 INFO O| May 15 03:15:47.277 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5664 | 2024-05-15T03:15:47.780Z | [ recovery-image] May 15 03:15:47.291 INFO O| May 15 03:15:47.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
| 5665 | 2024-05-15T03:15:47.780Z | [ recovery-image] May 15 03:15:47.291 INFO O| May 15 03:15:47.291 INFO STEP 427 (remove_files) COMPLETE |
| 5666 | 2024-05-15T03:15:47.780Z | [ recovery-image] May 15 03:15:47.291 INFO O| May 15 03:15:47.291 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5667 | 2024-05-15T03:15:47.780Z | [ recovery-image] May 15 03:15:47.304 INFO O| May 15 03:15:47.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
| 5668 | 2024-05-15T03:15:47.780Z | [ recovery-image] May 15 03:15:47.304 INFO O| May 15 03:15:47.304 INFO STEP 428 (remove_files) COMPLETE |
| 5669 | 2024-05-15T03:15:47.780Z | [ recovery-image] May 15 03:15:47.304 INFO O| May 15 03:15:47.304 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5670 | 2024-05-15T03:15:47.780Z | [ recovery-image] May 15 03:15:47.317 INFO O| May 15 03:15:47.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
| 5671 | 2024-05-15T03:15:47.780Z | [ recovery-image] May 15 03:15:47.317 INFO O| May 15 03:15:47.317 INFO STEP 429 (remove_files) COMPLETE |
| 5672 | 2024-05-15T03:15:47.781Z | [ recovery-image] May 15 03:15:47.317 INFO O| May 15 03:15:47.317 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5673 | 2024-05-15T03:15:47.816Z | [ recovery-image] May 15 03:15:47.330 INFO O| May 15 03:15:47.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
| 5674 | 2024-05-15T03:15:47.816Z | [ recovery-image] May 15 03:15:47.331 INFO O| May 15 03:15:47.330 INFO STEP 430 (remove_files) COMPLETE |
| 5675 | 2024-05-15T03:15:47.817Z | [ recovery-image] May 15 03:15:47.331 INFO O| May 15 03:15:47.331 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5676 | 2024-05-15T03:15:47.817Z | [ recovery-image] May 15 03:15:47.347 INFO O| May 15 03:15:47.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
| 5677 | 2024-05-15T03:15:47.817Z | [ recovery-image] May 15 03:15:47.347 INFO O| May 15 03:15:47.347 INFO STEP 431 (remove_files) COMPLETE |
| 5678 | 2024-05-15T03:15:47.817Z | [ recovery-image] May 15 03:15:47.347 INFO O| May 15 03:15:47.347 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5679 | 2024-05-15T03:15:47.861Z | [ recovery-image] May 15 03:15:47.360 INFO O| May 15 03:15:47.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
| 5680 | 2024-05-15T03:15:47.861Z | [ recovery-image] May 15 03:15:47.360 INFO O| May 15 03:15:47.360 INFO STEP 432 (remove_files) COMPLETE |
| 5681 | 2024-05-15T03:15:47.861Z | [ recovery-image] May 15 03:15:47.360 INFO O| May 15 03:15:47.360 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5682 | 2024-05-15T03:15:47.861Z | [ recovery-image] May 15 03:15:47.373 INFO O| May 15 03:15:47.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
| 5683 | 2024-05-15T03:15:47.861Z | [ recovery-image] May 15 03:15:47.373 INFO O| May 15 03:15:47.373 INFO STEP 433 (remove_files) COMPLETE |
| 5684 | 2024-05-15T03:15:47.861Z | [ recovery-image] May 15 03:15:47.373 INFO O| May 15 03:15:47.373 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5685 | 2024-05-15T03:15:47.862Z | [ recovery-image] May 15 03:15:47.387 INFO O| May 15 03:15:47.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
| 5686 | 2024-05-15T03:15:47.862Z | [ recovery-image] May 15 03:15:47.387 INFO O| May 15 03:15:47.387 INFO STEP 434 (remove_files) COMPLETE |
| 5687 | 2024-05-15T03:15:47.862Z | [ recovery-image] May 15 03:15:47.387 INFO O| May 15 03:15:47.387 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5688 | 2024-05-15T03:15:47.909Z | [ recovery-image] May 15 03:15:47.400 INFO O| May 15 03:15:47.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
| 5689 | 2024-05-15T03:15:47.909Z | [ recovery-image] May 15 03:15:47.400 INFO O| May 15 03:15:47.400 INFO STEP 435 (remove_files) COMPLETE |
| 5690 | 2024-05-15T03:15:47.909Z | [ recovery-image] May 15 03:15:47.400 INFO O| May 15 03:15:47.400 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5691 | 2024-05-15T03:15:47.909Z | [ recovery-image] May 15 03:15:47.413 INFO O| May 15 03:15:47.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
| 5692 | 2024-05-15T03:15:47.909Z | [ recovery-image] May 15 03:15:47.413 INFO O| May 15 03:15:47.413 INFO STEP 436 (remove_files) COMPLETE |
| 5693 | 2024-05-15T03:15:47.909Z | [ recovery-image] May 15 03:15:47.413 INFO O| May 15 03:15:47.413 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5694 | 2024-05-15T03:15:47.909Z | [ recovery-image] May 15 03:15:47.426 INFO O| May 15 03:15:47.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
| 5695 | 2024-05-15T03:15:47.910Z | [ recovery-image] May 15 03:15:47.426 INFO O| May 15 03:15:47.426 INFO STEP 437 (remove_files) COMPLETE |
| 5696 | 2024-05-15T03:15:47.910Z | [ recovery-image] May 15 03:15:47.427 INFO O| May 15 03:15:47.426 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5697 | 2024-05-15T03:15:47.910Z | [ recovery-image] May 15 03:15:47.439 INFO O| May 15 03:15:47.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
| 5698 | 2024-05-15T03:15:47.910Z | [ recovery-image] May 15 03:15:47.439 INFO O| May 15 03:15:47.439 INFO STEP 438 (remove_files) COMPLETE |
| 5699 | 2024-05-15T03:15:47.910Z | [ recovery-image] May 15 03:15:47.439 INFO O| May 15 03:15:47.439 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5700 | 2024-05-15T03:15:47.948Z | [ recovery-image] May 15 03:15:47.452 INFO O| May 15 03:15:47.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
| 5701 | 2024-05-15T03:15:47.948Z | [ recovery-image] May 15 03:15:47.452 INFO O| May 15 03:15:47.452 INFO STEP 439 (remove_files) COMPLETE |
| 5702 | 2024-05-15T03:15:47.948Z | [ recovery-image] May 15 03:15:47.453 INFO O| May 15 03:15:47.452 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5703 | 2024-05-15T03:15:47.948Z | [ recovery-image] May 15 03:15:47.466 INFO O| May 15 03:15:47.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
| 5704 | 2024-05-15T03:15:47.948Z | [ recovery-image] May 15 03:15:47.466 INFO O| May 15 03:15:47.466 INFO STEP 440 (remove_files) COMPLETE |
| 5705 | 2024-05-15T03:15:47.949Z | [ recovery-image] May 15 03:15:47.466 INFO O| May 15 03:15:47.466 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5706 | 2024-05-15T03:15:47.949Z | [ recovery-image] May 15 03:15:47.479 INFO O| May 15 03:15:47.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
| 5707 | 2024-05-15T03:15:47.949Z | [ recovery-image] May 15 03:15:47.479 INFO O| May 15 03:15:47.479 INFO STEP 441 (remove_files) COMPLETE |
| 5708 | 2024-05-15T03:15:47.949Z | [ recovery-image] May 15 03:15:47.479 INFO O| May 15 03:15:47.479 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5709 | 2024-05-15T03:15:48.428Z | [ recovery-image] May 15 03:15:47.491 INFO O| May 15 03:15:47.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
| 5710 | 2024-05-15T03:15:48.428Z | [ recovery-image] May 15 03:15:47.492 INFO O| May 15 03:15:47.492 INFO STEP 442 (remove_files) COMPLETE |
| 5711 | 2024-05-15T03:15:48.428Z | [ recovery-image] May 15 03:15:47.492 INFO O| May 15 03:15:47.492 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5712 | 2024-05-15T03:15:48.429Z | [ recovery-image] May 15 03:15:47.507 INFO O| May 15 03:15:47.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
| 5713 | 2024-05-15T03:15:48.429Z | [ recovery-image] May 15 03:15:47.507 INFO O| May 15 03:15:47.507 INFO STEP 443 (remove_files) COMPLETE |
| 5714 | 2024-05-15T03:15:48.429Z | [ recovery-image] May 15 03:15:47.507 INFO O| May 15 03:15:47.507 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5715 | 2024-05-15T03:15:48.429Z | [ recovery-image] May 15 03:15:47.520 INFO O| May 15 03:15:47.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
| 5716 | 2024-05-15T03:15:48.429Z | [ recovery-image] May 15 03:15:47.521 INFO O| May 15 03:15:47.520 INFO STEP 444 (remove_files) COMPLETE |
| 5717 | 2024-05-15T03:15:48.430Z | [ recovery-image] May 15 03:15:47.521 INFO O| May 15 03:15:47.520 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5718 | 2024-05-15T03:15:48.562Z | [ recovery-image] May 15 03:15:47.534 INFO O| May 15 03:15:47.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
| 5719 | 2024-05-15T03:15:48.562Z | [ recovery-image] May 15 03:15:47.534 INFO O| May 15 03:15:47.534 INFO STEP 445 (remove_files) COMPLETE |
| 5720 | 2024-05-15T03:15:48.562Z | [ recovery-image] May 15 03:15:47.534 INFO O| May 15 03:15:47.534 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5721 | 2024-05-15T03:15:48.562Z | [ recovery-image] May 15 03:15:47.546 INFO O| May 15 03:15:47.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
| 5722 | 2024-05-15T03:15:48.563Z | [ recovery-image] May 15 03:15:47.546 INFO O| May 15 03:15:47.546 INFO STEP 446 (remove_files) COMPLETE |
| 5723 | 2024-05-15T03:15:48.563Z | [ recovery-image] May 15 03:15:47.546 INFO O| May 15 03:15:47.546 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5724 | 2024-05-15T03:15:48.564Z | [ recovery-image] May 15 03:15:47.559 INFO O| May 15 03:15:47.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
| 5725 | 2024-05-15T03:15:48.564Z | [ recovery-image] May 15 03:15:47.560 INFO O| May 15 03:15:47.559 INFO STEP 447 (remove_files) COMPLETE |
| 5726 | 2024-05-15T03:15:48.564Z | [ recovery-image] May 15 03:15:47.560 INFO O| May 15 03:15:47.559 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5727 | 2024-05-15T03:15:48.564Z | [ recovery-image] May 15 03:15:47.572 INFO O| May 15 03:15:47.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
| 5728 | 2024-05-15T03:15:48.564Z | [ recovery-image] May 15 03:15:47.572 INFO O| May 15 03:15:47.572 INFO STEP 448 (remove_files) COMPLETE |
| 5729 | 2024-05-15T03:15:48.565Z | [ recovery-image] May 15 03:15:47.572 INFO O| May 15 03:15:47.572 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5730 | 2024-05-15T03:15:48.565Z | [ recovery-image] May 15 03:15:47.586 INFO O| May 15 03:15:47.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
| 5731 | 2024-05-15T03:15:48.565Z | [ recovery-image] May 15 03:15:47.587 INFO O| May 15 03:15:47.586 INFO STEP 449 (remove_files) COMPLETE |
| 5732 | 2024-05-15T03:15:48.565Z | [ recovery-image] May 15 03:15:47.587 INFO O| May 15 03:15:47.587 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5733 | 2024-05-15T03:15:48.565Z | [ recovery-image] May 15 03:15:47.600 INFO O| May 15 03:15:47.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
| 5734 | 2024-05-15T03:15:48.566Z | [ recovery-image] May 15 03:15:47.600 INFO O| May 15 03:15:47.600 INFO STEP 450 (remove_files) COMPLETE |
| 5735 | 2024-05-15T03:15:48.566Z | [ recovery-image] May 15 03:15:47.600 INFO O| May 15 03:15:47.600 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5736 | 2024-05-15T03:15:48.566Z | [ recovery-image] May 15 03:15:47.613 INFO O| May 15 03:15:47.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
| 5737 | 2024-05-15T03:15:48.566Z | [ recovery-image] May 15 03:15:47.613 INFO O| May 15 03:15:47.613 INFO STEP 451 (remove_files) COMPLETE |
| 5738 | 2024-05-15T03:15:48.567Z | [ recovery-image] May 15 03:15:47.613 INFO O| May 15 03:15:47.613 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5739 | 2024-05-15T03:15:48.567Z | [ recovery-image] May 15 03:15:47.626 INFO O| May 15 03:15:47.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
| 5740 | 2024-05-15T03:15:48.567Z | [ recovery-image] May 15 03:15:47.626 INFO O| May 15 03:15:47.626 INFO STEP 452 (remove_files) COMPLETE |
| 5741 | 2024-05-15T03:15:48.567Z | [ recovery-image] May 15 03:15:47.626 INFO O| May 15 03:15:47.626 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5742 | 2024-05-15T03:15:48.567Z | [ recovery-image] May 15 03:15:47.638 INFO O| May 15 03:15:47.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
| 5743 | 2024-05-15T03:15:48.568Z | [ recovery-image] May 15 03:15:47.639 INFO O| May 15 03:15:47.639 INFO STEP 453 (remove_files) COMPLETE |
| 5744 | 2024-05-15T03:15:48.568Z | [ recovery-image] May 15 03:15:47.639 INFO O| May 15 03:15:47.639 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5745 | 2024-05-15T03:15:48.568Z | [ recovery-image] May 15 03:15:47.651 INFO O| May 15 03:15:47.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
| 5746 | 2024-05-15T03:15:48.568Z | [ recovery-image] May 15 03:15:47.651 INFO O| May 15 03:15:47.651 INFO STEP 454 (remove_files) COMPLETE |
| 5747 | 2024-05-15T03:15:48.569Z | [ recovery-image] May 15 03:15:47.651 INFO O| May 15 03:15:47.651 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5748 | 2024-05-15T03:15:48.569Z | [ recovery-image] May 15 03:15:47.669 INFO O| May 15 03:15:47.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
| 5749 | 2024-05-15T03:15:48.569Z | [ recovery-image] May 15 03:15:47.669 INFO O| May 15 03:15:47.669 INFO STEP 455 (remove_files) COMPLETE |
| 5750 | 2024-05-15T03:15:48.569Z | [ recovery-image] May 15 03:15:47.669 INFO O| May 15 03:15:47.669 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5751 | 2024-05-15T03:15:48.569Z | [ recovery-image] May 15 03:15:47.683 INFO O| May 15 03:15:47.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
| 5752 | 2024-05-15T03:15:48.570Z | [ recovery-image] May 15 03:15:47.683 INFO O| May 15 03:15:47.683 INFO STEP 456 (remove_files) COMPLETE |
| 5753 | 2024-05-15T03:15:48.570Z | [ recovery-image] May 15 03:15:47.684 INFO O| May 15 03:15:47.683 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5754 | 2024-05-15T03:15:48.570Z | [ recovery-image] May 15 03:15:47.698 INFO O| May 15 03:15:47.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
| 5755 | 2024-05-15T03:15:48.570Z | [ recovery-image] May 15 03:15:47.698 INFO O| May 15 03:15:47.698 INFO STEP 457 (remove_files) COMPLETE |
| 5756 | 2024-05-15T03:15:48.570Z | [ recovery-image] May 15 03:15:47.698 INFO O| May 15 03:15:47.698 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5757 | 2024-05-15T03:15:48.571Z | [ recovery-image] May 15 03:15:47.711 INFO O| May 15 03:15:47.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
| 5758 | 2024-05-15T03:15:48.571Z | [ recovery-image] May 15 03:15:47.711 INFO O| May 15 03:15:47.711 INFO STEP 458 (remove_files) COMPLETE |
| 5759 | 2024-05-15T03:15:48.571Z | [ recovery-image] May 15 03:15:47.711 INFO O| May 15 03:15:47.711 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5760 | 2024-05-15T03:15:48.571Z | [ recovery-image] May 15 03:15:47.724 INFO O| May 15 03:15:47.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
| 5761 | 2024-05-15T03:15:48.571Z | [ recovery-image] May 15 03:15:47.725 INFO O| May 15 03:15:47.725 INFO STEP 459 (remove_files) COMPLETE |
| 5762 | 2024-05-15T03:15:48.572Z | [ recovery-image] May 15 03:15:47.725 INFO O| May 15 03:15:47.725 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5763 | 2024-05-15T03:15:48.572Z | [ recovery-image] May 15 03:15:47.738 INFO O| May 15 03:15:47.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
| 5764 | 2024-05-15T03:15:48.572Z | [ recovery-image] May 15 03:15:47.738 INFO O| May 15 03:15:47.738 INFO STEP 460 (remove_files) COMPLETE |
| 5765 | 2024-05-15T03:15:48.572Z | [ recovery-image] May 15 03:15:47.738 INFO O| May 15 03:15:47.738 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5766 | 2024-05-15T03:15:48.573Z | [ recovery-image] May 15 03:15:47.751 INFO O| May 15 03:15:47.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
| 5767 | 2024-05-15T03:15:48.573Z | [ recovery-image] May 15 03:15:47.751 INFO O| May 15 03:15:47.751 INFO STEP 461 (remove_files) COMPLETE |
| 5768 | 2024-05-15T03:15:48.573Z | [ recovery-image] May 15 03:15:47.751 INFO O| May 15 03:15:47.751 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5769 | 2024-05-15T03:15:48.573Z | [ recovery-image] May 15 03:15:47.764 INFO O| May 15 03:15:47.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
| 5770 | 2024-05-15T03:15:48.574Z | [ recovery-image] May 15 03:15:47.765 INFO O| May 15 03:15:47.764 INFO STEP 462 (remove_files) COMPLETE |
| 5771 | 2024-05-15T03:15:48.574Z | [ recovery-image] May 15 03:15:47.765 INFO O| May 15 03:15:47.765 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5772 | 2024-05-15T03:15:48.574Z | [ recovery-image] May 15 03:15:47.777 INFO O| May 15 03:15:47.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
| 5773 | 2024-05-15T03:15:48.574Z | [ recovery-image] May 15 03:15:47.777 INFO O| May 15 03:15:47.777 INFO STEP 463 (remove_files) COMPLETE |
| 5774 | 2024-05-15T03:15:48.574Z | [ recovery-image] May 15 03:15:47.777 INFO O| May 15 03:15:47.777 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5775 | 2024-05-15T03:15:48.575Z | [ recovery-image] May 15 03:15:47.790 INFO O| May 15 03:15:47.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
| 5776 | 2024-05-15T03:15:48.575Z | [ recovery-image] May 15 03:15:47.790 INFO O| May 15 03:15:47.790 INFO STEP 464 (remove_files) COMPLETE |
| 5777 | 2024-05-15T03:15:48.575Z | [ recovery-image] May 15 03:15:47.790 INFO O| May 15 03:15:47.790 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5778 | 2024-05-15T03:15:48.575Z | [ recovery-image] May 15 03:15:47.802 INFO O| May 15 03:15:47.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
| 5779 | 2024-05-15T03:15:48.575Z | [ recovery-image] May 15 03:15:47.802 INFO O| May 15 03:15:47.802 INFO STEP 465 (remove_files) COMPLETE |
| 5780 | 2024-05-15T03:15:48.576Z | [ recovery-image] May 15 03:15:47.802 INFO O| May 15 03:15:47.802 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5781 | 2024-05-15T03:15:48.576Z | [ recovery-image] May 15 03:15:47.815 INFO O| May 15 03:15:47.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
| 5782 | 2024-05-15T03:15:48.576Z | [ recovery-image] May 15 03:15:47.815 INFO O| May 15 03:15:47.815 INFO STEP 466 (remove_files) COMPLETE |
| 5783 | 2024-05-15T03:15:48.576Z | [ recovery-image] May 15 03:15:47.815 INFO O| May 15 03:15:47.815 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5784 | 2024-05-15T03:15:48.577Z | [ recovery-image] May 15 03:15:47.828 INFO O| May 15 03:15:47.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
| 5785 | 2024-05-15T03:15:48.577Z | [ recovery-image] May 15 03:15:47.828 INFO O| May 15 03:15:47.828 INFO STEP 467 (remove_files) COMPLETE |
| 5786 | 2024-05-15T03:15:48.577Z | [ recovery-image] May 15 03:15:47.828 INFO O| May 15 03:15:47.828 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5787 | 2024-05-15T03:15:48.577Z | [ recovery-image] May 15 03:15:47.841 INFO O| May 15 03:15:47.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
| 5788 | 2024-05-15T03:15:48.577Z | [ recovery-image] May 15 03:15:47.841 INFO O| May 15 03:15:47.841 INFO STEP 468 (remove_files) COMPLETE |
| 5789 | 2024-05-15T03:15:48.577Z | [ recovery-image] May 15 03:15:47.841 INFO O| May 15 03:15:47.841 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5790 | 2024-05-15T03:15:48.578Z | [ recovery-image] May 15 03:15:47.854 INFO O| May 15 03:15:47.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
| 5791 | 2024-05-15T03:15:48.578Z | [ recovery-image] May 15 03:15:47.855 INFO O| May 15 03:15:47.855 INFO STEP 469 (remove_files) COMPLETE |
| 5792 | 2024-05-15T03:15:48.578Z | [ recovery-image] May 15 03:15:47.855 INFO O| May 15 03:15:47.855 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5793 | 2024-05-15T03:15:48.579Z | [ recovery-image] May 15 03:15:47.869 INFO O| May 15 03:15:47.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
| 5794 | 2024-05-15T03:15:48.579Z | [ recovery-image] May 15 03:15:47.869 INFO O| May 15 03:15:47.869 INFO STEP 470 (remove_files) COMPLETE |
| 5795 | 2024-05-15T03:15:48.579Z | [ recovery-image] May 15 03:15:47.869 INFO O| May 15 03:15:47.869 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5796 | 2024-05-15T03:15:48.579Z | [ recovery-image] May 15 03:15:47.883 INFO O| May 15 03:15:47.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
| 5797 | 2024-05-15T03:15:48.579Z | [ recovery-image] May 15 03:15:47.883 INFO O| May 15 03:15:47.883 INFO STEP 471 (remove_files) COMPLETE |
| 5798 | 2024-05-15T03:15:48.580Z | [ recovery-image] May 15 03:15:47.883 INFO O| May 15 03:15:47.883 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5799 | 2024-05-15T03:15:48.580Z | [ recovery-image] May 15 03:15:47.896 INFO O| May 15 03:15:47.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
| 5800 | 2024-05-15T03:15:48.580Z | [ recovery-image] May 15 03:15:47.896 INFO O| May 15 03:15:47.896 INFO STEP 472 (remove_files) COMPLETE |
| 5801 | 2024-05-15T03:15:48.580Z | [ recovery-image] May 15 03:15:47.896 INFO O| May 15 03:15:47.896 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5802 | 2024-05-15T03:15:48.580Z | [ recovery-image] May 15 03:15:47.910 INFO O| May 15 03:15:47.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
| 5803 | 2024-05-15T03:15:48.580Z | [ recovery-image] May 15 03:15:47.910 INFO O| May 15 03:15:47.910 INFO STEP 473 (remove_files) COMPLETE |
| 5804 | 2024-05-15T03:15:48.581Z | [ recovery-image] May 15 03:15:47.910 INFO O| May 15 03:15:47.910 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5805 | 2024-05-15T03:15:48.581Z | [ recovery-image] May 15 03:15:47.924 INFO O| May 15 03:15:47.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
| 5806 | 2024-05-15T03:15:48.581Z | [ recovery-image] May 15 03:15:47.924 INFO O| May 15 03:15:47.924 INFO STEP 474 (remove_files) COMPLETE |
| 5807 | 2024-05-15T03:15:48.582Z | [ recovery-image] May 15 03:15:47.924 INFO O| May 15 03:15:47.924 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5808 | 2024-05-15T03:15:48.582Z | [ recovery-image] May 15 03:15:47.937 INFO O| May 15 03:15:47.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
| 5809 | 2024-05-15T03:15:48.582Z | [ recovery-image] May 15 03:15:47.937 INFO O| May 15 03:15:47.937 INFO STEP 475 (remove_files) COMPLETE |
| 5810 | 2024-05-15T03:15:48.582Z | [ recovery-image] May 15 03:15:47.937 INFO O| May 15 03:15:47.937 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5811 | 2024-05-15T03:15:48.582Z | [ recovery-image] May 15 03:15:47.951 INFO O| May 15 03:15:47.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
| 5812 | 2024-05-15T03:15:48.583Z | [ recovery-image] May 15 03:15:47.951 INFO O| May 15 03:15:47.951 INFO STEP 476 (remove_files) COMPLETE |
| 5813 | 2024-05-15T03:15:48.583Z | [ recovery-image] May 15 03:15:47.951 INFO O| May 15 03:15:47.951 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5814 | 2024-05-15T03:15:48.583Z | [ recovery-image] May 15 03:15:47.965 INFO O| May 15 03:15:47.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
| 5815 | 2024-05-15T03:15:48.583Z | [ recovery-image] May 15 03:15:47.965 INFO O| May 15 03:15:47.965 INFO STEP 477 (remove_files) COMPLETE |
| 5816 | 2024-05-15T03:15:48.583Z | [ recovery-image] May 15 03:15:47.965 INFO O| May 15 03:15:47.965 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5817 | 2024-05-15T03:15:48.584Z | [ recovery-image] May 15 03:15:47.979 INFO O| May 15 03:15:47.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
| 5818 | 2024-05-15T03:15:48.625Z | [ recovery-image] May 15 03:15:47.979 INFO O| May 15 03:15:47.979 INFO STEP 478 (remove_files) COMPLETE |
| 5819 | 2024-05-15T03:15:48.625Z | [ recovery-image] May 15 03:15:47.979 INFO O| May 15 03:15:47.979 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5820 | 2024-05-15T03:15:48.625Z | [ recovery-image] May 15 03:15:47.992 INFO O| May 15 03:15:47.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
| 5821 | 2024-05-15T03:15:48.625Z | [ recovery-image] May 15 03:15:47.993 INFO O| May 15 03:15:47.993 INFO STEP 479 (remove_files) COMPLETE |
| 5822 | 2024-05-15T03:15:48.626Z | [ recovery-image] May 15 03:15:47.993 INFO O| May 15 03:15:47.993 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5823 | 2024-05-15T03:15:48.626Z | [ recovery-image] May 15 03:15:48.006 INFO O| May 15 03:15:48.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
| 5824 | 2024-05-15T03:15:48.626Z | [ recovery-image] May 15 03:15:48.006 INFO O| May 15 03:15:48.006 INFO STEP 480 (remove_files) COMPLETE |
| 5825 | 2024-05-15T03:15:48.627Z | [ recovery-image] May 15 03:15:48.006 INFO O| May 15 03:15:48.006 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5826 | 2024-05-15T03:15:48.627Z | [ recovery-image] May 15 03:15:48.019 INFO O| May 15 03:15:48.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
| 5827 | 2024-05-15T03:15:48.627Z | [ recovery-image] May 15 03:15:48.019 INFO O| May 15 03:15:48.019 INFO STEP 481 (remove_files) COMPLETE |
| 5828 | 2024-05-15T03:15:48.627Z | [ recovery-image] May 15 03:15:48.019 INFO O| May 15 03:15:48.019 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5829 | 2024-05-15T03:15:48.627Z | [ recovery-image] May 15 03:15:48.031 INFO O| May 15 03:15:48.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
| 5830 | 2024-05-15T03:15:48.627Z | [ recovery-image] May 15 03:15:48.032 INFO O| May 15 03:15:48.031 INFO STEP 482 (remove_files) COMPLETE |
| 5831 | 2024-05-15T03:15:48.627Z | [ recovery-image] May 15 03:15:48.032 INFO O| May 15 03:15:48.032 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5832 | 2024-05-15T03:15:48.628Z | [ recovery-image] May 15 03:15:48.044 INFO O| May 15 03:15:48.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 5833 | 2024-05-15T03:15:48.628Z | [ recovery-image] May 15 03:15:48.044 INFO O| May 15 03:15:48.044 INFO STEP 483 (remove_files) COMPLETE |
| 5834 | 2024-05-15T03:15:48.628Z | [ recovery-image] May 15 03:15:48.044 INFO O| May 15 03:15:48.044 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5835 | 2024-05-15T03:15:48.628Z | [ recovery-image] May 15 03:15:48.056 INFO O| May 15 03:15:48.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 5836 | 2024-05-15T03:15:48.628Z | [ recovery-image] May 15 03:15:48.056 INFO O| May 15 03:15:48.056 INFO STEP 484 (remove_files) COMPLETE |
| 5837 | 2024-05-15T03:15:48.629Z | [ recovery-image] May 15 03:15:48.056 INFO O| May 15 03:15:48.056 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5838 | 2024-05-15T03:15:48.629Z | [ recovery-image] May 15 03:15:48.068 INFO O| May 15 03:15:48.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 5839 | 2024-05-15T03:15:48.629Z | [ recovery-image] May 15 03:15:48.068 INFO O| May 15 03:15:48.068 INFO STEP 485 (remove_files) COMPLETE |
| 5840 | 2024-05-15T03:15:48.629Z | [ recovery-image] May 15 03:15:48.068 INFO O| May 15 03:15:48.068 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5841 | 2024-05-15T03:15:48.629Z | [ recovery-image] May 15 03:15:48.080 INFO O| May 15 03:15:48.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 5842 | 2024-05-15T03:15:48.630Z | [ recovery-image] May 15 03:15:48.081 INFO O| May 15 03:15:48.080 INFO STEP 486 (remove_files) COMPLETE |
| 5843 | 2024-05-15T03:15:48.630Z | [ recovery-image] May 15 03:15:48.081 INFO O| May 15 03:15:48.081 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5844 | 2024-05-15T03:15:48.630Z | [ recovery-image] May 15 03:15:48.092 INFO O| May 15 03:15:48.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 5845 | 2024-05-15T03:15:48.630Z | [ recovery-image] May 15 03:15:48.093 INFO O| May 15 03:15:48.093 INFO STEP 487 (remove_files) COMPLETE |
| 5846 | 2024-05-15T03:15:48.631Z | [ recovery-image] May 15 03:15:48.093 INFO O| May 15 03:15:48.093 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5847 | 2024-05-15T03:15:48.631Z | [ recovery-image] May 15 03:15:48.105 INFO O| May 15 03:15:48.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 5848 | 2024-05-15T03:15:48.632Z | [ recovery-image] May 15 03:15:48.105 INFO O| May 15 03:15:48.105 INFO STEP 488 (remove_files) COMPLETE |
| 5849 | 2024-05-15T03:15:48.632Z | [ recovery-image] May 15 03:15:48.105 INFO O| May 15 03:15:48.105 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5850 | 2024-05-15T03:15:48.632Z | [ recovery-image] May 15 03:15:48.117 INFO O| May 15 03:15:48.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 5851 | 2024-05-15T03:15:48.632Z | [ recovery-image] May 15 03:15:48.117 INFO O| May 15 03:15:48.117 INFO STEP 489 (remove_files) COMPLETE |
| 5852 | 2024-05-15T03:15:48.632Z | [ recovery-image] May 15 03:15:48.117 INFO O| May 15 03:15:48.117 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5853 | 2024-05-15T03:15:48.632Z | [ recovery-image] May 15 03:15:48.133 INFO O| May 15 03:15:48.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 5854 | 2024-05-15T03:15:48.632Z | [ recovery-image] May 15 03:15:48.133 INFO O| May 15 03:15:48.133 INFO STEP 490 (remove_files) COMPLETE |
| 5855 | 2024-05-15T03:15:48.632Z | [ recovery-image] May 15 03:15:48.133 INFO O| May 15 03:15:48.133 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5856 | 2024-05-15T03:15:48.633Z | [ recovery-image] May 15 03:15:48.147 INFO O| May 15 03:15:48.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 5857 | 2024-05-15T03:15:48.633Z | [ recovery-image] May 15 03:15:48.147 INFO O| May 15 03:15:48.147 INFO STEP 491 (remove_files) COMPLETE |
| 5858 | 2024-05-15T03:15:48.633Z | [ recovery-image] May 15 03:15:48.147 INFO O| May 15 03:15:48.147 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5859 | 2024-05-15T03:15:48.692Z | [ recovery-image] May 15 03:15:48.160 INFO O| May 15 03:15:48.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 5860 | 2024-05-15T03:15:48.692Z | [ recovery-image] May 15 03:15:48.160 INFO O| May 15 03:15:48.160 INFO STEP 492 (remove_files) COMPLETE |
| 5861 | 2024-05-15T03:15:48.692Z | [ recovery-image] May 15 03:15:48.160 INFO O| May 15 03:15:48.160 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5862 | 2024-05-15T03:15:48.693Z | [ recovery-image] May 15 03:15:48.176 INFO O| May 15 03:15:48.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 5863 | 2024-05-15T03:15:48.693Z | [ recovery-image] May 15 03:15:48.177 INFO O| May 15 03:15:48.177 INFO STEP 493 (remove_files) COMPLETE |
| 5864 | 2024-05-15T03:15:48.693Z | [ recovery-image] May 15 03:15:48.177 INFO O| May 15 03:15:48.177 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5865 | 2024-05-15T03:15:48.693Z | [ recovery-image] May 15 03:15:48.190 INFO O| May 15 03:15:48.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 5866 | 2024-05-15T03:15:48.694Z | [ recovery-image] May 15 03:15:48.190 INFO O| May 15 03:15:48.190 INFO STEP 494 (remove_files) COMPLETE |
| 5867 | 2024-05-15T03:15:48.694Z | [ recovery-image] May 15 03:15:48.190 INFO O| May 15 03:15:48.190 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5868 | 2024-05-15T03:15:48.694Z | [ recovery-image] May 15 03:15:48.203 INFO O| May 15 03:15:48.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 5869 | 2024-05-15T03:15:48.694Z | [ recovery-image] May 15 03:15:48.203 INFO O| May 15 03:15:48.203 INFO STEP 495 (remove_files) COMPLETE |
| 5870 | 2024-05-15T03:15:48.695Z | [ recovery-image] May 15 03:15:48.203 INFO O| May 15 03:15:48.203 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5871 | 2024-05-15T03:15:48.695Z | [ recovery-image] May 15 03:15:48.216 INFO O| May 15 03:15:48.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 5872 | 2024-05-15T03:15:48.695Z | [ recovery-image] May 15 03:15:48.216 INFO O| May 15 03:15:48.216 INFO STEP 496 (remove_files) COMPLETE |
| 5873 | 2024-05-15T03:15:48.695Z | [ recovery-image] May 15 03:15:48.216 INFO O| May 15 03:15:48.216 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5874 | 2024-05-15T03:15:48.787Z | [ recovery-image] May 15 03:15:48.229 INFO O| May 15 03:15:48.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 5875 | 2024-05-15T03:15:48.788Z | [ recovery-image] May 15 03:15:48.229 INFO O| May 15 03:15:48.229 INFO STEP 497 (remove_files) COMPLETE |
| 5876 | 2024-05-15T03:15:48.789Z | [ recovery-image] May 15 03:15:48.229 INFO O| May 15 03:15:48.229 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5877 | 2024-05-15T03:15:48.790Z | [ recovery-image] May 15 03:15:48.242 INFO O| May 15 03:15:48.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
| 5878 | 2024-05-15T03:15:48.790Z | [ recovery-image] May 15 03:15:48.242 INFO O| May 15 03:15:48.242 INFO STEP 498 (remove_files) COMPLETE |
| 5879 | 2024-05-15T03:15:48.790Z | [ recovery-image] May 15 03:15:48.242 INFO O| May 15 03:15:48.242 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5880 | 2024-05-15T03:15:48.791Z | [ recovery-image] May 15 03:15:48.255 INFO O| May 15 03:15:48.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
| 5881 | 2024-05-15T03:15:48.791Z | [ recovery-image] May 15 03:15:48.255 INFO O| May 15 03:15:48.255 INFO STEP 499 (remove_files) COMPLETE |
| 5882 | 2024-05-15T03:15:48.791Z | [ recovery-image] May 15 03:15:48.255 INFO O| May 15 03:15:48.255 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5883 | 2024-05-15T03:15:48.792Z | [ recovery-image] May 15 03:15:48.268 INFO O| May 15 03:15:48.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
| 5884 | 2024-05-15T03:15:48.792Z | [ recovery-image] May 15 03:15:48.268 INFO O| May 15 03:15:48.268 INFO STEP 500 (remove_files) COMPLETE |
| 5885 | 2024-05-15T03:15:48.792Z | [ recovery-image] May 15 03:15:48.268 INFO O| May 15 03:15:48.268 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5886 | 2024-05-15T03:15:48.833Z | [ recovery-image] May 15 03:15:48.281 INFO O| May 15 03:15:48.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
| 5887 | 2024-05-15T03:15:48.833Z | [ recovery-image] May 15 03:15:48.281 INFO O| May 15 03:15:48.281 INFO STEP 501 (remove_files) COMPLETE |
| 5888 | 2024-05-15T03:15:48.834Z | [ recovery-image] May 15 03:15:48.281 INFO O| May 15 03:15:48.281 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5889 | 2024-05-15T03:15:48.834Z | [ recovery-image] May 15 03:15:48.294 INFO O| May 15 03:15:48.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
| 5890 | 2024-05-15T03:15:48.834Z | [ recovery-image] May 15 03:15:48.294 INFO O| May 15 03:15:48.294 INFO STEP 502 (remove_files) COMPLETE |
| 5891 | 2024-05-15T03:15:48.834Z | [ recovery-image] May 15 03:15:48.294 INFO O| May 15 03:15:48.294 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5892 | 2024-05-15T03:15:48.834Z | [ recovery-image] May 15 03:15:48.308 INFO O| May 15 03:15:48.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
| 5893 | 2024-05-15T03:15:48.835Z | [ recovery-image] May 15 03:15:48.308 INFO O| May 15 03:15:48.308 INFO STEP 503 (remove_files) COMPLETE |
| 5894 | 2024-05-15T03:15:48.835Z | [ recovery-image] May 15 03:15:48.308 INFO O| May 15 03:15:48.308 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5895 | 2024-05-15T03:15:48.835Z | [ recovery-image] May 15 03:15:48.321 INFO O| May 15 03:15:48.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
| 5896 | 2024-05-15T03:15:48.835Z | [ recovery-image] May 15 03:15:48.321 INFO O| May 15 03:15:48.321 INFO STEP 504 (remove_files) COMPLETE |
| 5897 | 2024-05-15T03:15:48.835Z | [ recovery-image] May 15 03:15:48.321 INFO O| May 15 03:15:48.321 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5898 | 2024-05-15T03:15:48.835Z | [ recovery-image] May 15 03:15:48.334 INFO O| May 15 03:15:48.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
| 5899 | 2024-05-15T03:15:48.836Z | [ recovery-image] May 15 03:15:48.334 INFO O| May 15 03:15:48.334 INFO STEP 505 (remove_files) COMPLETE |
| 5900 | 2024-05-15T03:15:48.836Z | [ recovery-image] May 15 03:15:48.334 INFO O| May 15 03:15:48.334 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5901 | 2024-05-15T03:15:48.836Z | [ recovery-image] May 15 03:15:48.347 INFO O| May 15 03:15:48.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 5902 | 2024-05-15T03:15:48.836Z | [ recovery-image] May 15 03:15:48.347 INFO O| May 15 03:15:48.347 INFO STEP 506 (remove_files) COMPLETE |
| 5903 | 2024-05-15T03:15:48.836Z | [ recovery-image] May 15 03:15:48.347 INFO O| May 15 03:15:48.347 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5904 | 2024-05-15T03:15:48.837Z | [ recovery-image] May 15 03:15:48.359 INFO O| May 15 03:15:48.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
| 5905 | 2024-05-15T03:15:48.837Z | [ recovery-image] May 15 03:15:48.359 INFO O| May 15 03:15:48.359 INFO STEP 507 (remove_files) COMPLETE |
| 5906 | 2024-05-15T03:15:48.837Z | [ recovery-image] May 15 03:15:48.359 INFO O| May 15 03:15:48.359 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5907 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.372 INFO O| May 15 03:15:48.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
| 5908 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.372 INFO O| May 15 03:15:48.372 INFO STEP 508 (remove_files) COMPLETE |
| 5909 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.372 INFO O| May 15 03:15:48.372 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5910 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.385 INFO O| May 15 03:15:48.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
| 5911 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.385 INFO O| May 15 03:15:48.385 INFO STEP 509 (remove_files) COMPLETE |
| 5912 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.385 INFO O| May 15 03:15:48.385 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5913 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.398 INFO O| May 15 03:15:48.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
| 5914 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.398 INFO O| May 15 03:15:48.398 INFO STEP 510 (remove_files) COMPLETE |
| 5915 | 2024-05-15T03:15:48.875Z | [ recovery-image] May 15 03:15:48.398 INFO O| May 15 03:15:48.398 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5916 | 2024-05-15T03:15:48.916Z | [ recovery-image] May 15 03:15:48.416 INFO O| May 15 03:15:48.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
| 5917 | 2024-05-15T03:15:48.916Z | [ recovery-image] May 15 03:15:48.416 INFO O| May 15 03:15:48.416 INFO STEP 511 (remove_files) COMPLETE |
| 5918 | 2024-05-15T03:15:48.917Z | [ recovery-image] May 15 03:15:48.416 INFO O| May 15 03:15:48.416 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5919 | 2024-05-15T03:15:48.917Z | [ recovery-image] May 15 03:15:48.432 INFO O| May 15 03:15:48.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
| 5920 | 2024-05-15T03:15:48.917Z | [ recovery-image] May 15 03:15:48.432 INFO O| May 15 03:15:48.432 INFO STEP 512 (remove_files) COMPLETE |
| 5921 | 2024-05-15T03:15:48.917Z | [ recovery-image] May 15 03:15:48.432 INFO O| May 15 03:15:48.432 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5922 | 2024-05-15T03:15:48.917Z | [ recovery-image] May 15 03:15:48.445 INFO O| May 15 03:15:48.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
| 5923 | 2024-05-15T03:15:48.917Z | [ recovery-image] May 15 03:15:48.445 INFO O| May 15 03:15:48.445 INFO STEP 513 (remove_files) COMPLETE |
| 5924 | 2024-05-15T03:15:48.917Z | [ recovery-image] May 15 03:15:48.445 INFO O| May 15 03:15:48.445 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5925 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.458 INFO O| May 15 03:15:48.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
| 5926 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.458 INFO O| May 15 03:15:48.458 INFO STEP 514 (remove_files) COMPLETE |
| 5927 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.458 INFO O| May 15 03:15:48.458 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5928 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.470 INFO O| May 15 03:15:48.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
| 5929 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.471 INFO O| May 15 03:15:48.471 INFO STEP 515 (remove_files) COMPLETE |
| 5930 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.471 INFO O| May 15 03:15:48.471 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5931 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.483 INFO O| May 15 03:15:48.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
| 5932 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.483 INFO O| May 15 03:15:48.483 INFO STEP 516 (remove_files) COMPLETE |
| 5933 | 2024-05-15T03:15:48.965Z | [ recovery-image] May 15 03:15:48.483 INFO O| May 15 03:15:48.483 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5934 | 2024-05-15T03:15:48.966Z | [ recovery-image] May 15 03:15:48.496 INFO O| May 15 03:15:48.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
| 5935 | 2024-05-15T03:15:48.966Z | [ recovery-image] May 15 03:15:48.496 INFO O| May 15 03:15:48.496 INFO STEP 517 (remove_files) COMPLETE |
| 5936 | 2024-05-15T03:15:48.966Z | [ recovery-image] May 15 03:15:48.496 INFO O| May 15 03:15:48.496 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5937 | 2024-05-15T03:15:48.992Z | [ recovery-image] May 15 03:15:48.508 INFO O| May 15 03:15:48.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
| 5938 | 2024-05-15T03:15:48.992Z | [ recovery-image] May 15 03:15:48.509 INFO O| May 15 03:15:48.508 INFO STEP 518 (remove_files) COMPLETE |
| 5939 | 2024-05-15T03:15:48.992Z | [ recovery-image] May 15 03:15:48.509 INFO O| May 15 03:15:48.508 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5940 | 2024-05-15T03:15:48.992Z | [ recovery-image] May 15 03:15:48.521 INFO O| May 15 03:15:48.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
| 5941 | 2024-05-15T03:15:48.992Z | [ recovery-image] May 15 03:15:48.521 INFO O| May 15 03:15:48.521 INFO STEP 519 (remove_files) COMPLETE |
| 5942 | 2024-05-15T03:15:48.992Z | [ recovery-image] May 15 03:15:48.521 INFO O| May 15 03:15:48.521 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5943 | 2024-05-15T03:15:48.992Z | [ recovery-image] May 15 03:15:48.534 INFO O| May 15 03:15:48.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
| 5944 | 2024-05-15T03:15:48.992Z | [ recovery-image] May 15 03:15:48.534 INFO O| May 15 03:15:48.534 INFO STEP 520 (remove_files) COMPLETE |
| 5945 | 2024-05-15T03:15:48.993Z | [ recovery-image] May 15 03:15:48.534 INFO O| May 15 03:15:48.534 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5946 | 2024-05-15T03:15:49.020Z | [ recovery-image] May 15 03:15:48.547 INFO O| May 15 03:15:48.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
| 5947 | 2024-05-15T03:15:49.020Z | [ recovery-image] May 15 03:15:48.547 INFO O| May 15 03:15:48.547 INFO STEP 521 (remove_files) COMPLETE |
| 5948 | 2024-05-15T03:15:49.020Z | [ recovery-image] May 15 03:15:48.547 INFO O| May 15 03:15:48.547 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5949 | 2024-05-15T03:15:49.021Z | [ recovery-image] May 15 03:15:48.560 INFO O| May 15 03:15:48.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
| 5950 | 2024-05-15T03:15:49.021Z | [ recovery-image] May 15 03:15:48.560 INFO O| May 15 03:15:48.560 INFO STEP 522 (remove_files) COMPLETE |
| 5951 | 2024-05-15T03:15:49.021Z | [ recovery-image] May 15 03:15:48.560 INFO O| May 15 03:15:48.560 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5952 | 2024-05-15T03:15:49.056Z | [ recovery-image] May 15 03:15:48.573 INFO O| May 15 03:15:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 5953 | 2024-05-15T03:15:49.056Z | [ recovery-image] May 15 03:15:48.573 INFO O| May 15 03:15:48.573 INFO STEP 523 (remove_files) COMPLETE |
| 5954 | 2024-05-15T03:15:49.056Z | [ recovery-image] May 15 03:15:48.573 INFO O| May 15 03:15:48.573 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5955 | 2024-05-15T03:15:49.056Z | [ host-image] May 15 03:15:48.579 INFO O| May 15 03:15:48.578 INFO O| Planning: Solver setup ... Done |
| 5956 | 2024-05-15T03:15:49.057Z | [ host-image] May 15 03:15:48.583 INFO O| May 15 03:15:48.583 INFO O| Planning: Running solver ... Done |
| 5957 | 2024-05-15T03:15:49.057Z | [ recovery-image] May 15 03:15:48.587 INFO O| May 15 03:15:48.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
| 5958 | 2024-05-15T03:15:49.057Z | [ recovery-image] May 15 03:15:48.587 INFO O| May 15 03:15:48.587 INFO STEP 524 (remove_files) COMPLETE |
| 5959 | 2024-05-15T03:15:49.057Z | [ recovery-image] May 15 03:15:48.587 INFO O| May 15 03:15:48.587 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5960 | 2024-05-15T03:15:49.090Z | [ recovery-image] May 15 03:15:48.600 INFO O| May 15 03:15:48.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
| 5961 | 2024-05-15T03:15:49.090Z | [ recovery-image] May 15 03:15:48.600 INFO O| May 15 03:15:48.600 INFO STEP 525 (remove_files) COMPLETE |
| 5962 | 2024-05-15T03:15:49.090Z | [ recovery-image] May 15 03:15:48.600 INFO O| May 15 03:15:48.600 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5963 | 2024-05-15T03:15:49.090Z | [ host-image] May 15 03:15:48.612 INFO O| May 15 03:15:48.612 INFO O| Planning: Finding local manifests ... Done |
| 5964 | 2024-05-15T03:15:49.091Z | [ host-image] May 15 03:15:48.613 INFO O| May 15 03:15:48.613 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 5965 | 2024-05-15T03:15:49.091Z | [ recovery-image] May 15 03:15:48.614 INFO O| May 15 03:15:48.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
| 5966 | 2024-05-15T03:15:49.091Z | [ recovery-image] May 15 03:15:48.614 INFO O| May 15 03:15:48.614 INFO STEP 526 (remove_files) COMPLETE |
| 5967 | 2024-05-15T03:15:49.091Z | [ recovery-image] May 15 03:15:48.614 INFO O| May 15 03:15:48.614 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5968 | 2024-05-15T03:15:49.091Z | [ recovery-image] May 15 03:15:48.626 INFO O| May 15 03:15:48.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 5969 | 2024-05-15T03:15:49.091Z | [ recovery-image] May 15 03:15:48.626 INFO O| May 15 03:15:48.626 INFO STEP 527 (remove_files) COMPLETE |
| 5970 | 2024-05-15T03:15:49.091Z | [ recovery-image] May 15 03:15:48.626 INFO O| May 15 03:15:48.626 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5971 | 2024-05-15T03:15:49.119Z | [ recovery-image] May 15 03:15:48.644 INFO O| May 15 03:15:48.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 5972 | 2024-05-15T03:15:49.120Z | [ recovery-image] May 15 03:15:48.644 INFO O| May 15 03:15:48.644 INFO STEP 528 (remove_files) COMPLETE |
| 5973 | 2024-05-15T03:15:49.120Z | [ recovery-image] May 15 03:15:48.644 INFO O| May 15 03:15:48.644 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5974 | 2024-05-15T03:15:49.120Z | [ recovery-image] May 15 03:15:48.657 INFO O| May 15 03:15:48.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 5975 | 2024-05-15T03:15:49.120Z | [ recovery-image] May 15 03:15:48.657 INFO O| May 15 03:15:48.657 INFO STEP 529 (remove_files) COMPLETE |
| 5976 | 2024-05-15T03:15:49.120Z | [ recovery-image] May 15 03:15:48.657 INFO O| May 15 03:15:48.657 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5977 | 2024-05-15T03:15:49.169Z | [ recovery-image] May 15 03:15:48.671 INFO O| May 15 03:15:48.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 5978 | 2024-05-15T03:15:49.170Z | [ recovery-image] May 15 03:15:48.671 INFO O| May 15 03:15:48.671 INFO STEP 530 (remove_files) COMPLETE |
| 5979 | 2024-05-15T03:15:49.170Z | [ recovery-image] May 15 03:15:48.671 INFO O| May 15 03:15:48.671 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5980 | 2024-05-15T03:15:49.170Z | [ recovery-image] May 15 03:15:48.684 INFO O| May 15 03:15:48.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 5981 | 2024-05-15T03:15:49.170Z | [ recovery-image] May 15 03:15:48.684 INFO O| May 15 03:15:48.684 INFO STEP 531 (remove_files) COMPLETE |
| 5982 | 2024-05-15T03:15:49.170Z | [ recovery-image] May 15 03:15:48.684 INFO O| May 15 03:15:48.684 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5983 | 2024-05-15T03:15:49.170Z | [ recovery-image] May 15 03:15:48.697 INFO O| May 15 03:15:48.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 5984 | 2024-05-15T03:15:49.170Z | [ recovery-image] May 15 03:15:48.697 INFO O| May 15 03:15:48.697 INFO STEP 532 (remove_files) COMPLETE |
| 5985 | 2024-05-15T03:15:49.170Z | [ recovery-image] May 15 03:15:48.697 INFO O| May 15 03:15:48.697 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5986 | 2024-05-15T03:15:49.211Z | [ host-image] May 15 03:15:48.703 INFO O| May 15 03:15:48.703 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 5987 | 2024-05-15T03:15:49.211Z | [ recovery-image] May 15 03:15:48.709 INFO O| May 15 03:15:48.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 5988 | 2024-05-15T03:15:49.211Z | [ recovery-image] May 15 03:15:48.710 INFO O| May 15 03:15:48.710 INFO STEP 533 (remove_files) COMPLETE |
| 5989 | 2024-05-15T03:15:49.211Z | [ recovery-image] May 15 03:15:48.710 INFO O| May 15 03:15:48.710 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5990 | 2024-05-15T03:15:49.211Z | [ recovery-image] May 15 03:15:48.722 INFO O| May 15 03:15:48.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 5991 | 2024-05-15T03:15:49.212Z | [ recovery-image] May 15 03:15:48.722 INFO O| May 15 03:15:48.722 INFO STEP 534 (remove_files) COMPLETE |
| 5992 | 2024-05-15T03:15:49.212Z | [ recovery-image] May 15 03:15:48.722 INFO O| May 15 03:15:48.722 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5993 | 2024-05-15T03:15:49.212Z | [ host-image] May 15 03:15:48.727 INFO O| May 15 03:15:48.727 INFO O| Planning: Package planning ... Done |
| 5994 | 2024-05-15T03:15:49.212Z | [ host-image] May 15 03:15:48.728 INFO O| May 15 03:15:48.728 INFO O| Planning: Merging actions ... Done |
| 5995 | 2024-05-15T03:15:49.212Z | [ recovery-image] May 15 03:15:48.734 INFO O| May 15 03:15:48.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 5996 | 2024-05-15T03:15:49.213Z | [ recovery-image] May 15 03:15:48.735 INFO O| May 15 03:15:48.735 INFO STEP 535 (remove_files) COMPLETE |
| 5997 | 2024-05-15T03:15:49.213Z | [ recovery-image] May 15 03:15:48.735 INFO O| May 15 03:15:48.735 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5998 | 2024-05-15T03:15:49.213Z | [ recovery-image] May 15 03:15:48.747 INFO O| May 15 03:15:48.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 5999 | 2024-05-15T03:15:49.213Z | [ recovery-image] May 15 03:15:48.748 INFO O| May 15 03:15:48.748 INFO STEP 536 (remove_files) COMPLETE |
| 6000 | 2024-05-15T03:15:49.213Z | [ recovery-image] May 15 03:15:48.748 INFO O| May 15 03:15:48.748 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6001 | 2024-05-15T03:15:49.264Z | [ recovery-image] May 15 03:15:48.760 INFO O| May 15 03:15:48.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
| 6002 | 2024-05-15T03:15:49.265Z | [ recovery-image] May 15 03:15:48.761 INFO O| May 15 03:15:48.761 INFO STEP 537 (remove_files) COMPLETE |
| 6003 | 2024-05-15T03:15:49.265Z | [ recovery-image] May 15 03:15:48.761 INFO O| May 15 03:15:48.761 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6004 | 2024-05-15T03:15:49.265Z | [ recovery-image] May 15 03:15:48.773 INFO O| May 15 03:15:48.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
| 6005 | 2024-05-15T03:15:49.265Z | [ recovery-image] May 15 03:15:48.773 INFO O| May 15 03:15:48.773 INFO STEP 538 (remove_files) COMPLETE |
| 6006 | 2024-05-15T03:15:49.265Z | [ recovery-image] May 15 03:15:48.773 INFO O| May 15 03:15:48.773 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6007 | 2024-05-15T03:15:49.265Z | [ recovery-image] May 15 03:15:48.785 INFO O| May 15 03:15:48.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6008 | 2024-05-15T03:15:49.265Z | [ recovery-image] May 15 03:15:48.785 INFO O| May 15 03:15:48.785 INFO STEP 539 (remove_files) COMPLETE |
| 6009 | 2024-05-15T03:15:49.266Z | [ recovery-image] May 15 03:15:48.785 INFO O| May 15 03:15:48.785 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6010 | 2024-05-15T03:15:49.306Z | [ recovery-image] May 15 03:15:48.799 INFO O| May 15 03:15:48.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6011 | 2024-05-15T03:15:49.306Z | [ recovery-image] May 15 03:15:48.799 INFO O| May 15 03:15:48.799 INFO STEP 540 (remove_files) COMPLETE |
| 6012 | 2024-05-15T03:15:49.306Z | [ recovery-image] May 15 03:15:48.799 INFO O| May 15 03:15:48.799 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6013 | 2024-05-15T03:15:49.306Z | [ host-image] May 15 03:15:48.808 INFO O| May 15 03:15:48.808 INFO O| Planning: Checking for conflicting actions ... Done |
| 6014 | 2024-05-15T03:15:49.307Z | [ host-image] May 15 03:15:48.809 INFO O| May 15 03:15:48.809 INFO O| Planning: Consolidating action changes ... Done |
| 6015 | 2024-05-15T03:15:49.307Z | [ recovery-image] May 15 03:15:48.810 INFO O| May 15 03:15:48.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6016 | 2024-05-15T03:15:49.307Z | [ recovery-image] May 15 03:15:48.810 INFO O| May 15 03:15:48.810 INFO STEP 541 (remove_files) COMPLETE |
| 6017 | 2024-05-15T03:15:49.307Z | [ recovery-image] May 15 03:15:48.811 INFO O| May 15 03:15:48.810 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6018 | 2024-05-15T03:15:49.307Z | [ recovery-image] May 15 03:15:48.823 INFO O| May 15 03:15:48.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6019 | 2024-05-15T03:15:49.308Z | [ recovery-image] May 15 03:15:48.824 INFO O| May 15 03:15:48.824 INFO STEP 542 (remove_files) COMPLETE |
| 6020 | 2024-05-15T03:15:49.308Z | [ recovery-image] May 15 03:15:48.824 INFO O| May 15 03:15:48.824 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6021 | 2024-05-15T03:15:49.308Z | [ recovery-image] May 15 03:15:48.836 INFO O| May 15 03:15:48.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6022 | 2024-05-15T03:15:49.308Z | [ recovery-image] May 15 03:15:48.836 INFO O| May 15 03:15:48.836 INFO STEP 543 (remove_files) COMPLETE |
| 6023 | 2024-05-15T03:15:49.308Z | [ recovery-image] May 15 03:15:48.836 INFO O| May 15 03:15:48.836 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6024 | 2024-05-15T03:15:49.344Z | [ recovery-image] May 15 03:15:48.849 INFO O| May 15 03:15:48.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6025 | 2024-05-15T03:15:49.344Z | [ recovery-image] May 15 03:15:48.849 INFO O| May 15 03:15:48.849 INFO STEP 544 (remove_files) COMPLETE |
| 6026 | 2024-05-15T03:15:49.344Z | [ recovery-image] May 15 03:15:48.849 INFO O| May 15 03:15:48.849 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6027 | 2024-05-15T03:15:49.344Z | [ recovery-image] May 15 03:15:48.862 INFO O| May 15 03:15:48.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6028 | 2024-05-15T03:15:49.344Z | [ recovery-image] May 15 03:15:48.862 INFO O| May 15 03:15:48.862 INFO STEP 545 (remove_files) COMPLETE |
| 6029 | 2024-05-15T03:15:49.344Z | [ recovery-image] May 15 03:15:48.862 INFO O| May 15 03:15:48.862 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6030 | 2024-05-15T03:15:49.345Z | [ recovery-image] May 15 03:15:48.874 INFO O| May 15 03:15:48.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
| 6031 | 2024-05-15T03:15:49.345Z | [ recovery-image] May 15 03:15:48.874 INFO O| May 15 03:15:48.874 INFO STEP 546 (remove_files) COMPLETE |
| 6032 | 2024-05-15T03:15:49.345Z | [ recovery-image] May 15 03:15:48.874 INFO O| May 15 03:15:48.874 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6033 | 2024-05-15T03:15:49.345Z | [ recovery-image] May 15 03:15:48.887 INFO O| May 15 03:15:48.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
| 6034 | 2024-05-15T03:15:49.345Z | [ recovery-image] May 15 03:15:48.887 INFO O| May 15 03:15:48.887 INFO STEP 547 (remove_files) COMPLETE |
| 6035 | 2024-05-15T03:15:49.345Z | [ recovery-image] May 15 03:15:48.887 INFO O| May 15 03:15:48.887 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6036 | 2024-05-15T03:15:49.381Z | [ recovery-image] May 15 03:15:48.900 INFO O| May 15 03:15:48.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
| 6037 | 2024-05-15T03:15:49.381Z | [ recovery-image] May 15 03:15:48.900 INFO O| May 15 03:15:48.900 INFO STEP 548 (remove_files) COMPLETE |
| 6038 | 2024-05-15T03:15:49.381Z | [ recovery-image] May 15 03:15:48.900 INFO O| May 15 03:15:48.900 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6039 | 2024-05-15T03:15:49.381Z | [ recovery-image] May 15 03:15:48.913 INFO O| May 15 03:15:48.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
| 6040 | 2024-05-15T03:15:49.382Z | [ recovery-image] May 15 03:15:48.913 INFO O| May 15 03:15:48.913 INFO STEP 549 (remove_files) COMPLETE |
| 6041 | 2024-05-15T03:15:49.382Z | [ recovery-image] May 15 03:15:48.913 INFO O| May 15 03:15:48.913 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6042 | 2024-05-15T03:15:49.416Z | [ recovery-image] May 15 03:15:48.926 INFO O| May 15 03:15:48.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
| 6043 | 2024-05-15T03:15:49.417Z | [ recovery-image] May 15 03:15:48.927 INFO O| May 15 03:15:48.926 INFO STEP 550 (remove_files) COMPLETE |
| 6044 | 2024-05-15T03:15:49.417Z | [ recovery-image] May 15 03:15:48.927 INFO O| May 15 03:15:48.926 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6045 | 2024-05-15T03:15:49.417Z | [ recovery-image] May 15 03:15:48.940 INFO O| May 15 03:15:48.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
| 6046 | 2024-05-15T03:15:49.417Z | [ recovery-image] May 15 03:15:48.940 INFO O| May 15 03:15:48.940 INFO STEP 551 (remove_files) COMPLETE |
| 6047 | 2024-05-15T03:15:49.417Z | [ recovery-image] May 15 03:15:48.940 INFO O| May 15 03:15:48.940 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6048 | 2024-05-15T03:15:49.417Z | [ recovery-image] May 15 03:15:48.953 INFO O| May 15 03:15:48.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
| 6049 | 2024-05-15T03:15:49.417Z | [ recovery-image] May 15 03:15:48.953 INFO O| May 15 03:15:48.953 INFO STEP 552 (remove_files) COMPLETE |
| 6050 | 2024-05-15T03:15:49.417Z | [ recovery-image] May 15 03:15:48.953 INFO O| May 15 03:15:48.953 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6051 | 2024-05-15T03:15:49.450Z | [ recovery-image] May 15 03:15:48.965 INFO O| May 15 03:15:48.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
| 6052 | 2024-05-15T03:15:49.451Z | [ recovery-image] May 15 03:15:48.965 INFO O| May 15 03:15:48.965 INFO STEP 553 (remove_files) COMPLETE |
| 6053 | 2024-05-15T03:15:49.451Z | [ recovery-image] May 15 03:15:48.965 INFO O| May 15 03:15:48.965 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6054 | 2024-05-15T03:15:49.451Z | [ recovery-image] May 15 03:15:48.978 INFO O| May 15 03:15:48.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6055 | 2024-05-15T03:15:49.451Z | [ recovery-image] May 15 03:15:48.978 INFO O| May 15 03:15:48.978 INFO STEP 554 (remove_files) COMPLETE |
| 6056 | 2024-05-15T03:15:49.451Z | [ recovery-image] May 15 03:15:48.978 INFO O| May 15 03:15:48.978 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6057 | 2024-05-15T03:15:49.451Z | [ recovery-image] May 15 03:15:48.991 INFO O| May 15 03:15:48.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6058 | 2024-05-15T03:15:49.451Z | [ recovery-image] May 15 03:15:48.991 INFO O| May 15 03:15:48.991 INFO STEP 555 (remove_files) COMPLETE |
| 6059 | 2024-05-15T03:15:49.452Z | [ recovery-image] May 15 03:15:48.991 INFO O| May 15 03:15:48.991 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6060 | 2024-05-15T03:15:49.487Z | [ recovery-image] May 15 03:15:49.005 INFO O| May 15 03:15:49.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 6061 | 2024-05-15T03:15:49.487Z | [ recovery-image] May 15 03:15:49.005 INFO O| May 15 03:15:49.005 INFO STEP 556 (remove_files) COMPLETE |
| 6062 | 2024-05-15T03:15:49.487Z | [ recovery-image] May 15 03:15:49.005 INFO O| May 15 03:15:49.005 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6063 | 2024-05-15T03:15:49.487Z | [ recovery-image] May 15 03:15:49.018 INFO O| May 15 03:15:49.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
| 6064 | 2024-05-15T03:15:49.488Z | [ recovery-image] May 15 03:15:49.018 INFO O| May 15 03:15:49.018 INFO STEP 557 (remove_files) COMPLETE |
| 6065 | 2024-05-15T03:15:49.488Z | [ recovery-image] May 15 03:15:49.018 INFO O| May 15 03:15:49.018 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6066 | 2024-05-15T03:15:49.488Z | [ host-image] May 15 03:15:49.020 INFO O| May 15 03:15:49.020 INFO O| Planning: Evaluating mediators ... Done |
| 6067 | 2024-05-15T03:15:49.488Z | [ host-image] May 15 03:15:49.021 INFO O| May 15 03:15:49.021 INFO O| Planning: Planning completed in 1.87 seconds |
| 6068 | 2024-05-15T03:15:49.488Z | [ host-image] May 15 03:15:49.023 INFO O| May 15 03:15:49.023 INFO O| Packages to install: 1 |
| 6069 | 2024-05-15T03:15:49.520Z | [ host-image] May 15 03:15:49.036 INFO O| May 15 03:15:49.036 INFO O| Download: 0/4 items 0.0/18.0MB 0% complete |
| 6070 | 2024-05-15T03:15:49.520Z | [ recovery-image] May 15 03:15:49.038 INFO O| May 15 03:15:49.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
| 6071 | 2024-05-15T03:15:49.520Z | [ recovery-image] May 15 03:15:49.038 INFO O| May 15 03:15:49.038 INFO STEP 558 (remove_files) COMPLETE |
| 6072 | 2024-05-15T03:15:49.520Z | [ recovery-image] May 15 03:15:49.038 INFO O| May 15 03:15:49.038 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6073 | 2024-05-15T03:15:49.520Z | [ recovery-image] May 15 03:15:49.052 INFO O| May 15 03:15:49.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
| 6074 | 2024-05-15T03:15:49.520Z | [ recovery-image] May 15 03:15:49.052 INFO O| May 15 03:15:49.052 INFO STEP 559 (remove_files) COMPLETE |
| 6075 | 2024-05-15T03:15:49.521Z | [ recovery-image] May 15 03:15:49.052 INFO O| May 15 03:15:49.052 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6076 | 2024-05-15T03:15:49.521Z | [ recovery-image] May 15 03:15:49.065 INFO O| May 15 03:15:49.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
| 6077 | 2024-05-15T03:15:49.521Z | [ recovery-image] May 15 03:15:49.065 INFO O| May 15 03:15:49.065 INFO STEP 560 (remove_files) COMPLETE |
| 6078 | 2024-05-15T03:15:49.521Z | [ recovery-image] May 15 03:15:49.065 INFO O| May 15 03:15:49.065 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6079 | 2024-05-15T03:15:49.557Z | [ recovery-image] May 15 03:15:49.078 INFO O| May 15 03:15:49.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
| 6080 | 2024-05-15T03:15:49.557Z | [ recovery-image] May 15 03:15:49.078 INFO O| May 15 03:15:49.078 INFO STEP 561 (remove_files) COMPLETE |
| 6081 | 2024-05-15T03:15:49.557Z | [ recovery-image] May 15 03:15:49.078 INFO O| May 15 03:15:49.078 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6082 | 2024-05-15T03:15:49.557Z | [ recovery-image] May 15 03:15:49.090 INFO O| May 15 03:15:49.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
| 6083 | 2024-05-15T03:15:49.558Z | [ recovery-image] May 15 03:15:49.090 INFO O| May 15 03:15:49.090 INFO STEP 562 (remove_files) COMPLETE |
| 6084 | 2024-05-15T03:15:49.558Z | [ recovery-image] May 15 03:15:49.090 INFO O| May 15 03:15:49.090 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6085 | 2024-05-15T03:15:49.598Z | [ recovery-image] May 15 03:15:49.102 INFO O| May 15 03:15:49.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
| 6086 | 2024-05-15T03:15:49.598Z | [ recovery-image] May 15 03:15:49.103 INFO O| May 15 03:15:49.103 INFO STEP 563 (remove_files) COMPLETE |
| 6087 | 2024-05-15T03:15:49.598Z | [ recovery-image] May 15 03:15:49.103 INFO O| May 15 03:15:49.103 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6088 | 2024-05-15T03:15:49.598Z | [ recovery-image] May 15 03:15:49.115 INFO O| May 15 03:15:49.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
| 6089 | 2024-05-15T03:15:49.599Z | [ recovery-image] May 15 03:15:49.115 INFO O| May 15 03:15:49.115 INFO STEP 564 (remove_files) COMPLETE |
| 6090 | 2024-05-15T03:15:49.599Z | [ recovery-image] May 15 03:15:49.115 INFO O| May 15 03:15:49.115 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6091 | 2024-05-15T03:15:49.599Z | [ recovery-image] May 15 03:15:49.127 INFO O| May 15 03:15:49.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
| 6092 | 2024-05-15T03:15:49.599Z | [ recovery-image] May 15 03:15:49.127 INFO O| May 15 03:15:49.127 INFO STEP 565 (remove_files) COMPLETE |
| 6093 | 2024-05-15T03:15:49.600Z | [ recovery-image] May 15 03:15:49.127 INFO O| May 15 03:15:49.127 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6094 | 2024-05-15T03:15:49.647Z | [ recovery-image] May 15 03:15:49.139 INFO O| May 15 03:15:49.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
| 6095 | 2024-05-15T03:15:49.647Z | [ recovery-image] May 15 03:15:49.139 INFO O| May 15 03:15:49.139 INFO STEP 566 (remove_files) COMPLETE |
| 6096 | 2024-05-15T03:15:49.647Z | [ recovery-image] May 15 03:15:49.139 INFO O| May 15 03:15:49.139 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6097 | 2024-05-15T03:15:49.648Z | [ recovery-image] May 15 03:15:49.151 INFO O| May 15 03:15:49.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 6098 | 2024-05-15T03:15:49.648Z | [ recovery-image] May 15 03:15:49.151 INFO O| May 15 03:15:49.151 INFO STEP 567 (remove_files) COMPLETE |
| 6099 | 2024-05-15T03:15:49.648Z | [ recovery-image] May 15 03:15:49.151 INFO O| May 15 03:15:49.151 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6100 | 2024-05-15T03:15:49.648Z | [ recovery-image] May 15 03:15:49.163 INFO O| May 15 03:15:49.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
| 6101 | 2024-05-15T03:15:49.649Z | [ recovery-image] May 15 03:15:49.163 INFO O| May 15 03:15:49.163 INFO STEP 568 (remove_files) COMPLETE |
| 6102 | 2024-05-15T03:15:49.649Z | [ recovery-image] May 15 03:15:49.163 INFO O| May 15 03:15:49.163 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6103 | 2024-05-15T03:15:49.649Z | [ recovery-image] May 15 03:15:49.176 INFO O| May 15 03:15:49.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
| 6104 | 2024-05-15T03:15:49.650Z | [ recovery-image] May 15 03:15:49.176 INFO O| May 15 03:15:49.176 INFO STEP 569 (remove_files) COMPLETE |
| 6105 | 2024-05-15T03:15:49.651Z | [ recovery-image] May 15 03:15:49.176 INFO O| May 15 03:15:49.176 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6106 | 2024-05-15T03:15:49.692Z | [ recovery-image] May 15 03:15:49.188 INFO O| May 15 03:15:49.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 6107 | 2024-05-15T03:15:49.692Z | [ recovery-image] May 15 03:15:49.189 INFO O| May 15 03:15:49.189 INFO STEP 570 (remove_files) COMPLETE |
| 6108 | 2024-05-15T03:15:49.692Z | [ recovery-image] May 15 03:15:49.189 INFO O| May 15 03:15:49.189 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6109 | 2024-05-15T03:15:49.693Z | [ recovery-image] May 15 03:15:49.209 INFO O| May 15 03:15:49.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
| 6110 | 2024-05-15T03:15:49.693Z | [ recovery-image] May 15 03:15:49.210 INFO O| May 15 03:15:49.209 INFO STEP 571 (remove_files) COMPLETE |
| 6111 | 2024-05-15T03:15:49.693Z | [ recovery-image] May 15 03:15:49.210 INFO O| May 15 03:15:49.210 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6112 | 2024-05-15T03:15:49.693Z | [ recovery-image] May 15 03:15:49.222 INFO O| May 15 03:15:49.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
| 6113 | 2024-05-15T03:15:49.693Z | [ recovery-image] May 15 03:15:49.222 INFO O| May 15 03:15:49.222 INFO STEP 572 (remove_files) COMPLETE |
| 6114 | 2024-05-15T03:15:49.693Z | [ recovery-image] May 15 03:15:49.222 INFO O| May 15 03:15:49.222 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6115 | 2024-05-15T03:15:49.737Z | [ recovery-image] May 15 03:15:49.234 INFO O| May 15 03:15:49.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
| 6116 | 2024-05-15T03:15:49.737Z | [ recovery-image] May 15 03:15:49.234 INFO O| May 15 03:15:49.234 INFO STEP 573 (remove_files) COMPLETE |
| 6117 | 2024-05-15T03:15:49.737Z | [ recovery-image] May 15 03:15:49.234 INFO O| May 15 03:15:49.234 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6118 | 2024-05-15T03:15:50.865Z | [ recovery-image] May 15 03:15:49.252 INFO O| May 15 03:15:49.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
| 6119 | 2024-05-15T03:15:50.865Z | [ recovery-image] May 15 03:15:49.252 INFO O| May 15 03:15:49.252 INFO STEP 574 (remove_files) COMPLETE |
| 6120 | 2024-05-15T03:15:50.866Z | [ recovery-image] May 15 03:15:49.252 INFO O| May 15 03:15:49.252 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6121 | 2024-05-15T03:15:50.866Z | [ recovery-image] May 15 03:15:49.265 INFO O| May 15 03:15:49.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
| 6122 | 2024-05-15T03:15:50.866Z | [ recovery-image] May 15 03:15:49.265 INFO O| May 15 03:15:49.265 INFO STEP 575 (remove_files) COMPLETE |
| 6123 | 2024-05-15T03:15:50.866Z | [ recovery-image] May 15 03:15:49.265 INFO O| May 15 03:15:49.265 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6124 | 2024-05-15T03:15:50.866Z | [ recovery-image] May 15 03:15:49.277 INFO O| May 15 03:15:49.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
| 6125 | 2024-05-15T03:15:50.867Z | [ recovery-image] May 15 03:15:49.277 INFO O| May 15 03:15:49.277 INFO STEP 576 (remove_files) COMPLETE |
| 6126 | 2024-05-15T03:15:50.867Z | [ recovery-image] May 15 03:15:49.277 INFO O| May 15 03:15:49.277 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6127 | 2024-05-15T03:15:50.867Z | [ recovery-image] May 15 03:15:49.290 INFO O| May 15 03:15:49.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
| 6128 | 2024-05-15T03:15:50.867Z | [ recovery-image] May 15 03:15:49.290 INFO O| May 15 03:15:49.290 INFO STEP 577 (remove_files) COMPLETE |
| 6129 | 2024-05-15T03:15:50.867Z | [ recovery-image] May 15 03:15:49.290 INFO O| May 15 03:15:49.290 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6130 | 2024-05-15T03:15:50.868Z | [ recovery-image] May 15 03:15:49.303 INFO O| May 15 03:15:49.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
| 6131 | 2024-05-15T03:15:50.868Z | [ recovery-image] May 15 03:15:49.303 INFO O| May 15 03:15:49.303 INFO STEP 578 (remove_files) COMPLETE |
| 6132 | 2024-05-15T03:15:50.868Z | [ recovery-image] May 15 03:15:49.303 INFO O| May 15 03:15:49.303 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6133 | 2024-05-15T03:15:50.868Z | [ recovery-image] May 15 03:15:49.315 INFO O| May 15 03:15:49.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
| 6134 | 2024-05-15T03:15:50.868Z | [ recovery-image] May 15 03:15:49.315 INFO O| May 15 03:15:49.315 INFO STEP 579 (remove_files) COMPLETE |
| 6135 | 2024-05-15T03:15:50.868Z | [ recovery-image] May 15 03:15:49.315 INFO O| May 15 03:15:49.315 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6136 | 2024-05-15T03:15:50.869Z | [ recovery-image] May 15 03:15:49.328 INFO O| May 15 03:15:49.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
| 6137 | 2024-05-15T03:15:50.869Z | [ recovery-image] May 15 03:15:49.328 INFO O| May 15 03:15:49.328 INFO STEP 580 (remove_files) COMPLETE |
| 6138 | 2024-05-15T03:15:50.869Z | [ recovery-image] May 15 03:15:49.328 INFO O| May 15 03:15:49.328 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6139 | 2024-05-15T03:15:50.869Z | [ recovery-image] May 15 03:15:49.340 INFO O| May 15 03:15:49.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
| 6140 | 2024-05-15T03:15:50.870Z | [ recovery-image] May 15 03:15:49.340 INFO O| May 15 03:15:49.340 INFO STEP 581 (remove_files) COMPLETE |
| 6141 | 2024-05-15T03:15:50.870Z | [ recovery-image] May 15 03:15:49.340 INFO O| May 15 03:15:49.340 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6142 | 2024-05-15T03:15:50.870Z | [ recovery-image] May 15 03:15:49.353 INFO O| May 15 03:15:49.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
| 6143 | 2024-05-15T03:15:50.870Z | [ recovery-image] May 15 03:15:49.353 INFO O| May 15 03:15:49.353 INFO STEP 582 (remove_files) COMPLETE |
| 6144 | 2024-05-15T03:15:50.870Z | [ recovery-image] May 15 03:15:49.353 INFO O| May 15 03:15:49.353 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6145 | 2024-05-15T03:15:50.870Z | [ recovery-image] May 15 03:15:49.365 INFO O| May 15 03:15:49.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
| 6146 | 2024-05-15T03:15:50.871Z | [ recovery-image] May 15 03:15:49.365 INFO O| May 15 03:15:49.365 INFO STEP 583 (remove_files) COMPLETE |
| 6147 | 2024-05-15T03:15:50.871Z | [ recovery-image] May 15 03:15:49.366 INFO O| May 15 03:15:49.365 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6148 | 2024-05-15T03:15:50.871Z | [ recovery-image] May 15 03:15:49.378 INFO O| May 15 03:15:49.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
| 6149 | 2024-05-15T03:15:50.871Z | [ recovery-image] May 15 03:15:49.379 INFO O| May 15 03:15:49.378 INFO STEP 584 (remove_files) COMPLETE |
| 6150 | 2024-05-15T03:15:50.871Z | [ recovery-image] May 15 03:15:49.379 INFO O| May 15 03:15:49.378 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6151 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.391 INFO O| May 15 03:15:49.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
| 6152 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.391 INFO O| May 15 03:15:49.391 INFO STEP 585 (remove_files) COMPLETE |
| 6153 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.391 INFO O| May 15 03:15:49.391 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6154 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.404 INFO O| May 15 03:15:49.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
| 6155 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.404 INFO O| May 15 03:15:49.404 INFO STEP 586 (remove_files) COMPLETE |
| 6156 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.404 INFO O| May 15 03:15:49.404 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6157 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.418 INFO O| May 15 03:15:49.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
| 6158 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.418 INFO O| May 15 03:15:49.418 INFO STEP 587 (remove_files) COMPLETE |
| 6159 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.418 INFO O| May 15 03:15:49.418 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6160 | 2024-05-15T03:15:50.872Z | [ recovery-image] May 15 03:15:49.431 INFO O| May 15 03:15:49.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
| 6161 | 2024-05-15T03:15:50.873Z | [ recovery-image] May 15 03:15:49.431 INFO O| May 15 03:15:49.431 INFO STEP 588 (remove_files) COMPLETE |
| 6162 | 2024-05-15T03:15:50.873Z | [ recovery-image] May 15 03:15:49.431 INFO O| May 15 03:15:49.431 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6163 | 2024-05-15T03:15:50.873Z | [ recovery-image] May 15 03:15:49.444 INFO O| May 15 03:15:49.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
| 6164 | 2024-05-15T03:15:50.873Z | [ recovery-image] May 15 03:15:49.444 INFO O| May 15 03:15:49.444 INFO STEP 589 (remove_files) COMPLETE |
| 6165 | 2024-05-15T03:15:50.873Z | [ recovery-image] May 15 03:15:49.444 INFO O| May 15 03:15:49.444 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6166 | 2024-05-15T03:15:50.873Z | [ recovery-image] May 15 03:15:49.456 INFO O| May 15 03:15:49.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
| 6167 | 2024-05-15T03:15:50.873Z | [ recovery-image] May 15 03:15:49.456 INFO O| May 15 03:15:49.456 INFO STEP 590 (remove_files) COMPLETE |
| 6168 | 2024-05-15T03:15:50.874Z | [ recovery-image] May 15 03:15:49.456 INFO O| May 15 03:15:49.456 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6169 | 2024-05-15T03:15:50.874Z | [ recovery-image] May 15 03:15:49.469 INFO O| May 15 03:15:49.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6170 | 2024-05-15T03:15:50.874Z | [ recovery-image] May 15 03:15:49.469 INFO O| May 15 03:15:49.469 INFO STEP 591 (remove_files) COMPLETE |
| 6171 | 2024-05-15T03:15:50.874Z | [ recovery-image] May 15 03:15:49.469 INFO O| May 15 03:15:49.469 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6172 | 2024-05-15T03:15:50.874Z | [ recovery-image] May 15 03:15:49.482 INFO O| May 15 03:15:49.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6173 | 2024-05-15T03:15:50.874Z | [ recovery-image] May 15 03:15:49.482 INFO O| May 15 03:15:49.482 INFO STEP 592 (remove_files) COMPLETE |
| 6174 | 2024-05-15T03:15:50.875Z | [ recovery-image] May 15 03:15:49.482 INFO O| May 15 03:15:49.482 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6175 | 2024-05-15T03:15:50.875Z | [ recovery-image] May 15 03:15:49.495 INFO O| May 15 03:15:49.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6176 | 2024-05-15T03:15:50.875Z | [ recovery-image] May 15 03:15:49.495 INFO O| May 15 03:15:49.495 INFO STEP 593 (remove_files) COMPLETE |
| 6177 | 2024-05-15T03:15:50.875Z | [ recovery-image] May 15 03:15:49.495 INFO O| May 15 03:15:49.495 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6178 | 2024-05-15T03:15:50.875Z | [ recovery-image] May 15 03:15:49.515 INFO O| May 15 03:15:49.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6179 | 2024-05-15T03:15:50.875Z | [ recovery-image] May 15 03:15:49.515 INFO O| May 15 03:15:49.515 INFO STEP 594 (remove_files) COMPLETE |
| 6180 | 2024-05-15T03:15:50.875Z | [ recovery-image] May 15 03:15:49.515 INFO O| May 15 03:15:49.515 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6181 | 2024-05-15T03:15:50.945Z | [ recovery-image] May 15 03:15:49.536 INFO O| May 15 03:15:49.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6182 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.536 INFO O| May 15 03:15:49.536 INFO STEP 595 (remove_files) COMPLETE |
| 6183 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.537 INFO O| May 15 03:15:49.536 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6184 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.550 INFO O| May 15 03:15:49.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6185 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.550 INFO O| May 15 03:15:49.550 INFO STEP 596 (remove_files) COMPLETE |
| 6186 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.550 INFO O| May 15 03:15:49.550 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6187 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.563 INFO O| May 15 03:15:49.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6188 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.564 INFO O| May 15 03:15:49.563 INFO STEP 597 (remove_files) COMPLETE |
| 6189 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.564 INFO O| May 15 03:15:49.563 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6190 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.577 INFO O| May 15 03:15:49.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
| 6191 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.577 INFO O| May 15 03:15:49.577 INFO STEP 598 (remove_files) COMPLETE |
| 6192 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.578 INFO O| May 15 03:15:49.577 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6193 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.591 INFO O| May 15 03:15:49.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6194 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.591 INFO O| May 15 03:15:49.591 INFO STEP 599 (remove_files) COMPLETE |
| 6195 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.591 INFO O| May 15 03:15:49.591 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6196 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.605 INFO O| May 15 03:15:49.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
| 6197 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.605 INFO O| May 15 03:15:49.605 INFO STEP 600 (remove_files) COMPLETE |
| 6198 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.605 INFO O| May 15 03:15:49.605 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6199 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.618 INFO O| May 15 03:15:49.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6200 | 2024-05-15T03:15:50.946Z | [ recovery-image] May 15 03:15:49.618 INFO O| May 15 03:15:49.618 INFO STEP 601 (remove_files) COMPLETE |
| 6201 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.618 INFO O| May 15 03:15:49.618 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6202 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.632 INFO O| May 15 03:15:49.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6203 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.633 INFO O| May 15 03:15:49.632 INFO STEP 602 (remove_files) COMPLETE |
| 6204 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.633 INFO O| May 15 03:15:49.632 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6205 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.646 INFO O| May 15 03:15:49.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6206 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.647 INFO O| May 15 03:15:49.647 INFO STEP 603 (remove_files) COMPLETE |
| 6207 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.647 INFO O| May 15 03:15:49.647 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6208 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.660 INFO O| May 15 03:15:49.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 6209 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.661 INFO O| May 15 03:15:49.661 INFO STEP 604 (remove_files) COMPLETE |
| 6210 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.661 INFO O| May 15 03:15:49.661 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6211 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.678 INFO O| May 15 03:15:49.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 6212 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.678 INFO O| May 15 03:15:49.678 INFO STEP 605 (remove_files) COMPLETE |
| 6213 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.678 INFO O| May 15 03:15:49.678 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6214 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.693 INFO O| May 15 03:15:49.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 6215 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.693 INFO O| May 15 03:15:49.693 INFO STEP 606 (remove_files) COMPLETE |
| 6216 | 2024-05-15T03:15:50.947Z | [ recovery-image] May 15 03:15:49.693 INFO O| May 15 03:15:49.693 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6217 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.707 INFO O| May 15 03:15:49.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6218 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.707 INFO O| May 15 03:15:49.707 INFO STEP 607 (remove_files) COMPLETE |
| 6219 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.707 INFO O| May 15 03:15:49.707 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6220 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.720 INFO O| May 15 03:15:49.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6221 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.720 INFO O| May 15 03:15:49.720 INFO STEP 608 (remove_files) COMPLETE |
| 6222 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.720 INFO O| May 15 03:15:49.720 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6223 | 2024-05-15T03:15:50.948Z | [ host-image] May 15 03:15:49.727 INFO O| May 15 03:15:49.727 INFO O| Download: Completed 17.98 MB in 0.69 seconds (26.0M/s) |
| 6224 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.737 INFO O| May 15 03:15:49.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6225 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.737 INFO O| May 15 03:15:49.737 INFO STEP 609 (remove_files) COMPLETE |
| 6226 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.737 INFO O| May 15 03:15:49.737 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6227 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.753 INFO O| May 15 03:15:49.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 6228 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.753 INFO O| May 15 03:15:49.753 INFO STEP 610 (remove_files) COMPLETE |
| 6229 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.753 INFO O| May 15 03:15:49.753 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6230 | 2024-05-15T03:15:50.948Z | [ host-image] May 15 03:15:49.754 INFO O| May 15 03:15:49.754 INFO O| Actions: 1/22 actions (Installing new actions) |
| 6231 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.767 INFO O| May 15 03:15:49.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6232 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.767 INFO O| May 15 03:15:49.767 INFO STEP 611 (remove_files) COMPLETE |
| 6233 | 2024-05-15T03:15:50.948Z | [ recovery-image] May 15 03:15:49.767 INFO O| May 15 03:15:49.767 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6234 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.780 INFO O| May 15 03:15:49.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6235 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.780 INFO O| May 15 03:15:49.780 INFO STEP 612 (remove_files) COMPLETE |
| 6236 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.781 INFO O| May 15 03:15:49.780 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6237 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.794 INFO O| May 15 03:15:49.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6238 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.794 INFO O| May 15 03:15:49.794 INFO STEP 613 (remove_files) COMPLETE |
| 6239 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.794 INFO O| May 15 03:15:49.794 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6240 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.807 INFO O| May 15 03:15:49.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6241 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.807 INFO O| May 15 03:15:49.807 INFO STEP 614 (remove_files) COMPLETE |
| 6242 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.807 INFO O| May 15 03:15:49.807 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6243 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.820 INFO O| May 15 03:15:49.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6244 | 2024-05-15T03:15:50.949Z | [ recovery-image] May 15 03:15:49.820 INFO O| May 15 03:15:49.820 INFO STEP 615 (remove_files) COMPLETE |
| 6245 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.820 INFO O| May 15 03:15:49.820 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6246 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.832 INFO O| May 15 03:15:49.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6247 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.833 INFO O| May 15 03:15:49.833 INFO STEP 616 (remove_files) COMPLETE |
| 6248 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.833 INFO O| May 15 03:15:49.833 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6249 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.846 INFO O| May 15 03:15:49.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
| 6250 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.846 INFO O| May 15 03:15:49.846 INFO STEP 617 (remove_files) COMPLETE |
| 6251 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.846 INFO O| May 15 03:15:49.846 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6252 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.859 INFO O| May 15 03:15:49.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6253 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.859 INFO O| May 15 03:15:49.859 INFO STEP 618 (remove_files) COMPLETE |
| 6254 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.859 INFO O| May 15 03:15:49.859 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6255 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.872 INFO O| May 15 03:15:49.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6256 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.872 INFO O| May 15 03:15:49.872 INFO STEP 619 (remove_files) COMPLETE |
| 6257 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.872 INFO O| May 15 03:15:49.872 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6258 | 2024-05-15T03:15:50.950Z | [ recovery-image] May 15 03:15:49.884 INFO O| May 15 03:15:49.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
| 6259 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.884 INFO O| May 15 03:15:49.884 INFO STEP 620 (remove_files) COMPLETE |
| 6260 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.884 INFO O| May 15 03:15:49.884 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6261 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.897 INFO O| May 15 03:15:49.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6262 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.897 INFO O| May 15 03:15:49.897 INFO STEP 621 (remove_files) COMPLETE |
| 6263 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.897 INFO O| May 15 03:15:49.897 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6264 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.909 INFO O| May 15 03:15:49.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6265 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.909 INFO O| May 15 03:15:49.909 INFO STEP 622 (remove_files) COMPLETE |
| 6266 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.909 INFO O| May 15 03:15:49.909 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6267 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.922 INFO O| May 15 03:15:49.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6268 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.922 INFO O| May 15 03:15:49.922 INFO STEP 623 (remove_files) COMPLETE |
| 6269 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.922 INFO O| May 15 03:15:49.922 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6270 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.935 INFO O| May 15 03:15:49.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6271 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.935 INFO O| May 15 03:15:49.935 INFO STEP 624 (remove_files) COMPLETE |
| 6272 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.935 INFO O| May 15 03:15:49.935 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6273 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.948 INFO O| May 15 03:15:49.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6274 | 2024-05-15T03:15:50.951Z | [ recovery-image] May 15 03:15:49.948 INFO O| May 15 03:15:49.948 INFO STEP 625 (remove_files) COMPLETE |
| 6275 | 2024-05-15T03:15:50.952Z | [ recovery-image] May 15 03:15:49.948 INFO O| May 15 03:15:49.948 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6276 | 2024-05-15T03:15:50.952Z | [ recovery-image] May 15 03:15:49.961 INFO O| May 15 03:15:49.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
| 6277 | 2024-05-15T03:15:50.952Z | [ recovery-image] May 15 03:15:49.961 INFO O| May 15 03:15:49.961 INFO STEP 626 (remove_files) COMPLETE |
| 6278 | 2024-05-15T03:15:50.952Z | [ recovery-image] May 15 03:15:49.961 INFO O| May 15 03:15:49.961 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6279 | 2024-05-15T03:15:50.952Z | [ recovery-image] May 15 03:15:49.974 INFO O| May 15 03:15:49.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
| 6280 | 2024-05-15T03:15:50.952Z | [ recovery-image] May 15 03:15:49.974 INFO O| May 15 03:15:49.974 INFO STEP 627 (remove_files) COMPLETE |
| 6281 | 2024-05-15T03:15:51.004Z | [ recovery-image] May 15 03:15:49.974 INFO O| May 15 03:15:49.974 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6282 | 2024-05-15T03:15:51.004Z | [ recovery-image] May 15 03:15:49.987 INFO O| May 15 03:15:49.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6283 | 2024-05-15T03:15:51.004Z | [ recovery-image] May 15 03:15:49.987 INFO O| May 15 03:15:49.987 INFO STEP 628 (remove_files) COMPLETE |
| 6284 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:49.987 INFO O| May 15 03:15:49.987 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6285 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.000 INFO O| May 15 03:15:50.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6286 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.000 INFO O| May 15 03:15:50.000 INFO STEP 629 (remove_files) COMPLETE |
| 6287 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.000 INFO O| May 15 03:15:50.000 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6288 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.013 INFO O| May 15 03:15:50.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6289 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.013 INFO O| May 15 03:15:50.013 INFO STEP 630 (remove_files) COMPLETE |
| 6290 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.014 INFO O| May 15 03:15:50.013 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6291 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.031 INFO O| May 15 03:15:50.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6292 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.031 INFO O| May 15 03:15:50.031 INFO STEP 631 (remove_files) COMPLETE |
| 6293 | 2024-05-15T03:15:51.005Z | [ recovery-image] May 15 03:15:50.031 INFO O| May 15 03:15:50.031 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6294 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.045 INFO O| May 15 03:15:50.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6295 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.045 INFO O| May 15 03:15:50.045 INFO STEP 632 (remove_files) COMPLETE |
| 6296 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.045 INFO O| May 15 03:15:50.045 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6297 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.058 INFO O| May 15 03:15:50.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6298 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.058 INFO O| May 15 03:15:50.058 INFO STEP 633 (remove_files) COMPLETE |
| 6299 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.058 INFO O| May 15 03:15:50.058 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6300 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.071 INFO O| May 15 03:15:50.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6301 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.071 INFO O| May 15 03:15:50.071 INFO STEP 634 (remove_files) COMPLETE |
| 6302 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.071 INFO O| May 15 03:15:50.071 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6303 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.084 INFO O| May 15 03:15:50.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6304 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.084 INFO O| May 15 03:15:50.084 INFO STEP 635 (remove_files) COMPLETE |
| 6305 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.084 INFO O| May 15 03:15:50.084 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6306 | 2024-05-15T03:15:51.006Z | [ recovery-image] May 15 03:15:50.097 INFO O| May 15 03:15:50.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6307 | 2024-05-15T03:15:51.007Z | [ recovery-image] May 15 03:15:50.097 INFO O| May 15 03:15:50.097 INFO STEP 636 (remove_files) COMPLETE |
| 6308 | 2024-05-15T03:15:51.007Z | [ recovery-image] May 15 03:15:50.097 INFO O| May 15 03:15:50.097 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6309 | 2024-05-15T03:15:51.007Z | [ recovery-image] May 15 03:15:50.109 INFO O| May 15 03:15:50.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6310 | 2024-05-15T03:15:51.007Z | [ recovery-image] May 15 03:15:50.109 INFO O| May 15 03:15:50.109 INFO STEP 637 (remove_files) COMPLETE |
| 6311 | 2024-05-15T03:15:51.007Z | [ recovery-image] May 15 03:15:50.109 INFO O| May 15 03:15:50.109 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6312 | 2024-05-15T03:15:51.007Z | [ recovery-image] May 15 03:15:50.121 INFO O| May 15 03:15:50.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6313 | 2024-05-15T03:15:51.007Z | [ recovery-image] May 15 03:15:50.121 INFO O| May 15 03:15:50.121 INFO STEP 638 (remove_files) COMPLETE |
| 6314 | 2024-05-15T03:15:51.008Z | [ recovery-image] May 15 03:15:50.121 INFO O| May 15 03:15:50.121 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6315 | 2024-05-15T03:15:51.008Z | [ recovery-image] May 15 03:15:50.135 INFO O| May 15 03:15:50.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6316 | 2024-05-15T03:15:51.008Z | [ recovery-image] May 15 03:15:50.135 INFO O| May 15 03:15:50.135 INFO STEP 639 (remove_files) COMPLETE |
| 6317 | 2024-05-15T03:15:51.008Z | [ recovery-image] May 15 03:15:50.135 INFO O| May 15 03:15:50.135 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6318 | 2024-05-15T03:15:51.009Z | [ recovery-image] May 15 03:15:50.148 INFO O| May 15 03:15:50.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6319 | 2024-05-15T03:15:51.009Z | [ recovery-image] May 15 03:15:50.148 INFO O| May 15 03:15:50.148 INFO STEP 640 (remove_files) COMPLETE |
| 6320 | 2024-05-15T03:15:51.009Z | [ recovery-image] May 15 03:15:50.148 INFO O| May 15 03:15:50.148 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6321 | 2024-05-15T03:15:51.009Z | [ recovery-image] May 15 03:15:50.161 INFO O| May 15 03:15:50.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6322 | 2024-05-15T03:15:51.009Z | [ recovery-image] May 15 03:15:50.161 INFO O| May 15 03:15:50.161 INFO STEP 641 (remove_files) COMPLETE |
| 6323 | 2024-05-15T03:15:51.009Z | [ recovery-image] May 15 03:15:50.161 INFO O| May 15 03:15:50.161 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6324 | 2024-05-15T03:15:51.009Z | [ recovery-image] May 15 03:15:50.174 INFO O| May 15 03:15:50.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 6325 | 2024-05-15T03:15:51.009Z | [ recovery-image] May 15 03:15:50.174 INFO O| May 15 03:15:50.174 INFO STEP 642 (remove_files) COMPLETE |
| 6326 | 2024-05-15T03:15:51.010Z | [ recovery-image] May 15 03:15:50.174 INFO O| May 15 03:15:50.174 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6327 | 2024-05-15T03:15:51.010Z | [ recovery-image] May 15 03:15:50.186 INFO O| May 15 03:15:50.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6328 | 2024-05-15T03:15:51.010Z | [ recovery-image] May 15 03:15:50.186 INFO O| May 15 03:15:50.186 INFO STEP 643 (remove_files) COMPLETE |
| 6329 | 2024-05-15T03:15:51.010Z | [ recovery-image] May 15 03:15:50.186 INFO O| May 15 03:15:50.186 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6330 | 2024-05-15T03:15:51.010Z | [ recovery-image] May 15 03:15:50.199 INFO O| May 15 03:15:50.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6331 | 2024-05-15T03:15:51.010Z | [ recovery-image] May 15 03:15:50.199 INFO O| May 15 03:15:50.199 INFO STEP 644 (remove_files) COMPLETE |
| 6332 | 2024-05-15T03:15:51.011Z | [ recovery-image] May 15 03:15:50.199 INFO O| May 15 03:15:50.199 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6333 | 2024-05-15T03:15:51.011Z | [ recovery-image] May 15 03:15:50.216 INFO O| May 15 03:15:50.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6334 | 2024-05-15T03:15:51.011Z | [ recovery-image] May 15 03:15:50.216 INFO O| May 15 03:15:50.216 INFO STEP 645 (remove_files) COMPLETE |
| 6335 | 2024-05-15T03:15:51.011Z | [ recovery-image] May 15 03:15:50.216 INFO O| May 15 03:15:50.216 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6336 | 2024-05-15T03:15:51.011Z | [ recovery-image] May 15 03:15:50.244 INFO O| May 15 03:15:50.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
| 6337 | 2024-05-15T03:15:51.012Z | [ recovery-image] May 15 03:15:50.244 INFO O| May 15 03:15:50.244 INFO STEP 646 (remove_files) COMPLETE |
| 6338 | 2024-05-15T03:15:51.012Z | [ recovery-image] May 15 03:15:50.244 INFO O| May 15 03:15:50.244 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6339 | 2024-05-15T03:15:51.012Z | [ host-image] May 15 03:15:50.247 INFO O| May 15 03:15:50.247 INFO O| Actions: Completed 22 actions in 0.49 seconds. |
| 6340 | 2024-05-15T03:15:51.012Z | [ recovery-image] May 15 03:15:50.266 INFO O| May 15 03:15:50.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6341 | 2024-05-15T03:15:51.012Z | [ recovery-image] May 15 03:15:50.266 INFO O| May 15 03:15:50.266 INFO STEP 647 (remove_files) COMPLETE |
| 6342 | 2024-05-15T03:15:51.012Z | [ recovery-image] May 15 03:15:50.266 INFO O| May 15 03:15:50.266 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6343 | 2024-05-15T03:15:51.013Z | [ recovery-image] May 15 03:15:50.279 INFO O| May 15 03:15:50.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6344 | 2024-05-15T03:15:51.013Z | [ recovery-image] May 15 03:15:50.279 INFO O| May 15 03:15:50.279 INFO STEP 648 (remove_files) COMPLETE |
| 6345 | 2024-05-15T03:15:51.013Z | [ recovery-image] May 15 03:15:50.279 INFO O| May 15 03:15:50.279 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6346 | 2024-05-15T03:15:51.013Z | [ recovery-image] May 15 03:15:50.291 INFO O| May 15 03:15:50.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6347 | 2024-05-15T03:15:51.013Z | [ recovery-image] May 15 03:15:50.291 INFO O| May 15 03:15:50.291 INFO STEP 649 (remove_files) COMPLETE |
| 6348 | 2024-05-15T03:15:51.013Z | [ recovery-image] May 15 03:15:50.291 INFO O| May 15 03:15:50.291 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6349 | 2024-05-15T03:15:51.013Z | [ recovery-image] May 15 03:15:50.303 INFO O| May 15 03:15:50.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6350 | 2024-05-15T03:15:51.014Z | [ recovery-image] May 15 03:15:50.303 INFO O| May 15 03:15:50.303 INFO STEP 650 (remove_files) COMPLETE |
| 6351 | 2024-05-15T03:15:51.014Z | [ recovery-image] May 15 03:15:50.303 INFO O| May 15 03:15:50.303 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6352 | 2024-05-15T03:15:51.014Z | [ recovery-image] May 15 03:15:50.315 INFO O| May 15 03:15:50.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6353 | 2024-05-15T03:15:51.014Z | [ recovery-image] May 15 03:15:50.315 INFO O| May 15 03:15:50.315 INFO STEP 651 (remove_files) COMPLETE |
| 6354 | 2024-05-15T03:15:51.014Z | [ recovery-image] May 15 03:15:50.315 INFO O| May 15 03:15:50.315 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6355 | 2024-05-15T03:15:51.014Z | [ recovery-image] May 15 03:15:50.327 INFO O| May 15 03:15:50.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6356 | 2024-05-15T03:15:51.014Z | [ recovery-image] May 15 03:15:50.327 INFO O| May 15 03:15:50.327 INFO STEP 652 (remove_files) COMPLETE |
| 6357 | 2024-05-15T03:15:51.014Z | [ recovery-image] May 15 03:15:50.327 INFO O| May 15 03:15:50.327 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6358 | 2024-05-15T03:15:51.015Z | [ recovery-image] May 15 03:15:50.340 INFO O| May 15 03:15:50.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6359 | 2024-05-15T03:15:51.015Z | [ recovery-image] May 15 03:15:50.340 INFO O| May 15 03:15:50.340 INFO STEP 653 (remove_files) COMPLETE |
| 6360 | 2024-05-15T03:15:51.015Z | [ recovery-image] May 15 03:15:50.340 INFO O| May 15 03:15:50.340 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6361 | 2024-05-15T03:15:51.015Z | [ recovery-image] May 15 03:15:50.352 INFO O| May 15 03:15:50.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6362 | 2024-05-15T03:15:51.015Z | [ recovery-image] May 15 03:15:50.352 INFO O| May 15 03:15:50.352 INFO STEP 654 (remove_files) COMPLETE |
| 6363 | 2024-05-15T03:15:51.015Z | [ recovery-image] May 15 03:15:50.352 INFO O| May 15 03:15:50.352 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6364 | 2024-05-15T03:15:51.016Z | [ recovery-image] May 15 03:15:50.364 INFO O| May 15 03:15:50.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6365 | 2024-05-15T03:15:51.016Z | [ recovery-image] May 15 03:15:50.364 INFO O| May 15 03:15:50.364 INFO STEP 655 (remove_files) COMPLETE |
| 6366 | 2024-05-15T03:15:51.016Z | [ recovery-image] May 15 03:15:50.364 INFO O| May 15 03:15:50.364 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6367 | 2024-05-15T03:15:51.016Z | [ recovery-image] May 15 03:15:50.376 INFO O| May 15 03:15:50.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 6368 | 2024-05-15T03:15:51.016Z | [ recovery-image] May 15 03:15:50.377 INFO O| May 15 03:15:50.376 INFO STEP 656 (remove_files) COMPLETE |
| 6369 | 2024-05-15T03:15:51.016Z | [ recovery-image] May 15 03:15:50.377 INFO O| May 15 03:15:50.376 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6370 | 2024-05-15T03:15:51.016Z | [ recovery-image] May 15 03:15:50.394 INFO O| May 15 03:15:50.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6371 | 2024-05-15T03:15:51.017Z | [ recovery-image] May 15 03:15:50.394 INFO O| May 15 03:15:50.394 INFO STEP 657 (remove_files) COMPLETE |
| 6372 | 2024-05-15T03:15:51.017Z | [ recovery-image] May 15 03:15:50.394 INFO O| May 15 03:15:50.394 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6373 | 2024-05-15T03:15:51.017Z | [ host-image] May 15 03:15:50.401 INFO O| May 15 03:15:50.401 INFO O| Done |
| 6374 | 2024-05-15T03:15:51.017Z | [ host-image] May 15 03:15:50.401 INFO O| May 15 03:15:50.401 INFO O| Done |
| 6375 | 2024-05-15T03:15:51.017Z | [ recovery-image] May 15 03:15:50.406 INFO O| May 15 03:15:50.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6376 | 2024-05-15T03:15:51.017Z | [ recovery-image] May 15 03:15:50.406 INFO O| May 15 03:15:50.406 INFO STEP 658 (remove_files) COMPLETE |
| 6377 | 2024-05-15T03:15:51.018Z | [ recovery-image] May 15 03:15:50.406 INFO O| May 15 03:15:50.406 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6378 | 2024-05-15T03:15:51.018Z | [ recovery-image] May 15 03:15:50.420 INFO O| May 15 03:15:50.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6379 | 2024-05-15T03:15:51.018Z | [ recovery-image] May 15 03:15:50.421 INFO O| May 15 03:15:50.421 INFO STEP 659 (remove_files) COMPLETE |
| 6380 | 2024-05-15T03:15:51.018Z | [ recovery-image] May 15 03:15:50.421 INFO O| May 15 03:15:50.421 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6381 | 2024-05-15T03:15:51.062Z | [ recovery-image] May 15 03:15:50.438 INFO O| May 15 03:15:50.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6382 | 2024-05-15T03:15:51.062Z | [ recovery-image] May 15 03:15:50.438 INFO O| May 15 03:15:50.438 INFO STEP 660 (remove_files) COMPLETE |
| 6383 | 2024-05-15T03:15:51.062Z | [ recovery-image] May 15 03:15:50.438 INFO O| May 15 03:15:50.438 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6384 | 2024-05-15T03:15:51.063Z | [ recovery-image] May 15 03:15:50.460 INFO O| May 15 03:15:50.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
| 6385 | 2024-05-15T03:15:51.063Z | [ recovery-image] May 15 03:15:50.461 INFO O| May 15 03:15:50.461 INFO STEP 661 (remove_files) COMPLETE |
| 6386 | 2024-05-15T03:15:51.063Z | [ recovery-image] May 15 03:15:50.461 INFO O| May 15 03:15:50.461 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6387 | 2024-05-15T03:15:51.063Z | [ recovery-image] May 15 03:15:50.478 INFO O| May 15 03:15:50.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6388 | 2024-05-15T03:15:51.063Z | [ recovery-image] May 15 03:15:50.479 INFO O| May 15 03:15:50.479 INFO STEP 662 (remove_files) COMPLETE |
| 6389 | 2024-05-15T03:15:51.063Z | [ recovery-image] May 15 03:15:50.479 INFO O| May 15 03:15:50.479 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6390 | 2024-05-15T03:15:51.063Z | [ recovery-image] May 15 03:15:50.497 INFO O| May 15 03:15:50.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6391 | 2024-05-15T03:15:51.064Z | [ recovery-image] May 15 03:15:50.497 INFO O| May 15 03:15:50.497 INFO STEP 663 (remove_files) COMPLETE |
| 6392 | 2024-05-15T03:15:51.064Z | [ recovery-image] May 15 03:15:50.497 INFO O| May 15 03:15:50.497 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6393 | 2024-05-15T03:15:51.064Z | [ recovery-image] May 15 03:15:50.512 INFO O| May 15 03:15:50.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6394 | 2024-05-15T03:15:51.064Z | [ recovery-image] May 15 03:15:50.513 INFO O| May 15 03:15:50.512 INFO STEP 664 (remove_files) COMPLETE |
| 6395 | 2024-05-15T03:15:51.064Z | [ recovery-image] May 15 03:15:50.513 INFO O| May 15 03:15:50.513 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6396 | 2024-05-15T03:15:51.064Z | [ recovery-image] May 15 03:15:50.530 INFO O| May 15 03:15:50.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6397 | 2024-05-15T03:15:51.064Z | [ recovery-image] May 15 03:15:50.530 INFO O| May 15 03:15:50.530 INFO STEP 665 (remove_files) COMPLETE |
| 6398 | 2024-05-15T03:15:51.065Z | [ recovery-image] May 15 03:15:50.530 INFO O| May 15 03:15:50.530 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6399 | 2024-05-15T03:15:51.065Z | [ recovery-image] May 15 03:15:50.551 INFO O| May 15 03:15:50.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6400 | 2024-05-15T03:15:51.065Z | [ recovery-image] May 15 03:15:50.551 INFO O| May 15 03:15:50.551 INFO STEP 666 (remove_files) COMPLETE |
| 6401 | 2024-05-15T03:15:51.065Z | [ recovery-image] May 15 03:15:50.551 INFO O| May 15 03:15:50.551 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6402 | 2024-05-15T03:15:51.065Z | [ recovery-image] May 15 03:15:50.573 INFO O| May 15 03:15:50.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6403 | 2024-05-15T03:15:51.065Z | [ recovery-image] May 15 03:15:50.574 INFO O| May 15 03:15:50.574 INFO STEP 667 (remove_files) COMPLETE |
| 6404 | 2024-05-15T03:15:51.065Z | [ recovery-image] May 15 03:15:50.574 INFO O| May 15 03:15:50.574 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6405 | 2024-05-15T03:15:51.066Z | [ recovery-image] May 15 03:15:50.593 INFO O| May 15 03:15:50.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
| 6406 | 2024-05-15T03:15:51.066Z | [ recovery-image] May 15 03:15:50.593 INFO O| May 15 03:15:50.593 INFO STEP 668 (remove_files) COMPLETE |
| 6407 | 2024-05-15T03:15:51.067Z | [ recovery-image] May 15 03:15:50.593 INFO O| May 15 03:15:50.593 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6408 | 2024-05-15T03:15:51.109Z | [ recovery-image] May 15 03:15:50.619 INFO O| May 15 03:15:50.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6409 | 2024-05-15T03:15:51.109Z | [ recovery-image] May 15 03:15:50.619 INFO O| May 15 03:15:50.619 INFO STEP 669 (remove_files) COMPLETE |
| 6410 | 2024-05-15T03:15:51.109Z | [ recovery-image] May 15 03:15:50.619 INFO O| May 15 03:15:50.619 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6411 | 2024-05-15T03:15:51.109Z | [ recovery-image] May 15 03:15:50.640 INFO O| May 15 03:15:50.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6412 | 2024-05-15T03:15:51.110Z | [ recovery-image] May 15 03:15:50.640 INFO O| May 15 03:15:50.640 INFO STEP 670 (remove_files) COMPLETE |
| 6413 | 2024-05-15T03:15:51.110Z | [ recovery-image] May 15 03:15:50.640 INFO O| May 15 03:15:50.640 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6414 | 2024-05-15T03:15:51.149Z | [ recovery-image] May 15 03:15:50.660 INFO O| May 15 03:15:50.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6415 | 2024-05-15T03:15:51.149Z | [ recovery-image] May 15 03:15:50.660 INFO O| May 15 03:15:50.660 INFO STEP 671 (remove_files) COMPLETE |
| 6416 | 2024-05-15T03:15:51.149Z | [ recovery-image] May 15 03:15:50.660 INFO O| May 15 03:15:50.660 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6417 | 2024-05-15T03:15:51.149Z | [ recovery-image] May 15 03:15:50.675 INFO O| May 15 03:15:50.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6418 | 2024-05-15T03:15:51.149Z | [ recovery-image] May 15 03:15:50.676 INFO O| May 15 03:15:50.676 INFO STEP 672 (remove_files) COMPLETE |
| 6419 | 2024-05-15T03:15:51.150Z | [ recovery-image] May 15 03:15:50.676 INFO O| May 15 03:15:50.676 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6420 | 2024-05-15T03:15:51.150Z | [ recovery-image] May 15 03:15:50.689 INFO O| May 15 03:15:50.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 6421 | 2024-05-15T03:15:51.151Z | [ recovery-image] May 15 03:15:50.689 INFO O| May 15 03:15:50.689 INFO STEP 673 (remove_files) COMPLETE |
| 6422 | 2024-05-15T03:15:51.151Z | [ recovery-image] May 15 03:15:50.689 INFO O| May 15 03:15:50.689 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6423 | 2024-05-15T03:15:51.190Z | [ recovery-image] May 15 03:15:50.708 INFO O| May 15 03:15:50.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6424 | 2024-05-15T03:15:51.191Z | [ recovery-image] May 15 03:15:50.708 INFO O| May 15 03:15:50.708 INFO STEP 674 (remove_files) COMPLETE |
| 6425 | 2024-05-15T03:15:51.191Z | [ recovery-image] May 15 03:15:50.708 INFO O| May 15 03:15:50.708 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6426 | 2024-05-15T03:15:51.191Z | [ recovery-image] May 15 03:15:50.724 INFO O| May 15 03:15:50.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6427 | 2024-05-15T03:15:51.191Z | [ recovery-image] May 15 03:15:50.725 INFO O| May 15 03:15:50.725 INFO STEP 675 (remove_files) COMPLETE |
| 6428 | 2024-05-15T03:15:51.191Z | [ recovery-image] May 15 03:15:50.725 INFO O| May 15 03:15:50.725 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6429 | 2024-05-15T03:15:51.225Z | [ recovery-image] May 15 03:15:50.739 INFO O| May 15 03:15:50.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6430 | 2024-05-15T03:15:51.226Z | [ recovery-image] May 15 03:15:50.739 INFO O| May 15 03:15:50.739 INFO STEP 676 (remove_files) COMPLETE |
| 6431 | 2024-05-15T03:15:51.226Z | [ recovery-image] May 15 03:15:50.739 INFO O| May 15 03:15:50.739 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6432 | 2024-05-15T03:15:51.226Z | [ recovery-image] May 15 03:15:50.752 INFO O| May 15 03:15:50.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6433 | 2024-05-15T03:15:51.227Z | [ recovery-image] May 15 03:15:50.752 INFO O| May 15 03:15:50.752 INFO STEP 677 (remove_files) COMPLETE |
| 6434 | 2024-05-15T03:15:51.227Z | [ recovery-image] May 15 03:15:50.752 INFO O| May 15 03:15:50.752 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6435 | 2024-05-15T03:15:51.227Z | [ recovery-image] May 15 03:15:50.765 INFO O| May 15 03:15:50.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6436 | 2024-05-15T03:15:51.227Z | [ recovery-image] May 15 03:15:50.765 INFO O| May 15 03:15:50.765 INFO STEP 678 (remove_files) COMPLETE |
| 6437 | 2024-05-15T03:15:51.229Z | [ recovery-image] May 15 03:15:50.765 INFO O| May 15 03:15:50.765 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6438 | 2024-05-15T03:15:51.689Z | [ recovery-image] May 15 03:15:50.778 INFO O| May 15 03:15:50.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6439 | 2024-05-15T03:15:51.689Z | [ recovery-image] May 15 03:15:50.778 INFO O| May 15 03:15:50.778 INFO STEP 679 (remove_files) COMPLETE |
| 6440 | 2024-05-15T03:15:51.689Z | [ recovery-image] May 15 03:15:50.778 INFO O| May 15 03:15:50.778 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6441 | 2024-05-15T03:15:51.689Z | [ host-image] May 15 03:15:50.780 INFO O| May 15 03:15:50.780 INFO O| Done |
| 6442 | 2024-05-15T03:15:51.690Z | [ recovery-image] May 15 03:15:50.792 INFO O| May 15 03:15:50.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6443 | 2024-05-15T03:15:51.690Z | [ recovery-image] May 15 03:15:50.793 INFO O| May 15 03:15:50.793 INFO STEP 680 (remove_files) COMPLETE |
| 6444 | 2024-05-15T03:15:51.690Z | [ recovery-image] May 15 03:15:50.793 INFO O| May 15 03:15:50.793 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6445 | 2024-05-15T03:15:51.690Z | [ recovery-image] May 15 03:15:50.808 INFO O| May 15 03:15:50.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6446 | 2024-05-15T03:15:51.690Z | [ recovery-image] May 15 03:15:50.808 INFO O| May 15 03:15:50.808 INFO STEP 681 (remove_files) COMPLETE |
| 6447 | 2024-05-15T03:15:51.691Z | [ recovery-image] May 15 03:15:50.808 INFO O| May 15 03:15:50.808 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6448 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.822 INFO O| May 15 03:15:50.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6449 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.823 INFO O| May 15 03:15:50.823 INFO STEP 682 (remove_files) COMPLETE |
| 6450 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.823 INFO O| May 15 03:15:50.823 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6451 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.847 INFO O| May 15 03:15:50.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6452 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.847 INFO O| May 15 03:15:50.847 INFO STEP 683 (remove_files) COMPLETE |
| 6453 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.847 INFO O| May 15 03:15:50.847 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6454 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.866 INFO O| May 15 03:15:50.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6455 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.866 INFO O| May 15 03:15:50.866 INFO STEP 684 (remove_files) COMPLETE |
| 6456 | 2024-05-15T03:15:51.767Z | [ recovery-image] May 15 03:15:50.866 INFO O| May 15 03:15:50.866 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6457 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.883 INFO O| May 15 03:15:50.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6458 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.883 INFO O| May 15 03:15:50.883 INFO STEP 685 (remove_files) COMPLETE |
| 6459 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.883 INFO O| May 15 03:15:50.883 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6460 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.898 INFO O| May 15 03:15:50.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6461 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.898 INFO O| May 15 03:15:50.898 INFO STEP 686 (remove_files) COMPLETE |
| 6462 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.898 INFO O| May 15 03:15:50.898 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6463 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.911 INFO O| May 15 03:15:50.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6464 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.912 INFO O| May 15 03:15:50.912 INFO STEP 687 (remove_files) COMPLETE |
| 6465 | 2024-05-15T03:15:51.768Z | [ recovery-image] May 15 03:15:50.912 INFO O| May 15 03:15:50.912 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6466 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.925 INFO O| May 15 03:15:50.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6467 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.925 INFO O| May 15 03:15:50.925 INFO STEP 688 (remove_files) COMPLETE |
| 6468 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.925 INFO O| May 15 03:15:50.925 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6469 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.938 INFO O| May 15 03:15:50.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6470 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.938 INFO O| May 15 03:15:50.938 INFO STEP 689 (remove_files) COMPLETE |
| 6471 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.938 INFO O| May 15 03:15:50.938 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6472 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.955 INFO O| May 15 03:15:50.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6473 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.955 INFO O| May 15 03:15:50.955 INFO STEP 690 (remove_files) COMPLETE |
| 6474 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.955 INFO O| May 15 03:15:50.955 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6475 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.968 INFO O| May 15 03:15:50.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6476 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.968 INFO O| May 15 03:15:50.968 INFO STEP 691 (remove_files) COMPLETE |
| 6477 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.968 INFO O| May 15 03:15:50.968 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6478 | 2024-05-15T03:15:51.769Z | [ recovery-image] May 15 03:15:50.985 INFO O| May 15 03:15:50.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6479 | 2024-05-15T03:15:51.770Z | [ recovery-image] May 15 03:15:50.985 INFO O| May 15 03:15:50.985 INFO STEP 692 (remove_files) COMPLETE |
| 6480 | 2024-05-15T03:15:51.770Z | [ recovery-image] May 15 03:15:50.985 INFO O| May 15 03:15:50.985 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6481 | 2024-05-15T03:15:51.770Z | [ recovery-image] May 15 03:15:50.998 INFO O| May 15 03:15:50.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6482 | 2024-05-15T03:15:51.770Z | [ recovery-image] May 15 03:15:50.998 INFO O| May 15 03:15:50.998 INFO STEP 693 (remove_files) COMPLETE |
| 6483 | 2024-05-15T03:15:51.770Z | [ recovery-image] May 15 03:15:50.998 INFO O| May 15 03:15:50.998 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6484 | 2024-05-15T03:15:51.770Z | [ recovery-image] May 15 03:15:51.011 INFO O| May 15 03:15:51.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6485 | 2024-05-15T03:15:51.770Z | [ recovery-image] May 15 03:15:51.011 INFO O| May 15 03:15:51.011 INFO STEP 694 (remove_files) COMPLETE |
| 6486 | 2024-05-15T03:15:51.770Z | [ recovery-image] May 15 03:15:51.011 INFO O| May 15 03:15:51.011 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6487 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.027 INFO O| May 15 03:15:51.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6488 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.027 INFO O| May 15 03:15:51.027 INFO STEP 695 (remove_files) COMPLETE |
| 6489 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.027 INFO O| May 15 03:15:51.027 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6490 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.042 INFO O| May 15 03:15:51.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6491 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.043 INFO O| May 15 03:15:51.043 INFO STEP 696 (remove_files) COMPLETE |
| 6492 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.043 INFO O| May 15 03:15:51.043 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6493 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.056 INFO O| May 15 03:15:51.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6494 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.057 INFO O| May 15 03:15:51.056 INFO STEP 697 (remove_files) COMPLETE |
| 6495 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.057 INFO O| May 15 03:15:51.057 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6496 | 2024-05-15T03:15:51.771Z | [ recovery-image] May 15 03:15:51.069 INFO O| May 15 03:15:51.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6497 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.069 INFO O| May 15 03:15:51.069 INFO STEP 698 (remove_files) COMPLETE |
| 6498 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.069 INFO O| May 15 03:15:51.069 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6499 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.082 INFO O| May 15 03:15:51.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6500 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.082 INFO O| May 15 03:15:51.082 INFO STEP 699 (remove_files) COMPLETE |
| 6501 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.082 INFO O| May 15 03:15:51.082 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6502 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.095 INFO O| May 15 03:15:51.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6503 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.095 INFO O| May 15 03:15:51.095 INFO STEP 700 (remove_files) COMPLETE |
| 6504 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.095 INFO O| May 15 03:15:51.095 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6505 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.107 INFO O| May 15 03:15:51.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6506 | 2024-05-15T03:15:51.772Z | [ recovery-image] May 15 03:15:51.107 INFO O| May 15 03:15:51.107 INFO STEP 701 (remove_files) COMPLETE |
| 6507 | 2024-05-15T03:15:51.773Z | [ recovery-image] May 15 03:15:51.107 INFO O| May 15 03:15:51.107 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6508 | 2024-05-15T03:15:51.773Z | [ recovery-image] May 15 03:15:51.121 INFO O| May 15 03:15:51.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6509 | 2024-05-15T03:15:51.773Z | [ recovery-image] May 15 03:15:51.121 INFO O| May 15 03:15:51.121 INFO STEP 702 (remove_files) COMPLETE |
| 6510 | 2024-05-15T03:15:51.773Z | [ recovery-image] May 15 03:15:51.121 INFO O| May 15 03:15:51.121 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6511 | 2024-05-15T03:15:51.773Z | [ recovery-image] May 15 03:15:51.134 INFO O| May 15 03:15:51.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6512 | 2024-05-15T03:15:51.773Z | [ recovery-image] May 15 03:15:51.134 INFO O| May 15 03:15:51.134 INFO STEP 703 (remove_files) COMPLETE |
| 6513 | 2024-05-15T03:15:51.773Z | [ recovery-image] May 15 03:15:51.134 INFO O| May 15 03:15:51.134 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6514 | 2024-05-15T03:15:51.773Z | [ recovery-image] May 15 03:15:51.150 INFO O| May 15 03:15:51.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6515 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.150 INFO O| May 15 03:15:51.150 INFO STEP 704 (remove_files) COMPLETE |
| 6516 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.150 INFO O| May 15 03:15:51.150 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6517 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.163 INFO O| May 15 03:15:51.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
| 6518 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.163 INFO O| May 15 03:15:51.163 INFO STEP 705 (remove_files) COMPLETE |
| 6519 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.163 INFO O| May 15 03:15:51.163 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6520 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.176 INFO O| May 15 03:15:51.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6521 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.176 INFO O| May 15 03:15:51.176 INFO STEP 706 (remove_files) COMPLETE |
| 6522 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.176 INFO O| May 15 03:15:51.176 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6523 | 2024-05-15T03:15:51.774Z | [ recovery-image] May 15 03:15:51.188 INFO O| May 15 03:15:51.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
| 6524 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.188 INFO O| May 15 03:15:51.188 INFO STEP 707 (remove_files) COMPLETE |
| 6525 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.189 INFO O| May 15 03:15:51.188 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6526 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.205 INFO O| May 15 03:15:51.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6527 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.205 INFO O| May 15 03:15:51.205 INFO STEP 708 (remove_files) COMPLETE |
| 6528 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.205 INFO O| May 15 03:15:51.205 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6529 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.221 INFO O| May 15 03:15:51.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6530 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.222 INFO O| May 15 03:15:51.222 INFO STEP 709 (remove_files) COMPLETE |
| 6531 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.222 INFO O| May 15 03:15:51.222 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6532 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.235 INFO O| May 15 03:15:51.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6533 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.235 INFO O| May 15 03:15:51.235 INFO STEP 710 (remove_files) COMPLETE |
| 6534 | 2024-05-15T03:15:51.775Z | [ recovery-image] May 15 03:15:51.235 INFO O| May 15 03:15:51.235 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6535 | 2024-05-15T03:15:51.776Z | [ recovery-image] May 15 03:15:51.248 INFO O| May 15 03:15:51.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6536 | 2024-05-15T03:15:51.776Z | [ recovery-image] May 15 03:15:51.248 INFO O| May 15 03:15:51.248 INFO STEP 711 (remove_files) COMPLETE |
| 6537 | 2024-05-15T03:15:51.776Z | [ recovery-image] May 15 03:15:51.248 INFO O| May 15 03:15:51.248 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6538 | 2024-05-15T03:15:51.776Z | [ recovery-image] May 15 03:15:51.266 INFO O| May 15 03:15:51.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6539 | 2024-05-15T03:15:51.776Z | [ recovery-image] May 15 03:15:51.266 INFO O| May 15 03:15:51.266 INFO STEP 712 (remove_files) COMPLETE |
| 6540 | 2024-05-15T03:15:51.776Z | [ recovery-image] May 15 03:15:51.266 INFO O| May 15 03:15:51.266 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6541 | 2024-05-15T03:15:53.056Z | [ recovery-image] May 15 03:15:51.281 INFO O| May 15 03:15:51.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6542 | 2024-05-15T03:15:53.056Z | [ recovery-image] May 15 03:15:51.281 INFO O| May 15 03:15:51.281 INFO STEP 713 (remove_files) COMPLETE |
| 6543 | 2024-05-15T03:15:53.056Z | [ recovery-image] May 15 03:15:51.281 INFO O| May 15 03:15:51.281 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6544 | 2024-05-15T03:15:53.056Z | [ recovery-image] May 15 03:15:51.298 INFO O| May 15 03:15:51.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6545 | 2024-05-15T03:15:53.056Z | [ recovery-image] May 15 03:15:51.299 INFO O| May 15 03:15:51.299 INFO STEP 714 (remove_files) COMPLETE |
| 6546 | 2024-05-15T03:15:53.056Z | [ recovery-image] May 15 03:15:51.299 INFO O| May 15 03:15:51.299 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6547 | 2024-05-15T03:15:53.056Z | [ recovery-image] May 15 03:15:51.316 INFO O| May 15 03:15:51.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6548 | 2024-05-15T03:15:53.056Z | [ recovery-image] May 15 03:15:51.316 INFO O| May 15 03:15:51.316 INFO STEP 715 (remove_files) COMPLETE |
| 6549 | 2024-05-15T03:15:53.057Z | [ recovery-image] May 15 03:15:51.316 INFO O| May 15 03:15:51.316 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6550 | 2024-05-15T03:15:53.057Z | [ recovery-image] May 15 03:15:51.329 INFO O| May 15 03:15:51.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6551 | 2024-05-15T03:15:53.057Z | [ recovery-image] May 15 03:15:51.329 INFO O| May 15 03:15:51.329 INFO STEP 716 (remove_files) COMPLETE |
| 6552 | 2024-05-15T03:15:53.057Z | [ recovery-image] May 15 03:15:51.329 INFO O| May 15 03:15:51.329 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6553 | 2024-05-15T03:15:53.057Z | [ recovery-image] May 15 03:15:51.342 INFO O| May 15 03:15:51.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6554 | 2024-05-15T03:15:53.057Z | [ recovery-image] May 15 03:15:51.342 INFO O| May 15 03:15:51.342 INFO STEP 717 (remove_files) COMPLETE |
| 6555 | 2024-05-15T03:15:53.057Z | [ recovery-image] May 15 03:15:51.342 INFO O| May 15 03:15:51.342 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6556 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.356 INFO O| May 15 03:15:51.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6557 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.356 INFO O| May 15 03:15:51.356 INFO STEP 718 (remove_files) COMPLETE |
| 6558 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.356 INFO O| May 15 03:15:51.356 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6559 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.369 INFO O| May 15 03:15:51.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6560 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.369 INFO O| May 15 03:15:51.369 INFO STEP 719 (remove_files) COMPLETE |
| 6561 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.369 INFO O| May 15 03:15:51.369 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6562 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.381 INFO O| May 15 03:15:51.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6563 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.381 INFO O| May 15 03:15:51.381 INFO STEP 720 (remove_files) COMPLETE |
| 6564 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.381 INFO O| May 15 03:15:51.381 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6565 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.399 INFO O| May 15 03:15:51.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6566 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.400 INFO O| May 15 03:15:51.399 INFO STEP 721 (remove_files) COMPLETE |
| 6567 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.400 INFO O| May 15 03:15:51.399 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6568 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.415 INFO O| May 15 03:15:51.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6569 | 2024-05-15T03:15:53.085Z | [ recovery-image] May 15 03:15:51.415 INFO O| May 15 03:15:51.415 INFO STEP 722 (remove_files) COMPLETE |
| 6570 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.415 INFO O| May 15 03:15:51.415 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6571 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.429 INFO O| May 15 03:15:51.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6572 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.429 INFO O| May 15 03:15:51.429 INFO STEP 723 (remove_files) COMPLETE |
| 6573 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.429 INFO O| May 15 03:15:51.429 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6574 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.442 INFO O| May 15 03:15:51.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6575 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.442 INFO O| May 15 03:15:51.442 INFO STEP 724 (remove_files) COMPLETE |
| 6576 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.442 INFO O| May 15 03:15:51.442 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6577 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.455 INFO O| May 15 03:15:51.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6578 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.455 INFO O| May 15 03:15:51.455 INFO STEP 725 (remove_files) COMPLETE |
| 6579 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.455 INFO O| May 15 03:15:51.455 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6580 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.467 INFO O| May 15 03:15:51.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6581 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.468 INFO O| May 15 03:15:51.468 INFO STEP 726 (remove_files) COMPLETE |
| 6582 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.468 INFO O| May 15 03:15:51.468 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6583 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.480 INFO O| May 15 03:15:51.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6584 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.480 INFO O| May 15 03:15:51.480 INFO STEP 727 (remove_files) COMPLETE |
| 6585 | 2024-05-15T03:15:53.086Z | [ recovery-image] May 15 03:15:51.480 INFO O| May 15 03:15:51.480 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6586 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.492 INFO O| May 15 03:15:51.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6587 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.493 INFO O| May 15 03:15:51.493 INFO STEP 728 (remove_files) COMPLETE |
| 6588 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.493 INFO O| May 15 03:15:51.493 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6589 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.508 INFO O| May 15 03:15:51.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6590 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.508 INFO O| May 15 03:15:51.508 INFO STEP 729 (remove_files) COMPLETE |
| 6591 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.508 INFO O| May 15 03:15:51.508 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6592 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.521 INFO O| May 15 03:15:51.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6593 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.522 INFO O| May 15 03:15:51.522 INFO STEP 730 (remove_files) COMPLETE |
| 6594 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.522 INFO O| May 15 03:15:51.522 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6595 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.534 INFO O| May 15 03:15:51.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6596 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.535 INFO O| May 15 03:15:51.535 INFO STEP 731 (remove_files) COMPLETE |
| 6597 | 2024-05-15T03:15:53.087Z | [ recovery-image] May 15 03:15:51.535 INFO O| May 15 03:15:51.535 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6598 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.547 INFO O| May 15 03:15:51.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
| 6599 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.548 INFO O| May 15 03:15:51.548 INFO STEP 732 (remove_files) COMPLETE |
| 6600 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.548 INFO O| May 15 03:15:51.548 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6601 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.561 INFO O| May 15 03:15:51.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
| 6602 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.561 INFO O| May 15 03:15:51.561 INFO STEP 733 (remove_files) COMPLETE |
| 6603 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.561 INFO O| May 15 03:15:51.561 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6604 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.574 INFO O| May 15 03:15:51.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
| 6605 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.574 INFO O| May 15 03:15:51.574 INFO STEP 734 (remove_files) COMPLETE |
| 6606 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.574 INFO O| May 15 03:15:51.574 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6607 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.587 INFO O| May 15 03:15:51.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
| 6608 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.587 INFO O| May 15 03:15:51.587 INFO STEP 735 (remove_files) COMPLETE |
| 6609 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.587 INFO O| May 15 03:15:51.587 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6610 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.599 INFO O| May 15 03:15:51.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6611 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.599 INFO O| May 15 03:15:51.599 INFO STEP 736 (remove_files) COMPLETE |
| 6612 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.599 INFO O| May 15 03:15:51.599 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6613 | 2024-05-15T03:15:53.088Z | [ recovery-image] May 15 03:15:51.611 INFO O| May 15 03:15:51.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6614 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.612 INFO O| May 15 03:15:51.612 INFO STEP 737 (remove_files) COMPLETE |
| 6615 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.612 INFO O| May 15 03:15:51.612 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6616 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.634 INFO O| May 15 03:15:51.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6617 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.634 INFO O| May 15 03:15:51.634 INFO STEP 738 (remove_files) COMPLETE |
| 6618 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.634 INFO O| May 15 03:15:51.634 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6619 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.649 INFO O| May 15 03:15:51.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
| 6620 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.649 INFO O| May 15 03:15:51.649 INFO STEP 739 (remove_files) COMPLETE |
| 6621 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.649 INFO O| May 15 03:15:51.649 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6622 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.662 INFO O| May 15 03:15:51.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6623 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.662 INFO O| May 15 03:15:51.662 INFO STEP 740 (remove_files) COMPLETE |
| 6624 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.662 INFO O| May 15 03:15:51.662 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6625 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.674 INFO O| May 15 03:15:51.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6626 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.675 INFO O| May 15 03:15:51.675 INFO STEP 741 (remove_files) COMPLETE |
| 6627 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.675 INFO O| May 15 03:15:51.675 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6628 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.694 INFO O| May 15 03:15:51.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6629 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.694 INFO O| May 15 03:15:51.694 INFO STEP 742 (remove_files) COMPLETE |
| 6630 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.694 INFO O| May 15 03:15:51.694 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6631 | 2024-05-15T03:15:53.089Z | [ recovery-image] May 15 03:15:51.712 INFO O| May 15 03:15:51.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6632 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.712 INFO O| May 15 03:15:51.712 INFO STEP 743 (remove_files) COMPLETE |
| 6633 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.712 INFO O| May 15 03:15:51.712 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6634 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.724 INFO O| May 15 03:15:51.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6635 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.724 INFO O| May 15 03:15:51.724 INFO STEP 744 (remove_files) COMPLETE |
| 6636 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.724 INFO O| May 15 03:15:51.724 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6637 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.737 INFO O| May 15 03:15:51.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6638 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.737 INFO O| May 15 03:15:51.737 INFO STEP 745 (remove_files) COMPLETE |
| 6639 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.737 INFO O| May 15 03:15:51.737 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6640 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.750 INFO O| May 15 03:15:51.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6641 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.750 INFO O| May 15 03:15:51.750 INFO STEP 746 (remove_files) COMPLETE |
| 6642 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.750 INFO O| May 15 03:15:51.750 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6643 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.763 INFO O| May 15 03:15:51.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6644 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.763 INFO O| May 15 03:15:51.763 INFO STEP 747 (remove_files) COMPLETE |
| 6645 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.763 INFO O| May 15 03:15:51.763 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6646 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.776 INFO O| May 15 03:15:51.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6647 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.776 INFO O| May 15 03:15:51.776 INFO STEP 748 (remove_files) COMPLETE |
| 6648 | 2024-05-15T03:15:53.090Z | [ recovery-image] May 15 03:15:51.776 INFO O| May 15 03:15:51.776 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6649 | 2024-05-15T03:15:53.091Z | [ recovery-image] May 15 03:15:51.788 INFO O| May 15 03:15:51.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6650 | 2024-05-15T03:15:53.091Z | [ recovery-image] May 15 03:15:51.788 INFO O| May 15 03:15:51.788 INFO STEP 749 (remove_files) COMPLETE |
| 6651 | 2024-05-15T03:15:53.091Z | [ recovery-image] May 15 03:15:51.788 INFO O| May 15 03:15:51.788 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6652 | 2024-05-15T03:15:53.091Z | [ recovery-image] May 15 03:15:51.801 INFO O| May 15 03:15:51.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6653 | 2024-05-15T03:15:53.091Z | [ recovery-image] May 15 03:15:51.801 INFO O| May 15 03:15:51.801 INFO STEP 750 (remove_files) COMPLETE |
| 6654 | 2024-05-15T03:15:53.091Z | [ recovery-image] May 15 03:15:51.801 INFO O| May 15 03:15:51.801 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6655 | 2024-05-15T03:15:53.091Z | [ recovery-image] May 15 03:15:51.813 INFO O| May 15 03:15:51.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 6656 | 2024-05-15T03:15:53.120Z | [ recovery-image] May 15 03:15:51.813 INFO O| May 15 03:15:51.813 INFO STEP 751 (remove_files) COMPLETE |
| 6657 | 2024-05-15T03:15:53.120Z | [ recovery-image] May 15 03:15:51.813 INFO O| May 15 03:15:51.813 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6658 | 2024-05-15T03:15:53.120Z | [ recovery-image] May 15 03:15:51.830 INFO O| May 15 03:15:51.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 6659 | 2024-05-15T03:15:53.120Z | [ recovery-image] May 15 03:15:51.830 INFO O| May 15 03:15:51.830 INFO STEP 752 (remove_files) COMPLETE |
| 6660 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.830 INFO O| May 15 03:15:51.830 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6661 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.844 INFO O| May 15 03:15:51.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 6662 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.844 INFO O| May 15 03:15:51.844 INFO STEP 753 (remove_files) COMPLETE |
| 6663 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.844 INFO O| May 15 03:15:51.844 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6664 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.857 INFO O| May 15 03:15:51.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
| 6665 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.857 INFO O| May 15 03:15:51.857 INFO STEP 754 (remove_files) COMPLETE |
| 6666 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.857 INFO O| May 15 03:15:51.857 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6667 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.870 INFO O| May 15 03:15:51.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
| 6668 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.870 INFO O| May 15 03:15:51.870 INFO STEP 755 (remove_files) COMPLETE |
| 6669 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.870 INFO O| May 15 03:15:51.870 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6670 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.882 INFO O| May 15 03:15:51.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 6671 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.882 INFO O| May 15 03:15:51.882 INFO STEP 756 (remove_files) COMPLETE |
| 6672 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.882 INFO O| May 15 03:15:51.882 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6673 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.895 INFO O| May 15 03:15:51.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 6674 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.895 INFO O| May 15 03:15:51.895 INFO STEP 757 (remove_files) COMPLETE |
| 6675 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.895 INFO O| May 15 03:15:51.895 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6676 | 2024-05-15T03:15:53.121Z | [ recovery-image] May 15 03:15:51.908 INFO O| May 15 03:15:51.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 6677 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.908 INFO O| May 15 03:15:51.908 INFO STEP 758 (remove_files) COMPLETE |
| 6678 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.908 INFO O| May 15 03:15:51.908 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6679 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.921 INFO O| May 15 03:15:51.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 6680 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.921 INFO O| May 15 03:15:51.921 INFO STEP 759 (remove_files) COMPLETE |
| 6681 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.921 INFO O| May 15 03:15:51.921 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6682 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.934 INFO O| May 15 03:15:51.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 6683 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.934 INFO O| May 15 03:15:51.934 INFO STEP 760 (remove_files) COMPLETE |
| 6684 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.934 INFO O| May 15 03:15:51.934 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6685 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.946 INFO O| May 15 03:15:51.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 6686 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.946 INFO O| May 15 03:15:51.946 INFO STEP 761 (remove_files) COMPLETE |
| 6687 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.946 INFO O| May 15 03:15:51.946 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6688 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.959 INFO O| May 15 03:15:51.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 6689 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.959 INFO O| May 15 03:15:51.959 INFO STEP 762 (remove_files) COMPLETE |
| 6690 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.959 INFO O| May 15 03:15:51.959 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6691 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.971 INFO O| May 15 03:15:51.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 6692 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.971 INFO O| May 15 03:15:51.971 INFO STEP 763 (remove_files) COMPLETE |
| 6693 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.971 INFO O| May 15 03:15:51.971 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6694 | 2024-05-15T03:15:53.122Z | [ recovery-image] May 15 03:15:51.983 INFO O| May 15 03:15:51.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 6695 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:51.983 INFO O| May 15 03:15:51.983 INFO STEP 764 (remove_files) COMPLETE |
| 6696 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:51.983 INFO O| May 15 03:15:51.983 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6697 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:51.996 INFO O| May 15 03:15:51.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 6698 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:51.996 INFO O| May 15 03:15:51.996 INFO STEP 765 (remove_files) COMPLETE |
| 6699 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:51.996 INFO O| May 15 03:15:51.996 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6700 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.015 INFO O| May 15 03:15:52.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 6701 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.015 INFO O| May 15 03:15:52.015 INFO STEP 766 (remove_files) COMPLETE |
| 6702 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.015 INFO O| May 15 03:15:52.015 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6703 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.032 INFO O| May 15 03:15:52.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 6704 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.032 INFO O| May 15 03:15:52.032 INFO STEP 767 (remove_files) COMPLETE |
| 6705 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.032 INFO O| May 15 03:15:52.032 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6706 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.045 INFO O| May 15 03:15:52.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 6707 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.046 INFO O| May 15 03:15:52.046 INFO STEP 768 (remove_files) COMPLETE |
| 6708 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.046 INFO O| May 15 03:15:52.046 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6709 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.058 INFO O| May 15 03:15:52.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 6710 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.058 INFO O| May 15 03:15:52.058 INFO STEP 769 (remove_files) COMPLETE |
| 6711 | 2024-05-15T03:15:53.123Z | [ recovery-image] May 15 03:15:52.058 INFO O| May 15 03:15:52.058 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6712 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.070 INFO O| May 15 03:15:52.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 6713 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.070 INFO O| May 15 03:15:52.070 INFO STEP 770 (remove_files) COMPLETE |
| 6714 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.070 INFO O| May 15 03:15:52.070 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6715 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.082 INFO O| May 15 03:15:52.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 6716 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.082 INFO O| May 15 03:15:52.082 INFO STEP 771 (remove_files) COMPLETE |
| 6717 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.082 INFO O| May 15 03:15:52.082 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6718 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.094 INFO O| May 15 03:15:52.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 6719 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.095 INFO O| May 15 03:15:52.094 INFO STEP 772 (remove_files) COMPLETE |
| 6720 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.095 INFO O| May 15 03:15:52.095 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6721 | 2024-05-15T03:15:53.124Z | [ host-image] May 15 03:15:52.106 INFO O| May 15 03:15:52.106 INFO O| Done |
| 6722 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.107 INFO O| May 15 03:15:52.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 6723 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.107 INFO O| May 15 03:15:52.107 INFO STEP 773 (remove_files) COMPLETE |
| 6724 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.107 INFO O| May 15 03:15:52.107 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6725 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.120 INFO O| May 15 03:15:52.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 6726 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.120 INFO O| May 15 03:15:52.120 INFO STEP 774 (remove_files) COMPLETE |
| 6727 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.120 INFO O| May 15 03:15:52.120 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6728 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.132 INFO O| May 15 03:15:52.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 6729 | 2024-05-15T03:15:53.124Z | [ recovery-image] May 15 03:15:52.133 INFO O| May 15 03:15:52.132 INFO STEP 775 (remove_files) COMPLETE |
| 6730 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.133 INFO O| May 15 03:15:52.132 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6731 | 2024-05-15T03:15:53.125Z | [ host-image] May 15 03:15:52.133 INFO O| May 15 03:15:52.133 INFO O| Done |
| 6732 | 2024-05-15T03:15:53.125Z | [ host-image] May 15 03:15:52.133 INFO O| May 15 03:15:52.133 INFO O| Done |
| 6733 | 2024-05-15T03:15:53.125Z | [ host-image] May 15 03:15:52.145 INFO O| May 15 03:15:52.145 INFO O| Done |
| 6734 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.151 INFO O| May 15 03:15:52.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 6735 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.151 INFO O| May 15 03:15:52.151 INFO STEP 776 (remove_files) COMPLETE |
| 6736 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.151 INFO O| May 15 03:15:52.151 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6737 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.165 INFO O| May 15 03:15:52.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 6738 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.165 INFO O| May 15 03:15:52.165 INFO STEP 777 (remove_files) COMPLETE |
| 6739 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.165 INFO O| May 15 03:15:52.165 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6740 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.178 INFO O| May 15 03:15:52.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 6741 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.178 INFO O| May 15 03:15:52.178 INFO STEP 778 (remove_files) COMPLETE |
| 6742 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.178 INFO O| May 15 03:15:52.178 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6743 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.195 INFO O| May 15 03:15:52.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 6744 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.195 INFO O| May 15 03:15:52.195 INFO STEP 779 (remove_files) COMPLETE |
| 6745 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.195 INFO O| May 15 03:15:52.195 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6746 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.208 INFO O| May 15 03:15:52.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 6747 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.209 INFO O| May 15 03:15:52.208 INFO STEP 780 (remove_files) COMPLETE |
| 6748 | 2024-05-15T03:15:53.125Z | [ recovery-image] May 15 03:15:52.209 INFO O| May 15 03:15:52.209 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6749 | 2024-05-15T03:15:53.126Z | [ recovery-image] May 15 03:15:52.224 INFO O| May 15 03:15:52.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 6750 | 2024-05-15T03:15:53.126Z | [ recovery-image] May 15 03:15:52.224 INFO O| May 15 03:15:52.224 INFO STEP 781 (remove_files) COMPLETE |
| 6751 | 2024-05-15T03:15:53.126Z | [ recovery-image] May 15 03:15:52.224 INFO O| May 15 03:15:52.224 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6752 | 2024-05-15T03:15:53.126Z | [ recovery-image] May 15 03:15:52.239 INFO O| May 15 03:15:52.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 6753 | 2024-05-15T03:15:53.126Z | [ recovery-image] May 15 03:15:52.239 INFO O| May 15 03:15:52.239 INFO STEP 782 (remove_files) COMPLETE |
| 6754 | 2024-05-15T03:15:53.126Z | [ recovery-image] May 15 03:15:52.239 INFO O| May 15 03:15:52.239 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6755 | 2024-05-15T03:15:53.126Z | [ recovery-image] May 15 03:15:52.253 INFO O| May 15 03:15:52.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 6756 | 2024-05-15T03:15:53.193Z | [ recovery-image] May 15 03:15:52.253 INFO O| May 15 03:15:52.253 INFO STEP 783 (remove_files) COMPLETE |
| 6757 | 2024-05-15T03:15:53.194Z | [ recovery-image] May 15 03:15:52.253 INFO O| May 15 03:15:52.253 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6758 | 2024-05-15T03:15:53.194Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.254 INFO STEP 14 (pkg_install) COMPLETE |
| 6759 | 2024-05-15T03:15:53.194Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.254 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 6760 | 2024-05-15T03:15:53.195Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.254 INFO skip step because feature "mfg" is not enabled |
| 6761 | 2024-05-15T03:15:53.195Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.254 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 6762 | 2024-05-15T03:15:53.195Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.255 INFO skip step because feature "compliance" is not enabled |
| 6763 | 2024-05-15T03:15:53.195Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.255 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
| 6764 | 2024-05-15T03:15:53.196Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.255 INFO skip step because feature "stress" is not enabled |
| 6765 | 2024-05-15T03:15:53.196Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.255 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
| 6766 | 2024-05-15T03:15:53.206Z | [ host-image] May 15 03:15:52.255 INFO O| May 15 03:15:52.255 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
| 6767 | 2024-05-15T03:15:53.207Z | [ recovery-image] May 15 03:15:52.267 INFO O| May 15 03:15:52.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 6768 | 2024-05-15T03:15:53.207Z | [ recovery-image] May 15 03:15:52.269 INFO O| May 15 03:15:52.268 INFO STEP 784 (remove_files) COMPLETE |
| 6769 | 2024-05-15T03:15:53.207Z | [ recovery-image] May 15 03:15:52.269 INFO O| May 15 03:15:52.269 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6770 | 2024-05-15T03:15:53.207Z | [ recovery-image] May 15 03:15:52.286 INFO O| May 15 03:15:52.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
| 6771 | 2024-05-15T03:15:53.207Z | [ recovery-image] May 15 03:15:52.287 INFO O| May 15 03:15:52.286 INFO STEP 785 (remove_files) COMPLETE |
| 6772 | 2024-05-15T03:15:53.208Z | [ recovery-image] May 15 03:15:52.287 INFO O| May 15 03:15:52.286 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6773 | 2024-05-15T03:15:53.208Z | [ host-image] May 15 03:15:52.291 INFO O| May 15 03:15:52.291 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
| 6774 | 2024-05-15T03:15:53.208Z | [ recovery-image] May 15 03:15:52.305 INFO O| May 15 03:15:52.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 6775 | 2024-05-15T03:15:53.208Z | [ recovery-image] May 15 03:15:52.305 INFO O| May 15 03:15:52.305 INFO STEP 786 (remove_files) COMPLETE |
| 6776 | 2024-05-15T03:15:53.209Z | [ recovery-image] May 15 03:15:52.305 INFO O| May 15 03:15:52.305 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6777 | 2024-05-15T03:15:53.209Z | [ recovery-image] May 15 03:15:52.319 INFO O| May 15 03:15:52.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 6778 | 2024-05-15T03:15:53.209Z | [ recovery-image] May 15 03:15:52.320 INFO O| May 15 03:15:52.320 INFO STEP 787 (remove_files) COMPLETE |
| 6779 | 2024-05-15T03:15:53.209Z | [ recovery-image] May 15 03:15:52.320 INFO O| May 15 03:15:52.320 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6780 | 2024-05-15T03:15:53.209Z | [ recovery-image] May 15 03:15:52.336 INFO O| May 15 03:15:52.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 6781 | 2024-05-15T03:15:53.209Z | [ recovery-image] May 15 03:15:52.336 INFO O| May 15 03:15:52.336 INFO STEP 788 (remove_files) COMPLETE |
| 6782 | 2024-05-15T03:15:53.209Z | [ recovery-image] May 15 03:15:52.336 INFO O| May 15 03:15:52.336 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6783 | 2024-05-15T03:15:53.210Z | [ host-image] May 15 03:15:52.339 INFO O| May 15 03:15:52.339 INFO completed processing gimlet/ramdisk-01-os |
| 6784 | 2024-05-15T03:15:53.210Z | [ host-image] May 15 03:15:52.342 INFO omicron1 baseline generation... |
| 6785 | 2024-05-15T03:15:53.210Z | [ host-image] May 15 03:15:52.342 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 6786 | 2024-05-15T03:15:53.210Z | [ recovery-image] May 15 03:15:52.354 INFO O| May 15 03:15:52.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 6787 | 2024-05-15T03:15:53.210Z | [ recovery-image] May 15 03:15:52.354 INFO O| May 15 03:15:52.354 INFO STEP 789 (remove_files) COMPLETE |
| 6788 | 2024-05-15T03:15:53.210Z | [ recovery-image] May 15 03:15:52.354 INFO O| May 15 03:15:52.354 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6789 | 2024-05-15T03:15:53.210Z | [ recovery-image] May 15 03:15:52.368 INFO O| May 15 03:15:52.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 6790 | 2024-05-15T03:15:53.211Z | [ recovery-image] May 15 03:15:52.368 INFO O| May 15 03:15:52.368 INFO STEP 790 (remove_files) COMPLETE |
| 6791 | 2024-05-15T03:15:53.211Z | [ recovery-image] May 15 03:15:52.368 INFO O| May 15 03:15:52.368 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6792 | 2024-05-15T03:15:53.211Z | [ recovery-image] May 15 03:15:52.384 INFO O| May 15 03:15:52.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 6793 | 2024-05-15T03:15:53.211Z | [ recovery-image] May 15 03:15:52.384 INFO O| May 15 03:15:52.384 INFO STEP 791 (remove_files) COMPLETE |
| 6794 | 2024-05-15T03:15:53.211Z | [ recovery-image] May 15 03:15:52.384 INFO O| May 15 03:15:52.384 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6795 | 2024-05-15T03:15:53.211Z | [ recovery-image] May 15 03:15:52.398 INFO O| May 15 03:15:52.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 6796 | 2024-05-15T03:15:53.211Z | [ recovery-image] May 15 03:15:52.398 INFO O| May 15 03:15:52.398 INFO STEP 792 (remove_files) COMPLETE |
| 6797 | 2024-05-15T03:15:53.212Z | [ recovery-image] May 15 03:15:52.398 INFO O| May 15 03:15:52.398 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6798 | 2024-05-15T03:15:53.212Z | [ recovery-image] May 15 03:15:52.412 INFO O| May 15 03:15:52.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 6799 | 2024-05-15T03:15:53.212Z | [ recovery-image] May 15 03:15:52.412 INFO O| May 15 03:15:52.412 INFO STEP 793 (remove_files) COMPLETE |
| 6800 | 2024-05-15T03:15:53.212Z | [ recovery-image] May 15 03:15:52.412 INFO O| May 15 03:15:52.412 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6801 | 2024-05-15T03:15:53.212Z | [ recovery-image] May 15 03:15:52.424 INFO O| May 15 03:15:52.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 6802 | 2024-05-15T03:15:53.212Z | [ recovery-image] May 15 03:15:52.425 INFO O| May 15 03:15:52.424 INFO STEP 794 (remove_files) COMPLETE |
| 6803 | 2024-05-15T03:15:53.212Z | [ recovery-image] May 15 03:15:52.425 INFO O| May 15 03:15:52.425 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6804 | 2024-05-15T03:15:53.213Z | [ recovery-image] May 15 03:15:52.437 INFO O| May 15 03:15:52.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 6805 | 2024-05-15T03:15:53.213Z | [ recovery-image] May 15 03:15:52.437 INFO O| May 15 03:15:52.437 INFO STEP 795 (remove_files) COMPLETE |
| 6806 | 2024-05-15T03:15:53.213Z | [ recovery-image] May 15 03:15:52.437 INFO O| May 15 03:15:52.437 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6807 | 2024-05-15T03:15:53.213Z | [ recovery-image] May 15 03:15:52.449 INFO O| May 15 03:15:52.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 6808 | 2024-05-15T03:15:53.213Z | [ recovery-image] May 15 03:15:52.449 INFO O| May 15 03:15:52.449 INFO STEP 796 (remove_files) COMPLETE |
| 6809 | 2024-05-15T03:15:53.214Z | [ recovery-image] May 15 03:15:52.449 INFO O| May 15 03:15:52.449 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6810 | 2024-05-15T03:15:53.214Z | [ recovery-image] May 15 03:15:52.467 INFO O| May 15 03:15:52.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
| 6811 | 2024-05-15T03:15:53.214Z | [ recovery-image] May 15 03:15:52.468 INFO O| May 15 03:15:52.468 INFO STEP 797 (remove_files) COMPLETE |
| 6812 | 2024-05-15T03:15:53.214Z | [ recovery-image] May 15 03:15:52.468 INFO O| May 15 03:15:52.468 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6813 | 2024-05-15T03:15:53.214Z | [ recovery-image] May 15 03:15:52.481 INFO O| May 15 03:15:52.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 6814 | 2024-05-15T03:15:53.214Z | [ recovery-image] May 15 03:15:52.481 INFO O| May 15 03:15:52.481 INFO STEP 798 (remove_files) COMPLETE |
| 6815 | 2024-05-15T03:15:53.215Z | [ recovery-image] May 15 03:15:52.481 INFO O| May 15 03:15:52.481 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6816 | 2024-05-15T03:15:53.215Z | [ recovery-image] May 15 03:15:52.495 INFO O| May 15 03:15:52.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 6817 | 2024-05-15T03:15:53.215Z | [ recovery-image] May 15 03:15:52.495 INFO O| May 15 03:15:52.495 INFO STEP 799 (remove_files) COMPLETE |
| 6818 | 2024-05-15T03:15:53.215Z | [ recovery-image] May 15 03:15:52.495 INFO O| May 15 03:15:52.495 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6819 | 2024-05-15T03:15:53.215Z | [ recovery-image] May 15 03:15:52.508 INFO O| May 15 03:15:52.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
| 6820 | 2024-05-15T03:15:53.215Z | [ recovery-image] May 15 03:15:52.508 INFO O| May 15 03:15:52.508 INFO STEP 800 (remove_files) COMPLETE |
| 6821 | 2024-05-15T03:15:53.216Z | [ recovery-image] May 15 03:15:52.508 INFO O| May 15 03:15:52.508 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6822 | 2024-05-15T03:15:53.216Z | [ recovery-image] May 15 03:15:52.521 INFO O| May 15 03:15:52.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
| 6823 | 2024-05-15T03:15:53.216Z | [ recovery-image] May 15 03:15:52.521 INFO O| May 15 03:15:52.521 INFO STEP 801 (remove_files) COMPLETE |
| 6824 | 2024-05-15T03:15:53.216Z | [ recovery-image] May 15 03:15:52.521 INFO O| May 15 03:15:52.521 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6825 | 2024-05-15T03:15:53.216Z | [ recovery-image] May 15 03:15:52.535 INFO O| May 15 03:15:52.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
| 6826 | 2024-05-15T03:15:53.216Z | [ recovery-image] May 15 03:15:52.535 INFO O| May 15 03:15:52.535 INFO STEP 802 (remove_files) COMPLETE |
| 6827 | 2024-05-15T03:15:53.217Z | [ recovery-image] May 15 03:15:52.535 INFO O| May 15 03:15:52.535 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6828 | 2024-05-15T03:15:53.217Z | [ recovery-image] May 15 03:15:52.549 INFO O| May 15 03:15:52.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
| 6829 | 2024-05-15T03:15:53.217Z | [ recovery-image] May 15 03:15:52.549 INFO O| May 15 03:15:52.549 INFO STEP 803 (remove_files) COMPLETE |
| 6830 | 2024-05-15T03:15:53.217Z | [ recovery-image] May 15 03:15:52.549 INFO O| May 15 03:15:52.549 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6831 | 2024-05-15T03:15:53.217Z | [ recovery-image] May 15 03:15:52.562 INFO O| May 15 03:15:52.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 6832 | 2024-05-15T03:15:53.218Z | [ recovery-image] May 15 03:15:52.562 INFO O| May 15 03:15:52.562 INFO STEP 804 (remove_files) COMPLETE |
| 6833 | 2024-05-15T03:15:53.218Z | [ recovery-image] May 15 03:15:52.562 INFO O| May 15 03:15:52.562 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6834 | 2024-05-15T03:15:53.218Z | [ recovery-image] May 15 03:15:52.574 INFO O| May 15 03:15:52.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 6835 | 2024-05-15T03:15:53.218Z | [ recovery-image] May 15 03:15:52.575 INFO O| May 15 03:15:52.574 INFO STEP 805 (remove_files) COMPLETE |
| 6836 | 2024-05-15T03:15:53.219Z | [ recovery-image] May 15 03:15:52.575 INFO O| May 15 03:15:52.574 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6837 | 2024-05-15T03:15:53.219Z | [ recovery-image] May 15 03:15:52.587 INFO O| May 15 03:15:52.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 6838 | 2024-05-15T03:15:53.219Z | [ recovery-image] May 15 03:15:52.587 INFO O| May 15 03:15:52.587 INFO STEP 806 (remove_files) COMPLETE |
| 6839 | 2024-05-15T03:15:53.219Z | [ recovery-image] May 15 03:15:52.587 INFO O| May 15 03:15:52.587 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6840 | 2024-05-15T03:15:53.219Z | [ recovery-image] May 15 03:15:52.600 INFO O| May 15 03:15:52.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
| 6841 | 2024-05-15T03:15:53.219Z | [ recovery-image] May 15 03:15:52.600 INFO O| May 15 03:15:52.600 INFO STEP 807 (remove_files) COMPLETE |
| 6842 | 2024-05-15T03:15:53.219Z | [ recovery-image] May 15 03:15:52.600 INFO O| May 15 03:15:52.600 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6843 | 2024-05-15T03:15:53.220Z | [ recovery-image] May 15 03:15:52.611 INFO O| May 15 03:15:52.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
| 6844 | 2024-05-15T03:15:53.220Z | [ recovery-image] May 15 03:15:52.612 INFO O| May 15 03:15:52.611 INFO STEP 808 (remove_files) COMPLETE |
| 6845 | 2024-05-15T03:15:53.220Z | [ recovery-image] May 15 03:15:52.612 INFO O| May 15 03:15:52.612 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6846 | 2024-05-15T03:15:53.220Z | [ recovery-image] May 15 03:15:52.624 INFO O| May 15 03:15:52.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 6847 | 2024-05-15T03:15:53.220Z | [ recovery-image] May 15 03:15:52.624 INFO O| May 15 03:15:52.624 INFO STEP 809 (remove_files) COMPLETE |
| 6848 | 2024-05-15T03:15:53.220Z | [ recovery-image] May 15 03:15:52.624 INFO O| May 15 03:15:52.624 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6849 | 2024-05-15T03:15:53.221Z | [ recovery-image] May 15 03:15:52.636 INFO O| May 15 03:15:52.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 6850 | 2024-05-15T03:15:53.221Z | [ recovery-image] May 15 03:15:52.637 INFO O| May 15 03:15:52.636 INFO STEP 810 (remove_files) COMPLETE |
| 6851 | 2024-05-15T03:15:53.221Z | [ recovery-image] May 15 03:15:52.637 INFO O| May 15 03:15:52.637 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6852 | 2024-05-15T03:15:53.221Z | [ recovery-image] May 15 03:15:52.654 INFO O| May 15 03:15:52.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 6853 | 2024-05-15T03:15:53.221Z | [ recovery-image] May 15 03:15:52.654 INFO O| May 15 03:15:52.654 INFO STEP 811 (remove_files) COMPLETE |
| 6854 | 2024-05-15T03:15:53.221Z | [ recovery-image] May 15 03:15:52.654 INFO O| May 15 03:15:52.654 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6855 | 2024-05-15T03:15:53.221Z | [ recovery-image] May 15 03:15:52.668 INFO O| May 15 03:15:52.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 6856 | 2024-05-15T03:15:53.275Z | [ recovery-image] May 15 03:15:52.668 INFO O| May 15 03:15:52.668 INFO STEP 812 (remove_files) COMPLETE |
| 6857 | 2024-05-15T03:15:53.275Z | [ recovery-image] May 15 03:15:52.668 INFO O| May 15 03:15:52.668 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6858 | 2024-05-15T03:15:53.275Z | [ recovery-image] May 15 03:15:52.681 INFO O| May 15 03:15:52.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 6859 | 2024-05-15T03:15:53.275Z | [ recovery-image] May 15 03:15:52.681 INFO O| May 15 03:15:52.681 INFO STEP 813 (remove_files) COMPLETE |
| 6860 | 2024-05-15T03:15:53.275Z | [ recovery-image] May 15 03:15:52.682 INFO O| May 15 03:15:52.681 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6861 | 2024-05-15T03:15:53.276Z | [ recovery-image] May 15 03:15:52.695 INFO O| May 15 03:15:52.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
| 6862 | 2024-05-15T03:15:53.276Z | [ recovery-image] May 15 03:15:52.695 INFO O| May 15 03:15:52.695 INFO STEP 814 (remove_files) COMPLETE |
| 6863 | 2024-05-15T03:15:53.276Z | [ recovery-image] May 15 03:15:52.695 INFO O| May 15 03:15:52.695 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6864 | 2024-05-15T03:15:53.276Z | [ recovery-image] May 15 03:15:52.708 INFO O| May 15 03:15:52.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
| 6865 | 2024-05-15T03:15:53.276Z | [ recovery-image] May 15 03:15:52.708 INFO O| May 15 03:15:52.708 INFO STEP 815 (remove_files) COMPLETE |
| 6866 | 2024-05-15T03:15:53.276Z | [ recovery-image] May 15 03:15:52.708 INFO O| May 15 03:15:52.708 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6867 | 2024-05-15T03:15:53.276Z | [ recovery-image] May 15 03:15:52.723 INFO O| May 15 03:15:52.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
| 6868 | 2024-05-15T03:15:53.276Z | [ recovery-image] May 15 03:15:52.723 INFO O| May 15 03:15:52.723 INFO STEP 816 (remove_files) COMPLETE |
| 6869 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.723 INFO O| May 15 03:15:52.723 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6870 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.735 INFO O| May 15 03:15:52.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
| 6871 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.735 INFO O| May 15 03:15:52.735 INFO STEP 817 (remove_files) COMPLETE |
| 6872 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.735 INFO O| May 15 03:15:52.735 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6873 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.747 INFO O| May 15 03:15:52.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
| 6874 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.748 INFO O| May 15 03:15:52.748 INFO STEP 818 (remove_files) COMPLETE |
| 6875 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.748 INFO O| May 15 03:15:52.748 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6876 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.760 INFO O| May 15 03:15:52.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
| 6877 | 2024-05-15T03:15:53.277Z | [ recovery-image] May 15 03:15:52.760 INFO O| May 15 03:15:52.760 INFO STEP 819 (remove_files) COMPLETE |
| 6878 | 2024-05-15T03:15:53.278Z | [ recovery-image] May 15 03:15:52.760 INFO O| May 15 03:15:52.760 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6879 | 2024-05-15T03:15:53.278Z | [ recovery-image] May 15 03:15:52.776 INFO O| May 15 03:15:52.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
| 6880 | 2024-05-15T03:15:53.278Z | [ recovery-image] May 15 03:15:52.776 INFO O| May 15 03:15:52.776 INFO STEP 820 (remove_files) COMPLETE |
| 6881 | 2024-05-15T03:15:53.278Z | [ recovery-image] May 15 03:15:52.776 INFO O| May 15 03:15:52.776 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6882 | 2024-05-15T03:15:53.279Z | [ recovery-image] May 15 03:15:52.788 INFO O| May 15 03:15:52.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
| 6883 | 2024-05-15T03:15:53.279Z | [ recovery-image] May 15 03:15:52.788 INFO O| May 15 03:15:52.788 INFO STEP 821 (remove_files) COMPLETE |
| 6884 | 2024-05-15T03:15:53.279Z | [ recovery-image] May 15 03:15:52.788 INFO O| May 15 03:15:52.788 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6885 | 2024-05-15T03:15:53.279Z | [ recovery-image] May 15 03:15:52.803 INFO O| May 15 03:15:52.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
| 6886 | 2024-05-15T03:15:53.279Z | [ recovery-image] May 15 03:15:52.803 INFO O| May 15 03:15:52.803 INFO STEP 822 (remove_files) COMPLETE |
| 6887 | 2024-05-15T03:15:53.280Z | [ recovery-image] May 15 03:15:52.804 INFO O| May 15 03:15:52.803 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6888 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.818 INFO O| May 15 03:15:52.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
| 6889 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.818 INFO O| May 15 03:15:52.818 INFO STEP 823 (remove_files) COMPLETE |
| 6890 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.818 INFO O| May 15 03:15:52.818 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6891 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.833 INFO O| May 15 03:15:52.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
| 6892 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.833 INFO O| May 15 03:15:52.833 INFO STEP 824 (remove_files) COMPLETE |
| 6893 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.834 INFO O| May 15 03:15:52.833 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6894 | 2024-05-15T03:15:53.317Z | [ host-image] May 15 03:15:52.846 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22668:20240514T153052Z |
| 6895 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.852 INFO O| May 15 03:15:52.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
| 6896 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.852 INFO O| May 15 03:15:52.852 INFO STEP 825 (remove_files) COMPLETE |
| 6897 | 2024-05-15T03:15:53.317Z | [ recovery-image] May 15 03:15:52.852 INFO O| May 15 03:15:52.852 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6898 | 2024-05-15T03:15:53.351Z | [ recovery-image] May 15 03:15:52.867 INFO O| May 15 03:15:52.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
| 6899 | 2024-05-15T03:15:53.351Z | [ recovery-image] May 15 03:15:52.867 INFO O| May 15 03:15:52.867 INFO STEP 826 (remove_files) COMPLETE |
| 6900 | 2024-05-15T03:15:53.352Z | [ recovery-image] May 15 03:15:52.867 INFO O| May 15 03:15:52.867 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6901 | 2024-05-15T03:15:53.352Z | [ recovery-image] May 15 03:15:52.882 INFO O| May 15 03:15:52.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
| 6902 | 2024-05-15T03:15:53.352Z | [ recovery-image] May 15 03:15:52.882 INFO O| May 15 03:15:52.882 INFO STEP 827 (remove_files) COMPLETE |
| 6903 | 2024-05-15T03:15:53.352Z | [ recovery-image] May 15 03:15:52.882 INFO O| May 15 03:15:52.882 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6904 | 2024-05-15T03:15:53.383Z | [ recovery-image] May 15 03:15:52.896 INFO O| May 15 03:15:52.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
| 6905 | 2024-05-15T03:15:53.383Z | [ recovery-image] May 15 03:15:52.897 INFO O| May 15 03:15:52.896 INFO STEP 828 (remove_files) COMPLETE |
| 6906 | 2024-05-15T03:15:53.384Z | [ recovery-image] May 15 03:15:52.897 INFO O| May 15 03:15:52.896 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6907 | 2024-05-15T03:15:53.384Z | [ recovery-image] May 15 03:15:52.913 INFO O| May 15 03:15:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 6908 | 2024-05-15T03:15:53.384Z | [ recovery-image] May 15 03:15:52.913 INFO O| May 15 03:15:52.913 INFO STEP 829 (remove_files) COMPLETE |
| 6909 | 2024-05-15T03:15:53.384Z | [ recovery-image] May 15 03:15:52.913 INFO O| May 15 03:15:52.913 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6910 | 2024-05-15T03:15:53.384Z | [ recovery-image] May 15 03:15:52.927 INFO O| May 15 03:15:52.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
| 6911 | 2024-05-15T03:15:53.384Z | [ recovery-image] May 15 03:15:52.927 INFO O| May 15 03:15:52.927 INFO STEP 830 (remove_files) COMPLETE |
| 6912 | 2024-05-15T03:15:53.384Z | [ recovery-image] May 15 03:15:52.927 INFO O| May 15 03:15:52.927 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6913 | 2024-05-15T03:15:53.414Z | [ recovery-image] May 15 03:15:52.940 INFO O| May 15 03:15:52.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
| 6914 | 2024-05-15T03:15:53.414Z | [ recovery-image] May 15 03:15:52.941 INFO O| May 15 03:15:52.940 INFO STEP 831 (remove_files) COMPLETE |
| 6915 | 2024-05-15T03:15:53.414Z | [ recovery-image] May 15 03:15:52.941 INFO O| May 15 03:15:52.940 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6916 | 2024-05-15T03:15:53.414Z | [ recovery-image] May 15 03:15:52.953 INFO O| May 15 03:15:52.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
| 6917 | 2024-05-15T03:15:53.415Z | [ recovery-image] May 15 03:15:52.954 INFO O| May 15 03:15:52.954 INFO STEP 832 (remove_files) COMPLETE |
| 6918 | 2024-05-15T03:15:53.415Z | [ recovery-image] May 15 03:15:52.954 INFO O| May 15 03:15:52.954 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6919 | 2024-05-15T03:15:53.448Z | [ recovery-image] May 15 03:15:52.967 INFO O| May 15 03:15:52.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
| 6920 | 2024-05-15T03:15:53.448Z | [ recovery-image] May 15 03:15:52.967 INFO O| May 15 03:15:52.967 INFO STEP 833 (remove_files) COMPLETE |
| 6921 | 2024-05-15T03:15:53.448Z | [ recovery-image] May 15 03:15:52.967 INFO O| May 15 03:15:52.967 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6922 | 2024-05-15T03:15:53.448Z | [ recovery-image] May 15 03:15:52.980 INFO O| May 15 03:15:52.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
| 6923 | 2024-05-15T03:15:53.448Z | [ recovery-image] May 15 03:15:52.980 INFO O| May 15 03:15:52.980 INFO STEP 834 (remove_files) COMPLETE |
| 6924 | 2024-05-15T03:15:53.448Z | [ recovery-image] May 15 03:15:52.980 INFO O| May 15 03:15:52.980 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6925 | 2024-05-15T03:15:53.448Z | [ recovery-image] May 15 03:15:52.993 INFO O| May 15 03:15:52.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
| 6926 | 2024-05-15T03:15:53.448Z | [ recovery-image] May 15 03:15:52.993 INFO O| May 15 03:15:52.993 INFO STEP 835 (remove_files) COMPLETE |
| 6927 | 2024-05-15T03:15:53.449Z | [ recovery-image] May 15 03:15:52.993 INFO O| May 15 03:15:52.993 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6928 | 2024-05-15T03:15:53.909Z | [ recovery-image] May 15 03:15:53.007 INFO O| May 15 03:15:53.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 6929 | 2024-05-15T03:15:53.910Z | [ recovery-image] May 15 03:15:53.007 INFO O| May 15 03:15:53.007 INFO STEP 836 (remove_files) COMPLETE |
| 6930 | 2024-05-15T03:15:53.910Z | [ recovery-image] May 15 03:15:53.007 INFO O| May 15 03:15:53.007 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6931 | 2024-05-15T03:15:53.910Z | [ recovery-image] May 15 03:15:53.021 INFO O| May 15 03:15:53.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 6932 | 2024-05-15T03:15:53.910Z | [ recovery-image] May 15 03:15:53.021 INFO O| May 15 03:15:53.021 INFO STEP 837 (remove_files) COMPLETE |
| 6933 | 2024-05-15T03:15:53.910Z | [ recovery-image] May 15 03:15:53.021 INFO O| May 15 03:15:53.021 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6934 | 2024-05-15T03:15:53.947Z | [ recovery-image] May 15 03:15:53.033 INFO O| May 15 03:15:53.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
| 6935 | 2024-05-15T03:15:53.947Z | [ recovery-image] May 15 03:15:53.034 INFO O| May 15 03:15:53.033 INFO STEP 838 (remove_files) COMPLETE |
| 6936 | 2024-05-15T03:15:53.947Z | [ recovery-image] May 15 03:15:53.034 INFO O| May 15 03:15:53.034 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6937 | 2024-05-15T03:15:53.947Z | [ recovery-image] May 15 03:15:53.046 INFO O| May 15 03:15:53.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
| 6938 | 2024-05-15T03:15:53.947Z | [ recovery-image] May 15 03:15:53.046 INFO O| May 15 03:15:53.046 INFO STEP 839 (remove_files) COMPLETE |
| 6939 | 2024-05-15T03:15:53.947Z | [ recovery-image] May 15 03:15:53.046 INFO O| May 15 03:15:53.046 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6940 | 2024-05-15T03:15:53.947Z | [ recovery-image] May 15 03:15:53.061 INFO O| May 15 03:15:53.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
| 6941 | 2024-05-15T03:15:53.947Z | [ recovery-image] May 15 03:15:53.061 INFO O| May 15 03:15:53.061 INFO STEP 840 (remove_files) COMPLETE |
| 6942 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.061 INFO O| May 15 03:15:53.061 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6943 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.074 INFO O| May 15 03:15:53.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 6944 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.074 INFO O| May 15 03:15:53.074 INFO STEP 841 (remove_files) COMPLETE |
| 6945 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.074 INFO O| May 15 03:15:53.074 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6946 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.087 INFO O| May 15 03:15:53.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 6947 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.087 INFO O| May 15 03:15:53.087 INFO STEP 842 (remove_files) COMPLETE |
| 6948 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.087 INFO O| May 15 03:15:53.087 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6949 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.101 INFO O| May 15 03:15:53.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
| 6950 | 2024-05-15T03:15:53.948Z | [ recovery-image] May 15 03:15:53.101 INFO O| May 15 03:15:53.101 INFO STEP 843 (remove_files) COMPLETE |
| 6951 | 2024-05-15T03:15:53.949Z | [ recovery-image] May 15 03:15:53.101 INFO O| May 15 03:15:53.101 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6952 | 2024-05-15T03:15:53.949Z | [ recovery-image] May 15 03:15:53.114 INFO O| May 15 03:15:53.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 6953 | 2024-05-15T03:15:53.949Z | [ recovery-image] May 15 03:15:53.114 INFO O| May 15 03:15:53.114 INFO STEP 844 (remove_files) COMPLETE |
| 6954 | 2024-05-15T03:15:53.949Z | [ recovery-image] May 15 03:15:53.114 INFO O| May 15 03:15:53.114 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6955 | 2024-05-15T03:15:53.949Z | [ recovery-image] May 15 03:15:53.127 INFO O| May 15 03:15:53.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 6956 | 2024-05-15T03:15:53.949Z | [ recovery-image] May 15 03:15:53.127 INFO O| May 15 03:15:53.127 INFO STEP 845 (remove_files) COMPLETE |
| 6957 | 2024-05-15T03:15:53.949Z | [ recovery-image] May 15 03:15:53.127 INFO O| May 15 03:15:53.127 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6958 | 2024-05-15T03:15:53.949Z | [ recovery-image] May 15 03:15:53.140 INFO O| May 15 03:15:53.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
| 6959 | 2024-05-15T03:15:53.950Z | [ recovery-image] May 15 03:15:53.140 INFO O| May 15 03:15:53.140 INFO STEP 846 (remove_files) COMPLETE |
| 6960 | 2024-05-15T03:15:53.950Z | [ recovery-image] May 15 03:15:53.140 INFO O| May 15 03:15:53.140 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6961 | 2024-05-15T03:15:53.950Z | [ recovery-image] May 15 03:15:53.153 INFO O| May 15 03:15:53.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
| 6962 | 2024-05-15T03:15:53.950Z | [ recovery-image] May 15 03:15:53.154 INFO O| May 15 03:15:53.153 INFO STEP 847 (remove_files) COMPLETE |
| 6963 | 2024-05-15T03:15:53.950Z | [ recovery-image] May 15 03:15:53.154 INFO O| May 15 03:15:53.154 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6964 | 2024-05-15T03:15:53.950Z | [ recovery-image] May 15 03:15:53.167 INFO O| May 15 03:15:53.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 6965 | 2024-05-15T03:15:53.950Z | [ recovery-image] May 15 03:15:53.167 INFO O| May 15 03:15:53.167 INFO STEP 848 (remove_files) COMPLETE |
| 6966 | 2024-05-15T03:15:53.950Z | [ recovery-image] May 15 03:15:53.167 INFO O| May 15 03:15:53.167 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6967 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.181 INFO O| May 15 03:15:53.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 6968 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.181 INFO O| May 15 03:15:53.181 INFO STEP 849 (remove_files) COMPLETE |
| 6969 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.181 INFO O| May 15 03:15:53.181 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6970 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.195 INFO O| May 15 03:15:53.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 6971 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.195 INFO O| May 15 03:15:53.195 INFO STEP 850 (remove_files) COMPLETE |
| 6972 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.195 INFO O| May 15 03:15:53.195 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6973 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.213 INFO O| May 15 03:15:53.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
| 6974 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.215 INFO O| May 15 03:15:53.215 INFO STEP 851 (remove_files) COMPLETE |
| 6975 | 2024-05-15T03:15:53.951Z | [ recovery-image] May 15 03:15:53.215 INFO O| May 15 03:15:53.215 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6976 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.230 INFO O| May 15 03:15:53.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
| 6977 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.230 INFO O| May 15 03:15:53.230 INFO STEP 852 (remove_files) COMPLETE |
| 6978 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.230 INFO O| May 15 03:15:53.230 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6979 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.244 INFO O| May 15 03:15:53.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
| 6980 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.244 INFO O| May 15 03:15:53.244 INFO STEP 853 (remove_files) COMPLETE |
| 6981 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.244 INFO O| May 15 03:15:53.244 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6982 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.258 INFO O| May 15 03:15:53.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
| 6983 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.259 INFO O| May 15 03:15:53.258 INFO STEP 854 (remove_files) COMPLETE |
| 6984 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.259 INFO O| May 15 03:15:53.259 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6985 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.271 INFO O| May 15 03:15:53.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
| 6986 | 2024-05-15T03:15:53.952Z | [ recovery-image] May 15 03:15:53.271 INFO O| May 15 03:15:53.271 INFO STEP 855 (remove_files) COMPLETE |
| 6987 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.271 INFO O| May 15 03:15:53.271 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6988 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.285 INFO O| May 15 03:15:53.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
| 6989 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.285 INFO O| May 15 03:15:53.285 INFO STEP 856 (remove_files) COMPLETE |
| 6990 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.285 INFO O| May 15 03:15:53.285 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6991 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.298 INFO O| May 15 03:15:53.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
| 6992 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.299 INFO O| May 15 03:15:53.299 INFO STEP 857 (remove_files) COMPLETE |
| 6993 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.299 INFO O| May 15 03:15:53.299 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6994 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.312 INFO O| May 15 03:15:53.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 6995 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.312 INFO O| May 15 03:15:53.312 INFO STEP 858 (remove_files) COMPLETE |
| 6996 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.312 INFO O| May 15 03:15:53.312 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6997 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.325 INFO O| May 15 03:15:53.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 6998 | 2024-05-15T03:15:53.953Z | [ recovery-image] May 15 03:15:53.325 INFO O| May 15 03:15:53.325 INFO STEP 859 (remove_files) COMPLETE |
| 6999 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.325 INFO O| May 15 03:15:53.325 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7000 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.339 INFO O| May 15 03:15:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7001 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.339 INFO O| May 15 03:15:53.339 INFO STEP 860 (remove_files) COMPLETE |
| 7002 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.339 INFO O| May 15 03:15:53.339 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7003 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.351 INFO O| May 15 03:15:53.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
| 7004 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.352 INFO O| May 15 03:15:53.352 INFO STEP 861 (remove_files) COMPLETE |
| 7005 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.352 INFO O| May 15 03:15:53.352 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7006 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.365 INFO O| May 15 03:15:53.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7007 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.365 INFO O| May 15 03:15:53.365 INFO STEP 862 (remove_files) COMPLETE |
| 7008 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.365 INFO O| May 15 03:15:53.365 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7009 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.378 INFO O| May 15 03:15:53.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
| 7010 | 2024-05-15T03:15:53.954Z | [ recovery-image] May 15 03:15:53.379 INFO O| May 15 03:15:53.379 INFO STEP 863 (remove_files) COMPLETE |
| 7011 | 2024-05-15T03:15:53.955Z | [ recovery-image] May 15 03:15:53.379 INFO O| May 15 03:15:53.379 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7012 | 2024-05-15T03:15:53.955Z | [ recovery-image] May 15 03:15:53.394 INFO O| May 15 03:15:53.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
| 7013 | 2024-05-15T03:15:53.955Z | [ recovery-image] May 15 03:15:53.394 INFO O| May 15 03:15:53.394 INFO STEP 864 (remove_files) COMPLETE |
| 7014 | 2024-05-15T03:15:53.955Z | [ recovery-image] May 15 03:15:53.394 INFO O| May 15 03:15:53.394 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7015 | 2024-05-15T03:15:53.955Z | [ recovery-image] May 15 03:15:53.408 INFO O| May 15 03:15:53.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
| 7016 | 2024-05-15T03:15:53.955Z | [ recovery-image] May 15 03:15:53.409 INFO O| May 15 03:15:53.408 INFO STEP 865 (remove_files) COMPLETE |
| 7017 | 2024-05-15T03:15:53.955Z | [ recovery-image] May 15 03:15:53.409 INFO O| May 15 03:15:53.409 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7018 | 2024-05-15T03:15:53.955Z | [ recovery-image] May 15 03:15:53.422 INFO O| May 15 03:15:53.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
| 7019 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.423 INFO O| May 15 03:15:53.422 INFO STEP 866 (remove_files) COMPLETE |
| 7020 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.423 INFO O| May 15 03:15:53.422 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7021 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.437 INFO O| May 15 03:15:53.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
| 7022 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.437 INFO O| May 15 03:15:53.437 INFO STEP 867 (remove_files) COMPLETE |
| 7023 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.437 INFO O| May 15 03:15:53.437 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7024 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.450 INFO O| May 15 03:15:53.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
| 7025 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.450 INFO O| May 15 03:15:53.450 INFO STEP 868 (remove_files) COMPLETE |
| 7026 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.450 INFO O| May 15 03:15:53.450 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7027 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.464 INFO O| May 15 03:15:53.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
| 7028 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.464 INFO O| May 15 03:15:53.464 INFO STEP 869 (remove_files) COMPLETE |
| 7029 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.464 INFO O| May 15 03:15:53.464 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7030 | 2024-05-15T03:15:53.956Z | [ recovery-image] May 15 03:15:53.478 INFO O| May 15 03:15:53.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
| 7031 | 2024-05-15T03:15:53.957Z | [ recovery-image] May 15 03:15:53.478 INFO O| May 15 03:15:53.478 INFO STEP 870 (remove_files) COMPLETE |
| 7032 | 2024-05-15T03:15:53.957Z | [ recovery-image] May 15 03:15:53.478 INFO O| May 15 03:15:53.478 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7033 | 2024-05-15T03:15:53.985Z | [ recovery-image] May 15 03:15:53.492 INFO O| May 15 03:15:53.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
| 7034 | 2024-05-15T03:15:53.985Z | [ recovery-image] May 15 03:15:53.492 INFO O| May 15 03:15:53.492 INFO STEP 871 (remove_files) COMPLETE |
| 7035 | 2024-05-15T03:15:53.985Z | [ recovery-image] May 15 03:15:53.492 INFO O| May 15 03:15:53.492 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7036 | 2024-05-15T03:15:53.985Z | [ recovery-image] May 15 03:15:53.506 INFO O| May 15 03:15:53.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
| 7037 | 2024-05-15T03:15:53.986Z | [ recovery-image] May 15 03:15:53.506 INFO O| May 15 03:15:53.506 INFO STEP 872 (remove_files) COMPLETE |
| 7038 | 2024-05-15T03:15:53.986Z | [ recovery-image] May 15 03:15:53.506 INFO O| May 15 03:15:53.506 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7039 | 2024-05-15T03:15:53.986Z | [ recovery-image] May 15 03:15:53.519 INFO O| May 15 03:15:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7040 | 2024-05-15T03:15:53.986Z | [ recovery-image] May 15 03:15:53.519 INFO O| May 15 03:15:53.519 INFO STEP 873 (remove_files) COMPLETE |
| 7041 | 2024-05-15T03:15:53.986Z | [ recovery-image] May 15 03:15:53.519 INFO O| May 15 03:15:53.519 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7042 | 2024-05-15T03:15:53.986Z | [ recovery-image] May 15 03:15:53.532 INFO O| May 15 03:15:53.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7043 | 2024-05-15T03:15:53.986Z | [ recovery-image] May 15 03:15:53.532 INFO O| May 15 03:15:53.532 INFO STEP 874 (remove_files) COMPLETE |
| 7044 | 2024-05-15T03:15:53.986Z | [ recovery-image] May 15 03:15:53.532 INFO O| May 15 03:15:53.532 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7045 | 2024-05-15T03:15:54.021Z | [ recovery-image] May 15 03:15:53.545 INFO O| May 15 03:15:53.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7046 | 2024-05-15T03:15:54.021Z | [ recovery-image] May 15 03:15:53.545 INFO O| May 15 03:15:53.545 INFO STEP 875 (remove_files) COMPLETE |
| 7047 | 2024-05-15T03:15:54.021Z | [ recovery-image] May 15 03:15:53.545 INFO O| May 15 03:15:53.545 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7048 | 2024-05-15T03:15:54.021Z | [ recovery-image] May 15 03:15:53.558 INFO O| May 15 03:15:53.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7049 | 2024-05-15T03:15:54.022Z | [ recovery-image] May 15 03:15:53.558 INFO O| May 15 03:15:53.558 INFO STEP 876 (remove_files) COMPLETE |
| 7050 | 2024-05-15T03:15:54.022Z | [ recovery-image] May 15 03:15:53.558 INFO O| May 15 03:15:53.558 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7051 | 2024-05-15T03:15:54.065Z | [ recovery-image] May 15 03:15:53.572 INFO O| May 15 03:15:53.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7052 | 2024-05-15T03:15:54.065Z | [ recovery-image] May 15 03:15:53.572 INFO O| May 15 03:15:53.572 INFO STEP 877 (remove_files) COMPLETE |
| 7053 | 2024-05-15T03:15:54.065Z | [ recovery-image] May 15 03:15:53.572 INFO O| May 15 03:15:53.572 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7054 | 2024-05-15T03:15:54.065Z | [ recovery-image] May 15 03:15:53.585 INFO O| May 15 03:15:53.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7055 | 2024-05-15T03:15:54.066Z | [ recovery-image] May 15 03:15:53.585 INFO O| May 15 03:15:53.585 INFO STEP 878 (remove_files) COMPLETE |
| 7056 | 2024-05-15T03:15:54.066Z | [ recovery-image] May 15 03:15:53.585 INFO O| May 15 03:15:53.585 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7057 | 2024-05-15T03:15:54.066Z | [ recovery-image] May 15 03:15:53.598 INFO O| May 15 03:15:53.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7058 | 2024-05-15T03:15:54.066Z | [ recovery-image] May 15 03:15:53.598 INFO O| May 15 03:15:53.598 INFO STEP 879 (remove_files) COMPLETE |
| 7059 | 2024-05-15T03:15:54.066Z | [ recovery-image] May 15 03:15:53.598 INFO O| May 15 03:15:53.598 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7060 | 2024-05-15T03:15:54.133Z | [ recovery-image] May 15 03:15:53.611 INFO O| May 15 03:15:53.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
| 7061 | 2024-05-15T03:15:54.133Z | [ recovery-image] May 15 03:15:53.612 INFO O| May 15 03:15:53.612 INFO STEP 880 (remove_files) COMPLETE |
| 7062 | 2024-05-15T03:15:54.133Z | [ recovery-image] May 15 03:15:53.612 INFO O| May 15 03:15:53.612 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7063 | 2024-05-15T03:15:54.133Z | [ recovery-image] May 15 03:15:53.625 INFO O| May 15 03:15:53.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
| 7064 | 2024-05-15T03:15:54.134Z | [ recovery-image] May 15 03:15:53.625 INFO O| May 15 03:15:53.625 INFO STEP 881 (remove_files) COMPLETE |
| 7065 | 2024-05-15T03:15:54.134Z | [ recovery-image] May 15 03:15:53.625 INFO O| May 15 03:15:53.625 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7066 | 2024-05-15T03:15:54.134Z | [ recovery-image] May 15 03:15:53.638 INFO O| May 15 03:15:53.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7067 | 2024-05-15T03:15:54.134Z | [ recovery-image] May 15 03:15:53.638 INFO O| May 15 03:15:53.638 INFO STEP 882 (remove_files) COMPLETE |
| 7068 | 2024-05-15T03:15:54.134Z | [ recovery-image] May 15 03:15:53.638 INFO O| May 15 03:15:53.638 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7069 | 2024-05-15T03:15:54.171Z | [ recovery-image] May 15 03:15:53.656 INFO O| May 15 03:15:53.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
| 7070 | 2024-05-15T03:15:54.171Z | [ recovery-image] May 15 03:15:53.656 INFO O| May 15 03:15:53.656 INFO STEP 883 (remove_files) COMPLETE |
| 7071 | 2024-05-15T03:15:54.171Z | [ recovery-image] May 15 03:15:53.656 INFO O| May 15 03:15:53.656 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7072 | 2024-05-15T03:15:54.171Z | [ recovery-image] May 15 03:15:53.669 INFO O| May 15 03:15:53.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7073 | 2024-05-15T03:15:54.171Z | [ recovery-image] May 15 03:15:53.669 INFO O| May 15 03:15:53.669 INFO STEP 884 (remove_files) COMPLETE |
| 7074 | 2024-05-15T03:15:54.172Z | [ recovery-image] May 15 03:15:53.669 INFO O| May 15 03:15:53.669 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7075 | 2024-05-15T03:15:54.172Z | [ recovery-image] May 15 03:15:53.682 INFO O| May 15 03:15:53.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7076 | 2024-05-15T03:15:54.172Z | [ recovery-image] May 15 03:15:53.682 INFO O| May 15 03:15:53.682 INFO STEP 885 (remove_files) COMPLETE |
| 7077 | 2024-05-15T03:15:54.172Z | [ recovery-image] May 15 03:15:53.682 INFO O| May 15 03:15:53.682 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7078 | 2024-05-15T03:15:54.172Z | [ recovery-image] May 15 03:15:53.694 INFO O| May 15 03:15:53.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7079 | 2024-05-15T03:15:54.172Z | [ recovery-image] May 15 03:15:53.694 INFO O| May 15 03:15:53.694 INFO STEP 886 (remove_files) COMPLETE |
| 7080 | 2024-05-15T03:15:54.173Z | [ recovery-image] May 15 03:15:53.694 INFO O| May 15 03:15:53.694 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7081 | 2024-05-15T03:15:54.173Z | [ recovery-image] May 15 03:15:53.707 INFO O| May 15 03:15:53.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
| 7082 | 2024-05-15T03:15:54.173Z | [ recovery-image] May 15 03:15:53.707 INFO O| May 15 03:15:53.707 INFO STEP 887 (remove_files) COMPLETE |
| 7083 | 2024-05-15T03:15:54.174Z | [ recovery-image] May 15 03:15:53.707 INFO O| May 15 03:15:53.707 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7084 | 2024-05-15T03:15:54.209Z | [ recovery-image] May 15 03:15:53.720 INFO O| May 15 03:15:53.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
| 7085 | 2024-05-15T03:15:54.209Z | [ recovery-image] May 15 03:15:53.721 INFO O| May 15 03:15:53.721 INFO STEP 888 (remove_files) COMPLETE |
| 7086 | 2024-05-15T03:15:54.209Z | [ recovery-image] May 15 03:15:53.721 INFO O| May 15 03:15:53.721 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7087 | 2024-05-15T03:15:54.209Z | [ recovery-image] May 15 03:15:53.733 INFO O| May 15 03:15:53.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
| 7088 | 2024-05-15T03:15:54.209Z | [ recovery-image] May 15 03:15:53.733 INFO O| May 15 03:15:53.733 INFO STEP 889 (remove_files) COMPLETE |
| 7089 | 2024-05-15T03:15:54.209Z | [ recovery-image] May 15 03:15:53.733 INFO O| May 15 03:15:53.733 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7090 | 2024-05-15T03:15:54.209Z | [ recovery-image] May 15 03:15:53.746 INFO O| May 15 03:15:53.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7091 | 2024-05-15T03:15:54.210Z | [ recovery-image] May 15 03:15:53.747 INFO O| May 15 03:15:53.746 INFO STEP 890 (remove_files) COMPLETE |
| 7092 | 2024-05-15T03:15:54.210Z | [ recovery-image] May 15 03:15:53.747 INFO O| May 15 03:15:53.746 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7093 | 2024-05-15T03:15:54.242Z | [ recovery-image] May 15 03:15:53.760 INFO O| May 15 03:15:53.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7094 | 2024-05-15T03:15:54.243Z | [ recovery-image] May 15 03:15:53.760 INFO O| May 15 03:15:53.760 INFO STEP 891 (remove_files) COMPLETE |
| 7095 | 2024-05-15T03:15:54.243Z | [ recovery-image] May 15 03:15:53.760 INFO O| May 15 03:15:53.760 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7096 | 2024-05-15T03:15:54.243Z | [ recovery-image] May 15 03:15:53.774 INFO O| May 15 03:15:53.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7097 | 2024-05-15T03:15:54.243Z | [ recovery-image] May 15 03:15:53.774 INFO O| May 15 03:15:53.774 INFO STEP 892 (remove_files) COMPLETE |
| 7098 | 2024-05-15T03:15:54.244Z | [ recovery-image] May 15 03:15:53.774 INFO O| May 15 03:15:53.774 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7099 | 2024-05-15T03:15:54.279Z | [ recovery-image] May 15 03:15:53.789 INFO O| May 15 03:15:53.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7100 | 2024-05-15T03:15:54.279Z | [ recovery-image] May 15 03:15:53.789 INFO O| May 15 03:15:53.789 INFO STEP 893 (remove_files) COMPLETE |
| 7101 | 2024-05-15T03:15:54.279Z | [ recovery-image] May 15 03:15:53.789 INFO O| May 15 03:15:53.789 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7102 | 2024-05-15T03:15:54.279Z | [ recovery-image] May 15 03:15:53.803 INFO O| May 15 03:15:53.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7103 | 2024-05-15T03:15:54.280Z | [ recovery-image] May 15 03:15:53.803 INFO O| May 15 03:15:53.803 INFO STEP 894 (remove_files) COMPLETE |
| 7104 | 2024-05-15T03:15:54.280Z | [ recovery-image] May 15 03:15:53.803 INFO O| May 15 03:15:53.803 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7105 | 2024-05-15T03:15:54.280Z | [ recovery-image] May 15 03:15:53.820 INFO O| May 15 03:15:53.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7106 | 2024-05-15T03:15:54.280Z | [ recovery-image] May 15 03:15:53.820 INFO O| May 15 03:15:53.820 INFO STEP 895 (remove_files) COMPLETE |
| 7107 | 2024-05-15T03:15:54.280Z | [ recovery-image] May 15 03:15:53.820 INFO O| May 15 03:15:53.820 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7108 | 2024-05-15T03:15:54.319Z | [ recovery-image] May 15 03:15:53.833 INFO O| May 15 03:15:53.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7109 | 2024-05-15T03:15:54.319Z | [ recovery-image] May 15 03:15:53.833 INFO O| May 15 03:15:53.833 INFO STEP 896 (remove_files) COMPLETE |
| 7110 | 2024-05-15T03:15:54.319Z | [ recovery-image] May 15 03:15:53.833 INFO O| May 15 03:15:53.833 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7111 | 2024-05-15T03:15:54.319Z | [ recovery-image] May 15 03:15:53.845 INFO O| May 15 03:15:53.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7112 | 2024-05-15T03:15:54.319Z | [ recovery-image] May 15 03:15:53.845 INFO O| May 15 03:15:53.845 INFO STEP 897 (remove_files) COMPLETE |
| 7113 | 2024-05-15T03:15:54.320Z | [ recovery-image] May 15 03:15:53.845 INFO O| May 15 03:15:53.845 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7114 | 2024-05-15T03:15:54.320Z | [ recovery-image] May 15 03:15:53.857 INFO O| May 15 03:15:53.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
| 7115 | 2024-05-15T03:15:54.320Z | [ recovery-image] May 15 03:15:53.857 INFO O| May 15 03:15:53.857 INFO STEP 898 (remove_files) COMPLETE |
| 7116 | 2024-05-15T03:15:54.320Z | [ recovery-image] May 15 03:15:53.857 INFO O| May 15 03:15:53.857 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7117 | 2024-05-15T03:15:54.356Z | [ recovery-image] May 15 03:15:53.876 INFO O| May 15 03:15:53.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
| 7118 | 2024-05-15T03:15:54.356Z | [ recovery-image] May 15 03:15:53.876 INFO O| May 15 03:15:53.876 INFO STEP 899 (remove_files) COMPLETE |
| 7119 | 2024-05-15T03:15:54.356Z | [ recovery-image] May 15 03:15:53.876 INFO O| May 15 03:15:53.876 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7120 | 2024-05-15T03:15:54.356Z | [ recovery-image] May 15 03:15:53.891 INFO O| May 15 03:15:53.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7121 | 2024-05-15T03:15:54.357Z | [ recovery-image] May 15 03:15:53.891 INFO O| May 15 03:15:53.891 INFO STEP 900 (remove_files) COMPLETE |
| 7122 | 2024-05-15T03:15:54.357Z | [ recovery-image] May 15 03:15:53.891 INFO O| May 15 03:15:53.891 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7123 | 2024-05-15T03:15:54.386Z | [ recovery-image] May 15 03:15:53.905 INFO O| May 15 03:15:53.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7124 | 2024-05-15T03:15:54.386Z | [ recovery-image] May 15 03:15:53.905 INFO O| May 15 03:15:53.905 INFO STEP 901 (remove_files) COMPLETE |
| 7125 | 2024-05-15T03:15:54.386Z | [ recovery-image] May 15 03:15:53.905 INFO O| May 15 03:15:53.905 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7126 | 2024-05-15T03:15:54.386Z | [ recovery-image] May 15 03:15:53.918 INFO O| May 15 03:15:53.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7127 | 2024-05-15T03:15:54.386Z | [ recovery-image] May 15 03:15:53.919 INFO O| May 15 03:15:53.918 INFO STEP 902 (remove_files) COMPLETE |
| 7128 | 2024-05-15T03:15:54.386Z | [ recovery-image] May 15 03:15:53.919 INFO O| May 15 03:15:53.919 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7129 | 2024-05-15T03:15:54.387Z | [ recovery-image] May 15 03:15:53.932 INFO O| May 15 03:15:53.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7130 | 2024-05-15T03:15:54.387Z | [ recovery-image] May 15 03:15:53.932 INFO O| May 15 03:15:53.932 INFO STEP 903 (remove_files) COMPLETE |
| 7131 | 2024-05-15T03:15:54.387Z | [ recovery-image] May 15 03:15:53.932 INFO O| May 15 03:15:53.932 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7132 | 2024-05-15T03:15:54.420Z | [ recovery-image] May 15 03:15:53.946 INFO O| May 15 03:15:53.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7133 | 2024-05-15T03:15:54.420Z | [ recovery-image] May 15 03:15:53.946 INFO O| May 15 03:15:53.946 INFO STEP 904 (remove_files) COMPLETE |
| 7134 | 2024-05-15T03:15:54.420Z | [ recovery-image] May 15 03:15:53.946 INFO O| May 15 03:15:53.946 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7135 | 2024-05-15T03:15:54.420Z | [ recovery-image] May 15 03:15:53.958 INFO O| May 15 03:15:53.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7136 | 2024-05-15T03:15:54.421Z | [ recovery-image] May 15 03:15:53.958 INFO O| May 15 03:15:53.958 INFO STEP 905 (remove_files) COMPLETE |
| 7137 | 2024-05-15T03:15:54.421Z | [ recovery-image] May 15 03:15:53.958 INFO O| May 15 03:15:53.958 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7138 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.971 INFO O| May 15 03:15:53.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7139 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.971 INFO O| May 15 03:15:53.971 INFO STEP 906 (remove_files) COMPLETE |
| 7140 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.971 INFO O| May 15 03:15:53.971 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7141 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.984 INFO O| May 15 03:15:53.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7142 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.984 INFO O| May 15 03:15:53.984 INFO STEP 907 (remove_files) COMPLETE |
| 7143 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.984 INFO O| May 15 03:15:53.984 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7144 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.998 INFO O| May 15 03:15:53.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7145 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.998 INFO O| May 15 03:15:53.998 INFO STEP 908 (remove_files) COMPLETE |
| 7146 | 2024-05-15T03:15:54.464Z | [ recovery-image] May 15 03:15:53.998 INFO O| May 15 03:15:53.998 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7147 | 2024-05-15T03:15:54.514Z | [ recovery-image] May 15 03:15:54.015 INFO O| May 15 03:15:54.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7148 | 2024-05-15T03:15:54.514Z | [ recovery-image] May 15 03:15:54.016 INFO O| May 15 03:15:54.016 INFO STEP 909 (remove_files) COMPLETE |
| 7149 | 2024-05-15T03:15:54.514Z | [ recovery-image] May 15 03:15:54.016 INFO O| May 15 03:15:54.016 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7150 | 2024-05-15T03:15:54.514Z | [ recovery-image] May 15 03:15:54.029 INFO O| May 15 03:15:54.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7151 | 2024-05-15T03:15:54.515Z | [ recovery-image] May 15 03:15:54.030 INFO O| May 15 03:15:54.030 INFO STEP 910 (remove_files) COMPLETE |
| 7152 | 2024-05-15T03:15:54.515Z | [ recovery-image] May 15 03:15:54.030 INFO O| May 15 03:15:54.030 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7153 | 2024-05-15T03:15:54.515Z | [ recovery-image] May 15 03:15:54.043 INFO O| May 15 03:15:54.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7154 | 2024-05-15T03:15:54.515Z | [ recovery-image] May 15 03:15:54.043 INFO O| May 15 03:15:54.043 INFO STEP 911 (remove_files) COMPLETE |
| 7155 | 2024-05-15T03:15:54.515Z | [ recovery-image] May 15 03:15:54.043 INFO O| May 15 03:15:54.043 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7156 | 2024-05-15T03:15:54.559Z | [ recovery-image] May 15 03:15:54.057 INFO O| May 15 03:15:54.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7157 | 2024-05-15T03:15:54.559Z | [ recovery-image] May 15 03:15:54.057 INFO O| May 15 03:15:54.057 INFO STEP 912 (remove_files) COMPLETE |
| 7158 | 2024-05-15T03:15:54.559Z | [ recovery-image] May 15 03:15:54.057 INFO O| May 15 03:15:54.057 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7159 | 2024-05-15T03:15:54.559Z | [ recovery-image] May 15 03:15:54.070 INFO O| May 15 03:15:54.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7160 | 2024-05-15T03:15:54.559Z | [ recovery-image] May 15 03:15:54.071 INFO O| May 15 03:15:54.071 INFO STEP 913 (remove_files) COMPLETE |
| 7161 | 2024-05-15T03:15:54.559Z | [ recovery-image] May 15 03:15:54.071 INFO O| May 15 03:15:54.071 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7162 | 2024-05-15T03:15:54.560Z | [ recovery-image] May 15 03:15:54.084 INFO O| May 15 03:15:54.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7163 | 2024-05-15T03:15:54.560Z | [ recovery-image] May 15 03:15:54.085 INFO O| May 15 03:15:54.085 INFO STEP 914 (remove_files) COMPLETE |
| 7164 | 2024-05-15T03:15:54.560Z | [ recovery-image] May 15 03:15:54.085 INFO O| May 15 03:15:54.085 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7165 | 2024-05-15T03:15:54.597Z | [ recovery-image] May 15 03:15:54.099 INFO O| May 15 03:15:54.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7166 | 2024-05-15T03:15:54.598Z | [ recovery-image] May 15 03:15:54.099 INFO O| May 15 03:15:54.099 INFO STEP 915 (remove_files) COMPLETE |
| 7167 | 2024-05-15T03:15:54.598Z | [ recovery-image] May 15 03:15:54.099 INFO O| May 15 03:15:54.099 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7168 | 2024-05-15T03:15:54.598Z | [ recovery-image] May 15 03:15:54.112 INFO O| May 15 03:15:54.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7169 | 2024-05-15T03:15:54.598Z | [ recovery-image] May 15 03:15:54.112 INFO O| May 15 03:15:54.112 INFO STEP 916 (remove_files) COMPLETE |
| 7170 | 2024-05-15T03:15:54.598Z | [ recovery-image] May 15 03:15:54.112 INFO O| May 15 03:15:54.112 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7171 | 2024-05-15T03:15:54.598Z | [ recovery-image] May 15 03:15:54.125 INFO O| May 15 03:15:54.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7172 | 2024-05-15T03:15:54.599Z | [ recovery-image] May 15 03:15:54.125 INFO O| May 15 03:15:54.125 INFO STEP 917 (remove_files) COMPLETE |
| 7173 | 2024-05-15T03:15:54.599Z | [ recovery-image] May 15 03:15:54.125 INFO O| May 15 03:15:54.125 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7174 | 2024-05-15T03:15:54.599Z | [ recovery-image] May 15 03:15:54.139 INFO O| May 15 03:15:54.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7175 | 2024-05-15T03:15:54.599Z | [ recovery-image] May 15 03:15:54.139 INFO O| May 15 03:15:54.139 INFO STEP 918 (remove_files) COMPLETE |
| 7176 | 2024-05-15T03:15:54.599Z | [ recovery-image] May 15 03:15:54.139 INFO O| May 15 03:15:54.139 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7177 | 2024-05-15T03:15:54.635Z | [ recovery-image] May 15 03:15:54.152 INFO O| May 15 03:15:54.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7178 | 2024-05-15T03:15:54.635Z | [ recovery-image] May 15 03:15:54.152 INFO O| May 15 03:15:54.152 INFO STEP 919 (remove_files) COMPLETE |
| 7179 | 2024-05-15T03:15:54.635Z | [ recovery-image] May 15 03:15:54.152 INFO O| May 15 03:15:54.152 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7180 | 2024-05-15T03:15:54.636Z | [ recovery-image] May 15 03:15:54.166 INFO O| May 15 03:15:54.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7181 | 2024-05-15T03:15:54.636Z | [ recovery-image] May 15 03:15:54.166 INFO O| May 15 03:15:54.166 INFO STEP 920 (remove_files) COMPLETE |
| 7182 | 2024-05-15T03:15:54.636Z | [ recovery-image] May 15 03:15:54.166 INFO O| May 15 03:15:54.166 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7183 | 2024-05-15T03:15:54.670Z | [ recovery-image] May 15 03:15:54.180 INFO O| May 15 03:15:54.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7184 | 2024-05-15T03:15:54.670Z | [ recovery-image] May 15 03:15:54.180 INFO O| May 15 03:15:54.180 INFO STEP 921 (remove_files) COMPLETE |
| 7185 | 2024-05-15T03:15:54.670Z | [ recovery-image] May 15 03:15:54.180 INFO O| May 15 03:15:54.180 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7186 | 2024-05-15T03:15:54.670Z | [ recovery-image] May 15 03:15:54.194 INFO O| May 15 03:15:54.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7187 | 2024-05-15T03:15:54.670Z | [ recovery-image] May 15 03:15:54.194 INFO O| May 15 03:15:54.194 INFO STEP 922 (remove_files) COMPLETE |
| 7188 | 2024-05-15T03:15:54.671Z | [ recovery-image] May 15 03:15:54.194 INFO O| May 15 03:15:54.194 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7189 | 2024-05-15T03:15:54.671Z | [ recovery-image] May 15 03:15:54.207 INFO O| May 15 03:15:54.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7190 | 2024-05-15T03:15:54.671Z | [ recovery-image] May 15 03:15:54.207 INFO O| May 15 03:15:54.207 INFO STEP 923 (remove_files) COMPLETE |
| 7191 | 2024-05-15T03:15:54.671Z | [ recovery-image] May 15 03:15:54.207 INFO O| May 15 03:15:54.207 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7192 | 2024-05-15T03:15:54.719Z | [ recovery-image] May 15 03:15:54.221 INFO O| May 15 03:15:54.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7193 | 2024-05-15T03:15:54.719Z | [ recovery-image] May 15 03:15:54.221 INFO O| May 15 03:15:54.221 INFO STEP 924 (remove_files) COMPLETE |
| 7194 | 2024-05-15T03:15:54.719Z | [ recovery-image] May 15 03:15:54.221 INFO O| May 15 03:15:54.221 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7195 | 2024-05-15T03:15:54.720Z | [ recovery-image] May 15 03:15:54.234 INFO O| May 15 03:15:54.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7196 | 2024-05-15T03:15:54.720Z | [ recovery-image] May 15 03:15:54.234 INFO O| May 15 03:15:54.234 INFO STEP 925 (remove_files) COMPLETE |
| 7197 | 2024-05-15T03:15:54.720Z | [ recovery-image] May 15 03:15:54.234 INFO O| May 15 03:15:54.234 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7198 | 2024-05-15T03:15:54.756Z | [ recovery-image] May 15 03:15:54.247 INFO O| May 15 03:15:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7199 | 2024-05-15T03:15:54.756Z | [ recovery-image] May 15 03:15:54.247 INFO O| May 15 03:15:54.247 INFO STEP 926 (remove_files) COMPLETE |
| 7200 | 2024-05-15T03:15:54.756Z | [ recovery-image] May 15 03:15:54.247 INFO O| May 15 03:15:54.247 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7201 | 2024-05-15T03:15:54.756Z | [ recovery-image] May 15 03:15:54.261 INFO O| May 15 03:15:54.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7202 | 2024-05-15T03:15:54.757Z | [ recovery-image] May 15 03:15:54.261 INFO O| May 15 03:15:54.261 INFO STEP 927 (remove_files) COMPLETE |
| 7203 | 2024-05-15T03:15:54.757Z | [ recovery-image] May 15 03:15:54.261 INFO O| May 15 03:15:54.261 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7204 | 2024-05-15T03:15:54.757Z | [ recovery-image] May 15 03:15:54.274 INFO O| May 15 03:15:54.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7205 | 2024-05-15T03:15:54.757Z | [ recovery-image] May 15 03:15:54.274 INFO O| May 15 03:15:54.274 INFO STEP 928 (remove_files) COMPLETE |
| 7206 | 2024-05-15T03:15:54.757Z | [ recovery-image] May 15 03:15:54.274 INFO O| May 15 03:15:54.274 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7207 | 2024-05-15T03:15:54.757Z | [ recovery-image] May 15 03:15:54.286 INFO O| May 15 03:15:54.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7208 | 2024-05-15T03:15:54.757Z | [ recovery-image] May 15 03:15:54.286 INFO O| May 15 03:15:54.286 INFO STEP 929 (remove_files) COMPLETE |
| 7209 | 2024-05-15T03:15:54.757Z | [ recovery-image] May 15 03:15:54.286 INFO O| May 15 03:15:54.286 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7210 | 2024-05-15T03:15:54.758Z | [ recovery-image] May 15 03:15:54.299 INFO O| May 15 03:15:54.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7211 | 2024-05-15T03:15:54.758Z | [ recovery-image] May 15 03:15:54.299 INFO O| May 15 03:15:54.299 INFO STEP 930 (remove_files) COMPLETE |
| 7212 | 2024-05-15T03:15:54.758Z | [ recovery-image] May 15 03:15:54.299 INFO O| May 15 03:15:54.299 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7213 | 2024-05-15T03:15:54.786Z | [ recovery-image] May 15 03:15:54.318 INFO O| May 15 03:15:54.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7214 | 2024-05-15T03:15:54.786Z | [ recovery-image] May 15 03:15:54.318 INFO O| May 15 03:15:54.318 INFO STEP 931 (remove_files) COMPLETE |
| 7215 | 2024-05-15T03:15:54.786Z | [ recovery-image] May 15 03:15:54.318 INFO O| May 15 03:15:54.318 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7216 | 2024-05-15T03:15:54.786Z | [ recovery-image] May 15 03:15:54.333 INFO O| May 15 03:15:54.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7217 | 2024-05-15T03:15:54.786Z | [ recovery-image] May 15 03:15:54.333 INFO O| May 15 03:15:54.333 INFO STEP 932 (remove_files) COMPLETE |
| 7218 | 2024-05-15T03:15:54.786Z | [ recovery-image] May 15 03:15:54.334 INFO O| May 15 03:15:54.333 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7219 | 2024-05-15T03:15:54.816Z | [ recovery-image] May 15 03:15:54.348 INFO O| May 15 03:15:54.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7220 | 2024-05-15T03:15:54.817Z | [ recovery-image] May 15 03:15:54.348 INFO O| May 15 03:15:54.348 INFO STEP 933 (remove_files) COMPLETE |
| 7221 | 2024-05-15T03:15:54.817Z | [ recovery-image] May 15 03:15:54.348 INFO O| May 15 03:15:54.348 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7222 | 2024-05-15T03:15:54.817Z | [ recovery-image] May 15 03:15:54.361 INFO O| May 15 03:15:54.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7223 | 2024-05-15T03:15:54.817Z | [ recovery-image] May 15 03:15:54.361 INFO O| May 15 03:15:54.361 INFO STEP 934 (remove_files) COMPLETE |
| 7224 | 2024-05-15T03:15:54.817Z | [ recovery-image] May 15 03:15:54.361 INFO O| May 15 03:15:54.361 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7225 | 2024-05-15T03:15:54.846Z | [ recovery-image] May 15 03:15:54.374 INFO O| May 15 03:15:54.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7226 | 2024-05-15T03:15:54.846Z | [ recovery-image] May 15 03:15:54.375 INFO O| May 15 03:15:54.375 INFO STEP 935 (remove_files) COMPLETE |
| 7227 | 2024-05-15T03:15:54.847Z | [ recovery-image] May 15 03:15:54.375 INFO O| May 15 03:15:54.375 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7228 | 2024-05-15T03:15:54.847Z | [ recovery-image] May 15 03:15:54.388 INFO O| May 15 03:15:54.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7229 | 2024-05-15T03:15:54.847Z | [ recovery-image] May 15 03:15:54.388 INFO O| May 15 03:15:54.388 INFO STEP 936 (remove_files) COMPLETE |
| 7230 | 2024-05-15T03:15:54.847Z | [ recovery-image] May 15 03:15:54.388 INFO O| May 15 03:15:54.388 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7231 | 2024-05-15T03:15:54.891Z | [ recovery-image] May 15 03:15:54.401 INFO O| May 15 03:15:54.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7232 | 2024-05-15T03:15:54.891Z | [ recovery-image] May 15 03:15:54.401 INFO O| May 15 03:15:54.401 INFO STEP 937 (remove_files) COMPLETE |
| 7233 | 2024-05-15T03:15:54.891Z | [ recovery-image] May 15 03:15:54.401 INFO O| May 15 03:15:54.401 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7234 | 2024-05-15T03:15:54.891Z | [ recovery-image] May 15 03:15:54.414 INFO O| May 15 03:15:54.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7235 | 2024-05-15T03:15:54.892Z | [ recovery-image] May 15 03:15:54.414 INFO O| May 15 03:15:54.414 INFO STEP 938 (remove_files) COMPLETE |
| 7236 | 2024-05-15T03:15:54.892Z | [ recovery-image] May 15 03:15:54.414 INFO O| May 15 03:15:54.414 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7237 | 2024-05-15T03:15:54.948Z | [ recovery-image] May 15 03:15:54.427 INFO O| May 15 03:15:54.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7238 | 2024-05-15T03:15:54.949Z | [ recovery-image] May 15 03:15:54.427 INFO O| May 15 03:15:54.427 INFO STEP 939 (remove_files) COMPLETE |
| 7239 | 2024-05-15T03:15:54.949Z | [ recovery-image] May 15 03:15:54.427 INFO O| May 15 03:15:54.427 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7240 | 2024-05-15T03:15:54.949Z | [ recovery-image] May 15 03:15:54.441 INFO O| May 15 03:15:54.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7241 | 2024-05-15T03:15:54.949Z | [ recovery-image] May 15 03:15:54.441 INFO O| May 15 03:15:54.441 INFO STEP 940 (remove_files) COMPLETE |
| 7242 | 2024-05-15T03:15:54.949Z | [ recovery-image] May 15 03:15:54.441 INFO O| May 15 03:15:54.441 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7243 | 2024-05-15T03:15:54.949Z | [ recovery-image] May 15 03:15:54.455 INFO O| May 15 03:15:54.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7244 | 2024-05-15T03:15:54.949Z | [ recovery-image] May 15 03:15:54.455 INFO O| May 15 03:15:54.455 INFO STEP 941 (remove_files) COMPLETE |
| 7245 | 2024-05-15T03:15:54.949Z | [ recovery-image] May 15 03:15:54.455 INFO O| May 15 03:15:54.455 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7246 | 2024-05-15T03:15:54.950Z | [ recovery-image] May 15 03:15:54.469 INFO O| May 15 03:15:54.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7247 | 2024-05-15T03:15:54.950Z | [ recovery-image] May 15 03:15:54.469 INFO O| May 15 03:15:54.469 INFO STEP 942 (remove_files) COMPLETE |
| 7248 | 2024-05-15T03:15:54.950Z | [ recovery-image] May 15 03:15:54.469 INFO O| May 15 03:15:54.469 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7249 | 2024-05-15T03:15:54.991Z | [ recovery-image] May 15 03:15:54.483 INFO O| May 15 03:15:54.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7250 | 2024-05-15T03:15:54.991Z | [ recovery-image] May 15 03:15:54.483 INFO O| May 15 03:15:54.483 INFO STEP 943 (remove_files) COMPLETE |
| 7251 | 2024-05-15T03:15:54.991Z | [ recovery-image] May 15 03:15:54.483 INFO O| May 15 03:15:54.483 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7252 | 2024-05-15T03:15:54.991Z | [ recovery-image] May 15 03:15:54.497 INFO O| May 15 03:15:54.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7253 | 2024-05-15T03:15:54.992Z | [ recovery-image] May 15 03:15:54.497 INFO O| May 15 03:15:54.497 INFO STEP 944 (remove_files) COMPLETE |
| 7254 | 2024-05-15T03:15:54.992Z | [ recovery-image] May 15 03:15:54.497 INFO O| May 15 03:15:54.497 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7255 | 2024-05-15T03:15:54.992Z | [ recovery-image] May 15 03:15:54.512 INFO O| May 15 03:15:54.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7256 | 2024-05-15T03:15:54.992Z | [ recovery-image] May 15 03:15:54.512 INFO O| May 15 03:15:54.512 INFO STEP 945 (remove_files) COMPLETE |
| 7257 | 2024-05-15T03:15:54.992Z | [ recovery-image] May 15 03:15:54.512 INFO O| May 15 03:15:54.512 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7258 | 2024-05-15T03:15:54.992Z | [ recovery-image] May 15 03:15:54.526 INFO O| May 15 03:15:54.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
| 7259 | 2024-05-15T03:15:54.993Z | [ recovery-image] May 15 03:15:54.526 INFO O| May 15 03:15:54.526 INFO STEP 946 (remove_files) COMPLETE |
| 7260 | 2024-05-15T03:15:54.993Z | [ recovery-image] May 15 03:15:54.526 INFO O| May 15 03:15:54.526 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7261 | 2024-05-15T03:15:55.465Z | [ recovery-image] May 15 03:15:54.540 INFO O| May 15 03:15:54.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7262 | 2024-05-15T03:15:55.465Z | [ recovery-image] May 15 03:15:54.540 INFO O| May 15 03:15:54.540 INFO STEP 947 (remove_files) COMPLETE |
| 7263 | 2024-05-15T03:15:55.465Z | [ recovery-image] May 15 03:15:54.540 INFO O| May 15 03:15:54.540 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7264 | 2024-05-15T03:15:55.465Z | [ recovery-image] May 15 03:15:54.554 INFO O| May 15 03:15:54.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7265 | 2024-05-15T03:15:55.465Z | [ recovery-image] May 15 03:15:54.554 INFO O| May 15 03:15:54.554 INFO STEP 948 (remove_files) COMPLETE |
| 7266 | 2024-05-15T03:15:55.465Z | [ recovery-image] May 15 03:15:54.554 INFO O| May 15 03:15:54.554 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7267 | 2024-05-15T03:15:55.508Z | [ recovery-image] May 15 03:15:54.572 INFO O| May 15 03:15:54.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7268 | 2024-05-15T03:15:55.508Z | [ recovery-image] May 15 03:15:54.572 INFO O| May 15 03:15:54.572 INFO STEP 949 (remove_files) COMPLETE |
| 7269 | 2024-05-15T03:15:55.508Z | [ recovery-image] May 15 03:15:54.572 INFO O| May 15 03:15:54.572 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7270 | 2024-05-15T03:15:55.508Z | [ recovery-image] May 15 03:15:54.588 INFO O| May 15 03:15:54.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7271 | 2024-05-15T03:15:55.508Z | [ recovery-image] May 15 03:15:54.588 INFO O| May 15 03:15:54.588 INFO STEP 950 (remove_files) COMPLETE |
| 7272 | 2024-05-15T03:15:55.508Z | [ recovery-image] May 15 03:15:54.588 INFO O| May 15 03:15:54.588 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7273 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.602 INFO O| May 15 03:15:54.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7274 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.602 INFO O| May 15 03:15:54.602 INFO STEP 951 (remove_files) COMPLETE |
| 7275 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.602 INFO O| May 15 03:15:54.602 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7276 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.616 INFO O| May 15 03:15:54.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7277 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.616 INFO O| May 15 03:15:54.616 INFO STEP 952 (remove_files) COMPLETE |
| 7278 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.616 INFO O| May 15 03:15:54.616 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7279 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.630 INFO O| May 15 03:15:54.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7280 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.630 INFO O| May 15 03:15:54.630 INFO STEP 953 (remove_files) COMPLETE |
| 7281 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.630 INFO O| May 15 03:15:54.630 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7282 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.644 INFO O| May 15 03:15:54.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7283 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.644 INFO O| May 15 03:15:54.644 INFO STEP 954 (remove_files) COMPLETE |
| 7284 | 2024-05-15T03:15:55.509Z | [ recovery-image] May 15 03:15:54.644 INFO O| May 15 03:15:54.644 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7285 | 2024-05-15T03:15:55.510Z | [ recovery-image] May 15 03:15:54.658 INFO O| May 15 03:15:54.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7286 | 2024-05-15T03:15:55.510Z | [ recovery-image] May 15 03:15:54.659 INFO O| May 15 03:15:54.659 INFO STEP 955 (remove_files) COMPLETE |
| 7287 | 2024-05-15T03:15:55.510Z | [ recovery-image] May 15 03:15:54.659 INFO O| May 15 03:15:54.659 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7288 | 2024-05-15T03:15:55.510Z | [ recovery-image] May 15 03:15:54.673 INFO O| May 15 03:15:54.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7289 | 2024-05-15T03:15:55.510Z | [ recovery-image] May 15 03:15:54.673 INFO O| May 15 03:15:54.673 INFO STEP 956 (remove_files) COMPLETE |
| 7290 | 2024-05-15T03:15:55.510Z | [ recovery-image] May 15 03:15:54.673 INFO O| May 15 03:15:54.673 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7291 | 2024-05-15T03:15:55.510Z | [ recovery-image] May 15 03:15:54.687 INFO O| May 15 03:15:54.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
| 7292 | 2024-05-15T03:15:55.510Z | [ recovery-image] May 15 03:15:54.687 INFO O| May 15 03:15:54.687 INFO STEP 957 (remove_files) COMPLETE |
| 7293 | 2024-05-15T03:15:55.511Z | [ recovery-image] May 15 03:15:54.687 INFO O| May 15 03:15:54.687 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7294 | 2024-05-15T03:15:55.511Z | [ recovery-image] May 15 03:15:54.700 INFO O| May 15 03:15:54.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
| 7295 | 2024-05-15T03:15:55.511Z | [ recovery-image] May 15 03:15:54.700 INFO O| May 15 03:15:54.700 INFO STEP 958 (remove_files) COMPLETE |
| 7296 | 2024-05-15T03:15:55.511Z | [ recovery-image] May 15 03:15:54.700 INFO O| May 15 03:15:54.700 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7297 | 2024-05-15T03:15:55.511Z | [ recovery-image] May 15 03:15:54.713 INFO O| May 15 03:15:54.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
| 7298 | 2024-05-15T03:15:55.511Z | [ recovery-image] May 15 03:15:54.713 INFO O| May 15 03:15:54.713 INFO STEP 959 (remove_files) COMPLETE |
| 7299 | 2024-05-15T03:15:55.511Z | [ recovery-image] May 15 03:15:54.713 INFO O| May 15 03:15:54.713 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7300 | 2024-05-15T03:15:55.511Z | [ recovery-image] May 15 03:15:54.730 INFO O| May 15 03:15:54.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
| 7301 | 2024-05-15T03:15:55.512Z | [ recovery-image] May 15 03:15:54.731 INFO O| May 15 03:15:54.731 INFO STEP 960 (remove_files) COMPLETE |
| 7302 | 2024-05-15T03:15:55.512Z | [ recovery-image] May 15 03:15:54.731 INFO O| May 15 03:15:54.731 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7303 | 2024-05-15T03:15:55.512Z | [ recovery-image] May 15 03:15:54.746 INFO O| May 15 03:15:54.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
| 7304 | 2024-05-15T03:15:55.512Z | [ recovery-image] May 15 03:15:54.746 INFO O| May 15 03:15:54.746 INFO STEP 961 (remove_files) COMPLETE |
| 7305 | 2024-05-15T03:15:55.512Z | [ recovery-image] May 15 03:15:54.746 INFO O| May 15 03:15:54.746 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7306 | 2024-05-15T03:15:55.512Z | [ recovery-image] May 15 03:15:54.760 INFO O| May 15 03:15:54.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
| 7307 | 2024-05-15T03:15:55.512Z | [ recovery-image] May 15 03:15:54.760 INFO O| May 15 03:15:54.760 INFO STEP 962 (remove_files) COMPLETE |
| 7308 | 2024-05-15T03:15:55.513Z | [ recovery-image] May 15 03:15:54.760 INFO O| May 15 03:15:54.760 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7309 | 2024-05-15T03:15:55.513Z | [ recovery-image] May 15 03:15:54.775 INFO O| May 15 03:15:54.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
| 7310 | 2024-05-15T03:15:55.513Z | [ recovery-image] May 15 03:15:54.775 INFO O| May 15 03:15:54.775 INFO STEP 963 (remove_files) COMPLETE |
| 7311 | 2024-05-15T03:15:55.513Z | [ recovery-image] May 15 03:15:54.775 INFO O| May 15 03:15:54.775 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7312 | 2024-05-15T03:15:55.513Z | [ recovery-image] May 15 03:15:54.791 INFO O| May 15 03:15:54.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
| 7313 | 2024-05-15T03:15:55.513Z | [ recovery-image] May 15 03:15:54.791 INFO O| May 15 03:15:54.791 INFO STEP 964 (remove_files) COMPLETE |
| 7314 | 2024-05-15T03:15:55.513Z | [ recovery-image] May 15 03:15:54.791 INFO O| May 15 03:15:54.791 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7315 | 2024-05-15T03:15:55.514Z | [ recovery-image] May 15 03:15:54.808 INFO O| May 15 03:15:54.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7316 | 2024-05-15T03:15:55.514Z | [ recovery-image] May 15 03:15:54.808 INFO O| May 15 03:15:54.808 INFO STEP 965 (remove_files) COMPLETE |
| 7317 | 2024-05-15T03:15:55.514Z | [ recovery-image] May 15 03:15:54.808 INFO O| May 15 03:15:54.808 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7318 | 2024-05-15T03:15:55.514Z | [ recovery-image] May 15 03:15:54.826 INFO O| May 15 03:15:54.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7319 | 2024-05-15T03:15:55.514Z | [ recovery-image] May 15 03:15:54.826 INFO O| May 15 03:15:54.826 INFO STEP 966 (remove_files) COMPLETE |
| 7320 | 2024-05-15T03:15:55.515Z | [ recovery-image] May 15 03:15:54.826 INFO O| May 15 03:15:54.826 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7321 | 2024-05-15T03:15:55.515Z | [ recovery-image] May 15 03:15:54.842 INFO O| May 15 03:15:54.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7322 | 2024-05-15T03:15:55.515Z | [ recovery-image] May 15 03:15:54.842 INFO O| May 15 03:15:54.842 INFO STEP 967 (remove_files) COMPLETE |
| 7323 | 2024-05-15T03:15:55.515Z | [ recovery-image] May 15 03:15:54.842 INFO O| May 15 03:15:54.842 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7324 | 2024-05-15T03:15:55.515Z | [ recovery-image] May 15 03:15:54.856 INFO O| May 15 03:15:54.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7325 | 2024-05-15T03:15:55.515Z | [ recovery-image] May 15 03:15:54.856 INFO O| May 15 03:15:54.856 INFO STEP 968 (remove_files) COMPLETE |
| 7326 | 2024-05-15T03:15:55.515Z | [ recovery-image] May 15 03:15:54.856 INFO O| May 15 03:15:54.856 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7327 | 2024-05-15T03:15:55.515Z | [ recovery-image] May 15 03:15:54.868 INFO O| May 15 03:15:54.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7328 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.868 INFO O| May 15 03:15:54.868 INFO STEP 969 (remove_files) COMPLETE |
| 7329 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.868 INFO O| May 15 03:15:54.868 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7330 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.882 INFO O| May 15 03:15:54.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
| 7331 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.882 INFO O| May 15 03:15:54.882 INFO STEP 970 (remove_files) COMPLETE |
| 7332 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.882 INFO O| May 15 03:15:54.882 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7333 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.896 INFO O| May 15 03:15:54.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7334 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.897 INFO O| May 15 03:15:54.896 INFO STEP 971 (remove_files) COMPLETE |
| 7335 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.897 INFO O| May 15 03:15:54.896 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7336 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.913 INFO O| May 15 03:15:54.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
| 7337 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.914 INFO O| May 15 03:15:54.914 INFO STEP 972 (remove_files) COMPLETE |
| 7338 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.914 INFO O| May 15 03:15:54.914 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7339 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.927 INFO O| May 15 03:15:54.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
| 7340 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.927 INFO O| May 15 03:15:54.927 INFO STEP 973 (remove_files) COMPLETE |
| 7341 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.927 INFO O| May 15 03:15:54.927 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7342 | 2024-05-15T03:15:55.516Z | [ recovery-image] May 15 03:15:54.940 INFO O| May 15 03:15:54.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
| 7343 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.940 INFO O| May 15 03:15:54.940 INFO STEP 974 (remove_files) COMPLETE |
| 7344 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.941 INFO O| May 15 03:15:54.940 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7345 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.960 INFO O| May 15 03:15:54.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7346 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.960 INFO O| May 15 03:15:54.960 INFO STEP 975 (remove_files) COMPLETE |
| 7347 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.960 INFO O| May 15 03:15:54.960 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7348 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.975 INFO O| May 15 03:15:54.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7349 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.975 INFO O| May 15 03:15:54.975 INFO STEP 976 (remove_files) COMPLETE |
| 7350 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.975 INFO O| May 15 03:15:54.975 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7351 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.990 INFO O| May 15 03:15:54.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7352 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.990 INFO O| May 15 03:15:54.990 INFO STEP 977 (remove_files) COMPLETE |
| 7353 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:54.990 INFO O| May 15 03:15:54.990 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7354 | 2024-05-15T03:15:55.517Z | [ recovery-image] May 15 03:15:55.005 INFO O| May 15 03:15:55.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
| 7355 | 2024-05-15T03:15:55.518Z | [ recovery-image] May 15 03:15:55.005 INFO O| May 15 03:15:55.005 INFO STEP 978 (remove_files) COMPLETE |
| 7356 | 2024-05-15T03:15:55.518Z | [ recovery-image] May 15 03:15:55.005 INFO O| May 15 03:15:55.005 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7357 | 2024-05-15T03:15:55.518Z | [ recovery-image] May 15 03:15:55.019 INFO O| May 15 03:15:55.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
| 7358 | 2024-05-15T03:15:55.518Z | [ recovery-image] May 15 03:15:55.019 INFO O| May 15 03:15:55.019 INFO STEP 979 (remove_files) COMPLETE |
| 7359 | 2024-05-15T03:15:55.518Z | [ recovery-image] May 15 03:15:55.019 INFO O| May 15 03:15:55.019 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7360 | 2024-05-15T03:15:55.518Z | [ recovery-image] May 15 03:15:55.032 INFO O| May 15 03:15:55.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
| 7361 | 2024-05-15T03:15:55.518Z | [ recovery-image] May 15 03:15:55.032 INFO O| May 15 03:15:55.032 INFO STEP 980 (remove_files) COMPLETE |
| 7362 | 2024-05-15T03:15:55.518Z | [ recovery-image] May 15 03:15:55.032 INFO O| May 15 03:15:55.032 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7363 | 2024-05-15T03:15:55.564Z | [ recovery-image] May 15 03:15:55.045 INFO O| May 15 03:15:55.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
| 7364 | 2024-05-15T03:15:55.564Z | [ recovery-image] May 15 03:15:55.045 INFO O| May 15 03:15:55.045 INFO STEP 981 (remove_files) COMPLETE |
| 7365 | 2024-05-15T03:15:55.564Z | [ recovery-image] May 15 03:15:55.046 INFO O| May 15 03:15:55.045 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7366 | 2024-05-15T03:15:55.564Z | [ recovery-image] May 15 03:15:55.059 INFO O| May 15 03:15:55.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
| 7367 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.059 INFO O| May 15 03:15:55.059 INFO STEP 982 (remove_files) COMPLETE |
| 7368 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.059 INFO O| May 15 03:15:55.059 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7369 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.072 INFO O| May 15 03:15:55.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
| 7370 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.072 INFO O| May 15 03:15:55.072 INFO STEP 983 (remove_files) COMPLETE |
| 7371 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.072 INFO O| May 15 03:15:55.072 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7372 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.086 INFO O| May 15 03:15:55.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
| 7373 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.086 INFO O| May 15 03:15:55.086 INFO STEP 984 (remove_files) COMPLETE |
| 7374 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.086 INFO O| May 15 03:15:55.086 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7375 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.099 INFO O| May 15 03:15:55.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
| 7376 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.099 INFO O| May 15 03:15:55.099 INFO STEP 985 (remove_files) COMPLETE |
| 7377 | 2024-05-15T03:15:55.565Z | [ recovery-image] May 15 03:15:55.099 INFO O| May 15 03:15:55.099 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7378 | 2024-05-15T03:15:55.598Z | [ recovery-image] May 15 03:15:55.114 INFO O| May 15 03:15:55.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
| 7379 | 2024-05-15T03:15:55.598Z | [ recovery-image] May 15 03:15:55.114 INFO O| May 15 03:15:55.114 INFO STEP 986 (remove_files) COMPLETE |
| 7380 | 2024-05-15T03:15:55.598Z | [ recovery-image] May 15 03:15:55.114 INFO O| May 15 03:15:55.114 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7381 | 2024-05-15T03:15:55.599Z | [ recovery-image] May 15 03:15:55.129 INFO O| May 15 03:15:55.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
| 7382 | 2024-05-15T03:15:55.599Z | [ recovery-image] May 15 03:15:55.129 INFO O| May 15 03:15:55.129 INFO STEP 987 (remove_files) COMPLETE |
| 7383 | 2024-05-15T03:15:55.599Z | [ recovery-image] May 15 03:15:55.129 INFO O| May 15 03:15:55.129 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7384 | 2024-05-15T03:15:55.599Z | [ recovery-image] May 15 03:15:55.142 INFO O| May 15 03:15:55.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
| 7385 | 2024-05-15T03:15:55.599Z | [ recovery-image] May 15 03:15:55.143 INFO O| May 15 03:15:55.143 INFO STEP 988 (remove_files) COMPLETE |
| 7386 | 2024-05-15T03:15:55.599Z | [ recovery-image] May 15 03:15:55.143 INFO O| May 15 03:15:55.143 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7387 | 2024-05-15T03:15:55.627Z | [ recovery-image] May 15 03:15:55.156 INFO O| May 15 03:15:55.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
| 7388 | 2024-05-15T03:15:55.627Z | [ recovery-image] May 15 03:15:55.156 INFO O| May 15 03:15:55.156 INFO STEP 989 (remove_files) COMPLETE |
| 7389 | 2024-05-15T03:15:55.628Z | [ recovery-image] May 15 03:15:55.156 INFO O| May 15 03:15:55.156 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7390 | 2024-05-15T03:15:55.628Z | [ recovery-image] May 15 03:15:55.169 INFO O| May 15 03:15:55.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
| 7391 | 2024-05-15T03:15:55.628Z | [ recovery-image] May 15 03:15:55.169 INFO O| May 15 03:15:55.169 INFO STEP 990 (remove_files) COMPLETE |
| 7392 | 2024-05-15T03:15:55.629Z | [ recovery-image] May 15 03:15:55.169 INFO O| May 15 03:15:55.169 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7393 | 2024-05-15T03:15:55.666Z | [ recovery-image] May 15 03:15:55.182 INFO O| May 15 03:15:55.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
| 7394 | 2024-05-15T03:15:55.667Z | [ recovery-image] May 15 03:15:55.182 INFO O| May 15 03:15:55.182 INFO STEP 991 (remove_files) COMPLETE |
| 7395 | 2024-05-15T03:15:55.667Z | [ recovery-image] May 15 03:15:55.182 INFO O| May 15 03:15:55.182 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7396 | 2024-05-15T03:15:55.667Z | [ recovery-image] May 15 03:15:55.195 INFO O| May 15 03:15:55.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
| 7397 | 2024-05-15T03:15:55.668Z | [ recovery-image] May 15 03:15:55.195 INFO O| May 15 03:15:55.195 INFO STEP 992 (remove_files) COMPLETE |
| 7398 | 2024-05-15T03:15:55.668Z | [ recovery-image] May 15 03:15:55.195 INFO O| May 15 03:15:55.195 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7399 | 2024-05-15T03:15:55.668Z | [ recovery-image] May 15 03:15:55.207 INFO O| May 15 03:15:55.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
| 7400 | 2024-05-15T03:15:55.668Z | [ recovery-image] May 15 03:15:55.207 INFO O| May 15 03:15:55.207 INFO STEP 993 (remove_files) COMPLETE |
| 7401 | 2024-05-15T03:15:55.669Z | [ recovery-image] May 15 03:15:55.207 INFO O| May 15 03:15:55.207 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7402 | 2024-05-15T03:15:55.704Z | [ recovery-image] May 15 03:15:55.220 INFO O| May 15 03:15:55.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
| 7403 | 2024-05-15T03:15:55.704Z | [ recovery-image] May 15 03:15:55.220 INFO O| May 15 03:15:55.220 INFO STEP 994 (remove_files) COMPLETE |
| 7404 | 2024-05-15T03:15:55.705Z | [ recovery-image] May 15 03:15:55.220 INFO O| May 15 03:15:55.220 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7405 | 2024-05-15T03:15:55.705Z | [ recovery-image] May 15 03:15:55.234 INFO O| May 15 03:15:55.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
| 7406 | 2024-05-15T03:15:55.705Z | [ recovery-image] May 15 03:15:55.234 INFO O| May 15 03:15:55.234 INFO STEP 995 (remove_files) COMPLETE |
| 7407 | 2024-05-15T03:15:55.706Z | [ recovery-image] May 15 03:15:55.234 INFO O| May 15 03:15:55.234 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7408 | 2024-05-15T03:15:55.746Z | [ recovery-image] May 15 03:15:55.250 INFO O| May 15 03:15:55.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
| 7409 | 2024-05-15T03:15:55.746Z | [ recovery-image] May 15 03:15:55.250 INFO O| May 15 03:15:55.250 INFO STEP 996 (remove_files) COMPLETE |
| 7410 | 2024-05-15T03:15:55.746Z | [ recovery-image] May 15 03:15:55.250 INFO O| May 15 03:15:55.250 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7411 | 2024-05-15T03:15:55.746Z | [ recovery-image] May 15 03:15:55.264 INFO O| May 15 03:15:55.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
| 7412 | 2024-05-15T03:15:55.746Z | [ recovery-image] May 15 03:15:55.264 INFO O| May 15 03:15:55.264 INFO STEP 997 (remove_files) COMPLETE |
| 7413 | 2024-05-15T03:15:55.747Z | [ recovery-image] May 15 03:15:55.264 INFO O| May 15 03:15:55.264 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7414 | 2024-05-15T03:15:55.747Z | [ recovery-image] May 15 03:15:55.279 INFO O| May 15 03:15:55.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
| 7415 | 2024-05-15T03:15:55.748Z | [ recovery-image] May 15 03:15:55.279 INFO O| May 15 03:15:55.279 INFO STEP 998 (remove_files) COMPLETE |
| 7416 | 2024-05-15T03:15:55.748Z | [ recovery-image] May 15 03:15:55.279 INFO O| May 15 03:15:55.279 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7417 | 2024-05-15T03:15:55.787Z | [ recovery-image] May 15 03:15:55.293 INFO O| May 15 03:15:55.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
| 7418 | 2024-05-15T03:15:55.787Z | [ recovery-image] May 15 03:15:55.293 INFO O| May 15 03:15:55.293 INFO STEP 999 (remove_files) COMPLETE |
| 7419 | 2024-05-15T03:15:55.787Z | [ recovery-image] May 15 03:15:55.293 INFO O| May 15 03:15:55.293 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7420 | 2024-05-15T03:15:55.787Z | [ recovery-image] May 15 03:15:55.307 INFO O| May 15 03:15:55.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
| 7421 | 2024-05-15T03:15:55.788Z | [ recovery-image] May 15 03:15:55.307 INFO O| May 15 03:15:55.307 INFO STEP 1000 (remove_files) COMPLETE |
| 7422 | 2024-05-15T03:15:55.788Z | [ recovery-image] May 15 03:15:55.307 INFO O| May 15 03:15:55.307 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7423 | 2024-05-15T03:15:55.788Z | [ recovery-image] May 15 03:15:55.321 INFO O| May 15 03:15:55.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
| 7424 | 2024-05-15T03:15:55.788Z | [ recovery-image] May 15 03:15:55.321 INFO O| May 15 03:15:55.321 INFO STEP 1001 (remove_files) COMPLETE |
| 7425 | 2024-05-15T03:15:55.789Z | [ recovery-image] May 15 03:15:55.321 INFO O| May 15 03:15:55.321 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7426 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.334 INFO O| May 15 03:15:55.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
| 7427 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.334 INFO O| May 15 03:15:55.334 INFO STEP 1002 (remove_files) COMPLETE |
| 7428 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.334 INFO O| May 15 03:15:55.334 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7429 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.348 INFO O| May 15 03:15:55.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
| 7430 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.348 INFO O| May 15 03:15:55.348 INFO STEP 1003 (remove_files) COMPLETE |
| 7431 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.348 INFO O| May 15 03:15:55.348 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7432 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.362 INFO O| May 15 03:15:55.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
| 7433 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.362 INFO O| May 15 03:15:55.362 INFO STEP 1004 (remove_files) COMPLETE |
| 7434 | 2024-05-15T03:15:55.819Z | [ recovery-image] May 15 03:15:55.362 INFO O| May 15 03:15:55.362 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7435 | 2024-05-15T03:15:55.857Z | [ recovery-image] May 15 03:15:55.376 INFO O| May 15 03:15:55.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
| 7436 | 2024-05-15T03:15:55.857Z | [ recovery-image] May 15 03:15:55.376 INFO O| May 15 03:15:55.376 INFO STEP 1005 (remove_files) COMPLETE |
| 7437 | 2024-05-15T03:15:55.857Z | [ recovery-image] May 15 03:15:55.376 INFO O| May 15 03:15:55.376 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7438 | 2024-05-15T03:15:55.857Z | [ recovery-image] May 15 03:15:55.389 INFO O| May 15 03:15:55.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
| 7439 | 2024-05-15T03:15:55.857Z | [ recovery-image] May 15 03:15:55.390 INFO O| May 15 03:15:55.390 INFO STEP 1006 (remove_files) COMPLETE |
| 7440 | 2024-05-15T03:15:55.857Z | [ recovery-image] May 15 03:15:55.390 INFO O| May 15 03:15:55.390 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7441 | 2024-05-15T03:15:55.897Z | [ recovery-image] May 15 03:15:55.404 INFO O| May 15 03:15:55.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
| 7442 | 2024-05-15T03:15:55.897Z | [ recovery-image] May 15 03:15:55.404 INFO O| May 15 03:15:55.404 INFO STEP 1007 (remove_files) COMPLETE |
| 7443 | 2024-05-15T03:15:55.898Z | [ recovery-image] May 15 03:15:55.404 INFO O| May 15 03:15:55.404 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7444 | 2024-05-15T03:15:55.898Z | [ recovery-image] May 15 03:15:55.418 INFO O| May 15 03:15:55.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
| 7445 | 2024-05-15T03:15:55.898Z | [ recovery-image] May 15 03:15:55.418 INFO O| May 15 03:15:55.418 INFO STEP 1008 (remove_files) COMPLETE |
| 7446 | 2024-05-15T03:15:55.898Z | [ recovery-image] May 15 03:15:55.418 INFO O| May 15 03:15:55.418 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7447 | 2024-05-15T03:15:55.899Z | [ recovery-image] May 15 03:15:55.432 INFO O| May 15 03:15:55.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
| 7448 | 2024-05-15T03:15:55.899Z | [ recovery-image] May 15 03:15:55.432 INFO O| May 15 03:15:55.432 INFO STEP 1009 (remove_files) COMPLETE |
| 7449 | 2024-05-15T03:15:55.899Z | [ recovery-image] May 15 03:15:55.432 INFO O| May 15 03:15:55.432 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7450 | 2024-05-15T03:15:55.929Z | [ recovery-image] May 15 03:15:55.454 INFO O| May 15 03:15:55.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
| 7451 | 2024-05-15T03:15:55.929Z | [ recovery-image] May 15 03:15:55.454 INFO O| May 15 03:15:55.454 INFO STEP 1010 (remove_files) COMPLETE |
| 7452 | 2024-05-15T03:15:55.930Z | [ recovery-image] May 15 03:15:55.454 INFO O| May 15 03:15:55.454 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7453 | 2024-05-15T03:15:55.930Z | [ recovery-image] May 15 03:15:55.474 INFO O| May 15 03:15:55.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
| 7454 | 2024-05-15T03:15:55.930Z | [ recovery-image] May 15 03:15:55.474 INFO O| May 15 03:15:55.474 INFO STEP 1011 (remove_files) COMPLETE |
| 7455 | 2024-05-15T03:15:55.930Z | [ recovery-image] May 15 03:15:55.474 INFO O| May 15 03:15:55.474 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7456 | 2024-05-15T03:15:55.966Z | [ recovery-image] May 15 03:15:55.492 INFO O| May 15 03:15:55.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
| 7457 | 2024-05-15T03:15:55.966Z | [ recovery-image] May 15 03:15:55.492 INFO O| May 15 03:15:55.492 INFO STEP 1012 (remove_files) COMPLETE |
| 7458 | 2024-05-15T03:15:55.966Z | [ recovery-image] May 15 03:15:55.492 INFO O| May 15 03:15:55.492 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7459 | 2024-05-15T03:15:55.966Z | [ recovery-image] May 15 03:15:55.510 INFO O| May 15 03:15:55.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
| 7460 | 2024-05-15T03:15:55.966Z | [ recovery-image] May 15 03:15:55.511 INFO O| May 15 03:15:55.511 INFO STEP 1013 (remove_files) COMPLETE |
| 7461 | 2024-05-15T03:15:55.967Z | [ recovery-image] May 15 03:15:55.511 INFO O| May 15 03:15:55.511 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7462 | 2024-05-15T03:15:56.879Z | [ recovery-image] May 15 03:15:55.528 INFO O| May 15 03:15:55.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7463 | 2024-05-15T03:15:56.879Z | [ recovery-image] May 15 03:15:55.529 INFO O| May 15 03:15:55.529 INFO STEP 1014 (remove_files) COMPLETE |
| 7464 | 2024-05-15T03:15:56.879Z | [ recovery-image] May 15 03:15:55.529 INFO O| May 15 03:15:55.529 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7465 | 2024-05-15T03:15:56.879Z | [ recovery-image] May 15 03:15:55.550 INFO O| May 15 03:15:55.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
| 7466 | 2024-05-15T03:15:56.879Z | [ recovery-image] May 15 03:15:55.551 INFO O| May 15 03:15:55.551 INFO STEP 1015 (remove_files) COMPLETE |
| 7467 | 2024-05-15T03:15:56.879Z | [ recovery-image] May 15 03:15:55.551 INFO O| May 15 03:15:55.551 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7468 | 2024-05-15T03:15:56.879Z | [ recovery-image] May 15 03:15:55.567 INFO O| May 15 03:15:55.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7469 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.567 INFO O| May 15 03:15:55.567 INFO STEP 1016 (remove_files) COMPLETE |
| 7470 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.567 INFO O| May 15 03:15:55.567 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7471 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.589 INFO O| May 15 03:15:55.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7472 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.589 INFO O| May 15 03:15:55.589 INFO STEP 1017 (remove_files) COMPLETE |
| 7473 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.589 INFO O| May 15 03:15:55.589 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7474 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.611 INFO O| May 15 03:15:55.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
| 7475 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.611 INFO O| May 15 03:15:55.611 INFO STEP 1018 (remove_files) COMPLETE |
| 7476 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.611 INFO O| May 15 03:15:55.611 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7477 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.634 INFO O| May 15 03:15:55.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7478 | 2024-05-15T03:15:56.880Z | [ recovery-image] May 15 03:15:55.634 INFO O| May 15 03:15:55.634 INFO STEP 1019 (remove_files) COMPLETE |
| 7479 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.634 INFO O| May 15 03:15:55.634 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7480 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.648 INFO O| May 15 03:15:55.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
| 7481 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.648 INFO O| May 15 03:15:55.648 INFO STEP 1020 (remove_files) COMPLETE |
| 7482 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.648 INFO O| May 15 03:15:55.648 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7483 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.660 INFO O| May 15 03:15:55.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
| 7484 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.660 INFO O| May 15 03:15:55.660 INFO STEP 1021 (remove_files) COMPLETE |
| 7485 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.660 INFO O| May 15 03:15:55.660 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7486 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.672 INFO O| May 15 03:15:55.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
| 7487 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.672 INFO O| May 15 03:15:55.672 INFO STEP 1022 (remove_files) COMPLETE |
| 7488 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.672 INFO O| May 15 03:15:55.672 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7489 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.685 INFO O| May 15 03:15:55.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
| 7490 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.685 INFO O| May 15 03:15:55.685 INFO STEP 1023 (remove_files) COMPLETE |
| 7491 | 2024-05-15T03:15:56.881Z | [ recovery-image] May 15 03:15:55.685 INFO O| May 15 03:15:55.685 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7492 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.699 INFO O| May 15 03:15:55.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
| 7493 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.699 INFO O| May 15 03:15:55.699 INFO STEP 1024 (remove_files) COMPLETE |
| 7494 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.699 INFO O| May 15 03:15:55.699 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7495 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.715 INFO O| May 15 03:15:55.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
| 7496 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.715 INFO O| May 15 03:15:55.715 INFO STEP 1025 (remove_files) COMPLETE |
| 7497 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.715 INFO O| May 15 03:15:55.715 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7498 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.729 INFO O| May 15 03:15:55.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
| 7499 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.729 INFO O| May 15 03:15:55.729 INFO STEP 1026 (remove_files) COMPLETE |
| 7500 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.729 INFO O| May 15 03:15:55.729 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7501 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.743 INFO O| May 15 03:15:55.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
| 7502 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.744 INFO O| May 15 03:15:55.744 INFO STEP 1027 (remove_files) COMPLETE |
| 7503 | 2024-05-15T03:15:56.882Z | [ recovery-image] May 15 03:15:55.744 INFO O| May 15 03:15:55.744 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7504 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.758 INFO O| May 15 03:15:55.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
| 7505 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.758 INFO O| May 15 03:15:55.758 INFO STEP 1028 (remove_files) COMPLETE |
| 7506 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.758 INFO O| May 15 03:15:55.758 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7507 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.771 INFO O| May 15 03:15:55.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
| 7508 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.771 INFO O| May 15 03:15:55.771 INFO STEP 1029 (remove_files) COMPLETE |
| 7509 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.771 INFO O| May 15 03:15:55.771 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7510 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.784 INFO O| May 15 03:15:55.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
| 7511 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.784 INFO O| May 15 03:15:55.784 INFO STEP 1030 (remove_files) COMPLETE |
| 7512 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.784 INFO O| May 15 03:15:55.784 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7513 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.801 INFO O| May 15 03:15:55.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
| 7514 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.801 INFO O| May 15 03:15:55.801 INFO STEP 1031 (remove_files) COMPLETE |
| 7515 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.801 INFO O| May 15 03:15:55.801 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7516 | 2024-05-15T03:15:56.883Z | [ recovery-image] May 15 03:15:55.815 INFO O| May 15 03:15:55.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
| 7517 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.815 INFO O| May 15 03:15:55.815 INFO STEP 1032 (remove_files) COMPLETE |
| 7518 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.815 INFO O| May 15 03:15:55.815 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7519 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.828 INFO O| May 15 03:15:55.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
| 7520 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.828 INFO O| May 15 03:15:55.828 INFO STEP 1033 (remove_files) COMPLETE |
| 7521 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.829 INFO O| May 15 03:15:55.828 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7522 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.842 INFO O| May 15 03:15:55.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
| 7523 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.842 INFO O| May 15 03:15:55.842 INFO STEP 1034 (remove_files) COMPLETE |
| 7524 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.842 INFO O| May 15 03:15:55.842 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7525 | 2024-05-15T03:15:56.884Z | [ recovery-image] May 15 03:15:55.856 INFO O| May 15 03:15:55.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
| 7526 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.856 INFO O| May 15 03:15:55.856 INFO STEP 1035 (remove_files) COMPLETE |
| 7527 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.856 INFO O| May 15 03:15:55.856 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7528 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.869 INFO O| May 15 03:15:55.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
| 7529 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.869 INFO O| May 15 03:15:55.869 INFO STEP 1036 (remove_files) COMPLETE |
| 7530 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.869 INFO O| May 15 03:15:55.869 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7531 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.882 INFO O| May 15 03:15:55.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
| 7532 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.882 INFO O| May 15 03:15:55.882 INFO STEP 1037 (remove_files) COMPLETE |
| 7533 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.882 INFO O| May 15 03:15:55.882 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7534 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.897 INFO O| May 15 03:15:55.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
| 7535 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.897 INFO O| May 15 03:15:55.897 INFO STEP 1038 (remove_files) COMPLETE |
| 7536 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.897 INFO O| May 15 03:15:55.897 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7537 | 2024-05-15T03:15:56.885Z | [ recovery-image] May 15 03:15:55.911 INFO O| May 15 03:15:55.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
| 7538 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.911 INFO O| May 15 03:15:55.911 INFO STEP 1039 (remove_files) COMPLETE |
| 7539 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.911 INFO O| May 15 03:15:55.911 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7540 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.924 INFO O| May 15 03:15:55.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
| 7541 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.925 INFO O| May 15 03:15:55.925 INFO STEP 1040 (remove_files) COMPLETE |
| 7542 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.925 INFO O| May 15 03:15:55.925 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7543 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.939 INFO O| May 15 03:15:55.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
| 7544 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.939 INFO O| May 15 03:15:55.939 INFO STEP 1041 (remove_files) COMPLETE |
| 7545 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.939 INFO O| May 15 03:15:55.939 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7546 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.952 INFO O| May 15 03:15:55.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
| 7547 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.953 INFO O| May 15 03:15:55.952 INFO STEP 1042 (remove_files) COMPLETE |
| 7548 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.953 INFO O| May 15 03:15:55.953 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7549 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.966 INFO O| May 15 03:15:55.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
| 7550 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.966 INFO O| May 15 03:15:55.966 INFO STEP 1043 (remove_files) COMPLETE |
| 7551 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.966 INFO O| May 15 03:15:55.966 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7552 | 2024-05-15T03:15:56.886Z | [ recovery-image] May 15 03:15:55.980 INFO O| May 15 03:15:55.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
| 7553 | 2024-05-15T03:15:56.887Z | [ recovery-image] May 15 03:15:55.980 INFO O| May 15 03:15:55.980 INFO STEP 1044 (remove_files) COMPLETE |
| 7554 | 2024-05-15T03:15:56.887Z | [ recovery-image] May 15 03:15:55.980 INFO O| May 15 03:15:55.980 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7555 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:55.994 INFO O| May 15 03:15:55.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
| 7556 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:55.994 INFO O| May 15 03:15:55.994 INFO STEP 1045 (remove_files) COMPLETE |
| 7557 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:55.994 INFO O| May 15 03:15:55.994 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7558 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.007 INFO O| May 15 03:15:56.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
| 7559 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.007 INFO O| May 15 03:15:56.007 INFO STEP 1046 (remove_files) COMPLETE |
| 7560 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.007 INFO O| May 15 03:15:56.007 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7561 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.020 INFO O| May 15 03:15:56.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
| 7562 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.020 INFO O| May 15 03:15:56.020 INFO STEP 1047 (remove_files) COMPLETE |
| 7563 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.020 INFO O| May 15 03:15:56.020 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7564 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.033 INFO O| May 15 03:15:56.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
| 7565 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.033 INFO O| May 15 03:15:56.033 INFO STEP 1048 (remove_files) COMPLETE |
| 7566 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.033 INFO O| May 15 03:15:56.033 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7567 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.046 INFO O| May 15 03:15:56.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
| 7568 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.046 INFO O| May 15 03:15:56.046 INFO STEP 1049 (remove_files) COMPLETE |
| 7569 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.046 INFO O| May 15 03:15:56.046 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7570 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.058 INFO O| May 15 03:15:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
| 7571 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.058 INFO O| May 15 03:15:56.058 INFO STEP 1050 (remove_files) COMPLETE |
| 7572 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.058 INFO O| May 15 03:15:56.058 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7573 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.071 INFO O| May 15 03:15:56.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
| 7574 | 2024-05-15T03:15:56.915Z | [ recovery-image] May 15 03:15:56.072 INFO O| May 15 03:15:56.071 INFO STEP 1051 (remove_files) COMPLETE |
| 7575 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.072 INFO O| May 15 03:15:56.072 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7576 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.084 INFO O| May 15 03:15:56.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
| 7577 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.084 INFO O| May 15 03:15:56.084 INFO STEP 1052 (remove_files) COMPLETE |
| 7578 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.084 INFO O| May 15 03:15:56.084 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7579 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.098 INFO O| May 15 03:15:56.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
| 7580 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.098 INFO O| May 15 03:15:56.098 INFO STEP 1053 (remove_files) COMPLETE |
| 7581 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.098 INFO O| May 15 03:15:56.098 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7582 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.111 INFO O| May 15 03:15:56.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
| 7583 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.111 INFO O| May 15 03:15:56.111 INFO STEP 1054 (remove_files) COMPLETE |
| 7584 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.111 INFO O| May 15 03:15:56.111 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7585 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.125 INFO O| May 15 03:15:56.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
| 7586 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.125 INFO O| May 15 03:15:56.125 INFO STEP 1055 (remove_files) COMPLETE |
| 7587 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.125 INFO O| May 15 03:15:56.125 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7588 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.142 INFO O| May 15 03:15:56.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
| 7589 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.142 INFO O| May 15 03:15:56.142 INFO STEP 1056 (remove_files) COMPLETE |
| 7590 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.142 INFO O| May 15 03:15:56.142 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7591 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.156 INFO O| May 15 03:15:56.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
| 7592 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.156 INFO O| May 15 03:15:56.156 INFO STEP 1057 (remove_files) COMPLETE |
| 7593 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.156 INFO O| May 15 03:15:56.156 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7594 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.174 INFO O| May 15 03:15:56.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
| 7595 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.174 INFO O| May 15 03:15:56.174 INFO STEP 1058 (remove_files) COMPLETE |
| 7596 | 2024-05-15T03:15:56.916Z | [ recovery-image] May 15 03:15:56.174 INFO O| May 15 03:15:56.174 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7597 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.189 INFO O| May 15 03:15:56.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
| 7598 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.189 INFO O| May 15 03:15:56.189 INFO STEP 1059 (remove_files) COMPLETE |
| 7599 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.189 INFO O| May 15 03:15:56.189 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7600 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.204 INFO O| May 15 03:15:56.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
| 7601 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.204 INFO O| May 15 03:15:56.204 INFO STEP 1060 (remove_files) COMPLETE |
| 7602 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.204 INFO O| May 15 03:15:56.204 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7603 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.218 INFO O| May 15 03:15:56.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
| 7604 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.218 INFO O| May 15 03:15:56.218 INFO STEP 1061 (remove_files) COMPLETE |
| 7605 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.218 INFO O| May 15 03:15:56.218 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7606 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.238 INFO O| May 15 03:15:56.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
| 7607 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.238 INFO O| May 15 03:15:56.238 INFO STEP 1062 (remove_files) COMPLETE |
| 7608 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.238 INFO O| May 15 03:15:56.238 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7609 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.255 INFO O| May 15 03:15:56.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
| 7610 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.255 INFO O| May 15 03:15:56.255 INFO STEP 1063 (remove_files) COMPLETE |
| 7611 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.255 INFO O| May 15 03:15:56.255 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7612 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.275 INFO O| May 15 03:15:56.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
| 7613 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.275 INFO O| May 15 03:15:56.275 INFO STEP 1064 (remove_files) COMPLETE |
| 7614 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.275 INFO O| May 15 03:15:56.275 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7615 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.291 INFO O| May 15 03:15:56.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
| 7616 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.291 INFO O| May 15 03:15:56.291 INFO STEP 1065 (remove_files) COMPLETE |
| 7617 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.291 INFO O| May 15 03:15:56.291 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7618 | 2024-05-15T03:15:56.917Z | [ recovery-image] May 15 03:15:56.306 INFO O| May 15 03:15:56.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
| 7619 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.306 INFO O| May 15 03:15:56.306 INFO STEP 1066 (remove_files) COMPLETE |
| 7620 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.306 INFO O| May 15 03:15:56.306 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7621 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.320 INFO O| May 15 03:15:56.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
| 7622 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.320 INFO O| May 15 03:15:56.320 INFO STEP 1067 (remove_files) COMPLETE |
| 7623 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.320 INFO O| May 15 03:15:56.320 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7624 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.333 INFO O| May 15 03:15:56.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
| 7625 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.333 INFO O| May 15 03:15:56.333 INFO STEP 1068 (remove_files) COMPLETE |
| 7626 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.333 INFO O| May 15 03:15:56.333 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7627 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.347 INFO O| May 15 03:15:56.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
| 7628 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.347 INFO O| May 15 03:15:56.347 INFO STEP 1069 (remove_files) COMPLETE |
| 7629 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.347 INFO O| May 15 03:15:56.347 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7630 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.361 INFO O| May 15 03:15:56.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
| 7631 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.361 INFO O| May 15 03:15:56.361 INFO STEP 1070 (remove_files) COMPLETE |
| 7632 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.361 INFO O| May 15 03:15:56.361 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7633 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.374 INFO O| May 15 03:15:56.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
| 7634 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.374 INFO O| May 15 03:15:56.374 INFO STEP 1071 (remove_files) COMPLETE |
| 7635 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.374 INFO O| May 15 03:15:56.374 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7636 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.387 INFO O| May 15 03:15:56.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
| 7637 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.388 INFO O| May 15 03:15:56.388 INFO STEP 1072 (remove_files) COMPLETE |
| 7638 | 2024-05-15T03:15:56.918Z | [ recovery-image] May 15 03:15:56.388 INFO O| May 15 03:15:56.388 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7639 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.401 INFO O| May 15 03:15:56.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
| 7640 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.401 INFO O| May 15 03:15:56.401 INFO STEP 1073 (remove_files) COMPLETE |
| 7641 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.401 INFO O| May 15 03:15:56.401 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7642 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.415 INFO O| May 15 03:15:56.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
| 7643 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.415 INFO O| May 15 03:15:56.415 INFO STEP 1074 (remove_files) COMPLETE |
| 7644 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.415 INFO O| May 15 03:15:56.415 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7645 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.428 INFO O| May 15 03:15:56.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
| 7646 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.428 INFO O| May 15 03:15:56.428 INFO STEP 1075 (remove_files) COMPLETE |
| 7647 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.429 INFO O| May 15 03:15:56.428 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7648 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.442 INFO O| May 15 03:15:56.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
| 7649 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.442 INFO O| May 15 03:15:56.442 INFO STEP 1076 (remove_files) COMPLETE |
| 7650 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.442 INFO O| May 15 03:15:56.442 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7651 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.455 INFO O| May 15 03:15:56.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
| 7652 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.455 INFO O| May 15 03:15:56.455 INFO STEP 1077 (remove_files) COMPLETE |
| 7653 | 2024-05-15T03:15:56.919Z | [ recovery-image] May 15 03:15:56.455 INFO O| May 15 03:15:56.455 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7654 | 2024-05-15T03:15:56.944Z | [ recovery-image] May 15 03:15:56.468 INFO O| May 15 03:15:56.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
| 7655 | 2024-05-15T03:15:56.945Z | [ recovery-image] May 15 03:15:56.468 INFO O| May 15 03:15:56.468 INFO STEP 1078 (remove_files) COMPLETE |
| 7656 | 2024-05-15T03:15:56.945Z | [ recovery-image] May 15 03:15:56.468 INFO O| May 15 03:15:56.468 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7657 | 2024-05-15T03:15:56.945Z | [ recovery-image] May 15 03:15:56.481 INFO O| May 15 03:15:56.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
| 7658 | 2024-05-15T03:15:56.945Z | [ recovery-image] May 15 03:15:56.481 INFO O| May 15 03:15:56.481 INFO STEP 1079 (remove_files) COMPLETE |
| 7659 | 2024-05-15T03:15:56.945Z | [ recovery-image] May 15 03:15:56.481 INFO O| May 15 03:15:56.481 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7660 | 2024-05-15T03:15:56.970Z | [ recovery-image] May 15 03:15:56.494 INFO O| May 15 03:15:56.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
| 7661 | 2024-05-15T03:15:56.971Z | [ recovery-image] May 15 03:15:56.495 INFO O| May 15 03:15:56.495 INFO STEP 1080 (remove_files) COMPLETE |
| 7662 | 2024-05-15T03:15:56.971Z | [ recovery-image] May 15 03:15:56.495 INFO O| May 15 03:15:56.495 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7663 | 2024-05-15T03:15:56.971Z | [ recovery-image] May 15 03:15:56.509 INFO O| May 15 03:15:56.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
| 7664 | 2024-05-15T03:15:56.971Z | [ recovery-image] May 15 03:15:56.509 INFO O| May 15 03:15:56.509 INFO STEP 1081 (remove_files) COMPLETE |
| 7665 | 2024-05-15T03:15:56.971Z | [ recovery-image] May 15 03:15:56.509 INFO O| May 15 03:15:56.509 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7666 | 2024-05-15T03:15:56.998Z | [ recovery-image] May 15 03:15:56.522 INFO O| May 15 03:15:56.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
| 7667 | 2024-05-15T03:15:56.998Z | [ recovery-image] May 15 03:15:56.522 INFO O| May 15 03:15:56.522 INFO STEP 1082 (remove_files) COMPLETE |
| 7668 | 2024-05-15T03:15:56.998Z | [ recovery-image] May 15 03:15:56.522 INFO O| May 15 03:15:56.522 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7669 | 2024-05-15T03:15:56.998Z | [ recovery-image] May 15 03:15:56.535 INFO O| May 15 03:15:56.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
| 7670 | 2024-05-15T03:15:56.998Z | [ recovery-image] May 15 03:15:56.535 INFO O| May 15 03:15:56.535 INFO STEP 1083 (remove_files) COMPLETE |
| 7671 | 2024-05-15T03:15:56.998Z | [ recovery-image] May 15 03:15:56.535 INFO O| May 15 03:15:56.535 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7672 | 2024-05-15T03:15:57.023Z | [ recovery-image] May 15 03:15:56.549 INFO O| May 15 03:15:56.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
| 7673 | 2024-05-15T03:15:57.023Z | [ recovery-image] May 15 03:15:56.549 INFO O| May 15 03:15:56.549 INFO STEP 1084 (remove_files) COMPLETE |
| 7674 | 2024-05-15T03:15:57.023Z | [ recovery-image] May 15 03:15:56.549 INFO O| May 15 03:15:56.549 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7675 | 2024-05-15T03:15:57.023Z | [ recovery-image] May 15 03:15:56.563 INFO O| May 15 03:15:56.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
| 7676 | 2024-05-15T03:15:57.023Z | [ recovery-image] May 15 03:15:56.563 INFO O| May 15 03:15:56.563 INFO STEP 1085 (remove_files) COMPLETE |
| 7677 | 2024-05-15T03:15:57.024Z | [ recovery-image] May 15 03:15:56.563 INFO O| May 15 03:15:56.563 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7678 | 2024-05-15T03:15:57.049Z | [ recovery-image] May 15 03:15:56.581 INFO O| May 15 03:15:56.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
| 7679 | 2024-05-15T03:15:57.049Z | [ recovery-image] May 15 03:15:56.581 INFO O| May 15 03:15:56.581 INFO STEP 1086 (remove_files) COMPLETE |
| 7680 | 2024-05-15T03:15:57.049Z | [ recovery-image] May 15 03:15:56.581 INFO O| May 15 03:15:56.581 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7681 | 2024-05-15T03:15:57.049Z | [ recovery-image] May 15 03:15:56.596 INFO O| May 15 03:15:56.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
| 7682 | 2024-05-15T03:15:57.049Z | [ recovery-image] May 15 03:15:56.596 INFO O| May 15 03:15:56.596 INFO STEP 1087 (remove_files) COMPLETE |
| 7683 | 2024-05-15T03:15:57.050Z | [ recovery-image] May 15 03:15:56.596 INFO O| May 15 03:15:56.596 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7684 | 2024-05-15T03:15:57.088Z | [ recovery-image] May 15 03:15:56.611 INFO O| May 15 03:15:56.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
| 7685 | 2024-05-15T03:15:57.088Z | [ recovery-image] May 15 03:15:56.611 INFO O| May 15 03:15:56.611 INFO STEP 1088 (remove_files) COMPLETE |
| 7686 | 2024-05-15T03:15:57.088Z | [ recovery-image] May 15 03:15:56.611 INFO O| May 15 03:15:56.611 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7687 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.625 INFO O| May 15 03:15:56.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
| 7688 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.625 INFO O| May 15 03:15:56.625 INFO STEP 1089 (remove_files) COMPLETE |
| 7689 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.625 INFO O| May 15 03:15:56.625 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7690 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.640 INFO O| May 15 03:15:56.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
| 7691 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.640 INFO O| May 15 03:15:56.640 INFO STEP 1090 (remove_files) COMPLETE |
| 7692 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.640 INFO O| May 15 03:15:56.640 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7693 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.656 INFO O| May 15 03:15:56.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
| 7694 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.656 INFO O| May 15 03:15:56.656 INFO STEP 1091 (remove_files) COMPLETE |
| 7695 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.656 INFO O| May 15 03:15:56.656 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7696 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.670 INFO O| May 15 03:15:56.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
| 7697 | 2024-05-15T03:15:57.125Z | [ recovery-image] May 15 03:15:56.670 INFO O| May 15 03:15:56.670 INFO STEP 1092 (remove_files) COMPLETE |
| 7698 | 2024-05-15T03:15:57.126Z | [ recovery-image] May 15 03:15:56.670 INFO O| May 15 03:15:56.670 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7699 | 2024-05-15T03:15:58.720Z | [ recovery-image] May 15 03:15:56.686 INFO O| May 15 03:15:56.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
| 7700 | 2024-05-15T03:15:58.720Z | [ recovery-image] May 15 03:15:56.686 INFO O| May 15 03:15:56.686 INFO STEP 1093 (remove_files) COMPLETE |
| 7701 | 2024-05-15T03:15:58.720Z | [ recovery-image] May 15 03:15:56.686 INFO O| May 15 03:15:56.686 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7702 | 2024-05-15T03:15:58.720Z | [ recovery-image] May 15 03:15:56.701 INFO O| May 15 03:15:56.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
| 7703 | 2024-05-15T03:15:58.720Z | [ recovery-image] May 15 03:15:56.701 INFO O| May 15 03:15:56.701 INFO STEP 1094 (remove_files) COMPLETE |
| 7704 | 2024-05-15T03:15:58.721Z | [ recovery-image] May 15 03:15:56.702 INFO O| May 15 03:15:56.701 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7705 | 2024-05-15T03:15:58.721Z | [ recovery-image] May 15 03:15:56.716 INFO O| May 15 03:15:56.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
| 7706 | 2024-05-15T03:15:58.721Z | [ recovery-image] May 15 03:15:56.716 INFO O| May 15 03:15:56.716 INFO STEP 1095 (remove_files) COMPLETE |
| 7707 | 2024-05-15T03:15:58.721Z | [ recovery-image] May 15 03:15:56.716 INFO O| May 15 03:15:56.716 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7708 | 2024-05-15T03:15:58.721Z | [ recovery-image] May 15 03:15:56.730 INFO O| May 15 03:15:56.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
| 7709 | 2024-05-15T03:15:58.721Z | [ recovery-image] May 15 03:15:56.730 INFO O| May 15 03:15:56.730 INFO STEP 1096 (remove_files) COMPLETE |
| 7710 | 2024-05-15T03:15:58.721Z | [ recovery-image] May 15 03:15:56.730 INFO O| May 15 03:15:56.730 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7711 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.744 INFO O| May 15 03:15:56.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
| 7712 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.744 INFO O| May 15 03:15:56.744 INFO STEP 1097 (remove_files) COMPLETE |
| 7713 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.744 INFO O| May 15 03:15:56.744 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7714 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.758 INFO O| May 15 03:15:56.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
| 7715 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.758 INFO O| May 15 03:15:56.758 INFO STEP 1098 (remove_files) COMPLETE |
| 7716 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.758 INFO O| May 15 03:15:56.758 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7717 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.772 INFO O| May 15 03:15:56.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
| 7718 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.772 INFO O| May 15 03:15:56.772 INFO STEP 1099 (remove_files) COMPLETE |
| 7719 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.772 INFO O| May 15 03:15:56.772 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7720 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.785 INFO O| May 15 03:15:56.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
| 7721 | 2024-05-15T03:15:58.722Z | [ recovery-image] May 15 03:15:56.785 INFO O| May 15 03:15:56.785 INFO STEP 1100 (remove_files) COMPLETE |
| 7722 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.785 INFO O| May 15 03:15:56.785 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7723 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.798 INFO O| May 15 03:15:56.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
| 7724 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.798 INFO O| May 15 03:15:56.798 INFO STEP 1101 (remove_files) COMPLETE |
| 7725 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.798 INFO O| May 15 03:15:56.798 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7726 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.811 INFO O| May 15 03:15:56.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
| 7727 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.811 INFO O| May 15 03:15:56.811 INFO STEP 1102 (remove_files) COMPLETE |
| 7728 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.811 INFO O| May 15 03:15:56.811 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7729 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.824 INFO O| May 15 03:15:56.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
| 7730 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.824 INFO O| May 15 03:15:56.824 INFO STEP 1103 (remove_files) COMPLETE |
| 7731 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.824 INFO O| May 15 03:15:56.824 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7732 | 2024-05-15T03:15:58.723Z | [ recovery-image] May 15 03:15:56.837 INFO O| May 15 03:15:56.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
| 7733 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.837 INFO O| May 15 03:15:56.837 INFO STEP 1104 (remove_files) COMPLETE |
| 7734 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.837 INFO O| May 15 03:15:56.837 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7735 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.850 INFO O| May 15 03:15:56.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
| 7736 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.850 INFO O| May 15 03:15:56.850 INFO STEP 1105 (remove_files) COMPLETE |
| 7737 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.850 INFO O| May 15 03:15:56.850 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7738 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.864 INFO O| May 15 03:15:56.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
| 7739 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.864 INFO O| May 15 03:15:56.864 INFO STEP 1106 (remove_files) COMPLETE |
| 7740 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.864 INFO O| May 15 03:15:56.864 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7741 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.881 INFO O| May 15 03:15:56.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
| 7742 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.881 INFO O| May 15 03:15:56.881 INFO STEP 1107 (remove_files) COMPLETE |
| 7743 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.881 INFO O| May 15 03:15:56.881 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7744 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.894 INFO O| May 15 03:15:56.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
| 7745 | 2024-05-15T03:15:58.724Z | [ recovery-image] May 15 03:15:56.894 INFO O| May 15 03:15:56.894 INFO STEP 1108 (remove_files) COMPLETE |
| 7746 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.894 INFO O| May 15 03:15:56.894 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7747 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.909 INFO O| May 15 03:15:56.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
| 7748 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.909 INFO O| May 15 03:15:56.909 INFO STEP 1109 (remove_files) COMPLETE |
| 7749 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.909 INFO O| May 15 03:15:56.909 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7750 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.922 INFO O| May 15 03:15:56.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
| 7751 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.922 INFO O| May 15 03:15:56.922 INFO STEP 1110 (remove_files) COMPLETE |
| 7752 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.922 INFO O| May 15 03:15:56.922 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7753 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.935 INFO O| May 15 03:15:56.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
| 7754 | 2024-05-15T03:15:58.725Z | [ recovery-image] May 15 03:15:56.935 INFO O| May 15 03:15:56.935 INFO STEP 1111 (remove_files) COMPLETE |
| 7755 | 2024-05-15T03:15:58.726Z | [ recovery-image] May 15 03:15:56.936 INFO O| May 15 03:15:56.935 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7756 | 2024-05-15T03:15:58.726Z | [ recovery-image] May 15 03:15:56.949 INFO O| May 15 03:15:56.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
| 7757 | 2024-05-15T03:15:58.726Z | [ recovery-image] May 15 03:15:56.949 INFO O| May 15 03:15:56.949 INFO STEP 1112 (remove_files) COMPLETE |
| 7758 | 2024-05-15T03:15:58.726Z | [ recovery-image] May 15 03:15:56.949 INFO O| May 15 03:15:56.949 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7759 | 2024-05-15T03:15:58.726Z | [ recovery-image] May 15 03:15:56.962 INFO O| May 15 03:15:56.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
| 7760 | 2024-05-15T03:15:58.726Z | [ recovery-image] May 15 03:15:56.962 INFO O| May 15 03:15:56.962 INFO STEP 1113 (remove_files) COMPLETE |
| 7761 | 2024-05-15T03:15:58.726Z | [ recovery-image] May 15 03:15:56.962 INFO O| May 15 03:15:56.962 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7762 | 2024-05-15T03:15:58.726Z | [ recovery-image] May 15 03:15:56.975 INFO O| May 15 03:15:56.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
| 7763 | 2024-05-15T03:15:58.727Z | [ recovery-image] May 15 03:15:56.975 INFO O| May 15 03:15:56.975 INFO STEP 1114 (remove_files) COMPLETE |
| 7764 | 2024-05-15T03:15:58.727Z | [ recovery-image] May 15 03:15:56.975 INFO O| May 15 03:15:56.975 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7765 | 2024-05-15T03:15:58.727Z | [ recovery-image] May 15 03:15:56.988 INFO O| May 15 03:15:56.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
| 7766 | 2024-05-15T03:15:58.727Z | [ recovery-image] May 15 03:15:56.989 INFO O| May 15 03:15:56.988 INFO STEP 1115 (remove_files) COMPLETE |
| 7767 | 2024-05-15T03:15:58.727Z | [ recovery-image] May 15 03:15:56.989 INFO O| May 15 03:15:56.988 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7768 | 2024-05-15T03:15:58.727Z | [ recovery-image] May 15 03:15:57.002 INFO O| May 15 03:15:57.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
| 7769 | 2024-05-15T03:15:58.728Z | [ recovery-image] May 15 03:15:57.002 INFO O| May 15 03:15:57.002 INFO STEP 1116 (remove_files) COMPLETE |
| 7770 | 2024-05-15T03:15:58.728Z | [ recovery-image] May 15 03:15:57.002 INFO O| May 15 03:15:57.002 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7771 | 2024-05-15T03:15:58.728Z | [ recovery-image] May 15 03:15:57.014 INFO O| May 15 03:15:57.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
| 7772 | 2024-05-15T03:15:58.728Z | [ recovery-image] May 15 03:15:57.014 INFO O| May 15 03:15:57.014 INFO STEP 1117 (remove_files) COMPLETE |
| 7773 | 2024-05-15T03:15:58.728Z | [ recovery-image] May 15 03:15:57.014 INFO O| May 15 03:15:57.014 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7774 | 2024-05-15T03:15:58.728Z | [ recovery-image] May 15 03:15:57.028 INFO O| May 15 03:15:57.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
| 7775 | 2024-05-15T03:15:58.728Z | [ recovery-image] May 15 03:15:57.028 INFO O| May 15 03:15:57.028 INFO STEP 1118 (remove_files) COMPLETE |
| 7776 | 2024-05-15T03:15:58.729Z | [ recovery-image] May 15 03:15:57.028 INFO O| May 15 03:15:57.028 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7777 | 2024-05-15T03:15:58.729Z | [ recovery-image] May 15 03:15:57.043 INFO O| May 15 03:15:57.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
| 7778 | 2024-05-15T03:15:58.729Z | [ recovery-image] May 15 03:15:57.043 INFO O| May 15 03:15:57.043 INFO STEP 1119 (remove_files) COMPLETE |
| 7779 | 2024-05-15T03:15:58.729Z | [ recovery-image] May 15 03:15:57.043 INFO O| May 15 03:15:57.043 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7780 | 2024-05-15T03:15:58.729Z | [ recovery-image] May 15 03:15:57.058 INFO O| May 15 03:15:57.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
| 7781 | 2024-05-15T03:15:58.729Z | [ recovery-image] May 15 03:15:57.058 INFO O| May 15 03:15:57.058 INFO STEP 1120 (remove_files) COMPLETE |
| 7782 | 2024-05-15T03:15:58.729Z | [ recovery-image] May 15 03:15:57.058 INFO O| May 15 03:15:57.058 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7783 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.072 INFO O| May 15 03:15:57.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
| 7784 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.072 INFO O| May 15 03:15:57.072 INFO STEP 1121 (remove_files) COMPLETE |
| 7785 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.072 INFO O| May 15 03:15:57.072 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7786 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.086 INFO O| May 15 03:15:57.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
| 7787 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.086 INFO O| May 15 03:15:57.086 INFO STEP 1122 (remove_files) COMPLETE |
| 7788 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.086 INFO O| May 15 03:15:57.086 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7789 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.100 INFO O| May 15 03:15:57.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
| 7790 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.101 INFO O| May 15 03:15:57.101 INFO STEP 1123 (remove_files) COMPLETE |
| 7791 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.101 INFO O| May 15 03:15:57.101 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7792 | 2024-05-15T03:15:58.730Z | [ recovery-image] May 15 03:15:57.115 INFO O| May 15 03:15:57.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
| 7793 | 2024-05-15T03:15:58.731Z | [ recovery-image] May 15 03:15:57.115 INFO O| May 15 03:15:57.115 INFO STEP 1124 (remove_files) COMPLETE |
| 7794 | 2024-05-15T03:15:58.731Z | [ recovery-image] May 15 03:15:57.115 INFO O| May 15 03:15:57.115 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7795 | 2024-05-15T03:15:58.731Z | [ recovery-image] May 15 03:15:57.128 INFO O| May 15 03:15:57.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
| 7796 | 2024-05-15T03:15:58.731Z | [ recovery-image] May 15 03:15:57.128 INFO O| May 15 03:15:57.128 INFO STEP 1125 (remove_files) COMPLETE |
| 7797 | 2024-05-15T03:15:58.731Z | [ recovery-image] May 15 03:15:57.128 INFO O| May 15 03:15:57.128 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7798 | 2024-05-15T03:15:59.263Z | [ recovery-image] May 15 03:15:57.141 INFO O| May 15 03:15:57.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
| 7799 | 2024-05-15T03:15:59.263Z | [ recovery-image] May 15 03:15:57.141 INFO O| May 15 03:15:57.141 INFO STEP 1126 (remove_files) COMPLETE |
| 7800 | 2024-05-15T03:15:59.263Z | [ recovery-image] May 15 03:15:57.141 INFO O| May 15 03:15:57.141 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7801 | 2024-05-15T03:15:59.264Z | [ recovery-image] May 15 03:15:57.154 INFO O| May 15 03:15:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
| 7802 | 2024-05-15T03:15:59.264Z | [ recovery-image] May 15 03:15:57.154 INFO O| May 15 03:15:57.154 INFO STEP 1127 (remove_files) COMPLETE |
| 7803 | 2024-05-15T03:15:59.264Z | [ recovery-image] May 15 03:15:57.154 INFO O| May 15 03:15:57.154 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7804 | 2024-05-15T03:15:59.264Z | [ recovery-image] May 15 03:15:57.167 INFO O| May 15 03:15:57.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
| 7805 | 2024-05-15T03:15:59.264Z | [ recovery-image] May 15 03:15:57.167 INFO O| May 15 03:15:57.167 INFO STEP 1128 (remove_files) COMPLETE |
| 7806 | 2024-05-15T03:15:59.264Z | [ recovery-image] May 15 03:15:57.167 INFO O| May 15 03:15:57.167 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7807 | 2024-05-15T03:15:59.265Z | [ recovery-image] May 15 03:15:57.182 INFO O| May 15 03:15:57.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
| 7808 | 2024-05-15T03:15:59.265Z | [ recovery-image] May 15 03:15:57.182 INFO O| May 15 03:15:57.182 INFO STEP 1129 (remove_files) COMPLETE |
| 7809 | 2024-05-15T03:15:59.265Z | [ recovery-image] May 15 03:15:57.182 INFO O| May 15 03:15:57.182 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7810 | 2024-05-15T03:15:59.265Z | [ recovery-image] May 15 03:15:57.196 INFO O| May 15 03:15:57.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
| 7811 | 2024-05-15T03:15:59.265Z | [ recovery-image] May 15 03:15:57.196 INFO O| May 15 03:15:57.196 INFO STEP 1130 (remove_files) COMPLETE |
| 7812 | 2024-05-15T03:15:59.266Z | [ recovery-image] May 15 03:15:57.197 INFO O| May 15 03:15:57.196 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7813 | 2024-05-15T03:15:59.266Z | [ recovery-image] May 15 03:15:57.210 INFO O| May 15 03:15:57.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
| 7814 | 2024-05-15T03:15:59.266Z | [ recovery-image] May 15 03:15:57.211 INFO O| May 15 03:15:57.210 INFO STEP 1131 (remove_files) COMPLETE |
| 7815 | 2024-05-15T03:15:59.266Z | [ recovery-image] May 15 03:15:57.211 INFO O| May 15 03:15:57.211 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7816 | 2024-05-15T03:15:59.266Z | [ recovery-image] May 15 03:15:57.224 INFO O| May 15 03:15:57.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
| 7817 | 2024-05-15T03:15:59.266Z | [ recovery-image] May 15 03:15:57.224 INFO O| May 15 03:15:57.224 INFO STEP 1132 (remove_files) COMPLETE |
| 7818 | 2024-05-15T03:15:59.267Z | [ recovery-image] May 15 03:15:57.224 INFO O| May 15 03:15:57.224 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7819 | 2024-05-15T03:15:59.267Z | [ recovery-image] May 15 03:15:57.238 INFO O| May 15 03:15:57.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
| 7820 | 2024-05-15T03:15:59.267Z | [ recovery-image] May 15 03:15:57.238 INFO O| May 15 03:15:57.238 INFO STEP 1133 (remove_files) COMPLETE |
| 7821 | 2024-05-15T03:15:59.267Z | [ recovery-image] May 15 03:15:57.238 INFO O| May 15 03:15:57.238 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7822 | 2024-05-15T03:15:59.267Z | [ recovery-image] May 15 03:15:57.252 INFO O| May 15 03:15:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
| 7823 | 2024-05-15T03:15:59.268Z | [ recovery-image] May 15 03:15:57.252 INFO O| May 15 03:15:57.252 INFO STEP 1134 (remove_files) COMPLETE |
| 7824 | 2024-05-15T03:15:59.268Z | [ recovery-image] May 15 03:15:57.252 INFO O| May 15 03:15:57.252 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7825 | 2024-05-15T03:15:59.268Z | [ recovery-image] May 15 03:15:57.271 INFO O| May 15 03:15:57.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
| 7826 | 2024-05-15T03:15:59.268Z | [ recovery-image] May 15 03:15:57.271 INFO O| May 15 03:15:57.271 INFO STEP 1135 (remove_files) COMPLETE |
| 7827 | 2024-05-15T03:15:59.269Z | [ recovery-image] May 15 03:15:57.271 INFO O| May 15 03:15:57.271 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7828 | 2024-05-15T03:15:59.269Z | [ recovery-image] May 15 03:15:57.285 INFO O| May 15 03:15:57.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
| 7829 | 2024-05-15T03:15:59.269Z | [ recovery-image] May 15 03:15:57.285 INFO O| May 15 03:15:57.285 INFO STEP 1136 (remove_files) COMPLETE |
| 7830 | 2024-05-15T03:15:59.269Z | [ recovery-image] May 15 03:15:57.285 INFO O| May 15 03:15:57.285 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7831 | 2024-05-15T03:15:59.269Z | [ recovery-image] May 15 03:15:57.298 INFO O| May 15 03:15:57.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
| 7832 | 2024-05-15T03:15:59.270Z | [ recovery-image] May 15 03:15:57.298 INFO O| May 15 03:15:57.298 INFO STEP 1137 (remove_files) COMPLETE |
| 7833 | 2024-05-15T03:15:59.270Z | [ recovery-image] May 15 03:15:57.298 INFO O| May 15 03:15:57.298 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7834 | 2024-05-15T03:15:59.270Z | [ recovery-image] May 15 03:15:57.311 INFO O| May 15 03:15:57.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
| 7835 | 2024-05-15T03:15:59.270Z | [ recovery-image] May 15 03:15:57.311 INFO O| May 15 03:15:57.311 INFO STEP 1138 (remove_files) COMPLETE |
| 7836 | 2024-05-15T03:15:59.270Z | [ recovery-image] May 15 03:15:57.311 INFO O| May 15 03:15:57.311 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7837 | 2024-05-15T03:15:59.270Z | [ recovery-image] May 15 03:15:57.331 INFO O| May 15 03:15:57.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
| 7838 | 2024-05-15T03:15:59.271Z | [ recovery-image] May 15 03:15:57.331 INFO O| May 15 03:15:57.331 INFO STEP 1139 (remove_files) COMPLETE |
| 7839 | 2024-05-15T03:15:59.271Z | [ recovery-image] May 15 03:15:57.331 INFO O| May 15 03:15:57.331 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7840 | 2024-05-15T03:15:59.271Z | [ recovery-image] May 15 03:15:57.349 INFO O| May 15 03:15:57.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
| 7841 | 2024-05-15T03:15:59.271Z | [ recovery-image] May 15 03:15:57.349 INFO O| May 15 03:15:57.349 INFO STEP 1140 (remove_files) COMPLETE |
| 7842 | 2024-05-15T03:15:59.272Z | [ recovery-image] May 15 03:15:57.349 INFO O| May 15 03:15:57.349 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7843 | 2024-05-15T03:15:59.272Z | [ recovery-image] May 15 03:15:57.362 INFO O| May 15 03:15:57.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
| 7844 | 2024-05-15T03:15:59.272Z | [ recovery-image] May 15 03:15:57.363 INFO O| May 15 03:15:57.362 INFO STEP 1141 (remove_files) COMPLETE |
| 7845 | 2024-05-15T03:15:59.272Z | [ recovery-image] May 15 03:15:57.363 INFO O| May 15 03:15:57.363 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7846 | 2024-05-15T03:15:59.272Z | [ recovery-image] May 15 03:15:57.375 INFO O| May 15 03:15:57.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
| 7847 | 2024-05-15T03:15:59.272Z | [ recovery-image] May 15 03:15:57.375 INFO O| May 15 03:15:57.375 INFO STEP 1142 (remove_files) COMPLETE |
| 7848 | 2024-05-15T03:15:59.273Z | [ recovery-image] May 15 03:15:57.375 INFO O| May 15 03:15:57.375 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7849 | 2024-05-15T03:15:59.273Z | [ recovery-image] May 15 03:15:57.388 INFO O| May 15 03:15:57.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
| 7850 | 2024-05-15T03:15:59.273Z | [ recovery-image] May 15 03:15:57.388 INFO O| May 15 03:15:57.388 INFO STEP 1143 (remove_files) COMPLETE |
| 7851 | 2024-05-15T03:15:59.273Z | [ recovery-image] May 15 03:15:57.388 INFO O| May 15 03:15:57.388 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7852 | 2024-05-15T03:15:59.273Z | [ recovery-image] May 15 03:15:57.400 INFO O| May 15 03:15:57.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
| 7853 | 2024-05-15T03:15:59.274Z | [ recovery-image] May 15 03:15:57.401 INFO O| May 15 03:15:57.400 INFO STEP 1144 (remove_files) COMPLETE |
| 7854 | 2024-05-15T03:15:59.274Z | [ recovery-image] May 15 03:15:57.401 INFO O| May 15 03:15:57.400 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7855 | 2024-05-15T03:15:59.274Z | [ recovery-image] May 15 03:15:57.413 INFO O| May 15 03:15:57.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
| 7856 | 2024-05-15T03:15:59.274Z | [ recovery-image] May 15 03:15:57.413 INFO O| May 15 03:15:57.413 INFO STEP 1145 (remove_files) COMPLETE |
| 7857 | 2024-05-15T03:15:59.274Z | [ recovery-image] May 15 03:15:57.414 INFO O| May 15 03:15:57.413 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7858 | 2024-05-15T03:15:59.274Z | [ recovery-image] May 15 03:15:57.426 INFO O| May 15 03:15:57.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
| 7859 | 2024-05-15T03:15:59.275Z | [ recovery-image] May 15 03:15:57.426 INFO O| May 15 03:15:57.426 INFO STEP 1146 (remove_files) COMPLETE |
| 7860 | 2024-05-15T03:15:59.275Z | [ recovery-image] May 15 03:15:57.426 INFO O| May 15 03:15:57.426 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7861 | 2024-05-15T03:15:59.275Z | [ recovery-image] May 15 03:15:57.438 INFO O| May 15 03:15:57.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
| 7862 | 2024-05-15T03:15:59.275Z | [ recovery-image] May 15 03:15:57.438 INFO O| May 15 03:15:57.438 INFO STEP 1147 (remove_files) COMPLETE |
| 7863 | 2024-05-15T03:15:59.275Z | [ recovery-image] May 15 03:15:57.438 INFO O| May 15 03:15:57.438 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7864 | 2024-05-15T03:15:59.275Z | [ recovery-image] May 15 03:15:57.450 INFO O| May 15 03:15:57.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
| 7865 | 2024-05-15T03:15:59.276Z | [ recovery-image] May 15 03:15:57.450 INFO O| May 15 03:15:57.450 INFO STEP 1148 (remove_files) COMPLETE |
| 7866 | 2024-05-15T03:15:59.276Z | [ recovery-image] May 15 03:15:57.450 INFO O| May 15 03:15:57.450 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7867 | 2024-05-15T03:15:59.276Z | [ recovery-image] May 15 03:15:57.463 INFO O| May 15 03:15:57.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
| 7868 | 2024-05-15T03:15:59.276Z | [ recovery-image] May 15 03:15:57.463 INFO O| May 15 03:15:57.463 INFO STEP 1149 (remove_files) COMPLETE |
| 7869 | 2024-05-15T03:15:59.276Z | [ recovery-image] May 15 03:15:57.463 INFO O| May 15 03:15:57.463 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7870 | 2024-05-15T03:15:59.276Z | [ recovery-image] May 15 03:15:57.480 INFO O| May 15 03:15:57.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
| 7871 | 2024-05-15T03:15:59.277Z | [ recovery-image] May 15 03:15:57.480 INFO O| May 15 03:15:57.480 INFO STEP 1150 (remove_files) COMPLETE |
| 7872 | 2024-05-15T03:15:59.277Z | [ recovery-image] May 15 03:15:57.480 INFO O| May 15 03:15:57.480 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7873 | 2024-05-15T03:15:59.277Z | [ recovery-image] May 15 03:15:57.496 INFO O| May 15 03:15:57.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
| 7874 | 2024-05-15T03:15:59.277Z | [ recovery-image] May 15 03:15:57.496 INFO O| May 15 03:15:57.496 INFO STEP 1151 (remove_files) COMPLETE |
| 7875 | 2024-05-15T03:15:59.277Z | [ recovery-image] May 15 03:15:57.496 INFO O| May 15 03:15:57.496 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7876 | 2024-05-15T03:15:59.278Z | [ recovery-image] May 15 03:15:57.510 INFO O| May 15 03:15:57.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
| 7877 | 2024-05-15T03:15:59.278Z | [ recovery-image] May 15 03:15:57.510 INFO O| May 15 03:15:57.510 INFO STEP 1152 (remove_files) COMPLETE |
| 7878 | 2024-05-15T03:15:59.278Z | [ recovery-image] May 15 03:15:57.510 INFO O| May 15 03:15:57.510 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7879 | 2024-05-15T03:15:59.279Z | [ recovery-image] May 15 03:15:57.524 INFO O| May 15 03:15:57.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
| 7880 | 2024-05-15T03:15:59.279Z | [ recovery-image] May 15 03:15:57.524 INFO O| May 15 03:15:57.524 INFO STEP 1153 (remove_files) COMPLETE |
| 7881 | 2024-05-15T03:15:59.279Z | [ recovery-image] May 15 03:15:57.524 INFO O| May 15 03:15:57.524 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7882 | 2024-05-15T03:15:59.280Z | [ recovery-image] May 15 03:15:57.538 INFO O| May 15 03:15:57.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
| 7883 | 2024-05-15T03:15:59.280Z | [ recovery-image] May 15 03:15:57.538 INFO O| May 15 03:15:57.538 INFO STEP 1154 (remove_files) COMPLETE |
| 7884 | 2024-05-15T03:15:59.280Z | [ recovery-image] May 15 03:15:57.538 INFO O| May 15 03:15:57.538 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7885 | 2024-05-15T03:15:59.280Z | [ recovery-image] May 15 03:15:57.552 INFO O| May 15 03:15:57.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
| 7886 | 2024-05-15T03:15:59.281Z | [ recovery-image] May 15 03:15:57.552 INFO O| May 15 03:15:57.552 INFO STEP 1155 (remove_files) COMPLETE |
| 7887 | 2024-05-15T03:15:59.281Z | [ recovery-image] May 15 03:15:57.552 INFO O| May 15 03:15:57.552 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7888 | 2024-05-15T03:15:59.281Z | [ recovery-image] May 15 03:15:57.565 INFO O| May 15 03:15:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
| 7889 | 2024-05-15T03:15:59.281Z | [ recovery-image] May 15 03:15:57.566 INFO O| May 15 03:15:57.565 INFO STEP 1156 (remove_files) COMPLETE |
| 7890 | 2024-05-15T03:15:59.281Z | [ recovery-image] May 15 03:15:57.566 INFO O| May 15 03:15:57.566 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7891 | 2024-05-15T03:15:59.282Z | [ recovery-image] May 15 03:15:57.578 INFO O| May 15 03:15:57.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
| 7892 | 2024-05-15T03:15:59.282Z | [ recovery-image] May 15 03:15:57.579 INFO O| May 15 03:15:57.578 INFO STEP 1157 (remove_files) COMPLETE |
| 7893 | 2024-05-15T03:15:59.282Z | [ recovery-image] May 15 03:15:57.579 INFO O| May 15 03:15:57.578 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7894 | 2024-05-15T03:15:59.282Z | [ recovery-image] May 15 03:15:57.596 INFO O| May 15 03:15:57.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
| 7895 | 2024-05-15T03:15:59.282Z | [ recovery-image] May 15 03:15:57.596 INFO O| May 15 03:15:57.596 INFO STEP 1158 (remove_files) COMPLETE |
| 7896 | 2024-05-15T03:15:59.282Z | [ recovery-image] May 15 03:15:57.596 INFO O| May 15 03:15:57.596 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7897 | 2024-05-15T03:15:59.282Z | [ recovery-image] May 15 03:15:57.609 INFO O| May 15 03:15:57.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
| 7898 | 2024-05-15T03:15:59.779Z | [ recovery-image] May 15 03:15:57.609 INFO O| May 15 03:15:57.609 INFO STEP 1159 (remove_files) COMPLETE |
| 7899 | 2024-05-15T03:15:59.780Z | [ recovery-image] May 15 03:15:57.609 INFO O| May 15 03:15:57.609 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7900 | 2024-05-15T03:15:59.780Z | [ recovery-image] May 15 03:15:57.623 INFO O| May 15 03:15:57.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
| 7901 | 2024-05-15T03:15:59.780Z | [ recovery-image] May 15 03:15:57.623 INFO O| May 15 03:15:57.623 INFO STEP 1160 (remove_files) COMPLETE |
| 7902 | 2024-05-15T03:15:59.780Z | [ recovery-image] May 15 03:15:57.623 INFO O| May 15 03:15:57.623 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7903 | 2024-05-15T03:15:59.780Z | [ recovery-image] May 15 03:15:57.639 INFO O| May 15 03:15:57.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
| 7904 | 2024-05-15T03:15:59.781Z | [ recovery-image] May 15 03:15:57.639 INFO O| May 15 03:15:57.639 INFO STEP 1161 (remove_files) COMPLETE |
| 7905 | 2024-05-15T03:15:59.781Z | [ recovery-image] May 15 03:15:57.639 INFO O| May 15 03:15:57.639 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7906 | 2024-05-15T03:15:59.784Z | [ recovery-image] May 15 03:15:57.652 INFO O| May 15 03:15:57.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
| 7907 | 2024-05-15T03:15:59.784Z | [ recovery-image] May 15 03:15:57.652 INFO O| May 15 03:15:57.652 INFO STEP 1162 (remove_files) COMPLETE |
| 7908 | 2024-05-15T03:15:59.784Z | [ recovery-image] May 15 03:15:57.652 INFO O| May 15 03:15:57.652 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7909 | 2024-05-15T03:15:59.784Z | [ recovery-image] May 15 03:15:57.666 INFO O| May 15 03:15:57.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
| 7910 | 2024-05-15T03:15:59.785Z | [ recovery-image] May 15 03:15:57.666 INFO O| May 15 03:15:57.666 INFO STEP 1163 (remove_files) COMPLETE |
| 7911 | 2024-05-15T03:15:59.785Z | [ recovery-image] May 15 03:15:57.666 INFO O| May 15 03:15:57.666 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7912 | 2024-05-15T03:15:59.785Z | [ recovery-image] May 15 03:15:57.679 INFO O| May 15 03:15:57.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
| 7913 | 2024-05-15T03:15:59.785Z | [ recovery-image] May 15 03:15:57.679 INFO O| May 15 03:15:57.679 INFO STEP 1164 (remove_files) COMPLETE |
| 7914 | 2024-05-15T03:15:59.786Z | [ recovery-image] May 15 03:15:57.679 INFO O| May 15 03:15:57.679 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7915 | 2024-05-15T03:15:59.786Z | [ recovery-image] May 15 03:15:57.692 INFO O| May 15 03:15:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
| 7916 | 2024-05-15T03:15:59.786Z | [ recovery-image] May 15 03:15:57.692 INFO O| May 15 03:15:57.692 INFO STEP 1165 (remove_files) COMPLETE |
| 7917 | 2024-05-15T03:15:59.786Z | [ recovery-image] May 15 03:15:57.692 INFO O| May 15 03:15:57.692 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7918 | 2024-05-15T03:15:59.786Z | [ recovery-image] May 15 03:15:57.705 INFO O| May 15 03:15:57.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
| 7919 | 2024-05-15T03:15:59.787Z | [ recovery-image] May 15 03:15:57.706 INFO O| May 15 03:15:57.705 INFO STEP 1166 (remove_files) COMPLETE |
| 7920 | 2024-05-15T03:15:59.787Z | [ recovery-image] May 15 03:15:57.706 INFO O| May 15 03:15:57.706 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7921 | 2024-05-15T03:15:59.787Z | [ recovery-image] May 15 03:15:57.719 INFO O| May 15 03:15:57.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
| 7922 | 2024-05-15T03:15:59.787Z | [ recovery-image] May 15 03:15:57.719 INFO O| May 15 03:15:57.719 INFO STEP 1167 (remove_files) COMPLETE |
| 7923 | 2024-05-15T03:15:59.788Z | [ recovery-image] May 15 03:15:57.719 INFO O| May 15 03:15:57.719 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7924 | 2024-05-15T03:15:59.788Z | [ recovery-image] May 15 03:15:57.733 INFO O| May 15 03:15:57.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
| 7925 | 2024-05-15T03:15:59.788Z | [ recovery-image] May 15 03:15:57.733 INFO O| May 15 03:15:57.733 INFO STEP 1168 (remove_files) COMPLETE |
| 7926 | 2024-05-15T03:15:59.788Z | [ recovery-image] May 15 03:15:57.733 INFO O| May 15 03:15:57.733 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7927 | 2024-05-15T03:15:59.788Z | [ recovery-image] May 15 03:15:57.747 INFO O| May 15 03:15:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
| 7928 | 2024-05-15T03:15:59.788Z | [ recovery-image] May 15 03:15:57.747 INFO O| May 15 03:15:57.747 INFO STEP 1169 (remove_files) COMPLETE |
| 7929 | 2024-05-15T03:15:59.788Z | [ recovery-image] May 15 03:15:57.747 INFO O| May 15 03:15:57.747 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7930 | 2024-05-15T03:15:59.789Z | [ recovery-image] May 15 03:15:57.761 INFO O| May 15 03:15:57.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
| 7931 | 2024-05-15T03:15:59.789Z | [ recovery-image] May 15 03:15:57.761 INFO O| May 15 03:15:57.761 INFO STEP 1170 (remove_files) COMPLETE |
| 7932 | 2024-05-15T03:15:59.789Z | [ recovery-image] May 15 03:15:57.761 INFO O| May 15 03:15:57.761 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7933 | 2024-05-15T03:15:59.789Z | [ recovery-image] May 15 03:15:57.774 INFO O| May 15 03:15:57.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
| 7934 | 2024-05-15T03:15:59.790Z | [ recovery-image] May 15 03:15:57.775 INFO O| May 15 03:15:57.774 INFO STEP 1171 (remove_files) COMPLETE |
| 7935 | 2024-05-15T03:15:59.790Z | [ recovery-image] May 15 03:15:57.775 INFO O| May 15 03:15:57.775 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7936 | 2024-05-15T03:15:59.790Z | [ recovery-image] May 15 03:15:57.788 INFO O| May 15 03:15:57.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
| 7937 | 2024-05-15T03:15:59.790Z | [ recovery-image] May 15 03:15:57.788 INFO O| May 15 03:15:57.788 INFO STEP 1172 (remove_files) COMPLETE |
| 7938 | 2024-05-15T03:15:59.790Z | [ recovery-image] May 15 03:15:57.788 INFO O| May 15 03:15:57.788 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7939 | 2024-05-15T03:15:59.790Z | [ recovery-image] May 15 03:15:57.801 INFO O| May 15 03:15:57.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
| 7940 | 2024-05-15T03:15:59.791Z | [ recovery-image] May 15 03:15:57.801 INFO O| May 15 03:15:57.801 INFO STEP 1173 (remove_files) COMPLETE |
| 7941 | 2024-05-15T03:15:59.791Z | [ recovery-image] May 15 03:15:57.801 INFO O| May 15 03:15:57.801 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7942 | 2024-05-15T03:15:59.791Z | [ recovery-image] May 15 03:15:57.814 INFO O| May 15 03:15:57.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
| 7943 | 2024-05-15T03:15:59.791Z | [ recovery-image] May 15 03:15:57.815 INFO O| May 15 03:15:57.814 INFO STEP 1174 (remove_files) COMPLETE |
| 7944 | 2024-05-15T03:15:59.791Z | [ recovery-image] May 15 03:15:57.815 INFO O| May 15 03:15:57.815 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7945 | 2024-05-15T03:15:59.791Z | [ recovery-image] May 15 03:15:57.828 INFO O| May 15 03:15:57.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
| 7946 | 2024-05-15T03:15:59.791Z | [ recovery-image] May 15 03:15:57.828 INFO O| May 15 03:15:57.828 INFO STEP 1175 (remove_files) COMPLETE |
| 7947 | 2024-05-15T03:15:59.792Z | [ recovery-image] May 15 03:15:57.828 INFO O| May 15 03:15:57.828 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7948 | 2024-05-15T03:15:59.792Z | [ recovery-image] May 15 03:15:57.841 INFO O| May 15 03:15:57.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
| 7949 | 2024-05-15T03:15:59.792Z | [ recovery-image] May 15 03:15:57.841 INFO O| May 15 03:15:57.841 INFO STEP 1176 (remove_files) COMPLETE |
| 7950 | 2024-05-15T03:15:59.792Z | [ recovery-image] May 15 03:15:57.841 INFO O| May 15 03:15:57.841 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7951 | 2024-05-15T03:15:59.792Z | [ recovery-image] May 15 03:15:57.854 INFO O| May 15 03:15:57.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
| 7952 | 2024-05-15T03:15:59.793Z | [ recovery-image] May 15 03:15:57.854 INFO O| May 15 03:15:57.854 INFO STEP 1177 (remove_files) COMPLETE |
| 7953 | 2024-05-15T03:15:59.793Z | [ recovery-image] May 15 03:15:57.854 INFO O| May 15 03:15:57.854 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7954 | 2024-05-15T03:15:59.793Z | [ recovery-image] May 15 03:15:57.869 INFO O| May 15 03:15:57.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
| 7955 | 2024-05-15T03:15:59.793Z | [ recovery-image] May 15 03:15:57.869 INFO O| May 15 03:15:57.869 INFO STEP 1178 (remove_files) COMPLETE |
| 7956 | 2024-05-15T03:15:59.793Z | [ recovery-image] May 15 03:15:57.869 INFO O| May 15 03:15:57.869 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7957 | 2024-05-15T03:15:59.793Z | [ recovery-image] May 15 03:15:57.884 INFO O| May 15 03:15:57.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
| 7958 | 2024-05-15T03:15:59.793Z | [ recovery-image] May 15 03:15:57.884 INFO O| May 15 03:15:57.884 INFO STEP 1179 (remove_files) COMPLETE |
| 7959 | 2024-05-15T03:15:59.794Z | [ recovery-image] May 15 03:15:57.884 INFO O| May 15 03:15:57.884 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7960 | 2024-05-15T03:15:59.794Z | [ recovery-image] May 15 03:15:57.897 INFO O| May 15 03:15:57.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
| 7961 | 2024-05-15T03:15:59.794Z | [ recovery-image] May 15 03:15:57.897 INFO O| May 15 03:15:57.897 INFO STEP 1180 (remove_files) COMPLETE |
| 7962 | 2024-05-15T03:15:59.794Z | [ recovery-image] May 15 03:15:57.897 INFO O| May 15 03:15:57.897 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7963 | 2024-05-15T03:15:59.794Z | [ recovery-image] May 15 03:15:57.910 INFO O| May 15 03:15:57.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
| 7964 | 2024-05-15T03:15:59.794Z | [ recovery-image] May 15 03:15:57.910 INFO O| May 15 03:15:57.910 INFO STEP 1181 (remove_files) COMPLETE |
| 7965 | 2024-05-15T03:15:59.794Z | [ recovery-image] May 15 03:15:57.910 INFO O| May 15 03:15:57.910 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7966 | 2024-05-15T03:15:59.795Z | [ recovery-image] May 15 03:15:57.923 INFO O| May 15 03:15:57.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
| 7967 | 2024-05-15T03:15:59.795Z | [ recovery-image] May 15 03:15:57.923 INFO O| May 15 03:15:57.923 INFO STEP 1182 (remove_files) COMPLETE |
| 7968 | 2024-05-15T03:15:59.795Z | [ recovery-image] May 15 03:15:57.923 INFO O| May 15 03:15:57.923 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7969 | 2024-05-15T03:15:59.796Z | [ recovery-image] May 15 03:15:57.937 INFO O| May 15 03:15:57.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
| 7970 | 2024-05-15T03:15:59.796Z | [ recovery-image] May 15 03:15:57.937 INFO O| May 15 03:15:57.937 INFO STEP 1183 (remove_files) COMPLETE |
| 7971 | 2024-05-15T03:15:59.796Z | [ recovery-image] May 15 03:15:57.937 INFO O| May 15 03:15:57.937 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7972 | 2024-05-15T03:15:59.796Z | [ recovery-image] May 15 03:15:57.952 INFO O| May 15 03:15:57.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
| 7973 | 2024-05-15T03:15:59.796Z | [ recovery-image] May 15 03:15:57.953 INFO O| May 15 03:15:57.953 INFO STEP 1184 (remove_files) COMPLETE |
| 7974 | 2024-05-15T03:15:59.797Z | [ recovery-image] May 15 03:15:57.953 INFO O| May 15 03:15:57.953 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7975 | 2024-05-15T03:15:59.797Z | [ recovery-image] May 15 03:15:57.967 INFO O| May 15 03:15:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
| 7976 | 2024-05-15T03:15:59.797Z | [ recovery-image] May 15 03:15:57.967 INFO O| May 15 03:15:57.967 INFO STEP 1185 (remove_files) COMPLETE |
| 7977 | 2024-05-15T03:15:59.797Z | [ recovery-image] May 15 03:15:57.967 INFO O| May 15 03:15:57.967 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7978 | 2024-05-15T03:15:59.797Z | [ recovery-image] May 15 03:15:57.981 INFO O| May 15 03:15:57.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
| 7979 | 2024-05-15T03:15:59.797Z | [ recovery-image] May 15 03:15:57.981 INFO O| May 15 03:15:57.981 INFO STEP 1186 (remove_files) COMPLETE |
| 7980 | 2024-05-15T03:15:59.798Z | [ recovery-image] May 15 03:15:57.981 INFO O| May 15 03:15:57.981 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7981 | 2024-05-15T03:15:59.798Z | [ recovery-image] May 15 03:15:57.996 INFO O| May 15 03:15:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
| 7982 | 2024-05-15T03:15:59.798Z | [ recovery-image] May 15 03:15:57.996 INFO O| May 15 03:15:57.996 INFO STEP 1187 (remove_files) COMPLETE |
| 7983 | 2024-05-15T03:15:59.801Z | [ recovery-image] May 15 03:15:57.996 INFO O| May 15 03:15:57.996 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7984 | 2024-05-15T03:15:59.801Z | [ recovery-image] May 15 03:15:58.011 INFO O| May 15 03:15:58.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
| 7985 | 2024-05-15T03:15:59.801Z | [ recovery-image] May 15 03:15:58.011 INFO O| May 15 03:15:58.011 INFO STEP 1188 (remove_files) COMPLETE |
| 7986 | 2024-05-15T03:15:59.801Z | [ recovery-image] May 15 03:15:58.011 INFO O| May 15 03:15:58.011 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7987 | 2024-05-15T03:15:59.801Z | [ recovery-image] May 15 03:15:58.025 INFO O| May 15 03:15:58.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
| 7988 | 2024-05-15T03:15:59.802Z | [ recovery-image] May 15 03:15:58.025 INFO O| May 15 03:15:58.025 INFO STEP 1189 (remove_files) COMPLETE |
| 7989 | 2024-05-15T03:15:59.802Z | [ recovery-image] May 15 03:15:58.025 INFO O| May 15 03:15:58.025 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7990 | 2024-05-15T03:15:59.802Z | [ recovery-image] May 15 03:15:58.038 INFO O| May 15 03:15:58.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
| 7991 | 2024-05-15T03:15:59.802Z | [ recovery-image] May 15 03:15:58.038 INFO O| May 15 03:15:58.038 INFO STEP 1190 (remove_files) COMPLETE |
| 7992 | 2024-05-15T03:15:59.802Z | [ recovery-image] May 15 03:15:58.038 INFO O| May 15 03:15:58.038 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7993 | 2024-05-15T03:15:59.803Z | [ recovery-image] May 15 03:15:58.051 INFO O| May 15 03:15:58.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
| 7994 | 2024-05-15T03:15:59.803Z | [ recovery-image] May 15 03:15:58.051 INFO O| May 15 03:15:58.051 INFO STEP 1191 (remove_files) COMPLETE |
| 7995 | 2024-05-15T03:15:59.803Z | [ recovery-image] May 15 03:15:58.051 INFO O| May 15 03:15:58.051 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7996 | 2024-05-15T03:15:59.803Z | [ recovery-image] May 15 03:15:58.065 INFO O| May 15 03:15:58.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
| 7997 | 2024-05-15T03:15:59.803Z | [ recovery-image] May 15 03:15:58.065 INFO O| May 15 03:15:58.065 INFO STEP 1192 (remove_files) COMPLETE |
| 7998 | 2024-05-15T03:15:59.851Z | [ recovery-image] May 15 03:15:58.065 INFO O| May 15 03:15:58.065 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7999 | 2024-05-15T03:15:59.852Z | [ recovery-image] May 15 03:15:58.082 INFO O| May 15 03:15:58.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
| 8000 | 2024-05-15T03:15:59.852Z | [ recovery-image] May 15 03:15:58.083 INFO O| May 15 03:15:58.082 INFO STEP 1193 (remove_files) COMPLETE |
| 8001 | 2024-05-15T03:15:59.852Z | [ recovery-image] May 15 03:15:58.083 INFO O| May 15 03:15:58.083 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8002 | 2024-05-15T03:15:59.852Z | [ recovery-image] May 15 03:15:58.097 INFO O| May 15 03:15:58.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
| 8003 | 2024-05-15T03:15:59.852Z | [ recovery-image] May 15 03:15:58.098 INFO O| May 15 03:15:58.098 INFO STEP 1194 (remove_files) COMPLETE |
| 8004 | 2024-05-15T03:15:59.853Z | [ recovery-image] May 15 03:15:58.098 INFO O| May 15 03:15:58.098 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8005 | 2024-05-15T03:15:59.853Z | [ recovery-image] May 15 03:15:58.113 INFO O| May 15 03:15:58.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
| 8006 | 2024-05-15T03:15:59.853Z | [ recovery-image] May 15 03:15:58.113 INFO O| May 15 03:15:58.113 INFO STEP 1195 (remove_files) COMPLETE |
| 8007 | 2024-05-15T03:15:59.853Z | [ recovery-image] May 15 03:15:58.113 INFO O| May 15 03:15:58.113 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8008 | 2024-05-15T03:15:59.853Z | [ recovery-image] May 15 03:15:58.126 INFO O| May 15 03:15:58.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
| 8009 | 2024-05-15T03:15:59.853Z | [ recovery-image] May 15 03:15:58.127 INFO O| May 15 03:15:58.126 INFO STEP 1196 (remove_files) COMPLETE |
| 8010 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.127 INFO O| May 15 03:15:58.126 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8011 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.139 INFO O| May 15 03:15:58.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
| 8012 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.140 INFO O| May 15 03:15:58.140 INFO STEP 1197 (remove_files) COMPLETE |
| 8013 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.140 INFO O| May 15 03:15:58.140 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8014 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.152 INFO O| May 15 03:15:58.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
| 8015 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.153 INFO O| May 15 03:15:58.153 INFO STEP 1198 (remove_files) COMPLETE |
| 8016 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.153 INFO O| May 15 03:15:58.153 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8017 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.166 INFO O| May 15 03:15:58.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
| 8018 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.166 INFO O| May 15 03:15:58.166 INFO STEP 1199 (remove_files) COMPLETE |
| 8019 | 2024-05-15T03:15:59.854Z | [ recovery-image] May 15 03:15:58.166 INFO O| May 15 03:15:58.166 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8020 | 2024-05-15T03:15:59.855Z | [ recovery-image] May 15 03:15:58.178 INFO O| May 15 03:15:58.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
| 8021 | 2024-05-15T03:15:59.855Z | [ recovery-image] May 15 03:15:58.178 INFO O| May 15 03:15:58.178 INFO STEP 1200 (remove_files) COMPLETE |
| 8022 | 2024-05-15T03:15:59.855Z | [ recovery-image] May 15 03:15:58.178 INFO O| May 15 03:15:58.178 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8023 | 2024-05-15T03:15:59.855Z | [ recovery-image] May 15 03:15:58.191 INFO O| May 15 03:15:58.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
| 8024 | 2024-05-15T03:15:59.855Z | [ recovery-image] May 15 03:15:58.191 INFO O| May 15 03:15:58.191 INFO STEP 1201 (remove_files) COMPLETE |
| 8025 | 2024-05-15T03:15:59.855Z | [ recovery-image] May 15 03:15:58.191 INFO O| May 15 03:15:58.191 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8026 | 2024-05-15T03:15:59.855Z | [ recovery-image] May 15 03:15:58.204 INFO O| May 15 03:15:58.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
| 8027 | 2024-05-15T03:15:59.856Z | [ recovery-image] May 15 03:15:58.204 INFO O| May 15 03:15:58.204 INFO STEP 1202 (remove_files) COMPLETE |
| 8028 | 2024-05-15T03:15:59.856Z | [ recovery-image] May 15 03:15:58.204 INFO O| May 15 03:15:58.204 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8029 | 2024-05-15T03:15:59.856Z | [ recovery-image] May 15 03:15:58.216 INFO O| May 15 03:15:58.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
| 8030 | 2024-05-15T03:15:59.856Z | [ recovery-image] May 15 03:15:58.216 INFO O| May 15 03:15:58.216 INFO STEP 1203 (remove_files) COMPLETE |
| 8031 | 2024-05-15T03:15:59.856Z | [ recovery-image] May 15 03:15:58.216 INFO O| May 15 03:15:58.216 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8032 | 2024-05-15T03:15:59.856Z | [ recovery-image] May 15 03:15:58.229 INFO O| May 15 03:15:58.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
| 8033 | 2024-05-15T03:15:59.856Z | [ recovery-image] May 15 03:15:58.229 INFO O| May 15 03:15:58.229 INFO STEP 1204 (remove_files) COMPLETE |
| 8034 | 2024-05-15T03:15:59.856Z | [ recovery-image] May 15 03:15:58.229 INFO O| May 15 03:15:58.229 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8035 | 2024-05-15T03:15:59.857Z | [ recovery-image] May 15 03:15:58.242 INFO O| May 15 03:15:58.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
| 8036 | 2024-05-15T03:15:59.857Z | [ recovery-image] May 15 03:15:58.242 INFO O| May 15 03:15:58.242 INFO STEP 1205 (remove_files) COMPLETE |
| 8037 | 2024-05-15T03:15:59.857Z | [ recovery-image] May 15 03:15:58.242 INFO O| May 15 03:15:58.242 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8038 | 2024-05-15T03:15:59.857Z | [ recovery-image] May 15 03:15:58.255 INFO O| May 15 03:15:58.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
| 8039 | 2024-05-15T03:15:59.857Z | [ recovery-image] May 15 03:15:58.255 INFO O| May 15 03:15:58.255 INFO STEP 1206 (remove_files) COMPLETE |
| 8040 | 2024-05-15T03:15:59.857Z | [ recovery-image] May 15 03:15:58.255 INFO O| May 15 03:15:58.255 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
| 8041 | 2024-05-15T03:15:59.857Z | [ recovery-image] May 15 03:15:58.274 INFO O| May 15 03:15:58.274 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
| 8042 | 2024-05-15T03:15:59.857Z | [ recovery-image] May 15 03:15:58.274 INFO O| May 15 03:15:58.274 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
| 8043 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.104 INFO O| May 15 03:15:59.104 INFO STEP 1207 (pack_tar) COMPLETE |
| 8044 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.105 INFO O| May 15 03:15:59.104 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 8045 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.105 INFO O| May 15 03:15:59.104 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
| 8046 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.250 INFO O| May 15 03:15:59.250 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
| 8047 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.298 INFO O| May 15 03:15:59.298 INFO completed processing gimlet/ramdisk-03-recovery-trim |
| 8048 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.306 INFO image builder template: zfs-recovery... |
| 8049 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.306 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/.tmpiAfVbH/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.28.233", "-n", "zfs-recovery"], pwd: None |
| 8050 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.348 INFO O| May 15 03:15:59.348 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8051 | 2024-05-15T03:15:59.858Z | [ recovery-image] May 15 03:15:59.354 INFO O| May 15 03:15:59.354 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8052 | 2024-05-15T03:15:59.898Z | [ recovery-image] May 15 03:15:59.394 INFO O| May 15 03:15:59.393 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
| 8053 | 2024-05-15T03:15:59.898Z | [ recovery-image] May 15 03:15:59.422 INFO O| May 15 03:15:59.422 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8054 | 2024-05-15T03:15:59.899Z | [ recovery-image] May 15 03:15:59.422 INFO O| May 15 03:15:59.422 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 8055 | 2024-05-15T03:15:59.899Z | [ recovery-image] May 15 03:15:59.427 INFO O| May 15 03:15:59.427 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 8056 | 2024-05-15T03:15:59.935Z | [ recovery-image] May 15 03:15:59.463 INFO O| May 15 03:15:59.463 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
| 8057 | 2024-05-15T03:15:59.965Z | [ recovery-image] May 15 03:15:59.492 INFO O| May 15 03:15:59.492 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
| 8058 | 2024-05-15T03:15:59.966Z | [ recovery-image] May 15 03:15:59.506 INFO O| May 15 03:15:59.506 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
| 8059 | 2024-05-15T03:15:59.966Z | [ recovery-image] May 15 03:15:59.513 INFO O| May 15 03:15:59.513 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
| 8060 | 2024-05-15T03:16:00.006Z | [ recovery-image] May 15 03:15:59.515 INFO O| May 15 03:15:59.515 INFO no lofi found |
| 8061 | 2024-05-15T03:16:00.006Z | [ recovery-image] May 15 03:15:59.515 INFO O| May 15 03:15:59.515 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8062 | 2024-05-15T03:16:00.006Z | [ recovery-image] May 15 03:15:59.515 INFO O| May 15 03:15:59.515 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
| 8063 | 2024-05-15T03:16:02.482Z | [ recovery-image] May 15 03:16:02.012 INFO O| May 15 03:16:02.012 INFO lofi device = /dev/dsk/c3t1d0p0 |
| 8064 | 2024-05-15T03:16:02.483Z | [ recovery-image] May 15 03:16:02.012 INFO O| May 15 03:16:02.012 INFO pool device = /dev/dsk/c3t1d0p0 |
| 8065 | 2024-05-15T03:16:02.512Z | [ recovery-image] May 15 03:16:02.012 INFO O| May 15 03:16:02.012 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/c3t1d0p0"] |
| 8066 | 2024-05-15T03:16:02.590Z | [ recovery-image] May 15 03:16:02.127 INFO O| May 15 03:16:02.126 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8067 | 2024-05-15T03:16:02.591Z | [ recovery-image] May 15 03:16:02.127 INFO O| May 15 03:16:02.127 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
| 8068 | 2024-05-15T03:16:02.625Z | [ recovery-image] May 15 03:16:02.161 INFO O| May 15 03:16:02.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
| 8069 | 2024-05-15T03:16:02.688Z | [ recovery-image] May 15 03:16:02.235 INFO O| May 15 03:16:02.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
| 8070 | 2024-05-15T03:16:02.744Z | [ recovery-image] May 15 03:16:02.284 INFO O| May 15 03:16:02.284 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
| 8071 | 2024-05-15T03:16:02.777Z | [ recovery-image] May 15 03:16:02.307 INFO O| May 15 03:16:02.306 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8072 | 2024-05-15T03:16:02.812Z | [ recovery-image] May 15 03:16:02.325 INFO O| May 15 03:16:02.325 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8073 | 2024-05-15T03:16:02.850Z | [ recovery-image] May 15 03:16:02.385 INFO O| May 15 03:16:02.385 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
| 8074 | 2024-05-15T03:16:02.850Z | [ recovery-image] May 15 03:16:02.385 INFO O| May 15 03:16:02.385 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
| 8075 | 2024-05-15T03:16:02.850Z | [ recovery-image] May 15 03:16:02.385 INFO O| May 15 03:16:02.385 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
| 8076 | 2024-05-15T03:16:02.882Z | [ recovery-image] May 15 03:16:02.398 INFO O| May 15 03:16:02.398 INFO boot environment UUID: e23810aa-e02e-4030-8b52-37e3a8eb10b5 |
| 8077 | 2024-05-15T03:16:02.882Z | [ recovery-image] May 15 03:16:02.398 INFO O| May 15 03:16:02.398 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e23810aa-e02e-4030-8b52-37e3a8eb10b5 |
| 8078 | 2024-05-15T03:16:02.882Z | [ recovery-image] May 15 03:16:02.418 INFO O| May 15 03:16:02.418 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8079 | 2024-05-15T03:16:02.911Z | [ recovery-image] May 15 03:16:02.441 INFO O| May 15 03:16:02.441 INFO STEP 0 (create_be) COMPLETE |
| 8080 | 2024-05-15T03:16:02.912Z | [ recovery-image] May 15 03:16:02.441 INFO O| May 15 03:16:02.441 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8081 | 2024-05-15T03:16:02.949Z | [ recovery-image] May 15 03:16:02.466 INFO O| May 15 03:16:02.466 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"] |
| 8082 | 2024-05-15T03:16:06.947Z | [ recovery-image] May 15 03:16:06.078 INFO O| May 15 03:16:06.078 INFO STEP 1 (unpack_tar) COMPLETE |
| 8083 | 2024-05-15T03:16:06.948Z | [ recovery-image] May 15 03:16:06.078 INFO O| May 15 03:16:06.078 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8084 | 2024-05-15T03:16:06.981Z | [ recovery-image] May 15 03:16:06.098 INFO O| May 15 03:16:06.098 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
| 8085 | 2024-05-15T03:16:07.059Z | [ recovery-image] May 15 03:16:06.592 INFO O| May 15 03:16:06.591 INFO STEP 2 (devfsadm) COMPLETE |
| 8086 | 2024-05-15T03:16:07.060Z | [ recovery-image] May 15 03:16:06.592 INFO O| May 15 03:16:06.591 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8087 | 2024-05-15T03:16:07.094Z | [ recovery-image] May 15 03:16:06.612 INFO O| May 15 03:16:06.612 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 8088 | 2024-05-15T03:16:07.094Z | [ recovery-image] May 15 03:16:06.613 INFO O| May 15 03:16:06.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 8089 | 2024-05-15T03:16:07.094Z | [ recovery-image] May 15 03:16:06.613 INFO O| May 15 03:16:06.612 INFO STEP 3 (ensure_dir) COMPLETE |
| 8090 | 2024-05-15T03:16:07.094Z | [ recovery-image] May 15 03:16:06.613 INFO O| May 15 03:16:06.613 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8091 | 2024-05-15T03:16:07.094Z | [ recovery-image] May 15 03:16:06.630 INFO O| May 15 03:16:06.630 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 8092 | 2024-05-15T03:16:07.095Z | [ recovery-image] May 15 03:16:06.630 INFO O| May 15 03:16:06.630 INFO STEP 4 (ensure_dir) COMPLETE |
| 8093 | 2024-05-15T03:16:07.095Z | [ recovery-image] May 15 03:16:06.630 INFO O| May 15 03:16:06.630 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8094 | 2024-05-15T03:16:07.535Z | [ recovery-image] May 15 03:16:06.649 INFO O| May 15 03:16:06.649 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 8095 | 2024-05-15T03:16:07.535Z | [ recovery-image] May 15 03:16:06.649 INFO O| May 15 03:16:06.649 INFO STEP 5 (ensure_dir) COMPLETE |
| 8096 | 2024-05-15T03:16:07.535Z | [ recovery-image] May 15 03:16:06.649 INFO O| May 15 03:16:06.649 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8097 | 2024-05-15T03:16:07.535Z | [ recovery-image] May 15 03:16:06.669 INFO O| May 15 03:16:06.669 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 8098 | 2024-05-15T03:16:07.535Z | [ recovery-image] May 15 03:16:06.669 INFO O| May 15 03:16:06.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 8099 | 2024-05-15T03:16:07.535Z | [ recovery-image] May 15 03:16:06.669 INFO O| May 15 03:16:06.669 INFO STEP 6 (ensure_dir) COMPLETE |
| 8100 | 2024-05-15T03:16:07.535Z | [ recovery-image] May 15 03:16:06.669 INFO O| May 15 03:16:06.669 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8101 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.689 INFO O| May 15 03:16:06.689 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
| 8102 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.689 INFO O| May 15 03:16:06.689 INFO STEP 7 (remove_files) COMPLETE |
| 8103 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.689 INFO O| May 15 03:16:06.689 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8104 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.707 INFO O| May 15 03:16:06.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
| 8105 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.708 INFO O| May 15 03:16:06.708 INFO STEP 8 (remove_files) COMPLETE |
| 8106 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.708 INFO O| May 15 03:16:06.708 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8107 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.728 INFO O| May 15 03:16:06.728 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
| 8108 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.729 INFO O| May 15 03:16:06.729 INFO STEP 9 (remove_files) COMPLETE |
| 8109 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.729 INFO O| May 15 03:16:06.729 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8110 | 2024-05-15T03:16:07.587Z | [ recovery-image] May 15 03:16:06.747 INFO O| May 15 03:16:06.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
| 8111 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.747 INFO O| May 15 03:16:06.747 INFO STEP 10 (remove_files) COMPLETE |
| 8112 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.747 INFO O| May 15 03:16:06.747 INFO STEP 11: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8113 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.764 INFO O| May 15 03:16:06.764 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 8114 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.764 INFO O| May 15 03:16:06.764 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
| 8115 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.764 INFO O| May 15 03:16:06.764 INFO STEP 11 (ensure_dir) COMPLETE |
| 8116 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.764 INFO O| May 15 03:16:06.764 INFO STEP 12: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8117 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.784 INFO O| May 15 03:16:06.784 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 8118 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.784 INFO O| May 15 03:16:06.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 8119 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.784 INFO O| May 15 03:16:06.784 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
| 8120 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.784 INFO O| May 15 03:16:06.784 INFO STEP 12 (ensure_dir) COMPLETE |
| 8121 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.784 INFO O| May 15 03:16:06.784 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8122 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.802 INFO O| May 15 03:16:06.802 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 8123 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.802 INFO O| May 15 03:16:06.802 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 8124 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.802 INFO O| May 15 03:16:06.802 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
| 8125 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.802 INFO O| May 15 03:16:06.802 INFO STEP 13 (ensure_dir) COMPLETE |
| 8126 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.802 INFO O| May 15 03:16:06.802 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8127 | 2024-05-15T03:16:07.588Z | [ recovery-image] May 15 03:16:06.824 INFO O| May 15 03:16:06.824 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 8128 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.824 INFO O| May 15 03:16:06.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
| 8129 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.824 INFO O| May 15 03:16:06.824 INFO STEP 14 (ensure_dir) COMPLETE |
| 8130 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.824 INFO O| May 15 03:16:06.824 INFO STEP 15: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8131 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.841 INFO O| May 15 03:16:06.841 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8132 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.841 INFO O| May 15 03:16:06.841 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
| 8133 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.841 INFO O| May 15 03:16:06.841 INFO ok! |
| 8134 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.841 INFO O| May 15 03:16:06.841 INFO STEP 15 (ensure_symlink) COMPLETE |
| 8135 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.841 INFO O| May 15 03:16:06.841 INFO STEP 16: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8136 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.857 INFO O| May 15 03:16:06.857 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
| 8137 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.858 INFO O| May 15 03:16:06.857 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
| 8138 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.858 INFO O| May 15 03:16:06.857 INFO ok! |
| 8139 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.858 INFO O| May 15 03:16:06.858 INFO STEP 16 (ensure_file) COMPLETE |
| 8140 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.858 INFO O| May 15 03:16:06.858 INFO STEP 17: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8141 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.876 INFO O| May 15 03:16:06.876 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8142 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.876 INFO O| May 15 03:16:06.876 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8143 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.876 INFO O| May 15 03:16:06.876 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8144 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.876 INFO O| May 15 03:16:06.876 INFO ok! |
| 8145 | 2024-05-15T03:16:07.589Z | [ recovery-image] May 15 03:16:06.876 INFO O| May 15 03:16:06.876 INFO STEP 17 (ensure_symlink) COMPLETE |
| 8146 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.876 INFO O| May 15 03:16:06.876 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8147 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.895 INFO O| May 15 03:16:06.895 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8148 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.895 INFO O| May 15 03:16:06.895 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8149 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.895 INFO O| May 15 03:16:06.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8150 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.895 INFO O| May 15 03:16:06.895 INFO ok! |
| 8151 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.895 INFO O| May 15 03:16:06.895 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8152 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.895 INFO O| May 15 03:16:06.895 INFO STEP 19: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8153 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.918 INFO O| May 15 03:16:06.918 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8154 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.918 INFO O| May 15 03:16:06.918 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8155 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.918 INFO O| May 15 03:16:06.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8156 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.918 INFO O| May 15 03:16:06.918 INFO ok! |
| 8157 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.918 INFO O| May 15 03:16:06.918 INFO STEP 19 (ensure_symlink) COMPLETE |
| 8158 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.918 INFO O| May 15 03:16:06.918 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8159 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.939 INFO O| May 15 03:16:06.939 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8160 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.939 INFO O| May 15 03:16:06.939 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8161 | 2024-05-15T03:16:07.590Z | [ recovery-image] May 15 03:16:06.939 INFO O| May 15 03:16:06.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8162 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.939 INFO O| May 15 03:16:06.939 INFO ok! |
| 8163 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.939 INFO O| May 15 03:16:06.939 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8164 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.939 INFO O| May 15 03:16:06.939 INFO STEP 21: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8165 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.958 INFO O| May 15 03:16:06.958 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8166 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.958 INFO O| May 15 03:16:06.958 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 ... |
| 8167 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.958 INFO O| May 15 03:16:06.958 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
| 8168 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.959 INFO O| May 15 03:16:06.958 INFO ok! |
| 8169 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.959 INFO O| May 15 03:16:06.958 INFO STEP 21 (ensure_file) COMPLETE |
| 8170 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.959 INFO O| May 15 03:16:06.959 INFO STEP 22: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8171 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.976 INFO O| May 15 03:16:06.975 INFO updating shadow file |
| 8172 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.976 INFO O| May 15 03:16:06.976 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 8173 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.976 INFO O| May 15 03:16:06.976 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 8174 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.976 INFO O| May 15 03:16:06.976 INFO STEP 22 (shadow) COMPLETE |
| 8175 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.976 INFO O| May 15 03:16:06.976 INFO STEP 23: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8176 | 2024-05-15T03:16:07.591Z | [ recovery-image] May 15 03:16:06.997 INFO O| May 15 03:16:06.997 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8177 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:06.997 INFO O| May 15 03:16:06.997 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
| 8178 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:06.997 INFO O| May 15 03:16:06.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
| 8179 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:06.998 INFO O| May 15 03:16:06.997 INFO ok! |
| 8180 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:06.998 INFO O| May 15 03:16:06.997 INFO STEP 23 (ensure_file) COMPLETE |
| 8181 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:06.998 INFO O| May 15 03:16:06.997 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8182 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.016 INFO O| May 15 03:16:07.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
| 8183 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.016 INFO O| May 15 03:16:07.016 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
| 8184 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.016 INFO O| May 15 03:16:07.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
| 8185 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.016 INFO O| May 15 03:16:07.016 INFO ok! |
| 8186 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.016 INFO O| May 15 03:16:07.016 INFO STEP 24 (ensure_file) COMPLETE |
| 8187 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.016 INFO O| May 15 03:16:07.016 INFO STEP 25: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8188 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.038 INFO O| May 15 03:16:07.038 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8189 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.038 INFO O| May 15 03:16:07.038 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
| 8190 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.038 INFO O| May 15 03:16:07.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
| 8191 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.038 INFO O| May 15 03:16:07.038 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
| 8192 | 2024-05-15T03:16:07.592Z | [ recovery-image] May 15 03:16:07.039 INFO O| May 15 03:16:07.038 INFO ok! |
| 8193 | 2024-05-15T03:16:07.593Z | [ recovery-image] May 15 03:16:07.039 INFO O| May 15 03:16:07.038 INFO STEP 25 (ensure_file) COMPLETE |
| 8194 | 2024-05-15T03:16:07.593Z | [ recovery-image] May 15 03:16:07.039 INFO O| May 15 03:16:07.039 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8195 | 2024-05-15T03:16:07.593Z | [ recovery-image] May 15 03:16:07.059 INFO O| May 15 03:16:07.059 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
| 8196 | 2024-05-15T03:16:07.593Z | [ recovery-image] May 15 03:16:07.059 INFO O| May 15 03:16:07.059 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
| 8197 | 2024-05-15T03:16:07.593Z | [ recovery-image] May 15 03:16:07.059 INFO O| May 15 03:16:07.059 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
| 8198 | 2024-05-15T03:16:07.593Z | [ recovery-image] May 15 03:16:07.059 INFO O| May 15 03:16:07.059 INFO ok! |
| 8199 | 2024-05-15T03:16:07.593Z | [ recovery-image] May 15 03:16:07.059 INFO O| May 15 03:16:07.059 INFO STEP 26 (ensure_file) COMPLETE |
| 8200 | 2024-05-15T03:16:07.593Z | [ recovery-image] May 15 03:16:07.059 INFO O| May 15 03:16:07.059 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8201 | 2024-05-15T03:16:07.623Z | [ recovery-image] May 15 03:16:07.082 INFO O| May 15 03:16:07.082 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
| 8202 | 2024-05-15T03:16:07.623Z | [ recovery-image] May 15 03:16:07.082 INFO O| May 15 03:16:07.082 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
| 8203 | 2024-05-15T03:16:07.623Z | [ recovery-image] May 15 03:16:07.082 INFO O| May 15 03:16:07.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
| 8204 | 2024-05-15T03:16:07.623Z | [ recovery-image] May 15 03:16:07.082 INFO O| May 15 03:16:07.082 INFO ok! |
| 8205 | 2024-05-15T03:16:07.623Z | [ recovery-image] May 15 03:16:07.082 INFO O| May 15 03:16:07.082 INFO STEP 27 (ensure_file) COMPLETE |
| 8206 | 2024-05-15T03:16:07.624Z | [ recovery-image] May 15 03:16:07.082 INFO O| May 15 03:16:07.082 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8207 | 2024-05-15T03:16:07.624Z | [ recovery-image] May 15 03:16:07.102 INFO O| May 15 03:16:07.102 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8208 | 2024-05-15T03:16:07.624Z | [ recovery-image] May 15 03:16:07.102 INFO O| May 15 03:16:07.102 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
| 8209 | 2024-05-15T03:16:07.624Z | [ recovery-image] May 15 03:16:07.102 INFO O| May 15 03:16:07.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
| 8210 | 2024-05-15T03:16:07.624Z | [ recovery-image] May 15 03:16:07.102 INFO O| May 15 03:16:07.102 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
| 8211 | 2024-05-15T03:16:07.624Z | [ recovery-image] May 15 03:16:07.102 INFO O| May 15 03:16:07.102 INFO ok! |
| 8212 | 2024-05-15T03:16:07.624Z | [ recovery-image] May 15 03:16:07.102 INFO O| May 15 03:16:07.102 INFO STEP 28 (ensure_file) COMPLETE |
| 8213 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.102 INFO O| May 15 03:16:07.102 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8214 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.123 INFO O| May 15 03:16:07.123 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8215 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.123 INFO O| May 15 03:16:07.123 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
| 8216 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.124 INFO O| May 15 03:16:07.124 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
| 8217 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.124 INFO O| May 15 03:16:07.124 INFO ok! |
| 8218 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.124 INFO O| May 15 03:16:07.124 INFO STEP 29 (ensure_file) COMPLETE |
| 8219 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.124 INFO O| May 15 03:16:07.124 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8220 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.146 INFO O| May 15 03:16:07.146 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8221 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.146 INFO O| May 15 03:16:07.146 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8222 | 2024-05-15T03:16:07.625Z | [ recovery-image] May 15 03:16:07.146 INFO O| May 15 03:16:07.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
| 8223 | 2024-05-15T03:16:07.626Z | [ recovery-image] May 15 03:16:07.146 INFO O| May 15 03:16:07.146 INFO ok! |
| 8224 | 2024-05-15T03:16:07.626Z | [ recovery-image] May 15 03:16:07.146 INFO O| May 15 03:16:07.146 INFO STEP 30 (ensure_file) COMPLETE |
| 8225 | 2024-05-15T03:16:07.626Z | [ recovery-image] May 15 03:16:07.146 INFO O| May 15 03:16:07.146 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8226 | 2024-05-15T03:16:07.626Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8227 | 2024-05-15T03:16:07.626Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
| 8228 | 2024-05-15T03:16:07.626Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 8229 | 2024-05-15T03:16:07.626Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 8230 | 2024-05-15T03:16:07.626Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 8231 | 2024-05-15T03:16:07.627Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
| 8232 | 2024-05-15T03:16:07.627Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO ok! |
| 8233 | 2024-05-15T03:16:07.627Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO STEP 31 (ensure_file) COMPLETE |
| 8234 | 2024-05-15T03:16:07.627Z | [ recovery-image] May 15 03:16:07.166 INFO O| May 15 03:16:07.166 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8235 | 2024-05-15T03:16:07.668Z | [ recovery-image] May 15 03:16:07.191 INFO O| May 15 03:16:07.191 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8236 | 2024-05-15T03:16:07.668Z | [ recovery-image] May 15 03:16:07.191 INFO O| May 15 03:16:07.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8237 | 2024-05-15T03:16:07.669Z | [ recovery-image] May 15 03:16:07.191 INFO O| May 15 03:16:07.191 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8238 | 2024-05-15T03:16:07.669Z | [ recovery-image] May 15 03:16:07.191 INFO O| May 15 03:16:07.191 INFO STEP 32 (ensure_dir) COMPLETE |
| 8239 | 2024-05-15T03:16:07.669Z | [ recovery-image] May 15 03:16:07.191 INFO O| May 15 03:16:07.191 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8240 | 2024-05-15T03:16:07.707Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 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 |
| 8241 | 2024-05-15T03:16:07.707Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 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 ... |
| 8242 | 2024-05-15T03:16:07.708Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 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 |
| 8243 | 2024-05-15T03:16:07.708Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 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 |
| 8244 | 2024-05-15T03:16:07.708Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 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 |
| 8245 | 2024-05-15T03:16:07.708Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 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 |
| 8246 | 2024-05-15T03:16:07.708Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 INFO ok! |
| 8247 | 2024-05-15T03:16:07.708Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 INFO STEP 33 (ensure_file) COMPLETE |
| 8248 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.211 INFO O| May 15 03:16:07.211 INFO STEP 34: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8249 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.231 INFO O| May 15 03:16:07.231 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8250 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.231 INFO O| May 15 03:16:07.231 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 ... |
| 8251 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.231 INFO O| May 15 03:16:07.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8252 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.231 INFO O| May 15 03:16:07.231 INFO ok! |
| 8253 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.231 INFO O| May 15 03:16:07.231 INFO STEP 34 (ensure_symlink) COMPLETE |
| 8254 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.231 INFO O| May 15 03:16:07.231 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8255 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8256 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8257 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 8258 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 8259 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 8260 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
| 8261 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO ok! |
| 8262 | 2024-05-15T03:16:07.709Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO STEP 35 (ensure_file) COMPLETE |
| 8263 | 2024-05-15T03:16:07.710Z | [ recovery-image] May 15 03:16:07.249 INFO O| May 15 03:16:07.249 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8264 | 2024-05-15T03:16:08.156Z | [ recovery-image] May 15 03:16:07.266 INFO O| May 15 03:16:07.266 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8265 | 2024-05-15T03:16:08.156Z | [ recovery-image] May 15 03:16:07.267 INFO O| May 15 03:16:07.266 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 ... |
| 8266 | 2024-05-15T03:16:08.156Z | [ recovery-image] May 15 03:16:07.267 INFO O| May 15 03:16:07.267 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 |
| 8267 | 2024-05-15T03:16:08.156Z | [ recovery-image] May 15 03:16:07.267 INFO O| May 15 03:16:07.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8268 | 2024-05-15T03:16:08.157Z | [ recovery-image] May 15 03:16:07.267 INFO O| May 15 03:16:07.267 INFO ok! |
| 8269 | 2024-05-15T03:16:08.157Z | [ recovery-image] May 15 03:16:07.267 INFO O| May 15 03:16:07.267 INFO STEP 36 (ensure_file) COMPLETE |
| 8270 | 2024-05-15T03:16:08.157Z | [ recovery-image] May 15 03:16:07.267 INFO O| May 15 03:16:07.267 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8271 | 2024-05-15T03:16:08.186Z | [ recovery-image] May 15 03:16:07.286 INFO O| May 15 03:16:07.286 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8272 | 2024-05-15T03:16:08.186Z | [ recovery-image] May 15 03:16:07.286 INFO O| May 15 03:16:07.286 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8273 | 2024-05-15T03:16:08.186Z | [ recovery-image] May 15 03:16:07.286 INFO O| May 15 03:16:07.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
| 8274 | 2024-05-15T03:16:08.186Z | [ recovery-image] May 15 03:16:07.286 INFO O| May 15 03:16:07.286 INFO ok! |
| 8275 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.286 INFO O| May 15 03:16:07.286 INFO STEP 37 (ensure_file) COMPLETE |
| 8276 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.286 INFO O| May 15 03:16:07.286 INFO STEP 38: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8277 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.303 INFO O| May 15 03:16:07.303 INFO updating shadow file |
| 8278 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.303 INFO O| May 15 03:16:07.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
| 8279 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.303 INFO O| May 15 03:16:07.303 INFO STEP 38 (shadow) COMPLETE |
| 8280 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.303 INFO O| May 15 03:16:07.303 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8281 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.319 INFO O| May 15 03:16:07.319 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8282 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.319 INFO O| May 15 03:16:07.319 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
| 8283 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.319 INFO O| May 15 03:16:07.319 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
| 8284 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.319 INFO O| May 15 03:16:07.319 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
| 8285 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.319 INFO O| May 15 03:16:07.319 INFO ok! |
| 8286 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.319 INFO O| May 15 03:16:07.319 INFO STEP 39 (ensure_file) COMPLETE |
| 8287 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.319 INFO O| May 15 03:16:07.319 INFO STEP 40: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8288 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.338 INFO O| May 15 03:16:07.338 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
| 8289 | 2024-05-15T03:16:08.187Z | [ recovery-image] May 15 03:16:07.338 INFO O| May 15 03:16:07.338 INFO STEP 40 (ensure_dir) COMPLETE |
| 8290 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.338 INFO O| May 15 03:16:07.338 INFO STEP 41: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8291 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.354 INFO O| May 15 03:16:07.354 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
| 8292 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.355 INFO O| May 15 03:16:07.354 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
| 8293 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.355 INFO O| May 15 03:16:07.354 INFO STEP 41 (ensure_dir) COMPLETE |
| 8294 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.355 INFO O| May 15 03:16:07.354 INFO STEP 42: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8295 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.375 INFO O| May 15 03:16:07.375 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
| 8296 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.375 INFO O| May 15 03:16:07.375 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
| 8297 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.375 INFO O| May 15 03:16:07.375 INFO STEP 42 (ensure_dir) COMPLETE |
| 8298 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.375 INFO O| May 15 03:16:07.375 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8299 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.399 INFO O| May 15 03:16:07.399 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8300 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.399 INFO O| May 15 03:16:07.399 INFO copying /tmp/.tmpiAfVbH/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8301 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.435 INFO O| May 15 03:16:07.435 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8302 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.435 INFO O| May 15 03:16:07.435 INFO ok! |
| 8303 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.435 INFO O| May 15 03:16:07.435 INFO STEP 43 (ensure_file) COMPLETE |
| 8304 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.435 INFO O| May 15 03:16:07.435 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8305 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.455 INFO O| May 15 03:16:07.454 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8306 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.455 INFO O| May 15 03:16:07.455 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8307 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.455 INFO O| May 15 03:16:07.455 INFO STEP 44 (ensure_dir) COMPLETE |
| 8308 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.455 INFO O| May 15 03:16:07.455 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8309 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.472 INFO O| May 15 03:16:07.472 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8310 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.472 INFO O| May 15 03:16:07.472 INFO copying /tmp/.tmpiAfVbH/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8311 | 2024-05-15T03:16:08.188Z | [ recovery-image] May 15 03:16:07.472 INFO O| May 15 03:16:07.472 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8312 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.472 INFO O| May 15 03:16:07.472 INFO ok! |
| 8313 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.472 INFO O| May 15 03:16:07.472 INFO STEP 45 (ensure_file) COMPLETE |
| 8314 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.472 INFO O| May 15 03:16:07.472 INFO STEP 46: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8315 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.489 INFO O| May 15 03:16:07.489 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
| 8316 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.489 INFO O| May 15 03:16:07.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
| 8317 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.489 INFO O| May 15 03:16:07.489 INFO STEP 46 (ensure_dir) COMPLETE |
| 8318 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.489 INFO O| May 15 03:16:07.489 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8319 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.505 INFO O| May 15 03:16:07.505 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8320 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.505 INFO O| May 15 03:16:07.505 INFO copying /tmp/.tmpiAfVbH/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8321 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.523 INFO O| May 15 03:16:07.523 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8322 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.523 INFO O| May 15 03:16:07.523 INFO ok! |
| 8323 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.523 INFO O| May 15 03:16:07.523 INFO STEP 47 (ensure_file) COMPLETE |
| 8324 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.523 INFO O| May 15 03:16:07.523 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8325 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.550 INFO O| May 15 03:16:07.550 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8326 | 2024-05-15T03:16:08.189Z | [ recovery-image] May 15 03:16:07.550 INFO O| May 15 03:16:07.550 INFO copying /tmp/.tmpiAfVbH/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8327 | 2024-05-15T03:16:08.850Z | [ recovery-image] May 15 03:16:08.393 INFO O| May 15 03:16:08.393 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8328 | 2024-05-15T03:16:08.889Z | [ recovery-image] May 15 03:16:08.393 INFO O| May 15 03:16:08.393 INFO ok! |
| 8329 | 2024-05-15T03:16:08.889Z | [ recovery-image] May 15 03:16:08.393 INFO O| May 15 03:16:08.393 INFO STEP 48 (ensure_file) COMPLETE |
| 8330 | 2024-05-15T03:16:08.889Z | [ recovery-image] May 15 03:16:08.393 INFO O| May 15 03:16:08.393 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8331 | 2024-05-15T03:16:08.889Z | [ recovery-image] May 15 03:16:08.413 INFO O| May 15 03:16:08.413 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8332 | 2024-05-15T03:16:08.889Z | [ recovery-image] May 15 03:16:08.413 INFO O| May 15 03:16:08.413 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8333 | 2024-05-15T03:16:08.889Z | [ recovery-image] May 15 03:16:08.413 INFO O| May 15 03:16:08.413 INFO STEP 49 (ensure_dir) COMPLETE |
| 8334 | 2024-05-15T03:16:08.890Z | [ recovery-image] May 15 03:16:08.413 INFO O| May 15 03:16:08.413 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8335 | 2024-05-15T03:16:08.890Z | [ recovery-image] May 15 03:16:08.429 INFO O| May 15 03:16:08.429 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8336 | 2024-05-15T03:16:08.890Z | [ recovery-image] May 15 03:16:08.429 INFO O| May 15 03:16:08.429 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 8337 | 2024-05-15T03:16:08.890Z | [ recovery-image] May 15 03:16:08.429 INFO O| May 15 03:16:08.429 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 |
| 8338 | 2024-05-15T03:16:08.890Z | [ recovery-image] May 15 03:16:08.429 INFO O| May 15 03:16:08.429 INFO ok! |
| 8339 | 2024-05-15T03:16:08.931Z | [ recovery-image] May 15 03:16:08.429 INFO O| May 15 03:16:08.429 INFO STEP 50 (ensure_file) COMPLETE |
| 8340 | 2024-05-15T03:16:08.931Z | [ recovery-image] May 15 03:16:08.429 INFO O| May 15 03:16:08.429 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8341 | 2024-05-15T03:16:08.931Z | [ recovery-image] May 15 03:16:08.451 INFO O| May 15 03:16:08.451 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8342 | 2024-05-15T03:16:08.931Z | [ recovery-image] May 15 03:16:08.451 INFO O| May 15 03:16:08.451 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 8343 | 2024-05-15T03:16:08.931Z | [ recovery-image] May 15 03:16:08.451 INFO O| May 15 03:16:08.451 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 |
| 8344 | 2024-05-15T03:16:08.931Z | [ recovery-image] May 15 03:16:08.451 INFO O| May 15 03:16:08.451 INFO ok! |
| 8345 | 2024-05-15T03:16:08.932Z | [ recovery-image] May 15 03:16:08.451 INFO O| May 15 03:16:08.451 INFO STEP 51 (ensure_file) COMPLETE |
| 8346 | 2024-05-15T03:16:08.932Z | [ recovery-image] May 15 03:16:08.451 INFO O| May 15 03:16:08.451 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8347 | 2024-05-15T03:16:08.968Z | [ recovery-image] May 15 03:16:08.474 INFO O| May 15 03:16:08.474 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8348 | 2024-05-15T03:16:08.968Z | [ recovery-image] May 15 03:16:08.474 INFO O| May 15 03:16:08.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8349 | 2024-05-15T03:16:08.968Z | [ recovery-image] May 15 03:16:08.474 INFO O| May 15 03:16:08.474 INFO STEP 52 (ensure_dir) COMPLETE |
| 8350 | 2024-05-15T03:16:08.969Z | [ recovery-image] May 15 03:16:08.474 INFO O| May 15 03:16:08.474 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8351 | 2024-05-15T03:16:08.969Z | [ recovery-image] May 15 03:16:08.496 INFO O| May 15 03:16:08.496 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8352 | 2024-05-15T03:16:08.969Z | [ recovery-image] May 15 03:16:08.496 INFO O| May 15 03:16:08.496 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 8353 | 2024-05-15T03:16:08.969Z | [ recovery-image] May 15 03:16:08.496 INFO O| May 15 03:16:08.496 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8354 | 2024-05-15T03:16:08.970Z | [ recovery-image] May 15 03:16:08.496 INFO O| May 15 03:16:08.496 INFO ok! |
| 8355 | 2024-05-15T03:16:08.970Z | [ recovery-image] May 15 03:16:08.496 INFO O| May 15 03:16:08.496 INFO STEP 53 (ensure_file) COMPLETE |
| 8356 | 2024-05-15T03:16:08.970Z | [ recovery-image] May 15 03:16:08.496 INFO O| May 15 03:16:08.496 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8357 | 2024-05-15T03:16:09.006Z | [ recovery-image] May 15 03:16:08.515 INFO O| May 15 03:16:08.515 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8358 | 2024-05-15T03:16:09.007Z | [ recovery-image] May 15 03:16:08.515 INFO O| May 15 03:16:08.515 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 8359 | 2024-05-15T03:16:09.007Z | [ recovery-image] May 15 03:16:08.515 INFO O| May 15 03:16:08.515 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 |
| 8360 | 2024-05-15T03:16:09.007Z | [ recovery-image] May 15 03:16:08.515 INFO O| May 15 03:16:08.515 INFO ok! |
| 8361 | 2024-05-15T03:16:09.007Z | [ recovery-image] May 15 03:16:08.515 INFO O| May 15 03:16:08.515 INFO STEP 54 (ensure_file) COMPLETE |
| 8362 | 2024-05-15T03:16:09.007Z | [ recovery-image] May 15 03:16:08.515 INFO O| May 15 03:16:08.515 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8363 | 2024-05-15T03:16:09.008Z | [ recovery-image] May 15 03:16:08.539 INFO O| May 15 03:16:08.538 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8364 | 2024-05-15T03:16:09.008Z | [ recovery-image] May 15 03:16:08.539 INFO O| May 15 03:16:08.539 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8365 | 2024-05-15T03:16:09.008Z | [ recovery-image] May 15 03:16:08.539 INFO O| May 15 03:16:08.539 INFO STEP 55 (ensure_dir) COMPLETE |
| 8366 | 2024-05-15T03:16:09.008Z | [ recovery-image] May 15 03:16:08.539 INFO O| May 15 03:16:08.539 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8367 | 2024-05-15T03:16:09.053Z | [ recovery-image] May 15 03:16:08.556 INFO O| May 15 03:16:08.556 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8368 | 2024-05-15T03:16:09.054Z | [ recovery-image] May 15 03:16:08.556 INFO O| May 15 03:16:08.556 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 8369 | 2024-05-15T03:16:09.054Z | [ recovery-image] May 15 03:16:08.556 INFO O| May 15 03:16:08.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8370 | 2024-05-15T03:16:09.054Z | [ recovery-image] May 15 03:16:08.556 INFO O| May 15 03:16:08.556 INFO ok! |
| 8371 | 2024-05-15T03:16:09.054Z | [ recovery-image] May 15 03:16:08.556 INFO O| May 15 03:16:08.556 INFO STEP 56 (ensure_file) COMPLETE |
| 8372 | 2024-05-15T03:16:09.054Z | [ recovery-image] May 15 03:16:08.556 INFO O| May 15 03:16:08.556 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8373 | 2024-05-15T03:16:09.055Z | [ recovery-image] May 15 03:16:08.575 INFO O| May 15 03:16:08.575 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8374 | 2024-05-15T03:16:09.055Z | [ recovery-image] May 15 03:16:08.575 INFO O| May 15 03:16:08.575 INFO copying /tmp/.tmpiAfVbH/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8375 | 2024-05-15T03:16:09.055Z | [ recovery-image] May 15 03:16:08.575 INFO O| May 15 03:16:08.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8376 | 2024-05-15T03:16:09.055Z | [ recovery-image] May 15 03:16:08.575 INFO O| May 15 03:16:08.575 INFO ok! |
| 8377 | 2024-05-15T03:16:09.055Z | [ recovery-image] May 15 03:16:08.575 INFO O| May 15 03:16:08.575 INFO STEP 57 (ensure_file) COMPLETE |
| 8378 | 2024-05-15T03:16:09.055Z | [ recovery-image] May 15 03:16:08.575 INFO O| May 15 03:16:08.575 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8379 | 2024-05-15T03:16:09.095Z | [ recovery-image] May 15 03:16:08.593 INFO O| May 15 03:16:08.593 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
| 8380 | 2024-05-15T03:16:09.095Z | [ recovery-image] May 15 03:16:08.593 INFO O| May 15 03:16:08.593 INFO STEP 58 (ensure_dir) COMPLETE |
| 8381 | 2024-05-15T03:16:09.095Z | [ recovery-image] May 15 03:16:08.593 INFO O| May 15 03:16:08.593 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8382 | 2024-05-15T03:16:09.095Z | [ recovery-image] May 15 03:16:08.611 INFO O| May 15 03:16:08.611 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
| 8383 | 2024-05-15T03:16:09.096Z | [ recovery-image] May 15 03:16:08.611 INFO O| May 15 03:16:08.611 INFO STEP 59 (ensure_dir) COMPLETE |
| 8384 | 2024-05-15T03:16:09.096Z | [ recovery-image] May 15 03:16:08.611 INFO O| May 15 03:16:08.611 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8385 | 2024-05-15T03:16:09.096Z | [ recovery-image] May 15 03:16:08.628 INFO O| May 15 03:16:08.628 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
| 8386 | 2024-05-15T03:16:09.096Z | [ recovery-image] May 15 03:16:08.628 INFO O| May 15 03:16:08.628 INFO STEP 60 (ensure_dir) COMPLETE |
| 8387 | 2024-05-15T03:16:09.096Z | [ recovery-image] May 15 03:16:08.628 INFO O| May 15 03:16:08.628 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8388 | 2024-05-15T03:16:09.125Z | [ recovery-image] May 15 03:16:08.645 INFO O| May 15 03:16:08.645 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
| 8389 | 2024-05-15T03:16:09.126Z | [ recovery-image] May 15 03:16:08.645 INFO O| May 15 03:16:08.645 INFO STEP 61 (ensure_dir) COMPLETE |
| 8390 | 2024-05-15T03:16:09.126Z | [ recovery-image] May 15 03:16:08.645 INFO O| May 15 03:16:08.645 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8391 | 2024-05-15T03:16:09.126Z | [ recovery-image] May 15 03:16:08.663 INFO O| May 15 03:16:08.663 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8392 | 2024-05-15T03:16:09.127Z | [ recovery-image] May 15 03:16:08.663 INFO O| May 15 03:16:08.663 INFO copying /tmp/.tmpiAfVbH/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8393 | 2024-05-15T03:16:09.127Z | [ recovery-image] May 15 03:16:08.664 INFO O| May 15 03:16:08.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8394 | 2024-05-15T03:16:09.127Z | [ recovery-image] May 15 03:16:08.664 INFO O| May 15 03:16:08.664 INFO ok! |
| 8395 | 2024-05-15T03:16:09.127Z | [ recovery-image] May 15 03:16:08.664 INFO O| May 15 03:16:08.664 INFO STEP 62 (ensure_file) COMPLETE |
| 8396 | 2024-05-15T03:16:09.128Z | [ recovery-image] May 15 03:16:08.664 INFO O| May 15 03:16:08.664 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8397 | 2024-05-15T03:16:09.161Z | [ recovery-image] May 15 03:16:08.680 INFO O| May 15 03:16:08.680 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8398 | 2024-05-15T03:16:09.161Z | [ recovery-image] May 15 03:16:08.681 INFO O| May 15 03:16:08.681 INFO STEP 63 (remove_files) COMPLETE |
| 8399 | 2024-05-15T03:16:09.162Z | [ recovery-image] May 15 03:16:08.681 INFO O| May 15 03:16:08.681 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8400 | 2024-05-15T03:16:09.162Z | [ recovery-image] May 15 03:16:08.698 INFO O| May 15 03:16:08.698 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8401 | 2024-05-15T03:16:09.162Z | [ recovery-image] May 15 03:16:08.698 INFO O| May 15 03:16:08.698 INFO STEP 64 (remove_files) COMPLETE |
| 8402 | 2024-05-15T03:16:09.162Z | [ recovery-image] May 15 03:16:08.698 INFO O| May 15 03:16:08.698 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8403 | 2024-05-15T03:16:09.193Z | [ recovery-image] May 15 03:16:08.714 INFO O| May 15 03:16:08.714 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8404 | 2024-05-15T03:16:09.193Z | [ recovery-image] May 15 03:16:08.714 INFO O| May 15 03:16:08.714 INFO STEP 65 (remove_files) COMPLETE |
| 8405 | 2024-05-15T03:16:09.194Z | [ recovery-image] May 15 03:16:08.714 INFO O| May 15 03:16:08.714 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8406 | 2024-05-15T03:16:09.194Z | [ recovery-image] May 15 03:16:08.731 INFO O| May 15 03:16:08.731 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8407 | 2024-05-15T03:16:09.194Z | [ recovery-image] May 15 03:16:08.731 INFO O| May 15 03:16:08.731 INFO STEP 66 (remove_files) COMPLETE |
| 8408 | 2024-05-15T03:16:09.194Z | [ recovery-image] May 15 03:16:08.731 INFO O| May 15 03:16:08.731 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8409 | 2024-05-15T03:16:09.229Z | [ recovery-image] May 15 03:16:08.748 INFO O| May 15 03:16:08.747 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8410 | 2024-05-15T03:16:09.230Z | [ recovery-image] May 15 03:16:08.748 INFO O| May 15 03:16:08.748 INFO STEP 67 (remove_files) COMPLETE |
| 8411 | 2024-05-15T03:16:09.230Z | [ recovery-image] May 15 03:16:08.748 INFO O| May 15 03:16:08.748 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8412 | 2024-05-15T03:16:09.230Z | [ recovery-image] May 15 03:16:08.764 INFO O| May 15 03:16:08.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8413 | 2024-05-15T03:16:09.230Z | [ recovery-image] May 15 03:16:08.765 INFO O| May 15 03:16:08.764 INFO STEP 68 (remove_files) COMPLETE |
| 8414 | 2024-05-15T03:16:09.230Z | [ recovery-image] May 15 03:16:08.765 INFO O| May 15 03:16:08.764 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8415 | 2024-05-15T03:16:09.270Z | [ recovery-image] May 15 03:16:08.780 INFO O| May 15 03:16:08.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8416 | 2024-05-15T03:16:09.270Z | [ recovery-image] May 15 03:16:08.781 INFO O| May 15 03:16:08.781 INFO STEP 69 (remove_files) COMPLETE |
| 8417 | 2024-05-15T03:16:09.270Z | [ recovery-image] May 15 03:16:08.781 INFO O| May 15 03:16:08.781 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8418 | 2024-05-15T03:16:09.270Z | [ recovery-image] May 15 03:16:08.801 INFO O| May 15 03:16:08.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8419 | 2024-05-15T03:16:09.270Z | [ recovery-image] May 15 03:16:08.801 INFO O| May 15 03:16:08.801 INFO STEP 70 (remove_files) COMPLETE |
| 8420 | 2024-05-15T03:16:09.270Z | [ recovery-image] May 15 03:16:08.801 INFO O| May 15 03:16:08.801 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8421 | 2024-05-15T03:16:09.299Z | [ recovery-image] May 15 03:16:08.818 INFO O| May 15 03:16:08.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8422 | 2024-05-15T03:16:09.299Z | [ recovery-image] May 15 03:16:08.818 INFO O| May 15 03:16:08.818 INFO STEP 71 (remove_files) COMPLETE |
| 8423 | 2024-05-15T03:16:09.299Z | [ recovery-image] May 15 03:16:08.818 INFO O| May 15 03:16:08.818 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8424 | 2024-05-15T03:16:09.299Z | [ recovery-image] May 15 03:16:08.834 INFO O| May 15 03:16:08.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8425 | 2024-05-15T03:16:09.300Z | [ recovery-image] May 15 03:16:08.834 INFO O| May 15 03:16:08.834 INFO STEP 72 (remove_files) COMPLETE |
| 8426 | 2024-05-15T03:16:09.300Z | [ recovery-image] May 15 03:16:08.834 INFO O| May 15 03:16:08.834 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8427 | 2024-05-15T03:16:09.366Z | [ recovery-image] May 15 03:16:08.853 INFO O| May 15 03:16:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8428 | 2024-05-15T03:16:09.366Z | [ recovery-image] May 15 03:16:08.853 INFO O| May 15 03:16:08.853 INFO STEP 73 (remove_files) COMPLETE |
| 8429 | 2024-05-15T03:16:09.366Z | [ recovery-image] May 15 03:16:08.853 INFO O| May 15 03:16:08.853 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8430 | 2024-05-15T03:16:09.367Z | [ recovery-image] May 15 03:16:08.869 INFO O| May 15 03:16:08.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8431 | 2024-05-15T03:16:09.367Z | [ recovery-image] May 15 03:16:08.869 INFO O| May 15 03:16:08.869 INFO STEP 74 (remove_files) COMPLETE |
| 8432 | 2024-05-15T03:16:09.367Z | [ recovery-image] May 15 03:16:08.869 INFO O| May 15 03:16:08.869 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8433 | 2024-05-15T03:16:09.367Z | [ recovery-image] May 15 03:16:08.885 INFO O| May 15 03:16:08.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8434 | 2024-05-15T03:16:09.367Z | [ recovery-image] May 15 03:16:08.885 INFO O| May 15 03:16:08.885 INFO STEP 75 (remove_files) COMPLETE |
| 8435 | 2024-05-15T03:16:09.367Z | [ recovery-image] May 15 03:16:08.885 INFO O| May 15 03:16:08.885 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8436 | 2024-05-15T03:16:09.402Z | [ recovery-image] May 15 03:16:08.901 INFO O| May 15 03:16:08.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8437 | 2024-05-15T03:16:09.402Z | [ recovery-image] May 15 03:16:08.901 INFO O| May 15 03:16:08.901 INFO STEP 76 (remove_files) COMPLETE |
| 8438 | 2024-05-15T03:16:09.402Z | [ recovery-image] May 15 03:16:08.901 INFO O| May 15 03:16:08.901 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8439 | 2024-05-15T03:16:09.403Z | [ recovery-image] May 15 03:16:08.918 INFO O| May 15 03:16:08.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8440 | 2024-05-15T03:16:09.403Z | [ recovery-image] May 15 03:16:08.918 INFO O| May 15 03:16:08.918 INFO STEP 77 (remove_files) COMPLETE |
| 8441 | 2024-05-15T03:16:09.403Z | [ recovery-image] May 15 03:16:08.918 INFO O| May 15 03:16:08.918 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8442 | 2024-05-15T03:16:09.403Z | [ recovery-image] May 15 03:16:08.941 INFO O| May 15 03:16:08.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8443 | 2024-05-15T03:16:09.403Z | [ recovery-image] May 15 03:16:08.941 INFO O| May 15 03:16:08.941 INFO STEP 78 (remove_files) COMPLETE |
| 8444 | 2024-05-15T03:16:09.403Z | [ recovery-image] May 15 03:16:08.941 INFO O| May 15 03:16:08.941 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8445 | 2024-05-15T03:16:09.440Z | [ recovery-image] May 15 03:16:08.962 INFO O| May 15 03:16:08.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8446 | 2024-05-15T03:16:09.440Z | [ recovery-image] May 15 03:16:08.962 INFO O| May 15 03:16:08.962 INFO STEP 79 (remove_files) COMPLETE |
| 8447 | 2024-05-15T03:16:09.441Z | [ recovery-image] May 15 03:16:08.962 INFO O| May 15 03:16:08.962 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8448 | 2024-05-15T03:16:09.482Z | [ recovery-image] May 15 03:16:08.984 INFO O| May 15 03:16:08.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8449 | 2024-05-15T03:16:09.482Z | [ recovery-image] May 15 03:16:08.984 INFO O| May 15 03:16:08.984 INFO STEP 80 (remove_files) COMPLETE |
| 8450 | 2024-05-15T03:16:09.482Z | [ recovery-image] May 15 03:16:08.984 INFO O| May 15 03:16:08.984 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8451 | 2024-05-15T03:16:09.482Z | [ recovery-image] May 15 03:16:09.001 INFO O| May 15 03:16:09.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8452 | 2024-05-15T03:16:09.482Z | [ recovery-image] May 15 03:16:09.002 INFO O| May 15 03:16:09.002 INFO STEP 81 (remove_files) COMPLETE |
| 8453 | 2024-05-15T03:16:09.482Z | [ recovery-image] May 15 03:16:09.002 INFO O| May 15 03:16:09.002 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8454 | 2024-05-15T03:16:09.483Z | [ recovery-image] May 15 03:16:09.019 INFO O| May 15 03:16:09.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8455 | 2024-05-15T03:16:09.483Z | [ recovery-image] May 15 03:16:09.019 INFO O| May 15 03:16:09.019 INFO STEP 82 (remove_files) COMPLETE |
| 8456 | 2024-05-15T03:16:09.483Z | [ recovery-image] May 15 03:16:09.019 INFO O| May 15 03:16:09.019 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8457 | 2024-05-15T03:16:09.527Z | [ recovery-image] May 15 03:16:09.041 INFO O| May 15 03:16:09.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8458 | 2024-05-15T03:16:09.527Z | [ recovery-image] May 15 03:16:09.041 INFO O| May 15 03:16:09.041 INFO STEP 83 (remove_files) COMPLETE |
| 8459 | 2024-05-15T03:16:09.528Z | [ recovery-image] May 15 03:16:09.041 INFO O| May 15 03:16:09.041 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8460 | 2024-05-15T03:16:09.528Z | [ recovery-image] May 15 03:16:09.060 INFO O| May 15 03:16:09.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
| 8461 | 2024-05-15T03:16:09.528Z | [ recovery-image] May 15 03:16:09.060 INFO O| May 15 03:16:09.060 INFO STEP 84 (remove_files) COMPLETE |
| 8462 | 2024-05-15T03:16:09.528Z | [ recovery-image] May 15 03:16:09.060 INFO O| May 15 03:16:09.060 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8463 | 2024-05-15T03:16:09.971Z | [ recovery-image] May 15 03:16:09.077 INFO O| May 15 03:16:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8464 | 2024-05-15T03:16:09.971Z | [ recovery-image] May 15 03:16:09.077 INFO O| May 15 03:16:09.077 INFO STEP 85 (remove_files) COMPLETE |
| 8465 | 2024-05-15T03:16:09.971Z | [ recovery-image] May 15 03:16:09.077 INFO O| May 15 03:16:09.077 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8466 | 2024-05-15T03:16:09.972Z | [ recovery-image] May 15 03:16:09.093 INFO O| May 15 03:16:09.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8467 | 2024-05-15T03:16:09.972Z | [ recovery-image] May 15 03:16:09.093 INFO O| May 15 03:16:09.093 INFO STEP 86 (remove_files) COMPLETE |
| 8468 | 2024-05-15T03:16:09.972Z | [ recovery-image] May 15 03:16:09.093 INFO O| May 15 03:16:09.093 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8469 | 2024-05-15T03:16:10.012Z | [ recovery-image] May 15 03:16:09.109 INFO O| May 15 03:16:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8470 | 2024-05-15T03:16:10.012Z | [ recovery-image] May 15 03:16:09.109 INFO O| May 15 03:16:09.109 INFO STEP 87 (remove_files) COMPLETE |
| 8471 | 2024-05-15T03:16:10.012Z | [ recovery-image] May 15 03:16:09.109 INFO O| May 15 03:16:09.109 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8472 | 2024-05-15T03:16:10.012Z | [ recovery-image] May 15 03:16:09.125 INFO O| May 15 03:16:09.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8473 | 2024-05-15T03:16:10.013Z | [ recovery-image] May 15 03:16:09.125 INFO O| May 15 03:16:09.125 INFO STEP 88 (remove_files) COMPLETE |
| 8474 | 2024-05-15T03:16:10.013Z | [ recovery-image] May 15 03:16:09.125 INFO O| May 15 03:16:09.125 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8475 | 2024-05-15T03:16:10.013Z | [ recovery-image] May 15 03:16:09.141 INFO O| May 15 03:16:09.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8476 | 2024-05-15T03:16:10.014Z | [ recovery-image] May 15 03:16:09.141 INFO O| May 15 03:16:09.141 INFO STEP 89 (remove_files) COMPLETE |
| 8477 | 2024-05-15T03:16:10.014Z | [ recovery-image] May 15 03:16:09.141 INFO O| May 15 03:16:09.141 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8478 | 2024-05-15T03:16:10.014Z | [ recovery-image] May 15 03:16:09.157 INFO O| May 15 03:16:09.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8479 | 2024-05-15T03:16:10.014Z | [ recovery-image] May 15 03:16:09.157 INFO O| May 15 03:16:09.157 INFO STEP 90 (remove_files) COMPLETE |
| 8480 | 2024-05-15T03:16:10.015Z | [ recovery-image] May 15 03:16:09.157 INFO O| May 15 03:16:09.157 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8481 | 2024-05-15T03:16:10.015Z | [ recovery-image] May 15 03:16:09.173 INFO O| May 15 03:16:09.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8482 | 2024-05-15T03:16:10.015Z | [ recovery-image] May 15 03:16:09.174 INFO O| May 15 03:16:09.173 INFO STEP 91 (remove_files) COMPLETE |
| 8483 | 2024-05-15T03:16:10.015Z | [ recovery-image] May 15 03:16:09.174 INFO O| May 15 03:16:09.173 INFO STEP 92: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
| 8484 | 2024-05-15T03:16:10.015Z | [ recovery-image] May 15 03:16:09.198 INFO O| May 15 03:16:09.198 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
| 8485 | 2024-05-15T03:16:10.015Z | [ recovery-image] May 15 03:16:09.198 INFO O| May 15 03:16:09.198 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 8486 | 2024-05-15T03:16:15.421Z | [ recovery-image] May 15 03:16:14.961 INFO O| May 15 03:16:14.961 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 |
| 8487 | 2024-05-15T03:16:15.422Z | [ recovery-image] May 15 03:16:14.961 INFO O| May 15 03:16:14.961 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
| 8488 | 2024-05-15T03:16:15.458Z | [ recovery-image] May 15 03:16:14.976 INFO O| May 15 03:16:14.976 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
| 8489 | 2024-05-15T03:16:15.533Z | [ recovery-image] May 15 03:16:15.073 INFO O| May 15 03:16:15.073 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8490 | 2024-05-15T03:16:15.533Z | [ recovery-image] May 15 03:16:15.073 INFO O| May 15 03:16:15.073 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 ... |
| 8491 | 2024-05-15T03:16:15.989Z | [ recovery-image] May 15 03:16:15.075 INFO O| May 15 03:16:15.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
| 8492 | 2024-05-15T03:16:15.989Z | [ recovery-image] May 15 03:16:15.075 INFO O| May 15 03:16:15.075 INFO ok! |
| 8493 | 2024-05-15T03:16:15.989Z | [ recovery-image] May 15 03:16:15.075 INFO O| May 15 03:16:15.075 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
| 8494 | 2024-05-15T03:16:15.989Z | [ recovery-image] May 15 03:16:15.075 INFO O| May 15 03:16:15.075 INFO STEP 92 (seed_smf) COMPLETE |
| 8495 | 2024-05-15T03:16:15.989Z | [ recovery-image] May 15 03:16:15.075 INFO O| May 15 03:16:15.075 INFO steps complete; finalising image! |
| 8496 | 2024-05-15T03:16:15.990Z | [ recovery-image] May 15 03:16:15.075 INFO O| May 15 03:16:15.075 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
| 8497 | 2024-05-15T03:16:16.036Z | [ recovery-image] May 15 03:16:15.133 INFO O| May 15 03:16:15.133 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Wed May 15 03:16:15 2024) |
| 8498 | 2024-05-15T03:16:16.036Z | [ recovery-image] May 15 03:16:15.347 INFO O| May 15 03:16:15.347 INFO trim TEMPORARY-gimlet-zfs-recovery: (29% trimmed, started at Wed May 15 03:16:15 2024) |
| 8499 | 2024-05-15T03:16:16.036Z | [ recovery-image] May 15 03:16:15.564 INFO O| May 15 03:16:15.564 INFO trim TEMPORARY-gimlet-zfs-recovery: (50% trimmed, started at Wed May 15 03:16:15 2024) |
| 8500 | 2024-05-15T03:16:16.667Z | [ recovery-image] May 15 03:16:15.775 INFO O| May 15 03:16:15.775 INFO trim TEMPORARY-gimlet-zfs-recovery: (82% trimmed, started at Wed May 15 03:16:15 2024) |
| 8501 | 2024-05-15T03:16:16.706Z | [ recovery-image] May 15 03:16:16.014 INFO O| May 15 03:16:16.014 INFO temporary pool has 386M used, 1.37G avail, 1.00x compressratio |
| 8502 | 2024-05-15T03:16:16.706Z | [ recovery-image] May 15 03:16:16.014 INFO O| May 15 03:16:16.014 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
| 8503 | 2024-05-15T03:16:17.156Z | [ recovery-image] May 15 03:16:16.314 INFO O| May 15 03:16:16.314 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 |
| 8504 | 2024-05-15T03:16:17.156Z | [ recovery-image] May 15 03:16:16.314 INFO O| May 15 03:16:16.314 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
| 8505 | 2024-05-15T03:16:20.505Z | [ recovery-image] May 15 03:16:20.037 INFO O| May 15 03:16:20.037 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8506 | 2024-05-15T03:16:20.506Z | [ recovery-image] May 15 03:16:20.038 INFO O| May 15 03:16:20.037 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8507 | 2024-05-15T03:16:20.542Z | [ recovery-image] May 15 03:16:20.038 INFO O| May 15 03:16:20.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
| 8508 | 2024-05-15T03:16:20.542Z | [ recovery-image] May 15 03:16:20.038 INFO O| May 15 03:16:20.037 INFO completed processing gimlet/zfs-recovery |
| 8509 | 2024-05-15T03:16:20.542Z | [ recovery-image] May 15 03:16:20.038 INFO O| May 15 03:16:20.038 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
| 8510 | 2024-05-15T03:16:20.615Z | [ recovery-image] May 15 03:16:20.155 INFO O| May 15 03:16:20.155 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
| 8511 | 2024-05-15T03:16:21.102Z | [ recovery-image] May 15 03:16:20.211 INFO BUILD STRING "heads/stlouis-0-g8593bca056\n" |
| 8512 | 2024-05-15T03:16:21.102Z | [ recovery-image] May 15 03:16:20.211 INFO expanded image name: "recovery f3c1fa8/${os_short_commit} 2024-05-15 02:54" -> "recovery f3c1fa8/8593bca 2024-05-15 02:54" |
| 8513 | 2024-05-15T03:16:21.140Z | [ recovery-image] May 15 03:16:20.212 INFO output artefacts stored in: "/work/os-recovery" |
| 8514 | 2024-05-15T03:16:21.140Z | [ recovery-image] May 15 03:16:20.212 INFO collecting git info from project "phbl"... |
| 8515 | 2024-05-15T03:16:21.141Z | [ recovery-image] May 15 03:16:20.224 INFO collecting git info from project "amd-firmware"... |
| 8516 | 2024-05-15T03:16:21.141Z | [ recovery-image] May 15 03:16:20.475 INFO collecting git info from project "image-builder"... |
| 8517 | 2024-05-15T03:16:21.141Z | [ recovery-image] May 15 03:16:20.486 INFO collecting git info from project "pilot"... |
| 8518 | 2024-05-15T03:16:21.141Z | [ recovery-image] May 15 03:16:20.503 INFO collecting git info from project "amd-host-image-builder"... |
| 8519 | 2024-05-15T03:16:21.183Z | [ recovery-image] May 15 03:16:20.699 INFO collecting git info from project "chelsio-t6-roms"... |
| 8520 | 2024-05-15T03:16:21.218Z | [ recovery-image] May 15 03:16:20.730 INFO collecting git info from project "pinprick"... |
| 8521 | 2024-05-15T03:16:21.218Z | [ recovery-image] May 15 03:16:20.739 INFO collecting git info from project "bootserver"... |
| 8522 | 2024-05-15T03:16:21.218Z | [ recovery-image] May 15 03:16:20.747 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8523 | 2024-05-15T03:16:21.644Z | [ recovery-image] May 15 03:16:21.184 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8524 | 2024-05-15T03:16:22.072Z | [ recovery-image] May 15 03:16:21.617 INFO creating Oxide boot image... |
| 8525 | 2024-05-15T03:16:22.072Z | [ recovery-image] May 15 03:16:21.617 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery f3c1fa8/8593bca 2024-05-15 02:54", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8526 | 2024-05-15T03:16:56.716Z | [ host-image] May 15 03:16:56.260 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22668:20240514T153125Z |
| 8527 | 2024-05-15T03:16:56.716Z | [ host-image] May 15 03:16:56.260 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22668:20240514T153125Z |
| 8528 | 2024-05-15T03:16:56.771Z | [ host-image] May 15 03:16:56.261 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 8529 | 2024-05-15T03:16:56.771Z | [ host-image] May 15 03:16:56.261 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 8530 | 2024-05-15T03:16:56.772Z | [ host-image] May 15 03:16:56.261 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 8531 | 2024-05-15T03:16:56.772Z | [ host-image] May 15 03:16:56.261 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 8532 | 2024-05-15T03:16:56.772Z | [ host-image] May 15 03:16:56.262 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 8533 | 2024-05-15T03:16:56.772Z | [ host-image] May 15 03:16:56.262 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 8534 | 2024-05-15T03:16:56.772Z | [ host-image] May 15 03:16:56.262 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
| 8535 | 2024-05-15T03:16:56.773Z | [ host-image] May 15 03:16:56.262 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 8536 | 2024-05-15T03:16:56.773Z | [ host-image] May 15 03:16:56.262 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22668:20240514T153125Z |
| 8537 | 2024-05-15T03:16:56.773Z | [ host-image] May 15 03:16:56.263 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22668:20240514T153126Z |
| 8538 | 2024-05-15T03:16:56.773Z | [ host-image] May 15 03:16:56.264 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22668:20240514T153126Z |
| 8539 | 2024-05-15T03:16:56.773Z | [ host-image] May 15 03:16:56.265 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22668:20240514T153126Z |
| 8540 | 2024-05-15T03:16:56.773Z | [ host-image] May 15 03:16:56.265 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 8541 | 2024-05-15T03:16:56.774Z | [ host-image] May 15 03:16:56.265 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22668:20240514T153126Z |
| 8542 | 2024-05-15T03:16:56.774Z | [ host-image] May 15 03:16:56.266 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22668:20240514T153127Z |
| 8543 | 2024-05-15T03:16:56.774Z | [ host-image] May 15 03:16:56.266 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22668:20240514T153127Z |
| 8544 | 2024-05-15T03:16:56.774Z | [ host-image] May 15 03:16:56.266 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22668:20240514T153127Z |
| 8545 | 2024-05-15T03:16:56.774Z | [ host-image] May 15 03:16:56.266 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22668:20240514T153128Z |
| 8546 | 2024-05-15T03:16:56.774Z | [ host-image] May 15 03:16:56.266 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22668:20240514T153128Z |
| 8547 | 2024-05-15T03:16:56.775Z | [ host-image] May 15 03:16:56.266 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22668:20240514T153128Z |
| 8548 | 2024-05-15T03:16:56.775Z | [ host-image] May 15 03:16:56.266 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22668:20240514T153129Z |
| 8549 | 2024-05-15T03:16:56.775Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22668:20240514T153130Z |
| 8550 | 2024-05-15T03:16:56.775Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22668:20240514T153130Z |
| 8551 | 2024-05-15T03:16:56.775Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22668:20240514T153132Z |
| 8552 | 2024-05-15T03:16:56.775Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22668:20240514T153132Z |
| 8553 | 2024-05-15T03:16:56.775Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/network/opte@0.28.233:20240319T191842Z |
| 8554 | 2024-05-15T03:16:56.776Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22668:20240514T153134Z |
| 8555 | 2024-05-15T03:16:56.776Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22668:20240514T153136Z |
| 8556 | 2024-05-15T03:16:56.776Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22668:20240514T153137Z |
| 8557 | 2024-05-15T03:16:56.776Z | [ host-image] May 15 03:16:56.267 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22668:20240514T153137Z |
| 8558 | 2024-05-15T03:16:56.776Z | [ host-image] May 15 03:16:56.268 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22668:20240514T153139Z |
| 8559 | 2024-05-15T03:16:56.777Z | [ host-image] May 15 03:16:56.268 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22668:20240514T153139Z |
| 8560 | 2024-05-15T03:16:56.777Z | [ host-image] May 15 03:16:56.276 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
| 8561 | 2024-05-15T03:16:56.777Z | [ host-image] May 15 03:16:56.276 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22668:20240514T153139Z |
| 8562 | 2024-05-15T03:16:56.777Z | [ host-image] May 15 03:16:56.277 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
| 8563 | 2024-05-15T03:16:56.777Z | [ host-image] May 15 03:16:56.277 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 8564 | 2024-05-15T03:16:56.778Z | [ host-image] May 15 03:16:56.277 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 8565 | 2024-05-15T03:16:56.778Z | [ host-image] May 15 03:16:56.277 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22668:20240514T153139Z |
| 8566 | 2024-05-15T03:16:56.778Z | [ host-image] May 15 03:16:56.277 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 8567 | 2024-05-15T03:16:56.778Z | [ host-image] May 15 03:16:56.278 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 8568 | 2024-05-15T03:16:56.778Z | [ host-image] May 15 03:16:56.279 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 8569 | 2024-05-15T03:16:56.778Z | [ host-image] May 15 03:16:56.279 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 8570 | 2024-05-15T03:16:56.779Z | [ host-image] May 15 03:16:56.289 INFO O| install = pkg://helios-dev/library/ncurses@6.4-2.0:20230621T193938Z |
| 8571 | 2024-05-15T03:16:56.779Z | [ host-image] May 15 03:16:56.289 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 8572 | 2024-05-15T03:16:56.779Z | [ host-image] May 15 03:16:56.289 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 8573 | 2024-05-15T03:16:56.779Z | [ host-image] May 15 03:16:56.290 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 8574 | 2024-05-15T03:16:56.779Z | [ host-image] May 15 03:16:56.290 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 8575 | 2024-05-15T03:16:56.779Z | [ host-image] May 15 03:16:56.291 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 8576 | 2024-05-15T03:16:57.252Z | [ host-image] May 15 03:16:56.322 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.13-2.0:20240130T173931Z |
| 8577 | 2024-05-15T03:16:57.252Z | [ host-image] May 15 03:16:56.322 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 8578 | 2024-05-15T03:16:57.252Z | [ host-image] May 15 03:16:56.322 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 8579 | 2024-05-15T03:16:57.253Z | [ host-image] May 15 03:16:56.323 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22668:20240514T153141Z |
| 8580 | 2024-05-15T03:16:57.253Z | [ host-image] May 15 03:16:56.323 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22668:20240514T153147Z |
| 8581 | 2024-05-15T03:16:57.254Z | [ host-image] May 15 03:16:56.323 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 8582 | 2024-05-15T03:16:57.254Z | [ host-image] May 15 03:16:56.323 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22668:20240514T153147Z |
| 8583 | 2024-05-15T03:16:57.254Z | [ host-image] May 15 03:16:56.323 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.0:20240105T152825Z |
| 8584 | 2024-05-15T03:16:57.254Z | [ host-image] May 15 03:16:56.323 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.0:20240105T152834Z |
| 8585 | 2024-05-15T03:16:57.255Z | [ host-image] May 15 03:16:56.323 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.0:20230621T194459Z |
| 8586 | 2024-05-15T03:16:57.255Z | [ host-image] May 15 03:16:56.324 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22668:20240514T153147Z |
| 8587 | 2024-05-15T03:16:57.256Z | [ host-image] May 15 03:16:56.324 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 8588 | 2024-05-15T03:16:57.256Z | [ host-image] May 15 03:16:56.328 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 8589 | 2024-05-15T03:16:57.256Z | [ host-image] May 15 03:16:56.328 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 8590 | 2024-05-15T03:16:57.257Z | [ host-image] May 15 03:16:56.328 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22668:20240514T153148Z |
| 8591 | 2024-05-15T03:16:57.257Z | [ host-image] May 15 03:16:56.328 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 8592 | 2024-05-15T03:16:57.257Z | [ host-image] May 15 03:16:56.341 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 8593 | 2024-05-15T03:16:57.257Z | [ host-image] May 15 03:16:56.341 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22668:20240514T153148Z |
| 8594 | 2024-05-15T03:16:57.257Z | [ host-image] May 15 03:16:56.343 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22668:20240514T153149Z |
| 8595 | 2024-05-15T03:16:57.258Z | [ host-image] May 15 03:16:56.343 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22668:20240514T153149Z |
| 8596 | 2024-05-15T03:16:57.258Z | [ host-image] May 15 03:16:56.343 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
| 8597 | 2024-05-15T03:16:57.258Z | [ host-image] May 15 03:16:56.344 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22668:20240514T153150Z |
| 8598 | 2024-05-15T03:16:57.258Z | [ host-image] May 15 03:16:56.344 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22668:20240514T153150Z |
| 8599 | 2024-05-15T03:16:57.258Z | [ host-image] May 15 03:16:56.344 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22668:20240514T153150Z |
| 8600 | 2024-05-15T03:16:57.259Z | [ host-image] May 15 03:16:56.344 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22668:20240514T153150Z |
| 8601 | 2024-05-15T03:16:57.259Z | [ host-image] May 15 03:16:56.347 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 8602 | 2024-05-15T03:16:57.259Z | [ host-image] May 15 03:16:56.348 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22668:20240514T153151Z |
| 8603 | 2024-05-15T03:16:57.259Z | [ host-image] May 15 03:16:56.348 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22668:20240514T153152Z |
| 8604 | 2024-05-15T03:16:57.260Z | [ host-image] May 15 03:16:56.348 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 8605 | 2024-05-15T03:16:57.260Z | [ host-image] May 15 03:16:56.349 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22668:20240514T153152Z |
| 8606 | 2024-05-15T03:16:57.260Z | [ host-image] May 15 03:16:56.349 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22668:20240514T153152Z |
| 8607 | 2024-05-15T03:16:57.260Z | [ host-image] May 15 03:16:56.349 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22668:20240514T153153Z |
| 8608 | 2024-05-15T03:16:57.261Z | [ host-image] May 15 03:16:56.349 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22668:20240514T153153Z |
| 8609 | 2024-05-15T03:16:57.261Z | [ host-image] May 15 03:16:56.356 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22668:20240514T153153Z |
| 8610 | 2024-05-15T03:16:57.261Z | [ host-image] May 15 03:16:56.356 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 8611 | 2024-05-15T03:16:57.261Z | [ host-image] May 15 03:16:56.358 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22668:20240514T153153Z |
| 8612 | 2024-05-15T03:16:57.261Z | [ host-image] May 15 03:16:56.359 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22668:20240514T153153Z |
| 8613 | 2024-05-15T03:16:57.262Z | [ host-image] May 15 03:16:56.359 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22668:20240514T153153Z |
| 8614 | 2024-05-15T03:16:57.262Z | [ host-image] May 15 03:16:56.360 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22668:20240514T153153Z |
| 8615 | 2024-05-15T03:16:57.291Z | [ host-image] May 15 03:16:56.360 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22668:20240514T153154Z |
| 8616 | 2024-05-15T03:16:57.291Z | [ host-image] May 15 03:16:56.360 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22668:20240514T153154Z |
| 8617 | 2024-05-15T03:16:57.292Z | [ host-image] May 15 03:16:56.369 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22668:20240514T153155Z |
| 8618 | 2024-05-15T03:16:57.292Z | [ host-image] May 15 03:16:56.369 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22668:20240514T153155Z |
| 8619 | 2024-05-15T03:16:57.292Z | [ host-image] May 15 03:16:56.369 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22668:20240514T153155Z |
| 8620 | 2024-05-15T03:16:57.292Z | [ host-image] May 15 03:16:56.370 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22668:20240514T153155Z |
| 8621 | 2024-05-15T03:16:57.293Z | [ host-image] May 15 03:16:56.389 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22668:20240514T153158Z |
| 8622 | 2024-05-15T03:16:57.293Z | [ host-image] May 15 03:16:56.389 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22668:20240514T153155Z |
| 8623 | 2024-05-15T03:16:57.293Z | [ host-image] May 15 03:16:56.389 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22668:20240514T153156Z |
| 8624 | 2024-05-15T03:16:57.293Z | [ host-image] May 15 03:16:56.389 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
| 8625 | 2024-05-15T03:16:57.293Z | [ host-image] May 15 03:16:56.389 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
| 8626 | 2024-05-15T03:16:57.294Z | [ host-image] May 15 03:16:56.414 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22668:20240514T153156Z |
| 8627 | 2024-05-15T03:16:57.294Z | [ host-image] May 15 03:16:56.415 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 8628 | 2024-05-15T03:16:57.294Z | [ host-image] May 15 03:16:56.415 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22668:20240514T153156Z |
| 8629 | 2024-05-15T03:16:57.294Z | [ host-image] May 15 03:16:56.415 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22668:20240514T153156Z |
| 8630 | 2024-05-15T03:16:57.294Z | [ host-image] May 15 03:16:56.416 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22668:20240514T153156Z |
| 8631 | 2024-05-15T03:16:57.294Z | [ host-image] May 15 03:16:56.416 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 8632 | 2024-05-15T03:16:57.295Z | [ host-image] May 15 03:16:56.416 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 8633 | 2024-05-15T03:16:57.295Z | [ host-image] May 15 03:16:56.417 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22668:20240514T153157Z |
| 8634 | 2024-05-15T03:16:57.295Z | [ host-image] May 15 03:16:56.417 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22668:20240514T153157Z |
| 8635 | 2024-05-15T03:16:57.295Z | [ host-image] May 15 03:16:56.417 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22668:20240514T153157Z |
| 8636 | 2024-05-15T03:16:57.295Z | [ host-image] May 15 03:16:56.417 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22668:20240514T153157Z |
| 8637 | 2024-05-15T03:16:57.295Z | [ host-image] May 15 03:16:56.418 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22668:20240514T153158Z |
| 8638 | 2024-05-15T03:16:57.296Z | [ host-image] May 15 03:16:56.418 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22668:20240514T153158Z |
| 8639 | 2024-05-15T03:16:57.296Z | [ host-image] May 15 03:16:56.420 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 8640 | 2024-05-15T03:16:57.296Z | [ host-image] May 15 03:16:56.420 INFO O| install = pkg://helios-dev/system/microcode/amd@20240116-2.0.22668:20240514T153159Z |
| 8641 | 2024-05-15T03:16:57.296Z | [ host-image] May 15 03:16:56.422 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22668:20240514T153159Z |
| 8642 | 2024-05-15T03:16:57.296Z | [ host-image] May 15 03:16:56.422 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240116-2.0.22668:20240514T153159Z |
| 8643 | 2024-05-15T03:16:57.296Z | [ host-image] May 15 03:16:56.422 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22668:20240514T153200Z |
| 8644 | 2024-05-15T03:16:57.296Z | [ host-image] May 15 03:16:56.422 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22668:20240514T153159Z |
| 8645 | 2024-05-15T03:16:57.297Z | [ host-image] May 15 03:16:56.423 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22668:20240514T153200Z |
| 8646 | 2024-05-15T03:16:57.297Z | [ host-image] May 15 03:16:56.423 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 8647 | 2024-05-15T03:16:57.297Z | [ host-image] May 15 03:16:56.423 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 8648 | 2024-05-15T03:16:57.297Z | [ host-image] May 15 03:16:56.423 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22668:20240514T153202Z |
| 8649 | 2024-05-15T03:16:57.297Z | [ host-image] May 15 03:16:56.423 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22668:20240514T153202Z |
| 8650 | 2024-05-15T03:16:57.297Z | [ host-image] May 15 03:16:56.423 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
| 8651 | 2024-05-15T03:16:57.297Z | [ host-image] May 15 03:16:56.424 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 8652 | 2024-05-15T03:16:57.298Z | [ host-image] May 15 03:16:56.424 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 8653 | 2024-05-15T03:16:57.298Z | [ host-image] May 15 03:16:56.424 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 8654 | 2024-05-15T03:16:57.298Z | [ host-image] May 15 03:16:56.424 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
| 8655 | 2024-05-15T03:16:57.298Z | [ host-image] May 15 03:16:56.425 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 8656 | 2024-05-15T03:16:57.298Z | [ host-image] May 15 03:16:56.426 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z |
| 8657 | 2024-05-15T03:16:57.299Z | [ host-image] May 15 03:16:56.426 INFO O| tempdir @ "/tmp/.tmpprOss7/tmp" |
| 8658 | 2024-05-15T03:16:57.299Z | [ host-image] May 15 03:16:56.426 INFO O| image root @ "/tmp/.tmpprOss7/tmp/root" |
| 8659 | 2024-05-15T03:16:57.299Z | [ host-image] May 15 03:16:56.426 INFO O| creating image... |
| 8660 | 2024-05-15T03:16:57.398Z | [ host-image] May 15 03:16:56.944 INFO O| copying publishers... |
| 8661 | 2024-05-15T03:17:06.226Z | [ host-image] May 15 03:17:05.765 INFO O| adding properties... |
| 8662 | 2024-05-15T03:17:07.492Z | [ host-image] May 15 03:17:07.037 INFO O| installing packages... |
| 8663 | 2024-05-15T03:17:19.411Z | [ recovery-image] May 15 03:17:18.948 INFO O| ok, image written! |
| 8664 | 2024-05-15T03:17:19.454Z | [ recovery-image] May 15 03:17:18.948 INFO O| ok, boot_image_csum file written! |
| 8665 | 2024-05-15T03:17:19.454Z | [ recovery-image] May 15 03:17:18.953 INFO creating boot archive (CPIO)... |
| 8666 | 2024-05-15T03:17:19.454Z | [ recovery-image] May 15 03:17:18.953 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 |
| 8667 | 2024-05-15T03:17:19.454Z | [ recovery-image] May 15 03:17:18.963 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
| 8668 | 2024-05-15T03:17:19.455Z | [ recovery-image] May 15 03:17:18.964 INFO E| + outfile=/work/os-recovery/cpio |
| 8669 | 2024-05-15T03:17:19.455Z | [ recovery-image] May 15 03:17:18.964 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 8670 | 2024-05-15T03:17:19.455Z | [ recovery-image] May 15 03:17:18.966 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
| 8671 | 2024-05-15T03:17:19.455Z | [ recovery-image] May 15 03:17:18.966 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 8672 | 2024-05-15T03:17:19.495Z | [ recovery-image] May 15 03:17:19.007 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 8673 | 2024-05-15T03:17:19.496Z | [ recovery-image] May 15 03:17:19.007 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 8674 | 2024-05-15T03:17:19.496Z | [ recovery-image] May 15 03:17:19.017 INFO creating compressed cpio/unix for nanobl-rs... |
| 8675 | 2024-05-15T03:17:19.496Z | [ recovery-image] May 15 03:17:19.017 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 |
| 8676 | 2024-05-15T03:17:19.794Z | [ recovery-image] May 15 03:17:19.341 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 8677 | 2024-05-15T03:17:24.768Z | [ recovery-image] May 15 03:17:24.312 INFO creating reset image... |
| 8678 | 2024-05-15T03:17:24.768Z | [ recovery-image] May 15 03:17:24.312 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 8679 | 2024-05-15T03:17:25.044Z | [ recovery-image] May 15 03:17:24.589 INFO E| Updating crates.io index |
| 8680 | 2024-05-15T03:17:25.561Z | [ recovery-image] May 15 03:17:24.688 INFO E| Downloading crates ... |
| 8681 | 2024-05-15T03:17:25.599Z | [ recovery-image] May 15 03:17:24.771 INFO E| Downloaded anstyle-query v1.0.2 |
| 8682 | 2024-05-15T03:17:25.599Z | [ recovery-image] May 15 03:17:24.774 INFO E| Downloaded anstyle v1.0.6 |
| 8683 | 2024-05-15T03:17:25.599Z | [ recovery-image] May 15 03:17:24.783 INFO E| Downloaded shared_child v1.0.0 |
| 8684 | 2024-05-15T03:17:25.600Z | [ recovery-image] May 15 03:17:24.784 INFO E| Downloaded syn v2.0.53 |
| 8685 | 2024-05-15T03:17:25.600Z | [ recovery-image] May 15 03:17:24.797 INFO E| Downloaded proc-macro2 v1.0.79 |
| 8686 | 2024-05-15T03:17:25.600Z | [ recovery-image] May 15 03:17:24.799 INFO E| Downloaded os_pipe v1.1.5 |
| 8687 | 2024-05-15T03:17:25.600Z | [ recovery-image] May 15 03:17:24.801 INFO E| Downloaded duct v0.13.7 |
| 8688 | 2024-05-15T03:17:25.600Z | [ recovery-image] May 15 03:17:24.803 INFO E| Downloaded clap_derive v4.5.3 |
| 8689 | 2024-05-15T03:17:25.600Z | [ recovery-image] May 15 03:17:24.805 INFO E| Downloaded clap v4.5.3 |
| 8690 | 2024-05-15T03:17:25.601Z | [ recovery-image] May 15 03:17:24.816 INFO E| Downloaded anstyle-parse v0.2.3 |
| 8691 | 2024-05-15T03:17:25.601Z | [ recovery-image] May 15 03:17:24.818 INFO E| Downloaded anstream v0.6.13 |
| 8692 | 2024-05-15T03:17:25.601Z | [ recovery-image] May 15 03:17:24.872 INFO E| Compiling proc-macro2 v1.0.79 |
| 8693 | 2024-05-15T03:17:25.601Z | [ recovery-image] May 15 03:17:24.872 INFO E| Compiling libc v0.2.153 |
| 8694 | 2024-05-15T03:17:25.601Z | [ recovery-image] May 15 03:17:24.872 INFO E| Compiling unicode-ident v1.0.12 |
| 8695 | 2024-05-15T03:17:25.602Z | [ recovery-image] May 15 03:17:24.872 INFO E| Compiling utf8parse v0.2.1 |
| 8696 | 2024-05-15T03:17:25.602Z | [ recovery-image] May 15 03:17:24.872 INFO E| Compiling anstyle-query v1.0.2 |
| 8697 | 2024-05-15T03:17:25.602Z | [ recovery-image] May 15 03:17:24.872 INFO E| Compiling colorchoice v1.0.0 |
| 8698 | 2024-05-15T03:17:25.602Z | [ recovery-image] May 15 03:17:24.872 INFO E| Compiling anstyle v1.0.6 |
| 8699 | 2024-05-15T03:17:25.602Z | [ recovery-image] May 15 03:17:24.872 INFO E| Compiling clap_lex v0.7.0 |
| 8700 | 2024-05-15T03:17:25.648Z | [ recovery-image] May 15 03:17:25.141 INFO E| Compiling anstyle-parse v0.2.3 |
| 8701 | 2024-05-15T03:17:25.648Z | [ recovery-image] May 15 03:17:25.148 INFO E| Compiling heck v0.5.0 |
| 8702 | 2024-05-15T03:17:25.648Z | [ recovery-image] May 15 03:17:25.158 INFO E| Compiling strsim v0.11.0 |
| 8703 | 2024-05-15T03:17:25.648Z | [ recovery-image] May 15 03:17:25.174 INFO E| Compiling once_cell v1.19.0 |
| 8704 | 2024-05-15T03:17:26.130Z | [ recovery-image] May 15 03:17:25.497 INFO E| Compiling anstream v0.6.13 |
| 8705 | 2024-05-15T03:17:26.375Z | [ recovery-image] May 15 03:17:25.919 INFO E| Compiling clap_builder v4.5.2 |
| 8706 | 2024-05-15T03:17:26.804Z | [ recovery-image] May 15 03:17:26.348 INFO E| Compiling shared_child v1.0.0 |
| 8707 | 2024-05-15T03:17:26.804Z | [ recovery-image] May 15 03:17:26.348 INFO E| Compiling os_pipe v1.1.5 |
| 8708 | 2024-05-15T03:17:26.967Z | [ recovery-image] May 15 03:17:26.511 INFO E| Compiling duct v0.13.7 |
| 8709 | 2024-05-15T03:17:27.012Z | [ recovery-image] May 15 03:17:26.525 INFO E| Compiling quote v1.0.35 |
| 8710 | 2024-05-15T03:17:27.307Z | [ recovery-image] May 15 03:17:26.852 INFO E| Compiling syn v2.0.53 |
| 8711 | 2024-05-15T03:17:33.414Z | [ recovery-image] May 15 03:17:32.946 INFO E| Compiling clap_derive v4.5.3 |
| 8712 | 2024-05-15T03:17:36.113Z | [ recovery-image] May 15 03:17:35.645 INFO E| Compiling clap v4.5.3 |
| 8713 | 2024-05-15T03:17:36.225Z | [ recovery-image] May 15 03:17:35.743 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 8714 | 2024-05-15T03:17:37.629Z | [ recovery-image] May 15 03:17:37.171 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.79s |
| 8715 | 2024-05-15T03:17:37.661Z | [ recovery-image] May 15 03:17:37.181 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
| 8716 | 2024-05-15T03:17:37.839Z | [ recovery-image] May 15 03:17:37.368 INFO E| Updating crates.io index |
| 8717 | 2024-05-15T03:17:38.012Z | [ recovery-image] May 15 03:17:37.555 INFO E| Downloading crates ... |
| 8718 | 2024-05-15T03:17:38.083Z | [ recovery-image] May 15 03:17:37.630 INFO E| Downloaded seq-macro v0.3.5 |
| 8719 | 2024-05-15T03:17:38.126Z | [ recovery-image] May 15 03:17:37.634 INFO E| Downloaded bit_field v0.10.2 |
| 8720 | 2024-05-15T03:17:38.127Z | [ recovery-image] May 15 03:17:37.653 INFO E| Downloaded raw-cpuid v10.7.0 |
| 8721 | 2024-05-15T03:17:38.127Z | [ recovery-image] May 15 03:17:37.663 INFO E| Downloaded cpio_reader v0.1.1 |
| 8722 | 2024-05-15T03:17:38.173Z | [ recovery-image] May 15 03:17:37.670 INFO E| Downloaded x86 v0.52.0 |
| 8723 | 2024-05-15T03:17:38.639Z | [ recovery-image] May 15 03:17:37.758 INFO E| Updating crates.io index |
| 8724 | 2024-05-15T03:17:38.685Z | [ recovery-image] May 15 03:17:37.853 INFO E| Downloading crates ... |
| 8725 | 2024-05-15T03:17:38.685Z | [ recovery-image] May 15 03:17:37.888 INFO E| Downloaded compiler_builtins v0.1.108 |
| 8726 | 2024-05-15T03:17:38.685Z | [ recovery-image] May 15 03:17:37.965 INFO E| Compiling compiler_builtins v0.1.108 |
| 8727 | 2024-05-15T03:17:38.685Z | [ recovery-image] May 15 03:17:37.965 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) |
| 8728 | 2024-05-15T03:17:38.686Z | [ recovery-image] May 15 03:17:37.965 INFO E| Compiling proc-macro2 v1.0.79 |
| 8729 | 2024-05-15T03:17:38.686Z | [ recovery-image] May 15 03:17:37.965 INFO E| Compiling unicode-ident v1.0.12 |
| 8730 | 2024-05-15T03:17:38.686Z | [ recovery-image] May 15 03:17:37.965 INFO E| Compiling syn v1.0.109 |
| 8731 | 2024-05-15T03:17:38.686Z | [ recovery-image] May 15 03:17:37.966 INFO E| Compiling x86 v0.52.0 |
| 8732 | 2024-05-15T03:17:38.686Z | [ recovery-image] May 15 03:17:37.972 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 8733 | 2024-05-15T03:17:38.686Z | [ recovery-image] May 15 03:17:37.972 INFO E| Compiling seq-macro v0.3.5 |
| 8734 | 2024-05-15T03:17:40.040Z | [ recovery-image] May 15 03:17:39.162 INFO E| Compiling quote v1.0.35 |
| 8735 | 2024-05-15T03:17:40.080Z | [ recovery-image] May 15 03:17:39.471 INFO E| Compiling syn v2.0.53 |
| 8736 | 2024-05-15T03:17:42.572Z | [ host-image] May 15 03:17:42.110 INFO O| seeding SMF database... |
| 8737 | 2024-05-15T03:17:43.912Z | [ recovery-image] May 15 03:17:43.457 INFO E| Compiling scroll_derive v0.12.0 |
| 8738 | 2024-05-15T03:17:47.340Z | [ recovery-image] May 15 03:17:46.884 INFO E| Compiling bitstruct_derive v0.1.0 |
| 8739 | 2024-05-15T03:17:51.123Z | [ host-image] May 15 03:17:50.667 INFO O| configuring SMF profile... |
| 8740 | 2024-05-15T03:17:51.123Z | [ host-image] May 15 03:17:50.667 INFO O| modifying shadow(5)... |
| 8741 | 2024-05-15T03:17:51.163Z | [ host-image] May 15 03:17:50.667 INFO O| loading user and group database... |
| 8742 | 2024-05-15T03:17:51.164Z | [ host-image] May 15 03:17:50.668 INFO O| assessing packaged files... |
| 8743 | 2024-05-15T03:17:53.767Z | [ host-image] May 15 03:17:53.299 INFO O| creating archive... |
| 8744 | 2024-05-15T03:17:53.831Z | [ host-image] May 15 03:17:53.341 INFO O| missing from packaging: |
| 8745 | 2024-05-15T03:17:53.831Z | [ host-image] May 15 03:17:53.341 INFO O| "etc/.pwd.lock" |
| 8746 | 2024-05-15T03:17:53.831Z | [ host-image] May 15 03:17:53.341 INFO O| "etc/bash" |
| 8747 | 2024-05-15T03:17:53.831Z | [ host-image] May 15 03:17:53.347 INFO O| "etc/svc/profile/generic.xml" |
| 8748 | 2024-05-15T03:17:53.831Z | [ host-image] May 15 03:17:53.347 INFO O| "etc/svc/profile/inetd_services.xml" |
| 8749 | 2024-05-15T03:17:53.832Z | [ host-image] May 15 03:17:53.347 INFO O| "etc/svc/profile/name_service.xml" |
| 8750 | 2024-05-15T03:17:53.832Z | [ host-image] May 15 03:17:53.347 INFO O| "etc/svc/profile/platform.xml" |
| 8751 | 2024-05-15T03:17:53.869Z | [ host-image] May 15 03:17:53.347 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 8752 | 2024-05-15T03:17:53.869Z | [ host-image] May 15 03:17:53.347 INFO O| "etc/svc/repository.db" |
| 8753 | 2024-05-15T03:17:53.870Z | [ host-image] May 15 03:17:53.357 INFO O| "opt/ooce/share" |
| 8754 | 2024-05-15T03:17:53.870Z | [ host-image] May 15 03:17:53.357 INFO O| "opt/ooce/share/man" |
| 8755 | 2024-05-15T03:17:53.870Z | [ host-image] May 15 03:17:53.358 INFO O| "opt/ooce/share/man/man1" |
| 8756 | 2024-05-15T03:17:53.870Z | [ host-image] May 15 03:17:53.369 INFO O| finishing archive... |
| 8757 | 2024-05-15T03:17:57.139Z | [ host-image] May 15 03:17:56.676 INFO O| creating gzonly manifest... |
| 8758 | 2024-05-15T03:17:57.176Z | [ host-image] May 15 03:17:56.690 INFO O| ok |
| 8759 | 2024-05-15T03:17:57.290Z | [ host-image] May 15 03:17:56.823 INFO image builder template: ramdisk-02-trim... |
| 8760 | 2024-05-15T03:17:57.290Z | [ host-image] May 15 03:17:56.823 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/.tmpiAfVbH/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.28.233", "-n", "ramdisk-02-trim"], pwd: None |
| 8761 | 2024-05-15T03:17:57.326Z | [ host-image] May 15 03:17:56.858 INFO O| May 15 03:17:56.858 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8762 | 2024-05-15T03:17:57.327Z | [ host-image] May 15 03:17:56.863 INFO O| May 15 03:17:56.863 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8763 | 2024-05-15T03:17:57.379Z | [ host-image] May 15 03:17:56.905 INFO O| May 15 03:17:56.905 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
| 8764 | 2024-05-15T03:17:57.422Z | [ host-image] May 15 03:17:56.938 INFO O| May 15 03:17:56.938 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 8765 | 2024-05-15T03:17:57.422Z | [ host-image] May 15 03:17:56.938 INFO O| May 15 03:17:56.938 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
| 8766 | 2024-05-15T03:17:57.422Z | [ host-image] May 15 03:17:56.945 INFO O| May 15 03:17:56.945 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
| 8767 | 2024-05-15T03:17:57.422Z | [ host-image] May 15 03:17:56.951 INFO O| May 15 03:17:56.951 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
| 8768 | 2024-05-15T03:17:57.423Z | [ host-image] May 15 03:17:56.957 INFO O| May 15 03:17:56.957 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
| 8769 | 2024-05-15T03:17:57.574Z | [ host-image] May 15 03:17:57.111 INFO O| May 15 03:17:57.110 INFO rolled back to input snapshot; work may begin |
| 8770 | 2024-05-15T03:17:57.575Z | [ host-image] May 15 03:17:57.111 INFO O| May 15 03:17:57.111 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
| 8771 | 2024-05-15T03:17:57.627Z | [ host-image] May 15 03:17:57.118 INFO O| May 15 03:17:57.117 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8772 | 2024-05-15T03:17:57.627Z | [ host-image] May 15 03:17:57.131 INFO O| May 15 03:17:57.131 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
| 8773 | 2024-05-15T03:17:57.671Z | [ host-image] May 15 03:17:57.189 INFO O| May 15 03:17:57.188 INFO STEP 0 (remove_files) COMPLETE |
| 8774 | 2024-05-15T03:17:57.671Z | [ host-image] May 15 03:17:57.189 INFO O| May 15 03:17:57.188 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8775 | 2024-05-15T03:17:57.671Z | [ host-image] May 15 03:17:57.203 INFO O| May 15 03:17:57.203 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
| 8776 | 2024-05-15T03:17:57.671Z | [ host-image] May 15 03:17:57.205 INFO O| May 15 03:17:57.205 INFO STEP 1 (remove_files) COMPLETE |
| 8777 | 2024-05-15T03:17:57.672Z | [ host-image] May 15 03:17:57.205 INFO O| May 15 03:17:57.205 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8778 | 2024-05-15T03:17:57.711Z | [ host-image] May 15 03:17:57.221 INFO O| May 15 03:17:57.221 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
| 8779 | 2024-05-15T03:17:57.712Z | [ host-image] May 15 03:17:57.241 INFO O| May 15 03:17:57.241 INFO STEP 2 (remove_files) COMPLETE |
| 8780 | 2024-05-15T03:17:57.712Z | [ host-image] May 15 03:17:57.241 INFO O| May 15 03:17:57.241 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8781 | 2024-05-15T03:17:57.756Z | [ host-image] May 15 03:17:57.253 INFO O| May 15 03:17:57.253 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
| 8782 | 2024-05-15T03:17:57.757Z | [ host-image] May 15 03:17:57.256 INFO O| May 15 03:17:57.256 INFO STEP 3 (remove_files) COMPLETE |
| 8783 | 2024-05-15T03:17:57.757Z | [ host-image] May 15 03:17:57.256 INFO O| May 15 03:17:57.256 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8784 | 2024-05-15T03:17:57.757Z | [ host-image] May 15 03:17:57.268 INFO O| May 15 03:17:57.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
| 8785 | 2024-05-15T03:17:57.757Z | [ host-image] May 15 03:17:57.273 INFO O| May 15 03:17:57.273 INFO STEP 4 (remove_files) COMPLETE |
| 8786 | 2024-05-15T03:17:57.757Z | [ host-image] May 15 03:17:57.273 INFO O| May 15 03:17:57.273 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8787 | 2024-05-15T03:17:57.758Z | [ host-image] May 15 03:17:57.285 INFO O| May 15 03:17:57.285 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
| 8788 | 2024-05-15T03:17:57.758Z | [ host-image] May 15 03:17:57.289 INFO O| May 15 03:17:57.289 INFO STEP 5 (remove_files) COMPLETE |
| 8789 | 2024-05-15T03:17:57.758Z | [ host-image] May 15 03:17:57.289 INFO O| May 15 03:17:57.289 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8790 | 2024-05-15T03:17:57.809Z | [ host-image] May 15 03:17:57.301 INFO O| May 15 03:17:57.301 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
| 8791 | 2024-05-15T03:17:57.809Z | [ host-image] May 15 03:17:57.317 INFO O| May 15 03:17:57.317 INFO STEP 6 (remove_files) COMPLETE |
| 8792 | 2024-05-15T03:17:57.809Z | [ host-image] May 15 03:17:57.317 INFO O| May 15 03:17:57.317 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8793 | 2024-05-15T03:17:57.809Z | [ host-image] May 15 03:17:57.333 INFO O| May 15 03:17:57.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
| 8794 | 2024-05-15T03:17:57.859Z | [ host-image] May 15 03:17:57.351 INFO O| May 15 03:17:57.351 INFO STEP 7 (remove_files) COMPLETE |
| 8795 | 2024-05-15T03:17:57.860Z | [ host-image] May 15 03:17:57.351 INFO O| May 15 03:17:57.351 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8796 | 2024-05-15T03:17:57.860Z | [ host-image] May 15 03:17:57.365 INFO O| May 15 03:17:57.364 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
| 8797 | 2024-05-15T03:17:57.932Z | [ host-image] May 15 03:17:57.476 INFO O| May 15 03:17:57.476 INFO STEP 8 (remove_files) COMPLETE |
| 8798 | 2024-05-15T03:17:57.932Z | [ host-image] May 15 03:17:57.477 INFO O| May 15 03:17:57.476 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8799 | 2024-05-15T03:17:57.980Z | [ host-image] May 15 03:17:57.491 INFO O| May 15 03:17:57.491 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
| 8800 | 2024-05-15T03:17:58.091Z | [ host-image] May 15 03:17:57.610 INFO O| May 15 03:17:57.610 INFO STEP 9 (remove_files) COMPLETE |
| 8801 | 2024-05-15T03:17:58.091Z | [ host-image] May 15 03:17:57.610 INFO O| May 15 03:17:57.610 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8802 | 2024-05-15T03:17:58.138Z | [ host-image] May 15 03:17:57.626 INFO O| May 15 03:17:57.626 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
| 8803 | 2024-05-15T03:17:58.138Z | [ host-image] May 15 03:17:57.630 INFO O| May 15 03:17:57.630 INFO STEP 10 (remove_files) COMPLETE |
| 8804 | 2024-05-15T03:17:58.138Z | [ host-image] May 15 03:17:57.631 INFO O| May 15 03:17:57.630 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8805 | 2024-05-15T03:17:58.138Z | [ host-image] May 15 03:17:57.644 INFO O| May 15 03:17:57.644 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
| 8806 | 2024-05-15T03:17:58.138Z | [ host-image] May 15 03:17:57.645 INFO O| May 15 03:17:57.645 INFO STEP 11 (remove_files) COMPLETE |
| 8807 | 2024-05-15T03:17:58.138Z | [ host-image] May 15 03:17:57.645 INFO O| May 15 03:17:57.645 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8808 | 2024-05-15T03:17:58.139Z | [ host-image] May 15 03:17:57.658 INFO O| May 15 03:17:57.658 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
| 8809 | 2024-05-15T03:17:58.139Z | [ host-image] May 15 03:17:57.660 INFO O| May 15 03:17:57.660 INFO STEP 12 (remove_files) COMPLETE |
| 8810 | 2024-05-15T03:17:58.139Z | [ host-image] May 15 03:17:57.660 INFO O| May 15 03:17:57.660 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8811 | 2024-05-15T03:17:58.592Z | [ host-image] May 15 03:17:57.798 INFO O| May 15 03:17:57.797 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
| 8812 | 2024-05-15T03:17:58.593Z | [ host-image] May 15 03:17:57.798 INFO O| May 15 03:17:57.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
| 8813 | 2024-05-15T03:17:58.593Z | [ host-image] May 15 03:17:57.803 INFO O| May 15 03:17:57.803 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
| 8814 | 2024-05-15T03:17:58.593Z | [ host-image] May 15 03:17:57.811 INFO O| May 15 03:17:57.811 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
| 8815 | 2024-05-15T03:17:59.804Z | [ host-image] May 15 03:17:58.150 INFO O| May 15 03:17:58.150 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 8816 | 2024-05-15T03:17:59.804Z | [ host-image] May 15 03:17:58.151 INFO O| May 15 03:17:58.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 8817 | 2024-05-15T03:17:59.805Z | [ host-image] May 15 03:17:58.151 INFO O| May 15 03:17:58.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 8818 | 2024-05-15T03:17:59.805Z | [ host-image] May 15 03:17:58.151 INFO O| May 15 03:17:58.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 8819 | 2024-05-15T03:17:59.805Z | [ host-image] May 15 03:17:58.152 INFO O| May 15 03:17:58.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 8820 | 2024-05-15T03:17:59.805Z | [ host-image] May 15 03:17:58.152 INFO O| May 15 03:17:58.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 8821 | 2024-05-15T03:17:59.805Z | [ host-image] May 15 03:17:58.152 INFO O| May 15 03:17:58.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 8822 | 2024-05-15T03:17:59.805Z | [ host-image] May 15 03:17:58.152 INFO O| May 15 03:17:58.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 8823 | 2024-05-15T03:17:59.805Z | [ host-image] May 15 03:17:58.152 INFO O| May 15 03:17:58.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 8824 | 2024-05-15T03:17:59.805Z | [ host-image] May 15 03:17:58.152 INFO O| May 15 03:17:58.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 8825 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.152 INFO O| May 15 03:17:58.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 8826 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.153 INFO O| May 15 03:17:58.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 8827 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.153 INFO O| May 15 03:17:58.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 8828 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.153 INFO O| May 15 03:17:58.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 8829 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.153 INFO O| May 15 03:17:58.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 8830 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.153 INFO O| May 15 03:17:58.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 8831 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.154 INFO O| May 15 03:17:58.154 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 8832 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.169 INFO O| May 15 03:17:58.169 INFO STEP 13 (remove_files) COMPLETE |
| 8833 | 2024-05-15T03:17:59.806Z | [ host-image] May 15 03:17:58.169 INFO O| May 15 03:17:58.169 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8834 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.185 INFO O| May 15 03:17:58.185 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
| 8835 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.188 INFO O| May 15 03:17:58.188 INFO STEP 14 (remove_files) COMPLETE |
| 8836 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.188 INFO O| May 15 03:17:58.188 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8837 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.201 INFO O| May 15 03:17:58.201 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
| 8838 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.210 INFO O| May 15 03:17:58.210 INFO STEP 15 (remove_files) COMPLETE |
| 8839 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.210 INFO O| May 15 03:17:58.210 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8840 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.227 INFO O| May 15 03:17:58.227 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
| 8841 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.228 INFO O| May 15 03:17:58.228 INFO STEP 16 (remove_files) COMPLETE |
| 8842 | 2024-05-15T03:17:59.807Z | [ host-image] May 15 03:17:58.228 INFO O| May 15 03:17:58.228 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8843 | 2024-05-15T03:17:59.808Z | [ host-image] May 15 03:17:58.241 INFO O| May 15 03:17:58.240 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
| 8844 | 2024-05-15T03:17:59.808Z | [ host-image] May 15 03:17:58.243 INFO O| May 15 03:17:58.243 INFO STEP 17 (remove_files) COMPLETE |
| 8845 | 2024-05-15T03:17:59.808Z | [ host-image] May 15 03:17:58.243 INFO O| May 15 03:17:58.243 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8846 | 2024-05-15T03:17:59.808Z | [ host-image] May 15 03:17:58.257 INFO O| May 15 03:17:58.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
| 8847 | 2024-05-15T03:17:59.808Z | [ host-image] May 15 03:17:58.257 INFO O| May 15 03:17:58.257 INFO STEP 18 (remove_files) COMPLETE |
| 8848 | 2024-05-15T03:17:59.808Z | [ host-image] May 15 03:17:58.257 INFO O| May 15 03:17:58.257 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8849 | 2024-05-15T03:17:59.808Z | [ host-image] May 15 03:17:58.273 INFO O| May 15 03:17:58.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
| 8850 | 2024-05-15T03:17:59.808Z | [ host-image] May 15 03:17:58.273 INFO O| May 15 03:17:58.273 INFO STEP 19 (remove_files) COMPLETE |
| 8851 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.273 INFO O| May 15 03:17:58.273 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8852 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.286 INFO O| May 15 03:17:58.286 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
| 8853 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.286 INFO O| May 15 03:17:58.286 INFO STEP 20 (remove_files) COMPLETE |
| 8854 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.286 INFO O| May 15 03:17:58.286 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8855 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.299 INFO O| May 15 03:17:58.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
| 8856 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.299 INFO O| May 15 03:17:58.299 INFO STEP 21 (remove_files) COMPLETE |
| 8857 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.299 INFO O| May 15 03:17:58.299 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8858 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.316 INFO O| May 15 03:17:58.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
| 8859 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.316 INFO O| May 15 03:17:58.316 INFO STEP 22 (remove_files) COMPLETE |
| 8860 | 2024-05-15T03:17:59.809Z | [ host-image] May 15 03:17:58.316 INFO O| May 15 03:17:58.316 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8861 | 2024-05-15T03:17:59.810Z | [ host-image] May 15 03:17:58.331 INFO O| May 15 03:17:58.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
| 8862 | 2024-05-15T03:17:59.810Z | [ host-image] May 15 03:17:58.331 INFO O| May 15 03:17:58.331 INFO STEP 23 (remove_files) COMPLETE |
| 8863 | 2024-05-15T03:17:59.810Z | [ host-image] May 15 03:17:58.331 INFO O| May 15 03:17:58.331 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8864 | 2024-05-15T03:17:59.810Z | [ host-image] May 15 03:17:58.348 INFO O| May 15 03:17:58.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
| 8865 | 2024-05-15T03:17:59.811Z | [ host-image] May 15 03:17:58.348 INFO O| May 15 03:17:58.348 INFO STEP 24 (remove_files) COMPLETE |
| 8866 | 2024-05-15T03:17:59.811Z | [ host-image] May 15 03:17:58.348 INFO O| May 15 03:17:58.348 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8867 | 2024-05-15T03:17:59.811Z | [ host-image] May 15 03:17:58.361 INFO O| May 15 03:17:58.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
| 8868 | 2024-05-15T03:17:59.811Z | [ host-image] May 15 03:17:58.361 INFO O| May 15 03:17:58.361 INFO STEP 25 (remove_files) COMPLETE |
| 8869 | 2024-05-15T03:17:59.812Z | [ host-image] May 15 03:17:58.361 INFO O| May 15 03:17:58.361 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8870 | 2024-05-15T03:17:59.812Z | [ host-image] May 15 03:17:58.373 INFO O| May 15 03:17:58.373 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
| 8871 | 2024-05-15T03:17:59.812Z | [ host-image] May 15 03:17:58.374 INFO O| May 15 03:17:58.374 INFO STEP 26 (remove_files) COMPLETE |
| 8872 | 2024-05-15T03:17:59.813Z | [ host-image] May 15 03:17:58.374 INFO O| May 15 03:17:58.374 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8873 | 2024-05-15T03:17:59.813Z | [ host-image] May 15 03:17:58.386 INFO O| May 15 03:17:58.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
| 8874 | 2024-05-15T03:17:59.813Z | [ host-image] May 15 03:17:58.386 INFO O| May 15 03:17:58.386 INFO STEP 27 (remove_files) COMPLETE |
| 8875 | 2024-05-15T03:17:59.813Z | [ host-image] May 15 03:17:58.386 INFO O| May 15 03:17:58.386 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8876 | 2024-05-15T03:17:59.813Z | [ host-image] May 15 03:17:58.398 INFO O| May 15 03:17:58.398 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
| 8877 | 2024-05-15T03:17:59.814Z | [ host-image] May 15 03:17:58.398 INFO O| May 15 03:17:58.398 INFO STEP 28 (remove_files) COMPLETE |
| 8878 | 2024-05-15T03:17:59.814Z | [ host-image] May 15 03:17:58.398 INFO O| May 15 03:17:58.398 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8879 | 2024-05-15T03:17:59.814Z | [ host-image] May 15 03:17:58.410 INFO O| May 15 03:17:58.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
| 8880 | 2024-05-15T03:17:59.814Z | [ host-image] May 15 03:17:58.410 INFO O| May 15 03:17:58.410 INFO STEP 29 (remove_files) COMPLETE |
| 8881 | 2024-05-15T03:17:59.814Z | [ host-image] May 15 03:17:58.410 INFO O| May 15 03:17:58.410 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8882 | 2024-05-15T03:17:59.815Z | [ host-image] May 15 03:17:58.422 INFO O| May 15 03:17:58.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
| 8883 | 2024-05-15T03:17:59.815Z | [ host-image] May 15 03:17:58.422 INFO O| May 15 03:17:58.422 INFO STEP 30 (remove_files) COMPLETE |
| 8884 | 2024-05-15T03:17:59.815Z | [ host-image] May 15 03:17:58.422 INFO O| May 15 03:17:58.422 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8885 | 2024-05-15T03:17:59.815Z | [ host-image] May 15 03:17:58.437 INFO O| May 15 03:17:58.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
| 8886 | 2024-05-15T03:17:59.815Z | [ host-image] May 15 03:17:58.437 INFO O| May 15 03:17:58.437 INFO STEP 31 (remove_files) COMPLETE |
| 8887 | 2024-05-15T03:17:59.816Z | [ host-image] May 15 03:17:58.437 INFO O| May 15 03:17:58.437 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8888 | 2024-05-15T03:17:59.816Z | [ host-image] May 15 03:17:58.449 INFO O| May 15 03:17:58.449 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
| 8889 | 2024-05-15T03:17:59.816Z | [ host-image] May 15 03:17:58.449 INFO O| May 15 03:17:58.449 INFO STEP 32 (remove_files) COMPLETE |
| 8890 | 2024-05-15T03:17:59.816Z | [ host-image] May 15 03:17:58.449 INFO O| May 15 03:17:58.449 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8891 | 2024-05-15T03:17:59.816Z | [ host-image] May 15 03:17:58.461 INFO O| May 15 03:17:58.461 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
| 8892 | 2024-05-15T03:17:59.816Z | [ host-image] May 15 03:17:58.461 INFO O| May 15 03:17:58.461 INFO STEP 33 (remove_files) COMPLETE |
| 8893 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.461 INFO O| May 15 03:17:58.461 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8894 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.474 INFO O| May 15 03:17:58.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
| 8895 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.474 INFO O| May 15 03:17:58.474 INFO STEP 34 (remove_files) COMPLETE |
| 8896 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.474 INFO O| May 15 03:17:58.474 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8897 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.490 INFO O| May 15 03:17:58.490 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
| 8898 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.490 INFO O| May 15 03:17:58.490 INFO STEP 35 (remove_files) COMPLETE |
| 8899 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.490 INFO O| May 15 03:17:58.490 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8900 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.503 INFO O| May 15 03:17:58.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
| 8901 | 2024-05-15T03:17:59.817Z | [ host-image] May 15 03:17:58.503 INFO O| May 15 03:17:58.503 INFO STEP 36 (remove_files) COMPLETE |
| 8902 | 2024-05-15T03:17:59.818Z | [ host-image] May 15 03:17:58.503 INFO O| May 15 03:17:58.503 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8903 | 2024-05-15T03:17:59.818Z | [ host-image] May 15 03:17:58.515 INFO O| May 15 03:17:58.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
| 8904 | 2024-05-15T03:17:59.818Z | [ host-image] May 15 03:17:58.516 INFO O| May 15 03:17:58.515 INFO STEP 37 (remove_files) COMPLETE |
| 8905 | 2024-05-15T03:17:59.818Z | [ host-image] May 15 03:17:58.516 INFO O| May 15 03:17:58.515 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8906 | 2024-05-15T03:17:59.818Z | [ host-image] May 15 03:17:58.533 INFO O| May 15 03:17:58.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
| 8907 | 2024-05-15T03:17:59.818Z | [ host-image] May 15 03:17:58.533 INFO O| May 15 03:17:58.533 INFO STEP 38 (remove_files) COMPLETE |
| 8908 | 2024-05-15T03:17:59.818Z | [ host-image] May 15 03:17:58.533 INFO O| May 15 03:17:58.533 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8909 | 2024-05-15T03:17:59.819Z | [ host-image] May 15 03:17:58.545 INFO O| May 15 03:17:58.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
| 8910 | 2024-05-15T03:17:59.819Z | [ host-image] May 15 03:17:58.545 INFO O| May 15 03:17:58.545 INFO STEP 39 (remove_files) COMPLETE |
| 8911 | 2024-05-15T03:17:59.819Z | [ host-image] May 15 03:17:58.545 INFO O| May 15 03:17:58.545 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8912 | 2024-05-15T03:17:59.819Z | [ host-image] May 15 03:17:58.562 INFO O| May 15 03:17:58.562 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
| 8913 | 2024-05-15T03:17:59.819Z | [ host-image] May 15 03:17:58.562 INFO O| May 15 03:17:58.562 INFO STEP 40 (remove_files) COMPLETE |
| 8914 | 2024-05-15T03:17:59.820Z | [ host-image] May 15 03:17:58.562 INFO O| May 15 03:17:58.562 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8915 | 2024-05-15T03:18:00.047Z | [ host-image] May 15 03:17:58.575 INFO O| May 15 03:17:58.575 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
| 8916 | 2024-05-15T03:18:00.048Z | [ host-image] May 15 03:17:58.576 INFO O| May 15 03:17:58.576 INFO STEP 41 (remove_files) COMPLETE |
| 8917 | 2024-05-15T03:18:00.048Z | [ host-image] May 15 03:17:58.576 INFO O| May 15 03:17:58.576 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8918 | 2024-05-15T03:18:00.048Z | [ host-image] May 15 03:17:58.595 INFO O| May 15 03:17:58.595 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
| 8919 | 2024-05-15T03:18:00.048Z | [ host-image] May 15 03:17:58.596 INFO O| May 15 03:17:58.596 INFO STEP 42 (remove_files) COMPLETE |
| 8920 | 2024-05-15T03:18:00.048Z | [ host-image] May 15 03:17:58.596 INFO O| May 15 03:17:58.596 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8921 | 2024-05-15T03:18:00.048Z | [ host-image] May 15 03:17:58.611 INFO O| May 15 03:17:58.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
| 8922 | 2024-05-15T03:18:00.048Z | [ host-image] May 15 03:17:58.611 INFO O| May 15 03:17:58.611 INFO STEP 43 (remove_files) COMPLETE |
| 8923 | 2024-05-15T03:18:00.049Z | [ host-image] May 15 03:17:58.611 INFO O| May 15 03:17:58.611 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8924 | 2024-05-15T03:18:00.049Z | [ host-image] May 15 03:17:58.625 INFO O| May 15 03:17:58.625 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 8925 | 2024-05-15T03:18:00.049Z | [ host-image] May 15 03:17:58.625 INFO O| May 15 03:17:58.625 INFO STEP 44 (remove_files) COMPLETE |
| 8926 | 2024-05-15T03:18:00.049Z | [ host-image] May 15 03:17:58.625 INFO O| May 15 03:17:58.625 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8927 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.638 INFO O| May 15 03:17:58.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
| 8928 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.639 INFO O| May 15 03:17:58.639 INFO STEP 45 (remove_files) COMPLETE |
| 8929 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.639 INFO O| May 15 03:17:58.639 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8930 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.652 INFO O| May 15 03:17:58.651 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 8931 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.652 INFO O| May 15 03:17:58.652 INFO STEP 46 (remove_files) COMPLETE |
| 8932 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.652 INFO O| May 15 03:17:58.652 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8933 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.667 INFO O| May 15 03:17:58.666 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 8934 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.667 INFO O| May 15 03:17:58.667 INFO STEP 47 (remove_files) COMPLETE |
| 8935 | 2024-05-15T03:18:00.050Z | [ host-image] May 15 03:17:58.667 INFO O| May 15 03:17:58.667 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8936 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.686 INFO O| May 15 03:17:58.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
| 8937 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.686 INFO O| May 15 03:17:58.686 INFO STEP 48 (remove_files) COMPLETE |
| 8938 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.686 INFO O| May 15 03:17:58.686 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8939 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.699 INFO O| May 15 03:17:58.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
| 8940 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.699 INFO O| May 15 03:17:58.699 INFO STEP 49 (remove_files) COMPLETE |
| 8941 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.699 INFO O| May 15 03:17:58.699 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8942 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.712 INFO O| May 15 03:17:58.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
| 8943 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.712 INFO O| May 15 03:17:58.712 INFO STEP 50 (remove_files) COMPLETE |
| 8944 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.712 INFO O| May 15 03:17:58.712 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8945 | 2024-05-15T03:18:00.051Z | [ host-image] May 15 03:17:58.729 INFO O| May 15 03:17:58.729 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 8946 | 2024-05-15T03:18:00.052Z | [ host-image] May 15 03:17:58.729 INFO O| May 15 03:17:58.729 INFO STEP 51 (remove_files) COMPLETE |
| 8947 | 2024-05-15T03:18:00.052Z | [ host-image] May 15 03:17:58.729 INFO O| May 15 03:17:58.729 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8948 | 2024-05-15T03:18:00.052Z | [ host-image] May 15 03:17:58.746 INFO O| May 15 03:17:58.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 8949 | 2024-05-15T03:18:00.052Z | [ host-image] May 15 03:17:58.746 INFO O| May 15 03:17:58.746 INFO STEP 52 (remove_files) COMPLETE |
| 8950 | 2024-05-15T03:18:00.052Z | [ host-image] May 15 03:17:58.746 INFO O| May 15 03:17:58.746 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8951 | 2024-05-15T03:18:00.052Z | [ host-image] May 15 03:17:58.761 INFO O| May 15 03:17:58.761 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
| 8952 | 2024-05-15T03:18:00.052Z | [ host-image] May 15 03:17:58.761 INFO O| May 15 03:17:58.761 INFO STEP 53 (remove_files) COMPLETE |
| 8953 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.761 INFO O| May 15 03:17:58.761 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8954 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.773 INFO O| May 15 03:17:58.773 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
| 8955 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.774 INFO O| May 15 03:17:58.774 INFO STEP 54 (remove_files) COMPLETE |
| 8956 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.774 INFO O| May 15 03:17:58.774 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8957 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.786 INFO O| May 15 03:17:58.786 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
| 8958 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.786 INFO O| May 15 03:17:58.786 INFO STEP 55 (remove_files) COMPLETE |
| 8959 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.786 INFO O| May 15 03:17:58.786 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8960 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.798 INFO O| May 15 03:17:58.798 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
| 8961 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.799 INFO O| May 15 03:17:58.798 INFO STEP 56 (remove_files) COMPLETE |
| 8962 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.799 INFO O| May 15 03:17:58.798 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8963 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.813 INFO O| May 15 03:17:58.813 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
| 8964 | 2024-05-15T03:18:00.053Z | [ host-image] May 15 03:17:58.814 INFO O| May 15 03:17:58.814 INFO STEP 57 (remove_files) COMPLETE |
| 8965 | 2024-05-15T03:18:00.054Z | [ host-image] May 15 03:17:58.814 INFO O| May 15 03:17:58.814 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8966 | 2024-05-15T03:18:00.054Z | [ host-image] May 15 03:17:58.826 INFO O| May 15 03:17:58.826 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 8967 | 2024-05-15T03:18:00.054Z | [ host-image] May 15 03:17:58.826 INFO O| May 15 03:17:58.826 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
| 8968 | 2024-05-15T03:18:00.054Z | [ host-image] May 15 03:17:58.826 INFO O| May 15 03:17:58.826 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 8969 | 2024-05-15T03:18:00.054Z | [ host-image] May 15 03:17:58.826 INFO O| May 15 03:17:58.826 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 8970 | 2024-05-15T03:18:00.054Z | [ host-image] May 15 03:17:58.826 INFO O| May 15 03:17:58.826 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 8971 | 2024-05-15T03:18:00.054Z | [ host-image] May 15 03:17:58.827 INFO O| May 15 03:17:58.826 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
| 8972 | 2024-05-15T03:18:00.054Z | [ host-image] May 15 03:17:58.827 INFO O| May 15 03:17:58.827 INFO ok! |
| 8973 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.827 INFO O| May 15 03:17:58.827 INFO STEP 58 (ensure_file) COMPLETE |
| 8974 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.827 INFO O| May 15 03:17:58.827 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8975 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.839 INFO O| May 15 03:17:58.839 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 8976 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.839 INFO O| May 15 03:17:58.839 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
| 8977 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.840 INFO O| May 15 03:17:58.839 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 8978 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.840 INFO O| May 15 03:17:58.839 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 8979 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.840 INFO O| May 15 03:17:58.839 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 8980 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.840 INFO O| May 15 03:17:58.840 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
| 8981 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.840 INFO O| May 15 03:17:58.840 INFO ok! |
| 8982 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.840 INFO O| May 15 03:17:58.840 INFO STEP 59 (ensure_file) COMPLETE |
| 8983 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.840 INFO O| May 15 03:17:58.840 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8984 | 2024-05-15T03:18:00.055Z | [ host-image] May 15 03:17:58.852 INFO O| May 15 03:17:58.852 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
| 8985 | 2024-05-15T03:18:00.056Z | [ host-image] May 15 03:17:58.852 INFO O| May 15 03:17:58.852 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
| 8986 | 2024-05-15T03:18:00.056Z | [ host-image] May 15 03:17:58.853 INFO O| May 15 03:17:58.852 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
| 8987 | 2024-05-15T03:18:00.056Z | [ host-image] May 15 03:17:58.853 INFO O| May 15 03:17:58.853 INFO ok! |
| 8988 | 2024-05-15T03:18:00.056Z | [ host-image] May 15 03:17:58.853 INFO O| May 15 03:17:58.853 INFO STEP 60 (ensure_file) COMPLETE |
| 8989 | 2024-05-15T03:18:00.056Z | [ host-image] May 15 03:17:58.853 INFO O| May 15 03:17:58.853 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8990 | 2024-05-15T03:18:00.056Z | [ host-image] May 15 03:17:58.869 INFO O| May 15 03:17:58.869 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 8991 | 2024-05-15T03:18:00.056Z | [ host-image] May 15 03:17:58.869 INFO O| May 15 03:17:58.869 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
| 8992 | 2024-05-15T03:18:00.056Z | [ host-image] May 15 03:17:58.869 INFO O| May 15 03:17:58.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
| 8993 | 2024-05-15T03:18:00.057Z | [ host-image] May 15 03:17:58.869 INFO O| May 15 03:17:58.869 INFO ok! |
| 8994 | 2024-05-15T03:18:00.057Z | [ host-image] May 15 03:17:58.869 INFO O| May 15 03:17:58.869 INFO STEP 61 (ensure_file) COMPLETE |
| 8995 | 2024-05-15T03:18:00.057Z | [ host-image] May 15 03:17:58.869 INFO O| May 15 03:17:58.869 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 8996 | 2024-05-15T03:18:00.057Z | [ host-image] May 15 03:17:58.883 INFO O| May 15 03:17:58.883 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 8997 | 2024-05-15T03:18:00.057Z | [ host-image] May 15 03:17:58.883 INFO O| May 15 03:17:58.883 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
| 8998 | 2024-05-15T03:18:00.057Z | [ host-image] May 15 03:17:58.883 INFO O| May 15 03:17:58.883 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
| 8999 | 2024-05-15T03:18:00.057Z | [ host-image] May 15 03:17:58.883 INFO O| May 15 03:17:58.883 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
| 9000 | 2024-05-15T03:18:00.057Z | [ host-image] May 15 03:17:58.883 INFO O| May 15 03:17:58.883 INFO ok! |
| 9001 | 2024-05-15T03:18:00.058Z | [ host-image] May 15 03:17:58.883 INFO O| May 15 03:17:58.883 INFO STEP 62 (ensure_file) COMPLETE |
| 9002 | 2024-05-15T03:18:00.058Z | [ host-image] May 15 03:17:58.883 INFO O| May 15 03:17:58.883 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9003 | 2024-05-15T03:18:00.058Z | [ host-image] May 15 03:17:58.899 INFO O| May 15 03:17:58.899 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9004 | 2024-05-15T03:18:00.058Z | [ host-image] May 15 03:17:58.899 INFO O| May 15 03:17:58.899 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
| 9005 | 2024-05-15T03:18:00.058Z | [ host-image] May 15 03:17:58.900 INFO O| May 15 03:17:58.900 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 9006 | 2024-05-15T03:18:00.058Z | [ host-image] May 15 03:17:58.900 INFO O| May 15 03:17:58.900 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
| 9007 | 2024-05-15T03:18:00.058Z | [ host-image] May 15 03:17:58.900 INFO O| May 15 03:17:58.900 INFO ok! |
| 9008 | 2024-05-15T03:18:00.058Z | [ host-image] May 15 03:17:58.900 INFO O| May 15 03:17:58.900 INFO STEP 63 (ensure_file) COMPLETE |
| 9009 | 2024-05-15T03:18:00.059Z | [ host-image] May 15 03:17:58.900 INFO O| May 15 03:17:58.900 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9010 | 2024-05-15T03:18:00.059Z | [ host-image] May 15 03:17:58.919 INFO O| May 15 03:17:58.919 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
| 9011 | 2024-05-15T03:18:00.059Z | [ host-image] May 15 03:17:58.919 INFO O| May 15 03:17:58.919 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
| 9012 | 2024-05-15T03:18:00.059Z | [ host-image] May 15 03:17:58.919 INFO O| May 15 03:17:58.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
| 9013 | 2024-05-15T03:18:00.059Z | [ host-image] May 15 03:17:58.919 INFO O| May 15 03:17:58.919 INFO ok! |
| 9014 | 2024-05-15T03:18:00.059Z | [ host-image] May 15 03:17:58.919 INFO O| May 15 03:17:58.919 INFO STEP 64 (assemble_files) COMPLETE |
| 9015 | 2024-05-15T03:18:00.111Z | [ host-image] May 15 03:17:58.919 INFO O| May 15 03:17:58.919 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9016 | 2024-05-15T03:18:00.111Z | [ host-image] May 15 03:17:58.932 INFO O| May 15 03:17:58.932 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
| 9017 | 2024-05-15T03:18:00.111Z | [ host-image] May 15 03:17:58.933 INFO O| May 15 03:17:58.932 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
| 9018 | 2024-05-15T03:18:00.111Z | [ host-image] May 15 03:17:58.933 INFO O| May 15 03:17:58.933 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
| 9019 | 2024-05-15T03:18:00.112Z | [ host-image] May 15 03:17:58.933 INFO O| May 15 03:17:58.933 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
| 9020 | 2024-05-15T03:18:00.112Z | [ host-image] May 15 03:17:58.933 INFO O| May 15 03:17:58.933 INFO ok! |
| 9021 | 2024-05-15T03:18:00.112Z | [ host-image] May 15 03:17:58.933 INFO O| May 15 03:17:58.933 INFO STEP 65 (ensure_file) COMPLETE |
| 9022 | 2024-05-15T03:18:00.112Z | [ host-image] May 15 03:17:58.933 INFO O| May 15 03:17:58.933 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9023 | 2024-05-15T03:18:00.112Z | [ host-image] May 15 03:17:58.948 INFO O| May 15 03:17:58.947 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 9024 | 2024-05-15T03:18:00.112Z | [ host-image] May 15 03:17:58.948 INFO O| May 15 03:17:58.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 9025 | 2024-05-15T03:18:00.112Z | [ host-image] May 15 03:17:58.948 INFO O| May 15 03:17:58.948 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
| 9026 | 2024-05-15T03:18:00.112Z | [ host-image] May 15 03:17:58.948 INFO O| May 15 03:17:58.948 INFO STEP 66 (ensure_dir) COMPLETE |
| 9027 | 2024-05-15T03:18:00.113Z | [ host-image] May 15 03:17:58.948 INFO O| May 15 03:17:58.948 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9028 | 2024-05-15T03:18:00.113Z | [ host-image] May 15 03:17:58.962 INFO O| May 15 03:17:58.962 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9029 | 2024-05-15T03:18:00.113Z | [ host-image] May 15 03:17:58.962 INFO O| May 15 03:17:58.962 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 ... |
| 9030 | 2024-05-15T03:18:00.113Z | [ host-image] May 15 03:17:58.971 INFO O| May 15 03:17:58.971 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 |
| 9031 | 2024-05-15T03:18:00.113Z | [ host-image] May 15 03:17:58.971 INFO O| May 15 03:17:58.971 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9032 | 2024-05-15T03:18:00.114Z | [ host-image] May 15 03:17:58.971 INFO O| May 15 03:17:58.971 INFO ok! |
| 9033 | 2024-05-15T03:18:00.114Z | [ host-image] May 15 03:17:58.971 INFO O| May 15 03:17:58.971 INFO STEP 67 (ensure_file) COMPLETE |
| 9034 | 2024-05-15T03:18:00.114Z | [ host-image] May 15 03:17:58.971 INFO O| May 15 03:17:58.971 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9035 | 2024-05-15T03:18:00.114Z | [ host-image] May 15 03:17:58.986 INFO O| May 15 03:17:58.986 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9036 | 2024-05-15T03:18:00.115Z | [ host-image] May 15 03:17:58.987 INFO O| May 15 03:17:58.986 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 ... |
| 9037 | 2024-05-15T03:18:00.115Z | [ host-image] May 15 03:17:58.987 INFO O| May 15 03:17:58.987 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 |
| 9038 | 2024-05-15T03:18:00.115Z | [ host-image] May 15 03:17:58.987 INFO O| May 15 03:17:58.987 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9039 | 2024-05-15T03:18:00.115Z | [ host-image] May 15 03:17:58.987 INFO O| May 15 03:17:58.987 INFO ok! |
| 9040 | 2024-05-15T03:18:00.115Z | [ host-image] May 15 03:17:58.987 INFO O| May 15 03:17:58.987 INFO STEP 68 (ensure_file) COMPLETE |
| 9041 | 2024-05-15T03:18:00.115Z | [ host-image] May 15 03:17:58.987 INFO O| May 15 03:17:58.987 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
| 9042 | 2024-05-15T03:18:00.115Z | [ host-image] May 15 03:17:59.006 INFO O| May 15 03:17:59.006 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
| 9043 | 2024-05-15T03:18:00.116Z | [ host-image] May 15 03:17:59.007 INFO O| May 15 03:17:59.006 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
| 9044 | 2024-05-15T03:18:02.387Z | [ host-image] May 15 03:18:01.514 INFO O| May 15 03:18:01.513 INFO STEP 69 (pack_tar) COMPLETE |
| 9045 | 2024-05-15T03:18:02.387Z | [ host-image] May 15 03:18:01.514 INFO O| May 15 03:18:01.514 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
| 9046 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.514 INFO O| May 15 03:18:01.514 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
| 9047 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.570 INFO O| May 15 03:18:01.570 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
| 9048 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.619 INFO O| May 15 03:18:01.619 INFO completed processing gimlet/ramdisk-02-trim |
| 9049 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.622 INFO image builder template: zfs... |
| 9050 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.623 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/.tmpiAfVbH/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.28.233", "-n", "zfs"], pwd: None |
| 9051 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.642 INFO O| May 15 03:18:01.642 INFO skip include "stress" because feature "stress" is not enabled |
| 9052 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.676 INFO O| May 15 03:18:01.676 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
| 9053 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.682 INFO O| May 15 03:18:01.682 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
| 9054 | 2024-05-15T03:18:02.838Z | [ host-image] May 15 03:18:01.727 INFO O| May 15 03:18:01.727 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
| 9055 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.769 INFO O| May 15 03:18:01.769 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
| 9056 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.769 INFO O| May 15 03:18:01.769 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
| 9057 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.777 INFO O| May 15 03:18:01.777 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
| 9058 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.819 INFO O| May 15 03:18:01.819 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
| 9059 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.846 INFO O| May 15 03:18:01.846 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
| 9060 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.865 INFO O| May 15 03:18:01.865 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
| 9061 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.873 INFO O| May 15 03:18:01.873 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
| 9062 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.874 INFO O| May 15 03:18:01.873 INFO no lofi found |
| 9063 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.874 INFO O| May 15 03:18:01.874 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
| 9064 | 2024-05-15T03:18:02.839Z | [ host-image] May 15 03:18:01.874 INFO O| May 15 03:18:01.874 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
| 9065 | 2024-05-15T03:18:02.880Z | [ recovery-image] May 15 03:18:02.171 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) |
| 9066 | 2024-05-15T03:18:04.244Z | [ recovery-image] May 15 03:18:03.788 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) |
| 9067 | 2024-05-15T03:18:04.475Z | [ host-image] May 15 03:18:04.013 INFO O| May 15 03:18:04.013 INFO lofi device = /dev/dsk/c3t1d0p0 |
| 9068 | 2024-05-15T03:18:04.475Z | [ host-image] May 15 03:18:04.013 INFO O| May 15 03:18:04.013 INFO pool device = /dev/dsk/c3t1d0p0 |
| 9069 | 2024-05-15T03:18:04.475Z | [ host-image] May 15 03:18:04.013 INFO O| May 15 03:18:04.013 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/c3t1d0p0"] |
| 9070 | 2024-05-15T03:18:04.989Z | [ host-image] May 15 03:18:04.196 INFO O| May 15 03:18:04.196 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9071 | 2024-05-15T03:18:04.989Z | [ host-image] May 15 03:18:04.196 INFO O| May 15 03:18:04.196 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
| 9072 | 2024-05-15T03:18:04.989Z | [ host-image] May 15 03:18:04.236 INFO O| May 15 03:18:04.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
| 9073 | 2024-05-15T03:18:05.302Z | [ host-image] May 15 03:18:04.315 INFO O| May 15 03:18:04.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
| 9074 | 2024-05-15T03:18:05.302Z | [ host-image] May 15 03:18:04.370 INFO O| May 15 03:18:04.370 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
| 9075 | 2024-05-15T03:18:05.302Z | [ host-image] May 15 03:18:04.398 INFO O| May 15 03:18:04.398 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
| 9076 | 2024-05-15T03:18:05.302Z | [ host-image] May 15 03:18:04.419 INFO O| May 15 03:18:04.419 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9077 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.483 INFO O| May 15 03:18:04.483 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
| 9078 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.483 INFO O| May 15 03:18:04.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
| 9079 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.483 INFO O| May 15 03:18:04.483 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 9080 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.497 INFO O| May 15 03:18:04.497 INFO boot environment UUID: dcad1684-09d9-4503-a65a-927918181b34 |
| 9081 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.497 INFO O| May 15 03:18:04.497 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = dcad1684-09d9-4503-a65a-927918181b34 |
| 9082 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.516 INFO O| May 15 03:18:04.516 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9083 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.535 INFO O| May 15 03:18:04.535 INFO STEP 0 (create_be) COMPLETE |
| 9084 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.535 INFO O| May 15 03:18:04.535 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9085 | 2024-05-15T03:18:05.303Z | [ host-image] May 15 03:18:04.560 INFO O| May 15 03:18:04.560 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 9086 | 2024-05-15T03:18:08.898Z | [ recovery-image] May 15 03:18:08.442 INFO E| Compiling bitflags v1.3.2 |
| 9087 | 2024-05-15T03:18:08.899Z | [ recovery-image] May 15 03:18:08.442 INFO E| Compiling adler v1.0.2 |
| 9088 | 2024-05-15T03:18:08.899Z | [ recovery-image] May 15 03:18:08.442 INFO E| Compiling plain v0.2.3 |
| 9089 | 2024-05-15T03:18:08.899Z | [ recovery-image] May 15 03:18:08.442 INFO E| Compiling log v0.4.21 |
| 9090 | 2024-05-15T03:18:08.900Z | [ recovery-image] May 15 03:18:08.442 INFO E| Compiling scroll v0.12.0 |
| 9091 | 2024-05-15T03:18:08.900Z | [ recovery-image] May 15 03:18:08.442 INFO E| Compiling bit_field v0.10.2 |
| 9092 | 2024-05-15T03:18:08.900Z | [ recovery-image] May 15 03:18:08.442 INFO E| Compiling static_assertions v1.1.0 |
| 9093 | 2024-05-15T03:18:09.035Z | [ recovery-image] May 15 03:18:08.578 INFO E| Compiling raw-cpuid v10.7.0 |
| 9094 | 2024-05-15T03:18:09.110Z | [ recovery-image] May 15 03:18:08.657 INFO E| Compiling miniz_oxide v0.7.2 |
| 9095 | 2024-05-15T03:18:09.200Z | [ recovery-image] May 15 03:18:08.744 INFO E| Compiling cpio_reader v0.1.1 |
| 9096 | 2024-05-15T03:18:09.281Z | [ recovery-image] May 15 03:18:08.826 INFO E| Compiling bitstruct v0.1.1 |
| 9097 | 2024-05-15T03:18:10.152Z | [ recovery-image] May 15 03:18:09.696 INFO E| Compiling goblin v0.8.0 |
| 9098 | 2024-05-15T03:18:19.340Z | [ recovery-image] May 15 03:18:18.886 INFO E| Finished `release` profile [optimized] target(s) in 41.68s |
| 9099 | 2024-05-15T03:18:20.599Z | [ recovery-image] May 15 03:18:18.911 INFO building host image... |
| 9100 | 2024-05-15T03:18:20.599Z | [ recovery-image] May 15 03:18:18.911 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") |
| 9101 | 2024-05-15T03:18:20.637Z | [ recovery-image] May 15 03:18:19.508 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 9102 | 2024-05-15T03:18:21.606Z | [ recovery-image] May 15 03:18:21.148 INFO image complete! materials are in "/work/os-recovery" |
| 9103 | 2024-05-15T03:18:21.647Z | [ recovery-image] |
| 9104 | 2024-05-15T03:18:21.647Z | [ recovery-image] real 5:26.338635236 |
| 9105 | 2024-05-15T03:18:21.648Z | [ recovery-image] user 4:06.287492604 |
| 9106 | 2024-05-15T03:18:21.648Z | [ recovery-image] sys 1:10.386045913 |
| 9107 | 2024-05-15T03:18:21.648Z | [ recovery-image] trap 0.132032467 |
| 9108 | 2024-05-15T03:18:21.648Z | [ recovery-image] tflt 0.313362213 |
| 9109 | 2024-05-15T03:18:21.649Z | [ recovery-image] dflt 1.221321311 |
| 9110 | 2024-05-15T03:18:21.649Z | [ recovery-image] kflt 0.000109084 |
| 9111 | 2024-05-15T03:18:21.649Z | [ recovery-image] lock 8:03.986412603 |
| 9112 | 2024-05-15T03:18:21.649Z | May 15 03:18:21.153 INFO [recovery-image] process exited with exit status: 0 (326.355130355s) |
| 9113 | 2024-05-15T03:18:21.649Z | [ recovery-image] slp 31:40.683998822 |
| 9114 | 2024-05-15T03:18:21.649Z | [ recovery-image] lat 27.227586983 |
| 9115 | 2024-05-15T03:18:21.649Z | [ recovery-image] stop 2.123799266 |
| 9116 | 2024-05-15T03:18:27.911Z | [ host-image] May 15 03:18:27.453 INFO O| May 15 03:18:27.453 INFO STEP 1 (unpack_tar) COMPLETE |
| 9117 | 2024-05-15T03:18:27.911Z | [ host-image] May 15 03:18:27.453 INFO O| May 15 03:18:27.453 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9118 | 2024-05-15T03:18:28.500Z | [ host-image] May 15 03:18:27.469 INFO O| May 15 03:18:27.469 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
| 9119 | 2024-05-15T03:18:28.500Z | [ host-image] May 15 03:18:27.857 INFO O| May 15 03:18:27.857 INFO STEP 2 (devfsadm) COMPLETE |
| 9120 | 2024-05-15T03:18:28.500Z | [ host-image] May 15 03:18:27.857 INFO O| May 15 03:18:27.857 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9121 | 2024-05-15T03:18:28.501Z | [ host-image] May 15 03:18:27.876 INFO O| May 15 03:18:27.876 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 9122 | 2024-05-15T03:18:28.501Z | [ host-image] May 15 03:18:27.876 INFO O| May 15 03:18:27.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 9123 | 2024-05-15T03:18:28.501Z | [ host-image] May 15 03:18:27.876 INFO O| May 15 03:18:27.876 INFO STEP 3 (ensure_dir) COMPLETE |
| 9124 | 2024-05-15T03:18:28.501Z | [ host-image] May 15 03:18:27.876 INFO O| May 15 03:18:27.876 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9125 | 2024-05-15T03:18:28.501Z | [ host-image] May 15 03:18:27.891 INFO O| May 15 03:18:27.891 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 9126 | 2024-05-15T03:18:28.501Z | [ host-image] May 15 03:18:27.891 INFO O| May 15 03:18:27.891 INFO STEP 4 (ensure_dir) COMPLETE |
| 9127 | 2024-05-15T03:18:28.501Z | [ host-image] May 15 03:18:27.891 INFO O| May 15 03:18:27.891 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9128 | 2024-05-15T03:18:28.501Z | [ host-image] May 15 03:18:27.905 INFO O| May 15 03:18:27.905 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 9129 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.905 INFO O| May 15 03:18:27.905 INFO STEP 5 (ensure_dir) COMPLETE |
| 9130 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.905 INFO O| May 15 03:18:27.905 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9131 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.918 INFO O| May 15 03:18:27.918 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 9132 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.918 INFO O| May 15 03:18:27.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 9133 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.918 INFO O| May 15 03:18:27.918 INFO STEP 6 (ensure_dir) COMPLETE |
| 9134 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.918 INFO O| May 15 03:18:27.918 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9135 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.931 INFO O| May 15 03:18:27.931 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
| 9136 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.931 INFO O| May 15 03:18:27.931 INFO STEP 7 (remove_files) COMPLETE |
| 9137 | 2024-05-15T03:18:28.502Z | [ host-image] May 15 03:18:27.931 INFO O| May 15 03:18:27.931 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9138 | 2024-05-15T03:18:28.503Z | [ host-image] May 15 03:18:27.944 INFO O| May 15 03:18:27.944 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
| 9139 | 2024-05-15T03:18:28.503Z | [ host-image] May 15 03:18:27.945 INFO O| May 15 03:18:27.945 INFO STEP 8 (remove_files) COMPLETE |
| 9140 | 2024-05-15T03:18:28.503Z | [ host-image] May 15 03:18:27.945 INFO O| May 15 03:18:27.945 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9141 | 2024-05-15T03:18:29.563Z | [ host-image] May 15 03:18:27.958 INFO O| May 15 03:18:27.958 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
| 9142 | 2024-05-15T03:18:29.563Z | [ host-image] May 15 03:18:27.960 INFO O| May 15 03:18:27.960 INFO STEP 9 (remove_files) COMPLETE |
| 9143 | 2024-05-15T03:18:29.563Z | [ host-image] May 15 03:18:27.960 INFO O| May 15 03:18:27.960 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9144 | 2024-05-15T03:18:29.563Z | [ host-image] May 15 03:18:27.972 INFO O| May 15 03:18:27.972 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
| 9145 | 2024-05-15T03:18:29.563Z | [ host-image] May 15 03:18:27.973 INFO O| May 15 03:18:27.973 INFO STEP 10 (remove_files) COMPLETE |
| 9146 | 2024-05-15T03:18:29.563Z | [ host-image] May 15 03:18:27.973 INFO O| May 15 03:18:27.973 INFO STEP 11: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9147 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:27.990 INFO O| May 15 03:18:27.990 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 9148 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:27.990 INFO O| May 15 03:18:27.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
| 9149 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:27.990 INFO O| May 15 03:18:27.990 INFO STEP 11 (ensure_dir) COMPLETE |
| 9150 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:27.990 INFO O| May 15 03:18:27.990 INFO STEP 12: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9151 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:28.003 INFO O| May 15 03:18:28.003 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 9152 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:28.003 INFO O| May 15 03:18:28.003 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 9153 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:28.003 INFO O| May 15 03:18:28.003 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
| 9154 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:28.003 INFO O| May 15 03:18:28.003 INFO STEP 12 (ensure_dir) COMPLETE |
| 9155 | 2024-05-15T03:18:29.564Z | [ host-image] May 15 03:18:28.003 INFO O| May 15 03:18:28.003 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9156 | 2024-05-15T03:18:29.565Z | [ host-image] May 15 03:18:28.017 INFO O| May 15 03:18:28.016 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 9157 | 2024-05-15T03:18:29.565Z | [ host-image] May 15 03:18:28.017 INFO O| May 15 03:18:28.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 9158 | 2024-05-15T03:18:29.565Z | [ host-image] May 15 03:18:28.017 INFO O| May 15 03:18:28.017 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
| 9159 | 2024-05-15T03:18:29.565Z | [ host-image] May 15 03:18:28.017 INFO O| May 15 03:18:28.017 INFO STEP 13 (ensure_dir) COMPLETE |
| 9160 | 2024-05-15T03:18:29.565Z | [ host-image] May 15 03:18:28.017 INFO O| May 15 03:18:28.017 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9161 | 2024-05-15T03:18:29.565Z | [ host-image] May 15 03:18:28.036 INFO O| May 15 03:18:28.036 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 9162 | 2024-05-15T03:18:29.565Z | [ host-image] May 15 03:18:28.036 INFO O| May 15 03:18:28.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
| 9163 | 2024-05-15T03:18:29.566Z | [ host-image] May 15 03:18:28.036 INFO O| May 15 03:18:28.036 INFO STEP 14 (ensure_dir) COMPLETE |
| 9164 | 2024-05-15T03:18:29.566Z | [ host-image] May 15 03:18:28.036 INFO O| May 15 03:18:28.036 INFO STEP 15: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9165 | 2024-05-15T03:18:29.566Z | [ host-image] May 15 03:18:28.051 INFO O| May 15 03:18:28.051 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9166 | 2024-05-15T03:18:29.566Z | [ host-image] May 15 03:18:28.051 INFO O| May 15 03:18:28.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
| 9167 | 2024-05-15T03:18:29.566Z | [ host-image] May 15 03:18:28.051 INFO O| May 15 03:18:28.051 INFO ok! |
| 9168 | 2024-05-15T03:18:29.566Z | [ host-image] May 15 03:18:28.051 INFO O| May 15 03:18:28.051 INFO STEP 15 (ensure_symlink) COMPLETE |
| 9169 | 2024-05-15T03:18:29.566Z | [ host-image] May 15 03:18:28.051 INFO O| May 15 03:18:28.051 INFO STEP 16: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9170 | 2024-05-15T03:18:29.567Z | [ host-image] May 15 03:18:28.064 INFO O| May 15 03:18:28.064 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
| 9171 | 2024-05-15T03:18:29.567Z | [ host-image] May 15 03:18:28.065 INFO O| May 15 03:18:28.064 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
| 9172 | 2024-05-15T03:18:29.567Z | [ host-image] May 15 03:18:28.065 INFO O| May 15 03:18:28.064 INFO ok! |
| 9173 | 2024-05-15T03:18:29.567Z | [ host-image] May 15 03:18:28.065 INFO O| May 15 03:18:28.065 INFO STEP 16 (ensure_file) COMPLETE |
| 9174 | 2024-05-15T03:18:29.567Z | [ host-image] May 15 03:18:28.065 INFO O| May 15 03:18:28.065 INFO STEP 17: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9175 | 2024-05-15T03:18:29.567Z | [ host-image] May 15 03:18:28.085 INFO O| May 15 03:18:28.085 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9176 | 2024-05-15T03:18:29.567Z | [ host-image] May 15 03:18:28.085 INFO O| May 15 03:18:28.085 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9177 | 2024-05-15T03:18:29.567Z | [ host-image] May 15 03:18:28.085 INFO O| May 15 03:18:28.085 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
| 9178 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.085 INFO O| May 15 03:18:28.085 INFO ok! |
| 9179 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.085 INFO O| May 15 03:18:28.085 INFO STEP 17 (ensure_symlink) COMPLETE |
| 9180 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.085 INFO O| May 15 03:18:28.085 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9181 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.099 INFO O| May 15 03:18:28.099 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9182 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.099 INFO O| May 15 03:18:28.099 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9183 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.099 INFO O| May 15 03:18:28.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
| 9184 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.099 INFO O| May 15 03:18:28.099 INFO ok! |
| 9185 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.099 INFO O| May 15 03:18:28.099 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9186 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.099 INFO O| May 15 03:18:28.099 INFO STEP 19: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9187 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.112 INFO O| May 15 03:18:28.112 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9188 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.112 INFO O| May 15 03:18:28.112 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9189 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.112 INFO O| May 15 03:18:28.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
| 9190 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.112 INFO O| May 15 03:18:28.112 INFO ok! |
| 9191 | 2024-05-15T03:18:29.568Z | [ host-image] May 15 03:18:28.112 INFO O| May 15 03:18:28.112 INFO STEP 19 (ensure_symlink) COMPLETE |
| 9192 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.112 INFO O| May 15 03:18:28.112 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9193 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.125 INFO O| May 15 03:18:28.124 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9194 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.125 INFO O| May 15 03:18:28.125 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9195 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.125 INFO O| May 15 03:18:28.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
| 9196 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.125 INFO O| May 15 03:18:28.125 INFO ok! |
| 9197 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.125 INFO O| May 15 03:18:28.125 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9198 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.125 INFO O| May 15 03:18:28.125 INFO STEP 21: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9199 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.138 INFO O| May 15 03:18:28.137 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9200 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.138 INFO O| May 15 03:18:28.138 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
| 9201 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.138 INFO O| May 15 03:18:28.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
| 9202 | 2024-05-15T03:18:29.569Z | [ host-image] May 15 03:18:28.138 INFO O| May 15 03:18:28.138 INFO ok! |
| 9203 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.138 INFO O| May 15 03:18:28.138 INFO STEP 21 (ensure_file) COMPLETE |
| 9204 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.138 INFO O| May 15 03:18:28.138 INFO STEP 22: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9205 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.151 INFO O| May 15 03:18:28.151 INFO updating shadow file |
| 9206 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.151 INFO O| May 15 03:18:28.151 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 9207 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.151 INFO O| May 15 03:18:28.151 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 9208 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.151 INFO O| May 15 03:18:28.151 INFO STEP 22 (shadow) COMPLETE |
| 9209 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.151 INFO O| May 15 03:18:28.151 INFO STEP 23: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9210 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.164 INFO O| May 15 03:18:28.164 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9211 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.164 INFO O| May 15 03:18:28.164 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
| 9212 | 2024-05-15T03:18:29.570Z | [ host-image] May 15 03:18:28.164 INFO O| May 15 03:18:28.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
| 9213 | 2024-05-15T03:18:29.571Z | [ host-image] May 15 03:18:28.164 INFO O| May 15 03:18:28.164 INFO ok! |
| 9214 | 2024-05-15T03:18:29.571Z | [ host-image] May 15 03:18:28.164 INFO O| May 15 03:18:28.164 INFO STEP 23 (ensure_file) COMPLETE |
| 9215 | 2024-05-15T03:18:29.571Z | [ host-image] May 15 03:18:28.164 INFO O| May 15 03:18:28.164 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9216 | 2024-05-15T03:18:29.571Z | [ host-image] May 15 03:18:28.176 INFO O| May 15 03:18:28.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
| 9217 | 2024-05-15T03:18:29.571Z | [ host-image] May 15 03:18:28.176 INFO O| May 15 03:18:28.176 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
| 9218 | 2024-05-15T03:18:29.574Z | [ host-image] May 15 03:18:28.176 INFO O| May 15 03:18:28.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
| 9219 | 2024-05-15T03:18:29.574Z | [ host-image] May 15 03:18:28.176 INFO O| May 15 03:18:28.176 INFO ok! |
| 9220 | 2024-05-15T03:18:29.575Z | [ host-image] May 15 03:18:28.176 INFO O| May 15 03:18:28.176 INFO STEP 24 (ensure_file) COMPLETE |
| 9221 | 2024-05-15T03:18:29.575Z | [ host-image] May 15 03:18:28.177 INFO O| May 15 03:18:28.176 INFO STEP 25: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9222 | 2024-05-15T03:18:29.575Z | [ host-image] May 15 03:18:28.189 INFO O| May 15 03:18:28.189 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9223 | 2024-05-15T03:18:29.575Z | [ host-image] May 15 03:18:28.189 INFO O| May 15 03:18:28.189 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
| 9224 | 2024-05-15T03:18:29.576Z | [ host-image] May 15 03:18:28.189 INFO O| May 15 03:18:28.189 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
| 9225 | 2024-05-15T03:18:29.576Z | [ host-image] May 15 03:18:28.189 INFO O| May 15 03:18:28.189 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
| 9226 | 2024-05-15T03:18:29.576Z | [ host-image] May 15 03:18:28.189 INFO O| May 15 03:18:28.189 INFO ok! |
| 9227 | 2024-05-15T03:18:29.576Z | [ host-image] May 15 03:18:28.190 INFO O| May 15 03:18:28.189 INFO STEP 25 (ensure_file) COMPLETE |
| 9228 | 2024-05-15T03:18:29.577Z | [ host-image] May 15 03:18:28.190 INFO O| May 15 03:18:28.189 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9229 | 2024-05-15T03:18:29.577Z | [ host-image] May 15 03:18:28.206 INFO O| May 15 03:18:28.206 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
| 9230 | 2024-05-15T03:18:29.577Z | [ host-image] May 15 03:18:28.206 INFO O| May 15 03:18:28.206 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
| 9231 | 2024-05-15T03:18:29.577Z | [ host-image] May 15 03:18:28.206 INFO O| May 15 03:18:28.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
| 9232 | 2024-05-15T03:18:29.577Z | [ host-image] May 15 03:18:28.206 INFO O| May 15 03:18:28.206 INFO ok! |
| 9233 | 2024-05-15T03:18:29.578Z | [ host-image] May 15 03:18:28.206 INFO O| May 15 03:18:28.206 INFO STEP 26 (ensure_file) COMPLETE |
| 9234 | 2024-05-15T03:18:29.578Z | [ host-image] May 15 03:18:28.207 INFO O| May 15 03:18:28.206 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9235 | 2024-05-15T03:18:29.578Z | [ host-image] May 15 03:18:28.222 INFO O| May 15 03:18:28.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
| 9236 | 2024-05-15T03:18:29.578Z | [ host-image] May 15 03:18:28.222 INFO O| May 15 03:18:28.222 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
| 9237 | 2024-05-15T03:18:29.579Z | [ host-image] May 15 03:18:28.222 INFO O| May 15 03:18:28.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
| 9238 | 2024-05-15T03:18:29.579Z | [ host-image] May 15 03:18:28.222 INFO O| May 15 03:18:28.222 INFO ok! |
| 9239 | 2024-05-15T03:18:29.579Z | [ host-image] May 15 03:18:28.222 INFO O| May 15 03:18:28.222 INFO STEP 27 (ensure_file) COMPLETE |
| 9240 | 2024-05-15T03:18:29.579Z | [ host-image] May 15 03:18:28.222 INFO O| May 15 03:18:28.222 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9241 | 2024-05-15T03:18:29.646Z | [ host-image] May 15 03:18:28.239 INFO O| May 15 03:18:28.239 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9242 | 2024-05-15T03:18:29.646Z | [ host-image] May 15 03:18:28.239 INFO O| May 15 03:18:28.239 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
| 9243 | 2024-05-15T03:18:29.647Z | [ host-image] May 15 03:18:28.239 INFO O| May 15 03:18:28.239 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
| 9244 | 2024-05-15T03:18:29.647Z | [ host-image] May 15 03:18:28.239 INFO O| May 15 03:18:28.239 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
| 9245 | 2024-05-15T03:18:29.648Z | [ host-image] May 15 03:18:28.239 INFO O| May 15 03:18:28.239 INFO ok! |
| 9246 | 2024-05-15T03:18:29.648Z | [ host-image] May 15 03:18:28.239 INFO O| May 15 03:18:28.239 INFO STEP 28 (ensure_file) COMPLETE |
| 9247 | 2024-05-15T03:18:29.648Z | [ host-image] May 15 03:18:28.239 INFO O| May 15 03:18:28.239 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9248 | 2024-05-15T03:18:29.648Z | [ host-image] May 15 03:18:28.252 INFO O| May 15 03:18:28.252 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9249 | 2024-05-15T03:18:29.649Z | [ host-image] May 15 03:18:28.252 INFO O| May 15 03:18:28.252 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
| 9250 | 2024-05-15T03:18:29.649Z | [ host-image] May 15 03:18:28.252 INFO O| May 15 03:18:28.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
| 9251 | 2024-05-15T03:18:29.649Z | [ host-image] May 15 03:18:28.252 INFO O| May 15 03:18:28.252 INFO ok! |
| 9252 | 2024-05-15T03:18:29.649Z | [ host-image] May 15 03:18:28.252 INFO O| May 15 03:18:28.252 INFO STEP 29 (ensure_file) COMPLETE |
| 9253 | 2024-05-15T03:18:29.650Z | [ host-image] May 15 03:18:28.252 INFO O| May 15 03:18:28.252 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9254 | 2024-05-15T03:18:29.651Z | [ host-image] May 15 03:18:28.271 INFO O| May 15 03:18:28.271 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9255 | 2024-05-15T03:18:29.651Z | [ host-image] May 15 03:18:28.271 INFO O| May 15 03:18:28.271 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
| 9256 | 2024-05-15T03:18:29.651Z | [ host-image] May 15 03:18:28.271 INFO O| May 15 03:18:28.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
| 9257 | 2024-05-15T03:18:29.652Z | [ host-image] May 15 03:18:28.271 INFO O| May 15 03:18:28.271 INFO ok! |
| 9258 | 2024-05-15T03:18:29.652Z | [ host-image] May 15 03:18:28.271 INFO O| May 15 03:18:28.271 INFO STEP 30 (ensure_file) COMPLETE |
| 9259 | 2024-05-15T03:18:29.652Z | [ host-image] May 15 03:18:28.271 INFO O| May 15 03:18:28.271 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9260 | 2024-05-15T03:18:29.653Z | [ host-image] May 15 03:18:28.285 INFO O| May 15 03:18:28.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
| 9261 | 2024-05-15T03:18:29.653Z | [ host-image] May 15 03:18:28.286 INFO O| May 15 03:18:28.285 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
| 9262 | 2024-05-15T03:18:29.653Z | [ host-image] May 15 03:18:28.286 INFO O| May 15 03:18:28.286 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 9263 | 2024-05-15T03:18:29.653Z | [ host-image] May 15 03:18:28.286 INFO O| May 15 03:18:28.286 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 9264 | 2024-05-15T03:18:29.653Z | [ host-image] May 15 03:18:28.286 INFO O| May 15 03:18:28.286 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 9265 | 2024-05-15T03:18:29.653Z | [ host-image] May 15 03:18:28.286 INFO O| May 15 03:18:28.286 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
| 9266 | 2024-05-15T03:18:29.654Z | [ host-image] May 15 03:18:28.286 INFO O| May 15 03:18:28.286 INFO ok! |
| 9267 | 2024-05-15T03:18:29.654Z | [ host-image] May 15 03:18:28.286 INFO O| May 15 03:18:28.286 INFO STEP 31 (ensure_file) COMPLETE |
| 9268 | 2024-05-15T03:18:29.654Z | [ host-image] May 15 03:18:28.286 INFO O| May 15 03:18:28.286 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9269 | 2024-05-15T03:18:29.654Z | [ host-image] May 15 03:18:28.300 INFO O| May 15 03:18:28.300 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 9270 | 2024-05-15T03:18:29.655Z | [ host-image] May 15 03:18:28.300 INFO O| May 15 03:18:28.300 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 9271 | 2024-05-15T03:18:29.655Z | [ host-image] May 15 03:18:28.300 INFO O| May 15 03:18:28.300 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
| 9272 | 2024-05-15T03:18:29.655Z | [ host-image] May 15 03:18:28.300 INFO O| May 15 03:18:28.300 INFO STEP 32 (ensure_dir) COMPLETE |
| 9273 | 2024-05-15T03:18:29.656Z | [ host-image] May 15 03:18:28.300 INFO O| May 15 03:18:28.300 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9274 | 2024-05-15T03:18:29.656Z | [ host-image] May 15 03:18:28.313 INFO O| May 15 03:18:28.313 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 |
| 9275 | 2024-05-15T03:18:29.656Z | [ host-image] May 15 03:18:28.314 INFO O| May 15 03:18:28.313 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 ... |
| 9276 | 2024-05-15T03:18:29.656Z | [ host-image] May 15 03:18:28.314 INFO O| May 15 03:18:28.314 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 |
| 9277 | 2024-05-15T03:18:29.657Z | [ host-image] May 15 03:18:28.314 INFO O| May 15 03:18:28.314 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 |
| 9278 | 2024-05-15T03:18:29.657Z | [ host-image] May 15 03:18:28.314 INFO O| May 15 03:18:28.314 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 |
| 9279 | 2024-05-15T03:18:29.657Z | [ host-image] May 15 03:18:28.314 INFO O| May 15 03:18:28.314 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 |
| 9280 | 2024-05-15T03:18:29.658Z | [ host-image] May 15 03:18:28.314 INFO O| May 15 03:18:28.314 INFO ok! |
| 9281 | 2024-05-15T03:18:29.658Z | [ host-image] May 15 03:18:28.314 INFO O| May 15 03:18:28.314 INFO STEP 33 (ensure_file) COMPLETE |
| 9282 | 2024-05-15T03:18:29.658Z | [ host-image] May 15 03:18:28.314 INFO O| May 15 03:18:28.314 INFO STEP 34: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9283 | 2024-05-15T03:18:29.659Z | [ host-image] May 15 03:18:28.329 INFO O| May 15 03:18:28.329 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9284 | 2024-05-15T03:18:29.659Z | [ host-image] May 15 03:18:28.329 INFO O| May 15 03:18:28.329 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 ... |
| 9285 | 2024-05-15T03:18:29.659Z | [ host-image] May 15 03:18:28.329 INFO O| May 15 03:18:28.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9286 | 2024-05-15T03:18:29.659Z | [ host-image] May 15 03:18:28.329 INFO O| May 15 03:18:28.329 INFO ok! |
| 9287 | 2024-05-15T03:18:29.659Z | [ host-image] May 15 03:18:28.329 INFO O| May 15 03:18:28.329 INFO STEP 34 (ensure_symlink) COMPLETE |
| 9288 | 2024-05-15T03:18:29.660Z | [ host-image] May 15 03:18:28.329 INFO O| May 15 03:18:28.329 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9289 | 2024-05-15T03:18:29.660Z | [ host-image] May 15 03:18:28.342 INFO O| May 15 03:18:28.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
| 9290 | 2024-05-15T03:18:29.660Z | [ host-image] May 15 03:18:28.343 INFO O| May 15 03:18:28.342 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
| 9291 | 2024-05-15T03:18:29.660Z | [ host-image] May 15 03:18:28.343 INFO O| May 15 03:18:28.342 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9292 | 2024-05-15T03:18:29.660Z | [ host-image] May 15 03:18:28.343 INFO O| May 15 03:18:28.343 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9293 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.343 INFO O| May 15 03:18:28.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9294 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.343 INFO O| May 15 03:18:28.343 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9295 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.343 INFO O| May 15 03:18:28.343 INFO ok! |
| 9296 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.343 INFO O| May 15 03:18:28.343 INFO STEP 35 (ensure_file) COMPLETE |
| 9297 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.343 INFO O| May 15 03:18:28.343 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9298 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.356 INFO O| May 15 03:18:28.355 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9299 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.356 INFO O| May 15 03:18:28.356 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 ... |
| 9300 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.356 INFO O| May 15 03:18:28.356 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 |
| 9301 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.356 INFO O| May 15 03:18:28.356 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9302 | 2024-05-15T03:18:29.661Z | [ host-image] May 15 03:18:28.356 INFO O| May 15 03:18:28.356 INFO ok! |
| 9303 | 2024-05-15T03:18:29.662Z | [ host-image] May 15 03:18:28.356 INFO O| May 15 03:18:28.356 INFO STEP 36 (ensure_file) COMPLETE |
| 9304 | 2024-05-15T03:18:29.662Z | [ host-image] May 15 03:18:28.356 INFO O| May 15 03:18:28.356 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9305 | 2024-05-15T03:18:29.662Z | [ host-image] May 15 03:18:28.369 INFO O| May 15 03:18:28.369 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
| 9306 | 2024-05-15T03:18:29.662Z | [ host-image] May 15 03:18:28.369 INFO O| May 15 03:18:28.369 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
| 9307 | 2024-05-15T03:18:29.662Z | [ host-image] May 15 03:18:28.369 INFO O| May 15 03:18:28.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
| 9308 | 2024-05-15T03:18:29.662Z | [ host-image] May 15 03:18:28.370 INFO O| May 15 03:18:28.369 INFO ok! |
| 9309 | 2024-05-15T03:18:29.662Z | [ host-image] May 15 03:18:28.370 INFO O| May 15 03:18:28.369 INFO STEP 37 (ensure_file) COMPLETE |
| 9310 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.370 INFO O| May 15 03:18:28.369 INFO STEP 38: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9311 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.385 INFO O| May 15 03:18:28.385 INFO updating shadow file |
| 9312 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.385 INFO O| May 15 03:18:28.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
| 9313 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.385 INFO O| May 15 03:18:28.385 INFO STEP 38 (shadow) COMPLETE |
| 9314 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.385 INFO O| May 15 03:18:28.385 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9315 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9316 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
| 9317 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
| 9318 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
| 9319 | 2024-05-15T03:18:29.663Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO ok! |
| 9320 | 2024-05-15T03:18:29.664Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO STEP 39 (ensure_file) COMPLETE |
| 9321 | 2024-05-15T03:18:29.664Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9322 | 2024-05-15T03:18:29.664Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO skip step because feature "mfg" is not enabled |
| 9323 | 2024-05-15T03:18:29.664Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO STEP 41: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9324 | 2024-05-15T03:18:29.664Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO skip step because feature "mfg" is not enabled |
| 9325 | 2024-05-15T03:18:29.664Z | [ host-image] May 15 03:18:28.400 INFO O| May 15 03:18:28.400 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9326 | 2024-05-15T03:18:29.665Z | [ host-image] May 15 03:18:28.417 INFO O| May 15 03:18:28.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
| 9327 | 2024-05-15T03:18:29.665Z | [ host-image] May 15 03:18:28.417 INFO O| May 15 03:18:28.417 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
| 9328 | 2024-05-15T03:18:29.665Z | [ host-image] May 15 03:18:29.123 INFO O| May 15 03:18:29.123 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
| 9329 | 2024-05-15T03:18:29.665Z | [ host-image] May 15 03:18:29.123 INFO O| May 15 03:18:29.123 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
| 9330 | 2024-05-15T03:18:29.665Z | [ host-image] May 15 03:18:29.123 INFO O| May 15 03:18:29.123 INFO ok! |
| 9331 | 2024-05-15T03:18:29.666Z | [ host-image] May 15 03:18:29.123 INFO O| May 15 03:18:29.123 INFO STEP 42 (ensure_file) COMPLETE |
| 9332 | 2024-05-15T03:18:29.666Z | [ host-image] May 15 03:18:29.123 INFO O| May 15 03:18:29.123 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9333 | 2024-05-15T03:18:29.666Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
| 9334 | 2024-05-15T03:18:29.666Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
| 9335 | 2024-05-15T03:18:29.666Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9336 | 2024-05-15T03:18:29.667Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9337 | 2024-05-15T03:18:29.667Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9338 | 2024-05-15T03:18:29.667Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
| 9339 | 2024-05-15T03:18:29.667Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 INFO ok! |
| 9340 | 2024-05-15T03:18:29.667Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 INFO STEP 43 (ensure_file) COMPLETE |
| 9341 | 2024-05-15T03:18:29.703Z | [ host-image] May 15 03:18:29.141 INFO O| May 15 03:18:29.141 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9342 | 2024-05-15T03:18:29.704Z | [ host-image] May 15 03:18:29.158 INFO O| May 15 03:18:29.158 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
| 9343 | 2024-05-15T03:18:29.704Z | [ host-image] May 15 03:18:29.159 INFO O| May 15 03:18:29.159 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 ... |
| 9344 | 2024-05-15T03:18:29.704Z | [ host-image] May 15 03:18:29.159 INFO O| May 15 03:18:29.159 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 |
| 9345 | 2024-05-15T03:18:29.704Z | [ host-image] May 15 03:18:29.159 INFO O| May 15 03:18:29.159 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9346 | 2024-05-15T03:18:29.704Z | [ host-image] May 15 03:18:29.159 INFO O| May 15 03:18:29.159 INFO ok! |
| 9347 | 2024-05-15T03:18:29.705Z | [ host-image] May 15 03:18:29.159 INFO O| May 15 03:18:29.159 INFO STEP 44 (ensure_file) COMPLETE |
| 9348 | 2024-05-15T03:18:29.705Z | [ host-image] May 15 03:18:29.159 INFO O| May 15 03:18:29.159 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9349 | 2024-05-15T03:18:29.705Z | [ host-image] May 15 03:18:29.176 INFO O| May 15 03:18:29.176 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
| 9350 | 2024-05-15T03:18:29.705Z | [ host-image] May 15 03:18:29.177 INFO O| May 15 03:18:29.176 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
| 9351 | 2024-05-15T03:18:29.706Z | [ host-image] May 15 03:18:29.177 INFO O| May 15 03:18:29.177 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9352 | 2024-05-15T03:18:29.706Z | [ host-image] May 15 03:18:29.177 INFO O| May 15 03:18:29.177 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9353 | 2024-05-15T03:18:29.706Z | [ host-image] May 15 03:18:29.177 INFO O| May 15 03:18:29.177 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9354 | 2024-05-15T03:18:29.706Z | [ host-image] May 15 03:18:29.177 INFO O| May 15 03:18:29.177 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
| 9355 | 2024-05-15T03:18:29.706Z | [ host-image] May 15 03:18:29.177 INFO O| May 15 03:18:29.177 INFO ok! |
| 9356 | 2024-05-15T03:18:29.706Z | [ host-image] May 15 03:18:29.177 INFO O| May 15 03:18:29.177 INFO STEP 45 (ensure_file) COMPLETE |
| 9357 | 2024-05-15T03:18:29.707Z | [ host-image] May 15 03:18:29.177 INFO O| May 15 03:18:29.177 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9358 | 2024-05-15T03:18:29.707Z | [ host-image] May 15 03:18:29.194 INFO O| May 15 03:18:29.194 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9359 | 2024-05-15T03:18:29.707Z | [ host-image] May 15 03:18:29.194 INFO O| May 15 03:18:29.194 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 ... |
| 9360 | 2024-05-15T03:18:29.707Z | [ host-image] May 15 03:18:29.194 INFO O| May 15 03:18:29.194 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 |
| 9361 | 2024-05-15T03:18:29.707Z | [ host-image] May 15 03:18:29.194 INFO O| May 15 03:18:29.194 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9362 | 2024-05-15T03:18:29.707Z | [ host-image] May 15 03:18:29.194 INFO O| May 15 03:18:29.194 INFO ok! |
| 9363 | 2024-05-15T03:18:29.708Z | [ host-image] May 15 03:18:29.194 INFO O| May 15 03:18:29.194 INFO STEP 46 (ensure_file) COMPLETE |
| 9364 | 2024-05-15T03:18:29.708Z | [ host-image] May 15 03:18:29.194 INFO O| May 15 03:18:29.194 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9365 | 2024-05-15T03:18:29.708Z | [ host-image] May 15 03:18:29.214 INFO O| May 15 03:18:29.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
| 9366 | 2024-05-15T03:18:29.708Z | [ host-image] May 15 03:18:29.214 INFO O| May 15 03:18:29.214 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
| 9367 | 2024-05-15T03:18:29.708Z | [ host-image] May 15 03:18:29.214 INFO O| May 15 03:18:29.214 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9368 | 2024-05-15T03:18:29.708Z | [ host-image] May 15 03:18:29.215 INFO O| May 15 03:18:29.214 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9369 | 2024-05-15T03:18:29.708Z | [ host-image] May 15 03:18:29.215 INFO O| May 15 03:18:29.214 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9370 | 2024-05-15T03:18:29.709Z | [ host-image] May 15 03:18:29.215 INFO O| May 15 03:18:29.214 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
| 9371 | 2024-05-15T03:18:29.709Z | [ host-image] May 15 03:18:29.215 INFO O| May 15 03:18:29.214 INFO ok! |
| 9372 | 2024-05-15T03:18:29.709Z | [ host-image] May 15 03:18:29.215 INFO O| May 15 03:18:29.214 INFO STEP 47 (ensure_file) COMPLETE |
| 9373 | 2024-05-15T03:18:29.710Z | [ host-image] May 15 03:18:29.215 INFO O| May 15 03:18:29.214 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9374 | 2024-05-15T03:18:29.710Z | [ host-image] May 15 03:18:29.230 INFO O| May 15 03:18:29.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9375 | 2024-05-15T03:18:29.710Z | [ host-image] May 15 03:18:29.230 INFO O| May 15 03:18:29.230 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 ... |
| 9376 | 2024-05-15T03:18:29.710Z | [ host-image] May 15 03:18:29.230 INFO O| May 15 03:18:29.230 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 |
| 9377 | 2024-05-15T03:18:29.710Z | [ host-image] May 15 03:18:29.230 INFO O| May 15 03:18:29.230 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9378 | 2024-05-15T03:18:29.710Z | [ host-image] May 15 03:18:29.230 INFO O| May 15 03:18:29.230 INFO ok! |
| 9379 | 2024-05-15T03:18:29.710Z | [ host-image] May 15 03:18:29.230 INFO O| May 15 03:18:29.230 INFO STEP 48 (ensure_file) COMPLETE |
| 9380 | 2024-05-15T03:18:29.710Z | [ host-image] May 15 03:18:29.230 INFO O| May 15 03:18:29.230 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9381 | 2024-05-15T03:18:29.753Z | [ host-image] May 15 03:18:29.243 INFO O| May 15 03:18:29.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9382 | 2024-05-15T03:18:29.753Z | [ host-image] May 15 03:18:29.243 INFO O| May 15 03:18:29.243 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 ... |
| 9383 | 2024-05-15T03:18:29.753Z | [ host-image] May 15 03:18:29.243 INFO O| May 15 03:18:29.243 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 |
| 9384 | 2024-05-15T03:18:29.754Z | [ host-image] May 15 03:18:29.243 INFO O| May 15 03:18:29.243 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9385 | 2024-05-15T03:18:29.754Z | [ host-image] May 15 03:18:29.243 INFO O| May 15 03:18:29.243 INFO ok! |
| 9386 | 2024-05-15T03:18:29.754Z | [ host-image] May 15 03:18:29.243 INFO O| May 15 03:18:29.243 INFO STEP 49 (ensure_file) COMPLETE |
| 9387 | 2024-05-15T03:18:29.755Z | [ host-image] May 15 03:18:29.243 INFO O| May 15 03:18:29.243 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9388 | 2024-05-15T03:18:29.755Z | [ host-image] May 15 03:18:29.256 INFO O| May 15 03:18:29.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9389 | 2024-05-15T03:18:29.755Z | [ host-image] May 15 03:18:29.256 INFO O| May 15 03:18:29.256 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 ... |
| 9390 | 2024-05-15T03:18:29.756Z | [ host-image] May 15 03:18:29.256 INFO O| May 15 03:18:29.256 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 |
| 9391 | 2024-05-15T03:18:29.756Z | [ host-image] May 15 03:18:29.256 INFO O| May 15 03:18:29.256 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9392 | 2024-05-15T03:18:29.757Z | [ host-image] May 15 03:18:29.256 INFO O| May 15 03:18:29.256 INFO ok! |
| 9393 | 2024-05-15T03:18:29.757Z | [ host-image] May 15 03:18:29.256 INFO O| May 15 03:18:29.256 INFO STEP 50 (ensure_file) COMPLETE |
| 9394 | 2024-05-15T03:18:29.757Z | [ host-image] May 15 03:18:29.256 INFO O| May 15 03:18:29.256 INFO STEP 51: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9395 | 2024-05-15T03:18:29.757Z | [ host-image] May 15 03:18:29.269 INFO O| May 15 03:18:29.269 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
| 9396 | 2024-05-15T03:18:29.757Z | [ host-image] May 15 03:18:29.269 INFO O| May 15 03:18:29.269 INFO STEP 51 (ensure_dir) COMPLETE |
| 9397 | 2024-05-15T03:18:29.758Z | [ host-image] May 15 03:18:29.269 INFO O| May 15 03:18:29.269 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9398 | 2024-05-15T03:18:29.758Z | [ host-image] May 15 03:18:29.281 INFO O| May 15 03:18:29.281 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
| 9399 | 2024-05-15T03:18:29.758Z | [ host-image] May 15 03:18:29.281 INFO O| May 15 03:18:29.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
| 9400 | 2024-05-15T03:18:29.758Z | [ host-image] May 15 03:18:29.281 INFO O| May 15 03:18:29.281 INFO STEP 52 (ensure_dir) COMPLETE |
| 9401 | 2024-05-15T03:18:29.759Z | [ host-image] May 15 03:18:29.281 INFO O| May 15 03:18:29.281 INFO STEP 53: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9402 | 2024-05-15T03:18:29.795Z | [ host-image] May 15 03:18:29.294 INFO O| May 15 03:18:29.294 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
| 9403 | 2024-05-15T03:18:29.795Z | [ host-image] May 15 03:18:29.294 INFO O| May 15 03:18:29.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
| 9404 | 2024-05-15T03:18:29.795Z | [ host-image] May 15 03:18:29.294 INFO O| May 15 03:18:29.294 INFO STEP 53 (ensure_dir) COMPLETE |
| 9405 | 2024-05-15T03:18:29.795Z | [ host-image] May 15 03:18:29.294 INFO O| May 15 03:18:29.294 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9406 | 2024-05-15T03:18:29.796Z | [ host-image] May 15 03:18:29.306 INFO O| May 15 03:18:29.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9407 | 2024-05-15T03:18:29.796Z | [ host-image] May 15 03:18:29.306 INFO O| May 15 03:18:29.306 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9408 | 2024-05-15T03:18:29.796Z | [ host-image] May 15 03:18:29.325 INFO O| May 15 03:18:29.325 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9409 | 2024-05-15T03:18:29.796Z | [ host-image] May 15 03:18:29.325 INFO O| May 15 03:18:29.325 INFO ok! |
| 9410 | 2024-05-15T03:18:29.796Z | [ host-image] May 15 03:18:29.325 INFO O| May 15 03:18:29.325 INFO STEP 54 (ensure_file) COMPLETE |
| 9411 | 2024-05-15T03:18:29.797Z | [ host-image] May 15 03:18:29.325 INFO O| May 15 03:18:29.325 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9412 | 2024-05-15T03:18:29.842Z | [ host-image] May 15 03:18:29.338 INFO O| May 15 03:18:29.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9413 | 2024-05-15T03:18:29.842Z | [ host-image] May 15 03:18:29.338 INFO O| May 15 03:18:29.338 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9414 | 2024-05-15T03:18:30.986Z | [ host-image] May 15 03:18:30.528 INFO O| May 15 03:18:30.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9415 | 2024-05-15T03:18:30.986Z | [ host-image] May 15 03:18:30.528 INFO O| May 15 03:18:30.528 INFO ok! |
| 9416 | 2024-05-15T03:18:31.027Z | [ host-image] May 15 03:18:30.528 INFO O| May 15 03:18:30.528 INFO STEP 55 (ensure_file) COMPLETE |
| 9417 | 2024-05-15T03:18:31.027Z | [ host-image] May 15 03:18:30.528 INFO O| May 15 03:18:30.528 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9418 | 2024-05-15T03:18:31.027Z | [ host-image] May 15 03:18:30.548 INFO O| May 15 03:18:30.548 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
| 9419 | 2024-05-15T03:18:31.028Z | [ host-image] May 15 03:18:30.548 INFO O| May 15 03:18:30.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
| 9420 | 2024-05-15T03:18:31.028Z | [ host-image] May 15 03:18:30.548 INFO O| May 15 03:18:30.548 INFO STEP 56 (ensure_dir) COMPLETE |
| 9421 | 2024-05-15T03:18:31.028Z | [ host-image] May 15 03:18:30.548 INFO O| May 15 03:18:30.548 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9422 | 2024-05-15T03:18:31.028Z | [ host-image] May 15 03:18:30.563 INFO O| May 15 03:18:30.563 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9423 | 2024-05-15T03:18:31.028Z | [ host-image] May 15 03:18:30.563 INFO O| May 15 03:18:30.563 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9424 | 2024-05-15T03:18:31.029Z | [ host-image] May 15 03:18:30.563 INFO O| May 15 03:18:30.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9425 | 2024-05-15T03:18:31.029Z | [ host-image] May 15 03:18:30.563 INFO O| May 15 03:18:30.563 INFO ok! |
| 9426 | 2024-05-15T03:18:31.029Z | [ host-image] May 15 03:18:30.563 INFO O| May 15 03:18:30.563 INFO STEP 57 (ensure_file) COMPLETE |
| 9427 | 2024-05-15T03:18:31.029Z | [ host-image] May 15 03:18:30.563 INFO O| May 15 03:18:30.563 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9428 | 2024-05-15T03:18:31.096Z | [ host-image] May 15 03:18:30.581 INFO O| May 15 03:18:30.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9429 | 2024-05-15T03:18:31.096Z | [ host-image] May 15 03:18:30.581 INFO O| May 15 03:18:30.581 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9430 | 2024-05-15T03:18:31.096Z | [ host-image] May 15 03:18:30.581 INFO O| May 15 03:18:30.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9431 | 2024-05-15T03:18:31.097Z | [ host-image] May 15 03:18:30.581 INFO O| May 15 03:18:30.581 INFO ok! |
| 9432 | 2024-05-15T03:18:31.097Z | [ host-image] May 15 03:18:30.581 INFO O| May 15 03:18:30.581 INFO STEP 58 (ensure_file) COMPLETE |
| 9433 | 2024-05-15T03:18:31.097Z | [ host-image] May 15 03:18:30.581 INFO O| May 15 03:18:30.581 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9434 | 2024-05-15T03:18:31.097Z | [ host-image] May 15 03:18:30.595 INFO O| May 15 03:18:30.595 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9435 | 2024-05-15T03:18:31.097Z | [ host-image] May 15 03:18:30.595 INFO O| May 15 03:18:30.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9436 | 2024-05-15T03:18:31.098Z | [ host-image] May 15 03:18:30.595 INFO O| May 15 03:18:30.595 INFO STEP 59 (ensure_dir) COMPLETE |
| 9437 | 2024-05-15T03:18:31.098Z | [ host-image] May 15 03:18:30.595 INFO O| May 15 03:18:30.595 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9438 | 2024-05-15T03:18:31.098Z | [ host-image] May 15 03:18:30.608 INFO O| May 15 03:18:30.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9439 | 2024-05-15T03:18:31.098Z | [ host-image] May 15 03:18:30.608 INFO O| May 15 03:18:30.608 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9440 | 2024-05-15T03:18:31.098Z | [ host-image] May 15 03:18:30.608 INFO O| May 15 03:18:30.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9441 | 2024-05-15T03:18:31.098Z | [ host-image] May 15 03:18:30.608 INFO O| May 15 03:18:30.608 INFO ok! |
| 9442 | 2024-05-15T03:18:31.098Z | [ host-image] May 15 03:18:30.608 INFO O| May 15 03:18:30.608 INFO STEP 60 (ensure_file) COMPLETE |
| 9443 | 2024-05-15T03:18:31.098Z | [ host-image] May 15 03:18:30.608 INFO O| May 15 03:18:30.608 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9444 | 2024-05-15T03:18:31.138Z | [ host-image] May 15 03:18:30.621 INFO O| May 15 03:18:30.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9445 | 2024-05-15T03:18:31.138Z | [ host-image] May 15 03:18:30.621 INFO O| May 15 03:18:30.621 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9446 | 2024-05-15T03:18:31.138Z | [ host-image] May 15 03:18:30.621 INFO O| May 15 03:18:30.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9447 | 2024-05-15T03:18:31.138Z | [ host-image] May 15 03:18:30.621 INFO O| May 15 03:18:30.621 INFO ok! |
| 9448 | 2024-05-15T03:18:31.138Z | [ host-image] May 15 03:18:30.621 INFO O| May 15 03:18:30.621 INFO STEP 61 (ensure_file) COMPLETE |
| 9449 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.621 INFO O| May 15 03:18:30.621 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9450 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.634 INFO O| May 15 03:18:30.634 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9451 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.635 INFO O| May 15 03:18:30.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9452 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.635 INFO O| May 15 03:18:30.635 INFO STEP 62 (ensure_dir) COMPLETE |
| 9453 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.635 INFO O| May 15 03:18:30.635 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9454 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.650 INFO O| May 15 03:18:30.650 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9455 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.650 INFO O| May 15 03:18:30.650 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9456 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.650 INFO O| May 15 03:18:30.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9457 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.650 INFO O| May 15 03:18:30.650 INFO ok! |
| 9458 | 2024-05-15T03:18:31.139Z | [ host-image] May 15 03:18:30.650 INFO O| May 15 03:18:30.650 INFO STEP 63 (ensure_file) COMPLETE |
| 9459 | 2024-05-15T03:18:31.140Z | [ host-image] May 15 03:18:30.651 INFO O| May 15 03:18:30.650 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9460 | 2024-05-15T03:18:31.140Z | [ host-image] May 15 03:18:30.668 INFO O| May 15 03:18:30.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9461 | 2024-05-15T03:18:31.140Z | [ host-image] May 15 03:18:30.668 INFO O| May 15 03:18:30.668 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9462 | 2024-05-15T03:18:31.140Z | [ host-image] May 15 03:18:30.669 INFO O| May 15 03:18:30.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9463 | 2024-05-15T03:18:31.140Z | [ host-image] May 15 03:18:30.669 INFO O| May 15 03:18:30.668 INFO ok! |
| 9464 | 2024-05-15T03:18:31.140Z | [ host-image] May 15 03:18:30.669 INFO O| May 15 03:18:30.668 INFO STEP 64 (ensure_file) COMPLETE |
| 9465 | 2024-05-15T03:18:31.140Z | [ host-image] May 15 03:18:30.669 INFO O| May 15 03:18:30.669 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9466 | 2024-05-15T03:18:31.190Z | [ host-image] May 15 03:18:30.687 INFO O| May 15 03:18:30.687 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
| 9467 | 2024-05-15T03:18:31.190Z | [ host-image] May 15 03:18:30.687 INFO O| May 15 03:18:30.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
| 9468 | 2024-05-15T03:18:31.190Z | [ host-image] May 15 03:18:30.687 INFO O| May 15 03:18:30.687 INFO STEP 65 (ensure_dir) COMPLETE |
| 9469 | 2024-05-15T03:18:31.191Z | [ host-image] May 15 03:18:30.687 INFO O| May 15 03:18:30.687 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9470 | 2024-05-15T03:18:31.191Z | [ host-image] May 15 03:18:30.701 INFO O| May 15 03:18:30.701 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9471 | 2024-05-15T03:18:31.191Z | [ host-image] May 15 03:18:30.701 INFO O| May 15 03:18:30.701 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9472 | 2024-05-15T03:18:31.763Z | [ host-image] May 15 03:18:31.310 INFO O| May 15 03:18:31.309 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9473 | 2024-05-15T03:18:31.763Z | [ host-image] May 15 03:18:31.310 INFO O| May 15 03:18:31.309 INFO ok! |
| 9474 | 2024-05-15T03:18:31.763Z | [ host-image] May 15 03:18:31.310 INFO O| May 15 03:18:31.309 INFO STEP 66 (ensure_file) COMPLETE |
| 9475 | 2024-05-15T03:18:31.763Z | [ host-image] May 15 03:18:31.310 INFO O| May 15 03:18:31.309 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9476 | 2024-05-15T03:18:32.230Z | [ host-image] May 15 03:18:31.327 INFO O| May 15 03:18:31.327 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9477 | 2024-05-15T03:18:32.230Z | [ host-image] May 15 03:18:31.327 INFO O| May 15 03:18:31.327 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9478 | 2024-05-15T03:18:33.366Z | [ host-image] May 15 03:18:32.908 INFO O| May 15 03:18:32.908 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9479 | 2024-05-15T03:18:33.366Z | [ host-image] May 15 03:18:32.908 INFO O| May 15 03:18:32.908 INFO ok! |
| 9480 | 2024-05-15T03:18:33.411Z | [ host-image] May 15 03:18:32.908 INFO O| May 15 03:18:32.908 INFO STEP 67 (ensure_file) COMPLETE |
| 9481 | 2024-05-15T03:18:33.411Z | [ host-image] May 15 03:18:32.908 INFO O| May 15 03:18:32.908 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9482 | 2024-05-15T03:18:33.411Z | [ host-image] May 15 03:18:32.927 INFO O| May 15 03:18:32.927 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
| 9483 | 2024-05-15T03:18:33.411Z | [ host-image] May 15 03:18:32.927 INFO O| May 15 03:18:32.927 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
| 9484 | 2024-05-15T03:18:33.411Z | [ host-image] May 15 03:18:32.927 INFO O| May 15 03:18:32.927 INFO STEP 68 (ensure_dir) COMPLETE |
| 9485 | 2024-05-15T03:18:33.412Z | [ host-image] May 15 03:18:32.927 INFO O| May 15 03:18:32.927 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9486 | 2024-05-15T03:18:33.412Z | [ host-image] May 15 03:18:32.941 INFO O| May 15 03:18:32.941 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 9487 | 2024-05-15T03:18:33.412Z | [ host-image] May 15 03:18:32.941 INFO O| May 15 03:18:32.941 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9488 | 2024-05-15T03:18:33.412Z | [ host-image] May 15 03:18:32.941 INFO O| May 15 03:18:32.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 9489 | 2024-05-15T03:18:33.412Z | [ host-image] May 15 03:18:32.941 INFO O| May 15 03:18:32.941 INFO ok! |
| 9490 | 2024-05-15T03:18:33.412Z | [ host-image] May 15 03:18:32.941 INFO O| May 15 03:18:32.941 INFO STEP 69 (ensure_file) COMPLETE |
| 9491 | 2024-05-15T03:18:33.412Z | [ host-image] May 15 03:18:32.941 INFO O| May 15 03:18:32.941 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9492 | 2024-05-15T03:18:34.038Z | [ host-image] May 15 03:18:32.955 INFO O| May 15 03:18:32.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 9493 | 2024-05-15T03:18:34.039Z | [ host-image] May 15 03:18:32.955 INFO O| May 15 03:18:32.955 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9494 | 2024-05-15T03:18:34.039Z | [ host-image] May 15 03:18:32.955 INFO O| May 15 03:18:32.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 9495 | 2024-05-15T03:18:34.039Z | [ host-image] May 15 03:18:32.955 INFO O| May 15 03:18:32.955 INFO ok! |
| 9496 | 2024-05-15T03:18:34.040Z | [ host-image] May 15 03:18:32.955 INFO O| May 15 03:18:32.955 INFO STEP 70 (ensure_file) COMPLETE |
| 9497 | 2024-05-15T03:18:34.040Z | [ host-image] May 15 03:18:32.955 INFO O| May 15 03:18:32.955 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9498 | 2024-05-15T03:18:34.041Z | [ host-image] May 15 03:18:32.969 INFO O| May 15 03:18:32.968 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 9499 | 2024-05-15T03:18:34.041Z | [ host-image] May 15 03:18:32.969 INFO O| May 15 03:18:32.968 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 9500 | 2024-05-15T03:18:34.042Z | [ host-image] May 15 03:18:32.969 INFO O| May 15 03:18:32.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
| 9501 | 2024-05-15T03:18:34.042Z | [ host-image] May 15 03:18:32.969 INFO O| May 15 03:18:32.969 INFO ok! |
| 9502 | 2024-05-15T03:18:34.042Z | [ host-image] May 15 03:18:32.969 INFO O| May 15 03:18:32.969 INFO STEP 71 (ensure_file) COMPLETE |
| 9503 | 2024-05-15T03:18:34.042Z | [ host-image] May 15 03:18:32.969 INFO O| May 15 03:18:32.969 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9504 | 2024-05-15T03:18:34.043Z | [ host-image] May 15 03:18:32.986 INFO O| May 15 03:18:32.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 9505 | 2024-05-15T03:18:34.043Z | [ host-image] May 15 03:18:32.986 INFO O| May 15 03:18:32.986 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
| 9506 | 2024-05-15T03:18:34.044Z | [ host-image] May 15 03:18:32.986 INFO O| May 15 03:18:32.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
| 9507 | 2024-05-15T03:18:34.044Z | [ host-image] May 15 03:18:32.986 INFO O| May 15 03:18:32.986 INFO ok! |
| 9508 | 2024-05-15T03:18:34.044Z | [ host-image] May 15 03:18:32.986 INFO O| May 15 03:18:32.986 INFO STEP 72 (ensure_file) COMPLETE |
| 9509 | 2024-05-15T03:18:34.045Z | [ host-image] May 15 03:18:32.986 INFO O| May 15 03:18:32.986 INFO STEP 73: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9510 | 2024-05-15T03:18:34.109Z | [ host-image] May 15 03:18:33.006 INFO O| May 15 03:18:33.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
| 9511 | 2024-05-15T03:18:34.109Z | [ host-image] May 15 03:18:33.006 INFO O| May 15 03:18:33.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
| 9512 | 2024-05-15T03:18:34.109Z | [ host-image] May 15 03:18:33.006 INFO O| May 15 03:18:33.006 INFO STEP 73 (ensure_dir) COMPLETE |
| 9513 | 2024-05-15T03:18:34.109Z | [ host-image] May 15 03:18:33.006 INFO O| May 15 03:18:33.006 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9514 | 2024-05-15T03:18:34.109Z | [ host-image] May 15 03:18:33.021 INFO O| May 15 03:18:33.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 9515 | 2024-05-15T03:18:34.110Z | [ host-image] May 15 03:18:33.021 INFO O| May 15 03:18:33.021 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
| 9516 | 2024-05-15T03:18:34.110Z | [ host-image] May 15 03:18:33.024 INFO O| May 15 03:18:33.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
| 9517 | 2024-05-15T03:18:34.110Z | [ host-image] May 15 03:18:33.024 INFO O| May 15 03:18:33.024 INFO ok! |
| 9518 | 2024-05-15T03:18:34.110Z | [ host-image] May 15 03:18:33.024 INFO O| May 15 03:18:33.024 INFO STEP 74 (ensure_file) COMPLETE |
| 9519 | 2024-05-15T03:18:34.110Z | [ host-image] May 15 03:18:33.024 INFO O| May 15 03:18:33.024 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9520 | 2024-05-15T03:18:34.110Z | [ host-image] May 15 03:18:33.037 INFO O| May 15 03:18:33.037 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 9521 | 2024-05-15T03:18:34.111Z | [ host-image] May 15 03:18:33.038 INFO O| May 15 03:18:33.037 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
| 9522 | 2024-05-15T03:18:34.111Z | [ host-image] May 15 03:18:33.038 INFO O| May 15 03:18:33.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
| 9523 | 2024-05-15T03:18:34.111Z | [ host-image] May 15 03:18:33.038 INFO O| May 15 03:18:33.038 INFO ok! |
| 9524 | 2024-05-15T03:18:34.111Z | [ host-image] May 15 03:18:33.038 INFO O| May 15 03:18:33.038 INFO STEP 75 (ensure_file) COMPLETE |
| 9525 | 2024-05-15T03:18:34.111Z | [ host-image] May 15 03:18:33.038 INFO O| May 15 03:18:33.038 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9526 | 2024-05-15T03:18:34.111Z | [ host-image] May 15 03:18:33.053 INFO O| May 15 03:18:33.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 9527 | 2024-05-15T03:18:34.111Z | [ host-image] May 15 03:18:33.053 INFO O| May 15 03:18:33.053 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 9528 | 2024-05-15T03:18:34.417Z | [ host-image] May 15 03:18:33.954 INFO O| May 15 03:18:33.954 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
| 9529 | 2024-05-15T03:18:34.417Z | [ host-image] May 15 03:18:33.954 INFO O| May 15 03:18:33.954 INFO ok! |
| 9530 | 2024-05-15T03:18:34.460Z | [ host-image] May 15 03:18:33.954 INFO O| May 15 03:18:33.954 INFO STEP 76 (ensure_file) COMPLETE |
| 9531 | 2024-05-15T03:18:34.460Z | [ host-image] May 15 03:18:33.954 INFO O| May 15 03:18:33.954 INFO STEP 77: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9532 | 2024-05-15T03:18:34.461Z | [ host-image] May 15 03:18:33.973 INFO O| May 15 03:18:33.973 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
| 9533 | 2024-05-15T03:18:34.461Z | [ host-image] May 15 03:18:33.973 INFO O| May 15 03:18:33.973 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
| 9534 | 2024-05-15T03:18:34.461Z | [ host-image] May 15 03:18:33.973 INFO O| May 15 03:18:33.973 INFO STEP 77 (ensure_dir) COMPLETE |
| 9535 | 2024-05-15T03:18:34.461Z | [ host-image] May 15 03:18:33.973 INFO O| May 15 03:18:33.973 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9536 | 2024-05-15T03:18:34.462Z | [ host-image] May 15 03:18:33.988 INFO O| May 15 03:18:33.988 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
| 9537 | 2024-05-15T03:18:34.462Z | [ host-image] May 15 03:18:33.988 INFO O| May 15 03:18:33.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
| 9538 | 2024-05-15T03:18:34.462Z | [ host-image] May 15 03:18:33.988 INFO O| May 15 03:18:33.988 INFO STEP 78 (ensure_dir) COMPLETE |
| 9539 | 2024-05-15T03:18:34.462Z | [ host-image] May 15 03:18:33.988 INFO O| May 15 03:18:33.988 INFO STEP 79: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9540 | 2024-05-15T03:18:34.496Z | [ host-image] May 15 03:18:34.007 INFO O| May 15 03:18:34.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9541 | 2024-05-15T03:18:34.496Z | [ host-image] May 15 03:18:34.007 INFO O| May 15 03:18:34.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
| 9542 | 2024-05-15T03:18:34.496Z | [ host-image] May 15 03:18:34.007 INFO O| May 15 03:18:34.007 INFO STEP 79 (ensure_dir) COMPLETE |
| 9543 | 2024-05-15T03:18:34.496Z | [ host-image] May 15 03:18:34.007 INFO O| May 15 03:18:34.007 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9544 | 2024-05-15T03:18:34.496Z | [ host-image] May 15 03:18:34.021 INFO O| May 15 03:18:34.021 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9545 | 2024-05-15T03:18:34.496Z | [ host-image] May 15 03:18:34.022 INFO O| May 15 03:18:34.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 9546 | 2024-05-15T03:18:34.497Z | [ host-image] May 15 03:18:34.022 INFO O| May 15 03:18:34.022 INFO STEP 80 (ensure_dir) COMPLETE |
| 9547 | 2024-05-15T03:18:34.497Z | [ host-image] May 15 03:18:34.022 INFO O| May 15 03:18:34.022 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9548 | 2024-05-15T03:18:34.497Z | [ host-image] May 15 03:18:34.037 INFO O| May 15 03:18:34.037 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9549 | 2024-05-15T03:18:34.497Z | [ host-image] May 15 03:18:34.037 INFO O| May 15 03:18:34.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 9550 | 2024-05-15T03:18:34.497Z | [ host-image] May 15 03:18:34.037 INFO O| May 15 03:18:34.037 INFO STEP 81 (ensure_dir) COMPLETE |
| 9551 | 2024-05-15T03:18:34.497Z | [ host-image] May 15 03:18:34.037 INFO O| May 15 03:18:34.037 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9552 | 2024-05-15T03:18:34.528Z | [ host-image] May 15 03:18:34.050 INFO O| May 15 03:18:34.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 9553 | 2024-05-15T03:18:34.528Z | [ host-image] May 15 03:18:34.051 INFO O| May 15 03:18:34.050 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9554 | 2024-05-15T03:18:34.528Z | [ host-image] May 15 03:18:34.051 INFO O| May 15 03:18:34.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 9555 | 2024-05-15T03:18:34.528Z | [ host-image] May 15 03:18:34.051 INFO O| May 15 03:18:34.051 INFO ok! |
| 9556 | 2024-05-15T03:18:34.528Z | [ host-image] May 15 03:18:34.051 INFO O| May 15 03:18:34.051 INFO STEP 82 (ensure_file) COMPLETE |
| 9557 | 2024-05-15T03:18:34.529Z | [ host-image] May 15 03:18:34.051 INFO O| May 15 03:18:34.051 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9558 | 2024-05-15T03:18:34.529Z | [ host-image] May 15 03:18:34.066 INFO O| May 15 03:18:34.066 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
| 9559 | 2024-05-15T03:18:34.529Z | [ host-image] May 15 03:18:34.066 INFO O| May 15 03:18:34.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
| 9560 | 2024-05-15T03:18:34.529Z | [ host-image] May 15 03:18:34.066 INFO O| May 15 03:18:34.066 INFO STEP 83 (ensure_dir) COMPLETE |
| 9561 | 2024-05-15T03:18:34.529Z | [ host-image] May 15 03:18:34.066 INFO O| May 15 03:18:34.066 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9562 | 2024-05-15T03:18:34.587Z | [ host-image] May 15 03:18:34.079 INFO O| May 15 03:18:34.079 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 9563 | 2024-05-15T03:18:34.587Z | [ host-image] May 15 03:18:34.079 INFO O| May 15 03:18:34.079 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 9564 | 2024-05-15T03:18:34.588Z | [ host-image] May 15 03:18:34.079 INFO O| May 15 03:18:34.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 9565 | 2024-05-15T03:18:34.588Z | [ host-image] May 15 03:18:34.079 INFO O| May 15 03:18:34.079 INFO ok! |
| 9566 | 2024-05-15T03:18:34.588Z | [ host-image] May 15 03:18:34.079 INFO O| May 15 03:18:34.079 INFO STEP 84 (ensure_file) COMPLETE |
| 9567 | 2024-05-15T03:18:34.588Z | [ host-image] May 15 03:18:34.079 INFO O| May 15 03:18:34.079 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9568 | 2024-05-15T03:18:34.588Z | [ host-image] May 15 03:18:34.095 INFO O| May 15 03:18:34.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 9569 | 2024-05-15T03:18:34.588Z | [ host-image] May 15 03:18:34.095 INFO O| May 15 03:18:34.095 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 9570 | 2024-05-15T03:18:34.824Z | [ host-image] May 15 03:18:34.366 INFO O| May 15 03:18:34.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 9571 | 2024-05-15T03:18:34.825Z | [ host-image] May 15 03:18:34.366 INFO O| May 15 03:18:34.366 INFO ok! |
| 9572 | 2024-05-15T03:18:34.825Z | [ host-image] May 15 03:18:34.366 INFO O| May 15 03:18:34.366 INFO STEP 85 (ensure_file) COMPLETE |
| 9573 | 2024-05-15T03:18:34.866Z | [ host-image] May 15 03:18:34.366 INFO O| May 15 03:18:34.366 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9574 | 2024-05-15T03:18:34.866Z | [ host-image] May 15 03:18:34.384 INFO O| May 15 03:18:34.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 9575 | 2024-05-15T03:18:34.866Z | [ host-image] May 15 03:18:34.384 INFO O| May 15 03:18:34.384 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 9576 | 2024-05-15T03:18:35.462Z | [ host-image] May 15 03:18:35.005 INFO O| May 15 03:18:35.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 9577 | 2024-05-15T03:18:35.462Z | [ host-image] May 15 03:18:35.005 INFO O| May 15 03:18:35.005 INFO ok! |
| 9578 | 2024-05-15T03:18:35.462Z | [ host-image] May 15 03:18:35.005 INFO O| May 15 03:18:35.005 INFO STEP 86 (ensure_file) COMPLETE |
| 9579 | 2024-05-15T03:18:35.525Z | [ host-image] May 15 03:18:35.005 INFO O| May 15 03:18:35.005 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9580 | 2024-05-15T03:18:35.525Z | [ host-image] May 15 03:18:35.025 INFO O| May 15 03:18:35.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 9581 | 2024-05-15T03:18:35.525Z | [ host-image] May 15 03:18:35.025 INFO O| May 15 03:18:35.025 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 9582 | 2024-05-15T03:18:35.525Z | [ host-image] May 15 03:18:35.025 INFO O| May 15 03:18:35.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
| 9583 | 2024-05-15T03:18:35.525Z | [ host-image] May 15 03:18:35.025 INFO O| May 15 03:18:35.025 INFO ok! |
| 9584 | 2024-05-15T03:18:35.525Z | [ host-image] May 15 03:18:35.025 INFO O| May 15 03:18:35.025 INFO STEP 87 (ensure_file) COMPLETE |
| 9585 | 2024-05-15T03:18:35.526Z | [ host-image] May 15 03:18:35.025 INFO O| May 15 03:18:35.025 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9586 | 2024-05-15T03:18:35.526Z | [ host-image] May 15 03:18:35.042 INFO O| May 15 03:18:35.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 9587 | 2024-05-15T03:18:35.526Z | [ host-image] May 15 03:18:35.042 INFO O| May 15 03:18:35.042 INFO copying /tmp/.tmpiAfVbH/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
| 9588 | 2024-05-15T03:18:38.595Z | [ host-image] May 15 03:18:38.138 INFO O| May 15 03:18:38.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
| 9589 | 2024-05-15T03:18:38.595Z | [ host-image] May 15 03:18:38.138 INFO O| May 15 03:18:38.138 INFO ok! |
| 9590 | 2024-05-15T03:18:38.642Z | [ host-image] May 15 03:18:38.138 INFO O| May 15 03:18:38.138 INFO STEP 88 (ensure_file) COMPLETE |
| 9591 | 2024-05-15T03:18:38.642Z | [ host-image] May 15 03:18:38.138 INFO O| May 15 03:18:38.138 INFO STEP 89: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9592 | 2024-05-15T03:18:38.643Z | [ host-image] May 15 03:18:38.156 INFO O| May 15 03:18:38.155 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
| 9593 | 2024-05-15T03:18:38.643Z | [ host-image] May 15 03:18:38.156 INFO O| May 15 03:18:38.156 INFO STEP 89 (ensure_dir) COMPLETE |
| 9594 | 2024-05-15T03:18:38.643Z | [ host-image] May 15 03:18:38.156 INFO O| May 15 03:18:38.156 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9595 | 2024-05-15T03:18:38.643Z | [ host-image] May 15 03:18:38.170 INFO O| May 15 03:18:38.170 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
| 9596 | 2024-05-15T03:18:38.643Z | [ host-image] May 15 03:18:38.170 INFO O| May 15 03:18:38.170 INFO STEP 90 (ensure_dir) COMPLETE |
| 9597 | 2024-05-15T03:18:38.643Z | [ host-image] May 15 03:18:38.170 INFO O| May 15 03:18:38.170 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9598 | 2024-05-15T03:18:38.676Z | [ host-image] May 15 03:18:38.188 INFO O| May 15 03:18:38.188 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
| 9599 | 2024-05-15T03:18:38.676Z | [ host-image] May 15 03:18:38.188 INFO O| May 15 03:18:38.188 INFO STEP 91 (ensure_dir) COMPLETE |
| 9600 | 2024-05-15T03:18:38.676Z | [ host-image] May 15 03:18:38.188 INFO O| May 15 03:18:38.188 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9601 | 2024-05-15T03:18:38.676Z | [ host-image] May 15 03:18:38.205 INFO O| May 15 03:18:38.205 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
| 9602 | 2024-05-15T03:18:38.676Z | [ host-image] May 15 03:18:38.206 INFO O| May 15 03:18:38.205 INFO STEP 92 (ensure_dir) COMPLETE |
| 9603 | 2024-05-15T03:18:38.676Z | [ host-image] May 15 03:18:38.206 INFO O| May 15 03:18:38.205 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9604 | 2024-05-15T03:18:38.677Z | [ host-image] May 15 03:18:38.219 INFO O| May 15 03:18:38.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 9605 | 2024-05-15T03:18:38.677Z | [ host-image] May 15 03:18:38.219 INFO O| May 15 03:18:38.219 INFO copying /tmp/.tmpiAfVbH/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 ... |
| 9606 | 2024-05-15T03:18:38.677Z | [ host-image] May 15 03:18:38.219 INFO O| May 15 03:18:38.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 9607 | 2024-05-15T03:18:38.677Z | [ host-image] May 15 03:18:38.219 INFO O| May 15 03:18:38.219 INFO ok! |
| 9608 | 2024-05-15T03:18:38.677Z | [ host-image] May 15 03:18:38.219 INFO O| May 15 03:18:38.219 INFO STEP 93 (ensure_file) COMPLETE |
| 9609 | 2024-05-15T03:18:38.677Z | [ host-image] May 15 03:18:38.219 INFO O| May 15 03:18:38.219 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9610 | 2024-05-15T03:18:38.707Z | [ host-image] May 15 03:18:38.241 INFO O| May 15 03:18:38.241 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9611 | 2024-05-15T03:18:38.707Z | [ host-image] May 15 03:18:38.241 INFO O| May 15 03:18:38.241 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9612 | 2024-05-15T03:18:38.707Z | [ host-image] May 15 03:18:38.241 INFO O| May 15 03:18:38.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
| 9613 | 2024-05-15T03:18:38.707Z | [ host-image] May 15 03:18:38.241 INFO O| May 15 03:18:38.241 INFO STEP 94 (ensure_dir) COMPLETE |
| 9614 | 2024-05-15T03:18:38.707Z | [ host-image] May 15 03:18:38.241 INFO O| May 15 03:18:38.241 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9615 | 2024-05-15T03:18:38.732Z | [ host-image] May 15 03:18:38.255 INFO O| May 15 03:18:38.255 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 9616 | 2024-05-15T03:18:38.732Z | [ host-image] May 15 03:18:38.255 INFO O| May 15 03:18:38.255 INFO copying /tmp/.tmpiAfVbH/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
| 9617 | 2024-05-15T03:18:38.732Z | [ host-image] May 15 03:18:38.255 INFO O| May 15 03:18:38.255 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
| 9618 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.255 INFO O| May 15 03:18:38.255 INFO ok! |
| 9619 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.255 INFO O| May 15 03:18:38.255 INFO STEP 95 (ensure_file) COMPLETE |
| 9620 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.255 INFO O| May 15 03:18:38.255 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9621 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.268 INFO O| May 15 03:18:38.268 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
| 9622 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.268 INFO O| May 15 03:18:38.268 INFO STEP 96 (remove_files) COMPLETE |
| 9623 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.268 INFO O| May 15 03:18:38.268 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9624 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.280 INFO O| May 15 03:18:38.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
| 9625 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.281 INFO O| May 15 03:18:38.281 INFO STEP 97 (remove_files) COMPLETE |
| 9626 | 2024-05-15T03:18:38.733Z | [ host-image] May 15 03:18:38.281 INFO O| May 15 03:18:38.281 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9627 | 2024-05-15T03:18:38.770Z | [ host-image] May 15 03:18:38.293 INFO O| May 15 03:18:38.293 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
| 9628 | 2024-05-15T03:18:38.770Z | [ host-image] May 15 03:18:38.293 INFO O| May 15 03:18:38.293 INFO STEP 98 (remove_files) COMPLETE |
| 9629 | 2024-05-15T03:18:38.770Z | [ host-image] May 15 03:18:38.293 INFO O| May 15 03:18:38.293 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9630 | 2024-05-15T03:18:38.770Z | [ host-image] May 15 03:18:38.306 INFO O| May 15 03:18:38.305 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
| 9631 | 2024-05-15T03:18:38.770Z | [ host-image] May 15 03:18:38.306 INFO O| May 15 03:18:38.306 INFO STEP 99 (remove_files) COMPLETE |
| 9632 | 2024-05-15T03:18:38.770Z | [ host-image] May 15 03:18:38.306 INFO O| May 15 03:18:38.306 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9633 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.318 INFO O| May 15 03:18:38.318 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
| 9634 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.318 INFO O| May 15 03:18:38.318 INFO STEP 100 (remove_files) COMPLETE |
| 9635 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.318 INFO O| May 15 03:18:38.318 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9636 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.332 INFO O| May 15 03:18:38.332 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
| 9637 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.332 INFO O| May 15 03:18:38.332 INFO STEP 101 (remove_files) COMPLETE |
| 9638 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.332 INFO O| May 15 03:18:38.332 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9639 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.345 INFO O| May 15 03:18:38.345 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9640 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.345 INFO O| May 15 03:18:38.345 INFO STEP 102 (remove_files) COMPLETE |
| 9641 | 2024-05-15T03:18:38.805Z | [ host-image] May 15 03:18:38.345 INFO O| May 15 03:18:38.345 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9642 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.358 INFO O| May 15 03:18:38.357 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9643 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.358 INFO O| May 15 03:18:38.358 INFO STEP 103 (remove_files) COMPLETE |
| 9644 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.358 INFO O| May 15 03:18:38.358 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9645 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.371 INFO O| May 15 03:18:38.371 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 9646 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.371 INFO O| May 15 03:18:38.371 INFO STEP 104 (remove_files) COMPLETE |
| 9647 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.371 INFO O| May 15 03:18:38.371 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9648 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.384 INFO O| May 15 03:18:38.384 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9649 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.384 INFO O| May 15 03:18:38.384 INFO STEP 105 (remove_files) COMPLETE |
| 9650 | 2024-05-15T03:18:38.841Z | [ host-image] May 15 03:18:38.384 INFO O| May 15 03:18:38.384 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9651 | 2024-05-15T03:18:39.345Z | [ host-image] May 15 03:18:38.399 INFO O| May 15 03:18:38.399 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 9652 | 2024-05-15T03:18:39.345Z | [ host-image] May 15 03:18:38.400 INFO O| May 15 03:18:38.400 INFO STEP 106 (remove_files) COMPLETE |
| 9653 | 2024-05-15T03:18:39.345Z | [ host-image] May 15 03:18:38.400 INFO O| May 15 03:18:38.400 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9654 | 2024-05-15T03:18:39.345Z | [ host-image] May 15 03:18:38.413 INFO O| May 15 03:18:38.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 9655 | 2024-05-15T03:18:39.345Z | [ host-image] May 15 03:18:38.413 INFO O| May 15 03:18:38.413 INFO STEP 107 (remove_files) COMPLETE |
| 9656 | 2024-05-15T03:18:39.345Z | [ host-image] May 15 03:18:38.413 INFO O| May 15 03:18:38.413 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9657 | 2024-05-15T03:18:39.346Z | [ host-image] May 15 03:18:38.426 INFO O| May 15 03:18:38.426 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9658 | 2024-05-15T03:18:39.346Z | [ host-image] May 15 03:18:38.426 INFO O| May 15 03:18:38.426 INFO STEP 108 (remove_files) COMPLETE |
| 9659 | 2024-05-15T03:18:39.346Z | [ host-image] May 15 03:18:38.426 INFO O| May 15 03:18:38.426 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9660 | 2024-05-15T03:18:39.346Z | [ host-image] May 15 03:18:38.439 INFO O| May 15 03:18:38.439 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 9661 | 2024-05-15T03:18:39.346Z | [ host-image] May 15 03:18:38.439 INFO O| May 15 03:18:38.439 INFO STEP 109 (remove_files) COMPLETE |
| 9662 | 2024-05-15T03:18:39.346Z | [ host-image] May 15 03:18:38.439 INFO O| May 15 03:18:38.439 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9663 | 2024-05-15T03:18:39.347Z | [ host-image] May 15 03:18:38.452 INFO O| May 15 03:18:38.452 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 9664 | 2024-05-15T03:18:39.347Z | [ host-image] May 15 03:18:38.452 INFO O| May 15 03:18:38.452 INFO STEP 110 (remove_files) COMPLETE |
| 9665 | 2024-05-15T03:18:39.347Z | [ host-image] May 15 03:18:38.452 INFO O| May 15 03:18:38.452 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9666 | 2024-05-15T03:18:39.347Z | [ host-image] May 15 03:18:38.464 INFO O| May 15 03:18:38.464 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9667 | 2024-05-15T03:18:39.347Z | [ host-image] May 15 03:18:38.465 INFO O| May 15 03:18:38.465 INFO STEP 111 (remove_files) COMPLETE |
| 9668 | 2024-05-15T03:18:39.347Z | [ host-image] May 15 03:18:38.465 INFO O| May 15 03:18:38.465 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9669 | 2024-05-15T03:18:39.347Z | [ host-image] May 15 03:18:38.477 INFO O| May 15 03:18:38.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9670 | 2024-05-15T03:18:39.347Z | [ host-image] May 15 03:18:38.477 INFO O| May 15 03:18:38.477 INFO STEP 112 (remove_files) COMPLETE |
| 9671 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.477 INFO O| May 15 03:18:38.477 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9672 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.490 INFO O| May 15 03:18:38.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 9673 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.490 INFO O| May 15 03:18:38.490 INFO STEP 113 (remove_files) COMPLETE |
| 9674 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.490 INFO O| May 15 03:18:38.490 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9675 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.503 INFO O| May 15 03:18:38.502 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 9676 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.503 INFO O| May 15 03:18:38.503 INFO STEP 114 (remove_files) COMPLETE |
| 9677 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.503 INFO O| May 15 03:18:38.503 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9678 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.515 INFO O| May 15 03:18:38.515 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9679 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.515 INFO O| May 15 03:18:38.515 INFO STEP 115 (remove_files) COMPLETE |
| 9680 | 2024-05-15T03:18:39.348Z | [ host-image] May 15 03:18:38.515 INFO O| May 15 03:18:38.515 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9681 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.528 INFO O| May 15 03:18:38.528 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9682 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.528 INFO O| May 15 03:18:38.528 INFO STEP 116 (remove_files) COMPLETE |
| 9683 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.528 INFO O| May 15 03:18:38.528 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9684 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.540 INFO O| May 15 03:18:38.540 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
| 9685 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.541 INFO O| May 15 03:18:38.541 INFO STEP 117 (remove_files) COMPLETE |
| 9686 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.541 INFO O| May 15 03:18:38.541 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9687 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.553 INFO O| May 15 03:18:38.553 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9688 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.553 INFO O| May 15 03:18:38.553 INFO STEP 118 (remove_files) COMPLETE |
| 9689 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.553 INFO O| May 15 03:18:38.553 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9690 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.566 INFO O| May 15 03:18:38.566 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 9691 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.566 INFO O| May 15 03:18:38.566 INFO STEP 119 (remove_files) COMPLETE |
| 9692 | 2024-05-15T03:18:39.349Z | [ host-image] May 15 03:18:38.566 INFO O| May 15 03:18:38.566 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9693 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.579 INFO O| May 15 03:18:38.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 9694 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.579 INFO O| May 15 03:18:38.579 INFO STEP 120 (remove_files) COMPLETE |
| 9695 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.579 INFO O| May 15 03:18:38.579 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9696 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.592 INFO O| May 15 03:18:38.592 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 9697 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.592 INFO O| May 15 03:18:38.592 INFO STEP 121 (remove_files) COMPLETE |
| 9698 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.592 INFO O| May 15 03:18:38.592 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9699 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.605 INFO O| May 15 03:18:38.605 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
| 9700 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.605 INFO O| May 15 03:18:38.605 INFO STEP 122 (remove_files) COMPLETE |
| 9701 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.605 INFO O| May 15 03:18:38.605 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9702 | 2024-05-15T03:18:39.350Z | [ host-image] May 15 03:18:38.618 INFO O| May 15 03:18:38.618 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 9703 | 2024-05-15T03:18:39.351Z | [ host-image] May 15 03:18:38.618 INFO O| May 15 03:18:38.618 INFO STEP 123 (remove_files) COMPLETE |
| 9704 | 2024-05-15T03:18:39.351Z | [ host-image] May 15 03:18:38.618 INFO O| May 15 03:18:38.618 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9705 | 2024-05-15T03:18:39.351Z | [ host-image] May 15 03:18:38.630 INFO O| May 15 03:18:38.630 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 9706 | 2024-05-15T03:18:39.351Z | [ host-image] May 15 03:18:38.631 INFO O| May 15 03:18:38.631 INFO STEP 124 (remove_files) COMPLETE |
| 9707 | 2024-05-15T03:18:39.351Z | [ host-image] May 15 03:18:38.631 INFO O| May 15 03:18:38.631 INFO STEP 125: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
| 9708 | 2024-05-15T03:18:39.351Z | [ host-image] May 15 03:18:38.649 INFO O| May 15 03:18:38.649 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
| 9709 | 2024-05-15T03:18:39.351Z | [ host-image] May 15 03:18:38.650 INFO O| May 15 03:18:38.649 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 9710 | 2024-05-15T03:18:46.774Z | [ host-image] May 15 03:18:46.320 INFO O| May 15 03:18:46.320 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 |
| 9711 | 2024-05-15T03:18:46.774Z | [ host-image] May 15 03:18:46.321 INFO O| May 15 03:18:46.320 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
| 9712 | 2024-05-15T03:18:47.075Z | [ host-image] May 15 03:18:46.337 INFO O| May 15 03:18:46.337 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
| 9713 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.438 INFO O| May 15 03:18:46.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
| 9714 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.438 INFO O| May 15 03:18:46.438 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
| 9715 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.441 INFO O| May 15 03:18:46.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
| 9716 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.441 INFO O| May 15 03:18:46.441 INFO ok! |
| 9717 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.441 INFO O| May 15 03:18:46.441 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
| 9718 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.441 INFO O| May 15 03:18:46.441 INFO STEP 125 (seed_smf) COMPLETE |
| 9719 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.441 INFO O| May 15 03:18:46.441 INFO steps complete; finalising image! |
| 9720 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.441 INFO O| May 15 03:18:46.441 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
| 9721 | 2024-05-15T03:18:47.113Z | [ host-image] May 15 03:18:46.599 INFO O| May 15 03:18:46.599 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed May 15 03:18:46 2024) |
| 9722 | 2024-05-15T03:18:47.283Z | [ host-image] May 15 03:18:46.833 INFO O| May 15 03:18:46.833 INFO temporary pool has 631M used, 201M avail, 1.90x compressratio |
| 9723 | 2024-05-15T03:18:47.283Z | [ host-image] May 15 03:18:46.833 INFO O| May 15 03:18:46.833 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
| 9724 | 2024-05-15T03:18:47.667Z | [ host-image] May 15 03:18:47.212 INFO O| May 15 03:18:47.212 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
| 9725 | 2024-05-15T03:18:47.668Z | [ host-image] May 15 03:18:47.212 INFO O| May 15 03:18:47.212 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
| 9726 | 2024-05-15T03:18:49.013Z | [ host-image] May 15 03:18:48.561 INFO O| May 15 03:18:48.561 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 9727 | 2024-05-15T03:18:49.014Z | [ host-image] May 15 03:18:48.561 INFO O| May 15 03:18:48.561 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 9728 | 2024-05-15T03:18:49.014Z | [ host-image] May 15 03:18:48.561 INFO O| May 15 03:18:48.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
| 9729 | 2024-05-15T03:18:49.014Z | [ host-image] May 15 03:18:48.561 INFO O| May 15 03:18:48.561 INFO completed processing gimlet/zfs |
| 9730 | 2024-05-15T03:18:49.067Z | [ host-image] May 15 03:18:48.561 INFO O| May 15 03:18:48.561 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
| 9731 | 2024-05-15T03:18:49.776Z | [ host-image] May 15 03:18:49.268 INFO O| May 15 03:18:49.268 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
| 9732 | 2024-05-15T03:18:49.776Z | [ host-image] May 15 03:18:49.319 INFO BUILD STRING "heads/stlouis-0-g8593bca056\n" |
| 9733 | 2024-05-15T03:18:49.776Z | [ host-image] May 15 03:18:49.319 INFO expanded image name: "ci f3c1fa8/${os_short_commit} 2024-05-15 02:54" -> "ci f3c1fa8/8593bca 2024-05-15 02:54" |
| 9734 | 2024-05-15T03:18:49.777Z | [ host-image] May 15 03:18:49.319 INFO output artefacts stored in: "/work/os-host" |
| 9735 | 2024-05-15T03:18:49.777Z | [ host-image] May 15 03:18:49.319 INFO collecting git info from project "phbl"... |
| 9736 | 2024-05-15T03:18:49.777Z | [ host-image] May 15 03:18:49.327 INFO collecting git info from project "amd-firmware"... |
| 9737 | 2024-05-15T03:18:49.803Z | [ host-image] May 15 03:18:49.338 INFO collecting git info from project "image-builder"... |
| 9738 | 2024-05-15T03:18:49.804Z | [ host-image] May 15 03:18:49.344 INFO collecting git info from project "pilot"... |
| 9739 | 2024-05-15T03:18:49.804Z | [ host-image] May 15 03:18:49.354 INFO collecting git info from project "amd-host-image-builder"... |
| 9740 | 2024-05-15T03:18:49.839Z | [ host-image] May 15 03:18:49.375 INFO collecting git info from project "chelsio-t6-roms"... |
| 9741 | 2024-05-15T03:18:50.322Z | [ host-image] May 15 03:18:49.381 INFO collecting git info from project "pinprick"... |
| 9742 | 2024-05-15T03:18:50.322Z | [ host-image] May 15 03:18:49.388 INFO collecting git info from project "bootserver"... |
| 9743 | 2024-05-15T03:18:50.322Z | [ host-image] May 15 03:18:49.394 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9744 | 2024-05-15T03:18:50.323Z | [ host-image] May 15 03:18:49.848 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9745 | 2024-05-15T03:18:50.755Z | [ host-image] May 15 03:18:50.303 INFO creating Oxide boot image... |
| 9746 | 2024-05-15T03:18:50.755Z | [ host-image] May 15 03:18:50.303 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci f3c1fa8/8593bca 2024-05-15 02:54", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 9747 | 2024-05-15T03:18:51.991Z | [ host-image] May 15 03:18:51.534 INFO O| ok, image written! |
| 9748 | 2024-05-15T03:18:52.024Z | [ host-image] May 15 03:18:51.534 INFO O| ok, boot_image_csum file written! |
| 9749 | 2024-05-15T03:18:52.024Z | [ host-image] May 15 03:18:51.538 INFO creating boot archive (CPIO)... |
| 9750 | 2024-05-15T03:18:52.024Z | [ host-image] May 15 03:18:51.538 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 |
| 9751 | 2024-05-15T03:18:52.024Z | [ host-image] May 15 03:18:51.549 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
| 9752 | 2024-05-15T03:18:52.024Z | [ host-image] May 15 03:18:51.549 INFO E| + outfile=/work/os-host/cpio |
| 9753 | 2024-05-15T03:18:52.024Z | [ host-image] May 15 03:18:51.549 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 9754 | 2024-05-15T03:18:52.024Z | [ host-image] May 15 03:18:51.552 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
| 9755 | 2024-05-15T03:18:52.024Z | [ host-image] May 15 03:18:51.552 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 9756 | 2024-05-15T03:18:52.063Z | [ host-image] May 15 03:18:51.603 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 9757 | 2024-05-15T03:18:52.063Z | [ host-image] May 15 03:18:51.603 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 9758 | 2024-05-15T03:18:52.098Z | [ host-image] May 15 03:18:51.614 INFO creating compressed cpio/unix for nanobl-rs... |
| 9759 | 2024-05-15T03:18:52.098Z | [ host-image] May 15 03:18:51.614 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 |
| 9760 | 2024-05-15T03:18:52.802Z | [ host-image] May 15 03:18:51.935 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 9761 | 2024-05-15T03:18:57.393Z | [ host-image] May 15 03:18:56.938 INFO creating reset image... |
| 9762 | 2024-05-15T03:18:57.393Z | [ host-image] May 15 03:18:56.938 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
| 9763 | 2024-05-15T03:18:57.492Z | [ host-image] May 15 03:18:57.039 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 9764 | 2024-05-15T03:18:57.525Z | [ host-image] May 15 03:18:57.040 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
| 9765 | 2024-05-15T03:18:57.567Z | [ host-image] May 15 03:18:57.119 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 9766 | 2024-05-15T03:18:59.907Z | [ host-image] May 15 03:18:59.443 INFO E| Finished `release` profile [optimized] target(s) in 2.39s |
| 9767 | 2024-05-15T03:18:59.938Z | [ host-image] May 15 03:18:59.459 INFO building host image... |
| 9768 | 2024-05-15T03:18:59.938Z | [ host-image] May 15 03:18:59.460 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") |
| 9769 | 2024-05-15T03:19:00.460Z | [ host-image] May 15 03:19:00.005 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 9770 | 2024-05-15T03:19:47.282Z | [ host-image] May 15 03:19:46.827 INFO image complete! materials are in "/work/os-host" |
| 9771 | 2024-05-15T03:19:47.316Z | [ host-image] |
| 9772 | 2024-05-15T03:19:47.316Z | [ host-image] real 7:21.180012267 |
| 9773 | 2024-05-15T03:19:47.316Z | [ host-image] user 3:38.492964392 |
| 9774 | 2024-05-15T03:19:47.317Z | [ host-image] sys 59.104721524 |
| 9775 | 2024-05-15T03:19:47.317Z | [ host-image] trap 0.092467490 |
| 9776 | 2024-05-15T03:19:47.317Z | [ host-image] tflt 0.017587135 |
| 9777 | 2024-05-15T03:19:47.317Z | [ host-image] dflt 0.029368222 |
| 9778 | 2024-05-15T03:19:47.317Z | [ host-image] kflt 0.000000000 |
| 9779 | 2024-05-15T03:19:47.317Z | [ host-image] lock 4:24.909887212 |
| 9780 | 2024-05-15T03:19:47.317Z | [ host-image] slp 38:35.454381072 |
| 9781 | 2024-05-15T03:19:47.318Z | [ host-image] lat 3.790747626 |
| 9782 | 2024-05-15T03:19:47.318Z | [ host-image] stop 0.322407779 |
| 9783 | 2024-05-15T03:19:47.318Z | May 15 03:19:46.832 INFO [host-image] process exited with exit status: 0 (441.234213051s) |
| 9784 | 2024-05-15T03:19:47.318Z | May 15 03:19:46.832 INFO [tuf-repo] running task |
| 9785 | 2024-05-15T03:19:57.024Z | May 15 03:19:56.569 INFO assembling repository in `/tmp/tufaceousJsEykz`, component: OmicronRepoAssembler |
| 9786 | 2024-05-15T03:20:03.723Z | May 15 03:20:03.266 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 9787 | 2024-05-15T03:20:03.938Z | May 15 03:20:03.479 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 9788 | 2024-05-15T03:20:26.972Z | May 15 03:20:26.521 INFO [tuf-repo] task succeeded (39.688775292s) |
| 9789 | 2024-05-15T03:20:26.973Z | May 15 03:20:26.521 INFO all jobs completed in 1553.780026835s |
| 9790 | 2024-05-15T03:20:27.567Z | process exited: duration 2007932 ms, exit code 0 |
| |
| 9791 | 2024-05-15T03:20:27.688Z | found 31 output files |
| 9792 | 2024-05-15T03:20:27.688Z | uploading: /work/manifest.toml (6876 bytes) |
| 9793 | 2024-05-15T03:20:29.316Z | uploaded: /work/manifest.toml |
| 9794 | 2024-05-15T03:20:29.316Z | uploading: /work/repo.zip (1706504506 bytes) |
| 9795 | 2024-05-15T03:33:35.897Z | uploaded: /work/repo.zip |
| 9796 | 2024-05-15T03:33:35.897Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 9797 | 2024-05-15T03:33:36.987Z | uploaded: /work/repo.zip.sha256.txt |
| 9798 | 2024-05-15T03:33:36.987Z | uploading: /work/helios-setup.log (55770 bytes) |
| 9799 | 2024-05-15T03:33:38.188Z | uploaded: /work/helios-setup.log |
| 9800 | 2024-05-15T03:33:38.188Z | uploading: /work/host-image.log (168292 bytes) |
| 9801 | 2024-05-15T03:33:39.415Z | uploaded: /work/host-image.log |
| 9802 | 2024-05-15T03:33:39.415Z | uploading: /work/host-package.log (15346 bytes) |
| 9803 | 2024-05-15T03:33:40.557Z | uploaded: /work/host-package.log |
| 9804 | 2024-05-15T03:33:40.584Z | uploading: /work/host-target.log (101 bytes) |
| 9805 | 2024-05-15T03:33:41.653Z | uploaded: /work/host-target.log |
| 9806 | 2024-05-15T03:33:41.653Z | uploading: /work/omicron-package.log (4556 bytes) |
| 9807 | 2024-05-15T03:33:42.753Z | uploaded: /work/omicron-package.log |
| 9808 | 2024-05-15T03:33:42.753Z | uploading: /work/phbl-toolchain.log (881 bytes) |
| 9809 | 2024-05-15T03:33:43.854Z | uploaded: /work/phbl-toolchain.log |
| 9810 | 2024-05-15T03:33:43.854Z | uploading: /work/recovery-image.log (588842 bytes) |
| 9811 | 2024-05-15T03:33:45.552Z | uploaded: /work/recovery-image.log |
| 9812 | 2024-05-15T03:33:45.576Z | uploading: /work/recovery-package.log (290 bytes) |
| 9813 | 2024-05-15T03:33:46.650Z | uploaded: /work/recovery-package.log |
| 9814 | 2024-05-15T03:33:46.650Z | uploading: /work/recovery-target.log (57 bytes) |
| 9815 | 2024-05-15T03:33:47.757Z | uploaded: /work/recovery-target.log |
| 9816 | 2024-05-15T03:33:47.781Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 9817 | 2024-05-15T03:33:48.854Z | uploaded: /work/stamp-clickhouse.log |
| 9818 | 2024-05-15T03:33:48.878Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 9819 | 2024-05-15T03:33:49.949Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 9820 | 2024-05-15T03:33:49.949Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 9821 | 2024-05-15T03:33:51.058Z | uploaded: /work/stamp-cockroachdb.log |
| 9822 | 2024-05-15T03:33:51.058Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 9823 | 2024-05-15T03:33:52.153Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 9824 | 2024-05-15T03:33:52.178Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 9825 | 2024-05-15T03:33:53.256Z | uploaded: /work/stamp-crucible-zone.log |
| 9826 | 2024-05-15T03:33:53.280Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 9827 | 2024-05-15T03:33:54.771Z | uploaded: /work/stamp-external-dns.log |
| 9828 | 2024-05-15T03:33:54.771Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 9829 | 2024-05-15T03:33:55.875Z | uploaded: /work/stamp-installinator.log |
| 9830 | 2024-05-15T03:33:55.876Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 9831 | 2024-05-15T03:33:56.971Z | uploaded: /work/stamp-internal-dns.log |
| 9832 | 2024-05-15T03:33:56.971Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 9833 | 2024-05-15T03:33:58.083Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 9834 | 2024-05-15T03:33:58.083Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 9835 | 2024-05-15T03:33:59.192Z | uploaded: /work/stamp-nexus.log |
| 9836 | 2024-05-15T03:33:59.192Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 9837 | 2024-05-15T03:34:00.287Z | uploaded: /work/stamp-ntp.log |
| 9838 | 2024-05-15T03:34:00.287Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 9839 | 2024-05-15T03:34:01.385Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 9840 | 2024-05-15T03:34:01.385Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 9841 | 2024-05-15T03:34:02.490Z | uploaded: /work/stamp-overlay.log |
| 9842 | 2024-05-15T03:34:02.490Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 9843 | 2024-05-15T03:34:03.589Z | uploaded: /work/stamp-oximeter.log |
| 9844 | 2024-05-15T03:34:03.613Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 9845 | 2024-05-15T03:34:05.652Z | uploaded: /work/stamp-oxlog.log |
| 9846 | 2024-05-15T03:34:05.652Z | uploading: /work/stamp-probe.log (112 bytes) |
| 9847 | 2024-05-15T03:34:07.072Z | uploaded: /work/stamp-probe.log |
| 9848 | 2024-05-15T03:34:07.111Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 9849 | 2024-05-15T03:34:08.170Z | uploaded: /work/stamp-propolis-server.log |
| 9850 | 2024-05-15T03:34:08.170Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 9851 | 2024-05-15T03:34:09.269Z | uploaded: /work/stamp-pumpkind-gz.log |
| 9852 | 2024-05-15T03:34:09.269Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 9853 | 2024-05-15T03:34:10.366Z | uploaded: /work/stamp-switch-asic.log |