|
|
|
| 1 | 2023-11-14T18:51:52.303Z | job assigned to worker 01HF7JNWNFJZS1NNYQTNBGG76D (queued for 2 m 16 s) |
| |
| 2 | 2023-11-14T18:51:53.064Z | starting task 0: "setup" |
| 3 | 2023-11-14T18:51:53.201Z | ++ uname -s |
| 4 | 2023-11-14T18:51:53.205Z | + kern=SunOS |
| 5 | 2023-11-14T18:51:53.209Z | + case "$kern" in |
| 6 | 2023-11-14T18:51:53.214Z | + groupadd -g 12345 build |
| 7 | 2023-11-14T18:51:53.218Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-11-14T18:51:55.296Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-11-14T18:51:55.358Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-11-14T18:51:55.361Z | + home_fs=zfs |
| 11 | 2023-11-14T18:51:55.365Z | + [[ zfs == autofs ]] |
| 12 | 2023-11-14T18:51:55.368Z | + mkdir -p /home/build |
| 13 | 2023-11-14T18:51:55.372Z | + chown build:build /home/build /work |
| 14 | 2023-11-14T18:51:57.368Z | + chmod 0700 /home/build /work |
| 15 | 2023-11-14T18:51:57.376Z | process exited: duration 4301 ms, exit code 0 |
| |
| 16 | 2023-11-14T18:51:57.392Z | starting task 1: "rust-toolchain" |
| 17 | 2023-11-14T18:51:57.467Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-11-14T18:51:57.472Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
| 19 | 2023-11-14T18:51:57.552Z | info: downloading installer |
| 20 | 2023-11-14T18:51:59.360Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-11-14T18:51:59.364Z | warning: /opt/ooce/bin |
| 22 | 2023-11-14T18:51:59.367Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-11-14T18:51:59.374Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-11-14T18:51:59.378Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-11-14T18:51:59.383Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-11-14T18:51:59.387Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-11-14T18:51:59.391Z | error: cannot install while Rust is installed |
| 28 | 2023-11-14T18:51:59.395Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-11-14T18:51:59.500Z | info: profile set to 'default' |
| 30 | 2023-11-14T18:51:59.503Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-11-14T18:51:59.506Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
| 32 | 2023-11-14T18:51:59.724Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
| 33 | 2023-11-14T18:51:59.769Z | info: downloading component 'cargo' |
| 34 | 2023-11-14T18:52:00.685Z | info: downloading component 'clippy' |
| 35 | 2023-11-14T18:52:00.692Z | info: downloading component 'rust-docs' |
| 36 | 2023-11-14T18:52:01.269Z | info: downloading component 'rust-std' |
| 37 | 2023-11-14T18:52:02.639Z | info: downloading component 'rustc' |
| 38 | 2023-11-14T18:52:05.978Z | info: downloading component 'rustfmt' |
| 39 | 2023-11-14T18:52:06.202Z | info: installing component 'cargo' |
| 40 | 2023-11-14T18:52:08.283Z | info: installing component 'clippy' |
| 41 | 2023-11-14T18:52:09.168Z | info: installing component 'rust-docs' |
| 42 | 2023-11-14T18:52:11.931Z | info: installing component 'rust-std' |
| 43 | 2023-11-14T18:52:16.260Z | info: installing component 'rustc' |
| 44 | 2023-11-14T18:52:26.923Z | info: installing component 'rustfmt' |
| 45 | 2023-11-14T18:52:27.388Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
| 46 | 2023-11-14T18:52:27.413Z | |
| 47 | 2023-11-14T18:52:27.547Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 48 | 2023-11-14T18:52:27.556Z | |
| 49 | 2023-11-14T18:52:27.562Z | |
| 50 | 2023-11-14T18:52:27.568Z | Rust is installed now. Great! |
| 51 | 2023-11-14T18:52:27.984Z | |
| 52 | 2023-11-14T18:52:27.987Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-11-14T18:52:27.990Z | environment variable. This has not been done automatically. |
| 54 | 2023-11-14T18:52:27.993Z | |
| 55 | 2023-11-14T18:52:27.996Z | To configure your current shell, run: |
| 56 | 2023-11-14T18:52:28.001Z | source "$HOME/.cargo/env" |
| 57 | 2023-11-14T18:52:28.004Z | + rustc --version |
| 58 | 2023-11-14T18:52:28.007Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
| 59 | 2023-11-14T18:52:28.010Z | process exited: duration 30371 ms, exit code 0 |
| |
| 60 | 2023-11-14T18:52:28.015Z | starting task 2: "authentication" |
| 61 | 2023-11-14T18:52:28.058Z | process exited: duration 37 ms, exit code 0 |
| |
| 62 | 2023-11-14T18:52:28.072Z | starting task 3: "clone repository" |
| 63 | 2023-11-14T18:52:28.091Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-11-14T18:52:28.099Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-11-14T18:52:28.120Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-11-14T18:52:34.806Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-11-14T18:52:34.810Z | + [[ -n sled-storage ]] |
| 68 | 2023-11-14T18:52:34.813Z | + git fetch origin sled-storage |
| 69 | 2023-11-14T18:52:35.185Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-11-14T18:52:35.194Z | * branch sled-storage -> FETCH_HEAD |
| 71 | 2023-11-14T18:52:35.198Z | + git checkout -B sled-storage remotes/origin/sled-storage |
| 72 | 2023-11-14T18:52:35.312Z | Switched to a new branch 'sled-storage' |
| 73 | 2023-11-14T18:52:35.316Z | branch 'sled-storage' set up to track 'origin/sled-storage'. |
| 74 | 2023-11-14T18:52:35.321Z | + git reset --hard 6b7845c825c5be415f9d4f36167419e614729cae |
| 75 | 2023-11-14T18:52:35.359Z | HEAD is now at 6b7845c8 fix nit |
| 76 | 2023-11-14T18:52:35.364Z | process exited: duration 7286 ms, exit code 0 |
| |
| 77 | 2023-11-14T18:52:35.372Z | starting task 4: "build" |
| 78 | 2023-11-14T18:52:35.383Z | + cargo --version |
| 79 | 2023-11-14T18:52:35.390Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
| 80 | 2023-11-14T18:52:35.573Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
| 81 | 2023-11-14T18:52:35.576Z | info: downloading component 'cargo' |
| 82 | 2023-11-14T18:52:36.176Z | info: downloading component 'clippy' |
| 83 | 2023-11-14T18:52:36.397Z | info: downloading component 'rust-docs' |
| 84 | 2023-11-14T18:52:37.163Z | info: downloading component 'rust-std' |
| 85 | 2023-11-14T18:52:38.379Z | info: downloading component 'rustc' |
| 86 | 2023-11-14T18:52:41.784Z | info: downloading component 'rustfmt' |
| 87 | 2023-11-14T18:52:41.970Z | info: installing component 'cargo' |
| 88 | 2023-11-14T18:52:43.229Z | info: installing component 'clippy' |
| 89 | 2023-11-14T18:52:43.743Z | info: installing component 'rust-docs' |
| 90 | 2023-11-14T18:52:46.479Z | info: installing component 'rust-std' |
| 91 | 2023-11-14T18:52:49.084Z | info: installing component 'rustc' |
| 92 | 2023-11-14T18:52:55.360Z | info: installing component 'rustfmt' |
| 93 | 2023-11-14T18:52:55.926Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
| 94 | 2023-11-14T18:52:55.930Z | + rustc --version |
| 95 | 2023-11-14T18:52:56.055Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
| 96 | 2023-11-14T18:52:56.074Z | ++ git rev-parse HEAD |
| 97 | 2023-11-14T18:52:56.079Z | + COMMIT=6b7845c825c5be415f9d4f36167419e614729cae |
| 98 | 2023-11-14T18:52:56.082Z | + VERSION=1.0.4-0.ci+git6b7845c825c |
| 99 | 2023-11-14T18:52:56.085Z | + echo 1.0.4-0.ci+git6b7845c825c |
| 100 | 2023-11-14T18:52:56.089Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2023-11-14T18:53:06.135Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2023-11-14T18:53:07.104Z | Startup: Caching catalogs ... Done |
| 103 | 2023-11-14T18:53:12.339Z | Planning: Solver setup ... Done (4.901s) |
| 104 | 2023-11-14T18:53:12.423Z | Planning: Running solver ... Done (0.120s) |
| 105 | 2023-11-14T18:53:12.480Z | Planning: Finding local manifests ... Done (0.003s) |
| 106 | 2023-11-14T18:53:12.495Z | Planning: Fetching manifests: 0/4 0% complete |
| 107 | 2023-11-14T18:53:12.733Z | Planning: Fetching manifests: 4/4 100% complete |
| 108 | 2023-11-14T18:53:12.819Z | Planning: Package planning ... Done (0.085s) |
| 109 | 2023-11-14T18:53:12.906Z | Planning: Merging actions ... Done (0.087s) |
| 110 | 2023-11-14T18:53:13.811Z | Planning: Checking for conflicting actions ... Done (0.905s) |
| 111 | 2023-11-14T18:53:13.832Z | Planning: Consolidating action changes ... Done (0.018s) |
| 112 | 2023-11-14T18:53:19.890Z | Planning: Evaluating mediators ... Done (6.061s) |
| 113 | 2023-11-14T18:53:19.906Z | Planning: Planning completed in 12.75 seconds |
| 114 | 2023-11-14T18:53:23.054Z | Packages to install: 4 |
| 115 | 2023-11-14T18:53:23.090Z | Mediators to change: 2 |
| 116 | 2023-11-14T18:53:24.108Z | Services to change: 1 |
| 117 | 2023-11-14T18:53:24.111Z | Estimated space available: 148.90 GB |
| 118 | 2023-11-14T18:53:24.114Z | Estimated space to be consumed: 1.37 GB |
| 119 | 2023-11-14T18:53:24.117Z | Create boot environment: No |
| 120 | 2023-11-14T18:53:24.120Z | Create backup boot environment: No |
| 121 | 2023-11-14T18:53:24.123Z | Rebuild boot archive: No |
| 122 | 2023-11-14T18:53:24.126Z | |
| 123 | 2023-11-14T18:53:24.130Z | Changed mediators: |
| 124 | 2023-11-14T18:53:24.132Z | mediator clang: |
| 125 | 2023-11-14T18:53:24.135Z | version: None -> 15 (system default) |
| 126 | 2023-11-14T18:53:24.139Z | |
| 127 | 2023-11-14T18:53:24.142Z | mediator llvm: |
| 128 | 2023-11-14T18:53:24.145Z | version: 14 (system default) -> 15 (system default) |
| 129 | 2023-11-14T18:53:24.147Z | |
| 130 | 2023-11-14T18:53:24.150Z | Changed packages: |
| 131 | 2023-11-14T18:53:24.153Z | helios-dev |
| 132 | 2023-11-14T18:53:24.156Z | developer/build-essential |
| 133 | 2023-11-14T18:53:24.159Z | None -> 11-2.0 |
| 134 | 2023-11-14T18:53:24.161Z | library/libxmlsec1 |
| 135 | 2023-11-14T18:53:24.165Z | None -> 1.2.35-2.0 |
| 136 | 2023-11-14T18:53:24.167Z | ooce/developer/clang-15 |
| 137 | 2023-11-14T18:53:24.172Z | None -> 15.0.7-2.0 |
| 138 | 2023-11-14T18:53:24.193Z | ooce/developer/llvm-15 |
| 139 | 2023-11-14T18:53:24.196Z | None -> 15.0.7-2.0 |
| 140 | 2023-11-14T18:53:24.199Z | |
| 141 | 2023-11-14T18:53:24.202Z | Services: |
| 142 | 2023-11-14T18:53:24.205Z | restart_fmri: |
| 143 | 2023-11-14T18:53:24.208Z | svc:/system/update-man-index:default |
| 144 | 2023-11-14T18:53:24.210Z | |
| 145 | 2023-11-14T18:53:24.213Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 146 | 2023-11-14T18:53:28.228Z | Download: 1221/3290 items 85.8/212.6MB 40% complete (17.2M/s) |
| 147 | 2023-11-14T18:53:33.231Z | Download: 2579/3290 items 120.4/212.6MB 56% complete (12.1M/s) |
| 148 | 2023-11-14T18:53:38.401Z | Download: 3283/3290 items 209.9/212.6MB 98% complete (12.6M/s) |
| 149 | 2023-11-14T18:53:38.548Z | Download: Completed 212.60 MB in 15.32 seconds (13.9M/s) |
| 150 | 2023-11-14T18:53:38.957Z | Actions: 1/3687 actions (Installing new actions) |
| 151 | 2023-11-14T18:53:43.958Z | Actions: 2737/3687 actions (Installing new actions) |
| 152 | 2023-11-14T18:53:47.173Z | Actions: Completed 3687 actions in 8.21 seconds. |
| 153 | 2023-11-14T18:53:47.263Z | Done (0.086s) |
| 154 | 2023-11-14T18:53:47.266Z | Done (0.000s) |
| 155 | 2023-11-14T18:53:47.478Z | Done (0.209s) |
| 156 | 2023-11-14T18:53:55.130Z | Done (7.539s) |
| 157 | 2023-11-14T18:53:55.466Z | Done (0.234s) |
| 158 | 2023-11-14T18:53:55.469Z | Done (0.000s) |
| 159 | 2023-11-14T18:53:55.707Z | Done (0.000s) |
| 160 | 2023-11-14T18:53:56.451Z | Planning: Evaluating mediator changes ... Done |
| 161 | 2023-11-14T18:53:56.748Z | Planning: Checking for conflicting actions ... Done |
| 162 | 2023-11-14T18:53:56.751Z | Planning: Consolidating action changes ... Done |
| 163 | 2023-11-14T18:53:57.195Z | Planning: Evaluating mediators ... Done |
| 164 | 2023-11-14T18:53:57.198Z | Planning: Planning completed in 0.75 seconds |
| 165 | 2023-11-14T18:53:57.253Z | Mediators to change: 2 |
| 166 | 2023-11-14T18:53:57.256Z | Create boot environment: No |
| 167 | 2023-11-14T18:53:57.259Z | Create backup boot environment: No |
| 168 | 2023-11-14T18:53:57.352Z | Done |
| 169 | 2023-11-14T18:53:57.355Z | Done |
| 170 | 2023-11-14T18:53:57.493Z | Done |
| 171 | 2023-11-14T18:54:11.086Z | Done |
| 172 | 2023-11-14T18:54:11.189Z | Done |
| 173 | 2023-11-14T18:54:11.337Z | Done |
| 174 | 2023-11-14T18:54:11.428Z | Done |
| 175 | 2023-11-14T18:54:11.492Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2023-11-14T18:54:11.606Z | Planning: Merging actions ... Done |
| 177 | 2023-11-14T18:54:11.634Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2023-11-14T18:54:11.684Z | Planning: Consolidating action changes ... Done |
| 179 | 2023-11-14T18:54:11.737Z | Planning: Evaluating mediators ... Done |
| 180 | 2023-11-14T18:54:11.780Z | Planning: Planning completed in 1.33 seconds |
| 181 | 2023-11-14T18:54:11.827Z | Packages to change: 1 |
| 182 | 2023-11-14T18:54:12.239Z | Mediators to change: 1 |
| 183 | 2023-11-14T18:54:12.247Z | Services to change: 1 |
| 184 | 2023-11-14T18:54:12.262Z | Create boot environment: No |
| 185 | 2023-11-14T18:54:12.276Z | Create backup boot environment: Yes |
| 186 | 2023-11-14T18:54:12.302Z | Actions: 1/6 actions (Updating modified actions) |
| 187 | 2023-11-14T18:54:12.309Z | Actions: Completed 6 actions in 0.00 seconds. |
| 188 | 2023-11-14T18:54:12.313Z | Done |
| 189 | 2023-11-14T18:54:12.318Z | Done |
| 190 | 2023-11-14T18:54:12.321Z | Done |
| 191 | 2023-11-14T18:54:14.556Z | Done |
| 192 | 2023-11-14T18:54:14.706Z | Done |
| 193 | 2023-11-14T18:54:14.718Z | Done |
| 194 | 2023-11-14T18:54:14.822Z | Done |
| 195 | 2023-11-14T18:54:15.528Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2023-11-14T18:54:15.535Z | clang system 15 system |
| 197 | 2023-11-14T18:54:15.543Z | csh system system illumos |
| 198 | 2023-11-14T18:54:15.553Z | ctags system system illumos |
| 199 | 2023-11-14T18:54:15.566Z | gcc vendor 12 vendor |
| 200 | 2023-11-14T18:54:15.575Z | gcc system 10 system |
| 201 | 2023-11-14T18:54:15.581Z | gcc system 7 system |
| 202 | 2023-11-14T18:54:15.587Z | go system 1.20 system |
| 203 | 2023-11-14T18:54:15.596Z | go system 1.19 system |
| 204 | 2023-11-14T18:54:15.607Z | llvm system 15 system |
| 205 | 2023-11-14T18:54:15.625Z | llvm system 14 system |
| 206 | 2023-11-14T18:54:15.645Z | mariadb system 10.6 system |
| 207 | 2023-11-14T18:54:15.663Z | mta vendor vendor dma |
| 208 | 2023-11-14T18:54:15.679Z | openjdk system 17 system |
| 209 | 2023-11-14T18:54:15.695Z | openjdk system 11 system |
| 210 | 2023-11-14T18:54:15.712Z | openjdk system 1.8 system |
| 211 | 2023-11-14T18:54:15.775Z | openssl vendor 3 vendor |
| 212 | 2023-11-14T18:54:15.785Z | perl system 5.36 system |
| 213 | 2023-11-14T18:54:16.197Z | postgresql system 15 system |
| 214 | 2023-11-14T18:54:16.204Z | postgresql system 13 system |
| 215 | 2023-11-14T18:54:16.208Z | python vendor 3 vendor |
| 216 | 2023-11-14T18:54:16.212Z | python system 2 system |
| 217 | 2023-11-14T18:54:16.218Z | python3 system 3.11 system |
| 218 | 2023-11-14T18:54:16.252Z | ruby system 3.0 system |
| 219 | 2023-11-14T18:54:16.272Z | words vendor vendor american-english |
| 220 | 2023-11-14T18:54:16.684Z | words system system australian-english |
| 221 | 2023-11-14T18:54:17.124Z | words system system british-english |
| 222 | 2023-11-14T18:54:17.138Z | words system system canadian-english |
| 223 | 2023-11-14T18:54:17.160Z | words system system french |
| 224 | 2023-11-14T18:54:17.180Z | words system system italian |
| 225 | 2023-11-14T18:54:17.194Z | words system system ngerman |
| 226 | 2023-11-14T18:54:17.200Z | words system system ogerman |
| 227 | 2023-11-14T18:54:17.209Z | words system system spanish |
| 228 | 2023-11-14T18:54:17.225Z | FMRI IFO |
| 229 | 2023-11-14T18:54:17.230Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 230 | 2023-11-14T18:54:17.237Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 231 | 2023-11-14T18:54:17.243Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 232 | 2023-11-14T18:54:17.253Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 233 | 2023-11-14T18:54:17.272Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 234 | 2023-11-14T18:54:17.288Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 235 | 2023-11-14T18:54:17.300Z | + set -o errexit |
| 236 | 2023-11-14T18:54:17.314Z | +++ dirname ./tools/ci_download_cockroachdb |
| 237 | 2023-11-14T18:54:17.320Z | ++ cd ./tools |
| 238 | 2023-11-14T18:54:17.329Z | ++ pwd |
| 239 | 2023-11-14T18:54:17.336Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 240 | 2023-11-14T18:54:17.344Z | ++ basename ./tools/ci_download_cockroachdb |
| 241 | 2023-11-14T18:54:17.351Z | + ARG0=ci_download_cockroachdb |
| 242 | 2023-11-14T18:54:17.358Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 243 | 2023-11-14T18:54:17.364Z | + CIDL_VERSION=v22.1.9 |
| 244 | 2023-11-14T18:54:17.370Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 245 | 2023-11-14T18:54:17.377Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 246 | 2023-11-14T18:54:17.383Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 247 | 2023-11-14T18:54:17.391Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 248 | 2023-11-14T18:54:17.398Z | + TARGET_DIR=out |
| 249 | 2023-11-14T18:54:17.406Z | + DOWNLOAD_DIR=out/downloads |
| 250 | 2023-11-14T18:54:17.416Z | + DEST_DIR=./out/cockroachdb |
| 251 | 2023-11-14T18:54:17.424Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 252 | 2023-11-14T18:54:17.433Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 253 | 2023-11-14T18:54:17.443Z | + main |
| 254 | 2023-11-14T18:54:17.453Z | + [[ 0 != 0 ]] |
| 255 | 2023-11-14T18:54:17.462Z | + CIDL_OS=solaris2.11 |
| 256 | 2023-11-14T18:54:17.471Z | + [[ 0 != 0 ]] |
| 257 | 2023-11-14T18:54:17.484Z | + configure_os solaris2.11 |
| 258 | 2023-11-14T18:54:17.492Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 259 | 2023-11-14T18:54:17.499Z | current directory: /work/oxidecomputer/omicron |
| 260 | 2023-11-14T18:54:17.504Z | + echo 'configuring based on OS: "solaris2.11"' |
| 261 | 2023-11-14T18:54:17.508Z | configuring based on OS: "solaris2.11" |
| 262 | 2023-11-14T18:54:17.517Z | + case "$1" in |
| 263 | 2023-11-14T18:54:17.528Z | + CIDL_BUILD=illumos |
| 264 | 2023-11-14T18:54:17.535Z | + CIDL_SUFFIX=tar.gz |
| 265 | 2023-11-14T18:54:17.539Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 266 | 2023-11-14T18:54:17.550Z | + CIDL_MD5FUNC=do_md5sum |
| 267 | 2023-11-14T18:54:17.562Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 268 | 2023-11-14T18:54:17.583Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 269 | 2023-11-14T18:54:17.600Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 270 | 2023-11-14T18:54:17.611Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 271 | 2023-11-14T18:54:17.618Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 272 | 2023-11-14T18:54:17.623Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 273 | 2023-11-14T18:54:17.628Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 274 | 2023-11-14T18:54:17.636Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 275 | 2023-11-14T18:54:17.643Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 276 | 2023-11-14T18:54:17.649Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 277 | 2023-11-14T18:54:17.657Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 278 | 2023-11-14T18:54:17.661Z | + mkdir -p out/downloads |
| 279 | 2023-11-14T18:54:17.664Z | Downloading... |
| 280 | 2023-11-14T18:54:17.668Z | + mkdir -p ./out/cockroachdb |
| 281 | 2023-11-14T18:54:17.690Z | + local DO_DOWNLOAD=true |
| 282 | 2023-11-14T18:54:17.694Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 283 | 2023-11-14T18:54:17.704Z | + '[' true == true ']' |
| 284 | 2023-11-14T18:54:17.716Z | + echo Downloading... |
| 285 | 2023-11-14T18:54:17.727Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 286 | 2023-11-14T18:54:17.744Z | + 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 | 2023-11-14T18:54:20.676Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 288 | 2023-11-14T18:54:20.683Z | ++ md5sum |
| 289 | 2023-11-14T18:54:20.686Z | ++ awk '{print $1}' |
| 290 | 2023-11-14T18:54:20.865Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 291 | 2023-11-14T18:54:20.873Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
| 292 | 2023-11-14T18:54:20.881Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 293 | 2023-11-14T18:54:20.887Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 294 | 2023-11-14T18:54:24.204Z | + do_assemble_illumos |
| 295 | 2023-11-14T18:54:24.207Z | + rm -r ./out/cockroachdb |
| 296 | 2023-11-14T18:54:24.210Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 297 | 2023-11-14T18:54:24.936Z | + ./out/cockroachdb/bin/cockroach version |
| 298 | 2023-11-14T18:54:25.226Z | Build Tag: v22.1.9-dirty |
| 299 | 2023-11-14T18:54:25.230Z | Build Time: 2022/10/26 21:17:46 |
| 300 | 2023-11-14T18:54:25.234Z | Distribution: OSS |
| 301 | 2023-11-14T18:54:25.239Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 302 | 2023-11-14T18:54:25.243Z | Go Version: go1.17.13 |
| 303 | 2023-11-14T18:54:25.247Z | C Compiler: gcc 10.3.0 |
| 304 | 2023-11-14T18:54:25.251Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 305 | 2023-11-14T18:54:25.255Z | Build Type: release |
| 306 | 2023-11-14T18:54:25.259Z | + set -o errexit |
| 307 | 2023-11-14T18:54:25.263Z | +++ dirname ./tools/ci_download_clickhouse |
| 308 | 2023-11-14T18:54:25.267Z | ++ cd ./tools |
| 309 | 2023-11-14T18:54:25.273Z | ++ pwd |
| 310 | 2023-11-14T18:54:25.278Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 311 | 2023-11-14T18:54:25.288Z | ++ basename ./tools/ci_download_clickhouse |
| 312 | 2023-11-14T18:54:25.299Z | + ARG0=ci_download_clickhouse |
| 313 | 2023-11-14T18:54:25.310Z | + TARGET_DIR=out |
| 314 | 2023-11-14T18:54:25.316Z | + DOWNLOAD_DIR=out/downloads |
| 315 | 2023-11-14T18:54:25.320Z | + DEST_DIR=./out/clickhouse |
| 316 | 2023-11-14T18:54:25.325Z | + CIDL_VERSION=v22.8.9.24 |
| 317 | 2023-11-14T18:54:25.330Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 318 | 2023-11-14T18:54:25.334Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 319 | 2023-11-14T18:54:25.337Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 320 | 2023-11-14T18:54:25.340Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 321 | 2023-11-14T18:54:25.343Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 322 | 2023-11-14T18:54:25.346Z | + main |
| 323 | 2023-11-14T18:54:25.349Z | + [[ 0 != 0 ]] |
| 324 | 2023-11-14T18:54:25.352Z | + CIDL_OS=solaris2.11 |
| 325 | 2023-11-14T18:54:25.355Z | + [[ 0 != 0 ]] |
| 326 | 2023-11-14T18:54:25.358Z | + configure_os solaris2.11 |
| 327 | 2023-11-14T18:54:25.361Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 328 | 2023-11-14T18:54:25.367Z | current directory: /work/oxidecomputer/omicron |
| 329 | 2023-11-14T18:54:25.371Z | + echo 'configuring based on OS: "solaris2.11"' |
| 330 | 2023-11-14T18:54:25.374Z | configuring based on OS: "solaris2.11" |
| 331 | 2023-11-14T18:54:25.378Z | + CIDL_DASHREV= |
| 332 | 2023-11-14T18:54:25.381Z | + case "$1" in |
| 333 | 2023-11-14T18:54:25.383Z | + CIDL_PLATFORM=illumos |
| 334 | 2023-11-14T18:54:25.386Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 335 | 2023-11-14T18:54:25.389Z | + CIDL_MD5FUNC=do_md5sum |
| 336 | 2023-11-14T18:54:25.397Z | + CIDL_DASHREV=-1 |
| 337 | 2023-11-14T18:54:25.400Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 338 | 2023-11-14T18:54:25.403Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 339 | 2023-11-14T18:54:25.407Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 340 | 2023-11-14T18:54:25.410Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 341 | 2023-11-14T18:54:25.413Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 342 | 2023-11-14T18:54:25.416Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 343 | 2023-11-14T18:54:25.420Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 344 | 2023-11-14T18:54:25.423Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 345 | 2023-11-14T18:54:25.428Z | + mkdir -p out/downloads |
| 346 | 2023-11-14T18:54:25.431Z | + mkdir -p ./out/clickhouse |
| 347 | 2023-11-14T18:54:25.434Z | + local DO_DOWNLOAD=true |
| 348 | 2023-11-14T18:54:25.436Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 349 | 2023-11-14T18:54:25.439Z | + '[' true == true ']' |
| 350 | 2023-11-14T18:54:25.442Z | + echo Downloading... |
| 351 | 2023-11-14T18:54:25.445Z | Downloading... |
| 352 | 2023-11-14T18:54:25.448Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 353 | 2023-11-14T18:54:25.451Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 354 | 2023-11-14T18:54:26.690Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 355 | 2023-11-14T18:54:26.699Z | ++ md5sum |
| 356 | 2023-11-14T18:54:26.722Z | ++ awk '{print $1}' |
| 357 | 2023-11-14T18:54:26.941Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 358 | 2023-11-14T18:54:26.944Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
| 359 | 2023-11-14T18:54:26.949Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 360 | 2023-11-14T18:54:26.952Z | + mkdir -p ./out/clickhouse |
| 361 | 2023-11-14T18:54:26.957Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 362 | 2023-11-14T18:54:31.842Z | + ./out/clickhouse/clickhouse server --version |
| 363 | 2023-11-14T18:54:31.890Z | ClickHouse server version 22.8.9.1. |
| 364 | 2023-11-14T18:54:31.914Z | + set -o errexit |
| 365 | 2023-11-14T18:54:31.920Z | +++ dirname ./tools/ci_download_console |
| 366 | 2023-11-14T18:54:31.925Z | ++ cd ./tools |
| 367 | 2023-11-14T18:54:31.931Z | ++ pwd |
| 368 | 2023-11-14T18:54:31.935Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 369 | 2023-11-14T18:54:31.939Z | ++ basename ./tools/ci_download_console |
| 370 | 2023-11-14T18:54:31.943Z | + ARG0=ci_download_console |
| 371 | 2023-11-14T18:54:31.947Z | + TARGET_DIR=out |
| 372 | 2023-11-14T18:54:31.950Z | + DOWNLOAD_DIR=out/downloads |
| 373 | 2023-11-14T18:54:31.953Z | + DEST_DIR=./out/console-assets |
| 374 | 2023-11-14T18:54:31.956Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 375 | 2023-11-14T18:54:31.959Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
| 376 | 2023-11-14T18:54:31.962Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 377 | 2023-11-14T18:54:31.965Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 378 | 2023-11-14T18:54:31.968Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 379 | 2023-11-14T18:54:31.971Z | + main |
| 380 | 2023-11-14T18:54:31.977Z | + [[ 0 != 0 ]] |
| 381 | 2023-11-14T18:54:31.980Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
| 382 | 2023-11-14T18:54:31.983Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 383 | 2023-11-14T18:54:31.986Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 384 | 2023-11-14T18:54:31.989Z | Local file: out/downloads/console.tar.gz |
| 385 | 2023-11-14T18:54:31.992Z | + local DO_DOWNLOAD=true |
| 386 | 2023-11-14T18:54:31.995Z | + [[ -f out/downloads/console.tar.gz ]] |
| 387 | 2023-11-14T18:54:31.998Z | + mkdir -p out/downloads |
| 388 | 2023-11-14T18:54:32.001Z | + '[' true == true ']' |
| 389 | 2023-11-14T18:54:32.004Z | + echo Downloading... |
| 390 | 2023-11-14T18:54:32.007Z | Downloading... |
| 391 | 2023-11-14T18:54:32.010Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
| 392 | 2023-11-14T18:54:32.013Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
| 393 | 2023-11-14T18:54:32.523Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 394 | 2023-11-14T18:54:32.527Z | ++ case "$OSTYPE" in |
| 395 | 2023-11-14T18:54:32.530Z | ++ SHA=sha256sum |
| 396 | 2023-11-14T18:54:32.535Z | ++ sha256sum |
| 397 | 2023-11-14T18:54:32.538Z | ++ awk '{print $1}' |
| 398 | 2023-11-14T18:54:32.551Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
| 399 | 2023-11-14T18:54:32.556Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
| 400 | 2023-11-14T18:54:32.559Z | + rm -rf ./out/console-assets |
| 401 | 2023-11-14T18:54:32.562Z | + mkdir -p ./out/console-assets |
| 402 | 2023-11-14T18:54:32.568Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 403 | 2023-11-14T18:54:32.574Z | + mkdir -p ./out/console-assets |
| 404 | 2023-11-14T18:54:32.577Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 405 | 2023-11-14T18:54:32.694Z | + set -o errexit |
| 406 | 2023-11-14T18:54:32.697Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 407 | 2023-11-14T18:54:32.700Z | ++ cd ./tools |
| 408 | 2023-11-14T18:54:32.703Z | ++ pwd |
| 409 | 2023-11-14T18:54:32.708Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 410 | 2023-11-14T18:54:32.716Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 411 | 2023-11-14T18:54:32.720Z | + ARG0=ci_download_maghemite_openapi |
| 412 | 2023-11-14T18:54:32.725Z | + TARGET_DIR=out |
| 413 | 2023-11-14T18:54:32.730Z | + DOWNLOAD_DIR=out/downloads |
| 414 | 2023-11-14T18:54:32.734Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
| 415 | 2023-11-14T18:54:32.738Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
| 416 | 2023-11-14T18:54:32.744Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 417 | 2023-11-14T18:54:32.747Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
| 418 | 2023-11-14T18:54:32.750Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
| 419 | 2023-11-14T18:54:32.754Z | + main |
| 420 | 2023-11-14T18:54:32.768Z | + [[ 0 != 0 ]] |
| 421 | 2023-11-14T18:54:32.773Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
| 422 | 2023-11-14T18:54:32.776Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
| 423 | 2023-11-14T18:54:32.779Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
| 424 | 2023-11-14T18:54:32.783Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
| 425 | 2023-11-14T18:54:32.786Z | + local DO_DOWNLOAD=true |
| 426 | 2023-11-14T18:54:32.791Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
| 427 | 2023-11-14T18:54:32.795Z | + mkdir -p out/downloads |
| 428 | 2023-11-14T18:54:32.798Z | + '[' true == true ']' |
| 429 | 2023-11-14T18:54:32.803Z | + echo Downloading... |
| 430 | 2023-11-14T18:54:32.809Z | Downloading... |
| 431 | 2023-11-14T18:54:32.814Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
| 432 | 2023-11-14T18:54:32.817Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
| 433 | 2023-11-14T18:54:32.897Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
| 434 | 2023-11-14T18:54:32.900Z | ++ case "$OSTYPE" in |
| 435 | 2023-11-14T18:54:32.904Z | ++ SHA=sha256sum |
| 436 | 2023-11-14T18:54:32.907Z | ++ sha256sum |
| 437 | 2023-11-14T18:54:32.912Z | ++ awk '{print $1}' |
| 438 | 2023-11-14T18:54:32.915Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 439 | 2023-11-14T18:54:32.918Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
| 440 | 2023-11-14T18:54:32.922Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 441 | 2023-11-14T18:54:32.927Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
| 442 | 2023-11-14T18:54:32.930Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
| 443 | 2023-11-14T18:54:32.933Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
| 444 | 2023-11-14T18:54:32.936Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
| 445 | 2023-11-14T18:54:32.940Z | + main |
| 446 | 2023-11-14T18:54:32.943Z | + [[ 0 != 0 ]] |
| 447 | 2023-11-14T18:54:32.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
| 448 | 2023-11-14T18:54:32.951Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
| 449 | 2023-11-14T18:54:32.955Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
| 450 | 2023-11-14T18:54:32.959Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
| 451 | 2023-11-14T18:54:32.962Z | + local DO_DOWNLOAD=true |
| 452 | 2023-11-14T18:54:32.967Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
| 453 | 2023-11-14T18:54:32.972Z | + mkdir -p out/downloads |
| 454 | 2023-11-14T18:54:32.975Z | + '[' true == true ']' |
| 455 | 2023-11-14T18:54:32.978Z | + echo Downloading... |
| 456 | 2023-11-14T18:54:32.982Z | Downloading... |
| 457 | 2023-11-14T18:54:32.986Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
| 458 | 2023-11-14T18:54:32.990Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
| 459 | 2023-11-14T18:54:33.061Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
| 460 | 2023-11-14T18:54:33.065Z | ++ case "$OSTYPE" in |
| 461 | 2023-11-14T18:54:33.069Z | ++ SHA=sha256sum |
| 462 | 2023-11-14T18:54:33.073Z | ++ sha256sum |
| 463 | 2023-11-14T18:54:33.077Z | ++ awk '{print $1}' |
| 464 | 2023-11-14T18:54:33.081Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
| 465 | 2023-11-14T18:54:33.085Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
| 466 | 2023-11-14T18:54:33.089Z | + set -o errexit |
| 467 | 2023-11-14T18:54:33.092Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 468 | 2023-11-14T18:54:33.096Z | ++ cd ./tools |
| 469 | 2023-11-14T18:54:33.099Z | ++ pwd |
| 470 | 2023-11-14T18:54:33.102Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 471 | 2023-11-14T18:54:33.106Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 472 | 2023-11-14T18:54:33.110Z | + ARG0=ci_download_dendrite_openapi |
| 473 | 2023-11-14T18:54:33.113Z | + TARGET_DIR=out |
| 474 | 2023-11-14T18:54:33.117Z | + DOWNLOAD_DIR=out/downloads |
| 475 | 2023-11-14T18:54:33.120Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 476 | 2023-11-14T18:54:33.124Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
| 477 | 2023-11-14T18:54:33.130Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
| 478 | 2023-11-14T18:54:33.138Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
| 479 | 2023-11-14T18:54:33.146Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
| 480 | 2023-11-14T18:54:33.160Z | + main |
| 481 | 2023-11-14T18:54:33.169Z | + [[ 0 != 0 ]] |
| 482 | 2023-11-14T18:54:33.179Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
| 483 | 2023-11-14T18:54:33.189Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
| 484 | 2023-11-14T18:54:33.219Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
| 485 | 2023-11-14T18:54:33.229Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
| 486 | 2023-11-14T18:54:33.239Z | + local DO_DOWNLOAD=true |
| 487 | 2023-11-14T18:54:33.251Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
| 488 | 2023-11-14T18:54:33.257Z | + mkdir -p out/downloads |
| 489 | 2023-11-14T18:54:33.260Z | + '[' true == true ']' |
| 490 | 2023-11-14T18:54:33.263Z | + echo Downloading... |
| 491 | 2023-11-14T18:54:33.266Z | Downloading... |
| 492 | 2023-11-14T18:54:33.269Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
| 493 | 2023-11-14T18:54:33.272Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
| 494 | 2023-11-14T18:54:33.276Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
| 495 | 2023-11-14T18:54:33.278Z | ++ case "$OSTYPE" in |
| 496 | 2023-11-14T18:54:33.281Z | ++ SHA=sha256sum |
| 497 | 2023-11-14T18:54:33.284Z | ++ sha256sum |
| 498 | 2023-11-14T18:54:33.287Z | ++ awk '{print $1}' |
| 499 | 2023-11-14T18:54:33.290Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
| 500 | 2023-11-14T18:54:33.293Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
| 501 | 2023-11-14T18:54:33.295Z | + set -o errexit |
| 502 | 2023-11-14T18:54:33.298Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 503 | 2023-11-14T18:54:33.303Z | ++ cd ./tools |
| 504 | 2023-11-14T18:54:33.306Z | ++ pwd |
| 505 | 2023-11-14T18:54:33.309Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 506 | 2023-11-14T18:54:33.311Z | ++ basename ./tools/ci_download_dendrite_stub |
| 507 | 2023-11-14T18:54:33.315Z | + ARG0=ci_download_dendrite_stub |
| 508 | 2023-11-14T18:54:33.320Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 509 | 2023-11-14T18:54:33.322Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
| 510 | 2023-11-14T18:54:33.325Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
| 511 | 2023-11-14T18:54:33.328Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
| 512 | 2023-11-14T18:54:33.331Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 513 | 2023-11-14T18:54:33.333Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
| 514 | 2023-11-14T18:54:33.336Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
| 515 | 2023-11-14T18:54:33.338Z | + TARGET_DIR=out |
| 516 | 2023-11-14T18:54:33.341Z | + DOWNLOAD_DIR=out/downloads |
| 517 | 2023-11-14T18:54:33.344Z | + DEST_DIR=./out/dendrite-stub |
| 518 | 2023-11-14T18:54:33.347Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 519 | 2023-11-14T18:54:33.350Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 520 | 2023-11-14T18:54:33.352Z | + REPO=oxidecomputer/dendrite |
| 521 | 2023-11-14T18:54:33.356Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
| 522 | 2023-11-14T18:54:33.358Z | + main |
| 523 | 2023-11-14T18:54:33.362Z | + [[ 0 != 0 ]] |
| 524 | 2023-11-14T18:54:33.366Z | + CIDL_OS=solaris2.11 |
| 525 | 2023-11-14T18:54:33.370Z | + [[ 0 != 0 ]] |
| 526 | 2023-11-14T18:54:33.373Z | + configure_os solaris2.11 |
| 527 | 2023-11-14T18:54:33.377Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 528 | 2023-11-14T18:54:33.380Z | current directory: /work/oxidecomputer/omicron |
| 529 | 2023-11-14T18:54:33.382Z | + echo 'configuring based on OS: "solaris2.11"' |
| 530 | 2023-11-14T18:54:33.387Z | configuring based on OS: "solaris2.11" |
| 531 | 2023-11-14T18:54:33.392Z | + case "$1" in |
| 532 | 2023-11-14T18:54:33.396Z | + SET_BINARIES= |
| 533 | 2023-11-14T18:54:33.403Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
| 534 | 2023-11-14T18:54:33.417Z | + CIDL_SHA256FUNC=do_sha256sum |
| 535 | 2023-11-14T18:54:33.425Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 536 | 2023-11-14T18:54:33.431Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
| 537 | 2023-11-14T18:54:33.442Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 538 | 2023-11-14T18:54:33.458Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
| 539 | 2023-11-14T18:54:33.474Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
| 540 | 2023-11-14T18:54:33.482Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 541 | 2023-11-14T18:54:33.497Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 542 | 2023-11-14T18:54:33.587Z | + mkdir -p out/downloads |
| 543 | 2023-11-14T18:54:33.617Z | + mkdir -p ./out/dendrite-stub |
| 544 | 2023-11-14T18:54:34.059Z | + fetch_and_verify |
| 545 | 2023-11-14T18:54:34.487Z | + local DO_DOWNLOAD=true |
| 546 | 2023-11-14T18:54:34.499Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 547 | 2023-11-14T18:54:34.522Z | + '[' true == true ']' |
| 548 | 2023-11-14T18:54:34.545Z | + echo Downloading... |
| 549 | 2023-11-14T18:54:34.556Z | Downloading... |
| 550 | 2023-11-14T18:54:34.564Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 551 | 2023-11-14T18:54:34.576Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
| 552 | 2023-11-14T18:54:39.393Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 553 | 2023-11-14T18:54:39.398Z | ++ sha256sum |
| 554 | 2023-11-14T18:54:39.401Z | ++ awk '{print $1}' |
| 555 | 2023-11-14T18:54:39.495Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
| 556 | 2023-11-14T18:54:39.521Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
| 557 | 2023-11-14T18:54:39.536Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 558 | 2023-11-14T18:54:39.551Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 559 | 2023-11-14T18:54:40.402Z | + do_assemble |
| 560 | 2023-11-14T18:54:40.413Z | + rm -r ./out/dendrite-stub |
| 561 | 2023-11-14T18:54:40.425Z | + mkdir ./out/dendrite-stub |
| 562 | 2023-11-14T18:54:40.436Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 563 | 2023-11-14T18:54:40.535Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 564 | 2023-11-14T18:54:40.550Z | + set -o errexit |
| 565 | 2023-11-14T18:54:40.561Z | +++ dirname ./tools/ci_download_maghemite_mgd |
| 566 | 2023-11-14T18:54:40.572Z | ++ cd ./tools |
| 567 | 2023-11-14T18:54:40.582Z | ++ pwd |
| 568 | 2023-11-14T18:54:40.588Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 569 | 2023-11-14T18:54:40.592Z | ++ basename ./tools/ci_download_maghemite_mgd |
| 570 | 2023-11-14T18:54:40.598Z | + ARG0=ci_download_maghemite_mgd |
| 571 | 2023-11-14T18:54:40.621Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
| 572 | 2023-11-14T18:54:40.633Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
| 573 | 2023-11-14T18:54:40.643Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
| 574 | 2023-11-14T18:54:40.652Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
| 575 | 2023-11-14T18:54:40.676Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
| 576 | 2023-11-14T18:54:40.688Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
| 577 | 2023-11-14T18:54:40.700Z | + TARGET_DIR=out |
| 578 | 2023-11-14T18:54:40.705Z | + DOWNLOAD_DIR=out/downloads |
| 579 | 2023-11-14T18:54:40.710Z | + DEST_DIR=./out/mgd |
| 580 | 2023-11-14T18:54:40.718Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
| 581 | 2023-11-14T18:54:40.723Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 582 | 2023-11-14T18:54:40.728Z | + REPO=oxidecomputer/maghemite |
| 583 | 2023-11-14T18:54:40.732Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
| 584 | 2023-11-14T18:54:40.736Z | + main |
| 585 | 2023-11-14T18:54:40.741Z | + [[ 0 != 0 ]] |
| 586 | 2023-11-14T18:54:40.747Z | + CIDL_OS=solaris2.11 |
| 587 | 2023-11-14T18:54:40.752Z | + [[ 0 != 0 ]] |
| 588 | 2023-11-14T18:54:40.763Z | + configure_os solaris2.11 |
| 589 | 2023-11-14T18:54:40.770Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 590 | 2023-11-14T18:54:40.779Z | current directory: /work/oxidecomputer/omicron |
| 591 | 2023-11-14T18:54:40.795Z | + echo 'configuring based on OS: "solaris2.11"' |
| 592 | 2023-11-14T18:54:40.803Z | configuring based on OS: "solaris2.11" |
| 593 | 2023-11-14T18:54:40.812Z | + case "$1" in |
| 594 | 2023-11-14T18:54:40.823Z | + SET_BINARIES= |
| 595 | 2023-11-14T18:54:40.835Z | + CIDL_SHA256FUNC=do_sha256sum |
| 596 | 2023-11-14T18:54:40.845Z | + TARBALL_FILENAME=mgd.tar.gz |
| 597 | 2023-11-14T18:54:40.860Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
| 598 | 2023-11-14T18:54:40.868Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
| 599 | 2023-11-14T18:54:40.937Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
| 600 | 2023-11-14T18:54:40.965Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
| 601 | 2023-11-14T18:54:41.380Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
| 602 | 2023-11-14T18:54:41.795Z | Local file: out/downloads/mgd.tar.gz |
| 603 | 2023-11-14T18:54:41.801Z | + mkdir -p out/downloads |
| 604 | 2023-11-14T18:54:41.808Z | + mkdir -p ./out/mgd |
| 605 | 2023-11-14T18:54:42.226Z | + fetch_and_verify |
| 606 | 2023-11-14T18:54:42.235Z | + local DO_DOWNLOAD=true |
| 607 | 2023-11-14T18:54:42.243Z | + [[ -f out/downloads/mgd.tar.gz ]] |
| 608 | 2023-11-14T18:54:42.252Z | + '[' true == true ']' |
| 609 | 2023-11-14T18:54:42.263Z | + echo Downloading... |
| 610 | 2023-11-14T18:54:42.283Z | Downloading... |
| 611 | 2023-11-14T18:54:42.303Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
| 612 | 2023-11-14T18:54:42.725Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
| 613 | 2023-11-14T18:54:48.177Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
| 614 | 2023-11-14T18:54:48.181Z | ++ sha256sum |
| 615 | 2023-11-14T18:54:48.185Z | ++ awk '{print $1}' |
| 616 | 2023-11-14T18:54:48.286Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
| 617 | 2023-11-14T18:54:48.290Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
| 618 | 2023-11-14T18:54:48.294Z | + do_untar out/downloads/mgd.tar.gz |
| 619 | 2023-11-14T18:54:48.297Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
| 620 | 2023-11-14T18:54:48.920Z | + do_assemble |
| 621 | 2023-11-14T18:54:48.923Z | + rm -r ./out/mgd |
| 622 | 2023-11-14T18:54:48.925Z | + mkdir ./out/mgd |
| 623 | 2023-11-14T18:54:48.928Z | + cp -r out/downloads/root ./out/mgd/root |
| 624 | 2023-11-14T18:54:49.152Z | + set -o errexit |
| 625 | 2023-11-14T18:54:49.158Z | +++ dirname ./tools/ci_download_transceiver_control |
| 626 | 2023-11-14T18:54:49.164Z | ++ cd ./tools |
| 627 | 2023-11-14T18:54:49.169Z | ++ pwd |
| 628 | 2023-11-14T18:54:49.175Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 629 | 2023-11-14T18:54:49.181Z | ++ basename ./tools/ci_download_transceiver_control |
| 630 | 2023-11-14T18:54:49.193Z | + ARG0=ci_download_transceiver_control |
| 631 | 2023-11-14T18:54:49.201Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 632 | 2023-11-14T18:54:49.211Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 633 | 2023-11-14T18:54:49.225Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 634 | 2023-11-14T18:54:49.646Z | + TARGET_DIR=out |
| 635 | 2023-11-14T18:54:49.653Z | + DOWNLOAD_DIR=out/downloads |
| 636 | 2023-11-14T18:54:49.657Z | + DEST_DIR=./out/transceiver-control |
| 637 | 2023-11-14T18:54:49.661Z | + BIN_DIR=/opt/oxide/bin |
| 638 | 2023-11-14T18:54:49.664Z | + BINARY=xcvradm |
| 639 | 2023-11-14T18:54:49.667Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 640 | 2023-11-14T18:54:49.669Z | + REPO=oxidecomputer/transceiver-control |
| 641 | 2023-11-14T18:54:49.673Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 642 | 2023-11-14T18:54:49.676Z | + main |
| 643 | 2023-11-14T18:54:49.679Z | + [[ 0 != 0 ]] |
| 644 | 2023-11-14T18:54:49.681Z | + CIDL_OS=solaris2.11 |
| 645 | 2023-11-14T18:54:49.684Z | + [[ 0 != 0 ]] |
| 646 | 2023-11-14T18:54:49.690Z | + configure_os solaris2.11 |
| 647 | 2023-11-14T18:54:49.693Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 648 | 2023-11-14T18:54:49.695Z | current directory: /work/oxidecomputer/omicron |
| 649 | 2023-11-14T18:54:49.698Z | configuring based on OS: "solaris2.11" |
| 650 | 2023-11-14T18:54:49.701Z | + echo 'configuring based on OS: "solaris2.11"' |
| 651 | 2023-11-14T18:54:49.707Z | + case "$1" in |
| 652 | 2023-11-14T18:54:49.711Z | + SET_BINARIES= |
| 653 | 2023-11-14T18:54:49.714Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 654 | 2023-11-14T18:54:49.717Z | + CIDL_SHA256FUNC=do_sha256sum |
| 655 | 2023-11-14T18:54:49.721Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 656 | 2023-11-14T18:54:49.724Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 657 | 2023-11-14T18:54:49.727Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 658 | 2023-11-14T18:54:49.730Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 659 | 2023-11-14T18:54:49.733Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 660 | 2023-11-14T18:54:49.743Z | Local file: out/downloads/xcvradm.gz |
| 661 | 2023-11-14T18:54:49.760Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 662 | 2023-11-14T18:54:49.773Z | + mkdir -p out/downloads |
| 663 | 2023-11-14T18:54:49.780Z | + mkdir -p ./out/transceiver-control |
| 664 | 2023-11-14T18:54:49.785Z | + fetch_and_verify |
| 665 | 2023-11-14T18:54:49.790Z | + local DO_DOWNLOAD=true |
| 666 | 2023-11-14T18:54:49.794Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 667 | 2023-11-14T18:54:49.802Z | + '[' true == true ']' |
| 668 | 2023-11-14T18:54:49.808Z | + echo Downloading... |
| 669 | 2023-11-14T18:54:49.814Z | Downloading... |
| 670 | 2023-11-14T18:54:49.823Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 671 | 2023-11-14T18:54:49.830Z | + 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 |
| 672 | 2023-11-14T18:54:51.591Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 673 | 2023-11-14T18:54:51.595Z | ++ sha256sum |
| 674 | 2023-11-14T18:54:51.598Z | ++ awk '{print $1}' |
| 675 | 2023-11-14T18:54:51.624Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 676 | 2023-11-14T18:54:52.037Z | + [[ 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 ]] |
| 677 | 2023-11-14T18:54:52.043Z | + do_unpack out/downloads/xcvradm.gz |
| 678 | 2023-11-14T18:54:52.055Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 679 | 2023-11-14T18:54:52.065Z | + gzip -dc out/downloads/xcvradm.gz |
| 680 | 2023-11-14T18:54:52.070Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 681 | 2023-11-14T18:54:52.088Z | + do_assemble |
| 682 | 2023-11-14T18:54:52.093Z | + rm -r ./out/transceiver-control |
| 683 | 2023-11-14T18:54:52.096Z | + mkdir ./out/transceiver-control |
| 684 | 2023-11-14T18:54:52.099Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 685 | 2023-11-14T18:54:52.102Z | All prerequisites installed successfully |
| 686 | 2023-11-14T18:54:52.106Z | |
| 687 | 2023-11-14T18:54:52.110Z | real 1:55.926687468 |
| 688 | 2023-11-14T18:54:52.113Z | user 54.196494851 |
| 689 | 2023-11-14T18:54:52.116Z | sys 10.228514105 |
| 690 | 2023-11-14T18:54:52.119Z | trap 0.024482486 |
| 691 | 2023-11-14T18:54:52.122Z | tflt 0.119141317 |
| 692 | 2023-11-14T18:54:52.126Z | dflt 0.512246284 |
| 693 | 2023-11-14T18:54:52.129Z | kflt 0.109482568 |
| 694 | 2023-11-14T18:54:52.132Z | lock 2.068953930 |
| 695 | 2023-11-14T18:54:52.135Z | slp 3:31.408653577 |
| 696 | 2023-11-14T18:54:52.138Z | lat 3.384168493 |
| 697 | 2023-11-14T18:54:52.141Z | stop 0.083684005 |
| 698 | 2023-11-14T18:54:52.144Z | + ptime -m ./tools/ci_download_softnpu_machinery |
| 699 | 2023-11-14T18:54:52.147Z | fetching npuzone |
| 700 | 2023-11-14T18:54:52.150Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
| 701 | 2023-11-14T18:54:52.152Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
| 702 | 2023-11-14T18:54:52.155Z | Getting hash for npuzone |
| 703 | 2023-11-14T18:54:52.158Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
| 704 | 2023-11-14T18:55:03.068Z | npuzone downloaded successfully |
| 705 | 2023-11-14T18:55:03.072Z | |
| 706 | 2023-11-14T18:55:03.077Z | real 11.078176075 |
| 707 | 2023-11-14T18:55:03.081Z | user 0.548222951 |
| 708 | 2023-11-14T18:55:03.085Z | sys 0.140827873 |
| 709 | 2023-11-14T18:55:03.088Z | trap 0.000073498 |
| 710 | 2023-11-14T18:55:03.092Z | tflt 0.000000000 |
| 711 | 2023-11-14T18:55:03.096Z | dflt 0.000000000 |
| 712 | 2023-11-14T18:55:03.099Z | kflt 0.000000000 |
| 713 | 2023-11-14T18:55:03.104Z | lock 0.000000000 |
| 714 | 2023-11-14T18:55:03.108Z | slp 32.407878189 |
| 715 | 2023-11-14T18:55:03.113Z | lat 0.099459632 |
| 716 | 2023-11-14T18:55:03.117Z | stop 0.000267751 |
| 717 | 2023-11-14T18:55:03.120Z | + export CARGO_INCREMENTAL=0 |
| 718 | 2023-11-14T18:55:03.124Z | + CARGO_INCREMENTAL=0 |
| 719 | 2023-11-14T18:55:03.128Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 720 | 2023-11-14T18:55:03.441Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 721 | 2023-11-14T18:55:03.854Z | Updating crates.io index |
| 722 | 2023-11-14T18:55:03.858Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 723 | 2023-11-14T18:55:04.727Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 724 | 2023-11-14T18:55:06.720Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 725 | 2023-11-14T18:55:07.356Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 726 | 2023-11-14T18:55:07.707Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 727 | 2023-11-14T18:55:08.039Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 728 | 2023-11-14T18:55:08.359Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 729 | 2023-11-14T18:55:09.248Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 730 | 2023-11-14T18:55:11.163Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 731 | 2023-11-14T18:55:12.148Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 732 | 2023-11-14T18:55:12.477Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 733 | 2023-11-14T18:55:13.067Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 734 | 2023-11-14T18:55:13.446Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 735 | 2023-11-14T18:55:13.759Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 736 | 2023-11-14T18:55:14.188Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 737 | 2023-11-14T18:55:14.535Z | Updating git repository `https://github.com/njaremko/samael` |
| 738 | 2023-11-14T18:55:14.985Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 739 | 2023-11-14T18:55:15.583Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 740 | 2023-11-14T18:55:17.142Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 741 | 2023-11-14T18:55:17.495Z | Updating git repository `https://github.com/jgallagher/nix` |
| 742 | 2023-11-14T18:55:18.771Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 743 | 2023-11-14T18:55:19.154Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 744 | 2023-11-14T18:55:29.810Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 745 | 2023-11-14T18:55:30.257Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 746 | 2023-11-14T18:55:31.207Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 747 | 2023-11-14T18:55:31.564Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 748 | 2023-11-14T18:55:31.896Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 749 | 2023-11-14T18:55:33.585Z | Downloading crates ... |
| 750 | 2023-11-14T18:55:35.299Z | Downloaded camino v1.1.6 |
| 751 | 2023-11-14T18:55:35.430Z | Downloaded bitflags v2.4.0 |
| 752 | 2023-11-14T18:55:35.551Z | Downloaded is_ci v1.1.1 |
| 753 | 2023-11-14T18:55:35.608Z | Downloaded colorchoice v1.0.0 |
| 754 | 2023-11-14T18:55:35.661Z | Downloaded instant v0.1.12 |
| 755 | 2023-11-14T18:55:35.671Z | Downloaded block-buffer v0.10.4 |
| 756 | 2023-11-14T18:55:35.684Z | Downloaded httpdate v1.0.3 |
| 757 | 2023-11-14T18:55:35.691Z | Downloaded rustls-pemfile v1.0.3 |
| 758 | 2023-11-14T18:55:35.708Z | Downloaded serde_spanned v0.6.4 |
| 759 | 2023-11-14T18:55:35.723Z | Downloaded ascii-canvas v3.0.0 |
| 760 | 2023-11-14T18:55:35.729Z | Downloaded bit-set v0.5.3 |
| 761 | 2023-11-14T18:55:35.760Z | Downloaded serde_with_macros v2.3.3 |
| 762 | 2023-11-14T18:55:35.774Z | Downloaded serde_arrays v0.1.0 |
| 763 | 2023-11-14T18:55:35.787Z | Downloaded async-stream-impl v0.3.5 |
| 764 | 2023-11-14T18:55:35.799Z | Downloaded assert_matches v1.5.0 |
| 765 | 2023-11-14T18:55:35.822Z | Downloaded bytes v1.5.0 |
| 766 | 2023-11-14T18:55:35.839Z | Downloaded normalize-line-endings v0.3.0 |
| 767 | 2023-11-14T18:55:35.851Z | Downloaded matches v0.1.10 |
| 768 | 2023-11-14T18:55:35.867Z | Downloaded newtype_derive v0.1.6 |
| 769 | 2023-11-14T18:55:35.878Z | Downloaded new_debug_unreachable v1.0.4 |
| 770 | 2023-11-14T18:55:35.894Z | Downloaded camino-tempfile v1.0.2 |
| 771 | 2023-11-14T18:55:35.912Z | Downloaded ciborium v0.2.1 |
| 772 | 2023-11-14T18:55:35.929Z | Downloaded atomicwrites v0.4.2 |
| 773 | 2023-11-14T18:55:35.935Z | Downloaded bit-vec v0.6.3 |
| 774 | 2023-11-14T18:55:35.940Z | Downloaded buf-list v1.0.3 |
| 775 | 2023-11-14T18:55:35.962Z | Downloaded byteorder v1.5.0 |
| 776 | 2023-11-14T18:55:35.972Z | Downloaded crossbeam-deque v0.8.3 |
| 777 | 2023-11-14T18:55:35.989Z | Downloaded is-terminal v0.4.9 |
| 778 | 2023-11-14T18:55:35.995Z | Downloaded nodrop v0.1.14 |
| 779 | 2023-11-14T18:55:35.998Z | Downloaded num v0.4.1 |
| 780 | 2023-11-14T18:55:36.009Z | Downloaded waitgroup v0.1.2 |
| 781 | 2023-11-14T18:55:36.014Z | Downloaded md-5 v0.10.5 |
| 782 | 2023-11-14T18:55:36.018Z | Downloaded libsw v3.3.0 |
| 783 | 2023-11-14T18:55:36.023Z | Downloaded openssl-probe v0.1.5 |
| 784 | 2023-11-14T18:55:36.028Z | Downloaded bcs v0.1.6 |
| 785 | 2023-11-14T18:55:36.031Z | Downloaded bzip2 v0.4.4 |
| 786 | 2023-11-14T18:55:36.036Z | Downloaded cassowary v0.3.0 |
| 787 | 2023-11-14T18:55:36.042Z | Downloaded native-tls v0.2.11 |
| 788 | 2023-11-14T18:55:36.048Z | Downloaded parse-display v0.7.0 |
| 789 | 2023-11-14T18:55:36.055Z | Downloaded crossbeam-epoch v0.9.15 |
| 790 | 2023-11-14T18:55:36.060Z | Downloaded derive_builder_macro v0.12.0 |
| 791 | 2023-11-14T18:55:36.065Z | Downloaded num-derive v0.4.0 |
| 792 | 2023-11-14T18:55:36.069Z | Downloaded precomputed-hash v0.1.1 |
| 793 | 2023-11-14T18:55:36.074Z | Downloaded endian-type v0.1.2 |
| 794 | 2023-11-14T18:55:36.077Z | Downloaded snafu-derive v0.7.5 |
| 795 | 2023-11-14T18:55:36.083Z | Downloaded strum_macros v0.25.2 |
| 796 | 2023-11-14T18:55:36.089Z | Downloaded nu-ansi-term v0.49.0 |
| 797 | 2023-11-14T18:55:36.097Z | Downloaded hmac v0.12.1 |
| 798 | 2023-11-14T18:55:36.100Z | Downloaded num-traits v0.2.16 |
| 799 | 2023-11-14T18:55:36.104Z | Downloaded mockall_derive v0.11.4 |
| 800 | 2023-11-14T18:55:36.111Z | Downloaded tempfile v3.8.0 |
| 801 | 2023-11-14T18:55:36.119Z | Downloaded strip-ansi-escapes v0.2.0 |
| 802 | 2023-11-14T18:55:36.126Z | Downloaded number_prefix v0.4.0 |
| 803 | 2023-11-14T18:55:36.129Z | Downloaded fixedbitset v0.4.2 |
| 804 | 2023-11-14T18:55:36.134Z | Downloaded miniz_oxide v0.7.1 |
| 805 | 2023-11-14T18:55:36.141Z | Downloaded deranged v0.3.8 |
| 806 | 2023-11-14T18:55:36.163Z | Downloaded peeking_take_while v0.1.2 |
| 807 | 2023-11-14T18:55:36.171Z | Downloaded ctr v0.9.2 |
| 808 | 2023-11-14T18:55:36.224Z | Downloaded enum-as-inner v0.5.1 |
| 809 | 2023-11-14T18:55:36.237Z | Downloaded ena v0.14.2 |
| 810 | 2023-11-14T18:55:36.243Z | Downloaded foreign-types v0.5.0 |
| 811 | 2023-11-14T18:55:36.252Z | Downloaded opaque-debug v0.3.0 |
| 812 | 2023-11-14T18:55:36.257Z | Downloaded indicatif v0.17.7 |
| 813 | 2023-11-14T18:55:36.269Z | Downloaded strum v0.25.0 |
| 814 | 2023-11-14T18:55:36.281Z | Downloaded base64 v0.13.1 |
| 815 | 2023-11-14T18:55:36.296Z | Downloaded rustversion v1.0.14 |
| 816 | 2023-11-14T18:55:36.309Z | Downloaded pretty-hex v0.2.1 |
| 817 | 2023-11-14T18:55:36.321Z | Downloaded filetime v0.2.22 |
| 818 | 2023-11-14T18:55:36.335Z | Downloaded tungstenite v0.18.0 |
| 819 | 2023-11-14T18:55:36.344Z | Downloaded tinyvec_macros v0.1.1 |
| 820 | 2023-11-14T18:55:36.354Z | Downloaded group v0.13.0 |
| 821 | 2023-11-14T18:55:36.368Z | Downloaded pem v1.1.1 |
| 822 | 2023-11-14T18:55:36.382Z | Downloaded parse-display-derive v0.8.2 |
| 823 | 2023-11-14T18:55:36.392Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 824 | 2023-11-14T18:55:36.410Z | Downloaded fnv v1.0.7 |
| 825 | 2023-11-14T18:55:36.428Z | Downloaded socket2 v0.5.4 |
| 826 | 2023-11-14T18:55:36.437Z | Downloaded fragile v2.0.0 |
| 827 | 2023-11-14T18:55:36.447Z | Downloaded fs-err v2.9.0 |
| 828 | 2023-11-14T18:55:36.462Z | Downloaded shlex v1.1.0 |
| 829 | 2023-11-14T18:55:36.469Z | Downloaded foreign-types-macros v0.2.3 |
| 830 | 2023-11-14T18:55:36.484Z | Downloaded packed_struct v0.10.1 |
| 831 | 2023-11-14T18:55:36.499Z | Downloaded num_cpus v1.16.0 |
| 832 | 2023-11-14T18:55:36.513Z | Downloaded thiserror v1.0.49 |
| 833 | 2023-11-14T18:55:36.524Z | Downloaded ff v0.13.0 |
| 834 | 2023-11-14T18:55:36.533Z | Downloaded erased-serde v0.3.30 |
| 835 | 2023-11-14T18:55:36.550Z | Downloaded take_mut v0.2.2 |
| 836 | 2023-11-14T18:55:36.577Z | Downloaded swrite v0.1.0 |
| 837 | 2023-11-14T18:55:36.620Z | Downloaded darling_macro v0.20.3 |
| 838 | 2023-11-14T18:55:36.627Z | Downloaded darling_macro v0.14.4 |
| 839 | 2023-11-14T18:55:36.637Z | Downloaded supports-color v2.1.0 |
| 840 | 2023-11-14T18:55:36.650Z | Downloaded thread-id v4.2.0 |
| 841 | 2023-11-14T18:55:36.663Z | Downloaded thiserror-no-std v2.0.2 |
| 842 | 2023-11-14T18:55:36.684Z | Downloaded crunchy v0.2.2 |
| 843 | 2023-11-14T18:55:36.691Z | Downloaded spki v0.7.2 |
| 844 | 2023-11-14T18:55:36.720Z | Downloaded pretty-hex v0.3.0 |
| 845 | 2023-11-14T18:55:36.747Z | Downloaded doc-comment v0.3.3 |
| 846 | 2023-11-14T18:55:36.771Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 847 | 2023-11-14T18:55:36.808Z | Downloaded owo-colors v3.5.0 |
| 848 | 2023-11-14T18:55:36.844Z | Downloaded proc-macro-crate v1.3.1 |
| 849 | 2023-11-14T18:55:36.850Z | Downloaded r2d2 v0.8.10 |
| 850 | 2023-11-14T18:55:36.866Z | Downloaded rand_chacha v0.3.1 |
| 851 | 2023-11-14T18:55:36.887Z | Downloaded hashlink v0.8.3 |
| 852 | 2023-11-14T18:55:36.902Z | Downloaded phf_shared v0.10.0 |
| 853 | 2023-11-14T18:55:36.924Z | Downloaded postgres-types v0.2.6 |
| 854 | 2023-11-14T18:55:36.939Z | Downloaded tui-tree-widget v0.13.0 |
| 855 | 2023-11-14T18:55:36.960Z | Downloaded toml_edit v0.19.15 |
| 856 | 2023-11-14T18:55:36.994Z | Downloaded parse-display v0.8.2 |
| 857 | 2023-11-14T18:55:37.058Z | Downloaded zone_cfg_derive v0.3.0 |
| 858 | 2023-11-14T18:55:37.105Z | Downloaded zone v0.3.0 |
| 859 | 2023-11-14T18:55:37.119Z | Downloaded unicode-xid v0.2.4 |
| 860 | 2023-11-14T18:55:37.144Z | Downloaded signal-hook-mio v0.2.3 |
| 861 | 2023-11-14T18:55:37.174Z | Downloaded smallvec v0.6.14 |
| 862 | 2023-11-14T18:55:37.206Z | Downloaded tower-service v0.3.2 |
| 863 | 2023-11-14T18:55:37.287Z | Downloaded headers-core v0.2.0 |
| 864 | 2023-11-14T18:55:37.327Z | Downloaded topological-sort v0.2.2 |
| 865 | 2023-11-14T18:55:37.377Z | Downloaded structmeta v0.2.0 |
| 866 | 2023-11-14T18:55:37.399Z | Downloaded futures-macro v0.3.29 |
| 867 | 2023-11-14T18:55:37.827Z | Downloaded shell-words v1.1.0 |
| 868 | 2023-11-14T18:55:37.838Z | Downloaded dyn-clone v1.0.13 |
| 869 | 2023-11-14T18:55:37.848Z | Downloaded path-absolutize v3.1.0 |
| 870 | 2023-11-14T18:55:37.917Z | Downloaded futures-io v0.3.29 |
| 871 | 2023-11-14T18:55:37.927Z | Downloaded twox-hash v1.6.3 |
| 872 | 2023-11-14T18:55:37.936Z | Downloaded pkg-config v0.3.27 |
| 873 | 2023-11-14T18:55:37.943Z | Downloaded utf8parse v0.2.1 |
| 874 | 2023-11-14T18:55:37.948Z | Downloaded strsim v0.10.0 |
| 875 | 2023-11-14T18:55:37.997Z | Downloaded olpc-cjson v0.1.3 |
| 876 | 2023-11-14T18:55:38.008Z | Downloaded rayon-core v1.12.0 |
| 877 | 2023-11-14T18:55:38.019Z | Downloaded downcast v0.11.0 |
| 878 | 2023-11-14T18:55:38.055Z | Downloaded nom v7.1.3 |
| 879 | 2023-11-14T18:55:38.063Z | Downloaded structmeta v0.1.6 |
| 880 | 2023-11-14T18:55:38.078Z | Downloaded usdt-attr-macro v0.3.5 |
| 881 | 2023-11-14T18:55:38.127Z | Downloaded usdt-impl v0.3.5 |
| 882 | 2023-11-14T18:55:38.144Z | Downloaded data-encoding v2.4.0 |
| 883 | 2023-11-14T18:55:38.163Z | Downloaded num_enum v0.7.0 |
| 884 | 2023-11-14T18:55:38.176Z | Downloaded slog-scope v4.4.0 |
| 885 | 2023-11-14T18:55:38.184Z | Downloaded crucible-workspace-hack v0.1.0 |
| 886 | 2023-11-14T18:55:38.195Z | Downloaded tokio-native-tls v0.3.1 |
| 887 | 2023-11-14T18:55:38.201Z | Downloaded radium v0.7.0 |
| 888 | 2023-11-14T18:55:38.209Z | Downloaded fastrand v2.0.0 |
| 889 | 2023-11-14T18:55:38.216Z | Downloaded predicates v2.1.5 |
| 890 | 2023-11-14T18:55:38.224Z | Downloaded serde_yaml v0.9.25 |
| 891 | 2023-11-14T18:55:38.237Z | Downloaded ppv-lite86 v0.2.17 |
| 892 | 2023-11-14T18:55:38.247Z | Downloaded serde_plain v1.0.2 |
| 893 | 2023-11-14T18:55:38.258Z | Downloaded tokio-tungstenite v0.18.0 |
| 894 | 2023-11-14T18:55:38.282Z | Downloaded num-integer v0.1.45 |
| 895 | 2023-11-14T18:55:38.332Z | Downloaded fxhash v0.2.1 |
| 896 | 2023-11-14T18:55:38.350Z | Downloaded zerocopy v0.3.0 |
| 897 | 2023-11-14T18:55:38.357Z | Downloaded cstr-argument v0.1.2 |
| 898 | 2023-11-14T18:55:38.361Z | Downloaded serde_urlencoded v0.7.1 |
| 899 | 2023-11-14T18:55:38.365Z | Downloaded dirs-sys-next v0.1.2 |
| 900 | 2023-11-14T18:55:38.381Z | Downloaded fd-lock v3.0.13 |
| 901 | 2023-11-14T18:55:38.394Z | Downloaded serde-big-array v0.5.1 |
| 902 | 2023-11-14T18:55:38.407Z | Downloaded vec_map v0.8.2 |
| 903 | 2023-11-14T18:55:38.416Z | Downloaded utf-8 v0.7.6 |
| 904 | 2023-11-14T18:55:38.436Z | Downloaded dof v0.1.5 |
| 905 | 2023-11-14T18:55:38.844Z | Downloaded url v2.4.1 |
| 906 | 2023-11-14T18:55:38.848Z | Downloaded termtree v0.4.1 |
| 907 | 2023-11-14T18:55:38.851Z | Downloaded itertools v0.11.0 |
| 908 | 2023-11-14T18:55:38.862Z | Downloaded foreign-types-shared v0.3.1 |
| 909 | 2023-11-14T18:55:38.878Z | Downloaded rand v0.8.5 |
| 910 | 2023-11-14T18:55:38.886Z | Downloaded strsim v0.8.0 |
| 911 | 2023-11-14T18:55:38.894Z | Downloaded predicates v3.0.4 |
| 912 | 2023-11-14T18:55:38.903Z | Downloaded unicode-width v0.1.11 |
| 913 | 2023-11-14T18:55:38.909Z | Downloaded debug-ignore v1.0.5 |
| 914 | 2023-11-14T18:55:38.913Z | Downloaded foreign-types-shared v0.1.1 |
| 915 | 2023-11-14T18:55:38.916Z | Downloaded semver v1.0.20 |
| 916 | 2023-11-14T18:55:38.920Z | Downloaded stringprep v0.1.3 |
| 917 | 2023-11-14T18:55:38.927Z | Downloaded crossbeam-utils v0.8.16 |
| 918 | 2023-11-14T18:55:38.932Z | Downloaded rpassword v7.2.0 |
| 919 | 2023-11-14T18:55:38.941Z | Downloaded terminal_size v0.2.6 |
| 920 | 2023-11-14T18:55:38.946Z | Downloaded termcolor v1.2.0 |
| 921 | 2023-11-14T18:55:38.953Z | Downloaded num_threads v0.1.6 |
| 922 | 2023-11-14T18:55:38.957Z | Downloaded serde_path_to_error v0.1.14 |
| 923 | 2023-11-14T18:55:38.962Z | Downloaded num_enum_derive v0.5.11 |
| 924 | 2023-11-14T18:55:38.967Z | Downloaded password-hash v0.5.0 |
| 925 | 2023-11-14T18:55:38.978Z | Downloaded universal-hash v0.5.1 |
| 926 | 2023-11-14T18:55:39.003Z | Downloaded ref-cast v1.0.20 |
| 927 | 2023-11-14T18:55:39.026Z | Downloaded typenum v1.16.0 |
| 928 | 2023-11-14T18:55:39.035Z | Downloaded derive_builder_core v0.12.0 |
| 929 | 2023-11-14T18:55:39.047Z | Downloaded futures-executor v0.3.29 |
| 930 | 2023-11-14T18:55:39.060Z | Downloaded futures-core v0.3.29 |
| 931 | 2023-11-14T18:55:39.070Z | Downloaded env_logger v0.9.3 |
| 932 | 2023-11-14T18:55:39.079Z | Downloaded walkdir v2.4.0 |
| 933 | 2023-11-14T18:55:39.086Z | Downloaded diesel_derives v2.1.1 |
| 934 | 2023-11-14T18:55:39.091Z | Downloaded prettyplease v0.2.12 |
| 935 | 2023-11-14T18:55:39.105Z | Downloaded spin v0.5.2 |
| 936 | 2023-11-14T18:55:39.109Z | Downloaded papergrid v0.10.0 |
| 937 | 2023-11-14T18:55:39.114Z | Downloaded darling_core v0.14.4 |
| 938 | 2023-11-14T18:55:39.118Z | Downloaded subprocess v0.2.9 |
| 939 | 2023-11-14T18:55:39.125Z | Downloaded generic-array v0.14.7 |
| 940 | 2023-11-14T18:55:39.145Z | Downloaded derive_more v0.99.17 |
| 941 | 2023-11-14T18:55:39.155Z | Downloaded crypto-bigint v0.5.2 |
| 942 | 2023-11-14T18:55:39.168Z | Downloaded serde v1.0.188 |
| 943 | 2023-11-14T18:55:39.181Z | Downloaded ucd-trie v0.1.6 |
| 944 | 2023-11-14T18:55:39.190Z | Downloaded regex-automata v0.1.10 |
| 945 | 2023-11-14T18:55:39.201Z | Downloaded unicode-ident v1.0.12 |
| 946 | 2023-11-14T18:55:39.218Z | Downloaded test-strategy v0.3.1 |
| 947 | 2023-11-14T18:55:39.232Z | Downloaded winnow v0.5.15 |
| 948 | 2023-11-14T18:55:39.248Z | Downloaded unicode-segmentation v1.10.1 |
| 949 | 2023-11-14T18:55:39.260Z | Downloaded x509-cert v0.2.4 |
| 950 | 2023-11-14T18:55:39.269Z | Downloaded reedline v0.25.0 |
| 951 | 2023-11-14T18:55:39.284Z | Downloaded vcpkg v0.2.15 |
| 952 | 2023-11-14T18:55:39.301Z | Downloaded quick-xml v0.23.1 |
| 953 | 2023-11-14T18:55:39.322Z | Downloaded syn v2.0.32 |
| 954 | 2023-11-14T18:55:39.331Z | Downloaded serde_with v2.3.3 |
| 955 | 2023-11-14T18:55:39.341Z | Downloaded serde_json v1.0.108 |
| 956 | 2023-11-14T18:55:39.382Z | Downloaded rayon v1.8.0 |
| 957 | 2023-11-14T18:55:39.389Z | Downloaded openssl v0.10.57 |
| 958 | 2023-11-14T18:55:39.393Z | Downloaded petgraph v0.6.4 |
| 959 | 2023-11-14T18:55:39.398Z | Downloaded smoltcp v0.8.2 |
| 960 | 2023-11-14T18:55:39.406Z | Downloaded radix_trie v0.2.1 |
| 961 | 2023-11-14T18:55:39.410Z | Downloaded rustix v0.37.23 |
| 962 | 2023-11-14T18:55:39.415Z | Downloaded smoltcp v0.9.1 |
| 963 | 2023-11-14T18:55:39.420Z | Downloaded futures-util v0.3.29 |
| 964 | 2023-11-14T18:55:39.427Z | Downloaded object v0.32.1 |
| 965 | 2023-11-14T18:55:39.437Z | Downloaded sled v0.34.7 |
| 966 | 2023-11-14T18:55:39.854Z | Downloaded zerocopy-derive v0.6.4 |
| 967 | 2023-11-14T18:55:39.875Z | Downloaded webpki-roots v0.25.2 |
| 968 | 2023-11-14T18:55:39.884Z | Downloaded regex-automata v0.4.3 |
| 969 | 2023-11-14T18:55:39.892Z | Downloaded regress v0.7.1 |
| 970 | 2023-11-14T18:55:39.901Z | Downloaded polar-core v0.27.0 |
| 971 | 2023-11-14T18:55:39.908Z | Downloaded curve25519-dalek v4.1.0 |
| 972 | 2023-11-14T18:55:39.921Z | Downloaded tokio v1.33.0 |
| 973 | 2023-11-14T18:55:39.927Z | Downloaded regex-syntax v0.8.2 |
| 974 | 2023-11-14T18:55:39.932Z | Downloaded diesel v2.1.3 |
| 975 | 2023-11-14T18:55:39.937Z | Downloaded regex-syntax v0.7.5 |
| 976 | 2023-11-14T18:55:39.943Z | Downloaded encoding_rs v0.8.33 |
| 977 | 2023-11-14T18:55:39.950Z | Downloaded zerocopy-derive v0.2.0 |
| 978 | 2023-11-14T18:55:39.955Z | Downloaded openapiv3 v1.0.3 |
| 979 | 2023-11-14T18:55:39.961Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 980 | 2023-11-14T18:55:39.966Z | Downloaded regex v1.10.2 |
| 981 | 2023-11-14T18:55:39.971Z | Downloaded regex-automata v0.3.8 |
| 982 | 2023-11-14T18:55:39.997Z | Downloaded libc v0.2.150 |
| 983 | 2023-11-14T18:55:40.412Z | Downloaded object v0.30.4 |
| 984 | 2023-11-14T18:55:40.415Z | Downloaded regex-syntax v0.6.29 |
| 985 | 2023-11-14T18:55:40.419Z | Downloaded proptest v1.3.1 |
| 986 | 2023-11-14T18:55:40.422Z | Downloaded sha3 v0.10.8 |
| 987 | 2023-11-14T18:55:40.427Z | Downloaded trust-dns-proto v0.22.0 |
| 988 | 2023-11-14T18:55:40.430Z | Downloaded rustix v0.38.9 |
| 989 | 2023-11-14T18:55:40.434Z | Downloaded ring v0.17.5 |
| 990 | 2023-11-14T18:55:40.438Z | Downloaded tabled v0.14.0 |
| 991 | 2023-11-14T18:55:40.441Z | Downloaded rustls v0.21.8 |
| 992 | 2023-11-14T18:55:40.444Z | Downloaded bstr v0.2.17 |
| 993 | 2023-11-14T18:55:40.448Z | Downloaded gimli v0.28.0 |
| 994 | 2023-11-14T18:55:40.451Z | Downloaded ratatui v0.23.0 |
| 995 | 2023-11-14T18:55:40.454Z | Downloaded bindgen v0.65.1 |
| 996 | 2023-11-14T18:55:40.457Z | Downloaded nix v0.26.2 |
| 997 | 2023-11-14T18:55:40.460Z | Downloaded idna v0.4.0 |
| 998 | 2023-11-14T18:55:40.463Z | Downloaded idna v0.2.3 |
| 999 | 2023-11-14T18:55:40.467Z | Downloaded git2 v0.17.2 |
| 1000 | 2023-11-14T18:55:40.470Z | Downloaded portable-atomic v1.4.3 |
| 1001 | 2023-11-14T18:55:40.473Z | Downloaded reqwest v0.11.20 |
| 1002 | 2023-11-14T18:55:40.477Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
| 1003 | 2023-11-14T18:55:40.481Z | Downloaded time v0.3.27 |
| 1004 | 2023-11-14T18:55:40.487Z | Downloaded crossterm v0.27.0 |
| 1005 | 2023-11-14T18:55:40.497Z | Downloaded syn v1.0.109 |
| 1006 | 2023-11-14T18:55:40.501Z | Downloaded h2 v0.3.21 |
| 1007 | 2023-11-14T18:55:40.505Z | Downloaded lalrpop v0.19.12 |
| 1008 | 2023-11-14T18:55:40.508Z | Downloaded toml_edit v0.21.0 |
| 1009 | 2023-11-14T18:55:40.512Z | Downloaded chrono v0.4.31 |
| 1010 | 2023-11-14T18:55:40.516Z | Downloaded hashbrown v0.14.2 |
| 1011 | 2023-11-14T18:55:40.522Z | Downloaded hyper v0.14.27 |
| 1012 | 2023-11-14T18:55:40.539Z | Downloaded bitvec v1.0.1 |
| 1013 | 2023-11-14T18:55:40.545Z | Downloaded rusqlite v0.29.0 |
| 1014 | 2023-11-14T18:55:40.567Z | Downloaded zip v0.6.6 |
| 1015 | 2023-11-14T18:55:40.580Z | Downloaded proc-macro2 v1.0.67 |
| 1016 | 2023-11-14T18:55:40.586Z | Downloaded rustls-webpki v0.101.7 |
| 1017 | 2023-11-14T18:55:40.594Z | Downloaded socket2 v0.4.9 |
| 1018 | 2023-11-14T18:55:40.602Z | Downloaded heapless v0.7.16 |
| 1019 | 2023-11-14T18:55:40.607Z | Downloaded snafu v0.7.5 |
| 1020 | 2023-11-14T18:55:40.614Z | Downloaded fatfs v0.3.6 |
| 1021 | 2023-11-14T18:55:40.620Z | Downloaded pest v2.7.2 |
| 1022 | 2023-11-14T18:55:40.629Z | Downloaded clap v2.34.0 |
| 1023 | 2023-11-14T18:55:40.634Z | Downloaded smf v0.2.2 |
| 1024 | 2023-11-14T18:55:40.638Z | Downloaded parking_lot v0.12.1 |
| 1025 | 2023-11-14T18:55:40.642Z | Downloaded flate2 v1.0.28 |
| 1026 | 2023-11-14T18:55:40.646Z | Downloaded textwrap v0.16.0 |
| 1027 | 2023-11-14T18:55:40.651Z | Downloaded usdt v0.3.5 |
| 1028 | 2023-11-14T18:55:40.655Z | Downloaded serde_derive_internals v0.26.0 |
| 1029 | 2023-11-14T18:55:40.660Z | Downloaded tokio-stream v0.1.14 |
| 1030 | 2023-11-14T18:55:40.669Z | Downloaded libz-sys v1.1.12 |
| 1031 | 2023-11-14T18:55:40.674Z | Downloaded slog v2.7.0 |
| 1032 | 2023-11-14T18:55:40.682Z | Downloaded der v0.7.8 |
| 1033 | 2023-11-14T18:55:40.694Z | Downloaded semver-parser v0.10.2 |
| 1034 | 2023-11-14T18:55:40.699Z | Downloaded smallvec v1.11.0 |
| 1035 | 2023-11-14T18:55:40.704Z | Downloaded flume v0.11.0 |
| 1036 | 2023-11-14T18:55:40.710Z | Downloaded darling_core v0.20.3 |
| 1037 | 2023-11-14T18:55:40.719Z | Downloaded tough v0.14.0 |
| 1038 | 2023-11-14T18:55:40.729Z | Downloaded hashbrown v0.12.3 |
| 1039 | 2023-11-14T18:55:40.741Z | Downloaded tokio-util v0.7.10 |
| 1040 | 2023-11-14T18:55:40.748Z | Downloaded textwrap v0.11.0 |
| 1041 | 2023-11-14T18:55:40.755Z | Downloaded parking_lot v0.11.2 |
| 1042 | 2023-11-14T18:55:40.783Z | Downloaded elliptic-curve v0.13.5 |
| 1043 | 2023-11-14T18:55:40.788Z | Downloaded thread_local v1.1.7 |
| 1044 | 2023-11-14T18:55:40.802Z | Downloaded proc-macro-error v1.0.4 |
| 1045 | 2023-11-14T18:55:40.806Z | Downloaded num-complex v0.4.4 |
| 1046 | 2023-11-14T18:55:40.809Z | Downloaded poly1305 v0.8.0 |
| 1047 | 2023-11-14T18:55:40.813Z | Downloaded time-macros v0.2.13 |
| 1048 | 2023-11-14T18:55:40.816Z | Downloaded whoami v1.4.1 |
| 1049 | 2023-11-14T18:55:40.819Z | Downloaded which v4.4.0 |
| 1050 | 2023-11-14T18:55:40.824Z | Downloaded yasna v0.5.2 |
| 1051 | 2023-11-14T18:55:40.827Z | Downloaded hashbrown v0.13.2 |
| 1052 | 2023-11-14T18:55:40.834Z | Downloaded hkdf v0.12.3 |
| 1053 | 2023-11-14T18:55:40.838Z | Downloaded termios v0.3.3 |
| 1054 | 2023-11-14T18:55:40.842Z | Downloaded futures-task v0.3.29 |
| 1055 | 2023-11-14T18:55:40.845Z | Downloaded futures-sink v0.3.29 |
| 1056 | 2023-11-14T18:55:40.848Z | Downloaded serde-hex v0.1.0 |
| 1057 | 2023-11-14T18:55:40.851Z | Downloaded paste v1.0.14 |
| 1058 | 2023-11-14T18:55:40.854Z | Downloaded tracing v0.1.37 |
| 1059 | 2023-11-14T18:55:40.857Z | Downloaded trust-dns-client v0.22.0 |
| 1060 | 2023-11-14T18:55:40.860Z | Downloaded darling v0.14.4 |
| 1061 | 2023-11-14T18:55:40.863Z | Downloaded signal-hook v0.3.17 |
| 1062 | 2023-11-14T18:55:40.867Z | Downloaded toml v0.5.11 |
| 1063 | 2023-11-14T18:55:40.877Z | Downloaded display-error-chain v0.2.0 |
| 1064 | 2023-11-14T18:55:40.884Z | Downloaded tokio-macros v2.1.0 |
| 1065 | 2023-11-14T18:55:40.899Z | Downloaded unicode-bidi v0.3.13 |
| 1066 | 2023-11-14T18:55:40.905Z | Downloaded serde-big-array v0.4.1 |
| 1067 | 2023-11-14T18:55:40.909Z | Downloaded getrandom v0.2.10 |
| 1068 | 2023-11-14T18:55:40.913Z | Downloaded packed_struct_codegen v0.10.1 |
| 1069 | 2023-11-14T18:55:40.917Z | Downloaded unarray v0.1.4 |
| 1070 | 2023-11-14T18:55:40.920Z | Downloaded pkcs8 v0.10.2 |
| 1071 | 2023-11-14T18:55:40.923Z | Downloaded trust-dns-resolver v0.22.0 |
| 1072 | 2023-11-14T18:55:40.926Z | Downloaded usdt-macro v0.3.5 |
| 1073 | 2023-11-14T18:55:40.929Z | Downloaded steno v0.4.0 |
| 1074 | 2023-11-14T18:55:40.933Z | Downloaded libxml v0.3.3 |
| 1075 | 2023-11-14T18:55:40.936Z | Downloaded num-bigint-dig v0.8.4 |
| 1076 | 2023-11-14T18:55:40.939Z | Downloaded libsqlite3-sys v0.26.0 |
| 1077 | 2023-11-14T18:55:40.946Z | Downloaded unicode-normalization v0.1.22 |
| 1078 | 2023-11-14T18:55:40.949Z | Downloaded siphasher v0.3.11 |
| 1079 | 2023-11-14T18:55:40.952Z | Downloaded ring v0.16.20 |
| 1080 | 2023-11-14T18:55:40.955Z | Downloaded rustls-native-certs v0.6.3 |
| 1081 | 2023-11-14T18:55:40.958Z | Downloaded subtle v2.5.0 |
| 1082 | 2023-11-14T18:55:40.961Z | Downloaded unicase v2.7.0 |
| 1083 | 2023-11-14T18:55:40.964Z | Downloaded slog-json v2.6.1 |
| 1084 | 2023-11-14T18:55:40.974Z | Downloaded similar v2.2.1 |
| 1085 | 2023-11-14T18:55:40.980Z | Downloaded tracing-core v0.1.31 |
| 1086 | 2023-11-14T18:55:40.991Z | Downloaded futures v0.3.29 |
| 1087 | 2023-11-14T18:55:41.006Z | Downloaded clap_builder v4.4.2 |
| 1088 | 2023-11-14T18:55:41.014Z | Downloaded num-rational v0.4.1 |
| 1089 | 2023-11-14T18:55:41.024Z | Downloaded sha2 v0.10.8 |
| 1090 | 2023-11-14T18:55:41.034Z | Downloaded der_derive v0.7.2 |
| 1091 | 2023-11-14T18:55:41.040Z | Downloaded half v1.8.2 |
| 1092 | 2023-11-14T18:55:41.047Z | Downloaded tungstenite v0.20.1 |
| 1093 | 2023-11-14T18:55:41.051Z | Downloaded pest_derive v2.7.2 |
| 1094 | 2023-11-14T18:55:41.056Z | Downloaded diff v0.1.13 |
| 1095 | 2023-11-14T18:55:41.059Z | Downloaded rsa v0.9.2 |
| 1096 | 2023-11-14T18:55:41.066Z | Downloaded tokio-postgres v0.7.10 |
| 1097 | 2023-11-14T18:55:41.072Z | Downloaded aes v0.8.3 |
| 1098 | 2023-11-14T18:55:41.076Z | Downloaded zeroize_derive v1.4.2 |
| 1099 | 2023-11-14T18:55:41.080Z | Downloaded pest_generator v2.7.2 |
| 1100 | 2023-11-14T18:55:41.084Z | Downloaded ron v0.7.1 |
| 1101 | 2023-11-14T18:55:41.088Z | Downloaded salty v0.2.0 |
| 1102 | 2023-11-14T18:55:41.092Z | Downloaded libm v0.2.7 |
| 1103 | 2023-11-14T18:55:41.096Z | Downloaded parking_lot_core v0.8.6 |
| 1104 | 2023-11-14T18:55:41.101Z | Downloaded tinyvec v1.6.0 |
| 1105 | 2023-11-14T18:55:41.105Z | Downloaded platforms v3.0.2 |
| 1106 | 2023-11-14T18:55:41.109Z | Downloaded phf_shared v0.11.2 |
| 1107 | 2023-11-14T18:55:41.113Z | Downloaded quote v1.0.33 |
| 1108 | 2023-11-14T18:55:41.117Z | Downloaded pem v3.0.2 |
| 1109 | 2023-11-14T18:55:41.121Z | Downloaded openssl-macros v0.1.1 |
| 1110 | 2023-11-14T18:55:41.125Z | Downloaded headers v0.3.9 |
| 1111 | 2023-11-14T18:55:41.130Z | Downloaded predicates-core v1.0.6 |
| 1112 | 2023-11-14T18:55:41.134Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1113 | 2023-11-14T18:55:41.137Z | Downloaded parse-display-derive v0.7.0 |
| 1114 | 2023-11-14T18:55:41.142Z | Downloaded phf v0.11.2 |
| 1115 | 2023-11-14T18:55:41.145Z | Downloaded slog-stdlog v4.1.1 |
| 1116 | 2023-11-14T18:55:41.150Z | Downloaded postgres-protocol v0.6.6 |
| 1117 | 2023-11-14T18:55:41.155Z | Downloaded postcard v0.7.3 |
| 1118 | 2023-11-14T18:55:41.160Z | Downloaded structopt v0.3.26 |
| 1119 | 2023-11-14T18:55:41.163Z | Downloaded env_logger v0.10.0 |
| 1120 | 2023-11-14T18:55:41.167Z | Downloaded vte v0.11.1 |
| 1121 | 2023-11-14T18:55:41.172Z | Downloaded rcgen v0.11.3 |
| 1122 | 2023-11-14T18:55:41.176Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1123 | 2023-11-14T18:55:41.179Z | Downloaded thiserror-impl v1.0.49 |
| 1124 | 2023-11-14T18:55:41.183Z | Downloaded synstructure v0.12.6 |
| 1125 | 2023-11-14T18:55:41.186Z | Downloaded zerocopy v0.6.4 |
| 1126 | 2023-11-14T18:55:41.191Z | Downloaded trust-dns-server v0.22.1 |
| 1127 | 2023-11-14T18:55:41.194Z | Downloaded crossbeam-channel v0.5.8 |
| 1128 | 2023-11-14T18:55:41.200Z | Downloaded pkcs1 v0.7.5 |
| 1129 | 2023-11-14T18:55:41.205Z | Downloaded derive_builder v0.12.0 |
| 1130 | 2023-11-14T18:55:41.217Z | Downloaded slog-envlogger v2.2.0 |
| 1131 | 2023-11-14T18:55:41.633Z | Downloaded num-bigint v0.4.4 |
| 1132 | 2023-11-14T18:55:41.643Z | Downloaded openssl-sys v0.9.93 |
| 1133 | 2023-11-14T18:55:41.656Z | Downloaded http v0.2.9 |
| 1134 | 2023-11-14T18:55:41.665Z | Downloaded quick-error v1.2.3 |
| 1135 | 2023-11-14T18:55:41.678Z | Downloaded percent-encoding v2.3.0 |
| 1136 | 2023-11-14T18:55:41.684Z | Downloaded ringbuffer v0.15.0 |
| 1137 | 2023-11-14T18:55:41.687Z | Downloaded rand_core v0.6.4 |
| 1138 | 2023-11-14T18:55:41.690Z | Downloaded num-iter v0.1.43 |
| 1139 | 2023-11-14T18:55:41.694Z | Downloaded once_cell v1.18.0 |
| 1140 | 2023-11-14T18:55:41.699Z | Downloaded futures-channel v0.3.29 |
| 1141 | 2023-11-14T18:55:41.702Z | Downloaded memchr v2.6.3 |
| 1142 | 2023-11-14T18:55:41.705Z | Downloaded path-dedot v3.1.0 |
| 1143 | 2023-11-14T18:55:41.708Z | Downloaded num_enum v0.5.11 |
| 1144 | 2023-11-14T18:55:41.712Z | Downloaded resolv-conf v0.7.0 |
| 1145 | 2023-11-14T18:55:41.715Z | Downloaded foreign-types v0.3.2 |
| 1146 | 2023-11-14T18:55:41.718Z | Downloaded vsss-rs v3.3.1 |
| 1147 | 2023-11-14T18:55:41.721Z | Downloaded schemars v0.8.13 |
| 1148 | 2023-11-14T18:55:41.724Z | Downloaded ryu v1.0.15 |
| 1149 | 2023-11-14T18:55:41.730Z | Downloaded rusty-fork v0.3.0 |
| 1150 | 2023-11-14T18:55:41.733Z | Downloaded difflib v0.4.0 |
| 1151 | 2023-11-14T18:55:41.737Z | Downloaded vergen v8.2.4 |
| 1152 | 2023-11-14T18:55:41.740Z | Downloaded minimal-lexical v0.2.1 |
| 1153 | 2023-11-14T18:55:41.743Z | Downloaded spin v0.9.8 |
| 1154 | 2023-11-14T18:55:41.746Z | Downloaded pest_meta v2.7.2 |
| 1155 | 2023-11-14T18:55:41.749Z | Downloaded mio v0.8.8 |
| 1156 | 2023-11-14T18:55:41.752Z | Downloaded postcard-cobs v0.1.5-pre |
| 1157 | 2023-11-14T18:55:41.755Z | Downloaded pem-rfc7468 v0.7.0 |
| 1158 | 2023-11-14T18:55:41.758Z | Downloaded globset v0.4.13 |
| 1159 | 2023-11-14T18:55:41.761Z | Downloaded digest v0.10.7 |
| 1160 | 2023-11-14T18:55:41.766Z | Downloaded funty v2.0.0 |
| 1161 | 2023-11-14T18:55:41.769Z | Downloaded itertools v0.10.5 |
| 1162 | 2023-11-14T18:55:41.772Z | Downloaded rtoolbox v0.0.1 |
| 1163 | 2023-11-14T18:55:41.775Z | Downloaded derive-where v1.2.5 |
| 1164 | 2023-11-14T18:55:41.779Z | Downloaded rustc_version v0.4.0 |
| 1165 | 2023-11-14T18:55:41.782Z | Downloaded omicron-zone-package v0.8.3 |
| 1166 | 2023-11-14T18:55:41.785Z | Downloaded unsafe-libyaml v0.2.9 |
| 1167 | 2023-11-14T18:55:41.788Z | Downloaded tar v0.4.40 |
| 1168 | 2023-11-14T18:55:41.792Z | Downloaded tokio-tungstenite v0.20.1 |
| 1169 | 2023-11-14T18:55:41.795Z | Downloaded slog-term v2.9.0 |
| 1170 | 2023-11-14T18:55:41.798Z | Downloaded structmeta-derive v0.2.0 |
| 1171 | 2023-11-14T18:55:41.802Z | Downloaded getopts v0.2.21 |
| 1172 | 2023-11-14T18:55:41.806Z | Downloaded glob v0.3.1 |
| 1173 | 2023-11-14T18:55:41.809Z | Downloaded slab v0.4.9 |
| 1174 | 2023-11-14T18:55:41.812Z | Downloaded const_format v0.2.31 |
| 1175 | 2023-11-14T18:55:41.834Z | Downloaded base64 v0.21.5 |
| 1176 | 2023-11-14T18:55:41.841Z | Downloaded form_urlencoded v1.2.0 |
| 1177 | 2023-11-14T18:55:41.852Z | Downloaded oso v0.27.0 |
| 1178 | 2023-11-14T18:55:41.856Z | Downloaded uuid v1.5.0 |
| 1179 | 2023-11-14T18:55:41.862Z | Downloaded version_check v0.9.4 |
| 1180 | 2023-11-14T18:55:41.866Z | Downloaded structmeta-derive v0.1.6 |
| 1181 | 2023-11-14T18:55:41.871Z | Downloaded signature v2.1.0 |
| 1182 | 2023-11-14T18:55:41.875Z | Downloaded num_enum_derive v0.7.0 |
| 1183 | 2023-11-14T18:55:41.879Z | Downloaded pin-project-lite v0.2.13 |
| 1184 | 2023-11-14T18:55:41.883Z | Downloaded tokio-rustls v0.24.1 |
| 1185 | 2023-11-14T18:55:41.887Z | Downloaded hash32 v0.2.1 |
| 1186 | 2023-11-14T18:55:41.890Z | Downloaded parking_lot_core v0.9.8 |
| 1187 | 2023-11-14T18:55:41.897Z | Downloaded rustfmt-wrapper v0.2.0 |
| 1188 | 2023-11-14T18:55:41.910Z | Downloaded stable_deref_trait v1.2.0 |
| 1189 | 2023-11-14T18:55:41.921Z | Downloaded backtrace v0.3.69 |
| 1190 | 2023-11-14T18:55:41.928Z | Downloaded toml v0.7.8 |
| 1191 | 2023-11-14T18:55:41.937Z | Downloaded oso-derive v0.27.0 |
| 1192 | 2023-11-14T18:55:41.946Z | Downloaded path-slash v0.1.5 |
| 1193 | 2023-11-14T18:55:41.958Z | Downloaded static_assertions v1.1.0 |
| 1194 | 2023-11-14T18:55:41.969Z | Downloaded predicates-tree v1.0.9 |
| 1195 | 2023-11-14T18:55:41.978Z | Downloaded float-cmp v0.9.0 |
| 1196 | 2023-11-14T18:55:41.996Z | Downloaded flagset v0.4.3 |
| 1197 | 2023-11-14T18:55:42.019Z | Downloaded zeroize v1.6.0 |
| 1198 | 2023-11-14T18:55:42.025Z | Downloaded schemars_derive v0.8.13 |
| 1199 | 2023-11-14T18:55:42.031Z | Downloaded indexmap v1.9.3 |
| 1200 | 2023-11-14T18:55:42.035Z | Downloaded cc v1.0.83 |
| 1201 | 2023-11-14T18:55:42.039Z | Downloaded sct v0.7.0 |
| 1202 | 2023-11-14T18:55:42.044Z | Downloaded toml v0.8.8 |
| 1203 | 2023-11-14T18:55:42.048Z | Downloaded darling v0.20.3 |
| 1204 | 2023-11-14T18:55:42.052Z | Downloaded xattr v1.0.1 |
| 1205 | 2023-11-14T18:55:42.056Z | Downloaded tabled_derive v0.6.0 |
| 1206 | 2023-11-14T18:55:42.061Z | Downloaded libloading v0.7.4 |
| 1207 | 2023-11-14T18:55:42.065Z | Downloaded tracing-attributes v0.1.26 |
| 1208 | 2023-11-14T18:55:42.070Z | Downloaded allocator-api2 v0.2.16 |
| 1209 | 2023-11-14T18:55:42.074Z | Downloaded arc-swap v1.6.0 |
| 1210 | 2023-11-14T18:55:42.078Z | Downloaded errno v0.3.2 |
| 1211 | 2023-11-14T18:55:42.082Z | Downloaded equivalent v1.0.1 |
| 1212 | 2023-11-14T18:55:42.088Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1213 | 2023-11-14T18:55:42.094Z | Downloaded structopt-derive v0.4.18 |
| 1214 | 2023-11-14T18:55:42.102Z | Downloaded scopeguard v1.2.0 |
| 1215 | 2023-11-14T18:55:42.113Z | Downloaded serde_tokenstream v0.2.0 |
| 1216 | 2023-11-14T18:55:42.127Z | Downloaded tiny-keccak v2.0.2 |
| 1217 | 2023-11-14T18:55:42.137Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1218 | 2023-11-14T18:55:42.150Z | Downloaded fallible-iterator v0.2.0 |
| 1219 | 2023-11-14T18:55:42.163Z | Downloaded serde_tokenstream v0.1.7 |
| 1220 | 2023-11-14T18:55:42.175Z | Downloaded polyval v0.6.1 |
| 1221 | 2023-11-14T18:55:42.193Z | Downloaded pin-utils v0.1.0 |
| 1222 | 2023-11-14T18:55:42.203Z | Downloaded term v0.7.0 |
| 1223 | 2023-11-14T18:55:42.213Z | Downloaded rand_xorshift v0.3.0 |
| 1224 | 2023-11-14T18:55:42.224Z | Downloaded crc-any v2.4.3 |
| 1225 | 2023-11-14T18:55:42.236Z | Downloaded crc32fast v1.3.2 |
| 1226 | 2023-11-14T18:55:42.243Z | Downloaded clang-sys v1.6.1 |
| 1227 | 2023-11-14T18:55:42.249Z | Downloaded clap v4.4.3 |
| 1228 | 2023-11-14T18:55:42.254Z | Downloaded ref-cast-impl v1.0.20 |
| 1229 | 2023-11-14T18:55:42.257Z | Downloaded either v1.9.0 |
| 1230 | 2023-11-14T18:55:42.268Z | Downloaded ed25519 v1.5.3 |
| 1231 | 2023-11-14T18:55:42.275Z | Downloaded dirs-next v2.0.0 |
| 1232 | 2023-11-14T18:55:42.284Z | Downloaded crossbeam-queue v0.3.8 |
| 1233 | 2023-11-14T18:55:42.289Z | Downloaded argon2 v0.5.2 |
| 1234 | 2023-11-14T18:55:42.298Z | Downloaded ahash v0.8.3 |
| 1235 | 2023-11-14T18:55:42.311Z | Downloaded blake2 v0.10.6 |
| 1236 | 2023-11-14T18:55:42.319Z | Downloaded anyhow v1.0.75 |
| 1237 | 2023-11-14T18:55:42.324Z | Downloaded addr2line v0.21.0 |
| 1238 | 2023-11-14T18:55:42.328Z | Downloaded wyz v0.5.1 |
| 1239 | 2023-11-14T18:55:42.342Z | Downloaded wait-timeout v0.2.0 |
| 1240 | 2023-11-14T18:55:42.359Z | Downloaded crypto-common v0.1.6 |
| 1241 | 2023-11-14T18:55:42.373Z | Downloaded log v0.4.20 |
| 1242 | 2023-11-14T18:55:42.381Z | Downloaded lock_api v0.4.10 |
| 1243 | 2023-11-14T18:55:42.388Z | Downloaded mime_guess v2.0.4 |
| 1244 | 2023-11-14T18:55:42.394Z | Downloaded untrusted v0.7.1 |
| 1245 | 2023-11-14T18:55:42.411Z | Downloaded tap v1.0.1 |
| 1246 | 2023-11-14T18:55:42.423Z | Downloaded ipnet v2.8.0 |
| 1247 | 2023-11-14T18:55:42.431Z | Downloaded strum_macros v0.24.3 |
| 1248 | 2023-11-14T18:55:42.441Z | Downloaded nanorand v0.7.0 |
| 1249 | 2023-11-14T18:55:42.451Z | Downloaded async-trait v0.1.74 |
| 1250 | 2023-11-14T18:55:42.536Z | Downloaded chacha20poly1305 v0.10.1 |
| 1251 | 2023-11-14T18:55:42.553Z | Downloaded bitflags v1.3.2 |
| 1252 | 2023-11-14T18:55:42.561Z | Downloaded bincode v1.3.3 |
| 1253 | 2023-11-14T18:55:42.569Z | Downloaded dtrace-parser v0.1.14 |
| 1254 | 2023-11-14T18:55:42.583Z | Downloaded untrusted v0.9.0 |
| 1255 | 2023-11-14T18:55:42.595Z | Downloaded unicode-linebreak v0.1.5 |
| 1256 | 2023-11-14T18:55:43.431Z | Downloaded string_cache v0.8.7 |
| 1257 | 2023-11-14T18:55:43.441Z | Downloaded smawk v0.3.1 |
| 1258 | 2023-11-14T18:55:43.453Z | Downloaded slog-dtrace v0.2.3 |
| 1259 | 2023-11-14T18:55:43.462Z | Downloaded base64ct v1.6.0 |
| 1260 | 2023-11-14T18:55:43.469Z | Downloaded base16ct v0.2.0 |
| 1261 | 2023-11-14T18:55:43.528Z | Downloaded backoff v0.4.0 |
| 1262 | 2023-11-14T18:55:43.577Z | Downloaded anstyle-parse v0.2.1 |
| 1263 | 2023-11-14T18:55:43.586Z | Downloaded ansi_term v0.12.1 |
| 1264 | 2023-11-14T18:55:43.594Z | Downloaded ascii v1.1.0 |
| 1265 | 2023-11-14T18:55:43.606Z | Downloaded toml_datetime v0.6.5 |
| 1266 | 2023-11-14T18:55:43.637Z | Downloaded slog-bunyan v2.4.0 |
| 1267 | 2023-11-14T18:55:43.661Z | Downloaded slog-async v2.8.0 |
| 1268 | 2023-11-14T18:55:43.679Z | Downloaded cipher v0.4.4 |
| 1269 | 2023-11-14T18:55:43.696Z | Downloaded linked-hash-map v0.5.6 |
| 1270 | 2023-11-14T18:55:43.713Z | Downloaded linear-map v1.2.0 |
| 1271 | 2023-11-14T18:55:43.726Z | Downloaded toolchain_find v0.2.0 |
| 1272 | 2023-11-14T18:55:43.739Z | Downloaded signature v1.6.4 |
| 1273 | 2023-11-14T18:55:43.752Z | Downloaded lalrpop-util v0.19.12 |
| 1274 | 2023-11-14T18:55:43.760Z | Downloaded itoa v1.0.9 |
| 1275 | 2023-11-14T18:55:43.768Z | Downloaded block-padding v0.3.3 |
| 1276 | 2023-11-14T18:55:43.779Z | Downloaded signal-hook-registry v1.4.1 |
| 1277 | 2023-11-14T18:55:43.794Z | Downloaded secrecy v0.8.0 |
| 1278 | 2023-11-14T18:55:43.809Z | Downloaded want v0.3.1 |
| 1279 | 2023-11-14T18:55:43.819Z | Downloaded multer v2.1.0 |
| 1280 | 2023-11-14T18:55:43.827Z | Downloaded bit_field v0.10.2 |
| 1281 | 2023-11-14T18:55:43.844Z | Downloaded aes-gcm-siv v0.11.1 |
| 1282 | 2023-11-14T18:55:43.849Z | Downloaded signal-hook-tokio v0.3.1 |
| 1283 | 2023-11-14T18:55:43.856Z | Downloaded sha1 v0.10.5 |
| 1284 | 2023-11-14T18:55:43.862Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1285 | 2023-11-14T18:55:43.874Z | Downloaded indexmap v2.1.0 |
| 1286 | 2023-11-14T18:55:43.889Z | Downloaded chacha20 v0.9.1 |
| 1287 | 2023-11-14T18:55:43.899Z | Downloaded memoffset v0.7.1 |
| 1288 | 2023-11-14T18:55:43.905Z | Downloaded crossbeam v0.8.2 |
| 1289 | 2023-11-14T18:55:43.916Z | Downloaded crc-catalog v2.2.0 |
| 1290 | 2023-11-14T18:55:44.323Z | Downloaded const_format_proc_macros v0.2.31 |
| 1291 | 2023-11-14T18:55:44.327Z | Downloaded indoc v1.0.9 |
| 1292 | 2023-11-14T18:55:44.330Z | Downloaded memoffset v0.9.0 |
| 1293 | 2023-11-14T18:55:44.334Z | Downloaded highway v1.1.0 |
| 1294 | 2023-11-14T18:55:44.337Z | Downloaded macaddr v1.0.1 |
| 1295 | 2023-11-14T18:55:44.341Z | Downloaded nibble_vec v0.1.0 |
| 1296 | 2023-11-14T18:55:44.346Z | Downloaded managed v0.8.0 |
| 1297 | 2023-11-14T18:55:44.351Z | Downloaded time-core v0.1.1 |
| 1298 | 2023-11-14T18:55:44.355Z | Downloaded crc v3.0.1 |
| 1299 | 2023-11-14T18:55:44.358Z | Downloaded colored v2.0.4 |
| 1300 | 2023-11-14T18:55:44.365Z | Downloaded lru-cache v0.1.2 |
| 1301 | 2023-11-14T18:55:44.369Z | Downloaded lazy_static v1.4.0 |
| 1302 | 2023-11-14T18:55:44.374Z | Downloaded hex v0.4.3 |
| 1303 | 2023-11-14T18:55:44.377Z | Downloaded http-body v0.4.5 |
| 1304 | 2023-11-14T18:55:44.392Z | Downloaded heck v0.4.1 |
| 1305 | 2023-11-14T18:55:44.396Z | Downloaded bytecount v0.6.3 |
| 1306 | 2023-11-14T18:55:44.409Z | Downloaded atomic-waker v1.1.1 |
| 1307 | 2023-11-14T18:55:44.418Z | Downloaded try-lock v0.2.4 |
| 1308 | 2023-11-14T18:55:44.423Z | Downloaded console v0.15.7 |
| 1309 | 2023-11-14T18:55:44.428Z | Downloaded bytesize v1.3.0 |
| 1310 | 2023-11-14T18:55:44.435Z | Downloaded humantime v2.1.0 |
| 1311 | 2023-11-14T18:55:44.441Z | Downloaded lazycell v1.3.0 |
| 1312 | 2023-11-14T18:55:44.447Z | Downloaded ciborium-ll v0.2.1 |
| 1313 | 2023-11-14T18:55:44.451Z | Downloaded autocfg v1.1.0 |
| 1314 | 2023-11-14T18:55:44.455Z | Downloaded async-stream v0.3.5 |
| 1315 | 2023-11-14T18:55:44.459Z | Downloaded array-init v0.0.4 |
| 1316 | 2023-11-14T18:55:44.465Z | Downloaded bitfield v0.14.0 |
| 1317 | 2023-11-14T18:55:44.470Z | Downloaded aead v0.5.2 |
| 1318 | 2023-11-14T18:55:44.474Z | Downloaded anstyle v1.0.2 |
| 1319 | 2023-11-14T18:55:44.478Z | Downloaded bb8 v0.8.1 |
| 1320 | 2023-11-14T18:55:44.483Z | Downloaded async-recursion v1.0.5 |
| 1321 | 2023-11-14T18:55:44.487Z | Downloaded anstream v0.5.0 |
| 1322 | 2023-11-14T18:55:44.491Z | Downloaded hubpack v0.1.2 |
| 1323 | 2023-11-14T18:55:44.495Z | Downloaded cargo-platform v0.1.3 |
| 1324 | 2023-11-14T18:55:44.499Z | Downloaded ipnetwork v0.20.0 |
| 1325 | 2023-11-14T18:55:44.504Z | Downloaded http-range v0.1.5 |
| 1326 | 2023-11-14T18:55:44.509Z | Downloaded cargo_metadata v0.18.0 |
| 1327 | 2023-11-14T18:55:44.515Z | Downloaded httparse v1.8.0 |
| 1328 | 2023-11-14T18:55:44.523Z | Downloaded anstyle-query v1.0.0 |
| 1329 | 2023-11-14T18:55:44.944Z | Downloaded adler v1.0.2 |
| 1330 | 2023-11-14T18:55:44.952Z | Downloaded maybe-uninit v2.0.0 |
| 1331 | 2023-11-14T18:55:44.962Z | Downloaded hubpack_derive v0.1.1 |
| 1332 | 2023-11-14T18:55:44.972Z | Downloaded iana-time-zone v0.1.57 |
| 1333 | 2023-11-14T18:55:44.976Z | Downloaded aho-corasick v1.0.4 |
| 1334 | 2023-11-14T18:55:44.982Z | Downloaded match_cfg v0.1.0 |
| 1335 | 2023-11-14T18:55:44.986Z | Downloaded mockall v0.11.4 |
| 1336 | 2023-11-14T18:55:44.989Z | Downloaded mime v0.3.17 |
| 1337 | 2023-11-14T18:55:44.993Z | Downloaded const-oid v0.9.5 |
| 1338 | 2023-11-14T18:55:44.996Z | Downloaded maplit v1.0.2 |
| 1339 | 2023-11-14T18:55:45.000Z | Downloaded libefi-sys v0.1.0 |
| 1340 | 2023-11-14T18:55:45.015Z | Downloaded io-lifetimes v1.0.11 |
| 1341 | 2023-11-14T18:55:45.035Z | Downloaded indoc v2.0.3 |
| 1342 | 2023-11-14T18:55:45.041Z | Downloaded hyper-tls v0.5.0 |
| 1343 | 2023-11-14T18:55:45.045Z | Downloaded kstat-rs v0.2.3 |
| 1344 | 2023-11-14T18:55:45.049Z | Downloaded cookie v0.16.2 |
| 1345 | 2023-11-14T18:55:45.053Z | Downloaded ciborium-io v0.2.1 |
| 1346 | 2023-11-14T18:55:45.057Z | Downloaded bstr v1.6.0 |
| 1347 | 2023-11-14T18:55:45.061Z | Downloaded bitstruct v0.1.1 |
| 1348 | 2023-11-14T18:55:45.065Z | Downloaded bitstruct_derive v0.1.0 |
| 1349 | 2023-11-14T18:55:45.069Z | Downloaded atty v0.2.14 |
| 1350 | 2023-11-14T18:55:45.073Z | Downloaded serde_derive v1.0.188 |
| 1351 | 2023-11-14T18:55:45.076Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1352 | 2023-11-14T18:55:45.080Z | Downloaded hyper-rustls v0.24.2 |
| 1353 | 2023-11-14T18:55:45.084Z | Downloaded hostname v0.3.1 |
| 1354 | 2023-11-14T18:55:45.103Z | Downloaded clap_derive v4.4.2 |
| 1355 | 2023-11-14T18:55:45.109Z | Downloaded cargo_toml v0.17.0 |
| 1356 | 2023-11-14T18:55:45.121Z | Downloaded cancel-safe-futures v0.1.5 |
| 1357 | 2023-11-14T18:55:45.132Z | Downloaded serde_repr v0.1.16 |
| 1358 | 2023-11-14T18:55:45.138Z | Downloaded semver v0.11.0 |
| 1359 | 2023-11-14T18:55:45.148Z | Downloaded semver v0.1.20 |
| 1360 | 2023-11-14T18:55:45.152Z | Downloaded same-file v1.0.6 |
| 1361 | 2023-11-14T18:55:45.155Z | Downloaded rustc_version v0.1.7 |
| 1362 | 2023-11-14T18:55:45.159Z | Downloaded rustc-hash v1.1.0 |
| 1363 | 2023-11-14T18:55:45.165Z | Downloaded rustc-demangle v0.1.23 |
| 1364 | 2023-11-14T18:55:45.169Z | Downloaded jobserver v0.1.26 |
| 1365 | 2023-11-14T18:55:45.174Z | Downloaded hyper-staticfile v0.9.5 |
| 1366 | 2023-11-14T18:55:45.178Z | Downloaded corncobs v0.1.3 |
| 1367 | 2023-11-14T18:55:45.182Z | Downloaded clap_lex v0.5.1 |
| 1368 | 2023-11-14T18:55:45.185Z | Downloaded ron v0.8.1 |
| 1369 | 2023-11-14T18:55:45.190Z | Downloaded keccak v0.1.4 |
| 1370 | 2023-11-14T18:55:45.196Z | Downloaded inout v0.1.3 |
| 1371 | 2023-11-14T18:55:45.200Z | Downloaded cpufeatures v0.2.9 |
| 1372 | 2023-11-14T18:55:45.204Z | Downloaded cfg-if v1.0.0 |
| 1373 | 2023-11-14T18:55:45.209Z | Downloaded home v0.5.5 |
| 1374 | 2023-11-14T18:55:45.214Z | Downloaded heck v0.3.3 |
| 1375 | 2023-11-14T18:55:45.218Z | Downloaded convert_case v0.4.0 |
| 1376 | 2023-11-14T18:55:45.221Z | Downloaded cfg-if v0.1.10 |
| 1377 | 2023-11-14T18:55:45.226Z | Downloaded cexpr v0.6.0 |
| 1378 | 2023-11-14T18:55:45.231Z | Downloaded ident_case v1.0.1 |
| 1379 | 2023-11-14T18:55:45.238Z | Compiling proc-macro2 v1.0.67 |
| 1380 | 2023-11-14T18:55:45.242Z | Compiling unicode-ident v1.0.12 |
| 1381 | 2023-11-14T18:55:45.245Z | Compiling libc v0.2.150 |
| 1382 | 2023-11-14T18:55:45.249Z | Compiling serde v1.0.188 |
| 1383 | 2023-11-14T18:55:45.255Z | Compiling autocfg v1.1.0 |
| 1384 | 2023-11-14T18:55:45.259Z | Compiling version_check v0.9.4 |
| 1385 | 2023-11-14T18:55:45.264Z | Compiling cfg-if v1.0.0 |
| 1386 | 2023-11-14T18:55:45.268Z | Compiling syn v1.0.109 |
| 1387 | 2023-11-14T18:55:45.272Z | Compiling once_cell v1.18.0 |
| 1388 | 2023-11-14T18:55:45.277Z | Compiling parking_lot_core v0.9.8 |
| 1389 | 2023-11-14T18:55:45.281Z | Compiling libm v0.2.7 |
| 1390 | 2023-11-14T18:55:45.285Z | Compiling ahash v0.8.3 |
| 1391 | 2023-11-14T18:55:45.289Z | Compiling lock_api v0.4.10 |
| 1392 | 2023-11-14T18:55:45.293Z | Compiling num-traits v0.2.16 |
| 1393 | 2023-11-14T18:55:45.297Z | Compiling thiserror v1.0.49 |
| 1394 | 2023-11-14T18:55:45.301Z | Compiling futures-core v0.3.29 |
| 1395 | 2023-11-14T18:55:45.306Z | Compiling scopeguard v1.2.0 |
| 1396 | 2023-11-14T18:55:45.310Z | Compiling typenum v1.16.0 |
| 1397 | 2023-11-14T18:55:45.314Z | Compiling memchr v2.6.3 |
| 1398 | 2023-11-14T18:55:45.319Z | Compiling generic-array v0.14.7 |
| 1399 | 2023-11-14T18:55:45.327Z | Compiling itoa v1.0.9 |
| 1400 | 2023-11-14T18:55:45.343Z | Compiling pkg-config v0.3.27 |
| 1401 | 2023-11-14T18:55:45.373Z | Compiling quote v1.0.33 |
| 1402 | 2023-11-14T18:55:45.383Z | Compiling jobserver v0.1.26 |
| 1403 | 2023-11-14T18:55:45.391Z | Compiling syn v2.0.32 |
| 1404 | 2023-11-14T18:55:45.396Z | Compiling cc v1.0.83 |
| 1405 | 2023-11-14T18:55:45.401Z | Compiling getrandom v0.2.10 |
| 1406 | 2023-11-14T18:55:45.406Z | Compiling slab v0.4.9 |
| 1407 | 2023-11-14T18:55:45.411Z | Compiling futures-task v0.3.29 |
| 1408 | 2023-11-14T18:55:45.415Z | Compiling futures-channel v0.3.29 |
| 1409 | 2023-11-14T18:55:45.419Z | Compiling log v0.4.20 |
| 1410 | 2023-11-14T18:55:45.422Z | Compiling futures-util v0.3.29 |
| 1411 | 2023-11-14T18:55:46.013Z | Compiling ryu v1.0.15 |
| 1412 | 2023-11-14T18:55:46.076Z | Compiling smallvec v1.11.0 |
| 1413 | 2023-11-14T18:55:46.206Z | Compiling serde_json v1.0.108 |
| 1414 | 2023-11-14T18:55:46.530Z | Compiling pin-project-lite v0.2.13 |
| 1415 | 2023-11-14T18:55:46.622Z | Compiling schemars v0.8.13 |
| 1416 | 2023-11-14T18:55:46.714Z | Compiling heck v0.4.1 |
| 1417 | 2023-11-14T18:55:46.765Z | Compiling vcpkg v0.2.15 |
| 1418 | 2023-11-14T18:55:48.337Z | Compiling parking_lot v0.12.1 |
| 1419 | 2023-11-14T18:55:48.427Z | Compiling ring v0.17.5 |
| 1420 | 2023-11-14T18:55:49.629Z | Compiling openssl-sys v0.9.93 |
| 1421 | 2023-11-14T18:55:50.181Z | Compiling signal-hook-registry v1.4.1 |
| 1422 | 2023-11-14T18:55:51.739Z | Compiling allocator-api2 v0.2.16 |
| 1423 | 2023-11-14T18:55:52.852Z | Compiling hashbrown v0.14.2 |
| 1424 | 2023-11-14T18:55:53.011Z | Compiling ring v0.16.20 |
| 1425 | 2023-11-14T18:55:53.029Z | Compiling mio v0.8.8 |
| 1426 | 2023-11-14T18:55:53.213Z | Compiling indexmap v1.9.3 |
| 1427 | 2023-11-14T18:55:53.552Z | Compiling equivalent v1.0.1 |
| 1428 | 2023-11-14T18:55:53.645Z | Compiling byteorder v1.5.0 |
| 1429 | 2023-11-14T18:55:53.981Z | Compiling httparse v1.8.0 |
| 1430 | 2023-11-14T18:55:54.571Z | Compiling num_cpus v1.16.0 |
| 1431 | 2023-11-14T18:55:54.596Z | Compiling socket2 v0.5.4 |
| 1432 | 2023-11-14T18:55:54.810Z | Compiling spin v0.5.2 |
| 1433 | 2023-11-14T18:55:54.991Z | Compiling rand_core v0.6.4 |
| 1434 | 2023-11-14T18:55:55.427Z | Compiling openssl v0.10.57 |
| 1435 | 2023-11-14T18:55:55.486Z | Compiling fnv v1.0.7 |
| 1436 | 2023-11-14T18:55:55.606Z | Compiling semver v1.0.20 |
| 1437 | 2023-11-14T18:55:56.022Z | Compiling serde_derive_internals v0.26.0 |
| 1438 | 2023-11-14T18:55:56.613Z | Compiling iana-time-zone v0.1.57 |
| 1439 | 2023-11-14T18:55:56.655Z | Compiling rustls v0.21.8 |
| 1440 | 2023-11-14T18:55:57.154Z | Compiling ucd-trie v0.1.6 |
| 1441 | 2023-11-14T18:55:57.765Z | Compiling unicode-xid v0.2.4 |
| 1442 | 2023-11-14T18:55:57.830Z | Compiling crossbeam-utils v0.8.16 |
| 1443 | 2023-11-14T18:55:57.957Z | Compiling native-tls v0.2.11 |
| 1444 | 2023-11-14T18:55:58.019Z | Compiling synstructure v0.12.6 |
| 1445 | 2023-11-14T18:55:58.503Z | Compiling futures-sink v0.3.29 |
| 1446 | 2023-11-14T18:55:58.735Z | Compiling io-lifetimes v1.0.11 |
| 1447 | 2023-11-14T18:55:59.851Z | Compiling backtrace v0.3.69 |
| 1448 | 2023-11-14T18:56:00.335Z | Compiling tinyvec_macros v0.1.1 |
| 1449 | 2023-11-14T18:56:00.364Z | Compiling dyn-clone v1.0.13 |
| 1450 | 2023-11-14T18:56:00.456Z | Compiling winnow v0.5.15 |
| 1451 | 2023-11-14T18:56:00.482Z | Compiling tinyvec v1.6.0 |
| 1452 | 2023-11-14T18:56:01.500Z | Compiling tracing-core v0.1.31 |
| 1453 | 2023-11-14T18:56:01.527Z | Compiling num-integer v0.1.45 |
| 1454 | 2023-11-14T18:56:02.132Z | Compiling memoffset v0.9.0 |
| 1455 | 2023-11-14T18:56:02.143Z | Compiling futures-io v0.3.29 |
| 1456 | 2023-11-14T18:56:02.185Z | Compiling pin-utils v0.1.0 |
| 1457 | 2023-11-14T18:56:02.327Z | Compiling rustix v0.37.23 |
| 1458 | 2023-11-14T18:56:02.518Z | Compiling rustix v0.38.9 |
| 1459 | 2023-11-14T18:56:02.615Z | Compiling spin v0.9.8 |
| 1460 | 2023-11-14T18:56:03.107Z | Compiling unicode-normalization v0.1.22 |
| 1461 | 2023-11-14T18:56:03.211Z | Compiling hashbrown v0.13.2 |
| 1462 | 2023-11-14T18:56:03.478Z | Compiling usdt-impl v0.3.5 |
| 1463 | 2023-11-14T18:56:03.993Z | Compiling anyhow v1.0.75 |
| 1464 | 2023-11-14T18:56:04.793Z | Compiling time-core v0.1.1 |
| 1465 | 2023-11-14T18:56:05.095Z | Compiling unicode-bidi v0.3.13 |
| 1466 | 2023-11-14T18:56:05.168Z | Compiling bitflags v1.3.2 |
| 1467 | 2023-11-14T18:56:05.207Z | Compiling crc32fast v1.3.2 |
| 1468 | 2023-11-14T18:56:05.325Z | Compiling slog v2.7.0 |
| 1469 | 2023-11-14T18:56:05.592Z | Compiling serde_derive v1.0.188 |
| 1470 | 2023-11-14T18:56:05.845Z | Compiling thiserror-impl v1.0.49 |
| 1471 | 2023-11-14T18:56:06.503Z | Compiling tokio-macros v2.1.0 |
| 1472 | 2023-11-14T18:56:06.513Z | Compiling zeroize_derive v1.4.2 |
| 1473 | 2023-11-14T18:56:06.525Z | Compiling futures-macro v0.3.29 |
| 1474 | 2023-11-14T18:56:06.539Z | Compiling tracing-attributes v0.1.26 |
| 1475 | 2023-11-14T18:56:06.721Z | Compiling schemars_derive v0.8.13 |
| 1476 | 2023-11-14T18:56:07.181Z | Compiling openssl-macros v0.1.1 |
| 1477 | 2023-11-14T18:56:08.496Z | Compiling zerocopy-derive v0.2.0 |
| 1478 | 2023-11-14T18:56:08.521Z | Compiling zeroize v1.6.0 |
| 1479 | 2023-11-14T18:56:10.738Z | Compiling pest v2.7.2 |
| 1480 | 2023-11-14T18:56:11.285Z | Compiling crypto-common v0.1.6 |
| 1481 | 2023-11-14T18:56:11.576Z | Compiling block-buffer v0.10.4 |
| 1482 | 2023-11-14T18:56:11.647Z | Compiling time-macros v0.2.13 |
| 1483 | 2023-11-14T18:56:11.803Z | Compiling tracing v0.1.37 |
| 1484 | 2023-11-14T18:56:13.146Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1485 | 2023-11-14T18:56:13.843Z | Compiling aho-corasick v1.0.4 |
| 1486 | 2023-11-14T18:56:14.214Z | Compiling crossbeam-epoch v0.9.15 |
| 1487 | 2023-11-14T18:56:14.891Z | Compiling pest_meta v2.7.2 |
| 1488 | 2023-11-14T18:56:14.942Z | Compiling regex-syntax v0.8.2 |
| 1489 | 2023-11-14T18:56:15.185Z | Compiling ppv-lite86 v0.2.17 |
| 1490 | 2023-11-14T18:56:16.515Z | Compiling subtle v2.5.0 |
| 1491 | 2023-11-14T18:56:16.773Z | Compiling const-oid v0.9.5 |
| 1492 | 2023-11-14T18:56:17.000Z | Compiling pest_generator v2.7.2 |
| 1493 | 2023-11-14T18:56:19.887Z | Compiling rustversion v1.0.14 |
| 1494 | 2023-11-14T18:56:19.918Z | Compiling async-trait v0.1.74 |
| 1495 | 2023-11-14T18:56:20.094Z | Compiling signal-hook v0.3.17 |
| 1496 | 2023-11-14T18:56:20.500Z | Compiling digest v0.10.7 |
| 1497 | 2023-11-14T18:56:20.696Z | Compiling rand_chacha v0.3.1 |
| 1498 | 2023-11-14T18:56:21.150Z | Compiling regex-automata v0.4.3 |
| 1499 | 2023-11-14T18:56:21.604Z | Compiling pest_derive v2.7.2 |
| 1500 | 2023-11-14T18:56:22.246Z | Compiling zerocopy v0.3.0 |
| 1501 | 2023-11-14T18:56:22.716Z | Compiling zerocopy-derive v0.6.4 |
| 1502 | 2023-11-14T18:56:23.297Z | Compiling strsim v0.10.0 |
| 1503 | 2023-11-14T18:56:23.462Z | Compiling base64 v0.21.5 |
| 1504 | 2023-11-14T18:56:24.600Z | Compiling dof v0.1.5 |
| 1505 | 2023-11-14T18:56:25.426Z | Compiling dtrace-parser v0.1.14 |
| 1506 | 2023-11-14T18:56:25.911Z | Compiling rand v0.8.5 |
| 1507 | 2023-11-14T18:56:28.065Z | Compiling regex v1.10.2 |
| 1508 | 2023-11-14T18:56:28.421Z | Compiling bytes v1.5.0 |
| 1509 | 2023-11-14T18:56:28.819Z | Compiling indexmap v2.1.0 |
| 1510 | 2023-11-14T18:56:29.834Z | Compiling uuid v1.5.0 |
| 1511 | 2023-11-14T18:56:30.994Z | Compiling chrono v0.4.31 |
| 1512 | 2023-11-14T18:56:31.020Z | Compiling bitflags v2.4.0 |
| 1513 | 2023-11-14T18:56:31.928Z | Compiling tokio v1.33.0 |
| 1514 | 2023-11-14T18:56:33.245Z | Compiling serde_spanned v0.6.4 |
| 1515 | 2023-11-14T18:56:33.502Z | Compiling toml_datetime v0.6.5 |
| 1516 | 2023-11-14T18:56:34.148Z | Compiling toml_edit v0.19.15 |
| 1517 | 2023-11-14T18:56:34.686Z | Compiling rustc_version v0.4.0 |
| 1518 | 2023-11-14T18:56:35.732Z | Compiling http v0.2.9 |
| 1519 | 2023-11-14T18:56:37.054Z | Compiling heapless v0.7.16 |
| 1520 | 2023-11-14T18:56:47.156Z | Compiling tokio-util v0.7.10 |
| 1521 | 2023-11-14T18:56:47.339Z | Compiling errno v0.3.2 |
| 1522 | 2023-11-14T18:56:47.488Z | Compiling thread-id v4.2.0 |
| 1523 | 2023-11-14T18:56:47.631Z | Compiling num-bigint v0.4.4 |
| 1524 | 2023-11-14T18:56:47.735Z | Compiling foreign-types-shared v0.1.1 |
| 1525 | 2023-11-14T18:56:47.874Z | Compiling hashbrown v0.12.3 |
| 1526 | 2023-11-14T18:56:47.908Z | Compiling smoltcp v0.9.1 |
| 1527 | 2023-11-14T18:56:48.167Z | Compiling radium v0.7.0 |
| 1528 | 2023-11-14T18:56:48.332Z | Compiling untrusted v0.7.1 |
| 1529 | 2023-11-14T18:56:48.685Z | Compiling percent-encoding v2.3.0 |
| 1530 | 2023-11-14T18:56:48.791Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1531 | 2023-11-14T18:56:48.980Z | Compiling openssl-probe v0.1.5 |
| 1532 | 2023-11-14T18:56:49.197Z | Compiling untrusted v0.9.0 |
| 1533 | 2023-11-14T18:56:49.966Z | Compiling foreign-types v0.3.2 |
| 1534 | 2023-11-14T18:56:52.467Z | Compiling serde_tokenstream v0.1.7 |
| 1535 | 2023-11-14T18:56:52.617Z | Compiling strum_macros v0.25.2 |
| 1536 | 2023-11-14T18:56:55.497Z | Compiling lazy_static v1.4.0 |
| 1537 | 2023-11-14T18:56:55.697Z | Compiling socket2 v0.4.9 |
| 1538 | 2023-11-14T18:56:55.841Z | Compiling unicode-width v0.1.11 |
| 1539 | 2023-11-14T18:56:56.011Z | Compiling adler v1.0.2 |
| 1540 | 2023-11-14T18:56:57.279Z | Compiling try-lock v0.2.4 |
| 1541 | 2023-11-14T18:56:57.505Z | Compiling siphasher v0.3.11 |
| 1542 | 2023-11-14T18:56:58.196Z | Compiling unicode-segmentation v1.10.1 |
| 1543 | 2023-11-14T18:56:58.627Z | Compiling want v0.3.1 |
| 1544 | 2023-11-14T18:56:58.698Z | Compiling miniz_oxide v0.7.1 |
| 1545 | 2023-11-14T18:57:00.401Z | Compiling sct v0.7.0 |
| 1546 | 2023-11-14T18:57:00.862Z | Compiling h2 v0.3.21 |
| 1547 | 2023-11-14T18:57:00.985Z | Compiling form_urlencoded v1.2.0 |
| 1548 | 2023-11-14T18:57:01.468Z | Compiling http-body v0.4.5 |
| 1549 | 2023-11-14T18:57:01.921Z | Compiling hubpack_derive v0.1.1 |
| 1550 | 2023-11-14T18:57:03.230Z | Compiling num-iter v0.1.43 |
| 1551 | 2023-11-14T18:57:03.700Z | Compiling tower-service v0.3.2 |
| 1552 | 2023-11-14T18:57:04.585Z | Compiling httpdate v1.0.3 |
| 1553 | 2023-11-14T18:57:04.926Z | Compiling cpufeatures v0.2.9 |
| 1554 | 2023-11-14T18:57:05.075Z | Compiling anstyle v1.0.2 |
| 1555 | 2023-11-14T18:57:05.173Z | Compiling utf8parse v0.2.1 |
| 1556 | 2023-11-14T18:57:05.411Z | Compiling anstyle-parse v0.2.1 |
| 1557 | 2023-11-14T18:57:05.544Z | Compiling sha2 v0.10.8 |
| 1558 | 2023-11-14T18:57:08.861Z | Compiling usdt-attr-macro v0.3.5 |
| 1559 | 2023-11-14T18:57:09.240Z | Compiling usdt-macro v0.3.5 |
| 1560 | 2023-11-14T18:57:11.918Z | Compiling openapiv3 v1.0.3 |
| 1561 | 2023-11-14T18:57:11.921Z | Compiling serde_tokenstream v0.2.0 |
| 1562 | 2023-11-14T18:57:11.998Z | Compiling rustls-pemfile v1.0.3 |
| 1563 | 2023-11-14T18:57:12.375Z | Compiling md-5 v0.10.5 |
| 1564 | 2023-11-14T18:57:12.510Z | Compiling hmac v0.12.1 |
| 1565 | 2023-11-14T18:57:12.735Z | Compiling hyper v0.14.27 |
| 1566 | 2023-11-14T18:57:13.255Z | Compiling idna v0.4.0 |
| 1567 | 2023-11-14T18:57:14.312Z | Compiling stringprep v0.1.3 |
| 1568 | 2023-11-14T18:57:15.476Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1569 | 2023-11-14T18:57:15.734Z | Compiling hash32 v0.2.1 |
| 1570 | 2023-11-14T18:57:16.057Z | Compiling fallible-iterator v0.2.0 |
| 1571 | 2023-11-14T18:57:16.343Z | Compiling stable_deref_trait v1.2.0 |
| 1572 | 2023-11-14T18:57:16.492Z | Compiling either v1.9.0 |
| 1573 | 2023-11-14T18:57:17.026Z | Compiling anstyle-query v1.0.0 |
| 1574 | 2023-11-14T18:57:17.221Z | Compiling gimli v0.28.0 |
| 1575 | 2023-11-14T18:57:18.381Z | Compiling colorchoice v1.0.0 |
| 1576 | 2023-11-14T18:57:18.880Z | Compiling postgres-protocol v0.6.6 |
| 1577 | 2023-11-14T18:57:18.901Z | Compiling anstream v0.5.0 |
| 1578 | 2023-11-14T18:57:19.941Z | Compiling diesel_derives v2.1.1 |
| 1579 | 2023-11-14T18:57:21.563Z | Compiling url v2.4.1 |
| 1580 | 2023-11-14T18:57:25.818Z | Compiling addr2line v0.21.0 |
| 1581 | 2023-11-14T18:57:26.888Z | Compiling rustls-native-certs v0.6.3 |
| 1582 | 2023-11-14T18:57:27.613Z | Compiling tokio-native-tls v0.3.1 |
| 1583 | 2023-11-14T18:57:28.037Z | Compiling terminal_size v0.2.6 |
| 1584 | 2023-11-14T18:57:28.735Z | Compiling phf_shared v0.11.2 |
| 1585 | 2023-11-14T18:57:29.911Z | Compiling block-padding v0.3.3 |
| 1586 | 2023-11-14T18:57:30.271Z | Compiling enum-as-inner v0.5.1 |
| 1587 | 2023-11-14T18:57:30.298Z | Compiling clap_derive v4.4.2 |
| 1588 | 2023-11-14T18:57:31.430Z | Compiling serde_repr v0.1.16 |
| 1589 | 2023-11-14T18:57:31.557Z | Compiling regress v0.7.1 |
| 1590 | 2023-11-14T18:57:32.320Z | Compiling scheduled-thread-pool v0.2.7 |
| 1591 | 2023-11-14T18:57:33.107Z | Compiling object v0.32.1 |
| 1592 | 2023-11-14T18:57:38.070Z | Compiling clap_lex v0.5.1 |
| 1593 | 2023-11-14T18:57:38.769Z | Compiling rustc-demangle v0.1.23 |
| 1594 | 2023-11-14T18:57:39.920Z | Compiling num_threads v0.1.6 |
| 1595 | 2023-11-14T18:57:40.111Z | Compiling regex-automata v0.1.10 |
| 1596 | 2023-11-14T18:57:40.941Z | Compiling managed v0.8.0 |
| 1597 | 2023-11-14T18:57:45.150Z | Compiling tap v1.0.1 |
| 1598 | 2023-11-14T18:57:45.196Z | Compiling bit-vec v0.6.3 |
| 1599 | 2023-11-14T18:57:45.265Z | Compiling deranged v0.3.8 |
| 1600 | 2023-11-14T18:57:45.297Z | Compiling matches v0.1.10 |
| 1601 | 2023-11-14T18:57:45.317Z | Compiling ipnet v2.8.0 |
| 1602 | 2023-11-14T18:57:45.413Z | Compiling idna v0.2.3 |
| 1603 | 2023-11-14T18:57:46.218Z | Compiling wyz v0.5.1 |
| 1604 | 2023-11-14T18:57:46.779Z | Compiling time v0.3.27 |
| 1605 | 2023-11-14T18:57:47.286Z | Compiling bstr v0.2.17 |
| 1606 | 2023-11-14T18:57:48.423Z | Compiling clap_builder v4.4.2 |
| 1607 | 2023-11-14T18:57:50.565Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1608 | 2023-11-14T18:57:50.855Z | Compiling r2d2 v0.8.10 |
| 1609 | 2023-11-14T18:57:52.905Z | Compiling inout v0.1.3 |
| 1610 | 2023-11-14T18:57:55.905Z | Compiling phf v0.11.2 |
| 1611 | 2023-11-14T18:57:56.007Z | Compiling hyper-tls v0.5.0 |
| 1612 | 2023-11-14T18:57:56.368Z | Compiling signal-hook-mio v0.2.3 |
| 1613 | 2023-11-14T18:57:56.560Z | Compiling flate2 v1.0.28 |
| 1614 | 2023-11-14T18:57:56.608Z | Compiling postgres-types v0.2.6 |
| 1615 | 2023-11-14T18:57:56.666Z | Compiling itertools v0.11.0 |
| 1616 | 2023-11-14T18:57:58.327Z | Compiling hubpack v0.1.2 |
| 1617 | 2023-11-14T18:57:58.901Z | Compiling serde_urlencoded v0.7.1 |
| 1618 | 2023-11-14T18:57:59.026Z | Compiling phf_shared v0.10.0 |
| 1619 | 2023-11-14T18:57:59.252Z | Compiling ipnetwork v0.20.0 |
| 1620 | 2023-11-14T18:58:00.075Z | Compiling zerocopy v0.6.4 |
| 1621 | 2023-11-14T18:58:00.478Z | Compiling futures-executor v0.3.29 |
| 1622 | 2023-11-14T18:58:01.574Z | Compiling float-cmp v0.9.0 |
| 1623 | 2023-11-14T18:58:01.602Z | Compiling proc-macro-error-attr v1.0.4 |
| 1624 | 2023-11-14T18:58:01.689Z | Compiling encoding_rs v0.8.33 |
| 1625 | 2023-11-14T18:58:01.901Z | Compiling difflib v0.4.0 |
| 1626 | 2023-11-14T18:58:02.043Z | Compiling mime v0.3.17 |
| 1627 | 2023-11-14T18:58:03.169Z | Compiling new_debug_unreachable v1.0.4 |
| 1628 | 2023-11-14T18:58:03.308Z | Compiling data-encoding v2.4.0 |
| 1629 | 2023-11-14T18:58:03.997Z | Compiling normalize-line-endings v0.3.0 |
| 1630 | 2023-11-14T18:58:04.184Z | Compiling funty v2.0.0 |
| 1631 | 2023-11-14T18:58:04.479Z | Compiling predicates-core v1.0.6 |
| 1632 | 2023-11-14T18:58:05.003Z | Compiling webpki-roots v0.25.2 |
| 1633 | 2023-11-14T18:58:05.259Z | Compiling fixedbitset v0.4.2 |
| 1634 | 2023-11-14T18:58:06.229Z | Compiling whoami v1.4.1 |
| 1635 | 2023-11-14T18:58:06.264Z | Compiling static_assertions v1.1.0 |
| 1636 | 2023-11-14T18:58:07.279Z | Compiling regex-automata v0.3.8 |
| 1637 | 2023-11-14T18:58:07.984Z | Compiling precomputed-hash v0.1.1 |
| 1638 | 2023-11-14T18:58:08.177Z | Compiling string_cache v0.8.7 |
| 1639 | 2023-11-14T18:58:08.300Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1640 | 2023-11-14T18:58:08.847Z | Compiling tokio-postgres v0.7.10 |
| 1641 | 2023-11-14T18:58:11.156Z | Compiling bstr v1.6.0 |
| 1642 | 2023-11-14T18:58:14.353Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 1643 | 2023-11-14T18:58:15.526Z | Compiling bitvec v1.0.1 |
| 1644 | 2023-11-14T18:58:17.259Z | Compiling petgraph v0.6.4 |
| 1645 | 2023-11-14T18:58:22.900Z | Compiling predicates v3.0.4 |
| 1646 | 2023-11-14T18:58:23.170Z | Compiling trust-dns-proto v0.22.0 |
| 1647 | 2023-11-14T18:58:28.795Z | Compiling futures v0.3.29 |
| 1648 | 2023-11-14T18:58:28.975Z | Compiling diesel v2.1.3 |
| 1649 | 2023-11-14T18:58:29.460Z | Compiling yasna v0.5.2 |
| 1650 | 2023-11-14T18:58:29.849Z | Compiling crossterm v0.27.0 |
| 1651 | 2023-11-14T18:58:32.348Z | Compiling clap v4.4.3 |
| 1652 | 2023-11-14T18:58:32.516Z | Compiling cipher v0.4.4 |
| 1653 | 2023-11-14T18:58:33.779Z | Compiling similar v2.2.1 |
| 1654 | 2023-11-14T18:58:34.185Z | Compiling bit-set v0.5.3 |
| 1655 | 2023-11-14T18:58:35.508Z | Compiling itertools v0.10.5 |
| 1656 | 2023-11-14T18:58:35.905Z | Compiling usdt v0.3.5 |
| 1657 | 2023-11-14T18:58:36.360Z | Compiling console v0.15.7 |
| 1658 | 2023-11-14T18:58:36.424Z | Compiling tokio-stream v0.1.14 |
| 1659 | 2023-11-14T18:58:37.299Z | Compiling proc-macro-crate v1.3.1 |
| 1660 | 2023-11-14T18:58:37.686Z | Compiling toml v0.7.8 |
| 1661 | 2023-11-14T18:58:37.991Z | Compiling toml_edit v0.21.0 |
| 1662 | 2023-11-14T18:58:38.498Z | Compiling hex v0.4.3 |
| 1663 | 2023-11-14T18:58:38.702Z | Compiling signature v2.1.0 |
| 1664 | 2023-11-14T18:58:39.928Z | Compiling proc-macro-error v1.0.4 |
| 1665 | 2023-11-14T18:58:40.230Z | Compiling regex-syntax v0.6.29 |
| 1666 | 2023-11-14T18:58:41.383Z | Compiling lalrpop-util v0.19.12 |
| 1667 | 2023-11-14T18:58:43.227Z | Compiling num_enum_derive v0.5.11 |
| 1668 | 2023-11-14T18:58:48.940Z | Compiling atty v0.2.14 |
| 1669 | 2023-11-14T18:58:49.277Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1670 | 2023-11-14T18:58:49.815Z | Compiling ident_case v1.0.1 |
| 1671 | 2023-11-14T18:58:50.039Z | Compiling darling_core v0.20.3 |
| 1672 | 2023-11-14T18:58:52.910Z | Compiling num_enum v0.5.11 |
| 1673 | 2023-11-14T18:59:13.141Z | Compiling dirs-sys-next v0.1.2 |
| 1674 | 2023-11-14T18:59:15.364Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1675 | 2023-11-14T18:59:18.326Z | Compiling postcard-cobs v0.1.5-pre |
| 1676 | 2023-11-14T18:59:19.035Z | Compiling postcard v0.7.3 |
| 1677 | 2023-11-14T18:59:26.361Z | Compiling dirs-next v2.0.0 |
| 1678 | 2023-11-14T18:59:32.347Z | Compiling darling_macro v0.20.3 |
| 1679 | 2023-11-14T18:59:37.402Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1680 | 2023-11-14T18:59:37.607Z | Compiling smoltcp v0.8.2 |
| 1681 | 2023-11-14T18:59:38.448Z | Compiling getopts v0.2.21 |
| 1682 | 2023-11-14T18:59:41.101Z | Compiling structmeta-derive v0.2.0 |
| 1683 | 2023-11-14T18:59:42.373Z | Compiling foreign-types-macros v0.2.3 |
| 1684 | 2023-11-14T18:59:44.326Z | Compiling thread_local v1.1.7 |
| 1685 | 2023-11-14T18:59:45.477Z | Compiling multer v2.1.0 |
| 1686 | 2023-11-14T18:59:45.511Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1687 | 2023-11-14T18:59:45.696Z | Compiling unsafe-libyaml v0.2.9 |
| 1688 | 2023-11-14T18:59:45.946Z | Compiling paste v1.0.14 |
| 1689 | 2023-11-14T18:59:46.136Z | Compiling foreign-types-shared v0.3.1 |
| 1690 | 2023-11-14T18:59:46.310Z | Compiling camino v1.1.6 |
| 1691 | 2023-11-14T18:59:47.850Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1692 | 2023-11-14T18:59:48.663Z | Compiling match_cfg v0.1.0 |
| 1693 | 2023-11-14T18:59:49.770Z | Compiling slog-async v2.8.0 |
| 1694 | 2023-11-14T18:59:49.901Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1695 | 2023-11-14T18:59:50.082Z | Compiling cfg-if v0.1.10 |
| 1696 | 2023-11-14T18:59:50.235Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1697 | 2023-11-14T18:59:51.335Z | Compiling hostname v0.3.1 |
| 1698 | 2023-11-14T18:59:51.714Z | Compiling serde_yaml v0.9.25 |
| 1699 | 2023-11-14T18:59:56.867Z | Compiling foreign-types v0.5.0 |
| 1700 | 2023-11-14T18:59:58.283Z | Compiling structmeta v0.2.0 |
| 1701 | 2023-11-14T19:00:03.034Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1702 | 2023-11-14T19:00:03.757Z | Compiling darling v0.20.3 |
| 1703 | 2023-11-14T19:00:04.989Z | Compiling term v0.7.0 |
| 1704 | 2023-11-14T19:00:14.011Z | Compiling slog-json v2.6.1 |
| 1705 | 2023-11-14T19:00:15.256Z | Compiling is-terminal v0.4.9 |
| 1706 | 2023-11-14T19:00:15.457Z | Compiling crossbeam-channel v0.5.8 |
| 1707 | 2023-11-14T19:00:20.045Z | Compiling strum v0.25.0 |
| 1708 | 2023-11-14T19:00:20.328Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1709 | 2023-11-14T19:00:20.491Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1710 | 2023-11-14T19:00:21.419Z | Compiling async-stream-impl v0.3.5 |
| 1711 | 2023-11-14T19:00:21.753Z | Compiling cstr-argument v0.1.2 |
| 1712 | 2023-11-14T19:00:22.099Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1713 | 2023-11-14T19:00:22.469Z | Compiling regex-syntax v0.7.5 |
| 1714 | 2023-11-14T19:00:22.562Z | Compiling take_mut v0.2.2 |
| 1715 | 2023-11-14T19:00:26.997Z | Compiling crucible-workspace-hack v0.1.0 |
| 1716 | 2023-11-14T19:00:28.314Z | Compiling atomic-waker v1.1.1 |
| 1717 | 2023-11-14T19:00:28.600Z | Compiling pretty-hex v0.2.1 |
| 1718 | 2023-11-14T19:00:28.964Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1719 | 2023-11-14T19:00:33.111Z | Compiling parse-display-derive v0.8.2 |
| 1720 | 2023-11-14T19:00:36.057Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1721 | 2023-11-14T19:00:37.488Z | Compiling waitgroup v0.1.2 |
| 1722 | 2023-11-14T19:00:40.854Z | Compiling async-stream v0.3.5 |
| 1723 | 2023-11-14T19:00:47.880Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1724 | 2023-11-14T19:00:49.135Z | Compiling colored v2.0.4 |
| 1725 | 2023-11-14T19:00:49.215Z | Compiling slog-bunyan v2.4.0 |
| 1726 | 2023-11-14T19:00:49.638Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1727 | 2023-11-14T19:00:50.231Z | Compiling slog-term v2.9.0 |
| 1728 | 2023-11-14T19:00:55.162Z | Compiling serde_with_macros v2.3.3 |
| 1729 | 2023-11-14T19:01:02.168Z | Compiling sha1 v0.10.5 |
| 1730 | 2023-11-14T19:01:03.353Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1731 | 2023-11-14T19:01:04.100Z | Compiling textwrap v0.11.0 |
| 1732 | 2023-11-14T19:01:04.554Z | Compiling heck v0.3.3 |
| 1733 | 2023-11-14T19:01:05.857Z | Compiling serde_path_to_error v0.1.14 |
| 1734 | 2023-11-14T19:01:06.688Z | Compiling instant v0.1.12 |
| 1735 | 2023-11-14T19:01:06.926Z | Compiling rayon-core v1.12.0 |
| 1736 | 2023-11-14T19:01:07.304Z | Compiling debug-ignore v1.0.5 |
| 1737 | 2023-11-14T19:01:07.393Z | Compiling strsim v0.8.0 |
| 1738 | 2023-11-14T19:01:07.504Z | Compiling ansi_term v0.12.1 |
| 1739 | 2023-11-14T19:01:08.161Z | Compiling vec_map v0.8.2 |
| 1740 | 2023-11-14T19:01:08.669Z | Compiling libefi-sys v0.1.0 |
| 1741 | 2023-11-14T19:01:08.788Z | Compiling clap v2.34.0 |
| 1742 | 2023-11-14T19:01:09.048Z | Compiling backoff v0.4.0 |
| 1743 | 2023-11-14T19:01:09.173Z | Compiling structopt-derive v0.4.18 |
| 1744 | 2023-11-14T19:01:10.017Z | Compiling serde_with v2.3.3 |
| 1745 | 2023-11-14T19:01:13.813Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1746 | 2023-11-14T19:01:17.445Z | Compiling parse-display v0.8.2 |
| 1747 | 2023-11-14T19:01:17.932Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1748 | 2023-11-14T19:01:18.203Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1749 | 2023-11-14T19:01:18.295Z | Compiling toml v0.8.8 |
| 1750 | 2023-11-14T19:01:18.481Z | Compiling zone_cfg_derive v0.3.0 |
| 1751 | 2023-11-14T19:01:18.485Z | Compiling crossbeam-deque v0.8.3 |
| 1752 | 2023-11-14T19:01:18.976Z | Compiling macaddr v1.0.1 |
| 1753 | 2023-11-14T19:01:19.121Z | Compiling num-derive v0.4.0 |
| 1754 | 2023-11-14T19:01:20.218Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1755 | 2023-11-14T19:01:20.803Z | Compiling portable-atomic v1.4.3 |
| 1756 | 2023-11-14T19:01:21.050Z | Compiling zone v0.3.0 |
| 1757 | 2023-11-14T19:01:22.894Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1758 | 2023-11-14T19:01:25.926Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1759 | 2023-11-14T19:01:26.540Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1760 | 2023-11-14T19:01:26.783Z | Compiling structopt v0.3.26 |
| 1761 | 2023-11-14T19:01:27.110Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1762 | 2023-11-14T19:01:27.523Z | Compiling smf v0.2.2 |
| 1763 | 2023-11-14T19:01:28.425Z | Compiling filetime v0.2.22 |
| 1764 | 2023-11-14T19:01:28.534Z | Compiling xattr v1.0.1 |
| 1765 | 2023-11-14T19:01:28.946Z | Compiling fastrand v2.0.0 |
| 1766 | 2023-11-14T19:01:28.997Z | Compiling same-file v1.0.6 |
| 1767 | 2023-11-14T19:01:29.034Z | Compiling tar v0.4.40 |
| 1768 | 2023-11-14T19:01:29.468Z | Compiling walkdir v2.4.0 |
| 1769 | 2023-11-14T19:01:31.100Z | Compiling tempfile v3.8.0 |
| 1770 | 2023-11-14T19:01:31.209Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1771 | 2023-11-14T19:01:32.403Z | Compiling rayon v1.8.0 |
| 1772 | 2023-11-14T19:01:33.460Z | Compiling number_prefix v0.4.0 |
| 1773 | 2023-11-14T19:01:33.863Z | Compiling swrite v0.1.0 |
| 1774 | 2023-11-14T19:01:34.380Z | Compiling topological-sort v0.2.2 |
| 1775 | 2023-11-14T19:01:41.672Z | Compiling indicatif v0.17.7 |
| 1776 | 2023-11-14T19:01:42.657Z | Compiling bzip2 v0.4.4 |
| 1777 | 2023-11-14T19:01:43.190Z | Compiling zip v0.6.6 |
| 1778 | 2023-11-14T19:01:49.345Z | Compiling rustls-webpki v0.101.7 |
| 1779 | 2023-11-14T19:01:55.932Z | Compiling tokio-rustls v0.24.1 |
| 1780 | 2023-11-14T19:01:56.500Z | Compiling hyper-rustls v0.24.2 |
| 1781 | 2023-11-14T19:01:57.268Z | Compiling reqwest v0.11.20 |
| 1782 | 2023-11-14T19:02:01.155Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1783 | 2023-11-14T19:02:02.171Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1784 | 2023-11-14T19:02:02.175Z | Compiling omicron-zone-package v0.8.3 |
| 1785 | 2023-11-14T19:02:16.800Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2023-11-14T19:02:17.456Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1787 | 2023-11-14T19:02:18.462Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1788 | 2023-11-14T19:02:32.904Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1789 | 2023-11-14T19:02:36.447Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1790 | 2023-11-14T19:02:39.119Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1791 | 2023-11-14T19:03:18.385Z | Finished release [optimized] target(s) in 8m 02s |
| 1792 | 2023-11-14T19:03:18.890Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1793 | 2023-11-14T19:03:18.938Z | Created new build target 'test' and set it as active |
| 1794 | 2023-11-14T19:03:19.104Z | |
| 1795 | 2023-11-14T19:03:19.225Z | real 8:02.766216908 |
| 1796 | 2023-11-14T19:03:19.237Z | user 51:37.927714149 |
| 1797 | 2023-11-14T19:03:19.358Z | sys 4:45.173552515 |
| 1798 | 2023-11-14T19:03:19.483Z | trap 2.132851230 |
| 1799 | 2023-11-14T19:03:19.551Z | tflt 3.539479503 |
| 1800 | 2023-11-14T19:03:19.596Z | dflt 5.878968064 |
| 1801 | 2023-11-14T19:03:19.638Z | kflt 0.040763248 |
| 1802 | 2023-11-14T19:03:19.871Z | lock 1:48:29.782077182 |
| 1803 | 2023-11-14T19:03:19.931Z | slp 3:21:07.360205255 |
| 1804 | 2023-11-14T19:03:19.945Z | lat 2:15.453008209 |
| 1805 | 2023-11-14T19:03:19.983Z | stop 4:39.386662335 |
| 1806 | 2023-11-14T19:03:19.996Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1807 | 2023-11-14T19:03:20.002Z | Finished release [optimized] target(s) in 1.15s |
| 1808 | 2023-11-14T19:03:20.013Z | Running `target/release/omicron-package -t test package` |
| 1809 | 2023-11-14T19:03:20.021Z | Nov 14 19:03:07.118 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
| 1810 | 2023-11-14T19:03:20.030Z | Compiling serde_json v1.0.108 |
| 1811 | 2023-11-14T19:03:20.042Z | Compiling base64ct v1.6.0 |
| 1812 | 2023-11-14T19:03:20.052Z | Compiling blake2 v0.10.6 |
| 1813 | 2023-11-14T19:03:20.064Z | Compiling linked-hash-map v0.5.6 |
| 1814 | 2023-11-14T19:03:20.071Z | Compiling slog-dtrace v0.2.3 |
| 1815 | 2023-11-14T19:03:20.082Z | Compiling quick-error v1.2.3 |
| 1816 | 2023-11-14T19:03:20.110Z | Compiling same-file v1.0.6 |
| 1817 | 2023-11-14T19:03:20.123Z | Compiling convert_case v0.4.0 |
| 1818 | 2023-11-14T19:03:20.135Z | Compiling resolv-conf v0.7.0 |
| 1819 | 2023-11-14T19:03:20.157Z | Compiling walkdir v2.4.0 |
| 1820 | 2023-11-14T19:03:20.388Z | Compiling semver-parser v0.10.2 |
| 1821 | 2023-11-14T19:03:20.400Z | Compiling lru-cache v0.1.2 |
| 1822 | 2023-11-14T19:03:20.411Z | Compiling password-hash v0.5.0 |
| 1823 | 2023-11-14T19:03:20.424Z | Compiling trust-dns-resolver v0.22.0 |
| 1824 | 2023-11-14T19:03:20.433Z | Compiling derive_more v0.99.17 |
| 1825 | 2023-11-14T19:03:20.476Z | Compiling termcolor v1.2.0 |
| 1826 | 2023-11-14T19:03:20.488Z | Compiling argon2 v0.5.2 |
| 1827 | 2023-11-14T19:03:20.494Z | Compiling schemars v0.8.13 |
| 1828 | 2023-11-14T19:03:20.501Z | Compiling reqwest v0.11.20 |
| 1829 | 2023-11-14T19:03:20.508Z | Compiling openapiv3 v1.0.3 |
| 1830 | 2023-11-14T19:03:20.517Z | Compiling usdt-impl v0.3.5 |
| 1831 | 2023-11-14T19:03:20.523Z | Compiling ipnetwork v0.20.0 |
| 1832 | 2023-11-14T19:03:20.546Z | Compiling usdt v0.3.5 |
| 1833 | 2023-11-14T19:03:21.347Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1834 | 2023-11-14T19:03:21.696Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1835 | 2023-11-14T19:03:22.208Z | Compiling postgres-types v0.2.6 |
| 1836 | 2023-11-14T19:03:24.173Z | Compiling tokio-postgres v0.7.10 |
| 1837 | 2023-11-14T19:03:27.195Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
| 1838 | 2023-11-14T19:03:27.404Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1839 | 2023-11-14T19:03:29.742Z | Compiling slog-json v2.6.1 |
| 1840 | 2023-11-14T19:03:30.334Z | Compiling slog-bunyan v2.4.0 |
| 1841 | 2023-11-14T19:03:30.571Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
| 1842 | 2023-11-14T19:03:30.727Z | Compiling diesel v2.1.3 |
| 1843 | 2023-11-14T19:03:30.959Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1844 | 2023-11-14T19:03:37.392Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
| 1845 | 2023-11-14T19:03:37.715Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1846 | 2023-11-14T19:03:38.027Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1847 | 2023-11-14T19:03:42.649Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
| 1848 | 2023-11-14T19:03:47.922Z | Compiling fastrand v2.0.0 |
| 1849 | 2023-11-14T19:03:48.750Z | Compiling tempfile v3.8.0 |
| 1850 | 2023-11-14T19:03:48.772Z | Compiling semver v0.11.0 |
| 1851 | 2023-11-14T19:03:49.778Z | Compiling hkdf v0.12.3 |
| 1852 | 2023-11-14T19:03:49.908Z | Compiling filetime v0.2.22 |
| 1853 | 2023-11-14T19:03:50.043Z | Compiling xattr v1.0.1 |
| 1854 | 2023-11-14T19:03:50.160Z | Compiling memoffset v0.7.1 |
| 1855 | 2023-11-14T19:03:50.323Z | Compiling base64 v0.13.1 |
| 1856 | 2023-11-14T19:03:50.395Z | Compiling home v0.5.5 |
| 1857 | 2023-11-14T19:03:50.720Z | Compiling toolchain_find v0.2.0 |
| 1858 | 2023-11-14T19:03:50.809Z | Compiling tar v0.4.40 |
| 1859 | 2023-11-14T19:03:51.757Z | Compiling libz-sys v1.1.12 |
| 1860 | 2023-11-14T19:03:52.179Z | Compiling toml v0.5.11 |
| 1861 | 2023-11-14T19:03:52.625Z | Compiling keccak v0.1.4 |
| 1862 | 2023-11-14T19:03:53.963Z | Compiling sha3 v0.10.8 |
| 1863 | 2023-11-14T19:03:54.311Z | Compiling omicron-zone-package v0.8.3 |
| 1864 | 2023-11-14T19:03:55.449Z | Compiling rustfmt-wrapper v0.2.0 |
| 1865 | 2023-11-14T19:03:56.975Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1866 | 2023-11-14T19:03:57.393Z | Compiling toml v0.8.8 |
| 1867 | 2023-11-14T19:03:57.843Z | Compiling secrecy v0.8.0 |
| 1868 | 2023-11-14T19:03:58.246Z | Compiling num-rational v0.4.1 |
| 1869 | 2023-11-14T19:03:58.707Z | Compiling cancel-safe-futures v0.1.5 |
| 1870 | 2023-11-14T19:03:59.635Z | Compiling libgit2-sys v0.15.2+1.6.4 |
| 1871 | 2023-11-14T19:04:00.014Z | Compiling structmeta-derive v0.1.6 |
| 1872 | 2023-11-14T19:04:00.074Z | Compiling utf-8 v0.7.6 |
| 1873 | 2023-11-14T19:04:04.420Z | Compiling structmeta v0.1.6 |
| 1874 | 2023-11-14T19:04:05.552Z | Compiling pem-rfc7468 v0.7.0 |
| 1875 | 2023-11-14T19:04:06.216Z | Compiling num-complex v0.4.4 |
| 1876 | 2023-11-14T19:04:08.403Z | Compiling der_derive v0.7.2 |
| 1877 | 2023-11-14T19:04:08.406Z | Compiling flagset v0.4.3 |
| 1878 | 2023-11-14T19:04:08.737Z | Compiling semver v0.1.20 |
| 1879 | 2023-11-14T19:04:09.742Z | Compiling glob v0.3.1 |
| 1880 | 2023-11-14T19:04:12.243Z | Compiling der v0.7.8 |
| 1881 | 2023-11-14T19:04:13.368Z | Compiling rustc_version v0.1.7 |
| 1882 | 2023-11-14T19:04:14.005Z | Compiling num v0.4.1 |
| 1883 | 2023-11-14T19:04:14.164Z | Compiling parse-display-derive v0.7.0 |
| 1884 | 2023-11-14T19:04:19.778Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1885 | 2023-11-14T19:04:20.325Z | Compiling vergen v8.2.4 |
| 1886 | 2023-11-14T19:04:20.492Z | Compiling fxhash v0.2.1 |
| 1887 | 2023-11-14T19:04:20.755Z | Compiling unicase v2.7.0 |
| 1888 | 2023-11-14T19:04:20.853Z | Compiling parse-display v0.7.0 |
| 1889 | 2023-11-14T19:04:21.166Z | Compiling spki v0.7.2 |
| 1890 | 2023-11-14T19:04:21.222Z | Compiling newtype_derive v0.1.6 |
| 1891 | 2023-11-14T19:04:21.423Z | Compiling universal-hash v0.5.1 |
| 1892 | 2023-11-14T19:04:21.685Z | Compiling libsqlite3-sys v0.26.0 |
| 1893 | 2023-11-14T19:04:22.157Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1894 | 2023-11-14T19:04:22.209Z | Compiling opaque-debug v0.3.0 |
| 1895 | 2023-11-14T19:04:22.214Z | Compiling maybe-uninit v2.0.0 |
| 1896 | 2023-11-14T19:04:22.387Z | Compiling ciborium-io v0.2.1 |
| 1897 | 2023-11-14T19:04:22.565Z | Compiling arc-swap v1.6.0 |
| 1898 | 2023-11-14T19:04:22.831Z | Compiling half v1.8.2 |
| 1899 | 2023-11-14T19:04:22.843Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1900 | 2023-11-14T19:04:23.820Z | Compiling ciborium-ll v0.2.1 |
| 1901 | 2023-11-14T19:04:24.283Z | Compiling slog-scope v4.4.0 |
| 1902 | 2023-11-14T19:04:24.732Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1903 | 2023-11-14T19:04:24.780Z | Compiling packed_struct v0.10.1 |
| 1904 | 2023-11-14T19:04:25.412Z | Compiling crc-catalog v2.2.0 |
| 1905 | 2023-11-14T19:04:25.625Z | Compiling parking_lot_core v0.8.6 |
| 1906 | 2023-11-14T19:04:25.831Z | Compiling num-bigint-dig v0.8.4 |
| 1907 | 2023-11-14T19:04:26.257Z | Compiling crc v3.0.1 |
| 1908 | 2023-11-14T19:04:26.463Z | Compiling slog-stdlog v4.1.1 |
| 1909 | 2023-11-14T19:04:27.419Z | Compiling ciborium v0.2.1 |
| 1910 | 2023-11-14T19:04:27.978Z | Compiling pkcs8 v0.10.2 |
| 1911 | 2023-11-14T19:04:28.755Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 1912 | 2023-11-14T19:04:31.060Z | Compiling hashlink v0.8.3 |
| 1913 | 2023-11-14T19:04:31.100Z | Compiling aead v0.5.2 |
| 1914 | 2023-11-14T19:04:31.221Z | Compiling nibble_vec v0.1.0 |
| 1915 | 2023-11-14T19:04:31.555Z | Compiling packed_struct_codegen v0.10.1 |
| 1916 | 2023-11-14T19:04:31.609Z | Compiling dirs-sys-next v0.1.2 |
| 1917 | 2023-11-14T19:04:32.147Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1918 | 2023-11-14T19:04:32.286Z | Compiling endian-type v0.1.2 |
| 1919 | 2023-11-14T19:04:32.389Z | Compiling nodrop v0.1.14 |
| 1920 | 2023-11-14T19:04:32.568Z | Compiling crunchy v0.2.2 |
| 1921 | 2023-11-14T19:04:32.592Z | Compiling humantime v2.1.0 |
| 1922 | 2023-11-14T19:04:33.246Z | Compiling doc-comment v0.3.3 |
| 1923 | 2023-11-14T19:04:34.018Z | Compiling clang-sys v1.6.1 |
| 1924 | 2023-11-14T19:04:34.034Z | Compiling radix_trie v0.2.1 |
| 1925 | 2023-11-14T19:04:34.200Z | Compiling rusqlite v0.29.0 |
| 1926 | 2023-11-14T19:04:35.136Z | Compiling array-init v0.0.4 |
| 1927 | 2023-11-14T19:04:35.532Z | Compiling dirs-next v2.0.0 |
| 1928 | 2023-11-14T19:04:36.376Z | Compiling pkcs1 v0.7.5 |
| 1929 | 2023-11-14T19:04:37.273Z | Compiling slog-envlogger v2.2.0 |
| 1930 | 2023-11-14T19:04:39.562Z | Compiling steno v0.4.0 |
| 1931 | 2023-11-14T19:04:41.852Z | Compiling smallvec v0.6.14 |
| 1932 | 2023-11-14T19:04:42.769Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1933 | 2023-11-14T19:04:43.636Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1934 | 2023-11-14T19:04:43.702Z | Compiling nix v0.26.2 |
| 1935 | 2023-11-14T19:04:43.784Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1936 | 2023-11-14T19:04:44.212Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1937 | 2023-11-14T19:04:56.350Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1938 | 2023-11-14T19:04:57.327Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1939 | 2023-11-14T19:04:57.358Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1940 | 2023-11-14T19:04:58.368Z | Compiling num_enum_derive v0.7.0 |
| 1941 | 2023-11-14T19:04:58.606Z | Compiling twox-hash v1.6.3 |
| 1942 | 2023-11-14T19:05:00.426Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1943 | 2023-11-14T19:05:02.150Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1944 | 2023-11-14T19:05:02.556Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1945 | 2023-11-14T19:05:03.673Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1946 | 2023-11-14T19:05:03.687Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1947 | 2023-11-14T19:05:05.196Z | Compiling prettyplease v0.2.12 |
| 1948 | 2023-11-14T19:05:05.650Z | Compiling bitfield v0.14.0 |
| 1949 | 2023-11-14T19:05:06.128Z | Compiling platforms v3.0.2 |
| 1950 | 2023-11-14T19:05:06.321Z | Compiling tiny-keccak v2.0.2 |
| 1951 | 2023-11-14T19:05:06.779Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1952 | 2023-11-14T19:05:07.633Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1953 | 2023-11-14T19:05:23.619Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1954 | 2023-11-14T19:05:25.377Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1955 | 2023-11-14T19:05:25.579Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1956 | 2023-11-14T19:05:34.996Z | Compiling num_enum v0.7.0 |
| 1957 | 2023-11-14T19:05:35.251Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1958 | 2023-11-14T19:05:37.994Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1959 | 2023-11-14T19:05:38.100Z | Compiling rsa v0.9.2 |
| 1960 | 2023-11-14T19:05:41.555Z | Compiling parking_lot v0.11.2 |
| 1961 | 2023-11-14T19:05:42.199Z | Compiling serde-hex v0.1.0 |
| 1962 | 2023-11-14T19:05:45.572Z | Compiling mime_guess v2.0.4 |
| 1963 | 2023-11-14T19:05:47.139Z | Compiling term v0.7.0 |
| 1964 | 2023-11-14T19:05:47.443Z | Compiling trust-dns-client v0.22.0 |
| 1965 | 2023-11-14T19:05:49.538Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1966 | 2023-11-14T19:05:50.110Z | Compiling polyval v0.6.1 |
| 1967 | 2023-11-14T19:05:50.950Z | Compiling x509-cert v0.2.4 |
| 1968 | 2023-11-14T19:05:51.665Z | Compiling tungstenite v0.20.1 |
| 1969 | 2023-11-14T19:05:55.229Z | Compiling env_logger v0.10.0 |
| 1970 | 2023-11-14T19:06:01.388Z | Compiling ctr v0.9.2 |
| 1971 | 2023-11-14T19:06:01.730Z | Compiling aes v0.8.3 |
| 1972 | 2023-11-14T19:06:01.942Z | Compiling darling_core v0.14.4 |
| 1973 | 2023-11-14T19:06:05.866Z | Compiling ron v0.8.1 |
| 1974 | 2023-11-14T19:06:06.205Z | Compiling snafu-derive v0.7.5 |
| 1975 | 2023-11-14T19:06:13.402Z | Compiling bincode v1.3.3 |
| 1976 | 2023-11-14T19:06:14.501Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 1977 | 2023-11-14T19:06:15.089Z | Compiling erased-serde v0.3.30 |
| 1978 | 2023-11-14T19:06:15.225Z | Compiling minimal-lexical v0.2.1 |
| 1979 | 2023-11-14T19:06:15.758Z | Compiling crc-any v2.4.3 |
| 1980 | 2023-11-14T19:06:16.024Z | Compiling nom v7.1.3 |
| 1981 | 2023-11-14T19:06:16.980Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
| 1982 | 2023-11-14T19:06:17.581Z | Compiling snafu v0.7.5 |
| 1983 | 2023-11-14T19:06:19.582Z | Compiling trust-dns-server v0.22.1 |
| 1984 | 2023-11-14T19:06:22.155Z | Compiling darling_macro v0.14.4 |
| 1985 | 2023-11-14T19:06:22.593Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1986 | 2023-11-14T19:06:23.598Z | Compiling aes-gcm-siv v0.11.1 |
| 1987 | 2023-11-14T19:06:24.065Z | Compiling tokio-tungstenite v0.20.1 |
| 1988 | 2023-11-14T19:06:25.651Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1989 | 2023-11-14T19:06:26.563Z | Compiling ascii-canvas v3.0.0 |
| 1990 | 2023-11-14T19:06:27.494Z | Compiling sled v0.34.7 |
| 1991 | 2023-11-14T19:06:28.491Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1992 | 2023-11-14T19:06:46.178Z | Compiling env_logger v0.9.3 |
| 1993 | 2023-11-14T19:06:46.862Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
| 1994 | 2023-11-14T19:06:48.333Z | Compiling object v0.30.4 |
| 1995 | 2023-11-14T19:06:53.532Z | Compiling is-terminal v0.4.9 |
| 1996 | 2023-11-14T19:06:53.995Z | Compiling libsw v3.3.0 |
| 1997 | 2023-11-14T19:06:54.158Z | Compiling ena v0.14.2 |
| 1998 | 2023-11-14T19:06:54.355Z | Compiling derive-where v1.2.5 |
| 1999 | 2023-11-14T19:06:54.851Z | Compiling async-recursion v1.0.5 |
| 2000 | 2023-11-14T19:06:56.622Z | Compiling bitstruct_derive v0.1.0 |
| 2001 | 2023-11-14T19:06:57.832Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2002 | 2023-11-14T19:06:58.240Z | Compiling libloading v0.7.4 |
| 2003 | 2023-11-14T19:06:59.678Z | Compiling ringbuffer v0.15.0 |
| 2004 | 2023-11-14T19:07:00.204Z | Compiling linear-map v1.2.0 |
| 2005 | 2023-11-14T19:07:00.510Z | Compiling owo-colors v3.5.0 |
| 2006 | 2023-11-14T19:07:20.418Z | Compiling ascii v1.1.0 |
| 2007 | 2023-11-14T19:07:21.125Z | Compiling diff v0.1.13 |
| 2008 | 2023-11-14T19:07:21.569Z | Compiling pretty-hex v0.3.0 |
| 2009 | 2023-11-14T19:07:21.665Z | Compiling bindgen v0.65.1 |
| 2010 | 2023-11-14T19:07:21.705Z | Compiling path-slash v0.1.5 |
| 2011 | 2023-11-14T19:07:21.754Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
| 2012 | 2023-11-14T19:07:22.613Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2013 | 2023-11-14T19:07:22.656Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2014 | 2023-11-14T19:07:22.677Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2015 | 2023-11-14T19:07:22.704Z | Compiling lalrpop v0.19.12 |
| 2016 | 2023-11-14T19:07:22.714Z | Compiling bitstruct v0.1.1 |
| 2017 | 2023-11-14T19:07:22.734Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2018 | 2023-11-14T19:07:23.171Z | Compiling curve25519-dalek v4.1.0 |
| 2019 | 2023-11-14T19:07:23.193Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2020 | 2023-11-14T19:07:23.208Z | Compiling darling v0.14.4 |
| 2021 | 2023-11-14T19:07:23.218Z | Compiling cexpr v0.6.0 |
| 2022 | 2023-11-14T19:07:24.934Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2023 | 2023-11-14T19:07:26.949Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2024 | 2023-11-14T19:07:28.833Z | Compiling which v4.4.0 |
| 2025 | 2023-11-14T19:07:29.673Z | Compiling ff v0.13.0 |
| 2026 | 2023-11-14T19:07:30.066Z | Compiling kstat-rs v0.2.3 |
| 2027 | 2023-11-14T19:07:30.267Z | Compiling path-dedot v3.1.0 |
| 2028 | 2023-11-14T19:07:30.578Z | Compiling serde_arrays v0.1.0 |
| 2029 | 2023-11-14T19:07:30.829Z | Compiling lazycell v1.3.0 |
| 2030 | 2023-11-14T19:07:31.080Z | Compiling rustc-hash v1.1.0 |
| 2031 | 2023-11-14T19:07:31.307Z | Compiling shlex v1.1.0 |
| 2032 | 2023-11-14T19:07:31.679Z | Compiling display-error-chain v0.2.0 |
| 2033 | 2023-11-14T19:07:31.949Z | Compiling peeking_take_while v0.1.2 |
| 2034 | 2023-11-14T19:07:32.178Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2035 | 2023-11-14T19:07:33.784Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2036 | 2023-11-14T19:07:34.824Z | Compiling path-absolutize v3.1.0 |
| 2037 | 2023-11-14T19:07:35.128Z | Compiling group v0.13.0 |
| 2038 | 2023-11-14T19:07:35.396Z | Compiling derive_builder_core v0.12.0 |
| 2039 | 2023-11-14T19:07:44.075Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2040 | 2023-11-14T19:07:47.528Z | Compiling pem v1.1.1 |
| 2041 | 2023-11-14T19:07:47.979Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2042 | 2023-11-14T19:07:48.670Z | Compiling olpc-cjson v0.1.3 |
| 2043 | 2023-11-14T19:07:49.598Z | Compiling camino-tempfile v1.0.2 |
| 2044 | 2023-11-14T19:07:50.123Z | Compiling globset v0.4.13 |
| 2045 | 2023-11-14T19:07:50.895Z | Compiling crypto-bigint v0.5.2 |
| 2046 | 2023-11-14T19:07:55.398Z | Compiling bcs v0.1.6 |
| 2047 | 2023-11-14T19:07:55.573Z | Compiling serde_plain v1.0.2 |
| 2048 | 2023-11-14T19:07:56.456Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2049 | 2023-11-14T19:07:56.472Z | Compiling curve25519-dalek-derive v0.1.0 |
| 2050 | 2023-11-14T19:07:56.946Z | Compiling libxml v0.3.3 |
| 2051 | 2023-11-14T19:07:57.469Z | Compiling ref-cast v1.0.20 |
| 2052 | 2023-11-14T19:07:58.166Z | Compiling buf-list v1.0.3 |
| 2053 | 2023-11-14T19:07:58.697Z | Compiling base16ct v0.2.0 |
| 2054 | 2023-11-14T19:07:58.985Z | Compiling highway v1.1.0 |
| 2055 | 2023-11-14T19:07:59.367Z | Compiling elliptic-curve v0.13.5 |
| 2056 | 2023-11-14T19:08:00.343Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2057 | 2023-11-14T19:08:00.969Z | Compiling thiserror-no-std v2.0.2 |
| 2058 | 2023-11-14T19:08:01.548Z | Compiling tough v0.14.0 |
| 2059 | 2023-11-14T19:08:02.401Z | Compiling polar-core v0.27.0 |
| 2060 | 2023-11-14T19:08:02.453Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
| 2061 | 2023-11-14T19:08:05.331Z | Compiling derive_builder_macro v0.12.0 |
| 2062 | 2023-11-14T19:08:06.595Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2063 | 2023-11-14T19:08:14.087Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2064 | 2023-11-14T19:08:14.126Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2065 | 2023-11-14T19:08:16.858Z | Compiling poly1305 v0.8.0 |
| 2066 | 2023-11-14T19:08:19.594Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2067 | 2023-11-14T19:08:20.043Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2068 | 2023-11-14T19:08:20.221Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2069 | 2023-11-14T19:08:20.497Z | Compiling chacha20 v0.9.1 |
| 2070 | 2023-11-14T19:08:21.228Z | Compiling strum_macros v0.24.3 |
| 2071 | 2023-11-14T19:08:25.508Z | Compiling const_format_proc_macros v0.2.31 |
| 2072 | 2023-11-14T19:08:27.139Z | Compiling ref-cast-impl v1.0.20 |
| 2073 | 2023-11-14T19:08:28.896Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
| 2074 | 2023-11-14T19:08:29.391Z | Compiling cookie v0.16.2 |
| 2075 | 2023-11-14T19:08:29.394Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
| 2076 | 2023-11-14T19:08:29.397Z | Compiling signature v1.6.4 |
| 2077 | 2023-11-14T19:08:29.521Z | Compiling salty v0.2.0 |
| 2078 | 2023-11-14T19:08:29.551Z | Compiling indoc v1.0.9 |
| 2079 | 2023-11-14T19:08:29.743Z | Compiling ed25519 v1.5.3 |
| 2080 | 2023-11-14T19:08:30.288Z | Compiling const_format v0.2.31 |
| 2081 | 2023-11-14T19:08:30.447Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 2082 | 2023-11-14T19:08:32.046Z | Compiling chacha20poly1305 v0.10.1 |
| 2083 | 2023-11-14T19:08:32.225Z | Compiling derive_builder v0.12.0 |
| 2084 | 2023-11-14T19:08:32.516Z | Compiling vsss-rs v3.3.1 |
| 2085 | 2023-11-14T19:08:42.400Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2086 | 2023-11-14T19:08:44.722Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2087 | 2023-11-14T19:08:49.859Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2088 | 2023-11-14T19:08:50.415Z | Compiling tungstenite v0.18.0 |
| 2089 | 2023-11-14T19:08:53.750Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2090 | 2023-11-14T19:08:54.206Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
| 2091 | 2023-11-14T19:08:54.428Z | Compiling ron v0.7.1 |
| 2092 | 2023-11-14T19:09:00.015Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2093 | 2023-11-14T19:09:04.341Z | Compiling headers-core v0.2.0 |
| 2094 | 2023-11-14T19:09:04.594Z | Compiling bb8 v0.8.1 |
| 2095 | 2023-11-14T19:09:05.165Z | Compiling quick-xml v0.23.1 |
| 2096 | 2023-11-14T19:09:05.477Z | Compiling serde-big-array v0.5.1 |
| 2097 | 2023-11-14T19:09:05.872Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2098 | 2023-11-14T19:09:07.307Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2099 | 2023-11-14T19:09:07.893Z | Compiling oso-derive v0.27.0 |
| 2100 | 2023-11-14T19:09:08.639Z | Compiling http-range v0.1.5 |
| 2101 | 2023-11-14T19:09:09.419Z | Compiling bit_field v0.10.2 |
| 2102 | 2023-11-14T19:09:09.614Z | Compiling maplit v1.0.2 |
| 2103 | 2023-11-14T19:09:09.750Z | Compiling hyper-staticfile v0.9.5 |
| 2104 | 2023-11-14T19:09:09.826Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 2105 | 2023-11-14T19:09:10.622Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
| 2106 | 2023-11-14T19:09:12.130Z | Compiling headers v0.3.9 |
| 2107 | 2023-11-14T19:09:15.565Z | Compiling tokio-tungstenite v0.18.0 |
| 2108 | 2023-11-14T19:09:22.100Z | Compiling oso v0.27.0 |
| 2109 | 2023-11-14T19:09:29.048Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
| 2110 | 2023-11-14T19:09:33.399Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2111 | 2023-11-14T19:09:33.836Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2112 | 2023-11-14T19:09:35.999Z | Compiling signal-hook-tokio v0.3.1 |
| 2113 | 2023-11-14T19:09:36.286Z | Compiling serde-big-array v0.4.1 |
| 2114 | 2023-11-14T19:09:36.565Z | Compiling cassowary v0.3.0 |
| 2115 | 2023-11-14T19:09:38.533Z | Compiling indoc v2.0.3 |
| 2116 | 2023-11-14T19:09:40.101Z | Compiling ratatui v0.23.0 |
| 2117 | 2023-11-14T19:09:42.619Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2118 | 2023-11-14T19:09:44.296Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2119 | 2023-11-14T19:09:45.412Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2120 | 2023-11-14T19:09:45.584Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2121 | 2023-11-14T19:09:46.006Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2122 | 2023-11-14T19:09:58.214Z | Compiling fatfs v0.3.6 |
| 2123 | 2023-11-14T19:09:58.363Z | Compiling bytesize v1.3.0 |
| 2124 | 2023-11-14T19:09:58.449Z | Compiling nanorand v0.7.0 |
| 2125 | 2023-11-14T19:09:58.524Z | Compiling rtoolbox v0.0.1 |
| 2126 | 2023-11-14T19:09:58.541Z | Compiling fs-err v2.9.0 |
| 2127 | 2023-11-14T19:09:58.557Z | Compiling is_ci v1.1.1 |
| 2128 | 2023-11-14T19:09:58.567Z | Compiling assert_matches v1.5.0 |
| 2129 | 2023-11-14T19:09:58.580Z | Compiling corncobs v0.1.3 |
| 2130 | 2023-11-14T19:09:59.198Z | Compiling unicode-linebreak v0.1.5 |
| 2131 | 2023-11-14T19:09:59.224Z | Compiling smawk v0.3.1 |
| 2132 | 2023-11-14T19:09:59.976Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 2133 | 2023-11-14T19:10:00.178Z | Compiling textwrap v0.16.0 |
| 2134 | 2023-11-14T19:10:00.450Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2135 | 2023-11-14T19:10:00.892Z | Compiling supports-color v2.1.0 |
| 2136 | 2023-11-14T19:10:02.071Z | Compiling rpassword v7.2.0 |
| 2137 | 2023-11-14T19:10:02.764Z | Compiling flume v0.11.0 |
| 2138 | 2023-11-14T19:10:04.072Z | Compiling tui-tree-widget v0.13.0 |
| 2139 | 2023-11-14T19:10:06.240Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2140 | 2023-11-14T19:10:07.062Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2141 | 2023-11-14T19:10:07.653Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2142 | 2023-11-14T19:10:32.838Z | Compiling shell-words v1.1.0 |
| 2143 | 2023-11-14T19:10:33.542Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2144 | 2023-11-14T19:11:23.026Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2145 | 2023-11-14T19:11:33.356Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2146 | 2023-11-14T19:14:11.703Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2147 | 2023-11-14T19:15:17.920Z | Compiling git2 v0.17.2 |
| 2148 | 2023-11-14T19:15:28.504Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2149 | 2023-11-14T19:15:37.506Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
| 2150 | 2023-11-14T19:15:49.709Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2151 | 2023-11-14T19:16:06.904Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2152 | 2023-11-14T19:16:07.846Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2153 | 2023-11-14T19:16:08.489Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
| 2154 | 2023-11-14T19:16:39.357Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2155 | 2023-11-14T19:25:34.794Z | Finished release [optimized] target(s) in 22m 27s |
| 2156 | 2023-11-14T19:27:06.858Z | |
| 2157 | 2023-11-14T19:27:06.862Z | real 24:01.164960217 |
| 2158 | 2023-11-14T19:27:06.865Z | user 2:44:00.791794521 |
| 2159 | 2023-11-14T19:27:06.868Z | sys 7:21.210150245 |
| 2160 | 2023-11-14T19:27:06.871Z | trap 5.640027338 |
| 2161 | 2023-11-14T19:27:06.875Z | tflt 1.470447058 |
| 2162 | 2023-11-14T19:27:06.879Z | dflt 3.858923958 |
| 2163 | 2023-11-14T19:27:06.882Z | kflt 0.013608068 |
| 2164 | 2023-11-14T19:27:06.885Z | lock 9:19:20.373355308 |
| 2165 | 2023-11-14T19:27:06.887Z | slp 6:40:49.509542952 |
| 2166 | 2023-11-14T19:27:06.891Z | lat 2:53.748021239 |
| 2167 | 2023-11-14T19:27:06.895Z | stop 54.384163648 |
| 2168 | 2023-11-14T19:27:06.898Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
| 2169 | 2023-11-14T19:27:06.901Z | + pfexec mkdir -p /work |
| 2170 | 2023-11-14T19:27:06.904Z | + pfexec chown build /work |
| 2171 | 2023-11-14T19:27:06.908Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
| 2172 | 2023-11-14T19:27:20.785Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2173 | 2023-11-14T19:27:21.199Z | a out/mg-ddm-gz.tar 61499K |
| 2174 | 2023-11-14T19:27:21.203Z | a out/omicron-sled-agent.tar 123019K |
| 2175 | 2023-11-14T19:27:21.208Z | a out/target/test 1K |
| 2176 | 2023-11-14T19:27:21.217Z | a out/npuzone/npuzone 36505K |
| 2177 | 2023-11-14T19:27:21.631Z | a package-manifest.toml 22K |
| 2178 | 2023-11-14T19:27:21.639Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2179 | 2023-11-14T19:27:21.647Z | a target/release/omicron-package 41407K |
| 2180 | 2023-11-14T19:27:21.688Z | a tools/create_virtual_hardware.sh 4K |
| 2181 | 2023-11-14T19:27:21.692Z | a tools/virtual_hardware.sh 4K |
| 2182 | 2023-11-14T19:27:21.695Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
| 2183 | 2023-11-14T19:27:21.698Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
| 2184 | 2023-11-14T19:27:21.701Z | a tools/scrimlet/softnpu-init.sh 3K |
| 2185 | 2023-11-14T19:27:21.704Z | a tools/scrimlet/softnpu-zone.txt 1K |
| 2186 | 2023-11-14T19:27:21.707Z | a tools/scrimlet/softnpu.toml 1K |
| 2187 | 2023-11-14T19:27:21.710Z | |
| 2188 | 2023-11-14T19:27:21.714Z | real 13.911278353 |
| 2189 | 2023-11-14T19:27:21.717Z | user 13.283321146 |
| 2190 | 2023-11-14T19:27:21.720Z | sys 1.110626258 |
| 2191 | 2023-11-14T19:27:21.722Z | trap 0.003896465 |
| 2192 | 2023-11-14T19:27:21.725Z | tflt 0.000000000 |
| 2193 | 2023-11-14T19:27:21.728Z | dflt 0.000000000 |
| 2194 | 2023-11-14T19:27:21.734Z | kflt 0.000000000 |
| 2195 | 2023-11-14T19:27:21.742Z | lock 0.000000000 |
| 2196 | 2023-11-14T19:27:21.749Z | slp 12.980875521 |
| 2197 | 2023-11-14T19:27:21.755Z | lat 0.440299089 |
| 2198 | 2023-11-14T19:27:21.761Z | stop 0.000232950 |
| 2199 | 2023-11-14T19:27:21.767Z | ++ pwd |
| 2200 | 2023-11-14T19:27:21.774Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2201 | 2023-11-14T19:27:21.783Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
| 2202 | 2023-11-14T19:27:21.791Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
| 2203 | 2023-11-14T19:27:21.924Z | Finished release [optimized] target(s) in 1.04s |
| 2204 | 2023-11-14T19:27:21.951Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
| 2205 | 2023-11-14T19:27:21.988Z | Created new build target 'host' and set it as active |
| 2206 | 2023-11-14T19:27:21.994Z | |
| 2207 | 2023-11-14T19:27:21.999Z | real 1.194752465 |
| 2208 | 2023-11-14T19:27:22.004Z | user 0.841612019 |
| 2209 | 2023-11-14T19:27:22.009Z | sys 0.353772014 |
| 2210 | 2023-11-14T19:27:22.024Z | trap 0.000081822 |
| 2211 | 2023-11-14T19:27:22.035Z | tflt 0.000002056 |
| 2212 | 2023-11-14T19:27:22.044Z | dflt 0.000004516 |
| 2213 | 2023-11-14T19:27:22.051Z | kflt 0.000000000 |
| 2214 | 2023-11-14T19:27:22.057Z | lock 0.033097495 |
| 2215 | 2023-11-14T19:27:22.063Z | slp 0.019692864 |
| 2216 | 2023-11-14T19:27:22.071Z | lat 0.001738278 |
| 2217 | 2023-11-14T19:27:22.498Z | stop 0.000213339 |
| 2218 | 2023-11-14T19:27:22.504Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
| 2219 | 2023-11-14T19:27:23.119Z | Finished release [optimized] target(s) in 1.00s |
| 2220 | 2023-11-14T19:27:23.147Z | Running `target/release/omicron-package -t host package` |
| 2221 | 2023-11-14T19:27:23.155Z | Nov 14 19:27:23.150 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2222 | 2023-11-14T19:27:24.284Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2223 | 2023-11-14T19:30:59.743Z | Finished release [optimized] target(s) in 3m 36s |
| 2224 | 2023-11-14T19:32:39.775Z | |
| 2225 | 2023-11-14T19:32:39.779Z | real 5:17.803259454 |
| 2226 | 2023-11-14T19:32:39.783Z | user 20:32.209121518 |
| 2227 | 2023-11-14T19:32:39.786Z | sys 1:04.875198834 |
| 2228 | 2023-11-14T19:32:39.790Z | trap 0.516306361 |
| 2229 | 2023-11-14T19:32:39.793Z | tflt 0.021375219 |
| 2230 | 2023-11-14T19:32:39.796Z | dflt 1.569992512 |
| 2231 | 2023-11-14T19:32:39.800Z | kflt 0.000011222 |
| 2232 | 2023-11-14T19:32:39.804Z | lock 1:13:14.860985803 |
| 2233 | 2023-11-14T19:32:39.808Z | slp 17:50.958519312 |
| 2234 | 2023-11-14T19:32:39.811Z | lat 11.545965720 |
| 2235 | 2023-11-14T19:32:39.815Z | stop 0.672788297 |
| 2236 | 2023-11-14T19:32:39.818Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
| 2237 | 2023-11-14T19:32:39.821Z | + for package in "$@" |
| 2238 | 2023-11-14T19:32:39.830Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
| 2239 | 2023-11-14T19:32:39.833Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git6b7845c825c |
| 2240 | 2023-11-14T19:32:40.934Z | Finished release [optimized] target(s) in 1.07s |
| 2241 | 2023-11-14T19:32:40.962Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git6b7845c825c` |
| 2242 | 2023-11-14T19:32:41.003Z | Nov 14 19:32:41.009 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2243 | 2023-11-14T19:32:41.582Z | Created: out/versioned/omicron-sled-agent.tar |
| 2244 | 2023-11-14T19:32:41.586Z | + for package in "$@" |
| 2245 | 2023-11-14T19:32:41.593Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2246 | 2023-11-14T19:32:41.605Z | + echo 0.0.0 |
| 2247 | 2023-11-14T19:32:41.608Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2248 | 2023-11-14T19:32:41.612Z | a VERSION 1K |
| 2249 | 2023-11-14T19:32:41.616Z | + rm VERSION |
| 2250 | 2023-11-14T19:32:41.621Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git6b7845c825c |
| 2251 | 2023-11-14T19:32:42.681Z | Finished release [optimized] target(s) in 1.01s |
| 2252 | 2023-11-14T19:32:42.711Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git6b7845c825c` |
| 2253 | 2023-11-14T19:32:42.751Z | Nov 14 19:32:42.758 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2254 | 2023-11-14T19:32:43.053Z | Created: out/versioned/mg-ddm-gz.tar |
| 2255 | 2023-11-14T19:32:43.059Z | + for package in "$@" |
| 2256 | 2023-11-14T19:32:43.065Z | + [[ propolis-server == mg-ddm-gz ]] |
| 2257 | 2023-11-14T19:32:43.084Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git6b7845c825c |
| 2258 | 2023-11-14T19:32:44.137Z | Finished release [optimized] target(s) in 1.01s |
| 2259 | 2023-11-14T19:32:44.168Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git6b7845c825c` |
| 2260 | 2023-11-14T19:32:44.208Z | Nov 14 19:32:44.214 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2261 | 2023-11-14T19:32:45.992Z | Created: out/versioned/propolis-server.tar.gz |
| 2262 | 2023-11-14T19:32:45.995Z | + for package in "$@" |
| 2263 | 2023-11-14T19:32:45.999Z | + [[ overlay == mg-ddm-gz ]] |
| 2264 | 2023-11-14T19:32:46.002Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git6b7845c825c |
| 2265 | 2023-11-14T19:32:50.356Z | Finished release [optimized] target(s) in 1.00s |
| 2266 | 2023-11-14T19:32:50.427Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git6b7845c825c` |
| 2267 | 2023-11-14T19:32:50.483Z | Nov 14 19:32:47.159 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
| 2268 | 2023-11-14T19:32:50.534Z | Created: out/versioned/overlay.tar.gz |
| 2269 | 2023-11-14T19:32:50.573Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2270 | 2023-11-14T19:32:50.609Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
| 2271 | 2023-11-14T19:32:50.646Z | ++ cd -- ./tools |
| 2272 | 2023-11-14T19:32:50.680Z | ++ pwd |
| 2273 | 2023-11-14T19:32:50.687Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2274 | 2023-11-14T19:32:50.716Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2275 | 2023-11-14T19:32:50.727Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2276 | 2023-11-14T19:32:50.749Z | ++ readlink -f /work |
| 2277 | 2023-11-14T19:32:50.780Z | + out_dir=/work |
| 2278 | 2023-11-14T19:32:50.797Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
| 2279 | 2023-11-14T19:32:50.802Z | + for dep in "${deps[@]}" |
| 2280 | 2023-11-14T19:32:50.811Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
| 2281 | 2023-11-14T19:32:50.824Z | + for dep in "${deps[@]}" |
| 2282 | 2023-11-14T19:32:50.829Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2283 | 2023-11-14T19:32:50.837Z | + for dep in "${deps[@]}" |
| 2284 | 2023-11-14T19:32:50.858Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
| 2285 | 2023-11-14T19:32:50.863Z | + for dep in "${deps[@]}" |
| 2286 | 2023-11-14T19:32:50.885Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
| 2287 | 2023-11-14T19:32:50.909Z | ++ mktemp -d |
| 2288 | 2023-11-14T19:32:50.914Z | + tmp_gz=/tmp/tmp.vVaaWi |
| 2289 | 2023-11-14T19:32:50.919Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
| 2290 | 2023-11-14T19:32:50.924Z | + echo '{"v":"1","t":"layer"}' |
| 2291 | 2023-11-14T19:32:50.946Z | + pkg_dir=/tmp/tmp.vVaaWi/root/opt/oxide/sled-agent |
| 2292 | 2023-11-14T19:32:50.955Z | + mkdir -p /tmp/tmp.vVaaWi/root/opt/oxide/sled-agent |
| 2293 | 2023-11-14T19:32:50.966Z | + cd /tmp/tmp.vVaaWi/root/opt/oxide/sled-agent |
| 2294 | 2023-11-14T19:32:50.981Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 2295 | 2023-11-14T19:32:50.992Z | x ., 0 bytes, 0 tape blocks |
| 2296 | 2023-11-14T19:32:51.017Z | x zone-bundle, 41034960 bytes, 80147 tape blocks |
| 2297 | 2023-11-14T19:32:51.029Z | x sled-agent, 84911576 bytes, 165843 tape blocks |
| 2298 | 2023-11-14T19:32:51.040Z | x pkg, 0 bytes, 0 tape blocks |
| 2299 | 2023-11-14T19:32:51.062Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
| 2300 | 2023-11-14T19:32:51.483Z | x pkg/README.md, 54 bytes, 1 tape blocks |
| 2301 | 2023-11-14T19:32:51.903Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
| 2302 | 2023-11-14T19:32:51.907Z | x VERSION, 25 bytes, 1 tape blocks |
| 2303 | 2023-11-14T19:32:51.920Z | + mkdir -p /tmp/tmp.vVaaWi/root/lib/svc/manifest/site/ |
| 2304 | 2023-11-14T19:32:51.926Z | + mv pkg/manifest.xml /tmp/tmp.vVaaWi/root/lib/svc/manifest/site/sled-agent.xml |
| 2305 | 2023-11-14T19:32:51.957Z | + cd - |
| 2306 | 2023-11-14T19:32:51.962Z | /work/oxidecomputer/omicron |
| 2307 | 2023-11-14T19:32:51.971Z | + pkg_dir=/tmp/tmp.vVaaWi/root/opt/oxide/mg-ddm |
| 2308 | 2023-11-14T19:32:51.984Z | + mkdir -p /tmp/tmp.vVaaWi/root/opt/oxide/mg-ddm |
| 2309 | 2023-11-14T19:32:51.996Z | + cd /tmp/tmp.vVaaWi/root/opt/oxide/mg-ddm |
| 2310 | 2023-11-14T19:32:52.003Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2311 | 2023-11-14T19:32:52.008Z | x ., 0 bytes, 0 tape blocks |
| 2312 | 2023-11-14T19:32:52.012Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
| 2313 | 2023-11-14T19:32:52.017Z | x ddmd, 29783336 bytes, 58171 tape blocks |
| 2314 | 2023-11-14T19:32:52.021Z | x pkg, 0 bytes, 0 tape blocks |
| 2315 | 2023-11-14T19:32:52.025Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2316 | 2023-11-14T19:32:52.029Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2317 | 2023-11-14T19:32:52.033Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2318 | 2023-11-14T19:32:52.037Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2319 | 2023-11-14T19:32:52.041Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2320 | 2023-11-14T19:32:52.044Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2321 | 2023-11-14T19:32:52.048Z | x VERSION, 25 bytes, 1 tape blocks |
| 2322 | 2023-11-14T19:32:52.146Z | + cd - |
| 2323 | 2023-11-14T19:32:52.173Z | /work/oxidecomputer/omicron |
| 2324 | 2023-11-14T19:32:52.206Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.vVaaWi/root/opt/oxide |
| 2325 | 2023-11-14T19:32:52.216Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.vVaaWi/root/opt/oxide |
| 2326 | 2023-11-14T19:32:52.251Z | + cd /tmp/tmp.vVaaWi |
| 2327 | 2023-11-14T19:32:52.302Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
| 2328 | 2023-11-14T19:32:59.734Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2329 | 2023-11-14T19:32:59.737Z | a oxide.json 1K |
| 2330 | 2023-11-14T19:32:59.739Z | a root/ 0K |
| 2331 | 2023-11-14T19:32:59.743Z | a root/opt/ 0K |
| 2332 | 2023-11-14T19:32:59.746Z | a root/opt/oxide/ 0K |
| 2333 | 2023-11-14T19:32:59.751Z | a root/opt/oxide/sled-agent/ 0K |
| 2334 | 2023-11-14T19:32:59.754Z | a root/opt/oxide/sled-agent/zone-bundle 40074K |
| 2335 | 2023-11-14T19:32:59.757Z | a root/opt/oxide/sled-agent/sled-agent 82922K |
| 2336 | 2023-11-14T19:32:59.760Z | a root/opt/oxide/sled-agent/pkg/ 0K |
| 2337 | 2023-11-14T19:32:59.763Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
| 2338 | 2023-11-14T19:32:59.767Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
| 2339 | 2023-11-14T19:32:59.770Z | a root/opt/oxide/sled-agent/VERSION 1K |
| 2340 | 2023-11-14T19:32:59.775Z | a root/opt/oxide/mg-ddm/ 0K |
| 2341 | 2023-11-14T19:32:59.779Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
| 2342 | 2023-11-14T19:32:59.783Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
| 2343 | 2023-11-14T19:32:59.787Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2344 | 2023-11-14T19:32:59.790Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2345 | 2023-11-14T19:32:59.794Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2346 | 2023-11-14T19:32:59.800Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2347 | 2023-11-14T19:32:59.804Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2348 | 2023-11-14T19:32:59.808Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2349 | 2023-11-14T19:32:59.814Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2350 | 2023-11-14T19:32:59.821Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2351 | 2023-11-14T19:32:59.827Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
| 2352 | 2023-11-14T19:32:59.832Z | a root/opt/oxide/overlay.tar.gz 2K |
| 2353 | 2023-11-14T19:32:59.837Z | a root/lib/ 0K |
| 2354 | 2023-11-14T19:32:59.841Z | a root/lib/svc/ 0K |
| 2355 | 2023-11-14T19:32:59.845Z | a root/lib/svc/manifest/ 0K |
| 2356 | 2023-11-14T19:32:59.848Z | a root/lib/svc/manifest/site/ 0K |
| 2357 | 2023-11-14T19:32:59.852Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
| 2358 | 2023-11-14T19:32:59.855Z | + cd / |
| 2359 | 2023-11-14T19:32:59.858Z | + rm -rf /tmp/tmp.vVaaWi |
| 2360 | 2023-11-14T19:32:59.861Z | |
| 2361 | 2023-11-14T19:32:59.865Z | real 12.622801517 |
| 2362 | 2023-11-14T19:32:59.868Z | user 11.697905032 |
| 2363 | 2023-11-14T19:32:59.872Z | sys 0.989142584 |
| 2364 | 2023-11-14T19:32:59.875Z | trap 0.003861059 |
| 2365 | 2023-11-14T19:32:59.881Z | tflt 0.000000000 |
| 2366 | 2023-11-14T19:32:59.885Z | dflt 0.000000000 |
| 2367 | 2023-11-14T19:32:59.888Z | kflt 0.000000000 |
| 2368 | 2023-11-14T19:32:59.892Z | lock 0.000000000 |
| 2369 | 2023-11-14T19:32:59.894Z | slp 24.371302272 |
| 2370 | 2023-11-14T19:32:59.898Z | lat 0.391297220 |
| 2371 | 2023-11-14T19:32:59.902Z | stop 0.000293796 |
| 2372 | 2023-11-14T19:32:59.905Z | + mkdir -p /work/zones |
| 2373 | 2023-11-14T19:32:59.908Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
| 2374 | 2023-11-14T19:32:59.912Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
| 2375 | 2023-11-14T19:33:03.368Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
| 2376 | 2023-11-14T19:33:04.983Z | Finished release [optimized] target(s) in 1.12s |
| 2377 | 2023-11-14T19:33:04.990Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
| 2378 | 2023-11-14T19:33:04.998Z | Created new build target 'recovery' and set it as active |
| 2379 | 2023-11-14T19:33:05.019Z | |
| 2380 | 2023-11-14T19:33:05.023Z | real 1.279853233 |
| 2381 | 2023-11-14T19:33:05.027Z | user 0.891943212 |
| 2382 | 2023-11-14T19:33:05.030Z | sys 0.371122214 |
| 2383 | 2023-11-14T19:33:05.036Z | trap 0.000494066 |
| 2384 | 2023-11-14T19:33:05.041Z | tflt 0.000009090 |
| 2385 | 2023-11-14T19:33:05.045Z | dflt 0.015867957 |
| 2386 | 2023-11-14T19:33:05.050Z | kflt 0.000000000 |
| 2387 | 2023-11-14T19:33:05.055Z | lock 0.037447852 |
| 2388 | 2023-11-14T19:33:05.060Z | slp 0.021766566 |
| 2389 | 2023-11-14T19:33:05.064Z | lat 0.003406099 |
| 2390 | 2023-11-14T19:33:05.069Z | stop 0.000221236 |
| 2391 | 2023-11-14T19:33:05.074Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
| 2392 | 2023-11-14T19:33:05.813Z | Finished release [optimized] target(s) in 1.07s |
| 2393 | 2023-11-14T19:33:05.844Z | Running `target/release/omicron-package -t recovery package` |
| 2394 | 2023-11-14T19:33:05.885Z | Nov 14 19:33:05.890 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2395 | 2023-11-14T19:33:06.903Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2396 | 2023-11-14T19:33:10.737Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2397 | 2023-11-14T19:33:41.555Z | Finished release [optimized] target(s) in 35.58s |
| 2398 | 2023-11-14T19:34:13.343Z | |
| 2399 | 2023-11-14T19:34:13.347Z | real 1:08.689339799 |
| 2400 | 2023-11-14T19:34:13.353Z | user 2:31.000667056 |
| 2401 | 2023-11-14T19:34:13.356Z | sys 11.827972396 |
| 2402 | 2023-11-14T19:34:13.359Z | trap 0.073977413 |
| 2403 | 2023-11-14T19:34:13.362Z | tflt 0.079385570 |
| 2404 | 2023-11-14T19:34:13.366Z | dflt 0.825888389 |
| 2405 | 2023-11-14T19:34:13.370Z | kflt 0.000000000 |
| 2406 | 2023-11-14T19:34:13.372Z | lock 15:12.146522638 |
| 2407 | 2023-11-14T19:34:13.375Z | slp 2:47.029072051 |
| 2408 | 2023-11-14T19:34:13.378Z | lat 2.037571389 |
| 2409 | 2023-11-14T19:34:13.380Z | stop 0.193264135 |
| 2410 | 2023-11-14T19:34:13.383Z | + stamp_packages installinator mg-ddm-gz |
| 2411 | 2023-11-14T19:34:13.386Z | + for package in "$@" |
| 2412 | 2023-11-14T19:34:13.389Z | + [[ installinator == mg-ddm-gz ]] |
| 2413 | 2023-11-14T19:34:13.392Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git6b7845c825c |
| 2414 | 2023-11-14T19:34:14.462Z | Finished release [optimized] target(s) in 1.03s |
| 2415 | 2023-11-14T19:34:14.490Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git6b7845c825c` |
| 2416 | 2023-11-14T19:34:14.531Z | Nov 14 19:34:14.536 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2417 | 2023-11-14T19:34:14.671Z | Created: out/versioned/installinator.tar |
| 2418 | 2023-11-14T19:34:14.675Z | + for package in "$@" |
| 2419 | 2023-11-14T19:34:14.678Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
| 2420 | 2023-11-14T19:34:14.681Z | + echo 0.0.0 |
| 2421 | 2023-11-14T19:34:14.684Z | + tar rvf out/mg-ddm-gz.tar VERSION |
| 2422 | 2023-11-14T19:34:14.687Z | a VERSION 1K |
| 2423 | 2023-11-14T19:34:14.691Z | + rm VERSION |
| 2424 | 2023-11-14T19:34:14.693Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git6b7845c825c |
| 2425 | 2023-11-14T19:34:16.194Z | Finished release [optimized] target(s) in 1.02s |
| 2426 | 2023-11-14T19:34:16.199Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git6b7845c825c` |
| 2427 | 2023-11-14T19:34:16.202Z | Nov 14 19:34:15.860 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
| 2428 | 2023-11-14T19:34:16.209Z | Created: out/versioned/mg-ddm-gz.tar |
| 2429 | 2023-11-14T19:34:16.213Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
| 2430 | 2023-11-14T19:34:16.218Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
| 2431 | 2023-11-14T19:34:16.221Z | ++ cd -- ./tools |
| 2432 | 2023-11-14T19:34:16.227Z | ++ pwd |
| 2433 | 2023-11-14T19:34:16.230Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
| 2434 | 2023-11-14T19:34:16.234Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
| 2435 | 2023-11-14T19:34:16.238Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
| 2436 | 2023-11-14T19:34:16.242Z | ++ readlink -f /work |
| 2437 | 2023-11-14T19:34:16.245Z | + out_dir=/work |
| 2438 | 2023-11-14T19:34:16.250Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
| 2439 | 2023-11-14T19:34:16.254Z | + for dep in "${deps[@]}" |
| 2440 | 2023-11-14T19:34:16.257Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
| 2441 | 2023-11-14T19:34:16.260Z | + for dep in "${deps[@]}" |
| 2442 | 2023-11-14T19:34:16.265Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
| 2443 | 2023-11-14T19:34:16.269Z | ++ mktemp -d |
| 2444 | 2023-11-14T19:34:16.273Z | + tmp_trampoline=/tmp/tmp.kCay0i |
| 2445 | 2023-11-14T19:34:16.276Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
| 2446 | 2023-11-14T19:34:16.280Z | + echo '{"v":"1","t":"layer"}' |
| 2447 | 2023-11-14T19:34:16.287Z | + pkg_dir=/tmp/tmp.kCay0i/root/opt/oxide/installinator |
| 2448 | 2023-11-14T19:34:16.291Z | + mkdir -p /tmp/tmp.kCay0i/root/opt/oxide/installinator |
| 2449 | 2023-11-14T19:34:16.298Z | + cd /tmp/tmp.kCay0i/root/opt/oxide/installinator |
| 2450 | 2023-11-14T19:34:16.301Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
| 2451 | 2023-11-14T19:34:16.305Z | x ., 0 bytes, 0 tape blocks |
| 2452 | 2023-11-14T19:34:16.309Z | x installinator, 53177328 bytes, 103862 tape blocks |
| 2453 | 2023-11-14T19:34:16.314Z | x pkg, 0 bytes, 0 tape blocks |
| 2454 | 2023-11-14T19:34:16.318Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
| 2455 | 2023-11-14T19:34:16.323Z | x VERSION, 25 bytes, 1 tape blocks |
| 2456 | 2023-11-14T19:34:16.327Z | + mkdir -p /tmp/tmp.kCay0i/root/lib/svc/manifest/site/ |
| 2457 | 2023-11-14T19:34:16.331Z | + mv pkg/manifest.xml /tmp/tmp.kCay0i/root/lib/svc/manifest/site/installinator.xml |
| 2458 | 2023-11-14T19:34:16.335Z | + cd - |
| 2459 | 2023-11-14T19:34:16.339Z | /work/oxidecomputer/omicron |
| 2460 | 2023-11-14T19:34:16.343Z | + pkg_dir=/tmp/tmp.kCay0i/root/opt/oxide/mg-ddm |
| 2461 | 2023-11-14T19:34:16.347Z | + mkdir -p /tmp/tmp.kCay0i/root/opt/oxide/mg-ddm |
| 2462 | 2023-11-14T19:34:16.352Z | + cd /tmp/tmp.kCay0i/root/opt/oxide/mg-ddm |
| 2463 | 2023-11-14T19:34:16.356Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 2464 | 2023-11-14T19:34:16.361Z | x ., 0 bytes, 0 tape blocks |
| 2465 | 2023-11-14T19:34:16.365Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
| 2466 | 2023-11-14T19:34:16.369Z | x ddmd, 29783336 bytes, 58171 tape blocks |
| 2467 | 2023-11-14T19:34:16.374Z | x pkg, 0 bytes, 0 tape blocks |
| 2468 | 2023-11-14T19:34:16.383Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
| 2469 | 2023-11-14T19:34:16.387Z | x pkg/mgd, 0 bytes, 0 tape blocks |
| 2470 | 2023-11-14T19:34:16.390Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
| 2471 | 2023-11-14T19:34:16.393Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
| 2472 | 2023-11-14T19:34:16.397Z | x pkg/ddm, 0 bytes, 0 tape blocks |
| 2473 | 2023-11-14T19:34:16.404Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
| 2474 | 2023-11-14T19:34:16.407Z | x VERSION, 25 bytes, 1 tape blocks |
| 2475 | 2023-11-14T19:34:16.412Z | + cd - |
| 2476 | 2023-11-14T19:34:16.416Z | /work/oxidecomputer/omicron |
| 2477 | 2023-11-14T19:34:16.420Z | + cd /tmp/tmp.kCay0i |
| 2478 | 2023-11-14T19:34:16.427Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
| 2479 | 2023-11-14T19:34:22.252Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
| 2480 | 2023-11-14T19:34:22.255Z | a oxide.json 1K |
| 2481 | 2023-11-14T19:34:22.259Z | a root/ 0K |
| 2482 | 2023-11-14T19:34:22.265Z | a root/opt/ 0K |
| 2483 | 2023-11-14T19:34:22.268Z | a root/opt/oxide/ 0K |
| 2484 | 2023-11-14T19:34:22.271Z | a root/opt/oxide/installinator/ 0K |
| 2485 | 2023-11-14T19:34:22.274Z | a root/opt/oxide/installinator/installinator 51931K |
| 2486 | 2023-11-14T19:34:22.277Z | a root/opt/oxide/installinator/pkg/ 0K |
| 2487 | 2023-11-14T19:34:22.280Z | a root/opt/oxide/installinator/VERSION 1K |
| 2488 | 2023-11-14T19:34:22.282Z | a root/opt/oxide/mg-ddm/ 0K |
| 2489 | 2023-11-14T19:34:22.285Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
| 2490 | 2023-11-14T19:34:22.287Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
| 2491 | 2023-11-14T19:34:22.290Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
| 2492 | 2023-11-14T19:34:22.293Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
| 2493 | 2023-11-14T19:34:22.295Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
| 2494 | 2023-11-14T19:34:22.298Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
| 2495 | 2023-11-14T19:34:22.301Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
| 2496 | 2023-11-14T19:34:22.304Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
| 2497 | 2023-11-14T19:34:22.307Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
| 2498 | 2023-11-14T19:34:22.310Z | a root/opt/oxide/mg-ddm/VERSION 1K |
| 2499 | 2023-11-14T19:34:22.313Z | a root/lib/ 0K |
| 2500 | 2023-11-14T19:34:22.315Z | a root/lib/svc/ 0K |
| 2501 | 2023-11-14T19:34:22.319Z | a root/lib/svc/manifest/ 0K |
| 2502 | 2023-11-14T19:34:22.321Z | a root/lib/svc/manifest/site/ 0K |
| 2503 | 2023-11-14T19:34:22.324Z | a root/lib/svc/manifest/site/installinator.xml 3K |
| 2504 | 2023-11-14T19:34:22.327Z | + cd / |
| 2505 | 2023-11-14T19:34:22.330Z | + rm -rf /tmp/tmp.kCay0i |
| 2506 | 2023-11-14T19:34:22.333Z | |
| 2507 | 2023-11-14T19:34:22.335Z | real 6.227918853 |
| 2508 | 2023-11-14T19:34:22.338Z | user 5.833762225 |
| 2509 | 2023-11-14T19:34:22.341Z | sys 0.419368712 |
| 2510 | 2023-11-14T19:34:22.344Z | trap 0.002190902 |
| 2511 | 2023-11-14T19:34:22.383Z | tflt 0.000000000 |
| 2512 | 2023-11-14T19:34:22.388Z | dflt 0.000000000 |
| 2513 | 2023-11-14T19:34:22.391Z | kflt 0.000000000 |
| 2514 | 2023-11-14T19:34:22.394Z | lock 0.000000000 |
| 2515 | 2023-11-14T19:34:22.396Z | slp 12.048182838 |
| 2516 | 2023-11-14T19:34:22.399Z | lat 0.185439305 |
| 2517 | 2023-11-14T19:34:22.402Z | stop 0.000284958 |
| 2518 | 2023-11-14T19:34:22.404Z | process exited: duration 2507116 ms, exit code 0 |
| |
| 2519 | 2023-11-14T19:34:22.411Z | found 21 output files |
| 2520 | 2023-11-14T19:34:22.419Z | uploading: /work/version.txt (26 bytes) |
| 2521 | 2023-11-14T19:34:23.440Z | uploaded: /work/version.txt |
| 2522 | 2023-11-14T19:34:23.466Z | uploading: /work/package.tar.gz (84472747 bytes) |
| 2523 | 2023-11-14T19:35:01.267Z | uploaded: /work/package.tar.gz |
| 2524 | 2023-11-14T19:35:01.277Z | uploading: /work/global-zone-packages.tar.gz (125756655 bytes) |
| 2525 | 2023-11-14T19:35:47.331Z | uploaded: /work/global-zone-packages.tar.gz |
| 2526 | 2023-11-14T19:35:47.368Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36875796 bytes) |
| 2527 | 2023-11-14T19:35:57.955Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
| 2528 | 2023-11-14T19:35:57.980Z | uploading: /work/zones/clickhouse.tar.gz (181757948 bytes) |
| 2529 | 2023-11-14T19:37:04.323Z | uploaded: /work/zones/clickhouse.tar.gz |
| 2530 | 2023-11-14T19:37:04.349Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181756268 bytes) |
| 2531 | 2023-11-14T19:38:19.377Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
| 2532 | 2023-11-14T19:38:19.416Z | uploading: /work/zones/cockroachdb.tar.gz (118831033 bytes) |
| 2533 | 2023-11-14T19:39:13.044Z | uploaded: /work/zones/cockroachdb.tar.gz |
| 2534 | 2023-11-14T19:39:13.074Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
| 2535 | 2023-11-14T19:39:26.294Z | uploaded: /work/zones/crucible-pantry.tar.gz |
| 2536 | 2023-11-14T19:39:26.305Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
| 2537 | 2023-11-14T19:39:47.726Z | uploaded: /work/zones/crucible.tar.gz |
| 2538 | 2023-11-14T19:39:47.738Z | uploading: /work/zones/external-dns.tar.gz (24175320 bytes) |
| 2539 | 2023-11-14T19:39:56.699Z | uploaded: /work/zones/external-dns.tar.gz |
| 2540 | 2023-11-14T19:39:56.711Z | uploading: /work/zones/internal-dns.tar.gz (24175320 bytes) |
| 2541 | 2023-11-14T19:40:03.768Z | uploaded: /work/zones/internal-dns.tar.gz |
| 2542 | 2023-11-14T19:40:03.774Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
| 2543 | 2023-11-14T19:40:04.791Z | uploaded: /work/zones/ntp.tar.gz |
| 2544 | 2023-11-14T19:40:04.809Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18151595 bytes) |
| 2545 | 2023-11-14T19:40:12.832Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
| 2546 | 2023-11-14T19:40:12.843Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18150772 bytes) |
| 2547 | 2023-11-14T19:40:22.862Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
| 2548 | 2023-11-14T19:40:22.918Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74890820 bytes) |
| 2549 | 2023-11-14T19:40:51.610Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
| 2550 | 2023-11-14T19:40:51.622Z | uploading: /work/zones/omicron-nexus.tar.gz (74896237 bytes) |
| 2551 | 2023-11-14T19:41:15.709Z | uploaded: /work/zones/omicron-nexus.tar.gz |
| 2552 | 2023-11-14T19:41:15.712Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
| 2553 | 2023-11-14T19:41:16.721Z | uploaded: /work/zones/overlay.tar.gz |
| 2554 | 2023-11-14T19:41:16.732Z | uploading: /work/zones/oximeter-collector.tar.gz (34001609 bytes) |
| 2555 | 2023-11-14T19:41:30.177Z | uploaded: /work/zones/oximeter-collector.tar.gz |
| 2556 | 2023-11-14T19:41:30.189Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
| 2557 | 2023-11-14T19:42:14.377Z | uploaded: /work/zones/propolis-server.tar.gz |
| 2558 | 2023-11-14T19:42:14.398Z | uploading: /work/zones/switch-asic.tar.gz (242503855 bytes) |
| 2559 | 2023-11-14T19:44:13.145Z | uploaded: /work/zones/switch-asic.tar.gz |
| 2560 | 2023-11-14T19:44:13.172Z | uploading: /work/zones/switch-softnpu.tar.gz (166346758 bytes) |
| 2561 | 2023-11-14T19:45:34.178Z | uploaded: /work/zones/switch-softnpu.tar.gz |