|
|
|
| 1 | 2023-09-21T15:16:19.641Z | job assigned to worker 01HAW4XSR6FEJKC5V7EFBMSEH4 (queued for 1 m 30 s) |
| |
| 2 | 2023-09-21T15:16:20.881Z | starting task 0: "setup" |
| 3 | 2023-09-21T15:16:20.950Z | ++ uname -s |
| 4 | 2023-09-21T15:16:20.957Z | + kern=SunOS |
| 5 | 2023-09-21T15:16:20.973Z | + case "$kern" in |
| 6 | 2023-09-21T15:16:20.976Z | + groupadd -g 12345 build |
| 7 | 2023-09-21T15:16:20.979Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2023-09-21T15:16:22.967Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2023-09-21T15:16:23.072Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2023-09-21T15:16:23.077Z | + home_fs=zfs |
| 11 | 2023-09-21T15:16:23.084Z | + [[ zfs == autofs ]] |
| 12 | 2023-09-21T15:16:23.089Z | + mkdir -p /home/build |
| 13 | 2023-09-21T15:16:23.095Z | + chown build:build /home/build /work |
| 14 | 2023-09-21T15:16:24.080Z | + chmod 0700 /home/build /work |
| 15 | 2023-09-21T15:16:24.084Z | process exited: duration 3199 ms, exit code 0 |
| |
| 16 | 2023-09-21T15:16:24.089Z | starting task 1: "rust-toolchain" |
| 17 | 2023-09-21T15:16:24.101Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2023-09-21T15:16:24.104Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.0 --profile default |
| 19 | 2023-09-21T15:16:24.257Z | info: downloading installer |
| 20 | 2023-09-21T15:16:26.559Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2023-09-21T15:16:26.562Z | warning: /opt/ooce/bin |
| 22 | 2023-09-21T15:16:26.565Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2023-09-21T15:16:26.568Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2023-09-21T15:16:26.571Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2023-09-21T15:16:26.574Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2023-09-21T15:16:26.582Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2023-09-21T15:16:26.585Z | error: cannot install while Rust is installed |
| 28 | 2023-09-21T15:16:26.589Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2023-09-21T15:16:26.871Z | info: profile set to 'default' |
| 30 | 2023-09-21T15:16:26.875Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2023-09-21T15:16:26.878Z | info: syncing channel updates for '1.72.0-x86_64-unknown-illumos' |
| 32 | 2023-09-21T15:16:27.042Z | info: latest update on 2023-08-24, rust version 1.72.0 (5680fa18f 2023-08-23) |
| 33 | 2023-09-21T15:16:27.045Z | info: downloading component 'cargo' |
| 34 | 2023-09-21T15:16:27.700Z | info: downloading component 'clippy' |
| 35 | 2023-09-21T15:16:28.028Z | info: downloading component 'rust-docs' |
| 36 | 2023-09-21T15:16:28.854Z | info: downloading component 'rust-std' |
| 37 | 2023-09-21T15:16:30.307Z | info: downloading component 'rustc' |
| 38 | 2023-09-21T15:16:33.795Z | info: downloading component 'rustfmt' |
| 39 | 2023-09-21T15:16:34.004Z | info: installing component 'cargo' |
| 40 | 2023-09-21T15:16:35.700Z | info: installing component 'clippy' |
| 41 | 2023-09-21T15:16:36.455Z | info: installing component 'rust-docs' |
| 42 | 2023-09-21T15:16:39.190Z | info: installing component 'rust-std' |
| 43 | 2023-09-21T15:16:42.757Z | info: installing component 'rustc' |
| 44 | 2023-09-21T15:16:50.346Z | info: installing component 'rustfmt' |
| 45 | 2023-09-21T15:16:50.961Z | info: default toolchain set to '1.72.0-x86_64-unknown-illumos' |
| 46 | 2023-09-21T15:16:50.963Z | |
| 47 | 2023-09-21T15:16:51.091Z | 1.72.0-x86_64-unknown-illumos installed - rustc 1.72.0 (5680fa18f 2023-08-23) |
| 48 | 2023-09-21T15:16:51.102Z | |
| 49 | 2023-09-21T15:16:51.105Z | |
| 50 | 2023-09-21T15:16:51.108Z | Rust is installed now. Great! |
| 51 | 2023-09-21T15:16:51.111Z | |
| 52 | 2023-09-21T15:16:51.113Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2023-09-21T15:16:51.117Z | environment variable. This has not been done automatically. |
| 54 | 2023-09-21T15:16:51.120Z | |
| 55 | 2023-09-21T15:16:51.123Z | To configure your current shell, run: |
| 56 | 2023-09-21T15:16:51.126Z | source "$HOME/.cargo/env" |
| 57 | 2023-09-21T15:16:51.183Z | + rustc --version |
| 58 | 2023-09-21T15:16:51.293Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
| 59 | 2023-09-21T15:16:51.299Z | process exited: duration 27209 ms, exit code 0 |
| |
| 60 | 2023-09-21T15:16:51.304Z | starting task 2: "authentication" |
| 61 | 2023-09-21T15:16:51.341Z | process exited: duration 31 ms, exit code 0 |
| |
| 62 | 2023-09-21T15:16:51.347Z | starting task 3: "clone repository" |
| 63 | 2023-09-21T15:16:51.356Z | + mkdir -p /work/oxidecomputer/omicron |
| 64 | 2023-09-21T15:16:51.359Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 65 | 2023-09-21T15:16:51.451Z | Cloning into '/work/oxidecomputer/omicron'... |
| 66 | 2023-09-21T15:16:56.736Z | + cd /work/oxidecomputer/omicron |
| 67 | 2023-09-21T15:16:56.741Z | + [[ -n gjcolombo/instance-networking-module ]] |
| 68 | 2023-09-21T15:16:56.747Z | + git fetch origin gjcolombo/instance-networking-module |
| 69 | 2023-09-21T15:16:57.729Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2023-09-21T15:16:57.733Z | * branch gjcolombo/instance-networking-module -> FETCH_HEAD |
| 71 | 2023-09-21T15:16:57.736Z | + git checkout -B gjcolombo/instance-networking-module remotes/origin/gjcolombo/instance-networking-module |
| 72 | 2023-09-21T15:16:57.739Z | Switched to a new branch 'gjcolombo/instance-networking-module' |
| 73 | 2023-09-21T15:16:57.742Z | branch 'gjcolombo/instance-networking-module' set up to track 'origin/gjcolombo/instance-networking-module'. |
| 74 | 2023-09-21T15:16:57.745Z | + git reset --hard 60d36faee3642d2940d17fbe4a4467d640b91853 |
| 75 | 2023-09-21T15:16:57.747Z | HEAD is now at 60d36fae improve logging statement; remove unnecessary clone |
| 76 | 2023-09-21T15:16:57.754Z | process exited: duration 6087 ms, exit code 0 |
| |
| 77 | 2023-09-21T15:16:57.761Z | starting task 4: "build" |
| 78 | 2023-09-21T15:16:57.771Z | + cargo --version |
| 79 | 2023-09-21T15:16:57.870Z | cargo 1.72.0 (103a7ff2e 2023-08-15) |
| 80 | 2023-09-21T15:16:57.887Z | + rustc --version |
| 81 | 2023-09-21T15:16:57.965Z | rustc 1.72.0 (5680fa18f 2023-08-23) |
| 82 | 2023-09-21T15:16:57.969Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 83 | 2023-09-21T15:17:05.905Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 84 | 2023-09-21T15:17:06.358Z | Startup: Caching catalogs ... Done |
| 85 | 2023-09-21T15:17:08.546Z | Planning: Solver setup ... Done (2.010s) |
| 86 | 2023-09-21T15:17:08.613Z | Planning: Running solver ... Done (0.067s) |
| 87 | 2023-09-21T15:17:08.640Z | Planning: Finding local manifests ... Done (0.003s) |
| 88 | 2023-09-21T15:17:08.654Z | Planning: Fetching manifests: 0/4 0% complete |
| 89 | 2023-09-21T15:17:08.891Z | Planning: Fetching manifests: 4/4 100% complete |
| 90 | 2023-09-21T15:17:09.008Z | Planning: Package planning ... Done (0.123s) |
| 91 | 2023-09-21T15:17:09.093Z | Planning: Merging actions ... Done (0.085s) |
| 92 | 2023-09-21T15:17:10.304Z | Planning: Checking for conflicting actions ... Done (1.211s) |
| 93 | 2023-09-21T15:17:10.331Z | Planning: Consolidating action changes ... Done (0.017s) |
| 94 | 2023-09-21T15:17:17.581Z | Planning: Evaluating mediators ... Done (7.260s) |
| 95 | 2023-09-21T15:17:17.596Z | Planning: Planning completed in 11.19 seconds |
| 96 | 2023-09-21T15:17:17.626Z | Packages to install: 4 |
| 97 | 2023-09-21T15:17:17.630Z | Mediators to change: 2 |
| 98 | 2023-09-21T15:17:17.632Z | Services to change: 1 |
| 99 | 2023-09-21T15:17:17.635Z | Estimated space available: 149.40 GB |
| 100 | 2023-09-21T15:17:17.637Z | Estimated space to be consumed: 1.34 GB |
| 101 | 2023-09-21T15:17:17.640Z | Create boot environment: No |
| 102 | 2023-09-21T15:17:17.643Z | Create backup boot environment: No |
| 103 | 2023-09-21T15:17:17.645Z | Rebuild boot archive: No |
| 104 | 2023-09-21T15:17:17.648Z | |
| 105 | 2023-09-21T15:17:17.651Z | Changed mediators: |
| 106 | 2023-09-21T15:17:17.653Z | mediator clang: |
| 107 | 2023-09-21T15:17:17.656Z | version: None -> 15 (system default) |
| 108 | 2023-09-21T15:17:17.658Z | |
| 109 | 2023-09-21T15:17:17.661Z | mediator llvm: |
| 110 | 2023-09-21T15:17:17.665Z | version: 14 (system default) -> 15 (system default) |
| 111 | 2023-09-21T15:17:17.668Z | |
| 112 | 2023-09-21T15:17:17.671Z | Changed packages: |
| 113 | 2023-09-21T15:17:17.673Z | helios-dev |
| 114 | 2023-09-21T15:17:17.676Z | developer/build-essential |
| 115 | 2023-09-21T15:17:17.678Z | None -> 11-2.0 |
| 116 | 2023-09-21T15:17:17.681Z | library/libxmlsec1 |
| 117 | 2023-09-21T15:17:17.684Z | None -> 1.2.35-2.0 |
| 118 | 2023-09-21T15:17:17.688Z | ooce/developer/clang-15 |
| 119 | 2023-09-21T15:17:17.690Z | None -> 15.0.7-2.0 |
| 120 | 2023-09-21T15:17:17.694Z | ooce/developer/llvm-15 |
| 121 | 2023-09-21T15:17:17.697Z | None -> 15.0.7-2.0 |
| 122 | 2023-09-21T15:17:17.700Z | |
| 123 | 2023-09-21T15:17:17.703Z | Services: |
| 124 | 2023-09-21T15:17:17.706Z | restart_fmri: |
| 125 | 2023-09-21T15:17:17.708Z | svc:/system/update-man-index:default |
| 126 | 2023-09-21T15:17:17.839Z | |
| 127 | 2023-09-21T15:17:17.844Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 128 | 2023-09-21T15:17:23.977Z | Download: 209/3290 items 1.3/212.6MB 0% complete (571k/s) |
| 129 | 2023-09-21T15:17:29.012Z | Download: 747/3290 items 18.3/212.6MB 8% complete (1.8M/s) |
| 130 | 2023-09-21T15:17:34.029Z | Download: 1187/3290 items 56.1/212.6MB 26% complete (5.5M/s) |
| 131 | 2023-09-21T15:17:44.017Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.1M/s) |
| 132 | 2023-09-21T15:17:49.037Z | Download: 1700/3290 items 117.4/212.6MB 55% complete (7.2M/s) |
| 133 | 2023-09-21T15:17:54.055Z | Download: 2199/3290 items 119.1/212.6MB 56% complete (3.7M/s) |
| 134 | 2023-09-21T15:17:59.040Z | Download: 3210/3290 items 159.5/212.6MB 75% complete (4.1M/s) |
| 135 | 2023-09-21T15:18:01.347Z | Download: Completed 212.60 MB in 43.51 seconds (4.9M/s) |
| 136 | 2023-09-21T15:18:06.888Z | Actions: 1/3687 actions (Installing new actions) |
| 137 | 2023-09-21T15:18:12.050Z | Actions: 2794/3687 actions (Installing new actions) |
| 138 | 2023-09-21T15:18:15.366Z | Actions: Completed 3687 actions in 8.48 seconds. |
| 139 | 2023-09-21T15:18:15.421Z | Done (0.042s) |
| 140 | 2023-09-21T15:18:15.432Z | Done (0.000s) |
| 141 | 2023-09-21T15:18:15.526Z | Done (0.113s) |
| 142 | 2023-09-21T15:18:23.747Z | Done (8.123s) |
| 143 | 2023-09-21T15:18:24.103Z | Done (0.251s) |
| 144 | 2023-09-21T15:18:24.116Z | Done (0.000s) |
| 145 | 2023-09-21T15:18:24.333Z | Done (0.000s) |
| 146 | 2023-09-21T15:18:25.043Z | Planning: Evaluating mediator changes ... Done |
| 147 | 2023-09-21T15:18:25.268Z | Planning: Checking for conflicting actions ... Done |
| 148 | 2023-09-21T15:18:25.272Z | Planning: Consolidating action changes ... Done |
| 149 | 2023-09-21T15:18:25.711Z | Planning: Evaluating mediators ... Done |
| 150 | 2023-09-21T15:18:25.714Z | Planning: Planning completed in 0.73 seconds |
| 151 | 2023-09-21T15:18:25.771Z | Mediators to change: 2 |
| 152 | 2023-09-21T15:18:25.783Z | Create boot environment: No |
| 153 | 2023-09-21T15:18:25.797Z | Create backup boot environment: No |
| 154 | 2023-09-21T15:18:25.866Z | Done |
| 155 | 2023-09-21T15:18:25.874Z | Done |
| 156 | 2023-09-21T15:18:25.924Z | Done |
| 157 | 2023-09-21T15:18:31.930Z | Done |
| 158 | 2023-09-21T15:18:32.053Z | Done |
| 159 | 2023-09-21T15:18:32.056Z | Done |
| 160 | 2023-09-21T15:18:32.161Z | Done |
| 161 | 2023-09-21T15:18:33.175Z | Planning: Evaluating mediator changes ... Done |
| 162 | 2023-09-21T15:18:33.178Z | Planning: Merging actions ... Done |
| 163 | 2023-09-21T15:18:33.514Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2023-09-21T15:18:33.519Z | Planning: Consolidating action changes ... Done |
| 165 | 2023-09-21T15:18:33.945Z | Planning: Evaluating mediators ... Done |
| 166 | 2023-09-21T15:18:34.038Z | Planning: Planning completed in 1.30 seconds |
| 167 | 2023-09-21T15:18:34.096Z | Packages to change: 1 |
| 168 | 2023-09-21T15:18:34.101Z | Mediators to change: 1 |
| 169 | 2023-09-21T15:18:34.106Z | Services to change: 1 |
| 170 | 2023-09-21T15:18:34.113Z | Create boot environment: No |
| 171 | 2023-09-21T15:18:34.119Z | Create backup boot environment: Yes |
| 172 | 2023-09-21T15:18:35.994Z | Actions: 1/6 actions (Updating modified actions) |
| 173 | 2023-09-21T15:18:35.997Z | Actions: Completed 6 actions in 0.00 seconds. |
| 174 | 2023-09-21T15:18:36.001Z | Done |
| 175 | 2023-09-21T15:18:36.004Z | Done |
| 176 | 2023-09-21T15:18:36.026Z | Done |
| 177 | 2023-09-21T15:18:41.970Z | Done |
| 178 | 2023-09-21T15:18:42.102Z | Done |
| 179 | 2023-09-21T15:18:42.106Z | Done |
| 180 | 2023-09-21T15:18:42.209Z | Done |
| 181 | 2023-09-21T15:18:42.943Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 182 | 2023-09-21T15:18:42.947Z | clang system 15 system |
| 183 | 2023-09-21T15:18:42.950Z | csh system system illumos |
| 184 | 2023-09-21T15:18:42.953Z | ctags system system illumos |
| 185 | 2023-09-21T15:18:42.957Z | gcc vendor 12 vendor |
| 186 | 2023-09-21T15:18:42.981Z | gcc system 10 system |
| 187 | 2023-09-21T15:18:42.985Z | gcc system 7 system |
| 188 | 2023-09-21T15:18:42.988Z | go system 1.20 system |
| 189 | 2023-09-21T15:18:42.992Z | go system 1.19 system |
| 190 | 2023-09-21T15:18:42.995Z | llvm system 15 system |
| 191 | 2023-09-21T15:18:42.998Z | llvm system 14 system |
| 192 | 2023-09-21T15:18:43.002Z | mariadb system 10.6 system |
| 193 | 2023-09-21T15:18:43.005Z | mta vendor vendor dma |
| 194 | 2023-09-21T15:18:43.008Z | openjdk system 17 system |
| 195 | 2023-09-21T15:18:43.012Z | openjdk system 11 system |
| 196 | 2023-09-21T15:18:43.015Z | openjdk system 1.8 system |
| 197 | 2023-09-21T15:18:43.019Z | openssl vendor 3 vendor |
| 198 | 2023-09-21T15:18:43.022Z | perl system 5.36 system |
| 199 | 2023-09-21T15:18:43.026Z | postgresql system 15 system |
| 200 | 2023-09-21T15:18:43.029Z | postgresql system 13 system |
| 201 | 2023-09-21T15:18:43.033Z | python vendor 3 vendor |
| 202 | 2023-09-21T15:18:43.036Z | python system 2 system |
| 203 | 2023-09-21T15:18:43.040Z | python3 system 3.11 system |
| 204 | 2023-09-21T15:18:43.043Z | ruby system 3.0 system |
| 205 | 2023-09-21T15:18:43.046Z | words vendor vendor american-english |
| 206 | 2023-09-21T15:18:43.051Z | words system system australian-english |
| 207 | 2023-09-21T15:18:43.055Z | words system system british-english |
| 208 | 2023-09-21T15:18:43.058Z | words system system canadian-english |
| 209 | 2023-09-21T15:18:43.064Z | words system system french |
| 210 | 2023-09-21T15:18:43.067Z | words system system italian |
| 211 | 2023-09-21T15:18:43.070Z | words system system ngerman |
| 212 | 2023-09-21T15:18:43.074Z | words system system ogerman |
| 213 | 2023-09-21T15:18:43.077Z | words system system spanish |
| 214 | 2023-09-21T15:18:43.496Z | FMRI IFO |
| 215 | 2023-09-21T15:18:43.501Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 216 | 2023-09-21T15:18:43.503Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 217 | 2023-09-21T15:18:43.506Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 218 | 2023-09-21T15:18:43.511Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
| 219 | 2023-09-21T15:18:43.513Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 220 | 2023-09-21T15:18:43.516Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
| 221 | 2023-09-21T15:18:43.569Z | + set -o errexit |
| 222 | 2023-09-21T15:18:43.572Z | +++ dirname ./tools/ci_download_cockroachdb |
| 223 | 2023-09-21T15:18:43.575Z | ++ cd ./tools |
| 224 | 2023-09-21T15:18:43.578Z | ++ pwd |
| 225 | 2023-09-21T15:18:43.581Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 226 | 2023-09-21T15:18:43.583Z | ++ basename ./tools/ci_download_cockroachdb |
| 227 | 2023-09-21T15:18:43.586Z | + ARG0=ci_download_cockroachdb |
| 228 | 2023-09-21T15:18:43.589Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
| 229 | 2023-09-21T15:18:43.591Z | + CIDL_VERSION=v22.1.9 |
| 230 | 2023-09-21T15:18:43.594Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
| 231 | 2023-09-21T15:18:43.597Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
| 232 | 2023-09-21T15:18:43.599Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
| 233 | 2023-09-21T15:18:43.602Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
| 234 | 2023-09-21T15:18:43.605Z | + TARGET_DIR=out |
| 235 | 2023-09-21T15:18:43.608Z | + DOWNLOAD_DIR=out/downloads |
| 236 | 2023-09-21T15:18:43.610Z | + DEST_DIR=./out/cockroachdb |
| 237 | 2023-09-21T15:18:43.613Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
| 238 | 2023-09-21T15:18:43.616Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
| 239 | 2023-09-21T15:18:43.619Z | + main |
| 240 | 2023-09-21T15:18:43.622Z | + [[ 0 != 0 ]] |
| 241 | 2023-09-21T15:18:43.625Z | + CIDL_OS=solaris2.11 |
| 242 | 2023-09-21T15:18:43.627Z | + [[ 0 != 0 ]] |
| 243 | 2023-09-21T15:18:43.630Z | + configure_os solaris2.11 |
| 244 | 2023-09-21T15:18:43.635Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 245 | 2023-09-21T15:18:43.648Z | current directory: /work/oxidecomputer/omicron |
| 246 | 2023-09-21T15:18:43.652Z | + echo 'configuring based on OS: "solaris2.11"' |
| 247 | 2023-09-21T15:18:43.655Z | configuring based on OS: "solaris2.11" |
| 248 | 2023-09-21T15:18:43.657Z | + case "$1" in |
| 249 | 2023-09-21T15:18:43.660Z | + CIDL_BUILD=illumos |
| 250 | 2023-09-21T15:18:43.663Z | + CIDL_SUFFIX=tar.gz |
| 251 | 2023-09-21T15:18:43.666Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
| 252 | 2023-09-21T15:18:43.669Z | + CIDL_MD5FUNC=do_md5sum |
| 253 | 2023-09-21T15:18:43.671Z | + CIDL_URL_BASE=https://illumos.org/downloads |
| 254 | 2023-09-21T15:18:43.674Z | + CIDL_ASSEMBLE=do_assemble_illumos |
| 255 | 2023-09-21T15:18:43.677Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
| 256 | 2023-09-21T15:18:43.680Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
| 257 | 2023-09-21T15:18:43.682Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 258 | 2023-09-21T15:18:43.686Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
| 259 | 2023-09-21T15:18:43.689Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 260 | 2023-09-21T15:18:43.691Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 261 | 2023-09-21T15:18:43.694Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 262 | 2023-09-21T15:18:43.697Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
| 263 | 2023-09-21T15:18:43.700Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 264 | 2023-09-21T15:18:43.703Z | + mkdir -p out/downloads |
| 265 | 2023-09-21T15:18:43.706Z | + mkdir -p ./out/cockroachdb |
| 266 | 2023-09-21T15:18:43.709Z | + local DO_DOWNLOAD=true |
| 267 | 2023-09-21T15:18:43.711Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
| 268 | 2023-09-21T15:18:43.714Z | + '[' true == true ']' |
| 269 | 2023-09-21T15:18:43.721Z | + echo Downloading... |
| 270 | 2023-09-21T15:18:44.127Z | Downloading... |
| 271 | 2023-09-21T15:18:44.130Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 272 | 2023-09-21T15:18:44.133Z | + 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 |
| 273 | 2023-09-21T15:18:46.024Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 274 | 2023-09-21T15:18:46.035Z | ++ md5sum |
| 275 | 2023-09-21T15:18:46.047Z | ++ awk '{print $1}' |
| 276 | 2023-09-21T15:18:46.123Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
| 277 | 2023-09-21T15:18:46.140Z | + [[ 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 ]] |
| 278 | 2023-09-21T15:18:46.152Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
| 279 | 2023-09-21T15:18:46.170Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
| 280 | 2023-09-21T15:18:49.498Z | + do_assemble_illumos |
| 281 | 2023-09-21T15:18:49.501Z | + rm -r ./out/cockroachdb |
| 282 | 2023-09-21T15:18:49.504Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
| 283 | 2023-09-21T15:18:50.111Z | + ./out/cockroachdb/bin/cockroach version |
| 284 | 2023-09-21T15:18:50.347Z | Build Tag: v22.1.9-dirty |
| 285 | 2023-09-21T15:18:50.352Z | Build Time: 2022/10/26 21:17:46 |
| 286 | 2023-09-21T15:18:50.357Z | Distribution: OSS |
| 287 | 2023-09-21T15:18:50.360Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
| 288 | 2023-09-21T15:18:50.364Z | Go Version: go1.17.13 |
| 289 | 2023-09-21T15:18:50.367Z | C Compiler: gcc 10.3.0 |
| 290 | 2023-09-21T15:18:50.370Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
| 291 | 2023-09-21T15:18:50.374Z | Build Type: release |
| 292 | 2023-09-21T15:18:50.378Z | + set -o errexit |
| 293 | 2023-09-21T15:18:50.381Z | +++ dirname ./tools/ci_download_clickhouse |
| 294 | 2023-09-21T15:18:50.385Z | ++ cd ./tools |
| 295 | 2023-09-21T15:18:50.388Z | ++ pwd |
| 296 | 2023-09-21T15:18:50.391Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 297 | 2023-09-21T15:18:50.394Z | ++ basename ./tools/ci_download_clickhouse |
| 298 | 2023-09-21T15:18:50.397Z | + ARG0=ci_download_clickhouse |
| 299 | 2023-09-21T15:18:50.400Z | + TARGET_DIR=out |
| 300 | 2023-09-21T15:18:50.403Z | + DOWNLOAD_DIR=out/downloads |
| 301 | 2023-09-21T15:18:50.432Z | + DEST_DIR=./out/clickhouse |
| 302 | 2023-09-21T15:18:50.435Z | + CIDL_VERSION=v22.8.9.24 |
| 303 | 2023-09-21T15:18:50.438Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
| 304 | 2023-09-21T15:18:50.441Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
| 305 | 2023-09-21T15:18:50.445Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
| 306 | 2023-09-21T15:18:50.448Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
| 307 | 2023-09-21T15:18:50.451Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
| 308 | 2023-09-21T15:18:50.455Z | + main |
| 309 | 2023-09-21T15:18:50.458Z | + [[ 0 != 0 ]] |
| 310 | 2023-09-21T15:18:50.465Z | + CIDL_OS=solaris2.11 |
| 311 | 2023-09-21T15:18:50.468Z | + [[ 0 != 0 ]] |
| 312 | 2023-09-21T15:18:50.472Z | + configure_os solaris2.11 |
| 313 | 2023-09-21T15:18:50.477Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 314 | 2023-09-21T15:18:50.480Z | current directory: /work/oxidecomputer/omicron |
| 315 | 2023-09-21T15:18:50.483Z | + echo 'configuring based on OS: "solaris2.11"' |
| 316 | 2023-09-21T15:18:50.486Z | configuring based on OS: "solaris2.11" |
| 317 | 2023-09-21T15:18:50.489Z | + CIDL_DASHREV= |
| 318 | 2023-09-21T15:18:50.492Z | + case "$1" in |
| 319 | 2023-09-21T15:18:50.495Z | + CIDL_PLATFORM=illumos |
| 320 | 2023-09-21T15:18:50.499Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
| 321 | 2023-09-21T15:18:50.502Z | + CIDL_MD5FUNC=do_md5sum |
| 322 | 2023-09-21T15:18:50.506Z | + CIDL_DASHREV=-1 |
| 323 | 2023-09-21T15:18:50.509Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
| 324 | 2023-09-21T15:18:50.513Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 325 | 2023-09-21T15:18:50.516Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 326 | 2023-09-21T15:18:50.520Z | + TARBALL_DIR=out/downloads/clickhouse-v22.8.9.24 |
| 327 | 2023-09-21T15:18:50.524Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 328 | 2023-09-21T15:18:50.528Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 329 | 2023-09-21T15:18:50.531Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 330 | 2023-09-21T15:18:50.534Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
| 331 | 2023-09-21T15:18:50.537Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 332 | 2023-09-21T15:18:50.540Z | + mkdir -p out/downloads |
| 333 | 2023-09-21T15:18:50.543Z | + mkdir -p ./out/clickhouse |
| 334 | 2023-09-21T15:18:50.548Z | + local DO_DOWNLOAD=true |
| 335 | 2023-09-21T15:18:50.551Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
| 336 | 2023-09-21T15:18:50.554Z | + '[' true == true ']' |
| 337 | 2023-09-21T15:18:50.557Z | + echo Downloading... |
| 338 | 2023-09-21T15:18:50.560Z | Downloading... |
| 339 | 2023-09-21T15:18:50.564Z | + 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 |
| 340 | 2023-09-21T15:18:50.567Z | + 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 |
| 341 | 2023-09-21T15:18:52.056Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
| 342 | 2023-09-21T15:18:52.060Z | ++ md5sum |
| 343 | 2023-09-21T15:18:52.068Z | ++ awk '{print $1}' |
| 344 | 2023-09-21T15:18:52.315Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
| 345 | 2023-09-21T15:18:52.318Z | + [[ 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 ]] |
| 346 | 2023-09-21T15:18:52.322Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
| 347 | 2023-09-21T15:18:52.325Z | + mkdir -p ./out/clickhouse |
| 348 | 2023-09-21T15:18:52.328Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
| 349 | 2023-09-21T15:18:57.133Z | + ./out/clickhouse/clickhouse server --version |
| 350 | 2023-09-21T15:18:57.188Z | ClickHouse server version 22.8.9.1. |
| 351 | 2023-09-21T15:18:57.212Z | + set -o errexit |
| 352 | 2023-09-21T15:18:57.216Z | +++ dirname ./tools/ci_download_console |
| 353 | 2023-09-21T15:18:57.220Z | ++ cd ./tools |
| 354 | 2023-09-21T15:18:57.225Z | ++ pwd |
| 355 | 2023-09-21T15:18:57.232Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 356 | 2023-09-21T15:18:57.240Z | ++ basename ./tools/ci_download_console |
| 357 | 2023-09-21T15:18:57.247Z | + ARG0=ci_download_console |
| 358 | 2023-09-21T15:18:57.251Z | + TARGET_DIR=out |
| 359 | 2023-09-21T15:18:57.256Z | + DOWNLOAD_DIR=out/downloads |
| 360 | 2023-09-21T15:18:57.261Z | + DEST_DIR=./out/console-assets |
| 361 | 2023-09-21T15:18:57.265Z | + URL_BASE=https://dl.oxide.computer/releases/console |
| 362 | 2023-09-21T15:18:57.269Z | + source /work/oxidecomputer/omicron/tools/console_version |
| 363 | 2023-09-21T15:18:57.273Z | ++ COMMIT=af6536d587a17a65398407ca03d364345aa24342 |
| 364 | 2023-09-21T15:18:57.279Z | ++ SHA2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
| 365 | 2023-09-21T15:18:57.289Z | + URL=https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
| 366 | 2023-09-21T15:18:57.299Z | + TARBALL_FILE=out/downloads/console.tar.gz |
| 367 | 2023-09-21T15:18:57.307Z | + main |
| 368 | 2023-09-21T15:18:57.319Z | + [[ 0 != 0 ]] |
| 369 | 2023-09-21T15:18:57.323Z | + echo 'URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz' |
| 370 | 2023-09-21T15:18:57.327Z | URL: https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
| 371 | 2023-09-21T15:18:57.332Z | + echo 'Local file: out/downloads/console.tar.gz' |
| 372 | 2023-09-21T15:18:57.337Z | Local file: out/downloads/console.tar.gz |
| 373 | 2023-09-21T15:18:57.341Z | + local DO_DOWNLOAD=true |
| 374 | 2023-09-21T15:18:57.346Z | + [[ -f out/downloads/console.tar.gz ]] |
| 375 | 2023-09-21T15:18:57.351Z | + mkdir -p out/downloads |
| 376 | 2023-09-21T15:18:57.355Z | + '[' true == true ']' |
| 377 | 2023-09-21T15:18:57.359Z | + echo Downloading... |
| 378 | 2023-09-21T15:18:57.363Z | Downloading... |
| 379 | 2023-09-21T15:18:57.368Z | + do_download_curl https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz out/downloads/console.tar.gz |
| 380 | 2023-09-21T15:18:57.375Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/af6536d587a17a65398407ca03d364345aa24342.tar.gz |
| 381 | 2023-09-21T15:18:58.196Z | ++ do_sha256sum out/downloads/console.tar.gz |
| 382 | 2023-09-21T15:18:58.207Z | ++ case "$OSTYPE" in |
| 383 | 2023-09-21T15:18:58.219Z | ++ SHA=sha256sum |
| 384 | 2023-09-21T15:18:58.236Z | ++ sha256sum |
| 385 | 2023-09-21T15:18:58.671Z | ++ awk '{print $1}' |
| 386 | 2023-09-21T15:18:58.695Z | + calculated_sha2=00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 |
| 387 | 2023-09-21T15:18:58.703Z | + [[ 00701652eb1e495fd22409dcdf74ebae2ba081529f65fb41c5ac3a2fef50a149 != \0\0\7\0\1\6\5\2\e\b\1\e\4\9\5\f\d\2\2\4\0\9\d\c\d\f\7\4\e\b\a\e\2\b\a\0\8\1\5\2\9\f\6\5\f\b\4\1\c\5\a\c\3\a\2\f\e\f\5\0\a\1\4\9 ]] |
| 388 | 2023-09-21T15:18:58.714Z | + rm -rf ./out/console-assets |
| 389 | 2023-09-21T15:18:58.722Z | + mkdir -p ./out/console-assets |
| 390 | 2023-09-21T15:18:58.739Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
| 391 | 2023-09-21T15:18:58.744Z | + mkdir -p ./out/console-assets |
| 392 | 2023-09-21T15:18:58.752Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
| 393 | 2023-09-21T15:18:58.759Z | + set -o errexit |
| 394 | 2023-09-21T15:18:58.766Z | +++ dirname ./tools/ci_download_maghemite_openapi |
| 395 | 2023-09-21T15:18:58.770Z | ++ cd ./tools |
| 396 | 2023-09-21T15:18:58.774Z | ++ pwd |
| 397 | 2023-09-21T15:18:58.777Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 398 | 2023-09-21T15:18:58.779Z | ++ basename ./tools/ci_download_maghemite_openapi |
| 399 | 2023-09-21T15:18:58.782Z | + ARG0=ci_download_maghemite_openapi |
| 400 | 2023-09-21T15:18:58.786Z | + TARGET_DIR=out |
| 401 | 2023-09-21T15:18:58.789Z | + DOWNLOAD_DIR=out/downloads |
| 402 | 2023-09-21T15:18:58.792Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
| 403 | 2023-09-21T15:18:58.795Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
| 404 | 2023-09-21T15:18:58.798Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 405 | 2023-09-21T15:18:58.801Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
| 406 | 2023-09-21T15:18:58.804Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
| 407 | 2023-09-21T15:18:58.807Z | + main |
| 408 | 2023-09-21T15:18:58.810Z | + [[ 0 != 0 ]] |
| 409 | 2023-09-21T15:18:58.813Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
| 410 | 2023-09-21T15:18:58.815Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
| 411 | 2023-09-21T15:18:58.819Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
| 412 | 2023-09-21T15:18:58.821Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
| 413 | 2023-09-21T15:18:58.824Z | + local DO_DOWNLOAD=true |
| 414 | 2023-09-21T15:18:58.826Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
| 415 | 2023-09-21T15:18:58.829Z | + mkdir -p out/downloads |
| 416 | 2023-09-21T15:18:58.833Z | + '[' true == true ']' |
| 417 | 2023-09-21T15:18:58.835Z | + echo Downloading... |
| 418 | 2023-09-21T15:18:58.838Z | Downloading... |
| 419 | 2023-09-21T15:18:58.841Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
| 420 | 2023-09-21T15:18:58.844Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
| 421 | 2023-09-21T15:18:58.846Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
| 422 | 2023-09-21T15:18:58.849Z | ++ case "$OSTYPE" in |
| 423 | 2023-09-21T15:18:58.852Z | ++ SHA=sha256sum |
| 424 | 2023-09-21T15:18:58.854Z | ++ sha256sum |
| 425 | 2023-09-21T15:18:58.857Z | ++ awk '{print $1}' |
| 426 | 2023-09-21T15:18:58.860Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
| 427 | 2023-09-21T15:18:58.863Z | + [[ 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 ]] |
| 428 | 2023-09-21T15:18:58.866Z | + set -o errexit |
| 429 | 2023-09-21T15:18:58.868Z | +++ dirname ./tools/ci_download_dendrite_openapi |
| 430 | 2023-09-21T15:18:58.871Z | ++ cd ./tools |
| 431 | 2023-09-21T15:18:58.874Z | ++ pwd |
| 432 | 2023-09-21T15:18:58.876Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 433 | 2023-09-21T15:18:58.879Z | ++ basename ./tools/ci_download_dendrite_openapi |
| 434 | 2023-09-21T15:18:58.882Z | + ARG0=ci_download_dendrite_openapi |
| 435 | 2023-09-21T15:18:58.885Z | + TARGET_DIR=out |
| 436 | 2023-09-21T15:18:58.887Z | + DOWNLOAD_DIR=out/downloads |
| 437 | 2023-09-21T15:18:58.890Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 438 | 2023-09-21T15:18:58.893Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
| 439 | 2023-09-21T15:18:58.896Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
| 440 | 2023-09-21T15:18:58.900Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
| 441 | 2023-09-21T15:18:58.902Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
| 442 | 2023-09-21T15:18:58.905Z | + main |
| 443 | 2023-09-21T15:18:58.911Z | + [[ 0 != 0 ]] |
| 444 | 2023-09-21T15:18:58.914Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
| 445 | 2023-09-21T15:18:58.918Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
| 446 | 2023-09-21T15:18:58.922Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
| 447 | 2023-09-21T15:18:58.926Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
| 448 | 2023-09-21T15:18:58.932Z | + local DO_DOWNLOAD=true |
| 449 | 2023-09-21T15:18:58.935Z | Downloading... |
| 450 | 2023-09-21T15:18:58.938Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
| 451 | 2023-09-21T15:18:58.941Z | current directory: /work/oxidecomputer/omicron |
| 452 | 2023-09-21T15:18:58.943Z | + mkdir -p out/downloads |
| 453 | 2023-09-21T15:18:58.946Z | configuring based on OS: "solaris2.11" |
| 454 | 2023-09-21T15:18:58.950Z | + '[' true == true ']' |
| 455 | 2023-09-21T15:18:58.953Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
| 456 | 2023-09-21T15:18:58.956Z | + echo Downloading... |
| 457 | 2023-09-21T15:18:58.958Z | Local file: out/downloads/dendrite-stub.tar.gz |
| 458 | 2023-09-21T15:18:58.961Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
| 459 | 2023-09-21T15:18:58.964Z | Downloading... |
| 460 | 2023-09-21T15:18:58.967Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
| 461 | 2023-09-21T15:18:58.970Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
| 462 | 2023-09-21T15:18:58.973Z | ++ case "$OSTYPE" in |
| 463 | 2023-09-21T15:18:58.978Z | ++ SHA=sha256sum |
| 464 | 2023-09-21T15:18:58.980Z | ++ sha256sum |
| 465 | 2023-09-21T15:18:58.984Z | ++ awk '{print $1}' |
| 466 | 2023-09-21T15:18:58.987Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
| 467 | 2023-09-21T15:18:58.989Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
| 468 | 2023-09-21T15:18:58.992Z | + set -o errexit |
| 469 | 2023-09-21T15:18:58.995Z | +++ dirname ./tools/ci_download_dendrite_stub |
| 470 | 2023-09-21T15:18:58.998Z | ++ cd ./tools |
| 471 | 2023-09-21T15:18:59.001Z | ++ pwd |
| 472 | 2023-09-21T15:18:59.004Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 473 | 2023-09-21T15:18:59.006Z | ++ basename ./tools/ci_download_dendrite_stub |
| 474 | 2023-09-21T15:18:59.009Z | + ARG0=ci_download_dendrite_stub |
| 475 | 2023-09-21T15:18:59.012Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
| 476 | 2023-09-21T15:18:59.015Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
| 477 | 2023-09-21T15:18:59.028Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
| 478 | 2023-09-21T15:18:59.038Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
| 479 | 2023-09-21T15:18:59.052Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
| 480 | 2023-09-21T15:18:59.062Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
| 481 | 2023-09-21T15:18:59.067Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
| 482 | 2023-09-21T15:18:59.072Z | + TARGET_DIR=out |
| 483 | 2023-09-21T15:18:59.076Z | + DOWNLOAD_DIR=out/downloads |
| 484 | 2023-09-21T15:18:59.079Z | + DEST_DIR=./out/dendrite-stub |
| 485 | 2023-09-21T15:18:59.082Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
| 486 | 2023-09-21T15:18:59.085Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 487 | 2023-09-21T15:18:59.087Z | + REPO=oxidecomputer/dendrite |
| 488 | 2023-09-21T15:18:59.090Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
| 489 | 2023-09-21T15:18:59.095Z | + main |
| 490 | 2023-09-21T15:18:59.099Z | + [[ 0 != 0 ]] |
| 491 | 2023-09-21T15:18:59.102Z | + CIDL_OS=solaris2.11 |
| 492 | 2023-09-21T15:18:59.106Z | + [[ 0 != 0 ]] |
| 493 | 2023-09-21T15:18:59.108Z | + configure_os solaris2.11 |
| 494 | 2023-09-21T15:18:59.111Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 495 | 2023-09-21T15:18:59.114Z | + echo 'configuring based on OS: "solaris2.11"' |
| 496 | 2023-09-21T15:18:59.117Z | + case "$1" in |
| 497 | 2023-09-21T15:18:59.120Z | + SET_BINARIES= |
| 498 | 2023-09-21T15:18:59.125Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
| 499 | 2023-09-21T15:18:59.544Z | + CIDL_SHA256FUNC=do_sha256sum |
| 500 | 2023-09-21T15:18:59.548Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
| 501 | 2023-09-21T15:18:59.552Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
| 502 | 2023-09-21T15:18:59.556Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
| 503 | 2023-09-21T15:18:59.567Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
| 504 | 2023-09-21T15:18:59.580Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
| 505 | 2023-09-21T15:18:59.595Z | + mkdir -p out/downloads |
| 506 | 2023-09-21T15:18:59.608Z | + mkdir -p ./out/dendrite-stub |
| 507 | 2023-09-21T15:18:59.616Z | + fetch_and_verify |
| 508 | 2023-09-21T15:18:59.625Z | + local DO_DOWNLOAD=true |
| 509 | 2023-09-21T15:18:59.639Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
| 510 | 2023-09-21T15:18:59.648Z | + '[' true == true ']' |
| 511 | 2023-09-21T15:18:59.663Z | + echo Downloading... |
| 512 | 2023-09-21T15:18:59.676Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
| 513 | 2023-09-21T15:18:59.683Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
| 514 | 2023-09-21T15:19:09.245Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
| 515 | 2023-09-21T15:19:09.250Z | ++ sha256sum |
| 516 | 2023-09-21T15:19:09.254Z | ++ awk '{print $1}' |
| 517 | 2023-09-21T15:19:09.349Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
| 518 | 2023-09-21T15:19:09.361Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
| 519 | 2023-09-21T15:19:09.370Z | + do_untar out/downloads/dendrite-stub.tar.gz |
| 520 | 2023-09-21T15:19:09.383Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
| 521 | 2023-09-21T15:19:10.299Z | + do_assemble |
| 522 | 2023-09-21T15:19:10.311Z | + rm -r ./out/dendrite-stub |
| 523 | 2023-09-21T15:19:10.325Z | + mkdir ./out/dendrite-stub |
| 524 | 2023-09-21T15:19:10.349Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
| 525 | 2023-09-21T15:19:10.418Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
| 526 | 2023-09-21T15:19:10.874Z | + set -o errexit |
| 527 | 2023-09-21T15:19:10.888Z | +++ dirname ./tools/ci_download_transceiver_control |
| 528 | 2023-09-21T15:19:11.331Z | ++ cd ./tools |
| 529 | 2023-09-21T15:19:11.353Z | ++ pwd |
| 530 | 2023-09-21T15:19:11.367Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
| 531 | 2023-09-21T15:19:11.378Z | ++ basename ./tools/ci_download_transceiver_control |
| 532 | 2023-09-21T15:19:11.392Z | + ARG0=ci_download_transceiver_control |
| 533 | 2023-09-21T15:19:11.815Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
| 534 | 2023-09-21T15:19:11.819Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 535 | 2023-09-21T15:19:11.822Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 536 | 2023-09-21T15:19:11.831Z | + TARGET_DIR=out |
| 537 | 2023-09-21T15:19:11.838Z | + DOWNLOAD_DIR=out/downloads |
| 538 | 2023-09-21T15:19:11.846Z | + DEST_DIR=./out/transceiver-control |
| 539 | 2023-09-21T15:19:11.853Z | + BIN_DIR=/opt/oxide/bin |
| 540 | 2023-09-21T15:19:11.864Z | + BINARY=xcvradm |
| 541 | 2023-09-21T15:19:11.872Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
| 542 | 2023-09-21T15:19:11.879Z | + REPO=oxidecomputer/transceiver-control |
| 543 | 2023-09-21T15:19:11.884Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
| 544 | 2023-09-21T15:19:11.888Z | + main |
| 545 | 2023-09-21T15:19:11.892Z | + [[ 0 != 0 ]] |
| 546 | 2023-09-21T15:19:11.896Z | + CIDL_OS=solaris2.11 |
| 547 | 2023-09-21T15:19:11.900Z | + [[ 0 != 0 ]] |
| 548 | 2023-09-21T15:19:11.903Z | + configure_os solaris2.11 |
| 549 | 2023-09-21T15:19:11.912Z | + echo 'current directory: /work/oxidecomputer/omicron' |
| 550 | 2023-09-21T15:19:11.918Z | current directory: /work/oxidecomputer/omicron |
| 551 | 2023-09-21T15:19:11.925Z | configuring based on OS: "solaris2.11" |
| 552 | 2023-09-21T15:19:11.929Z | + echo 'configuring based on OS: "solaris2.11"' |
| 553 | 2023-09-21T15:19:11.934Z | + case "$1" in |
| 554 | 2023-09-21T15:19:11.943Z | + SET_BINARIES= |
| 555 | 2023-09-21T15:19:11.948Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 556 | 2023-09-21T15:19:11.953Z | + CIDL_SHA256FUNC=do_sha256sum |
| 557 | 2023-09-21T15:19:12.364Z | + ARCHIVE_FILENAME=xcvradm.gz |
| 558 | 2023-09-21T15:19:12.373Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 559 | 2023-09-21T15:19:12.383Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
| 560 | 2023-09-21T15:19:12.396Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
| 561 | 2023-09-21T15:19:12.417Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
| 562 | 2023-09-21T15:19:12.435Z | Local file: out/downloads/xcvradm.gz |
| 563 | 2023-09-21T15:19:12.452Z | + echo 'Local file: out/downloads/xcvradm.gz' |
| 564 | 2023-09-21T15:19:12.874Z | + mkdir -p out/downloads |
| 565 | 2023-09-21T15:19:12.882Z | + mkdir -p ./out/transceiver-control |
| 566 | 2023-09-21T15:19:12.892Z | + fetch_and_verify |
| 567 | 2023-09-21T15:19:12.902Z | + local DO_DOWNLOAD=true |
| 568 | 2023-09-21T15:19:12.914Z | + [[ -f out/downloads/xcvradm.gz ]] |
| 569 | 2023-09-21T15:19:12.935Z | + '[' true == true ']' |
| 570 | 2023-09-21T15:19:12.955Z | + echo Downloading... |
| 571 | 2023-09-21T15:19:12.964Z | Downloading... |
| 572 | 2023-09-21T15:19:12.989Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
| 573 | 2023-09-21T15:19:13.020Z | + 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 |
| 574 | 2023-09-21T15:19:13.567Z | ++ do_sha256sum out/downloads/xcvradm.gz |
| 575 | 2023-09-21T15:19:13.581Z | ++ sha256sum |
| 576 | 2023-09-21T15:19:13.596Z | ++ awk '{print $1}' |
| 577 | 2023-09-21T15:19:13.607Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
| 578 | 2023-09-21T15:19:13.615Z | + [[ 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 ]] |
| 579 | 2023-09-21T15:19:13.622Z | + do_unpack out/downloads/xcvradm.gz |
| 580 | 2023-09-21T15:19:13.632Z | + mkdir -p out/downloads/root//opt/oxide/bin |
| 581 | 2023-09-21T15:19:13.641Z | + gzip -dc out/downloads/xcvradm.gz |
| 582 | 2023-09-21T15:19:13.774Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
| 583 | 2023-09-21T15:19:13.792Z | + do_assemble |
| 584 | 2023-09-21T15:19:13.811Z | + rm -r ./out/transceiver-control |
| 585 | 2023-09-21T15:19:13.826Z | + mkdir ./out/transceiver-control |
| 586 | 2023-09-21T15:19:13.843Z | + cp -r out/downloads/root ./out/transceiver-control/root |
| 587 | 2023-09-21T15:19:13.895Z | All prerequisites installed successfully |
| 588 | 2023-09-21T15:19:13.917Z | |
| 589 | 2023-09-21T15:19:13.940Z | real 2:15.895086466 |
| 590 | 2023-09-21T15:19:13.971Z | user 48.225724825 |
| 591 | 2023-09-21T15:19:13.996Z | sys 9.186629465 |
| 592 | 2023-09-21T15:19:14.018Z | trap 0.023048324 |
| 593 | 2023-09-21T15:19:14.040Z | tflt 0.182869734 |
| 594 | 2023-09-21T15:19:14.058Z | dflt 0.529329637 |
| 595 | 2023-09-21T15:19:14.085Z | kflt 0.114997290 |
| 596 | 2023-09-21T15:19:14.107Z | lock 1.819641283 |
| 597 | 2023-09-21T15:19:14.130Z | slp 4:12.118710216 |
| 598 | 2023-09-21T15:19:14.151Z | lat 3.099511230 |
| 599 | 2023-09-21T15:19:14.173Z | stop 0.060219908 |
| 600 | 2023-09-21T15:19:14.191Z | + banner end-to-end-tests |
| 601 | 2023-09-21T15:19:14.206Z | |
| 602 | 2023-09-21T15:19:14.215Z | ###### # # ##### ##### #### ###### # # ##### |
| 603 | 2023-09-21T15:19:14.640Z | # ## # # # # # # # ## # # # |
| 604 | 2023-09-21T15:19:14.654Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
| 605 | 2023-09-21T15:19:14.667Z | # # # # # # # # # # # # # # # |
| 606 | 2023-09-21T15:19:14.680Z | # # ## # # # # # # # ## # # |
| 607 | 2023-09-21T15:19:15.118Z | ###### # # ##### # #### ###### # # ##### |
| 608 | 2023-09-21T15:19:15.146Z | |
| 609 | 2023-09-21T15:19:15.155Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
| 610 | 2023-09-21T15:19:15.167Z | + CARGO_PROFILE_DEV_DEBUG=1 |
| 611 | 2023-09-21T15:19:15.181Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
| 612 | 2023-09-21T15:19:15.191Z | + CARGO_PROFILE_TEST_DEBUG=1 |
| 613 | 2023-09-21T15:19:15.604Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 614 | 2023-09-21T15:19:15.619Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 615 | 2023-09-21T15:19:15.624Z | Updating crates.io index |
| 616 | 2023-09-21T15:19:15.637Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 617 | 2023-09-21T15:19:15.642Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 618 | 2023-09-21T15:19:17.375Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 619 | 2023-09-21T15:19:19.177Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 620 | 2023-09-21T15:19:19.547Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 621 | 2023-09-21T15:19:20.343Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 622 | 2023-09-21T15:19:20.348Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 623 | 2023-09-21T15:19:21.186Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 624 | 2023-09-21T15:19:22.061Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 625 | 2023-09-21T15:19:22.443Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 626 | 2023-09-21T15:19:22.797Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 627 | 2023-09-21T15:19:24.842Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 628 | 2023-09-21T15:19:25.176Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 629 | 2023-09-21T15:19:25.510Z | Updating git repository `https://github.com/njaremko/samael` |
| 630 | 2023-09-21T15:19:25.915Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 631 | 2023-09-21T15:19:26.465Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 632 | 2023-09-21T15:19:26.998Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 633 | 2023-09-21T15:19:27.704Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 634 | 2023-09-21T15:19:28.124Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 635 | 2023-09-21T15:19:28.547Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 636 | 2023-09-21T15:19:36.429Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 637 | 2023-09-21T15:19:36.867Z | Updating git repository `https://github.com/jgallagher/nix` |
| 638 | 2023-09-21T15:19:38.141Z | Updating git repository `https://github.com/cbiffle/hubpack` |
| 639 | 2023-09-21T15:19:38.670Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 640 | 2023-09-21T15:19:39.602Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 641 | 2023-09-21T15:19:40.145Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 642 | 2023-09-21T15:19:40.508Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 643 | 2023-09-21T15:19:42.164Z | Downloading crates ... |
| 644 | 2023-09-21T15:19:42.350Z | Downloaded aead v0.5.2 |
| 645 | 2023-09-21T15:19:42.355Z | Downloaded cfg-if v1.0.0 |
| 646 | 2023-09-21T15:19:42.358Z | Downloaded anstyle v1.0.2 |
| 647 | 2023-09-21T15:19:42.362Z | Downloaded cc v1.0.83 |
| 648 | 2023-09-21T15:19:42.369Z | Downloaded bitstruct_derive v0.1.0 |
| 649 | 2023-09-21T15:19:42.374Z | Downloaded convert_case v0.4.0 |
| 650 | 2023-09-21T15:19:42.377Z | Downloaded cancel-safe-futures v0.1.2 |
| 651 | 2023-09-21T15:19:42.384Z | Downloaded mime_guess v2.0.4 |
| 652 | 2023-09-21T15:19:42.389Z | Downloaded num_cpus v1.16.0 |
| 653 | 2023-09-21T15:19:42.407Z | Downloaded byteorder v1.4.3 |
| 654 | 2023-09-21T15:19:42.421Z | Downloaded darling v0.20.3 |
| 655 | 2023-09-21T15:19:42.431Z | Downloaded openssl-probe v0.1.5 |
| 656 | 2023-09-21T15:19:42.435Z | Downloaded anstyle-query v1.0.0 |
| 657 | 2023-09-21T15:19:42.438Z | Downloaded atty v0.2.14 |
| 658 | 2023-09-21T15:19:42.441Z | Downloaded autocfg v1.1.0 |
| 659 | 2023-09-21T15:19:42.444Z | Downloaded try-lock v0.2.4 |
| 660 | 2023-09-21T15:19:42.454Z | Downloaded rustfmt-wrapper v0.2.0 |
| 661 | 2023-09-21T15:19:42.465Z | Downloaded zone_cfg_derive v0.2.0 |
| 662 | 2023-09-21T15:19:42.468Z | Downloaded rand_core v0.5.1 |
| 663 | 2023-09-21T15:19:42.472Z | Downloaded async-recursion v1.0.5 |
| 664 | 2023-09-21T15:19:42.475Z | Downloaded pretty-hex v0.3.0 |
| 665 | 2023-09-21T15:19:42.478Z | Downloaded vec_map v0.8.2 |
| 666 | 2023-09-21T15:19:42.480Z | Downloaded wyz v0.5.1 |
| 667 | 2023-09-21T15:19:42.483Z | Downloaded pretty-hex v0.2.1 |
| 668 | 2023-09-21T15:19:42.486Z | Downloaded dyn-clone v1.0.13 |
| 669 | 2023-09-21T15:19:42.488Z | Downloaded rand_core v0.6.4 |
| 670 | 2023-09-21T15:19:42.491Z | Downloaded unicode-bidi v0.3.13 |
| 671 | 2023-09-21T15:19:42.494Z | Downloaded filetime v0.2.22 |
| 672 | 2023-09-21T15:19:42.496Z | Downloaded unicase v2.7.0 |
| 673 | 2023-09-21T15:19:42.499Z | Downloaded opaque-debug v0.3.0 |
| 674 | 2023-09-21T15:19:42.502Z | Downloaded async-stream v0.3.5 |
| 675 | 2023-09-21T15:19:42.504Z | Downloaded base64ct v1.6.0 |
| 676 | 2023-09-21T15:19:42.507Z | Downloaded percent-encoding v2.3.0 |
| 677 | 2023-09-21T15:19:42.510Z | Downloaded aes-gcm-siv v0.11.1 |
| 678 | 2023-09-21T15:19:42.513Z | Downloaded dtrace-parser v0.1.14 |
| 679 | 2023-09-21T15:19:42.517Z | Downloaded futures-sink v0.3.28 |
| 680 | 2023-09-21T15:19:42.520Z | Downloaded openssl-macros v0.1.1 |
| 681 | 2023-09-21T15:19:42.523Z | Downloaded equivalent v1.0.1 |
| 682 | 2023-09-21T15:19:42.525Z | Downloaded proc-macro2 v1.0.66 |
| 683 | 2023-09-21T15:19:42.530Z | Downloaded resolv-conf v0.7.0 |
| 684 | 2023-09-21T15:19:42.540Z | Downloaded colored v2.0.4 |
| 685 | 2023-09-21T15:19:42.543Z | Downloaded ciborium v0.2.1 |
| 686 | 2023-09-21T15:19:42.547Z | Downloaded memoffset v0.9.0 |
| 687 | 2023-09-21T15:19:42.550Z | Downloaded anstream v0.5.0 |
| 688 | 2023-09-21T15:19:42.555Z | Downloaded num_enum v0.7.0 |
| 689 | 2023-09-21T15:19:42.566Z | Downloaded match_cfg v0.1.0 |
| 690 | 2023-09-21T15:19:42.568Z | Downloaded subtle v2.5.0 |
| 691 | 2023-09-21T15:19:42.571Z | Downloaded is-terminal v0.4.9 |
| 692 | 2023-09-21T15:19:42.575Z | Downloaded fastrand v2.0.0 |
| 693 | 2023-09-21T15:19:42.578Z | Downloaded foreign-types v0.5.0 |
| 694 | 2023-09-21T15:19:42.584Z | Downloaded const_format_proc_macros v0.2.31 |
| 695 | 2023-09-21T15:19:42.588Z | Downloaded const_format v0.2.31 |
| 696 | 2023-09-21T15:19:42.598Z | Downloaded parking_lot_core v0.9.8 |
| 697 | 2023-09-21T15:19:42.603Z | Downloaded strum v0.25.0 |
| 698 | 2023-09-21T15:19:42.606Z | Downloaded spki v0.7.2 |
| 699 | 2023-09-21T15:19:42.610Z | Downloaded blake2 v0.10.6 |
| 700 | 2023-09-21T15:19:42.613Z | Downloaded tinyvec_macros v0.1.1 |
| 701 | 2023-09-21T15:19:42.616Z | Downloaded time-core v0.1.1 |
| 702 | 2023-09-21T15:19:42.618Z | Downloaded untrusted v0.7.1 |
| 703 | 2023-09-21T15:19:42.621Z | Downloaded platforms v3.0.2 |
| 704 | 2023-09-21T15:19:42.624Z | Downloaded keccak v0.1.4 |
| 705 | 2023-09-21T15:19:42.627Z | Downloaded native-tls v0.2.11 |
| 706 | 2023-09-21T15:19:42.631Z | Downloaded sha2 v0.10.7 |
| 707 | 2023-09-21T15:19:42.635Z | Downloaded futures-io v0.3.28 |
| 708 | 2023-09-21T15:19:42.638Z | Downloaded darling_core v0.20.3 |
| 709 | 2023-09-21T15:19:42.646Z | Downloaded md5 v0.7.0 |
| 710 | 2023-09-21T15:19:42.649Z | Downloaded enum-iterator v1.4.1 |
| 711 | 2023-09-21T15:19:42.651Z | Downloaded thiserror v1.0.48 |
| 712 | 2023-09-21T15:19:42.659Z | Downloaded libefi-sys v0.1.0 |
| 713 | 2023-09-21T15:19:42.661Z | Downloaded thiserror-impl v1.0.48 |
| 714 | 2023-09-21T15:19:42.664Z | Downloaded base64 v0.21.4 |
| 715 | 2023-09-21T15:19:42.672Z | Downloaded thread_local v1.1.7 |
| 716 | 2023-09-21T15:19:42.675Z | Downloaded httparse v1.8.0 |
| 717 | 2023-09-21T15:19:42.681Z | Downloaded structopt-derive v0.4.18 |
| 718 | 2023-09-21T15:19:42.683Z | Downloaded static_assertions v1.1.0 |
| 719 | 2023-09-21T15:19:42.686Z | Downloaded num-traits v0.2.16 |
| 720 | 2023-09-21T15:19:42.692Z | Downloaded hyper-staticfile v0.9.5 |
| 721 | 2023-09-21T15:19:42.695Z | Downloaded inout v0.1.3 |
| 722 | 2023-09-21T15:19:42.698Z | Downloaded endian-type v0.1.2 |
| 723 | 2023-09-21T15:19:42.702Z | Downloaded thread-id v4.2.0 |
| 724 | 2023-09-21T15:19:42.705Z | Downloaded managed v0.8.0 |
| 725 | 2023-09-21T15:19:42.708Z | Downloaded openssl-sys v0.9.93 |
| 726 | 2023-09-21T15:19:42.713Z | Downloaded hyper-tls v0.5.0 |
| 727 | 2023-09-21T15:19:42.716Z | Downloaded hyper-rustls v0.24.1 |
| 728 | 2023-09-21T15:19:42.721Z | Downloaded want v0.3.1 |
| 729 | 2023-09-21T15:19:42.724Z | Downloaded arc-swap v1.6.0 |
| 730 | 2023-09-21T15:19:42.731Z | Downloaded headers-core v0.2.0 |
| 731 | 2023-09-21T15:19:42.734Z | Downloaded unicode-width v0.1.10 |
| 732 | 2023-09-21T15:19:42.737Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 733 | 2023-09-21T15:19:42.740Z | Downloaded serde_urlencoded v0.7.1 |
| 734 | 2023-09-21T15:19:42.742Z | Downloaded ed25519-dalek v2.0.0 |
| 735 | 2023-09-21T15:19:42.746Z | Downloaded toolchain_find v0.2.0 |
| 736 | 2023-09-21T15:19:42.748Z | Downloaded der v0.7.8 |
| 737 | 2023-09-21T15:19:42.760Z | Downloaded ghash v0.5.0 |
| 738 | 2023-09-21T15:19:42.762Z | Downloaded tokio-macros v2.1.0 |
| 739 | 2023-09-21T15:19:42.766Z | Downloaded serde_with_macros v2.3.3 |
| 740 | 2023-09-21T15:19:42.770Z | Downloaded semver-parser v0.10.2 |
| 741 | 2023-09-21T15:19:42.774Z | Downloaded tinyvec v1.6.0 |
| 742 | 2023-09-21T15:19:42.780Z | Downloaded lru-cache v0.1.2 |
| 743 | 2023-09-21T15:19:42.791Z | Downloaded waitgroup v0.1.2 |
| 744 | 2023-09-21T15:19:42.798Z | Downloaded macaddr v1.0.1 |
| 745 | 2023-09-21T15:19:42.803Z | Downloaded lazy_static v1.4.0 |
| 746 | 2023-09-21T15:19:42.809Z | Downloaded tokio-tungstenite v0.18.0 |
| 747 | 2023-09-21T15:19:42.817Z | Downloaded russh-keys v0.38.0 |
| 748 | 2023-09-21T15:19:42.825Z | Downloaded semver v0.11.0 |
| 749 | 2023-09-21T15:19:42.832Z | Downloaded usdt-macro v0.3.5 |
| 750 | 2023-09-21T15:19:42.841Z | Downloaded elliptic-curve v0.13.5 |
| 751 | 2023-09-21T15:19:42.849Z | Downloaded serde_tokenstream v0.2.0 |
| 752 | 2023-09-21T15:19:42.865Z | Downloaded sha1 v0.10.5 |
| 753 | 2023-09-21T15:19:42.876Z | Downloaded getrandom v0.1.16 |
| 754 | 2023-09-21T15:19:42.879Z | Downloaded strsim v0.10.0 |
| 755 | 2023-09-21T15:19:42.882Z | Downloaded hex-literal v0.4.1 |
| 756 | 2023-09-21T15:19:42.885Z | Downloaded sct v0.7.0 |
| 757 | 2023-09-21T15:19:42.888Z | Downloaded yasna v0.5.2 |
| 758 | 2023-09-21T15:19:42.890Z | Downloaded getrandom v0.2.10 |
| 759 | 2023-09-21T15:19:42.893Z | Downloaded signature v2.1.0 |
| 760 | 2023-09-21T15:19:42.896Z | Downloaded mio v0.8.8 |
| 761 | 2023-09-21T15:19:42.898Z | Downloaded toml_datetime v0.6.3 |
| 762 | 2023-09-21T15:19:42.902Z | Downloaded subprocess v0.2.9 |
| 763 | 2023-09-21T15:19:42.906Z | Downloaded slog-term v2.9.0 |
| 764 | 2023-09-21T15:19:42.915Z | Downloaded serde_tokenstream v0.1.7 |
| 765 | 2023-09-21T15:19:42.939Z | Downloaded unsafe-libyaml v0.2.9 |
| 766 | 2023-09-21T15:19:42.944Z | Downloaded winnow v0.5.15 |
| 767 | 2023-09-21T15:19:42.946Z | Downloaded indexmap v2.0.0 |
| 768 | 2023-09-21T15:19:42.949Z | Downloaded slog v2.7.0 |
| 769 | 2023-09-21T15:19:42.951Z | Downloaded vsss-rs v3.3.1 |
| 770 | 2023-09-21T15:19:42.954Z | Downloaded trust-dns-resolver v0.22.0 |
| 771 | 2023-09-21T15:19:42.957Z | Downloaded half v1.8.2 |
| 772 | 2023-09-21T15:19:42.959Z | Downloaded url v2.4.1 |
| 773 | 2023-09-21T15:19:42.962Z | Downloaded aes-gcm v0.10.2 |
| 774 | 2023-09-21T15:19:42.964Z | Downloaded memchr v2.6.3 |
| 775 | 2023-09-21T15:19:42.967Z | Downloaded toml_edit v0.19.15 |
| 776 | 2023-09-21T15:19:42.976Z | Downloaded serde_with v2.3.3 |
| 777 | 2023-09-21T15:19:42.988Z | Downloaded hashbrown v0.12.3 |
| 778 | 2023-09-21T15:19:42.996Z | Downloaded clap v2.34.0 |
| 779 | 2023-09-21T15:19:43.011Z | Downloaded hashbrown v0.14.0 |
| 780 | 2023-09-21T15:19:43.020Z | Downloaded vcpkg v0.2.15 |
| 781 | 2023-09-21T15:19:43.098Z | Downloaded unicode-normalization v0.1.22 |
| 782 | 2023-09-21T15:19:43.106Z | Downloaded git2 v0.17.2 |
| 783 | 2023-09-21T15:19:43.123Z | Downloaded object v0.32.1 |
| 784 | 2023-09-21T15:19:43.143Z | Downloaded hkdf v0.12.3 |
| 785 | 2023-09-21T15:19:43.148Z | Downloaded nix v0.26.2 |
| 786 | 2023-09-21T15:19:43.170Z | Downloaded serde_json v1.0.106 |
| 787 | 2023-09-21T15:19:43.184Z | Downloaded smoltcp v0.8.2 |
| 788 | 2023-09-21T15:19:43.203Z | Downloaded curve25519-dalek v4.1.0 |
| 789 | 2023-09-21T15:19:43.220Z | Downloaded syn v1.0.109 |
| 790 | 2023-09-21T15:19:43.241Z | Downloaded syn v2.0.32 |
| 791 | 2023-09-21T15:19:43.263Z | Downloaded openssl v0.10.57 |
| 792 | 2023-09-21T15:19:43.281Z | Downloaded idna v0.4.0 |
| 793 | 2023-09-21T15:19:43.295Z | Downloaded regex-syntax v0.7.5 |
| 794 | 2023-09-21T15:19:43.312Z | Downloaded idna v0.2.3 |
| 795 | 2023-09-21T15:19:43.326Z | Downloaded zerocopy-derive v0.6.3 |
| 796 | 2023-09-21T15:19:43.348Z | Downloaded trust-dns-proto v0.22.0 |
| 797 | 2023-09-21T15:19:43.370Z | Downloaded zerocopy-derive v0.2.0 |
| 798 | 2023-09-21T15:19:43.389Z | Downloaded tokio v1.32.0 |
| 799 | 2023-09-21T15:19:43.460Z | Downloaded sled v0.34.7 |
| 800 | 2023-09-21T15:19:43.481Z | Downloaded sha3 v0.10.8 |
| 801 | 2023-09-21T15:19:43.493Z | Downloaded regex-automata v0.3.8 |
| 802 | 2023-09-21T15:19:43.527Z | Downloaded openapiv3 v1.0.3 |
| 803 | 2023-09-21T15:19:43.551Z | Downloaded libc v0.2.147 |
| 804 | 2023-09-21T15:19:43.600Z | Downloaded winapi v0.3.9 |
| 805 | 2023-09-21T15:19:43.686Z | Downloaded gimli v0.28.0 |
| 806 | 2023-09-21T15:19:43.703Z | Downloaded regex-syntax v0.6.29 |
| 807 | 2023-09-21T15:19:43.727Z | Downloaded rustix v0.38.9 |
| 808 | 2023-09-21T15:19:43.770Z | Downloaded webpki-roots v0.25.2 |
| 809 | 2023-09-21T15:19:43.778Z | Downloaded h2 v0.3.21 |
| 810 | 2023-09-21T15:19:43.793Z | Downloaded hyper v0.14.27 |
| 811 | 2023-09-21T15:19:43.809Z | Downloaded libz-sys v1.1.12 |
| 812 | 2023-09-21T15:19:43.935Z | Downloaded rustls v0.21.7 |
| 813 | 2023-09-21T15:19:43.961Z | Downloaded regress v0.7.1 |
| 814 | 2023-09-21T15:19:43.972Z | Downloaded rustls-webpki v0.101.4 |
| 815 | 2023-09-21T15:19:44.001Z | Downloaded chrono v0.4.30 |
| 816 | 2023-09-21T15:19:44.015Z | Downloaded http v0.2.9 |
| 817 | 2023-09-21T15:19:44.023Z | Downloaded encoding_rs v0.8.33 |
| 818 | 2023-09-21T15:19:44.068Z | Downloaded itertools v0.11.0 |
| 819 | 2023-09-21T15:19:44.080Z | Downloaded libm v0.2.7 |
| 820 | 2023-09-21T15:19:44.098Z | Downloaded reqwest v0.11.20 |
| 821 | 2023-09-21T15:19:44.116Z | Downloaded regex v1.9.5 |
| 822 | 2023-09-21T15:19:44.142Z | Downloaded radix_trie v0.2.1 |
| 823 | 2023-09-21T15:19:44.150Z | Downloaded bitvec v1.0.1 |
| 824 | 2023-09-21T15:19:44.176Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
| 825 | 2023-09-21T15:19:44.287Z | Downloaded hashbrown v0.13.2 |
| 826 | 2023-09-21T15:19:44.300Z | Downloaded itertools v0.10.5 |
| 827 | 2023-09-21T15:19:44.307Z | Downloaded rusqlite v0.29.0 |
| 828 | 2023-09-21T15:19:44.318Z | Downloaded trust-dns-server v0.22.1 |
| 829 | 2023-09-21T15:19:44.329Z | Downloaded futures-util v0.3.28 |
| 830 | 2023-09-21T15:19:44.353Z | Downloaded unicode-segmentation v1.10.1 |
| 831 | 2023-09-21T15:19:44.359Z | Downloaded aho-corasick v1.0.4 |
| 832 | 2023-09-21T15:19:44.370Z | Downloaded time v0.3.27 |
| 833 | 2023-09-21T15:19:44.383Z | Downloaded serde_derive v1.0.188 |
| 834 | 2023-09-21T15:19:44.388Z | Downloaded tokio-util v0.7.8 |
| 835 | 2023-09-21T15:19:44.399Z | Downloaded serde v1.0.188 |
| 836 | 2023-09-21T15:19:44.406Z | Downloaded serde_yaml v0.9.25 |
| 837 | 2023-09-21T15:19:44.413Z | Downloaded toml v0.5.11 |
| 838 | 2023-09-21T15:19:44.418Z | Downloaded tokio-postgres v0.7.10 |
| 839 | 2023-09-21T15:19:44.428Z | Downloaded hashlink v0.8.3 |
| 840 | 2023-09-21T15:19:44.431Z | Downloaded tracing v0.1.37 |
| 841 | 2023-09-21T15:19:44.439Z | Downloaded utf8parse v0.2.1 |
| 842 | 2023-09-21T15:19:44.441Z | Downloaded jobserver v0.1.26 |
| 843 | 2023-09-21T15:19:44.444Z | Downloaded headers v0.3.9 |
| 844 | 2023-09-21T15:19:44.455Z | Downloaded walkdir v2.4.0 |
| 845 | 2023-09-21T15:19:44.458Z | Downloaded tracing-core v0.1.31 |
| 846 | 2023-09-21T15:19:44.464Z | Downloaded enum-as-inner v0.5.1 |
| 847 | 2023-09-21T15:19:44.467Z | Downloaded structmeta v0.1.6 |
| 848 | 2023-09-21T15:19:44.469Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 849 | 2023-09-21T15:19:44.472Z | Downloaded tokio-stream v0.1.14 |
| 850 | 2023-09-21T15:19:44.477Z | Downloaded vergen v8.2.4 |
| 851 | 2023-09-21T15:19:44.486Z | Downloaded log v0.4.20 |
| 852 | 2023-09-21T15:19:44.489Z | Downloaded env_logger v0.9.3 |
| 853 | 2023-09-21T15:19:44.493Z | Downloaded version_check v0.9.4 |
| 854 | 2023-09-21T15:19:44.496Z | Downloaded fallible-iterator v0.2.0 |
| 855 | 2023-09-21T15:19:44.499Z | Downloaded utf-8 v0.7.6 |
| 856 | 2023-09-21T15:19:44.502Z | Downloaded usdt v0.3.5 |
| 857 | 2023-09-21T15:19:44.506Z | Downloaded pest v2.7.2 |
| 858 | 2023-09-21T15:19:44.513Z | Downloaded aes v0.8.3 |
| 859 | 2023-09-21T15:19:44.518Z | Downloaded errno v0.3.2 |
| 860 | 2023-09-21T15:19:44.521Z | Downloaded tokio-tungstenite v0.17.2 |
| 861 | 2023-09-21T15:19:44.526Z | Downloaded hmac v0.12.1 |
| 862 | 2023-09-21T15:19:44.528Z | Downloaded zerocopy v0.6.3 |
| 863 | 2023-09-21T15:19:44.534Z | Downloaded toml v0.7.6 |
| 864 | 2023-09-21T15:19:44.538Z | Downloaded tokio-rustls v0.24.1 |
| 865 | 2023-09-21T15:19:44.543Z | Downloaded serde_derive_internals v0.26.0 |
| 866 | 2023-09-21T15:19:44.546Z | Downloaded rand v0.8.5 |
| 867 | 2023-09-21T15:19:44.553Z | Downloaded rand v0.4.6 |
| 868 | 2023-09-21T15:19:44.559Z | Downloaded serde_path_to_error v0.1.14 |
| 869 | 2023-09-21T15:19:44.562Z | Downloaded tracing-attributes v0.1.26 |
| 870 | 2023-09-21T15:19:44.568Z | Downloaded signal-hook-registry v1.4.1 |
| 871 | 2023-09-21T15:19:44.571Z | Downloaded hex v0.4.3 |
| 872 | 2023-09-21T15:19:44.574Z | Downloaded getopts v0.2.21 |
| 873 | 2023-09-21T15:19:44.577Z | Downloaded zerocopy v0.3.0 |
| 874 | 2023-09-21T15:19:44.580Z | Downloaded xattr v1.0.1 |
| 875 | 2023-09-21T15:19:44.583Z | Downloaded flate2 v1.0.27 |
| 876 | 2023-09-21T15:19:44.592Z | Downloaded fxhash v0.2.1 |
| 877 | 2023-09-21T15:19:44.596Z | Downloaded indexmap v1.9.3 |
| 878 | 2023-09-21T15:19:44.601Z | Downloaded uuid v1.4.1 |
| 879 | 2023-09-21T15:19:44.607Z | Downloaded futures v0.3.28 |
| 880 | 2023-09-21T15:19:44.616Z | Downloaded trust-dns-client v0.22.0 |
| 881 | 2023-09-21T15:19:44.630Z | Downloaded semver v1.0.18 |
| 882 | 2023-09-21T15:19:44.642Z | Downloaded socket2 v0.5.3 |
| 883 | 2023-09-21T15:19:44.653Z | Downloaded ucd-trie v0.1.6 |
| 884 | 2023-09-21T15:19:44.663Z | Downloaded secrecy v0.8.0 |
| 885 | 2023-09-21T15:19:44.666Z | Downloaded heck v0.4.1 |
| 886 | 2023-09-21T15:19:44.668Z | Downloaded chacha20poly1305 v0.10.1 |
| 887 | 2023-09-21T15:19:44.671Z | Downloaded crypto-bigint v0.5.2 |
| 888 | 2023-09-21T15:19:44.678Z | Downloaded scopeguard v1.2.0 |
| 889 | 2023-09-21T15:19:44.681Z | Downloaded schemars_derive v0.8.13 |
| 890 | 2023-09-21T15:19:44.687Z | Downloaded smf v0.2.2 |
| 891 | 2023-09-21T15:19:44.689Z | Downloaded term v0.7.0 |
| 892 | 2023-09-21T15:19:44.692Z | Downloaded ipnet v2.8.0 |
| 893 | 2023-09-21T15:19:44.696Z | Downloaded tungstenite v0.18.0 |
| 894 | 2023-09-21T15:19:44.699Z | Downloaded tar v0.4.40 |
| 895 | 2023-09-21T15:19:44.702Z | Downloaded schemars v0.8.13 |
| 896 | 2023-09-21T15:19:44.705Z | Downloaded num-bigint v0.4.4 |
| 897 | 2023-09-21T15:19:44.714Z | Downloaded typenum v1.16.0 |
| 898 | 2023-09-21T15:19:44.719Z | Downloaded libsqlite3-sys v0.26.0 |
| 899 | 2023-09-21T15:19:44.864Z | Downloaded ring v0.16.20 |
| 900 | 2023-09-21T15:19:45.032Z | Downloaded stringprep v0.1.3 |
| 901 | 2023-09-21T15:19:45.035Z | Downloaded ryu v1.0.15 |
| 902 | 2023-09-21T15:19:45.039Z | Downloaded thiserror-no-std v2.0.2 |
| 903 | 2023-09-21T15:19:45.046Z | Downloaded unicode-ident v1.0.11 |
| 904 | 2023-09-21T15:19:45.054Z | Downloaded tap v1.0.1 |
| 905 | 2023-09-21T15:19:45.064Z | Downloaded tokio-native-tls v0.3.1 |
| 906 | 2023-09-21T15:19:45.071Z | Downloaded structopt v0.3.26 |
| 907 | 2023-09-21T15:19:45.073Z | Downloaded socket2 v0.4.9 |
| 908 | 2023-09-21T15:19:45.076Z | Downloaded slog-json v2.6.1 |
| 909 | 2023-09-21T15:19:45.078Z | Downloaded heck v0.3.3 |
| 910 | 2023-09-21T15:19:45.081Z | Downloaded enum-iterator-derive v1.2.1 |
| 911 | 2023-09-21T15:19:45.084Z | Downloaded generic-array v0.14.7 |
| 912 | 2023-09-21T15:19:45.087Z | Downloaded structmeta-derive v0.1.6 |
| 913 | 2023-09-21T15:19:45.090Z | Downloaded linked-hash-map v0.5.6 |
| 914 | 2023-09-21T15:19:45.093Z | Downloaded slog-stdlog v4.1.1 |
| 915 | 2023-09-21T15:19:45.095Z | Downloaded slog-bunyan v2.4.0 |
| 916 | 2023-09-21T15:19:45.098Z | Downloaded humantime v2.1.0 |
| 917 | 2023-09-21T15:19:45.101Z | Downloaded glob v0.3.1 |
| 918 | 2023-09-21T15:19:45.103Z | Downloaded base64 v0.13.1 |
| 919 | 2023-09-21T15:19:45.106Z | Downloaded ff v0.13.0 |
| 920 | 2023-09-21T15:19:45.111Z | Downloaded clap_builder v4.4.2 |
| 921 | 2023-09-21T15:19:45.113Z | Downloaded slog-scope v4.4.0 |
| 922 | 2023-09-21T15:19:45.116Z | Downloaded zeroize_derive v1.4.2 |
| 923 | 2023-09-21T15:19:45.118Z | Downloaded smallvec v1.11.0 |
| 924 | 2023-09-21T15:19:45.121Z | Downloaded strum_macros v0.25.2 |
| 925 | 2023-09-21T15:19:45.124Z | Downloaded form_urlencoded v1.2.0 |
| 926 | 2023-09-21T15:19:45.126Z | Downloaded rustversion v1.0.14 |
| 927 | 2023-09-21T15:19:45.129Z | Downloaded http-range v0.1.5 |
| 928 | 2023-09-21T15:19:45.131Z | Downloaded lock_api v0.4.10 |
| 929 | 2023-09-21T15:19:45.134Z | Downloaded itoa v1.0.9 |
| 930 | 2023-09-21T15:19:45.137Z | Downloaded zeroize v1.6.0 |
| 931 | 2023-09-21T15:19:45.140Z | Downloaded termcolor v1.2.0 |
| 932 | 2023-09-21T15:19:45.142Z | Downloaded sha-1 v0.10.1 |
| 933 | 2023-09-21T15:19:45.145Z | Downloaded time-macros v0.2.13 |
| 934 | 2023-09-21T15:19:45.148Z | Downloaded tower-service v0.3.2 |
| 935 | 2023-09-21T15:19:45.150Z | Downloaded twox-hash v1.6.3 |
| 936 | 2023-09-21T15:19:45.153Z | Downloaded cbc v0.1.2 |
| 937 | 2023-09-21T15:19:45.155Z | Downloaded slab v0.4.9 |
| 938 | 2023-09-21T15:19:45.158Z | Downloaded siphasher v0.3.11 |
| 939 | 2023-09-21T15:19:45.161Z | Downloaded instant v0.1.12 |
| 940 | 2023-09-21T15:19:45.164Z | Downloaded ident_case v1.0.1 |
| 941 | 2023-09-21T15:19:45.166Z | Downloaded http-body v0.4.5 |
| 942 | 2023-09-21T15:19:45.169Z | Downloaded strsim v0.8.0 |
| 943 | 2023-09-21T15:19:45.172Z | Downloaded anyhow v1.0.75 |
| 944 | 2023-09-21T15:19:45.175Z | Downloaded ahash v0.8.3 |
| 945 | 2023-09-21T15:19:45.178Z | Downloaded textwrap v0.11.0 |
| 946 | 2023-09-21T15:19:45.180Z | Downloaded fnv v1.0.7 |
| 947 | 2023-09-21T15:19:45.183Z | Downloaded allocator-api2 v0.2.16 |
| 948 | 2023-09-21T15:19:45.186Z | Downloaded foreign-types-macros v0.2.3 |
| 949 | 2023-09-21T15:19:45.190Z | Downloaded foreign-types-shared v0.3.1 |
| 950 | 2023-09-21T15:19:45.193Z | Downloaded serde_spanned v0.6.3 |
| 951 | 2023-09-21T15:19:45.196Z | Downloaded postcard v0.7.3 |
| 952 | 2023-09-21T15:19:45.198Z | Downloaded hostname v0.3.1 |
| 953 | 2023-09-21T15:19:45.201Z | Downloaded miniz_oxide v0.7.1 |
| 954 | 2023-09-21T15:19:45.217Z | Downloaded crossbeam-utils v0.8.16 |
| 955 | 2023-09-21T15:19:45.220Z | Downloaded home v0.5.5 |
| 956 | 2023-09-21T15:19:45.223Z | Downloaded futures-task v0.3.28 |
| 957 | 2023-09-21T15:19:45.227Z | Downloaded russh v0.38.0 |
| 958 | 2023-09-21T15:19:45.230Z | Downloaded funty v2.0.0 |
| 959 | 2023-09-21T15:19:45.232Z | Downloaded slog-envlogger v2.2.0 |
| 960 | 2023-09-21T15:19:45.238Z | Downloaded slog-async v2.8.0 |
| 961 | 2023-09-21T15:19:45.241Z | Downloaded rustls-pemfile v1.0.3 |
| 962 | 2023-09-21T15:19:45.244Z | Downloaded md-5 v0.10.5 |
| 963 | 2023-09-21T15:19:45.247Z | Downloaded tempfile v3.8.0 |
| 964 | 2023-09-21T15:19:45.249Z | Downloaded rand v0.7.3 |
| 965 | 2023-09-21T15:19:45.252Z | Downloaded ciborium-ll v0.2.1 |
| 966 | 2023-09-21T15:19:45.255Z | Downloaded httpdate v1.0.3 |
| 967 | 2023-09-21T15:19:45.258Z | Downloaded group v0.13.0 |
| 968 | 2023-09-21T15:19:45.261Z | Downloaded synstructure v0.12.6 |
| 969 | 2023-09-21T15:19:45.264Z | Downloaded futures-channel v0.3.28 |
| 970 | 2023-09-21T15:19:45.266Z | Downloaded slog-dtrace v0.2.3 |
| 971 | 2023-09-21T15:19:45.269Z | Downloaded serde_arrays v0.1.0 |
| 972 | 2023-09-21T15:19:45.272Z | Downloaded same-file v1.0.6 |
| 973 | 2023-09-21T15:19:45.274Z | Downloaded ipnetwork v0.20.0 |
| 974 | 2023-09-21T15:19:45.277Z | Downloaded russh-cryptovec v0.7.0 |
| 975 | 2023-09-21T15:19:45.280Z | Downloaded parking_lot v0.12.1 |
| 976 | 2023-09-21T15:19:45.283Z | Downloaded cpufeatures v0.2.9 |
| 977 | 2023-09-21T15:19:45.287Z | Downloaded pbkdf2 v0.12.2 |
| 978 | 2023-09-21T15:19:45.289Z | Downloaded password-hash v0.4.2 |
| 979 | 2023-09-21T15:19:45.292Z | Downloaded omicron-zone-package v0.8.3 |
| 980 | 2023-09-21T15:19:45.295Z | Downloaded rustc-demangle v0.1.23 |
| 981 | 2023-09-21T15:19:45.297Z | Downloaded rcgen v0.10.0 |
| 982 | 2023-09-21T15:19:45.300Z | Downloaded parking_lot_core v0.8.6 |
| 983 | 2023-09-21T15:19:45.303Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 984 | 2023-09-21T15:19:45.306Z | Downloaded foreign-types v0.3.2 |
| 985 | 2023-09-21T15:19:45.309Z | Downloaded futures-macro v0.3.28 |
| 986 | 2023-09-21T15:19:45.312Z | Downloaded zone v0.2.0 |
| 987 | 2023-09-21T15:19:45.314Z | Downloaded num_enum_derive v0.7.0 |
| 988 | 2023-09-21T15:19:45.317Z | Downloaded num_enum_derive v0.5.11 |
| 989 | 2023-09-21T15:19:45.320Z | Downloaded num-complex v0.4.4 |
| 990 | 2023-09-21T15:19:45.323Z | Downloaded nibble_vec v0.1.0 |
| 991 | 2023-09-21T15:19:45.326Z | Downloaded spin v0.5.2 |
| 992 | 2023-09-21T15:19:45.330Z | Downloaded matches v0.1.10 |
| 993 | 2023-09-21T15:19:45.333Z | Downloaded take_mut v0.2.2 |
| 994 | 2023-09-21T15:19:45.336Z | Downloaded num-integer v0.1.45 |
| 995 | 2023-09-21T15:19:45.339Z | Downloaded iana-time-zone v0.1.57 |
| 996 | 2023-09-21T15:19:45.342Z | Downloaded erased-serde v0.3.30 |
| 997 | 2023-09-21T15:19:45.346Z | Downloaded futures-executor v0.3.28 |
| 998 | 2023-09-21T15:19:45.349Z | Downloaded futures-core v0.3.28 |
| 999 | 2023-09-21T15:19:45.351Z | Downloaded whoami v1.4.1 |
| 1000 | 2023-09-21T15:19:45.354Z | Downloaded crc32fast v1.3.2 |
| 1001 | 2023-09-21T15:19:45.357Z | Downloaded clap_lex v0.5.1 |
| 1002 | 2023-09-21T15:19:45.359Z | Downloaded bincode v1.3.3 |
| 1003 | 2023-09-21T15:19:45.362Z | Downloaded num-iter v0.1.43 |
| 1004 | 2023-09-21T15:19:45.365Z | Downloaded mime v0.3.17 |
| 1005 | 2023-09-21T15:19:45.368Z | Downloaded dirs-sys-next v0.1.2 |
| 1006 | 2023-09-21T15:19:45.372Z | Downloaded dirs-sys v0.4.1 |
| 1007 | 2023-09-21T15:19:45.375Z | Downloaded crypto-common v0.1.6 |
| 1008 | 2023-09-21T15:19:45.378Z | Downloaded password-hash v0.5.0 |
| 1009 | 2023-09-21T15:19:45.381Z | Downloaded foreign-types-shared v0.1.1 |
| 1010 | 2023-09-21T15:19:45.384Z | Downloaded universal-hash v0.5.1 |
| 1011 | 2023-09-21T15:19:45.387Z | Downloaded ringbuffer v0.14.2 |
| 1012 | 2023-09-21T15:19:45.390Z | Downloaded num v0.4.1 |
| 1013 | 2023-09-21T15:19:45.393Z | Downloaded ed25519 v2.2.2 |
| 1014 | 2023-09-21T15:19:45.396Z | Downloaded either v1.9.0 |
| 1015 | 2023-09-21T15:19:45.399Z | Downloaded data-encoding v2.4.0 |
| 1016 | 2023-09-21T15:19:45.402Z | Downloaded ctr v0.9.2 |
| 1017 | 2023-09-21T15:19:45.405Z | Downloaded poly1305 v0.8.0 |
| 1018 | 2023-09-21T15:19:45.408Z | Downloaded pest_meta v2.7.2 |
| 1019 | 2023-09-21T15:19:45.411Z | Downloaded ascii v1.1.0 |
| 1020 | 2023-09-21T15:19:45.414Z | Downloaded ron v0.7.1 |
| 1021 | 2023-09-21T15:19:45.418Z | Downloaded polyval v0.6.1 |
| 1022 | 2023-09-21T15:19:45.420Z | Downloaded phf v0.11.2 |
| 1023 | 2023-09-21T15:19:45.423Z | Downloaded block-padding v0.3.3 |
| 1024 | 2023-09-21T15:19:45.425Z | Downloaded bitflags v1.3.2 |
| 1025 | 2023-09-21T15:19:45.428Z | Downloaded radium v0.7.0 |
| 1026 | 2023-09-21T15:19:45.431Z | Downloaded rand_chacha v0.2.2 |
| 1027 | 2023-09-21T15:19:45.434Z | Downloaded postgres-protocol v0.6.6 |
| 1028 | 2023-09-21T15:19:45.437Z | Downloaded parse-display-derive v0.7.0 |
| 1029 | 2023-09-21T15:19:45.440Z | Downloaded debug-ignore v1.0.5 |
| 1030 | 2023-09-21T15:19:45.442Z | Downloaded rustc_version v0.4.0 |
| 1031 | 2023-09-21T15:19:45.445Z | Downloaded quote v1.0.33 |
| 1032 | 2023-09-21T15:19:45.448Z | Downloaded proc-macro-error v1.0.4 |
| 1033 | 2023-09-21T15:19:45.451Z | Downloaded proc-macro-crate v1.3.1 |
| 1034 | 2023-09-21T15:19:45.454Z | Downloaded pkg-config v0.3.27 |
| 1035 | 2023-09-21T15:19:45.458Z | Downloaded pin-project-lite v0.2.13 |
| 1036 | 2023-09-21T15:19:45.461Z | Downloaded phf_shared v0.11.2 |
| 1037 | 2023-09-21T15:19:45.464Z | Downloaded pem v1.1.1 |
| 1038 | 2023-09-21T15:19:45.468Z | Downloaded ppv-lite86 v0.2.17 |
| 1039 | 2023-09-21T15:19:45.474Z | Downloaded rand_chacha v0.3.1 |
| 1040 | 2023-09-21T15:19:45.477Z | Downloaded postgres-types v0.2.6 |
| 1041 | 2023-09-21T15:19:45.482Z | Downloaded num_enum v0.5.11 |
| 1042 | 2023-09-21T15:19:45.485Z | Downloaded num-rational v0.4.1 |
| 1043 | 2023-09-21T15:19:45.496Z | Downloaded block-buffer v0.10.4 |
| 1044 | 2023-09-21T15:19:45.522Z | Downloaded argon2 v0.5.2 |
| 1045 | 2023-09-21T15:19:45.527Z | Downloaded pest_generator v2.7.2 |
| 1046 | 2023-09-21T15:19:45.532Z | Downloaded crossbeam-channel v0.5.8 |
| 1047 | 2023-09-21T15:19:45.536Z | Downloaded bit-vec v0.6.3 |
| 1048 | 2023-09-21T15:19:45.540Z | Downloaded option-ext v0.2.0 |
| 1049 | 2023-09-21T15:19:45.545Z | Downloaded num_threads v0.1.6 |
| 1050 | 2023-09-21T15:19:45.550Z | Downloaded darling_macro v0.20.3 |
| 1051 | 2023-09-21T15:19:45.554Z | Downloaded dof v0.1.5 |
| 1052 | 2023-09-21T15:19:45.559Z | Downloaded pest_derive v2.7.2 |
| 1053 | 2023-09-21T15:19:45.564Z | Downloaded crossbeam-epoch v0.9.15 |
| 1054 | 2023-09-21T15:19:45.569Z | Downloaded colorchoice v1.0.0 |
| 1055 | 2023-09-21T15:19:45.573Z | Downloaded deranged v0.3.8 |
| 1056 | 2023-09-21T15:19:45.577Z | Downloaded base16ct v0.2.0 |
| 1057 | 2023-09-21T15:19:46.024Z | Downloaded async-trait v0.1.73 |
| 1058 | 2023-09-21T15:19:46.027Z | Downloaded once_cell v1.18.0 |
| 1059 | 2023-09-21T15:19:46.031Z | Downloaded backtrace v0.3.69 |
| 1060 | 2023-09-21T15:19:46.035Z | Downloaded adler v1.0.2 |
| 1061 | 2023-09-21T15:19:46.038Z | Downloaded anstyle-parse v0.2.1 |
| 1062 | 2023-09-21T15:19:46.041Z | Downloaded atomic-waker v1.1.1 |
| 1063 | 2023-09-21T15:19:46.043Z | Downloaded quick-error v1.2.3 |
| 1064 | 2023-09-21T15:19:46.046Z | Downloaded parse-display v0.7.0 |
| 1065 | 2023-09-21T15:19:46.049Z | Downloaded paste v1.0.14 |
| 1066 | 2023-09-21T15:19:46.051Z | Downloaded usdt-impl v0.3.5 |
| 1067 | 2023-09-21T15:19:46.054Z | Downloaded tungstenite v0.17.3 |
| 1068 | 2023-09-21T15:19:46.056Z | Downloaded usdt-attr-macro v0.3.5 |
| 1069 | 2023-09-21T15:19:46.059Z | Downloaded dirs-next v2.0.0 |
| 1070 | 2023-09-21T15:19:46.062Z | Downloaded curve25519-dalek-derive v0.1.0 |
| 1071 | 2023-09-21T15:19:46.065Z | Downloaded ansi_term v0.12.1 |
| 1072 | 2023-09-21T15:19:46.068Z | Downloaded pin-utils v0.1.0 |
| 1073 | 2023-09-21T15:19:46.071Z | Downloaded postcard-cobs v0.1.5-pre |
| 1074 | 2023-09-21T15:19:46.074Z | Downloaded unicode-xid v0.2.4 |
| 1075 | 2023-09-21T15:19:46.076Z | Downloaded pbkdf2 v0.11.0 |
| 1076 | 2023-09-21T15:19:46.079Z | Downloaded dirs v5.0.1 |
| 1077 | 2023-09-21T15:19:46.082Z | Downloaded pkcs8 v0.10.2 |
| 1078 | 2023-09-21T15:19:46.084Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1079 | 2023-09-21T15:19:46.087Z | Downloaded parking_lot v0.11.2 |
| 1080 | 2023-09-21T15:19:46.090Z | Downloaded memoffset v0.7.1 |
| 1081 | 2023-09-21T15:19:46.092Z | Downloaded derive_more v0.99.17 |
| 1082 | 2023-09-21T15:19:46.097Z | Downloaded cipher v0.4.4 |
| 1083 | 2023-09-21T15:19:46.099Z | Downloaded bit_field v0.10.2 |
| 1084 | 2023-09-21T15:19:46.104Z | Downloaded cstr-argument v0.1.2 |
| 1085 | 2023-09-21T15:19:46.180Z | Downloaded const-oid v0.9.5 |
| 1086 | 2023-09-21T15:19:46.191Z | Downloaded cfg-if v0.1.10 |
| 1087 | 2023-09-21T15:19:46.216Z | Downloaded blowfish v0.9.1 |
| 1088 | 2023-09-21T15:19:46.219Z | Downloaded bitstruct v0.1.1 |
| 1089 | 2023-09-21T15:19:46.229Z | Downloaded async-stream-impl v0.3.5 |
| 1090 | 2023-09-21T15:19:46.234Z | Downloaded addr2line v0.21.0 |
| 1091 | 2023-09-21T15:19:46.237Z | Downloaded clap_derive v4.4.2 |
| 1092 | 2023-09-21T15:19:46.240Z | Downloaded clap v4.4.2 |
| 1093 | 2023-09-21T15:19:46.245Z | Downloaded ciborium-io v0.2.1 |
| 1094 | 2023-09-21T15:19:46.251Z | Downloaded chacha20 v0.9.1 |
| 1095 | 2023-09-21T15:19:46.254Z | Downloaded bytes v1.5.0 |
| 1096 | 2023-09-21T15:19:46.258Z | Downloaded bitflags v2.4.0 |
| 1097 | 2023-09-21T15:19:46.271Z | Downloaded backoff v0.4.0 |
| 1098 | 2023-09-21T15:19:46.274Z | Downloaded digest v0.10.7 |
| 1099 | 2023-09-21T15:19:46.277Z | Downloaded camino-tempfile v1.0.2 |
| 1100 | 2023-09-21T15:19:46.281Z | Downloaded camino v1.1.6 |
| 1101 | 2023-09-21T15:19:46.284Z | Compiling proc-macro2 v1.0.66 |
| 1102 | 2023-09-21T15:19:46.288Z | Compiling unicode-ident v1.0.11 |
| 1103 | 2023-09-21T15:19:46.291Z | Compiling libc v0.2.147 |
| 1104 | 2023-09-21T15:19:46.294Z | Compiling version_check v0.9.4 |
| 1105 | 2023-09-21T15:19:46.298Z | Compiling autocfg v1.1.0 |
| 1106 | 2023-09-21T15:19:46.301Z | Compiling serde v1.0.188 |
| 1107 | 2023-09-21T15:19:46.306Z | Compiling cfg-if v1.0.0 |
| 1108 | 2023-09-21T15:19:46.312Z | Compiling syn v1.0.109 |
| 1109 | 2023-09-21T15:19:46.462Z | Compiling once_cell v1.18.0 |
| 1110 | 2023-09-21T15:19:47.202Z | Compiling typenum v1.16.0 |
| 1111 | 2023-09-21T15:19:47.420Z | Compiling thiserror v1.0.48 |
| 1112 | 2023-09-21T15:19:47.458Z | Compiling generic-array v0.14.7 |
| 1113 | 2023-09-21T15:19:48.317Z | Compiling itoa v1.0.9 |
| 1114 | 2023-09-21T15:19:48.321Z | Compiling lock_api v0.4.10 |
| 1115 | 2023-09-21T15:19:48.426Z | Compiling parking_lot_core v0.9.8 |
| 1116 | 2023-09-21T15:19:48.651Z | Compiling futures-core v0.3.28 |
| 1117 | 2023-09-21T15:19:48.698Z | Compiling serde_json v1.0.106 |
| 1118 | 2023-09-21T15:19:48.827Z | Compiling libm v0.2.7 |
| 1119 | 2023-09-21T15:19:48.923Z | Compiling num-traits v0.2.16 |
| 1120 | 2023-09-21T15:19:49.003Z | Compiling memchr v2.6.3 |
| 1121 | 2023-09-21T15:19:49.141Z | Compiling slab v0.4.9 |
| 1122 | 2023-09-21T15:19:49.327Z | Compiling futures-task v0.3.28 |
| 1123 | 2023-09-21T15:19:49.467Z | Compiling ryu v1.0.15 |
| 1124 | 2023-09-21T15:19:49.571Z | Compiling quote v1.0.33 |
| 1125 | 2023-09-21T15:19:49.994Z | Compiling equivalent v1.0.1 |
| 1126 | 2023-09-21T15:19:50.041Z | Compiling futures-channel v0.3.28 |
| 1127 | 2023-09-21T15:19:50.146Z | Compiling ahash v0.8.3 |
| 1128 | 2023-09-21T15:19:50.477Z | Compiling syn v2.0.32 |
| 1129 | 2023-09-21T15:19:50.604Z | Compiling jobserver v0.1.26 |
| 1130 | 2023-09-21T15:19:50.806Z | Compiling futures-util v0.3.28 |
| 1131 | 2023-09-21T15:19:51.073Z | Compiling cc v1.0.83 |
| 1132 | 2023-09-21T15:19:51.190Z | Compiling getrandom v0.2.10 |
| 1133 | 2023-09-21T15:19:51.448Z | Compiling fnv v1.0.7 |
| 1134 | 2023-09-21T15:19:51.639Z | Compiling hashbrown v0.14.0 |
| 1135 | 2023-09-21T15:19:51.783Z | Compiling pkg-config v0.3.27 |
| 1136 | 2023-09-21T15:19:51.817Z | Compiling vcpkg v0.2.15 |
| 1137 | 2023-09-21T15:19:51.851Z | Compiling iana-time-zone v0.1.57 |
| 1138 | 2023-09-21T15:19:52.233Z | Compiling httparse v1.8.0 |
| 1139 | 2023-09-21T15:19:52.563Z | Compiling schemars v0.8.13 |
| 1140 | 2023-09-21T15:19:52.828Z | Compiling heck v0.4.1 |
| 1141 | 2023-09-21T15:19:53.047Z | Compiling indexmap v1.9.3 |
| 1142 | 2023-09-21T15:19:53.503Z | Compiling dyn-clone v1.0.13 |
| 1143 | 2023-09-21T15:19:53.623Z | Compiling log v0.4.20 |
| 1144 | 2023-09-21T15:19:53.642Z | Compiling rustls v0.21.7 |
| 1145 | 2023-09-21T15:19:53.836Z | Compiling pin-project-lite v0.2.13 |
| 1146 | 2023-09-21T15:19:54.008Z | Compiling smallvec v1.11.0 |
| 1147 | 2023-09-21T15:19:54.045Z | Compiling rand_core v0.6.4 |
| 1148 | 2023-09-21T15:19:54.301Z | Compiling scopeguard v1.2.0 |
| 1149 | 2023-09-21T15:19:54.683Z | Compiling byteorder v1.4.3 |
| 1150 | 2023-09-21T15:19:54.780Z | Compiling slog v2.7.0 |
| 1151 | 2023-09-21T15:19:55.262Z | Compiling aho-corasick v1.0.4 |
| 1152 | 2023-09-21T15:19:55.498Z | Compiling bytes v1.5.0 |
| 1153 | 2023-09-21T15:19:55.521Z | Compiling regex-syntax v0.7.5 |
| 1154 | 2023-09-21T15:19:55.881Z | Compiling ring v0.16.20 |
| 1155 | 2023-09-21T15:19:56.061Z | Compiling openssl-sys v0.9.93 |
| 1156 | 2023-09-21T15:19:57.390Z | Compiling parking_lot v0.12.1 |
| 1157 | 2023-09-21T15:19:57.440Z | Compiling signal-hook-registry v1.4.1 |
| 1158 | 2023-09-21T15:19:58.851Z | Compiling num_cpus v1.16.0 |
| 1159 | 2023-09-21T15:19:58.991Z | Compiling mio v0.8.8 |
| 1160 | 2023-09-21T15:19:59.041Z | Compiling socket2 v0.5.3 |
| 1161 | 2023-09-21T15:19:59.212Z | Compiling time-core v0.1.1 |
| 1162 | 2023-09-21T15:19:59.486Z | Compiling chrono v0.4.30 |
| 1163 | 2023-09-21T15:20:00.830Z | Compiling hashbrown v0.13.2 |
| 1164 | 2023-09-21T15:20:01.533Z | Compiling serde_derive_internals v0.26.0 |
| 1165 | 2023-09-21T15:20:02.796Z | Compiling regex-automata v0.3.8 |
| 1166 | 2023-09-21T15:20:02.846Z | Compiling regress v0.7.1 |
| 1167 | 2023-09-21T15:20:03.599Z | Compiling async-trait v0.1.73 |
| 1168 | 2023-09-21T15:20:04.918Z | Compiling ucd-trie v0.1.6 |
| 1169 | 2023-09-21T15:20:05.309Z | Compiling uuid v1.4.1 |
| 1170 | 2023-09-21T15:20:05.963Z | Compiling http v0.2.9 |
| 1171 | 2023-09-21T15:20:06.271Z | Compiling tinyvec_macros v0.1.1 |
| 1172 | 2023-09-21T15:20:06.409Z | Compiling tinyvec v1.6.0 |
| 1173 | 2023-09-21T15:20:06.506Z | Compiling semver v1.0.18 |
| 1174 | 2023-09-21T15:20:07.156Z | Compiling openssl v0.10.57 |
| 1175 | 2023-09-21T15:20:07.644Z | Compiling unicode-width v0.1.10 |
| 1176 | 2023-09-21T15:20:07.907Z | Compiling time-macros v0.2.13 |
| 1177 | 2023-09-21T15:20:07.910Z | Compiling native-tls v0.2.11 |
| 1178 | 2023-09-21T15:20:08.329Z | Compiling winnow v0.5.15 |
| 1179 | 2023-09-21T15:20:10.481Z | Compiling regex v1.9.5 |
| 1180 | 2023-09-21T15:20:12.314Z | Compiling serde_derive v1.0.188 |
| 1181 | 2023-09-21T15:20:12.392Z | Compiling zeroize_derive v1.4.2 |
| 1182 | 2023-09-21T15:20:12.447Z | Compiling thiserror-impl v1.0.48 |
| 1183 | 2023-09-21T15:20:12.627Z | Compiling tokio-macros v2.1.0 |
| 1184 | 2023-09-21T15:20:13.089Z | Compiling futures-macro v0.3.28 |
| 1185 | 2023-09-21T15:20:14.701Z | Compiling schemars_derive v0.8.13 |
| 1186 | 2023-09-21T15:20:14.734Z | Compiling tracing-attributes v0.1.26 |
| 1187 | 2023-09-21T15:20:15.056Z | Compiling openssl-macros v0.1.1 |
| 1188 | 2023-09-21T15:20:16.113Z | Compiling zeroize v1.6.0 |
| 1189 | 2023-09-21T15:20:17.326Z | Compiling pest v2.7.2 |
| 1190 | 2023-09-21T15:20:18.845Z | Compiling percent-encoding v2.3.0 |
| 1191 | 2023-09-21T15:20:19.216Z | Compiling pin-utils v0.1.0 |
| 1192 | 2023-09-21T15:20:19.329Z | Compiling futures-sink v0.3.28 |
| 1193 | 2023-09-21T15:20:19.460Z | Compiling getopts v0.2.21 |
| 1194 | 2023-09-21T15:20:19.565Z | Compiling unicode-xid v0.2.4 |
| 1195 | 2023-09-21T15:20:19.623Z | Compiling form_urlencoded v1.2.0 |
| 1196 | 2023-09-21T15:20:19.728Z | Compiling unsafe-libyaml v0.2.9 |
| 1197 | 2023-09-21T15:20:20.257Z | Compiling backtrace v0.3.69 |
| 1198 | 2023-09-21T15:20:20.621Z | Compiling synstructure v0.12.6 |
| 1199 | 2023-09-21T15:20:20.886Z | Compiling crypto-common v0.1.6 |
| 1200 | 2023-09-21T15:20:21.072Z | Compiling tracing-core v0.1.31 |
| 1201 | 2023-09-21T15:20:21.261Z | Compiling anyhow v1.0.75 |
| 1202 | 2023-09-21T15:20:21.347Z | Compiling crossbeam-utils v0.8.16 |
| 1203 | 2023-09-21T15:20:21.977Z | Compiling pest_meta v2.7.2 |
| 1204 | 2023-09-21T15:20:22.202Z | Compiling subtle v2.5.0 |
| 1205 | 2023-09-21T15:20:22.717Z | Compiling usdt-impl v0.3.5 |
| 1206 | 2023-09-21T15:20:23.234Z | Compiling zerocopy-derive v0.2.0 |
| 1207 | 2023-09-21T15:20:23.433Z | Compiling thread-id v4.2.0 |
| 1208 | 2023-09-21T15:20:24.096Z | Compiling pest_generator v2.7.2 |
| 1209 | 2023-09-21T15:20:26.033Z | Compiling zerocopy v0.3.0 |
| 1210 | 2023-09-21T15:20:27.391Z | Compiling dof v0.1.5 |
| 1211 | 2023-09-21T15:20:29.303Z | Compiling bitflags v2.4.0 |
| 1212 | 2023-09-21T15:20:29.425Z | Compiling pest_derive v2.7.2 |
| 1213 | 2023-09-21T15:20:29.589Z | Compiling rustversion v1.0.14 |
| 1214 | 2023-09-21T15:20:29.755Z | Compiling untrusted v0.7.1 |
| 1215 | 2023-09-21T15:20:29.987Z | Compiling strsim v0.10.0 |
| 1216 | 2023-09-21T15:20:30.082Z | Compiling slog-async v2.8.0 |
| 1217 | 2023-09-21T15:20:30.514Z | Compiling dtrace-parser v0.1.14 |
| 1218 | 2023-09-21T15:20:30.539Z | Compiling spin v0.5.2 |
| 1219 | 2023-09-21T15:20:32.468Z | Compiling ident_case v1.0.1 |
| 1220 | 2023-09-21T15:20:32.806Z | Compiling hashbrown v0.12.3 |
| 1221 | 2023-09-21T15:20:32.919Z | Compiling darling_core v0.20.3 |
| 1222 | 2023-09-21T15:20:33.351Z | Compiling socket2 v0.4.9 |
| 1223 | 2023-09-21T15:20:34.375Z | Compiling rustls-webpki v0.101.4 |
| 1224 | 2023-09-21T15:20:34.824Z | Compiling sct v0.7.0 |
| 1225 | 2023-09-21T15:20:35.317Z | Compiling base64 v0.21.4 |
| 1226 | 2023-09-21T15:20:36.078Z | Compiling indexmap v2.0.0 |
| 1227 | 2023-09-21T15:20:36.669Z | Compiling serde_tokenstream v0.2.0 |
| 1228 | 2023-09-21T15:20:37.533Z | Compiling serde_tokenstream v0.1.7 |
| 1229 | 2023-09-21T15:20:37.582Z | Compiling toml_datetime v0.6.3 |
| 1230 | 2023-09-21T15:20:37.882Z | Compiling tokio v1.32.0 |
| 1231 | 2023-09-21T15:20:38.209Z | Compiling serde_yaml v0.9.25 |
| 1232 | 2023-09-21T15:20:38.358Z | Compiling serde_spanned v0.6.3 |
| 1233 | 2023-09-21T15:20:38.730Z | Compiling toml_edit v0.19.15 |
| 1234 | 2023-09-21T15:20:38.752Z | Compiling camino v1.1.6 |
| 1235 | 2023-09-21T15:20:41.024Z | Compiling openapiv3 v1.0.3 |
| 1236 | 2023-09-21T15:20:43.479Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
| 1237 | 2023-09-21T15:20:44.896Z | Compiling darling_macro v0.20.3 |
| 1238 | 2023-09-21T15:20:45.200Z | Compiling usdt-attr-macro v0.3.5 |
| 1239 | 2023-09-21T15:20:45.224Z | Compiling usdt-macro v0.3.5 |
| 1240 | 2023-09-21T15:20:47.125Z | Compiling block-buffer v0.10.4 |
| 1241 | 2023-09-21T15:20:47.380Z | Compiling cpufeatures v0.2.9 |
| 1242 | 2023-09-21T15:20:47.510Z | Compiling try-lock v0.2.4 |
| 1243 | 2023-09-21T15:20:47.535Z | Compiling httpdate v1.0.3 |
| 1244 | 2023-09-21T15:20:47.735Z | Compiling want v0.3.1 |
| 1245 | 2023-09-21T15:20:48.207Z | Compiling digest v0.10.7 |
| 1246 | 2023-09-21T15:20:48.318Z | Compiling darling v0.20.3 |
| 1247 | 2023-09-21T15:20:48.889Z | Compiling futures-io v0.3.28 |
| 1248 | 2023-09-21T15:20:49.095Z | Compiling tower-service v0.3.2 |
| 1249 | 2023-09-21T15:20:49.429Z | Compiling serde_with_macros v2.3.3 |
| 1250 | 2023-09-21T15:20:50.746Z | Compiling async-stream-impl v0.3.5 |
| 1251 | 2023-09-21T15:20:51.999Z | Compiling paste v1.0.14 |
| 1252 | 2023-09-21T15:20:52.665Z | Compiling ppv-lite86 v0.2.17 |
| 1253 | 2023-09-21T15:20:53.404Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
| 1254 | 2023-09-21T15:20:57.226Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
| 1255 | 2023-09-21T15:21:00.206Z | Compiling structmeta-derive v0.1.6 |
| 1256 | 2023-09-21T15:21:01.274Z | Compiling ipnet v2.8.0 |
| 1257 | 2023-09-21T15:21:01.573Z | Compiling rand_chacha v0.3.1 |
| 1258 | 2023-09-21T15:21:01.780Z | Compiling rustls-pemfile v1.0.3 |
| 1259 | 2023-09-21T15:21:03.476Z | Compiling tracing v0.1.37 |
| 1260 | 2023-09-21T15:21:03.507Z | Compiling unicode-normalization v0.1.22 |
| 1261 | 2023-09-21T15:21:03.842Z | Compiling deranged v0.3.8 |
| 1262 | 2023-09-21T15:21:03.962Z | Compiling mime v0.3.17 |
| 1263 | 2023-09-21T15:21:04.154Z | Compiling unicode-bidi v0.3.13 |
| 1264 | 2023-09-21T15:21:04.253Z | Compiling num_threads v0.1.6 |
| 1265 | 2023-09-21T15:21:04.448Z | Compiling regex-syntax v0.6.29 |
| 1266 | 2023-09-21T15:21:04.750Z | Compiling structmeta v0.1.6 |
| 1267 | 2023-09-21T15:21:05.514Z | Compiling rand v0.8.5 |
| 1268 | 2023-09-21T15:21:06.033Z | Compiling strum_macros v0.25.2 |
| 1269 | 2023-09-21T15:21:06.922Z | Compiling lazy_static v1.4.0 |
| 1270 | 2023-09-21T15:21:07.958Z | Compiling adler v1.0.2 |
| 1271 | 2023-09-21T15:21:08.337Z | Compiling miniz_oxide v0.7.1 |
| 1272 | 2023-09-21T15:21:09.633Z | Compiling proc-macro-crate v1.3.1 |
| 1273 | 2023-09-21T15:21:11.131Z | Compiling encoding_rs v0.8.33 |
| 1274 | 2023-09-21T15:21:11.859Z | Compiling webpki-roots v0.25.2 |
| 1275 | 2023-09-21T15:21:12.735Z | Compiling idna v0.4.0 |
| 1276 | 2023-09-21T15:21:12.761Z | Compiling rustix v0.38.9 |
| 1277 | 2023-09-21T15:21:13.956Z | Compiling tokio-util v0.7.8 |
| 1278 | 2023-09-21T15:21:14.315Z | Compiling parse-display-derive v0.7.0 |
| 1279 | 2023-09-21T15:21:15.642Z | Compiling url v2.4.1 |
| 1280 | 2023-09-21T15:21:15.739Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
| 1281 | 2023-09-21T15:21:16.291Z | Compiling allocator-api2 v0.2.16 |
| 1282 | 2023-09-21T15:21:22.457Z | Compiling h2 v0.3.21 |
| 1283 | 2023-09-21T15:21:22.543Z | Compiling num_enum_derive v0.5.11 |
| 1284 | 2023-09-21T15:21:22.926Z | Compiling http-body v0.4.5 |
| 1285 | 2023-09-21T15:21:23.220Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
| 1286 | 2023-09-21T15:21:23.436Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
| 1287 | 2023-09-21T15:21:24.507Z | Compiling foreign-types-shared v0.1.1 |
| 1288 | 2023-09-21T15:21:24.679Z | Compiling foreign-types v0.3.2 |
| 1289 | 2023-09-21T15:21:26.832Z | Compiling time v0.3.27 |
| 1290 | 2023-09-21T15:21:33.688Z | Compiling hyper v0.14.27 |
| 1291 | 2023-09-21T15:21:34.410Z | Compiling tokio-rustls v0.24.1 |
| 1292 | 2023-09-21T15:21:37.033Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
| 1293 | 2023-09-21T15:21:39.391Z | Compiling openssl-probe v0.1.5 |
| 1294 | 2023-09-21T15:21:44.339Z | Compiling tokio-native-tls v0.3.1 |
| 1295 | 2023-09-21T15:21:46.826Z | Compiling serde_urlencoded v0.7.1 |
| 1296 | 2023-09-21T15:21:47.517Z | Compiling errno v0.3.2 |
| 1297 | 2023-09-21T15:21:47.703Z | Compiling bitflags v1.3.2 |
| 1298 | 2023-09-21T15:21:47.824Z | Compiling gimli v0.28.0 |
| 1299 | 2023-09-21T15:21:47.941Z | Compiling hyper-tls v0.5.0 |
| 1300 | 2023-09-21T15:21:48.027Z | Compiling hyper-rustls v0.24.1 |
| 1301 | 2023-09-21T15:21:48.570Z | Compiling object v0.32.1 |
| 1302 | 2023-09-21T15:21:49.326Z | Compiling atty v0.2.14 |
| 1303 | 2023-09-21T15:21:57.195Z | Compiling addr2line v0.21.0 |
| 1304 | 2023-09-21T15:21:57.931Z | Compiling rustc-demangle v0.1.23 |
| 1305 | 2023-09-21T15:21:59.332Z | Compiling reqwest v0.11.20 |
| 1306 | 2023-09-21T15:22:01.933Z | Compiling futures-executor v0.3.28 |
| 1307 | 2023-09-21T15:22:09.445Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
| 1308 | 2023-09-21T15:22:15.215Z | Compiling rustc_version v0.4.0 |
| 1309 | 2023-09-21T15:22:16.296Z | Compiling hmac v0.12.1 |
| 1310 | 2023-09-21T15:22:16.653Z | Compiling match_cfg v0.1.0 |
| 1311 | 2023-09-21T15:22:16.798Z | Compiling hostname v0.3.1 |
| 1312 | 2023-09-21T15:22:20.680Z | Compiling futures v0.3.28 |
| 1313 | 2023-09-21T15:22:21.468Z | Compiling sha2 v0.10.7 |
| 1314 | 2023-09-21T15:22:22.503Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1315 | 2023-09-21T15:22:22.918Z | Compiling dirs-sys-next v0.1.2 |
| 1316 | 2023-09-21T15:22:23.963Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
| 1317 | 2023-09-21T15:22:24.129Z | Compiling dirs-next v2.0.0 |
| 1318 | 2023-09-21T15:22:27.907Z | Compiling num-integer v0.1.45 |
| 1319 | 2023-09-21T15:22:28.339Z | Compiling thread_local v1.1.7 |
| 1320 | 2023-09-21T15:22:31.569Z | Compiling term v0.7.0 |
| 1321 | 2023-09-21T15:22:32.184Z | Compiling crossbeam-channel v0.5.8 |
| 1322 | 2023-09-21T15:22:32.950Z | Compiling sha1 v0.10.5 |
| 1323 | 2023-09-21T15:22:34.484Z | Compiling take_mut v0.2.2 |
| 1324 | 2023-09-21T15:22:34.730Z | Compiling fallible-iterator v0.2.0 |
| 1325 | 2023-09-21T15:22:35.201Z | Compiling toml v0.7.6 |
| 1326 | 2023-09-21T15:22:35.810Z | Compiling slog-term v2.9.0 |
| 1327 | 2023-09-21T15:22:38.214Z | Compiling usdt v0.3.5 |
| 1328 | 2023-09-21T15:22:38.449Z | Compiling slog-json v2.6.1 |
| 1329 | 2023-09-21T15:22:38.647Z | Compiling ipnetwork v0.20.0 |
| 1330 | 2023-09-21T15:22:39.778Z | Compiling instant v0.1.12 |
| 1331 | 2023-09-21T15:22:40.141Z | Compiling slog-bunyan v2.4.0 |
| 1332 | 2023-09-21T15:22:42.117Z | Compiling stringprep v0.1.3 |
| 1333 | 2023-09-21T15:22:42.147Z | Compiling md-5 v0.10.5 |
| 1334 | 2023-09-21T15:22:42.876Z | Compiling proc-macro-error-attr v1.0.4 |
| 1335 | 2023-09-21T15:22:43.295Z | Compiling atomic-waker v1.1.1 |
| 1336 | 2023-09-21T15:22:43.675Z | Compiling siphasher v0.3.11 |
| 1337 | 2023-09-21T15:22:43.879Z | Compiling waitgroup v0.1.2 |
| 1338 | 2023-09-21T15:22:44.112Z | Compiling postgres-protocol v0.6.6 |
| 1339 | 2023-09-21T15:22:44.232Z | Compiling phf_shared v0.11.2 |
| 1340 | 2023-09-21T15:22:44.360Z | Compiling serde_with v2.3.3 |
| 1341 | 2023-09-21T15:22:44.845Z | Compiling async-stream v0.3.5 |
| 1342 | 2023-09-21T15:22:45.336Z | Compiling serde_path_to_error v0.1.14 |
| 1343 | 2023-09-21T15:22:45.897Z | Compiling hex v0.4.3 |
| 1344 | 2023-09-21T15:22:46.848Z | Compiling proc-macro-error v1.0.4 |
| 1345 | 2023-09-21T15:22:47.095Z | Compiling crc32fast v1.3.2 |
| 1346 | 2023-09-21T15:22:47.269Z | Compiling fastrand v2.0.0 |
| 1347 | 2023-09-21T15:22:47.773Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1348 | 2023-09-21T15:22:48.007Z | Compiling debug-ignore v1.0.5 |
| 1349 | 2023-09-21T15:22:48.785Z | Compiling postgres-types v0.2.6 |
| 1350 | 2023-09-21T15:22:49.069Z | Compiling phf v0.11.2 |
| 1351 | 2023-09-21T15:22:51.268Z | Compiling whoami v1.4.1 |
| 1352 | 2023-09-21T15:22:51.618Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1353 | 2023-09-21T15:22:52.063Z | Compiling tokio-postgres v0.7.10 |
| 1354 | 2023-09-21T15:22:53.164Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1355 | 2023-09-21T15:22:53.261Z | Compiling backoff v0.4.0 |
| 1356 | 2023-09-21T15:22:53.401Z | Compiling parse-display v0.7.0 |
| 1357 | 2023-09-21T15:22:53.493Z | Compiling strum v0.25.0 |
| 1358 | 2023-09-21T15:22:53.763Z | Compiling macaddr v1.0.1 |
| 1359 | 2023-09-21T15:22:53.786Z | Compiling enum-as-inner v0.5.1 |
| 1360 | 2023-09-21T15:22:54.515Z | Compiling foreign-types-macros v0.2.3 |
| 1361 | 2023-09-21T15:22:54.540Z | Compiling zerocopy-derive v0.6.3 |
| 1362 | 2023-09-21T15:22:54.983Z | Compiling libz-sys v1.1.12 |
| 1363 | 2023-09-21T15:22:57.721Z | Compiling slog-dtrace v0.2.3 |
| 1364 | 2023-09-21T15:22:57.799Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
| 1365 | 2023-09-21T15:22:58.383Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1366 | 2023-09-21T15:22:58.669Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1367 | 2023-09-21T15:22:58.810Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
| 1368 | 2023-09-21T15:22:59.296Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1369 | 2023-09-21T15:22:59.853Z | Compiling libgit2-sys v0.15.2+1.6.4 |
| 1370 | 2023-09-21T15:23:00.095Z | Compiling base64ct v1.6.0 |
| 1371 | 2023-09-21T15:23:00.357Z | Compiling platforms v3.0.2 |
| 1372 | 2023-09-21T15:23:01.395Z | Compiling libsqlite3-sys v0.26.0 |
| 1373 | 2023-09-21T15:23:01.760Z | Compiling memoffset v0.7.1 |
| 1374 | 2023-09-21T15:23:02.116Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
| 1375 | 2023-09-21T15:23:04.067Z | Compiling vergen v8.2.4 |
| 1376 | 2023-09-21T15:23:04.204Z | Compiling block-padding v0.3.3 |
| 1377 | 2023-09-21T15:23:04.576Z | Compiling unicode-segmentation v1.10.1 |
| 1378 | 2023-09-21T15:23:05.048Z | Compiling inout v0.1.3 |
| 1379 | 2023-09-21T15:23:05.159Z | Compiling curve25519-dalek v4.1.0 |
| 1380 | 2023-09-21T15:23:05.735Z | Compiling heck v0.3.3 |
| 1381 | 2023-09-21T15:23:06.005Z | Compiling num_enum v0.5.11 |
| 1382 | 2023-09-21T15:23:06.471Z | Compiling libefi-sys v0.1.0 |
| 1383 | 2023-09-21T15:23:06.915Z | Compiling structopt-derive v0.4.18 |
| 1384 | 2023-09-21T15:23:07.210Z | Compiling cipher v0.4.4 |
| 1385 | 2023-09-21T15:23:07.473Z | Compiling zone_cfg_derive v0.2.0 |
| 1386 | 2023-09-21T15:23:07.975Z | Compiling curve25519-dalek-derive v0.1.0 |
| 1387 | 2023-09-21T15:23:08.614Z | Compiling same-file v1.0.6 |
| 1388 | 2023-09-21T15:23:08.974Z | Compiling walkdir v2.4.0 |
| 1389 | 2023-09-21T15:23:10.107Z | Compiling password-hash v0.5.0 |
| 1390 | 2023-09-21T15:23:10.197Z | Compiling blake2 v0.10.6 |
| 1391 | 2023-09-21T15:23:10.467Z | Compiling semver-parser v0.10.2 |
| 1392 | 2023-09-21T15:23:11.922Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
| 1393 | 2023-09-21T15:23:12.180Z | Compiling num-bigint v0.4.4 |
| 1394 | 2023-09-21T15:23:12.468Z | Compiling getrandom v0.1.16 |
| 1395 | 2023-09-21T15:23:12.755Z | Compiling semver v0.11.0 |
| 1396 | 2023-09-21T15:23:13.487Z | Compiling tempfile v3.8.0 |
| 1397 | 2023-09-21T15:23:13.769Z | Compiling argon2 v0.5.2 |
| 1398 | 2023-09-21T15:23:13.878Z | Compiling flate2 v1.0.27 |
| 1399 | 2023-09-21T15:23:14.603Z | Compiling num_enum_derive v0.7.0 |
| 1400 | 2023-09-21T15:23:15.572Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1401 | 2023-09-21T15:23:15.654Z | Compiling xattr v1.0.1 |
| 1402 | 2023-09-21T15:23:16.085Z | Compiling filetime v0.2.22 |
| 1403 | 2023-09-21T15:23:16.604Z | Compiling home v0.5.5 |
| 1404 | 2023-09-21T15:23:16.667Z | Compiling tar v0.4.40 |
| 1405 | 2023-09-21T15:23:16.995Z | Compiling toolchain_find v0.2.0 |
| 1406 | 2023-09-21T15:23:17.814Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1407 | 2023-09-21T15:23:19.160Z | Compiling toml v0.5.11 |
| 1408 | 2023-09-21T15:23:19.727Z | Compiling num-rational v0.4.1 |
| 1409 | 2023-09-21T15:23:19.768Z | Compiling memoffset v0.9.0 |
| 1410 | 2023-09-21T15:23:20.637Z | Compiling num-iter v0.1.43 |
| 1411 | 2023-09-21T15:23:20.651Z | Compiling unicase v2.7.0 |
| 1412 | 2023-09-21T15:23:20.671Z | Compiling parking_lot_core v0.8.6 |
| 1413 | 2023-09-21T15:23:22.205Z | Compiling rustfmt-wrapper v0.2.0 |
| 1414 | 2023-09-21T15:23:23.255Z | Compiling universal-hash v0.5.1 |
| 1415 | 2023-09-21T15:23:23.584Z | Compiling data-encoding v2.4.0 |
| 1416 | 2023-09-21T15:23:23.630Z | Compiling opaque-debug v0.3.0 |
| 1417 | 2023-09-21T15:23:23.782Z | Compiling either v1.9.0 |
| 1418 | 2023-09-21T15:23:24.666Z | Compiling crossbeam-epoch v0.9.15 |
| 1419 | 2023-09-21T15:23:25.298Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
| 1420 | 2023-09-21T15:23:25.727Z | Compiling postcard-cobs v0.1.5-pre |
| 1421 | 2023-09-21T15:23:25.840Z | Compiling base64 v0.13.1 |
| 1422 | 2023-09-21T15:23:26.720Z | Compiling winapi v0.3.9 |
| 1423 | 2023-09-21T15:23:26.813Z | Compiling managed v0.8.0 |
| 1424 | 2023-09-21T15:23:26.895Z | Compiling erased-serde v0.3.30 |
| 1425 | 2023-09-21T15:23:27.539Z | Compiling radium v0.7.0 |
| 1426 | 2023-09-21T15:23:27.578Z | Compiling matches v0.1.10 |
| 1427 | 2023-09-21T15:23:27.728Z | Compiling idna v0.2.3 |
| 1428 | 2023-09-21T15:23:28.216Z | Compiling smoltcp v0.8.2 |
| 1429 | 2023-09-21T15:23:28.357Z | Compiling postcard v0.7.3 |
| 1430 | 2023-09-21T15:23:29.635Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1431 | 2023-09-21T15:23:30.179Z | Compiling bitstruct_derive v0.1.0 |
| 1432 | 2023-09-21T15:23:30.590Z | Compiling async-recursion v1.0.5 |
| 1433 | 2023-09-21T15:23:31.175Z | Compiling clap_derive v4.4.2 |
| 1434 | 2023-09-21T15:23:32.234Z | Compiling omicron-zone-package v0.8.3 |
| 1435 | 2023-09-21T15:23:34.106Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1436 | 2023-09-21T15:23:34.287Z | Compiling cfg-if v0.1.10 |
| 1437 | 2023-09-21T15:23:34.590Z | Compiling foreign-types-shared v0.3.1 |
| 1438 | 2023-09-21T15:23:35.159Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
| 1439 | 2023-09-21T15:23:36.833Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
| 1440 | 2023-09-21T15:23:38.031Z | Compiling foreign-types v0.5.0 |
| 1441 | 2023-09-21T15:23:38.175Z | Compiling mime_guess v2.0.4 |
| 1442 | 2023-09-21T15:23:39.065Z | Compiling trust-dns-proto v0.22.0 |
| 1443 | 2023-09-21T15:23:40.041Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1444 | 2023-09-21T15:23:40.745Z | Compiling is-terminal v0.4.9 |
| 1445 | 2023-09-21T15:23:40.868Z | Compiling zerocopy v0.6.3 |
| 1446 | 2023-09-21T15:23:41.590Z | Compiling aead v0.5.2 |
| 1447 | 2023-09-21T15:23:42.048Z | Compiling cstr-argument v0.1.2 |
| 1448 | 2023-09-21T15:23:42.456Z | Compiling pretty-hex v0.2.1 |
| 1449 | 2023-09-21T15:23:42.643Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1450 | 2023-09-21T15:23:42.750Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1451 | 2023-09-21T15:23:43.607Z | Compiling colored v2.0.4 |
| 1452 | 2023-09-21T15:23:43.662Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1453 | 2023-09-21T15:23:44.198Z | Compiling polyval v0.6.1 |
| 1454 | 2023-09-21T15:23:44.344Z | Compiling aes v0.8.3 |
| 1455 | 2023-09-21T15:23:44.488Z | Compiling ctr v0.9.2 |
| 1456 | 2023-09-21T15:23:44.987Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1457 | 2023-09-21T15:23:46.045Z | Compiling hkdf v0.12.3 |
| 1458 | 2023-09-21T15:23:46.147Z | Compiling const_format_proc_macros v0.2.31 |
| 1459 | 2023-09-21T15:23:46.461Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1460 | 2023-09-21T15:23:46.684Z | Compiling enum-iterator-derive v1.2.1 |
| 1461 | 2023-09-21T15:23:46.805Z | Compiling textwrap v0.11.0 |
| 1462 | 2023-09-21T15:23:47.402Z | Compiling strsim v0.8.0 |
| 1463 | 2023-09-21T15:23:47.705Z | Compiling linked-hash-map v0.5.6 |
| 1464 | 2023-09-21T15:23:48.271Z | Compiling vec_map v0.8.2 |
| 1465 | 2023-09-21T15:23:48.381Z | Compiling quick-error v1.2.3 |
| 1466 | 2023-09-21T15:23:48.490Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1467 | 2023-09-21T15:23:48.606Z | Compiling static_assertions v1.1.0 |
| 1468 | 2023-09-21T15:23:48.753Z | Compiling ansi_term v0.12.1 |
| 1469 | 2023-09-21T15:23:48.776Z | Compiling resolv-conf v0.7.0 |
| 1470 | 2023-09-21T15:23:49.065Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1471 | 2023-09-21T15:23:49.462Z | Compiling clap v2.34.0 |
| 1472 | 2023-09-21T15:23:49.511Z | Compiling lru-cache v0.1.2 |
| 1473 | 2023-09-21T15:23:52.222Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
| 1474 | 2023-09-21T15:23:52.248Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
| 1475 | 2023-09-21T15:23:52.260Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
| 1476 | 2023-09-21T15:23:53.122Z | Compiling itertools v0.10.5 |
| 1477 | 2023-09-21T15:23:57.833Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1478 | 2023-09-21T15:23:58.235Z | Compiling hashlink v0.8.3 |
| 1479 | 2023-09-21T15:23:58.534Z | Compiling rand v0.4.6 |
| 1480 | 2023-09-21T15:24:00.262Z | Compiling fallible-streaming-iterator v0.1.9 |
| 1481 | 2023-09-21T15:24:00.296Z | Compiling cancel-safe-futures v0.1.2 |
| 1482 | 2023-09-21T15:24:00.696Z | Compiling keccak v0.1.4 |
| 1483 | 2023-09-21T15:24:00.795Z | Compiling utf-8 v0.7.6 |
| 1484 | 2023-09-21T15:24:01.398Z | Compiling convert_case v0.4.0 |
| 1485 | 2023-09-21T15:24:01.798Z | Compiling utf8parse v0.2.1 |
| 1486 | 2023-09-21T15:24:02.289Z | Compiling anstyle-parse v0.2.1 |
| 1487 | 2023-09-21T15:24:02.733Z | Compiling derive_more v0.99.17 |
| 1488 | 2023-09-21T15:24:03.034Z | Compiling sha3 v0.10.8 |
| 1489 | 2023-09-21T15:24:04.295Z | Compiling rusqlite v0.29.0 |
| 1490 | 2023-09-21T15:24:05.787Z | Compiling twox-hash v1.6.3 |
| 1491 | 2023-09-21T15:24:08.495Z | Compiling zone v0.2.0 |
| 1492 | 2023-09-21T15:24:09.401Z | Compiling nix v0.26.2 |
| 1493 | 2023-09-21T15:24:11.013Z | Compiling structopt v0.3.26 |
| 1494 | 2023-09-21T15:24:11.308Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
| 1495 | 2023-09-21T15:24:12.510Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
| 1496 | 2023-09-21T15:24:13.012Z | Compiling trust-dns-resolver v0.22.0 |
| 1497 | 2023-09-21T15:24:15.815Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1498 | 2023-09-21T15:24:16.674Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1499 | 2023-09-21T15:24:17.845Z | Compiling smf v0.2.2 |
| 1500 | 2023-09-21T15:24:18.623Z | Compiling secrecy v0.8.0 |
| 1501 | 2023-09-21T15:24:19.049Z | Compiling anstyle v1.0.2 |
| 1502 | 2023-09-21T15:24:19.432Z | Compiling anstyle-query v1.0.0 |
| 1503 | 2023-09-21T15:24:19.753Z | Compiling colorchoice v1.0.0 |
| 1504 | 2023-09-21T15:24:20.013Z | Compiling anstream v0.5.0 |
| 1505 | 2023-09-21T15:24:21.334Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1506 | 2023-09-21T15:24:21.392Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1507 | 2023-09-21T15:24:22.282Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1508 | 2023-09-21T15:24:23.244Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1509 | 2023-09-21T15:24:24.774Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1510 | 2023-09-21T15:24:31.585Z | Compiling num_enum v0.7.0 |
| 1511 | 2023-09-21T15:24:32.652Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
| 1512 | 2023-09-21T15:24:33.416Z | Compiling sha-1 v0.10.1 |
| 1513 | 2023-09-21T15:24:33.470Z | Compiling bincode v1.3.3 |
| 1514 | 2023-09-21T15:24:34.283Z | Compiling ff v0.13.0 |
| 1515 | 2023-09-21T15:24:35.067Z | Compiling nibble_vec v0.1.0 |
| 1516 | 2023-09-21T15:24:35.185Z | Compiling endian-type v0.1.2 |
| 1517 | 2023-09-21T15:24:35.340Z | Compiling humantime v2.1.0 |
| 1518 | 2023-09-21T15:24:35.534Z | Compiling termcolor v1.2.0 |
| 1519 | 2023-09-21T15:24:35.672Z | Compiling bit-vec v0.6.3 |
| 1520 | 2023-09-21T15:24:36.380Z | Compiling arc-swap v1.6.0 |
| 1521 | 2023-09-21T15:24:36.458Z | Compiling clap_lex v0.5.1 |
| 1522 | 2023-09-21T15:24:36.954Z | Compiling clap_builder v4.4.2 |
| 1523 | 2023-09-21T15:24:37.144Z | Compiling slog-scope v4.4.0 |
| 1524 | 2023-09-21T15:24:37.499Z | Compiling env_logger v0.9.3 |
| 1525 | 2023-09-21T15:24:37.567Z | Compiling yasna v0.5.2 |
| 1526 | 2023-09-21T15:24:38.045Z | Compiling radix_trie v0.2.1 |
| 1527 | 2023-09-21T15:24:39.790Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1528 | 2023-09-21T15:24:40.747Z | Compiling group v0.13.0 |
| 1529 | 2023-09-21T15:24:40.822Z | Compiling tungstenite v0.17.3 |
| 1530 | 2023-09-21T15:24:42.502Z | Compiling rand_core v0.5.1 |
| 1531 | 2023-09-21T15:24:43.537Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1532 | 2023-09-21T15:24:44.415Z | Compiling aes-gcm-siv v0.11.1 |
| 1533 | 2023-09-21T15:24:44.863Z | Compiling itertools v0.11.0 |
| 1534 | 2023-09-21T15:24:48.818Z | Compiling poly1305 v0.8.0 |
| 1535 | 2023-09-21T15:24:50.900Z | Compiling chacha20 v0.9.1 |
| 1536 | 2023-09-21T15:24:51.427Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1537 | 2023-09-21T15:24:51.839Z | Compiling num-complex v0.4.4 |
| 1538 | 2023-09-21T15:24:52.279Z | Compiling crypto-bigint v0.5.2 |
| 1539 | 2023-09-21T15:24:52.372Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1540 | 2023-09-21T15:24:52.584Z | Compiling ciborium-io v0.2.1 |
| 1541 | 2023-09-21T15:24:52.634Z | Compiling half v1.8.2 |
| 1542 | 2023-09-21T15:24:53.158Z | Compiling ascii v1.1.0 |
| 1543 | 2023-09-21T15:24:53.274Z | Compiling tap v1.0.1 |
| 1544 | 2023-09-21T15:24:53.602Z | Compiling signature v2.1.0 |
| 1545 | 2023-09-21T15:24:53.932Z | Compiling base16ct v0.2.0 |
| 1546 | 2023-09-21T15:24:54.380Z | Compiling option-ext v0.2.0 |
| 1547 | 2023-09-21T15:24:54.576Z | Compiling ringbuffer v0.14.2 |
| 1548 | 2023-09-21T15:24:55.527Z | Compiling elliptic-curve v0.13.5 |
| 1549 | 2023-09-21T15:24:55.553Z | Compiling dirs-sys v0.4.1 |
| 1550 | 2023-09-21T15:24:56.068Z | Compiling ed25519 v2.2.2 |
| 1551 | 2023-09-21T15:24:56.433Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1552 | 2023-09-21T15:24:56.615Z | Compiling wyz v0.5.1 |
| 1553 | 2023-09-21T15:24:56.640Z | Compiling num v0.4.1 |
| 1554 | 2023-09-21T15:24:56.808Z | Compiling ciborium-ll v0.2.1 |
| 1555 | 2023-09-21T15:25:00.017Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1556 | 2023-09-21T15:25:00.097Z | Compiling parking_lot v0.11.2 |
| 1557 | 2023-09-21T15:25:00.107Z | Compiling clap v4.4.2 |
| 1558 | 2023-09-21T15:25:00.152Z | Compiling rand_chacha v0.2.2 |
| 1559 | 2023-09-21T15:25:00.215Z | Compiling tokio-tungstenite v0.17.2 |
| 1560 | 2023-09-21T15:25:00.265Z | Compiling trust-dns-client v0.22.0 |
| 1561 | 2023-09-21T15:25:00.287Z | Compiling slog-stdlog v4.1.1 |
| 1562 | 2023-09-21T15:25:00.297Z | Compiling thiserror-no-std v2.0.2 |
| 1563 | 2023-09-21T15:25:00.311Z | Compiling bitstruct v0.1.1 |
| 1564 | 2023-09-21T15:25:04.706Z | Compiling blowfish v0.9.1 |
| 1565 | 2023-09-21T15:25:04.730Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1566 | 2023-09-21T15:25:04.745Z | Compiling password-hash v0.4.2 |
| 1567 | 2023-09-21T15:25:04.763Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
| 1568 | 2023-09-21T15:25:04.771Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1569 | 2023-09-21T15:25:04.781Z | Compiling pbkdf2 v0.12.2 |
| 1570 | 2023-09-21T15:25:04.819Z | Compiling serde_arrays v0.1.0 |
| 1571 | 2023-09-21T15:25:05.544Z | Compiling fxhash v0.2.1 |
| 1572 | 2023-09-21T15:25:05.878Z | Compiling funty v2.0.0 |
| 1573 | 2023-09-21T15:25:07.882Z | Compiling bitvec v1.0.1 |
| 1574 | 2023-09-21T15:25:07.934Z | Compiling trust-dns-server v0.22.1 |
| 1575 | 2023-09-21T15:25:09.469Z | Compiling sled v0.34.7 |
| 1576 | 2023-09-21T15:25:09.616Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
| 1577 | 2023-09-21T15:25:09.720Z | Compiling bcrypt-pbkdf v0.10.0 |
| 1578 | 2023-09-21T15:25:10.438Z | Compiling pbkdf2 v0.11.0 |
| 1579 | 2023-09-21T15:25:11.250Z | Compiling russh-cryptovec v0.7.0 |
| 1580 | 2023-09-21T15:25:11.594Z | Compiling vsss-rs v3.3.1 |
| 1581 | 2023-09-21T15:25:11.717Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1582 | 2023-09-21T15:25:12.039Z | Compiling rand v0.7.3 |
| 1583 | 2023-09-21T15:25:12.396Z | Compiling slog-envlogger v2.2.0 |
| 1584 | 2023-09-21T15:25:15.387Z | Compiling ciborium v0.2.1 |
| 1585 | 2023-09-21T15:25:15.534Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1586 | 2023-09-21T15:25:16.026Z | Compiling ed25519-dalek v2.0.0 |
| 1587 | 2023-09-21T15:25:16.988Z | Compiling dirs v5.0.1 |
| 1588 | 2023-09-21T15:25:17.887Z | Compiling chacha20poly1305 v0.10.1 |
| 1589 | 2023-09-21T15:25:18.058Z | Compiling tungstenite v0.18.0 |
| 1590 | 2023-09-21T15:25:18.198Z | Compiling enum-iterator v1.4.1 |
| 1591 | 2023-09-21T15:25:19.014Z | Compiling const_format v0.2.31 |
| 1592 | 2023-09-21T15:25:19.431Z | Compiling ghash v0.5.0 |
| 1593 | 2023-09-21T15:25:21.488Z | Compiling pem v1.1.1 |
| 1594 | 2023-09-21T15:25:21.515Z | Compiling ron v0.7.1 |
| 1595 | 2023-09-21T15:25:22.660Z | Compiling cbc v0.1.2 |
| 1596 | 2023-09-21T15:25:23.026Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1597 | 2023-09-21T15:25:24.243Z | Compiling headers-core v0.2.0 |
| 1598 | 2023-09-21T15:25:24.525Z | Compiling tokio-stream v0.1.14 |
| 1599 | 2023-09-21T15:25:26.035Z | Compiling md5 v0.7.0 |
| 1600 | 2023-09-21T15:25:26.087Z | Compiling bit_field v0.10.2 |
| 1601 | 2023-09-21T15:25:26.168Z | Compiling pretty-hex v0.3.0 |
| 1602 | 2023-09-21T15:25:26.500Z | Compiling http-range v0.1.5 |
| 1603 | 2023-09-21T15:25:26.545Z | Compiling russh-keys v0.38.0 |
| 1604 | 2023-09-21T15:25:26.631Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1605 | 2023-09-21T15:25:27.103Z | Compiling hyper-staticfile v0.9.5 |
| 1606 | 2023-09-21T15:25:31.657Z | Compiling headers v0.3.9 |
| 1607 | 2023-09-21T15:25:32.244Z | Compiling rcgen v0.10.0 |
| 1608 | 2023-09-21T15:25:34.145Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1609 | 2023-09-21T15:25:36.058Z | Compiling tokio-tungstenite v0.18.0 |
| 1610 | 2023-09-21T15:25:36.433Z | Compiling aes-gcm v0.10.2 |
| 1611 | 2023-09-21T15:25:40.875Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1612 | 2023-09-21T15:25:41.281Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
| 1613 | 2023-09-21T15:25:48.370Z | Compiling camino-tempfile v1.0.2 |
| 1614 | 2023-09-21T15:25:48.858Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
| 1615 | 2023-09-21T15:25:50.522Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
| 1616 | 2023-09-21T15:25:51.681Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
| 1617 | 2023-09-21T15:25:53.296Z | Compiling subprocess v0.2.9 |
| 1618 | 2023-09-21T15:25:55.714Z | Compiling glob v0.3.1 |
| 1619 | 2023-09-21T15:25:55.741Z | Compiling hex-literal v0.4.1 |
| 1620 | 2023-09-21T15:25:56.171Z | Compiling russh v0.38.0 |
| 1621 | 2023-09-21T15:26:00.952Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1622 | 2023-09-21T15:26:09.403Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
| 1623 | 2023-09-21T15:26:41.578Z | Compiling git2 v0.17.2 |
| 1624 | 2023-09-21T15:26:48.612Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
| 1625 | 2023-09-21T15:26:50.462Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
| 1626 | 2023-09-21T15:27:07.788Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1627 | 2023-09-21T15:27:26.458Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
| 1628 | 2023-09-21T15:27:28.843Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1629 | 2023-09-21T15:28:06.486Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 1630 | 2023-09-21T15:29:32.476Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 18s |
| 1631 | 2023-09-21T15:29:32.818Z | |
| 1632 | 2023-09-21T15:29:32.821Z | real 10:18.873647889 |
| 1633 | 2023-09-21T15:29:32.825Z | user 57:45.192702978 |
| 1634 | 2023-09-21T15:29:32.827Z | sys 9:19.066396041 |
| 1635 | 2023-09-21T15:29:32.830Z | trap 2.270669023 |
| 1636 | 2023-09-21T15:29:32.833Z | tflt 2.611861699 |
| 1637 | 2023-09-21T15:29:32.836Z | dflt 6.715329825 |
| 1638 | 2023-09-21T15:29:32.839Z | kflt 0.028944832 |
| 1639 | 2023-09-21T15:29:32.841Z | lock 1:46:24.554101824 |
| 1640 | 2023-09-21T15:29:32.844Z | slp 2:46:47.978813408 |
| 1641 | 2023-09-21T15:29:32.847Z | lat 2:23.499459181 |
| 1642 | 2023-09-21T15:29:32.850Z | stop 5:39.578730766 |
| 1643 | 2023-09-21T15:29:32.853Z | + mkdir -p /work/end-to-end-tests |
| 1644 | 2023-09-21T15:29:32.855Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 1645 | 2023-09-21T15:29:33.504Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1646 | 2023-09-21T15:29:33.507Z | + ptime -m gzip |
| 1647 | 2023-09-21T15:29:33.510Z | ++ basename target/debug/bootstrap |
| 1648 | 2023-09-21T15:29:49.813Z | |
| 1649 | 2023-09-21T15:29:49.816Z | real 16.302529538 |
| 1650 | 2023-09-21T15:29:49.818Z | user 16.119895869 |
| 1651 | 2023-09-21T15:29:49.822Z | sys 0.166975200 |
| 1652 | 2023-09-21T15:29:49.825Z | trap 0.005697826 |
| 1653 | 2023-09-21T15:29:49.828Z | tflt 0.000000000 |
| 1654 | 2023-09-21T15:29:49.831Z | dflt 0.000000000 |
| 1655 | 2023-09-21T15:29:49.833Z | kflt 0.000000000 |
| 1656 | 2023-09-21T15:29:49.836Z | lock 0.000000000 |
| 1657 | 2023-09-21T15:29:49.839Z | slp 0.000000000 |
| 1658 | 2023-09-21T15:29:49.842Z | lat 0.009617992 |
| 1659 | 2023-09-21T15:29:49.846Z | stop 0.000227659 |
| 1660 | 2023-09-21T15:29:49.849Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1661 | 2023-09-21T15:29:49.851Z | + ptime -m gzip |
| 1662 | 2023-09-21T15:29:49.854Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1bfac08a7c9d25d4 |
| 1663 | 2023-09-21T15:29:50.902Z | |
| 1664 | 2023-09-21T15:29:50.904Z | real 1.079993424 |
| 1665 | 2023-09-21T15:29:50.907Z | user 1.068632003 |
| 1666 | 2023-09-21T15:29:50.910Z | sys 0.010674090 |
| 1667 | 2023-09-21T15:29:50.913Z | trap 0.000103514 |
| 1668 | 2023-09-21T15:29:50.916Z | tflt 0.000000000 |
| 1669 | 2023-09-21T15:29:50.918Z | dflt 0.000000000 |
| 1670 | 2023-09-21T15:29:50.921Z | kflt 0.000000000 |
| 1671 | 2023-09-21T15:29:50.924Z | lock 0.000000000 |
| 1672 | 2023-09-21T15:29:50.926Z | slp 0.000000000 |
| 1673 | 2023-09-21T15:29:50.929Z | lat 0.000168736 |
| 1674 | 2023-09-21T15:29:50.932Z | stop 0.000267167 |
| 1675 | 2023-09-21T15:29:50.935Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
| 1676 | 2023-09-21T15:29:50.938Z | + ptime -m gzip |
| 1677 | 2023-09-21T15:29:50.940Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-768880fca284458b |
| 1678 | 2023-09-21T15:30:09.412Z | |
| 1679 | 2023-09-21T15:30:09.416Z | real 18.503402707 |
| 1680 | 2023-09-21T15:30:09.419Z | user 18.302974588 |
| 1681 | 2023-09-21T15:30:09.422Z | sys 0.193367447 |
| 1682 | 2023-09-21T15:30:09.425Z | trap 0.004640618 |
| 1683 | 2023-09-21T15:30:09.428Z | tflt 0.000000000 |
| 1684 | 2023-09-21T15:30:09.430Z | dflt 0.000000000 |
| 1685 | 2023-09-21T15:30:09.436Z | kflt 0.000000000 |
| 1686 | 2023-09-21T15:30:09.439Z | lock 0.000000000 |
| 1687 | 2023-09-21T15:30:09.441Z | slp 0.000019447 |
| 1688 | 2023-09-21T15:30:09.444Z | lat 0.002015334 |
| 1689 | 2023-09-21T15:30:09.447Z | stop 0.000272056 |
| 1690 | 2023-09-21T15:30:09.449Z | + banner caboose-util |
| 1691 | 2023-09-21T15:30:09.452Z | |
| 1692 | 2023-09-21T15:30:09.455Z | #### ## ##### #### #### #### ###### # # ##### |
| 1693 | 2023-09-21T15:30:09.458Z | # # # # # # # # # # # # # # # |
| 1694 | 2023-09-21T15:30:09.460Z | # # # ##### # # # # #### ##### ##### # # # |
| 1695 | 2023-09-21T15:30:09.463Z | # ###### # # # # # # # # # # # |
| 1696 | 2023-09-21T15:30:09.467Z | # # # # # # # # # # # # # # # # |
| 1697 | 2023-09-21T15:30:09.471Z | #### # # ##### #### #### #### ###### #### # |
| 1698 | 2023-09-21T15:30:09.473Z | |
| 1699 | 2023-09-21T15:30:09.476Z | + ptime -m cargo build --locked -p caboose-util --release |
| 1700 | 2023-09-21T15:30:10.110Z | Downloading crates ... |
| 1701 | 2023-09-21T15:30:10.380Z | Downloaded io-lifetimes v1.0.11 |
| 1702 | 2023-09-21T15:30:10.388Z | Downloaded ron v0.8.1 |
| 1703 | 2023-09-21T15:30:10.404Z | Downloaded crc v3.0.1 |
| 1704 | 2023-09-21T15:30:10.411Z | Downloaded crc-catalog v2.2.0 |
| 1705 | 2023-09-21T15:30:10.420Z | Downloaded nodrop v0.1.14 |
| 1706 | 2023-09-21T15:30:10.423Z | Downloaded array-init v0.0.4 |
| 1707 | 2023-09-21T15:30:10.426Z | Downloaded smallvec v0.6.14 |
| 1708 | 2023-09-21T15:30:10.429Z | Downloaded serde-hex v0.1.0 |
| 1709 | 2023-09-21T15:30:10.432Z | Downloaded der_derive v0.7.2 |
| 1710 | 2023-09-21T15:30:10.435Z | Downloaded bitfield v0.14.0 |
| 1711 | 2023-09-21T15:30:10.438Z | Downloaded bzip2 v0.4.4 |
| 1712 | 2023-09-21T15:30:10.441Z | Downloaded packed_struct_codegen v0.10.1 |
| 1713 | 2023-09-21T15:30:10.445Z | Downloaded env_logger v0.10.0 |
| 1714 | 2023-09-21T15:30:10.448Z | Downloaded pem-rfc7468 v0.7.0 |
| 1715 | 2023-09-21T15:30:10.451Z | Downloaded crc-any v2.4.3 |
| 1716 | 2023-09-21T15:30:10.455Z | Downloaded rsa v0.9.2 |
| 1717 | 2023-09-21T15:30:10.459Z | Downloaded x509-cert v0.2.4 |
| 1718 | 2023-09-21T15:30:10.462Z | Downloaded num-bigint-dig v0.8.4 |
| 1719 | 2023-09-21T15:30:10.466Z | Downloaded pkcs1 v0.7.5 |
| 1720 | 2023-09-21T15:30:10.470Z | Downloaded zip v0.6.6 |
| 1721 | 2023-09-21T15:30:10.477Z | Downloaded terminal_size v0.2.6 |
| 1722 | 2023-09-21T15:30:10.487Z | Downloaded flagset v0.4.3 |
| 1723 | 2023-09-21T15:30:10.895Z | Downloaded object v0.30.4 |
| 1724 | 2023-09-21T15:30:10.903Z | Downloaded rustix v0.37.23 |
| 1725 | 2023-09-21T15:30:10.907Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1726 | 2023-09-21T15:30:10.910Z | Downloaded maybe-uninit v2.0.0 |
| 1727 | 2023-09-21T15:30:10.913Z | Downloaded packed_struct v0.10.1 |
| 1728 | 2023-09-21T15:30:10.915Z | Downloaded path-slash v0.1.5 |
| 1729 | 2023-09-21T15:30:10.918Z | Compiling proc-macro2 v1.0.66 |
| 1730 | 2023-09-21T15:30:10.921Z | Compiling unicode-ident v1.0.11 |
| 1731 | 2023-09-21T15:30:10.924Z | Compiling libc v0.2.147 |
| 1732 | 2023-09-21T15:30:10.927Z | Compiling serde v1.0.188 |
| 1733 | 2023-09-21T15:30:10.930Z | Compiling autocfg v1.1.0 |
| 1734 | 2023-09-21T15:30:10.933Z | Compiling version_check v0.9.4 |
| 1735 | 2023-09-21T15:30:10.935Z | Compiling cfg-if v1.0.0 |
| 1736 | 2023-09-21T15:30:10.938Z | Compiling const-oid v0.9.5 |
| 1737 | 2023-09-21T15:30:10.941Z | Compiling typenum v1.16.0 |
| 1738 | 2023-09-21T15:30:11.408Z | Compiling io-lifetimes v1.0.11 |
| 1739 | 2023-09-21T15:30:11.426Z | Compiling base64ct v1.6.0 |
| 1740 | 2023-09-21T15:30:11.730Z | Compiling generic-array v0.14.7 |
| 1741 | 2023-09-21T15:30:11.784Z | Compiling zeroize v1.6.0 |
| 1742 | 2023-09-21T15:30:12.633Z | Compiling libm v0.2.7 |
| 1743 | 2023-09-21T15:30:13.043Z | Compiling pem-rfc7468 v0.7.0 |
| 1744 | 2023-09-21T15:30:13.046Z | Compiling num-traits v0.2.16 |
| 1745 | 2023-09-21T15:30:13.064Z | Compiling quote v1.0.33 |
| 1746 | 2023-09-21T15:30:13.136Z | Compiling flagset v0.4.3 |
| 1747 | 2023-09-21T15:30:13.211Z | Compiling rustix v0.37.23 |
| 1748 | 2023-09-21T15:30:13.483Z | Compiling byteorder v1.4.3 |
| 1749 | 2023-09-21T15:30:14.000Z | Compiling syn v2.0.32 |
| 1750 | 2023-09-21T15:30:14.054Z | Compiling errno v0.3.2 |
| 1751 | 2023-09-21T15:30:14.120Z | Compiling getrandom v0.2.10 |
| 1752 | 2023-09-21T15:30:14.658Z | Compiling rand_core v0.6.4 |
| 1753 | 2023-09-21T15:30:15.216Z | Compiling num-integer v0.1.45 |
| 1754 | 2023-09-21T15:30:15.419Z | Compiling utf8parse v0.2.1 |
| 1755 | 2023-09-21T15:30:15.555Z | Compiling radium v0.7.0 |
| 1756 | 2023-09-21T15:30:15.568Z | Compiling bitflags v1.3.2 |
| 1757 | 2023-09-21T15:30:15.666Z | Compiling syn v1.0.109 |
| 1758 | 2023-09-21T15:30:15.719Z | Compiling anstyle-parse v0.2.1 |
| 1759 | 2023-09-21T15:30:16.186Z | Compiling cc v1.0.83 |
| 1760 | 2023-09-21T15:30:16.273Z | Compiling num-iter v0.1.43 |
| 1761 | 2023-09-21T15:30:16.675Z | Compiling rustix v0.38.9 |
| 1762 | 2023-09-21T15:30:17.500Z | Compiling crypto-common v0.1.6 |
| 1763 | 2023-09-21T15:30:17.513Z | Compiling block-buffer v0.10.4 |
| 1764 | 2023-09-21T15:30:17.532Z | Compiling colorchoice v1.0.0 |
| 1765 | 2023-09-21T15:30:17.771Z | Compiling pkg-config v0.3.27 |
| 1766 | 2023-09-21T15:30:17.782Z | Compiling tap v1.0.1 |
| 1767 | 2023-09-21T15:30:17.863Z | Compiling maybe-uninit v2.0.0 |
| 1768 | 2023-09-21T15:30:18.048Z | Compiling anstyle-query v1.0.0 |
| 1769 | 2023-09-21T15:30:18.245Z | Compiling anstyle v1.0.2 |
| 1770 | 2023-09-21T15:30:18.519Z | Compiling ppv-lite86 v0.2.17 |
| 1771 | 2023-09-21T15:30:18.655Z | Compiling wyz v0.5.1 |
| 1772 | 2023-09-21T15:30:19.207Z | Compiling anstream v0.5.0 |
| 1773 | 2023-09-21T15:30:19.247Z | Compiling digest v0.10.7 |
| 1774 | 2023-09-21T15:30:19.425Z | Compiling terminal_size v0.2.6 |
| 1775 | 2023-09-21T15:30:19.867Z | Compiling rand_chacha v0.3.1 |
| 1776 | 2023-09-21T15:30:20.409Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1777 | 2023-09-21T15:30:20.600Z | Compiling ahash v0.8.3 |
| 1778 | 2023-09-21T15:30:20.868Z | Compiling clap_lex v0.5.1 |
| 1779 | 2023-09-21T15:30:20.886Z | Compiling num-bigint-dig v0.8.4 |
| 1780 | 2023-09-21T15:30:21.025Z | Compiling spin v0.5.2 |
| 1781 | 2023-09-21T15:30:21.065Z | Compiling packed_struct v0.10.1 |
| 1782 | 2023-09-21T15:30:21.324Z | Compiling heck v0.4.1 |
| 1783 | 2023-09-21T15:30:21.417Z | Compiling strsim v0.10.0 |
| 1784 | 2023-09-21T15:30:21.619Z | Compiling funty v2.0.0 |
| 1785 | 2023-09-21T15:30:21.706Z | Compiling crc32fast v1.3.2 |
| 1786 | 2023-09-21T15:30:21.831Z | Compiling clap_builder v4.4.2 |
| 1787 | 2023-09-21T15:30:22.002Z | Compiling lazy_static v1.4.0 |
| 1788 | 2023-09-21T15:30:22.414Z | Compiling rand v0.8.5 |
| 1789 | 2023-09-21T15:30:22.646Z | Compiling indexmap v1.9.3 |
| 1790 | 2023-09-21T15:30:23.037Z | Compiling smallvec v1.11.0 |
| 1791 | 2023-09-21T15:30:23.797Z | Compiling bitvec v1.0.1 |
| 1792 | 2023-09-21T15:30:24.502Z | Compiling nodrop v0.1.14 |
| 1793 | 2023-09-21T15:30:24.676Z | Compiling thiserror v1.0.48 |
| 1794 | 2023-09-21T15:30:24.788Z | Compiling once_cell v1.18.0 |
| 1795 | 2023-09-21T15:30:25.231Z | Compiling crc-catalog v2.2.0 |
| 1796 | 2023-09-21T15:30:25.337Z | Compiling cpufeatures v0.2.9 |
| 1797 | 2023-09-21T15:30:25.441Z | Compiling hashbrown v0.14.0 |
| 1798 | 2023-09-21T15:30:25.474Z | Compiling equivalent v1.0.1 |
| 1799 | 2023-09-21T15:30:25.624Z | Compiling sha2 v0.10.7 |
| 1800 | 2023-09-21T15:30:26.519Z | Compiling crc v3.0.1 |
| 1801 | 2023-09-21T15:30:27.648Z | Compiling indexmap v2.0.0 |
| 1802 | 2023-09-21T15:30:28.900Z | Compiling array-init v0.0.4 |
| 1803 | 2023-09-21T15:30:29.924Z | Compiling smallvec v0.6.14 |
| 1804 | 2023-09-21T15:30:31.021Z | Compiling signature v2.1.0 |
| 1805 | 2023-09-21T15:30:31.058Z | Compiling subtle v2.5.0 |
| 1806 | 2023-09-21T15:30:31.335Z | Compiling bitfield v0.14.0 |
| 1807 | 2023-09-21T15:30:31.410Z | Compiling base64 v0.21.4 |
| 1808 | 2023-09-21T15:30:31.501Z | Compiling log v0.4.20 |
| 1809 | 2023-09-21T15:30:31.504Z | Compiling hashbrown v0.12.3 |
| 1810 | 2023-09-21T15:30:31.815Z | Compiling termcolor v1.2.0 |
| 1811 | 2023-09-21T15:30:31.878Z | Compiling winnow v0.5.15 |
| 1812 | 2023-09-21T15:30:32.491Z | Compiling bzip2 v0.4.4 |
| 1813 | 2023-09-21T15:30:33.219Z | Compiling hashbrown v0.13.2 |
| 1814 | 2023-09-21T15:30:33.418Z | Compiling crc-any v2.4.3 |
| 1815 | 2023-09-21T15:30:33.991Z | Compiling memchr v2.6.3 |
| 1816 | 2023-09-21T15:30:35.061Z | Compiling serde_derive v1.0.188 |
| 1817 | 2023-09-21T15:30:35.086Z | Compiling der_derive v0.7.2 |
| 1818 | 2023-09-21T15:30:35.304Z | Compiling zerocopy-derive v0.6.3 |
| 1819 | 2023-09-21T15:30:35.356Z | Compiling clap_derive v4.4.2 |
| 1820 | 2023-09-21T15:30:36.267Z | Compiling packed_struct_codegen v0.10.1 |
| 1821 | 2023-09-21T15:30:38.518Z | Compiling zerocopy v0.6.3 |
| 1822 | 2023-09-21T15:30:39.390Z | Compiling der v0.7.8 |
| 1823 | 2023-09-21T15:30:39.402Z | Compiling thiserror-impl v1.0.48 |
| 1824 | 2023-09-21T15:30:39.802Z | Compiling anyhow v1.0.75 |
| 1825 | 2023-09-21T15:30:40.039Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1826 | 2023-09-21T15:30:40.522Z | Compiling hex v0.4.3 |
| 1827 | 2023-09-21T15:30:40.582Z | Compiling object v0.30.4 |
| 1828 | 2023-09-21T15:30:41.133Z | Compiling zip v0.6.6 |
| 1829 | 2023-09-21T15:30:41.708Z | Compiling path-slash v0.1.5 |
| 1830 | 2023-09-21T15:30:43.273Z | Compiling spki v0.7.2 |
| 1831 | 2023-09-21T15:30:43.674Z | Compiling clap v4.4.2 |
| 1832 | 2023-09-21T15:30:43.828Z | Compiling pkcs8 v0.10.2 |
| 1833 | 2023-09-21T15:30:44.157Z | Compiling x509-cert v0.2.4 |
| 1834 | 2023-09-21T15:30:44.518Z | Compiling pkcs1 v0.7.5 |
| 1835 | 2023-09-21T15:30:57.926Z | Compiling bitflags v2.4.0 |
| 1836 | 2023-09-21T15:30:57.929Z | Compiling serde_spanned v0.6.3 |
| 1837 | 2023-09-21T15:30:57.931Z | Compiling toml_datetime v0.6.3 |
| 1838 | 2023-09-21T15:30:57.934Z | Compiling serde-hex v0.1.0 |
| 1839 | 2023-09-21T15:30:58.346Z | Compiling toml_edit v0.19.15 |
| 1840 | 2023-09-21T15:30:58.861Z | Compiling ron v0.8.1 |
| 1841 | 2023-09-21T15:31:00.908Z | Compiling is-terminal v0.4.9 |
| 1842 | 2023-09-21T15:31:00.915Z | Compiling env_logger v0.10.0 |
| 1843 | 2023-09-21T15:31:01.714Z | Compiling rsa v0.9.2 |
| 1844 | 2023-09-21T15:31:01.991Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 1845 | 2023-09-21T15:31:05.082Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
| 1846 | 2023-09-21T15:31:05.376Z | Compiling toml v0.7.6 |
| 1847 | 2023-09-21T15:31:22.705Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
| 1848 | 2023-09-21T15:31:24.788Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
| 1849 | 2023-09-21T15:31:52.713Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
| 1850 | 2023-09-21T15:31:52.722Z | Finished release [optimized] target(s) in 1m 42s |
| 1851 | 2023-09-21T15:31:52.731Z | |
| 1852 | 2023-09-21T15:31:52.735Z | real 1:43.029018725 |
| 1853 | 2023-09-21T15:31:52.741Z | user 9:03.008813135 |
| 1854 | 2023-09-21T15:31:52.749Z | sys 48.381320111 |
| 1855 | 2023-09-21T15:31:52.755Z | trap 0.358007426 |
| 1856 | 2023-09-21T15:31:52.772Z | tflt 0.298366396 |
| 1857 | 2023-09-21T15:31:52.784Z | dflt 0.705229727 |
| 1858 | 2023-09-21T15:31:52.796Z | kflt 0.000227718 |
| 1859 | 2023-09-21T15:31:52.802Z | lock 16:22.568934634 |
| 1860 | 2023-09-21T15:31:52.806Z | slp 20:33.296899731 |
| 1861 | 2023-09-21T15:31:52.809Z | lat 19.211786342 |
| 1862 | 2023-09-21T15:31:52.812Z | stop 14.810293668 |
| 1863 | 2023-09-21T15:31:52.815Z | + ptime -m gzip |
| 1864 | 2023-09-21T15:31:53.069Z | |
| 1865 | 2023-09-21T15:31:53.072Z | real 0.601879672 |
| 1866 | 2023-09-21T15:31:53.075Z | user 0.593341520 |
| 1867 | 2023-09-21T15:31:53.078Z | sys 0.007934720 |
| 1868 | 2023-09-21T15:31:53.084Z | trap 0.000078700 |
| 1869 | 2023-09-21T15:31:53.096Z | tflt 0.000000000 |
| 1870 | 2023-09-21T15:31:53.099Z | dflt 0.000000000 |
| 1871 | 2023-09-21T15:31:53.102Z | kflt 0.000000000 |
| 1872 | 2023-09-21T15:31:53.105Z | lock 0.000000000 |
| 1873 | 2023-09-21T15:31:53.108Z | slp 0.000000000 |
| 1874 | 2023-09-21T15:31:53.111Z | lat 0.000196421 |
| 1875 | 2023-09-21T15:31:53.114Z | stop 0.000225760 |
| 1876 | 2023-09-21T15:31:53.117Z | + banner tufaceous |
| 1877 | 2023-09-21T15:31:53.120Z | |
| 1878 | 2023-09-21T15:31:53.123Z | ##### # # ###### ## #### ###### #### # # #### |
| 1879 | 2023-09-21T15:31:53.126Z | # # # # # # # # # # # # # # |
| 1880 | 2023-09-21T15:31:53.129Z | # # # ##### # # # ##### # # # # #### |
| 1881 | 2023-09-21T15:31:53.132Z | # # # # ###### # # # # # # # |
| 1882 | 2023-09-21T15:31:53.134Z | # # # # # # # # # # # # # # # |
| 1883 | 2023-09-21T15:31:53.137Z | # #### # # # #### ###### #### #### #### |
| 1884 | 2023-09-21T15:31:53.140Z | |
| 1885 | 2023-09-21T15:31:53.143Z | + ptime -m cargo build --locked -p tufaceous --release |
| 1886 | 2023-09-21T15:31:53.732Z | Downloading crates ... |
| 1887 | 2023-09-21T15:31:54.004Z | Downloaded bytesize v1.3.0 |
| 1888 | 2023-09-21T15:31:54.011Z | Downloaded snafu v0.7.5 |
| 1889 | 2023-09-21T15:31:54.023Z | Downloaded path-dedot v3.1.0 |
| 1890 | 2023-09-21T15:31:54.026Z | Downloaded snafu-derive v0.7.5 |
| 1891 | 2023-09-21T15:31:54.028Z | Downloaded olpc-cjson v0.1.3 |
| 1892 | 2023-09-21T15:31:54.031Z | Downloaded globset v0.4.13 |
| 1893 | 2023-09-21T15:31:54.037Z | Downloaded doc-comment v0.3.3 |
| 1894 | 2023-09-21T15:31:54.045Z | Downloaded console v0.15.7 |
| 1895 | 2023-09-21T15:31:54.048Z | Downloaded tough v0.12.5 |
| 1896 | 2023-09-21T15:31:54.057Z | Downloaded bstr v1.6.0 |
| 1897 | 2023-09-21T15:31:54.075Z | Downloaded fs-err v2.9.0 |
| 1898 | 2023-09-21T15:31:54.078Z | Downloaded buf-list v1.0.3 |
| 1899 | 2023-09-21T15:31:54.084Z | Downloaded serde_plain v1.0.2 |
| 1900 | 2023-09-21T15:31:54.087Z | Downloaded path-absolutize v3.1.0 |
| 1901 | 2023-09-21T15:31:54.192Z | Compiling syn v1.0.109 |
| 1902 | 2023-09-21T15:31:54.199Z | Compiling once_cell v1.18.0 |
| 1903 | 2023-09-21T15:31:54.203Z | Compiling libc v0.2.147 |
| 1904 | 2023-09-21T15:31:54.206Z | Compiling serde_json v1.0.106 |
| 1905 | 2023-09-21T15:31:54.211Z | Compiling memchr v2.6.3 |
| 1906 | 2023-09-21T15:31:54.215Z | Compiling itoa v1.0.9 |
| 1907 | 2023-09-21T15:31:54.221Z | Compiling syn v2.0.32 |
| 1908 | 2023-09-21T15:31:54.799Z | Compiling serde v1.0.188 |
| 1909 | 2023-09-21T15:31:54.901Z | Compiling thiserror v1.0.48 |
| 1910 | 2023-09-21T15:31:54.914Z | Compiling pin-project-lite v0.2.13 |
| 1911 | 2023-09-21T15:31:55.065Z | Compiling bytes v1.5.0 |
| 1912 | 2023-09-21T15:31:55.359Z | Compiling futures-core v0.3.28 |
| 1913 | 2023-09-21T15:31:55.505Z | Compiling ryu v1.0.15 |
| 1914 | 2023-09-21T15:31:56.186Z | Compiling cc v1.0.83 |
| 1915 | 2023-09-21T15:31:56.305Z | Compiling lock_api v0.4.10 |
| 1916 | 2023-09-21T15:31:56.700Z | Compiling parking_lot_core v0.9.8 |
| 1917 | 2023-09-21T15:31:57.367Z | Compiling scopeguard v1.2.0 |
| 1918 | 2023-09-21T15:31:57.938Z | Compiling schemars v0.8.13 |
| 1919 | 2023-09-21T15:31:58.333Z | Compiling parking_lot v0.12.1 |
| 1920 | 2023-09-21T15:31:58.379Z | Compiling num_cpus v1.16.0 |
| 1921 | 2023-09-21T15:31:58.542Z | Compiling socket2 v0.5.3 |
| 1922 | 2023-09-21T15:31:58.929Z | Compiling mio v0.8.8 |
| 1923 | 2023-09-21T15:31:59.531Z | Compiling signal-hook-registry v1.4.1 |
| 1924 | 2023-09-21T15:31:59.585Z | Compiling slab v0.4.9 |
| 1925 | 2023-09-21T15:32:00.013Z | Compiling futures-sink v0.3.28 |
| 1926 | 2023-09-21T15:32:00.442Z | Compiling futures-task v0.3.28 |
| 1927 | 2023-09-21T15:32:00.935Z | Compiling futures-channel v0.3.28 |
| 1928 | 2023-09-21T15:32:01.470Z | Compiling ring v0.16.20 |
| 1929 | 2023-09-21T15:32:01.740Z | Compiling futures-util v0.3.28 |
| 1930 | 2023-09-21T15:32:02.215Z | Compiling tinyvec_macros v0.1.1 |
| 1931 | 2023-09-21T15:32:02.228Z | Compiling digest v0.10.7 |
| 1932 | 2023-09-21T15:32:02.308Z | Compiling tinyvec v1.6.0 |
| 1933 | 2023-09-21T15:32:02.931Z | Compiling num-traits v0.2.16 |
| 1934 | 2023-09-21T15:32:02.943Z | Compiling pin-utils v0.1.0 |
| 1935 | 2023-09-21T15:32:02.985Z | Compiling unicode-xid v0.2.4 |
| 1936 | 2023-09-21T15:32:03.068Z | Compiling ucd-trie v0.1.6 |
| 1937 | 2023-09-21T15:32:03.223Z | Compiling futures-io v0.3.28 |
| 1938 | 2023-09-21T15:32:03.329Z | Compiling fnv v1.0.7 |
| 1939 | 2023-09-21T15:32:03.582Z | Compiling ahash v0.8.3 |
| 1940 | 2023-09-21T15:32:03.734Z | Compiling tracing-core v0.1.31 |
| 1941 | 2023-09-21T15:32:03.753Z | Compiling proc-macro2 v1.0.66 |
| 1942 | 2023-09-21T15:32:03.833Z | Compiling iana-time-zone v0.1.57 |
| 1943 | 2023-09-21T15:32:03.844Z | Compiling untrusted v0.7.1 |
| 1944 | 2023-09-21T15:32:04.182Z | Compiling unicode-ident v1.0.11 |
| 1945 | 2023-09-21T15:32:04.482Z | Compiling cfg-if v1.0.0 |
| 1946 | 2023-09-21T15:32:04.940Z | Compiling tracing v0.1.37 |
| 1947 | 2023-09-21T15:32:05.127Z | Compiling unicode-normalization v0.1.22 |
| 1948 | 2023-09-21T15:32:06.131Z | Compiling serde_derive_internals v0.26.0 |
| 1949 | 2023-09-21T15:32:07.442Z | Compiling synstructure v0.12.6 |
| 1950 | 2023-09-21T15:32:07.759Z | Compiling http v0.2.9 |
| 1951 | 2023-09-21T15:32:08.331Z | Compiling unicode-bidi v0.3.13 |
| 1952 | 2023-09-21T15:32:10.065Z | Compiling ppv-lite86 v0.2.17 |
| 1953 | 2023-09-21T15:32:10.230Z | Compiling slog v2.7.0 |
| 1954 | 2023-09-21T15:32:10.961Z | Compiling chrono v0.4.30 |
| 1955 | 2023-09-21T15:32:11.468Z | Compiling rand_chacha v0.3.1 |
| 1956 | 2023-09-21T15:32:13.980Z | Compiling quote v1.0.33 |
| 1957 | 2023-09-21T15:32:14.235Z | Compiling hashbrown v0.13.2 |
| 1958 | 2023-09-21T15:32:14.455Z | Compiling percent-encoding v2.3.0 |
| 1959 | 2023-09-21T15:32:14.720Z | Compiling httparse v1.8.0 |
| 1960 | 2023-09-21T15:32:15.274Z | Compiling dyn-clone v1.0.13 |
| 1961 | 2023-09-21T15:32:15.312Z | Compiling uuid v1.4.1 |
| 1962 | 2023-09-21T15:32:15.482Z | Compiling serde_derive v1.0.188 |
| 1963 | 2023-09-21T15:32:15.561Z | Compiling thiserror-impl v1.0.48 |
| 1964 | 2023-09-21T15:32:16.217Z | Compiling tokio-macros v2.1.0 |
| 1965 | 2023-09-21T15:32:16.247Z | Compiling futures-macro v0.3.28 |
| 1966 | 2023-09-21T15:32:16.250Z | Compiling schemars_derive v0.8.13 |
| 1967 | 2023-09-21T15:32:16.506Z | Compiling zerocopy-derive v0.2.0 |
| 1968 | 2023-09-21T15:32:17.120Z | Compiling rustls v0.21.7 |
| 1969 | 2023-09-21T15:32:17.715Z | Compiling regress v0.7.1 |
| 1970 | 2023-09-21T15:32:18.629Z | Compiling tokio v1.32.0 |
| 1971 | 2023-09-21T15:32:19.291Z | Compiling sct v0.7.0 |
| 1972 | 2023-09-21T15:32:20.132Z | Compiling rustls-webpki v0.101.4 |
| 1973 | 2023-09-21T15:32:20.631Z | Compiling pest v2.7.2 |
| 1974 | 2023-09-21T15:32:22.053Z | Compiling rand v0.8.5 |
| 1975 | 2023-09-21T15:32:25.621Z | Compiling pest_meta v2.7.2 |
| 1976 | 2023-09-21T15:32:25.923Z | Compiling aho-corasick v1.0.4 |
| 1977 | 2023-09-21T15:32:26.159Z | Compiling usdt-impl v0.3.5 |
| 1978 | 2023-09-21T15:32:26.621Z | Compiling regex-syntax v0.7.5 |
| 1979 | 2023-09-21T15:32:27.617Z | Compiling try-lock v0.2.4 |
| 1980 | 2023-09-21T15:32:27.837Z | Compiling pest_generator v2.7.2 |
| 1981 | 2023-09-21T15:32:28.299Z | Compiling log v0.4.20 |
| 1982 | 2023-09-21T15:32:31.014Z | Compiling rustix v0.38.9 |
| 1983 | 2023-09-21T15:32:31.435Z | Compiling want v0.3.1 |
| 1984 | 2023-09-21T15:32:31.950Z | Compiling tokio-util v0.7.8 |
| 1985 | 2023-09-21T15:32:32.763Z | Compiling pest_derive v2.7.2 |
| 1986 | 2023-09-21T15:32:33.834Z | Compiling h2 v0.3.21 |
| 1987 | 2023-09-21T15:32:34.341Z | Compiling regex-automata v0.3.8 |
| 1988 | 2023-09-21T15:32:48.347Z | Compiling serde_tokenstream v0.2.0 |
| 1989 | 2023-09-21T15:32:50.974Z | Compiling bitflags v2.4.0 |
| 1990 | 2023-09-21T15:32:51.973Z | Compiling indexmap v2.0.0 |
| 1991 | 2023-09-21T15:32:54.409Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
| 1992 | 2023-09-21T15:32:57.275Z | Compiling der_derive v0.7.2 |
| 1993 | 2023-09-21T15:33:02.407Z | Compiling form_urlencoded v1.2.0 |
| 1994 | 2023-09-21T15:33:02.435Z | Compiling http-body v0.4.5 |
| 1995 | 2023-09-21T15:33:02.450Z | Compiling socket2 v0.4.9 |
| 1996 | 2023-09-21T15:33:02.471Z | Compiling tower-service v0.3.2 |
| 1997 | 2023-09-21T15:33:03.172Z | Compiling httpdate v1.0.3 |
| 1998 | 2023-09-21T15:33:03.617Z | Compiling time-core v0.1.1 |
| 1999 | 2023-09-21T15:33:03.900Z | Compiling byteorder v1.4.3 |
| 2000 | 2023-09-21T15:33:04.470Z | Compiling time-macros v0.2.13 |
| 2001 | 2023-09-21T15:33:04.727Z | Compiling zerocopy v0.3.0 |
| 2002 | 2023-09-21T15:33:06.008Z | Compiling der v0.7.8 |
| 2003 | 2023-09-21T15:33:07.113Z | Compiling hyper v0.14.27 |
| 2004 | 2023-09-21T15:33:13.411Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
| 2005 | 2023-09-21T15:33:20.448Z | Compiling tokio-rustls v0.24.1 |
| 2006 | 2023-09-21T15:33:20.682Z | Compiling regex v1.9.5 |
| 2007 | 2023-09-21T15:33:21.066Z | Compiling sha2 v0.10.7 |
| 2008 | 2023-09-21T15:33:21.231Z | Compiling hashbrown v0.14.0 |
| 2009 | 2023-09-21T15:33:23.195Z | Compiling adler v1.0.2 |
| 2010 | 2023-09-21T15:33:23.681Z | Compiling equivalent v1.0.1 |
| 2011 | 2023-09-21T15:33:23.833Z | Compiling crossbeam-utils v0.8.16 |
| 2012 | 2023-09-21T15:33:24.239Z | Compiling deranged v0.3.8 |
| 2013 | 2023-09-21T15:33:24.804Z | Compiling num_threads v0.1.6 |
| 2014 | 2023-09-21T15:33:24.993Z | Compiling miniz_oxide v0.7.1 |
| 2015 | 2023-09-21T15:33:27.042Z | Compiling spki v0.7.2 |
| 2016 | 2023-09-21T15:33:27.360Z | Compiling dof v0.1.5 |
| 2017 | 2023-09-21T15:33:27.757Z | Compiling serde_urlencoded v0.7.1 |
| 2018 | 2023-09-21T15:33:27.885Z | Compiling time v0.3.27 |
| 2019 | 2023-09-21T15:33:27.973Z | Compiling dtrace-parser v0.1.14 |
| 2020 | 2023-09-21T15:33:28.739Z | Compiling idna v0.4.0 |
| 2021 | 2023-09-21T15:33:28.938Z | Compiling rustls-pemfile v1.0.3 |
| 2022 | 2023-09-21T15:33:30.030Z | Compiling thread-id v4.2.0 |
| 2023 | 2023-09-21T15:33:30.105Z | Compiling dirs-sys-next v0.1.2 |
| 2024 | 2023-09-21T15:33:30.186Z | Compiling strsim v0.10.0 |
| 2025 | 2023-09-21T15:33:31.245Z | Compiling ident_case v1.0.1 |
| 2026 | 2023-09-21T15:33:31.508Z | Compiling darling_core v0.20.3 |
| 2027 | 2023-09-21T15:33:31.979Z | Compiling dirs-next v2.0.0 |
| 2028 | 2023-09-21T15:33:32.358Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2029 | 2023-09-21T15:33:32.960Z | Compiling url v2.4.1 |
| 2030 | 2023-09-21T15:33:36.105Z | Compiling hyper-rustls v0.24.1 |
| 2031 | 2023-09-21T15:33:36.504Z | Compiling serde_tokenstream v0.1.7 |
| 2032 | 2023-09-21T15:33:36.701Z | Compiling serde_spanned v0.6.3 |
| 2033 | 2023-09-21T15:33:37.144Z | Compiling toml_datetime v0.6.3 |
| 2034 | 2023-09-21T15:33:37.364Z | Compiling hex v0.4.3 |
| 2035 | 2023-09-21T15:33:38.424Z | Compiling zerocopy-derive v0.6.3 |
| 2036 | 2023-09-21T15:33:39.395Z | Compiling thread_local v1.1.7 |
| 2037 | 2023-09-21T15:33:40.769Z | Compiling encoding_rs v0.8.33 |
| 2038 | 2023-09-21T15:33:40.960Z | Compiling slog-async v2.8.0 |
| 2039 | 2023-09-21T15:33:41.661Z | Compiling webpki-roots v0.25.2 |
| 2040 | 2023-09-21T15:33:41.691Z | Compiling async-trait v0.1.73 |
| 2041 | 2023-09-21T15:33:41.925Z | Compiling camino v1.1.6 |
| 2042 | 2023-09-21T15:33:42.740Z | Compiling unicode-width v0.1.10 |
| 2043 | 2023-09-21T15:33:42.926Z | Compiling ipnet v2.8.0 |
| 2044 | 2023-09-21T15:33:42.979Z | Compiling mime v0.3.17 |
| 2045 | 2023-09-21T15:33:43.207Z | Compiling rustversion v1.0.14 |
| 2046 | 2023-09-21T15:33:44.083Z | Compiling heck v0.4.1 |
| 2047 | 2023-09-21T15:33:44.280Z | Compiling clap_builder v4.4.2 |
| 2048 | 2023-09-21T15:33:45.209Z | Compiling reqwest v0.11.20 |
| 2049 | 2023-09-21T15:33:47.599Z | Compiling getopts v0.2.21 |
| 2050 | 2023-09-21T15:33:49.002Z | Compiling toml_edit v0.19.15 |
| 2051 | 2023-09-21T15:33:49.266Z | Compiling zerocopy v0.6.3 |
| 2052 | 2023-09-21T15:33:50.903Z | Compiling darling_macro v0.20.3 |
| 2053 | 2023-09-21T15:33:55.059Z | Compiling crossbeam-channel v0.5.8 |
| 2054 | 2023-09-21T15:34:02.816Z | Compiling term v0.7.0 |
| 2055 | 2023-09-21T15:34:06.699Z | Compiling pkcs8 v0.10.2 |
| 2056 | 2023-09-21T15:34:09.791Z | Compiling openapiv3 v1.0.3 |
| 2057 | 2023-09-21T15:34:11.345Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#6cd9a716) |
| 2058 | 2023-09-21T15:34:18.186Z | Compiling packed_struct_codegen v0.10.1 |
| 2059 | 2023-09-21T15:34:22.645Z | Compiling structmeta-derive v0.1.6 |
| 2060 | 2023-09-21T15:34:26.839Z | Compiling clap_derive v4.4.2 |
| 2061 | 2023-09-21T15:34:27.090Z | Compiling stringprep v0.1.3 |
| 2062 | 2023-09-21T15:34:31.399Z | Compiling hmac v0.12.1 |
| 2063 | 2023-09-21T15:34:31.738Z | Compiling md-5 v0.10.5 |
| 2064 | 2023-09-21T15:34:31.987Z | Compiling backtrace v0.3.69 |
| 2065 | 2023-09-21T15:34:32.119Z | Compiling atty v0.2.14 |
| 2066 | 2023-09-21T15:34:32.504Z | Compiling doc-comment v0.3.3 |
| 2067 | 2023-09-21T15:34:32.821Z | Compiling siphasher v0.3.11 |
| 2068 | 2023-09-21T15:34:32.908Z | Compiling take_mut v0.2.2 |
| 2069 | 2023-09-21T15:34:33.154Z | Compiling gimli v0.28.0 |
| 2070 | 2023-09-21T15:34:33.239Z | Compiling match_cfg v0.1.0 |
| 2071 | 2023-09-21T15:34:33.378Z | Compiling unsafe-libyaml v0.2.9 |
| 2072 | 2023-09-21T15:34:33.640Z | Compiling paste v1.0.14 |
| 2073 | 2023-09-21T15:34:34.269Z | Compiling fallible-iterator v0.2.0 |
| 2074 | 2023-09-21T15:34:34.764Z | Compiling clap v4.4.2 |
| 2075 | 2023-09-21T15:34:35.012Z | Compiling hostname v0.3.1 |
| 2076 | 2023-09-21T15:34:35.390Z | Compiling phf_shared v0.11.2 |
| 2077 | 2023-09-21T15:34:35.576Z | Compiling postgres-protocol v0.6.6 |
| 2078 | 2023-09-21T15:34:36.177Z | Compiling serde_yaml v0.9.25 |
| 2079 | 2023-09-21T15:34:42.715Z | Compiling addr2line v0.21.0 |
| 2080 | 2023-09-21T15:34:44.041Z | Compiling slog-term v2.9.0 |
| 2081 | 2023-09-21T15:34:44.447Z | Compiling structmeta v0.1.6 |
| 2082 | 2023-09-21T15:34:45.081Z | Compiling packed_struct v0.10.1 |
| 2083 | 2023-09-21T15:34:45.442Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
| 2084 | 2023-09-21T15:34:49.025Z | Compiling pkcs1 v0.7.5 |
| 2085 | 2023-09-21T15:34:53.214Z | Compiling num-bigint-dig v0.8.4 |
| 2086 | 2023-09-21T15:34:55.408Z | Compiling toml v0.7.6 |
| 2087 | 2023-09-21T15:34:56.667Z | Compiling darling v0.20.3 |
| 2088 | 2023-09-21T15:35:02.133Z | Compiling usdt-attr-macro v0.3.5 |
| 2089 | 2023-09-21T15:35:02.994Z | Compiling usdt-macro v0.3.5 |
| 2090 | 2023-09-21T15:35:03.301Z | Compiling slog-json v2.6.1 |
| 2091 | 2023-09-21T15:35:04.154Z | Compiling is-terminal v0.4.9 |
| 2092 | 2023-09-21T15:35:04.281Z | Compiling futures-executor v0.3.28 |
| 2093 | 2023-09-21T15:35:04.349Z | Compiling async-stream-impl v0.3.5 |
| 2094 | 2023-09-21T15:35:04.689Z | Compiling signature v2.1.0 |
| 2095 | 2023-09-21T15:35:04.835Z | Compiling object v0.32.1 |
| 2096 | 2023-09-21T15:35:05.048Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
| 2097 | 2023-09-21T15:35:05.463Z | Compiling fastrand v2.0.0 |
| 2098 | 2023-09-21T15:35:06.307Z | Compiling regex-syntax v0.6.29 |
| 2099 | 2023-09-21T15:35:06.417Z | Compiling anyhow v1.0.75 |
| 2100 | 2023-09-21T15:35:06.693Z | Compiling semver v1.0.18 |
| 2101 | 2023-09-21T15:35:07.125Z | Compiling rustc-demangle v0.1.23 |
| 2102 | 2023-09-21T15:35:07.340Z | Compiling atomic-waker v1.1.1 |
| 2103 | 2023-09-21T15:35:07.631Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
| 2104 | 2023-09-21T15:35:09.268Z | Compiling waitgroup v0.1.2 |
| 2105 | 2023-09-21T15:35:10.274Z | Compiling env_logger v0.10.0 |
| 2106 | 2023-09-21T15:35:11.555Z | Compiling async-stream v0.3.5 |
| 2107 | 2023-09-21T15:35:12.182Z | Compiling tempfile v3.8.0 |
| 2108 | 2023-09-21T15:35:14.230Z | Compiling rsa v0.9.2 |
| 2109 | 2023-09-21T15:35:15.589Z | Compiling usdt v0.3.5 |
| 2110 | 2023-09-21T15:35:16.182Z | Compiling parse-display-derive v0.7.0 |
| 2111 | 2023-09-21T15:35:16.373Z | Compiling futures v0.3.28 |
| 2112 | 2023-09-21T15:35:16.541Z | Compiling slog-bunyan v2.4.0 |
| 2113 | 2023-09-21T15:35:16.825Z | Compiling strum_macros v0.25.2 |
| 2114 | 2023-09-21T15:35:20.490Z | Compiling serde_with_macros v2.3.3 |
| 2115 | 2023-09-21T15:35:25.279Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
| 2116 | 2023-09-21T15:35:25.403Z | Compiling serde-hex v0.1.0 |
| 2117 | 2023-09-21T15:35:25.486Z | Compiling bzip2 v0.4.4 |
| 2118 | 2023-09-21T15:35:25.507Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2119 | 2023-09-21T15:35:25.519Z | Compiling postgres-types v0.2.6 |
| 2120 | 2023-09-21T15:35:25.522Z | Compiling phf v0.11.2 |
| 2121 | 2023-09-21T15:35:27.212Z | Compiling flate2 v1.0.27 |
| 2122 | 2023-09-21T15:35:28.689Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
| 2123 | 2023-09-21T15:35:29.537Z | Compiling x509-cert v0.2.4 |
| 2124 | 2023-09-21T15:35:31.081Z | Compiling ron v0.8.1 |
| 2125 | 2023-09-21T15:35:32.070Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#99cea069) |
| 2126 | 2023-09-21T15:35:35.336Z | Compiling serde_path_to_error v0.1.14 |
| 2127 | 2023-09-21T15:35:35.871Z | Compiling snafu-derive v0.7.5 |
| 2128 | 2023-09-21T15:35:37.085Z | Compiling sha1 v0.10.5 |
| 2129 | 2023-09-21T15:35:38.533Z | Compiling bstr v1.6.0 |
| 2130 | 2023-09-21T15:35:41.456Z | Compiling path-dedot v3.1.0 |
| 2131 | 2023-09-21T15:35:41.830Z | Compiling instant v0.1.12 |
| 2132 | 2023-09-21T15:35:42.040Z | Compiling debug-ignore v1.0.5 |
| 2133 | 2023-09-21T15:35:42.060Z | Compiling base64 v0.13.1 |
| 2134 | 2023-09-21T15:35:42.258Z | Compiling buf-list v1.0.3 |
| 2135 | 2023-09-21T15:35:43.045Z | Compiling arc-swap v1.6.0 |
| 2136 | 2023-09-21T15:35:43.514Z | Compiling whoami v1.4.1 |
| 2137 | 2023-09-21T15:35:44.211Z | Compiling same-file v1.0.6 |
| 2138 | 2023-09-21T15:35:44.314Z | Compiling snafu v0.7.5 |
| 2139 | 2023-09-21T15:35:44.676Z | Compiling walkdir v2.4.0 |
| 2140 | 2023-09-21T15:35:45.015Z | Compiling tokio-postgres v0.7.10 |
| 2141 | 2023-09-21T15:35:46.329Z | Compiling slog-scope v4.4.0 |
| 2142 | 2023-09-21T15:35:47.412Z | Compiling pem v1.1.1 |
| 2143 | 2023-09-21T15:35:47.912Z | Compiling lpc55_sign v0.3.2 (https://github.com/oxidecomputer/lpc55_support#4051a3b9) |
| 2144 | 2023-09-21T15:35:49.948Z | Compiling backoff v0.4.0 |
| 2145 | 2023-09-21T15:35:50.520Z | Compiling path-absolutize v3.1.0 |
| 2146 | 2023-09-21T15:35:50.822Z | Compiling globset v0.4.13 |
| 2147 | 2023-09-21T15:35:51.689Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#3734e566) |
| 2148 | 2023-09-21T15:35:51.976Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
| 2149 | 2023-09-21T15:35:52.594Z | Compiling zip v0.6.6 |
| 2150 | 2023-09-21T15:35:55.044Z | Compiling serde_with v2.3.3 |
| 2151 | 2023-09-21T15:35:57.918Z | Compiling strum v0.25.0 |
| 2152 | 2023-09-21T15:35:58.197Z | Compiling parse-display v0.7.0 |
| 2153 | 2023-09-21T15:36:03.076Z | Compiling object v0.30.4 |
| 2154 | 2023-09-21T15:36:04.581Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2155 | 2023-09-21T15:36:04.838Z | Compiling ipnetwork v0.20.0 |
| 2156 | 2023-09-21T15:36:05.879Z | Compiling olpc-cjson v0.1.3 |
| 2157 | 2023-09-21T15:36:06.809Z | Compiling macaddr v1.0.1 |
| 2158 | 2023-09-21T15:36:08.017Z | Compiling serde_plain v1.0.2 |
| 2159 | 2023-09-21T15:36:08.589Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2160 | 2023-09-21T15:36:08.901Z | Compiling filetime v0.2.22 |
| 2161 | 2023-09-21T15:36:09.417Z | Compiling xattr v1.0.1 |
| 2162 | 2023-09-21T15:36:09.663Z | Compiling either v1.9.0 |
| 2163 | 2023-09-21T15:36:09.904Z | Compiling tar v0.4.40 |
| 2164 | 2023-09-21T15:36:10.264Z | Compiling itertools v0.11.0 |
| 2165 | 2023-09-21T15:36:11.115Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2166 | 2023-09-21T15:36:15.953Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#0c642f6e) |
| 2167 | 2023-09-21T15:36:18.704Z | Compiling tough v0.12.5 |
| 2168 | 2023-09-21T15:36:21.453Z | Compiling slog-stdlog v4.1.1 |
| 2169 | 2023-09-21T15:36:21.914Z | Compiling camino-tempfile v1.0.2 |
| 2170 | 2023-09-21T15:36:23.038Z | Compiling bytesize v1.3.0 |
| 2171 | 2023-09-21T15:36:23.228Z | Compiling fs-err v2.9.0 |
| 2172 | 2023-09-21T15:36:23.980Z | Compiling slog-envlogger v2.2.0 |
| 2173 | 2023-09-21T15:36:24.585Z | Compiling console v0.15.7 |
| 2174 | 2023-09-21T15:36:28.028Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2175 | 2023-09-21T15:36:28.567Z | Compiling humantime v2.1.0 |
| 2176 | 2023-09-21T15:36:33.191Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2177 | 2023-09-21T15:37:04.003Z | Finished release [optimized] target(s) in 5m 10s |
| 2178 | 2023-09-21T15:37:04.084Z | |
| 2179 | 2023-09-21T15:37:04.087Z | real 5:11.013428838 |
| 2180 | 2023-09-21T15:37:04.089Z | user 37:55.888952228 |
| 2181 | 2023-09-21T15:37:04.092Z | sys 2:22.398600260 |
| 2182 | 2023-09-21T15:37:04.096Z | trap 1.488001520 |
| 2183 | 2023-09-21T15:37:04.119Z | tflt 1.074178629 |
| 2184 | 2023-09-21T15:37:04.122Z | dflt 0.563396679 |
| 2185 | 2023-09-21T15:37:04.125Z | kflt 0.000636071 |
| 2186 | 2023-09-21T15:37:04.128Z | lock 1:34:15.144985779 |
| 2187 | 2023-09-21T15:37:04.130Z | slp 1:48:36.811185956 |
| 2188 | 2023-09-21T15:37:04.133Z | lat 1:24.219483101 |
| 2189 | 2023-09-21T15:37:04.136Z | stop 42.530858065 |
| 2190 | 2023-09-21T15:37:04.139Z | + ptime -m gzip |
| 2191 | 2023-09-21T15:37:06.088Z | |
| 2192 | 2023-09-21T15:37:06.091Z | real 1.999419366 |
| 2193 | 2023-09-21T15:37:06.099Z | user 1.974989101 |
| 2194 | 2023-09-21T15:37:06.102Z | sys 0.022605565 |
| 2195 | 2023-09-21T15:37:06.107Z | trap 0.000508912 |
| 2196 | 2023-09-21T15:37:06.110Z | tflt 0.000000000 |
| 2197 | 2023-09-21T15:37:06.112Z | dflt 0.000000000 |
| 2198 | 2023-09-21T15:37:06.115Z | kflt 0.000000000 |
| 2199 | 2023-09-21T15:37:06.117Z | lock 0.000000000 |
| 2200 | 2023-09-21T15:37:06.120Z | slp 0.000000000 |
| 2201 | 2023-09-21T15:37:06.123Z | lat 0.000984584 |
| 2202 | 2023-09-21T15:37:06.125Z | stop 0.000227334 |
| 2203 | 2023-09-21T15:37:06.128Z | process exited: duration 1208449 ms, exit code 0 |
| |
| 2204 | 2023-09-21T15:37:06.165Z | found 5 output files |
| 2205 | 2023-09-21T15:37:06.176Z | uploading: /work/end-to-end-tests/bootstrap-1bfac08a7c9d25d4.gz (6383420 bytes) |
| 2206 | 2023-09-21T15:37:10.327Z | uploaded: /work/end-to-end-tests/bootstrap-1bfac08a7c9d25d4.gz |
| 2207 | 2023-09-21T15:37:10.390Z | uploading: /work/end-to-end-tests/bootstrap.gz (93538549 bytes) |
| 2208 | 2023-09-21T15:37:42.658Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
| 2209 | 2023-09-21T15:37:42.670Z | uploading: /work/end-to-end-tests/end_to_end_tests-768880fca284458b.gz (107118151 bytes) |
| 2210 | 2023-09-21T15:38:18.554Z | uploaded: /work/end-to-end-tests/end_to_end_tests-768880fca284458b.gz |
| 2211 | 2023-09-21T15:38:18.560Z | uploading: /work/caboose-util.gz (3756619 bytes) |
| 2212 | 2023-09-21T15:38:20.087Z | uploaded: /work/caboose-util.gz |
| 2213 | 2023-09-21T15:38:20.092Z | uploading: /work/tufaceous.gz (12694210 bytes) |
| 2214 | 2023-09-21T15:38:25.700Z | uploaded: /work/tufaceous.gz |