|
|
|
| 1 | 2025-01-25T02:53:00.527Z | job assigned to worker 01JJDNZ42AKGWYHZAX6V7YHD45 [factory aws, i-07dae5a3ee63374ae] (queued for 10 m 27 s) |
| |
| 2 | 2025-01-25T02:53:09.084Z | starting task 0: "setup" |
| 3 | 2025-01-25T02:53:09.093Z | ++ uname -s |
| 4 | 2025-01-25T02:53:09.097Z | + kern=SunOS |
| 5 | 2025-01-25T02:53:09.097Z | + case "$kern" in |
| 6 | 2025-01-25T02:53:09.097Z | + groupadd -g 12345 build |
| 7 | 2025-01-25T02:53:09.099Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-25T02:53:11.106Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-25T02:53:11.211Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-25T02:53:11.214Z | + home_fs=zfs |
| 11 | 2025-01-25T02:53:11.214Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-25T02:53:11.214Z | + mkdir -p /home/build |
| 13 | 2025-01-25T02:53:11.217Z | + chown build:build /home/build /work |
| 14 | 2025-01-25T02:53:13.218Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-25T02:53:13.221Z | process exited: duration 4138 ms, exit code 0 |
| |
| 16 | 2025-01-25T02:53:13.227Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-25T02:53:13.233Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-25T02:53:13.233Z | * toolchain channel = "1.84.0" |
| 19 | 2025-01-25T02:53:13.233Z | * toolchain profile = "default" |
| 20 | 2025-01-25T02:53:13.233Z | ' 1.84.0 |
| 21 | 2025-01-25T02:53:13.233Z | + printf ' * toolchain profile = "%s" |
| 22 | 2025-01-25T02:53:13.233Z | ' default |
| 23 | 2025-01-25T02:53:13.235Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-25T02:53:13.235Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-25T02:53:13.355Z | info: downloading installer |
| 26 | 2025-01-25T02:53:14.755Z | info: profile set to 'default' |
| 27 | 2025-01-25T02:53:14.755Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-25T02:53:14.759Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-25T02:53:14.913Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-25T02:53:14.913Z | info: downloading component 'cargo' |
| 31 | 2025-01-25T02:53:15.794Z | info: downloading component 'clippy' |
| 32 | 2025-01-25T02:53:16.141Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-25T02:53:17.363Z | info: downloading component 'rust-std' |
| 34 | 2025-01-25T02:53:19.157Z | info: downloading component 'rustc' |
| 35 | 2025-01-25T02:53:26.015Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-25T02:53:26.273Z | info: installing component 'cargo' |
| 37 | 2025-01-25T02:53:27.108Z | info: installing component 'clippy' |
| 38 | 2025-01-25T02:53:27.486Z | info: installing component 'rust-docs' |
| 39 | 2025-01-25T02:53:29.165Z | info: installing component 'rust-std' |
| 40 | 2025-01-25T02:53:30.917Z | info: installing component 'rustc' |
| 41 | 2025-01-25T02:53:36.965Z | info: installing component 'rustfmt' |
| 42 | 2025-01-25T02:53:37.293Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-25T02:53:37.293Z | |
| 44 | 2025-01-25T02:53:37.679Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-25T02:53:37.679Z | |
| 46 | 2025-01-25T02:53:37.682Z | |
| 47 | 2025-01-25T02:53:37.682Z | Rust is installed now. Great! |
| 48 | 2025-01-25T02:53:37.682Z | |
| 49 | 2025-01-25T02:53:37.682Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-25T02:53:37.682Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-25T02:53:37.682Z | |
| 52 | 2025-01-25T02:53:37.682Z | To configure your current shell, you need to source |
| 53 | 2025-01-25T02:53:37.682Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-25T02:53:37.682Z | |
| 55 | 2025-01-25T02:53:37.682Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-25T02:53:37.682Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-25T02:53:37.682Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-25T02:53:37.762Z | + rustc --version |
| 59 | 2025-01-25T02:53:37.828Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-25T02:53:37.831Z | process exited: duration 24600 ms, exit code 0 |
| |
| 61 | 2025-01-25T02:53:37.837Z | starting task 2: "authentication" |
| 62 | 2025-01-25T02:53:37.858Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2025-01-25T02:53:37.863Z | starting task 3: "clone repository" |
| 64 | 2025-01-25T02:53:37.870Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-25T02:53:37.873Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-25T02:53:38.660Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-25T02:53:45.969Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-25T02:53:45.969Z | + git fetch origin d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 69 | 2025-01-25T02:53:46.269Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-25T02:53:46.269Z | * branch d4abe9a79e125ced53e6670ed395f80661ae9e20 -> FETCH_HEAD |
| 71 | 2025-01-25T02:53:46.280Z | + [[ -n new-diff-who-dis ]] |
| 72 | 2025-01-25T02:53:46.282Z | ++ git branch --show-current |
| 73 | 2025-01-25T02:53:46.285Z | + current=main |
| 74 | 2025-01-25T02:53:46.285Z | + [[ main != new-diff-who-dis ]] |
| 75 | 2025-01-25T02:53:46.285Z | + git branch -f new-diff-who-dis d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 76 | 2025-01-25T02:53:46.288Z | + git checkout -f new-diff-who-dis |
| 77 | 2025-01-25T02:53:46.413Z | Switched to branch 'new-diff-who-dis' |
| 78 | 2025-01-25T02:53:46.415Z | + git reset --hard d4abe9a79e125ced53e6670ed395f80661ae9e20 |
| 79 | 2025-01-25T02:53:46.547Z | HEAD is now at d4abe9a79 New `BlueprintDiff` implementation |
| 80 | 2025-01-25T02:53:46.550Z | process exited: duration 8683 ms, exit code 0 |
| |
| 81 | 2025-01-25T02:53:46.555Z | starting task 4: "build" |
| 82 | 2025-01-25T02:53:46.560Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-25T02:53:46.560Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-25T02:53:46.560Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-25T02:53:46.560Z | + cargo --version |
| 86 | 2025-01-25T02:53:46.621Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-25T02:53:46.624Z | + rustc --version |
| 88 | 2025-01-25T02:53:46.685Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-25T02:53:46.688Z | + WORK=/work |
| 90 | 2025-01-25T02:53:46.688Z | + pfexec mkdir -p /work |
| 91 | 2025-01-25T02:53:46.692Z | + pfexec chown build /work |
| 92 | 2025-01-25T02:53:46.695Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 93 | 2025-01-25T02:53:50.517Z | pkg list: illegal option -- F |
| 94 | 2025-01-25T02:53:50.518Z | Usage: |
| 95 | 2025-01-25T02:53:50.520Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 96 | 2025-01-25T02:53:50.520Z | [pkg_fmri_pattern ...] |
| 97 | 2025-01-25T02:53:51.349Z | pkg list: illegal option -- F |
| 98 | 2025-01-25T02:53:51.349Z | Usage: |
| 99 | 2025-01-25T02:53:51.352Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 100 | 2025-01-25T02:53:51.352Z | [pkg_fmri_pattern ...] |
| 101 | 2025-01-25T02:53:58.240Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2025-01-25T02:54:02.446Z | Startup: Caching catalogs ... Done |
| 103 | 2025-01-25T02:54:13.667Z | Planning: Solver setup ... Done (10.406s) |
| 104 | 2025-01-25T02:54:13.813Z | Planning: Running solver ... Done (0.146s) |
| 105 | 2025-01-25T02:54:14.109Z | Planning: Finding local manifests ... Done (0.186s) |
| 106 | 2025-01-25T02:54:14.177Z | Planning: Fetching manifests: 0/7 0% complete |
| 107 | 2025-01-25T02:54:14.874Z | Planning: Fetching manifests: 7/7 100% complete |
| 108 | 2025-01-25T02:54:15.235Z | Planning: Package planning ... Done (0.361s) |
| 109 | 2025-01-25T02:54:15.293Z | Planning: Merging actions ... Done (0.058s) |
| 110 | 2025-01-25T02:54:16.137Z | Planning: Checking for conflicting actions ... Done (0.844s) |
| 111 | 2025-01-25T02:54:21.495Z | Planning: Consolidating action changes ... Done (5.356s) |
| 112 | 2025-01-25T02:54:21.986Z | Planning: Evaluating mediators ... Done (0.492s) |
| 113 | 2025-01-25T02:54:22.069Z | Planning: Planning completed in 19.52 seconds |
| 114 | 2025-01-25T02:54:22.085Z | Packages to install: 4 |
| 115 | 2025-01-25T02:54:22.085Z | Packages to update: 3 |
| 116 | 2025-01-25T02:54:22.085Z | Mediators to change: 2 |
| 117 | 2025-01-25T02:54:22.085Z | Services to change: 1 |
| 118 | 2025-01-25T02:54:22.085Z | Estimated space available: 155.61 GB |
| 119 | 2025-01-25T02:54:22.089Z | Estimated space to be consumed: 1.64 GB |
| 120 | 2025-01-25T02:54:22.089Z | Create boot environment: No |
| 121 | 2025-01-25T02:54:22.089Z | Create backup boot environment: Yes |
| 122 | 2025-01-25T02:54:22.089Z | Rebuild boot archive: No |
| 123 | 2025-01-25T02:54:22.089Z | |
| 124 | 2025-01-25T02:54:22.089Z | Changed mediators: |
| 125 | 2025-01-25T02:54:22.089Z | mediator clang: |
| 126 | 2025-01-25T02:54:22.089Z | version: None -> 15 (system default) |
| 127 | 2025-01-25T02:54:22.089Z | |
| 128 | 2025-01-25T02:54:22.089Z | mediator llvm: |
| 129 | 2025-01-25T02:54:22.089Z | version: 14 (system default) -> 15 (system default) |
| 130 | 2025-01-25T02:54:22.089Z | |
| 131 | 2025-01-25T02:54:22.089Z | Changed packages: |
| 132 | 2025-01-25T02:54:22.089Z | helios-dev |
| 133 | 2025-01-25T02:54:22.090Z | developer/build-essential |
| 134 | 2025-01-25T02:54:22.090Z | None -> 11-2.0 |
| 135 | 2025-01-25T02:54:22.090Z | library/libxmlsec1 |
| 136 | 2025-01-25T02:54:22.090Z | None -> 1.2.35-2.0 |
| 137 | 2025-01-25T02:54:22.090Z | ooce/developer/clang-15 |
| 138 | 2025-01-25T02:54:22.090Z | None -> 15.0.7-2.0 |
| 139 | 2025-01-25T02:54:22.090Z | ooce/developer/llvm-15 |
| 140 | 2025-01-25T02:54:22.090Z | None -> 15.0.7-2.0 |
| 141 | 2025-01-25T02:54:22.090Z | package/pkg |
| 142 | 2025-01-25T02:54:22.090Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 143 | 2025-01-25T02:54:22.090Z | system/library/g++-runtime |
| 144 | 2025-01-25T02:54:22.090Z | 13-2.0 -> 14-2.0 |
| 145 | 2025-01-25T02:54:22.090Z | system/library/gcc-runtime |
| 146 | 2025-01-25T02:54:22.090Z | 13-2.0 -> 14-2.0 |
| 147 | 2025-01-25T02:54:22.090Z | |
| 148 | 2025-01-25T02:54:22.090Z | Services: |
| 149 | 2025-01-25T02:54:22.090Z | restart_fmri: |
| 150 | 2025-01-25T02:54:22.090Z | svc:/system/update-man-index:default |
| 151 | 2025-01-25T02:54:22.090Z | |
| 152 | 2025-01-25T02:54:22.090Z | Editable files to change: |
| 153 | 2025-01-25T02:54:22.090Z | Update: |
| 154 | 2025-01-25T02:54:22.090Z | usr/share/lib/pkg/web/config.shtml |
| 155 | 2025-01-25T02:54:22.364Z | |
| 156 | 2025-01-25T02:54:22.364Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 157 | 2025-01-25T02:54:27.366Z | Download: 1138/4301 items 60.8/225.4MB 26% complete (12.1M/s) |
| 158 | 2025-01-25T02:54:32.367Z | Download: 1264/4301 items 113.5/225.4MB 50% complete (11.4M/s) |
| 159 | 2025-01-25T02:54:44.084Z | Download: 2221/4301 items 118.5/225.4MB 52% complete (8.4M/s) |
| 160 | 2025-01-25T02:54:56.743Z | Download: 2222/4301 items 118.6/225.4MB 52% complete |
| 161 | 2025-01-25T02:55:01.743Z | Download: 3443/4301 items 215.2/225.4MB 95% complete (19.5M/s) |
| 162 | 2025-01-25T02:55:04.620Z | Download: Completed 225.42 MB in 42.25 seconds (5.3M/s) |
| 163 | 2025-01-25T02:55:07.282Z | Actions: 1/5122 actions (Removing old actions) |
| 164 | 2025-01-25T02:55:07.304Z | Actions: 194/5122 actions (Installing new actions) |
| 165 | 2025-01-25T02:55:12.433Z | Actions: 4248/5122 actions (Installing new actions) |
| 166 | 2025-01-25T02:55:12.435Z | Actions: 4267/5122 actions (Updating modified actions) |
| 167 | 2025-01-25T02:55:12.990Z | Actions: Completed 5122 actions in 5.71 seconds. |
| 168 | 2025-01-25T02:55:13.396Z | Done (0.399s) |
| 169 | 2025-01-25T02:55:13.399Z | Done (0.001s) |
| 170 | 2025-01-25T02:55:13.992Z | Done (0.593s) |
| 171 | 2025-01-25T02:55:20.027Z | Done (5.801s) |
| 172 | 2025-01-25T02:55:20.411Z | Done (0.292s) |
| 173 | 2025-01-25T02:55:20.414Z | Done (0.000s) |
| 174 | 2025-01-25T02:55:20.579Z | Done (0.000s) |
| 175 | 2025-01-25T02:55:21.276Z | Planning: Evaluating mediator changes ... Done |
| 176 | 2025-01-25T02:55:21.440Z | Planning: Checking for conflicting actions ... Done |
| 177 | 2025-01-25T02:55:21.442Z | Planning: Consolidating action changes ... Done |
| 178 | 2025-01-25T02:55:21.707Z | Planning: Evaluating mediators ... Done |
| 179 | 2025-01-25T02:55:21.711Z | Planning: Planning completed in 0.43 seconds |
| 180 | 2025-01-25T02:55:21.747Z | Mediators to change: 2 |
| 181 | 2025-01-25T02:55:21.748Z | Create boot environment: No |
| 182 | 2025-01-25T02:55:21.751Z | Create backup boot environment: No |
| 183 | 2025-01-25T02:55:21.847Z | Done |
| 184 | 2025-01-25T02:55:21.847Z | Done |
| 185 | 2025-01-25T02:55:22.218Z | Done |
| 186 | 2025-01-25T02:55:25.862Z | Done |
| 187 | 2025-01-25T02:55:25.952Z | Done |
| 188 | 2025-01-25T02:55:25.955Z | Done |
| 189 | 2025-01-25T02:55:26.088Z | Done |
| 190 | 2025-01-25T02:55:26.700Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2025-01-25T02:55:26.711Z | Planning: Merging actions ... Done |
| 192 | 2025-01-25T02:55:26.898Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2025-01-25T02:55:26.915Z | Planning: Consolidating action changes ... Done |
| 194 | 2025-01-25T02:55:27.159Z | Planning: Evaluating mediators ... Done |
| 195 | 2025-01-25T02:55:27.216Z | Planning: Planning completed in 0.76 seconds |
| 196 | 2025-01-25T02:55:27.256Z | Packages to change: 1 |
| 197 | 2025-01-25T02:55:27.256Z | Mediators to change: 1 |
| 198 | 2025-01-25T02:55:27.264Z | Services to change: 1 |
| 199 | 2025-01-25T02:55:27.264Z | Create boot environment: No |
| 200 | 2025-01-25T02:55:27.264Z | Create backup boot environment: Yes |
| 201 | 2025-01-25T02:55:29.444Z | Actions: 1/6 actions (Updating modified actions) |
| 202 | 2025-01-25T02:55:29.448Z | Actions: Completed 6 actions in 0.00 seconds. |
| 203 | 2025-01-25T02:55:29.448Z | Done |
| 204 | 2025-01-25T02:55:29.448Z | Done |
| 205 | 2025-01-25T02:55:29.567Z | Done |
| 206 | 2025-01-25T02:55:33.190Z | Done |
| 207 | 2025-01-25T02:55:33.281Z | Done |
| 208 | 2025-01-25T02:55:33.285Z | Done |
| 209 | 2025-01-25T02:55:33.419Z | Done |
| 210 | 2025-01-25T02:55:33.852Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 211 | 2025-01-25T02:55:33.852Z | clang system 15 system |
| 212 | 2025-01-25T02:55:33.852Z | csh system system illumos |
| 213 | 2025-01-25T02:55:33.852Z | ctags system system illumos |
| 214 | 2025-01-25T02:55:33.852Z | gcc vendor 12 vendor |
| 215 | 2025-01-25T02:55:33.852Z | gcc system 10 system |
| 216 | 2025-01-25T02:55:33.853Z | gcc system 7 system |
| 217 | 2025-01-25T02:55:33.853Z | go system 1.20 system |
| 218 | 2025-01-25T02:55:33.853Z | go system 1.19 system |
| 219 | 2025-01-25T02:55:33.853Z | llvm system 15 system |
| 220 | 2025-01-25T02:55:33.853Z | llvm system 14 system |
| 221 | 2025-01-25T02:55:33.853Z | mariadb system 10.6 system |
| 222 | 2025-01-25T02:55:33.853Z | mta vendor vendor dma |
| 223 | 2025-01-25T02:55:33.853Z | openjdk system 17 system |
| 224 | 2025-01-25T02:55:33.853Z | openjdk system 11 system |
| 225 | 2025-01-25T02:55:33.853Z | openjdk system 1.8 system |
| 226 | 2025-01-25T02:55:33.853Z | openssl vendor 3 vendor |
| 227 | 2025-01-25T02:55:33.853Z | perl system 5.36 system |
| 228 | 2025-01-25T02:55:33.853Z | postgresql system 15 system |
| 229 | 2025-01-25T02:55:33.853Z | postgresql system 13 system |
| 230 | 2025-01-25T02:55:33.853Z | python vendor 3 vendor |
| 231 | 2025-01-25T02:55:33.853Z | python system 2 system |
| 232 | 2025-01-25T02:55:33.853Z | python3 system 3.11 system |
| 233 | 2025-01-25T02:55:33.853Z | ruby system 3.0 system |
| 234 | 2025-01-25T02:55:33.853Z | words vendor vendor american-english |
| 235 | 2025-01-25T02:55:33.853Z | words system system australian-english |
| 236 | 2025-01-25T02:55:33.853Z | words system system british-english |
| 237 | 2025-01-25T02:55:33.853Z | words system system canadian-english |
| 238 | 2025-01-25T02:55:33.853Z | words system system french |
| 239 | 2025-01-25T02:55:33.853Z | words system system italian |
| 240 | 2025-01-25T02:55:33.853Z | words system system ngerman |
| 241 | 2025-01-25T02:55:33.853Z | words system system ogerman |
| 242 | 2025-01-25T02:55:33.853Z | words system system spanish |
| 243 | 2025-01-25T02:55:34.183Z | PUBLISHER TYPE STATUS P LOCATION |
| 244 | 2025-01-25T02:55:34.183Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 245 | 2025-01-25T02:55:37.005Z | FMRI IFO |
| 246 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 247 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 248 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 249 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 250 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 251 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 252 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 253 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 254 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 255 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 256 | 2025-01-25T02:55:37.005Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 257 | 2025-01-25T02:55:37.006Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 258 | 2025-01-25T02:55:37.006Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 259 | 2025-01-25T02:55:37.006Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 260 | 2025-01-25T02:55:37.006Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 261 | 2025-01-25T02:55:37.762Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 262 | 2025-01-25T02:55:38.043Z | Updating crates.io index |
| 263 | 2025-01-25T02:55:38.046Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 264 | 2025-01-25T02:55:38.466Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2025-01-25T02:55:38.986Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 266 | 2025-01-25T02:55:39.345Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 267 | 2025-01-25T02:55:39.595Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 268 | 2025-01-25T02:55:39.885Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2025-01-25T02:55:40.858Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2025-01-25T02:55:42.470Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 271 | 2025-01-25T02:55:43.119Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 272 | 2025-01-25T02:55:43.973Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2025-01-25T02:55:44.290Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 274 | 2025-01-25T02:55:44.646Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 275 | 2025-01-25T02:55:45.273Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 276 | 2025-01-25T02:55:45.608Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 277 | 2025-01-25T02:55:45.917Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 278 | 2025-01-25T02:55:46.218Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 279 | 2025-01-25T02:55:46.428Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 280 | 2025-01-25T02:55:46.680Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 281 | 2025-01-25T02:55:46.984Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 282 | 2025-01-25T02:55:47.275Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 283 | 2025-01-25T02:55:47.696Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 284 | 2025-01-25T02:55:47.938Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 285 | 2025-01-25T02:55:48.445Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 286 | 2025-01-25T02:55:48.706Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 287 | 2025-01-25T02:55:49.130Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 288 | 2025-01-25T02:55:49.518Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 289 | 2025-01-25T02:55:49.835Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 290 | 2025-01-25T02:55:50.123Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 291 | 2025-01-25T02:55:50.406Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 292 | 2025-01-25T02:55:51.788Z | Downloading crates ... |
| 293 | 2025-01-25T02:55:51.877Z | Downloaded autocfg v1.4.0 |
| 294 | 2025-01-25T02:55:51.891Z | Downloaded bitflags v2.6.0 |
| 295 | 2025-01-25T02:55:51.895Z | Downloaded fs-err v2.11.0 |
| 296 | 2025-01-25T02:55:51.898Z | Downloaded anyhow v1.0.93 |
| 297 | 2025-01-25T02:55:51.906Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2025-01-25T02:55:51.910Z | Downloaded heck v0.5.0 |
| 299 | 2025-01-25T02:55:51.910Z | Downloaded anstream v0.6.15 |
| 300 | 2025-01-25T02:55:51.913Z | Downloaded proc-macro-error-attr v1.0.4 |
| 301 | 2025-01-25T02:55:51.913Z | Downloaded pretty-hex v0.4.1 |
| 302 | 2025-01-25T02:55:51.913Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2025-01-25T02:55:51.917Z | Downloaded equivalent v1.0.1 |
| 304 | 2025-01-25T02:55:51.919Z | Downloaded memmap v0.7.0 |
| 305 | 2025-01-25T02:55:51.919Z | Downloaded cfg-if v1.0.0 |
| 306 | 2025-01-25T02:55:51.922Z | Downloaded serde_spanned v0.6.8 |
| 307 | 2025-01-25T02:55:51.924Z | Downloaded block-buffer v0.10.4 |
| 308 | 2025-01-25T02:55:51.924Z | Downloaded generic-array v0.14.7 |
| 309 | 2025-01-25T02:55:51.927Z | Downloaded strsim v0.11.1 |
| 310 | 2025-01-25T02:55:51.927Z | Downloaded smawk v0.3.2 |
| 311 | 2025-01-25T02:55:51.930Z | Downloaded toml_datetime v0.6.8 |
| 312 | 2025-01-25T02:55:51.930Z | Downloaded fastrand v2.1.1 |
| 313 | 2025-01-25T02:55:51.930Z | Downloaded is_terminal_polyfill v1.70.1 |
| 314 | 2025-01-25T02:55:51.933Z | Downloaded anstyle-parse v0.2.5 |
| 315 | 2025-01-25T02:55:51.933Z | Downloaded scroll_derive v0.12.0 |
| 316 | 2025-01-25T02:55:51.937Z | Downloaded usdt v0.5.0 |
| 317 | 2025-01-25T02:55:51.940Z | Downloaded scroll v0.12.0 |
| 318 | 2025-01-25T02:55:51.940Z | Downloaded thread-id v4.2.2 |
| 319 | 2025-01-25T02:55:51.942Z | Downloaded tabled_derive v0.7.0 |
| 320 | 2025-01-25T02:55:51.942Z | Downloaded itoa v1.0.11 |
| 321 | 2025-01-25T02:55:51.945Z | Downloaded heck v0.4.1 |
| 322 | 2025-01-25T02:55:51.945Z | Downloaded crypto-common v0.1.6 |
| 323 | 2025-01-25T02:55:51.947Z | Downloaded plain v0.2.3 |
| 324 | 2025-01-25T02:55:51.948Z | Downloaded clap_lex v0.7.2 |
| 325 | 2025-01-25T02:55:51.950Z | Downloaded cargo-platform v0.1.8 |
| 326 | 2025-01-25T02:55:51.950Z | Downloaded bytecount v0.6.8 |
| 327 | 2025-01-25T02:55:51.953Z | Downloaded once_cell v1.20.2 |
| 328 | 2025-01-25T02:55:51.955Z | Downloaded digest v0.10.7 |
| 329 | 2025-01-25T02:55:51.958Z | Downloaded unicode-linebreak v0.1.5 |
| 330 | 2025-01-25T02:55:51.961Z | Downloaded pest_generator v2.7.14 |
| 331 | 2025-01-25T02:55:51.961Z | Downloaded terminal_size v0.4.0 |
| 332 | 2025-01-25T02:55:51.963Z | Downloaded thiserror v1.0.69 |
| 333 | 2025-01-25T02:55:51.966Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2025-01-25T02:55:51.968Z | Downloaded colorchoice v1.0.2 |
| 335 | 2025-01-25T02:55:51.968Z | Downloaded semver v1.0.24 |
| 336 | 2025-01-25T02:55:51.971Z | Downloaded proc-macro-error v1.0.4 |
| 337 | 2025-01-25T02:55:51.974Z | Downloaded sha2 v0.10.8 |
| 338 | 2025-01-25T02:55:51.976Z | Downloaded quote v1.0.38 |
| 339 | 2025-01-25T02:55:51.979Z | Downloaded usdt-macro v0.5.0 |
| 340 | 2025-01-25T02:55:51.979Z | Downloaded dof v0.3.0 |
| 341 | 2025-01-25T02:55:51.979Z | Downloaded clap_derive v4.5.18 |
| 342 | 2025-01-25T02:55:51.982Z | Downloaded ryu v1.0.18 |
| 343 | 2025-01-25T02:55:51.985Z | Downloaded proc-macro2 v1.0.92 |
| 344 | 2025-01-25T02:55:51.987Z | Downloaded cargo_metadata v0.18.1 |
| 345 | 2025-01-25T02:55:51.988Z | Downloaded anstyle-query v1.1.1 |
| 346 | 2025-01-25T02:55:51.990Z | Downloaded serde_tokenstream v0.2.2 |
| 347 | 2025-01-25T02:55:51.990Z | Downloaded camino-tempfile v1.1.1 |
| 348 | 2025-01-25T02:55:51.993Z | Downloaded version_check v0.9.5 |
| 349 | 2025-01-25T02:55:51.996Z | Downloaded clap v4.5.21 |
| 350 | 2025-01-25T02:55:52.003Z | Downloaded papergrid v0.11.0 |
| 351 | 2025-01-25T02:55:52.007Z | Downloaded toml v0.8.19 |
| 352 | 2025-01-25T02:55:52.010Z | Downloaded cargo_toml v0.20.5 |
| 353 | 2025-01-25T02:55:52.013Z | Downloaded macaddr v1.0.1 |
| 354 | 2025-01-25T02:55:52.013Z | Downloaded swrite v0.1.0 |
| 355 | 2025-01-25T02:55:52.015Z | Downloaded log v0.4.22 |
| 356 | 2025-01-25T02:55:52.018Z | Downloaded typenum v1.17.0 |
| 357 | 2025-01-25T02:55:52.018Z | Downloaded camino v1.1.9 |
| 358 | 2025-01-25T02:55:52.020Z | Downloaded unicode-ident v1.0.14 |
| 359 | 2025-01-25T02:55:52.023Z | Downloaded anstyle v1.0.10 |
| 360 | 2025-01-25T02:55:52.027Z | Downloaded pest_derive v2.7.14 |
| 361 | 2025-01-25T02:55:52.029Z | Downloaded zerocopy-derive v0.7.35 |
| 362 | 2025-01-25T02:55:52.033Z | Downloaded byteorder v1.5.0 |
| 363 | 2025-01-25T02:55:52.035Z | Downloaded utf8parse v0.2.2 |
| 364 | 2025-01-25T02:55:52.037Z | Downloaded serde_derive v1.0.217 |
| 365 | 2025-01-25T02:55:52.040Z | Downloaded cpufeatures v0.2.14 |
| 366 | 2025-01-25T02:55:52.042Z | Downloaded usdt-impl v0.5.0 |
| 367 | 2025-01-25T02:55:52.045Z | Downloaded textwrap v0.16.1 |
| 368 | 2025-01-25T02:55:52.048Z | Downloaded indexmap v2.7.0 |
| 369 | 2025-01-25T02:55:52.051Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2025-01-25T02:55:52.056Z | Downloaded tempfile v3.13.0 |
| 371 | 2025-01-25T02:55:52.069Z | Downloaded pest_meta v2.7.14 |
| 372 | 2025-01-25T02:55:52.072Z | Downloaded fnv v1.0.7 |
| 373 | 2025-01-25T02:55:52.084Z | Downloaded errno v0.3.9 |
| 374 | 2025-01-25T02:55:52.086Z | Downloaded memchr v2.7.4 |
| 375 | 2025-01-25T02:55:52.094Z | Downloaded toml_edit v0.22.22 |
| 376 | 2025-01-25T02:55:52.148Z | Downloaded zerocopy v0.7.35 |
| 377 | 2025-01-25T02:55:52.153Z | Downloaded pest v2.7.14 |
| 378 | 2025-01-25T02:55:52.153Z | Downloaded serde v1.0.217 |
| 379 | 2025-01-25T02:55:52.153Z | Downloaded serde_json v1.0.135 |
| 380 | 2025-01-25T02:55:52.153Z | Downloaded tabled v0.15.0 |
| 381 | 2025-01-25T02:55:52.187Z | Downloaded goblin v0.8.2 |
| 382 | 2025-01-25T02:55:52.190Z | Downloaded winnow v0.6.20 |
| 383 | 2025-01-25T02:55:52.191Z | Downloaded hashbrown v0.15.1 |
| 384 | 2025-01-25T02:55:52.191Z | Downloaded syn v1.0.109 |
| 385 | 2025-01-25T02:55:52.191Z | Downloaded clap_builder v4.5.21 |
| 386 | 2025-01-25T02:55:52.195Z | Downloaded syn v2.0.96 |
| 387 | 2025-01-25T02:55:52.205Z | Downloaded unicode-width v0.1.14 |
| 388 | 2025-01-25T02:55:52.211Z | Downloaded rustix v0.38.37 |
| 389 | 2025-01-25T02:55:52.248Z | Downloaded libc v0.2.169 |
| 390 | 2025-01-25T02:55:52.557Z | Compiling proc-macro2 v1.0.92 |
| 391 | 2025-01-25T02:55:52.557Z | Compiling unicode-ident v1.0.14 |
| 392 | 2025-01-25T02:55:52.561Z | Compiling serde v1.0.217 |
| 393 | 2025-01-25T02:55:52.561Z | Compiling version_check v0.9.5 |
| 394 | 2025-01-25T02:55:52.561Z | Compiling thiserror v1.0.69 |
| 395 | 2025-01-25T02:55:52.561Z | Compiling memchr v2.7.4 |
| 396 | 2025-01-25T02:55:52.593Z | Compiling libc v0.2.169 |
| 397 | 2025-01-25T02:55:52.596Z | Compiling itoa v1.0.11 |
| 398 | 2025-01-25T02:55:52.831Z | Compiling ryu v1.0.18 |
| 399 | 2025-01-25T02:55:52.955Z | Compiling ucd-trie v0.1.7 |
| 400 | 2025-01-25T02:55:53.192Z | Compiling once_cell v1.20.2 |
| 401 | 2025-01-25T02:55:53.375Z | Compiling byteorder v1.5.0 |
| 402 | 2025-01-25T02:55:53.511Z | Compiling rustix v0.38.37 |
| 403 | 2025-01-25T02:55:53.597Z | Compiling serde_json v1.0.135 |
| 404 | 2025-01-25T02:55:53.966Z | Compiling bitflags v2.6.0 |
| 405 | 2025-01-25T02:55:53.993Z | Compiling usdt-impl v0.5.0 |
| 406 | 2025-01-25T02:55:54.244Z | Compiling proc-macro-error-attr v1.0.4 |
| 407 | 2025-01-25T02:55:54.318Z | Compiling syn v1.0.109 |
| 408 | 2025-01-25T02:55:54.366Z | Compiling proc-macro-error v1.0.4 |
| 409 | 2025-01-25T02:55:54.369Z | Compiling log v0.4.22 |
| 410 | 2025-01-25T02:55:54.485Z | Compiling quote v1.0.38 |
| 411 | 2025-01-25T02:55:54.607Z | Compiling errno v0.3.9 |
| 412 | 2025-01-25T02:55:54.649Z | Compiling plain v0.2.3 |
| 413 | 2025-01-25T02:55:54.753Z | Compiling utf8parse v0.2.2 |
| 414 | 2025-01-25T02:55:54.778Z | Compiling hashbrown v0.15.1 |
| 415 | 2025-01-25T02:55:54.859Z | Compiling syn v2.0.96 |
| 416 | 2025-01-25T02:55:54.916Z | Compiling equivalent v1.0.1 |
| 417 | 2025-01-25T02:55:54.960Z | Compiling camino v1.1.9 |
| 418 | 2025-01-25T02:55:55.036Z | Compiling thread-id v4.2.2 |
| 419 | 2025-01-25T02:55:55.096Z | Compiling anstyle-parse v0.2.5 |
| 420 | 2025-01-25T02:55:55.453Z | Compiling anstyle v1.0.10 |
| 421 | 2025-01-25T02:55:55.619Z | Compiling colorchoice v1.0.2 |
| 422 | 2025-01-25T02:55:55.648Z | Compiling autocfg v1.4.0 |
| 423 | 2025-01-25T02:55:55.788Z | Compiling indexmap v2.7.0 |
| 424 | 2025-01-25T02:55:55.866Z | Compiling pretty-hex v0.4.1 |
| 425 | 2025-01-25T02:55:55.894Z | Compiling winnow v0.6.20 |
| 426 | 2025-01-25T02:55:55.894Z | Compiling anstyle-query v1.1.1 |
| 427 | 2025-01-25T02:55:56.090Z | Compiling semver v1.0.24 |
| 428 | 2025-01-25T02:55:56.092Z | Compiling is_terminal_polyfill v1.70.1 |
| 429 | 2025-01-25T02:55:56.261Z | Compiling unicode-width v0.1.14 |
| 430 | 2025-01-25T02:55:56.622Z | Compiling fs-err v2.11.0 |
| 431 | 2025-01-25T02:55:56.650Z | Compiling anstream v0.6.15 |
| 432 | 2025-01-25T02:55:56.823Z | Compiling terminal_size v0.4.0 |
| 433 | 2025-01-25T02:55:57.044Z | Compiling strsim v0.11.1 |
| 434 | 2025-01-25T02:55:57.144Z | Compiling anyhow v1.0.93 |
| 435 | 2025-01-25T02:55:57.284Z | Compiling heck v0.4.1 |
| 436 | 2025-01-25T02:55:57.356Z | Compiling clap_lex v0.7.2 |
| 437 | 2025-01-25T02:55:57.475Z | Compiling heck v0.5.0 |
| 438 | 2025-01-25T02:55:57.726Z | Compiling fastrand v2.1.1 |
| 439 | 2025-01-25T02:55:57.785Z | Compiling fnv v1.0.7 |
| 440 | 2025-01-25T02:55:57.813Z | Compiling bytecount v0.6.8 |
| 441 | 2025-01-25T02:55:57.943Z | Compiling cfg-if v1.0.0 |
| 442 | 2025-01-25T02:55:58.048Z | Compiling papergrid v0.11.0 |
| 443 | 2025-01-25T02:55:58.074Z | Compiling clap_builder v4.5.21 |
| 444 | 2025-01-25T02:55:58.254Z | Compiling tempfile v3.13.0 |
| 445 | 2025-01-25T02:55:58.408Z | Compiling memmap v0.7.0 |
| 446 | 2025-01-25T02:55:58.492Z | Compiling smawk v0.3.2 |
| 447 | 2025-01-25T02:55:58.737Z | Compiling unicode-linebreak v0.1.5 |
| 448 | 2025-01-25T02:55:59.176Z | Compiling textwrap v0.16.1 |
| 449 | 2025-01-25T02:55:59.246Z | Compiling swrite v0.1.0 |
| 450 | 2025-01-25T02:55:59.956Z | Compiling tabled_derive v0.7.0 |
| 451 | 2025-01-25T02:56:01.423Z | Compiling tabled v0.15.0 |
| 452 | 2025-01-25T02:56:01.774Z | Compiling serde_derive v1.0.217 |
| 453 | 2025-01-25T02:56:01.776Z | Compiling thiserror-impl v1.0.69 |
| 454 | 2025-01-25T02:56:01.776Z | Compiling zerocopy-derive v0.7.35 |
| 455 | 2025-01-25T02:56:01.776Z | Compiling scroll_derive v0.12.0 |
| 456 | 2025-01-25T02:56:02.028Z | Compiling clap_derive v4.5.18 |
| 457 | 2025-01-25T02:56:03.223Z | Compiling scroll v0.12.0 |
| 458 | 2025-01-25T02:56:03.763Z | Compiling goblin v0.8.2 |
| 459 | 2025-01-25T02:56:03.898Z | Compiling zerocopy v0.7.35 |
| 460 | 2025-01-25T02:56:04.602Z | Compiling pest v2.7.14 |
| 461 | 2025-01-25T02:56:05.367Z | Compiling clap v4.5.21 |
| 462 | 2025-01-25T02:56:06.747Z | Compiling pest_meta v2.7.14 |
| 463 | 2025-01-25T02:56:07.645Z | Compiling pest_generator v2.7.14 |
| 464 | 2025-01-25T02:56:08.990Z | Compiling pest_derive v2.7.14 |
| 465 | 2025-01-25T02:56:09.672Z | Compiling dtrace-parser v0.2.0 |
| 466 | 2025-01-25T02:56:10.577Z | Compiling serde_tokenstream v0.2.2 |
| 467 | 2025-01-25T02:56:10.621Z | Compiling toml_datetime v0.6.8 |
| 468 | 2025-01-25T02:56:10.692Z | Compiling serde_spanned v0.6.8 |
| 469 | 2025-01-25T02:56:10.814Z | Compiling cargo-platform v0.1.8 |
| 470 | 2025-01-25T02:56:10.926Z | Compiling macaddr v1.0.1 |
| 471 | 2025-01-25T02:56:11.212Z | Compiling toml_edit v0.22.22 |
| 472 | 2025-01-25T02:56:11.275Z | Compiling camino-tempfile v1.1.1 |
| 473 | 2025-01-25T02:56:11.928Z | Compiling dof v0.3.0 |
| 474 | 2025-01-25T02:56:11.995Z | Compiling cargo_metadata v0.18.1 |
| 475 | 2025-01-25T02:56:13.252Z | Compiling usdt-attr-macro v0.5.0 |
| 476 | 2025-01-25T02:56:13.255Z | Compiling usdt-macro v0.5.0 |
| 477 | 2025-01-25T02:56:13.952Z | Compiling toml v0.8.19 |
| 478 | 2025-01-25T02:56:14.375Z | Compiling usdt v0.5.0 |
| 479 | 2025-01-25T02:56:14.746Z | Compiling cargo_toml v0.20.5 |
| 480 | 2025-01-25T02:56:17.364Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 481 | 2025-01-25T02:56:20.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.94s |
| 482 | 2025-01-25T02:56:20.761Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 483 | 2025-01-25T02:56:21.289Z | Downloading crates ... |
| 484 | 2025-01-25T02:56:21.430Z | Downloaded arrayref v0.3.9 |
| 485 | 2025-01-25T02:56:21.433Z | Downloaded adler2 v2.0.0 |
| 486 | 2025-01-25T02:56:21.435Z | Downloaded array-init v0.0.4 |
| 487 | 2025-01-25T02:56:21.447Z | Downloaded atty v0.2.14 |
| 488 | 2025-01-25T02:56:21.449Z | Downloaded addr2line v0.24.2 |
| 489 | 2025-01-25T02:56:21.452Z | Downloaded atomicwrites v0.4.4 |
| 490 | 2025-01-25T02:56:21.461Z | Downloaded cfg_aliases v0.1.1 |
| 491 | 2025-01-25T02:56:21.471Z | Downloaded aead v0.5.2 |
| 492 | 2025-01-25T02:56:21.489Z | Downloaded cipher v0.4.4 |
| 493 | 2025-01-25T02:56:21.491Z | Downloaded bitflags v1.3.2 |
| 494 | 2025-01-25T02:56:21.494Z | Downloaded cobs v0.2.3 |
| 495 | 2025-01-25T02:56:21.497Z | Downloaded buf-list v1.0.3 |
| 496 | 2025-01-25T02:56:21.499Z | Downloaded bitfield v0.14.0 |
| 497 | 2025-01-25T02:56:21.499Z | Downloaded bit-set v0.5.3 |
| 498 | 2025-01-25T02:56:21.502Z | Downloaded cbc v0.1.2 |
| 499 | 2025-01-25T02:56:21.502Z | Downloaded blowfish v0.9.1 |
| 500 | 2025-01-25T02:56:21.505Z | Downloaded crc-catalog v2.4.0 |
| 501 | 2025-01-25T02:56:21.505Z | Downloaded crc v3.2.1 |
| 502 | 2025-01-25T02:56:21.507Z | Downloaded atomic-waker v1.1.2 |
| 503 | 2025-01-25T02:56:21.510Z | Downloaded bb8 v0.8.5 |
| 504 | 2025-01-25T02:56:21.513Z | Downloaded allocator-api2 v0.2.18 |
| 505 | 2025-01-25T02:56:21.518Z | Downloaded async-recursion v1.1.1 |
| 506 | 2025-01-25T02:56:21.523Z | Downloaded cexpr v0.6.0 |
| 507 | 2025-01-25T02:56:21.525Z | Downloaded convert_case v0.4.0 |
| 508 | 2025-01-25T02:56:21.529Z | Downloaded constant_time_eq v0.3.1 |
| 509 | 2025-01-25T02:56:21.529Z | Downloaded async-stream v0.3.6 |
| 510 | 2025-01-25T02:56:21.531Z | Downloaded colored v2.1.0 |
| 511 | 2025-01-25T02:56:21.534Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 512 | 2025-01-25T02:56:21.538Z | Downloaded cmake v0.1.51 |
| 513 | 2025-01-25T02:56:21.538Z | Downloaded chacha20 v0.9.1 |
| 514 | 2025-01-25T02:56:21.541Z | Downloaded hex-literal v0.4.1 |
| 515 | 2025-01-25T02:56:21.547Z | Downloaded hex v0.4.3 |
| 516 | 2025-01-25T02:56:21.549Z | Downloaded crunchy v0.2.2 |
| 517 | 2025-01-25T02:56:21.552Z | Downloaded crucible-workspace-hack v0.1.0 |
| 518 | 2025-01-25T02:56:21.552Z | Downloaded cfg_aliases v0.2.1 |
| 519 | 2025-01-25T02:56:21.555Z | Downloaded cstr-argument v0.1.2 |
| 520 | 2025-01-25T02:56:21.558Z | Downloaded ciborium-io v0.2.2 |
| 521 | 2025-01-25T02:56:21.558Z | Downloaded hickory-resolver v0.24.1 |
| 522 | 2025-01-25T02:56:21.567Z | Downloaded httpdate v1.0.3 |
| 523 | 2025-01-25T02:56:21.569Z | Downloaded highway v1.2.0 |
| 524 | 2025-01-25T02:56:21.569Z | Downloaded async-bb8-diesel v0.2.1 |
| 525 | 2025-01-25T02:56:21.569Z | Downloaded http-body v1.0.1 |
| 526 | 2025-01-25T02:56:21.570Z | Downloaded ascii-canvas v3.0.0 |
| 527 | 2025-01-25T02:56:21.572Z | Downloaded crossbeam-deque v0.8.5 |
| 528 | 2025-01-25T02:56:21.575Z | Downloaded icu_provider_macros v1.5.0 |
| 529 | 2025-01-25T02:56:21.575Z | Downloaded hubpack v0.1.2 |
| 530 | 2025-01-25T02:56:21.578Z | Downloaded hostname v0.3.1 |
| 531 | 2025-01-25T02:56:21.578Z | Downloaded home v0.5.9 |
| 532 | 2025-01-25T02:56:21.580Z | Downloaded hubpack_derive v0.1.1 |
| 533 | 2025-01-25T02:56:21.583Z | Downloaded http-range v0.1.5 |
| 534 | 2025-01-25T02:56:21.586Z | Downloaded icu_locid_transform v1.5.0 |
| 535 | 2025-01-25T02:56:21.588Z | Downloaded hyper-tls v0.6.0 |
| 536 | 2025-01-25T02:56:21.593Z | Downloaded castaway v0.2.3 |
| 537 | 2025-01-25T02:56:21.593Z | Downloaded iana-time-zone v0.1.61 |
| 538 | 2025-01-25T02:56:21.596Z | Downloaded ident_case v1.0.1 |
| 539 | 2025-01-25T02:56:21.596Z | Downloaded const_format_proc_macros v0.2.33 |
| 540 | 2025-01-25T02:56:21.599Z | Downloaded hmac v0.12.1 |
| 541 | 2025-01-25T02:56:21.603Z | Downloaded ciborium v0.2.2 |
| 542 | 2025-01-25T02:56:21.605Z | Downloaded http-body-util v0.1.2 |
| 543 | 2025-01-25T02:56:21.605Z | Downloaded csv-core v0.1.11 |
| 544 | 2025-01-25T02:56:21.608Z | Downloaded console v0.15.8 |
| 545 | 2025-01-25T02:56:21.611Z | Downloaded hyper-staticfile v0.10.1 |
| 546 | 2025-01-25T02:56:21.614Z | Downloaded hyper-rustls v0.27.3 |
| 547 | 2025-01-25T02:56:21.617Z | Downloaded progenitor-macro v0.9.1 |
| 548 | 2025-01-25T02:56:21.622Z | Downloaded primeorder v0.13.6 |
| 549 | 2025-01-25T02:56:21.622Z | Downloaded hostname v0.4.0 |
| 550 | 2025-01-25T02:56:21.625Z | Downloaded headers-core v0.3.0 |
| 551 | 2025-01-25T02:56:21.625Z | Downloaded ctr v0.9.2 |
| 552 | 2025-01-25T02:56:21.625Z | Downloaded humantime v2.1.0 |
| 553 | 2025-01-25T02:56:21.625Z | Downloaded scrypt v0.11.0 |
| 554 | 2025-01-25T02:56:21.628Z | Downloaded block-padding v0.3.3 |
| 555 | 2025-01-25T02:56:21.631Z | Downloaded ciborium-ll v0.2.2 |
| 556 | 2025-01-25T02:56:21.631Z | Downloaded base16ct v0.2.0 |
| 557 | 2025-01-25T02:56:21.635Z | Downloaded assert_matches v1.5.0 |
| 558 | 2025-01-25T02:56:21.635Z | Downloaded httparse v1.9.5 |
| 559 | 2025-01-25T02:56:21.637Z | Downloaded idna_adapter v1.2.0 |
| 560 | 2025-01-25T02:56:21.637Z | Downloaded crc32fast v1.4.2 |
| 561 | 2025-01-25T02:56:21.640Z | Downloaded instant v0.1.13 |
| 562 | 2025-01-25T02:56:21.643Z | Downloaded blake2 v0.10.6 |
| 563 | 2025-01-25T02:56:21.646Z | Downloaded crossbeam-utils v0.8.20 |
| 564 | 2025-01-25T02:56:21.649Z | Downloaded is_ci v1.2.0 |
| 565 | 2025-01-25T02:56:21.649Z | Downloaded rand_chacha v0.3.1 |
| 566 | 2025-01-25T02:56:21.651Z | Downloaded md5 v0.7.0 |
| 567 | 2025-01-25T02:56:21.651Z | Downloaded match_cfg v0.1.0 |
| 568 | 2025-01-25T02:56:21.654Z | Downloaded matches v0.1.10 |
| 569 | 2025-01-25T02:56:21.654Z | Downloaded chrono-tz-build v0.4.0 |
| 570 | 2025-01-25T02:56:21.654Z | Downloaded bit-vec v0.6.3 |
| 571 | 2025-01-25T02:56:21.658Z | Downloaded sqlparser_derive v0.2.2 |
| 572 | 2025-01-25T02:56:21.658Z | Downloaded heck v0.3.3 |
| 573 | 2025-01-25T02:56:21.658Z | Downloaded bitfield-struct v0.6.2 |
| 574 | 2025-01-25T02:56:21.662Z | Downloaded indent_write v2.2.0 |
| 575 | 2025-01-25T02:56:21.662Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 576 | 2025-01-25T02:56:21.665Z | Downloaded quinn-udp v0.5.5 |
| 577 | 2025-01-25T02:56:21.668Z | Downloaded internet-checksum v0.2.1 |
| 578 | 2025-01-25T02:56:21.668Z | Downloaded quick-error v1.2.3 |
| 579 | 2025-01-25T02:56:21.670Z | Downloaded tinyvec_macros v0.1.1 |
| 580 | 2025-01-25T02:56:21.670Z | Downloaded indexmap v1.9.3 |
| 581 | 2025-01-25T02:56:21.673Z | Downloaded ipnetwork v0.20.0 |
| 582 | 2025-01-25T02:56:21.676Z | Downloaded is-terminal v0.4.13 |
| 583 | 2025-01-25T02:56:21.679Z | Downloaded inout v0.1.3 |
| 584 | 2025-01-25T02:56:21.679Z | Downloaded indoc v1.0.9 |
| 585 | 2025-01-25T02:56:21.685Z | Downloaded libefi-sys v0.1.0 |
| 586 | 2025-01-25T02:56:21.685Z | Downloaded linear-map v1.2.0 |
| 587 | 2025-01-25T02:56:21.687Z | Downloaded argon2 v0.5.3 |
| 588 | 2025-01-25T02:56:21.691Z | Downloaded maybe-uninit v2.0.0 |
| 589 | 2025-01-25T02:56:21.691Z | Downloaded take_mut v0.2.2 |
| 590 | 2025-01-25T02:56:21.691Z | Downloaded rustc-hash v1.1.0 |
| 591 | 2025-01-25T02:56:21.694Z | Downloaded maplit v1.0.2 |
| 592 | 2025-01-25T02:56:21.694Z | Downloaded utf-8 v0.7.6 |
| 593 | 2025-01-25T02:56:21.697Z | Downloaded managed v0.8.0 |
| 594 | 2025-01-25T02:56:21.697Z | Downloaded lru-cache v0.1.2 |
| 595 | 2025-01-25T02:56:21.697Z | Downloaded mime v0.3.17 |
| 596 | 2025-01-25T02:56:21.700Z | Downloaded libsw v3.3.1 |
| 597 | 2025-01-25T02:56:21.703Z | Downloaded serde_repr v0.1.19 |
| 598 | 2025-01-25T02:56:21.703Z | Downloaded lockfree-object-pool v0.1.6 |
| 599 | 2025-01-25T02:56:21.706Z | Downloaded icu_normalizer v1.5.0 |
| 600 | 2025-01-25T02:56:21.710Z | Downloaded instability v0.3.2 |
| 601 | 2025-01-25T02:56:21.712Z | Downloaded zeroize_derive v1.4.2 |
| 602 | 2025-01-25T02:56:21.719Z | Downloaded darling v0.20.10 |
| 603 | 2025-01-25T02:56:21.722Z | Downloaded fxhash v0.2.1 |
| 604 | 2025-01-25T02:56:21.722Z | Downloaded endian-type v0.1.2 |
| 605 | 2025-01-25T02:56:21.722Z | Downloaded darling_macro v0.20.10 |
| 606 | 2025-01-25T02:56:21.722Z | Downloaded peg-runtime v0.8.3 |
| 607 | 2025-01-25T02:56:21.722Z | Downloaded opaque-debug v0.3.1 |
| 608 | 2025-01-25T02:56:21.725Z | Downloaded signal-hook-registry v1.4.2 |
| 609 | 2025-01-25T02:56:21.725Z | Downloaded libloading v0.8.5 |
| 610 | 2025-01-25T02:56:21.729Z | Downloaded slog-stdlog v4.1.1 |
| 611 | 2025-01-25T02:56:21.731Z | Downloaded supports-color v3.0.1 |
| 612 | 2025-01-25T02:56:21.731Z | Downloaded memoffset v0.9.1 |
| 613 | 2025-01-25T02:56:21.734Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 614 | 2025-01-25T02:56:21.734Z | Downloaded xz2 v0.1.7 |
| 615 | 2025-01-25T02:56:21.737Z | Downloaded xattr v1.3.1 |
| 616 | 2025-01-25T02:56:21.739Z | Downloaded foreign-types v0.3.2 |
| 617 | 2025-01-25T02:56:21.739Z | Downloaded foreign-types v0.5.0 |
| 618 | 2025-01-25T02:56:21.742Z | Downloaded memmap2 v0.9.5 |
| 619 | 2025-01-25T02:56:21.746Z | Downloaded data-encoding v2.6.0 |
| 620 | 2025-01-25T02:56:21.746Z | Downloaded mime_guess v2.0.5 |
| 621 | 2025-01-25T02:56:21.749Z | Downloaded strip-ansi-escapes v0.2.0 |
| 622 | 2025-01-25T02:56:21.749Z | Downloaded litemap v0.7.3 |
| 623 | 2025-01-25T02:56:21.753Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 624 | 2025-01-25T02:56:21.755Z | Downloaded hickory-server v0.24.1 |
| 625 | 2025-01-25T02:56:21.758Z | Downloaded ena v0.14.3 |
| 626 | 2025-01-25T02:56:21.761Z | Downloaded sct v0.7.1 |
| 627 | 2025-01-25T02:56:21.764Z | Downloaded parse-display v0.10.0 |
| 628 | 2025-01-25T02:56:21.767Z | Downloaded num-conv v0.1.0 |
| 629 | 2025-01-25T02:56:21.767Z | Downloaded foreign-types-macros v0.2.3 |
| 630 | 2025-01-25T02:56:21.767Z | Downloaded enum-as-inner v0.6.1 |
| 631 | 2025-01-25T02:56:21.770Z | Downloaded enum-as-inner v0.5.1 |
| 632 | 2025-01-25T02:56:21.773Z | Downloaded tokio-stream v0.1.16 |
| 633 | 2025-01-25T02:56:21.776Z | Downloaded strum v0.26.3 |
| 634 | 2025-01-25T02:56:21.779Z | Downloaded ppv-lite86 v0.2.20 |
| 635 | 2025-01-25T02:56:21.779Z | Downloaded tokio-macros v2.5.0 |
| 636 | 2025-01-25T02:56:21.781Z | Downloaded structmeta v0.2.0 |
| 637 | 2025-01-25T02:56:21.781Z | Downloaded rusty-fork v0.3.0 |
| 638 | 2025-01-25T02:56:21.784Z | Downloaded whoami v1.5.2 |
| 639 | 2025-01-25T02:56:21.787Z | Downloaded rustc-demangle v0.1.24 |
| 640 | 2025-01-25T02:56:21.790Z | Downloaded indicatif v0.17.9 |
| 641 | 2025-01-25T02:56:21.792Z | Downloaded clang-sys v1.8.1 |
| 642 | 2025-01-25T02:56:21.796Z | Downloaded vte_generate_state_changes v0.1.2 |
| 643 | 2025-01-25T02:56:21.798Z | Downloaded shlex v1.3.0 |
| 644 | 2025-01-25T02:56:21.798Z | Downloaded zeroize v1.8.1 |
| 645 | 2025-01-25T02:56:21.801Z | Downloaded shell-words v1.1.0 |
| 646 | 2025-01-25T02:56:21.804Z | Downloaded chacha20poly1305 v0.10.1 |
| 647 | 2025-01-25T02:56:21.804Z | Downloaded slog-bunyan v2.5.0 |
| 648 | 2025-01-25T02:56:21.807Z | Downloaded cc v1.1.30 |
| 649 | 2025-01-25T02:56:21.810Z | Downloaded aes v0.8.4 |
| 650 | 2025-01-25T02:56:21.813Z | Downloaded dyn-clone v1.0.17 |
| 651 | 2025-01-25T02:56:21.815Z | Downloaded strum_macros v0.24.3 |
| 652 | 2025-01-25T02:56:21.819Z | Downloaded subtle v2.6.1 |
| 653 | 2025-01-25T02:56:21.822Z | Downloaded progenitor-macro v0.8.0 |
| 654 | 2025-01-25T02:56:21.822Z | Downloaded thiserror-impl v2.0.11 |
| 655 | 2025-01-25T02:56:21.825Z | Downloaded prettyplease v0.2.25 |
| 656 | 2025-01-25T02:56:21.828Z | Downloaded strum_macros v0.25.3 |
| 657 | 2025-01-25T02:56:21.838Z | Downloaded dhcproto-macros v0.1.0 |
| 658 | 2025-01-25T02:56:21.841Z | Downloaded olpc-cjson v0.1.4 |
| 659 | 2025-01-25T02:56:21.841Z | Downloaded foldhash v0.1.3 |
| 660 | 2025-01-25T02:56:21.844Z | Downloaded num-derive v0.4.2 |
| 661 | 2025-01-25T02:56:21.846Z | Downloaded russh-keys v0.45.0 |
| 662 | 2025-01-25T02:56:21.848Z | Downloaded wait-timeout v0.2.0 |
| 663 | 2025-01-25T02:56:21.849Z | Downloaded snafu-derive v0.8.5 |
| 664 | 2025-01-25T02:56:21.852Z | Downloaded peg-macros v0.8.4 |
| 665 | 2025-01-25T02:56:21.854Z | Downloaded peg v0.8.4 |
| 666 | 2025-01-25T02:56:21.857Z | Downloaded pbkdf2 v0.11.0 |
| 667 | 2025-01-25T02:56:21.859Z | Downloaded tokio-tungstenite v0.24.0 |
| 668 | 2025-01-25T02:56:21.862Z | Downloaded num_threads v0.1.7 |
| 669 | 2025-01-25T02:56:21.865Z | Downloaded nanorand v0.7.0 |
| 670 | 2025-01-25T02:56:21.867Z | Downloaded hash32 v0.3.1 |
| 671 | 2025-01-25T02:56:21.870Z | Downloaded path-slash v0.1.5 |
| 672 | 2025-01-25T02:56:21.870Z | Downloaded powerfmt v0.2.0 |
| 673 | 2025-01-25T02:56:21.872Z | Downloaded pbkdf2 v0.12.2 |
| 674 | 2025-01-25T02:56:21.872Z | Downloaded packed_struct v0.10.1 |
| 675 | 2025-01-25T02:56:21.875Z | Downloaded rustc-hash v2.0.0 |
| 676 | 2025-01-25T02:56:21.878Z | Downloaded derive_more v0.99.18 |
| 677 | 2025-01-25T02:56:21.881Z | Downloaded string_cache v0.8.7 |
| 678 | 2025-01-25T02:56:21.883Z | Downloaded difflib v0.4.0 |
| 679 | 2025-01-25T02:56:21.886Z | Downloaded similar v2.6.0 |
| 680 | 2025-01-25T02:56:21.889Z | Downloaded tower-service v0.3.3 |
| 681 | 2025-01-25T02:56:21.893Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 682 | 2025-01-25T02:56:21.893Z | Downloaded diesel-dtrace v0.4.2 |
| 683 | 2025-01-25T02:56:21.895Z | Downloaded untrusted v0.9.0 |
| 684 | 2025-01-25T02:56:21.898Z | Downloaded multimap v0.10.0 |
| 685 | 2025-01-25T02:56:21.898Z | Downloaded globset v0.4.15 |
| 686 | 2025-01-25T02:56:21.901Z | Downloaded tungstenite v0.24.0 |
| 687 | 2025-01-25T02:56:21.903Z | Downloaded slog v2.7.0 |
| 688 | 2025-01-25T02:56:21.906Z | Downloaded num-complex v0.4.6 |
| 689 | 2025-01-25T02:56:21.909Z | Downloaded derive_builder_macro v0.20.2 |
| 690 | 2025-01-25T02:56:21.912Z | Downloaded futures-sink v0.3.31 |
| 691 | 2025-01-25T02:56:21.912Z | Downloaded futures-macro v0.3.31 |
| 692 | 2025-01-25T02:56:21.912Z | Downloaded futures-io v0.3.31 |
| 693 | 2025-01-25T02:56:21.914Z | Downloaded tinyvec v1.8.0 |
| 694 | 2025-01-25T02:56:21.917Z | Downloaded newtype_derive v0.1.6 |
| 695 | 2025-01-25T02:56:21.920Z | Downloaded foreign-types-shared v0.1.1 |
| 696 | 2025-01-25T02:56:21.920Z | Downloaded writeable v0.5.5 |
| 697 | 2025-01-25T02:56:21.922Z | Downloaded fallible-iterator v0.3.0 |
| 698 | 2025-01-25T02:56:21.922Z | Downloaded predicates-core v1.0.8 |
| 699 | 2025-01-25T02:56:21.925Z | Downloaded fallible-iterator v0.2.0 |
| 700 | 2025-01-25T02:56:21.927Z | Downloaded pkg-config v0.3.31 |
| 701 | 2025-01-25T02:56:21.928Z | Downloaded parking_lot_core v0.9.10 |
| 702 | 2025-01-25T02:56:21.930Z | Downloaded paste v1.0.15 |
| 703 | 2025-01-25T02:56:21.933Z | Downloaded base64 v0.22.1 |
| 704 | 2025-01-25T02:56:21.937Z | Downloaded phf_shared v0.10.0 |
| 705 | 2025-01-25T02:56:21.940Z | Downloaded sqlformat v0.2.6 |
| 706 | 2025-01-25T02:56:21.942Z | Downloaded progenitor-impl v0.8.0 |
| 707 | 2025-01-25T02:56:21.945Z | Downloaded yasna v0.5.2 |
| 708 | 2025-01-25T02:56:21.945Z | Downloaded structmeta-derive v0.2.0 |
| 709 | 2025-01-25T02:56:21.948Z | Downloaded hash32 v0.2.1 |
| 710 | 2025-01-25T02:56:21.948Z | Downloaded fd-lock v4.0.2 |
| 711 | 2025-01-25T02:56:21.951Z | Downloaded untrusted v0.7.1 |
| 712 | 2025-01-25T02:56:21.953Z | Downloaded universal-hash v0.5.1 |
| 713 | 2025-01-25T02:56:21.953Z | Downloaded num_enum_derive v0.5.11 |
| 714 | 2025-01-25T02:56:21.956Z | Downloaded schemars v0.8.21 |
| 715 | 2025-01-25T02:56:21.967Z | Downloaded native-tls v0.2.12 |
| 716 | 2025-01-25T02:56:21.970Z | Downloaded precomputed-hash v0.1.1 |
| 717 | 2025-01-25T02:56:21.973Z | Downloaded oso-derive v0.27.3 |
| 718 | 2025-01-25T02:56:21.973Z | Downloaded rtoolbox v0.0.2 |
| 719 | 2025-01-25T02:56:21.975Z | Downloaded rayon-core v1.12.1 |
| 720 | 2025-01-25T02:56:21.978Z | Downloaded group v0.13.0 |
| 721 | 2025-01-25T02:56:21.980Z | Downloaded salsa20 v0.10.2 |
| 722 | 2025-01-25T02:56:21.983Z | Downloaded password-hash v0.5.0 |
| 723 | 2025-01-25T02:56:21.985Z | Downloaded password-hash v0.4.2 |
| 724 | 2025-01-25T02:56:21.985Z | Downloaded multer v3.1.0 |
| 725 | 2025-01-25T02:56:21.989Z | Downloaded topological-sort v0.2.2 |
| 726 | 2025-01-25T02:56:21.992Z | Downloaded tokio-rustls v0.24.1 |
| 727 | 2025-01-25T02:56:21.994Z | Downloaded unicode-xid v0.2.6 |
| 728 | 2025-01-25T02:56:21.994Z | Downloaded unicase v2.7.0 |
| 729 | 2025-01-25T02:56:21.997Z | Downloaded structmeta-derive v0.3.0 |
| 730 | 2025-01-25T02:56:21.999Z | Downloaded structmeta v0.3.0 |
| 731 | 2025-01-25T02:56:21.999Z | Downloaded des v0.8.1 |
| 732 | 2025-01-25T02:56:22.002Z | Downloaded stringprep v0.1.5 |
| 733 | 2025-01-25T02:56:22.004Z | Downloaded tap v1.0.1 |
| 734 | 2025-01-25T02:56:22.004Z | Downloaded signal-hook-mio v0.2.4 |
| 735 | 2025-01-25T02:56:22.007Z | Downloaded radium v0.7.0 |
| 736 | 2025-01-25T02:56:22.007Z | Downloaded tungstenite v0.23.0 |
| 737 | 2025-01-25T02:56:22.010Z | Downloaded uzers v0.12.1 |
| 738 | 2025-01-25T02:56:22.013Z | Downloaded mockall_derive v0.13.0 |
| 739 | 2025-01-25T02:56:22.016Z | Downloaded stable_deref_trait v1.2.0 |
| 740 | 2025-01-25T02:56:22.018Z | Downloaded env_logger v0.10.2 |
| 741 | 2025-01-25T02:56:22.021Z | Downloaded float-ord v0.3.2 |
| 742 | 2025-01-25T02:56:22.023Z | Downloaded value-bag v1.9.0 |
| 743 | 2025-01-25T02:56:22.027Z | Downloaded openssl-probe v0.1.5 |
| 744 | 2025-01-25T02:56:22.027Z | Downloaded num-rational v0.4.2 |
| 745 | 2025-01-25T02:56:22.030Z | Downloaded tracing-core v0.1.32 |
| 746 | 2025-01-25T02:56:22.033Z | Downloaded psl-types v2.0.11 |
| 747 | 2025-01-25T02:56:22.033Z | Downloaded yoke-derive v0.7.4 |
| 748 | 2025-01-25T02:56:22.033Z | Downloaded darling_core v0.20.10 |
| 749 | 2025-01-25T02:56:22.038Z | Downloaded tokio-native-tls v0.3.1 |
| 750 | 2025-01-25T02:56:22.041Z | Downloaded predicates v3.1.2 |
| 751 | 2025-01-25T02:56:22.044Z | Downloaded rustls-pki-types v1.10.0 |
| 752 | 2025-01-25T02:56:22.047Z | Downloaded sync_wrapper v1.0.1 |
| 753 | 2025-01-25T02:56:22.050Z | Downloaded phf_codegen v0.11.2 |
| 754 | 2025-01-25T02:56:22.050Z | Downloaded omicron-zone-package v0.12.0 |
| 755 | 2025-01-25T02:56:22.053Z | Downloaded toolchain_find v0.4.0 |
| 756 | 2025-01-25T02:56:22.056Z | Downloaded pkcs8 v0.10.2 |
| 757 | 2025-01-25T02:56:22.058Z | Downloaded ghash v0.5.1 |
| 758 | 2025-01-25T02:56:22.061Z | Downloaded rustls-pemfile v2.2.0 |
| 759 | 2025-01-25T02:56:22.064Z | Downloaded pretty-hex v0.2.1 |
| 760 | 2025-01-25T02:56:22.064Z | Downloaded num-iter v0.1.45 |
| 761 | 2025-01-25T02:56:22.067Z | Downloaded uuid v1.12.0 |
| 762 | 2025-01-25T02:56:22.069Z | Downloaded spki v0.7.3 |
| 763 | 2025-01-25T02:56:22.072Z | Downloaded sha1 v0.10.6 |
| 764 | 2025-01-25T02:56:22.075Z | Downloaded vergen v8.3.2 |
| 765 | 2025-01-25T02:56:22.077Z | Downloaded half v2.4.1 |
| 766 | 2025-01-25T02:56:22.080Z | Downloaded normalize-line-endings v0.3.0 |
| 767 | 2025-01-25T02:56:22.080Z | Downloaded url v2.5.3 |
| 768 | 2025-01-25T02:56:22.083Z | Downloaded sync-ptr v0.1.1 |
| 769 | 2025-01-25T02:56:22.086Z | Downloaded rcgen v0.12.1 |
| 770 | 2025-01-25T02:56:22.088Z | Downloaded rand_core v0.6.4 |
| 771 | 2025-01-25T02:56:22.091Z | Downloaded typify v0.3.0 |
| 772 | 2025-01-25T02:56:22.094Z | Downloaded tokio-tungstenite v0.21.0 |
| 773 | 2025-01-25T02:56:22.097Z | Downloaded tokio-rustls v0.26.0 |
| 774 | 2025-01-25T02:56:22.100Z | Downloaded tokio-rustls v0.25.0 |
| 775 | 2025-01-25T02:56:22.103Z | Downloaded slab v0.4.9 |
| 776 | 2025-01-25T02:56:22.103Z | Downloaded waitgroup v0.1.2 |
| 777 | 2025-01-25T02:56:22.105Z | Downloaded serde_yaml v0.9.34+deprecated |
| 778 | 2025-01-25T02:56:22.108Z | Downloaded termtree v0.4.1 |
| 779 | 2025-01-25T02:56:22.110Z | Downloaded synstructure v0.13.1 |
| 780 | 2025-01-25T02:56:22.110Z | Downloaded siphasher v0.3.11 |
| 781 | 2025-01-25T02:56:22.113Z | Downloaded rustls-pemfile v1.0.4 |
| 782 | 2025-01-25T02:56:22.116Z | Downloaded futures-channel v0.3.31 |
| 783 | 2025-01-25T02:56:22.118Z | Downloaded aes-gcm v0.10.3 |
| 784 | 2025-01-25T02:56:22.121Z | Downloaded downcast v0.11.0 |
| 785 | 2025-01-25T02:56:22.123Z | Downloaded getrandom v0.2.15 |
| 786 | 2025-01-25T02:56:22.126Z | Downloaded postgres-types v0.2.8 |
| 787 | 2025-01-25T02:56:22.129Z | Downloaded gethostname v0.5.0 |
| 788 | 2025-01-25T02:56:22.131Z | Downloaded unsafe-libyaml v0.2.11 |
| 789 | 2025-01-25T02:56:22.134Z | Downloaded zip v0.6.6 |
| 790 | 2025-01-25T02:56:22.138Z | Downloaded fixedbitset v0.4.2 |
| 791 | 2025-01-25T02:56:22.141Z | Downloaded r2d2 v0.8.10 |
| 792 | 2025-01-25T02:56:22.144Z | Downloaded either v1.13.0 |
| 793 | 2025-01-25T02:56:22.144Z | Downloaded crossterm v0.28.1 |
| 794 | 2025-01-25T02:56:22.151Z | Downloaded dsl_auto_type v0.1.2 |
| 795 | 2025-01-25T02:56:22.153Z | Downloaded qorb v0.2.1 |
| 796 | 2025-01-25T02:56:22.157Z | Downloaded rpassword v7.3.1 |
| 797 | 2025-01-25T02:56:22.160Z | Downloaded quinn v0.11.5 |
| 798 | 2025-01-25T02:56:22.163Z | Downloaded sigpipe v0.1.3 |
| 799 | 2025-01-25T02:56:22.165Z | Downloaded serde-big-array v0.5.1 |
| 800 | 2025-01-25T02:56:22.165Z | Downloaded zerofrom v0.1.4 |
| 801 | 2025-01-25T02:56:22.168Z | Downloaded typify-macro v0.2.0 |
| 802 | 2025-01-25T02:56:22.168Z | Downloaded rustfmt-wrapper v0.2.1 |
| 803 | 2025-01-25T02:56:22.171Z | Downloaded smallvec v0.6.14 |
| 804 | 2025-01-25T02:56:22.174Z | Downloaded zerocopy v0.6.6 |
| 805 | 2025-01-25T02:56:22.174Z | Downloaded dropshot_endpoint v0.12.0 |
| 806 | 2025-01-25T02:56:22.177Z | Downloaded zerofrom-derive v0.1.4 |
| 807 | 2025-01-25T02:56:22.179Z | Downloaded thread_local v1.1.8 |
| 808 | 2025-01-25T02:56:22.182Z | Downloaded openssl-macros v0.1.1 |
| 809 | 2025-01-25T02:56:22.182Z | Downloaded derive_builder_core v0.20.2 |
| 810 | 2025-01-25T02:56:22.185Z | Downloaded libm v0.2.8 |
| 811 | 2025-01-25T02:56:22.192Z | Downloaded defmt-parser v0.3.4 |
| 812 | 2025-01-25T02:56:22.195Z | Downloaded defmt-macros v0.3.9 |
| 813 | 2025-01-25T02:56:22.198Z | Downloaded embedded-io v0.6.1 |
| 814 | 2025-01-25T02:56:22.202Z | Downloaded try-lock v0.2.5 |
| 815 | 2025-01-25T02:56:22.202Z | Downloaded signal-hook-tokio v0.3.1 |
| 816 | 2025-01-25T02:56:22.204Z | Downloaded owo-colors v4.1.0 |
| 817 | 2025-01-25T02:56:22.204Z | Downloaded packed_struct_codegen v0.10.1 |
| 818 | 2025-01-25T02:56:22.207Z | Downloaded proc-macro-crate v1.3.1 |
| 819 | 2025-01-25T02:56:22.207Z | Downloaded nodrop v0.1.14 |
| 820 | 2025-01-25T02:56:22.209Z | Downloaded pkcs1 v0.7.5 |
| 821 | 2025-01-25T02:56:22.212Z | Downloaded nu-ansi-term v0.50.1 |
| 822 | 2025-01-25T02:56:22.214Z | Downloaded ecdsa v0.16.9 |
| 823 | 2025-01-25T02:56:22.217Z | Downloaded futures-core v0.3.31 |
| 824 | 2025-01-25T02:56:22.217Z | Downloaded number_prefix v0.4.0 |
| 825 | 2025-01-25T02:56:22.219Z | Downloaded newline-converter v0.3.0 |
| 826 | 2025-01-25T02:56:22.219Z | Downloaded ed25519 v2.2.3 |
| 827 | 2025-01-25T02:56:22.222Z | Downloaded predicates-tree v1.0.11 |
| 828 | 2025-01-25T02:56:22.224Z | Downloaded nibble_vec v0.1.0 |
| 829 | 2025-01-25T02:56:22.224Z | Downloaded tokio-tungstenite v0.23.1 |
| 830 | 2025-01-25T02:56:22.227Z | Downloaded signal-hook v0.3.17 |
| 831 | 2025-01-25T02:56:22.230Z | Downloaded newtype-uuid v1.2.1 |
| 832 | 2025-01-25T02:56:22.232Z | Downloaded percent-encoding v2.3.1 |
| 833 | 2025-01-25T02:56:22.236Z | Downloaded deranged v0.3.11 |
| 834 | 2025-01-25T02:56:22.236Z | Downloaded tinystr v0.7.6 |
| 835 | 2025-01-25T02:56:22.240Z | Downloaded dhcproto v0.12.0 |
| 836 | 2025-01-25T02:56:22.243Z | Downloaded p256 v0.13.2 |
| 837 | 2025-01-25T02:56:22.245Z | Downloaded thiserror v2.0.11 |
| 838 | 2025-01-25T02:56:22.250Z | Downloaded funty v2.0.0 |
| 839 | 2025-01-25T02:56:22.263Z | Downloaded parse-size v1.1.0 |
| 840 | 2025-01-25T02:56:22.263Z | Downloaded progenitor v0.8.0 |
| 841 | 2025-01-25T02:56:22.263Z | Downloaded polyval v0.6.2 |
| 842 | 2025-01-25T02:56:22.263Z | Downloaded oso v0.27.3 |
| 843 | 2025-01-25T02:56:22.263Z | Downloaded tui-tree-widget v0.22.0 |
| 844 | 2025-01-25T02:56:22.263Z | Downloaded signature v2.2.0 |
| 845 | 2025-01-25T02:56:22.266Z | Downloaded new_debug_unreachable v1.0.6 |
| 846 | 2025-01-25T02:56:22.266Z | Downloaded mirai-annotations v1.12.0 |
| 847 | 2025-01-25T02:56:22.266Z | Downloaded pin-project-lite v0.2.14 |
| 848 | 2025-01-25T02:56:22.271Z | Downloaded walkdir v2.5.0 |
| 849 | 2025-01-25T02:56:22.274Z | Downloaded vsss-rs v3.3.4 |
| 850 | 2025-01-25T02:56:22.276Z | Downloaded filetime v0.2.25 |
| 851 | 2025-01-25T02:56:22.279Z | Downloaded flume v0.11.1 |
| 852 | 2025-01-25T02:56:22.282Z | Downloaded foreign-types-shared v0.3.1 |
| 853 | 2025-01-25T02:56:22.285Z | Downloaded der_derive v0.7.3 |
| 854 | 2025-01-25T02:56:22.285Z | Downloaded hashbrown v0.13.2 |
| 855 | 2025-01-25T02:56:22.290Z | Downloaded which v4.4.2 |
| 856 | 2025-01-25T02:56:22.292Z | Downloaded resolv-conf v0.7.0 |
| 857 | 2025-01-25T02:56:22.295Z | Downloaded smf v0.2.3 |
| 858 | 2025-01-25T02:56:22.295Z | Downloaded postgres-protocol v0.6.7 |
| 859 | 2025-01-25T02:56:22.298Z | Downloaded hashlink v0.9.1 |
| 860 | 2025-01-25T02:56:22.300Z | Downloaded twox-hash v1.6.3 |
| 861 | 2025-01-25T02:56:22.303Z | Downloaded rand v0.8.5 |
| 862 | 2025-01-25T02:56:22.306Z | Downloaded write16 v1.0.0 |
| 863 | 2025-01-25T02:56:22.308Z | Downloaded zone_cfg_derive v0.1.2 |
| 864 | 2025-01-25T02:56:22.308Z | Downloaded futures-executor v0.3.31 |
| 865 | 2025-01-25T02:56:22.308Z | Downloaded flagset v0.4.6 |
| 866 | 2025-01-25T02:56:22.311Z | Downloaded parse-display-derive v0.10.0 |
| 867 | 2025-01-25T02:56:22.314Z | Downloaded poly1305 v0.8.0 |
| 868 | 2025-01-25T02:56:22.314Z | Downloaded tracing-attributes v0.1.27 |
| 869 | 2025-01-25T02:56:22.317Z | Downloaded num-integer v0.1.46 |
| 870 | 2025-01-25T02:56:22.319Z | Downloaded hashbrown v0.12.3 |
| 871 | 2025-01-25T02:56:22.323Z | Downloaded ssh-encoding v0.2.0 |
| 872 | 2025-01-25T02:56:22.326Z | Downloaded ssh-cipher v0.2.0 |
| 873 | 2025-01-25T02:56:22.329Z | Downloaded time-core v0.1.2 |
| 874 | 2025-01-25T02:56:22.329Z | Downloaded semver v0.1.20 |
| 875 | 2025-01-25T02:56:22.329Z | Downloaded pem v3.0.4 |
| 876 | 2025-01-25T02:56:22.332Z | Downloaded unarray v0.1.4 |
| 877 | 2025-01-25T02:56:22.332Z | Downloaded sec1 v0.7.3 |
| 878 | 2025-01-25T02:56:22.335Z | Downloaded display-error-chain v0.2.2 |
| 879 | 2025-01-25T02:56:22.335Z | Downloaded dirs-sys-next v0.1.2 |
| 880 | 2025-01-25T02:56:22.338Z | Downloaded debug-ignore v1.0.5 |
| 881 | 2025-01-25T02:56:22.338Z | Downloaded tiny-keccak v2.0.2 |
| 882 | 2025-01-25T02:56:22.340Z | Downloaded yoke v0.7.4 |
| 883 | 2025-01-25T02:56:22.345Z | Downloaded pin-utils v0.1.0 |
| 884 | 2025-01-25T02:56:22.345Z | Downloaded tracing v0.1.40 |
| 885 | 2025-01-25T02:56:22.349Z | Downloaded unicode_categories v0.1.1 |
| 886 | 2025-01-25T02:56:22.352Z | Downloaded secrecy v0.8.0 |
| 887 | 2025-01-25T02:56:22.352Z | Downloaded futures-task v0.3.31 |
| 888 | 2025-01-25T02:56:22.355Z | Downloaded time-macros v0.2.18 |
| 889 | 2025-01-25T02:56:22.357Z | Downloaded want v0.3.1 |
| 890 | 2025-01-25T02:56:22.357Z | Downloaded zip v2.1.3 |
| 891 | 2025-01-25T02:56:22.360Z | Downloaded zerovec-derive v0.10.3 |
| 892 | 2025-01-25T02:56:22.363Z | Downloaded vte v0.11.1 |
| 893 | 2025-01-25T02:56:22.366Z | Downloaded slog-envlogger v2.2.0 |
| 894 | 2025-01-25T02:56:22.368Z | Downloaded publicsuffix v2.2.3 |
| 895 | 2025-01-25T02:56:22.371Z | Downloaded progenitor-client v0.8.0 |
| 896 | 2025-01-25T02:56:22.371Z | Downloaded postcard v1.0.10 |
| 897 | 2025-01-25T02:56:22.373Z | Downloaded phf_shared v0.11.2 |
| 898 | 2025-01-25T02:56:22.376Z | Downloaded ref-cast v1.0.23 |
| 899 | 2025-01-25T02:56:22.378Z | Downloaded tabwriter v1.4.0 |
| 900 | 2025-01-25T02:56:22.378Z | Downloaded slog-term v2.9.1 |
| 901 | 2025-01-25T02:56:22.381Z | Downloaded form_urlencoded v1.2.1 |
| 902 | 2025-01-25T02:56:22.384Z | Downloaded serde-hex v0.1.0 |
| 903 | 2025-01-25T02:56:22.384Z | Downloaded fs_extra v1.3.0 |
| 904 | 2025-01-25T02:56:22.386Z | Downloaded defmt v0.3.8 |
| 905 | 2025-01-25T02:56:22.389Z | Downloaded miniz_oxide v0.8.0 |
| 906 | 2025-01-25T02:56:22.391Z | Downloaded pin-project v1.1.6 |
| 907 | 2025-01-25T02:56:22.403Z | Downloaded parking_lot_core v0.8.6 |
| 908 | 2025-01-25T02:56:22.406Z | Downloaded ron v0.8.1 |
| 909 | 2025-01-25T02:56:22.411Z | Downloaded rand_seeder v0.3.0 |
| 910 | 2025-01-25T02:56:22.413Z | Downloaded progenitor v0.9.1 |
| 911 | 2025-01-25T02:56:22.416Z | Downloaded rfc6979 v0.4.0 |
| 912 | 2025-01-25T02:56:22.416Z | Downloaded unicode-properties v0.1.3 |
| 913 | 2025-01-25T02:56:22.419Z | Downloaded futures v0.3.31 |
| 914 | 2025-01-25T02:56:22.422Z | Downloaded phf v0.11.2 |
| 915 | 2025-01-25T02:56:22.424Z | Downloaded tokio-util v0.7.12 |
| 916 | 2025-01-25T02:56:22.430Z | Downloaded mockall v0.13.0 |
| 917 | 2025-01-25T02:56:22.433Z | Downloaded icu_properties_data v1.5.0 |
| 918 | 2025-01-25T02:56:22.443Z | Downloaded pem-rfc7468 v0.7.0 |
| 919 | 2025-01-25T02:56:22.446Z | Downloaded fragile v2.0.0 |
| 920 | 2025-01-25T02:56:22.448Z | Downloaded tough v0.19.0 |
| 921 | 2025-01-25T02:56:22.456Z | Downloaded simd-adler32 v0.3.7 |
| 922 | 2025-01-25T02:56:22.458Z | Downloaded zopfli v0.8.1 |
| 923 | 2025-01-25T02:56:22.461Z | Downloaded env_logger v0.11.5 |
| 924 | 2025-01-25T02:56:22.464Z | Downloaded serde_derive_internals v0.29.1 |
| 925 | 2025-01-25T02:56:22.466Z | Downloaded displaydoc v0.2.5 |
| 926 | 2025-01-25T02:56:22.469Z | Downloaded spin v0.9.8 |
| 927 | 2025-01-25T02:56:22.472Z | Downloaded serde_with v3.11.0 |
| 928 | 2025-01-25T02:56:22.479Z | Downloaded rand_xorshift v0.3.0 |
| 929 | 2025-01-25T02:56:22.482Z | Downloaded pin-project-internal v1.1.6 |
| 930 | 2025-01-25T02:56:22.484Z | Downloaded blake3 v1.5.4 |
| 931 | 2025-01-25T02:56:22.492Z | Downloaded h2 v0.4.6 |
| 932 | 2025-01-25T02:56:22.498Z | Downloaded socket2 v0.5.7 |
| 933 | 2025-01-25T02:56:22.501Z | Downloaded flate2 v1.0.34 |
| 934 | 2025-01-25T02:56:22.506Z | Downloaded p521 v0.13.3 |
| 935 | 2025-01-25T02:56:22.510Z | Downloaded salty v0.3.0 |
| 936 | 2025-01-25T02:56:22.517Z | Downloaded tungstenite v0.21.0 |
| 937 | 2025-01-25T02:56:22.520Z | Downloaded idna v0.4.0 |
| 938 | 2025-01-25T02:56:22.528Z | Downloaded idna v0.5.0 |
| 939 | 2025-01-25T02:56:22.535Z | Downloaded idna v0.3.0 |
| 940 | 2025-01-25T02:56:22.543Z | Downloaded quick-xml v0.33.0 |
| 941 | 2025-01-25T02:56:22.549Z | Downloaded headers v0.4.0 |
| 942 | 2025-01-25T02:56:22.555Z | Downloaded chrono v0.4.38 |
| 943 | 2025-01-25T02:56:22.563Z | Downloaded tar v0.4.42 |
| 944 | 2025-01-25T02:56:22.566Z | Downloaded bitvec v1.0.1 |
| 945 | 2025-01-25T02:56:22.582Z | Downloaded term v0.7.0 |
| 946 | 2025-01-25T02:56:22.585Z | Downloaded mio v1.0.2 |
| 947 | 2025-01-25T02:56:22.591Z | Downloaded rustyline v14.0.0 |
| 948 | 2025-01-25T02:56:22.596Z | Downloaded bindgen v0.69.5 |
| 949 | 2025-01-25T02:56:22.604Z | Downloaded unicode-width v0.2.0 |
| 950 | 2025-01-25T02:56:22.610Z | Downloaded reqwest v0.12.9 |
| 951 | 2025-01-25T02:56:22.619Z | Downloaded unicode-bidi v0.3.17 |
| 952 | 2025-01-25T02:56:22.622Z | Downloaded aws-lc-rs v1.10.0 |
| 953 | 2025-01-25T02:56:22.631Z | Downloaded unicode-segmentation v1.12.0 |
| 954 | 2025-01-25T02:56:22.635Z | Downloaded elliptic-curve v0.13.8 |
| 955 | 2025-01-25T02:56:22.639Z | Downloaded rustls-webpki v0.101.7 |
| 956 | 2025-01-25T02:56:22.654Z | Downloaded nom v7.1.3 |
| 957 | 2025-01-25T02:56:22.660Z | Downloaded expectorate v1.1.0 |
| 958 | 2025-01-25T02:56:22.662Z | Downloaded proptest v1.5.0 |
| 959 | 2025-01-25T02:56:22.672Z | Downloaded zerovec v0.10.4 |
| 960 | 2025-01-25T02:56:22.677Z | Downloaded zerocopy v0.8.10 |
| 961 | 2025-01-25T02:56:22.702Z | Downloaded reedline v0.35.0 |
| 962 | 2025-01-25T02:56:22.709Z | Downloaded hickory-proto v0.24.1 |
| 963 | 2025-01-25T02:56:22.725Z | Downloaded winnow v0.5.40 |
| 964 | 2025-01-25T02:56:22.734Z | Downloaded radix_trie v0.2.1 |
| 965 | 2025-01-25T02:56:22.739Z | Downloaded sqlparser v0.45.0 |
| 966 | 2025-01-25T02:56:22.745Z | Downloaded rustls-webpki v0.102.8 |
| 967 | 2025-01-25T02:56:22.766Z | Downloaded time v0.3.36 |
| 968 | 2025-01-25T02:56:22.771Z | Downloaded quinn-proto v0.11.8 |
| 969 | 2025-01-25T02:56:22.778Z | Downloaded gimli v0.31.1 |
| 970 | 2025-01-25T02:56:22.787Z | Downloaded smoltcp v0.11.0 |
| 971 | 2025-01-25T02:56:22.800Z | Downloaded hashbrown v0.14.5 |
| 972 | 2025-01-25T02:56:22.806Z | Downloaded rustls v0.21.12 |
| 973 | 2025-01-25T02:56:22.818Z | Downloaded nix v0.29.0 |
| 974 | 2025-01-25T02:56:22.830Z | Downloaded unicode-normalization v0.1.24 |
| 975 | 2025-01-25T02:56:22.834Z | Downloaded petname v2.0.2 |
| 976 | 2025-01-25T02:56:22.839Z | Downloaded diesel v2.2.6 |
| 977 | 2025-01-25T02:56:22.859Z | Downloaded rustls v0.23.19 |
| 978 | 2025-01-25T02:56:22.870Z | Downloaded curve25519-dalek v4.1.3 |
| 979 | 2025-01-25T02:56:22.879Z | Downloaded trust-dns-proto v0.22.0 |
| 980 | 2025-01-25T02:56:22.892Z | Downloaded futures-util v0.3.31 |
| 981 | 2025-01-25T02:56:22.905Z | Downloaded rustls v0.22.4 |
| 982 | 2025-01-25T02:56:22.919Z | Downloaded object v0.36.5 |
| 983 | 2025-01-25T02:56:22.931Z | Downloaded object v0.30.4 |
| 984 | 2025-01-25T02:56:22.942Z | Downloaded webpki-roots v0.26.6 |
| 985 | 2025-01-25T02:56:22.946Z | Downloaded dropshot v0.12.0 |
| 986 | 2025-01-25T02:56:22.968Z | Downloaded openssl v0.10.66 |
| 987 | 2025-01-25T02:56:22.978Z | Downloaded nix v0.27.1 |
| 988 | 2025-01-25T02:56:22.990Z | Downloaded smoltcp v0.9.1 |
| 989 | 2025-01-25T02:56:23.003Z | Downloaded regex-syntax v0.6.29 |
| 990 | 2025-01-25T02:56:23.010Z | Downloaded typify-impl v0.2.0 |
| 991 | 2025-01-25T02:56:23.027Z | Downloaded zerocopy-derive v0.6.6 |
| 992 | 2025-01-25T02:56:23.037Z | Downloaded dropshot v0.15.1 |
| 993 | 2025-01-25T02:56:23.060Z | Downloaded sled v0.34.7 |
| 994 | 2025-01-25T02:56:23.070Z | Downloaded regress v0.9.1 |
| 995 | 2025-01-25T02:56:23.079Z | Downloaded chrono-tz v0.10.0 |
| 996 | 2025-01-25T02:56:23.087Z | Downloaded regex-syntax v0.8.5 |
| 997 | 2025-01-25T02:56:23.096Z | Downloaded openapiv3 v2.0.0 |
| 998 | 2025-01-25T02:56:23.110Z | Downloaded regress v0.10.1 |
| 999 | 2025-01-25T02:56:23.119Z | Downloaded bstr v1.10.0 |
| 1000 | 2025-01-25T02:56:23.131Z | Downloaded regex v1.11.1 |
| 1001 | 2025-01-25T02:56:23.146Z | Downloaded typify-impl v0.3.0 |
| 1002 | 2025-01-25T02:56:23.188Z | Downloaded ratatui v0.28.1 |
| 1003 | 2025-01-25T02:56:23.191Z | Downloaded lzma-sys v0.1.20 |
| 1004 | 2025-01-25T02:56:23.211Z | Downloaded ssh-key v0.6.6 |
| 1005 | 2025-01-25T02:56:23.218Z | Downloaded portable-atomic v1.9.0 |
| 1006 | 2025-01-25T02:56:23.225Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1007 | 2025-01-25T02:56:23.237Z | Downloaded petgraph v0.6.5 |
| 1008 | 2025-01-25T02:56:23.255Z | Downloaded libz-sys v1.1.20 |
| 1009 | 2025-01-25T02:56:23.276Z | Downloaded russh v0.45.0 |
| 1010 | 2025-01-25T02:56:23.281Z | Downloaded git2 v0.19.0 |
| 1011 | 2025-01-25T02:56:23.289Z | Downloaded regex-automata v0.4.8 |
| 1012 | 2025-01-25T02:56:23.307Z | Downloaded tokio v1.43.0 |
| 1013 | 2025-01-25T02:56:23.358Z | Downloaded rusqlite v0.32.1 |
| 1014 | 2025-01-25T02:56:23.367Z | Downloaded nix v0.28.0 |
| 1015 | 2025-01-25T02:56:23.382Z | Downloaded p384 v0.13.0 |
| 1016 | 2025-01-25T02:56:23.389Z | Downloaded vcpkg v0.2.15 |
| 1017 | 2025-01-25T02:56:23.434Z | Downloaded rayon v1.10.0 |
| 1018 | 2025-01-25T02:56:23.443Z | Downloaded polar-core v0.27.3 |
| 1019 | 2025-01-25T02:56:23.451Z | Downloaded lalrpop v0.19.12 |
| 1020 | 2025-01-25T02:56:23.464Z | Downloaded sha3 v0.10.8 |
| 1021 | 2025-01-25T02:56:23.467Z | Downloaded idna v0.2.3 |
| 1022 | 2025-01-25T02:56:23.474Z | Downloaded csv v1.3.0 |
| 1023 | 2025-01-25T02:56:23.493Z | Downloaded pkcs5 v0.7.1 |
| 1024 | 2025-01-25T02:56:23.496Z | Downloaded parking_lot v0.12.3 |
| 1025 | 2025-01-25T02:56:23.499Z | Downloaded parking_lot v0.11.2 |
| 1026 | 2025-01-25T02:56:23.501Z | Downloaded derive-where v1.2.7 |
| 1027 | 2025-01-25T02:56:23.504Z | Downloaded der v0.7.9 |
| 1028 | 2025-01-25T02:56:23.508Z | Downloaded num-bigint v0.4.6 |
| 1029 | 2025-01-25T02:56:23.513Z | Downloaded typed-path v0.9.3 |
| 1030 | 2025-01-25T02:56:23.519Z | Downloaded steno v0.4.1 |
| 1031 | 2025-01-25T02:56:23.523Z | Downloaded ff v0.13.0 |
| 1032 | 2025-01-25T02:56:23.527Z | Downloaded slog-dtrace v0.3.0 |
| 1033 | 2025-01-25T02:56:23.527Z | Downloaded ref-cast-impl v1.0.23 |
| 1034 | 2025-01-25T02:56:23.531Z | Downloaded aho-corasick v1.1.3 |
| 1035 | 2025-01-25T02:56:23.534Z | Downloaded rustversion v1.0.17 |
| 1036 | 2025-01-25T02:56:23.537Z | Downloaded num-bigint-dig v0.8.4 |
| 1037 | 2025-01-25T02:56:23.540Z | Downloaded smallvec v1.13.2 |
| 1038 | 2025-01-25T02:56:23.542Z | Downloaded zerocopy-derive v0.8.10 |
| 1039 | 2025-01-25T02:56:23.546Z | Downloaded ed25519-dalek v2.1.1 |
| 1040 | 2025-01-25T02:56:23.549Z | Downloaded tokio-postgres v0.7.12 |
| 1041 | 2025-01-25T02:56:23.555Z | Downloaded dropshot_endpoint v0.15.1 |
| 1042 | 2025-01-25T02:56:23.558Z | Downloaded test-strategy v0.3.1 |
| 1043 | 2025-01-25T02:56:23.560Z | Downloaded encoding_rs v0.8.34 |
| 1044 | 2025-01-25T02:56:23.580Z | Downloaded openssl-sys v0.9.103 |
| 1045 | 2025-01-25T02:56:23.585Z | Downloaded zone_cfg_derive v0.3.0 |
| 1046 | 2025-01-25T02:56:23.588Z | Downloaded embedded-io v0.4.0 |
| 1047 | 2025-01-25T02:56:23.588Z | Downloaded derive_builder v0.20.2 |
| 1048 | 2025-01-25T02:56:23.591Z | Downloaded termios v0.3.3 |
| 1049 | 2025-01-25T02:56:23.594Z | Downloaded parse-zoneinfo v0.3.1 |
| 1050 | 2025-01-25T02:56:23.596Z | Downloaded itertools v0.13.0 |
| 1051 | 2025-01-25T02:56:23.602Z | Downloaded thiserror-no-std v2.0.2 |
| 1052 | 2025-01-25T02:56:23.606Z | Downloaded samael v0.0.17 |
| 1053 | 2025-01-25T02:56:23.612Z | Downloaded num-traits v0.2.19 |
| 1054 | 2025-01-25T02:56:23.615Z | Downloaded tls_codec v0.4.1 |
| 1055 | 2025-01-25T02:56:23.618Z | Downloaded phf_generator v0.11.2 |
| 1056 | 2025-01-25T02:56:23.618Z | Downloaded fatfs v0.3.6 |
| 1057 | 2025-01-25T02:56:23.622Z | Downloaded env_filter v0.1.2 |
| 1058 | 2025-01-25T02:56:23.625Z | Downloaded dirs-next v2.0.0 |
| 1059 | 2025-01-25T02:56:23.625Z | Downloaded termtree v0.5.1 |
| 1060 | 2025-01-25T02:56:23.625Z | Downloaded glob v0.3.1 |
| 1061 | 2025-01-25T02:56:23.628Z | Downloaded itertools v0.12.1 |
| 1062 | 2025-01-25T02:56:23.632Z | Downloaded serde_path_to_error v0.1.16 |
| 1063 | 2025-01-25T02:56:23.634Z | Downloaded diesel_derives v2.2.3 |
| 1064 | 2025-01-25T02:56:23.638Z | Downloaded rsa v0.9.6 |
| 1065 | 2025-01-25T02:56:23.643Z | Downloaded typify v0.2.0 |
| 1066 | 2025-01-25T02:56:23.646Z | Downloaded hkdf v0.12.4 |
| 1067 | 2025-01-25T02:56:23.651Z | Downloaded tls_codec_derive v0.4.1 |
| 1068 | 2025-01-25T02:56:23.654Z | Downloaded num v0.4.3 |
| 1069 | 2025-01-25T02:56:23.654Z | Downloaded float-cmp v0.9.0 |
| 1070 | 2025-01-25T02:56:23.654Z | Downloaded num_enum v0.5.11 |
| 1071 | 2025-01-25T02:56:23.656Z | Downloaded libxml v0.3.3 |
| 1072 | 2025-01-25T02:56:23.662Z | Downloaded itertools v0.10.5 |
| 1073 | 2025-01-25T02:56:23.669Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1074 | 2025-01-25T02:56:23.725Z | Downloaded serde_with_macros v3.11.0 |
| 1075 | 2025-01-25T02:56:23.728Z | Downloaded serde_plain v1.0.2 |
| 1076 | 2025-01-25T02:56:23.730Z | Downloaded idna v1.0.3 |
| 1077 | 2025-01-25T02:56:23.733Z | Downloaded crypto-bigint v0.5.5 |
| 1078 | 2025-01-25T02:56:23.738Z | Downloaded diff v0.1.13 |
| 1079 | 2025-01-25T02:56:23.741Z | Downloaded crossbeam-channel v0.5.13 |
| 1080 | 2025-01-25T02:56:23.744Z | Downloaded snafu v0.8.5 |
| 1081 | 2025-01-25T02:56:23.750Z | Downloaded x509-cert v0.2.5 |
| 1082 | 2025-01-25T02:56:23.756Z | Downloaded toml_edit v0.19.15 |
| 1083 | 2025-01-25T02:56:23.773Z | Downloaded ron v0.7.1 |
| 1084 | 2025-01-25T02:56:23.777Z | Downloaded progenitor-impl v0.9.1 |
| 1085 | 2025-01-25T02:56:23.780Z | Downloaded serde_urlencoded v0.7.1 |
| 1086 | 2025-01-25T02:56:23.783Z | Downloaded strum_macros v0.26.4 |
| 1087 | 2025-01-25T02:56:23.783Z | Downloaded subprocess v0.2.9 |
| 1088 | 2025-01-25T02:56:23.788Z | Downloaded minimal-lexical v0.2.1 |
| 1089 | 2025-01-25T02:56:23.792Z | Downloaded backtrace v0.3.74 |
| 1090 | 2025-01-25T02:56:23.795Z | Downloaded zone v0.3.0 |
| 1091 | 2025-01-25T02:56:23.798Z | Downloaded zone v0.1.8 |
| 1092 | 2025-01-25T02:56:23.798Z | Downloaded wyz v0.5.1 |
| 1093 | 2025-01-25T02:56:23.802Z | Downloaded heapless v0.8.0 |
| 1094 | 2025-01-25T02:56:23.805Z | Downloaded heapless v0.7.17 |
| 1095 | 2025-01-25T02:56:23.807Z | Downloaded bumpalo v3.16.0 |
| 1096 | 2025-01-25T02:56:23.810Z | Downloaded dunce v1.0.5 |
| 1097 | 2025-01-25T02:56:23.813Z | Downloaded toml v0.7.8 |
| 1098 | 2025-01-25T02:56:23.816Z | Downloaded const_format v0.2.33 |
| 1099 | 2025-01-25T02:56:23.818Z | Downloaded compact_str v0.8.0 |
| 1100 | 2025-01-25T02:56:23.821Z | Downloaded scopeguard v1.2.0 |
| 1101 | 2025-01-25T02:56:23.824Z | Downloaded schemars_derive v0.8.21 |
| 1102 | 2025-01-25T02:56:23.824Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1103 | 2025-01-25T02:56:23.827Z | Downloaded rustc_version v0.4.1 |
| 1104 | 2025-01-25T02:56:23.827Z | Downloaded rustc_version v0.1.7 |
| 1105 | 2025-01-25T02:56:23.827Z | Downloaded russh-cryptovec v0.7.3 |
| 1106 | 2025-01-25T02:56:23.838Z | Downloaded progenitor-client v0.9.1 |
| 1107 | 2025-01-25T02:56:23.838Z | Downloaded icu_collections v1.5.0 |
| 1108 | 2025-01-25T02:56:23.842Z | Downloaded base64 v0.21.7 |
| 1109 | 2025-01-25T02:56:23.842Z | Downloaded termcolor v1.4.1 |
| 1110 | 2025-01-25T02:56:23.842Z | Downloaded const-oid v0.9.6 |
| 1111 | 2025-01-25T02:56:23.842Z | Downloaded http v1.2.0 |
| 1112 | 2025-01-25T02:56:23.845Z | Downloaded utf8_iter v1.0.4 |
| 1113 | 2025-01-25T02:56:23.845Z | Downloaded utf16_iter v1.0.5 |
| 1114 | 2025-01-25T02:56:23.847Z | Downloaded unicode-truncate v1.1.0 |
| 1115 | 2025-01-25T02:56:23.850Z | Downloaded typify-macro v0.3.0 |
| 1116 | 2025-01-25T02:56:23.850Z | Downloaded static_assertions v1.1.0 |
| 1117 | 2025-01-25T02:56:23.850Z | Downloaded slog-scope v4.4.0 |
| 1118 | 2025-01-25T02:56:23.853Z | Downloaded slog-async v2.8.0 |
| 1119 | 2025-01-25T02:56:23.853Z | Downloaded crc-any v2.5.0 |
| 1120 | 2025-01-25T02:56:23.855Z | Downloaded lru v0.12.5 |
| 1121 | 2025-01-25T02:56:23.858Z | Downloaded lock_api v0.4.12 |
| 1122 | 2025-01-25T02:56:23.858Z | Downloaded slog-json v2.6.1 |
| 1123 | 2025-01-25T02:56:23.860Z | Downloaded keccak v0.1.5 |
| 1124 | 2025-01-25T02:56:23.863Z | Downloaded ipnet v2.10.1 |
| 1125 | 2025-01-25T02:56:23.863Z | Downloaded jobserver v0.1.32 |
| 1126 | 2025-01-25T02:56:23.866Z | Downloaded cassowary v0.3.0 |
| 1127 | 2025-01-25T02:56:23.866Z | Downloaded linked-hash-map v0.5.6 |
| 1128 | 2025-01-25T02:56:23.868Z | Downloaded icu_properties v1.5.1 |
| 1129 | 2025-01-25T02:56:23.871Z | Downloaded async-trait v0.1.83 |
| 1130 | 2025-01-25T02:56:23.873Z | Downloaded bytes v1.9.0 |
| 1131 | 2025-01-25T02:56:23.876Z | Downloaded ahash v0.8.11 |
| 1132 | 2025-01-25T02:56:23.878Z | Downloaded icu_normalizer_data v1.5.0 |
| 1133 | 2025-01-25T02:56:23.881Z | Downloaded arrayvec v0.7.6 |
| 1134 | 2025-01-25T02:56:23.883Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1135 | 2025-01-25T02:56:23.886Z | Downloaded bzip2 v0.4.4 |
| 1136 | 2025-01-25T02:56:23.886Z | Downloaded same-file v1.0.6 |
| 1137 | 2025-01-25T02:56:23.888Z | Downloaded md-5 v0.10.6 |
| 1138 | 2025-01-25T02:56:23.889Z | Downloaded base64 v0.13.1 |
| 1139 | 2025-01-25T02:56:23.891Z | Downloaded lalrpop-util v0.19.12 |
| 1140 | 2025-01-25T02:56:23.894Z | Downloaded lazy_static v1.5.0 |
| 1141 | 2025-01-25T02:56:23.894Z | Downloaded kstat-rs v0.2.4 |
| 1142 | 2025-01-25T02:56:23.896Z | Downloaded lazycell v1.3.0 |
| 1143 | 2025-01-25T02:56:23.897Z | Downloaded hyper-util v0.1.10 |
| 1144 | 2025-01-25T02:56:23.900Z | Downloaded hyper v1.5.2 |
| 1145 | 2025-01-25T02:56:23.907Z | Downloaded icu_provider v1.5.0 |
| 1146 | 2025-01-25T02:56:23.910Z | Downloaded cancel-safe-futures v0.1.5 |
| 1147 | 2025-01-25T02:56:23.913Z | Downloaded arc-swap v1.7.1 |
| 1148 | 2025-01-25T02:56:23.916Z | Downloaded crossbeam-epoch v0.9.18 |
| 1149 | 2025-01-25T02:56:23.919Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1150 | 2025-01-25T02:56:23.921Z | Downloaded base64ct v1.6.0 |
| 1151 | 2025-01-25T02:56:23.924Z | Downloaded cookie_store v0.21.0 |
| 1152 | 2025-01-25T02:56:23.924Z | Downloaded cookie v0.18.1 |
| 1153 | 2025-01-25T02:56:23.926Z | Downloaded icu_locid v1.5.0 |
| 1154 | 2025-01-25T02:56:23.931Z | Downloaded hickory-client v0.24.1 |
| 1155 | 2025-01-25T02:56:23.934Z | Downloaded async-stream-impl v0.3.6 |
| 1156 | 2025-01-25T02:56:23.938Z | Downloaded bcs v0.1.6 |
| 1157 | 2025-01-25T02:56:23.938Z | Downloaded backoff v0.4.0 |
| 1158 | 2025-01-25T02:56:24.068Z | Downloaded ring v0.17.8 |
| 1159 | 2025-01-25T02:56:24.167Z | Downloaded libsqlite3-sys v0.30.1 |
| 1160 | 2025-01-25T02:56:24.474Z | Downloaded aws-lc-sys v0.22.0 |
| 1161 | 2025-01-25T02:56:24.787Z | Compiling serde v1.0.217 |
| 1162 | 2025-01-25T02:56:24.790Z | Compiling lock_api v0.4.12 |
| 1163 | 2025-01-25T02:56:24.790Z | Compiling scopeguard v1.2.0 |
| 1164 | 2025-01-25T02:56:24.790Z | Compiling value-bag v1.9.0 |
| 1165 | 2025-01-25T02:56:24.947Z | Compiling typenum v1.17.0 |
| 1166 | 2025-01-25T02:56:24.950Z | Compiling generic-array v0.14.7 |
| 1167 | 2025-01-25T02:56:24.990Z | Compiling syn v2.0.96 |
| 1168 | 2025-01-25T02:56:25.006Z | Compiling getrandom v0.2.15 |
| 1169 | 2025-01-25T02:56:25.091Z | Compiling shlex v1.3.0 |
| 1170 | 2025-01-25T02:56:25.346Z | Compiling rand_core v0.6.4 |
| 1171 | 2025-01-25T02:56:25.441Z | Compiling log v0.4.22 |
| 1172 | 2025-01-25T02:56:25.510Z | Compiling subtle v2.6.1 |
| 1173 | 2025-01-25T02:56:25.528Z | Compiling jobserver v0.1.32 |
| 1174 | 2025-01-25T02:56:25.547Z | Compiling smallvec v1.13.2 |
| 1175 | 2025-01-25T02:56:25.855Z | Compiling const-oid v0.9.6 |
| 1176 | 2025-01-25T02:56:25.877Z | Compiling spin v0.9.8 |
| 1177 | 2025-01-25T02:56:25.877Z | Compiling pin-project-lite v0.2.14 |
| 1178 | 2025-01-25T02:56:25.938Z | Compiling cc v1.1.30 |
| 1179 | 2025-01-25T02:56:26.007Z | Compiling rustix v0.38.37 |
| 1180 | 2025-01-25T02:56:26.228Z | Compiling parking_lot_core v0.9.10 |
| 1181 | 2025-01-25T02:56:26.271Z | Compiling futures-core v0.3.31 |
| 1182 | 2025-01-25T02:56:26.350Z | Compiling signal-hook-registry v1.4.2 |
| 1183 | 2025-01-25T02:56:26.517Z | Compiling mio v1.0.2 |
| 1184 | 2025-01-25T02:56:26.798Z | Compiling aho-corasick v1.1.3 |
| 1185 | 2025-01-25T02:56:27.017Z | Compiling cpufeatures v0.2.14 |
| 1186 | 2025-01-25T02:56:27.128Z | Compiling parking_lot v0.12.3 |
| 1187 | 2025-01-25T02:56:27.245Z | Compiling regex-syntax v0.8.5 |
| 1188 | 2025-01-25T02:56:27.265Z | Compiling either v1.13.0 |
| 1189 | 2025-01-25T02:56:27.628Z | Compiling lazy_static v1.5.0 |
| 1190 | 2025-01-25T02:56:27.671Z | Compiling glob v0.3.1 |
| 1191 | 2025-01-25T02:56:27.765Z | Compiling stable_deref_trait v1.2.0 |
| 1192 | 2025-01-25T02:56:27.890Z | Compiling futures-sink v0.3.31 |
| 1193 | 2025-01-25T02:56:27.908Z | Compiling socket2 v0.5.7 |
| 1194 | 2025-01-25T02:56:27.926Z | Compiling slab v0.4.9 |
| 1195 | 2025-01-25T02:56:28.050Z | Compiling prettyplease v0.2.25 |
| 1196 | 2025-01-25T02:56:28.484Z | Compiling minimal-lexical v0.2.1 |
| 1197 | 2025-01-25T02:56:28.510Z | Compiling serde_json v1.0.135 |
| 1198 | 2025-01-25T02:56:28.530Z | Compiling clang-sys v1.8.1 |
| 1199 | 2025-01-25T02:56:28.901Z | Compiling nom v7.1.3 |
| 1200 | 2025-01-25T02:56:28.960Z | Compiling libloading v0.8.5 |
| 1201 | 2025-01-25T02:56:29.149Z | Compiling bindgen v0.69.5 |
| 1202 | 2025-01-25T02:56:29.262Z | Compiling home v0.5.9 |
| 1203 | 2025-01-25T02:56:29.517Z | Compiling futures-channel v0.3.31 |
| 1204 | 2025-01-25T02:56:29.651Z | Compiling itertools v0.12.1 |
| 1205 | 2025-01-25T02:56:29.932Z | Compiling lazycell v1.3.0 |
| 1206 | 2025-01-25T02:56:30.024Z | Compiling pin-utils v0.1.0 |
| 1207 | 2025-01-25T02:56:30.117Z | Compiling futures-task v0.3.31 |
| 1208 | 2025-01-25T02:56:30.138Z | Compiling allocator-api2 v0.2.18 |
| 1209 | 2025-01-25T02:56:30.422Z | Compiling foldhash v0.1.3 |
| 1210 | 2025-01-25T02:56:30.729Z | Compiling futures-io v0.3.31 |
| 1211 | 2025-01-25T02:56:30.905Z | Compiling regex-automata v0.4.8 |
| 1212 | 2025-01-25T02:56:31.001Z | Compiling rustc-hash v1.1.0 |
| 1213 | 2025-01-25T02:56:31.155Z | Compiling libm v0.2.8 |
| 1214 | 2025-01-25T02:56:31.500Z | Compiling hashbrown v0.15.1 |
| 1215 | 2025-01-25T02:56:31.523Z | Compiling cmake v0.1.51 |
| 1216 | 2025-01-25T02:56:32.227Z | Compiling synstructure v0.13.1 |
| 1217 | 2025-01-25T02:56:32.556Z | Compiling cexpr v0.6.0 |
| 1218 | 2025-01-25T02:56:32.688Z | Compiling num-traits v0.2.19 |
| 1219 | 2025-01-25T02:56:32.981Z | Compiling fs_extra v1.3.0 |
| 1220 | 2025-01-25T02:56:33.522Z | Compiling tinyvec_macros v0.1.1 |
| 1221 | 2025-01-25T02:56:33.580Z | Compiling pkg-config v0.3.31 |
| 1222 | 2025-01-25T02:56:33.623Z | Compiling dunce v1.0.5 |
| 1223 | 2025-01-25T02:56:33.643Z | Compiling tinyvec v1.8.0 |
| 1224 | 2025-01-25T02:56:34.271Z | Compiling ring v0.17.8 |
| 1225 | 2025-01-25T02:56:34.879Z | Compiling base64ct v1.6.0 |
| 1226 | 2025-01-25T02:56:35.106Z | Compiling unicode-normalization v0.1.24 |
| 1227 | 2025-01-25T02:56:35.269Z | Compiling litemap v0.7.3 |
| 1228 | 2025-01-25T02:56:35.360Z | Compiling unicode-bidi v0.3.17 |
| 1229 | 2025-01-25T02:56:35.450Z | Compiling paste v1.0.15 |
| 1230 | 2025-01-25T02:56:35.625Z | Compiling writeable v0.5.5 |
| 1231 | 2025-01-25T02:56:35.986Z | Compiling pem-rfc7468 v0.7.0 |
| 1232 | 2025-01-25T02:56:36.177Z | Compiling httparse v1.9.5 |
| 1233 | 2025-01-25T02:56:36.564Z | Compiling regex v1.11.1 |
| 1234 | 2025-01-25T02:56:36.628Z | Compiling aws-lc-rs v1.10.0 |
| 1235 | 2025-01-25T02:56:36.829Z | Compiling flagset v0.4.6 |
| 1236 | 2025-01-25T02:56:37.001Z | Compiling tracing-core v0.1.32 |
| 1237 | 2025-01-25T02:56:37.031Z | Compiling percent-encoding v2.3.1 |
| 1238 | 2025-01-25T02:56:37.354Z | Compiling icu_locid_transform_data v1.5.0 |
| 1239 | 2025-01-25T02:56:37.460Z | Compiling crossbeam-utils v0.8.20 |
| 1240 | 2025-01-25T02:56:37.480Z | Compiling rustls-pki-types v1.10.0 |
| 1241 | 2025-01-25T02:56:37.655Z | Compiling serde_derive v1.0.217 |
| 1242 | 2025-01-25T02:56:37.886Z | Compiling zeroize_derive v1.4.2 |
| 1243 | 2025-01-25T02:56:37.976Z | Compiling zerocopy-derive v0.7.35 |
| 1244 | 2025-01-25T02:56:38.090Z | Compiling tokio-macros v2.5.0 |
| 1245 | 2025-01-25T02:56:38.427Z | Compiling zerofrom-derive v0.1.4 |
| 1246 | 2025-01-25T02:56:39.350Z | Compiling zeroize v1.8.1 |
| 1247 | 2025-01-25T02:56:39.597Z | Compiling thiserror-impl v1.0.69 |
| 1248 | 2025-01-25T02:56:39.819Z | Compiling yoke-derive v0.7.4 |
| 1249 | 2025-01-25T02:56:39.939Z | Compiling zerocopy v0.7.35 |
| 1250 | 2025-01-25T02:56:40.983Z | Compiling crypto-common v0.1.6 |
| 1251 | 2025-01-25T02:56:41.232Z | Compiling block-buffer v0.10.4 |
| 1252 | 2025-01-25T02:56:41.261Z | Compiling zerovec-derive v0.10.3 |
| 1253 | 2025-01-25T02:56:41.494Z | Compiling digest v0.10.7 |
| 1254 | 2025-01-25T02:56:41.920Z | Compiling hmac v0.12.1 |
| 1255 | 2025-01-25T02:56:41.939Z | Compiling futures-macro v0.3.31 |
| 1256 | 2025-01-25T02:56:41.985Z | Compiling zerofrom v0.1.4 |
| 1257 | 2025-01-25T02:56:42.139Z | Compiling block-padding v0.3.3 |
| 1258 | 2025-01-25T02:56:42.203Z | Compiling displaydoc v0.2.5 |
| 1259 | 2025-01-25T02:56:42.378Z | Compiling inout v0.1.3 |
| 1260 | 2025-01-25T02:56:42.407Z | Compiling yoke v0.7.4 |
| 1261 | 2025-01-25T02:56:42.449Z | Compiling sha2 v0.10.8 |
| 1262 | 2025-01-25T02:56:42.502Z | Compiling thiserror v1.0.69 |
| 1263 | 2025-01-25T02:56:42.648Z | Compiling cipher v0.4.4 |
| 1264 | 2025-01-25T02:56:42.669Z | Compiling ppv-lite86 v0.2.20 |
| 1265 | 2025-01-25T02:56:42.751Z | Compiling der_derive v0.7.3 |
| 1266 | 2025-01-25T02:56:43.183Z | Compiling icu_provider_macros v1.5.0 |
| 1267 | 2025-01-25T02:56:43.474Z | Compiling rand_chacha v0.3.1 |
| 1268 | 2025-01-25T02:56:43.740Z | Compiling tracing-attributes v0.1.27 |
| 1269 | 2025-01-25T02:56:43.761Z | Compiling futures-util v0.3.31 |
| 1270 | 2025-01-25T02:56:43.789Z | Compiling zerovec v0.10.4 |
| 1271 | 2025-01-25T02:56:44.298Z | Compiling rand v0.8.5 |
| 1272 | 2025-01-25T02:56:45.070Z | Compiling der v0.7.9 |
| 1273 | 2025-01-25T02:56:45.770Z | Compiling tinystr v0.7.6 |
| 1274 | 2025-01-25T02:56:45.831Z | Compiling icu_collections v1.5.0 |
| 1275 | 2025-01-25T02:56:46.002Z | Compiling salsa20 v0.10.2 |
| 1276 | 2025-01-25T02:56:46.152Z | Compiling icu_locid v1.5.0 |
| 1277 | 2025-01-25T02:56:46.240Z | Compiling pest v2.7.14 |
| 1278 | 2025-01-25T02:56:46.386Z | Compiling pbkdf2 v0.12.2 |
| 1279 | 2025-01-25T02:56:46.980Z | Compiling tracing v0.1.40 |
| 1280 | 2025-01-25T02:56:47.157Z | Compiling spki v0.7.3 |
| 1281 | 2025-01-25T02:56:47.308Z | Compiling icu_provider v1.5.0 |
| 1282 | 2025-01-25T02:56:47.493Z | Compiling untrusted v0.7.1 |
| 1283 | 2025-01-25T02:56:47.515Z | Compiling mirai-annotations v1.12.0 |
| 1284 | 2025-01-25T02:56:47.694Z | Compiling num-conv v0.1.0 |
| 1285 | 2025-01-25T02:56:47.717Z | Compiling powerfmt v0.2.0 |
| 1286 | 2025-01-25T02:56:47.993Z | Compiling icu_locid_transform v1.5.0 |
| 1287 | 2025-01-25T02:56:48.031Z | Compiling icu_properties_data v1.5.0 |
| 1288 | 2025-01-25T02:56:48.104Z | Compiling untrusted v0.9.0 |
| 1289 | 2025-01-25T02:56:48.146Z | Compiling time-core v0.1.2 |
| 1290 | 2025-01-25T02:56:48.256Z | Compiling vcpkg v0.2.15 |
| 1291 | 2025-01-25T02:56:48.282Z | Compiling deranged v0.3.11 |
| 1292 | 2025-01-25T02:56:48.324Z | Compiling time-macros v0.2.18 |
| 1293 | 2025-01-25T02:56:49.041Z | Compiling pest_meta v2.7.14 |
| 1294 | 2025-01-25T02:56:49.345Z | Compiling icu_properties v1.5.1 |
| 1295 | 2025-01-25T02:56:50.106Z | Compiling openssl-sys v0.9.103 |
| 1296 | 2025-01-25T02:56:50.401Z | Compiling bitflags v2.6.0 |
| 1297 | 2025-01-25T02:56:50.643Z | Compiling bytes v1.9.0 |
| 1298 | 2025-01-25T02:56:51.145Z | Compiling indexmap v2.7.0 |
| 1299 | 2025-01-25T02:56:51.421Z | Compiling semver v1.0.24 |
| 1300 | 2025-01-25T02:56:51.806Z | Compiling tokio v1.43.0 |
| 1301 | 2025-01-25T02:56:51.857Z | Compiling http v1.2.0 |
| 1302 | 2025-01-25T02:56:52.132Z | Compiling rustc_version v0.4.1 |
| 1303 | 2025-01-25T02:56:52.395Z | Compiling scrypt v0.11.0 |
| 1304 | 2025-01-25T02:56:52.868Z | Compiling cbc v0.1.2 |
| 1305 | 2025-01-25T02:56:52.921Z | Compiling aes v0.8.4 |
| 1306 | 2025-01-25T02:56:53.112Z | Compiling scroll_derive v0.12.0 |
| 1307 | 2025-01-25T02:56:53.504Z | Compiling utf16_iter v1.0.5 |
| 1308 | 2025-01-25T02:56:53.720Z | Compiling write16 v1.0.0 |
| 1309 | 2025-01-25T02:56:53.800Z | Compiling icu_normalizer_data v1.5.0 |
| 1310 | 2025-01-25T02:56:53.874Z | Compiling num_threads v0.1.7 |
| 1311 | 2025-01-25T02:56:53.911Z | Compiling atomic-waker v1.1.2 |
| 1312 | 2025-01-25T02:56:53.930Z | Compiling utf8_iter v1.0.4 |
| 1313 | 2025-01-25T02:56:54.013Z | Compiling time v0.3.36 |
| 1314 | 2025-01-25T02:56:54.099Z | Compiling pkcs5 v0.7.1 |
| 1315 | 2025-01-25T02:56:54.120Z | Compiling icu_normalizer v1.5.0 |
| 1316 | 2025-01-25T02:56:54.167Z | Compiling http-body v1.0.1 |
| 1317 | 2025-01-25T02:56:54.417Z | Compiling which v4.4.2 |
| 1318 | 2025-01-25T02:56:54.572Z | Compiling scroll v0.12.0 |
| 1319 | 2025-01-25T02:56:55.185Z | Compiling pest_generator v2.7.14 |
| 1320 | 2025-01-25T02:56:55.312Z | Compiling form_urlencoded v1.2.1 |
| 1321 | 2025-01-25T02:56:55.560Z | Compiling try-lock v0.2.5 |
| 1322 | 2025-01-25T02:56:55.623Z | Compiling slog v2.7.0 |
| 1323 | 2025-01-25T02:56:55.645Z | Compiling goblin v0.8.2 |
| 1324 | 2025-01-25T02:56:55.727Z | Compiling want v0.3.1 |
| 1325 | 2025-01-25T02:56:55.817Z | Compiling idna_adapter v1.2.0 |
| 1326 | 2025-01-25T02:56:55.994Z | Compiling pkcs8 v0.10.2 |
| 1327 | 2025-01-25T02:56:56.039Z | Compiling uuid v1.12.0 |
| 1328 | 2025-01-25T02:56:56.207Z | Compiling iana-time-zone v0.1.61 |
| 1329 | 2025-01-25T02:56:56.620Z | Compiling httpdate v1.0.3 |
| 1330 | 2025-01-25T02:56:56.664Z | Compiling chrono v0.4.38 |
| 1331 | 2025-01-25T02:56:57.019Z | Compiling pest_derive v2.7.14 |
| 1332 | 2025-01-25T02:56:57.547Z | Compiling idna v1.0.3 |
| 1333 | 2025-01-25T02:56:57.717Z | Compiling serde_spanned v0.6.8 |
| 1334 | 2025-01-25T02:56:57.793Z | Compiling dtrace-parser v0.2.0 |
| 1335 | 2025-01-25T02:56:57.971Z | Compiling toml_datetime v0.6.8 |
| 1336 | 2025-01-25T02:56:58.521Z | Compiling serde_tokenstream v0.2.2 |
| 1337 | 2025-01-25T02:56:58.741Z | Compiling openssl v0.10.66 |
| 1338 | 2025-01-25T02:56:59.109Z | Compiling foreign-types-shared v0.1.1 |
| 1339 | 2025-01-25T02:56:59.158Z | Compiling adler2 v2.0.0 |
| 1340 | 2025-01-25T02:56:59.191Z | Compiling base64 v0.22.1 |
| 1341 | 2025-01-25T02:56:59.238Z | Compiling tower-service v0.3.3 |
| 1342 | 2025-01-25T02:56:59.377Z | Compiling rustversion v1.0.17 |
| 1343 | 2025-01-25T02:56:59.397Z | Compiling match_cfg v0.1.0 |
| 1344 | 2025-01-25T02:56:59.499Z | Compiling hostname v0.3.1 |
| 1345 | 2025-01-25T02:56:59.717Z | Compiling tokio-util v0.7.12 |
| 1346 | 2025-01-25T02:56:59.738Z | Compiling miniz_oxide v0.8.0 |
| 1347 | 2025-01-25T02:56:59.862Z | Compiling foreign-types v0.3.2 |
| 1348 | 2025-01-25T02:56:59.986Z | Compiling url v2.5.3 |
| 1349 | 2025-01-25T02:57:00.108Z | Compiling openssl-macros v0.1.1 |
| 1350 | 2025-01-25T02:57:00.868Z | Compiling h2 v0.4.6 |
| 1351 | 2025-01-25T02:57:00.949Z | Compiling async-trait v0.1.83 |
| 1352 | 2025-01-25T02:57:01.137Z | Compiling serde_derive_internals v0.29.1 |
| 1353 | 2025-01-25T02:57:01.264Z | Compiling dof v0.3.0 |
| 1354 | 2025-01-25T02:57:01.779Z | Compiling dirs-sys-next v0.1.2 |
| 1355 | 2025-01-25T02:57:02.343Z | Compiling usdt-impl v0.5.0 |
| 1356 | 2025-01-25T02:57:03.078Z | Compiling rustls v0.22.4 |
| 1357 | 2025-01-25T02:57:03.343Z | Compiling siphasher v0.3.11 |
| 1358 | 2025-01-25T02:57:03.400Z | Compiling syn v1.0.109 |
| 1359 | 2025-01-25T02:57:03.490Z | Compiling native-tls v0.2.12 |
| 1360 | 2025-01-25T02:57:03.750Z | Compiling data-encoding v2.6.0 |
| 1361 | 2025-01-25T02:57:03.788Z | Compiling rustls v0.23.19 |
| 1362 | 2025-01-25T02:57:03.823Z | Compiling schemars v0.8.21 |
| 1363 | 2025-01-25T02:57:04.087Z | Compiling schemars_derive v0.8.21 |
| 1364 | 2025-01-25T02:57:04.143Z | Compiling dirs-next v2.0.0 |
| 1365 | 2025-01-25T02:57:04.940Z | Compiling http-body-util v0.1.2 |
| 1366 | 2025-01-25T02:57:05.130Z | Compiling heapless v0.7.17 |
| 1367 | 2025-01-25T02:57:05.423Z | Compiling crossbeam-epoch v0.9.18 |
| 1368 | 2025-01-25T02:57:05.564Z | Compiling sha1 v0.10.6 |
| 1369 | 2025-01-25T02:57:05.624Z | Compiling signature v2.2.0 |
| 1370 | 2025-01-25T02:57:05.763Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1371 | 2025-01-25T02:57:05.926Z | Compiling thread_local v1.1.8 |
| 1372 | 2025-01-25T02:57:05.981Z | Compiling encoding_rs v0.8.34 |
| 1373 | 2025-01-25T02:57:06.115Z | Compiling multer v3.1.0 |
| 1374 | 2025-01-25T02:57:06.242Z | Compiling cookie v0.18.1 |
| 1375 | 2025-01-25T02:57:06.402Z | Compiling rayon-core v1.12.1 |
| 1376 | 2025-01-25T02:57:06.423Z | Compiling dyn-clone v1.0.17 |
| 1377 | 2025-01-25T02:57:06.524Z | Compiling ipnet v2.10.1 |
| 1378 | 2025-01-25T02:57:06.656Z | Compiling slog-async v2.8.0 |
| 1379 | 2025-01-25T02:57:06.678Z | Compiling signal-hook v0.3.17 |
| 1380 | 2025-01-25T02:57:06.967Z | Compiling unicode-properties v0.1.3 |
| 1381 | 2025-01-25T02:57:07.114Z | Compiling gimli v0.31.1 |
| 1382 | 2025-01-25T02:57:07.162Z | Compiling openssl-probe v0.1.5 |
| 1383 | 2025-01-25T02:57:07.364Z | Compiling mime v0.3.17 |
| 1384 | 2025-01-25T02:57:07.486Z | Compiling stringprep v0.1.5 |
| 1385 | 2025-01-25T02:57:07.582Z | Compiling toml_edit v0.22.22 |
| 1386 | 2025-01-25T02:57:07.887Z | Compiling hyper v1.5.2 |
| 1387 | 2025-01-25T02:57:10.750Z | Compiling hyper-util v0.1.10 |
| 1388 | 2025-01-25T02:57:11.615Z | Compiling addr2line v0.24.2 |
| 1389 | 2025-01-25T02:57:11.860Z | Compiling crossbeam-deque v0.8.5 |
| 1390 | 2025-01-25T02:57:11.928Z | Compiling usdt-attr-macro v0.5.0 |
| 1391 | 2025-01-25T02:57:11.961Z | Compiling usdt-macro v0.5.0 |
| 1392 | 2025-01-25T02:57:12.193Z | Compiling term v0.7.0 |
| 1393 | 2025-01-25T02:57:12.862Z | Compiling slog-json v2.6.1 |
| 1394 | 2025-01-25T02:57:13.243Z | Compiling serde_urlencoded v0.7.1 |
| 1395 | 2025-01-25T02:57:13.361Z | Compiling curve25519-dalek v4.1.3 |
| 1396 | 2025-01-25T02:57:13.459Z | Compiling crossbeam-channel v0.5.13 |
| 1397 | 2025-01-25T02:57:13.478Z | Compiling futures-executor v0.3.31 |
| 1398 | 2025-01-25T02:57:13.603Z | Compiling enum-as-inner v0.6.1 |
| 1399 | 2025-01-25T02:57:13.723Z | Compiling md-5 v0.10.6 |
| 1400 | 2025-01-25T02:57:13.998Z | Compiling rustls-pemfile v2.2.0 |
| 1401 | 2025-01-25T02:57:14.022Z | Compiling async-stream-impl v0.3.6 |
| 1402 | 2025-01-25T02:57:14.043Z | Compiling num-integer v0.1.46 |
| 1403 | 2025-01-25T02:57:14.348Z | Compiling idna v0.3.0 |
| 1404 | 2025-01-25T02:57:14.492Z | Compiling idna v0.4.0 |
| 1405 | 2025-01-25T02:57:14.658Z | Compiling hash32 v0.2.1 |
| 1406 | 2025-01-25T02:57:14.786Z | Compiling ff v0.13.0 |
| 1407 | 2025-01-25T02:57:14.975Z | Compiling is-terminal v0.4.13 |
| 1408 | 2025-01-25T02:57:14.997Z | Compiling dropshot v0.12.0 |
| 1409 | 2025-01-25T02:57:15.021Z | Compiling object v0.36.5 |
| 1410 | 2025-01-25T02:57:15.106Z | Compiling utf-8 v0.7.6 |
| 1411 | 2025-01-25T02:57:15.277Z | Compiling fallible-iterator v0.2.0 |
| 1412 | 2025-01-25T02:57:15.309Z | Compiling num-bigint-dig v0.8.4 |
| 1413 | 2025-01-25T02:57:15.400Z | Compiling linked-hash-map v0.5.6 |
| 1414 | 2025-01-25T02:57:15.603Z | Compiling portable-atomic v1.9.0 |
| 1415 | 2025-01-25T02:57:15.744Z | Compiling smoltcp v0.9.1 |
| 1416 | 2025-01-25T02:57:15.908Z | Compiling anyhow v1.0.93 |
| 1417 | 2025-01-25T02:57:15.955Z | Compiling rustc-demangle v0.1.24 |
| 1418 | 2025-01-25T02:57:15.958Z | Compiling psl-types v2.0.11 |
| 1419 | 2025-01-25T02:57:16.188Z | Compiling base16ct v0.2.0 |
| 1420 | 2025-01-25T02:57:16.364Z | Compiling take_mut v0.2.2 |
| 1421 | 2025-01-25T02:57:16.503Z | Compiling quick-error v1.2.3 |
| 1422 | 2025-01-25T02:57:16.651Z | Compiling resolv-conf v0.7.0 |
| 1423 | 2025-01-25T02:57:16.671Z | Compiling sec1 v0.7.3 |
| 1424 | 2025-01-25T02:57:16.929Z | Compiling publicsuffix v2.2.3 |
| 1425 | 2025-01-25T02:57:16.956Z | Compiling postgres-protocol v0.6.7 |
| 1426 | 2025-01-25T02:57:17.164Z | Compiling lru-cache v0.1.2 |
| 1427 | 2025-01-25T02:57:17.231Z | Compiling hickory-proto v0.24.1 |
| 1428 | 2025-01-25T02:57:17.357Z | Compiling async-stream v0.3.6 |
| 1429 | 2025-01-25T02:57:17.361Z | Compiling tungstenite v0.24.0 |
| 1430 | 2025-01-25T02:57:17.639Z | Compiling slog-term v2.9.1 |
| 1431 | 2025-01-25T02:57:17.658Z | Compiling usdt v0.5.0 |
| 1432 | 2025-01-25T02:57:18.146Z | Compiling group v0.13.0 |
| 1433 | 2025-01-25T02:57:18.491Z | Compiling num-iter v0.1.45 |
| 1434 | 2025-01-25T02:57:18.809Z | Compiling futures v0.3.31 |
| 1435 | 2025-01-25T02:57:18.843Z | Compiling slog-bunyan v2.5.0 |
| 1436 | 2025-01-25T02:57:20.096Z | Compiling toml v0.8.19 |
| 1437 | 2025-01-25T02:57:20.250Z | Compiling tokio-native-tls v0.3.1 |
| 1438 | 2025-01-25T02:57:20.383Z | Compiling camino v1.1.9 |
| 1439 | 2025-01-25T02:57:20.534Z | Compiling phf_shared v0.11.2 |
| 1440 | 2025-01-25T02:57:20.622Z | Compiling dropshot_endpoint v0.12.0 |
| 1441 | 2025-01-25T02:57:20.896Z | Compiling terminal_size v0.4.0 |
| 1442 | 2025-01-25T02:57:21.128Z | Compiling waitgroup v0.1.2 |
| 1443 | 2025-01-25T02:57:21.217Z | Compiling openapiv3 v2.0.0 |
| 1444 | 2025-01-25T02:57:21.352Z | Compiling serde_path_to_error v0.1.16 |
| 1445 | 2025-01-25T02:57:21.607Z | Compiling backtrace v0.3.74 |
| 1446 | 2025-01-25T02:57:22.020Z | Compiling hkdf v0.12.4 |
| 1447 | 2025-01-25T02:57:22.098Z | Compiling crypto-bigint v0.5.5 |
| 1448 | 2025-01-25T02:57:22.297Z | Compiling webpki-roots v0.26.6 |
| 1449 | 2025-01-25T02:57:22.523Z | Compiling zerocopy-derive v0.6.6 |
| 1450 | 2025-01-25T02:57:24.533Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1451 | 2025-01-25T02:57:24.735Z | Compiling idna v0.5.0 |
| 1452 | 2025-01-25T02:57:24.754Z | Compiling hubpack_derive v0.1.1 |
| 1453 | 2025-01-25T02:57:24.824Z | Compiling hostname v0.4.0 |
| 1454 | 2025-01-25T02:57:25.048Z | Compiling crc32fast v1.4.2 |
| 1455 | 2025-01-25T02:57:25.191Z | Compiling ahash v0.8.11 |
| 1456 | 2025-01-25T02:57:25.360Z | Compiling fs-err v2.11.0 |
| 1457 | 2025-01-25T02:57:25.531Z | Compiling newtype-uuid v1.2.1 |
| 1458 | 2025-01-25T02:57:25.577Z | Compiling winnow v0.5.40 |
| 1459 | 2025-01-25T02:57:25.672Z | Compiling managed v0.8.0 |
| 1460 | 2025-01-25T02:57:25.824Z | Compiling debug-ignore v1.0.5 |
| 1461 | 2025-01-25T02:57:25.955Z | Compiling bitflags v1.3.2 |
| 1462 | 2025-01-25T02:57:26.099Z | Compiling strum_macros v0.25.3 |
| 1463 | 2025-01-25T02:57:26.191Z | Compiling clap_builder v4.5.21 |
| 1464 | 2025-01-25T02:57:26.507Z | Compiling cookie_store v0.21.0 |
| 1465 | 2025-01-25T02:57:27.914Z | Compiling hubpack v0.1.2 |
| 1466 | 2025-01-25T02:57:28.013Z | Compiling console v0.15.8 |
| 1467 | 2025-01-25T02:57:28.109Z | Compiling flate2 v1.0.34 |
| 1468 | 2025-01-25T02:57:28.360Z | Compiling elliptic-curve v0.13.8 |
| 1469 | 2025-01-25T02:57:29.036Z | Compiling toml_edit v0.19.15 |
| 1470 | 2025-01-25T02:57:29.061Z | Compiling zerocopy v0.6.6 |
| 1471 | 2025-01-25T02:57:29.230Z | Compiling hickory-resolver v0.24.1 |
| 1472 | 2025-01-25T02:57:29.764Z | Compiling phf v0.11.2 |
| 1473 | 2025-01-25T02:57:29.767Z | Compiling hyper-tls v0.6.0 |
| 1474 | 2025-01-25T02:57:30.049Z | Compiling signal-hook-mio v0.2.4 |
| 1475 | 2025-01-25T02:57:30.187Z | Compiling rayon v1.10.0 |
| 1476 | 2025-01-25T02:57:30.190Z | Compiling bzip2 v0.4.4 |
| 1477 | 2025-01-25T02:57:30.611Z | Compiling tokio-tungstenite v0.24.0 |
| 1478 | 2025-01-25T02:57:31.154Z | Compiling postgres-types v0.2.8 |
| 1479 | 2025-01-25T02:57:33.719Z | Compiling ed25519 v2.2.3 |
| 1480 | 2025-01-25T02:57:33.984Z | Compiling phf_shared v0.10.0 |
| 1481 | 2025-01-25T02:57:34.372Z | Compiling tokio-stream v0.1.16 |
| 1482 | 2025-01-25T02:57:34.466Z | Compiling pkcs1 v0.7.5 |
| 1483 | 2025-01-25T02:57:34.543Z | Compiling serde-big-array v0.5.1 |
| 1484 | 2025-01-25T02:57:34.778Z | Compiling clap_derive v4.5.18 |
| 1485 | 2025-01-25T02:57:35.011Z | Compiling rfc6979 v0.4.0 |
| 1486 | 2025-01-25T02:57:35.217Z | Compiling serde_repr v0.1.19 |
| 1487 | 2025-01-25T02:57:35.288Z | Compiling derive-where v1.2.7 |
| 1488 | 2025-01-25T02:57:35.412Z | Compiling float-cmp v0.9.0 |
| 1489 | 2025-01-25T02:57:35.574Z | Compiling bstr v1.10.0 |
| 1490 | 2025-01-25T02:57:35.643Z | Compiling sync_wrapper v1.0.1 |
| 1491 | 2025-01-25T02:57:35.814Z | Compiling fixedbitset v0.4.2 |
| 1492 | 2025-01-25T02:57:36.117Z | Compiling precomputed-hash v0.1.1 |
| 1493 | 2025-01-25T02:57:36.240Z | Compiling unicode-width v0.2.0 |
| 1494 | 2025-01-25T02:57:36.261Z | Compiling normalize-line-endings v0.3.0 |
| 1495 | 2025-01-25T02:57:36.345Z | Compiling number_prefix v0.4.0 |
| 1496 | 2025-01-25T02:57:36.393Z | Compiling bit-vec v0.6.3 |
| 1497 | 2025-01-25T02:57:36.566Z | Compiling unicode-segmentation v1.12.0 |
| 1498 | 2025-01-25T02:57:36.779Z | Compiling new_debug_unreachable v1.0.6 |
| 1499 | 2025-01-25T02:57:36.805Z | Compiling difflib v0.4.0 |
| 1500 | 2025-01-25T02:57:36.896Z | Compiling whoami v1.5.2 |
| 1501 | 2025-01-25T02:57:37.190Z | Compiling predicates-core v1.0.8 |
| 1502 | 2025-01-25T02:57:37.439Z | Compiling static_assertions v1.1.0 |
| 1503 | 2025-01-25T02:57:37.460Z | Compiling predicates v3.1.2 |
| 1504 | 2025-01-25T02:57:37.514Z | Compiling similar v2.6.0 |
| 1505 | 2025-01-25T02:57:37.555Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1506 | 2025-01-25T02:57:38.181Z | Compiling tokio-postgres v0.7.12 |
| 1507 | 2025-01-25T02:57:38.374Z | Compiling string_cache v0.8.7 |
| 1508 | 2025-01-25T02:57:38.826Z | Compiling indicatif v0.17.9 |
| 1509 | 2025-01-25T02:57:38.984Z | Compiling bit-set v0.5.3 |
| 1510 | 2025-01-25T02:57:39.277Z | Compiling petgraph v0.6.5 |
| 1511 | 2025-01-25T02:57:39.310Z | Compiling clap v4.5.21 |
| 1512 | 2025-01-25T02:57:39.432Z | Compiling ecdsa v0.16.9 |
| 1513 | 2025-01-25T02:57:39.719Z | Compiling rsa v0.9.6 |
| 1514 | 2025-01-25T02:57:40.247Z | Compiling ed25519-dalek v2.1.1 |
| 1515 | 2025-01-25T02:57:40.888Z | Compiling toml v0.7.8 |
| 1516 | 2025-01-25T02:57:41.540Z | Compiling zip v0.6.6 |
| 1517 | 2025-01-25T02:57:42.350Z | Compiling crossterm v0.28.1 |
| 1518 | 2025-01-25T02:57:43.637Z | Compiling hex v0.4.3 |
| 1519 | 2025-01-25T02:57:43.686Z | Compiling x509-cert v0.2.5 |
| 1520 | 2025-01-25T02:57:43.862Z | Compiling itertools v0.10.5 |
| 1521 | 2025-01-25T02:57:43.897Z | Compiling unicode-xid v0.2.6 |
| 1522 | 2025-01-25T02:57:43.968Z | Compiling peg-runtime v0.8.3 |
| 1523 | 2025-01-25T02:57:44.088Z | Compiling lalrpop-util v0.19.12 |
| 1524 | 2025-01-25T02:57:44.214Z | Compiling strum_macros v0.26.4 |
| 1525 | 2025-01-25T02:57:44.445Z | Compiling xattr v1.3.1 |
| 1526 | 2025-01-25T02:57:44.554Z | Compiling filetime v0.2.25 |
| 1527 | 2025-01-25T02:57:44.879Z | Compiling tar v0.4.42 |
| 1528 | 2025-01-25T02:57:48.828Z | Compiling strum v0.26.3 |
| 1529 | 2025-01-25T02:57:52.230Z | Compiling aws-lc-sys v0.22.0 |
| 1530 | 2025-01-25T02:58:23.151Z | Compiling rustls-webpki v0.102.8 |
| 1531 | 2025-01-25T02:58:26.333Z | Compiling tokio-rustls v0.25.0 |
| 1532 | 2025-01-25T02:58:28.010Z | Compiling tokio-rustls v0.26.0 |
| 1533 | 2025-01-25T02:58:28.321Z | Compiling hyper-rustls v0.27.3 |
| 1534 | 2025-01-25T02:58:28.898Z | Compiling reqwest v0.12.9 |
| 1535 | 2025-01-25T02:58:29.991Z | Compiling qorb v0.2.1 |
| 1536 | 2025-01-25T02:58:33.078Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1537 | 2025-01-25T02:58:33.322Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1538 | 2025-01-25T02:58:37.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 16s |
| 1539 | 2025-01-25T02:58:37.918Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1540 | 2025-01-25T02:58:37.969Z | Jan 25 02:58:37.086 INFO Starting download, target: Console |
| 1541 | 2025-01-25T02:58:37.969Z | Jan 25 02:58:37.086 INFO Starting download, target: Cockroach |
| 1542 | 2025-01-25T02:58:37.969Z | Jan 25 02:58:37.086 INFO Starting download, target: Clickhouse |
| 1543 | 2025-01-25T02:58:37.969Z | Jan 25 02:58:37.086 INFO Starting download, target: DendriteOpenapi |
| 1544 | 2025-01-25T02:58:37.971Z | Jan 25 02:58:37.086 INFO Starting download, target: DendriteStub |
| 1545 | 2025-01-25T02:58:37.971Z | Jan 25 02:58:37.086 INFO Starting download, target: MaghemiteMgd |
| 1546 | 2025-01-25T02:58:37.971Z | Jan 25 02:58:37.086 INFO Starting download, target: TransceiverControl |
| 1547 | 2025-01-25T02:58:37.971Z | Jan 25 02:58:37.087 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1548 | 2025-01-25T02:58:37.971Z | Jan 25 02:58:37.087 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1549 | 2025-01-25T02:58:37.972Z | Jan 25 02:58:37.087 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1550 | 2025-01-25T02:58:37.972Z | Jan 25 02:58:37.087 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1551 | 2025-01-25T02:58:37.972Z | Jan 25 02:58:37.087 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1552 | 2025-01-25T02:58:37.972Z | Jan 25 02:58:37.087 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1553 | 2025-01-25T02:58:37.972Z | Jan 25 02:58:37.087 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1554 | 2025-01-25T02:58:38.122Z | Jan 25 02:58:37.239 INFO Download complete, target: DendriteOpenapi |
| 1555 | 2025-01-25T02:58:38.509Z | Jan 25 02:58:37.621 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1556 | 2025-01-25T02:58:38.846Z | Jan 25 02:58:37.952 INFO Download complete, target: Console |
| 1557 | 2025-01-25T02:58:39.183Z | Jan 25 02:58:38.300 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1558 | 2025-01-25T02:58:39.223Z | Jan 25 02:58:38.337 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1559 | 2025-01-25T02:58:39.240Z | Jan 25 02:58:38.353 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1560 | 2025-01-25T02:58:39.642Z | Jan 25 02:58:38.760 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1561 | 2025-01-25T02:58:39.643Z | Jan 25 02:58:38.760 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1562 | 2025-01-25T02:58:39.869Z | Jan 25 02:58:38.986 INFO Download complete, target: TransceiverControl |
| 1563 | 2025-01-25T02:58:40.049Z | Jan 25 02:58:39.166 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1564 | 2025-01-25T02:58:42.021Z | Jan 25 02:58:41.137 INFO Download complete, target: MaghemiteMgd |
| 1565 | 2025-01-25T02:58:42.069Z | Jan 25 02:58:41.186 INFO Download complete, target: DendriteStub |
| 1566 | 2025-01-25T02:58:47.054Z | Jan 25 02:58:46.170 INFO Checking that binary works, target: Cockroach |
| 1567 | 2025-01-25T02:58:47.212Z | Jan 25 02:58:46.328 INFO Download complete, target: Cockroach |
| 1568 | 2025-01-25T02:58:52.414Z | Jan 25 02:58:51.528 INFO Checking that binary works, target: Clickhouse |
| 1569 | 2025-01-25T02:58:52.865Z | Jan 25 02:58:51.980 INFO Download complete, target: Clickhouse |
| 1570 | 2025-01-25T02:58:52.872Z | All prerequisites installed successfully |
| 1571 | 2025-01-25T02:58:52.875Z | |
| 1572 | 2025-01-25T02:58:52.875Z | real 5:06.133260112 |
| 1573 | 2025-01-25T02:58:52.875Z | user 15:43.881351039 |
| 1574 | 2025-01-25T02:58:52.875Z | sys 2:03.744948986 |
| 1575 | 2025-01-25T02:58:52.875Z | trap 0.566156446 |
| 1576 | 2025-01-25T02:58:52.875Z | tflt 2.949277135 |
| 1577 | 2025-01-25T02:58:52.875Z | dflt 2.804768139 |
| 1578 | 2025-01-25T02:58:52.875Z | kflt 0.154737629 |
| 1579 | 2025-01-25T02:58:52.875Z | lock 24:37.400956164 |
| 1580 | 2025-01-25T02:58:52.875Z | slp 55:46.486704892 |
| 1581 | 2025-01-25T02:58:52.875Z | lat 58.713487758 |
| 1582 | 2025-01-25T02:58:52.875Z | stop 2:23.553136916 |
| 1583 | 2025-01-25T02:58:52.875Z | + ptime -m cargo xtask download softnpu |
| 1584 | 2025-01-25T02:58:53.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1585 | 2025-01-25T02:58:53.430Z | Running `target/debug/xtask download softnpu` |
| 1586 | 2025-01-25T02:58:54.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 1587 | 2025-01-25T02:58:54.318Z | Running `target/debug/xtask-downloader softnpu` |
| 1588 | 2025-01-25T02:58:54.357Z | Jan 25 02:58:53.472 INFO Starting download, target: Softnpu |
| 1589 | 2025-01-25T02:58:54.360Z | Jan 25 02:58:53.473 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1590 | 2025-01-25T02:58:54.872Z | Jan 25 02:58:53.987 INFO Download complete, target: Softnpu |
| 1591 | 2025-01-25T02:58:54.876Z | |
| 1592 | 2025-01-25T02:58:54.879Z | real 1.995781200 |
| 1593 | 2025-01-25T02:58:54.879Z | user 1.270727055 |
| 1594 | 2025-01-25T02:58:54.879Z | sys 0.550297865 |
| 1595 | 2025-01-25T02:58:54.879Z | trap 0.000915415 |
| 1596 | 2025-01-25T02:58:54.879Z | tflt 0.000028933 |
| 1597 | 2025-01-25T02:58:54.879Z | dflt 0.000054972 |
| 1598 | 2025-01-25T02:58:54.879Z | kflt 0.000000000 |
| 1599 | 2025-01-25T02:58:54.879Z | lock 5.231130008 |
| 1600 | 2025-01-25T02:58:54.879Z | slp 0.351641847 |
| 1601 | 2025-01-25T02:58:54.880Z | lat 0.069582566 |
| 1602 | 2025-01-25T02:58:54.880Z | stop 0.000167919 |
| 1603 | 2025-01-25T02:58:54.880Z | + export CARGO_INCREMENTAL=0 |
| 1604 | 2025-01-25T02:58:54.880Z | + CARGO_INCREMENTAL=0 |
| 1605 | 2025-01-25T02:58:54.880Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1606 | 2025-01-25T02:58:55.808Z | Compiling proc-macro2 v1.0.92 |
| 1607 | 2025-01-25T02:58:55.808Z | Compiling unicode-ident v1.0.14 |
| 1608 | 2025-01-25T02:58:55.811Z | Compiling libc v0.2.169 |
| 1609 | 2025-01-25T02:58:55.811Z | Compiling serde v1.0.217 |
| 1610 | 2025-01-25T02:58:55.811Z | Compiling autocfg v1.4.0 |
| 1611 | 2025-01-25T02:58:55.811Z | Compiling version_check v0.9.5 |
| 1612 | 2025-01-25T02:58:55.811Z | Compiling cfg-if v1.0.0 |
| 1613 | 2025-01-25T02:58:56.100Z | Compiling memchr v2.7.4 |
| 1614 | 2025-01-25T02:58:56.118Z | Compiling typenum v1.17.0 |
| 1615 | 2025-01-25T02:58:56.133Z | Compiling shlex v1.3.0 |
| 1616 | 2025-01-25T02:58:56.488Z | Compiling value-bag v1.9.0 |
| 1617 | 2025-01-25T02:58:56.524Z | Compiling scopeguard v1.2.0 |
| 1618 | 2025-01-25T02:58:56.560Z | Compiling generic-array v0.14.7 |
| 1619 | 2025-01-25T02:58:56.720Z | Compiling lock_api v0.4.12 |
| 1620 | 2025-01-25T02:58:57.015Z | Compiling log v0.4.22 |
| 1621 | 2025-01-25T02:58:57.019Z | Compiling parking_lot_core v0.9.10 |
| 1622 | 2025-01-25T02:58:57.340Z | Compiling serde_json v1.0.135 |
| 1623 | 2025-01-25T02:58:57.424Z | Compiling once_cell v1.20.2 |
| 1624 | 2025-01-25T02:58:57.646Z | Compiling quote v1.0.38 |
| 1625 | 2025-01-25T02:58:57.663Z | Compiling libm v0.2.8 |
| 1626 | 2025-01-25T02:58:57.751Z | Compiling rustix v0.38.37 |
| 1627 | 2025-01-25T02:58:57.797Z | Compiling aho-corasick v1.1.3 |
| 1628 | 2025-01-25T02:58:57.975Z | Compiling jobserver v0.1.32 |
| 1629 | 2025-01-25T02:58:58.026Z | Compiling syn v2.0.96 |
| 1630 | 2025-01-25T02:58:58.099Z | Compiling getrandom v0.2.15 |
| 1631 | 2025-01-25T02:58:58.326Z | Compiling num-traits v0.2.19 |
| 1632 | 2025-01-25T02:58:58.370Z | Compiling cc v1.1.30 |
| 1633 | 2025-01-25T02:58:58.469Z | Compiling regex-syntax v0.8.5 |
| 1634 | 2025-01-25T02:58:58.487Z | Compiling thiserror v1.0.69 |
| 1635 | 2025-01-25T02:58:58.616Z | Compiling either v1.13.0 |
| 1636 | 2025-01-25T02:58:58.687Z | Compiling itoa v1.0.11 |
| 1637 | 2025-01-25T02:58:58.932Z | Compiling spin v0.9.8 |
| 1638 | 2025-01-25T02:58:59.156Z | Compiling slab v0.4.9 |
| 1639 | 2025-01-25T02:58:59.453Z | Compiling errno v0.3.9 |
| 1640 | 2025-01-25T02:58:59.491Z | Compiling byteorder v1.5.0 |
| 1641 | 2025-01-25T02:58:59.686Z | Compiling lazy_static v1.5.0 |
| 1642 | 2025-01-25T02:58:59.832Z | Compiling rand_core v0.6.4 |
| 1643 | 2025-01-25T02:59:00.226Z | Compiling glob v0.3.1 |
| 1644 | 2025-01-25T02:59:00.250Z | Compiling prettyplease v0.2.25 |
| 1645 | 2025-01-25T02:59:00.601Z | Compiling minimal-lexical v0.2.1 |
| 1646 | 2025-01-25T02:59:00.932Z | Compiling clang-sys v1.8.1 |
| 1647 | 2025-01-25T02:59:01.031Z | Compiling nom v7.1.3 |
| 1648 | 2025-01-25T02:59:01.160Z | Compiling libloading v0.8.5 |
| 1649 | 2025-01-25T02:59:01.467Z | Compiling subtle v2.6.1 |
| 1650 | 2025-01-25T02:59:01.566Z | Compiling bindgen v0.69.5 |
| 1651 | 2025-01-25T02:59:01.641Z | Compiling home v0.5.9 |
| 1652 | 2025-01-25T02:59:01.781Z | Compiling itertools v0.12.1 |
| 1653 | 2025-01-25T02:59:01.973Z | Compiling smallvec v1.13.2 |
| 1654 | 2025-01-25T02:59:02.039Z | Compiling regex-automata v0.4.8 |
| 1655 | 2025-01-25T02:59:02.087Z | Compiling allocator-api2 v0.2.18 |
| 1656 | 2025-01-25T02:59:02.470Z | Compiling rustc-hash v1.1.0 |
| 1657 | 2025-01-25T02:59:02.640Z | Compiling lazycell v1.3.0 |
| 1658 | 2025-01-25T02:59:02.813Z | Compiling cmake v0.1.51 |
| 1659 | 2025-01-25T02:59:03.033Z | Compiling fs_extra v1.3.0 |
| 1660 | 2025-01-25T02:59:03.571Z | Compiling semver v1.0.24 |
| 1661 | 2025-01-25T02:59:03.591Z | Compiling dunce v1.0.5 |
| 1662 | 2025-01-25T02:59:04.007Z | Compiling pkg-config v0.3.31 |
| 1663 | 2025-01-25T02:59:04.319Z | Compiling cexpr v0.6.0 |
| 1664 | 2025-01-25T02:59:04.483Z | Compiling ring v0.17.8 |
| 1665 | 2025-01-25T02:59:04.855Z | Compiling pin-project-lite v0.2.14 |
| 1666 | 2025-01-25T02:59:04.875Z | Compiling ryu v1.0.18 |
| 1667 | 2025-01-25T02:59:05.008Z | Compiling synstructure v0.13.1 |
| 1668 | 2025-01-25T02:59:05.179Z | Compiling paste v1.0.15 |
| 1669 | 2025-01-25T02:59:05.685Z | Compiling schemars v0.8.21 |
| 1670 | 2025-01-25T02:59:05.704Z | Compiling fnv v1.0.7 |
| 1671 | 2025-01-25T02:59:05.849Z | Compiling aws-lc-rs v1.10.0 |
| 1672 | 2025-01-25T02:59:05.885Z | Compiling httparse v1.9.5 |
| 1673 | 2025-01-25T02:59:06.021Z | Compiling const-oid v0.9.6 |
| 1674 | 2025-01-25T02:59:06.471Z | Compiling serde_derive_internals v0.29.1 |
| 1675 | 2025-01-25T02:59:06.923Z | Compiling equivalent v1.0.1 |
| 1676 | 2025-01-25T02:59:07.055Z | Compiling foldhash v0.1.3 |
| 1677 | 2025-01-25T02:59:07.350Z | Compiling regex v1.11.1 |
| 1678 | 2025-01-25T02:59:07.603Z | Compiling hashbrown v0.15.1 |
| 1679 | 2025-01-25T02:59:07.985Z | Compiling signal-hook-registry v1.4.2 |
| 1680 | 2025-01-25T02:59:08.033Z | Compiling heck v0.5.0 |
| 1681 | 2025-01-25T02:59:08.275Z | Compiling parking_lot v0.12.3 |
| 1682 | 2025-01-25T02:59:08.447Z | Compiling mio v1.0.2 |
| 1683 | 2025-01-25T02:59:09.419Z | Compiling serde_derive v1.0.217 |
| 1684 | 2025-01-25T02:59:09.439Z | Compiling zeroize_derive v1.4.2 |
| 1685 | 2025-01-25T02:59:10.011Z | Compiling zerocopy-derive v0.7.35 |
| 1686 | 2025-01-25T02:59:10.228Z | Compiling thiserror-impl v1.0.69 |
| 1687 | 2025-01-25T02:59:10.634Z | Compiling tokio-macros v2.5.0 |
| 1688 | 2025-01-25T02:59:10.757Z | Compiling zeroize v1.8.1 |
| 1689 | 2025-01-25T02:59:11.169Z | Compiling zerofrom-derive v0.1.4 |
| 1690 | 2025-01-25T02:59:11.195Z | Compiling yoke-derive v0.7.4 |
| 1691 | 2025-01-25T02:59:11.420Z | Compiling futures-macro v0.3.31 |
| 1692 | 2025-01-25T02:59:11.487Z | Compiling zerovec-derive v0.10.3 |
| 1693 | 2025-01-25T02:59:12.024Z | Compiling zerocopy v0.7.35 |
| 1694 | 2025-01-25T02:59:12.838Z | Compiling displaydoc v0.2.5 |
| 1695 | 2025-01-25T02:59:13.195Z | Compiling crypto-common v0.1.6 |
| 1696 | 2025-01-25T02:59:13.398Z | Compiling tracing-attributes v0.1.27 |
| 1697 | 2025-01-25T02:59:13.498Z | Compiling icu_provider_macros v1.5.0 |
| 1698 | 2025-01-25T02:59:13.543Z | Compiling schemars_derive v0.8.21 |
| 1699 | 2025-01-25T02:59:13.679Z | Compiling block-buffer v0.10.4 |
| 1700 | 2025-01-25T02:59:13.938Z | Compiling digest v0.10.7 |
| 1701 | 2025-01-25T02:59:14.364Z | Compiling stable_deref_trait v1.2.0 |
| 1702 | 2025-01-25T02:59:14.457Z | Compiling socket2 v0.5.7 |
| 1703 | 2025-01-25T02:59:14.482Z | Compiling time-core v0.1.2 |
| 1704 | 2025-01-25T02:59:14.563Z | Compiling num-conv v0.1.0 |
| 1705 | 2025-01-25T02:59:14.669Z | Compiling crossbeam-utils v0.8.20 |
| 1706 | 2025-01-25T02:59:14.852Z | Compiling futures-core v0.3.31 |
| 1707 | 2025-01-25T02:59:15.122Z | Compiling time-macros v0.2.18 |
| 1708 | 2025-01-25T02:59:15.442Z | Compiling der_derive v0.7.3 |
| 1709 | 2025-01-25T02:59:15.852Z | Compiling vcpkg v0.2.15 |
| 1710 | 2025-01-25T02:59:17.297Z | Compiling openssl-sys v0.9.103 |
| 1711 | 2025-01-25T02:59:17.699Z | Compiling syn v1.0.109 |
| 1712 | 2025-01-25T02:59:18.113Z | Compiling cpufeatures v0.2.14 |
| 1713 | 2025-01-25T02:59:18.240Z | Compiling futures-sink v0.3.31 |
| 1714 | 2025-01-25T02:59:18.413Z | Compiling slog v2.7.0 |
| 1715 | 2025-01-25T02:59:18.612Z | Compiling ahash v0.8.11 |
| 1716 | 2025-01-25T02:59:18.890Z | Compiling iana-time-zone v0.1.61 |
| 1717 | 2025-01-25T02:59:19.304Z | Compiling futures-channel v0.3.31 |
| 1718 | 2025-01-25T02:59:19.360Z | Compiling zerofrom v0.1.4 |
| 1719 | 2025-01-25T02:59:19.590Z | Compiling scroll_derive v0.12.0 |
| 1720 | 2025-01-25T02:59:19.610Z | Compiling futures-io v0.3.31 |
| 1721 | 2025-01-25T02:59:19.613Z | Compiling openssl v0.10.66 |
| 1722 | 2025-01-25T02:59:19.743Z | Compiling ucd-trie v0.1.7 |
| 1723 | 2025-01-25T02:59:19.964Z | Compiling pin-utils v0.1.0 |
| 1724 | 2025-01-25T02:59:20.309Z | Compiling futures-task v0.3.31 |
| 1725 | 2025-01-25T02:59:20.330Z | Compiling pest v2.7.14 |
| 1726 | 2025-01-25T02:59:20.330Z | Compiling yoke v0.7.4 |
| 1727 | 2025-01-25T02:59:20.339Z | Compiling futures-util v0.3.31 |
| 1728 | 2025-01-25T02:59:20.857Z | Compiling hmac v0.12.1 |
| 1729 | 2025-01-25T02:59:21.242Z | Compiling zerovec v0.10.4 |
| 1730 | 2025-01-25T02:59:21.749Z | Compiling bitflags v2.6.0 |
| 1731 | 2025-01-25T02:59:22.189Z | Compiling bytes v1.9.0 |
| 1732 | 2025-01-25T02:59:24.278Z | Compiling indexmap v2.7.0 |
| 1733 | 2025-01-25T02:59:24.842Z | Compiling tokio v1.43.0 |
| 1734 | 2025-01-25T02:59:26.001Z | Compiling which v4.4.2 |
| 1735 | 2025-01-25T02:59:26.373Z | Compiling serde_tokenstream v0.2.2 |
| 1736 | 2025-01-25T02:59:26.602Z | Compiling uuid v1.12.0 |
| 1737 | 2025-01-25T02:59:26.708Z | Compiling http v1.2.0 |
| 1738 | 2025-01-25T02:59:26.906Z | Compiling chrono v0.4.38 |
| 1739 | 2025-01-25T02:59:27.996Z | Compiling rustc_version v0.4.1 |
| 1740 | 2025-01-25T02:59:29.543Z | Compiling pest_meta v2.7.14 |
| 1741 | 2025-01-25T02:59:30.645Z | Compiling block-padding v0.3.3 |
| 1742 | 2025-01-25T02:59:30.896Z | Compiling openssl-macros v0.1.1 |
| 1743 | 2025-01-25T02:59:31.629Z | Compiling tinyvec_macros v0.1.1 |
| 1744 | 2025-01-25T02:59:31.755Z | Compiling native-tls v0.2.12 |
| 1745 | 2025-01-25T02:59:32.221Z | Compiling rustls v0.23.19 |
| 1746 | 2025-01-25T02:59:32.536Z | Compiling tinyvec v1.8.0 |
| 1747 | 2025-01-25T02:59:33.348Z | Compiling pest_generator v2.7.14 |
| 1748 | 2025-01-25T02:59:33.817Z | Compiling inout v0.1.3 |
| 1749 | 2025-01-25T02:59:34.073Z | Compiling toml_datetime v0.6.8 |
| 1750 | 2025-01-25T02:59:34.149Z | Compiling serde_spanned v0.6.8 |
| 1751 | 2025-01-25T02:59:34.412Z | Compiling tracing-core v0.1.32 |
| 1752 | 2025-01-25T02:59:34.489Z | Compiling dyn-clone v1.0.17 |
| 1753 | 2025-01-25T02:59:34.707Z | Compiling strsim v0.11.1 |
| 1754 | 2025-01-25T02:59:34.901Z | Compiling unicode-normalization v0.1.24 |
| 1755 | 2025-01-25T02:59:35.031Z | Compiling pest_derive v2.7.14 |
| 1756 | 2025-01-25T02:59:35.349Z | Compiling tracing v0.1.40 |
| 1757 | 2025-01-25T02:59:35.981Z | Compiling cipher v0.4.4 |
| 1758 | 2025-01-25T02:59:36.192Z | Compiling tinystr v0.7.6 |
| 1759 | 2025-01-25T02:59:36.505Z | Compiling sha2 v0.10.8 |
| 1760 | 2025-01-25T02:59:36.811Z | Compiling usdt-impl v0.5.0 |
| 1761 | 2025-01-25T02:59:37.169Z | Compiling cookie v0.18.1 |
| 1762 | 2025-01-25T02:59:37.189Z | Compiling writeable v0.5.5 |
| 1763 | 2025-01-25T02:59:37.285Z | Compiling unicode-bidi v0.3.17 |
| 1764 | 2025-01-25T02:59:37.464Z | Compiling litemap v0.7.3 |
| 1765 | 2025-01-25T02:59:38.367Z | Compiling aws-lc-sys v0.22.0 |
| 1766 | 2025-01-25T02:59:38.712Z | Compiling base64ct v1.6.0 |
| 1767 | 2025-01-25T02:59:39.205Z | Compiling pem-rfc7468 v0.7.0 |
| 1768 | 2025-01-25T02:59:39.263Z | Compiling icu_locid v1.5.0 |
| 1769 | 2025-01-25T02:59:39.919Z | Compiling scroll v0.12.0 |
| 1770 | 2025-01-25T02:59:40.571Z | Compiling ppv-lite86 v0.2.20 |
| 1771 | 2025-01-25T02:59:41.669Z | Compiling async-trait v0.1.83 |
| 1772 | 2025-01-25T02:59:43.624Z | Compiling rustls-pki-types v1.10.0 |
| 1773 | 2025-01-25T02:59:44.883Z | Compiling percent-encoding v2.3.1 |
| 1774 | 2025-01-25T02:59:45.301Z | Compiling camino v1.1.9 |
| 1775 | 2025-01-25T02:59:45.361Z | Compiling flagset v0.4.6 |
| 1776 | 2025-01-25T02:59:45.571Z | Compiling plain v0.2.3 |
| 1777 | 2025-01-25T02:59:45.742Z | Compiling anyhow v1.0.93 |
| 1778 | 2025-01-25T02:59:45.824Z | Compiling goblin v0.8.2 |
| 1779 | 2025-01-25T02:59:45.996Z | Compiling der v0.7.9 |
| 1780 | 2025-01-25T02:59:47.116Z | Compiling rand_chacha v0.3.1 |
| 1781 | 2025-01-25T02:59:47.510Z | Compiling icu_provider v1.5.0 |
| 1782 | 2025-01-25T02:59:48.526Z | Compiling tokio-util v0.7.12 |
| 1783 | 2025-01-25T02:59:49.080Z | Compiling rustls v0.22.4 |
| 1784 | 2025-01-25T02:59:49.676Z | Compiling icu_locid_transform_data v1.5.0 |
| 1785 | 2025-01-25T02:59:49.796Z | Compiling untrusted v0.7.1 |
| 1786 | 2025-01-25T02:59:49.981Z | Compiling rayon-core v1.12.1 |
| 1787 | 2025-01-25T02:59:50.116Z | Compiling untrusted v0.9.0 |
| 1788 | 2025-01-25T02:59:50.266Z | Compiling mirai-annotations v1.12.0 |
| 1789 | 2025-01-25T02:59:50.347Z | Compiling pretty-hex v0.4.1 |
| 1790 | 2025-01-25T02:59:50.350Z | Compiling powerfmt v0.2.0 |
| 1791 | 2025-01-25T02:59:50.566Z | Compiling icu_locid_transform v1.5.0 |
| 1792 | 2025-01-25T02:59:50.845Z | Compiling deranged v0.3.11 |
| 1793 | 2025-01-25T02:59:51.213Z | Compiling dof v0.3.0 |
| 1794 | 2025-01-25T02:59:53.053Z | Compiling spki v0.7.3 |
| 1795 | 2025-01-25T02:59:53.193Z | Compiling rand v0.8.5 |
| 1796 | 2025-01-25T02:59:53.442Z | Compiling salsa20 v0.10.2 |
| 1797 | 2025-01-25T02:59:53.549Z | Compiling dtrace-parser v0.2.0 |
| 1798 | 2025-01-25T02:59:54.009Z | Compiling icu_collections v1.5.0 |
| 1799 | 2025-01-25T02:59:54.859Z | Compiling pbkdf2 v0.12.2 |
| 1800 | 2025-01-25T02:59:55.426Z | Compiling thread-id v4.2.2 |
| 1801 | 2025-01-25T02:59:55.871Z | Compiling num_threads v0.1.7 |
| 1802 | 2025-01-25T02:59:55.928Z | Compiling icu_properties_data v1.5.0 |
| 1803 | 2025-01-25T02:59:56.025Z | Compiling winnow v0.5.40 |
| 1804 | 2025-01-25T02:59:56.267Z | Compiling atomic-waker v1.1.2 |
| 1805 | 2025-01-25T02:59:56.488Z | Compiling icu_properties v1.5.1 |
| 1806 | 2025-01-25T02:59:56.544Z | Compiling time v0.3.36 |
| 1807 | 2025-01-25T02:59:59.437Z | Compiling toml_edit v0.19.15 |
| 1808 | 2025-01-25T03:00:00.886Z | Compiling scrypt v0.11.0 |
| 1809 | 2025-01-25T03:00:01.098Z | Compiling form_urlencoded v1.2.1 |
| 1810 | 2025-01-25T03:00:01.397Z | Compiling aes v0.8.4 |
| 1811 | 2025-01-25T03:00:01.610Z | Compiling cbc v0.1.2 |
| 1812 | 2025-01-25T03:00:01.854Z | Compiling http-body v1.0.1 |
| 1813 | 2025-01-25T03:00:02.123Z | Compiling multer v3.1.0 |
| 1814 | 2025-01-25T03:00:02.431Z | Compiling utf8_iter v1.0.4 |
| 1815 | 2025-01-25T03:00:02.542Z | Compiling utf16_iter v1.0.5 |
| 1816 | 2025-01-25T03:00:02.581Z | Compiling icu_normalizer_data v1.5.0 |
| 1817 | 2025-01-25T03:00:02.708Z | Compiling try-lock v0.2.5 |
| 1818 | 2025-01-25T03:00:02.753Z | Compiling write16 v1.0.0 |
| 1819 | 2025-01-25T03:00:02.901Z | Compiling slog-async v2.8.0 |
| 1820 | 2025-01-25T03:00:03.360Z | Compiling rustversion v1.0.17 |
| 1821 | 2025-01-25T03:00:03.384Z | Compiling icu_normalizer v1.5.0 |
| 1822 | 2025-01-25T03:00:04.882Z | Compiling want v0.3.1 |
| 1823 | 2025-01-25T03:00:05.182Z | Compiling pkcs5 v0.7.1 |
| 1824 | 2025-01-25T03:00:05.734Z | Compiling h2 v0.4.6 |
| 1825 | 2025-01-25T03:00:06.453Z | Compiling heapless v0.7.17 |
| 1826 | 2025-01-25T03:00:07.601Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1827 | 2025-01-25T03:00:07.932Z | Compiling httpdate v1.0.3 |
| 1828 | 2025-01-25T03:00:07.975Z | Compiling signal-hook v0.3.17 |
| 1829 | 2025-01-25T03:00:08.613Z | Compiling pkcs8 v0.10.2 |
| 1830 | 2025-01-25T03:00:08.647Z | Compiling idna_adapter v1.2.0 |
| 1831 | 2025-01-25T03:00:10.184Z | Compiling usdt-macro v0.5.0 |
| 1832 | 2025-01-25T03:00:10.324Z | Compiling usdt-attr-macro v0.5.0 |
| 1833 | 2025-01-25T03:00:10.473Z | Compiling async-stream-impl v0.3.6 |
| 1834 | 2025-01-25T03:00:11.611Z | Compiling tower-service v0.3.3 |
| 1835 | 2025-01-25T03:00:11.771Z | Compiling adler2 v2.0.0 |
| 1836 | 2025-01-25T03:00:11.879Z | Compiling base64 v0.22.1 |
| 1837 | 2025-01-25T03:00:12.049Z | Compiling miniz_oxide v0.8.0 |
| 1838 | 2025-01-25T03:00:13.645Z | Compiling hyper v1.5.2 |
| 1839 | 2025-01-25T03:00:15.174Z | Compiling idna v1.0.3 |
| 1840 | 2025-01-25T03:00:16.485Z | Compiling hyper-util v0.1.10 |
| 1841 | 2025-01-25T03:00:19.051Z | Compiling curve25519-dalek v4.1.3 |
| 1842 | 2025-01-25T03:00:19.464Z | Compiling openapiv3 v2.0.0 |
| 1843 | 2025-01-25T03:00:21.121Z | Compiling enum-as-inner v0.6.1 |
| 1844 | 2025-01-25T03:00:22.107Z | Compiling dropshot v0.12.0 |
| 1845 | 2025-01-25T03:00:22.296Z | Compiling portable-atomic v1.9.0 |
| 1846 | 2025-01-25T03:00:22.416Z | Compiling smoltcp v0.9.1 |
| 1847 | 2025-01-25T03:00:22.453Z | Compiling newtype-uuid v1.2.1 |
| 1848 | 2025-01-25T03:00:22.988Z | Compiling match_cfg v0.1.0 |
| 1849 | 2025-01-25T03:00:23.268Z | Compiling num-bigint-dig v0.8.4 |
| 1850 | 2025-01-25T03:00:23.319Z | Compiling foreign-types-shared v0.1.1 |
| 1851 | 2025-01-25T03:00:23.456Z | Compiling foreign-types v0.3.2 |
| 1852 | 2025-01-25T03:00:23.556Z | Compiling hostname v0.3.1 |
| 1853 | 2025-01-25T03:00:23.753Z | Compiling url v2.5.3 |
| 1854 | 2025-01-25T03:00:26.559Z | Compiling http-body-util v0.1.2 |
| 1855 | 2025-01-25T03:00:27.054Z | Compiling dirs-sys-next v0.1.2 |
| 1856 | 2025-01-25T03:00:27.124Z | Compiling encoding_rs v0.8.34 |
| 1857 | 2025-01-25T03:00:27.479Z | Compiling ident_case v1.0.1 |
| 1858 | 2025-01-25T03:00:27.507Z | Compiling siphasher v0.3.11 |
| 1859 | 2025-01-25T03:00:27.669Z | Compiling gimli v0.31.1 |
| 1860 | 2025-01-25T03:00:27.849Z | Compiling heck v0.4.1 |
| 1861 | 2025-01-25T03:00:28.241Z | Compiling mime v0.3.17 |
| 1862 | 2025-01-25T03:00:29.275Z | Compiling data-encoding v2.6.0 |
| 1863 | 2025-01-25T03:00:29.308Z | Compiling darling_core v0.20.10 |
| 1864 | 2025-01-25T03:00:30.996Z | Compiling dirs-next v2.0.0 |
| 1865 | 2025-01-25T03:00:34.361Z | Compiling addr2line v0.24.2 |
| 1866 | 2025-01-25T03:00:35.565Z | Compiling crossbeam-epoch v0.9.18 |
| 1867 | 2025-01-25T03:00:36.229Z | Compiling serde_urlencoded v0.7.1 |
| 1868 | 2025-01-25T03:00:36.844Z | Compiling rustls-pemfile v2.2.0 |
| 1869 | 2025-01-25T03:00:37.334Z | Compiling hubpack_derive v0.1.1 |
| 1870 | 2025-01-25T03:00:37.713Z | Compiling dropshot_endpoint v0.12.0 |
| 1871 | 2025-01-25T03:00:38.081Z | Compiling sha1 v0.10.6 |
| 1872 | 2025-01-25T03:00:38.128Z | Compiling signature v2.2.0 |
| 1873 | 2025-01-25T03:00:38.334Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1874 | 2025-01-25T03:00:38.365Z | Compiling zerocopy-derive v0.6.6 |
| 1875 | 2025-01-25T03:00:39.626Z | Compiling object v0.36.5 |
| 1876 | 2025-01-25T03:00:40.110Z | Compiling thread_local v1.1.8 |
| 1877 | 2025-01-25T03:00:40.584Z | Compiling fs-err v2.11.0 |
| 1878 | 2025-01-25T03:00:44.293Z | Compiling unicode-properties v0.1.3 |
| 1879 | 2025-01-25T03:00:44.719Z | Compiling openssl-probe v0.1.5 |
| 1880 | 2025-01-25T03:00:46.747Z | Compiling ipnet v2.10.1 |
| 1881 | 2025-01-25T03:00:48.107Z | Compiling utf8parse v0.2.2 |
| 1882 | 2025-01-25T03:00:48.292Z | Compiling rustc-demangle v0.1.24 |
| 1883 | 2025-01-25T03:00:49.608Z | Compiling winnow v0.6.20 |
| 1884 | 2025-01-25T03:00:50.582Z | Compiling rustls-webpki v0.102.8 |
| 1885 | 2025-01-25T03:00:51.462Z | Compiling anstyle v1.0.10 |
| 1886 | 2025-01-25T03:00:52.937Z | Compiling toml_edit v0.22.22 |
| 1887 | 2025-01-25T03:00:53.056Z | Compiling backtrace v0.3.74 |
| 1888 | 2025-01-25T03:00:53.167Z | Compiling anstyle-parse v0.2.5 |
| 1889 | 2025-01-25T03:01:00.992Z | Compiling stringprep v0.1.5 |
| 1890 | 2025-01-25T03:01:01.034Z | Compiling crossbeam-deque v0.8.5 |
| 1891 | 2025-01-25T03:01:01.034Z | Compiling darling_macro v0.20.10 |
| 1892 | 2025-01-25T03:01:01.034Z | Compiling term v0.7.0 |
| 1893 | 2025-01-25T03:01:01.317Z | Compiling slog-json v2.6.1 |
| 1894 | 2025-01-25T03:01:02.679Z | Compiling crossbeam-channel v0.5.13 |
| 1895 | 2025-01-25T03:01:03.050Z | Compiling hashbrown v0.14.5 |
| 1896 | 2025-01-25T03:01:03.546Z | Compiling idna v0.3.0 |
| 1897 | 2025-01-25T03:01:03.563Z | Compiling idna v0.4.0 |
| 1898 | 2025-01-25T03:01:03.873Z | Compiling futures-executor v0.3.31 |
| 1899 | 2025-01-25T03:01:04.487Z | Compiling num-integer v0.1.46 |
| 1900 | 2025-01-25T03:01:04.949Z | Compiling md-5 v0.10.6 |
| 1901 | 2025-01-25T03:01:04.995Z | Compiling ff v0.13.0 |
| 1902 | 2025-01-25T03:01:04.997Z | Compiling hash32 v0.2.1 |
| 1903 | 2025-01-25T03:01:05.147Z | Compiling memmap v0.7.0 |
| 1904 | 2025-01-25T03:01:05.207Z | Compiling is-terminal v0.4.13 |
| 1905 | 2025-01-25T03:01:05.357Z | Compiling linked-hash-map v0.5.6 |
| 1906 | 2025-01-25T03:01:05.377Z | Compiling is_terminal_polyfill v1.70.1 |
| 1907 | 2025-01-25T03:01:05.463Z | Compiling fallible-iterator v0.2.0 |
| 1908 | 2025-01-25T03:01:05.523Z | Compiling quick-error v1.2.3 |
| 1909 | 2025-01-25T03:01:05.710Z | Compiling colorchoice v1.0.2 |
| 1910 | 2025-01-25T03:01:05.887Z | Compiling utf-8 v0.7.6 |
| 1911 | 2025-01-25T03:01:06.121Z | Compiling anstyle-query v1.1.1 |
| 1912 | 2025-01-25T03:01:06.204Z | Compiling psl-types v2.0.11 |
| 1913 | 2025-01-25T03:01:06.288Z | Compiling take_mut v0.2.2 |
| 1914 | 2025-01-25T03:01:06.437Z | Compiling base16ct v0.2.0 |
| 1915 | 2025-01-25T03:01:06.686Z | Compiling publicsuffix v2.2.3 |
| 1916 | 2025-01-25T03:01:06.737Z | Compiling sec1 v0.7.3 |
| 1917 | 2025-01-25T03:01:07.301Z | Compiling anstream v0.6.15 |
| 1918 | 2025-01-25T03:01:07.321Z | Compiling tungstenite v0.24.0 |
| 1919 | 2025-01-25T03:01:07.363Z | Compiling postgres-protocol v0.6.7 |
| 1920 | 2025-01-25T03:01:07.905Z | Compiling resolv-conf v0.7.0 |
| 1921 | 2025-01-25T03:01:07.926Z | Compiling lru-cache v0.1.2 |
| 1922 | 2025-01-25T03:01:08.139Z | Compiling usdt v0.5.0 |
| 1923 | 2025-01-25T03:01:08.455Z | Compiling slog-term v2.9.1 |
| 1924 | 2025-01-25T03:01:08.575Z | Compiling group v0.13.0 |
| 1925 | 2025-01-25T03:01:08.891Z | Compiling num-iter v0.1.45 |
| 1926 | 2025-01-25T03:01:09.094Z | Compiling hickory-proto v0.24.1 |
| 1927 | 2025-01-25T03:01:09.130Z | Compiling futures v0.3.31 |
| 1928 | 2025-01-25T03:01:09.259Z | Compiling regress v0.10.1 |
| 1929 | 2025-01-25T03:01:13.571Z | Compiling slog-bunyan v2.5.0 |
| 1930 | 2025-01-25T03:01:13.800Z | Compiling darling v0.20.10 |
| 1931 | 2025-01-25T03:01:13.926Z | Compiling tokio-native-tls v0.3.1 |
| 1932 | 2025-01-25T03:01:14.220Z | Compiling tokio-rustls v0.26.0 |
| 1933 | 2025-01-25T03:01:14.295Z | Compiling toml v0.8.19 |
| 1934 | 2025-01-25T03:01:14.419Z | Compiling tokio-rustls v0.25.0 |
| 1935 | 2025-01-25T03:01:14.807Z | Compiling strum_macros v0.25.3 |
| 1936 | 2025-01-25T03:01:14.962Z | Compiling phf_shared v0.11.2 |
| 1937 | 2025-01-25T03:01:15.656Z | Compiling async-stream v0.3.6 |
| 1938 | 2025-01-25T03:01:15.656Z | Compiling waitgroup v0.1.2 |
| 1939 | 2025-01-25T03:01:15.897Z | Compiling webpki-roots v0.26.6 |
| 1940 | 2025-01-25T03:01:16.224Z | Compiling idna v0.5.0 |
| 1941 | 2025-01-25T03:01:16.416Z | Compiling terminal_size v0.4.0 |
| 1942 | 2025-01-25T03:01:16.652Z | Compiling serde_path_to_error v0.1.16 |
| 1943 | 2025-01-25T03:01:17.221Z | Compiling hkdf v0.12.4 |
| 1944 | 2025-01-25T03:01:17.573Z | Compiling crypto-bigint v0.5.5 |
| 1945 | 2025-01-25T03:01:17.622Z | Compiling clap_derive v4.5.18 |
| 1946 | 2025-01-25T03:01:17.968Z | Compiling derive-where v1.2.7 |
| 1947 | 2025-01-25T03:01:18.103Z | Compiling serde_repr v0.1.19 |
| 1948 | 2025-01-25T03:01:18.910Z | Compiling hostname v0.4.0 |
| 1949 | 2025-01-25T03:01:19.111Z | Compiling crc32fast v1.4.2 |
| 1950 | 2025-01-25T03:01:19.154Z | Compiling managed v0.8.0 |
| 1951 | 2025-01-25T03:01:19.443Z | Compiling unicode-width v0.1.14 |
| 1952 | 2025-01-25T03:01:19.998Z | Compiling bitflags v1.3.2 |
| 1953 | 2025-01-25T03:01:20.246Z | Compiling debug-ignore v1.0.5 |
| 1954 | 2025-01-25T03:01:20.551Z | Compiling clap_lex v0.7.2 |
| 1955 | 2025-01-25T03:01:20.900Z | Compiling clap_builder v4.5.21 |
| 1956 | 2025-01-25T03:01:22.743Z | Compiling elliptic-curve v0.13.8 |
| 1957 | 2025-01-25T03:01:23.455Z | Compiling console v0.15.8 |
| 1958 | 2025-01-25T03:01:23.834Z | Compiling flate2 v1.0.34 |
| 1959 | 2025-01-25T03:01:24.624Z | Compiling cookie_store v0.21.0 |
| 1960 | 2025-01-25T03:01:26.382Z | Compiling hyper-rustls v0.27.3 |
| 1961 | 2025-01-25T03:01:28.672Z | Compiling phf v0.11.2 |
| 1962 | 2025-01-25T03:01:28.968Z | Compiling hyper-tls v0.6.0 |
| 1963 | 2025-01-25T03:01:29.389Z | Compiling hickory-resolver v0.24.1 |
| 1964 | 2025-01-25T03:01:29.915Z | Compiling signal-hook-mio v0.2.4 |
| 1965 | 2025-01-25T03:01:30.060Z | Compiling rayon v1.10.0 |
| 1966 | 2025-01-25T03:01:30.098Z | Compiling typify-impl v0.2.0 |
| 1967 | 2025-01-25T03:01:30.667Z | Compiling bzip2 v0.4.4 |
| 1968 | 2025-01-25T03:01:31.442Z | Compiling tokio-tungstenite v0.24.0 |
| 1969 | 2025-01-25T03:01:31.566Z | Compiling postgres-types v0.2.8 |
| 1970 | 2025-01-25T03:01:32.949Z | Compiling zerocopy v0.6.6 |
| 1971 | 2025-01-25T03:01:33.076Z | Compiling ed25519 v2.2.3 |
| 1972 | 2025-01-25T03:01:33.520Z | Compiling hubpack v0.1.2 |
| 1973 | 2025-01-25T03:01:33.689Z | Compiling phf_shared v0.10.0 |
| 1974 | 2025-01-25T03:01:34.047Z | Compiling pkcs1 v0.7.5 |
| 1975 | 2025-01-25T03:01:34.319Z | Compiling tokio-stream v0.1.16 |
| 1976 | 2025-01-25T03:01:34.438Z | Compiling ipnetwork v0.20.0 |
| 1977 | 2025-01-25T03:01:34.917Z | Compiling serde-big-array v0.5.1 |
| 1978 | 2025-01-25T03:01:35.050Z | Compiling rfc6979 v0.4.0 |
| 1979 | 2025-01-25T03:01:35.145Z | Compiling float-cmp v0.9.0 |
| 1980 | 2025-01-25T03:01:35.245Z | Compiling sync_wrapper v1.0.1 |
| 1981 | 2025-01-25T03:01:35.366Z | Compiling bstr v1.10.0 |
| 1982 | 2025-01-25T03:01:35.466Z | Compiling unicode-segmentation v1.12.0 |
| 1983 | 2025-01-25T03:01:36.338Z | Compiling normalize-line-endings v0.3.0 |
| 1984 | 2025-01-25T03:01:36.460Z | Compiling new_debug_unreachable v1.0.6 |
| 1985 | 2025-01-25T03:01:36.483Z | Compiling precomputed-hash v0.1.1 |
| 1986 | 2025-01-25T03:01:36.570Z | Compiling whoami v1.5.2 |
| 1987 | 2025-01-25T03:01:36.621Z | Compiling number_prefix v0.4.0 |
| 1988 | 2025-01-25T03:01:36.796Z | Compiling fixedbitset v0.4.2 |
| 1989 | 2025-01-25T03:01:36.888Z | Compiling predicates-core v1.0.8 |
| 1990 | 2025-01-25T03:01:37.198Z | Compiling bit-vec v0.6.3 |
| 1991 | 2025-01-25T03:01:37.220Z | Compiling difflib v0.4.0 |
| 1992 | 2025-01-25T03:01:37.911Z | Compiling unicode-width v0.2.0 |
| 1993 | 2025-01-25T03:01:38.331Z | Compiling static_assertions v1.1.0 |
| 1994 | 2025-01-25T03:01:38.444Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1995 | 2025-01-25T03:01:38.478Z | Compiling indicatif v0.17.9 |
| 1996 | 2025-01-25T03:01:38.857Z | Compiling reqwest v0.12.9 |
| 1997 | 2025-01-25T03:01:40.248Z | Compiling predicates v3.1.2 |
| 1998 | 2025-01-25T03:01:40.485Z | Compiling bit-set v0.5.3 |
| 1999 | 2025-01-25T03:01:40.534Z | Compiling typify-macro v0.2.0 |
| 2000 | 2025-01-25T03:01:40.770Z | Compiling petgraph v0.6.5 |
| 2001 | 2025-01-25T03:01:41.546Z | Compiling tokio-postgres v0.7.12 |
| 2002 | 2025-01-25T03:01:43.933Z | Compiling string_cache v0.8.7 |
| 2003 | 2025-01-25T03:01:44.337Z | Compiling similar v2.6.0 |
| 2004 | 2025-01-25T03:01:44.618Z | Compiling ecdsa v0.16.9 |
| 2005 | 2025-01-25T03:01:44.661Z | Compiling qorb v0.2.1 |
| 2006 | 2025-01-25T03:01:44.842Z | Compiling rsa v0.9.6 |
| 2007 | 2025-01-25T03:01:46.107Z | Compiling ed25519-dalek v2.1.1 |
| 2008 | 2025-01-25T03:01:46.337Z | Compiling zip v0.6.6 |
| 2009 | 2025-01-25T03:01:46.643Z | Compiling crossterm v0.28.1 |
| 2010 | 2025-01-25T03:01:46.914Z | Compiling clap v4.5.21 |
| 2011 | 2025-01-25T03:01:48.500Z | Compiling toml v0.7.8 |
| 2012 | 2025-01-25T03:01:49.612Z | Compiling x509-cert v0.2.5 |
| 2013 | 2025-01-25T03:01:50.024Z | Compiling hex v0.4.3 |
| 2014 | 2025-01-25T03:01:50.867Z | Compiling itertools v0.10.5 |
| 2015 | 2025-01-25T03:01:51.048Z | Compiling peg-runtime v0.8.3 |
| 2016 | 2025-01-25T03:01:51.292Z | Compiling lalrpop-util v0.19.12 |
| 2017 | 2025-01-25T03:01:51.564Z | Compiling zerocopy v0.8.10 |
| 2018 | 2025-01-25T03:01:52.308Z | Compiling unicode-xid v0.2.6 |
| 2019 | 2025-01-25T03:01:53.745Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2020 | 2025-01-25T03:01:57.914Z | Compiling proc-macro-crate v1.3.1 |
| 2021 | 2025-01-25T03:01:58.606Z | Compiling macaddr v1.0.1 |
| 2022 | 2025-01-25T03:01:58.747Z | Compiling zerocopy-derive v0.8.10 |
| 2023 | 2025-01-25T03:01:58.963Z | Compiling itertools v0.13.0 |
| 2024 | 2025-01-25T03:02:01.214Z | Compiling heapless v0.8.0 |
| 2025 | 2025-01-25T03:02:01.933Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2026 | 2025-01-25T03:02:06.322Z | Compiling num_enum_derive v0.5.11 |
| 2027 | 2025-01-25T03:02:15.363Z | Compiling hash32 v0.3.1 |
| 2028 | 2025-01-25T03:02:16.072Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2029 | 2025-01-25T03:02:16.368Z | Compiling smoltcp v0.11.0 |
| 2030 | 2025-01-25T03:02:21.695Z | Compiling num_enum v0.5.11 |
| 2031 | 2025-01-25T03:02:21.811Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2032 | 2025-01-25T03:02:22.081Z | Compiling typify v0.2.0 |
| 2033 | 2025-01-25T03:02:22.230Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2034 | 2025-01-25T03:02:23.057Z | Compiling proc-macro-error-attr v1.0.4 |
| 2035 | 2025-01-25T03:02:23.453Z | Compiling cobs v0.2.3 |
| 2036 | 2025-01-25T03:02:23.475Z | Compiling thiserror v2.0.11 |
| 2037 | 2025-01-25T03:02:23.932Z | Compiling unsafe-libyaml v0.2.11 |
| 2038 | 2025-01-25T03:02:24.042Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2039 | 2025-01-25T03:02:25.587Z | Compiling serde_yaml v0.9.34+deprecated |
| 2040 | 2025-01-25T03:02:26.155Z | Compiling postcard v1.0.10 |
| 2041 | 2025-01-25T03:02:38.656Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2042 | 2025-01-25T03:02:41.720Z | Compiling progenitor-impl v0.8.0 |
| 2043 | 2025-01-25T03:02:51.080Z | Compiling strum_macros v0.26.4 |
| 2044 | 2025-01-25T03:02:52.314Z | Compiling structmeta-derive v0.3.0 |
| 2045 | 2025-01-25T03:02:52.422Z | Compiling thiserror-impl v2.0.11 |
| 2046 | 2025-01-25T03:02:52.883Z | Compiling foreign-types-macros v0.2.3 |
| 2047 | 2025-01-25T03:02:52.999Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2048 | 2025-01-25T03:02:53.330Z | Compiling proc-macro-error v1.0.4 |
| 2049 | 2025-01-25T03:02:54.667Z | Compiling foreign-types-shared v0.3.1 |
| 2050 | 2025-01-25T03:02:54.795Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2051 | 2025-01-25T03:02:56.636Z | Compiling strum v0.26.3 |
| 2052 | 2025-01-25T03:02:57.432Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2053 | 2025-01-25T03:02:59.923Z | Compiling foreign-types v0.5.0 |
| 2054 | 2025-01-25T03:02:59.944Z | Compiling structmeta v0.3.0 |
| 2055 | 2025-01-25T03:03:02.528Z | Compiling progenitor-macro v0.8.0 |
| 2056 | 2025-01-25T03:03:08.005Z | Compiling progenitor-client v0.8.0 |
| 2057 | 2025-01-25T03:03:08.280Z | Compiling tabwriter v1.4.0 |
| 2058 | 2025-01-25T03:03:09.578Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2059 | 2025-01-25T03:03:10.804Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2060 | 2025-01-25T03:03:11.604Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2061 | 2025-01-25T03:03:12.417Z | Compiling cstr-argument v0.1.2 |
| 2062 | 2025-01-25T03:03:12.441Z | Compiling dropshot v0.15.1 |
| 2063 | 2025-01-25T03:03:12.716Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2064 | 2025-01-25T03:03:12.763Z | Compiling crucible-workspace-hack v0.1.0 |
| 2065 | 2025-01-25T03:03:13.007Z | Compiling pretty-hex v0.2.1 |
| 2066 | 2025-01-25T03:03:13.041Z | Compiling fastrand v2.1.1 |
| 2067 | 2025-01-25T03:03:13.716Z | Compiling tempfile v3.13.0 |
| 2068 | 2025-01-25T03:03:13.802Z | Compiling progenitor v0.8.0 |
| 2069 | 2025-01-25T03:03:14.037Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2070 | 2025-01-25T03:03:14.536Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2071 | 2025-01-25T03:03:14.869Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2072 | 2025-01-25T03:03:15.084Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2073 | 2025-01-25T03:03:15.506Z | Compiling parse-display-derive v0.10.0 |
| 2074 | 2025-01-25T03:03:15.731Z | Compiling colored v2.1.0 |
| 2075 | 2025-01-25T03:03:15.942Z | Compiling serde_with_macros v3.11.0 |
| 2076 | 2025-01-25T03:03:16.737Z | Compiling dropshot_endpoint v0.15.1 |
| 2077 | 2025-01-25T03:03:16.958Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2078 | 2025-01-25T03:03:17.689Z | Compiling instant v0.1.13 |
| 2079 | 2025-01-25T03:03:17.881Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2080 | 2025-01-25T03:03:18.308Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2081 | 2025-01-25T03:03:18.361Z | Compiling serde_with v3.11.0 |
| 2082 | 2025-01-25T03:03:19.051Z | Compiling parse-display v0.10.0 |
| 2083 | 2025-01-25T03:03:19.992Z | Compiling backoff v0.4.0 |
| 2084 | 2025-01-25T03:03:20.371Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2085 | 2025-01-25T03:03:20.913Z | Compiling zone_cfg_derive v0.3.0 |
| 2086 | 2025-01-25T03:03:21.063Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2087 | 2025-01-25T03:03:21.125Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2088 | 2025-01-25T03:03:21.881Z | Compiling camino-tempfile v1.1.1 |
| 2089 | 2025-01-25T03:03:21.918Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2090 | 2025-01-25T03:03:22.234Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2091 | 2025-01-25T03:03:22.257Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2092 | 2025-01-25T03:03:22.460Z | Compiling regress v0.9.1 |
| 2093 | 2025-01-25T03:03:22.694Z | Compiling progenitor-client v0.9.1 |
| 2094 | 2025-01-25T03:03:22.712Z | Compiling num-derive v0.4.2 |
| 2095 | 2025-01-25T03:03:23.628Z | Compiling sigpipe v0.1.3 |
| 2096 | 2025-01-25T03:03:23.791Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2097 | 2025-01-25T03:03:24.117Z | Compiling libefi-sys v0.1.0 |
| 2098 | 2025-01-25T03:03:24.494Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2099 | 2025-01-25T03:03:24.869Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2100 | 2025-01-25T03:03:26.443Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2101 | 2025-01-25T03:03:27.696Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2102 | 2025-01-25T03:03:30.139Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2103 | 2025-01-25T03:03:30.493Z | Compiling zone v0.3.0 |
| 2104 | 2025-01-25T03:03:30.890Z | Compiling smf v0.2.3 |
| 2105 | 2025-01-25T03:03:33.427Z | Compiling bitfield-struct v0.6.2 |
| 2106 | 2025-01-25T03:03:33.827Z | Compiling blake3 v1.5.4 |
| 2107 | 2025-01-25T03:03:33.997Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2108 | 2025-01-25T03:03:34.536Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2109 | 2025-01-25T03:03:34.730Z | Compiling xattr v1.3.1 |
| 2110 | 2025-01-25T03:03:34.750Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2111 | 2025-01-25T03:03:35.054Z | Compiling memmap2 v0.9.5 |
| 2112 | 2025-01-25T03:03:35.119Z | Compiling filetime v0.2.25 |
| 2113 | 2025-01-25T03:03:35.482Z | Compiling arrayref v0.3.9 |
| 2114 | 2025-01-25T03:03:35.514Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2115 | 2025-01-25T03:03:35.605Z | Compiling constant_time_eq v0.3.1 |
| 2116 | 2025-01-25T03:03:35.625Z | Compiling same-file v1.0.6 |
| 2117 | 2025-01-25T03:03:35.645Z | Compiling arrayvec v0.7.6 |
| 2118 | 2025-01-25T03:03:35.663Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2119 | 2025-01-25T03:03:35.808Z | Compiling walkdir v2.5.0 |
| 2120 | 2025-01-25T03:03:35.922Z | Compiling tar v0.4.42 |
| 2121 | 2025-01-25T03:03:37.466Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2122 | 2025-01-25T03:03:37.884Z | Compiling gethostname v0.5.0 |
| 2123 | 2025-01-25T03:03:38.109Z | Compiling cargo-platform v0.1.8 |
| 2124 | 2025-01-25T03:03:38.308Z | Compiling topological-sort v0.2.2 |
| 2125 | 2025-01-25T03:03:38.609Z | Compiling omicron-zone-package v0.12.0 |
| 2126 | 2025-01-25T03:03:38.715Z | Compiling cargo_metadata v0.18.1 |
| 2127 | 2025-01-25T03:03:39.184Z | Compiling indent_write v2.2.0 |
| 2128 | 2025-01-25T03:03:39.447Z | Compiling shell-words v1.1.0 |
| 2129 | 2025-01-25T03:03:43.439Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2130 | 2025-01-25T03:03:45.841Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2131 | 2025-01-25T03:03:49.223Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2132 | 2025-01-25T03:04:08.152Z | Finished `release` profile [optimized] target(s) in 5m 13s |
| 2133 | 2025-01-25T03:04:08.317Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2134 | 2025-01-25T03:04:08.364Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2135 | 2025-01-25T03:04:08.370Z | Created new build target 'test' and set it as active |
| 2136 | 2025-01-25T03:04:08.370Z | |
| 2137 | 2025-01-25T03:04:08.370Z | real 5:13.441043912 |
| 2138 | 2025-01-25T03:04:08.370Z | user 36:37.649757855 |
| 2139 | 2025-01-25T03:04:08.371Z | sys 3:21.754490495 |
| 2140 | 2025-01-25T03:04:08.371Z | trap 1.133595575 |
| 2141 | 2025-01-25T03:04:08.371Z | tflt 2.593797681 |
| 2142 | 2025-01-25T03:04:08.371Z | dflt 0.667390280 |
| 2143 | 2025-01-25T03:04:08.372Z | kflt 0.001046813 |
| 2144 | 2025-01-25T03:04:08.372Z | lock 1:13:37.343609095 |
| 2145 | 2025-01-25T03:04:08.372Z | slp 2:27:47.292249314 |
| 2146 | 2025-01-25T03:04:08.372Z | lat 2:44.667536987 |
| 2147 | 2025-01-25T03:04:08.372Z | stop 4:45.050433190 |
| 2148 | 2025-01-25T03:04:08.373Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2149 | 2025-01-25T03:04:09.311Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2150 | 2025-01-25T03:04:09.368Z | Running `target/release/omicron-package -t test package` |
| 2151 | 2025-01-25T03:04:09.414Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2152 | 2025-01-25T03:04:10.523Z | Compiling thiserror v2.0.11 |
| 2153 | 2025-01-25T03:04:10.659Z | Compiling typify-impl v0.3.0 |
| 2154 | 2025-01-25T03:04:10.661Z | Compiling convert_case v0.4.0 |
| 2155 | 2025-01-25T03:04:10.661Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2156 | 2025-01-25T03:04:10.664Z | Compiling newline-converter v0.3.0 |
| 2157 | 2025-01-25T03:04:10.664Z | Compiling password-hash v0.5.0 |
| 2158 | 2025-01-25T03:04:10.675Z | Compiling blake2 v0.10.6 |
| 2159 | 2025-01-25T03:04:10.678Z | Compiling base64 v0.21.7 |
| 2160 | 2025-01-25T03:04:10.910Z | Compiling expectorate v1.1.0 |
| 2161 | 2025-01-25T03:04:10.988Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2162 | 2025-01-25T03:04:11.165Z | Compiling atomicwrites v0.4.4 |
| 2163 | 2025-01-25T03:04:11.478Z | Compiling derive_more v0.99.18 |
| 2164 | 2025-01-25T03:04:11.684Z | Compiling argon2 v0.5.3 |
| 2165 | 2025-01-25T03:04:11.733Z | Compiling cancel-safe-futures v0.1.5 |
| 2166 | 2025-01-25T03:04:11.936Z | Compiling owo-colors v4.1.0 |
| 2167 | 2025-01-25T03:04:12.007Z | Compiling num-rational v0.4.2 |
| 2168 | 2025-01-25T03:04:12.103Z | Compiling progenitor-client v0.9.1 |
| 2169 | 2025-01-25T03:04:12.278Z | Compiling num-complex v0.4.6 |
| 2170 | 2025-01-25T03:04:12.630Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2171 | 2025-01-25T03:04:13.459Z | Compiling num v0.4.3 |
| 2172 | 2025-01-25T03:04:13.587Z | Compiling libsw v3.3.1 |
| 2173 | 2025-01-25T03:04:13.861Z | Compiling float-ord v0.3.2 |
| 2174 | 2025-01-25T03:04:13.936Z | Compiling swrite v0.1.0 |
| 2175 | 2025-01-25T03:04:14.034Z | Compiling linear-map v1.2.0 |
| 2176 | 2025-01-25T03:04:14.079Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2177 | 2025-01-25T03:04:14.088Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2178 | 2025-01-25T03:04:14.424Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2179 | 2025-01-25T03:04:14.449Z | Compiling highway v1.2.0 |
| 2180 | 2025-01-25T03:04:15.263Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2181 | 2025-01-25T03:04:15.917Z | Compiling semver v0.1.20 |
| 2182 | 2025-01-25T03:04:16.459Z | Compiling rustc_version v0.1.7 |
| 2183 | 2025-01-25T03:04:16.883Z | Compiling newtype_derive v0.1.6 |
| 2184 | 2025-01-25T03:04:17.216Z | Compiling tungstenite v0.21.0 |
| 2185 | 2025-01-25T03:04:17.382Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2186 | 2025-01-25T03:04:21.705Z | Compiling typify-macro v0.3.0 |
| 2187 | 2025-01-25T03:04:21.743Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2188 | 2025-01-25T03:04:22.087Z | Compiling ipnetwork v0.20.0 |
| 2189 | 2025-01-25T03:04:22.830Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2190 | 2025-01-25T03:04:23.150Z | Compiling tokio-tungstenite v0.21.0 |
| 2191 | 2025-01-25T03:04:23.472Z | Compiling progenitor-client v0.8.0 |
| 2192 | 2025-01-25T03:04:23.492Z | Compiling humantime v2.1.0 |
| 2193 | 2025-01-25T03:04:23.925Z | Compiling progenitor v0.8.0 |
| 2194 | 2025-01-25T03:04:23.943Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2195 | 2025-01-25T03:04:24.158Z | Compiling dropshot v0.15.1 |
| 2196 | 2025-01-25T03:04:24.236Z | Compiling instant v0.1.13 |
| 2197 | 2025-01-25T03:04:24.403Z | Compiling backoff v0.4.0 |
| 2198 | 2025-01-25T03:04:24.767Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2199 | 2025-01-25T03:04:24.795Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2200 | 2025-01-25T03:04:25.014Z | Compiling typify v0.3.0 |
| 2201 | 2025-01-25T03:04:25.184Z | Compiling progenitor-impl v0.9.1 |
| 2202 | 2025-01-25T03:04:31.185Z | Compiling progenitor-macro v0.9.1 |
| 2203 | 2025-01-25T03:04:31.910Z | Compiling steno v0.4.1 |
| 2204 | 2025-01-25T03:04:32.476Z | Compiling parse-display v0.10.0 |
| 2205 | 2025-01-25T03:04:32.496Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2206 | 2025-01-25T03:04:32.696Z | Compiling strum v0.26.3 |
| 2207 | 2025-01-25T03:04:32.902Z | Compiling serde_with v3.11.0 |
| 2208 | 2025-01-25T03:04:32.996Z | Compiling regress v0.9.1 |
| 2209 | 2025-01-25T03:04:36.422Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2210 | 2025-01-25T03:04:37.608Z | Compiling macaddr v1.0.1 |
| 2211 | 2025-01-25T03:04:37.855Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2212 | 2025-01-25T03:04:38.038Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2213 | 2025-01-25T03:04:38.099Z | Compiling slog-dtrace v0.3.0 |
| 2214 | 2025-01-25T03:04:38.627Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2215 | 2025-01-25T03:04:38.706Z | Compiling prettyplease v0.2.25 |
| 2216 | 2025-01-25T03:04:40.447Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2217 | 2025-01-25T03:04:42.017Z | Compiling progenitor v0.9.1 |
| 2218 | 2025-01-25T03:04:42.260Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2219 | 2025-01-25T03:04:44.322Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2220 | 2025-01-25T03:04:53.627Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2221 | 2025-01-25T03:04:55.016Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2222 | 2025-01-25T03:04:55.812Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2223 | 2025-01-25T03:04:56.813Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2224 | 2025-01-25T03:04:57.892Z | Compiling half v2.4.1 |
| 2225 | 2025-01-25T03:04:58.591Z | Compiling ciborium-io v0.2.2 |
| 2226 | 2025-01-25T03:04:58.754Z | Compiling ciborium-ll v0.2.2 |
| 2227 | 2025-01-25T03:05:00.122Z | Compiling ciborium v0.2.2 |
| 2228 | 2025-01-25T03:05:01.628Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2229 | 2025-01-25T03:05:02.124Z | Compiling display-error-chain v0.2.2 |
| 2230 | 2025-01-25T03:05:02.359Z | Compiling same-file v1.0.6 |
| 2231 | 2025-01-25T03:05:02.523Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2232 | 2025-01-25T03:05:02.628Z | Compiling fastrand v2.1.1 |
| 2233 | 2025-01-25T03:05:02.957Z | Compiling walkdir v2.5.0 |
| 2234 | 2025-01-25T03:05:03.130Z | Compiling tempfile v3.13.0 |
| 2235 | 2025-01-25T03:05:03.523Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2236 | 2025-01-25T03:05:03.860Z | Compiling blake3 v1.5.4 |
| 2237 | 2025-01-25T03:05:04.478Z | Compiling const_format_proc_macros v0.2.33 |
| 2238 | 2025-01-25T03:05:06.219Z | Compiling xattr v1.3.1 |
| 2239 | 2025-01-25T03:05:06.508Z | Compiling filetime v0.2.25 |
| 2240 | 2025-01-25T03:05:06.877Z | Compiling memmap2 v0.9.5 |
| 2241 | 2025-01-25T03:05:07.238Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2242 | 2025-01-25T03:05:07.295Z | Compiling maplit v1.0.2 |
| 2243 | 2025-01-25T03:05:07.434Z | Compiling arrayref v0.3.9 |
| 2244 | 2025-01-25T03:05:07.551Z | Compiling keccak v0.1.5 |
| 2245 | 2025-01-25T03:05:07.615Z | Compiling constant_time_eq v0.3.1 |
| 2246 | 2025-01-25T03:05:07.659Z | Compiling arrayvec v0.7.6 |
| 2247 | 2025-01-25T03:05:07.789Z | Compiling crunchy v0.2.2 |
| 2248 | 2025-01-25T03:05:08.255Z | Compiling sha3 v0.10.8 |
| 2249 | 2025-01-25T03:05:08.644Z | Compiling tar v0.4.42 |
| 2250 | 2025-01-25T03:05:09.021Z | Compiling const_format v0.2.33 |
| 2251 | 2025-01-25T03:05:09.115Z | Compiling camino-tempfile v1.1.1 |
| 2252 | 2025-01-25T03:05:09.255Z | Compiling toolchain_find v0.4.0 |
| 2253 | 2025-01-25T03:05:09.512Z | Compiling tiny-keccak v2.0.2 |
| 2254 | 2025-01-25T03:05:09.752Z | Compiling topological-sort v0.2.2 |
| 2255 | 2025-01-25T03:05:09.821Z | Compiling radium v0.7.0 |
| 2256 | 2025-01-25T03:05:09.996Z | Compiling omicron-zone-package v0.12.0 |
| 2257 | 2025-01-25T03:05:10.318Z | Compiling rustfmt-wrapper v0.2.1 |
| 2258 | 2025-01-25T03:05:10.480Z | Compiling dsl_auto_type v0.1.2 |
| 2259 | 2025-01-25T03:05:10.701Z | Compiling scheduled-thread-pool v0.2.7 |
| 2260 | 2025-01-25T03:05:10.848Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2261 | 2025-01-25T03:05:11.251Z | Compiling maybe-uninit v2.0.0 |
| 2262 | 2025-01-25T03:05:11.694Z | Compiling tap v1.0.1 |
| 2263 | 2025-01-25T03:05:11.816Z | Compiling diesel_derives v2.2.3 |
| 2264 | 2025-01-25T03:05:11.918Z | Compiling wyz v0.5.1 |
| 2265 | 2025-01-25T03:05:12.162Z | Compiling r2d2 v0.8.10 |
| 2266 | 2025-01-25T03:05:12.848Z | Compiling phf_generator v0.11.2 |
| 2267 | 2025-01-25T03:05:13.050Z | Compiling ascii-canvas v3.0.0 |
| 2268 | 2025-01-25T03:05:13.145Z | Compiling secrecy v0.8.0 |
| 2269 | 2025-01-25T03:05:13.420Z | Compiling async-recursion v1.1.1 |
| 2270 | 2025-01-25T03:05:13.501Z | Compiling ena v0.14.3 |
| 2271 | 2025-01-25T03:05:13.932Z | Compiling packed_struct v0.10.1 |
| 2272 | 2025-01-25T03:05:14.248Z | Compiling diff v0.1.13 |
| 2273 | 2025-01-25T03:05:14.354Z | Compiling regex-syntax v0.6.29 |
| 2274 | 2025-01-25T03:05:14.764Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2275 | 2025-01-25T03:05:14.785Z | Compiling crc-catalog v2.4.0 |
| 2276 | 2025-01-25T03:05:14.965Z | Compiling arc-swap v1.7.1 |
| 2277 | 2025-01-25T03:05:15.073Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2278 | 2025-01-25T03:05:15.094Z | Compiling funty v2.0.0 |
| 2279 | 2025-01-25T03:05:15.395Z | Compiling slog-scope v4.4.0 |
| 2280 | 2025-01-25T03:05:15.578Z | Compiling crc v3.2.1 |
| 2281 | 2025-01-25T03:05:16.212Z | Compiling bitvec v1.0.1 |
| 2282 | 2025-01-25T03:05:17.701Z | Compiling lalrpop v0.19.12 |
| 2283 | 2025-01-25T03:05:17.897Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2284 | 2025-01-25T03:05:19.414Z | Compiling phf_codegen v0.11.2 |
| 2285 | 2025-01-25T03:05:19.785Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2286 | 2025-01-25T03:05:20.705Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2287 | 2025-01-25T03:05:20.802Z | Compiling universal-hash v0.5.1 |
| 2288 | 2025-01-25T03:05:20.943Z | Compiling packed_struct_codegen v0.10.1 |
| 2289 | 2025-01-25T03:05:21.053Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2290 | 2025-01-25T03:05:22.553Z | Compiling diesel v2.2.6 |
| 2291 | 2025-01-25T03:05:23.294Z | Compiling parse-zoneinfo v0.3.1 |
| 2292 | 2025-01-25T03:05:23.524Z | Compiling unicase v2.7.0 |
| 2293 | 2025-01-25T03:05:23.854Z | Compiling indexmap v1.9.3 |
| 2294 | 2025-01-25T03:05:24.187Z | Compiling nodrop v0.1.14 |
| 2295 | 2025-01-25T03:05:24.346Z | Compiling ref-cast v1.0.23 |
| 2296 | 2025-01-25T03:05:24.723Z | Compiling opaque-debug v0.3.1 |
| 2297 | 2025-01-25T03:05:24.874Z | Compiling poly1305 v0.8.0 |
| 2298 | 2025-01-25T03:05:24.968Z | Compiling array-init v0.0.4 |
| 2299 | 2025-01-25T03:05:25.908Z | Compiling chrono-tz-build v0.4.0 |
| 2300 | 2025-01-25T03:05:26.164Z | Compiling thiserror-no-std v2.0.2 |
| 2301 | 2025-01-25T03:05:26.974Z | Compiling smallvec v0.6.14 |
| 2302 | 2025-01-25T03:05:27.477Z | Compiling slog-stdlog v4.1.1 |
| 2303 | 2025-01-25T03:05:28.879Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2304 | 2025-01-25T03:05:29.191Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2305 | 2025-01-25T03:05:29.508Z | Compiling derive_builder_core v0.20.2 |
| 2306 | 2025-01-25T03:05:30.292Z | Compiling chacha20 v0.9.1 |
| 2307 | 2025-01-25T03:05:30.791Z | Compiling headers-core v0.3.0 |
| 2308 | 2025-01-25T03:05:30.989Z | Compiling aead v0.5.2 |
| 2309 | 2025-01-25T03:05:31.351Z | Compiling libxml v0.3.3 |
| 2310 | 2025-01-25T03:05:31.517Z | Compiling ref-cast-impl v1.0.23 |
| 2311 | 2025-01-25T03:05:31.728Z | Compiling vte_generate_state_changes v0.1.2 |
| 2312 | 2025-01-25T03:05:32.351Z | Compiling termcolor v1.4.1 |
| 2313 | 2025-01-25T03:05:32.649Z | Compiling bitfield v0.14.0 |
| 2314 | 2025-01-25T03:05:32.975Z | Compiling hashbrown v0.12.3 |
| 2315 | 2025-01-25T03:05:33.378Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2316 | 2025-01-25T03:05:35.219Z | Compiling env_logger v0.10.2 |
| 2317 | 2025-01-25T03:05:38.498Z | Compiling vte v0.11.1 |
| 2318 | 2025-01-25T03:05:40.113Z | Compiling derive_builder_macro v0.20.2 |
| 2319 | 2025-01-25T03:05:40.389Z | Compiling polar-core v0.27.3 |
| 2320 | 2025-01-25T03:05:40.907Z | Compiling chacha20poly1305 v0.10.1 |
| 2321 | 2025-01-25T03:05:41.162Z | Compiling headers v0.4.0 |
| 2322 | 2025-01-25T03:05:43.455Z | Compiling slog-envlogger v2.2.0 |
| 2323 | 2025-01-25T03:05:44.553Z | Compiling serde-hex v0.1.0 |
| 2324 | 2025-01-25T03:05:46.160Z | Compiling chrono-tz v0.10.0 |
| 2325 | 2025-01-25T03:05:46.781Z | Compiling vsss-rs v3.3.4 |
| 2326 | 2025-01-25T03:05:49.545Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2327 | 2025-01-25T03:05:50.761Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2328 | 2025-01-25T03:05:51.113Z | Compiling ron v0.8.1 |
| 2329 | 2025-01-25T03:05:52.368Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2330 | 2025-01-25T03:05:52.695Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2331 | 2025-01-25T03:05:52.848Z | Compiling hashbrown v0.13.2 |
| 2332 | 2025-01-25T03:05:54.146Z | Compiling strum_macros v0.24.3 |
| 2333 | 2025-01-25T03:05:56.813Z | Compiling fxhash v0.2.1 |
| 2334 | 2025-01-25T03:05:57.070Z | Compiling samael v0.0.17 |
| 2335 | 2025-01-25T03:05:57.091Z | Compiling crc-any v2.5.0 |
| 2336 | 2025-01-25T03:05:57.297Z | Compiling simd-adler32 v0.3.7 |
| 2337 | 2025-01-25T03:05:58.039Z | Compiling zip v2.1.3 |
| 2338 | 2025-01-25T03:05:58.371Z | Compiling bytecount v0.6.8 |
| 2339 | 2025-01-25T03:05:58.539Z | Compiling lockfree-object-pool v0.1.6 |
| 2340 | 2025-01-25T03:05:58.677Z | Compiling indoc v1.0.9 |
| 2341 | 2025-01-25T03:05:58.697Z | Compiling bumpalo v3.16.0 |
| 2342 | 2025-01-25T03:05:59.079Z | Compiling papergrid v0.11.0 |
| 2343 | 2025-01-25T03:05:59.283Z | Compiling zopfli v0.8.1 |
| 2344 | 2025-01-25T03:06:03.512Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2345 | 2025-01-25T03:06:04.815Z | Compiling object v0.30.4 |
| 2346 | 2025-01-25T03:06:08.176Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2347 | 2025-01-25T03:06:12.343Z | Compiling derive_builder v0.20.2 |
| 2348 | 2025-01-25T03:06:13.232Z | Compiling strip-ansi-escapes v0.2.0 |
| 2349 | 2025-01-25T03:06:14.241Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2350 | 2025-01-25T03:06:14.564Z | Compiling tabled_derive v0.7.0 |
| 2351 | 2025-01-25T03:06:16.597Z | Compiling fd-lock v4.0.2 |
| 2352 | 2025-01-25T03:06:16.819Z | Compiling peg-macros v0.8.4 |
| 2353 | 2025-01-25T03:06:16.853Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2354 | 2025-01-25T03:06:17.012Z | Compiling kstat-rs v0.2.4 |
| 2355 | 2025-01-25T03:06:17.784Z | Compiling oso-derive v0.27.3 |
| 2356 | 2025-01-25T03:06:17.929Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2357 | 2025-01-25T03:06:18.045Z | Compiling quick-xml v0.33.0 |
| 2358 | 2025-01-25T03:06:18.706Z | Compiling diesel-dtrace v0.4.2 |
| 2359 | 2025-01-25T03:06:19.041Z | Compiling nu-ansi-term v0.50.1 |
| 2360 | 2025-01-25T03:06:20.013Z | Compiling path-slash v0.1.5 |
| 2361 | 2025-01-25T03:06:20.287Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2362 | 2025-01-25T03:06:20.314Z | Compiling peg v0.8.4 |
| 2363 | 2025-01-25T03:06:20.442Z | Compiling reedline v0.35.0 |
| 2364 | 2025-01-25T03:06:23.860Z | Compiling oso v0.27.3 |
| 2365 | 2025-01-25T03:06:25.089Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2366 | 2025-01-25T03:06:27.463Z | Compiling tabled v0.15.0 |
| 2367 | 2025-01-25T03:06:41.009Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2368 | 2025-01-25T03:06:45.280Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2369 | 2025-01-25T03:06:46.982Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2370 | 2025-01-25T03:06:48.094Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2371 | 2025-01-25T03:06:48.509Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2372 | 2025-01-25T03:06:48.840Z | Compiling pem v3.0.4 |
| 2373 | 2025-01-25T03:06:49.165Z | Compiling bb8 v0.8.5 |
| 2374 | 2025-01-25T03:06:49.776Z | Compiling bcs v0.1.6 |
| 2375 | 2025-01-25T03:06:50.298Z | Compiling libz-sys v1.1.20 |
| 2376 | 2025-01-25T03:06:50.647Z | Compiling termtree v0.5.1 |
| 2377 | 2025-01-25T03:06:50.951Z | Compiling parking_lot_core v0.8.6 |
| 2378 | 2025-01-25T03:06:51.425Z | Compiling async-bb8-diesel v0.2.1 |
| 2379 | 2025-01-25T03:06:52.232Z | Compiling mime_guess v2.0.5 |
| 2380 | 2025-01-25T03:06:53.949Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2381 | 2025-01-25T03:06:57.163Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2382 | 2025-01-25T03:06:58.645Z | Compiling buf-list v1.0.3 |
| 2383 | 2025-01-25T03:07:00.726Z | Compiling nibble_vec v0.1.0 |
| 2384 | 2025-01-25T03:07:00.996Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2385 | 2025-01-25T03:07:01.764Z | Compiling pin-project-internal v1.1.6 |
| 2386 | 2025-01-25T03:07:02.015Z | Compiling atty v0.2.14 |
| 2387 | 2025-01-25T03:07:02.213Z | Compiling http-range v0.1.5 |
| 2388 | 2025-01-25T03:07:02.826Z | Compiling salty v0.3.0 |
| 2389 | 2025-01-25T03:07:03.255Z | Compiling endian-type v0.1.2 |
| 2390 | 2025-01-25T03:07:03.526Z | Compiling radix_trie v0.2.1 |
| 2391 | 2025-01-25T03:07:04.339Z | Compiling pin-project v1.1.6 |
| 2392 | 2025-01-25T03:07:04.529Z | Compiling parking_lot v0.11.2 |
| 2393 | 2025-01-25T03:07:09.386Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2394 | 2025-01-25T03:07:12.315Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2395 | 2025-01-25T03:07:14.173Z | Compiling snafu-derive v0.8.5 |
| 2396 | 2025-01-25T03:07:15.628Z | Compiling hyper-staticfile v0.10.1 |
| 2397 | 2025-01-25T03:07:16.731Z | Compiling sled v0.34.7 |
| 2398 | 2025-01-25T03:07:18.407Z | Compiling snafu v0.8.5 |
| 2399 | 2025-01-25T03:07:19.659Z | Compiling hickory-client v0.24.1 |
| 2400 | 2025-01-25T03:07:24.544Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2401 | 2025-01-25T03:07:25.712Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2402 | 2025-01-25T03:07:39.699Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2403 | 2025-01-25T03:07:47.941Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2404 | 2025-01-25T03:07:48.291Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2405 | 2025-01-25T03:07:50.649Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2406 | 2025-01-25T03:07:52.115Z | Compiling globset v0.4.15 |
| 2407 | 2025-01-25T03:07:54.217Z | Compiling hickory-server v0.24.1 |
| 2408 | 2025-01-25T03:07:54.776Z | Compiling primeorder v0.13.6 |
| 2409 | 2025-01-25T03:07:55.346Z | Compiling olpc-cjson v0.1.4 |
| 2410 | 2025-01-25T03:07:55.732Z | Compiling castaway v0.2.3 |
| 2411 | 2025-01-25T03:07:55.948Z | Compiling vergen v8.3.2 |
| 2412 | 2025-01-25T03:07:56.286Z | Compiling env_filter v0.1.2 |
| 2413 | 2025-01-25T03:07:56.397Z | Compiling cargo-platform v0.1.8 |
| 2414 | 2025-01-25T03:07:56.907Z | Compiling serde_plain v1.0.2 |
| 2415 | 2025-01-25T03:07:57.486Z | Compiling nanorand v0.7.0 |
| 2416 | 2025-01-25T03:07:57.759Z | Compiling memoffset v0.9.1 |
| 2417 | 2025-01-25T03:07:58.106Z | Compiling typed-path v0.9.3 |
| 2418 | 2025-01-25T03:07:58.329Z | Compiling flume v0.11.1 |
| 2419 | 2025-01-25T03:07:59.069Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2420 | 2025-01-25T03:07:59.274Z | Compiling cargo_metadata v0.18.1 |
| 2421 | 2025-01-25T03:07:59.392Z | Compiling env_logger v0.11.5 |
| 2422 | 2025-01-25T03:08:00.794Z | Compiling tough v0.19.0 |
| 2423 | 2025-01-25T03:08:02.364Z | Compiling compact_str v0.8.0 |
| 2424 | 2025-01-25T03:08:04.874Z | Compiling p384 v0.13.0 |
| 2425 | 2025-01-25T03:08:04.941Z | Compiling git2 v0.19.0 |
| 2426 | 2025-01-25T03:08:05.717Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2427 | 2025-01-25T03:08:05.877Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2428 | 2025-01-25T03:08:10.095Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2429 | 2025-01-25T03:08:11.344Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2430 | 2025-01-25T03:08:11.801Z | Compiling unicode-truncate v1.1.0 |
| 2431 | 2025-01-25T03:08:12.122Z | Compiling lru v0.12.5 |
| 2432 | 2025-01-25T03:08:12.480Z | Compiling rand_seeder v0.3.0 |
| 2433 | 2025-01-25T03:08:12.901Z | Compiling libsqlite3-sys v0.30.1 |
| 2434 | 2025-01-25T03:08:13.037Z | Compiling lzma-sys v0.1.20 |
| 2435 | 2025-01-25T03:08:13.421Z | Compiling instability v0.3.2 |
| 2436 | 2025-01-25T03:08:13.705Z | Compiling cassowary v0.3.0 |
| 2437 | 2025-01-25T03:08:14.380Z | Compiling parse-size v1.1.0 |
| 2438 | 2025-01-25T03:08:14.729Z | Compiling cfg_aliases v0.2.1 |
| 2439 | 2025-01-25T03:08:14.860Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2440 | 2025-01-25T03:08:15.210Z | Compiling rustls v0.21.12 |
| 2441 | 2025-01-25T03:08:15.628Z | Compiling nix v0.29.0 |
| 2442 | 2025-01-25T03:08:16.116Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2443 | 2025-01-25T03:08:16.432Z | Compiling ratatui v0.28.1 |
| 2444 | 2025-01-25T03:08:17.005Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2445 | 2025-01-25T03:08:17.124Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2446 | 2025-01-25T03:08:18.324Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2447 | 2025-01-25T03:08:18.667Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2448 | 2025-01-25T03:08:19.382Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2449 | 2025-01-25T03:08:19.700Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2450 | 2025-01-25T03:08:22.159Z | Compiling sct v0.7.1 |
| 2451 | 2025-01-25T03:08:22.662Z | Compiling rustls-webpki v0.101.7 |
| 2452 | 2025-01-25T03:08:23.353Z | Compiling heck v0.3.3 |
| 2453 | 2025-01-25T03:08:23.567Z | Compiling csv-core v0.1.11 |
| 2454 | 2025-01-25T03:08:23.689Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2455 | 2025-01-25T03:08:24.026Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2456 | 2025-01-25T03:08:24.346Z | Compiling glob v0.3.1 |
| 2457 | 2025-01-25T03:08:24.546Z | Compiling csv v1.3.0 |
| 2458 | 2025-01-25T03:08:26.370Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2459 | 2025-01-25T03:08:26.517Z | Compiling zone_cfg_derive v0.1.2 |
| 2460 | 2025-01-25T03:08:27.870Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2461 | 2025-01-25T03:08:33.204Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2462 | 2025-01-25T03:08:34.476Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2463 | 2025-01-25T03:08:34.631Z | Compiling nix v0.27.1 |
| 2464 | 2025-01-25T03:08:35.186Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2465 | 2025-01-25T03:08:38.080Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2466 | 2025-01-25T03:08:41.061Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2467 | 2025-01-25T03:08:45.689Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2468 | 2025-01-25T03:08:46.049Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2469 | 2025-01-25T03:08:46.927Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2470 | 2025-01-25T03:08:47.251Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2471 | 2025-01-25T03:08:47.569Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2472 | 2025-01-25T03:08:47.724Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2473 | 2025-01-25T03:08:47.891Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2474 | 2025-01-25T03:08:48.599Z | Compiling tungstenite v0.23.0 |
| 2475 | 2025-01-25T03:08:48.605Z | Compiling hashlink v0.9.1 |
| 2476 | 2025-01-25T03:08:48.906Z | Compiling fallible-iterator v0.3.0 |
| 2477 | 2025-01-25T03:08:49.347Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2478 | 2025-01-25T03:08:49.641Z | Compiling base64 v0.13.1 |
| 2479 | 2025-01-25T03:08:49.689Z | Compiling tokio-tungstenite v0.23.1 |
| 2480 | 2025-01-25T03:08:50.313Z | Compiling ron v0.7.1 |
| 2481 | 2025-01-25T03:08:50.440Z | Compiling rusqlite v0.32.1 |
| 2482 | 2025-01-25T03:08:51.477Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2483 | 2025-01-25T03:08:51.994Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2484 | 2025-01-25T03:08:54.807Z | Compiling xz2 v0.1.7 |
| 2485 | 2025-01-25T03:08:55.379Z | Compiling tokio-rustls v0.24.1 |
| 2486 | 2025-01-25T03:08:55.540Z | Compiling zone v0.1.8 |
| 2487 | 2025-01-25T03:08:58.805Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2488 | 2025-01-25T03:09:00.877Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2489 | 2025-01-25T03:09:03.775Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2490 | 2025-01-25T03:09:05.195Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2491 | 2025-01-25T03:09:05.217Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2492 | 2025-01-25T03:09:10.732Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2493 | 2025-01-25T03:09:11.871Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2494 | 2025-01-25T03:09:12.710Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2495 | 2025-01-25T03:09:15.170Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2496 | 2025-01-25T03:09:15.773Z | Compiling rustls-pemfile v1.0.4 |
| 2497 | 2025-01-25T03:09:16.575Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2498 | 2025-01-25T03:09:16.911Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2499 | 2025-01-25T03:09:17.124Z | Compiling signal-hook-tokio v0.3.1 |
| 2500 | 2025-01-25T03:09:17.370Z | Compiling twox-hash v1.6.3 |
| 2501 | 2025-01-25T03:09:18.208Z | Compiling yasna v0.5.2 |
| 2502 | 2025-01-25T03:09:18.342Z | Compiling smawk v0.3.2 |
| 2503 | 2025-01-25T03:09:18.632Z | Compiling is_ci v1.2.0 |
| 2504 | 2025-01-25T03:09:18.965Z | Compiling unicode-linebreak v0.1.5 |
| 2505 | 2025-01-25T03:09:19.016Z | Compiling supports-color v3.0.1 |
| 2506 | 2025-01-25T03:09:19.460Z | Compiling textwrap v0.16.1 |
| 2507 | 2025-01-25T03:09:19.539Z | Compiling rcgen v0.12.1 |
| 2508 | 2025-01-25T03:09:22.893Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2509 | 2025-01-25T03:09:23.928Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2510 | 2025-01-25T03:09:29.719Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2511 | 2025-01-25T03:09:30.570Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2512 | 2025-01-25T03:09:32.371Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2513 | 2025-01-25T03:09:45.248Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2514 | 2025-01-25T03:09:50.108Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2515 | 2025-01-25T03:09:52.676Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2516 | 2025-01-25T03:09:53.234Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2517 | 2025-01-25T03:10:05.091Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2518 | 2025-01-25T03:10:05.995Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2519 | 2025-01-25T03:10:06.336Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2520 | 2025-01-25T03:10:09.276Z | Compiling fatfs v0.3.6 |
| 2521 | 2025-01-25T03:10:12.095Z | Compiling subprocess v0.2.9 |
| 2522 | 2025-01-25T03:10:12.378Z | Compiling rtoolbox v0.0.2 |
| 2523 | 2025-01-25T03:10:12.815Z | Compiling assert_matches v1.5.0 |
| 2524 | 2025-01-25T03:10:12.869Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2525 | 2025-01-25T03:10:16.211Z | Compiling rpassword v7.3.1 |
| 2526 | 2025-01-25T03:10:16.669Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2527 | 2025-01-25T03:10:16.721Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2528 | 2025-01-25T03:10:20.204Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2529 | 2025-01-25T03:10:23.577Z | Compiling tui-tree-widget v0.22.0 |
| 2530 | 2025-01-25T03:10:24.059Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2531 | 2025-01-25T03:10:30.209Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2532 | 2025-01-25T03:10:30.528Z | Compiling uzers v0.12.1 |
| 2533 | 2025-01-25T03:10:33.626Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2534 | 2025-01-25T03:10:37.180Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2535 | 2025-01-25T03:10:39.087Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2536 | 2025-01-25T03:11:07.592Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2537 | 2025-01-25T03:11:07.875Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2538 | 2025-01-25T03:11:12.575Z | Compiling multimap v0.10.0 |
| 2539 | 2025-01-25T03:13:37.427Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2540 | 2025-01-25T03:13:47.916Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2541 | 2025-01-25T03:20:48.857Z | Finished `release` profile [optimized] target(s) in 16m 39s |
| 2542 | 2025-01-25T03:21:52.329Z | |
| 2543 | 2025-01-25T03:21:52.329Z | real 17:43.805061159 |
| 2544 | 2025-01-25T03:21:52.329Z | user 2:03:11.042840841 |
| 2545 | 2025-01-25T03:21:52.329Z | sys 3:13.815956234 |
| 2546 | 2025-01-25T03:21:52.332Z | trap 2.987176444 |
| 2547 | 2025-01-25T03:21:52.332Z | tflt 2.625253837 |
| 2548 | 2025-01-25T03:21:52.332Z | dflt 4.782662231 |
| 2549 | 2025-01-25T03:21:52.332Z | kflt 0.037299906 |
| 2550 | 2025-01-25T03:21:52.332Z | lock 7:35:17.542768956 |
| 2551 | 2025-01-25T03:21:52.332Z | slp 6:18:48.544481642 |
| 2552 | 2025-01-25T03:21:52.332Z | lat 3:15.251799671 |
| 2553 | 2025-01-25T03:21:52.332Z | stop 2:45.064890935 |
| 2554 | 2025-01-25T03:21:52.332Z | + mapfile -t packages |
| 2555 | 2025-01-25T03:21:52.332Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2556 | 2025-01-25T03:21:53.357Z | Finished `release` profile [optimized] target(s) in 0.97s |
| 2557 | 2025-01-25T03:21:53.421Z | Running `target/release/omicron-package -t test list-outputs` |
| 2558 | 2025-01-25T03:21:53.470Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2559 | 2025-01-25T03:21:53.473Z | + ptime -m cargo build --locked --release -p xtask |
| 2560 | 2025-01-25T03:21:54.039Z | Compiling serde v1.0.217 |
| 2561 | 2025-01-25T03:21:54.042Z | Compiling libc v0.2.169 |
| 2562 | 2025-01-25T03:21:54.042Z | Compiling rustix v0.38.37 |
| 2563 | 2025-01-25T03:21:54.042Z | Compiling serde_json v1.0.135 |
| 2564 | 2025-01-25T03:21:54.042Z | Compiling syn v2.0.96 |
| 2565 | 2025-01-25T03:21:54.132Z | Compiling bitflags v2.6.0 |
| 2566 | 2025-01-25T03:21:54.498Z | Compiling usdt-impl v0.5.0 |
| 2567 | 2025-01-25T03:21:54.535Z | Compiling syn v1.0.109 |
| 2568 | 2025-01-25T03:21:54.639Z | Compiling log v0.4.22 |
| 2569 | 2025-01-25T03:21:54.657Z | Compiling hashbrown v0.15.1 |
| 2570 | 2025-01-25T03:21:54.877Z | Compiling fs-err v2.11.0 |
| 2571 | 2025-01-25T03:21:55.058Z | Compiling once_cell v1.20.2 |
| 2572 | 2025-01-25T03:21:55.190Z | Compiling anyhow v1.0.93 |
| 2573 | 2025-01-25T03:21:55.458Z | Compiling thread-id v4.2.2 |
| 2574 | 2025-01-25T03:21:55.835Z | Compiling indexmap v2.7.0 |
| 2575 | 2025-01-25T03:21:56.924Z | Compiling terminal_size v0.4.0 |
| 2576 | 2025-01-25T03:21:56.924Z | Compiling tempfile v3.13.0 |
| 2577 | 2025-01-25T03:21:57.211Z | Compiling clap_builder v4.5.21 |
| 2578 | 2025-01-25T03:21:57.675Z | Compiling proc-macro-error v1.0.4 |
| 2579 | 2025-01-25T03:21:58.602Z | Compiling tabled_derive v0.7.0 |
| 2580 | 2025-01-25T03:21:59.723Z | Compiling tabled v0.15.0 |
| 2581 | 2025-01-25T03:22:00.560Z | Compiling serde_derive v1.0.217 |
| 2582 | 2025-01-25T03:22:00.563Z | Compiling thiserror-impl v1.0.69 |
| 2583 | 2025-01-25T03:22:00.563Z | Compiling zerocopy-derive v0.7.35 |
| 2584 | 2025-01-25T03:22:00.563Z | Compiling scroll_derive v0.12.0 |
| 2585 | 2025-01-25T03:22:00.563Z | Compiling clap_derive v4.5.18 |
| 2586 | 2025-01-25T03:22:01.963Z | Compiling scroll v0.12.0 |
| 2587 | 2025-01-25T03:22:02.412Z | Compiling zerocopy v0.7.35 |
| 2588 | 2025-01-25T03:22:02.581Z | Compiling goblin v0.8.2 |
| 2589 | 2025-01-25T03:22:03.219Z | Compiling thiserror v1.0.69 |
| 2590 | 2025-01-25T03:22:03.382Z | Compiling pest v2.7.14 |
| 2591 | 2025-01-25T03:22:06.402Z | Compiling pest_meta v2.7.14 |
| 2592 | 2025-01-25T03:22:06.429Z | Compiling clap v4.5.21 |
| 2593 | 2025-01-25T03:22:07.893Z | Compiling pest_generator v2.7.14 |
| 2594 | 2025-01-25T03:22:10.147Z | Compiling pest_derive v2.7.14 |
| 2595 | 2025-01-25T03:22:10.890Z | Compiling dtrace-parser v0.2.0 |
| 2596 | 2025-01-25T03:22:15.031Z | Compiling serde_tokenstream v0.2.2 |
| 2597 | 2025-01-25T03:22:15.603Z | Compiling toml_datetime v0.6.8 |
| 2598 | 2025-01-25T03:22:16.300Z | Compiling serde_spanned v0.6.8 |
| 2599 | 2025-01-25T03:22:16.576Z | Compiling dof v0.3.0 |
| 2600 | 2025-01-25T03:22:17.430Z | Compiling toml_edit v0.22.22 |
| 2601 | 2025-01-25T03:22:18.439Z | Compiling camino v1.1.9 |
| 2602 | 2025-01-25T03:22:18.469Z | Compiling usdt-macro v0.5.0 |
| 2603 | 2025-01-25T03:22:18.472Z | Compiling usdt-attr-macro v0.5.0 |
| 2604 | 2025-01-25T03:22:19.637Z | Compiling semver v1.0.24 |
| 2605 | 2025-01-25T03:22:19.700Z | Compiling cargo-platform v0.1.8 |
| 2606 | 2025-01-25T03:22:19.807Z | Compiling camino-tempfile v1.1.1 |
| 2607 | 2025-01-25T03:22:20.558Z | Compiling cargo_metadata v0.18.1 |
| 2608 | 2025-01-25T03:22:20.767Z | Compiling usdt v0.5.0 |
| 2609 | 2025-01-25T03:22:21.021Z | Compiling toml v0.8.19 |
| 2610 | 2025-01-25T03:22:22.210Z | Compiling cargo_toml v0.20.5 |
| 2611 | 2025-01-25T03:22:24.078Z | Compiling macaddr v1.0.1 |
| 2612 | 2025-01-25T03:22:36.471Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2613 | 2025-01-25T03:22:47.174Z | Finished `release` profile [optimized] target(s) in 53.63s |
| 2614 | 2025-01-25T03:22:47.271Z | |
| 2615 | 2025-01-25T03:22:47.271Z | real 53.764051430 |
| 2616 | 2025-01-25T03:22:47.273Z | user 5:39.477052507 |
| 2617 | 2025-01-25T03:22:47.273Z | sys 17.841376577 |
| 2618 | 2025-01-25T03:22:47.273Z | trap 0.157328375 |
| 2619 | 2025-01-25T03:22:47.273Z | tflt 0.280731961 |
| 2620 | 2025-01-25T03:22:47.273Z | dflt 0.252411864 |
| 2621 | 2025-01-25T03:22:47.274Z | kflt 0.000015447 |
| 2622 | 2025-01-25T03:22:47.274Z | lock 10:24.235743518 |
| 2623 | 2025-01-25T03:22:47.274Z | slp 16:01.399865291 |
| 2624 | 2025-01-25T03:22:47.274Z | lat 14.691266742 |
| 2625 | 2025-01-25T03:22:47.274Z | stop 18.068434220 |
| 2626 | 2025-01-25T03:22:47.274Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2627 | 2025-01-25T03:22:47.274Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2628 | 2025-01-25T03:22:47.274Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2629 | 2025-01-25T03:22:47.274Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2630 | 2025-01-25T03:22:47.274Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2631 | 2025-01-25T03:22:48.138Z | Compiling hashbrown v0.14.5 |
| 2632 | 2025-01-25T03:22:48.269Z | Compiling thiserror v2.0.11 |
| 2633 | 2025-01-25T03:22:48.282Z | Compiling thiserror-impl v2.0.11 |
| 2634 | 2025-01-25T03:22:48.284Z | Compiling ident_case v1.0.1 |
| 2635 | 2025-01-25T03:22:48.306Z | Compiling unsafe-libyaml v0.2.11 |
| 2636 | 2025-01-25T03:22:48.322Z | Compiling ipnetwork v0.20.0 |
| 2637 | 2025-01-25T03:22:48.322Z | Compiling progenitor-client v0.9.1 |
| 2638 | 2025-01-25T03:22:48.325Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2639 | 2025-01-25T03:22:48.458Z | Compiling darling_core v0.20.10 |
| 2640 | 2025-01-25T03:22:48.833Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2641 | 2025-01-25T03:22:48.854Z | Compiling macaddr v1.0.1 |
| 2642 | 2025-01-25T03:22:49.104Z | Compiling progenitor-client v0.8.0 |
| 2643 | 2025-01-25T03:22:49.255Z | Compiling regress v0.10.1 |
| 2644 | 2025-01-25T03:22:49.274Z | Compiling instant v0.1.13 |
| 2645 | 2025-01-25T03:22:49.344Z | Compiling structmeta-derive v0.3.0 |
| 2646 | 2025-01-25T03:22:49.438Z | Compiling dropshot v0.15.1 |
| 2647 | 2025-01-25T03:22:49.532Z | Compiling serde_yaml v0.9.34+deprecated |
| 2648 | 2025-01-25T03:22:49.591Z | Compiling regress v0.9.1 |
| 2649 | 2025-01-25T03:22:49.840Z | Compiling dropshot_endpoint v0.15.1 |
| 2650 | 2025-01-25T03:22:50.088Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2651 | 2025-01-25T03:22:51.362Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2652 | 2025-01-25T03:22:51.571Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2653 | 2025-01-25T03:22:51.962Z | Compiling structmeta v0.3.0 |
| 2654 | 2025-01-25T03:22:52.262Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2655 | 2025-01-25T03:22:52.349Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2656 | 2025-01-25T03:22:52.431Z | Compiling parse-display-derive v0.10.0 |
| 2657 | 2025-01-25T03:22:52.554Z | Compiling backoff v0.4.0 |
| 2658 | 2025-01-25T03:22:52.727Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2659 | 2025-01-25T03:22:52.910Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2660 | 2025-01-25T03:22:53.096Z | Compiling typify-impl v0.2.0 |
| 2661 | 2025-01-25T03:22:53.223Z | Compiling tempfile v3.13.0 |
| 2662 | 2025-01-25T03:22:53.494Z | Compiling proc-macro-crate v1.3.1 |
| 2663 | 2025-01-25T03:22:54.050Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2664 | 2025-01-25T03:22:54.094Z | Compiling typify-impl v0.3.0 |
| 2665 | 2025-01-25T03:22:54.447Z | Compiling itertools v0.13.0 |
| 2666 | 2025-01-25T03:22:54.467Z | Compiling num_enum_derive v0.5.11 |
| 2667 | 2025-01-25T03:22:54.524Z | Compiling zerocopy v0.8.10 |
| 2668 | 2025-01-25T03:22:54.599Z | Compiling darling_macro v0.20.10 |
| 2669 | 2025-01-25T03:22:55.334Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2670 | 2025-01-25T03:22:55.543Z | Compiling darling v0.20.10 |
| 2671 | 2025-01-25T03:22:55.667Z | Compiling serde_with_macros v3.11.0 |
| 2672 | 2025-01-25T03:22:55.745Z | Compiling foreign-types-macros v0.2.3 |
| 2673 | 2025-01-25T03:22:56.470Z | Compiling parse-display v0.10.0 |
| 2674 | 2025-01-25T03:22:56.843Z | Compiling num_enum v0.5.11 |
| 2675 | 2025-01-25T03:22:57.024Z | Compiling zerocopy-derive v0.8.10 |
| 2676 | 2025-01-25T03:22:57.096Z | Compiling foreign-types-shared v0.3.1 |
| 2677 | 2025-01-25T03:22:57.150Z | Compiling crucible-workspace-hack v0.1.0 |
| 2678 | 2025-01-25T03:22:57.247Z | Compiling heapless v0.8.0 |
| 2679 | 2025-01-25T03:22:57.319Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2680 | 2025-01-25T03:22:57.465Z | Compiling foreign-types v0.5.0 |
| 2681 | 2025-01-25T03:22:57.600Z | Compiling proc-macro-error v1.0.4 |
| 2682 | 2025-01-25T03:22:58.302Z | Compiling serde_with v3.11.0 |
| 2683 | 2025-01-25T03:22:58.321Z | Compiling camino-tempfile v1.1.1 |
| 2684 | 2025-01-25T03:22:58.371Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2685 | 2025-01-25T03:22:58.750Z | Compiling hash32 v0.3.1 |
| 2686 | 2025-01-25T03:22:59.008Z | Compiling cstr-argument v0.1.2 |
| 2687 | 2025-01-25T03:22:59.180Z | Compiling smoltcp v0.11.0 |
| 2688 | 2025-01-25T03:22:59.282Z | Compiling pretty-hex v0.2.1 |
| 2689 | 2025-01-25T03:22:59.495Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2690 | 2025-01-25T03:22:59.895Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2691 | 2025-01-25T03:22:59.924Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2692 | 2025-01-25T03:23:00.530Z | Compiling tabwriter v1.4.0 |
| 2693 | 2025-01-25T03:23:00.990Z | Compiling colored v2.1.0 |
| 2694 | 2025-01-25T03:23:01.040Z | Compiling cobs v0.2.3 |
| 2695 | 2025-01-25T03:23:01.356Z | Compiling postcard v1.0.10 |
| 2696 | 2025-01-25T03:23:01.761Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2697 | 2025-01-25T03:23:02.004Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2698 | 2025-01-25T03:23:02.203Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2699 | 2025-01-25T03:23:02.231Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2700 | 2025-01-25T03:23:02.571Z | Compiling smf v0.2.3 |
| 2701 | 2025-01-25T03:23:02.813Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2702 | 2025-01-25T03:23:03.185Z | Compiling zone_cfg_derive v0.3.0 |
| 2703 | 2025-01-25T03:23:03.329Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2704 | 2025-01-25T03:23:03.776Z | Compiling num-derive v0.4.2 |
| 2705 | 2025-01-25T03:23:03.797Z | Compiling sigpipe v0.1.3 |
| 2706 | 2025-01-25T03:23:03.947Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2707 | 2025-01-25T03:23:04.093Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2708 | 2025-01-25T03:23:04.288Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2709 | 2025-01-25T03:23:04.632Z | Compiling zone v0.3.0 |
| 2710 | 2025-01-25T03:23:04.825Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2711 | 2025-01-25T03:23:05.272Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2712 | 2025-01-25T03:23:05.726Z | Compiling universal-hash v0.5.1 |
| 2713 | 2025-01-25T03:23:05.957Z | Compiling opaque-debug v0.3.1 |
| 2714 | 2025-01-25T03:23:06.076Z | Compiling tungstenite v0.21.0 |
| 2715 | 2025-01-25T03:23:06.119Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2716 | 2025-01-25T03:23:06.138Z | Compiling num-rational v0.4.2 |
| 2717 | 2025-01-25T03:23:06.221Z | Compiling password-hash v0.5.0 |
| 2718 | 2025-01-25T03:23:06.933Z | Compiling blake2 v0.10.6 |
| 2719 | 2025-01-25T03:23:06.961Z | Compiling num-complex v0.4.6 |
| 2720 | 2025-01-25T03:23:07.149Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2721 | 2025-01-25T03:23:07.348Z | Compiling aead v0.5.2 |
| 2722 | 2025-01-25T03:23:07.742Z | Compiling convert_case v0.4.0 |
| 2723 | 2025-01-25T03:23:07.778Z | Compiling keccak v0.1.5 |
| 2724 | 2025-01-25T03:23:07.957Z | Compiling base64 v0.21.7 |
| 2725 | 2025-01-25T03:23:08.084Z | Compiling sha3 v0.10.8 |
| 2726 | 2025-01-25T03:23:08.283Z | Compiling num v0.4.3 |
| 2727 | 2025-01-25T03:23:08.441Z | Compiling typify-macro v0.2.0 |
| 2728 | 2025-01-25T03:23:08.603Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2729 | 2025-01-25T03:23:08.650Z | Compiling derive_more v0.99.18 |
| 2730 | 2025-01-25T03:23:08.670Z | Compiling argon2 v0.5.3 |
| 2731 | 2025-01-25T03:23:08.918Z | Compiling tokio-tungstenite v0.21.0 |
| 2732 | 2025-01-25T03:23:09.000Z | Compiling poly1305 v0.8.0 |
| 2733 | 2025-01-25T03:23:09.092Z | Compiling chacha20 v0.9.1 |
| 2734 | 2025-01-25T03:23:09.425Z | Compiling typify-macro v0.3.0 |
| 2735 | 2025-01-25T03:23:09.482Z | Compiling float-ord v0.3.2 |
| 2736 | 2025-01-25T03:23:09.565Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2737 | 2025-01-25T03:23:09.675Z | Compiling semver v0.1.20 |
| 2738 | 2025-01-25T03:23:09.987Z | Compiling same-file v1.0.6 |
| 2739 | 2025-01-25T03:23:10.297Z | Compiling walkdir v2.5.0 |
| 2740 | 2025-01-25T03:23:10.317Z | Compiling rustc_version v0.1.7 |
| 2741 | 2025-01-25T03:23:10.694Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2742 | 2025-01-25T03:23:10.735Z | Compiling newline-converter v0.3.0 |
| 2743 | 2025-01-25T03:23:10.785Z | Compiling primeorder v0.13.6 |
| 2744 | 2025-01-25T03:23:10.918Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2745 | 2025-01-25T03:23:10.967Z | Compiling secrecy v0.8.0 |
| 2746 | 2025-01-25T03:23:11.226Z | Compiling cancel-safe-futures v0.1.5 |
| 2747 | 2025-01-25T03:23:11.296Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2748 | 2025-01-25T03:23:11.446Z | Compiling owo-colors v4.1.0 |
| 2749 | 2025-01-25T03:23:11.521Z | Compiling expectorate v1.1.0 |
| 2750 | 2025-01-25T03:23:11.604Z | Compiling newtype_derive v0.1.6 |
| 2751 | 2025-01-25T03:23:11.713Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2752 | 2025-01-25T03:23:11.765Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2753 | 2025-01-25T03:23:11.922Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2754 | 2025-01-25T03:23:11.939Z | Compiling blake3 v1.5.4 |
| 2755 | 2025-01-25T03:23:12.072Z | Compiling unicase v2.7.0 |
| 2756 | 2025-01-25T03:23:12.103Z | Compiling half v2.4.1 |
| 2757 | 2025-01-25T03:23:12.338Z | Compiling typify v0.2.0 |
| 2758 | 2025-01-25T03:23:12.395Z | Compiling arc-swap v1.7.1 |
| 2759 | 2025-01-25T03:23:12.486Z | Compiling progenitor-impl v0.8.0 |
| 2760 | 2025-01-25T03:23:12.605Z | Compiling ciborium-io v0.2.2 |
| 2761 | 2025-01-25T03:23:12.750Z | Compiling ciborium-ll v0.2.2 |
| 2762 | 2025-01-25T03:23:12.977Z | Compiling slog-scope v4.4.0 |
| 2763 | 2025-01-25T03:23:12.999Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2764 | 2025-01-25T03:23:13.158Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2765 | 2025-01-25T03:23:13.260Z | Compiling typify v0.3.0 |
| 2766 | 2025-01-25T03:23:13.410Z | Compiling progenitor-impl v0.9.1 |
| 2767 | 2025-01-25T03:23:13.476Z | Compiling polyval v0.6.2 |
| 2768 | 2025-01-25T03:23:13.917Z | Compiling atomicwrites v0.4.4 |
| 2769 | 2025-01-25T03:23:14.001Z | Compiling libsw v3.3.1 |
| 2770 | 2025-01-25T03:23:14.285Z | Compiling memmap2 v0.9.5 |
| 2771 | 2025-01-25T03:23:14.340Z | Compiling linear-map v1.2.0 |
| 2772 | 2025-01-25T03:23:14.695Z | Compiling libefi-sys v0.1.0 |
| 2773 | 2025-01-25T03:23:14.735Z | Compiling arrayref v0.3.9 |
| 2774 | 2025-01-25T03:23:14.802Z | Compiling thiserror-no-std v2.0.2 |
| 2775 | 2025-01-25T03:23:14.847Z | Compiling parking_lot_core v0.8.6 |
| 2776 | 2025-01-25T03:23:14.948Z | Compiling constant_time_eq v0.3.1 |
| 2777 | 2025-01-25T03:23:14.996Z | Compiling arrayvec v0.7.6 |
| 2778 | 2025-01-25T03:23:15.157Z | Compiling salty v0.3.0 |
| 2779 | 2025-01-25T03:23:15.278Z | Compiling indent_write v2.2.0 |
| 2780 | 2025-01-25T03:23:15.374Z | Compiling vsss-rs v3.3.4 |
| 2781 | 2025-01-25T03:23:15.403Z | Compiling ghash v0.5.1 |
| 2782 | 2025-01-25T03:23:15.500Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2783 | 2025-01-25T03:23:15.633Z | Compiling slog-stdlog v4.1.1 |
| 2784 | 2025-01-25T03:23:15.735Z | Compiling ciborium v0.2.2 |
| 2785 | 2025-01-25T03:23:16.476Z | Compiling p384 v0.13.0 |
| 2786 | 2025-01-25T03:23:16.697Z | Compiling toolchain_find v0.4.0 |
| 2787 | 2025-01-25T03:23:17.115Z | Compiling chacha20poly1305 v0.10.1 |
| 2788 | 2025-01-25T03:23:17.276Z | Compiling ctr v0.9.2 |
| 2789 | 2025-01-25T03:23:17.370Z | Compiling lzma-sys v0.1.20 |
| 2790 | 2025-01-25T03:23:17.391Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2791 | 2025-01-25T03:23:17.632Z | Compiling bitfield-struct v0.6.2 |
| 2792 | 2025-01-25T03:23:17.801Z | Compiling slog-dtrace v0.3.0 |
| 2793 | 2025-01-25T03:23:18.091Z | Compiling topological-sort v0.2.2 |
| 2794 | 2025-01-25T03:23:18.134Z | Compiling highway v1.2.0 |
| 2795 | 2025-01-25T03:23:18.343Z | Compiling omicron-zone-package v0.12.0 |
| 2796 | 2025-01-25T03:23:18.402Z | Compiling aes-gcm v0.10.3 |
| 2797 | 2025-01-25T03:23:18.701Z | Compiling rustfmt-wrapper v0.2.1 |
| 2798 | 2025-01-25T03:23:18.896Z | Compiling mime_guess v2.0.5 |
| 2799 | 2025-01-25T03:23:18.982Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2800 | 2025-01-25T03:23:19.273Z | Compiling slog-envlogger v2.2.0 |
| 2801 | 2025-01-25T03:23:19.296Z | Compiling steno v0.4.1 |
| 2802 | 2025-01-25T03:23:19.593Z | Compiling progenitor-macro v0.8.0 |
| 2803 | 2025-01-25T03:23:20.057Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2804 | 2025-01-25T03:23:20.123Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2805 | 2025-01-25T03:23:20.457Z | Compiling heck v0.3.3 |
| 2806 | 2025-01-25T03:23:20.478Z | Compiling progenitor-macro v0.9.1 |
| 2807 | 2025-01-25T03:23:20.622Z | Compiling ssh-encoding v0.2.0 |
| 2808 | 2025-01-25T03:23:20.675Z | Compiling blowfish v0.9.1 |
| 2809 | 2025-01-25T03:23:20.846Z | Compiling nibble_vec v0.1.0 |
| 2810 | 2025-01-25T03:23:21.075Z | Compiling env_filter v0.1.2 |
| 2811 | 2025-01-25T03:23:21.113Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2812 | 2025-01-25T03:23:21.115Z | Compiling endian-type v0.1.2 |
| 2813 | 2025-01-25T03:23:21.195Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2814 | 2025-01-25T03:23:21.339Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2815 | 2025-01-25T03:23:21.376Z | Compiling humantime v2.1.0 |
| 2816 | 2025-01-25T03:23:21.454Z | Compiling env_logger v0.11.5 |
| 2817 | 2025-01-25T03:23:21.692Z | Compiling radix_trie v0.2.1 |
| 2818 | 2025-01-25T03:23:21.695Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2819 | 2025-01-25T03:23:21.866Z | Compiling ssh-cipher v0.2.0 |
| 2820 | 2025-01-25T03:23:22.167Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2821 | 2025-01-25T03:23:22.359Z | Compiling zone_cfg_derive v0.1.2 |
| 2822 | 2025-01-25T03:23:22.816Z | Compiling parking_lot v0.11.2 |
| 2823 | 2025-01-25T03:23:23.058Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2824 | 2025-01-25T03:23:23.407Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2825 | 2025-01-25T03:23:23.826Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2826 | 2025-01-25T03:23:23.908Z | Compiling password-hash v0.4.2 |
| 2827 | 2025-01-25T03:23:24.085Z | Compiling gethostname v0.5.0 |
| 2828 | 2025-01-25T03:23:24.225Z | Compiling fxhash v0.2.1 |
| 2829 | 2025-01-25T03:23:24.227Z | Compiling lockfree-object-pool v0.1.6 |
| 2830 | 2025-01-25T03:23:24.281Z | Compiling bumpalo v3.16.0 |
| 2831 | 2025-01-25T03:23:24.301Z | Compiling simd-adler32 v0.3.7 |
| 2832 | 2025-01-25T03:23:24.454Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2833 | 2025-01-25T03:23:24.519Z | Compiling base64 v0.13.1 |
| 2834 | 2025-01-25T03:23:24.763Z | Compiling matches v0.1.10 |
| 2835 | 2025-01-25T03:23:24.784Z | Compiling zip v2.1.3 |
| 2836 | 2025-01-25T03:23:24.784Z | Compiling http-range v0.1.5 |
| 2837 | 2025-01-25T03:23:24.884Z | Compiling idna v0.2.3 |
| 2838 | 2025-01-25T03:23:24.906Z | Compiling zopfli v0.8.1 |
| 2839 | 2025-01-25T03:23:25.068Z | Compiling ron v0.7.1 |
| 2840 | 2025-01-25T03:23:25.133Z | Compiling sled v0.34.7 |
| 2841 | 2025-01-25T03:23:25.153Z | Compiling pbkdf2 v0.11.0 |
| 2842 | 2025-01-25T03:23:25.543Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2843 | 2025-01-25T03:23:25.681Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2844 | 2025-01-25T03:23:26.196Z | Compiling xz2 v0.1.7 |
| 2845 | 2025-01-25T03:23:26.489Z | Compiling zone v0.1.8 |
| 2846 | 2025-01-25T03:23:26.657Z | Compiling ssh-key v0.6.6 |
| 2847 | 2025-01-25T03:23:26.723Z | Compiling hickory-client v0.24.1 |
| 2848 | 2025-01-25T03:23:27.599Z | Compiling p256 v0.13.2 |
| 2849 | 2025-01-25T03:23:27.968Z | Compiling p521 v0.13.3 |
| 2850 | 2025-01-25T03:23:28.106Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2851 | 2025-01-25T03:23:28.387Z | Compiling hickory-server v0.24.1 |
| 2852 | 2025-01-25T03:23:29.115Z | Compiling enum-as-inner v0.5.1 |
| 2853 | 2025-01-25T03:23:30.139Z | Compiling pem v3.0.4 |
| 2854 | 2025-01-25T03:23:30.326Z | Compiling yasna v0.5.2 |
| 2855 | 2025-01-25T03:23:30.889Z | Compiling headers-core v0.3.0 |
| 2856 | 2025-01-25T03:23:30.911Z | Compiling kstat-rs v0.2.4 |
| 2857 | 2025-01-25T03:23:31.069Z | Compiling nanorand v0.7.0 |
| 2858 | 2025-01-25T03:23:31.355Z | Compiling atty v0.2.14 |
| 2859 | 2025-01-25T03:23:31.487Z | Compiling russh-cryptovec v0.7.3 |
| 2860 | 2025-01-25T03:23:31.530Z | Compiling md5 v0.7.0 |
| 2861 | 2025-01-25T03:23:31.632Z | Compiling flume v0.11.1 |
| 2862 | 2025-01-25T03:23:31.794Z | Compiling rcgen v0.12.1 |
| 2863 | 2025-01-25T03:23:31.848Z | Compiling headers v0.4.0 |
| 2864 | 2025-01-25T03:23:32.117Z | Compiling russh-keys v0.45.0 |
| 2865 | 2025-01-25T03:23:32.244Z | Compiling trust-dns-proto v0.22.0 |
| 2866 | 2025-01-25T03:23:32.247Z | Compiling progenitor v0.8.0 |
| 2867 | 2025-01-25T03:23:32.512Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2868 | 2025-01-25T03:23:32.616Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2869 | 2025-01-25T03:23:33.074Z | Compiling progenitor v0.9.1 |
| 2870 | 2025-01-25T03:23:33.321Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2871 | 2025-01-25T03:23:33.617Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2872 | 2025-01-25T03:23:33.970Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2873 | 2025-01-25T03:23:34.022Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2874 | 2025-01-25T03:23:35.029Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2875 | 2025-01-25T03:23:35.864Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2876 | 2025-01-25T03:23:36.635Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2877 | 2025-01-25T03:23:38.717Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2878 | 2025-01-25T03:23:38.792Z | Compiling hyper-staticfile v0.10.1 |
| 2879 | 2025-01-25T03:23:39.588Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2880 | 2025-01-25T03:23:39.854Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2881 | 2025-01-25T03:23:40.058Z | Compiling num-bigint v0.4.6 |
| 2882 | 2025-01-25T03:23:40.446Z | Compiling des v0.8.1 |
| 2883 | 2025-01-25T03:23:40.787Z | Compiling subprocess v0.2.9 |
| 2884 | 2025-01-25T03:23:40.913Z | Compiling display-error-chain v0.2.2 |
| 2885 | 2025-01-25T03:23:41.134Z | Compiling hex-literal v0.4.1 |
| 2886 | 2025-01-25T03:23:41.322Z | Compiling dhcproto-macros v0.1.0 |
| 2887 | 2025-01-25T03:23:41.634Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2888 | 2025-01-25T03:23:42.200Z | Compiling dhcproto v0.12.0 |
| 2889 | 2025-01-25T03:23:42.416Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2890 | 2025-01-25T03:23:42.841Z | Compiling russh v0.45.0 |
| 2891 | 2025-01-25T03:23:45.191Z | Compiling internet-checksum v0.2.1 |
| 2892 | 2025-01-25T03:23:49.860Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2893 | 2025-01-25T03:23:49.863Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2894 | 2025-01-25T03:23:49.863Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2895 | 2025-01-25T03:23:49.863Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2896 | 2025-01-25T03:23:50.681Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2897 | 2025-01-25T03:23:52.664Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2898 | 2025-01-25T03:23:53.821Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2899 | 2025-01-25T03:23:54.081Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2900 | 2025-01-25T03:23:54.575Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2901 | 2025-01-25T03:23:54.877Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2902 | 2025-01-25T03:23:57.232Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2903 | 2025-01-25T03:23:57.478Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2904 | 2025-01-25T03:23:57.738Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2905 | 2025-01-25T03:23:58.532Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2906 | 2025-01-25T03:23:58.605Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2907 | 2025-01-25T03:23:58.801Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2908 | 2025-01-25T03:24:00.051Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2909 | 2025-01-25T03:24:00.911Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2910 | 2025-01-25T03:24:03.604Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2911 | 2025-01-25T03:24:03.675Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2912 | 2025-01-25T03:24:03.749Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2913 | 2025-01-25T03:24:04.011Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2914 | 2025-01-25T03:24:04.423Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2915 | 2025-01-25T03:24:06.877Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2916 | 2025-01-25T03:24:08.763Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2917 | 2025-01-25T03:24:08.824Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2918 | 2025-01-25T03:24:09.863Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2919 | 2025-01-25T03:24:10.610Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2920 | 2025-01-25T03:24:15.916Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2921 | 2025-01-25T03:24:24.092Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2922 | 2025-01-25T03:24:25.558Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2923 | 2025-01-25T03:24:47.444Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2924 | 2025-01-25T03:25:10.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
| 2925 | 2025-01-25T03:25:11.047Z | |
| 2926 | 2025-01-25T03:25:11.047Z | real 2:23.714240794 |
| 2927 | 2025-01-25T03:25:11.047Z | user 12:16.256663850 |
| 2928 | 2025-01-25T03:25:11.047Z | sys 1:34.261747056 |
| 2929 | 2025-01-25T03:25:11.047Z | trap 0.368798758 |
| 2930 | 2025-01-25T03:25:11.047Z | tflt 0.886338480 |
| 2931 | 2025-01-25T03:25:11.047Z | dflt 0.948920525 |
| 2932 | 2025-01-25T03:25:11.047Z | kflt 0.000034795 |
| 2933 | 2025-01-25T03:25:11.050Z | lock 22:40.664940413 |
| 2934 | 2025-01-25T03:25:11.050Z | slp 42:17.739432062 |
| 2935 | 2025-01-25T03:25:11.050Z | lat 39.173939960 |
| 2936 | 2025-01-25T03:25:11.050Z | stop 1:40.413154020 |
| 2937 | 2025-01-25T03:25:11.050Z | + mkdir tests |
| 2938 | 2025-01-25T03:25:11.053Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2939 | 2025-01-25T03:25:11.053Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2940 | 2025-01-25T03:25:11.096Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3c1647a15d602154 tests/ |
| 2941 | 2025-01-25T03:25:11.125Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f6c1a6af4980e51d tests/ |
| 2942 | 2025-01-25T03:25:11.150Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fed48c1b04d74c13 tests/ |
| 2943 | 2025-01-25T03:25:11.176Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20ef11e9b650c18 tests/ |
| 2944 | 2025-01-25T03:25:11.429Z | + 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/*) |
| 2945 | 2025-01-25T03:25:11.432Z | + 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 |
| 2946 | 2025-01-25T03:26:25.359Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2947 | 2025-01-25T03:26:25.359Z | a .github/buildomat/ci-env.sh 1K |
| 2948 | 2025-01-25T03:26:25.359Z | a out/target/test 1K |
| 2949 | 2025-01-25T03:26:25.359Z | a out/npuzone/npuzone 23144K |
| 2950 | 2025-01-25T03:26:25.359Z | a package-manifest.toml 34K |
| 2951 | 2025-01-25T03:26:25.359Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2952 | 2025-01-25T03:26:25.359Z | a target/release/omicron-package 36379K |
| 2953 | 2025-01-25T03:26:25.359Z | a target/release/xtask 11911K |
| 2954 | 2025-01-25T03:26:25.359Z | a target/debug/bootstrap 221460K |
| 2955 | 2025-01-25T03:26:25.360Z | a tests/bootstrap-f6c1a6af4980e51d 24276K |
| 2956 | 2025-01-25T03:26:25.360Z | a tests/commtest-fed48c1b04d74c13 24769K |
| 2957 | 2025-01-25T03:26:25.360Z | a tests/dhcp_server-3c1647a15d602154 24276K |
| 2958 | 2025-01-25T03:26:25.360Z | a tests/end_to_end_tests-b20ef11e9b650c18 282719K |
| 2959 | 2025-01-25T03:26:25.360Z | a out/clickhouse.tar.gz 295205K |
| 2960 | 2025-01-25T03:26:25.360Z | a out/clickhouse_keeper.tar.gz 282159K |
| 2961 | 2025-01-25T03:26:25.360Z | a out/clickhouse_server.tar.gz 295194K |
| 2962 | 2025-01-25T03:26:25.360Z | a out/cockroachdb.tar.gz 135128K |
| 2963 | 2025-01-25T03:26:25.360Z | a out/crucible-dtrace.tar 96K |
| 2964 | 2025-01-25T03:26:25.360Z | a out/crucible-pantry-zone.tar.gz 28547K |
| 2965 | 2025-01-25T03:26:25.360Z | a out/crucible-zone.tar.gz 36827K |
| 2966 | 2025-01-25T03:26:25.360Z | a out/external-dns.tar.gz 35770K |
| 2967 | 2025-01-25T03:26:25.360Z | a out/internal-dns.tar.gz 35767K |
| 2968 | 2025-01-25T03:26:25.360Z | a out/mg-ddm-gz.tar 63075K |
| 2969 | 2025-01-25T03:26:25.360Z | a out/nexus.tar.gz 100263K |
| 2970 | 2025-01-25T03:26:25.360Z | a out/ntp.tar.gz 10510K |
| 2971 | 2025-01-25T03:26:25.360Z | a out/omicron-gateway-softnpu.tar.gz 24317K |
| 2972 | 2025-01-25T03:26:25.360Z | a out/omicron-sled-agent.tar 114834K |
| 2973 | 2025-01-25T03:26:25.360Z | a out/overlay.tar.gz 3K |
| 2974 | 2025-01-25T03:26:25.360Z | a out/oximeter.tar.gz 48801K |
| 2975 | 2025-01-25T03:26:25.360Z | a out/oxlog.tar 3154K |
| 2976 | 2025-01-25T03:26:25.360Z | a out/probe.tar.gz 2764K |
| 2977 | 2025-01-25T03:26:25.360Z | a out/propolis-server.tar.gz 66467K |
| 2978 | 2025-01-25T03:26:25.360Z | a out/pumpkind-gz.tar 26665K |
| 2979 | 2025-01-25T03:26:25.360Z | a out/switch-softnpu.tar.gz 236815K |
| 2980 | 2025-01-25T03:26:25.363Z | |
| 2981 | 2025-01-25T03:26:25.363Z | real 1:13.917909241 |
| 2982 | 2025-01-25T03:26:25.363Z | user 1:10.559172239 |
| 2983 | 2025-01-25T03:26:25.363Z | sys 4.750547247 |
| 2984 | 2025-01-25T03:26:25.363Z | trap 0.019360846 |
| 2985 | 2025-01-25T03:26:25.363Z | tflt 0.000000000 |
| 2986 | 2025-01-25T03:26:25.363Z | dflt 0.000000000 |
| 2987 | 2025-01-25T03:26:25.364Z | kflt 0.000000000 |
| 2988 | 2025-01-25T03:26:25.364Z | lock 0.000000000 |
| 2989 | 2025-01-25T03:26:25.364Z | slp 1:10.338173266 |
| 2990 | 2025-01-25T03:26:25.364Z | lat 2.162970612 |
| 2991 | 2025-01-25T03:26:25.364Z | stop 0.000530547 |
| 2992 | 2025-01-25T03:26:25.364Z | process exited: duration 1958538 ms, exit code 0 |
| |
| 2993 | 2025-01-25T03:26:25.378Z | found 1 output files |
| 2994 | 2025-01-25T03:26:25.378Z | uploading: /work/package.tar.gz (1908860185 bytes) |
| 2995 | 2025-01-25T03:27:02.427Z | uploaded: /work/package.tar.gz |