|
|
|
| 1 | 2025-01-17T13:50:53.503Z | job assigned to worker 01JHT8EBE0X314KNYJ90TBZ9V3 [factory aws, i-0b1964786bff8572d] (queued for 51 s) |
| |
| 2 | 2025-01-17T13:51:01.410Z | starting task 0: "setup" |
| 3 | 2025-01-17T13:51:01.422Z | ++ uname -s |
| 4 | 2025-01-17T13:51:01.425Z | + kern=SunOS |
| 5 | 2025-01-17T13:51:01.425Z | + case "$kern" in |
| 6 | 2025-01-17T13:51:01.425Z | + groupadd -g 12345 build |
| 7 | 2025-01-17T13:51:01.427Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-17T13:51:03.436Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-17T13:51:03.556Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-17T13:51:03.559Z | + home_fs=zfs |
| 11 | 2025-01-17T13:51:03.559Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-17T13:51:03.559Z | + mkdir -p /home/build |
| 13 | 2025-01-17T13:51:03.562Z | + chown build:build /home/build /work |
| 14 | 2025-01-17T13:51:05.564Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-17T13:51:05.567Z | process exited: duration 4156 ms, exit code 0 |
| |
| 16 | 2025-01-17T13:51:05.572Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-17T13:51:05.578Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-17T13:51:05.578Z | ' 1.84.0 |
| 19 | 2025-01-17T13:51:05.578Z | * toolchain channel = "1.84.0" |
| 20 | 2025-01-17T13:51:05.578Z | + printf ' * toolchain profile = "%s" |
| 21 | 2025-01-17T13:51:05.578Z | ' default |
| 22 | 2025-01-17T13:51:05.578Z | * toolchain profile = "default" |
| 23 | 2025-01-17T13:51:05.581Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-17T13:51:05.581Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-17T13:51:05.702Z | info: downloading installer |
| 26 | 2025-01-17T13:51:07.034Z | info: profile set to 'default' |
| 27 | 2025-01-17T13:51:07.034Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-17T13:51:07.037Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-17T13:51:07.185Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-17T13:51:07.185Z | info: downloading component 'cargo' |
| 31 | 2025-01-17T13:51:08.045Z | info: downloading component 'clippy' |
| 32 | 2025-01-17T13:51:08.375Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-17T13:51:09.550Z | info: downloading component 'rust-std' |
| 34 | 2025-01-17T13:51:11.303Z | info: downloading component 'rustc' |
| 35 | 2025-01-17T13:51:17.993Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-17T13:51:18.245Z | info: installing component 'cargo' |
| 37 | 2025-01-17T13:51:19.087Z | info: installing component 'clippy' |
| 38 | 2025-01-17T13:51:19.468Z | info: installing component 'rust-docs' |
| 39 | 2025-01-17T13:51:21.156Z | info: installing component 'rust-std' |
| 40 | 2025-01-17T13:51:22.889Z | info: installing component 'rustc' |
| 41 | 2025-01-17T13:51:28.877Z | info: installing component 'rustfmt' |
| 42 | 2025-01-17T13:51:29.210Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-17T13:51:29.210Z | |
| 44 | 2025-01-17T13:51:29.602Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-17T13:51:29.602Z | |
| 46 | 2025-01-17T13:51:29.605Z | |
| 47 | 2025-01-17T13:51:29.605Z | Rust is installed now. Great! |
| 48 | 2025-01-17T13:51:29.605Z | |
| 49 | 2025-01-17T13:51:29.605Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-17T13:51:29.605Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-17T13:51:29.606Z | |
| 52 | 2025-01-17T13:51:29.606Z | To configure your current shell, you need to source |
| 53 | 2025-01-17T13:51:29.606Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-17T13:51:29.606Z | |
| 55 | 2025-01-17T13:51:29.606Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-17T13:51:29.606Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-17T13:51:29.606Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-17T13:51:29.687Z | + rustc --version |
| 59 | 2025-01-17T13:51:29.755Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-17T13:51:29.760Z | process exited: duration 24183 ms, exit code 0 |
| |
| 61 | 2025-01-17T13:51:29.767Z | starting task 2: "authentication" |
| 62 | 2025-01-17T13:51:29.787Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2025-01-17T13:51:29.793Z | starting task 3: "clone repository" |
| 64 | 2025-01-17T13:51:29.798Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-17T13:51:29.802Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-17T13:51:29.840Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-17T13:51:37.699Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-17T13:51:37.699Z | + git fetch origin 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 69 | 2025-01-17T13:51:38.030Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-17T13:51:38.030Z | * branch 320c920d7af91114b20afaa41d260bb6ad4ec1ab -> FETCH_HEAD |
| 71 | 2025-01-17T13:51:38.040Z | + [[ -n john/reconfigurator-cli-blippy ]] |
| 72 | 2025-01-17T13:51:38.043Z | ++ git branch --show-current |
| 73 | 2025-01-17T13:51:38.045Z | + current=main |
| 74 | 2025-01-17T13:51:38.045Z | + [[ main != john/reconfigurator-cli-blippy ]] |
| 75 | 2025-01-17T13:51:38.045Z | + git branch -f john/reconfigurator-cli-blippy 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 76 | 2025-01-17T13:51:38.048Z | + git checkout -f john/reconfigurator-cli-blippy |
| 77 | 2025-01-17T13:51:38.227Z | Switched to branch 'john/reconfigurator-cli-blippy' |
| 78 | 2025-01-17T13:51:38.229Z | + git reset --hard 320c920d7af91114b20afaa41d260bb6ad4ec1ab |
| 79 | 2025-01-17T13:51:38.243Z | HEAD is now at 320c920d7 Merge remote-tracking branch 'origin/main' into john/reconfigurator-cli-blippy |
| 80 | 2025-01-17T13:51:38.245Z | process exited: duration 8450 ms, exit code 0 |
| |
| 81 | 2025-01-17T13:51:38.250Z | starting task 4: "build" |
| 82 | 2025-01-17T13:51:38.255Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-17T13:51:38.255Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-17T13:51:38.258Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-17T13:51:38.258Z | + cargo --version |
| 86 | 2025-01-17T13:51:38.317Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-17T13:51:38.319Z | + rustc --version |
| 88 | 2025-01-17T13:51:38.381Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-17T13:51:38.384Z | + WORK=/work |
| 90 | 2025-01-17T13:51:38.384Z | + pfexec mkdir -p /work |
| 91 | 2025-01-17T13:51:38.389Z | + pfexec chown build /work |
| 92 | 2025-01-17T13:51:38.392Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 93 | 2025-01-17T13:51:40.044Z | pkg list: illegal option -- F |
| 94 | 2025-01-17T13:51:40.044Z | Usage: |
| 95 | 2025-01-17T13:51:40.044Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 96 | 2025-01-17T13:51:40.044Z | [pkg_fmri_pattern ...] |
| 97 | 2025-01-17T13:51:40.909Z | pkg list: illegal option -- F |
| 98 | 2025-01-17T13:51:40.909Z | Usage: |
| 99 | 2025-01-17T13:51:40.911Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 100 | 2025-01-17T13:51:40.911Z | [pkg_fmri_pattern ...] |
| 101 | 2025-01-17T13:51:47.211Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2025-01-17T13:51:51.327Z | Startup: Caching catalogs ... Done |
| 103 | 2025-01-17T13:52:02.652Z | Planning: Solver setup ... Done (10.501s) |
| 104 | 2025-01-17T13:52:02.800Z | Planning: Running solver ... Done (0.148s) |
| 105 | 2025-01-17T13:52:02.915Z | Planning: Finding local manifests ... Done (0.007s) |
| 106 | 2025-01-17T13:52:02.946Z | Planning: Fetching manifests: 0/7 0% complete |
| 107 | 2025-01-17T13:52:03.603Z | Planning: Fetching manifests: 7/7 100% complete |
| 108 | 2025-01-17T13:52:03.716Z | Planning: Package planning ... Done (0.113s) |
| 109 | 2025-01-17T13:52:03.772Z | Planning: Merging actions ... Done (0.057s) |
| 110 | 2025-01-17T13:52:03.967Z | Planning: Checking for conflicting actions ... Done (0.195s) |
| 111 | 2025-01-17T13:52:06.088Z | Planning: Consolidating action changes ... Done (2.121s) |
| 112 | 2025-01-17T13:52:06.542Z | Planning: Evaluating mediators ... Done (0.454s) |
| 113 | 2025-01-17T13:52:06.624Z | Planning: Planning completed in 15.20 seconds |
| 114 | 2025-01-17T13:52:06.639Z | Packages to install: 4 |
| 115 | 2025-01-17T13:52:06.639Z | Packages to update: 3 |
| 116 | 2025-01-17T13:52:06.642Z | Mediators to change: 2 |
| 117 | 2025-01-17T13:52:06.642Z | Services to change: 1 |
| 118 | 2025-01-17T13:52:06.642Z | Estimated space available: 155.61 GB |
| 119 | 2025-01-17T13:52:06.642Z | Estimated space to be consumed: 1.64 GB |
| 120 | 2025-01-17T13:52:06.642Z | Create boot environment: No |
| 121 | 2025-01-17T13:52:06.642Z | Create backup boot environment: Yes |
| 122 | 2025-01-17T13:52:06.642Z | Rebuild boot archive: No |
| 123 | 2025-01-17T13:52:06.642Z | |
| 124 | 2025-01-17T13:52:06.642Z | Changed mediators: |
| 125 | 2025-01-17T13:52:06.642Z | mediator clang: |
| 126 | 2025-01-17T13:52:06.642Z | version: None -> 15 (system default) |
| 127 | 2025-01-17T13:52:06.642Z | |
| 128 | 2025-01-17T13:52:06.642Z | mediator llvm: |
| 129 | 2025-01-17T13:52:06.643Z | version: 14 (system default) -> 15 (system default) |
| 130 | 2025-01-17T13:52:06.643Z | |
| 131 | 2025-01-17T13:52:06.643Z | Changed packages: |
| 132 | 2025-01-17T13:52:06.643Z | helios-dev |
| 133 | 2025-01-17T13:52:06.643Z | developer/build-essential |
| 134 | 2025-01-17T13:52:06.643Z | None -> 11-2.0 |
| 135 | 2025-01-17T13:52:06.643Z | library/libxmlsec1 |
| 136 | 2025-01-17T13:52:06.643Z | None -> 1.2.35-2.0 |
| 137 | 2025-01-17T13:52:06.643Z | ooce/developer/clang-15 |
| 138 | 2025-01-17T13:52:06.643Z | None -> 15.0.7-2.0 |
| 139 | 2025-01-17T13:52:06.643Z | ooce/developer/llvm-15 |
| 140 | 2025-01-17T13:52:06.643Z | None -> 15.0.7-2.0 |
| 141 | 2025-01-17T13:52:06.643Z | package/pkg |
| 142 | 2025-01-17T13:52:06.643Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 143 | 2025-01-17T13:52:06.643Z | system/library/g++-runtime |
| 144 | 2025-01-17T13:52:06.643Z | 13-2.0 -> 14-2.0 |
| 145 | 2025-01-17T13:52:06.643Z | system/library/gcc-runtime |
| 146 | 2025-01-17T13:52:06.643Z | 13-2.0 -> 14-2.0 |
| 147 | 2025-01-17T13:52:06.643Z | |
| 148 | 2025-01-17T13:52:06.643Z | Services: |
| 149 | 2025-01-17T13:52:06.643Z | restart_fmri: |
| 150 | 2025-01-17T13:52:06.643Z | svc:/system/update-man-index:default |
| 151 | 2025-01-17T13:52:06.643Z | |
| 152 | 2025-01-17T13:52:06.643Z | Editable files to change: |
| 153 | 2025-01-17T13:52:06.643Z | Update: |
| 154 | 2025-01-17T13:52:06.643Z | usr/share/lib/pkg/web/config.shtml |
| 155 | 2025-01-17T13:52:06.727Z | |
| 156 | 2025-01-17T13:52:06.727Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 157 | 2025-01-17T13:52:11.730Z | Download: 763/4301 items 18.5/225.4MB 8% complete (3.9M/s) |
| 158 | 2025-01-17T13:52:16.730Z | Download: 1185/4301 items 53.4/225.4MB 23% complete (5.3M/s) |
| 159 | 2025-01-17T13:52:27.131Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (7.6M/s) |
| 160 | 2025-01-17T13:52:32.136Z | Download: 2001/4301 items 118.0/225.4MB 52% complete (7.1M/s) |
| 161 | 2025-01-17T13:52:39.896Z | Download: 2223/4301 items 119.2/225.4MB 52% complete (5.5M/s) |
| 162 | 2025-01-17T13:52:44.897Z | Download: 3478/4301 items 214.6/225.4MB 95% complete (19.2M/s) |
| 163 | 2025-01-17T13:52:48.305Z | Download: Completed 225.42 MB in 41.57 seconds (5.4M/s) |
| 164 | 2025-01-17T13:52:50.398Z | Actions: 1/5122 actions (Removing old actions) |
| 165 | 2025-01-17T13:52:50.476Z | Actions: 194/5122 actions (Installing new actions) |
| 166 | 2025-01-17T13:52:55.146Z | Actions: 4267/5122 actions (Updating modified actions) |
| 167 | 2025-01-17T13:52:55.513Z | Actions: Completed 5122 actions in 5.12 seconds. |
| 168 | 2025-01-17T13:52:55.928Z | Done (0.406s) |
| 169 | 2025-01-17T13:52:55.931Z | Done (0.001s) |
| 170 | 2025-01-17T13:52:56.526Z | Done (0.596s) |
| 171 | 2025-01-17T13:53:01.052Z | Done (4.291s) |
| 172 | 2025-01-17T13:53:01.138Z | Done (0.018s) |
| 173 | 2025-01-17T13:53:01.141Z | Done (0.000s) |
| 174 | 2025-01-17T13:53:01.324Z | Done (0.000s) |
| 175 | 2025-01-17T13:53:02.039Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2025-01-17T13:53:02.198Z | Planning: Checking for conflicting actions ... Done |
| 177 | 2025-01-17T13:53:02.216Z | Planning: Consolidating action changes ... Done |
| 178 | 2025-01-17T13:53:02.465Z | Planning: Evaluating mediators ... Done |
| 179 | 2025-01-17T13:53:02.467Z | Planning: Planning completed in 0.43 seconds |
| 180 | 2025-01-17T13:53:02.504Z | Mediators to change: 2 |
| 181 | 2025-01-17T13:53:02.504Z | Create boot environment: No |
| 182 | 2025-01-17T13:53:02.507Z | Create backup boot environment: No |
| 183 | 2025-01-17T13:53:02.588Z | Done |
| 184 | 2025-01-17T13:53:02.589Z | Done |
| 185 | 2025-01-17T13:53:02.954Z | Done |
| 186 | 2025-01-17T13:53:06.608Z | Done |
| 187 | 2025-01-17T13:53:06.704Z | Done |
| 188 | 2025-01-17T13:53:06.707Z | Done |
| 189 | 2025-01-17T13:53:06.844Z | Done |
| 190 | 2025-01-17T13:53:07.463Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2025-01-17T13:53:07.468Z | Planning: Merging actions ... Done |
| 192 | 2025-01-17T13:53:07.654Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2025-01-17T13:53:07.658Z | Planning: Consolidating action changes ... Done |
| 194 | 2025-01-17T13:53:07.920Z | Planning: Evaluating mediators ... Done |
| 195 | 2025-01-17T13:53:07.974Z | Planning: Planning completed in 0.75 seconds |
| 196 | 2025-01-17T13:53:08.015Z | Packages to change: 1 |
| 197 | 2025-01-17T13:53:08.016Z | Mediators to change: 1 |
| 198 | 2025-01-17T13:53:08.016Z | Services to change: 1 |
| 199 | 2025-01-17T13:53:08.016Z | Create boot environment: No |
| 200 | 2025-01-17T13:53:08.018Z | Create backup boot environment: Yes |
| 201 | 2025-01-17T13:53:10.490Z | Actions: 1/6 actions (Updating modified actions) |
| 202 | 2025-01-17T13:53:10.493Z | Actions: Completed 6 actions in 0.00 seconds. |
| 203 | 2025-01-17T13:53:10.493Z | Done |
| 204 | 2025-01-17T13:53:10.493Z | Done |
| 205 | 2025-01-17T13:53:10.611Z | Done |
| 206 | 2025-01-17T13:53:14.323Z | Done |
| 207 | 2025-01-17T13:53:14.420Z | Done |
| 208 | 2025-01-17T13:53:14.422Z | Done |
| 209 | 2025-01-17T13:53:14.577Z | Done |
| 210 | 2025-01-17T13:53:15.022Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 211 | 2025-01-17T13:53:15.022Z | clang system 15 system |
| 212 | 2025-01-17T13:53:15.022Z | csh system system illumos |
| 213 | 2025-01-17T13:53:15.022Z | ctags system system illumos |
| 214 | 2025-01-17T13:53:15.022Z | gcc vendor 12 vendor |
| 215 | 2025-01-17T13:53:15.022Z | gcc system 10 system |
| 216 | 2025-01-17T13:53:15.022Z | gcc system 7 system |
| 217 | 2025-01-17T13:53:15.022Z | go system 1.20 system |
| 218 | 2025-01-17T13:53:15.022Z | go system 1.19 system |
| 219 | 2025-01-17T13:53:15.022Z | llvm system 15 system |
| 220 | 2025-01-17T13:53:15.022Z | llvm system 14 system |
| 221 | 2025-01-17T13:53:15.022Z | mariadb system 10.6 system |
| 222 | 2025-01-17T13:53:15.022Z | mta vendor vendor dma |
| 223 | 2025-01-17T13:53:15.022Z | openjdk system 17 system |
| 224 | 2025-01-17T13:53:15.022Z | openjdk system 11 system |
| 225 | 2025-01-17T13:53:15.022Z | openjdk system 1.8 system |
| 226 | 2025-01-17T13:53:15.022Z | openssl vendor 3 vendor |
| 227 | 2025-01-17T13:53:15.022Z | perl system 5.36 system |
| 228 | 2025-01-17T13:53:15.022Z | postgresql system 15 system |
| 229 | 2025-01-17T13:53:15.022Z | postgresql system 13 system |
| 230 | 2025-01-17T13:53:15.022Z | python vendor 3 vendor |
| 231 | 2025-01-17T13:53:15.022Z | python system 2 system |
| 232 | 2025-01-17T13:53:15.022Z | python3 system 3.11 system |
| 233 | 2025-01-17T13:53:15.024Z | ruby system 3.0 system |
| 234 | 2025-01-17T13:53:15.024Z | words vendor vendor american-english |
| 235 | 2025-01-17T13:53:15.024Z | words system system australian-english |
| 236 | 2025-01-17T13:53:15.024Z | words system system british-english |
| 237 | 2025-01-17T13:53:15.024Z | words system system canadian-english |
| 238 | 2025-01-17T13:53:15.024Z | words system system french |
| 239 | 2025-01-17T13:53:15.024Z | words system system italian |
| 240 | 2025-01-17T13:53:15.024Z | words system system ngerman |
| 241 | 2025-01-17T13:53:15.024Z | words system system ogerman |
| 242 | 2025-01-17T13:53:15.024Z | words system system spanish |
| 243 | 2025-01-17T13:53:15.357Z | PUBLISHER TYPE STATUS P LOCATION |
| 244 | 2025-01-17T13:53:15.357Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 245 | 2025-01-17T13:53:18.165Z | FMRI IFO |
| 246 | 2025-01-17T13:53:18.165Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 247 | 2025-01-17T13:53:18.165Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 248 | 2025-01-17T13:53:18.165Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 249 | 2025-01-17T13:53:18.165Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 250 | 2025-01-17T13:53:18.165Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 251 | 2025-01-17T13:53:18.165Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2025-01-17T13:53:18.165Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 253 | 2025-01-17T13:53:18.165Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 254 | 2025-01-17T13:53:18.166Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 255 | 2025-01-17T13:53:18.166Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 256 | 2025-01-17T13:53:18.166Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 257 | 2025-01-17T13:53:18.166Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 258 | 2025-01-17T13:53:18.167Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 259 | 2025-01-17T13:53:18.167Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 260 | 2025-01-17T13:53:18.167Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 261 | 2025-01-17T13:53:18.925Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 262 | 2025-01-17T13:53:19.240Z | Updating crates.io index |
| 263 | 2025-01-17T13:53:19.360Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 264 | 2025-01-17T13:53:19.650Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2025-01-17T13:53:20.241Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 266 | 2025-01-17T13:53:20.475Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 267 | 2025-01-17T13:53:20.752Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 268 | 2025-01-17T13:53:21.058Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2025-01-17T13:53:22.066Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2025-01-17T13:53:23.606Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2025-01-17T13:53:24.291Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 272 | 2025-01-17T13:53:25.127Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2025-01-17T13:53:25.435Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2025-01-17T13:53:25.745Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 275 | 2025-01-17T13:53:26.377Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 276 | 2025-01-17T13:53:26.698Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 277 | 2025-01-17T13:53:26.963Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 278 | 2025-01-17T13:53:27.249Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 279 | 2025-01-17T13:53:27.533Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 280 | 2025-01-17T13:53:27.814Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 281 | 2025-01-17T13:53:28.202Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 282 | 2025-01-17T13:53:28.518Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 283 | 2025-01-17T13:53:28.820Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 284 | 2025-01-17T13:53:29.172Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 285 | 2025-01-17T13:53:29.730Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 286 | 2025-01-17T13:53:30.024Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 287 | 2025-01-17T13:53:30.408Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2025-01-17T13:53:30.834Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 289 | 2025-01-17T13:53:31.120Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2025-01-17T13:53:31.416Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2025-01-17T13:53:31.683Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2025-01-17T13:53:33.023Z | Downloading crates ... |
| 293 | 2025-01-17T13:53:33.089Z | Downloaded digest v0.10.7 |
| 294 | 2025-01-17T13:53:33.098Z | Downloaded anstyle-parse v0.2.5 |
| 295 | 2025-01-17T13:53:33.102Z | Downloaded cargo_metadata v0.18.1 |
| 296 | 2025-01-17T13:53:33.105Z | Downloaded anstream v0.6.15 |
| 297 | 2025-01-17T13:53:33.107Z | Downloaded colorchoice v1.0.2 |
| 298 | 2025-01-17T13:53:33.110Z | Downloaded clap_lex v0.7.2 |
| 299 | 2025-01-17T13:53:33.113Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2025-01-17T13:53:33.121Z | Downloaded scroll_derive v0.12.0 |
| 301 | 2025-01-17T13:53:33.125Z | Downloaded pretty-hex v0.4.1 |
| 302 | 2025-01-17T13:53:33.143Z | Downloaded equivalent v1.0.1 |
| 303 | 2025-01-17T13:53:33.151Z | Downloaded swrite v0.1.0 |
| 304 | 2025-01-17T13:53:33.154Z | Downloaded usdt-macro v0.5.0 |
| 305 | 2025-01-17T13:53:33.162Z | Downloaded usdt-attr-macro v0.5.0 |
| 306 | 2025-01-17T13:53:33.164Z | Downloaded cfg-if v1.0.0 |
| 307 | 2025-01-17T13:53:33.164Z | Downloaded block-buffer v0.10.4 |
| 308 | 2025-01-17T13:53:33.169Z | Downloaded byteorder v1.5.0 |
| 309 | 2025-01-17T13:53:33.172Z | Downloaded fastrand v2.1.1 |
| 310 | 2025-01-17T13:53:33.175Z | Downloaded usdt v0.5.0 |
| 311 | 2025-01-17T13:53:33.177Z | Downloaded thiserror-impl v1.0.69 |
| 312 | 2025-01-17T13:53:33.177Z | Downloaded errno v0.3.9 |
| 313 | 2025-01-17T13:53:33.180Z | Downloaded crypto-common v0.1.6 |
| 314 | 2025-01-17T13:53:33.180Z | Downloaded cpufeatures v0.2.14 |
| 315 | 2025-01-17T13:53:33.183Z | Downloaded heck v0.4.1 |
| 316 | 2025-01-17T13:53:33.185Z | Downloaded cargo-platform v0.1.8 |
| 317 | 2025-01-17T13:53:33.187Z | Downloaded terminal_size v0.4.0 |
| 318 | 2025-01-17T13:53:33.187Z | Downloaded autocfg v1.4.0 |
| 319 | 2025-01-17T13:53:33.190Z | Downloaded plain v0.2.3 |
| 320 | 2025-01-17T13:53:33.192Z | Downloaded memmap v0.7.0 |
| 321 | 2025-01-17T13:53:33.195Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2025-01-17T13:53:33.195Z | Downloaded macaddr v1.0.1 |
| 323 | 2025-01-17T13:53:33.197Z | Downloaded dof v0.3.0 |
| 324 | 2025-01-17T13:53:33.197Z | Downloaded camino-tempfile v1.1.1 |
| 325 | 2025-01-17T13:53:33.202Z | Downloaded itoa v1.0.11 |
| 326 | 2025-01-17T13:53:33.207Z | Downloaded serde_tokenstream v0.2.2 |
| 327 | 2025-01-17T13:53:33.209Z | Downloaded heck v0.5.0 |
| 328 | 2025-01-17T13:53:33.214Z | Downloaded unicode-linebreak v0.1.5 |
| 329 | 2025-01-17T13:53:33.217Z | Downloaded strsim v0.11.1 |
| 330 | 2025-01-17T13:53:33.220Z | Downloaded serde_spanned v0.6.8 |
| 331 | 2025-01-17T13:53:33.220Z | Downloaded utf8parse v0.2.2 |
| 332 | 2025-01-17T13:53:33.220Z | Downloaded fnv v1.0.7 |
| 333 | 2025-01-17T13:53:33.220Z | Downloaded proc-macro-error-attr v1.0.4 |
| 334 | 2025-01-17T13:53:33.225Z | Downloaded bytecount v0.6.8 |
| 335 | 2025-01-17T13:53:33.227Z | Downloaded version_check v0.9.5 |
| 336 | 2025-01-17T13:53:33.230Z | Downloaded toml_datetime v0.6.8 |
| 337 | 2025-01-17T13:53:33.230Z | Downloaded thiserror v1.0.69 |
| 338 | 2025-01-17T13:53:33.234Z | Downloaded is_terminal_polyfill v1.70.1 |
| 339 | 2025-01-17T13:53:33.236Z | Downloaded thread-id v4.2.2 |
| 340 | 2025-01-17T13:53:33.239Z | Downloaded fs-err v2.11.0 |
| 341 | 2025-01-17T13:53:33.239Z | Downloaded cargo_toml v0.20.5 |
| 342 | 2025-01-17T13:53:33.241Z | Downloaded anstyle-query v1.1.1 |
| 343 | 2025-01-17T13:53:33.241Z | Downloaded anstyle v1.0.10 |
| 344 | 2025-01-17T13:53:33.244Z | Downloaded camino v1.1.9 |
| 345 | 2025-01-17T13:53:33.244Z | Downloaded smawk v0.3.2 |
| 346 | 2025-01-17T13:53:33.247Z | Downloaded usdt-impl v0.5.0 |
| 347 | 2025-01-17T13:53:33.247Z | Downloaded tempfile v3.13.0 |
| 348 | 2025-01-17T13:53:33.249Z | Downloaded pest_generator v2.7.14 |
| 349 | 2025-01-17T13:53:33.257Z | Downloaded proc-macro-error v1.0.4 |
| 350 | 2025-01-17T13:53:33.260Z | Downloaded quote v1.0.38 |
| 351 | 2025-01-17T13:53:33.270Z | Downloaded clap_derive v4.5.18 |
| 352 | 2025-01-17T13:53:33.272Z | Downloaded scroll v0.12.0 |
| 353 | 2025-01-17T13:53:33.278Z | Downloaded once_cell v1.20.2 |
| 354 | 2025-01-17T13:53:33.281Z | Downloaded zerocopy-derive v0.7.35 |
| 355 | 2025-01-17T13:53:33.289Z | Downloaded generic-array v0.14.7 |
| 356 | 2025-01-17T13:53:33.291Z | Downloaded clap v4.5.21 |
| 357 | 2025-01-17T13:53:33.298Z | Downloaded textwrap v0.16.1 |
| 358 | 2025-01-17T13:53:33.301Z | Downloaded ryu v1.0.18 |
| 359 | 2025-01-17T13:53:33.304Z | Downloaded toml v0.8.19 |
| 360 | 2025-01-17T13:53:33.306Z | Downloaded pest_meta v2.7.14 |
| 361 | 2025-01-17T13:53:33.309Z | Downloaded typenum v1.17.0 |
| 362 | 2025-01-17T13:53:33.311Z | Downloaded sha2 v0.10.8 |
| 363 | 2025-01-17T13:53:33.313Z | Downloaded semver v1.0.24 |
| 364 | 2025-01-17T13:53:33.316Z | Downloaded pest_derive v2.7.14 |
| 365 | 2025-01-17T13:53:33.319Z | Downloaded anyhow v1.0.93 |
| 366 | 2025-01-17T13:53:33.323Z | Downloaded unicode-ident v1.0.14 |
| 367 | 2025-01-17T13:53:33.325Z | Downloaded bitflags v2.6.0 |
| 368 | 2025-01-17T13:53:33.329Z | Downloaded ucd-trie v0.1.7 |
| 369 | 2025-01-17T13:53:33.331Z | Downloaded serde_derive v1.0.217 |
| 370 | 2025-01-17T13:53:33.340Z | Downloaded papergrid v0.11.0 |
| 371 | 2025-01-17T13:53:33.345Z | Downloaded proc-macro2 v1.0.92 |
| 372 | 2025-01-17T13:53:33.352Z | Downloaded log v0.4.22 |
| 373 | 2025-01-17T13:53:33.363Z | Downloaded serde v1.0.217 |
| 374 | 2025-01-17T13:53:33.366Z | Downloaded indexmap v2.7.0 |
| 375 | 2025-01-17T13:53:33.394Z | Downloaded toml_edit v0.22.22 |
| 376 | 2025-01-17T13:53:33.414Z | Downloaded memchr v2.7.4 |
| 377 | 2025-01-17T13:53:33.419Z | Downloaded pest v2.7.14 |
| 378 | 2025-01-17T13:53:33.425Z | Downloaded hashbrown v0.15.1 |
| 379 | 2025-01-17T13:53:33.437Z | Downloaded clap_builder v4.5.21 |
| 380 | 2025-01-17T13:53:33.457Z | Downloaded winnow v0.6.20 |
| 381 | 2025-01-17T13:53:33.465Z | Downloaded zerocopy v0.7.35 |
| 382 | 2025-01-17T13:53:33.480Z | Downloaded serde_json v1.0.135 |
| 383 | 2025-01-17T13:53:33.487Z | Downloaded goblin v0.8.2 |
| 384 | 2025-01-17T13:53:33.492Z | Downloaded tabled v0.15.0 |
| 385 | 2025-01-17T13:53:33.507Z | Downloaded syn v1.0.109 |
| 386 | 2025-01-17T13:53:33.516Z | Downloaded unicode-width v0.1.14 |
| 387 | 2025-01-17T13:53:33.522Z | Downloaded syn v2.0.96 |
| 388 | 2025-01-17T13:53:33.533Z | Downloaded rustix v0.38.37 |
| 389 | 2025-01-17T13:53:33.583Z | Downloaded libc v0.2.169 |
| 390 | 2025-01-17T13:53:33.898Z | Compiling proc-macro2 v1.0.92 |
| 391 | 2025-01-17T13:53:33.898Z | Compiling unicode-ident v1.0.14 |
| 392 | 2025-01-17T13:53:33.898Z | Compiling serde v1.0.217 |
| 393 | 2025-01-17T13:53:33.901Z | Compiling version_check v0.9.5 |
| 394 | 2025-01-17T13:53:33.901Z | Compiling memchr v2.7.4 |
| 395 | 2025-01-17T13:53:33.901Z | Compiling thiserror v1.0.69 |
| 396 | 2025-01-17T13:53:33.934Z | Compiling libc v0.2.169 |
| 397 | 2025-01-17T13:53:33.937Z | Compiling ryu v1.0.18 |
| 398 | 2025-01-17T13:53:34.231Z | Compiling itoa v1.0.11 |
| 399 | 2025-01-17T13:53:34.341Z | Compiling ucd-trie v0.1.7 |
| 400 | 2025-01-17T13:53:34.630Z | Compiling once_cell v1.20.2 |
| 401 | 2025-01-17T13:53:34.817Z | Compiling byteorder v1.5.0 |
| 402 | 2025-01-17T13:53:34.914Z | Compiling serde_json v1.0.135 |
| 403 | 2025-01-17T13:53:34.996Z | Compiling rustix v0.38.37 |
| 404 | 2025-01-17T13:53:35.104Z | Compiling bitflags v2.6.0 |
| 405 | 2025-01-17T13:53:35.307Z | Compiling usdt-impl v0.5.0 |
| 406 | 2025-01-17T13:53:35.521Z | Compiling proc-macro-error-attr v1.0.4 |
| 407 | 2025-01-17T13:53:35.551Z | Compiling syn v1.0.109 |
| 408 | 2025-01-17T13:53:35.639Z | Compiling proc-macro-error v1.0.4 |
| 409 | 2025-01-17T13:53:35.731Z | Compiling quote v1.0.38 |
| 410 | 2025-01-17T13:53:35.814Z | Compiling errno v0.3.9 |
| 411 | 2025-01-17T13:53:35.946Z | Compiling equivalent v1.0.1 |
| 412 | 2025-01-17T13:53:36.038Z | Compiling camino v1.1.9 |
| 413 | 2025-01-17T13:53:36.063Z | Compiling hashbrown v0.15.1 |
| 414 | 2025-01-17T13:53:36.087Z | Compiling utf8parse v0.2.2 |
| 415 | 2025-01-17T13:53:36.188Z | Compiling syn v2.0.96 |
| 416 | 2025-01-17T13:53:36.269Z | Compiling plain v0.2.3 |
| 417 | 2025-01-17T13:53:36.364Z | Compiling log v0.4.22 |
| 418 | 2025-01-17T13:53:36.447Z | Compiling thread-id v4.2.2 |
| 419 | 2025-01-17T13:53:36.476Z | Compiling anstyle-parse v0.2.5 |
| 420 | 2025-01-17T13:53:36.811Z | Compiling colorchoice v1.0.2 |
| 421 | 2025-01-17T13:53:36.858Z | Compiling semver v1.0.24 |
| 422 | 2025-01-17T13:53:36.986Z | Compiling anstyle-query v1.1.1 |
| 423 | 2025-01-17T13:53:37.053Z | Compiling indexmap v2.7.0 |
| 424 | 2025-01-17T13:53:37.138Z | Compiling winnow v0.6.20 |
| 425 | 2025-01-17T13:53:37.166Z | Compiling pretty-hex v0.4.1 |
| 426 | 2025-01-17T13:53:37.258Z | Compiling autocfg v1.4.0 |
| 427 | 2025-01-17T13:53:37.327Z | Compiling is_terminal_polyfill v1.70.1 |
| 428 | 2025-01-17T13:53:37.383Z | Compiling anstyle v1.0.10 |
| 429 | 2025-01-17T13:53:37.478Z | Compiling unicode-width v0.1.14 |
| 430 | 2025-01-17T13:53:37.827Z | Compiling anstream v0.6.15 |
| 431 | 2025-01-17T13:53:37.987Z | Compiling terminal_size v0.4.0 |
| 432 | 2025-01-17T13:53:38.266Z | Compiling fs-err v2.11.0 |
| 433 | 2025-01-17T13:53:38.456Z | Compiling clap_lex v0.7.2 |
| 434 | 2025-01-17T13:53:38.482Z | Compiling strsim v0.11.1 |
| 435 | 2025-01-17T13:53:38.509Z | Compiling bytecount v0.6.8 |
| 436 | 2025-01-17T13:53:38.561Z | Compiling anyhow v1.0.93 |
| 437 | 2025-01-17T13:53:38.588Z | Compiling cfg-if v1.0.0 |
| 438 | 2025-01-17T13:53:38.701Z | Compiling heck v0.4.1 |
| 439 | 2025-01-17T13:53:38.729Z | Compiling heck v0.5.0 |
| 440 | 2025-01-17T13:53:38.885Z | Compiling fastrand v2.1.1 |
| 441 | 2025-01-17T13:53:39.125Z | Compiling fnv v1.0.7 |
| 442 | 2025-01-17T13:53:39.274Z | Compiling papergrid v0.11.0 |
| 443 | 2025-01-17T13:53:39.419Z | Compiling clap_builder v4.5.21 |
| 444 | 2025-01-17T13:53:39.599Z | Compiling tempfile v3.13.0 |
| 445 | 2025-01-17T13:53:39.791Z | Compiling memmap v0.7.0 |
| 446 | 2025-01-17T13:53:39.832Z | Compiling smawk v0.3.2 |
| 447 | 2025-01-17T13:53:40.073Z | Compiling unicode-linebreak v0.1.5 |
| 448 | 2025-01-17T13:53:40.578Z | Compiling textwrap v0.16.1 |
| 449 | 2025-01-17T13:53:40.581Z | Compiling swrite v0.1.0 |
| 450 | 2025-01-17T13:53:41.411Z | Compiling tabled_derive v0.7.0 |
| 451 | 2025-01-17T13:53:42.663Z | Compiling tabled v0.15.0 |
| 452 | 2025-01-17T13:53:43.167Z | Compiling serde_derive v1.0.217 |
| 453 | 2025-01-17T13:53:43.167Z | Compiling thiserror-impl v1.0.69 |
| 454 | 2025-01-17T13:53:43.169Z | Compiling zerocopy-derive v0.7.35 |
| 455 | 2025-01-17T13:53:43.169Z | Compiling scroll_derive v0.12.0 |
| 456 | 2025-01-17T13:53:43.170Z | Compiling clap_derive v4.5.18 |
| 457 | 2025-01-17T13:53:44.705Z | Compiling scroll v0.12.0 |
| 458 | 2025-01-17T13:53:45.171Z | Compiling zerocopy v0.7.35 |
| 459 | 2025-01-17T13:53:45.233Z | Compiling goblin v0.8.2 |
| 460 | 2025-01-17T13:53:46.114Z | Compiling pest v2.7.14 |
| 461 | 2025-01-17T13:53:46.721Z | Compiling clap v4.5.21 |
| 462 | 2025-01-17T13:53:48.220Z | Compiling pest_meta v2.7.14 |
| 463 | 2025-01-17T13:53:49.100Z | Compiling pest_generator v2.7.14 |
| 464 | 2025-01-17T13:53:50.570Z | Compiling pest_derive v2.7.14 |
| 465 | 2025-01-17T13:53:51.213Z | Compiling dtrace-parser v0.2.0 |
| 466 | 2025-01-17T13:53:51.868Z | Compiling serde_spanned v0.6.8 |
| 467 | 2025-01-17T13:53:51.872Z | Compiling toml_datetime v0.6.8 |
| 468 | 2025-01-17T13:53:52.042Z | Compiling serde_tokenstream v0.2.2 |
| 469 | 2025-01-17T13:53:52.130Z | Compiling cargo-platform v0.1.8 |
| 470 | 2025-01-17T13:53:52.290Z | Compiling toml_edit v0.22.22 |
| 471 | 2025-01-17T13:53:52.352Z | Compiling macaddr v1.0.1 |
| 472 | 2025-01-17T13:53:52.627Z | Compiling camino-tempfile v1.1.1 |
| 473 | 2025-01-17T13:53:53.293Z | Compiling dof v0.3.0 |
| 474 | 2025-01-17T13:53:53.296Z | Compiling cargo_metadata v0.18.1 |
| 475 | 2025-01-17T13:53:54.772Z | Compiling usdt-macro v0.5.0 |
| 476 | 2025-01-17T13:53:54.772Z | Compiling usdt-attr-macro v0.5.0 |
| 477 | 2025-01-17T13:53:55.033Z | Compiling toml v0.8.19 |
| 478 | 2025-01-17T13:53:55.915Z | Compiling cargo_toml v0.20.5 |
| 479 | 2025-01-17T13:53:55.975Z | Compiling usdt v0.5.0 |
| 480 | 2025-01-17T13:53:58.579Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 481 | 2025-01-17T13:54:01.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.04s |
| 482 | 2025-01-17T13:54:02.026Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 483 | 2025-01-17T13:54:02.545Z | Downloading crates ... |
| 484 | 2025-01-17T13:54:02.689Z | Downloaded atty v0.2.14 |
| 485 | 2025-01-17T13:54:02.695Z | Downloaded async-stream-impl v0.3.6 |
| 486 | 2025-01-17T13:54:02.698Z | Downloaded headers-core v0.3.0 |
| 487 | 2025-01-17T13:54:02.702Z | Downloaded crunchy v0.2.2 |
| 488 | 2025-01-17T13:54:02.705Z | Downloaded http-range v0.1.5 |
| 489 | 2025-01-17T13:54:02.711Z | Downloaded ciborium-io v0.2.2 |
| 490 | 2025-01-17T13:54:02.713Z | Downloaded hubpack_derive v0.1.1 |
| 491 | 2025-01-17T13:54:02.716Z | Downloaded http-body v1.0.1 |
| 492 | 2025-01-17T13:54:02.718Z | Downloaded heck v0.3.3 |
| 493 | 2025-01-17T13:54:02.718Z | Downloaded hex v0.4.3 |
| 494 | 2025-01-17T13:54:02.721Z | Downloaded crucible-workspace-hack v0.1.0 |
| 495 | 2025-01-17T13:54:02.723Z | Downloaded addr2line v0.24.2 |
| 496 | 2025-01-17T13:54:02.726Z | Downloaded ident_case v1.0.1 |
| 497 | 2025-01-17T13:54:02.726Z | Downloaded bit-vec v0.6.3 |
| 498 | 2025-01-17T13:54:02.729Z | Downloaded atomic-waker v1.1.2 |
| 499 | 2025-01-17T13:54:02.729Z | Downloaded array-init v0.0.4 |
| 500 | 2025-01-17T13:54:02.732Z | Downloaded bitfield v0.14.0 |
| 501 | 2025-01-17T13:54:02.732Z | Downloaded atomicwrites v0.4.4 |
| 502 | 2025-01-17T13:54:02.734Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 503 | 2025-01-17T13:54:02.737Z | Downloaded match_cfg v0.1.0 |
| 504 | 2025-01-17T13:54:02.737Z | Downloaded cstr-argument v0.1.2 |
| 505 | 2025-01-17T13:54:02.737Z | Downloaded cfg_aliases v0.1.1 |
| 506 | 2025-01-17T13:54:02.739Z | Downloaded cfg_aliases v0.2.1 |
| 507 | 2025-01-17T13:54:02.741Z | Downloaded chacha20 v0.9.1 |
| 508 | 2025-01-17T13:54:02.744Z | Downloaded base16ct v0.2.0 |
| 509 | 2025-01-17T13:54:02.746Z | Downloaded async-stream v0.3.6 |
| 510 | 2025-01-17T13:54:02.749Z | Downloaded async-recursion v1.1.1 |
| 511 | 2025-01-17T13:54:02.751Z | Downloaded matches v0.1.10 |
| 512 | 2025-01-17T13:54:02.754Z | Downloaded md5 v0.7.0 |
| 513 | 2025-01-17T13:54:02.754Z | Downloaded instant v0.1.13 |
| 514 | 2025-01-17T13:54:02.756Z | Downloaded arrayref v0.3.9 |
| 515 | 2025-01-17T13:54:02.759Z | Downloaded is_ci v1.2.0 |
| 516 | 2025-01-17T13:54:02.761Z | Downloaded convert_case v0.4.0 |
| 517 | 2025-01-17T13:54:02.761Z | Downloaded const_format_proc_macros v0.2.33 |
| 518 | 2025-01-17T13:54:02.764Z | Downloaded httpdate v1.0.3 |
| 519 | 2025-01-17T13:54:02.775Z | Downloaded crossbeam-deque v0.8.5 |
| 520 | 2025-01-17T13:54:02.775Z | Downloaded humantime v2.1.0 |
| 521 | 2025-01-17T13:54:02.775Z | Downloaded hubpack v0.1.2 |
| 522 | 2025-01-17T13:54:02.775Z | Downloaded http-body-util v0.1.2 |
| 523 | 2025-01-17T13:54:02.775Z | Downloaded icu_provider_macros v1.5.0 |
| 524 | 2025-01-17T13:54:02.775Z | Downloaded cipher v0.4.4 |
| 525 | 2025-01-17T13:54:02.778Z | Downloaded is-terminal v0.4.13 |
| 526 | 2025-01-17T13:54:02.778Z | Downloaded indent_write v2.2.0 |
| 527 | 2025-01-17T13:54:02.781Z | Downloaded idna_adapter v1.2.0 |
| 528 | 2025-01-17T13:54:02.781Z | Downloaded ciborium-ll v0.2.2 |
| 529 | 2025-01-17T13:54:02.783Z | Downloaded bitfield-struct v0.6.2 |
| 530 | 2025-01-17T13:54:02.786Z | Downloaded darling v0.20.10 |
| 531 | 2025-01-17T13:54:02.789Z | Downloaded lalrpop-util v0.19.12 |
| 532 | 2025-01-17T13:54:02.792Z | Downloaded backoff v0.4.0 |
| 533 | 2025-01-17T13:54:02.796Z | Downloaded managed v0.8.0 |
| 534 | 2025-01-17T13:54:02.799Z | Downloaded assert_matches v1.5.0 |
| 535 | 2025-01-17T13:54:02.799Z | Downloaded lazy_static v1.5.0 |
| 536 | 2025-01-17T13:54:02.799Z | Downloaded md-5 v0.10.6 |
| 537 | 2025-01-17T13:54:02.802Z | Downloaded cmake v0.1.51 |
| 538 | 2025-01-17T13:54:02.805Z | Downloaded progenitor-client v0.8.0 |
| 539 | 2025-01-17T13:54:02.805Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 540 | 2025-01-17T13:54:02.807Z | Downloaded cbc v0.1.2 |
| 541 | 2025-01-17T13:54:02.807Z | Downloaded libsw v3.3.1 |
| 542 | 2025-01-17T13:54:02.810Z | Downloaded lru-cache v0.1.2 |
| 543 | 2025-01-17T13:54:02.812Z | Downloaded lockfree-object-pool v0.1.6 |
| 544 | 2025-01-17T13:54:02.815Z | Downloaded memoffset v0.9.1 |
| 545 | 2025-01-17T13:54:02.817Z | Downloaded maybe-uninit v2.0.0 |
| 546 | 2025-01-17T13:54:02.820Z | Downloaded buf-list v1.0.3 |
| 547 | 2025-01-17T13:54:02.822Z | Downloaded libefi-sys v0.1.0 |
| 548 | 2025-01-17T13:54:02.822Z | Downloaded bcs v0.1.6 |
| 549 | 2025-01-17T13:54:02.825Z | Downloaded bzip2 v0.4.4 |
| 550 | 2025-01-17T13:54:02.827Z | Downloaded internet-checksum v0.2.1 |
| 551 | 2025-01-17T13:54:02.830Z | Downloaded block-padding v0.3.3 |
| 552 | 2025-01-17T13:54:02.830Z | Downloaded highway v1.2.0 |
| 553 | 2025-01-17T13:54:02.832Z | Downloaded bit-set v0.5.3 |
| 554 | 2025-01-17T13:54:02.835Z | Downloaded async-trait v0.1.83 |
| 555 | 2025-01-17T13:54:02.837Z | Downloaded russh-cryptovec v0.7.3 |
| 556 | 2025-01-17T13:54:02.840Z | Downloaded take_mut v0.2.2 |
| 557 | 2025-01-17T13:54:02.840Z | Downloaded csv-core v0.1.11 |
| 558 | 2025-01-17T13:54:02.842Z | Downloaded hickory-client v0.24.1 |
| 559 | 2025-01-17T13:54:02.845Z | Downloaded cancel-safe-futures v0.1.5 |
| 560 | 2025-01-17T13:54:02.849Z | Downloaded sqlparser_derive v0.2.2 |
| 561 | 2025-01-17T13:54:02.853Z | Downloaded progenitor-macro v0.8.0 |
| 562 | 2025-01-17T13:54:02.854Z | Downloaded maplit v1.0.2 |
| 563 | 2025-01-17T13:54:02.856Z | Downloaded termtree v0.4.1 |
| 564 | 2025-01-17T13:54:02.856Z | Downloaded arrayvec v0.7.6 |
| 565 | 2025-01-17T13:54:02.859Z | Downloaded iana-time-zone v0.1.61 |
| 566 | 2025-01-17T13:54:02.862Z | Downloaded keccak v0.1.5 |
| 567 | 2025-01-17T13:54:02.862Z | Downloaded libloading v0.8.5 |
| 568 | 2025-01-17T13:54:02.865Z | Downloaded jobserver v0.1.32 |
| 569 | 2025-01-17T13:54:02.867Z | Downloaded async-bb8-diesel v0.2.1 |
| 570 | 2025-01-17T13:54:02.869Z | Downloaded indoc v1.0.9 |
| 571 | 2025-01-17T13:54:02.874Z | Downloaded r2d2 v0.8.10 |
| 572 | 2025-01-17T13:54:02.876Z | Downloaded darling_macro v0.20.10 |
| 573 | 2025-01-17T13:54:02.876Z | Downloaded yoke-derive v0.7.4 |
| 574 | 2025-01-17T13:54:02.879Z | Downloaded mime v0.3.17 |
| 575 | 2025-01-17T13:54:02.879Z | Downloaded lock_api v0.4.12 |
| 576 | 2025-01-17T13:54:02.881Z | Downloaded rustc_version v0.1.7 |
| 577 | 2025-01-17T13:54:02.884Z | Downloaded rustc_version v0.4.1 |
| 578 | 2025-01-17T13:54:02.886Z | Downloaded salsa20 v0.10.2 |
| 579 | 2025-01-17T13:54:02.886Z | Downloaded memmap2 v0.9.5 |
| 580 | 2025-01-17T13:54:02.889Z | Downloaded rand_core v0.6.4 |
| 581 | 2025-01-17T13:54:02.891Z | Downloaded quick-error v1.2.3 |
| 582 | 2025-01-17T13:54:02.891Z | Downloaded httparse v1.9.5 |
| 583 | 2025-01-17T13:54:02.894Z | Downloaded crossbeam-utils v0.8.20 |
| 584 | 2025-01-17T13:54:02.898Z | Downloaded cookie v0.18.1 |
| 585 | 2025-01-17T13:54:02.900Z | Downloaded cookie_store v0.21.0 |
| 586 | 2025-01-17T13:54:02.903Z | Downloaded newtype_derive v0.1.6 |
| 587 | 2025-01-17T13:54:02.906Z | Downloaded crossbeam-epoch v0.9.18 |
| 588 | 2025-01-17T13:54:02.908Z | Downloaded hmac v0.12.1 |
| 589 | 2025-01-17T13:54:02.910Z | Downloaded shell-words v1.1.0 |
| 590 | 2025-01-17T13:54:02.913Z | Downloaded icu_locid_transform v1.5.0 |
| 591 | 2025-01-17T13:54:02.915Z | Downloaded hyper-staticfile v0.10.1 |
| 592 | 2025-01-17T13:54:02.918Z | Downloaded thread_local v1.1.8 |
| 593 | 2025-01-17T13:54:02.921Z | Downloaded smf v0.2.3 |
| 594 | 2025-01-17T13:54:02.921Z | Downloaded indexmap v1.9.3 |
| 595 | 2025-01-17T13:54:02.925Z | Downloaded num-conv v0.1.0 |
| 596 | 2025-01-17T13:54:02.927Z | Downloaded icu_provider v1.5.0 |
| 597 | 2025-01-17T13:54:02.930Z | Downloaded litemap v0.7.3 |
| 598 | 2025-01-17T13:54:02.933Z | Downloaded strip-ansi-escapes v0.2.0 |
| 599 | 2025-01-17T13:54:02.936Z | Downloaded stringprep v0.1.5 |
| 600 | 2025-01-17T13:54:02.938Z | Downloaded phf_shared v0.10.0 |
| 601 | 2025-01-17T13:54:02.938Z | Downloaded tokio-native-tls v0.3.1 |
| 602 | 2025-01-17T13:54:02.941Z | Downloaded tokio-macros v2.5.0 |
| 603 | 2025-01-17T13:54:02.944Z | Downloaded crc32fast v1.4.2 |
| 604 | 2025-01-17T13:54:02.946Z | Downloaded universal-hash v0.5.1 |
| 605 | 2025-01-17T13:54:02.946Z | Downloaded tls_codec_derive v0.4.1 |
| 606 | 2025-01-17T13:54:02.948Z | Downloaded thiserror-no-std v2.0.2 |
| 607 | 2025-01-17T13:54:02.952Z | Downloaded unicode-truncate v1.1.0 |
| 608 | 2025-01-17T13:54:02.954Z | Downloaded zerovec-derive v0.10.3 |
| 609 | 2025-01-17T13:54:02.957Z | Downloaded pretty-hex v0.2.1 |
| 610 | 2025-01-17T13:54:02.959Z | Downloaded heapless v0.8.0 |
| 611 | 2025-01-17T13:54:02.962Z | Downloaded serde_derive_internals v0.29.1 |
| 612 | 2025-01-17T13:54:02.964Z | Downloaded base64 v0.13.1 |
| 613 | 2025-01-17T13:54:02.968Z | Downloaded endian-type v0.1.2 |
| 614 | 2025-01-17T13:54:02.971Z | Downloaded ena v0.14.3 |
| 615 | 2025-01-17T13:54:02.973Z | Downloaded embedded-io v0.6.1 |
| 616 | 2025-01-17T13:54:02.973Z | Downloaded embedded-io v0.4.0 |
| 617 | 2025-01-17T13:54:02.976Z | Downloaded tinyvec_macros v0.1.1 |
| 618 | 2025-01-17T13:54:02.979Z | Downloaded dirs-next v2.0.0 |
| 619 | 2025-01-17T13:54:02.979Z | Downloaded dyn-clone v1.0.17 |
| 620 | 2025-01-17T13:54:02.982Z | Downloaded fragile v2.0.0 |
| 621 | 2025-01-17T13:54:02.984Z | Downloaded num-iter v0.1.45 |
| 622 | 2025-01-17T13:54:02.984Z | Downloaded nibble_vec v0.1.0 |
| 623 | 2025-01-17T13:54:02.986Z | Downloaded chacha20poly1305 v0.10.1 |
| 624 | 2025-01-17T13:54:02.989Z | Downloaded num-derive v0.4.2 |
| 625 | 2025-01-17T13:54:02.992Z | Downloaded glob v0.3.1 |
| 626 | 2025-01-17T13:54:02.994Z | Downloaded icu_properties v1.5.1 |
| 627 | 2025-01-17T13:54:02.997Z | Downloaded toolchain_find v0.4.0 |
| 628 | 2025-01-17T13:54:02.999Z | Downloaded icu_normalizer v1.5.0 |
| 629 | 2025-01-17T13:54:03.002Z | Downloaded strum v0.26.3 |
| 630 | 2025-01-17T13:54:03.004Z | Downloaded signal-hook-tokio v0.3.1 |
| 631 | 2025-01-17T13:54:03.007Z | Downloaded parse-display v0.10.0 |
| 632 | 2025-01-17T13:54:03.007Z | Downloaded pin-utils v0.1.0 |
| 633 | 2025-01-17T13:54:03.009Z | Downloaded progenitor-macro v0.9.1 |
| 634 | 2025-01-17T13:54:03.009Z | Downloaded hyper-util v0.1.10 |
| 635 | 2025-01-17T13:54:03.014Z | Downloaded peg-runtime v0.8.3 |
| 636 | 2025-01-17T13:54:03.017Z | Downloaded data-encoding v2.6.0 |
| 637 | 2025-01-17T13:54:03.017Z | Downloaded typify v0.2.0 |
| 638 | 2025-01-17T13:54:03.020Z | Downloaded num_enum v0.5.11 |
| 639 | 2025-01-17T13:54:03.026Z | Downloaded zerocopy v0.6.6 |
| 640 | 2025-01-17T13:54:03.029Z | Downloaded write16 v1.0.0 |
| 641 | 2025-01-17T13:54:03.031Z | Downloaded waitgroup v0.1.2 |
| 642 | 2025-01-17T13:54:03.033Z | Downloaded unicode-xid v0.2.6 |
| 643 | 2025-01-17T13:54:03.035Z | Downloaded tls_codec v0.4.1 |
| 644 | 2025-01-17T13:54:03.038Z | Downloaded derive_builder_macro v0.20.2 |
| 645 | 2025-01-17T13:54:03.038Z | Downloaded rfc6979 v0.4.0 |
| 646 | 2025-01-17T13:54:03.040Z | Downloaded zone_cfg_derive v0.3.0 |
| 647 | 2025-01-17T13:54:03.040Z | Downloaded resolv-conf v0.7.0 |
| 648 | 2025-01-17T13:54:03.043Z | Downloaded const-oid v0.9.6 |
| 649 | 2025-01-17T13:54:03.045Z | Downloaded slog-async v2.8.0 |
| 650 | 2025-01-17T13:54:03.048Z | Downloaded slog-bunyan v2.5.0 |
| 651 | 2025-01-17T13:54:03.050Z | Downloaded slog v2.7.0 |
| 652 | 2025-01-17T13:54:03.053Z | Downloaded parking_lot_core v0.9.10 |
| 653 | 2025-01-17T13:54:03.056Z | Downloaded base64 v0.21.7 |
| 654 | 2025-01-17T13:54:03.059Z | Downloaded fxhash v0.2.1 |
| 655 | 2025-01-17T13:54:03.065Z | Downloaded strum_macros v0.24.3 |
| 656 | 2025-01-17T13:54:03.067Z | Downloaded num-rational v0.4.2 |
| 657 | 2025-01-17T13:54:03.067Z | Downloaded num-integer v0.1.46 |
| 658 | 2025-01-17T13:54:03.067Z | Downloaded cc v1.1.30 |
| 659 | 2025-01-17T13:54:03.071Z | Downloaded peg-macros v0.8.4 |
| 660 | 2025-01-17T13:54:03.074Z | Downloaded icu_collections v1.5.0 |
| 661 | 2025-01-17T13:54:03.080Z | Downloaded typify v0.3.0 |
| 662 | 2025-01-17T13:54:03.084Z | Downloaded topological-sort v0.2.2 |
| 663 | 2025-01-17T13:54:03.087Z | Downloaded rand_chacha v0.3.1 |
| 664 | 2025-01-17T13:54:03.090Z | Downloaded unicode-properties v0.1.3 |
| 665 | 2025-01-17T13:54:03.102Z | Downloaded postgres-protocol v0.6.7 |
| 666 | 2025-01-17T13:54:03.105Z | Downloaded hickory-resolver v0.24.1 |
| 667 | 2025-01-17T13:54:03.110Z | Downloaded scrypt v0.11.0 |
| 668 | 2025-01-17T13:54:03.113Z | Downloaded writeable v0.5.5 |
| 669 | 2025-01-17T13:54:03.115Z | Downloaded diff v0.1.13 |
| 670 | 2025-01-17T13:54:03.119Z | Downloaded samael v0.0.17 |
| 671 | 2025-01-17T13:54:03.126Z | Downloaded dunce v1.0.5 |
| 672 | 2025-01-17T13:54:03.128Z | Downloaded spin v0.9.8 |
| 673 | 2025-01-17T13:54:03.130Z | Downloaded ed25519 v2.2.3 |
| 674 | 2025-01-17T13:54:03.133Z | Downloaded zone_cfg_derive v0.1.2 |
| 675 | 2025-01-17T13:54:03.135Z | Downloaded miniz_oxide v0.8.0 |
| 676 | 2025-01-17T13:54:03.138Z | Downloaded crossbeam-channel v0.5.13 |
| 677 | 2025-01-17T13:54:03.142Z | Downloaded number_prefix v0.4.0 |
| 678 | 2025-01-17T13:54:03.144Z | Downloaded downcast v0.11.0 |
| 679 | 2025-01-17T13:54:03.147Z | Downloaded newtype-uuid v1.2.1 |
| 680 | 2025-01-17T13:54:03.147Z | Downloaded ref-cast v1.0.23 |
| 681 | 2025-01-17T13:54:03.149Z | Downloaded schemars_derive v0.8.21 |
| 682 | 2025-01-17T13:54:03.152Z | Downloaded simd-adler32 v0.3.7 |
| 683 | 2025-01-17T13:54:03.155Z | Downloaded shlex v1.3.0 |
| 684 | 2025-01-17T13:54:03.157Z | Downloaded tracing-core v0.1.32 |
| 685 | 2025-01-17T13:54:03.160Z | Downloaded foreign-types-shared v0.1.1 |
| 686 | 2025-01-17T13:54:03.162Z | Downloaded unsafe-libyaml v0.2.11 |
| 687 | 2025-01-17T13:54:03.164Z | Downloaded darling_core v0.20.10 |
| 688 | 2025-01-17T13:54:03.170Z | Downloaded ppv-lite86 v0.2.20 |
| 689 | 2025-01-17T13:54:03.173Z | Downloaded powerfmt v0.2.0 |
| 690 | 2025-01-17T13:54:03.175Z | Downloaded phf_codegen v0.11.2 |
| 691 | 2025-01-17T13:54:03.175Z | Downloaded postgres-types v0.2.8 |
| 692 | 2025-01-17T13:54:03.178Z | Downloaded oso-derive v0.27.3 |
| 693 | 2025-01-17T13:54:03.180Z | Downloaded getrandom v0.2.15 |
| 694 | 2025-01-17T13:54:03.182Z | Downloaded termios v0.3.3 |
| 695 | 2025-01-17T13:54:03.185Z | Downloaded tabwriter v1.4.0 |
| 696 | 2025-01-17T13:54:03.187Z | Downloaded scopeguard v1.2.0 |
| 697 | 2025-01-17T13:54:03.190Z | Downloaded des v0.8.1 |
| 698 | 2025-01-17T13:54:03.192Z | Downloaded rustfmt-wrapper v0.2.1 |
| 699 | 2025-01-17T13:54:03.192Z | Downloaded rustc-hash v2.0.0 |
| 700 | 2025-01-17T13:54:03.195Z | Downloaded tui-tree-widget v0.22.0 |
| 701 | 2025-01-17T13:54:03.197Z | Downloaded whoami v1.5.2 |
| 702 | 2025-01-17T13:54:03.199Z | Downloaded phf_generator v0.11.2 |
| 703 | 2025-01-17T13:54:03.199Z | Downloaded num-complex v0.4.6 |
| 704 | 2025-01-17T13:54:03.202Z | Downloaded ecdsa v0.16.9 |
| 705 | 2025-01-17T13:54:03.204Z | Downloaded tinyvec v1.8.0 |
| 706 | 2025-01-17T13:54:03.207Z | Downloaded gethostname v0.5.0 |
| 707 | 2025-01-17T13:54:03.210Z | Downloaded pem v3.0.4 |
| 708 | 2025-01-17T13:54:03.212Z | Downloaded wait-timeout v0.2.0 |
| 709 | 2025-01-17T13:54:03.215Z | Downloaded multimap v0.10.0 |
| 710 | 2025-01-17T13:54:03.217Z | Downloaded futures-task v0.3.31 |
| 711 | 2025-01-17T13:54:03.217Z | Downloaded futures-io v0.3.31 |
| 712 | 2025-01-17T13:54:03.222Z | Downloaded twox-hash v1.6.3 |
| 713 | 2025-01-17T13:54:03.222Z | Downloaded http v1.2.0 |
| 714 | 2025-01-17T13:54:03.225Z | Downloaded smallvec v0.6.14 |
| 715 | 2025-01-17T13:54:03.227Z | Downloaded snafu-derive v0.8.5 |
| 716 | 2025-01-17T13:54:03.230Z | Downloaded dsl_auto_type v0.1.2 |
| 717 | 2025-01-17T13:54:03.232Z | Downloaded deranged v0.3.11 |
| 718 | 2025-01-17T13:54:03.232Z | Downloaded uuid v1.12.0 |
| 719 | 2025-01-17T13:54:03.235Z | Downloaded derive_builder_core v0.20.2 |
| 720 | 2025-01-17T13:54:03.238Z | Downloaded nanorand v0.7.0 |
| 721 | 2025-01-17T13:54:03.241Z | Downloaded elliptic-curve v0.13.8 |
| 722 | 2025-01-17T13:54:03.246Z | Downloaded zerofrom v0.1.4 |
| 723 | 2025-01-17T13:54:03.249Z | Downloaded vte_generate_state_changes v0.1.2 |
| 724 | 2025-01-17T13:54:03.249Z | Downloaded phf v0.11.2 |
| 725 | 2025-01-17T13:54:03.251Z | Downloaded thiserror v2.0.11 |
| 726 | 2025-01-17T13:54:03.256Z | Downloaded proc-macro-crate v1.3.1 |
| 727 | 2025-01-17T13:54:03.259Z | Downloaded tokio-stream v0.1.16 |
| 728 | 2025-01-17T13:54:03.263Z | Downloaded try-lock v0.2.5 |
| 729 | 2025-01-17T13:54:03.266Z | Downloaded rand_xorshift v0.3.0 |
| 730 | 2025-01-17T13:54:03.268Z | Downloaded primeorder v0.13.6 |
| 731 | 2025-01-17T13:54:03.268Z | Downloaded derive_more v0.99.18 |
| 732 | 2025-01-17T13:54:03.273Z | Downloaded path-slash v0.1.5 |
| 733 | 2025-01-17T13:54:03.276Z | Downloaded new_debug_unreachable v1.0.6 |
| 734 | 2025-01-17T13:54:03.278Z | Downloaded xz2 v0.1.7 |
| 735 | 2025-01-17T13:54:03.278Z | Downloaded strum_macros v0.26.4 |
| 736 | 2025-01-17T13:54:03.281Z | Downloaded displaydoc v0.2.5 |
| 737 | 2025-01-17T13:54:03.285Z | Downloaded nu-ansi-term v0.50.1 |
| 738 | 2025-01-17T13:54:03.288Z | Downloaded openssl-macros v0.1.1 |
| 739 | 2025-01-17T13:54:03.291Z | Downloaded slog-json v2.6.1 |
| 740 | 2025-01-17T13:54:03.294Z | Downloaded sigpipe v0.1.3 |
| 741 | 2025-01-17T13:54:03.294Z | Downloaded rpassword v7.3.1 |
| 742 | 2025-01-17T13:54:03.296Z | Downloaded slog-envlogger v2.2.0 |
| 743 | 2025-01-17T13:54:03.296Z | Downloaded libxml v0.3.3 |
| 744 | 2025-01-17T13:54:03.303Z | Downloaded time-macros v0.2.18 |
| 745 | 2025-01-17T13:54:03.306Z | Downloaded globset v0.4.15 |
| 746 | 2025-01-17T13:54:03.308Z | Downloaded der_derive v0.7.3 |
| 747 | 2025-01-17T13:54:03.311Z | Downloaded postcard v1.0.10 |
| 748 | 2025-01-17T13:54:03.313Z | Downloaded serde-big-array v0.5.1 |
| 749 | 2025-01-17T13:54:03.316Z | Downloaded unicode-bidi v0.3.17 |
| 750 | 2025-01-17T13:54:03.319Z | Downloaded env_filter v0.1.2 |
| 751 | 2025-01-17T13:54:03.321Z | Downloaded poly1305 v0.8.0 |
| 752 | 2025-01-17T13:54:03.324Z | Downloaded tokio-rustls v0.25.0 |
| 753 | 2025-01-17T13:54:03.326Z | Downloaded enum-as-inner v0.5.1 |
| 754 | 2025-01-17T13:54:03.329Z | Downloaded tracing-attributes v0.1.27 |
| 755 | 2025-01-17T13:54:03.332Z | Downloaded rand_seeder v0.3.0 |
| 756 | 2025-01-17T13:54:03.334Z | Downloaded utf8_iter v1.0.4 |
| 757 | 2025-01-17T13:54:03.337Z | Downloaded crossterm v0.28.1 |
| 758 | 2025-01-17T13:54:03.343Z | Downloaded pkg-config v0.3.31 |
| 759 | 2025-01-17T13:54:03.345Z | Downloaded futures-core v0.3.31 |
| 760 | 2025-01-17T13:54:03.348Z | Downloaded owo-colors v4.1.0 |
| 761 | 2025-01-17T13:54:03.350Z | Downloaded mio v1.0.2 |
| 762 | 2025-01-17T13:54:03.356Z | Downloaded slab v0.4.9 |
| 763 | 2025-01-17T13:54:03.359Z | Downloaded dropshot_endpoint v0.12.0 |
| 764 | 2025-01-17T13:54:03.362Z | Downloaded nodrop v0.1.14 |
| 765 | 2025-01-17T13:54:03.364Z | Downloaded structmeta-derive v0.2.0 |
| 766 | 2025-01-17T13:54:03.364Z | Downloaded aes-gcm v0.10.3 |
| 767 | 2025-01-17T13:54:03.369Z | Downloaded idna v1.0.3 |
| 768 | 2025-01-17T13:54:03.374Z | Downloaded slog-term v2.9.1 |
| 769 | 2025-01-17T13:54:03.377Z | Downloaded dropshot_endpoint v0.15.1 |
| 770 | 2025-01-17T13:54:03.381Z | Downloaded psl-types v2.0.11 |
| 771 | 2025-01-17T13:54:03.384Z | Downloaded rand v0.8.5 |
| 772 | 2025-01-17T13:54:03.386Z | Downloaded semver v0.1.20 |
| 773 | 2025-01-17T13:54:03.389Z | Downloaded string_cache v0.8.7 |
| 774 | 2025-01-17T13:54:03.393Z | Downloaded signal-hook-registry v1.4.2 |
| 775 | 2025-01-17T13:54:03.393Z | Downloaded enum-as-inner v0.6.1 |
| 776 | 2025-01-17T13:54:03.428Z | Downloaded defmt-parser v0.3.4 |
| 777 | 2025-01-17T13:54:03.429Z | Downloaded derive_builder v0.20.2 |
| 778 | 2025-01-17T13:54:03.429Z | Downloaded dhcproto-macros v0.1.0 |
| 779 | 2025-01-17T13:54:03.429Z | Downloaded want v0.3.1 |
| 780 | 2025-01-17T13:54:03.429Z | Downloaded unarray v0.1.4 |
| 781 | 2025-01-17T13:54:03.429Z | Downloaded utf16_iter v1.0.5 |
| 782 | 2025-01-17T13:54:03.429Z | Downloaded tungstenite v0.21.0 |
| 783 | 2025-01-17T13:54:03.429Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 784 | 2025-01-17T13:54:03.429Z | Downloaded aho-corasick v1.1.3 |
| 785 | 2025-01-17T13:54:03.429Z | Downloaded pkcs8 v0.10.2 |
| 786 | 2025-01-17T13:54:03.429Z | Downloaded pin-project-lite v0.2.14 |
| 787 | 2025-01-17T13:54:03.434Z | Downloaded openssl-probe v0.1.5 |
| 788 | 2025-01-17T13:54:03.435Z | Downloaded opaque-debug v0.3.1 |
| 789 | 2025-01-17T13:54:03.435Z | Downloaded multer v3.1.0 |
| 790 | 2025-01-17T13:54:03.435Z | Downloaded precomputed-hash v0.1.1 |
| 791 | 2025-01-17T13:54:03.435Z | Downloaded peg v0.8.4 |
| 792 | 2025-01-17T13:54:03.437Z | Downloaded percent-encoding v2.3.1 |
| 793 | 2025-01-17T13:54:03.440Z | Downloaded snafu v0.8.5 |
| 794 | 2025-01-17T13:54:03.445Z | Downloaded tokio-rustls v0.26.0 |
| 795 | 2025-01-17T13:54:03.449Z | Downloaded signal-hook v0.3.17 |
| 796 | 2025-01-17T13:54:03.452Z | Downloaded unicode_categories v0.1.1 |
| 797 | 2025-01-17T13:54:03.454Z | Downloaded tap v1.0.1 |
| 798 | 2025-01-17T13:54:03.459Z | Downloaded serde_urlencoded v0.7.1 |
| 799 | 2025-01-17T13:54:03.461Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 800 | 2025-01-17T13:54:03.461Z | Downloaded packed_struct_codegen v0.10.1 |
| 801 | 2025-01-17T13:54:03.463Z | Downloaded num_threads v0.1.7 |
| 802 | 2025-01-17T13:54:03.463Z | Downloaded hyper v1.5.2 |
| 803 | 2025-01-17T13:54:03.470Z | Downloaded thiserror-impl v2.0.11 |
| 804 | 2025-01-17T13:54:03.473Z | Downloaded termcolor v1.4.1 |
| 805 | 2025-01-17T13:54:03.475Z | Downloaded serde-hex v0.1.0 |
| 806 | 2025-01-17T13:54:03.477Z | Downloaded normalize-line-endings v0.3.0 |
| 807 | 2025-01-17T13:54:03.479Z | Downloaded hash32 v0.3.1 |
| 808 | 2025-01-17T13:54:03.483Z | Downloaded zone v0.1.8 |
| 809 | 2025-01-17T13:54:03.483Z | Downloaded fs_extra v1.3.0 |
| 810 | 2025-01-17T13:54:03.485Z | Downloaded serde_plain v1.0.2 |
| 811 | 2025-01-17T13:54:03.485Z | Downloaded num v0.4.3 |
| 812 | 2025-01-17T13:54:03.487Z | Downloaded group v0.13.0 |
| 813 | 2025-01-17T13:54:03.489Z | Downloaded derive-where v1.2.7 |
| 814 | 2025-01-17T13:54:03.493Z | Downloaded diesel-dtrace v0.4.2 |
| 815 | 2025-01-17T13:54:03.496Z | Downloaded foreign-types-macros v0.2.3 |
| 816 | 2025-01-17T13:54:03.496Z | Downloaded predicates-core v1.0.8 |
| 817 | 2025-01-17T13:54:03.498Z | Downloaded env_logger v0.11.5 |
| 818 | 2025-01-17T13:54:03.500Z | Downloaded env_logger v0.10.2 |
| 819 | 2025-01-17T13:54:03.505Z | Downloaded utf-8 v0.7.6 |
| 820 | 2025-01-17T13:54:03.507Z | Downloaded ssh-encoding v0.2.0 |
| 821 | 2025-01-17T13:54:03.509Z | Downloaded subprocess v0.2.9 |
| 822 | 2025-01-17T13:54:03.511Z | Downloaded ssh-cipher v0.2.0 |
| 823 | 2025-01-17T13:54:03.514Z | Downloaded mockall_derive v0.13.0 |
| 824 | 2025-01-17T13:54:03.514Z | Downloaded progenitor v0.8.0 |
| 825 | 2025-01-17T13:54:03.516Z | Downloaded progenitor v0.9.1 |
| 826 | 2025-01-17T13:54:03.519Z | Downloaded olpc-cjson v0.1.4 |
| 827 | 2025-01-17T13:54:03.521Z | Downloaded unicode-normalization v0.1.24 |
| 828 | 2025-01-17T13:54:03.523Z | Downloaded pbkdf2 v0.12.2 |
| 829 | 2025-01-17T13:54:03.525Z | Downloaded itertools v0.13.0 |
| 830 | 2025-01-17T13:54:03.534Z | Downloaded parse-size v1.1.0 |
| 831 | 2025-01-17T13:54:03.536Z | Downloaded untrusted v0.9.0 |
| 832 | 2025-01-17T13:54:03.540Z | Downloaded sqlformat v0.2.6 |
| 833 | 2025-01-17T13:54:03.541Z | Downloaded num_enum_derive v0.5.11 |
| 834 | 2025-01-17T13:54:03.542Z | Downloaded secrecy v0.8.0 |
| 835 | 2025-01-17T13:54:03.542Z | Downloaded term v0.7.0 |
| 836 | 2025-01-17T13:54:03.546Z | Downloaded serde_with v3.11.0 |
| 837 | 2025-01-17T13:54:03.556Z | Downloaded which v4.4.2 |
| 838 | 2025-01-17T13:54:03.558Z | Downloaded tiny-keccak v2.0.2 |
| 839 | 2025-01-17T13:54:03.561Z | Downloaded scheduled-thread-pool v0.2.7 |
| 840 | 2025-01-17T13:54:03.564Z | Downloaded supports-color v3.0.1 |
| 841 | 2025-01-17T13:54:03.564Z | Downloaded same-file v1.0.6 |
| 842 | 2025-01-17T13:54:03.566Z | Downloaded rustversion v1.0.17 |
| 843 | 2025-01-17T13:54:03.569Z | Downloaded hkdf v0.12.4 |
| 844 | 2025-01-17T13:54:03.571Z | Downloaded fd-lock v4.0.2 |
| 845 | 2025-01-17T13:54:03.574Z | Downloaded float-cmp v0.9.0 |
| 846 | 2025-01-17T13:54:03.576Z | Downloaded predicates v3.1.2 |
| 847 | 2025-01-17T13:54:03.578Z | Downloaded rustc-demangle v0.1.24 |
| 848 | 2025-01-17T13:54:03.580Z | Downloaded zeroize_derive v1.4.2 |
| 849 | 2025-01-17T13:54:03.582Z | Downloaded unicase v2.7.0 |
| 850 | 2025-01-17T13:54:03.584Z | Downloaded value-bag v1.9.0 |
| 851 | 2025-01-17T13:54:03.586Z | Downloaded blake3 v1.5.4 |
| 852 | 2025-01-17T13:54:03.595Z | Downloaded progenitor-client v0.9.1 |
| 853 | 2025-01-17T13:54:03.598Z | Downloaded untrusted v0.7.1 |
| 854 | 2025-01-17T13:54:03.599Z | Downloaded tokio-tungstenite v0.21.0 |
| 855 | 2025-01-17T13:54:03.601Z | Downloaded defmt-macros v0.3.9 |
| 856 | 2025-01-17T13:54:03.604Z | Downloaded defmt v0.3.8 |
| 857 | 2025-01-17T13:54:03.608Z | Downloaded tower-service v0.3.3 |
| 858 | 2025-01-17T13:54:03.609Z | Downloaded sync_wrapper v1.0.1 |
| 859 | 2025-01-17T13:54:03.611Z | Downloaded time-core v0.1.2 |
| 860 | 2025-01-17T13:54:03.611Z | Downloaded sync-ptr v0.1.1 |
| 861 | 2025-01-17T13:54:03.613Z | Downloaded parse-zoneinfo v0.3.1 |
| 862 | 2025-01-17T13:54:03.615Z | Downloaded pbkdf2 v0.11.0 |
| 863 | 2025-01-17T13:54:03.617Z | Downloaded typify-macro v0.2.0 |
| 864 | 2025-01-17T13:54:03.620Z | Downloaded zone v0.3.0 |
| 865 | 2025-01-17T13:54:03.620Z | Downloaded ron v0.7.1 |
| 866 | 2025-01-17T13:54:03.625Z | Downloaded newline-converter v0.3.0 |
| 867 | 2025-01-17T13:54:03.627Z | Downloaded zeroize v1.8.1 |
| 868 | 2025-01-17T13:54:03.629Z | Downloaded mirai-annotations v1.12.0 |
| 869 | 2025-01-17T13:54:03.629Z | Downloaded signal-hook-mio v0.2.4 |
| 870 | 2025-01-17T13:54:03.631Z | Downloaded funty v2.0.0 |
| 871 | 2025-01-17T13:54:03.633Z | Downloaded sha1 v0.10.6 |
| 872 | 2025-01-17T13:54:03.635Z | Downloaded tokio-tungstenite v0.23.1 |
| 873 | 2025-01-17T13:54:03.637Z | Downloaded half v2.4.1 |
| 874 | 2025-01-17T13:54:03.639Z | Downloaded time v0.3.36 |
| 875 | 2025-01-17T13:54:03.647Z | Downloaded foreign-types-shared v0.3.1 |
| 876 | 2025-01-17T13:54:03.649Z | Downloaded num-bigint-dig v0.8.4 |
| 877 | 2025-01-17T13:54:03.654Z | Downloaded subtle v2.6.1 |
| 878 | 2025-01-17T13:54:03.656Z | Downloaded mockall v0.13.0 |
| 879 | 2025-01-17T13:54:03.658Z | Downloaded futures-executor v0.3.31 |
| 880 | 2025-01-17T13:54:03.659Z | Downloaded omicron-zone-package v0.12.0 |
| 881 | 2025-01-17T13:54:03.662Z | Downloaded russh-keys v0.45.0 |
| 882 | 2025-01-17T13:54:03.666Z | Downloaded tokio-postgres v0.7.12 |
| 883 | 2025-01-17T13:54:03.671Z | Downloaded ron v0.8.1 |
| 884 | 2025-01-17T13:54:03.678Z | Downloaded foreign-types v0.3.2 |
| 885 | 2025-01-17T13:54:03.680Z | Downloaded polyval v0.6.2 |
| 886 | 2025-01-17T13:54:03.682Z | Downloaded serde_with_macros v3.11.0 |
| 887 | 2025-01-17T13:54:03.684Z | Downloaded fatfs v0.3.6 |
| 888 | 2025-01-17T13:54:03.687Z | Downloaded rtoolbox v0.0.2 |
| 889 | 2025-01-17T13:54:03.689Z | Downloaded float-ord v0.3.2 |
| 890 | 2025-01-17T13:54:03.689Z | Downloaded parking_lot v0.11.2 |
| 891 | 2025-01-17T13:54:03.691Z | Downloaded hash32 v0.2.1 |
| 892 | 2025-01-17T13:54:03.693Z | Downloaded synstructure v0.13.1 |
| 893 | 2025-01-17T13:54:03.695Z | Downloaded stable_deref_trait v1.2.0 |
| 894 | 2025-01-17T13:54:03.695Z | Downloaded siphasher v0.3.11 |
| 895 | 2025-01-17T13:54:03.698Z | Downloaded progenitor-impl v0.9.1 |
| 896 | 2025-01-17T13:54:03.700Z | Downloaded ed25519-dalek v2.1.1 |
| 897 | 2025-01-17T13:54:03.703Z | Downloaded vte v0.11.1 |
| 898 | 2025-01-17T13:54:03.705Z | Downloaded parking_lot v0.12.3 |
| 899 | 2025-01-17T13:54:03.708Z | Downloaded yoke v0.7.4 |
| 900 | 2025-01-17T13:54:03.710Z | Downloaded vsss-rs v3.3.4 |
| 901 | 2025-01-17T13:54:03.713Z | Downloaded zerocopy-derive v0.8.10 |
| 902 | 2025-01-17T13:54:03.720Z | Downloaded rustc-hash v1.1.0 |
| 903 | 2025-01-17T13:54:03.722Z | Downloaded radium v0.7.0 |
| 904 | 2025-01-17T13:54:03.722Z | Downloaded winnow v0.5.40 |
| 905 | 2025-01-17T13:54:03.732Z | Downloaded foreign-types v0.5.0 |
| 906 | 2025-01-17T13:54:03.734Z | Downloaded bitvec v1.0.1 |
| 907 | 2025-01-17T13:54:03.751Z | Downloaded toml v0.7.8 |
| 908 | 2025-01-17T13:54:03.754Z | Downloaded quinn v0.11.5 |
| 909 | 2025-01-17T13:54:03.757Z | Downloaded publicsuffix v2.2.3 |
| 910 | 2025-01-17T13:54:03.760Z | Downloaded tokio-tungstenite v0.24.0 |
| 911 | 2025-01-17T13:54:03.763Z | Downloaded quinn-udp v0.5.5 |
| 912 | 2025-01-17T13:54:03.765Z | Downloaded hashbrown v0.13.2 |
| 913 | 2025-01-17T13:54:03.769Z | Downloaded reedline v0.35.0 |
| 914 | 2025-01-17T13:54:03.777Z | Downloaded pem-rfc7468 v0.7.0 |
| 915 | 2025-01-17T13:54:03.780Z | Downloaded icu_properties_data v1.5.0 |
| 916 | 2025-01-17T13:54:03.791Z | Downloaded vergen v8.3.2 |
| 917 | 2025-01-17T13:54:03.793Z | Downloaded schemars v0.8.21 |
| 918 | 2025-01-17T13:54:03.806Z | Downloaded fallible-iterator v0.3.0 |
| 919 | 2025-01-17T13:54:03.809Z | Downloaded progenitor-impl v0.8.0 |
| 920 | 2025-01-17T13:54:03.811Z | Downloaded serde_yaml v0.9.34+deprecated |
| 921 | 2025-01-17T13:54:03.814Z | Downloaded rsa v0.9.6 |
| 922 | 2025-01-17T13:54:03.818Z | Downloaded qorb v0.2.1 |
| 923 | 2025-01-17T13:54:03.823Z | Downloaded portable-atomic v1.9.0 |
| 924 | 2025-01-17T13:54:03.831Z | Downloaded futures v0.3.31 |
| 925 | 2025-01-17T13:54:03.836Z | Downloaded pin-project v1.1.6 |
| 926 | 2025-01-17T13:54:03.849Z | Downloaded num-bigint v0.4.6 |
| 927 | 2025-01-17T13:54:03.853Z | Downloaded rusqlite v0.32.1 |
| 928 | 2025-01-17T13:54:03.860Z | Downloaded proptest v1.5.0 |
| 929 | 2025-01-17T13:54:03.871Z | Downloaded rayon-core v1.12.1 |
| 930 | 2025-01-17T13:54:03.875Z | Downloaded nom v7.1.3 |
| 931 | 2025-01-17T13:54:03.881Z | Downloaded flume v0.11.1 |
| 932 | 2025-01-17T13:54:03.886Z | Downloaded tracing v0.1.40 |
| 933 | 2025-01-17T13:54:03.890Z | Downloaded git2 v0.19.0 |
| 934 | 2025-01-17T13:54:03.900Z | Downloaded regex v1.11.1 |
| 935 | 2025-01-17T13:54:03.914Z | Downloaded hashbrown v0.14.5 |
| 936 | 2025-01-17T13:54:03.920Z | Downloaded quick-xml v0.33.0 |
| 937 | 2025-01-17T13:54:03.927Z | Downloaded idna v0.5.0 |
| 938 | 2025-01-17T13:54:03.935Z | Downloaded expectorate v1.1.0 |
| 939 | 2025-01-17T13:54:03.938Z | Downloaded futures-util v0.3.31 |
| 940 | 2025-01-17T13:54:03.950Z | Downloaded hashbrown v0.12.3 |
| 941 | 2025-01-17T13:54:03.955Z | Downloaded idna v0.3.0 |
| 942 | 2025-01-17T13:54:03.963Z | Downloaded idna v0.4.0 |
| 943 | 2025-01-17T13:54:03.970Z | Downloaded h2 v0.4.6 |
| 944 | 2025-01-17T13:54:03.977Z | Downloaded lalrpop v0.19.12 |
| 945 | 2025-01-17T13:54:03.990Z | Downloaded idna v0.2.3 |
| 946 | 2025-01-17T13:54:03.997Z | Downloaded zip v2.1.3 |
| 947 | 2025-01-17T13:54:04.002Z | Downloaded tokio-util v0.7.12 |
| 948 | 2025-01-17T13:54:04.009Z | Downloaded ssh-key v0.6.6 |
| 949 | 2025-01-17T13:54:04.017Z | Downloaded russh v0.45.0 |
| 950 | 2025-01-17T13:54:04.023Z | Downloaded nix v0.27.1 |
| 951 | 2025-01-17T13:54:04.035Z | Downloaded object v0.30.4 |
| 952 | 2025-01-17T13:54:04.045Z | Downloaded trust-dns-proto v0.22.0 |
| 953 | 2025-01-17T13:54:04.059Z | Downloaded quinn-proto v0.11.8 |
| 954 | 2025-01-17T13:54:04.066Z | Downloaded radix_trie v0.2.1 |
| 955 | 2025-01-17T13:54:04.071Z | Downloaded rustls v0.21.12 |
| 956 | 2025-01-17T13:54:04.084Z | Downloaded gimli v0.31.1 |
| 957 | 2025-01-17T13:54:04.092Z | Downloaded smoltcp v0.9.1 |
| 958 | 2025-01-17T13:54:04.105Z | Downloaded nix v0.28.0 |
| 959 | 2025-01-17T13:54:04.118Z | Downloaded bstr v1.10.0 |
| 960 | 2025-01-17T13:54:04.129Z | Downloaded dropshot v0.12.0 |
| 961 | 2025-01-17T13:54:04.150Z | Downloaded rustls-webpki v0.102.8 |
| 962 | 2025-01-17T13:54:04.169Z | Downloaded petname v2.0.2 |
| 963 | 2025-01-17T13:54:04.175Z | Downloaded zerocopy v0.8.10 |
| 964 | 2025-01-17T13:54:04.200Z | Downloaded openssl v0.10.66 |
| 965 | 2025-01-17T13:54:04.209Z | Downloaded rustls v0.22.4 |
| 966 | 2025-01-17T13:54:04.223Z | Downloaded openapiv3 v2.0.0 |
| 967 | 2025-01-17T13:54:04.236Z | Downloaded nix v0.29.0 |
| 968 | 2025-01-17T13:54:04.249Z | Downloaded rustls v0.23.19 |
| 969 | 2025-01-17T13:54:04.260Z | Downloaded regress v0.10.1 |
| 970 | 2025-01-17T13:54:04.270Z | Downloaded diesel v2.2.6 |
| 971 | 2025-01-17T13:54:04.290Z | Downloaded object v0.36.5 |
| 972 | 2025-01-17T13:54:04.301Z | Downloaded typify-impl v0.3.0 |
| 973 | 2025-01-17T13:54:04.318Z | Downloaded regress v0.9.1 |
| 974 | 2025-01-17T13:54:04.327Z | Downloaded sled v0.34.7 |
| 975 | 2025-01-17T13:54:04.339Z | Downloaded polar-core v0.27.3 |
| 976 | 2025-01-17T13:54:04.348Z | Downloaded dropshot v0.15.1 |
| 977 | 2025-01-17T13:54:04.370Z | Downloaded typify-impl v0.2.0 |
| 978 | 2025-01-17T13:54:04.386Z | Downloaded regex-automata v0.4.8 |
| 979 | 2025-01-17T13:54:04.403Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 980 | 2025-01-17T13:54:04.416Z | Downloaded p384 v0.13.0 |
| 981 | 2025-01-17T13:54:04.423Z | Downloaded webpki-roots v0.26.6 |
| 982 | 2025-01-17T13:54:04.426Z | Downloaded smoltcp v0.11.0 |
| 983 | 2025-01-17T13:54:04.439Z | Downloaded zerocopy-derive v0.6.6 |
| 984 | 2025-01-17T13:54:04.449Z | Downloaded ratatui v0.28.1 |
| 985 | 2025-01-17T13:54:04.480Z | Downloaded hickory-proto v0.24.1 |
| 986 | 2025-01-17T13:54:04.500Z | Downloaded regex-syntax v0.8.5 |
| 987 | 2025-01-17T13:54:04.508Z | Downloaded tokio v1.43.0 |
| 988 | 2025-01-17T13:54:04.553Z | Downloaded lzma-sys v0.1.20 |
| 989 | 2025-01-17T13:54:04.582Z | Downloaded chrono-tz v0.10.0 |
| 990 | 2025-01-17T13:54:04.588Z | Downloaded unicode-width v0.2.0 |
| 991 | 2025-01-17T13:54:04.594Z | Downloaded regex-syntax v0.6.29 |
| 992 | 2025-01-17T13:54:04.601Z | Downloaded vcpkg v0.2.15 |
| 993 | 2025-01-17T13:54:04.639Z | Downloaded petgraph v0.6.5 |
| 994 | 2025-01-17T13:54:04.655Z | Downloaded csv v1.3.0 |
| 995 | 2025-01-17T13:54:04.673Z | Downloaded libz-sys v1.1.20 |
| 996 | 2025-01-17T13:54:04.693Z | Downloaded curve25519-dalek v4.1.3 |
| 997 | 2025-01-17T13:54:04.701Z | Downloaded reqwest v0.12.9 |
| 998 | 2025-01-17T13:54:04.709Z | Downloaded sha3 v0.10.8 |
| 999 | 2025-01-17T13:54:04.713Z | Downloaded p256 v0.13.2 |
| 1000 | 2025-01-17T13:54:04.716Z | Downloaded zip v0.6.6 |
| 1001 | 2025-01-17T13:54:04.720Z | Downloaded url v2.5.3 |
| 1002 | 2025-01-17T13:54:04.724Z | Downloaded diesel_derives v2.2.3 |
| 1003 | 2025-01-17T13:54:04.728Z | Downloaded toml_edit v0.19.15 |
| 1004 | 2025-01-17T13:54:04.744Z | Downloaded openssl-sys v0.9.103 |
| 1005 | 2025-01-17T13:54:04.749Z | Downloaded sqlparser v0.45.0 |
| 1006 | 2025-01-17T13:54:04.754Z | Downloaded der v0.7.9 |
| 1007 | 2025-01-17T13:54:04.759Z | Downloaded steno v0.4.1 |
| 1008 | 2025-01-17T13:54:04.763Z | Downloaded typed-path v0.9.3 |
| 1009 | 2025-01-17T13:54:04.768Z | Downloaded p521 v0.13.3 |
| 1010 | 2025-01-17T13:54:04.773Z | Downloaded rayon v1.10.0 |
| 1011 | 2025-01-17T13:54:04.782Z | Downloaded chrono v0.4.38 |
| 1012 | 2025-01-17T13:54:04.789Z | Downloaded bindgen v0.69.5 |
| 1013 | 2025-01-17T13:54:04.796Z | Downloaded dhcproto v0.12.0 |
| 1014 | 2025-01-17T13:54:04.799Z | Downloaded fallible-iterator v0.2.0 |
| 1015 | 2025-01-17T13:54:04.801Z | Downloaded hashlink v0.9.1 |
| 1016 | 2025-01-17T13:54:04.804Z | Downloaded tar v0.4.42 |
| 1017 | 2025-01-17T13:54:04.806Z | Downloaded sct v0.7.1 |
| 1018 | 2025-01-17T13:54:04.809Z | Downloaded dirs-sys-next v0.1.2 |
| 1019 | 2025-01-17T13:54:04.811Z | Downloaded typify-macro v0.3.0 |
| 1020 | 2025-01-17T13:54:04.811Z | Downloaded tough v0.19.0 |
| 1021 | 2025-01-17T13:54:04.819Z | Downloaded static_assertions v1.1.0 |
| 1022 | 2025-01-17T13:54:04.821Z | Downloaded phf_shared v0.11.2 |
| 1023 | 2025-01-17T13:54:04.821Z | Downloaded flate2 v1.0.34 |
| 1024 | 2025-01-17T13:54:04.826Z | Downloaded rcgen v0.12.1 |
| 1025 | 2025-01-17T13:54:04.829Z | Downloaded aws-lc-rs v1.10.0 |
| 1026 | 2025-01-17T13:54:04.838Z | Downloaded tokio-rustls v0.24.1 |
| 1027 | 2025-01-17T13:54:04.841Z | Downloaded tinystr v0.7.6 |
| 1028 | 2025-01-17T13:54:04.844Z | Downloaded zerovec v0.10.4 |
| 1029 | 2025-01-17T13:54:04.847Z | Downloaded salty v0.3.0 |
| 1030 | 2025-01-17T13:54:04.854Z | Downloaded rustls-webpki v0.101.7 |
| 1031 | 2025-01-17T13:54:04.868Z | Downloaded encoding_rs v0.8.34 |
| 1032 | 2025-01-17T13:54:04.888Z | Downloaded pkcs5 v0.7.1 |
| 1033 | 2025-01-17T13:54:04.892Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1034 | 2025-01-17T13:54:04.894Z | Downloaded serde_path_to_error v0.1.16 |
| 1035 | 2025-01-17T13:54:04.896Z | Downloaded rustyline v14.0.0 |
| 1036 | 2025-01-17T13:54:04.899Z | Downloaded yasna v0.5.2 |
| 1037 | 2025-01-17T13:54:04.902Z | Downloaded x509-cert v0.2.5 |
| 1038 | 2025-01-17T13:54:04.907Z | Downloaded futures-channel v0.3.31 |
| 1039 | 2025-01-17T13:54:04.910Z | Downloaded rustls-pki-types v1.10.0 |
| 1040 | 2025-01-17T13:54:04.913Z | Downloaded display-error-chain v0.2.2 |
| 1041 | 2025-01-17T13:54:04.915Z | Downloaded packed_struct v0.10.1 |
| 1042 | 2025-01-17T13:54:04.918Z | Downloaded tungstenite v0.24.0 |
| 1043 | 2025-01-17T13:54:04.920Z | Downloaded native-tls v0.2.12 |
| 1044 | 2025-01-17T13:54:04.923Z | Downloaded walkdir v2.5.0 |
| 1045 | 2025-01-17T13:54:04.925Z | Downloaded itertools v0.12.1 |
| 1046 | 2025-01-17T13:54:04.930Z | Downloaded either v1.13.0 |
| 1047 | 2025-01-17T13:54:04.932Z | Downloaded rustls-pemfile v2.2.0 |
| 1048 | 2025-01-17T13:54:04.935Z | Downloaded rustls-pemfile v1.0.4 |
| 1049 | 2025-01-17T13:54:04.937Z | Downloaded pin-project-internal v1.1.6 |
| 1050 | 2025-01-17T13:54:04.940Z | Downloaded password-hash v0.5.0 |
| 1051 | 2025-01-17T13:54:04.942Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1052 | 2025-01-17T13:54:04.996Z | Downloaded similar v2.6.0 |
| 1053 | 2025-01-17T13:54:05.001Z | Downloaded password-hash v0.4.2 |
| 1054 | 2025-01-17T13:54:05.004Z | Downloaded test-strategy v0.3.1 |
| 1055 | 2025-01-17T13:54:05.006Z | Downloaded zerofrom-derive v0.1.4 |
| 1056 | 2025-01-17T13:54:05.008Z | Downloaded aes v0.8.4 |
| 1057 | 2025-01-17T13:54:05.011Z | Downloaded unicode-segmentation v1.12.0 |
| 1058 | 2025-01-17T13:54:05.014Z | Downloaded spki v0.7.3 |
| 1059 | 2025-01-17T13:54:05.016Z | Downloaded slog-stdlog v4.1.1 |
| 1060 | 2025-01-17T13:54:05.018Z | Downloaded tungstenite v0.23.0 |
| 1061 | 2025-01-17T13:54:05.021Z | Downloaded slog-dtrace v0.3.0 |
| 1062 | 2025-01-17T13:54:05.023Z | Downloaded itertools v0.10.5 |
| 1063 | 2025-01-17T13:54:05.028Z | Downloaded oso v0.27.3 |
| 1064 | 2025-01-17T13:54:05.031Z | Downloaded socket2 v0.5.7 |
| 1065 | 2025-01-17T13:54:05.034Z | Downloaded headers v0.4.0 |
| 1066 | 2025-01-17T13:54:05.038Z | Downloaded zopfli v0.8.1 |
| 1067 | 2025-01-17T13:54:05.041Z | Downloaded uzers v0.12.1 |
| 1068 | 2025-01-17T13:54:05.044Z | Downloaded libm v0.2.8 |
| 1069 | 2025-01-17T13:54:05.051Z | Downloaded parse-display-derive v0.10.0 |
| 1070 | 2025-01-17T13:54:05.054Z | Downloaded minimal-lexical v0.2.1 |
| 1071 | 2025-01-17T13:54:05.056Z | Downloaded hickory-server v0.24.1 |
| 1072 | 2025-01-17T13:54:05.062Z | Downloaded paste v1.0.15 |
| 1073 | 2025-01-17T13:54:05.065Z | Downloaded strum_macros v0.25.3 |
| 1074 | 2025-01-17T13:54:05.067Z | Downloaded num-traits v0.2.19 |
| 1075 | 2025-01-17T13:54:05.070Z | Downloaded xattr v1.3.1 |
| 1076 | 2025-01-17T13:54:05.072Z | Downloaded backtrace v0.3.74 |
| 1077 | 2025-01-17T13:54:05.076Z | Downloaded wyz v0.5.1 |
| 1078 | 2025-01-17T13:54:05.078Z | Downloaded parking_lot_core v0.8.6 |
| 1079 | 2025-01-17T13:54:05.081Z | Downloaded crypto-bigint v0.5.5 |
| 1080 | 2025-01-17T13:54:05.085Z | Downloaded ghash v0.5.1 |
| 1081 | 2025-01-17T13:54:05.088Z | Downloaded flagset v0.4.6 |
| 1082 | 2025-01-17T13:54:05.090Z | Downloaded fixedbitset v0.4.2 |
| 1083 | 2025-01-17T13:54:05.090Z | Downloaded filetime v0.2.25 |
| 1084 | 2025-01-17T13:54:05.093Z | Downloaded ff v0.13.0 |
| 1085 | 2025-01-17T13:54:05.093Z | Downloaded predicates-tree v1.0.11 |
| 1086 | 2025-01-17T13:54:05.095Z | Downloaded pkcs1 v0.7.5 |
| 1087 | 2025-01-17T13:54:05.098Z | Downloaded indicatif v0.17.9 |
| 1088 | 2025-01-17T13:54:05.100Z | Downloaded const_format v0.2.33 |
| 1089 | 2025-01-17T13:54:05.104Z | Downloaded base64 v0.22.1 |
| 1090 | 2025-01-17T13:54:05.108Z | Downloaded prettyplease v0.2.25 |
| 1091 | 2025-01-17T13:54:05.111Z | Downloaded structmeta-derive v0.3.0 |
| 1092 | 2025-01-17T13:54:05.113Z | Downloaded sec1 v0.7.3 |
| 1093 | 2025-01-17T13:54:05.116Z | Downloaded serde_repr v0.1.19 |
| 1094 | 2025-01-17T13:54:05.118Z | Downloaded rusty-fork v0.3.0 |
| 1095 | 2025-01-17T13:54:05.118Z | Downloaded ref-cast-impl v1.0.23 |
| 1096 | 2025-01-17T13:54:05.118Z | Downloaded bytes v1.9.0 |
| 1097 | 2025-01-17T13:54:05.122Z | Downloaded bumpalo v3.16.0 |
| 1098 | 2025-01-17T13:54:05.124Z | Downloaded futures-sink v0.3.31 |
| 1099 | 2025-01-17T13:54:05.128Z | Downloaded futures-macro v0.3.31 |
| 1100 | 2025-01-17T13:54:05.128Z | Downloaded foldhash v0.1.3 |
| 1101 | 2025-01-17T13:54:05.131Z | Downloaded slog-scope v4.4.0 |
| 1102 | 2025-01-17T13:54:05.132Z | Downloaded smallvec v1.13.2 |
| 1103 | 2025-01-17T13:54:05.135Z | Downloaded crc-any v2.5.0 |
| 1104 | 2025-01-17T13:54:05.135Z | Downloaded form_urlencoded v1.2.1 |
| 1105 | 2025-01-17T13:54:05.135Z | Downloaded heapless v0.7.17 |
| 1106 | 2025-01-17T13:54:05.138Z | Downloaded difflib v0.4.0 |
| 1107 | 2025-01-17T13:54:05.140Z | Downloaded arc-swap v1.7.1 |
| 1108 | 2025-01-17T13:54:05.143Z | Downloaded compact_str v0.8.0 |
| 1109 | 2025-01-17T13:54:05.145Z | Downloaded debug-ignore v1.0.5 |
| 1110 | 2025-01-17T13:54:05.150Z | Downloaded signature v2.2.0 |
| 1111 | 2025-01-17T13:54:05.150Z | Downloaded mime_guess v2.0.5 |
| 1112 | 2025-01-17T13:54:05.152Z | Downloaded console v0.15.8 |
| 1113 | 2025-01-17T13:54:05.155Z | Downloaded icu_normalizer_data v1.5.0 |
| 1114 | 2025-01-17T13:54:05.158Z | Downloaded clang-sys v1.8.1 |
| 1115 | 2025-01-17T13:54:05.161Z | Downloaded blake2 v0.10.6 |
| 1116 | 2025-01-17T13:54:05.161Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1117 | 2025-01-17T13:54:05.163Z | Downloaded hyper-rustls v0.27.3 |
| 1118 | 2025-01-17T13:54:05.166Z | Downloaded ahash v0.8.11 |
| 1119 | 2025-01-17T13:54:05.168Z | Downloaded icu_locid v1.5.0 |
| 1120 | 2025-01-17T13:54:05.171Z | Downloaded ciborium v0.2.2 |
| 1121 | 2025-01-17T13:54:05.174Z | Downloaded structmeta v0.3.0 |
| 1122 | 2025-01-17T13:54:05.176Z | Downloaded structmeta v0.2.0 |
| 1123 | 2025-01-17T13:54:05.179Z | Downloaded ipnet v2.10.1 |
| 1124 | 2025-01-17T13:54:05.179Z | Downloaded allocator-api2 v0.2.18 |
| 1125 | 2025-01-17T13:54:05.181Z | Downloaded hostname v0.3.1 |
| 1126 | 2025-01-17T13:54:05.184Z | Downloaded blowfish v0.9.1 |
| 1127 | 2025-01-17T13:54:05.186Z | Downloaded lru v0.12.5 |
| 1128 | 2025-01-17T13:54:05.186Z | Downloaded linked-hash-map v0.5.6 |
| 1129 | 2025-01-17T13:54:05.189Z | Downloaded instability v0.3.2 |
| 1130 | 2025-01-17T13:54:05.189Z | Downloaded inout v0.1.3 |
| 1131 | 2025-01-17T13:54:05.191Z | Downloaded base64ct v1.6.0 |
| 1132 | 2025-01-17T13:54:05.191Z | Downloaded lazycell v1.3.0 |
| 1133 | 2025-01-17T13:54:05.194Z | Downloaded ipnetwork v0.20.0 |
| 1134 | 2025-01-17T13:54:05.197Z | Downloaded linear-map v1.2.0 |
| 1135 | 2025-01-17T13:54:05.200Z | Downloaded home v0.5.9 |
| 1136 | 2025-01-17T13:54:05.200Z | Downloaded kstat-rs v0.2.4 |
| 1137 | 2025-01-17T13:54:05.200Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1138 | 2025-01-17T13:54:05.203Z | Downloaded hyper-tls v0.6.0 |
| 1139 | 2025-01-17T13:54:05.203Z | Downloaded argon2 v0.5.3 |
| 1140 | 2025-01-17T13:54:05.205Z | Downloaded crc-catalog v2.4.0 |
| 1141 | 2025-01-17T13:54:05.205Z | Downloaded bb8 v0.8.5 |
| 1142 | 2025-01-17T13:54:05.208Z | Downloaded hostname v0.4.0 |
| 1143 | 2025-01-17T13:54:05.208Z | Downloaded hex-literal v0.4.1 |
| 1144 | 2025-01-17T13:54:05.210Z | Downloaded ctr v0.9.2 |
| 1145 | 2025-01-17T13:54:05.212Z | Downloaded chrono-tz-build v0.4.0 |
| 1146 | 2025-01-17T13:54:05.212Z | Downloaded cexpr v0.6.0 |
| 1147 | 2025-01-17T13:54:05.215Z | Downloaded cassowary v0.3.0 |
| 1148 | 2025-01-17T13:54:05.215Z | Downloaded constant_time_eq v0.3.1 |
| 1149 | 2025-01-17T13:54:05.217Z | Downloaded crc v3.2.1 |
| 1150 | 2025-01-17T13:54:05.220Z | Downloaded colored v2.1.0 |
| 1151 | 2025-01-17T13:54:05.222Z | Downloaded cobs v0.2.3 |
| 1152 | 2025-01-17T13:54:05.222Z | Downloaded castaway v0.2.3 |
| 1153 | 2025-01-17T13:54:05.225Z | Downloaded adler2 v2.0.0 |
| 1154 | 2025-01-17T13:54:05.225Z | Downloaded bitflags v1.3.2 |
| 1155 | 2025-01-17T13:54:05.227Z | Downloaded aead v0.5.2 |
| 1156 | 2025-01-17T13:54:05.229Z | Downloaded ascii-canvas v3.0.0 |
| 1157 | 2025-01-17T13:54:05.353Z | Downloaded libsqlite3-sys v0.30.1 |
| 1158 | 2025-01-17T13:54:05.430Z | Downloaded ring v0.17.8 |
| 1159 | 2025-01-17T13:54:05.766Z | Downloaded aws-lc-sys v0.22.0 |
| 1160 | 2025-01-17T13:54:06.086Z | Compiling serde v1.0.217 |
| 1161 | 2025-01-17T13:54:06.089Z | Compiling lock_api v0.4.12 |
| 1162 | 2025-01-17T13:54:06.089Z | Compiling scopeguard v1.2.0 |
| 1163 | 2025-01-17T13:54:06.089Z | Compiling value-bag v1.9.0 |
| 1164 | 2025-01-17T13:54:06.089Z | Compiling typenum v1.17.0 |
| 1165 | 2025-01-17T13:54:06.247Z | Compiling generic-array v0.14.7 |
| 1166 | 2025-01-17T13:54:06.288Z | Compiling syn v2.0.96 |
| 1167 | 2025-01-17T13:54:06.302Z | Compiling getrandom v0.2.15 |
| 1168 | 2025-01-17T13:54:06.458Z | Compiling subtle v2.6.1 |
| 1169 | 2025-01-17T13:54:06.586Z | Compiling rand_core v0.6.4 |
| 1170 | 2025-01-17T13:54:06.765Z | Compiling log v0.4.22 |
| 1171 | 2025-01-17T13:54:06.821Z | Compiling shlex v1.3.0 |
| 1172 | 2025-01-17T13:54:06.848Z | Compiling jobserver v0.1.32 |
| 1173 | 2025-01-17T13:54:06.873Z | Compiling const-oid v0.9.6 |
| 1174 | 2025-01-17T13:54:07.087Z | Compiling smallvec v1.13.2 |
| 1175 | 2025-01-17T13:54:07.159Z | Compiling spin v0.9.8 |
| 1176 | 2025-01-17T13:54:07.159Z | Compiling pin-project-lite v0.2.14 |
| 1177 | 2025-01-17T13:54:07.318Z | Compiling cc v1.1.30 |
| 1178 | 2025-01-17T13:54:07.454Z | Compiling rustix v0.38.37 |
| 1179 | 2025-01-17T13:54:07.497Z | Compiling parking_lot_core v0.9.10 |
| 1180 | 2025-01-17T13:54:07.553Z | Compiling futures-core v0.3.31 |
| 1181 | 2025-01-17T13:54:07.676Z | Compiling signal-hook-registry v1.4.2 |
| 1182 | 2025-01-17T13:54:07.804Z | Compiling mio v1.0.2 |
| 1183 | 2025-01-17T13:54:08.325Z | Compiling parking_lot v0.12.3 |
| 1184 | 2025-01-17T13:54:08.358Z | Compiling aho-corasick v1.1.3 |
| 1185 | 2025-01-17T13:54:08.516Z | Compiling cpufeatures v0.2.14 |
| 1186 | 2025-01-17T13:54:08.560Z | Compiling either v1.13.0 |
| 1187 | 2025-01-17T13:54:08.618Z | Compiling regex-syntax v0.8.5 |
| 1188 | 2025-01-17T13:54:08.857Z | Compiling lazy_static v1.5.0 |
| 1189 | 2025-01-17T13:54:08.893Z | Compiling stable_deref_trait v1.2.0 |
| 1190 | 2025-01-17T13:54:08.945Z | Compiling glob v0.3.1 |
| 1191 | 2025-01-17T13:54:08.991Z | Compiling futures-sink v0.3.31 |
| 1192 | 2025-01-17T13:54:09.019Z | Compiling socket2 v0.5.7 |
| 1193 | 2025-01-17T13:54:09.121Z | Compiling slab v0.4.9 |
| 1194 | 2025-01-17T13:54:09.143Z | Compiling prettyplease v0.2.25 |
| 1195 | 2025-01-17T13:54:09.538Z | Compiling minimal-lexical v0.2.1 |
| 1196 | 2025-01-17T13:54:09.652Z | Compiling serde_json v1.0.135 |
| 1197 | 2025-01-17T13:54:09.881Z | Compiling clang-sys v1.8.1 |
| 1198 | 2025-01-17T13:54:09.971Z | Compiling nom v7.1.3 |
| 1199 | 2025-01-17T13:54:10.060Z | Compiling libloading v0.8.5 |
| 1200 | 2025-01-17T13:54:10.299Z | Compiling home v0.5.9 |
| 1201 | 2025-01-17T13:54:10.463Z | Compiling bindgen v0.69.5 |
| 1202 | 2025-01-17T13:54:10.545Z | Compiling futures-channel v0.3.31 |
| 1203 | 2025-01-17T13:54:10.964Z | Compiling itertools v0.12.1 |
| 1204 | 2025-01-17T13:54:11.125Z | Compiling lazycell v1.3.0 |
| 1205 | 2025-01-17T13:54:11.316Z | Compiling rustc-hash v1.1.0 |
| 1206 | 2025-01-17T13:54:11.343Z | Compiling futures-io v0.3.31 |
| 1207 | 2025-01-17T13:54:11.480Z | Compiling allocator-api2 v0.2.18 |
| 1208 | 2025-01-17T13:54:11.641Z | Compiling foldhash v0.1.3 |
| 1209 | 2025-01-17T13:54:11.983Z | Compiling libm v0.2.8 |
| 1210 | 2025-01-17T13:54:12.253Z | Compiling futures-task v0.3.31 |
| 1211 | 2025-01-17T13:54:12.319Z | Compiling pin-utils v0.1.0 |
| 1212 | 2025-01-17T13:54:12.427Z | Compiling regex-automata v0.4.8 |
| 1213 | 2025-01-17T13:54:12.571Z | Compiling hashbrown v0.15.1 |
| 1214 | 2025-01-17T13:54:13.176Z | Compiling cexpr v0.6.0 |
| 1215 | 2025-01-17T13:54:13.352Z | Compiling cmake v0.1.51 |
| 1216 | 2025-01-17T13:54:13.751Z | Compiling synstructure v0.13.1 |
| 1217 | 2025-01-17T13:54:14.276Z | Compiling num-traits v0.2.19 |
| 1218 | 2025-01-17T13:54:14.574Z | Compiling pkg-config v0.3.31 |
| 1219 | 2025-01-17T13:54:14.827Z | Compiling tinyvec_macros v0.1.1 |
| 1220 | 2025-01-17T13:54:14.885Z | Compiling dunce v1.0.5 |
| 1221 | 2025-01-17T13:54:14.943Z | Compiling fs_extra v1.3.0 |
| 1222 | 2025-01-17T13:54:15.035Z | Compiling tinyvec v1.8.0 |
| 1223 | 2025-01-17T13:54:15.525Z | Compiling ring v0.17.8 |
| 1224 | 2025-01-17T13:54:15.859Z | Compiling base64ct v1.6.0 |
| 1225 | 2025-01-17T13:54:16.459Z | Compiling unicode-normalization v0.1.24 |
| 1226 | 2025-01-17T13:54:16.478Z | Compiling writeable v0.5.5 |
| 1227 | 2025-01-17T13:54:16.784Z | Compiling unicode-bidi v0.3.17 |
| 1228 | 2025-01-17T13:54:16.871Z | Compiling paste v1.0.15 |
| 1229 | 2025-01-17T13:54:17.022Z | Compiling litemap v0.7.3 |
| 1230 | 2025-01-17T13:54:17.440Z | Compiling pem-rfc7468 v0.7.0 |
| 1231 | 2025-01-17T13:54:17.530Z | Compiling httparse v1.9.5 |
| 1232 | 2025-01-17T13:54:18.027Z | Compiling regex v1.11.1 |
| 1233 | 2025-01-17T13:54:18.075Z | Compiling flagset v0.4.6 |
| 1234 | 2025-01-17T13:54:18.197Z | Compiling aws-lc-rs v1.10.0 |
| 1235 | 2025-01-17T13:54:18.334Z | Compiling tracing-core v0.1.32 |
| 1236 | 2025-01-17T13:54:18.606Z | Compiling rustls-pki-types v1.10.0 |
| 1237 | 2025-01-17T13:54:18.999Z | Compiling crossbeam-utils v0.8.20 |
| 1238 | 2025-01-17T13:54:19.039Z | Compiling serde_derive v1.0.217 |
| 1239 | 2025-01-17T13:54:19.272Z | Compiling zeroize_derive v1.4.2 |
| 1240 | 2025-01-17T13:54:19.474Z | Compiling zerocopy-derive v0.7.35 |
| 1241 | 2025-01-17T13:54:19.565Z | Compiling tokio-macros v2.5.0 |
| 1242 | 2025-01-17T13:54:19.587Z | Compiling zerofrom-derive v0.1.4 |
| 1243 | 2025-01-17T13:54:20.734Z | Compiling zeroize v1.8.1 |
| 1244 | 2025-01-17T13:54:21.088Z | Compiling yoke-derive v0.7.4 |
| 1245 | 2025-01-17T13:54:21.298Z | Compiling thiserror-impl v1.0.69 |
| 1246 | 2025-01-17T13:54:21.437Z | Compiling zerocopy v0.7.35 |
| 1247 | 2025-01-17T13:54:22.328Z | Compiling crypto-common v0.1.6 |
| 1248 | 2025-01-17T13:54:22.581Z | Compiling block-buffer v0.10.4 |
| 1249 | 2025-01-17T13:54:22.732Z | Compiling zerovec-derive v0.10.3 |
| 1250 | 2025-01-17T13:54:22.836Z | Compiling digest v0.10.7 |
| 1251 | 2025-01-17T13:54:23.092Z | Compiling zerofrom v0.1.4 |
| 1252 | 2025-01-17T13:54:23.217Z | Compiling futures-macro v0.3.31 |
| 1253 | 2025-01-17T13:54:23.306Z | Compiling hmac v0.12.1 |
| 1254 | 2025-01-17T13:54:23.327Z | Compiling block-padding v0.3.3 |
| 1255 | 2025-01-17T13:54:23.463Z | Compiling displaydoc v0.2.5 |
| 1256 | 2025-01-17T13:54:23.553Z | Compiling inout v0.1.3 |
| 1257 | 2025-01-17T13:54:23.578Z | Compiling sha2 v0.10.8 |
| 1258 | 2025-01-17T13:54:23.675Z | Compiling yoke v0.7.4 |
| 1259 | 2025-01-17T13:54:23.837Z | Compiling cipher v0.4.4 |
| 1260 | 2025-01-17T13:54:24.031Z | Compiling ppv-lite86 v0.2.20 |
| 1261 | 2025-01-17T13:54:24.313Z | Compiling thiserror v1.0.69 |
| 1262 | 2025-01-17T13:54:24.346Z | Compiling der_derive v0.7.3 |
| 1263 | 2025-01-17T13:54:24.463Z | Compiling icu_provider_macros v1.5.0 |
| 1264 | 2025-01-17T13:54:24.828Z | Compiling rand_chacha v0.3.1 |
| 1265 | 2025-01-17T13:54:25.023Z | Compiling tracing-attributes v0.1.27 |
| 1266 | 2025-01-17T13:54:25.119Z | Compiling futures-util v0.3.31 |
| 1267 | 2025-01-17T13:54:25.268Z | Compiling zerovec v0.10.4 |
| 1268 | 2025-01-17T13:54:25.583Z | Compiling icu_locid_transform_data v1.5.0 |
| 1269 | 2025-01-17T13:54:25.696Z | Compiling percent-encoding v2.3.1 |
| 1270 | 2025-01-17T13:54:26.004Z | Compiling rand v0.8.5 |
| 1271 | 2025-01-17T13:54:26.695Z | Compiling der v0.7.9 |
| 1272 | 2025-01-17T13:54:27.132Z | Compiling tinystr v0.7.6 |
| 1273 | 2025-01-17T13:54:27.169Z | Compiling icu_collections v1.5.0 |
| 1274 | 2025-01-17T13:54:27.343Z | Compiling pest v2.7.14 |
| 1275 | 2025-01-17T13:54:27.504Z | Compiling icu_locid v1.5.0 |
| 1276 | 2025-01-17T13:54:27.990Z | Compiling salsa20 v0.10.2 |
| 1277 | 2025-01-17T13:54:28.242Z | Compiling pbkdf2 v0.12.2 |
| 1278 | 2025-01-17T13:54:28.318Z | Compiling tracing v0.1.40 |
| 1279 | 2025-01-17T13:54:28.493Z | Compiling untrusted v0.7.1 |
| 1280 | 2025-01-17T13:54:28.694Z | Compiling icu_provider v1.5.0 |
| 1281 | 2025-01-17T13:54:28.803Z | Compiling spki v0.7.3 |
| 1282 | 2025-01-17T13:54:29.155Z | Compiling num-conv v0.1.0 |
| 1283 | 2025-01-17T13:54:29.190Z | Compiling untrusted v0.9.0 |
| 1284 | 2025-01-17T13:54:29.388Z | Compiling icu_locid_transform v1.5.0 |
| 1285 | 2025-01-17T13:54:29.447Z | Compiling vcpkg v0.2.15 |
| 1286 | 2025-01-17T13:54:29.616Z | Compiling icu_properties_data v1.5.0 |
| 1287 | 2025-01-17T13:54:29.673Z | Compiling powerfmt v0.2.0 |
| 1288 | 2025-01-17T13:54:29.765Z | Compiling time-core v0.1.2 |
| 1289 | 2025-01-17T13:54:29.861Z | Compiling mirai-annotations v1.12.0 |
| 1290 | 2025-01-17T13:54:29.948Z | Compiling time-macros v0.2.18 |
| 1291 | 2025-01-17T13:54:30.068Z | Compiling pest_meta v2.7.14 |
| 1292 | 2025-01-17T13:54:30.070Z | Compiling deranged v0.3.11 |
| 1293 | 2025-01-17T13:54:31.290Z | Compiling openssl-sys v0.9.103 |
| 1294 | 2025-01-17T13:54:31.494Z | Compiling icu_properties v1.5.1 |
| 1295 | 2025-01-17T13:54:31.663Z | Compiling bitflags v2.6.0 |
| 1296 | 2025-01-17T13:54:31.837Z | Compiling bytes v1.9.0 |
| 1297 | 2025-01-17T13:54:32.330Z | Compiling indexmap v2.7.0 |
| 1298 | 2025-01-17T13:54:33.038Z | Compiling tokio v1.43.0 |
| 1299 | 2025-01-17T13:54:33.060Z | Compiling http v1.2.0 |
| 1300 | 2025-01-17T13:54:33.599Z | Compiling semver v1.0.24 |
| 1301 | 2025-01-17T13:54:33.988Z | Compiling scrypt v0.11.0 |
| 1302 | 2025-01-17T13:54:34.308Z | Compiling rustc_version v0.4.1 |
| 1303 | 2025-01-17T13:54:34.556Z | Compiling aes v0.8.4 |
| 1304 | 2025-01-17T13:54:34.577Z | Compiling cbc v0.1.2 |
| 1305 | 2025-01-17T13:54:34.816Z | Compiling scroll_derive v0.12.0 |
| 1306 | 2025-01-17T13:54:34.838Z | Compiling utf16_iter v1.0.5 |
| 1307 | 2025-01-17T13:54:35.039Z | Compiling num_threads v0.1.7 |
| 1308 | 2025-01-17T13:54:35.068Z | Compiling icu_normalizer_data v1.5.0 |
| 1309 | 2025-01-17T13:54:35.191Z | Compiling atomic-waker v1.1.2 |
| 1310 | 2025-01-17T13:54:35.212Z | Compiling write16 v1.0.0 |
| 1311 | 2025-01-17T13:54:35.283Z | Compiling utf8_iter v1.0.4 |
| 1312 | 2025-01-17T13:54:35.355Z | Compiling time v0.3.36 |
| 1313 | 2025-01-17T13:54:35.382Z | Compiling http-body v1.0.1 |
| 1314 | 2025-01-17T13:54:35.538Z | Compiling icu_normalizer v1.5.0 |
| 1315 | 2025-01-17T13:54:35.629Z | Compiling pkcs5 v0.7.1 |
| 1316 | 2025-01-17T13:54:36.143Z | Compiling which v4.4.2 |
| 1317 | 2025-01-17T13:54:36.283Z | Compiling scroll v0.12.0 |
| 1318 | 2025-01-17T13:54:36.834Z | Compiling pest_generator v2.7.14 |
| 1319 | 2025-01-17T13:54:36.856Z | Compiling form_urlencoded v1.2.1 |
| 1320 | 2025-01-17T13:54:36.878Z | Compiling slog v2.7.0 |
| 1321 | 2025-01-17T13:54:37.184Z | Compiling try-lock v0.2.5 |
| 1322 | 2025-01-17T13:54:37.304Z | Compiling goblin v0.8.2 |
| 1323 | 2025-01-17T13:54:37.354Z | Compiling want v0.3.1 |
| 1324 | 2025-01-17T13:54:37.358Z | Compiling idna_adapter v1.2.0 |
| 1325 | 2025-01-17T13:54:37.471Z | Compiling pkcs8 v0.10.2 |
| 1326 | 2025-01-17T13:54:37.617Z | Compiling uuid v1.12.0 |
| 1327 | 2025-01-17T13:54:37.638Z | Compiling httpdate v1.0.3 |
| 1328 | 2025-01-17T13:54:38.092Z | Compiling iana-time-zone v0.1.61 |
| 1329 | 2025-01-17T13:54:38.114Z | Compiling idna v1.0.3 |
| 1330 | 2025-01-17T13:54:38.493Z | Compiling chrono v0.4.38 |
| 1331 | 2025-01-17T13:54:38.680Z | Compiling pest_derive v2.7.14 |
| 1332 | 2025-01-17T13:54:39.471Z | Compiling dtrace-parser v0.2.0 |
| 1333 | 2025-01-17T13:54:39.821Z | Compiling toml_datetime v0.6.8 |
| 1334 | 2025-01-17T13:54:39.927Z | Compiling serde_tokenstream v0.2.2 |
| 1335 | 2025-01-17T13:54:39.975Z | Compiling serde_spanned v0.6.8 |
| 1336 | 2025-01-17T13:54:40.226Z | Compiling adler2 v2.0.0 |
| 1337 | 2025-01-17T13:54:40.280Z | Compiling match_cfg v0.1.0 |
| 1338 | 2025-01-17T13:54:40.388Z | Compiling openssl v0.10.66 |
| 1339 | 2025-01-17T13:54:40.451Z | Compiling rustversion v1.0.17 |
| 1340 | 2025-01-17T13:54:40.514Z | Compiling tower-service v0.3.3 |
| 1341 | 2025-01-17T13:54:40.654Z | Compiling foreign-types-shared v0.1.1 |
| 1342 | 2025-01-17T13:54:40.786Z | Compiling base64 v0.22.1 |
| 1343 | 2025-01-17T13:54:40.834Z | Compiling foreign-types v0.3.2 |
| 1344 | 2025-01-17T13:54:40.946Z | Compiling miniz_oxide v0.8.0 |
| 1345 | 2025-01-17T13:54:41.113Z | Compiling tokio-util v0.7.12 |
| 1346 | 2025-01-17T13:54:41.486Z | Compiling hostname v0.3.1 |
| 1347 | 2025-01-17T13:54:41.512Z | Compiling url v2.5.3 |
| 1348 | 2025-01-17T13:54:41.821Z | Compiling async-trait v0.1.83 |
| 1349 | 2025-01-17T13:54:42.367Z | Compiling h2 v0.4.6 |
| 1350 | 2025-01-17T13:54:42.389Z | Compiling openssl-macros v0.1.1 |
| 1351 | 2025-01-17T13:54:42.935Z | Compiling serde_derive_internals v0.29.1 |
| 1352 | 2025-01-17T13:54:43.141Z | Compiling dof v0.3.0 |
| 1353 | 2025-01-17T13:54:43.236Z | Compiling dirs-sys-next v0.1.2 |
| 1354 | 2025-01-17T13:54:43.802Z | Compiling siphasher v0.3.11 |
| 1355 | 2025-01-17T13:54:44.175Z | Compiling usdt-impl v0.5.0 |
| 1356 | 2025-01-17T13:54:44.193Z | Compiling native-tls v0.2.12 |
| 1357 | 2025-01-17T13:54:44.567Z | Compiling data-encoding v2.6.0 |
| 1358 | 2025-01-17T13:54:45.002Z | Compiling schemars v0.8.21 |
| 1359 | 2025-01-17T13:54:45.246Z | Compiling rustls v0.23.19 |
| 1360 | 2025-01-17T13:54:45.355Z | Compiling rustls v0.22.4 |
| 1361 | 2025-01-17T13:54:45.537Z | Compiling syn v1.0.109 |
| 1362 | 2025-01-17T13:54:45.616Z | Compiling schemars_derive v0.8.21 |
| 1363 | 2025-01-17T13:54:45.701Z | Compiling dirs-next v2.0.0 |
| 1364 | 2025-01-17T13:54:46.566Z | Compiling http-body-util v0.1.2 |
| 1365 | 2025-01-17T13:54:46.648Z | Compiling heapless v0.7.17 |
| 1366 | 2025-01-17T13:54:46.718Z | Compiling crossbeam-epoch v0.9.18 |
| 1367 | 2025-01-17T13:54:47.046Z | Compiling sha1 v0.10.6 |
| 1368 | 2025-01-17T13:54:47.089Z | Compiling signature v2.2.0 |
| 1369 | 2025-01-17T13:54:47.399Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1370 | 2025-01-17T13:54:47.428Z | Compiling thread_local v1.1.8 |
| 1371 | 2025-01-17T13:54:47.448Z | Compiling encoding_rs v0.8.34 |
| 1372 | 2025-01-17T13:54:47.476Z | Compiling cookie v0.18.1 |
| 1373 | 2025-01-17T13:54:47.769Z | Compiling multer v3.1.0 |
| 1374 | 2025-01-17T13:54:47.846Z | Compiling gimli v0.31.1 |
| 1375 | 2025-01-17T13:54:47.922Z | Compiling unicode-properties v0.1.3 |
| 1376 | 2025-01-17T13:54:48.063Z | Compiling mime v0.3.17 |
| 1377 | 2025-01-17T13:54:48.371Z | Compiling dyn-clone v1.0.17 |
| 1378 | 2025-01-17T13:54:48.544Z | Compiling rayon-core v1.12.1 |
| 1379 | 2025-01-17T13:54:48.604Z | Compiling slog-async v2.8.0 |
| 1380 | 2025-01-17T13:54:48.637Z | Compiling signal-hook v0.3.17 |
| 1381 | 2025-01-17T13:54:48.835Z | Compiling ipnet v2.10.1 |
| 1382 | 2025-01-17T13:54:48.917Z | Compiling openssl-probe v0.1.5 |
| 1383 | 2025-01-17T13:54:49.290Z | Compiling stringprep v0.1.5 |
| 1384 | 2025-01-17T13:54:49.986Z | Compiling hyper v1.5.2 |
| 1385 | 2025-01-17T13:54:50.513Z | Compiling toml_edit v0.22.22 |
| 1386 | 2025-01-17T13:54:52.277Z | Compiling addr2line v0.24.2 |
| 1387 | 2025-01-17T13:54:52.594Z | Compiling hyper-util v0.1.10 |
| 1388 | 2025-01-17T13:54:52.798Z | Compiling crossbeam-deque v0.8.5 |
| 1389 | 2025-01-17T13:54:53.004Z | Compiling usdt-macro v0.5.0 |
| 1390 | 2025-01-17T13:54:53.124Z | Compiling usdt-attr-macro v0.5.0 |
| 1391 | 2025-01-17T13:54:53.702Z | Compiling term v0.7.0 |
| 1392 | 2025-01-17T13:54:54.064Z | Compiling slog-json v2.6.1 |
| 1393 | 2025-01-17T13:54:54.357Z | Compiling serde_urlencoded v0.7.1 |
| 1394 | 2025-01-17T13:54:54.442Z | Compiling curve25519-dalek v4.1.3 |
| 1395 | 2025-01-17T13:54:54.669Z | Compiling crossbeam-channel v0.5.13 |
| 1396 | 2025-01-17T13:54:54.880Z | Compiling futures-executor v0.3.31 |
| 1397 | 2025-01-17T13:54:55.003Z | Compiling enum-as-inner v0.6.1 |
| 1398 | 2025-01-17T13:54:55.165Z | Compiling md-5 v0.10.6 |
| 1399 | 2025-01-17T13:54:55.419Z | Compiling rustls-pemfile v2.2.0 |
| 1400 | 2025-01-17T13:54:55.458Z | Compiling async-stream-impl v0.3.6 |
| 1401 | 2025-01-17T13:54:55.504Z | Compiling num-integer v0.1.46 |
| 1402 | 2025-01-17T13:54:55.681Z | Compiling idna v0.4.0 |
| 1403 | 2025-01-17T13:54:55.761Z | Compiling idna v0.3.0 |
| 1404 | 2025-01-17T13:54:56.065Z | Compiling hash32 v0.2.1 |
| 1405 | 2025-01-17T13:54:56.242Z | Compiling ff v0.13.0 |
| 1406 | 2025-01-17T13:54:56.393Z | Compiling is-terminal v0.4.13 |
| 1407 | 2025-01-17T13:54:56.465Z | Compiling object v0.36.5 |
| 1408 | 2025-01-17T13:54:56.532Z | Compiling dropshot v0.12.0 |
| 1409 | 2025-01-17T13:54:56.742Z | Compiling portable-atomic v1.9.0 |
| 1410 | 2025-01-17T13:54:56.839Z | Compiling anyhow v1.0.93 |
| 1411 | 2025-01-17T13:54:57.243Z | Compiling utf-8 v0.7.6 |
| 1412 | 2025-01-17T13:54:57.322Z | Compiling num-bigint-dig v0.8.4 |
| 1413 | 2025-01-17T13:54:57.417Z | Compiling base16ct v0.2.0 |
| 1414 | 2025-01-17T13:54:57.578Z | Compiling quick-error v1.2.3 |
| 1415 | 2025-01-17T13:54:57.626Z | Compiling linked-hash-map v0.5.6 |
| 1416 | 2025-01-17T13:54:57.724Z | Compiling rustc-demangle v0.1.24 |
| 1417 | 2025-01-17T13:54:57.746Z | Compiling smoltcp v0.9.1 |
| 1418 | 2025-01-17T13:54:57.749Z | Compiling psl-types v2.0.11 |
| 1419 | 2025-01-17T13:54:57.913Z | Compiling fallible-iterator v0.2.0 |
| 1420 | 2025-01-17T13:54:57.943Z | Compiling take_mut v0.2.2 |
| 1421 | 2025-01-17T13:54:57.964Z | Compiling publicsuffix v2.2.3 |
| 1422 | 2025-01-17T13:54:58.221Z | Compiling lru-cache v0.1.2 |
| 1423 | 2025-01-17T13:54:58.448Z | Compiling resolv-conf v0.7.0 |
| 1424 | 2025-01-17T13:54:58.534Z | Compiling postgres-protocol v0.6.7 |
| 1425 | 2025-01-17T13:54:58.568Z | Compiling sec1 v0.7.3 |
| 1426 | 2025-01-17T13:54:58.687Z | Compiling tungstenite v0.24.0 |
| 1427 | 2025-01-17T13:54:59.163Z | Compiling async-stream v0.3.6 |
| 1428 | 2025-01-17T13:54:59.232Z | Compiling hickory-proto v0.24.1 |
| 1429 | 2025-01-17T13:54:59.486Z | Compiling slog-term v2.9.1 |
| 1430 | 2025-01-17T13:54:59.549Z | Compiling group v0.13.0 |
| 1431 | 2025-01-17T13:54:59.759Z | Compiling usdt v0.5.0 |
| 1432 | 2025-01-17T13:55:00.267Z | Compiling num-iter v0.1.45 |
| 1433 | 2025-01-17T13:55:00.588Z | Compiling futures v0.3.31 |
| 1434 | 2025-01-17T13:55:00.632Z | Compiling slog-bunyan v2.5.0 |
| 1435 | 2025-01-17T13:55:00.863Z | Compiling toml v0.8.19 |
| 1436 | 2025-01-17T13:55:00.923Z | Compiling tokio-native-tls v0.3.1 |
| 1437 | 2025-01-17T13:55:01.919Z | Compiling camino v1.1.9 |
| 1438 | 2025-01-17T13:55:02.413Z | Compiling phf_shared v0.11.2 |
| 1439 | 2025-01-17T13:55:02.446Z | Compiling dropshot_endpoint v0.12.0 |
| 1440 | 2025-01-17T13:55:02.758Z | Compiling terminal_size v0.4.0 |
| 1441 | 2025-01-17T13:55:02.793Z | Compiling waitgroup v0.1.2 |
| 1442 | 2025-01-17T13:55:02.995Z | Compiling backtrace v0.3.74 |
| 1443 | 2025-01-17T13:55:03.022Z | Compiling openapiv3 v2.0.0 |
| 1444 | 2025-01-17T13:55:03.100Z | Compiling serde_path_to_error v0.1.16 |
| 1445 | 2025-01-17T13:55:03.556Z | Compiling hkdf v0.12.4 |
| 1446 | 2025-01-17T13:55:03.840Z | Compiling crypto-bigint v0.5.5 |
| 1447 | 2025-01-17T13:55:03.860Z | Compiling webpki-roots v0.26.6 |
| 1448 | 2025-01-17T13:55:04.092Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1449 | 2025-01-17T13:55:05.582Z | Compiling zerocopy-derive v0.6.6 |
| 1450 | 2025-01-17T13:55:06.028Z | Compiling idna v0.5.0 |
| 1451 | 2025-01-17T13:55:06.062Z | Compiling hubpack_derive v0.1.1 |
| 1452 | 2025-01-17T13:55:06.632Z | Compiling hostname v0.4.0 |
| 1453 | 2025-01-17T13:55:06.871Z | Compiling fs-err v2.11.0 |
| 1454 | 2025-01-17T13:55:06.915Z | Compiling crc32fast v1.4.2 |
| 1455 | 2025-01-17T13:55:07.074Z | Compiling ahash v0.8.11 |
| 1456 | 2025-01-17T13:55:07.160Z | Compiling bitflags v1.3.2 |
| 1457 | 2025-01-17T13:55:07.277Z | Compiling managed v0.8.0 |
| 1458 | 2025-01-17T13:55:07.299Z | Compiling newtype-uuid v1.2.1 |
| 1459 | 2025-01-17T13:55:07.412Z | Compiling debug-ignore v1.0.5 |
| 1460 | 2025-01-17T13:55:07.495Z | Compiling winnow v0.5.40 |
| 1461 | 2025-01-17T13:55:07.549Z | Compiling strum_macros v0.25.3 |
| 1462 | 2025-01-17T13:55:07.597Z | Compiling clap_builder v4.5.21 |
| 1463 | 2025-01-17T13:55:07.674Z | Compiling zerocopy v0.6.6 |
| 1464 | 2025-01-17T13:55:08.411Z | Compiling console v0.15.8 |
| 1465 | 2025-01-17T13:55:08.679Z | Compiling flate2 v1.0.34 |
| 1466 | 2025-01-17T13:55:09.544Z | Compiling cookie_store v0.21.0 |
| 1467 | 2025-01-17T13:55:09.631Z | Compiling hubpack v0.1.2 |
| 1468 | 2025-01-17T13:55:09.779Z | Compiling elliptic-curve v0.13.8 |
| 1469 | 2025-01-17T13:55:10.080Z | Compiling hickory-resolver v0.24.1 |
| 1470 | 2025-01-17T13:55:10.928Z | Compiling toml_edit v0.19.15 |
| 1471 | 2025-01-17T13:55:11.041Z | Compiling phf v0.11.2 |
| 1472 | 2025-01-17T13:55:11.330Z | Compiling signal-hook-mio v0.2.4 |
| 1473 | 2025-01-17T13:55:11.347Z | Compiling rayon v1.10.0 |
| 1474 | 2025-01-17T13:55:11.367Z | Compiling hyper-tls v0.6.0 |
| 1475 | 2025-01-17T13:55:11.505Z | Compiling bzip2 v0.4.4 |
| 1476 | 2025-01-17T13:55:11.905Z | Compiling tokio-tungstenite v0.24.0 |
| 1477 | 2025-01-17T13:55:12.433Z | Compiling postgres-types v0.2.8 |
| 1478 | 2025-01-17T13:55:15.043Z | Compiling ed25519 v2.2.3 |
| 1479 | 2025-01-17T13:55:15.747Z | Compiling phf_shared v0.10.0 |
| 1480 | 2025-01-17T13:55:15.954Z | Compiling tokio-stream v0.1.16 |
| 1481 | 2025-01-17T13:55:16.024Z | Compiling pkcs1 v0.7.5 |
| 1482 | 2025-01-17T13:55:16.109Z | Compiling serde-big-array v0.5.1 |
| 1483 | 2025-01-17T13:55:16.352Z | Compiling clap_derive v4.5.18 |
| 1484 | 2025-01-17T13:55:16.875Z | Compiling rfc6979 v0.4.0 |
| 1485 | 2025-01-17T13:55:16.933Z | Compiling derive-where v1.2.7 |
| 1486 | 2025-01-17T13:55:16.937Z | Compiling serde_repr v0.1.19 |
| 1487 | 2025-01-17T13:55:17.078Z | Compiling float-cmp v0.9.0 |
| 1488 | 2025-01-17T13:55:17.313Z | Compiling bstr v1.10.0 |
| 1489 | 2025-01-17T13:55:17.892Z | Compiling sync_wrapper v1.0.1 |
| 1490 | 2025-01-17T13:55:18.027Z | Compiling predicates-core v1.0.8 |
| 1491 | 2025-01-17T13:55:18.057Z | Compiling new_debug_unreachable v1.0.6 |
| 1492 | 2025-01-17T13:55:18.077Z | Compiling number_prefix v0.4.0 |
| 1493 | 2025-01-17T13:55:18.167Z | Compiling bit-vec v0.6.3 |
| 1494 | 2025-01-17T13:55:18.316Z | Compiling unicode-segmentation v1.12.0 |
| 1495 | 2025-01-17T13:55:18.346Z | Compiling unicode-width v0.2.0 |
| 1496 | 2025-01-17T13:55:18.584Z | Compiling normalize-line-endings v0.3.0 |
| 1497 | 2025-01-17T13:55:18.730Z | Compiling difflib v0.4.0 |
| 1498 | 2025-01-17T13:55:18.916Z | Compiling static_assertions v1.1.0 |
| 1499 | 2025-01-17T13:55:18.937Z | Compiling whoami v1.5.2 |
| 1500 | 2025-01-17T13:55:19.022Z | Compiling fixedbitset v0.4.2 |
| 1501 | 2025-01-17T13:55:19.182Z | Compiling precomputed-hash v0.1.1 |
| 1502 | 2025-01-17T13:55:19.320Z | Compiling string_cache v0.8.7 |
| 1503 | 2025-01-17T13:55:19.470Z | Compiling petgraph v0.6.5 |
| 1504 | 2025-01-17T13:55:19.491Z | Compiling tokio-postgres v0.7.12 |
| 1505 | 2025-01-17T13:55:19.757Z | Compiling predicates v3.1.2 |
| 1506 | 2025-01-17T13:55:20.149Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1507 | 2025-01-17T13:55:20.171Z | Compiling similar v2.6.0 |
| 1508 | 2025-01-17T13:55:21.028Z | Compiling clap v4.5.21 |
| 1509 | 2025-01-17T13:55:21.161Z | Compiling indicatif v0.17.9 |
| 1510 | 2025-01-17T13:55:21.302Z | Compiling bit-set v0.5.3 |
| 1511 | 2025-01-17T13:55:21.593Z | Compiling ecdsa v0.16.9 |
| 1512 | 2025-01-17T13:55:22.302Z | Compiling rsa v0.9.6 |
| 1513 | 2025-01-17T13:55:22.439Z | Compiling ed25519-dalek v2.1.1 |
| 1514 | 2025-01-17T13:55:23.088Z | Compiling toml v0.7.8 |
| 1515 | 2025-01-17T13:55:23.215Z | Compiling zip v0.6.6 |
| 1516 | 2025-01-17T13:55:23.755Z | Compiling crossterm v0.28.1 |
| 1517 | 2025-01-17T13:55:25.191Z | Compiling hex v0.4.3 |
| 1518 | 2025-01-17T13:55:25.433Z | Compiling x509-cert v0.2.5 |
| 1519 | 2025-01-17T13:55:25.481Z | Compiling itertools v0.10.5 |
| 1520 | 2025-01-17T13:55:25.728Z | Compiling lalrpop-util v0.19.12 |
| 1521 | 2025-01-17T13:55:25.761Z | Compiling unicode-xid v0.2.6 |
| 1522 | 2025-01-17T13:55:25.967Z | Compiling peg-runtime v0.8.3 |
| 1523 | 2025-01-17T13:55:26.066Z | Compiling strum_macros v0.26.4 |
| 1524 | 2025-01-17T13:55:26.257Z | Compiling xattr v1.3.1 |
| 1525 | 2025-01-17T13:55:26.535Z | Compiling filetime v0.2.25 |
| 1526 | 2025-01-17T13:55:26.857Z | Compiling tar v0.4.42 |
| 1527 | 2025-01-17T13:55:30.709Z | Compiling strum v0.26.3 |
| 1528 | 2025-01-17T13:55:34.192Z | Compiling aws-lc-sys v0.22.0 |
| 1529 | 2025-01-17T13:56:01.553Z | Compiling rustls-webpki v0.102.8 |
| 1530 | 2025-01-17T13:56:04.738Z | Compiling tokio-rustls v0.25.0 |
| 1531 | 2025-01-17T13:56:06.410Z | Compiling tokio-rustls v0.26.0 |
| 1532 | 2025-01-17T13:56:06.658Z | Compiling hyper-rustls v0.27.3 |
| 1533 | 2025-01-17T13:56:06.998Z | Compiling reqwest v0.12.9 |
| 1534 | 2025-01-17T13:56:08.319Z | Compiling qorb v0.2.1 |
| 1535 | 2025-01-17T13:56:11.497Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1536 | 2025-01-17T13:56:11.743Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1537 | 2025-01-17T13:56:16.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1538 | 2025-01-17T13:56:16.357Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1539 | 2025-01-17T13:56:16.407Z | Jan 17 13:56:15.384 INFO Starting download, target: Clickhouse |
| 1540 | 2025-01-17T13:56:16.407Z | Jan 17 13:56:15.385 INFO Starting download, target: Console |
| 1541 | 2025-01-17T13:56:16.407Z | Jan 17 13:56:15.385 INFO Starting download, target: Cockroach |
| 1542 | 2025-01-17T13:56:16.407Z | Jan 17 13:56:15.385 INFO Starting download, target: DendriteOpenapi |
| 1543 | 2025-01-17T13:56:16.407Z | Jan 17 13:56:15.385 INFO Starting download, target: DendriteStub |
| 1544 | 2025-01-17T13:56:16.409Z | Jan 17 13:56:15.385 INFO Starting download, target: MaghemiteMgd |
| 1545 | 2025-01-17T13:56:16.410Z | Jan 17 13:56:15.385 INFO Starting download, target: TransceiverControl |
| 1546 | 2025-01-17T13:56:16.410Z | Jan 17 13:56:15.386 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1547 | 2025-01-17T13:56:16.410Z | Jan 17 13:56:15.386 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1548 | 2025-01-17T13:56:16.410Z | Jan 17 13:56:15.386 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1549 | 2025-01-17T13:56:16.410Z | Jan 17 13:56:15.386 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1550 | 2025-01-17T13:56:16.410Z | Jan 17 13:56:15.386 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1551 | 2025-01-17T13:56:16.410Z | Jan 17 13:56:15.386 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1552 | 2025-01-17T13:56:16.410Z | Jan 17 13:56:15.386 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1553 | 2025-01-17T13:56:16.859Z | Jan 17 13:56:15.831 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1554 | 2025-01-17T13:56:17.051Z | Jan 17 13:56:15.979 INFO Download complete, target: DendriteOpenapi |
| 1555 | 2025-01-17T13:56:17.179Z | Jan 17 13:56:16.122 INFO Download complete, target: Console |
| 1556 | 2025-01-17T13:56:17.273Z | Jan 17 13:56:16.178 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1557 | 2025-01-17T13:56:17.834Z | Jan 17 13:56:16.800 INFO Download complete, target: TransceiverControl |
| 1558 | 2025-01-17T13:56:18.187Z | Jan 17 13:56:17.163 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1559 | 2025-01-17T13:56:18.289Z | Jan 17 13:56:17.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1560 | 2025-01-17T13:56:18.386Z | Jan 17 13:56:17.363 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1561 | 2025-01-17T13:56:19.016Z | Jan 17 13:56:17.994 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1562 | 2025-01-17T13:56:19.016Z | Jan 17 13:56:17.994 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1563 | 2025-01-17T13:56:20.895Z | Jan 17 13:56:19.873 INFO Download complete, target: DendriteStub |
| 1564 | 2025-01-17T13:56:21.238Z | Jan 17 13:56:20.215 INFO Download complete, target: MaghemiteMgd |
| 1565 | 2025-01-17T13:56:26.375Z | Jan 17 13:56:25.352 INFO Checking that binary works, target: Cockroach |
| 1566 | 2025-01-17T13:56:26.537Z | Jan 17 13:56:25.514 INFO Download complete, target: Cockroach |
| 1567 | 2025-01-17T13:56:30.730Z | Jan 17 13:56:29.707 INFO Checking that binary works, target: Clickhouse |
| 1568 | 2025-01-17T13:56:30.845Z | Jan 17 13:56:29.821 INFO Download complete, target: Clickhouse |
| 1569 | 2025-01-17T13:56:30.852Z | All prerequisites installed successfully |
| 1570 | 2025-01-17T13:56:30.854Z | |
| 1571 | 2025-01-17T13:56:30.854Z | real 4:52.439731973 |
| 1572 | 2025-01-17T13:56:30.854Z | user 15:49.898899355 |
| 1573 | 2025-01-17T13:56:30.855Z | sys 2:05.512529779 |
| 1574 | 2025-01-17T13:56:30.855Z | trap 0.565791905 |
| 1575 | 2025-01-17T13:56:30.855Z | tflt 1.606979909 |
| 1576 | 2025-01-17T13:56:30.855Z | dflt 1.641879475 |
| 1577 | 2025-01-17T13:56:30.855Z | kflt 0.026075920 |
| 1578 | 2025-01-17T13:56:30.855Z | lock 24:35.294506717 |
| 1579 | 2025-01-17T13:56:30.855Z | slp 55:22.408997656 |
| 1580 | 2025-01-17T13:56:30.855Z | lat 59.855877041 |
| 1581 | 2025-01-17T13:56:30.855Z | stop 2:28.601849023 |
| 1582 | 2025-01-17T13:56:30.855Z | + ptime -m cargo xtask download softnpu |
| 1583 | 2025-01-17T13:56:31.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1584 | 2025-01-17T13:56:31.399Z | Running `target/debug/xtask download softnpu` |
| 1585 | 2025-01-17T13:56:32.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1586 | 2025-01-17T13:56:32.288Z | Running `target/debug/xtask-downloader softnpu` |
| 1587 | 2025-01-17T13:56:32.328Z | Jan 17 13:56:31.305 INFO Starting download, target: Softnpu |
| 1588 | 2025-01-17T13:56:32.331Z | Jan 17 13:56:31.306 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1589 | 2025-01-17T13:56:32.962Z | Jan 17 13:56:31.938 INFO Download complete, target: Softnpu |
| 1590 | 2025-01-17T13:56:32.966Z | |
| 1591 | 2025-01-17T13:56:32.968Z | real 2.106522521 |
| 1592 | 2025-01-17T13:56:32.968Z | user 1.273403671 |
| 1593 | 2025-01-17T13:56:32.968Z | sys 0.546866467 |
| 1594 | 2025-01-17T13:56:32.968Z | trap 0.001026684 |
| 1595 | 2025-01-17T13:56:32.968Z | tflt 0.000063294 |
| 1596 | 2025-01-17T13:56:32.968Z | dflt 0.000075525 |
| 1597 | 2025-01-17T13:56:32.968Z | kflt 0.000000000 |
| 1598 | 2025-01-17T13:56:32.968Z | lock 6.441730444 |
| 1599 | 2025-01-17T13:56:32.968Z | slp 0.453491860 |
| 1600 | 2025-01-17T13:56:32.968Z | lat 0.069490541 |
| 1601 | 2025-01-17T13:56:32.968Z | stop 0.000167835 |
| 1602 | 2025-01-17T13:56:32.968Z | + export CARGO_INCREMENTAL=0 |
| 1603 | 2025-01-17T13:56:32.969Z | + CARGO_INCREMENTAL=0 |
| 1604 | 2025-01-17T13:56:32.969Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1605 | 2025-01-17T13:56:33.921Z | Compiling proc-macro2 v1.0.92 |
| 1606 | 2025-01-17T13:56:33.921Z | Compiling unicode-ident v1.0.14 |
| 1607 | 2025-01-17T13:56:33.924Z | Compiling libc v0.2.169 |
| 1608 | 2025-01-17T13:56:33.924Z | Compiling serde v1.0.217 |
| 1609 | 2025-01-17T13:56:33.924Z | Compiling autocfg v1.4.0 |
| 1610 | 2025-01-17T13:56:33.924Z | Compiling version_check v0.9.5 |
| 1611 | 2025-01-17T13:56:33.924Z | Compiling cfg-if v1.0.0 |
| 1612 | 2025-01-17T13:56:34.209Z | Compiling memchr v2.7.4 |
| 1613 | 2025-01-17T13:56:34.227Z | Compiling typenum v1.17.0 |
| 1614 | 2025-01-17T13:56:34.247Z | Compiling shlex v1.3.0 |
| 1615 | 2025-01-17T13:56:34.614Z | Compiling value-bag v1.9.0 |
| 1616 | 2025-01-17T13:56:34.742Z | Compiling generic-array v0.14.7 |
| 1617 | 2025-01-17T13:56:34.837Z | Compiling lock_api v0.4.12 |
| 1618 | 2025-01-17T13:56:35.066Z | Compiling log v0.4.22 |
| 1619 | 2025-01-17T13:56:35.104Z | Compiling scopeguard v1.2.0 |
| 1620 | 2025-01-17T13:56:35.259Z | Compiling parking_lot_core v0.9.10 |
| 1621 | 2025-01-17T13:56:35.607Z | Compiling serde_json v1.0.135 |
| 1622 | 2025-01-17T13:56:35.669Z | Compiling quote v1.0.38 |
| 1623 | 2025-01-17T13:56:35.718Z | Compiling once_cell v1.20.2 |
| 1624 | 2025-01-17T13:56:35.839Z | Compiling jobserver v0.1.32 |
| 1625 | 2025-01-17T13:56:35.963Z | Compiling getrandom v0.2.15 |
| 1626 | 2025-01-17T13:56:36.110Z | Compiling syn v2.0.96 |
| 1627 | 2025-01-17T13:56:36.189Z | Compiling libm v0.2.8 |
| 1628 | 2025-01-17T13:56:36.244Z | Compiling cc v1.1.30 |
| 1629 | 2025-01-17T13:56:36.286Z | Compiling rustix v0.38.37 |
| 1630 | 2025-01-17T13:56:36.337Z | Compiling aho-corasick v1.1.3 |
| 1631 | 2025-01-17T13:56:36.383Z | Compiling num-traits v0.2.19 |
| 1632 | 2025-01-17T13:56:36.532Z | Compiling thiserror v1.0.69 |
| 1633 | 2025-01-17T13:56:36.550Z | Compiling regex-syntax v0.8.5 |
| 1634 | 2025-01-17T13:56:36.688Z | Compiling either v1.13.0 |
| 1635 | 2025-01-17T13:56:36.888Z | Compiling itoa v1.0.11 |
| 1636 | 2025-01-17T13:56:37.026Z | Compiling spin v0.9.8 |
| 1637 | 2025-01-17T13:56:37.277Z | Compiling slab v0.4.9 |
| 1638 | 2025-01-17T13:56:37.541Z | Compiling errno v0.3.9 |
| 1639 | 2025-01-17T13:56:37.580Z | Compiling byteorder v1.5.0 |
| 1640 | 2025-01-17T13:56:37.811Z | Compiling lazy_static v1.5.0 |
| 1641 | 2025-01-17T13:56:37.946Z | Compiling rand_core v0.6.4 |
| 1642 | 2025-01-17T13:56:38.052Z | Compiling glob v0.3.1 |
| 1643 | 2025-01-17T13:56:38.466Z | Compiling prettyplease v0.2.25 |
| 1644 | 2025-01-17T13:56:38.760Z | Compiling clang-sys v1.8.1 |
| 1645 | 2025-01-17T13:56:38.844Z | Compiling minimal-lexical v0.2.1 |
| 1646 | 2025-01-17T13:56:39.260Z | Compiling nom v7.1.3 |
| 1647 | 2025-01-17T13:56:39.333Z | Compiling libloading v0.8.5 |
| 1648 | 2025-01-17T13:56:39.399Z | Compiling subtle v2.6.1 |
| 1649 | 2025-01-17T13:56:39.459Z | Compiling bindgen v0.69.5 |
| 1650 | 2025-01-17T13:56:39.692Z | Compiling home v0.5.9 |
| 1651 | 2025-01-17T13:56:39.915Z | Compiling itertools v0.12.1 |
| 1652 | 2025-01-17T13:56:39.934Z | Compiling rustc-hash v1.1.0 |
| 1653 | 2025-01-17T13:56:40.121Z | Compiling regex-automata v0.4.8 |
| 1654 | 2025-01-17T13:56:40.396Z | Compiling allocator-api2 v0.2.18 |
| 1655 | 2025-01-17T13:56:40.438Z | Compiling lazycell v1.3.0 |
| 1656 | 2025-01-17T13:56:40.631Z | Compiling smallvec v1.13.2 |
| 1657 | 2025-01-17T13:56:41.104Z | Compiling cmake v0.1.51 |
| 1658 | 2025-01-17T13:56:41.325Z | Compiling fs_extra v1.3.0 |
| 1659 | 2025-01-17T13:56:41.872Z | Compiling semver v1.0.24 |
| 1660 | 2025-01-17T13:56:41.897Z | Compiling dunce v1.0.5 |
| 1661 | 2025-01-17T13:56:42.314Z | Compiling cexpr v0.6.0 |
| 1662 | 2025-01-17T13:56:42.522Z | Compiling pkg-config v0.3.31 |
| 1663 | 2025-01-17T13:56:42.597Z | Compiling ring v0.17.8 |
| 1664 | 2025-01-17T13:56:43.053Z | Compiling pin-project-lite v0.2.14 |
| 1665 | 2025-01-17T13:56:43.166Z | Compiling ryu v1.0.18 |
| 1666 | 2025-01-17T13:56:43.206Z | Compiling paste v1.0.15 |
| 1667 | 2025-01-17T13:56:43.466Z | Compiling synstructure v0.13.1 |
| 1668 | 2025-01-17T13:56:43.587Z | Compiling aws-lc-rs v1.10.0 |
| 1669 | 2025-01-17T13:56:43.738Z | Compiling const-oid v0.9.6 |
| 1670 | 2025-01-17T13:56:43.770Z | Compiling httparse v1.9.5 |
| 1671 | 2025-01-17T13:56:44.001Z | Compiling schemars v0.8.21 |
| 1672 | 2025-01-17T13:56:44.698Z | Compiling fnv v1.0.7 |
| 1673 | 2025-01-17T13:56:44.885Z | Compiling serde_derive_internals v0.29.1 |
| 1674 | 2025-01-17T13:56:45.190Z | Compiling foldhash v0.1.3 |
| 1675 | 2025-01-17T13:56:45.496Z | Compiling regex v1.11.1 |
| 1676 | 2025-01-17T13:56:45.748Z | Compiling equivalent v1.0.1 |
| 1677 | 2025-01-17T13:56:45.888Z | Compiling hashbrown v0.15.1 |
| 1678 | 2025-01-17T13:56:45.969Z | Compiling signal-hook-registry v1.4.2 |
| 1679 | 2025-01-17T13:56:46.408Z | Compiling heck v0.5.0 |
| 1680 | 2025-01-17T13:56:46.591Z | Compiling parking_lot v0.12.3 |
| 1681 | 2025-01-17T13:56:46.849Z | Compiling mio v1.0.2 |
| 1682 | 2025-01-17T13:56:47.637Z | Compiling serde_derive v1.0.217 |
| 1683 | 2025-01-17T13:56:47.671Z | Compiling zeroize_derive v1.4.2 |
| 1684 | 2025-01-17T13:56:48.447Z | Compiling zerocopy-derive v0.7.35 |
| 1685 | 2025-01-17T13:56:48.597Z | Compiling thiserror-impl v1.0.69 |
| 1686 | 2025-01-17T13:56:48.731Z | Compiling tokio-macros v2.5.0 |
| 1687 | 2025-01-17T13:56:48.970Z | Compiling zeroize v1.8.1 |
| 1688 | 2025-01-17T13:56:49.445Z | Compiling zerofrom-derive v0.1.4 |
| 1689 | 2025-01-17T13:56:49.557Z | Compiling yoke-derive v0.7.4 |
| 1690 | 2025-01-17T13:56:49.628Z | Compiling futures-macro v0.3.31 |
| 1691 | 2025-01-17T13:56:49.778Z | Compiling zerovec-derive v0.10.3 |
| 1692 | 2025-01-17T13:56:50.227Z | Compiling zerocopy v0.7.35 |
| 1693 | 2025-01-17T13:56:51.180Z | Compiling displaydoc v0.2.5 |
| 1694 | 2025-01-17T13:56:51.466Z | Compiling crypto-common v0.1.6 |
| 1695 | 2025-01-17T13:56:51.636Z | Compiling tracing-attributes v0.1.27 |
| 1696 | 2025-01-17T13:56:51.675Z | Compiling icu_provider_macros v1.5.0 |
| 1697 | 2025-01-17T13:56:51.996Z | Compiling schemars_derive v0.8.21 |
| 1698 | 2025-01-17T13:56:52.127Z | Compiling block-buffer v0.10.4 |
| 1699 | 2025-01-17T13:56:52.386Z | Compiling digest v0.10.7 |
| 1700 | 2025-01-17T13:56:52.488Z | Compiling stable_deref_trait v1.2.0 |
| 1701 | 2025-01-17T13:56:52.723Z | Compiling socket2 v0.5.7 |
| 1702 | 2025-01-17T13:56:52.794Z | Compiling futures-core v0.3.31 |
| 1703 | 2025-01-17T13:56:52.870Z | Compiling crossbeam-utils v0.8.20 |
| 1704 | 2025-01-17T13:56:53.058Z | Compiling num-conv v0.1.0 |
| 1705 | 2025-01-17T13:56:53.356Z | Compiling time-core v0.1.2 |
| 1706 | 2025-01-17T13:56:53.554Z | Compiling time-macros v0.2.18 |
| 1707 | 2025-01-17T13:56:53.678Z | Compiling der_derive v0.7.3 |
| 1708 | 2025-01-17T13:56:54.162Z | Compiling vcpkg v0.2.15 |
| 1709 | 2025-01-17T13:56:55.598Z | Compiling openssl-sys v0.9.103 |
| 1710 | 2025-01-17T13:56:56.072Z | Compiling syn v1.0.109 |
| 1711 | 2025-01-17T13:56:56.551Z | Compiling futures-sink v0.3.31 |
| 1712 | 2025-01-17T13:56:56.585Z | Compiling cpufeatures v0.2.14 |
| 1713 | 2025-01-17T13:56:56.710Z | Compiling slog v2.7.0 |
| 1714 | 2025-01-17T13:56:57.135Z | Compiling ahash v0.8.11 |
| 1715 | 2025-01-17T13:56:57.415Z | Compiling iana-time-zone v0.1.61 |
| 1716 | 2025-01-17T13:56:57.757Z | Compiling futures-channel v0.3.31 |
| 1717 | 2025-01-17T13:56:57.778Z | Compiling zerofrom v0.1.4 |
| 1718 | 2025-01-17T13:56:58.005Z | Compiling scroll_derive v0.12.0 |
| 1719 | 2025-01-17T13:56:58.116Z | Compiling pin-utils v0.1.0 |
| 1720 | 2025-01-17T13:56:58.132Z | Compiling futures-task v0.3.31 |
| 1721 | 2025-01-17T13:56:58.222Z | Compiling futures-io v0.3.31 |
| 1722 | 2025-01-17T13:56:58.241Z | Compiling ucd-trie v0.1.7 |
| 1723 | 2025-01-17T13:56:58.438Z | Compiling openssl v0.10.66 |
| 1724 | 2025-01-17T13:56:58.596Z | Compiling pest v2.7.14 |
| 1725 | 2025-01-17T13:56:58.707Z | Compiling futures-util v0.3.31 |
| 1726 | 2025-01-17T13:56:58.861Z | Compiling yoke v0.7.4 |
| 1727 | 2025-01-17T13:56:59.311Z | Compiling hmac v0.12.1 |
| 1728 | 2025-01-17T13:56:59.545Z | Compiling bitflags v2.6.0 |
| 1729 | 2025-01-17T13:56:59.641Z | Compiling bytes v1.9.0 |
| 1730 | 2025-01-17T13:57:00.763Z | Compiling indexmap v2.7.0 |
| 1731 | 2025-01-17T13:57:01.581Z | Compiling tokio v1.43.0 |
| 1732 | 2025-01-17T13:57:02.250Z | Compiling serde_tokenstream v0.2.2 |
| 1733 | 2025-01-17T13:57:02.821Z | Compiling uuid v1.12.0 |
| 1734 | 2025-01-17T13:57:02.947Z | Compiling http v1.2.0 |
| 1735 | 2025-01-17T13:57:04.165Z | Compiling which v4.4.2 |
| 1736 | 2025-01-17T13:57:04.650Z | Compiling chrono v0.4.38 |
| 1737 | 2025-01-17T13:57:04.731Z | Compiling rustc_version v0.4.1 |
| 1738 | 2025-01-17T13:57:07.015Z | Compiling pest_meta v2.7.14 |
| 1739 | 2025-01-17T13:57:10.750Z | Compiling zerovec v0.10.4 |
| 1740 | 2025-01-17T13:57:11.148Z | Compiling block-padding v0.3.3 |
| 1741 | 2025-01-17T13:57:11.407Z | Compiling openssl-macros v0.1.1 |
| 1742 | 2025-01-17T13:57:12.130Z | Compiling rustls v0.23.19 |
| 1743 | 2025-01-17T13:57:12.438Z | Compiling tinyvec_macros v0.1.1 |
| 1744 | 2025-01-17T13:57:12.554Z | Compiling native-tls v0.2.12 |
| 1745 | 2025-01-17T13:57:12.574Z | Compiling tinyvec v1.8.0 |
| 1746 | 2025-01-17T13:57:12.858Z | Compiling inout v0.1.3 |
| 1747 | 2025-01-17T13:57:12.899Z | Compiling pest_generator v2.7.14 |
| 1748 | 2025-01-17T13:57:13.135Z | Compiling serde_spanned v0.6.8 |
| 1749 | 2025-01-17T13:57:13.387Z | Compiling toml_datetime v0.6.8 |
| 1750 | 2025-01-17T13:57:13.878Z | Compiling tracing-core v0.1.32 |
| 1751 | 2025-01-17T13:57:13.903Z | Compiling strsim v0.11.1 |
| 1752 | 2025-01-17T13:57:14.058Z | Compiling dyn-clone v1.0.17 |
| 1753 | 2025-01-17T13:57:14.319Z | Compiling unicode-normalization v0.1.24 |
| 1754 | 2025-01-17T13:57:14.540Z | Compiling cipher v0.4.4 |
| 1755 | 2025-01-17T13:57:14.570Z | Compiling pest_derive v2.7.14 |
| 1756 | 2025-01-17T13:57:14.978Z | Compiling tracing v0.1.40 |
| 1757 | 2025-01-17T13:57:15.369Z | Compiling tinystr v0.7.6 |
| 1758 | 2025-01-17T13:57:15.796Z | Compiling sha2 v0.10.8 |
| 1759 | 2025-01-17T13:57:15.859Z | Compiling cookie v0.18.1 |
| 1760 | 2025-01-17T13:57:15.996Z | Compiling usdt-impl v0.5.0 |
| 1761 | 2025-01-17T13:57:16.016Z | Compiling unicode-bidi v0.3.17 |
| 1762 | 2025-01-17T13:57:16.166Z | Compiling base64ct v1.6.0 |
| 1763 | 2025-01-17T13:57:16.358Z | Compiling litemap v0.7.3 |
| 1764 | 2025-01-17T13:57:16.721Z | Compiling writeable v0.5.5 |
| 1765 | 2025-01-17T13:57:16.744Z | Compiling aws-lc-sys v0.22.0 |
| 1766 | 2025-01-17T13:57:17.727Z | Compiling icu_locid v1.5.0 |
| 1767 | 2025-01-17T13:57:18.695Z | Compiling pem-rfc7468 v0.7.0 |
| 1768 | 2025-01-17T13:57:19.782Z | Compiling scroll v0.12.0 |
| 1769 | 2025-01-17T13:57:20.398Z | Compiling ppv-lite86 v0.2.20 |
| 1770 | 2025-01-17T13:57:20.985Z | Compiling async-trait v0.1.83 |
| 1771 | 2025-01-17T13:57:22.757Z | Compiling flagset v0.4.6 |
| 1772 | 2025-01-17T13:57:22.971Z | Compiling plain v0.2.3 |
| 1773 | 2025-01-17T13:57:23.122Z | Compiling camino v1.1.9 |
| 1774 | 2025-01-17T13:57:23.672Z | Compiling percent-encoding v2.3.1 |
| 1775 | 2025-01-17T13:57:24.144Z | Compiling rustls-pki-types v1.10.0 |
| 1776 | 2025-01-17T13:57:24.370Z | Compiling anyhow v1.0.93 |
| 1777 | 2025-01-17T13:57:24.569Z | Compiling goblin v0.8.2 |
| 1778 | 2025-01-17T13:57:24.927Z | Compiling der v0.7.9 |
| 1779 | 2025-01-17T13:57:26.652Z | Compiling rand_chacha v0.3.1 |
| 1780 | 2025-01-17T13:57:27.257Z | Compiling icu_provider v1.5.0 |
| 1781 | 2025-01-17T13:57:27.585Z | Compiling tokio-util v0.7.12 |
| 1782 | 2025-01-17T13:57:28.422Z | Compiling pretty-hex v0.4.1 |
| 1783 | 2025-01-17T13:57:28.510Z | Compiling powerfmt v0.2.0 |
| 1784 | 2025-01-17T13:57:28.657Z | Compiling untrusted v0.9.0 |
| 1785 | 2025-01-17T13:57:28.880Z | Compiling icu_locid_transform_data v1.5.0 |
| 1786 | 2025-01-17T13:57:29.352Z | Compiling mirai-annotations v1.12.0 |
| 1787 | 2025-01-17T13:57:29.478Z | Compiling untrusted v0.7.1 |
| 1788 | 2025-01-17T13:57:29.530Z | Compiling rayon-core v1.12.1 |
| 1789 | 2025-01-17T13:57:29.549Z | Compiling rustls v0.22.4 |
| 1790 | 2025-01-17T13:57:29.686Z | Compiling icu_locid_transform v1.5.0 |
| 1791 | 2025-01-17T13:57:29.840Z | Compiling dof v0.3.0 |
| 1792 | 2025-01-17T13:57:30.227Z | Compiling deranged v0.3.11 |
| 1793 | 2025-01-17T13:57:31.947Z | Compiling rand v0.8.5 |
| 1794 | 2025-01-17T13:57:32.008Z | Compiling spki v0.7.3 |
| 1795 | 2025-01-17T13:57:32.193Z | Compiling dtrace-parser v0.2.0 |
| 1796 | 2025-01-17T13:57:32.383Z | Compiling salsa20 v0.10.2 |
| 1797 | 2025-01-17T13:57:32.583Z | Compiling icu_collections v1.5.0 |
| 1798 | 2025-01-17T13:57:33.772Z | Compiling pbkdf2 v0.12.2 |
| 1799 | 2025-01-17T13:57:34.247Z | Compiling thread-id v4.2.2 |
| 1800 | 2025-01-17T13:57:34.384Z | Compiling icu_properties_data v1.5.0 |
| 1801 | 2025-01-17T13:57:34.632Z | Compiling num_threads v0.1.7 |
| 1802 | 2025-01-17T13:57:34.906Z | Compiling atomic-waker v1.1.2 |
| 1803 | 2025-01-17T13:57:35.087Z | Compiling winnow v0.5.40 |
| 1804 | 2025-01-17T13:57:35.248Z | Compiling time v0.3.36 |
| 1805 | 2025-01-17T13:57:35.363Z | Compiling icu_properties v1.5.1 |
| 1806 | 2025-01-17T13:57:38.145Z | Compiling toml_edit v0.19.15 |
| 1807 | 2025-01-17T13:57:39.568Z | Compiling scrypt v0.11.0 |
| 1808 | 2025-01-17T13:57:39.635Z | Compiling form_urlencoded v1.2.1 |
| 1809 | 2025-01-17T13:57:40.091Z | Compiling aes v0.8.4 |
| 1810 | 2025-01-17T13:57:40.214Z | Compiling cbc v0.1.2 |
| 1811 | 2025-01-17T13:57:40.451Z | Compiling http-body v1.0.1 |
| 1812 | 2025-01-17T13:57:40.734Z | Compiling multer v3.1.0 |
| 1813 | 2025-01-17T13:57:41.045Z | Compiling icu_normalizer_data v1.5.0 |
| 1814 | 2025-01-17T13:57:41.169Z | Compiling slog-async v2.8.0 |
| 1815 | 2025-01-17T13:57:41.386Z | Compiling utf16_iter v1.0.5 |
| 1816 | 2025-01-17T13:57:41.603Z | Compiling utf8_iter v1.0.4 |
| 1817 | 2025-01-17T13:57:41.606Z | Compiling write16 v1.0.0 |
| 1818 | 2025-01-17T13:57:41.835Z | Compiling rustversion v1.0.17 |
| 1819 | 2025-01-17T13:57:42.430Z | Compiling try-lock v0.2.5 |
| 1820 | 2025-01-17T13:57:42.620Z | Compiling want v0.3.1 |
| 1821 | 2025-01-17T13:57:42.808Z | Compiling icu_normalizer v1.5.0 |
| 1822 | 2025-01-17T13:57:43.886Z | Compiling pkcs5 v0.7.1 |
| 1823 | 2025-01-17T13:57:44.885Z | Compiling h2 v0.4.6 |
| 1824 | 2025-01-17T13:57:45.247Z | Compiling heapless v0.7.17 |
| 1825 | 2025-01-17T13:57:46.171Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1826 | 2025-01-17T13:57:46.756Z | Compiling httpdate v1.0.3 |
| 1827 | 2025-01-17T13:57:47.322Z | Compiling signal-hook v0.3.17 |
| 1828 | 2025-01-17T13:57:47.640Z | Compiling pkcs8 v0.10.2 |
| 1829 | 2025-01-17T13:57:48.024Z | Compiling idna_adapter v1.2.0 |
| 1830 | 2025-01-17T13:57:49.075Z | Compiling usdt-macro v0.5.0 |
| 1831 | 2025-01-17T13:57:49.227Z | Compiling usdt-attr-macro v0.5.0 |
| 1832 | 2025-01-17T13:57:49.481Z | Compiling async-stream-impl v0.3.6 |
| 1833 | 2025-01-17T13:57:50.637Z | Compiling base64 v0.22.1 |
| 1834 | 2025-01-17T13:57:50.702Z | Compiling tower-service v0.3.3 |
| 1835 | 2025-01-17T13:57:50.737Z | Compiling adler2 v2.0.0 |
| 1836 | 2025-01-17T13:57:51.038Z | Compiling miniz_oxide v0.8.0 |
| 1837 | 2025-01-17T13:57:52.136Z | Compiling idna v1.0.3 |
| 1838 | 2025-01-17T13:57:54.440Z | Compiling hyper v1.5.2 |
| 1839 | 2025-01-17T13:57:57.777Z | Compiling hyper-util v0.1.10 |
| 1840 | 2025-01-17T13:57:57.854Z | Compiling curve25519-dalek v4.1.3 |
| 1841 | 2025-01-17T13:57:58.167Z | Compiling openapiv3 v2.0.0 |
| 1842 | 2025-01-17T13:57:58.380Z | Compiling enum-as-inner v0.6.1 |
| 1843 | 2025-01-17T13:57:59.516Z | Compiling dropshot v0.12.0 |
| 1844 | 2025-01-17T13:57:59.669Z | Compiling foreign-types-shared v0.1.1 |
| 1845 | 2025-01-17T13:57:59.996Z | Compiling match_cfg v0.1.0 |
| 1846 | 2025-01-17T13:58:00.114Z | Compiling smoltcp v0.9.1 |
| 1847 | 2025-01-17T13:58:00.489Z | Compiling newtype-uuid v1.2.1 |
| 1848 | 2025-01-17T13:58:00.942Z | Compiling num-bigint-dig v0.8.4 |
| 1849 | 2025-01-17T13:58:00.962Z | Compiling portable-atomic v1.9.0 |
| 1850 | 2025-01-17T13:58:01.250Z | Compiling foreign-types v0.3.2 |
| 1851 | 2025-01-17T13:58:01.818Z | Compiling hostname v0.3.1 |
| 1852 | 2025-01-17T13:58:03.643Z | Compiling url v2.5.3 |
| 1853 | 2025-01-17T13:58:05.547Z | Compiling http-body-util v0.1.2 |
| 1854 | 2025-01-17T13:58:06.105Z | Compiling dirs-sys-next v0.1.2 |
| 1855 | 2025-01-17T13:58:06.126Z | Compiling encoding_rs v0.8.34 |
| 1856 | 2025-01-17T13:58:06.288Z | Compiling ident_case v1.0.1 |
| 1857 | 2025-01-17T13:58:06.484Z | Compiling gimli v0.31.1 |
| 1858 | 2025-01-17T13:58:06.536Z | Compiling data-encoding v2.6.0 |
| 1859 | 2025-01-17T13:58:08.023Z | Compiling mime v0.3.17 |
| 1860 | 2025-01-17T13:58:09.051Z | Compiling heck v0.4.1 |
| 1861 | 2025-01-17T13:58:09.444Z | Compiling siphasher v0.3.11 |
| 1862 | 2025-01-17T13:58:09.657Z | Compiling darling_core v0.20.10 |
| 1863 | 2025-01-17T13:58:09.801Z | Compiling dirs-next v2.0.0 |
| 1864 | 2025-01-17T13:58:13.054Z | Compiling addr2line v0.24.2 |
| 1865 | 2025-01-17T13:58:15.507Z | Compiling crossbeam-epoch v0.9.18 |
| 1866 | 2025-01-17T13:58:16.141Z | Compiling serde_urlencoded v0.7.1 |
| 1867 | 2025-01-17T13:58:16.754Z | Compiling rustls-pemfile v2.2.0 |
| 1868 | 2025-01-17T13:58:17.086Z | Compiling hubpack_derive v0.1.1 |
| 1869 | 2025-01-17T13:58:17.245Z | Compiling dropshot_endpoint v0.12.0 |
| 1870 | 2025-01-17T13:58:17.584Z | Compiling sha1 v0.10.6 |
| 1871 | 2025-01-17T13:58:17.708Z | Compiling signature v2.2.0 |
| 1872 | 2025-01-17T13:58:17.918Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1873 | 2025-01-17T13:58:17.944Z | Compiling zerocopy-derive v0.6.6 |
| 1874 | 2025-01-17T13:58:18.078Z | Compiling object v0.36.5 |
| 1875 | 2025-01-17T13:58:19.694Z | Compiling thread_local v1.1.8 |
| 1876 | 2025-01-17T13:58:20.196Z | Compiling fs-err v2.11.0 |
| 1877 | 2025-01-17T13:58:20.972Z | Compiling anstyle v1.0.10 |
| 1878 | 2025-01-17T13:58:21.395Z | Compiling openssl-probe v0.1.5 |
| 1879 | 2025-01-17T13:58:22.699Z | Compiling ipnet v2.10.1 |
| 1880 | 2025-01-17T13:58:25.648Z | Compiling rustc-demangle v0.1.24 |
| 1881 | 2025-01-17T13:58:26.689Z | Compiling winnow v0.6.20 |
| 1882 | 2025-01-17T13:58:28.437Z | Compiling unicode-properties v0.1.3 |
| 1883 | 2025-01-17T13:58:28.855Z | Compiling rustls-webpki v0.102.8 |
| 1884 | 2025-01-17T13:58:28.950Z | Compiling utf8parse v0.2.2 |
| 1885 | 2025-01-17T13:58:29.132Z | Compiling anstyle-parse v0.2.5 |
| 1886 | 2025-01-17T13:58:29.481Z | Compiling stringprep v0.1.5 |
| 1887 | 2025-01-17T13:58:30.061Z | Compiling toml_edit v0.22.22 |
| 1888 | 2025-01-17T13:58:33.542Z | Compiling backtrace v0.3.74 |
| 1889 | 2025-01-17T13:58:39.013Z | Compiling crossbeam-deque v0.8.5 |
| 1890 | 2025-01-17T13:58:39.691Z | Compiling darling_macro v0.20.10 |
| 1891 | 2025-01-17T13:58:40.564Z | Compiling term v0.7.0 |
| 1892 | 2025-01-17T13:58:41.689Z | Compiling slog-json v2.6.1 |
| 1893 | 2025-01-17T13:58:42.555Z | Compiling crossbeam-channel v0.5.13 |
| 1894 | 2025-01-17T13:58:42.860Z | Compiling hashbrown v0.14.5 |
| 1895 | 2025-01-17T13:58:43.409Z | Compiling idna v0.4.0 |
| 1896 | 2025-01-17T13:58:43.458Z | Compiling idna v0.3.0 |
| 1897 | 2025-01-17T13:58:44.087Z | Compiling futures-executor v0.3.31 |
| 1898 | 2025-01-17T13:58:44.542Z | Compiling num-integer v0.1.46 |
| 1899 | 2025-01-17T13:58:44.829Z | Compiling md-5 v0.10.6 |
| 1900 | 2025-01-17T13:58:44.872Z | Compiling ff v0.13.0 |
| 1901 | 2025-01-17T13:58:45.087Z | Compiling hash32 v0.2.1 |
| 1902 | 2025-01-17T13:58:45.107Z | Compiling is-terminal v0.4.13 |
| 1903 | 2025-01-17T13:58:45.124Z | Compiling memmap v0.7.0 |
| 1904 | 2025-01-17T13:58:45.436Z | Compiling base16ct v0.2.0 |
| 1905 | 2025-01-17T13:58:45.455Z | Compiling fallible-iterator v0.2.0 |
| 1906 | 2025-01-17T13:58:45.680Z | Compiling take_mut v0.2.2 |
| 1907 | 2025-01-17T13:58:45.753Z | Compiling quick-error v1.2.3 |
| 1908 | 2025-01-17T13:58:45.859Z | Compiling linked-hash-map v0.5.6 |
| 1909 | 2025-01-17T13:58:45.928Z | Compiling utf-8 v0.7.6 |
| 1910 | 2025-01-17T13:58:46.153Z | Compiling anstyle-query v1.1.1 |
| 1911 | 2025-01-17T13:58:46.201Z | Compiling colorchoice v1.0.2 |
| 1912 | 2025-01-17T13:58:46.222Z | Compiling is_terminal_polyfill v1.70.1 |
| 1913 | 2025-01-17T13:58:46.326Z | Compiling psl-types v2.0.11 |
| 1914 | 2025-01-17T13:58:46.525Z | Compiling publicsuffix v2.2.3 |
| 1915 | 2025-01-17T13:58:46.816Z | Compiling anstream v0.6.15 |
| 1916 | 2025-01-17T13:58:46.932Z | Compiling lru-cache v0.1.2 |
| 1917 | 2025-01-17T13:58:47.143Z | Compiling tungstenite v0.24.0 |
| 1918 | 2025-01-17T13:58:47.202Z | Compiling postgres-protocol v0.6.7 |
| 1919 | 2025-01-17T13:58:47.383Z | Compiling resolv-conf v0.7.0 |
| 1920 | 2025-01-17T13:58:48.029Z | Compiling sec1 v0.7.3 |
| 1921 | 2025-01-17T13:58:48.330Z | Compiling usdt v0.5.0 |
| 1922 | 2025-01-17T13:58:48.573Z | Compiling slog-term v2.9.1 |
| 1923 | 2025-01-17T13:58:48.800Z | Compiling group v0.13.0 |
| 1924 | 2025-01-17T13:58:48.875Z | Compiling num-iter v0.1.45 |
| 1925 | 2025-01-17T13:58:49.086Z | Compiling hickory-proto v0.24.1 |
| 1926 | 2025-01-17T13:58:49.131Z | Compiling futures v0.3.31 |
| 1927 | 2025-01-17T13:58:49.608Z | Compiling regress v0.10.1 |
| 1928 | 2025-01-17T13:58:53.579Z | Compiling slog-bunyan v2.5.0 |
| 1929 | 2025-01-17T13:58:53.803Z | Compiling darling v0.20.10 |
| 1930 | 2025-01-17T13:58:54.195Z | Compiling tokio-native-tls v0.3.1 |
| 1931 | 2025-01-17T13:58:54.260Z | Compiling tokio-rustls v0.26.0 |
| 1932 | 2025-01-17T13:58:54.482Z | Compiling tokio-rustls v0.25.0 |
| 1933 | 2025-01-17T13:58:54.485Z | Compiling toml v0.8.19 |
| 1934 | 2025-01-17T13:58:54.721Z | Compiling phf_shared v0.11.2 |
| 1935 | 2025-01-17T13:58:54.928Z | Compiling strum_macros v0.25.3 |
| 1936 | 2025-01-17T13:58:55.466Z | Compiling async-stream v0.3.6 |
| 1937 | 2025-01-17T13:58:55.758Z | Compiling waitgroup v0.1.2 |
| 1938 | 2025-01-17T13:58:55.913Z | Compiling webpki-roots v0.26.6 |
| 1939 | 2025-01-17T13:58:56.367Z | Compiling idna v0.5.0 |
| 1940 | 2025-01-17T13:58:56.411Z | Compiling terminal_size v0.4.0 |
| 1941 | 2025-01-17T13:58:56.648Z | Compiling serde_path_to_error v0.1.16 |
| 1942 | 2025-01-17T13:58:57.437Z | Compiling hkdf v0.12.4 |
| 1943 | 2025-01-17T13:58:57.675Z | Compiling crypto-bigint v0.5.5 |
| 1944 | 2025-01-17T13:58:57.774Z | Compiling serde_repr v0.1.19 |
| 1945 | 2025-01-17T13:58:57.799Z | Compiling clap_derive v4.5.18 |
| 1946 | 2025-01-17T13:58:58.085Z | Compiling derive-where v1.2.7 |
| 1947 | 2025-01-17T13:58:58.224Z | Compiling hostname v0.4.0 |
| 1948 | 2025-01-17T13:58:58.443Z | Compiling crc32fast v1.4.2 |
| 1949 | 2025-01-17T13:58:58.781Z | Compiling bitflags v1.3.2 |
| 1950 | 2025-01-17T13:58:58.837Z | Compiling managed v0.8.0 |
| 1951 | 2025-01-17T13:58:59.106Z | Compiling debug-ignore v1.0.5 |
| 1952 | 2025-01-17T13:58:59.411Z | Compiling unicode-width v0.1.14 |
| 1953 | 2025-01-17T13:59:00.567Z | Compiling clap_lex v0.7.2 |
| 1954 | 2025-01-17T13:59:00.988Z | Compiling clap_builder v4.5.21 |
| 1955 | 2025-01-17T13:59:00.991Z | Compiling elliptic-curve v0.13.8 |
| 1956 | 2025-01-17T13:59:01.027Z | Compiling console v0.15.8 |
| 1957 | 2025-01-17T13:59:03.421Z | Compiling flate2 v1.0.34 |
| 1958 | 2025-01-17T13:59:04.246Z | Compiling cookie_store v0.21.0 |
| 1959 | 2025-01-17T13:59:07.650Z | Compiling hyper-rustls v0.27.3 |
| 1960 | 2025-01-17T13:59:09.627Z | Compiling phf v0.11.2 |
| 1961 | 2025-01-17T13:59:09.727Z | Compiling hickory-resolver v0.24.1 |
| 1962 | 2025-01-17T13:59:09.929Z | Compiling hyper-tls v0.6.0 |
| 1963 | 2025-01-17T13:59:10.338Z | Compiling signal-hook-mio v0.2.4 |
| 1964 | 2025-01-17T13:59:10.521Z | Compiling typify-impl v0.2.0 |
| 1965 | 2025-01-17T13:59:10.541Z | Compiling rayon v1.10.0 |
| 1966 | 2025-01-17T13:59:10.668Z | Compiling bzip2 v0.4.4 |
| 1967 | 2025-01-17T13:59:11.041Z | Compiling tokio-tungstenite v0.24.0 |
| 1968 | 2025-01-17T13:59:11.190Z | Compiling postgres-types v0.2.8 |
| 1969 | 2025-01-17T13:59:11.365Z | Compiling zerocopy v0.6.6 |
| 1970 | 2025-01-17T13:59:11.565Z | Compiling hubpack v0.1.2 |
| 1971 | 2025-01-17T13:59:12.000Z | Compiling ed25519 v2.2.3 |
| 1972 | 2025-01-17T13:59:12.075Z | Compiling phf_shared v0.10.0 |
| 1973 | 2025-01-17T13:59:12.441Z | Compiling pkcs1 v0.7.5 |
| 1974 | 2025-01-17T13:59:12.449Z | Compiling tokio-stream v0.1.16 |
| 1975 | 2025-01-17T13:59:13.348Z | Compiling ipnetwork v0.20.0 |
| 1976 | 2025-01-17T13:59:13.486Z | Compiling serde-big-array v0.5.1 |
| 1977 | 2025-01-17T13:59:13.737Z | Compiling rfc6979 v0.4.0 |
| 1978 | 2025-01-17T13:59:13.953Z | Compiling float-cmp v0.9.0 |
| 1979 | 2025-01-17T13:59:14.754Z | Compiling sync_wrapper v1.0.1 |
| 1980 | 2025-01-17T13:59:14.953Z | Compiling bstr v1.10.0 |
| 1981 | 2025-01-17T13:59:16.157Z | Compiling fixedbitset v0.4.2 |
| 1982 | 2025-01-17T13:59:16.454Z | Compiling unicode-segmentation v1.12.0 |
| 1983 | 2025-01-17T13:59:16.698Z | Compiling predicates-core v1.0.8 |
| 1984 | 2025-01-17T13:59:16.838Z | Compiling precomputed-hash v0.1.1 |
| 1985 | 2025-01-17T13:59:16.982Z | Compiling normalize-line-endings v0.3.0 |
| 1986 | 2025-01-17T13:59:17.023Z | Compiling new_debug_unreachable v1.0.6 |
| 1987 | 2025-01-17T13:59:17.141Z | Compiling bit-vec v0.6.3 |
| 1988 | 2025-01-17T13:59:17.144Z | Compiling whoami v1.5.2 |
| 1989 | 2025-01-17T13:59:17.255Z | Compiling difflib v0.4.0 |
| 1990 | 2025-01-17T13:59:17.302Z | Compiling unicode-width v0.2.0 |
| 1991 | 2025-01-17T13:59:17.555Z | Compiling static_assertions v1.1.0 |
| 1992 | 2025-01-17T13:59:17.661Z | Compiling number_prefix v0.4.0 |
| 1993 | 2025-01-17T13:59:17.681Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1994 | 2025-01-17T13:59:17.871Z | Compiling indicatif v0.17.9 |
| 1995 | 2025-01-17T13:59:17.897Z | Compiling predicates v3.1.2 |
| 1996 | 2025-01-17T13:59:18.400Z | Compiling tokio-postgres v0.7.12 |
| 1997 | 2025-01-17T13:59:19.063Z | Compiling bit-set v0.5.3 |
| 1998 | 2025-01-17T13:59:19.270Z | Compiling similar v2.6.0 |
| 1999 | 2025-01-17T13:59:19.360Z | Compiling string_cache v0.8.7 |
| 2000 | 2025-01-17T13:59:19.759Z | Compiling petgraph v0.6.5 |
| 2001 | 2025-01-17T13:59:20.864Z | Compiling typify-macro v0.2.0 |
| 2002 | 2025-01-17T13:59:21.421Z | Compiling reqwest v0.12.9 |
| 2003 | 2025-01-17T13:59:23.676Z | Compiling ecdsa v0.16.9 |
| 2004 | 2025-01-17T13:59:23.821Z | Compiling qorb v0.2.1 |
| 2005 | 2025-01-17T13:59:24.252Z | Compiling rsa v0.9.6 |
| 2006 | 2025-01-17T13:59:25.282Z | Compiling ed25519-dalek v2.1.1 |
| 2007 | 2025-01-17T13:59:25.725Z | Compiling zip v0.6.6 |
| 2008 | 2025-01-17T13:59:25.837Z | Compiling crossterm v0.28.1 |
| 2009 | 2025-01-17T13:59:25.971Z | Compiling clap v4.5.21 |
| 2010 | 2025-01-17T13:59:27.756Z | Compiling toml v0.7.8 |
| 2011 | 2025-01-17T13:59:28.830Z | Compiling x509-cert v0.2.5 |
| 2012 | 2025-01-17T13:59:29.251Z | Compiling hex v0.4.3 |
| 2013 | 2025-01-17T13:59:30.086Z | Compiling itertools v0.10.5 |
| 2014 | 2025-01-17T13:59:30.494Z | Compiling zerocopy v0.8.10 |
| 2015 | 2025-01-17T13:59:30.511Z | Compiling peg-runtime v0.8.3 |
| 2016 | 2025-01-17T13:59:30.988Z | Compiling lalrpop-util v0.19.12 |
| 2017 | 2025-01-17T13:59:31.761Z | Compiling unicode-xid v0.2.6 |
| 2018 | 2025-01-17T13:59:32.972Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2019 | 2025-01-17T13:59:37.059Z | Compiling proc-macro-crate v1.3.1 |
| 2020 | 2025-01-17T13:59:37.949Z | Compiling macaddr v1.0.1 |
| 2021 | 2025-01-17T13:59:38.024Z | Compiling zerocopy-derive v0.8.10 |
| 2022 | 2025-01-17T13:59:38.290Z | Compiling itertools v0.13.0 |
| 2023 | 2025-01-17T13:59:40.544Z | Compiling heapless v0.8.0 |
| 2024 | 2025-01-17T13:59:41.179Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2025 | 2025-01-17T13:59:46.376Z | Compiling num_enum_derive v0.5.11 |
| 2026 | 2025-01-17T13:59:53.971Z | Compiling hash32 v0.3.1 |
| 2027 | 2025-01-17T13:59:55.526Z | Compiling smoltcp v0.11.0 |
| 2028 | 2025-01-17T13:59:55.846Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2029 | 2025-01-17T14:00:00.567Z | Compiling num_enum v0.5.11 |
| 2030 | 2025-01-17T14:00:00.786Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2031 | 2025-01-17T14:00:01.676Z | Compiling typify v0.2.0 |
| 2032 | 2025-01-17T14:00:01.679Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2033 | 2025-01-17T14:00:02.366Z | Compiling proc-macro-error-attr v1.0.4 |
| 2034 | 2025-01-17T14:00:02.703Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2035 | 2025-01-17T14:00:03.010Z | Compiling cobs v0.2.3 |
| 2036 | 2025-01-17T14:00:03.487Z | Compiling unsafe-libyaml v0.2.11 |
| 2037 | 2025-01-17T14:00:04.647Z | Compiling thiserror v2.0.11 |
| 2038 | 2025-01-17T14:00:05.680Z | Compiling serde_yaml v0.9.34+deprecated |
| 2039 | 2025-01-17T14:00:06.215Z | Compiling postcard v1.0.10 |
| 2040 | 2025-01-17T14:00:15.871Z | Compiling progenitor-impl v0.8.0 |
| 2041 | 2025-01-17T14:00:22.023Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2042 | 2025-01-17T14:00:31.420Z | Compiling strum_macros v0.26.4 |
| 2043 | 2025-01-17T14:00:32.055Z | Compiling thiserror-impl v2.0.11 |
| 2044 | 2025-01-17T14:00:32.078Z | Compiling structmeta-derive v0.3.0 |
| 2045 | 2025-01-17T14:00:32.224Z | Compiling foreign-types-macros v0.2.3 |
| 2046 | 2025-01-17T14:00:32.747Z | Compiling proc-macro-error v1.0.4 |
| 2047 | 2025-01-17T14:00:32.783Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2048 | 2025-01-17T14:00:33.425Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2049 | 2025-01-17T14:00:34.900Z | Compiling foreign-types-shared v0.3.1 |
| 2050 | 2025-01-17T14:00:35.071Z | Compiling foreign-types v0.5.0 |
| 2051 | 2025-01-17T14:00:35.585Z | Compiling strum v0.26.3 |
| 2052 | 2025-01-17T14:00:35.809Z | Compiling structmeta v0.3.0 |
| 2053 | 2025-01-17T14:00:37.820Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2054 | 2025-01-17T14:00:44.663Z | Compiling progenitor-macro v0.8.0 |
| 2055 | 2025-01-17T14:00:47.290Z | Compiling progenitor-client v0.8.0 |
| 2056 | 2025-01-17T14:00:47.960Z | Compiling tabwriter v1.4.0 |
| 2057 | 2025-01-17T14:00:51.780Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2058 | 2025-01-17T14:00:51.986Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2059 | 2025-01-17T14:00:52.795Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2060 | 2025-01-17T14:00:52.964Z | Compiling cstr-argument v0.1.2 |
| 2061 | 2025-01-17T14:00:53.270Z | Compiling dropshot v0.15.1 |
| 2062 | 2025-01-17T14:00:53.630Z | Compiling pretty-hex v0.2.1 |
| 2063 | 2025-01-17T14:00:54.298Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2064 | 2025-01-17T14:00:54.498Z | Compiling fastrand v2.1.1 |
| 2065 | 2025-01-17T14:00:54.619Z | Compiling crucible-workspace-hack v0.1.0 |
| 2066 | 2025-01-17T14:00:54.890Z | Compiling tempfile v3.13.0 |
| 2067 | 2025-01-17T14:00:55.141Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2068 | 2025-01-17T14:00:55.537Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2069 | 2025-01-17T14:00:55.560Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2070 | 2025-01-17T14:00:55.648Z | Compiling progenitor v0.8.0 |
| 2071 | 2025-01-17T14:00:55.894Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2072 | 2025-01-17T14:00:56.395Z | Compiling parse-display-derive v0.10.0 |
| 2073 | 2025-01-17T14:00:56.537Z | Compiling colored v2.1.0 |
| 2074 | 2025-01-17T14:00:56.813Z | Compiling serde_with_macros v3.11.0 |
| 2075 | 2025-01-17T14:00:57.245Z | Compiling dropshot_endpoint v0.15.1 |
| 2076 | 2025-01-17T14:00:57.725Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2077 | 2025-01-17T14:00:58.479Z | Compiling instant v0.1.13 |
| 2078 | 2025-01-17T14:00:58.675Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2079 | 2025-01-17T14:00:59.113Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2080 | 2025-01-17T14:00:59.205Z | Compiling serde_with v3.11.0 |
| 2081 | 2025-01-17T14:00:59.695Z | Compiling backoff v0.4.0 |
| 2082 | 2025-01-17T14:01:00.060Z | Compiling parse-display v0.10.0 |
| 2083 | 2025-01-17T14:01:00.086Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2084 | 2025-01-17T14:01:01.947Z | Compiling zone_cfg_derive v0.3.0 |
| 2085 | 2025-01-17T14:01:01.987Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2086 | 2025-01-17T14:01:02.308Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2087 | 2025-01-17T14:01:02.724Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2088 | 2025-01-17T14:01:03.012Z | Compiling camino-tempfile v1.1.1 |
| 2089 | 2025-01-17T14:01:03.250Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2090 | 2025-01-17T14:01:03.354Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2091 | 2025-01-17T14:01:03.569Z | Compiling regress v0.9.1 |
| 2092 | 2025-01-17T14:01:03.723Z | Compiling progenitor-client v0.9.1 |
| 2093 | 2025-01-17T14:01:03.760Z | Compiling num-derive v0.4.2 |
| 2094 | 2025-01-17T14:01:04.693Z | Compiling sigpipe v0.1.3 |
| 2095 | 2025-01-17T14:01:04.868Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2096 | 2025-01-17T14:01:05.192Z | Compiling libefi-sys v0.1.0 |
| 2097 | 2025-01-17T14:01:05.584Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2098 | 2025-01-17T14:01:06.047Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2099 | 2025-01-17T14:01:07.611Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2100 | 2025-01-17T14:01:08.181Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2101 | 2025-01-17T14:01:08.834Z | Compiling zone v0.3.0 |
| 2102 | 2025-01-17T14:01:09.769Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2103 | 2025-01-17T14:01:12.122Z | Compiling smf v0.2.3 |
| 2104 | 2025-01-17T14:01:13.972Z | Compiling bitfield-struct v0.6.2 |
| 2105 | 2025-01-17T14:01:14.258Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2106 | 2025-01-17T14:01:14.685Z | Compiling blake3 v1.5.4 |
| 2107 | 2025-01-17T14:01:15.258Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2108 | 2025-01-17T14:01:15.292Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2109 | 2025-01-17T14:01:15.578Z | Compiling xattr v1.3.1 |
| 2110 | 2025-01-17T14:01:15.876Z | Compiling memmap2 v0.9.5 |
| 2111 | 2025-01-17T14:01:15.924Z | Compiling filetime v0.2.25 |
| 2112 | 2025-01-17T14:01:16.080Z | Compiling same-file v1.0.6 |
| 2113 | 2025-01-17T14:01:16.288Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2114 | 2025-01-17T14:01:16.351Z | Compiling arrayref v0.3.9 |
| 2115 | 2025-01-17T14:01:16.381Z | Compiling arrayvec v0.7.6 |
| 2116 | 2025-01-17T14:01:16.420Z | Compiling constant_time_eq v0.3.1 |
| 2117 | 2025-01-17T14:01:16.441Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2118 | 2025-01-17T14:01:16.480Z | Compiling walkdir v2.5.0 |
| 2119 | 2025-01-17T14:01:16.618Z | Compiling tar v0.4.42 |
| 2120 | 2025-01-17T14:01:18.118Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2121 | 2025-01-17T14:01:18.556Z | Compiling gethostname v0.5.0 |
| 2122 | 2025-01-17T14:01:18.790Z | Compiling cargo-platform v0.1.8 |
| 2123 | 2025-01-17T14:01:19.114Z | Compiling topological-sort v0.2.2 |
| 2124 | 2025-01-17T14:01:19.431Z | Compiling omicron-zone-package v0.12.0 |
| 2125 | 2025-01-17T14:01:19.482Z | Compiling cargo_metadata v0.18.1 |
| 2126 | 2025-01-17T14:01:19.848Z | Compiling shell-words v1.1.0 |
| 2127 | 2025-01-17T14:01:20.408Z | Compiling indent_write v2.2.0 |
| 2128 | 2025-01-17T14:01:27.529Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2129 | 2025-01-17T14:01:29.979Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2130 | 2025-01-17T14:01:34.037Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2131 | 2025-01-17T14:01:49.128Z | Finished `release` profile [optimized] target(s) in 5m 16s |
| 2132 | 2025-01-17T14:01:49.292Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2133 | 2025-01-17T14:01:49.339Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2134 | 2025-01-17T14:01:49.341Z | Created new build target 'test' and set it as active |
| 2135 | 2025-01-17T14:01:49.342Z | |
| 2136 | 2025-01-17T14:01:49.342Z | real 5:16.351689408 |
| 2137 | 2025-01-17T14:01:49.342Z | user 36:52.350919820 |
| 2138 | 2025-01-17T14:01:49.342Z | sys 3:25.153555188 |
| 2139 | 2025-01-17T14:01:49.342Z | trap 1.149337339 |
| 2140 | 2025-01-17T14:01:49.342Z | tflt 2.907653715 |
| 2141 | 2025-01-17T14:01:49.342Z | dflt 0.669269247 |
| 2142 | 2025-01-17T14:01:49.342Z | kflt 0.018984911 |
| 2143 | 2025-01-17T14:01:49.342Z | lock 1:13:56.175339606 |
| 2144 | 2025-01-17T14:01:49.344Z | slp 2:28:23.205511719 |
| 2145 | 2025-01-17T14:01:49.344Z | lat 2:44.434733603 |
| 2146 | 2025-01-17T14:01:49.344Z | stop 4:45.116922555 |
| 2147 | 2025-01-17T14:01:49.346Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2148 | 2025-01-17T14:01:50.313Z | Finished `release` profile [optimized] target(s) in 0.92s |
| 2149 | 2025-01-17T14:01:50.371Z | Running `target/release/omicron-package -t test package` |
| 2150 | 2025-01-17T14:01:50.417Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2151 | 2025-01-17T14:01:51.541Z | Compiling thiserror v2.0.11 |
| 2152 | 2025-01-17T14:01:51.675Z | Compiling typify-impl v0.3.0 |
| 2153 | 2025-01-17T14:01:51.688Z | Compiling convert_case v0.4.0 |
| 2154 | 2025-01-17T14:01:51.691Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2155 | 2025-01-17T14:01:51.691Z | Compiling newline-converter v0.3.0 |
| 2156 | 2025-01-17T14:01:51.691Z | Compiling password-hash v0.5.0 |
| 2157 | 2025-01-17T14:01:51.691Z | Compiling blake2 v0.10.6 |
| 2158 | 2025-01-17T14:01:51.691Z | Compiling base64 v0.21.7 |
| 2159 | 2025-01-17T14:01:51.895Z | Compiling expectorate v1.1.0 |
| 2160 | 2025-01-17T14:01:52.039Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2161 | 2025-01-17T14:01:52.176Z | Compiling atomicwrites v0.4.4 |
| 2162 | 2025-01-17T14:01:52.444Z | Compiling derive_more v0.99.18 |
| 2163 | 2025-01-17T14:01:52.740Z | Compiling argon2 v0.5.3 |
| 2164 | 2025-01-17T14:01:52.760Z | Compiling owo-colors v4.1.0 |
| 2165 | 2025-01-17T14:01:52.784Z | Compiling cancel-safe-futures v0.1.5 |
| 2166 | 2025-01-17T14:01:52.917Z | Compiling num-rational v0.4.2 |
| 2167 | 2025-01-17T14:01:53.092Z | Compiling progenitor-client v0.9.1 |
| 2168 | 2025-01-17T14:01:53.181Z | Compiling num-complex v0.4.6 |
| 2169 | 2025-01-17T14:01:53.615Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2170 | 2025-01-17T14:01:54.172Z | Compiling num v0.4.3 |
| 2171 | 2025-01-17T14:01:54.367Z | Compiling libsw v3.3.1 |
| 2172 | 2025-01-17T14:01:54.605Z | Compiling linear-map v1.2.0 |
| 2173 | 2025-01-17T14:01:54.724Z | Compiling float-ord v0.3.2 |
| 2174 | 2025-01-17T14:01:54.938Z | Compiling swrite v0.1.0 |
| 2175 | 2025-01-17T14:01:55.048Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2176 | 2025-01-17T14:01:55.112Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2177 | 2025-01-17T14:01:55.115Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2178 | 2025-01-17T14:01:55.356Z | Compiling highway v1.2.0 |
| 2179 | 2025-01-17T14:01:56.780Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2180 | 2025-01-17T14:01:56.831Z | Compiling semver v0.1.20 |
| 2181 | 2025-01-17T14:01:57.379Z | Compiling rustc_version v0.1.7 |
| 2182 | 2025-01-17T14:01:57.780Z | Compiling newtype_derive v0.1.6 |
| 2183 | 2025-01-17T14:01:58.118Z | Compiling tungstenite v0.21.0 |
| 2184 | 2025-01-17T14:01:58.437Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2185 | 2025-01-17T14:02:02.720Z | Compiling typify-macro v0.3.0 |
| 2186 | 2025-01-17T14:02:02.903Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2187 | 2025-01-17T14:02:03.158Z | Compiling ipnetwork v0.20.0 |
| 2188 | 2025-01-17T14:02:03.897Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2189 | 2025-01-17T14:02:04.272Z | Compiling tokio-tungstenite v0.21.0 |
| 2190 | 2025-01-17T14:02:04.590Z | Compiling progenitor-client v0.8.0 |
| 2191 | 2025-01-17T14:02:04.623Z | Compiling humantime v2.1.0 |
| 2192 | 2025-01-17T14:02:05.018Z | Compiling progenitor v0.8.0 |
| 2193 | 2025-01-17T14:02:05.038Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2194 | 2025-01-17T14:02:05.259Z | Compiling dropshot v0.15.1 |
| 2195 | 2025-01-17T14:02:05.336Z | Compiling instant v0.1.13 |
| 2196 | 2025-01-17T14:02:05.498Z | Compiling backoff v0.4.0 |
| 2197 | 2025-01-17T14:02:05.855Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2198 | 2025-01-17T14:02:05.903Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2199 | 2025-01-17T14:02:06.073Z | Compiling typify v0.3.0 |
| 2200 | 2025-01-17T14:02:06.223Z | Compiling progenitor-impl v0.9.1 |
| 2201 | 2025-01-17T14:02:12.280Z | Compiling progenitor-macro v0.9.1 |
| 2202 | 2025-01-17T14:02:13.173Z | Compiling steno v0.4.1 |
| 2203 | 2025-01-17T14:02:13.746Z | Compiling parse-display v0.10.0 |
| 2204 | 2025-01-17T14:02:13.749Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2205 | 2025-01-17T14:02:13.955Z | Compiling serde_with v3.11.0 |
| 2206 | 2025-01-17T14:02:14.259Z | Compiling strum v0.26.3 |
| 2207 | 2025-01-17T14:02:14.495Z | Compiling regress v0.9.1 |
| 2208 | 2025-01-17T14:02:17.500Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2209 | 2025-01-17T14:02:18.675Z | Compiling macaddr v1.0.1 |
| 2210 | 2025-01-17T14:02:19.045Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2211 | 2025-01-17T14:02:19.241Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2212 | 2025-01-17T14:02:19.465Z | Compiling slog-dtrace v0.3.0 |
| 2213 | 2025-01-17T14:02:19.817Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2214 | 2025-01-17T14:02:19.891Z | Compiling prettyplease v0.2.25 |
| 2215 | 2025-01-17T14:02:21.943Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2216 | 2025-01-17T14:02:23.288Z | Compiling progenitor v0.9.1 |
| 2217 | 2025-01-17T14:02:23.526Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2218 | 2025-01-17T14:02:25.555Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2219 | 2025-01-17T14:02:34.690Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2220 | 2025-01-17T14:02:36.436Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2221 | 2025-01-17T14:02:37.185Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2222 | 2025-01-17T14:02:38.188Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2223 | 2025-01-17T14:02:39.294Z | Compiling half v2.4.1 |
| 2224 | 2025-01-17T14:02:41.575Z | Compiling ciborium-io v0.2.2 |
| 2225 | 2025-01-17T14:02:41.746Z | Compiling ciborium-ll v0.2.2 |
| 2226 | 2025-01-17T14:02:42.284Z | Compiling ciborium v0.2.2 |
| 2227 | 2025-01-17T14:02:42.692Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2228 | 2025-01-17T14:02:43.265Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2229 | 2025-01-17T14:02:44.285Z | Compiling display-error-chain v0.2.2 |
| 2230 | 2025-01-17T14:02:44.326Z | Compiling fastrand v2.1.1 |
| 2231 | 2025-01-17T14:02:44.527Z | Compiling same-file v1.0.6 |
| 2232 | 2025-01-17T14:02:44.800Z | Compiling walkdir v2.5.0 |
| 2233 | 2025-01-17T14:02:44.819Z | Compiling tempfile v3.13.0 |
| 2234 | 2025-01-17T14:02:45.429Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2235 | 2025-01-17T14:02:45.525Z | Compiling blake3 v1.5.4 |
| 2236 | 2025-01-17T14:02:46.174Z | Compiling const_format_proc_macros v0.2.33 |
| 2237 | 2025-01-17T14:02:48.127Z | Compiling xattr v1.3.1 |
| 2238 | 2025-01-17T14:02:48.150Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2239 | 2025-01-17T14:02:48.418Z | Compiling filetime v0.2.25 |
| 2240 | 2025-01-17T14:02:48.575Z | Compiling memmap2 v0.9.5 |
| 2241 | 2025-01-17T14:02:48.646Z | Compiling keccak v0.1.5 |
| 2242 | 2025-01-17T14:02:48.725Z | Compiling crunchy v0.2.2 |
| 2243 | 2025-01-17T14:02:48.993Z | Compiling arrayvec v0.7.6 |
| 2244 | 2025-01-17T14:02:49.180Z | Compiling maplit v1.0.2 |
| 2245 | 2025-01-17T14:02:49.326Z | Compiling arrayref v0.3.9 |
| 2246 | 2025-01-17T14:02:49.403Z | Compiling constant_time_eq v0.3.1 |
| 2247 | 2025-01-17T14:02:49.486Z | Compiling sha3 v0.10.8 |
| 2248 | 2025-01-17T14:02:49.767Z | Compiling tar v0.4.42 |
| 2249 | 2025-01-17T14:02:50.457Z | Compiling const_format v0.2.33 |
| 2250 | 2025-01-17T14:02:50.624Z | Compiling camino-tempfile v1.1.1 |
| 2251 | 2025-01-17T14:02:50.798Z | Compiling toolchain_find v0.4.0 |
| 2252 | 2025-01-17T14:02:51.071Z | Compiling topological-sort v0.2.2 |
| 2253 | 2025-01-17T14:02:51.325Z | Compiling radium v0.7.0 |
| 2254 | 2025-01-17T14:02:51.345Z | Compiling tiny-keccak v2.0.2 |
| 2255 | 2025-01-17T14:02:51.689Z | Compiling omicron-zone-package v0.12.0 |
| 2256 | 2025-01-17T14:02:51.709Z | Compiling rustfmt-wrapper v0.2.1 |
| 2257 | 2025-01-17T14:02:51.856Z | Compiling dsl_auto_type v0.1.2 |
| 2258 | 2025-01-17T14:02:52.059Z | Compiling scheduled-thread-pool v0.2.7 |
| 2259 | 2025-01-17T14:02:52.224Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2260 | 2025-01-17T14:02:52.619Z | Compiling tap v1.0.1 |
| 2261 | 2025-01-17T14:02:52.836Z | Compiling maybe-uninit v2.0.0 |
| 2262 | 2025-01-17T14:02:53.069Z | Compiling diesel_derives v2.2.3 |
| 2263 | 2025-01-17T14:02:53.393Z | Compiling wyz v0.5.1 |
| 2264 | 2025-01-17T14:02:53.437Z | Compiling r2d2 v0.8.10 |
| 2265 | 2025-01-17T14:02:54.291Z | Compiling phf_generator v0.11.2 |
| 2266 | 2025-01-17T14:02:54.416Z | Compiling ascii-canvas v3.0.0 |
| 2267 | 2025-01-17T14:02:54.502Z | Compiling secrecy v0.8.0 |
| 2268 | 2025-01-17T14:02:54.798Z | Compiling ena v0.14.3 |
| 2269 | 2025-01-17T14:02:54.872Z | Compiling async-recursion v1.1.1 |
| 2270 | 2025-01-17T14:02:55.231Z | Compiling funty v2.0.0 |
| 2271 | 2025-01-17T14:02:55.606Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2272 | 2025-01-17T14:02:55.948Z | Compiling arc-swap v1.7.1 |
| 2273 | 2025-01-17T14:02:56.258Z | Compiling packed_struct v0.10.1 |
| 2274 | 2025-01-17T14:02:56.527Z | Compiling diff v0.1.13 |
| 2275 | 2025-01-17T14:02:56.585Z | Compiling regex-syntax v0.6.29 |
| 2276 | 2025-01-17T14:02:56.683Z | Compiling crc-catalog v2.4.0 |
| 2277 | 2025-01-17T14:02:56.730Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2278 | 2025-01-17T14:02:56.853Z | Compiling crc v3.2.1 |
| 2279 | 2025-01-17T14:02:57.026Z | Compiling slog-scope v4.4.0 |
| 2280 | 2025-01-17T14:02:57.870Z | Compiling bitvec v1.0.1 |
| 2281 | 2025-01-17T14:02:58.046Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2282 | 2025-01-17T14:02:58.908Z | Compiling phf_codegen v0.11.2 |
| 2283 | 2025-01-17T14:02:59.282Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2284 | 2025-01-17T14:03:00.335Z | Compiling lalrpop v0.19.12 |
| 2285 | 2025-01-17T14:03:01.524Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2286 | 2025-01-17T14:03:01.780Z | Compiling universal-hash v0.5.1 |
| 2287 | 2025-01-17T14:03:02.045Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2288 | 2025-01-17T14:03:02.229Z | Compiling packed_struct_codegen v0.10.1 |
| 2289 | 2025-01-17T14:03:03.804Z | Compiling diesel v2.2.6 |
| 2290 | 2025-01-17T14:03:04.447Z | Compiling parse-zoneinfo v0.3.1 |
| 2291 | 2025-01-17T14:03:04.618Z | Compiling unicase v2.7.0 |
| 2292 | 2025-01-17T14:03:04.975Z | Compiling indexmap v1.9.3 |
| 2293 | 2025-01-17T14:03:05.330Z | Compiling nodrop v0.1.14 |
| 2294 | 2025-01-17T14:03:05.493Z | Compiling opaque-debug v0.3.1 |
| 2295 | 2025-01-17T14:03:05.628Z | Compiling ref-cast v1.0.23 |
| 2296 | 2025-01-17T14:03:05.940Z | Compiling poly1305 v0.8.0 |
| 2297 | 2025-01-17T14:03:06.166Z | Compiling array-init v0.0.4 |
| 2298 | 2025-01-17T14:03:07.300Z | Compiling chrono-tz-build v0.4.0 |
| 2299 | 2025-01-17T14:03:08.292Z | Compiling thiserror-no-std v2.0.2 |
| 2300 | 2025-01-17T14:03:08.446Z | Compiling smallvec v0.6.14 |
| 2301 | 2025-01-17T14:03:09.503Z | Compiling slog-stdlog v4.1.1 |
| 2302 | 2025-01-17T14:03:10.356Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2303 | 2025-01-17T14:03:10.675Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2304 | 2025-01-17T14:03:10.990Z | Compiling derive_builder_core v0.20.2 |
| 2305 | 2025-01-17T14:03:11.335Z | Compiling chacha20 v0.9.1 |
| 2306 | 2025-01-17T14:03:11.825Z | Compiling headers-core v0.3.0 |
| 2307 | 2025-01-17T14:03:12.035Z | Compiling aead v0.5.2 |
| 2308 | 2025-01-17T14:03:12.386Z | Compiling libxml v0.3.3 |
| 2309 | 2025-01-17T14:03:12.774Z | Compiling ref-cast-impl v1.0.23 |
| 2310 | 2025-01-17T14:03:13.028Z | Compiling vte_generate_state_changes v0.1.2 |
| 2311 | 2025-01-17T14:03:13.636Z | Compiling termcolor v1.4.1 |
| 2312 | 2025-01-17T14:03:13.816Z | Compiling hashbrown v0.12.3 |
| 2313 | 2025-01-17T14:03:14.678Z | Compiling bitfield v0.14.0 |
| 2314 | 2025-01-17T14:03:15.034Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2315 | 2025-01-17T14:03:16.182Z | Compiling env_logger v0.10.2 |
| 2316 | 2025-01-17T14:03:19.513Z | Compiling vte v0.11.1 |
| 2317 | 2025-01-17T14:03:21.095Z | Compiling derive_builder_macro v0.20.2 |
| 2318 | 2025-01-17T14:03:22.057Z | Compiling chacha20poly1305 v0.10.1 |
| 2319 | 2025-01-17T14:03:22.337Z | Compiling headers v0.4.0 |
| 2320 | 2025-01-17T14:03:22.805Z | Compiling polar-core v0.27.3 |
| 2321 | 2025-01-17T14:03:25.834Z | Compiling slog-envlogger v2.2.0 |
| 2322 | 2025-01-17T14:03:25.914Z | Compiling serde-hex v0.1.0 |
| 2323 | 2025-01-17T14:03:28.543Z | Compiling vsss-rs v3.3.4 |
| 2324 | 2025-01-17T14:03:30.951Z | Compiling chrono-tz v0.10.0 |
| 2325 | 2025-01-17T14:03:31.580Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2326 | 2025-01-17T14:03:32.572Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2327 | 2025-01-17T14:03:32.899Z | Compiling ron v0.8.1 |
| 2328 | 2025-01-17T14:03:34.418Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2329 | 2025-01-17T14:03:34.742Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2330 | 2025-01-17T14:03:35.371Z | Compiling hashbrown v0.13.2 |
| 2331 | 2025-01-17T14:03:36.719Z | Compiling strum_macros v0.24.3 |
| 2332 | 2025-01-17T14:03:38.538Z | Compiling fxhash v0.2.1 |
| 2333 | 2025-01-17T14:03:38.800Z | Compiling samael v0.0.17 |
| 2334 | 2025-01-17T14:03:39.053Z | Compiling bytecount v0.6.8 |
| 2335 | 2025-01-17T14:03:39.390Z | Compiling zip v2.1.3 |
| 2336 | 2025-01-17T14:03:39.729Z | Compiling indoc v1.0.9 |
| 2337 | 2025-01-17T14:03:39.828Z | Compiling crc-any v2.5.0 |
| 2338 | 2025-01-17T14:03:40.451Z | Compiling bumpalo v3.16.0 |
| 2339 | 2025-01-17T14:03:40.564Z | Compiling lockfree-object-pool v0.1.6 |
| 2340 | 2025-01-17T14:03:40.766Z | Compiling simd-adler32 v0.3.7 |
| 2341 | 2025-01-17T14:03:42.014Z | Compiling zopfli v0.8.1 |
| 2342 | 2025-01-17T14:03:44.262Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2343 | 2025-01-17T14:03:46.217Z | Compiling papergrid v0.11.0 |
| 2344 | 2025-01-17T14:03:46.852Z | Compiling object v0.30.4 |
| 2345 | 2025-01-17T14:03:50.152Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2346 | 2025-01-17T14:03:57.462Z | Compiling derive_builder v0.20.2 |
| 2347 | 2025-01-17T14:03:57.699Z | Compiling strip-ansi-escapes v0.2.0 |
| 2348 | 2025-01-17T14:03:58.705Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2349 | 2025-01-17T14:03:58.758Z | Compiling tabled_derive v0.7.0 |
| 2350 | 2025-01-17T14:03:58.904Z | Compiling fd-lock v4.0.2 |
| 2351 | 2025-01-17T14:03:59.029Z | Compiling peg-macros v0.8.4 |
| 2352 | 2025-01-17T14:03:59.169Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2353 | 2025-01-17T14:03:59.303Z | Compiling kstat-rs v0.2.4 |
| 2354 | 2025-01-17T14:04:00.176Z | Compiling oso-derive v0.27.3 |
| 2355 | 2025-01-17T14:04:00.197Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2356 | 2025-01-17T14:04:00.843Z | Compiling quick-xml v0.33.0 |
| 2357 | 2025-01-17T14:04:01.115Z | Compiling diesel-dtrace v0.4.2 |
| 2358 | 2025-01-17T14:04:01.462Z | Compiling path-slash v0.1.5 |
| 2359 | 2025-01-17T14:04:01.726Z | Compiling nu-ansi-term v0.50.1 |
| 2360 | 2025-01-17T14:04:02.102Z | Compiling peg v0.8.4 |
| 2361 | 2025-01-17T14:04:02.240Z | Compiling reedline v0.35.0 |
| 2362 | 2025-01-17T14:04:02.999Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2363 | 2025-01-17T14:04:06.116Z | Compiling oso v0.27.3 |
| 2364 | 2025-01-17T14:04:06.867Z | Compiling tabled v0.15.0 |
| 2365 | 2025-01-17T14:04:11.098Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2366 | 2025-01-17T14:04:18.765Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2367 | 2025-01-17T14:04:26.670Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2368 | 2025-01-17T14:04:29.938Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2369 | 2025-01-17T14:04:31.338Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2370 | 2025-01-17T14:04:31.479Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2371 | 2025-01-17T14:04:31.794Z | Compiling pem v3.0.4 |
| 2372 | 2025-01-17T14:04:33.259Z | Compiling bb8 v0.8.5 |
| 2373 | 2025-01-17T14:04:33.859Z | Compiling bcs v0.1.6 |
| 2374 | 2025-01-17T14:04:34.774Z | Compiling libz-sys v1.1.20 |
| 2375 | 2025-01-17T14:04:35.492Z | Compiling parking_lot_core v0.8.6 |
| 2376 | 2025-01-17T14:04:36.429Z | Compiling async-bb8-diesel v0.2.1 |
| 2377 | 2025-01-17T14:04:37.222Z | Compiling mime_guess v2.0.5 |
| 2378 | 2025-01-17T14:04:39.020Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2379 | 2025-01-17T14:04:42.019Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2380 | 2025-01-17T14:04:42.322Z | Compiling buf-list v1.0.3 |
| 2381 | 2025-01-17T14:04:44.479Z | Compiling nibble_vec v0.1.0 |
| 2382 | 2025-01-17T14:04:44.750Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2383 | 2025-01-17T14:04:45.535Z | Compiling pin-project-internal v1.1.6 |
| 2384 | 2025-01-17T14:04:47.038Z | Compiling atty v0.2.14 |
| 2385 | 2025-01-17T14:04:47.233Z | Compiling http-range v0.1.5 |
| 2386 | 2025-01-17T14:04:47.830Z | Compiling endian-type v0.1.2 |
| 2387 | 2025-01-17T14:04:48.088Z | Compiling salty v0.3.0 |
| 2388 | 2025-01-17T14:04:48.145Z | Compiling pin-project v1.1.6 |
| 2389 | 2025-01-17T14:04:48.323Z | Compiling radix_trie v0.2.1 |
| 2390 | 2025-01-17T14:04:49.222Z | Compiling parking_lot v0.11.2 |
| 2391 | 2025-01-17T14:04:54.172Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2392 | 2025-01-17T14:04:55.420Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2393 | 2025-01-17T14:04:56.947Z | Compiling snafu-derive v0.8.5 |
| 2394 | 2025-01-17T14:05:00.024Z | Compiling hyper-staticfile v0.10.1 |
| 2395 | 2025-01-17T14:05:00.318Z | Compiling sled v0.34.7 |
| 2396 | 2025-01-17T14:05:03.146Z | Compiling snafu v0.8.5 |
| 2397 | 2025-01-17T14:05:04.413Z | Compiling hickory-client v0.24.1 |
| 2398 | 2025-01-17T14:05:20.458Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2399 | 2025-01-17T14:05:21.614Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2400 | 2025-01-17T14:05:23.782Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2401 | 2025-01-17T14:05:29.060Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2402 | 2025-01-17T14:05:29.889Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2403 | 2025-01-17T14:05:34.117Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2404 | 2025-01-17T14:05:35.551Z | Compiling globset v0.4.15 |
| 2405 | 2025-01-17T14:05:35.637Z | Compiling hickory-server v0.24.1 |
| 2406 | 2025-01-17T14:05:37.489Z | Compiling primeorder v0.13.6 |
| 2407 | 2025-01-17T14:05:38.049Z | Compiling olpc-cjson v0.1.4 |
| 2408 | 2025-01-17T14:05:38.381Z | Compiling castaway v0.2.3 |
| 2409 | 2025-01-17T14:05:38.597Z | Compiling vergen v8.3.2 |
| 2410 | 2025-01-17T14:05:38.922Z | Compiling env_filter v0.1.2 |
| 2411 | 2025-01-17T14:05:39.609Z | Compiling serde_plain v1.0.2 |
| 2412 | 2025-01-17T14:05:40.191Z | Compiling cargo-platform v0.1.8 |
| 2413 | 2025-01-17T14:05:40.469Z | Compiling nanorand v0.7.0 |
| 2414 | 2025-01-17T14:05:40.703Z | Compiling memoffset v0.9.1 |
| 2415 | 2025-01-17T14:05:41.065Z | Compiling typed-path v0.9.3 |
| 2416 | 2025-01-17T14:05:41.348Z | Compiling flume v0.11.1 |
| 2417 | 2025-01-17T14:05:42.116Z | Compiling cargo_metadata v0.18.1 |
| 2418 | 2025-01-17T14:05:42.847Z | Compiling git2 v0.19.0 |
| 2419 | 2025-01-17T14:05:43.532Z | Compiling env_logger v0.11.5 |
| 2420 | 2025-01-17T14:05:44.998Z | Compiling tough v0.19.0 |
| 2421 | 2025-01-17T14:05:45.169Z | Compiling compact_str v0.8.0 |
| 2422 | 2025-01-17T14:05:45.229Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2423 | 2025-01-17T14:05:45.859Z | Compiling p384 v0.13.0 |
| 2424 | 2025-01-17T14:05:47.036Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2425 | 2025-01-17T14:05:47.734Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2426 | 2025-01-17T14:05:48.066Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2427 | 2025-01-17T14:05:49.255Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2428 | 2025-01-17T14:05:50.999Z | Compiling unicode-truncate v1.1.0 |
| 2429 | 2025-01-17T14:05:51.310Z | Compiling lru v0.12.5 |
| 2430 | 2025-01-17T14:05:51.688Z | Compiling rand_seeder v0.3.0 |
| 2431 | 2025-01-17T14:05:52.125Z | Compiling libsqlite3-sys v0.30.1 |
| 2432 | 2025-01-17T14:05:52.643Z | Compiling lzma-sys v0.1.20 |
| 2433 | 2025-01-17T14:05:52.769Z | Compiling instability v0.3.2 |
| 2434 | 2025-01-17T14:05:53.341Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2435 | 2025-01-17T14:05:53.687Z | Compiling parse-size v1.1.0 |
| 2436 | 2025-01-17T14:05:53.876Z | Compiling cfg_aliases v0.2.1 |
| 2437 | 2025-01-17T14:05:54.009Z | Compiling cassowary v0.3.0 |
| 2438 | 2025-01-17T14:05:54.032Z | Compiling rustls v0.21.12 |
| 2439 | 2025-01-17T14:05:54.389Z | Compiling nix v0.29.0 |
| 2440 | 2025-01-17T14:05:55.281Z | Compiling ratatui v0.28.1 |
| 2441 | 2025-01-17T14:05:55.950Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2442 | 2025-01-17T14:05:57.550Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2443 | 2025-01-17T14:05:57.571Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2444 | 2025-01-17T14:05:58.981Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2445 | 2025-01-17T14:05:59.275Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2446 | 2025-01-17T14:05:59.994Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2447 | 2025-01-17T14:06:00.328Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2448 | 2025-01-17T14:06:03.992Z | Compiling rustls-webpki v0.101.7 |
| 2449 | 2025-01-17T14:06:04.013Z | Compiling sct v0.7.1 |
| 2450 | 2025-01-17T14:06:04.517Z | Compiling heck v0.3.3 |
| 2451 | 2025-01-17T14:06:04.870Z | Compiling csv-core v0.1.11 |
| 2452 | 2025-01-17T14:06:05.779Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2453 | 2025-01-17T14:06:06.140Z | Compiling glob v0.3.1 |
| 2454 | 2025-01-17T14:06:07.878Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2455 | 2025-01-17T14:06:08.187Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2456 | 2025-01-17T14:06:08.310Z | Compiling csv v1.3.0 |
| 2457 | 2025-01-17T14:06:08.326Z | Compiling zone_cfg_derive v0.1.2 |
| 2458 | 2025-01-17T14:06:10.464Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2459 | 2025-01-17T14:06:14.059Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2460 | 2025-01-17T14:06:14.905Z | Compiling nix v0.27.1 |
| 2461 | 2025-01-17T14:06:15.363Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2462 | 2025-01-17T14:06:17.560Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2463 | 2025-01-17T14:06:20.018Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2464 | 2025-01-17T14:06:21.970Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2465 | 2025-01-17T14:06:26.368Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2466 | 2025-01-17T14:06:26.732Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2467 | 2025-01-17T14:06:27.907Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2468 | 2025-01-17T14:06:28.242Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2469 | 2025-01-17T14:06:28.572Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2470 | 2025-01-17T14:06:28.903Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2471 | 2025-01-17T14:06:29.245Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2472 | 2025-01-17T14:06:29.585Z | Compiling tungstenite v0.23.0 |
| 2473 | 2025-01-17T14:06:29.830Z | Compiling hashlink v0.9.1 |
| 2474 | 2025-01-17T14:06:29.934Z | Compiling fallible-iterator v0.3.0 |
| 2475 | 2025-01-17T14:06:30.564Z | Compiling base64 v0.13.1 |
| 2476 | 2025-01-17T14:06:30.714Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2477 | 2025-01-17T14:06:31.041Z | Compiling rusqlite v0.32.1 |
| 2478 | 2025-01-17T14:06:31.375Z | Compiling ron v0.7.1 |
| 2479 | 2025-01-17T14:06:34.108Z | Compiling tokio-tungstenite v0.23.1 |
| 2480 | 2025-01-17T14:06:34.746Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2481 | 2025-01-17T14:06:35.033Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2482 | 2025-01-17T14:06:35.895Z | Compiling xz2 v0.1.7 |
| 2483 | 2025-01-17T14:06:36.499Z | Compiling tokio-rustls v0.24.1 |
| 2484 | 2025-01-17T14:06:36.603Z | Compiling zone v0.1.8 |
| 2485 | 2025-01-17T14:06:40.096Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2486 | 2025-01-17T14:06:41.851Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2487 | 2025-01-17T14:06:43.406Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2488 | 2025-01-17T14:06:46.504Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2489 | 2025-01-17T14:06:47.447Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2490 | 2025-01-17T14:06:53.176Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2491 | 2025-01-17T14:06:54.407Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2492 | 2025-01-17T14:06:55.452Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2493 | 2025-01-17T14:06:56.526Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2494 | 2025-01-17T14:06:59.306Z | Compiling rustls-pemfile v1.0.4 |
| 2495 | 2025-01-17T14:06:59.871Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2496 | 2025-01-17T14:07:00.076Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2497 | 2025-01-17T14:07:00.198Z | Compiling signal-hook-tokio v0.3.1 |
| 2498 | 2025-01-17T14:07:00.296Z | Compiling twox-hash v1.6.3 |
| 2499 | 2025-01-17T14:07:00.456Z | Compiling yasna v0.5.2 |
| 2500 | 2025-01-17T14:07:01.324Z | Compiling unicode-linebreak v0.1.5 |
| 2501 | 2025-01-17T14:07:01.344Z | Compiling is_ci v1.2.0 |
| 2502 | 2025-01-17T14:07:01.671Z | Compiling smawk v0.3.2 |
| 2503 | 2025-01-17T14:07:01.924Z | Compiling textwrap v0.16.1 |
| 2504 | 2025-01-17T14:07:01.967Z | Compiling supports-color v3.0.1 |
| 2505 | 2025-01-17T14:07:02.412Z | Compiling rcgen v0.12.1 |
| 2506 | 2025-01-17T14:07:05.359Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2507 | 2025-01-17T14:07:05.523Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2508 | 2025-01-17T14:07:12.625Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2509 | 2025-01-17T14:07:13.230Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2510 | 2025-01-17T14:07:14.394Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2511 | 2025-01-17T14:07:27.848Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2512 | 2025-01-17T14:07:32.701Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2513 | 2025-01-17T14:07:35.053Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2514 | 2025-01-17T14:07:45.760Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2515 | 2025-01-17T14:07:46.335Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2516 | 2025-01-17T14:07:48.451Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2517 | 2025-01-17T14:07:48.794Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2518 | 2025-01-17T14:07:52.629Z | Compiling fatfs v0.3.6 |
| 2519 | 2025-01-17T14:07:54.196Z | Compiling rtoolbox v0.0.2 |
| 2520 | 2025-01-17T14:07:54.664Z | Compiling subprocess v0.2.9 |
| 2521 | 2025-01-17T14:07:55.439Z | Compiling assert_matches v1.5.0 |
| 2522 | 2025-01-17T14:07:56.178Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2523 | 2025-01-17T14:07:58.814Z | Compiling rpassword v7.3.1 |
| 2524 | 2025-01-17T14:07:59.283Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2525 | 2025-01-17T14:07:59.338Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2526 | 2025-01-17T14:08:03.619Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2527 | 2025-01-17T14:08:06.308Z | Compiling tui-tree-widget v0.22.0 |
| 2528 | 2025-01-17T14:08:06.771Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2529 | 2025-01-17T14:08:13.218Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2530 | 2025-01-17T14:08:13.547Z | Compiling uzers v0.12.1 |
| 2531 | 2025-01-17T14:08:16.608Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2532 | 2025-01-17T14:08:20.029Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2533 | 2025-01-17T14:08:21.864Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2534 | 2025-01-17T14:08:49.422Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2535 | 2025-01-17T14:08:52.336Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2536 | 2025-01-17T14:08:57.105Z | Compiling multimap v0.10.0 |
| 2537 | 2025-01-17T14:11:25.444Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2538 | 2025-01-17T14:11:33.884Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2539 | 2025-01-17T14:18:52.070Z | Finished `release` profile [optimized] target(s) in 17m 01s |
| 2540 | 2025-01-17T14:19:54.898Z | |
| 2541 | 2025-01-17T14:19:54.901Z | real 18:05.477562394 |
| 2542 | 2025-01-17T14:19:54.901Z | user 2:03:46.481463699 |
| 2543 | 2025-01-17T14:19:54.901Z | sys 3:17.157537058 |
| 2544 | 2025-01-17T14:19:54.901Z | trap 3.015989003 |
| 2545 | 2025-01-17T14:19:54.901Z | tflt 2.692865860 |
| 2546 | 2025-01-17T14:19:54.901Z | dflt 4.404825855 |
| 2547 | 2025-01-17T14:19:54.901Z | kflt 0.010143623 |
| 2548 | 2025-01-17T14:19:54.901Z | lock 7:32:06.098848061 |
| 2549 | 2025-01-17T14:19:54.901Z | slp 6:22:24.461925702 |
| 2550 | 2025-01-17T14:19:54.901Z | lat 3:22.914382815 |
| 2551 | 2025-01-17T14:19:54.901Z | stop 2:45.886941982 |
| 2552 | 2025-01-17T14:19:54.901Z | + mapfile -t packages |
| 2553 | 2025-01-17T14:19:54.901Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2554 | 2025-01-17T14:19:55.922Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2555 | 2025-01-17T14:19:55.982Z | Running `target/release/omicron-package -t test list-outputs` |
| 2556 | 2025-01-17T14:19:56.036Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2557 | 2025-01-17T14:19:56.040Z | + ptime -m cargo build --locked --release -p xtask |
| 2558 | 2025-01-17T14:19:56.597Z | Compiling serde v1.0.217 |
| 2559 | 2025-01-17T14:19:56.599Z | Compiling libc v0.2.169 |
| 2560 | 2025-01-17T14:19:56.599Z | Compiling rustix v0.38.37 |
| 2561 | 2025-01-17T14:19:56.599Z | Compiling serde_json v1.0.135 |
| 2562 | 2025-01-17T14:19:56.699Z | Compiling syn v2.0.96 |
| 2563 | 2025-01-17T14:19:56.716Z | Compiling bitflags v2.6.0 |
| 2564 | 2025-01-17T14:19:57.031Z | Compiling usdt-impl v0.5.0 |
| 2565 | 2025-01-17T14:19:57.106Z | Compiling syn v1.0.109 |
| 2566 | 2025-01-17T14:19:57.207Z | Compiling hashbrown v0.15.1 |
| 2567 | 2025-01-17T14:19:57.231Z | Compiling log v0.4.22 |
| 2568 | 2025-01-17T14:19:57.485Z | Compiling fs-err v2.11.0 |
| 2569 | 2025-01-17T14:19:57.698Z | Compiling anyhow v1.0.93 |
| 2570 | 2025-01-17T14:19:57.811Z | Compiling once_cell v1.20.2 |
| 2571 | 2025-01-17T14:19:58.020Z | Compiling thread-id v4.2.2 |
| 2572 | 2025-01-17T14:19:58.384Z | Compiling indexmap v2.7.0 |
| 2573 | 2025-01-17T14:19:59.299Z | Compiling terminal_size v0.4.0 |
| 2574 | 2025-01-17T14:19:59.343Z | Compiling tempfile v3.13.0 |
| 2575 | 2025-01-17T14:19:59.568Z | Compiling clap_builder v4.5.21 |
| 2576 | 2025-01-17T14:20:00.394Z | Compiling proc-macro-error v1.0.4 |
| 2577 | 2025-01-17T14:20:01.242Z | Compiling tabled_derive v0.7.0 |
| 2578 | 2025-01-17T14:20:02.380Z | Compiling tabled v0.15.0 |
| 2579 | 2025-01-17T14:20:02.988Z | Compiling serde_derive v1.0.217 |
| 2580 | 2025-01-17T14:20:02.991Z | Compiling thiserror-impl v1.0.69 |
| 2581 | 2025-01-17T14:20:02.991Z | Compiling zerocopy-derive v0.7.35 |
| 2582 | 2025-01-17T14:20:02.991Z | Compiling scroll_derive v0.12.0 |
| 2583 | 2025-01-17T14:20:02.991Z | Compiling clap_derive v4.5.18 |
| 2584 | 2025-01-17T14:20:04.464Z | Compiling scroll v0.12.0 |
| 2585 | 2025-01-17T14:20:04.892Z | Compiling zerocopy v0.7.35 |
| 2586 | 2025-01-17T14:20:05.126Z | Compiling goblin v0.8.2 |
| 2587 | 2025-01-17T14:20:05.673Z | Compiling thiserror v1.0.69 |
| 2588 | 2025-01-17T14:20:05.851Z | Compiling pest v2.7.14 |
| 2589 | 2025-01-17T14:20:08.839Z | Compiling pest_meta v2.7.14 |
| 2590 | 2025-01-17T14:20:08.861Z | Compiling clap v4.5.21 |
| 2591 | 2025-01-17T14:20:10.345Z | Compiling pest_generator v2.7.14 |
| 2592 | 2025-01-17T14:20:12.537Z | Compiling pest_derive v2.7.14 |
| 2593 | 2025-01-17T14:20:13.317Z | Compiling dtrace-parser v0.2.0 |
| 2594 | 2025-01-17T14:20:17.641Z | Compiling serde_tokenstream v0.2.2 |
| 2595 | 2025-01-17T14:20:18.246Z | Compiling toml_datetime v0.6.8 |
| 2596 | 2025-01-17T14:20:18.970Z | Compiling serde_spanned v0.6.8 |
| 2597 | 2025-01-17T14:20:19.260Z | Compiling dof v0.3.0 |
| 2598 | 2025-01-17T14:20:19.818Z | Compiling toml_edit v0.22.22 |
| 2599 | 2025-01-17T14:20:21.506Z | Compiling camino v1.1.9 |
| 2600 | 2025-01-17T14:20:22.814Z | Compiling usdt-attr-macro v0.5.0 |
| 2601 | 2025-01-17T14:20:24.172Z | Compiling toml v0.8.19 |
| 2602 | 2025-01-17T14:20:25.099Z | Compiling usdt-macro v0.5.0 |
| 2603 | 2025-01-17T14:20:26.264Z | Compiling semver v1.0.24 |
| 2604 | 2025-01-17T14:20:26.773Z | Compiling cargo-platform v0.1.8 |
| 2605 | 2025-01-17T14:20:27.714Z | Compiling cargo_metadata v0.18.1 |
| 2606 | 2025-01-17T14:20:27.842Z | Compiling usdt v0.5.0 |
| 2607 | 2025-01-17T14:20:28.867Z | Compiling cargo_toml v0.20.5 |
| 2608 | 2025-01-17T14:20:29.288Z | Compiling camino-tempfile v1.1.1 |
| 2609 | 2025-01-17T14:20:30.090Z | Compiling macaddr v1.0.1 |
| 2610 | 2025-01-17T14:20:39.950Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2611 | 2025-01-17T14:20:50.756Z | Finished `release` profile [optimized] target(s) in 54.66s |
| 2612 | 2025-01-17T14:20:50.885Z | |
| 2613 | 2025-01-17T14:20:50.886Z | real 54.818337978 |
| 2614 | 2025-01-17T14:20:50.886Z | user 5:41.924241196 |
| 2615 | 2025-01-17T14:20:50.886Z | sys 18.620180472 |
| 2616 | 2025-01-17T14:20:50.888Z | trap 0.157069190 |
| 2617 | 2025-01-17T14:20:50.889Z | tflt 0.255008809 |
| 2618 | 2025-01-17T14:20:50.889Z | dflt 0.372853936 |
| 2619 | 2025-01-17T14:20:50.889Z | kflt 0.000000000 |
| 2620 | 2025-01-17T14:20:50.889Z | lock 10:32.294615253 |
| 2621 | 2025-01-17T14:20:50.889Z | slp 16:04.165115939 |
| 2622 | 2025-01-17T14:20:50.889Z | lat 16.560111843 |
| 2623 | 2025-01-17T14:20:50.889Z | stop 18.864901222 |
| 2624 | 2025-01-17T14:20:50.889Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2625 | 2025-01-17T14:20:50.889Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2626 | 2025-01-17T14:20:50.889Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2627 | 2025-01-17T14:20:50.889Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2628 | 2025-01-17T14:20:50.889Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2629 | 2025-01-17T14:20:51.777Z | Compiling hashbrown v0.14.5 |
| 2630 | 2025-01-17T14:20:51.908Z | Compiling thiserror v2.0.11 |
| 2631 | 2025-01-17T14:20:51.921Z | Compiling thiserror-impl v2.0.11 |
| 2632 | 2025-01-17T14:20:51.932Z | Compiling ident_case v1.0.1 |
| 2633 | 2025-01-17T14:20:51.949Z | Compiling unsafe-libyaml v0.2.11 |
| 2634 | 2025-01-17T14:20:51.951Z | Compiling ipnetwork v0.20.0 |
| 2635 | 2025-01-17T14:20:51.951Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2636 | 2025-01-17T14:20:51.954Z | Compiling progenitor-client v0.9.1 |
| 2637 | 2025-01-17T14:20:52.108Z | Compiling darling_core v0.20.10 |
| 2638 | 2025-01-17T14:20:52.435Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2639 | 2025-01-17T14:20:52.554Z | Compiling macaddr v1.0.1 |
| 2640 | 2025-01-17T14:20:52.814Z | Compiling progenitor-client v0.8.0 |
| 2641 | 2025-01-17T14:20:52.834Z | Compiling instant v0.1.13 |
| 2642 | 2025-01-17T14:20:52.973Z | Compiling regress v0.10.1 |
| 2643 | 2025-01-17T14:20:52.994Z | Compiling structmeta-derive v0.3.0 |
| 2644 | 2025-01-17T14:20:53.012Z | Compiling dropshot v0.15.1 |
| 2645 | 2025-01-17T14:20:53.187Z | Compiling regress v0.9.1 |
| 2646 | 2025-01-17T14:20:53.261Z | Compiling dropshot_endpoint v0.15.1 |
| 2647 | 2025-01-17T14:20:53.326Z | Compiling serde_yaml v0.9.34+deprecated |
| 2648 | 2025-01-17T14:20:53.950Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2649 | 2025-01-17T14:20:55.242Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2650 | 2025-01-17T14:20:55.359Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2651 | 2025-01-17T14:20:55.748Z | Compiling structmeta v0.3.0 |
| 2652 | 2025-01-17T14:20:56.157Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2653 | 2025-01-17T14:20:56.175Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2654 | 2025-01-17T14:20:56.194Z | Compiling parse-display-derive v0.10.0 |
| 2655 | 2025-01-17T14:20:56.368Z | Compiling backoff v0.4.0 |
| 2656 | 2025-01-17T14:20:56.628Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2657 | 2025-01-17T14:20:56.742Z | Compiling typify-impl v0.2.0 |
| 2658 | 2025-01-17T14:20:57.026Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2659 | 2025-01-17T14:20:57.203Z | Compiling tempfile v3.13.0 |
| 2660 | 2025-01-17T14:20:57.395Z | Compiling proc-macro-crate v1.3.1 |
| 2661 | 2025-01-17T14:20:57.837Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2662 | 2025-01-17T14:20:57.997Z | Compiling typify-impl v0.3.0 |
| 2663 | 2025-01-17T14:20:58.113Z | Compiling itertools v0.13.0 |
| 2664 | 2025-01-17T14:20:58.221Z | Compiling darling_macro v0.20.10 |
| 2665 | 2025-01-17T14:20:58.242Z | Compiling zerocopy v0.8.10 |
| 2666 | 2025-01-17T14:20:58.361Z | Compiling num_enum_derive v0.5.11 |
| 2667 | 2025-01-17T14:20:59.099Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2668 | 2025-01-17T14:20:59.166Z | Compiling darling v0.20.10 |
| 2669 | 2025-01-17T14:20:59.300Z | Compiling serde_with_macros v3.11.0 |
| 2670 | 2025-01-17T14:20:59.518Z | Compiling zerocopy-derive v0.8.10 |
| 2671 | 2025-01-17T14:21:00.326Z | Compiling parse-display v0.10.0 |
| 2672 | 2025-01-17T14:21:00.827Z | Compiling num_enum v0.5.11 |
| 2673 | 2025-01-17T14:21:00.991Z | Compiling foreign-types-macros v0.2.3 |
| 2674 | 2025-01-17T14:21:01.019Z | Compiling heapless v0.8.0 |
| 2675 | 2025-01-17T14:21:01.049Z | Compiling foreign-types-shared v0.3.1 |
| 2676 | 2025-01-17T14:21:01.203Z | Compiling crucible-workspace-hack v0.1.0 |
| 2677 | 2025-01-17T14:21:01.544Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2678 | 2025-01-17T14:21:01.923Z | Compiling serde_with v3.11.0 |
| 2679 | 2025-01-17T14:21:01.942Z | Compiling proc-macro-error v1.0.4 |
| 2680 | 2025-01-17T14:21:02.274Z | Compiling foreign-types v0.5.0 |
| 2681 | 2025-01-17T14:21:02.597Z | Compiling camino-tempfile v1.1.1 |
| 2682 | 2025-01-17T14:21:02.777Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2683 | 2025-01-17T14:21:03.062Z | Compiling hash32 v0.3.1 |
| 2684 | 2025-01-17T14:21:03.335Z | Compiling cstr-argument v0.1.2 |
| 2685 | 2025-01-17T14:21:03.604Z | Compiling smoltcp v0.11.0 |
| 2686 | 2025-01-17T14:21:03.637Z | Compiling pretty-hex v0.2.1 |
| 2687 | 2025-01-17T14:21:03.865Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2688 | 2025-01-17T14:21:04.275Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2689 | 2025-01-17T14:21:04.335Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2690 | 2025-01-17T14:21:05.039Z | Compiling tabwriter v1.4.0 |
| 2691 | 2025-01-17T14:21:05.383Z | Compiling colored v2.1.0 |
| 2692 | 2025-01-17T14:21:05.404Z | Compiling cobs v0.2.3 |
| 2693 | 2025-01-17T14:21:05.512Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2694 | 2025-01-17T14:21:05.702Z | Compiling postcard v1.0.10 |
| 2695 | 2025-01-17T14:21:05.828Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2696 | 2025-01-17T14:21:06.070Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2697 | 2025-01-17T14:21:06.121Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2698 | 2025-01-17T14:21:06.319Z | Compiling smf v0.2.3 |
| 2699 | 2025-01-17T14:21:06.470Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2700 | 2025-01-17T14:21:06.848Z | Compiling zone_cfg_derive v0.3.0 |
| 2701 | 2025-01-17T14:21:06.969Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2702 | 2025-01-17T14:21:07.400Z | Compiling num-derive v0.4.2 |
| 2703 | 2025-01-17T14:21:07.497Z | Compiling sigpipe v0.1.3 |
| 2704 | 2025-01-17T14:21:07.655Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2705 | 2025-01-17T14:21:07.991Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2706 | 2025-01-17T14:21:08.352Z | Compiling zone v0.3.0 |
| 2707 | 2025-01-17T14:21:08.443Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2708 | 2025-01-17T14:21:08.929Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2709 | 2025-01-17T14:21:09.208Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2710 | 2025-01-17T14:21:09.386Z | Compiling universal-hash v0.5.1 |
| 2711 | 2025-01-17T14:21:09.653Z | Compiling opaque-debug v0.3.1 |
| 2712 | 2025-01-17T14:21:09.776Z | Compiling tungstenite v0.21.0 |
| 2713 | 2025-01-17T14:21:09.801Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2714 | 2025-01-17T14:21:09.871Z | Compiling num-rational v0.4.2 |
| 2715 | 2025-01-17T14:21:09.970Z | Compiling password-hash v0.5.0 |
| 2716 | 2025-01-17T14:21:10.535Z | Compiling blake2 v0.10.6 |
| 2717 | 2025-01-17T14:21:10.713Z | Compiling num-complex v0.4.6 |
| 2718 | 2025-01-17T14:21:10.901Z | Compiling aead v0.5.2 |
| 2719 | 2025-01-17T14:21:11.308Z | Compiling keccak v0.1.5 |
| 2720 | 2025-01-17T14:21:11.461Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2721 | 2025-01-17T14:21:11.737Z | Compiling base64 v0.21.7 |
| 2722 | 2025-01-17T14:21:11.759Z | Compiling convert_case v0.4.0 |
| 2723 | 2025-01-17T14:21:11.779Z | Compiling num v0.4.3 |
| 2724 | 2025-01-17T14:21:11.899Z | Compiling sha3 v0.10.8 |
| 2725 | 2025-01-17T14:21:11.919Z | Compiling argon2 v0.5.3 |
| 2726 | 2025-01-17T14:21:12.034Z | Compiling typify-macro v0.2.0 |
| 2727 | 2025-01-17T14:21:12.408Z | Compiling tokio-tungstenite v0.21.0 |
| 2728 | 2025-01-17T14:21:12.443Z | Compiling poly1305 v0.8.0 |
| 2729 | 2025-01-17T14:21:12.618Z | Compiling derive_more v0.99.18 |
| 2730 | 2025-01-17T14:21:13.028Z | Compiling chacha20 v0.9.1 |
| 2731 | 2025-01-17T14:21:13.176Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2732 | 2025-01-17T14:21:13.306Z | Compiling float-ord v0.3.2 |
| 2733 | 2025-01-17T14:21:13.308Z | Compiling typify-macro v0.3.0 |
| 2734 | 2025-01-17T14:21:13.517Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2735 | 2025-01-17T14:21:13.521Z | Compiling same-file v1.0.6 |
| 2736 | 2025-01-17T14:21:13.850Z | Compiling semver v0.1.20 |
| 2737 | 2025-01-17T14:21:13.961Z | Compiling walkdir v2.5.0 |
| 2738 | 2025-01-17T14:21:14.183Z | Compiling newline-converter v0.3.0 |
| 2739 | 2025-01-17T14:21:14.390Z | Compiling rustc_version v0.1.7 |
| 2740 | 2025-01-17T14:21:14.463Z | Compiling primeorder v0.13.6 |
| 2741 | 2025-01-17T14:21:14.716Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2742 | 2025-01-17T14:21:14.737Z | Compiling secrecy v0.8.0 |
| 2743 | 2025-01-17T14:21:14.928Z | Compiling cancel-safe-futures v0.1.5 |
| 2744 | 2025-01-17T14:21:15.003Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2745 | 2025-01-17T14:21:15.029Z | Compiling owo-colors v4.1.0 |
| 2746 | 2025-01-17T14:21:15.271Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2747 | 2025-01-17T14:21:15.342Z | Compiling newtype_derive v0.1.6 |
| 2748 | 2025-01-17T14:21:15.360Z | Compiling expectorate v1.1.0 |
| 2749 | 2025-01-17T14:21:15.378Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2750 | 2025-01-17T14:21:15.552Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2751 | 2025-01-17T14:21:15.656Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2752 | 2025-01-17T14:21:15.827Z | Compiling blake3 v1.5.4 |
| 2753 | 2025-01-17T14:21:15.849Z | Compiling half v2.4.1 |
| 2754 | 2025-01-17T14:21:15.903Z | Compiling typify v0.2.0 |
| 2755 | 2025-01-17T14:21:16.059Z | Compiling progenitor-impl v0.8.0 |
| 2756 | 2025-01-17T14:21:16.406Z | Compiling unicase v2.7.0 |
| 2757 | 2025-01-17T14:21:16.426Z | Compiling ciborium-io v0.2.2 |
| 2758 | 2025-01-17T14:21:16.472Z | Compiling arc-swap v1.7.1 |
| 2759 | 2025-01-17T14:21:16.572Z | Compiling ciborium-ll v0.2.2 |
| 2760 | 2025-01-17T14:21:16.909Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2761 | 2025-01-17T14:21:16.964Z | Compiling slog-scope v4.4.0 |
| 2762 | 2025-01-17T14:21:17.109Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2763 | 2025-01-17T14:21:17.242Z | Compiling typify v0.3.0 |
| 2764 | 2025-01-17T14:21:17.408Z | Compiling progenitor-impl v0.9.1 |
| 2765 | 2025-01-17T14:21:17.460Z | Compiling polyval v0.6.2 |
| 2766 | 2025-01-17T14:21:17.896Z | Compiling atomicwrites v0.4.4 |
| 2767 | 2025-01-17T14:21:18.031Z | Compiling libsw v3.3.1 |
| 2768 | 2025-01-17T14:21:18.277Z | Compiling memmap2 v0.9.5 |
| 2769 | 2025-01-17T14:21:18.383Z | Compiling salty v0.3.0 |
| 2770 | 2025-01-17T14:21:18.457Z | Compiling thiserror-no-std v2.0.2 |
| 2771 | 2025-01-17T14:21:18.612Z | Compiling constant_time_eq v0.3.1 |
| 2772 | 2025-01-17T14:21:18.725Z | Compiling libefi-sys v0.1.0 |
| 2773 | 2025-01-17T14:21:18.814Z | Compiling arrayvec v0.7.6 |
| 2774 | 2025-01-17T14:21:18.835Z | Compiling linear-map v1.2.0 |
| 2775 | 2025-01-17T14:21:19.021Z | Compiling parking_lot_core v0.8.6 |
| 2776 | 2025-01-17T14:21:19.145Z | Compiling indent_write v2.2.0 |
| 2777 | 2025-01-17T14:21:19.180Z | Compiling arrayref v0.3.9 |
| 2778 | 2025-01-17T14:21:19.318Z | Compiling vsss-rs v3.3.4 |
| 2779 | 2025-01-17T14:21:19.391Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2780 | 2025-01-17T14:21:19.505Z | Compiling ghash v0.5.1 |
| 2781 | 2025-01-17T14:21:19.748Z | Compiling slog-stdlog v4.1.1 |
| 2782 | 2025-01-17T14:21:20.135Z | Compiling ciborium v0.2.2 |
| 2783 | 2025-01-17T14:21:20.507Z | Compiling p384 v0.13.0 |
| 2784 | 2025-01-17T14:21:20.567Z | Compiling toolchain_find v0.4.0 |
| 2785 | 2025-01-17T14:21:21.208Z | Compiling chacha20poly1305 v0.10.1 |
| 2786 | 2025-01-17T14:21:21.211Z | Compiling ctr v0.9.2 |
| 2787 | 2025-01-17T14:21:21.464Z | Compiling lzma-sys v0.1.20 |
| 2788 | 2025-01-17T14:21:21.505Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2789 | 2025-01-17T14:21:21.616Z | Compiling bitfield-struct v0.6.2 |
| 2790 | 2025-01-17T14:21:21.922Z | Compiling slog-dtrace v0.3.0 |
| 2791 | 2025-01-17T14:21:22.023Z | Compiling topological-sort v0.2.2 |
| 2792 | 2025-01-17T14:21:22.203Z | Compiling highway v1.2.0 |
| 2793 | 2025-01-17T14:21:22.284Z | Compiling omicron-zone-package v0.12.0 |
| 2794 | 2025-01-17T14:21:22.505Z | Compiling aes-gcm v0.10.3 |
| 2795 | 2025-01-17T14:21:22.844Z | Compiling rustfmt-wrapper v0.2.1 |
| 2796 | 2025-01-17T14:21:22.954Z | Compiling mime_guess v2.0.5 |
| 2797 | 2025-01-17T14:21:22.985Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2798 | 2025-01-17T14:21:23.155Z | Compiling progenitor-macro v0.8.0 |
| 2799 | 2025-01-17T14:21:23.176Z | Compiling slog-envlogger v2.2.0 |
| 2800 | 2025-01-17T14:21:23.474Z | Compiling steno v0.4.1 |
| 2801 | 2025-01-17T14:21:24.101Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2802 | 2025-01-17T14:21:24.160Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2803 | 2025-01-17T14:21:24.317Z | Compiling heck v0.3.3 |
| 2804 | 2025-01-17T14:21:24.445Z | Compiling progenitor-macro v0.9.1 |
| 2805 | 2025-01-17T14:21:24.733Z | Compiling ssh-encoding v0.2.0 |
| 2806 | 2025-01-17T14:21:24.736Z | Compiling blowfish v0.9.1 |
| 2807 | 2025-01-17T14:21:24.773Z | Compiling nibble_vec v0.1.0 |
| 2808 | 2025-01-17T14:21:25.016Z | Compiling env_filter v0.1.2 |
| 2809 | 2025-01-17T14:21:25.240Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2810 | 2025-01-17T14:21:25.243Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2811 | 2025-01-17T14:21:25.243Z | Compiling endian-type v0.1.2 |
| 2812 | 2025-01-17T14:21:25.540Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2813 | 2025-01-17T14:21:25.563Z | Compiling humantime v2.1.0 |
| 2814 | 2025-01-17T14:21:25.669Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2815 | 2025-01-17T14:21:25.690Z | Compiling radix_trie v0.2.1 |
| 2816 | 2025-01-17T14:21:25.708Z | Compiling env_logger v0.11.5 |
| 2817 | 2025-01-17T14:21:26.092Z | Compiling ssh-cipher v0.2.0 |
| 2818 | 2025-01-17T14:21:26.331Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2819 | 2025-01-17T14:21:26.406Z | Compiling zone_cfg_derive v0.1.2 |
| 2820 | 2025-01-17T14:21:26.977Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2821 | 2025-01-17T14:21:27.005Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2822 | 2025-01-17T14:21:27.433Z | Compiling parking_lot v0.11.2 |
| 2823 | 2025-01-17T14:21:27.831Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2824 | 2025-01-17T14:21:27.854Z | Compiling password-hash v0.4.2 |
| 2825 | 2025-01-17T14:21:28.173Z | Compiling gethostname v0.5.0 |
| 2826 | 2025-01-17T14:21:28.234Z | Compiling fxhash v0.2.1 |
| 2827 | 2025-01-17T14:21:28.317Z | Compiling matches v0.1.10 |
| 2828 | 2025-01-17T14:21:28.373Z | Compiling simd-adler32 v0.3.7 |
| 2829 | 2025-01-17T14:21:28.394Z | Compiling http-range v0.1.5 |
| 2830 | 2025-01-17T14:21:28.434Z | Compiling bumpalo v3.16.0 |
| 2831 | 2025-01-17T14:21:28.455Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2832 | 2025-01-17T14:21:28.700Z | Compiling base64 v0.13.1 |
| 2833 | 2025-01-17T14:21:28.748Z | Compiling zip v2.1.3 |
| 2834 | 2025-01-17T14:21:28.778Z | Compiling lockfree-object-pool v0.1.6 |
| 2835 | 2025-01-17T14:21:28.934Z | Compiling idna v0.2.3 |
| 2836 | 2025-01-17T14:21:28.951Z | Compiling sled v0.34.7 |
| 2837 | 2025-01-17T14:21:29.059Z | Compiling zopfli v0.8.1 |
| 2838 | 2025-01-17T14:21:29.111Z | Compiling ron v0.7.1 |
| 2839 | 2025-01-17T14:21:29.259Z | Compiling pbkdf2 v0.11.0 |
| 2840 | 2025-01-17T14:21:29.686Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2841 | 2025-01-17T14:21:30.013Z | Compiling zone v0.1.8 |
| 2842 | 2025-01-17T14:21:30.392Z | Compiling xz2 v0.1.7 |
| 2843 | 2025-01-17T14:21:30.580Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2844 | 2025-01-17T14:21:30.843Z | Compiling ssh-key v0.6.6 |
| 2845 | 2025-01-17T14:21:31.291Z | Compiling hickory-client v0.24.1 |
| 2846 | 2025-01-17T14:21:31.777Z | Compiling p521 v0.13.3 |
| 2847 | 2025-01-17T14:21:32.076Z | Compiling p256 v0.13.2 |
| 2848 | 2025-01-17T14:21:32.708Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2849 | 2025-01-17T14:21:32.942Z | Compiling hickory-server v0.24.1 |
| 2850 | 2025-01-17T14:21:33.722Z | Compiling enum-as-inner v0.5.1 |
| 2851 | 2025-01-17T14:21:34.130Z | Compiling pem v3.0.4 |
| 2852 | 2025-01-17T14:21:34.798Z | Compiling yasna v0.5.2 |
| 2853 | 2025-01-17T14:21:34.830Z | Compiling headers-core v0.3.0 |
| 2854 | 2025-01-17T14:21:35.024Z | Compiling kstat-rs v0.2.4 |
| 2855 | 2025-01-17T14:21:35.108Z | Compiling nanorand v0.7.0 |
| 2856 | 2025-01-17T14:21:35.290Z | Compiling atty v0.2.14 |
| 2857 | 2025-01-17T14:21:35.461Z | Compiling russh-cryptovec v0.7.3 |
| 2858 | 2025-01-17T14:21:35.606Z | Compiling md5 v0.7.0 |
| 2859 | 2025-01-17T14:21:35.675Z | Compiling flume v0.11.1 |
| 2860 | 2025-01-17T14:21:35.824Z | Compiling rcgen v0.12.1 |
| 2861 | 2025-01-17T14:21:36.080Z | Compiling progenitor v0.8.0 |
| 2862 | 2025-01-17T14:21:36.143Z | Compiling russh-keys v0.45.0 |
| 2863 | 2025-01-17T14:21:36.307Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2864 | 2025-01-17T14:21:36.328Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2865 | 2025-01-17T14:21:36.371Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2866 | 2025-01-17T14:21:37.188Z | Compiling progenitor v0.9.1 |
| 2867 | 2025-01-17T14:21:37.282Z | Compiling headers v0.4.0 |
| 2868 | 2025-01-17T14:21:37.435Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2869 | 2025-01-17T14:21:37.723Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2870 | 2025-01-17T14:21:37.964Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2871 | 2025-01-17T14:21:38.842Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2872 | 2025-01-17T14:21:39.061Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2873 | 2025-01-17T14:21:39.650Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2874 | 2025-01-17T14:21:40.018Z | Compiling trust-dns-proto v0.22.0 |
| 2875 | 2025-01-17T14:21:42.920Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2025-01-17T14:21:42.999Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2877 | 2025-01-17T14:21:43.385Z | Compiling hyper-staticfile v0.10.1 |
| 2878 | 2025-01-17T14:21:44.137Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2879 | 2025-01-17T14:21:44.450Z | Compiling num-bigint v0.4.6 |
| 2880 | 2025-01-17T14:21:44.786Z | Compiling des v0.8.1 |
| 2881 | 2025-01-17T14:21:45.158Z | Compiling subprocess v0.2.9 |
| 2882 | 2025-01-17T14:21:45.831Z | Compiling dhcproto-macros v0.1.0 |
| 2883 | 2025-01-17T14:21:46.738Z | Compiling hex-literal v0.4.1 |
| 2884 | 2025-01-17T14:21:46.880Z | Compiling display-error-chain v0.2.2 |
| 2885 | 2025-01-17T14:21:46.940Z | Compiling dhcproto v0.12.0 |
| 2886 | 2025-01-17T14:21:47.121Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2887 | 2025-01-17T14:21:47.343Z | Compiling russh v0.45.0 |
| 2888 | 2025-01-17T14:21:48.589Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2889 | 2025-01-17T14:21:49.053Z | Compiling internet-checksum v0.2.1 |
| 2890 | 2025-01-17T14:21:54.074Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2891 | 2025-01-17T14:21:54.074Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2892 | 2025-01-17T14:21:54.077Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2893 | 2025-01-17T14:21:54.077Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2894 | 2025-01-17T14:21:56.847Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2895 | 2025-01-17T14:21:57.104Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2896 | 2025-01-17T14:21:57.925Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2897 | 2025-01-17T14:21:58.653Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2898 | 2025-01-17T14:21:58.893Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2899 | 2025-01-17T14:22:01.181Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2900 | 2025-01-17T14:22:01.276Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2901 | 2025-01-17T14:22:01.805Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2902 | 2025-01-17T14:22:02.324Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2903 | 2025-01-17T14:22:03.044Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2904 | 2025-01-17T14:22:03.806Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2905 | 2025-01-17T14:22:04.745Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2906 | 2025-01-17T14:22:05.142Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2907 | 2025-01-17T14:22:05.662Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2908 | 2025-01-17T14:22:07.565Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2909 | 2025-01-17T14:22:08.242Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2910 | 2025-01-17T14:22:08.712Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2911 | 2025-01-17T14:22:09.194Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2912 | 2025-01-17T14:22:10.111Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2913 | 2025-01-17T14:22:11.155Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2914 | 2025-01-17T14:22:12.004Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2915 | 2025-01-17T14:22:13.695Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2916 | 2025-01-17T14:22:14.580Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2917 | 2025-01-17T14:22:15.608Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2918 | 2025-01-17T14:22:21.231Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2919 | 2025-01-17T14:22:29.418Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2920 | 2025-01-17T14:22:30.996Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2921 | 2025-01-17T14:22:53.092Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2922 | 2025-01-17T14:23:16.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
| 2923 | 2025-01-17T14:23:16.520Z | |
| 2924 | 2025-01-17T14:23:16.523Z | real 2:25.584370298 |
| 2925 | 2025-01-17T14:23:16.523Z | user 12:23.017547021 |
| 2926 | 2025-01-17T14:23:16.523Z | sys 1:36.652263321 |
| 2927 | 2025-01-17T14:23:16.523Z | trap 0.380003606 |
| 2928 | 2025-01-17T14:23:16.523Z | tflt 0.877480924 |
| 2929 | 2025-01-17T14:23:16.523Z | dflt 1.040569928 |
| 2930 | 2025-01-17T14:23:16.523Z | kflt 0.000351844 |
| 2931 | 2025-01-17T14:23:16.523Z | lock 22:52.875609814 |
| 2932 | 2025-01-17T14:23:16.523Z | slp 42:37.328522619 |
| 2933 | 2025-01-17T14:23:16.523Z | lat 38.863581689 |
| 2934 | 2025-01-17T14:23:16.523Z | stop 1:38.899589871 |
| 2935 | 2025-01-17T14:23:16.523Z | + mkdir tests |
| 2936 | 2025-01-17T14:23:16.526Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2937 | 2025-01-17T14:23:16.526Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2938 | 2025-01-17T14:23:16.565Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3c1647a15d602154 tests/ |
| 2939 | 2025-01-17T14:23:16.592Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f6c1a6af4980e51d tests/ |
| 2940 | 2025-01-17T14:23:16.619Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fed48c1b04d74c13 tests/ |
| 2941 | 2025-01-17T14:23:16.647Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20ef11e9b650c18 tests/ |
| 2942 | 2025-01-17T14:23:16.940Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 2943 | 2025-01-17T14:23:16.943Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f6c1a6af4980e51d tests/commtest-fed48c1b04d74c13 tests/dhcp_server-3c1647a15d602154 tests/end_to_end_tests-b20ef11e9b650c18 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 2944 | 2025-01-17T14:24:30.814Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2945 | 2025-01-17T14:24:30.814Z | a .github/buildomat/ci-env.sh 1K |
| 2946 | 2025-01-17T14:24:30.814Z | a out/target/test 1K |
| 2947 | 2025-01-17T14:24:30.814Z | a out/npuzone/npuzone 23144K |
| 2948 | 2025-01-17T14:24:30.814Z | a package-manifest.toml 34K |
| 2949 | 2025-01-17T14:24:30.814Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2950 | 2025-01-17T14:24:30.814Z | a target/release/omicron-package 36379K |
| 2951 | 2025-01-17T14:24:30.814Z | a target/release/xtask 11911K |
| 2952 | 2025-01-17T14:24:30.814Z | a target/debug/bootstrap 221460K |
| 2953 | 2025-01-17T14:24:30.814Z | a tests/bootstrap-f6c1a6af4980e51d 24276K |
| 2954 | 2025-01-17T14:24:30.814Z | a tests/commtest-fed48c1b04d74c13 24769K |
| 2955 | 2025-01-17T14:24:30.814Z | a tests/dhcp_server-3c1647a15d602154 24276K |
| 2956 | 2025-01-17T14:24:30.814Z | a tests/end_to_end_tests-b20ef11e9b650c18 283498K |
| 2957 | 2025-01-17T14:24:30.814Z | a out/clickhouse.tar.gz 294838K |
| 2958 | 2025-01-17T14:24:30.814Z | a out/clickhouse_keeper.tar.gz 281787K |
| 2959 | 2025-01-17T14:24:30.814Z | a out/clickhouse_server.tar.gz 294820K |
| 2960 | 2025-01-17T14:24:30.814Z | a out/cockroachdb.tar.gz 135128K |
| 2961 | 2025-01-17T14:24:30.814Z | a out/crucible-dtrace.tar 96K |
| 2962 | 2025-01-17T14:24:30.814Z | a out/crucible-pantry-zone.tar.gz 28547K |
| 2963 | 2025-01-17T14:24:30.814Z | a out/crucible-zone.tar.gz 36827K |
| 2964 | 2025-01-17T14:24:30.814Z | a out/external-dns.tar.gz 35770K |
| 2965 | 2025-01-17T14:24:30.814Z | a out/internal-dns.tar.gz 35767K |
| 2966 | 2025-01-17T14:24:30.814Z | a out/mg-ddm-gz.tar 63075K |
| 2967 | 2025-01-17T14:24:30.815Z | a out/nexus.tar.gz 100061K |
| 2968 | 2025-01-17T14:24:30.815Z | a out/ntp.tar.gz 10510K |
| 2969 | 2025-01-17T14:24:30.815Z | a out/omicron-gateway-softnpu.tar.gz 24320K |
| 2970 | 2025-01-17T14:24:30.815Z | a out/omicron-sled-agent.tar 114864K |
| 2971 | 2025-01-17T14:24:30.815Z | a out/overlay.tar.gz 3K |
| 2972 | 2025-01-17T14:24:30.815Z | a out/oximeter.tar.gz 48532K |
| 2973 | 2025-01-17T14:24:30.815Z | a out/oxlog.tar 3154K |
| 2974 | 2025-01-17T14:24:30.815Z | a out/probe.tar.gz 2764K |
| 2975 | 2025-01-17T14:24:30.815Z | a out/propolis-server.tar.gz 66467K |
| 2976 | 2025-01-17T14:24:30.815Z | a out/pumpkind-gz.tar 26665K |
| 2977 | 2025-01-17T14:24:30.815Z | a out/switch-softnpu.tar.gz 236717K |
| 2978 | 2025-01-17T14:24:30.818Z | |
| 2979 | 2025-01-17T14:24:30.818Z | real 1:13.867438210 |
| 2980 | 2025-01-17T14:24:30.818Z | user 1:10.451170506 |
| 2981 | 2025-01-17T14:24:30.818Z | sys 4.772378568 |
| 2982 | 2025-01-17T14:24:30.818Z | trap 0.018268092 |
| 2983 | 2025-01-17T14:24:30.818Z | tflt 0.000000000 |
| 2984 | 2025-01-17T14:24:30.818Z | dflt 0.000000000 |
| 2985 | 2025-01-17T14:24:30.818Z | kflt 0.000000000 |
| 2986 | 2025-01-17T14:24:30.818Z | lock 0.000000000 |
| 2987 | 2025-01-17T14:24:30.818Z | slp 1:10.326665326 |
| 2988 | 2025-01-17T14:24:30.818Z | lat 2.161398386 |
| 2989 | 2025-01-17T14:24:30.818Z | stop 0.000206141 |
| 2990 | 2025-01-17T14:24:30.818Z | process exited: duration 1972446 ms, exit code 0 |
| |
| 2991 | 2025-01-17T14:24:30.831Z | found 1 output files |
| 2992 | 2025-01-17T14:24:30.831Z | uploading: /work/package.tar.gz (1907234921 bytes) |
| 2993 | 2025-01-17T14:25:09.163Z | uploaded: /work/package.tar.gz |