|
|
|
| 1 | 2025-01-29T20:01:22.938Z | job assigned to worker 01JJSTD7J0406YEW3RME5PYEJA [factory aws, i-0d4aec9347ed60bd3] (queued for 1 m 1 s) |
| |
| 2 | 2025-01-29T20:01:30.361Z | starting task 0: "setup" |
| 3 | 2025-01-29T20:01:30.369Z | ++ uname -s |
| 4 | 2025-01-29T20:01:30.372Z | + kern=SunOS |
| 5 | 2025-01-29T20:01:30.372Z | + case "$kern" in |
| 6 | 2025-01-29T20:01:30.372Z | + groupadd -g 12345 build |
| 7 | 2025-01-29T20:01:30.375Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-29T20:01:32.382Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-29T20:01:32.486Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-29T20:01:32.489Z | + home_fs=zfs |
| 11 | 2025-01-29T20:01:32.489Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-29T20:01:32.489Z | + mkdir -p /home/build |
| 13 | 2025-01-29T20:01:32.491Z | + chown build:build /home/build /work |
| 14 | 2025-01-29T20:01:34.494Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-29T20:01:34.496Z | process exited: duration 4135 ms, exit code 0 |
| |
| 16 | 2025-01-29T20:01:34.502Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-29T20:01:34.507Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-29T20:01:34.507Z | ' 1.84.0 |
| 19 | 2025-01-29T20:01:34.507Z | * toolchain channel = "1.84.0" |
| 20 | 2025-01-29T20:01:34.507Z | + printf ' * toolchain profile = "%s" |
| 21 | 2025-01-29T20:01:34.507Z | ' default |
| 22 | 2025-01-29T20:01:34.507Z | * toolchain profile = "default" |
| 23 | 2025-01-29T20:01:34.511Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-29T20:01:34.511Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-29T20:01:34.627Z | info: downloading installer |
| 26 | 2025-01-29T20:01:36.167Z | info: profile set to 'default' |
| 27 | 2025-01-29T20:01:36.168Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-29T20:01:36.170Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-29T20:01:36.307Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-29T20:01:36.307Z | info: downloading component 'cargo' |
| 31 | 2025-01-29T20:01:37.055Z | info: downloading component 'clippy' |
| 32 | 2025-01-29T20:01:37.337Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-29T20:01:38.352Z | info: downloading component 'rust-std' |
| 34 | 2025-01-29T20:01:39.853Z | info: downloading component 'rustc' |
| 35 | 2025-01-29T20:01:45.603Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-29T20:01:45.822Z | info: installing component 'cargo' |
| 37 | 2025-01-29T20:01:46.661Z | info: installing component 'clippy' |
| 38 | 2025-01-29T20:01:47.039Z | info: installing component 'rust-docs' |
| 39 | 2025-01-29T20:01:48.700Z | info: installing component 'rust-std' |
| 40 | 2025-01-29T20:01:50.473Z | info: installing component 'rustc' |
| 41 | 2025-01-29T20:01:56.523Z | info: installing component 'rustfmt' |
| 42 | 2025-01-29T20:01:56.854Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-29T20:01:56.854Z | |
| 44 | 2025-01-29T20:01:57.252Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-29T20:01:57.252Z | |
| 46 | 2025-01-29T20:01:57.255Z | |
| 47 | 2025-01-29T20:01:57.255Z | Rust is installed now. Great! |
| 48 | 2025-01-29T20:01:57.255Z | |
| 49 | 2025-01-29T20:01:57.255Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-29T20:01:57.255Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-29T20:01:57.255Z | |
| 52 | 2025-01-29T20:01:57.255Z | To configure your current shell, you need to source |
| 53 | 2025-01-29T20:01:57.255Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-29T20:01:57.255Z | |
| 55 | 2025-01-29T20:01:57.255Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-29T20:01:57.255Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-29T20:01:57.255Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-29T20:01:57.336Z | + rustc --version |
| 59 | 2025-01-29T20:01:57.405Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-29T20:01:57.408Z | process exited: duration 22901 ms, exit code 0 |
| |
| 61 | 2025-01-29T20:01:57.413Z | starting task 2: "authentication" |
| 62 | 2025-01-29T20:01:57.435Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2025-01-29T20:01:57.440Z | starting task 3: "clone repository" |
| 64 | 2025-01-29T20:01:57.445Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-29T20:01:57.447Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-29T20:01:57.484Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-29T20:02:14.965Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-29T20:02:14.965Z | + git fetch origin 39fd87c050e2a6963cb9203e361a81a31da98996 |
| 69 | 2025-01-29T20:02:15.305Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-29T20:02:15.305Z | * branch 39fd87c050e2a6963cb9203e361a81a31da98996 -> FETCH_HEAD |
| 71 | 2025-01-29T20:02:15.317Z | + [[ -n iliana/tuf-cleanup ]] |
| 72 | 2025-01-29T20:02:15.320Z | ++ git branch --show-current |
| 73 | 2025-01-29T20:02:15.322Z | + current=main |
| 74 | 2025-01-29T20:02:15.322Z | + [[ main != iliana/tuf-cleanup ]] |
| 75 | 2025-01-29T20:02:15.322Z | + git branch -f iliana/tuf-cleanup 39fd87c050e2a6963cb9203e361a81a31da98996 |
| 76 | 2025-01-29T20:02:15.325Z | + git checkout -f iliana/tuf-cleanup |
| 77 | 2025-01-29T20:02:15.498Z | Switched to branch 'iliana/tuf-cleanup' |
| 78 | 2025-01-29T20:02:15.500Z | + git reset --hard 39fd87c050e2a6963cb9203e361a81a31da98996 |
| 79 | 2025-01-29T20:02:15.660Z | HEAD is now at 39fd87c05 remove old, pre-reconfigurator upgrade APIs |
| 80 | 2025-01-29T20:02:15.663Z | process exited: duration 18218 ms, exit code 0 |
| |
| 81 | 2025-01-29T20:02:15.668Z | starting task 4: "build" |
| 82 | 2025-01-29T20:02:15.673Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-29T20:02:15.673Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-29T20:02:15.676Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-29T20:02:15.676Z | + cargo --version |
| 86 | 2025-01-29T20:02:15.734Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-29T20:02:15.737Z | + rustc --version |
| 88 | 2025-01-29T20:02:15.798Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-29T20:02:15.801Z | + WORK=/work |
| 90 | 2025-01-29T20:02:15.801Z | + pfexec mkdir -p /work |
| 91 | 2025-01-29T20:02:15.805Z | + pfexec chown build /work |
| 92 | 2025-01-29T20:02:15.808Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 93 | 2025-01-29T20:02:17.442Z | pkg list: illegal option -- F |
| 94 | 2025-01-29T20:02:17.442Z | Usage: |
| 95 | 2025-01-29T20:02:17.444Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 96 | 2025-01-29T20:02:17.444Z | [pkg_fmri_pattern ...] |
| 97 | 2025-01-29T20:02:18.294Z | pkg list: illegal option -- F |
| 98 | 2025-01-29T20:02:18.294Z | Usage: |
| 99 | 2025-01-29T20:02:18.294Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 100 | 2025-01-29T20:02:18.294Z | [pkg_fmri_pattern ...] |
| 101 | 2025-01-29T20:02:24.388Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2025-01-29T20:02:28.458Z | Startup: Caching catalogs ... Done |
| 103 | 2025-01-29T20:02:39.969Z | Planning: Solver setup ... Done (10.694s) |
| 104 | 2025-01-29T20:02:40.116Z | Planning: Running solver ... Done (0.147s) |
| 105 | 2025-01-29T20:02:40.231Z | Planning: Finding local manifests ... Done (0.006s) |
| 106 | 2025-01-29T20:02:40.272Z | Planning: Fetching manifests: 0/7 0% complete |
| 107 | 2025-01-29T20:02:40.523Z | Planning: Fetching manifests: 7/7 100% complete |
| 108 | 2025-01-29T20:02:40.636Z | Planning: Package planning ... Done (0.112s) |
| 109 | 2025-01-29T20:02:40.694Z | Planning: Merging actions ... Done (0.058s) |
| 110 | 2025-01-29T20:02:40.888Z | Planning: Checking for conflicting actions ... Done (0.194s) |
| 111 | 2025-01-29T20:02:42.923Z | Planning: Consolidating action changes ... Done (2.034s) |
| 112 | 2025-01-29T20:02:43.360Z | Planning: Evaluating mediators ... Done (0.437s) |
| 113 | 2025-01-29T20:02:43.443Z | Planning: Planning completed in 14.89 seconds |
| 114 | 2025-01-29T20:02:43.460Z | Packages to install: 4 |
| 115 | 2025-01-29T20:02:43.460Z | Packages to update: 3 |
| 116 | 2025-01-29T20:02:43.462Z | Mediators to change: 2 |
| 117 | 2025-01-29T20:02:43.463Z | Services to change: 1 |
| 118 | 2025-01-29T20:02:43.463Z | Estimated space available: 155.61 GB |
| 119 | 2025-01-29T20:02:43.463Z | Estimated space to be consumed: 1.64 GB |
| 120 | 2025-01-29T20:02:43.463Z | Create boot environment: No |
| 121 | 2025-01-29T20:02:43.463Z | Create backup boot environment: Yes |
| 122 | 2025-01-29T20:02:43.463Z | Rebuild boot archive: No |
| 123 | 2025-01-29T20:02:43.463Z | |
| 124 | 2025-01-29T20:02:43.463Z | Changed mediators: |
| 125 | 2025-01-29T20:02:43.463Z | mediator clang: |
| 126 | 2025-01-29T20:02:43.463Z | version: None -> 15 (system default) |
| 127 | 2025-01-29T20:02:43.463Z | |
| 128 | 2025-01-29T20:02:43.463Z | mediator llvm: |
| 129 | 2025-01-29T20:02:43.463Z | version: 14 (system default) -> 15 (system default) |
| 130 | 2025-01-29T20:02:43.463Z | |
| 131 | 2025-01-29T20:02:43.463Z | Changed packages: |
| 132 | 2025-01-29T20:02:43.463Z | helios-dev |
| 133 | 2025-01-29T20:02:43.463Z | developer/build-essential |
| 134 | 2025-01-29T20:02:43.463Z | None -> 11-2.0 |
| 135 | 2025-01-29T20:02:43.463Z | library/libxmlsec1 |
| 136 | 2025-01-29T20:02:43.463Z | None -> 1.2.35-2.0 |
| 137 | 2025-01-29T20:02:43.463Z | ooce/developer/clang-15 |
| 138 | 2025-01-29T20:02:43.463Z | None -> 15.0.7-2.0 |
| 139 | 2025-01-29T20:02:43.463Z | ooce/developer/llvm-15 |
| 140 | 2025-01-29T20:02:43.463Z | None -> 15.0.7-2.0 |
| 141 | 2025-01-29T20:02:43.463Z | package/pkg |
| 142 | 2025-01-29T20:02:43.463Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 143 | 2025-01-29T20:02:43.463Z | system/library/g++-runtime |
| 144 | 2025-01-29T20:02:43.463Z | 13-2.0 -> 14-2.0 |
| 145 | 2025-01-29T20:02:43.463Z | system/library/gcc-runtime |
| 146 | 2025-01-29T20:02:43.463Z | 13-2.0 -> 14-2.0 |
| 147 | 2025-01-29T20:02:43.463Z | |
| 148 | 2025-01-29T20:02:43.463Z | Services: |
| 149 | 2025-01-29T20:02:43.463Z | restart_fmri: |
| 150 | 2025-01-29T20:02:43.463Z | svc:/system/update-man-index:default |
| 151 | 2025-01-29T20:02:43.463Z | |
| 152 | 2025-01-29T20:02:43.463Z | Editable files to change: |
| 153 | 2025-01-29T20:02:43.463Z | Update: |
| 154 | 2025-01-29T20:02:43.463Z | usr/share/lib/pkg/web/config.shtml |
| 155 | 2025-01-29T20:02:43.544Z | |
| 156 | 2025-01-29T20:02:43.544Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 157 | 2025-01-29T20:02:48.552Z | Download: 497/4301 items 17.1/225.4MB 7% complete (3.4M/s) |
| 158 | 2025-01-29T20:02:53.553Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (8.4M/s) |
| 159 | 2025-01-29T20:02:58.574Z | Download: 2146/4301 items 119.0/225.4MB 52% complete (10.2M/s) |
| 160 | 2025-01-29T20:03:03.581Z | Download: 2225/4301 items 119.2/225.4MB 52% complete (6.5M/s) |
| 161 | 2025-01-29T20:03:08.582Z | Download: 3132/4301 items 136.6/225.4MB 60% complete (1.7M/s) |
| 162 | 2025-01-29T20:03:13.585Z | Download: 3910/4301 items 218.0/225.4MB 96% complete (9.9M/s) |
| 163 | 2025-01-29T20:03:18.902Z | Download: 4298/4301 items 225.2/225.4MB 99% complete (9.2M/s) |
| 164 | 2025-01-29T20:03:18.911Z | Download: Completed 225.42 MB in 35.36 seconds (6.4M/s) |
| 165 | 2025-01-29T20:03:21.055Z | Actions: 1/5122 actions (Removing old actions) |
| 166 | 2025-01-29T20:03:21.075Z | Actions: 194/5122 actions (Installing new actions) |
| 167 | 2025-01-29T20:03:25.910Z | Actions: 4267/5122 actions (Updating modified actions) |
| 168 | 2025-01-29T20:03:26.271Z | Actions: Completed 5122 actions in 5.22 seconds. |
| 169 | 2025-01-29T20:03:26.689Z | Done (0.408s) |
| 170 | 2025-01-29T20:03:26.692Z | Done (0.002s) |
| 171 | 2025-01-29T20:03:27.272Z | Done (0.580s) |
| 172 | 2025-01-29T20:03:31.821Z | Done (4.314s) |
| 173 | 2025-01-29T20:03:31.909Z | Done (0.018s) |
| 174 | 2025-01-29T20:03:31.912Z | Done (0.000s) |
| 175 | 2025-01-29T20:03:32.076Z | Done (0.000s) |
| 176 | 2025-01-29T20:03:32.783Z | Planning: Evaluating mediator changes ... Done |
| 177 | 2025-01-29T20:03:32.944Z | Planning: Checking for conflicting actions ... Done |
| 178 | 2025-01-29T20:03:32.947Z | Planning: Consolidating action changes ... Done |
| 179 | 2025-01-29T20:03:33.211Z | Planning: Evaluating mediators ... Done |
| 180 | 2025-01-29T20:03:33.213Z | Planning: Planning completed in 0.43 seconds |
| 181 | 2025-01-29T20:03:33.252Z | Mediators to change: 2 |
| 182 | 2025-01-29T20:03:33.255Z | Create boot environment: No |
| 183 | 2025-01-29T20:03:33.255Z | Create backup boot environment: No |
| 184 | 2025-01-29T20:03:33.333Z | Done |
| 185 | 2025-01-29T20:03:33.333Z | Done |
| 186 | 2025-01-29T20:03:33.714Z | Done |
| 187 | 2025-01-29T20:03:37.442Z | Done |
| 188 | 2025-01-29T20:03:37.535Z | Done |
| 189 | 2025-01-29T20:03:37.540Z | Done |
| 190 | 2025-01-29T20:03:37.669Z | Done |
| 191 | 2025-01-29T20:03:38.296Z | Planning: Evaluating mediator changes ... Done |
| 192 | 2025-01-29T20:03:38.299Z | Planning: Merging actions ... Done |
| 193 | 2025-01-29T20:03:38.488Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2025-01-29T20:03:38.490Z | Planning: Consolidating action changes ... Done |
| 195 | 2025-01-29T20:03:38.756Z | Planning: Evaluating mediators ... Done |
| 196 | 2025-01-29T20:03:38.811Z | Planning: Planning completed in 0.76 seconds |
| 197 | 2025-01-29T20:03:38.853Z | Packages to change: 1 |
| 198 | 2025-01-29T20:03:38.853Z | Mediators to change: 1 |
| 199 | 2025-01-29T20:03:38.855Z | Services to change: 1 |
| 200 | 2025-01-29T20:03:38.856Z | Create boot environment: No |
| 201 | 2025-01-29T20:03:38.856Z | Create backup boot environment: Yes |
| 202 | 2025-01-29T20:03:41.175Z | Actions: 1/6 actions (Updating modified actions) |
| 203 | 2025-01-29T20:03:41.178Z | Actions: Completed 6 actions in 0.00 seconds. |
| 204 | 2025-01-29T20:03:41.178Z | Done |
| 205 | 2025-01-29T20:03:41.178Z | Done |
| 206 | 2025-01-29T20:03:41.298Z | Done |
| 207 | 2025-01-29T20:03:45.083Z | Done |
| 208 | 2025-01-29T20:03:45.173Z | Done |
| 209 | 2025-01-29T20:03:45.175Z | Done |
| 210 | 2025-01-29T20:03:45.308Z | Done |
| 211 | 2025-01-29T20:03:45.749Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 212 | 2025-01-29T20:03:45.749Z | clang system 15 system |
| 213 | 2025-01-29T20:03:45.749Z | csh system system illumos |
| 214 | 2025-01-29T20:03:45.749Z | ctags system system illumos |
| 215 | 2025-01-29T20:03:45.749Z | gcc vendor 12 vendor |
| 216 | 2025-01-29T20:03:45.749Z | gcc system 10 system |
| 217 | 2025-01-29T20:03:45.749Z | gcc system 7 system |
| 218 | 2025-01-29T20:03:45.749Z | go system 1.20 system |
| 219 | 2025-01-29T20:03:45.749Z | go system 1.19 system |
| 220 | 2025-01-29T20:03:45.749Z | llvm system 15 system |
| 221 | 2025-01-29T20:03:45.749Z | llvm system 14 system |
| 222 | 2025-01-29T20:03:45.749Z | mariadb system 10.6 system |
| 223 | 2025-01-29T20:03:45.749Z | mta vendor vendor dma |
| 224 | 2025-01-29T20:03:45.750Z | openjdk system 17 system |
| 225 | 2025-01-29T20:03:45.750Z | openjdk system 11 system |
| 226 | 2025-01-29T20:03:45.750Z | openjdk system 1.8 system |
| 227 | 2025-01-29T20:03:45.750Z | openssl vendor 3 vendor |
| 228 | 2025-01-29T20:03:45.750Z | perl system 5.36 system |
| 229 | 2025-01-29T20:03:45.750Z | postgresql system 15 system |
| 230 | 2025-01-29T20:03:45.750Z | postgresql system 13 system |
| 231 | 2025-01-29T20:03:45.750Z | python vendor 3 vendor |
| 232 | 2025-01-29T20:03:45.750Z | python system 2 system |
| 233 | 2025-01-29T20:03:45.750Z | python3 system 3.11 system |
| 234 | 2025-01-29T20:03:45.750Z | ruby system 3.0 system |
| 235 | 2025-01-29T20:03:45.750Z | words vendor vendor american-english |
| 236 | 2025-01-29T20:03:45.750Z | words system system australian-english |
| 237 | 2025-01-29T20:03:45.750Z | words system system british-english |
| 238 | 2025-01-29T20:03:45.750Z | words system system canadian-english |
| 239 | 2025-01-29T20:03:45.750Z | words system system french |
| 240 | 2025-01-29T20:03:45.751Z | words system system italian |
| 241 | 2025-01-29T20:03:45.751Z | words system system ngerman |
| 242 | 2025-01-29T20:03:45.751Z | words system system ogerman |
| 243 | 2025-01-29T20:03:45.751Z | words system system spanish |
| 244 | 2025-01-29T20:03:46.093Z | PUBLISHER TYPE STATUS P LOCATION |
| 245 | 2025-01-29T20:03:46.093Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 246 | 2025-01-29T20:03:48.909Z | FMRI IFO |
| 247 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 248 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 249 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 250 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 251 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 252 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 253 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 254 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 255 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 256 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 257 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 258 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 259 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 260 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 261 | 2025-01-29T20:03:48.909Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 262 | 2025-01-29T20:03:49.680Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 263 | 2025-01-29T20:03:49.995Z | Updating crates.io index |
| 264 | 2025-01-29T20:03:49.997Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 265 | 2025-01-29T20:03:50.372Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2025-01-29T20:03:50.931Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 267 | 2025-01-29T20:03:51.219Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2025-01-29T20:03:51.497Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 269 | 2025-01-29T20:03:51.735Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 270 | 2025-01-29T20:03:52.649Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 271 | 2025-01-29T20:03:54.378Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 272 | 2025-01-29T20:03:55.240Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 273 | 2025-01-29T20:03:56.080Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2025-01-29T20:03:56.413Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2025-01-29T20:03:56.717Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 276 | 2025-01-29T20:03:57.525Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 277 | 2025-01-29T20:03:57.876Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 278 | 2025-01-29T20:03:58.174Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 279 | 2025-01-29T20:03:58.478Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 280 | 2025-01-29T20:03:58.749Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 281 | 2025-01-29T20:03:59.059Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 282 | 2025-01-29T20:03:59.385Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 283 | 2025-01-29T20:03:59.737Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 284 | 2025-01-29T20:04:00.132Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 285 | 2025-01-29T20:04:00.428Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 286 | 2025-01-29T20:04:00.734Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 287 | 2025-01-29T20:04:01.067Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2025-01-29T20:04:01.553Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 289 | 2025-01-29T20:04:01.886Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 290 | 2025-01-29T20:04:02.244Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 291 | 2025-01-29T20:04:02.662Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 292 | 2025-01-29T20:04:02.976Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 293 | 2025-01-29T20:04:03.274Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 294 | 2025-01-29T20:04:03.555Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 295 | 2025-01-29T20:04:04.796Z | Downloading crates ... |
| 296 | 2025-01-29T20:04:04.876Z | Downloaded anstyle v1.0.10 |
| 297 | 2025-01-29T20:04:04.879Z | Downloaded anstream v0.6.15 |
| 298 | 2025-01-29T20:04:04.900Z | Downloaded swrite v0.1.0 |
| 299 | 2025-01-29T20:04:04.908Z | Downloaded pretty-hex v0.4.1 |
| 300 | 2025-01-29T20:04:04.916Z | Downloaded is_terminal_polyfill v1.70.1 |
| 301 | 2025-01-29T20:04:04.919Z | Downloaded equivalent v1.0.1 |
| 302 | 2025-01-29T20:04:04.925Z | Downloaded usdt-attr-macro v0.5.0 |
| 303 | 2025-01-29T20:04:04.928Z | Downloaded scroll_derive v0.12.0 |
| 304 | 2025-01-29T20:04:04.930Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2025-01-29T20:04:04.933Z | Downloaded usdt-macro v0.5.0 |
| 306 | 2025-01-29T20:04:04.937Z | Downloaded terminal_size v0.4.0 |
| 307 | 2025-01-29T20:04:04.940Z | Downloaded cfg-if v1.0.0 |
| 308 | 2025-01-29T20:04:04.940Z | Downloaded thread-id v4.2.2 |
| 309 | 2025-01-29T20:04:04.940Z | Downloaded thiserror v1.0.69 |
| 310 | 2025-01-29T20:04:04.943Z | Downloaded pest_generator v2.7.14 |
| 311 | 2025-01-29T20:04:04.946Z | Downloaded cpufeatures v0.2.14 |
| 312 | 2025-01-29T20:04:04.948Z | Downloaded heck v0.5.0 |
| 313 | 2025-01-29T20:04:04.948Z | Downloaded fnv v1.0.7 |
| 314 | 2025-01-29T20:04:04.950Z | Downloaded fastrand v2.1.1 |
| 315 | 2025-01-29T20:04:04.950Z | Downloaded anstyle-parse v0.2.5 |
| 316 | 2025-01-29T20:04:04.953Z | Downloaded usdt v0.5.0 |
| 317 | 2025-01-29T20:04:04.953Z | Downloaded unicode-linebreak v0.1.5 |
| 318 | 2025-01-29T20:04:04.953Z | Downloaded proc-macro-error-attr v1.0.4 |
| 319 | 2025-01-29T20:04:04.956Z | Downloaded serde_tokenstream v0.2.2 |
| 320 | 2025-01-29T20:04:04.956Z | Downloaded memmap v0.7.0 |
| 321 | 2025-01-29T20:04:04.958Z | Downloaded macaddr v1.0.1 |
| 322 | 2025-01-29T20:04:04.958Z | Downloaded itoa v1.0.11 |
| 323 | 2025-01-29T20:04:04.961Z | Downloaded thiserror-impl v1.0.69 |
| 324 | 2025-01-29T20:04:04.961Z | Downloaded cargo-platform v0.1.8 |
| 325 | 2025-01-29T20:04:04.964Z | Downloaded tabled_derive v0.7.0 |
| 326 | 2025-01-29T20:04:04.964Z | Downloaded block-buffer v0.10.4 |
| 327 | 2025-01-29T20:04:04.964Z | Downloaded generic-array v0.14.7 |
| 328 | 2025-01-29T20:04:04.967Z | Downloaded autocfg v1.4.0 |
| 329 | 2025-01-29T20:04:04.967Z | Downloaded dof v0.3.0 |
| 330 | 2025-01-29T20:04:04.967Z | Downloaded bytecount v0.6.8 |
| 331 | 2025-01-29T20:04:04.970Z | Downloaded digest v0.10.7 |
| 332 | 2025-01-29T20:04:04.973Z | Downloaded clap_lex v0.7.4 |
| 333 | 2025-01-29T20:04:04.975Z | Downloaded clap_derive v4.5.24 |
| 334 | 2025-01-29T20:04:04.978Z | Downloaded toml_datetime v0.6.8 |
| 335 | 2025-01-29T20:04:04.981Z | Downloaded heck v0.4.1 |
| 336 | 2025-01-29T20:04:04.981Z | Downloaded fs-err v2.11.0 |
| 337 | 2025-01-29T20:04:04.984Z | Downloaded camino-tempfile v1.1.1 |
| 338 | 2025-01-29T20:04:04.987Z | Downloaded version_check v0.9.5 |
| 339 | 2025-01-29T20:04:04.987Z | Downloaded anstyle-query v1.1.1 |
| 340 | 2025-01-29T20:04:04.987Z | Downloaded smawk v0.3.2 |
| 341 | 2025-01-29T20:04:04.990Z | Downloaded strsim v0.11.1 |
| 342 | 2025-01-29T20:04:04.990Z | Downloaded errno v0.3.9 |
| 343 | 2025-01-29T20:04:04.992Z | Downloaded crypto-common v0.1.6 |
| 344 | 2025-01-29T20:04:04.992Z | Downloaded usdt-impl v0.5.0 |
| 345 | 2025-01-29T20:04:04.992Z | Downloaded plain v0.2.3 |
| 346 | 2025-01-29T20:04:04.996Z | Downloaded colorchoice v1.0.2 |
| 347 | 2025-01-29T20:04:04.996Z | Downloaded serde_spanned v0.6.8 |
| 348 | 2025-01-29T20:04:04.999Z | Downloaded sha2 v0.10.8 |
| 349 | 2025-01-29T20:04:04.999Z | Downloaded proc-macro-error v1.0.4 |
| 350 | 2025-01-29T20:04:05.002Z | Downloaded byteorder v1.5.0 |
| 351 | 2025-01-29T20:04:05.005Z | Downloaded quote v1.0.38 |
| 352 | 2025-01-29T20:04:05.005Z | Downloaded utf8parse v0.2.2 |
| 353 | 2025-01-29T20:04:05.008Z | Downloaded scroll v0.12.0 |
| 354 | 2025-01-29T20:04:05.008Z | Downloaded cargo_toml v0.20.5 |
| 355 | 2025-01-29T20:04:05.011Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2025-01-29T20:04:05.013Z | Downloaded bitflags v2.6.0 |
| 357 | 2025-01-29T20:04:05.017Z | Downloaded pest_derive v2.7.14 |
| 358 | 2025-01-29T20:04:05.020Z | Downloaded semver v1.0.24 |
| 359 | 2025-01-29T20:04:05.023Z | Downloaded typenum v1.17.0 |
| 360 | 2025-01-29T20:04:05.026Z | Downloaded cargo_metadata v0.18.1 |
| 361 | 2025-01-29T20:04:05.031Z | Downloaded log v0.4.22 |
| 362 | 2025-01-29T20:04:05.034Z | Downloaded ryu v1.0.18 |
| 363 | 2025-01-29T20:04:05.038Z | Downloaded textwrap v0.16.1 |
| 364 | 2025-01-29T20:04:05.041Z | Downloaded pest_meta v2.7.14 |
| 365 | 2025-01-29T20:04:05.044Z | Downloaded papergrid v0.11.0 |
| 366 | 2025-01-29T20:04:05.048Z | Downloaded unicode-ident v1.0.14 |
| 367 | 2025-01-29T20:04:05.051Z | Downloaded ucd-trie v0.1.7 |
| 368 | 2025-01-29T20:04:05.053Z | Downloaded toml v0.8.19 |
| 369 | 2025-01-29T20:04:05.056Z | Downloaded clap v4.5.27 |
| 370 | 2025-01-29T20:04:05.063Z | Downloaded tempfile v3.13.0 |
| 371 | 2025-01-29T20:04:05.065Z | Downloaded proc-macro2 v1.0.92 |
| 372 | 2025-01-29T20:04:05.068Z | Downloaded camino v1.1.9 |
| 373 | 2025-01-29T20:04:05.071Z | Downloaded once_cell v1.20.2 |
| 374 | 2025-01-29T20:04:05.073Z | Downloaded serde_derive v1.0.217 |
| 375 | 2025-01-29T20:04:05.076Z | Downloaded anyhow v1.0.95 |
| 376 | 2025-01-29T20:04:05.087Z | Downloaded serde v1.0.217 |
| 377 | 2025-01-29T20:04:05.090Z | Downloaded indexmap v2.7.1 |
| 378 | 2025-01-29T20:04:05.096Z | Downloaded memchr v2.7.4 |
| 379 | 2025-01-29T20:04:05.113Z | Downloaded toml_edit v0.22.22 |
| 380 | 2025-01-29T20:04:05.132Z | Downloaded hashbrown v0.15.1 |
| 381 | 2025-01-29T20:04:05.140Z | Downloaded pest v2.7.14 |
| 382 | 2025-01-29T20:04:05.145Z | Downloaded clap_builder v4.5.27 |
| 383 | 2025-01-29T20:04:05.157Z | Downloaded zerocopy v0.7.35 |
| 384 | 2025-01-29T20:04:05.171Z | Downloaded winnow v0.6.20 |
| 385 | 2025-01-29T20:04:05.179Z | Downloaded serde_json v1.0.135 |
| 386 | 2025-01-29T20:04:05.186Z | Downloaded tabled v0.15.0 |
| 387 | 2025-01-29T20:04:05.200Z | Downloaded goblin v0.8.2 |
| 388 | 2025-01-29T20:04:05.206Z | Downloaded syn v1.0.109 |
| 389 | 2025-01-29T20:04:05.222Z | Downloaded unicode-width v0.1.14 |
| 390 | 2025-01-29T20:04:05.230Z | Downloaded syn v2.0.96 |
| 391 | 2025-01-29T20:04:05.240Z | Downloaded rustix v0.38.37 |
| 392 | 2025-01-29T20:04:05.287Z | Downloaded libc v0.2.169 |
| 393 | 2025-01-29T20:04:05.606Z | Compiling proc-macro2 v1.0.92 |
| 394 | 2025-01-29T20:04:05.606Z | Compiling unicode-ident v1.0.14 |
| 395 | 2025-01-29T20:04:05.608Z | Compiling version_check v0.9.5 |
| 396 | 2025-01-29T20:04:05.608Z | Compiling serde v1.0.217 |
| 397 | 2025-01-29T20:04:05.608Z | Compiling memchr v2.7.4 |
| 398 | 2025-01-29T20:04:05.608Z | Compiling thiserror v1.0.69 |
| 399 | 2025-01-29T20:04:05.643Z | Compiling libc v0.2.169 |
| 400 | 2025-01-29T20:04:05.645Z | Compiling ucd-trie v0.1.7 |
| 401 | 2025-01-29T20:04:05.879Z | Compiling ryu v1.0.18 |
| 402 | 2025-01-29T20:04:06.270Z | Compiling itoa v1.0.11 |
| 403 | 2025-01-29T20:04:06.320Z | Compiling once_cell v1.20.2 |
| 404 | 2025-01-29T20:04:06.421Z | Compiling byteorder v1.5.0 |
| 405 | 2025-01-29T20:04:06.673Z | Compiling serde_json v1.0.135 |
| 406 | 2025-01-29T20:04:06.714Z | Compiling rustix v0.38.37 |
| 407 | 2025-01-29T20:04:06.818Z | Compiling bitflags v2.6.0 |
| 408 | 2025-01-29T20:04:07.029Z | Compiling usdt-impl v0.5.0 |
| 409 | 2025-01-29T20:04:07.165Z | Compiling proc-macro-error-attr v1.0.4 |
| 410 | 2025-01-29T20:04:07.265Z | Compiling syn v1.0.109 |
| 411 | 2025-01-29T20:04:07.369Z | Compiling proc-macro-error v1.0.4 |
| 412 | 2025-01-29T20:04:07.445Z | Compiling quote v1.0.38 |
| 413 | 2025-01-29T20:04:07.543Z | Compiling errno v0.3.9 |
| 414 | 2025-01-29T20:04:07.570Z | Compiling utf8parse v0.2.2 |
| 415 | 2025-01-29T20:04:07.651Z | Compiling camino v1.1.9 |
| 416 | 2025-01-29T20:04:07.721Z | Compiling equivalent v1.0.1 |
| 417 | 2025-01-29T20:04:07.747Z | Compiling hashbrown v0.15.1 |
| 418 | 2025-01-29T20:04:07.861Z | Compiling syn v2.0.96 |
| 419 | 2025-01-29T20:04:07.890Z | Compiling thread-id v4.2.2 |
| 420 | 2025-01-29T20:04:07.960Z | Compiling plain v0.2.3 |
| 421 | 2025-01-29T20:04:08.016Z | Compiling log v0.4.22 |
| 422 | 2025-01-29T20:04:08.144Z | Compiling anstyle-parse v0.2.5 |
| 423 | 2025-01-29T20:04:08.474Z | Compiling unicode-width v0.1.14 |
| 424 | 2025-01-29T20:04:08.504Z | Compiling anstyle-query v1.1.1 |
| 425 | 2025-01-29T20:04:08.681Z | Compiling is_terminal_polyfill v1.70.1 |
| 426 | 2025-01-29T20:04:08.708Z | Compiling autocfg v1.4.0 |
| 427 | 2025-01-29T20:04:08.832Z | Compiling indexmap v2.7.1 |
| 428 | 2025-01-29T20:04:08.854Z | Compiling colorchoice v1.0.2 |
| 429 | 2025-01-29T20:04:08.882Z | Compiling pretty-hex v0.4.1 |
| 430 | 2025-01-29T20:04:09.005Z | Compiling anstyle v1.0.10 |
| 431 | 2025-01-29T20:04:09.030Z | Compiling winnow v0.6.20 |
| 432 | 2025-01-29T20:04:09.097Z | Compiling semver v1.0.24 |
| 433 | 2025-01-29T20:04:09.466Z | Compiling anstream v0.6.15 |
| 434 | 2025-01-29T20:04:09.673Z | Compiling fs-err v2.11.0 |
| 435 | 2025-01-29T20:04:09.700Z | Compiling terminal_size v0.4.0 |
| 436 | 2025-01-29T20:04:10.040Z | Compiling anyhow v1.0.95 |
| 437 | 2025-01-29T20:04:10.067Z | Compiling bytecount v0.6.8 |
| 438 | 2025-01-29T20:04:10.093Z | Compiling fastrand v2.1.1 |
| 439 | 2025-01-29T20:04:10.118Z | Compiling strsim v0.11.1 |
| 440 | 2025-01-29T20:04:10.321Z | Compiling heck v0.5.0 |
| 441 | 2025-01-29T20:04:10.350Z | Compiling heck v0.4.1 |
| 442 | 2025-01-29T20:04:10.711Z | Compiling cfg-if v1.0.0 |
| 443 | 2025-01-29T20:04:10.834Z | Compiling clap_lex v0.7.4 |
| 444 | 2025-01-29T20:04:10.860Z | Compiling fnv v1.0.7 |
| 445 | 2025-01-29T20:04:11.022Z | Compiling tempfile v3.13.0 |
| 446 | 2025-01-29T20:04:11.100Z | Compiling papergrid v0.11.0 |
| 447 | 2025-01-29T20:04:11.288Z | Compiling clap_builder v4.5.27 |
| 448 | 2025-01-29T20:04:11.431Z | Compiling memmap v0.7.0 |
| 449 | 2025-01-29T20:04:11.475Z | Compiling smawk v0.3.2 |
| 450 | 2025-01-29T20:04:11.711Z | Compiling unicode-linebreak v0.1.5 |
| 451 | 2025-01-29T20:04:12.234Z | Compiling textwrap v0.16.1 |
| 452 | 2025-01-29T20:04:12.354Z | Compiling swrite v0.1.0 |
| 453 | 2025-01-29T20:04:13.009Z | Compiling tabled_derive v0.7.0 |
| 454 | 2025-01-29T20:04:14.455Z | Compiling tabled v0.15.0 |
| 455 | 2025-01-29T20:04:14.798Z | Compiling serde_derive v1.0.217 |
| 456 | 2025-01-29T20:04:14.798Z | Compiling thiserror-impl v1.0.69 |
| 457 | 2025-01-29T20:04:14.800Z | Compiling zerocopy-derive v0.7.35 |
| 458 | 2025-01-29T20:04:14.800Z | Compiling scroll_derive v0.12.0 |
| 459 | 2025-01-29T20:04:14.800Z | Compiling clap_derive v4.5.24 |
| 460 | 2025-01-29T20:04:16.294Z | Compiling scroll v0.12.0 |
| 461 | 2025-01-29T20:04:16.826Z | Compiling goblin v0.8.2 |
| 462 | 2025-01-29T20:04:16.896Z | Compiling zerocopy v0.7.35 |
| 463 | 2025-01-29T20:04:17.645Z | Compiling pest v2.7.14 |
| 464 | 2025-01-29T20:04:18.565Z | Compiling clap v4.5.27 |
| 465 | 2025-01-29T20:04:19.812Z | Compiling pest_meta v2.7.14 |
| 466 | 2025-01-29T20:04:20.779Z | Compiling pest_generator v2.7.14 |
| 467 | 2025-01-29T20:04:22.039Z | Compiling pest_derive v2.7.14 |
| 468 | 2025-01-29T20:04:22.804Z | Compiling dtrace-parser v0.2.0 |
| 469 | 2025-01-29T20:04:23.767Z | Compiling serde_tokenstream v0.2.2 |
| 470 | 2025-01-29T20:04:23.842Z | Compiling serde_spanned v0.6.8 |
| 471 | 2025-01-29T20:04:23.842Z | Compiling toml_datetime v0.6.8 |
| 472 | 2025-01-29T20:04:23.956Z | Compiling cargo-platform v0.1.8 |
| 473 | 2025-01-29T20:04:24.185Z | Compiling toml_edit v0.22.22 |
| 474 | 2025-01-29T20:04:24.317Z | Compiling macaddr v1.0.1 |
| 475 | 2025-01-29T20:04:24.476Z | Compiling camino-tempfile v1.1.1 |
| 476 | 2025-01-29T20:04:25.183Z | Compiling dof v0.3.0 |
| 477 | 2025-01-29T20:04:25.234Z | Compiling cargo_metadata v0.18.1 |
| 478 | 2025-01-29T20:04:26.634Z | Compiling usdt-attr-macro v0.5.0 |
| 479 | 2025-01-29T20:04:26.635Z | Compiling usdt-macro v0.5.0 |
| 480 | 2025-01-29T20:04:27.071Z | Compiling toml v0.8.19 |
| 481 | 2025-01-29T20:04:27.811Z | Compiling usdt v0.5.0 |
| 482 | 2025-01-29T20:04:27.916Z | Compiling cargo_toml v0.20.5 |
| 483 | 2025-01-29T20:04:30.613Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 484 | 2025-01-29T20:04:33.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.32s |
| 485 | 2025-01-29T20:04:34.071Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 486 | 2025-01-29T20:04:34.613Z | Downloading crates ... |
| 487 | 2025-01-29T20:04:34.729Z | Downloaded assert_matches v1.5.0 |
| 488 | 2025-01-29T20:04:34.737Z | Downloaded async-stream-impl v0.3.6 |
| 489 | 2025-01-29T20:04:34.740Z | Downloaded atty v0.2.14 |
| 490 | 2025-01-29T20:04:34.744Z | Downloaded atomicwrites v0.4.4 |
| 491 | 2025-01-29T20:04:34.749Z | Downloaded ciborium-io v0.2.2 |
| 492 | 2025-01-29T20:04:34.752Z | Downloaded crunchy v0.2.2 |
| 493 | 2025-01-29T20:04:34.756Z | Downloaded cfg_aliases v0.1.1 |
| 494 | 2025-01-29T20:04:34.758Z | Downloaded cfg_aliases v0.2.1 |
| 495 | 2025-01-29T20:04:34.765Z | Downloaded async-recursion v1.1.1 |
| 496 | 2025-01-29T20:04:34.769Z | Downloaded async-stream v0.3.6 |
| 497 | 2025-01-29T20:04:34.773Z | Downloaded hmac v0.12.1 |
| 498 | 2025-01-29T20:04:34.778Z | Downloaded cstr-argument v0.1.2 |
| 499 | 2025-01-29T20:04:34.781Z | Downloaded ident_case v1.0.1 |
| 500 | 2025-01-29T20:04:34.781Z | Downloaded crucible-workspace-hack v0.1.0 |
| 501 | 2025-01-29T20:04:34.781Z | Downloaded cexpr v0.6.0 |
| 502 | 2025-01-29T20:04:34.784Z | Downloaded icu_provider_macros v1.5.0 |
| 503 | 2025-01-29T20:04:34.784Z | Downloaded cbc v0.1.2 |
| 504 | 2025-01-29T20:04:34.787Z | Downloaded buf-list v1.0.3 |
| 505 | 2025-01-29T20:04:34.789Z | Downloaded cmake v0.1.51 |
| 506 | 2025-01-29T20:04:34.792Z | Downloaded blowfish v0.9.1 |
| 507 | 2025-01-29T20:04:34.793Z | Downloaded block-padding v0.3.3 |
| 508 | 2025-01-29T20:04:34.796Z | Downloaded instant v0.1.13 |
| 509 | 2025-01-29T20:04:34.796Z | Downloaded ciborium-ll v0.2.2 |
| 510 | 2025-01-29T20:04:34.800Z | Downloaded bit-set v0.5.3 |
| 511 | 2025-01-29T20:04:34.800Z | Downloaded bb8 v0.8.5 |
| 512 | 2025-01-29T20:04:34.803Z | Downloaded castaway v0.2.3 |
| 513 | 2025-01-29T20:04:34.803Z | Downloaded crc-catalog v2.4.0 |
| 514 | 2025-01-29T20:04:34.806Z | Downloaded chrono-tz-build v0.4.0 |
| 515 | 2025-01-29T20:04:34.806Z | Downloaded new_debug_unreachable v1.0.6 |
| 516 | 2025-01-29T20:04:34.806Z | Downloaded match_cfg v0.1.0 |
| 517 | 2025-01-29T20:04:34.811Z | Downloaded chacha20 v0.9.1 |
| 518 | 2025-01-29T20:04:34.814Z | Downloaded newline-converter v0.3.0 |
| 519 | 2025-01-29T20:04:34.814Z | Downloaded http-body v1.0.1 |
| 520 | 2025-01-29T20:04:34.814Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 521 | 2025-01-29T20:04:34.817Z | Downloaded md5 v0.7.0 |
| 522 | 2025-01-29T20:04:34.817Z | Downloaded cobs v0.2.3 |
| 523 | 2025-01-29T20:04:34.817Z | Downloaded ctr v0.9.2 |
| 524 | 2025-01-29T20:04:34.820Z | Downloaded argon2 v0.5.3 |
| 525 | 2025-01-29T20:04:34.823Z | Downloaded mirai-annotations v1.12.0 |
| 526 | 2025-01-29T20:04:34.826Z | Downloaded hickory-resolver v0.24.2 |
| 527 | 2025-01-29T20:04:34.830Z | Downloaded hubpack_derive v0.1.1 |
| 528 | 2025-01-29T20:04:34.830Z | Downloaded adler2 v2.0.0 |
| 529 | 2025-01-29T20:04:34.833Z | Downloaded cipher v0.4.4 |
| 530 | 2025-01-29T20:04:34.836Z | Downloaded constant_time_eq v0.3.1 |
| 531 | 2025-01-29T20:04:34.836Z | Downloaded kstat-rs v0.2.4 |
| 532 | 2025-01-29T20:04:34.840Z | Downloaded colored v2.1.0 |
| 533 | 2025-01-29T20:04:34.843Z | Downloaded home v0.5.9 |
| 534 | 2025-01-29T20:04:34.843Z | Downloaded async-bb8-diesel v0.2.1 |
| 535 | 2025-01-29T20:04:34.847Z | Downloaded backoff v0.4.0 |
| 536 | 2025-01-29T20:04:34.850Z | Downloaded indoc v1.0.9 |
| 537 | 2025-01-29T20:04:34.853Z | Downloaded inout v0.1.3 |
| 538 | 2025-01-29T20:04:34.853Z | Downloaded convert_case v0.4.0 |
| 539 | 2025-01-29T20:04:34.856Z | Downloaded cancel-safe-futures v0.1.5 |
| 540 | 2025-01-29T20:04:34.860Z | Downloaded rpassword v7.3.1 |
| 541 | 2025-01-29T20:04:34.865Z | Downloaded is-terminal v0.4.13 |
| 542 | 2025-01-29T20:04:34.865Z | Downloaded hyper-tls v0.6.0 |
| 543 | 2025-01-29T20:04:34.865Z | Downloaded maybe-uninit v2.0.0 |
| 544 | 2025-01-29T20:04:34.869Z | Downloaded csv-core v0.1.11 |
| 545 | 2025-01-29T20:04:34.869Z | Downloaded memoffset v0.9.1 |
| 546 | 2025-01-29T20:04:34.869Z | Downloaded linked-hash-map v0.5.6 |
| 547 | 2025-01-29T20:04:34.872Z | Downloaded linear-map v1.2.0 |
| 548 | 2025-01-29T20:04:34.872Z | Downloaded lazycell v1.3.0 |
| 549 | 2025-01-29T20:04:34.875Z | Downloaded cookie_store v0.21.1 |
| 550 | 2025-01-29T20:04:34.880Z | Downloaded libsw v3.3.1 |
| 551 | 2025-01-29T20:04:34.883Z | Downloaded tower-service v0.3.3 |
| 552 | 2025-01-29T20:04:34.883Z | Downloaded maplit v1.0.2 |
| 553 | 2025-01-29T20:04:34.883Z | Downloaded crossbeam-deque v0.8.5 |
| 554 | 2025-01-29T20:04:34.883Z | Downloaded termtree v0.4.1 |
| 555 | 2025-01-29T20:04:34.886Z | Downloaded rand_seeder v0.3.0 |
| 556 | 2025-01-29T20:04:34.890Z | Downloaded lru-cache v0.1.2 |
| 557 | 2025-01-29T20:04:34.890Z | Downloaded lru v0.12.5 |
| 558 | 2025-01-29T20:04:34.893Z | Downloaded managed v0.8.0 |
| 559 | 2025-01-29T20:04:34.893Z | Downloaded bzip2 v0.4.4 |
| 560 | 2025-01-29T20:04:34.893Z | Downloaded clang-sys v1.8.1 |
| 561 | 2025-01-29T20:04:34.896Z | Downloaded mime v0.3.17 |
| 562 | 2025-01-29T20:04:34.899Z | Downloaded md-5 v0.10.6 |
| 563 | 2025-01-29T20:04:34.902Z | Downloaded tinyvec_macros v0.1.1 |
| 564 | 2025-01-29T20:04:34.902Z | Downloaded blake2 v0.10.6 |
| 565 | 2025-01-29T20:04:34.905Z | Downloaded const_format_proc_macros v0.2.34 |
| 566 | 2025-01-29T20:04:34.908Z | Downloaded write16 v1.0.0 |
| 567 | 2025-01-29T20:04:34.910Z | Downloaded highway v1.2.0 |
| 568 | 2025-01-29T20:04:34.913Z | Downloaded crossbeam-utils v0.8.20 |
| 569 | 2025-01-29T20:04:34.916Z | Downloaded rustfmt-wrapper v0.2.1 |
| 570 | 2025-01-29T20:04:34.920Z | Downloaded multimap v0.10.0 |
| 571 | 2025-01-29T20:04:34.920Z | Downloaded crc-any v2.5.0 |
| 572 | 2025-01-29T20:04:34.925Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 573 | 2025-01-29T20:04:34.925Z | Downloaded httparse v1.9.5 |
| 574 | 2025-01-29T20:04:34.928Z | Downloaded signal-hook-tokio v0.3.1 |
| 575 | 2025-01-29T20:04:34.928Z | Downloaded termios v0.3.3 |
| 576 | 2025-01-29T20:04:34.931Z | Downloaded libloading v0.8.5 |
| 577 | 2025-01-29T20:04:34.934Z | Downloaded tinystr v0.7.6 |
| 578 | 2025-01-29T20:04:34.937Z | Downloaded termcolor v1.4.1 |
| 579 | 2025-01-29T20:04:34.937Z | Downloaded supports-color v3.0.1 |
| 580 | 2025-01-29T20:04:34.940Z | Downloaded stringprep v0.1.5 |
| 581 | 2025-01-29T20:04:34.943Z | Downloaded litemap v0.7.3 |
| 582 | 2025-01-29T20:04:34.946Z | Downloaded async-trait v0.1.85 |
| 583 | 2025-01-29T20:04:34.950Z | Downloaded nanorand v0.7.0 |
| 584 | 2025-01-29T20:04:34.954Z | Downloaded lock_api v0.4.12 |
| 585 | 2025-01-29T20:04:34.957Z | Downloaded downcast v0.11.0 |
| 586 | 2025-01-29T20:04:34.957Z | Downloaded chacha20poly1305 v0.10.1 |
| 587 | 2025-01-29T20:04:34.962Z | Downloaded rustversion v1.0.17 |
| 588 | 2025-01-29T20:04:34.965Z | Downloaded libefi-sys v0.1.0 |
| 589 | 2025-01-29T20:04:34.965Z | Downloaded schemars_derive v0.8.21 |
| 590 | 2025-01-29T20:04:34.965Z | Downloaded hyper-staticfile v0.10.1 |
| 591 | 2025-01-29T20:04:34.968Z | Downloaded which v4.4.2 |
| 592 | 2025-01-29T20:04:34.970Z | Downloaded serde_with_macros v3.11.0 |
| 593 | 2025-01-29T20:04:34.975Z | Downloaded number_prefix v0.4.0 |
| 594 | 2025-01-29T20:04:34.975Z | Downloaded num_threads v0.1.7 |
| 595 | 2025-01-29T20:04:34.978Z | Downloaded base64 v0.13.1 |
| 596 | 2025-01-29T20:04:34.980Z | Downloaded lalrpop-util v0.19.12 |
| 597 | 2025-01-29T20:04:34.980Z | Downloaded crossbeam-epoch v0.9.18 |
| 598 | 2025-01-29T20:04:34.984Z | Downloaded pretty-hex v0.2.1 |
| 599 | 2025-01-29T20:04:34.987Z | Downloaded defmt-macros v0.3.9 |
| 600 | 2025-01-29T20:04:34.991Z | Downloaded fragile v2.0.0 |
| 601 | 2025-01-29T20:04:34.994Z | Downloaded sqlparser_derive v0.2.2 |
| 602 | 2025-01-29T20:04:34.994Z | Downloaded serde-big-array v0.5.1 |
| 603 | 2025-01-29T20:04:34.994Z | Downloaded fallible-iterator v0.2.0 |
| 604 | 2025-01-29T20:04:34.997Z | Downloaded dunce v1.0.5 |
| 605 | 2025-01-29T20:04:34.997Z | Downloaded tls_codec_derive v0.4.1 |
| 606 | 2025-01-29T20:04:35.001Z | Downloaded mime_guess v2.0.5 |
| 607 | 2025-01-29T20:04:35.001Z | Downloaded num_enum_derive v0.5.11 |
| 608 | 2025-01-29T20:04:35.003Z | Downloaded icu_normalizer v1.5.0 |
| 609 | 2025-01-29T20:04:35.006Z | Downloaded base64 v0.21.7 |
| 610 | 2025-01-29T20:04:35.011Z | Downloaded native-tls v0.2.12 |
| 611 | 2025-01-29T20:04:35.014Z | Downloaded mockall_derive v0.13.0 |
| 612 | 2025-01-29T20:04:35.017Z | Downloaded indexmap v1.9.3 |
| 613 | 2025-01-29T20:04:35.021Z | Downloaded try-lock v0.2.5 |
| 614 | 2025-01-29T20:04:35.025Z | Downloaded icu_locid_transform_data v1.5.0 |
| 615 | 2025-01-29T20:04:35.025Z | Downloaded whoami v1.5.2 |
| 616 | 2025-01-29T20:04:35.031Z | Downloaded icu_provider v1.5.0 |
| 617 | 2025-01-29T20:04:35.034Z | Downloaded zone_cfg_derive v0.1.2 |
| 618 | 2025-01-29T20:04:35.034Z | Downloaded phf_shared v0.11.2 |
| 619 | 2025-01-29T20:04:35.034Z | Downloaded peg v0.8.4 |
| 620 | 2025-01-29T20:04:35.037Z | Downloaded rfc6979 v0.4.0 |
| 621 | 2025-01-29T20:04:35.040Z | Downloaded env_logger v0.11.5 |
| 622 | 2025-01-29T20:04:35.044Z | Downloaded derive_builder_macro v0.20.2 |
| 623 | 2025-01-29T20:04:35.046Z | Downloaded futures-core v0.3.31 |
| 624 | 2025-01-29T20:04:35.046Z | Downloaded rustc-hash v2.0.0 |
| 625 | 2025-01-29T20:04:35.049Z | Downloaded funty v2.0.0 |
| 626 | 2025-01-29T20:04:35.049Z | Downloaded fallible-iterator v0.3.0 |
| 627 | 2025-01-29T20:04:35.052Z | Downloaded shlex v1.3.0 |
| 628 | 2025-01-29T20:04:35.052Z | Downloaded num-complex v0.4.6 |
| 629 | 2025-01-29T20:04:35.055Z | Downloaded zone_cfg_derive v0.3.0 |
| 630 | 2025-01-29T20:04:35.055Z | Downloaded fs_extra v1.3.0 |
| 631 | 2025-01-29T20:04:35.057Z | Downloaded crypto-bigint v0.5.5 |
| 632 | 2025-01-29T20:04:35.065Z | Downloaded termtree v0.5.1 |
| 633 | 2025-01-29T20:04:35.068Z | Downloaded heapless v0.8.0 |
| 634 | 2025-01-29T20:04:35.076Z | Downloaded tui-tree-widget v0.22.0 |
| 635 | 2025-01-29T20:04:35.079Z | Downloaded thread_local v1.1.8 |
| 636 | 2025-01-29T20:04:35.079Z | Downloaded thiserror-no-std v2.0.2 |
| 637 | 2025-01-29T20:04:35.081Z | Downloaded peg-runtime v0.8.3 |
| 638 | 2025-01-29T20:04:35.084Z | Downloaded indicatif v0.17.9 |
| 639 | 2025-01-29T20:04:35.086Z | Downloaded progenitor v0.9.1 |
| 640 | 2025-01-29T20:04:35.090Z | Downloaded peg-macros v0.8.4 |
| 641 | 2025-01-29T20:04:35.093Z | Downloaded zopfli v0.8.1 |
| 642 | 2025-01-29T20:04:35.096Z | Downloaded icu_properties v1.5.1 |
| 643 | 2025-01-29T20:04:35.099Z | Downloaded crossbeam-channel v0.5.13 |
| 644 | 2025-01-29T20:04:35.102Z | Downloaded hex-literal v0.4.1 |
| 645 | 2025-01-29T20:04:35.105Z | Downloaded group v0.13.0 |
| 646 | 2025-01-29T20:04:35.108Z | Downloaded fixedbitset v0.4.2 |
| 647 | 2025-01-29T20:04:35.108Z | Downloaded bumpalo v3.16.0 |
| 648 | 2025-01-29T20:04:35.111Z | Downloaded take_mut v0.2.2 |
| 649 | 2025-01-29T20:04:35.114Z | Downloaded ron v0.8.1 |
| 650 | 2025-01-29T20:04:35.119Z | Downloaded tokio-tungstenite v0.23.1 |
| 651 | 2025-01-29T20:04:35.122Z | Downloaded structmeta v0.3.0 |
| 652 | 2025-01-29T20:04:35.125Z | Downloaded structmeta-derive v0.2.0 |
| 653 | 2025-01-29T20:04:35.125Z | Downloaded either v1.13.0 |
| 654 | 2025-01-29T20:04:35.127Z | Downloaded num_enum v0.5.11 |
| 655 | 2025-01-29T20:04:35.134Z | Downloaded vte_generate_state_changes v0.1.2 |
| 656 | 2025-01-29T20:04:35.137Z | Downloaded progenitor v0.8.0 |
| 657 | 2025-01-29T20:04:35.137Z | Downloaded pbkdf2 v0.11.0 |
| 658 | 2025-01-29T20:04:35.140Z | Downloaded xattr v1.3.1 |
| 659 | 2025-01-29T20:04:35.151Z | Downloaded openssl-probe v0.1.5 |
| 660 | 2025-01-29T20:04:35.154Z | Downloaded futures-macro v0.3.31 |
| 661 | 2025-01-29T20:04:35.156Z | Downloaded futures-io v0.3.31 |
| 662 | 2025-01-29T20:04:35.157Z | Downloaded foreign-types-shared v0.3.1 |
| 663 | 2025-01-29T20:04:35.157Z | Downloaded want v0.3.1 |
| 664 | 2025-01-29T20:04:35.159Z | Downloaded waitgroup v0.1.2 |
| 665 | 2025-01-29T20:04:35.160Z | Downloaded des v0.8.1 |
| 666 | 2025-01-29T20:04:35.163Z | Downloaded rsa v0.9.6 |
| 667 | 2025-01-29T20:04:35.166Z | Downloaded hyper-util v0.1.10 |
| 668 | 2025-01-29T20:04:35.172Z | Downloaded tap v1.0.1 |
| 669 | 2025-01-29T20:04:35.175Z | Downloaded typify-macro v0.3.0 |
| 670 | 2025-01-29T20:04:35.175Z | Downloaded icu_collections v1.5.0 |
| 671 | 2025-01-29T20:04:35.181Z | Downloaded unarray v0.1.4 |
| 672 | 2025-01-29T20:04:35.183Z | Downloaded olpc-cjson v0.1.4 |
| 673 | 2025-01-29T20:04:35.186Z | Downloaded serde_derive_internals v0.29.1 |
| 674 | 2025-01-29T20:04:35.189Z | Downloaded dirs-next v2.0.0 |
| 675 | 2025-01-29T20:04:35.189Z | Downloaded debug-ignore v1.0.5 |
| 676 | 2025-01-29T20:04:35.193Z | Downloaded wait-timeout v0.2.0 |
| 677 | 2025-01-29T20:04:35.193Z | Downloaded typify-macro v0.2.0 |
| 678 | 2025-01-29T20:04:35.196Z | Downloaded fxhash v0.2.1 |
| 679 | 2025-01-29T20:04:35.196Z | Downloaded endian-type v0.1.2 |
| 680 | 2025-01-29T20:04:35.196Z | Downloaded zerocopy v0.6.6 |
| 681 | 2025-01-29T20:04:35.199Z | Downloaded structmeta v0.2.0 |
| 682 | 2025-01-29T20:04:35.199Z | Downloaded nodrop v0.1.14 |
| 683 | 2025-01-29T20:04:35.202Z | Downloaded num v0.4.3 |
| 684 | 2025-01-29T20:04:35.202Z | Downloaded form_urlencoded v1.2.1 |
| 685 | 2025-01-29T20:04:35.205Z | Downloaded percent-encoding v2.3.1 |
| 686 | 2025-01-29T20:04:35.205Z | Downloaded pem v3.0.4 |
| 687 | 2025-01-29T20:04:35.208Z | Downloaded float-cmp v0.9.0 |
| 688 | 2025-01-29T20:04:35.208Z | Downloaded futures-executor v0.3.31 |
| 689 | 2025-01-29T20:04:35.212Z | Downloaded tracing-attributes v0.1.27 |
| 690 | 2025-01-29T20:04:35.215Z | Downloaded rusty-fork v0.3.0 |
| 691 | 2025-01-29T20:04:35.215Z | Downloaded term v0.7.0 |
| 692 | 2025-01-29T20:04:35.218Z | Downloaded spin v0.9.8 |
| 693 | 2025-01-29T20:04:35.227Z | Downloaded typify v0.3.0 |
| 694 | 2025-01-29T20:04:35.231Z | Downloaded yoke-derive v0.7.4 |
| 695 | 2025-01-29T20:04:35.236Z | Downloaded float-ord v0.3.2 |
| 696 | 2025-01-29T20:04:35.239Z | Downloaded r2d2 v0.8.10 |
| 697 | 2025-01-29T20:04:35.239Z | Downloaded pkg-config v0.3.31 |
| 698 | 2025-01-29T20:04:35.242Z | Downloaded serde_plain v1.0.2 |
| 699 | 2025-01-29T20:04:35.248Z | Downloaded static_assertions v1.1.0 |
| 700 | 2025-01-29T20:04:35.252Z | Downloaded pin-project v1.1.6 |
| 701 | 2025-01-29T20:04:35.263Z | Downloaded strum_macros v0.25.3 |
| 702 | 2025-01-29T20:04:35.266Z | Downloaded hickory-server v0.24.2 |
| 703 | 2025-01-29T20:04:35.273Z | Downloaded ssh-cipher v0.2.0 |
| 704 | 2025-01-29T20:04:35.277Z | Downloaded serde_repr v0.1.19 |
| 705 | 2025-01-29T20:04:35.277Z | Downloaded slog v2.7.0 |
| 706 | 2025-01-29T20:04:35.280Z | Downloaded wyz v0.5.1 |
| 707 | 2025-01-29T20:04:35.283Z | Downloaded minimal-lexical v0.2.1 |
| 708 | 2025-01-29T20:04:35.287Z | Downloaded scopeguard v1.2.0 |
| 709 | 2025-01-29T20:04:35.290Z | Downloaded aho-corasick v1.1.3 |
| 710 | 2025-01-29T20:04:35.294Z | Downloaded defmt v0.3.8 |
| 711 | 2025-01-29T20:04:35.298Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 712 | 2025-01-29T20:04:35.301Z | Downloaded fd-lock v4.0.2 |
| 713 | 2025-01-29T20:04:35.305Z | Downloaded enum-as-inner v0.6.1 |
| 714 | 2025-01-29T20:04:35.305Z | Downloaded ena v0.14.3 |
| 715 | 2025-01-29T20:04:35.309Z | Downloaded postgres-types v0.2.8 |
| 716 | 2025-01-29T20:04:35.312Z | Downloaded headers-core v0.3.0 |
| 717 | 2025-01-29T20:04:35.312Z | Downloaded expectorate v1.1.0 |
| 718 | 2025-01-29T20:04:35.312Z | Downloaded ff v0.13.0 |
| 719 | 2025-01-29T20:04:35.315Z | Downloaded quick-error v1.2.3 |
| 720 | 2025-01-29T20:04:35.318Z | Downloaded tokio-rustls v0.24.1 |
| 721 | 2025-01-29T20:04:35.318Z | Downloaded sigpipe v0.1.3 |
| 722 | 2025-01-29T20:04:35.320Z | Downloaded strum_macros v0.24.3 |
| 723 | 2025-01-29T20:04:35.323Z | Downloaded crossterm v0.28.1 |
| 724 | 2025-01-29T20:04:35.328Z | Downloaded foreign-types-shared v0.1.1 |
| 725 | 2025-01-29T20:04:35.332Z | Downloaded darling_macro v0.20.10 |
| 726 | 2025-01-29T20:04:35.332Z | Downloaded smf v0.2.3 |
| 727 | 2025-01-29T20:04:35.333Z | Downloaded salsa20 v0.10.2 |
| 728 | 2025-01-29T20:04:35.336Z | Downloaded dropshot_endpoint v0.12.0 |
| 729 | 2025-01-29T20:04:35.339Z | Downloaded parse-size v1.1.0 |
| 730 | 2025-01-29T20:04:35.339Z | Downloaded openssl-macros v0.1.1 |
| 731 | 2025-01-29T20:04:35.339Z | Downloaded scheduled-thread-pool v0.2.7 |
| 732 | 2025-01-29T20:04:35.342Z | Downloaded ref-cast v1.0.23 |
| 733 | 2025-01-29T20:04:35.342Z | Downloaded slog-json v2.6.1 |
| 734 | 2025-01-29T20:04:35.346Z | Downloaded slog-dtrace v0.3.0 |
| 735 | 2025-01-29T20:04:35.348Z | Downloaded unicode_categories v0.1.1 |
| 736 | 2025-01-29T20:04:35.349Z | Downloaded http v1.2.0 |
| 737 | 2025-01-29T20:04:35.354Z | Downloaded slog-bunyan v2.5.0 |
| 738 | 2025-01-29T20:04:35.356Z | Downloaded writeable v0.5.5 |
| 739 | 2025-01-29T20:04:35.356Z | Downloaded pkcs5 v0.7.1 |
| 740 | 2025-01-29T20:04:35.360Z | Downloaded walkdir v2.5.0 |
| 741 | 2025-01-29T20:04:35.364Z | Downloaded zerofrom v0.1.4 |
| 742 | 2025-01-29T20:04:35.368Z | Downloaded embedded-io v0.6.1 |
| 743 | 2025-01-29T20:04:35.368Z | Downloaded deranged v0.3.11 |
| 744 | 2025-01-29T20:04:35.368Z | Downloaded owo-colors v4.1.0 |
| 745 | 2025-01-29T20:04:35.370Z | Downloaded newtype_derive v0.1.6 |
| 746 | 2025-01-29T20:04:35.373Z | Downloaded heck v0.3.3 |
| 747 | 2025-01-29T20:04:35.373Z | Downloaded oso-derive v0.27.3 |
| 748 | 2025-01-29T20:04:35.373Z | Downloaded postgres-protocol v0.6.7 |
| 749 | 2025-01-29T20:04:35.376Z | Downloaded foreign-types v0.5.0 |
| 750 | 2025-01-29T20:04:35.379Z | Downloaded foldhash v0.1.3 |
| 751 | 2025-01-29T20:04:35.379Z | Downloaded num-bigint-dig v0.8.4 |
| 752 | 2025-01-29T20:04:35.386Z | Downloaded precomputed-hash v0.1.1 |
| 753 | 2025-01-29T20:04:35.389Z | Downloaded tar v0.4.42 |
| 754 | 2025-01-29T20:04:35.389Z | Downloaded blake3 v1.5.4 |
| 755 | 2025-01-29T20:04:35.396Z | Downloaded phf v0.11.2 |
| 756 | 2025-01-29T20:04:35.401Z | Downloaded slog-envlogger v2.2.0 |
| 757 | 2025-01-29T20:04:35.401Z | Downloaded url v2.5.3 |
| 758 | 2025-01-29T20:04:35.407Z | Downloaded tungstenite v0.24.0 |
| 759 | 2025-01-29T20:04:35.410Z | Downloaded slab v0.4.9 |
| 760 | 2025-01-29T20:04:35.410Z | Downloaded siphasher v0.3.11 |
| 761 | 2025-01-29T20:04:35.410Z | Downloaded fatfs v0.3.6 |
| 762 | 2025-01-29T20:04:35.413Z | Downloaded russh v0.45.0 |
| 763 | 2025-01-29T20:04:35.419Z | Downloaded zerofrom-derive v0.1.4 |
| 764 | 2025-01-29T20:04:35.422Z | Downloaded embedded-io v0.4.0 |
| 765 | 2025-01-29T20:04:35.425Z | Downloaded strum_macros v0.26.4 |
| 766 | 2025-01-29T20:04:35.425Z | Downloaded newtype-uuid v1.2.1 |
| 767 | 2025-01-29T20:04:35.428Z | Downloaded aws-lc-rs v1.10.0 |
| 768 | 2025-01-29T20:04:35.435Z | Downloaded progenitor-client v0.8.0 |
| 769 | 2025-01-29T20:04:35.439Z | Downloaded libxml v0.3.3 |
| 770 | 2025-01-29T20:04:35.442Z | Downloaded powerfmt v0.2.0 |
| 771 | 2025-01-29T20:04:35.445Z | Downloaded num-iter v0.1.45 |
| 772 | 2025-01-29T20:04:35.448Z | Downloaded serde_urlencoded v0.7.1 |
| 773 | 2025-01-29T20:04:35.448Z | Downloaded phf_codegen v0.11.2 |
| 774 | 2025-01-29T20:04:35.451Z | Downloaded der_derive v0.7.3 |
| 775 | 2025-01-29T20:04:35.451Z | Downloaded itertools v0.10.5 |
| 776 | 2025-01-29T20:04:35.457Z | Downloaded russh-cryptovec v0.7.3 |
| 777 | 2025-01-29T20:04:35.460Z | Downloaded utf16_iter v1.0.5 |
| 778 | 2025-01-29T20:04:35.460Z | Downloaded hash32 v0.3.1 |
| 779 | 2025-01-29T20:04:35.464Z | Downloaded utf8_iter v1.0.4 |
| 780 | 2025-01-29T20:04:35.464Z | Downloaded untrusted v0.9.0 |
| 781 | 2025-01-29T20:04:35.467Z | Downloaded flume v0.11.1 |
| 782 | 2025-01-29T20:04:35.469Z | Downloaded zeroize_derive v1.4.2 |
| 783 | 2025-01-29T20:04:35.469Z | Downloaded tokio-native-tls v0.3.1 |
| 784 | 2025-01-29T20:04:35.478Z | Downloaded rustls-pemfile v1.0.4 |
| 785 | 2025-01-29T20:04:35.478Z | Downloaded psl-types v2.0.11 |
| 786 | 2025-01-29T20:04:35.478Z | Downloaded serde_with v3.11.0 |
| 787 | 2025-01-29T20:04:35.483Z | Downloaded progenitor-macro v0.9.1 |
| 788 | 2025-01-29T20:04:35.486Z | Downloaded quick-xml v0.33.0 |
| 789 | 2025-01-29T20:04:35.490Z | Downloaded tokio-macros v2.5.0 |
| 790 | 2025-01-29T20:04:35.493Z | Downloaded ppv-lite86 v0.2.20 |
| 791 | 2025-01-29T20:04:35.493Z | Downloaded zone v0.1.8 |
| 792 | 2025-01-29T20:04:35.495Z | Downloaded phf_shared v0.10.0 |
| 793 | 2025-01-29T20:04:35.495Z | Downloaded num-rational v0.4.2 |
| 794 | 2025-01-29T20:04:35.498Z | Downloaded untrusted v0.7.1 |
| 795 | 2025-01-29T20:04:35.499Z | Downloaded zerovec-derive v0.10.3 |
| 796 | 2025-01-29T20:04:35.502Z | Downloaded ron v0.7.1 |
| 797 | 2025-01-29T20:04:35.505Z | Downloaded strum v0.26.3 |
| 798 | 2025-01-29T20:04:35.508Z | Downloaded progenitor-client v0.9.1 |
| 799 | 2025-01-29T20:04:35.508Z | Downloaded subprocess v0.2.9 |
| 800 | 2025-01-29T20:04:35.511Z | Downloaded rtoolbox v0.0.2 |
| 801 | 2025-01-29T20:04:35.514Z | Downloaded resolv-conf v0.7.0 |
| 802 | 2025-01-29T20:04:35.514Z | Downloaded sqlformat v0.2.6 |
| 803 | 2025-01-29T20:04:35.517Z | Downloaded value-bag v1.9.0 |
| 804 | 2025-01-29T20:04:35.520Z | Downloaded libm v0.2.8 |
| 805 | 2025-01-29T20:04:35.526Z | Downloaded uzers v0.12.1 |
| 806 | 2025-01-29T20:04:35.530Z | Downloaded num-integer v0.1.46 |
| 807 | 2025-01-29T20:04:35.533Z | Downloaded hex v0.4.3 |
| 808 | 2025-01-29T20:04:35.533Z | Downloaded unicode-properties v0.1.3 |
| 809 | 2025-01-29T20:04:35.536Z | Downloaded num-bigint v0.4.6 |
| 810 | 2025-01-29T20:04:35.539Z | Downloaded password-hash v0.5.0 |
| 811 | 2025-01-29T20:04:35.542Z | Downloaded p256 v0.13.2 |
| 812 | 2025-01-29T20:04:35.545Z | Downloaded subtle v2.6.1 |
| 813 | 2025-01-29T20:04:35.548Z | Downloaded progenitor-macro v0.8.0 |
| 814 | 2025-01-29T20:04:35.550Z | Downloaded ref-cast-impl v1.0.23 |
| 815 | 2025-01-29T20:04:35.551Z | Downloaded num-traits v0.2.19 |
| 816 | 2025-01-29T20:04:35.553Z | Downloaded rayon-core v1.12.1 |
| 817 | 2025-01-29T20:04:35.556Z | Downloaded sync_wrapper v1.0.1 |
| 818 | 2025-01-29T20:04:35.559Z | Downloaded rustc-demangle v0.1.24 |
| 819 | 2025-01-29T20:04:35.559Z | Downloaded hashbrown v0.13.2 |
| 820 | 2025-01-29T20:04:35.564Z | Downloaded globset v0.4.15 |
| 821 | 2025-01-29T20:04:35.566Z | Downloaded universal-hash v0.5.1 |
| 822 | 2025-01-29T20:04:35.566Z | Downloaded unicode-truncate v1.1.0 |
| 823 | 2025-01-29T20:04:35.569Z | Downloaded tokio-tungstenite v0.24.0 |
| 824 | 2025-01-29T20:04:35.571Z | Downloaded proptest v1.5.0 |
| 825 | 2025-01-29T20:04:35.580Z | Downloaded document-features v0.2.10 |
| 826 | 2025-01-29T20:04:35.583Z | Downloaded bitvec v1.0.1 |
| 827 | 2025-01-29T20:04:35.599Z | Downloaded scrypt v0.11.0 |
| 828 | 2025-01-29T20:04:35.602Z | Downloaded sha1 v0.10.6 |
| 829 | 2025-01-29T20:04:35.602Z | Downloaded dyn-clone v1.0.17 |
| 830 | 2025-01-29T20:04:35.605Z | Downloaded string_cache v0.8.7 |
| 831 | 2025-01-29T20:04:35.605Z | Downloaded spki v0.7.3 |
| 832 | 2025-01-29T20:04:35.608Z | Downloaded glob v0.3.2 |
| 833 | 2025-01-29T20:04:35.608Z | Downloaded time-core v0.1.2 |
| 834 | 2025-01-29T20:04:35.611Z | Downloaded uuid v1.12.0 |
| 835 | 2025-01-29T20:04:35.614Z | Downloaded ghash v0.5.1 |
| 836 | 2025-01-29T20:04:35.614Z | Downloaded vsss-rs v3.3.4 |
| 837 | 2025-01-29T20:04:35.616Z | Downloaded time-macros v0.2.18 |
| 838 | 2025-01-29T20:04:35.619Z | Downloaded publicsuffix v2.3.0 |
| 839 | 2025-01-29T20:04:35.624Z | Downloaded parking_lot v0.11.2 |
| 840 | 2025-01-29T20:04:35.627Z | Downloaded unsafe-libyaml v0.2.11 |
| 841 | 2025-01-29T20:04:35.630Z | Downloaded tabwriter v1.4.0 |
| 842 | 2025-01-29T20:04:35.633Z | Downloaded synstructure v0.13.1 |
| 843 | 2025-01-29T20:04:35.633Z | Downloaded quinn-udp v0.5.5 |
| 844 | 2025-01-29T20:04:35.635Z | Downloaded hash32 v0.2.1 |
| 845 | 2025-01-29T20:04:35.636Z | Downloaded ed25519 v2.2.3 |
| 846 | 2025-01-29T20:04:35.638Z | Downloaded hashlink v0.9.1 |
| 847 | 2025-01-29T20:04:35.640Z | Downloaded itertools v0.12.1 |
| 848 | 2025-01-29T20:04:35.648Z | Downloaded progenitor-impl v0.8.0 |
| 849 | 2025-01-29T20:04:35.651Z | Downloaded postcard v1.0.10 |
| 850 | 2025-01-29T20:04:35.654Z | Downloaded nu-ansi-term v0.50.1 |
| 851 | 2025-01-29T20:04:35.656Z | Downloaded parking_lot_core v0.8.6 |
| 852 | 2025-01-29T20:04:35.659Z | Downloaded vte v0.11.1 |
| 853 | 2025-01-29T20:04:35.661Z | Downloaded poly1305 v0.8.0 |
| 854 | 2025-01-29T20:04:35.664Z | Downloaded rustls-pki-types v1.10.0 |
| 855 | 2025-01-29T20:04:35.669Z | Downloaded x509-cert v0.2.5 |
| 856 | 2025-01-29T20:04:35.675Z | Downloaded yoke v0.7.4 |
| 857 | 2025-01-29T20:04:35.679Z | Downloaded displaydoc v0.2.5 |
| 858 | 2025-01-29T20:04:35.682Z | Downloaded pin-project-lite v0.2.14 |
| 859 | 2025-01-29T20:04:35.685Z | Downloaded half v2.4.1 |
| 860 | 2025-01-29T20:04:35.688Z | Downloaded hkdf v0.12.4 |
| 861 | 2025-01-29T20:04:35.690Z | Downloaded parking_lot v0.12.3 |
| 862 | 2025-01-29T20:04:35.692Z | Downloaded pin-utils v0.1.0 |
| 863 | 2025-01-29T20:04:35.695Z | Downloaded phf_generator v0.11.2 |
| 864 | 2025-01-29T20:04:35.695Z | Downloaded ed25519-dalek v2.1.1 |
| 865 | 2025-01-29T20:04:35.698Z | Downloaded zerocopy-derive v0.8.10 |
| 866 | 2025-01-29T20:04:35.705Z | Downloaded socket2 v0.5.7 |
| 867 | 2025-01-29T20:04:35.707Z | Downloaded diff v0.1.13 |
| 868 | 2025-01-29T20:04:35.710Z | Downloaded snafu v0.8.5 |
| 869 | 2025-01-29T20:04:35.716Z | Downloaded unicode-bidi v0.3.17 |
| 870 | 2025-01-29T20:04:35.719Z | Downloaded rayon v1.10.0 |
| 871 | 2025-01-29T20:04:35.729Z | Downloaded dirs-sys-next v0.1.2 |
| 872 | 2025-01-29T20:04:35.731Z | Downloaded serde_yaml v0.9.34+deprecated |
| 873 | 2025-01-29T20:04:35.737Z | Downloaded packed_struct v0.10.1 |
| 874 | 2025-01-29T20:04:35.740Z | Downloaded dsl_auto_type v0.1.2 |
| 875 | 2025-01-29T20:04:35.740Z | Downloaded display-error-chain v0.2.2 |
| 876 | 2025-01-29T20:04:35.740Z | Downloaded sct v0.7.1 |
| 877 | 2025-01-29T20:04:35.742Z | Downloaded zip v0.6.6 |
| 878 | 2025-01-29T20:04:35.748Z | Downloaded parking_lot_core v0.9.10 |
| 879 | 2025-01-29T20:04:35.751Z | Downloaded rustls-webpki v0.101.7 |
| 880 | 2025-01-29T20:04:35.764Z | Downloaded nom v7.1.3 |
| 881 | 2025-01-29T20:04:35.768Z | Downloaded zerocopy v0.8.10 |
| 882 | 2025-01-29T20:04:35.794Z | Downloaded zerovec v0.10.4 |
| 883 | 2025-01-29T20:04:35.800Z | Downloaded winnow v0.5.40 |
| 884 | 2025-01-29T20:04:35.810Z | Downloaded ecdsa v0.16.9 |
| 885 | 2025-01-29T20:04:35.813Z | Downloaded darling_core v0.20.10 |
| 886 | 2025-01-29T20:04:35.816Z | Downloaded dropshot_endpoint v0.15.1 |
| 887 | 2025-01-29T20:04:35.819Z | Downloaded rusqlite v0.32.1 |
| 888 | 2025-01-29T20:04:35.826Z | Downloaded ssh-key v0.6.6 |
| 889 | 2025-01-29T20:04:35.834Z | Downloaded unicode-width v0.2.0 |
| 890 | 2025-01-29T20:04:35.842Z | Downloaded toml_edit v0.19.15 |
| 891 | 2025-01-29T20:04:35.858Z | Downloaded h2 v0.4.6 |
| 892 | 2025-01-29T20:04:35.865Z | Downloaded unicode-segmentation v1.12.0 |
| 893 | 2025-01-29T20:04:35.869Z | Downloaded petname v2.0.2 |
| 894 | 2025-01-29T20:04:35.875Z | Downloaded curve25519-dalek v4.1.3 |
| 895 | 2025-01-29T20:04:35.884Z | Downloaded rustls-webpki v0.102.8 |
| 896 | 2025-01-29T20:04:35.905Z | Downloaded dropshot v0.12.0 |
| 897 | 2025-01-29T20:04:35.930Z | Downloaded polar-core v0.27.3 |
| 898 | 2025-01-29T20:04:35.937Z | Downloaded futures-util v0.3.31 |
| 899 | 2025-01-29T20:04:35.950Z | Downloaded salty v0.3.0 |
| 900 | 2025-01-29T20:04:35.958Z | Downloaded icu_properties_data v1.5.0 |
| 901 | 2025-01-29T20:04:35.970Z | Downloaded chrono-tz v0.10.1 |
| 902 | 2025-01-29T20:04:35.979Z | Downloaded dropshot v0.15.1 |
| 903 | 2025-01-29T20:04:36.003Z | Downloaded gimli v0.31.1 |
| 904 | 2025-01-29T20:04:36.012Z | Downloaded lalrpop v0.19.12 |
| 905 | 2025-01-29T20:04:36.024Z | Downloaded tough v0.19.0 |
| 906 | 2025-01-29T20:04:36.032Z | Downloaded p521 v0.13.3 |
| 907 | 2025-01-29T20:04:36.036Z | Downloaded unicode-normalization v0.1.24 |
| 908 | 2025-01-29T20:04:36.041Z | Downloaded bstr v1.10.0 |
| 909 | 2025-01-29T20:04:36.052Z | Downloaded quinn-proto v0.11.8 |
| 910 | 2025-01-29T20:04:36.060Z | Downloaded pin-project-internal v1.1.6 |
| 911 | 2025-01-29T20:04:36.062Z | Downloaded sled v0.34.7 |
| 912 | 2025-01-29T20:04:36.072Z | Downloaded vcpkg v0.2.15 |
| 913 | 2025-01-29T20:04:36.110Z | Downloaded reedline v0.35.0 |
| 914 | 2025-01-29T20:04:36.118Z | Downloaded rustyline v14.0.0 |
| 915 | 2025-01-29T20:04:36.124Z | Downloaded object v0.30.4 |
| 916 | 2025-01-29T20:04:36.134Z | Downloaded time v0.3.36 |
| 917 | 2025-01-29T20:04:36.141Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 918 | 2025-01-29T20:04:36.156Z | Downloaded radix_trie v0.2.1 |
| 919 | 2025-01-29T20:04:36.161Z | Downloaded zerocopy-derive v0.6.6 |
| 920 | 2025-01-29T20:04:36.172Z | Downloaded ratatui v0.28.1 |
| 921 | 2025-01-29T20:04:36.192Z | Downloaded webpki-roots v0.26.6 |
| 922 | 2025-01-29T20:04:36.196Z | Downloaded rustls v0.21.12 |
| 923 | 2025-01-29T20:04:36.207Z | Downloaded regex-automata v0.4.8 |
| 924 | 2025-01-29T20:04:36.225Z | Downloaded openssl v0.10.66 |
| 925 | 2025-01-29T20:04:36.235Z | Downloaded nix v0.27.1 |
| 926 | 2025-01-29T20:04:36.245Z | Downloaded hashbrown v0.14.5 |
| 927 | 2025-01-29T20:04:36.251Z | Downloaded regex v1.11.1 |
| 928 | 2025-01-29T20:04:36.264Z | Downloaded object v0.36.5 |
| 929 | 2025-01-29T20:04:36.276Z | Downloaded git2 v0.19.0 |
| 930 | 2025-01-29T20:04:36.285Z | Downloaded hickory-proto v0.24.2 |
| 931 | 2025-01-29T20:04:36.301Z | Downloaded p384 v0.13.0 |
| 932 | 2025-01-29T20:04:36.308Z | Downloaded rustls v0.22.4 |
| 933 | 2025-01-29T20:04:36.321Z | Downloaded nix v0.29.0 |
| 934 | 2025-01-29T20:04:36.334Z | Downloaded diesel v2.2.6 |
| 935 | 2025-01-29T20:04:36.354Z | Downloaded csv v1.3.1 |
| 936 | 2025-01-29T20:04:36.375Z | Downloaded regex-syntax v0.8.5 |
| 937 | 2025-01-29T20:04:36.383Z | Downloaded smoltcp v0.11.0 |
| 938 | 2025-01-29T20:04:36.395Z | Downloaded regress v0.9.1 |
| 939 | 2025-01-29T20:04:36.405Z | Downloaded openapiv3 v2.0.0 |
| 940 | 2025-01-29T20:04:36.417Z | Downloaded regress v0.10.1 |
| 941 | 2025-01-29T20:04:36.426Z | Downloaded tokio v1.43.0 |
| 942 | 2025-01-29T20:04:36.466Z | Downloaded typify-impl v0.3.0 |
| 943 | 2025-01-29T20:04:36.481Z | Downloaded typify-impl v0.2.0 |
| 944 | 2025-01-29T20:04:36.496Z | Downloaded sha3 v0.10.8 |
| 945 | 2025-01-29T20:04:36.500Z | Downloaded rustls v0.23.19 |
| 946 | 2025-01-29T20:04:36.512Z | Downloaded regex-syntax v0.6.29 |
| 947 | 2025-01-29T20:04:36.522Z | Downloaded smoltcp v0.9.1 |
| 948 | 2025-01-29T20:04:36.531Z | Downloaded nix v0.28.0 |
| 949 | 2025-01-29T20:04:36.542Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 950 | 2025-01-29T20:04:36.544Z | Downloaded thiserror-impl v2.0.11 |
| 951 | 2025-01-29T20:04:36.547Z | Downloaded packed_struct_codegen v0.10.1 |
| 952 | 2025-01-29T20:04:36.547Z | Downloaded tokio-postgres v0.7.12 |
| 953 | 2025-01-29T20:04:36.551Z | Downloaded parse-zoneinfo v0.3.1 |
| 954 | 2025-01-29T20:04:36.554Z | Downloaded sqlparser v0.45.0 |
| 955 | 2025-01-29T20:04:36.561Z | Downloaded getrandom v0.2.15 |
| 956 | 2025-01-29T20:04:36.564Z | Downloaded quinn v0.11.5 |
| 957 | 2025-01-29T20:04:36.567Z | Downloaded qorb v0.2.1 |
| 958 | 2025-01-29T20:04:36.571Z | Downloaded tokio-util v0.7.12 |
| 959 | 2025-01-29T20:04:36.578Z | Downloaded hyper v1.5.2 |
| 960 | 2025-01-29T20:04:36.584Z | Downloaded steno v0.4.1 |
| 961 | 2025-01-29T20:04:36.588Z | Downloaded petgraph v0.6.5 |
| 962 | 2025-01-29T20:04:36.606Z | Downloaded hickory-client v0.24.2 |
| 963 | 2025-01-29T20:04:36.609Z | Downloaded difflib v0.4.0 |
| 964 | 2025-01-29T20:04:36.612Z | Downloaded lzma-sys v0.1.20 |
| 965 | 2025-01-29T20:04:36.640Z | Downloaded yasna v0.5.2 |
| 966 | 2025-01-29T20:04:36.642Z | Downloaded rustls-pemfile v2.2.0 |
| 967 | 2025-01-29T20:04:36.646Z | Downloaded tokio-rustls v0.25.0 |
| 968 | 2025-01-29T20:04:36.650Z | Downloaded proc-macro-crate v1.3.1 |
| 969 | 2025-01-29T20:04:36.650Z | Downloaded predicates v3.1.2 |
| 970 | 2025-01-29T20:04:36.653Z | Downloaded derive-where v1.2.7 |
| 971 | 2025-01-29T20:04:36.655Z | Downloaded itertools v0.13.0 |
| 972 | 2025-01-29T20:04:36.660Z | Downloaded encoding_rs v0.8.34 |
| 973 | 2025-01-29T20:04:36.683Z | Downloaded libz-sys v1.1.20 |
| 974 | 2025-01-29T20:04:36.705Z | Downloaded zone v0.3.0 |
| 975 | 2025-01-29T20:04:36.708Z | Downloaded heapless v0.7.17 |
| 976 | 2025-01-29T20:04:36.708Z | Downloaded tokio-stream v0.1.16 |
| 977 | 2025-01-29T20:04:36.711Z | Downloaded russh-keys v0.45.0 |
| 978 | 2025-01-29T20:04:36.714Z | Downloaded unicase v2.7.0 |
| 979 | 2025-01-29T20:04:36.717Z | Downloaded topological-sort v0.2.2 |
| 980 | 2025-01-29T20:04:36.717Z | Downloaded portable-atomic v1.9.0 |
| 981 | 2025-01-29T20:04:36.722Z | Downloaded num-derive v0.4.2 |
| 982 | 2025-01-29T20:04:36.725Z | Downloaded progenitor-impl v0.9.1 |
| 983 | 2025-01-29T20:04:36.728Z | Downloaded reqwest v0.12.9 |
| 984 | 2025-01-29T20:04:36.735Z | Downloaded chrono v0.4.39 |
| 985 | 2025-01-29T20:04:36.743Z | Downloaded bindgen v0.69.5 |
| 986 | 2025-01-29T20:04:36.751Z | Downloaded flate2 v1.0.35 |
| 987 | 2025-01-29T20:04:36.756Z | Downloaded idna v1.0.3 |
| 988 | 2025-01-29T20:04:36.759Z | Downloaded similar v2.6.0 |
| 989 | 2025-01-29T20:04:36.764Z | Downloaded nibble_vec v0.1.0 |
| 990 | 2025-01-29T20:04:36.766Z | Downloaded rand v0.8.5 |
| 991 | 2025-01-29T20:04:36.769Z | Downloaded typed-path v0.9.3 |
| 992 | 2025-01-29T20:04:36.774Z | Downloaded toolchain_find v0.4.0 |
| 993 | 2025-01-29T20:04:36.777Z | Downloaded samael v0.0.17 |
| 994 | 2025-01-29T20:04:36.780Z | Downloaded num-conv v0.1.0 |
| 995 | 2025-01-29T20:04:36.783Z | Downloaded normalize-line-endings v0.3.0 |
| 996 | 2025-01-29T20:04:36.783Z | Downloaded tiny-keccak v2.0.2 |
| 997 | 2025-01-29T20:04:36.787Z | Downloaded ssh-encoding v0.2.0 |
| 998 | 2025-01-29T20:04:36.790Z | Downloaded password-hash v0.4.2 |
| 999 | 2025-01-29T20:04:36.790Z | Downloaded test-strategy v0.3.1 |
| 1000 | 2025-01-29T20:04:36.793Z | Downloaded simd-adler32 v0.3.7 |
| 1001 | 2025-01-29T20:04:36.796Z | Downloaded signal-hook-mio v0.2.4 |
| 1002 | 2025-01-29T20:04:36.796Z | Downloaded shell-words v1.1.0 |
| 1003 | 2025-01-29T20:04:36.796Z | Downloaded paste v1.0.15 |
| 1004 | 2025-01-29T20:04:36.800Z | Downloaded xz2 v0.1.7 |
| 1005 | 2025-01-29T20:04:36.803Z | Downloaded tokio-rustls v0.26.0 |
| 1006 | 2025-01-29T20:04:36.803Z | Downloaded der v0.7.9 |
| 1007 | 2025-01-29T20:04:36.807Z | Downloaded toml v0.7.8 |
| 1008 | 2025-01-29T20:04:36.810Z | Downloaded oso v0.27.3 |
| 1009 | 2025-01-29T20:04:36.813Z | Downloaded openssl-sys v0.9.103 |
| 1010 | 2025-01-29T20:04:36.819Z | Downloaded thiserror v2.0.11 |
| 1011 | 2025-01-29T20:04:36.825Z | Downloaded prettyplease v0.2.25 |
| 1012 | 2025-01-29T20:04:36.828Z | Downloaded derive_more v0.99.18 |
| 1013 | 2025-01-29T20:04:36.831Z | Downloaded hashbrown v0.12.3 |
| 1014 | 2025-01-29T20:04:36.836Z | Downloaded zip v2.1.3 |
| 1015 | 2025-01-29T20:04:36.839Z | Downloaded gethostname v0.5.0 |
| 1016 | 2025-01-29T20:04:36.843Z | Downloaded pem-rfc7468 v0.7.0 |
| 1017 | 2025-01-29T20:04:36.843Z | Downloaded elliptic-curve v0.13.8 |
| 1018 | 2025-01-29T20:04:36.846Z | Downloaded data-encoding v2.6.0 |
| 1019 | 2025-01-29T20:04:36.849Z | Downloaded rand_xorshift v0.3.0 |
| 1020 | 2025-01-29T20:04:36.849Z | Downloaded mio v1.0.2 |
| 1021 | 2025-01-29T20:04:36.854Z | Downloaded aes-gcm v0.10.3 |
| 1022 | 2025-01-29T20:04:36.857Z | Downloaded foreign-types-macros v0.2.3 |
| 1023 | 2025-01-29T20:04:36.862Z | Downloaded foreign-types v0.3.2 |
| 1024 | 2025-01-29T20:04:36.862Z | Downloaded pkcs8 v0.10.2 |
| 1025 | 2025-01-29T20:04:36.865Z | Downloaded pkcs1 v0.7.5 |
| 1026 | 2025-01-29T20:04:36.865Z | Downloaded futures-task v0.3.31 |
| 1027 | 2025-01-29T20:04:36.867Z | Downloaded futures-sink v0.3.31 |
| 1028 | 2025-01-29T20:04:36.867Z | Downloaded headers v0.4.0 |
| 1029 | 2025-01-29T20:04:36.871Z | Downloaded serde_path_to_error v0.1.16 |
| 1030 | 2025-01-29T20:04:36.874Z | Downloaded semver v0.1.20 |
| 1031 | 2025-01-29T20:04:36.876Z | Downloaded secrecy v0.8.0 |
| 1032 | 2025-01-29T20:04:36.876Z | Downloaded sec1 v0.7.3 |
| 1033 | 2025-01-29T20:04:36.879Z | Downloaded utf-8 v0.7.6 |
| 1034 | 2025-01-29T20:04:36.879Z | Downloaded same-file v1.0.6 |
| 1035 | 2025-01-29T20:04:36.881Z | Downloaded omicron-zone-package v0.12.0 |
| 1036 | 2025-01-29T20:04:36.883Z | Downloaded flagset v0.4.6 |
| 1037 | 2025-01-29T20:04:36.886Z | Downloaded tungstenite v0.23.0 |
| 1038 | 2025-01-29T20:04:36.888Z | Downloaded tungstenite v0.21.0 |
| 1039 | 2025-01-29T20:04:36.891Z | Downloaded tracing-core v0.1.32 |
| 1040 | 2025-01-29T20:04:36.894Z | Downloaded futures v0.3.31 |
| 1041 | 2025-01-29T20:04:36.899Z | Downloaded rustc-hash v1.1.0 |
| 1042 | 2025-01-29T20:04:36.901Z | Downloaded env_filter v0.1.2 |
| 1043 | 2025-01-29T20:04:36.901Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1044 | 2025-01-29T20:04:36.960Z | Downloaded diesel-dtrace v0.4.2 |
| 1045 | 2025-01-29T20:04:36.963Z | Downloaded derive_builder_core v0.20.2 |
| 1046 | 2025-01-29T20:04:36.965Z | Downloaded derive_builder v0.20.2 |
| 1047 | 2025-01-29T20:04:36.969Z | Downloaded signal-hook v0.3.17 |
| 1048 | 2025-01-29T20:04:36.973Z | Downloaded diesel_derives v2.2.3 |
| 1049 | 2025-01-29T20:04:36.977Z | Downloaded tracing v0.1.40 |
| 1050 | 2025-01-29T20:04:36.982Z | Downloaded structmeta-derive v0.3.0 |
| 1051 | 2025-01-29T20:04:36.983Z | Downloaded futures-channel v0.3.31 |
| 1052 | 2025-01-29T20:04:36.987Z | Downloaded aes v0.8.4 |
| 1053 | 2025-01-29T20:04:36.987Z | Downloaded tokio-tungstenite v0.21.0 |
| 1054 | 2025-01-29T20:04:36.990Z | Downloaded stable_deref_trait v1.2.0 |
| 1055 | 2025-01-29T20:04:36.990Z | Downloaded opaque-debug v0.3.1 |
| 1056 | 2025-01-29T20:04:36.990Z | Downloaded slog-async v2.8.0 |
| 1057 | 2025-01-29T20:04:36.990Z | Downloaded filetime v0.2.25 |
| 1058 | 2025-01-29T20:04:36.993Z | Downloaded snafu-derive v0.8.5 |
| 1059 | 2025-01-29T20:04:36.993Z | Downloaded const_format v0.2.34 |
| 1060 | 2025-01-29T20:04:36.997Z | Downloaded path-slash v0.1.5 |
| 1061 | 2025-01-29T20:04:37.001Z | Downloaded vergen v8.3.2 |
| 1062 | 2025-01-29T20:04:37.003Z | Downloaded schemars v0.8.21 |
| 1063 | 2025-01-29T20:04:37.012Z | Downloaded base64 v0.22.1 |
| 1064 | 2025-01-29T20:04:37.018Z | Downloaded rustc_version v0.1.7 |
| 1065 | 2025-01-29T20:04:37.020Z | Downloaded rand_core v0.6.4 |
| 1066 | 2025-01-29T20:04:37.021Z | Downloaded typify v0.2.0 |
| 1067 | 2025-01-29T20:04:37.023Z | Downloaded cc v1.1.30 |
| 1068 | 2025-01-29T20:04:37.026Z | Downloaded rand_chacha v0.3.1 |
| 1069 | 2025-01-29T20:04:37.029Z | Downloaded primeorder v0.13.6 |
| 1070 | 2025-01-29T20:04:37.029Z | Downloaded predicates-tree v1.0.11 |
| 1071 | 2025-01-29T20:04:37.029Z | Downloaded parse-display-derive v0.10.0 |
| 1072 | 2025-01-29T20:04:37.032Z | Downloaded parse-display v0.10.0 |
| 1073 | 2025-01-29T20:04:37.032Z | Downloaded twox-hash v2.1.0 |
| 1074 | 2025-01-29T20:04:37.035Z | Downloaded backtrace v0.3.74 |
| 1075 | 2025-01-29T20:04:37.038Z | Downloaded rcgen v0.12.1 |
| 1076 | 2025-01-29T20:04:37.041Z | Downloaded env_logger v0.10.2 |
| 1077 | 2025-01-29T20:04:37.044Z | Downloaded signature v2.2.0 |
| 1078 | 2025-01-29T20:04:37.047Z | Downloaded tinyvec v1.8.0 |
| 1079 | 2025-01-29T20:04:37.050Z | Downloaded predicates-core v1.0.8 |
| 1080 | 2025-01-29T20:04:37.050Z | Downloaded polyval v0.6.2 |
| 1081 | 2025-01-29T20:04:37.053Z | Downloaded pbkdf2 v0.12.2 |
| 1082 | 2025-01-29T20:04:37.053Z | Downloaded defmt-parser v0.3.4 |
| 1083 | 2025-01-29T20:04:37.053Z | Downloaded zeroize v1.8.1 |
| 1084 | 2025-01-29T20:04:37.056Z | Downloaded smallvec v1.13.2 |
| 1085 | 2025-01-29T20:04:37.057Z | Downloaded miniz_oxide v0.8.0 |
| 1086 | 2025-01-29T20:04:37.060Z | Downloaded litrs v0.4.1 |
| 1087 | 2025-01-29T20:04:37.063Z | Downloaded icu_normalizer_data v1.5.0 |
| 1088 | 2025-01-29T20:04:37.063Z | Downloaded compact_str v0.8.0 |
| 1089 | 2025-01-29T20:04:37.069Z | Downloaded icu_locid v1.5.0 |
| 1090 | 2025-01-29T20:04:37.072Z | Downloaded arc-swap v1.7.1 |
| 1091 | 2025-01-29T20:04:37.076Z | Downloaded tls_codec v0.4.1 |
| 1092 | 2025-01-29T20:04:37.079Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1093 | 2025-01-29T20:04:37.082Z | Downloaded serde-hex v0.1.0 |
| 1094 | 2025-01-29T20:04:37.082Z | Downloaded unicode-xid v0.2.6 |
| 1095 | 2025-01-29T20:04:37.082Z | Downloaded slog-term v2.9.1 |
| 1096 | 2025-01-29T20:04:37.085Z | Downloaded multer v3.1.0 |
| 1097 | 2025-01-29T20:04:37.088Z | Downloaded jobserver v0.1.32 |
| 1098 | 2025-01-29T20:04:37.088Z | Downloaded crc32fast v1.4.2 |
| 1099 | 2025-01-29T20:04:37.091Z | Downloaded cookie v0.18.1 |
| 1100 | 2025-01-29T20:04:37.095Z | Downloaded bytes v1.9.0 |
| 1101 | 2025-01-29T20:04:37.098Z | Downloaded ahash v0.8.11 |
| 1102 | 2025-01-29T20:04:37.098Z | Downloaded smallvec v0.6.14 |
| 1103 | 2025-01-29T20:04:37.101Z | Downloaded slog-stdlog v4.1.1 |
| 1104 | 2025-01-29T20:04:37.101Z | Downloaded slog-scope v4.4.0 |
| 1105 | 2025-01-29T20:04:37.103Z | Downloaded memmap2 v0.9.5 |
| 1106 | 2025-01-29T20:04:37.103Z | Downloaded icu_locid_transform v1.5.0 |
| 1107 | 2025-01-29T20:04:37.106Z | Downloaded iana-time-zone v0.1.61 |
| 1108 | 2025-01-29T20:04:37.108Z | Downloaded hyper-rustls v0.27.3 |
| 1109 | 2025-01-29T20:04:37.111Z | Downloaded signal-hook-registry v1.4.2 |
| 1110 | 2025-01-29T20:04:37.114Z | Downloaded allocator-api2 v0.2.18 |
| 1111 | 2025-01-29T20:04:37.117Z | Downloaded mockall v0.13.0 |
| 1112 | 2025-01-29T20:04:37.118Z | Downloaded lockfree-object-pool v0.1.6 |
| 1113 | 2025-01-29T20:04:37.120Z | Downloaded ipnet v2.10.1 |
| 1114 | 2025-01-29T20:04:37.120Z | Downloaded rustc_version v0.4.1 |
| 1115 | 2025-01-29T20:04:37.122Z | Downloaded const-oid v0.9.6 |
| 1116 | 2025-01-29T20:04:37.125Z | Downloaded idna_adapter v1.2.0 |
| 1117 | 2025-01-29T20:04:37.125Z | Downloaded hubpack v0.1.2 |
| 1118 | 2025-01-29T20:04:37.128Z | Downloaded ciborium v0.2.2 |
| 1119 | 2025-01-29T20:04:37.129Z | Downloaded internet-checksum v0.2.1 |
| 1120 | 2025-01-29T20:04:37.133Z | Downloaded http-body-util v0.1.2 |
| 1121 | 2025-01-29T20:04:37.133Z | Downloaded hostname v0.4.0 |
| 1122 | 2025-01-29T20:04:37.136Z | Downloaded lazy_static v1.5.0 |
| 1123 | 2025-01-29T20:04:37.136Z | Downloaded http-range v0.1.5 |
| 1124 | 2025-01-29T20:04:37.136Z | Downloaded bit-vec v0.6.3 |
| 1125 | 2025-01-29T20:04:37.139Z | Downloaded radium v0.7.0 |
| 1126 | 2025-01-29T20:04:37.139Z | Downloaded sync-ptr v0.1.1 |
| 1127 | 2025-01-29T20:04:37.139Z | Downloaded ipnetwork v0.20.0 |
| 1128 | 2025-01-29T20:04:37.139Z | Downloaded console v0.15.10 |
| 1129 | 2025-01-29T20:04:37.142Z | Downloaded keccak v0.1.5 |
| 1130 | 2025-01-29T20:04:37.144Z | Downloaded arrayvec v0.7.6 |
| 1131 | 2025-01-29T20:04:37.147Z | Downloaded instability v0.3.2 |
| 1132 | 2025-01-29T20:04:37.147Z | Downloaded indent_write v2.2.0 |
| 1133 | 2025-01-29T20:04:37.149Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1134 | 2025-01-29T20:04:37.152Z | Downloaded httpdate v1.0.3 |
| 1135 | 2025-01-29T20:04:37.154Z | Downloaded bcs v0.1.6 |
| 1136 | 2025-01-29T20:04:37.157Z | Downloaded bitfield v0.14.0 |
| 1137 | 2025-01-29T20:04:37.157Z | Downloaded base64ct v1.6.0 |
| 1138 | 2025-01-29T20:04:37.160Z | Downloaded humantime v2.1.0 |
| 1139 | 2025-01-29T20:04:37.162Z | Downloaded hostname v0.3.1 |
| 1140 | 2025-01-29T20:04:37.162Z | Downloaded base16ct v0.2.0 |
| 1141 | 2025-01-29T20:04:37.165Z | Downloaded addr2line v0.24.2 |
| 1142 | 2025-01-29T20:04:37.167Z | Downloaded cassowary v0.3.0 |
| 1143 | 2025-01-29T20:04:37.167Z | Downloaded atomic-waker v1.1.2 |
| 1144 | 2025-01-29T20:04:37.170Z | Downloaded is_ci v1.2.0 |
| 1145 | 2025-01-29T20:04:37.170Z | Downloaded crc v3.2.1 |
| 1146 | 2025-01-29T20:04:37.172Z | Downloaded bitfield-struct v0.6.2 |
| 1147 | 2025-01-29T20:04:37.174Z | Downloaded bitflags v1.3.2 |
| 1148 | 2025-01-29T20:04:37.177Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1149 | 2025-01-29T20:04:37.177Z | Downloaded arrayref v0.3.9 |
| 1150 | 2025-01-29T20:04:37.180Z | Downloaded darling v0.20.10 |
| 1151 | 2025-01-29T20:04:37.182Z | Downloaded aead v0.5.2 |
| 1152 | 2025-01-29T20:04:37.184Z | Downloaded ascii-canvas v3.0.0 |
| 1153 | 2025-01-29T20:04:37.184Z | Downloaded array-init v0.0.4 |
| 1154 | 2025-01-29T20:04:37.205Z | Downloaded ring v0.17.8 |
| 1155 | 2025-01-29T20:04:37.366Z | Downloaded libsqlite3-sys v0.30.1 |
| 1156 | 2025-01-29T20:04:37.528Z | Downloaded aws-lc-sys v0.22.0 |
| 1157 | 2025-01-29T20:04:37.834Z | Compiling serde v1.0.217 |
| 1158 | 2025-01-29T20:04:37.837Z | Compiling lock_api v0.4.12 |
| 1159 | 2025-01-29T20:04:37.837Z | Compiling value-bag v1.9.0 |
| 1160 | 2025-01-29T20:04:37.837Z | Compiling scopeguard v1.2.0 |
| 1161 | 2025-01-29T20:04:37.837Z | Compiling typenum v1.17.0 |
| 1162 | 2025-01-29T20:04:37.994Z | Compiling generic-array v0.14.7 |
| 1163 | 2025-01-29T20:04:38.055Z | Compiling syn v2.0.96 |
| 1164 | 2025-01-29T20:04:38.073Z | Compiling getrandom v0.2.15 |
| 1165 | 2025-01-29T20:04:38.211Z | Compiling subtle v2.6.1 |
| 1166 | 2025-01-29T20:04:38.368Z | Compiling rand_core v0.6.4 |
| 1167 | 2025-01-29T20:04:38.547Z | Compiling log v0.4.22 |
| 1168 | 2025-01-29T20:04:38.569Z | Compiling shlex v1.3.0 |
| 1169 | 2025-01-29T20:04:38.589Z | Compiling jobserver v0.1.32 |
| 1170 | 2025-01-29T20:04:38.609Z | Compiling smallvec v1.13.2 |
| 1171 | 2025-01-29T20:04:38.840Z | Compiling const-oid v0.9.6 |
| 1172 | 2025-01-29T20:04:38.877Z | Compiling pin-project-lite v0.2.14 |
| 1173 | 2025-01-29T20:04:38.935Z | Compiling rustix v0.38.37 |
| 1174 | 2025-01-29T20:04:38.985Z | Compiling cc v1.1.30 |
| 1175 | 2025-01-29T20:04:39.013Z | Compiling spin v0.9.8 |
| 1176 | 2025-01-29T20:04:39.327Z | Compiling parking_lot_core v0.9.10 |
| 1177 | 2025-01-29T20:04:39.390Z | Compiling futures-core v0.3.31 |
| 1178 | 2025-01-29T20:04:39.410Z | Compiling signal-hook-registry v1.4.2 |
| 1179 | 2025-01-29T20:04:39.623Z | Compiling mio v1.0.2 |
| 1180 | 2025-01-29T20:04:39.724Z | Compiling aho-corasick v1.1.3 |
| 1181 | 2025-01-29T20:04:40.093Z | Compiling stable_deref_trait v1.2.0 |
| 1182 | 2025-01-29T20:04:40.215Z | Compiling parking_lot v0.12.3 |
| 1183 | 2025-01-29T20:04:40.390Z | Compiling either v1.13.0 |
| 1184 | 2025-01-29T20:04:40.436Z | Compiling cpufeatures v0.2.14 |
| 1185 | 2025-01-29T20:04:40.555Z | Compiling regex-syntax v0.8.5 |
| 1186 | 2025-01-29T20:04:40.803Z | Compiling futures-sink v0.3.31 |
| 1187 | 2025-01-29T20:04:40.864Z | Compiling glob v0.3.2 |
| 1188 | 2025-01-29T20:04:40.973Z | Compiling socket2 v0.5.7 |
| 1189 | 2025-01-29T20:04:41.096Z | Compiling slab v0.4.9 |
| 1190 | 2025-01-29T20:04:41.184Z | Compiling prettyplease v0.2.25 |
| 1191 | 2025-01-29T20:04:41.569Z | Compiling lazy_static v1.5.0 |
| 1192 | 2025-01-29T20:04:41.591Z | Compiling minimal-lexical v0.2.1 |
| 1193 | 2025-01-29T20:04:41.716Z | Compiling serde_json v1.0.135 |
| 1194 | 2025-01-29T20:04:41.803Z | Compiling clang-sys v1.8.1 |
| 1195 | 2025-01-29T20:04:42.072Z | Compiling nom v7.1.3 |
| 1196 | 2025-01-29T20:04:42.105Z | Compiling libloading v0.8.5 |
| 1197 | 2025-01-29T20:04:42.158Z | Compiling home v0.5.9 |
| 1198 | 2025-01-29T20:04:42.421Z | Compiling bindgen v0.69.5 |
| 1199 | 2025-01-29T20:04:42.501Z | Compiling futures-channel v0.3.31 |
| 1200 | 2025-01-29T20:04:42.932Z | Compiling itertools v0.12.1 |
| 1201 | 2025-01-29T20:04:42.974Z | Compiling libm v0.2.8 |
| 1202 | 2025-01-29T20:04:43.284Z | Compiling foldhash v0.1.3 |
| 1203 | 2025-01-29T20:04:43.304Z | Compiling lazycell v1.3.0 |
| 1204 | 2025-01-29T20:04:43.499Z | Compiling pin-utils v0.1.0 |
| 1205 | 2025-01-29T20:04:43.597Z | Compiling futures-task v0.3.31 |
| 1206 | 2025-01-29T20:04:43.618Z | Compiling rustc-hash v1.1.0 |
| 1207 | 2025-01-29T20:04:43.781Z | Compiling futures-io v0.3.31 |
| 1208 | 2025-01-29T20:04:43.890Z | Compiling allocator-api2 v0.2.18 |
| 1209 | 2025-01-29T20:04:44.100Z | Compiling cmake v0.1.51 |
| 1210 | 2025-01-29T20:04:44.635Z | Compiling regex-automata v0.4.8 |
| 1211 | 2025-01-29T20:04:44.687Z | Compiling hashbrown v0.15.1 |
| 1212 | 2025-01-29T20:04:45.000Z | Compiling num-traits v0.2.19 |
| 1213 | 2025-01-29T20:04:45.311Z | Compiling cexpr v0.6.0 |
| 1214 | 2025-01-29T20:04:45.530Z | Compiling synstructure v0.13.1 |
| 1215 | 2025-01-29T20:04:45.972Z | Compiling pkg-config v0.3.31 |
| 1216 | 2025-01-29T20:04:46.948Z | Compiling fs_extra v1.3.0 |
| 1217 | 2025-01-29T20:04:46.971Z | Compiling dunce v1.0.5 |
| 1218 | 2025-01-29T20:04:47.225Z | Compiling writeable v0.5.5 |
| 1219 | 2025-01-29T20:04:47.331Z | Compiling litemap v0.7.3 |
| 1220 | 2025-01-29T20:04:47.495Z | Compiling ring v0.17.8 |
| 1221 | 2025-01-29T20:04:47.723Z | Compiling paste v1.0.15 |
| 1222 | 2025-01-29T20:04:47.763Z | Compiling base64ct v1.6.0 |
| 1223 | 2025-01-29T20:04:48.412Z | Compiling pem-rfc7468 v0.7.0 |
| 1224 | 2025-01-29T20:04:48.445Z | Compiling icu_locid_transform_data v1.5.0 |
| 1225 | 2025-01-29T20:04:48.557Z | Compiling httparse v1.9.5 |
| 1226 | 2025-01-29T20:04:48.583Z | Compiling flagset v0.4.6 |
| 1227 | 2025-01-29T20:04:48.798Z | Compiling aws-lc-rs v1.10.0 |
| 1228 | 2025-01-29T20:04:49.224Z | Compiling tracing-core v0.1.32 |
| 1229 | 2025-01-29T20:04:49.314Z | Compiling percent-encoding v2.3.1 |
| 1230 | 2025-01-29T20:04:49.655Z | Compiling icu_properties_data v1.5.0 |
| 1231 | 2025-01-29T20:04:49.836Z | Compiling rustls-pki-types v1.10.0 |
| 1232 | 2025-01-29T20:04:49.893Z | Compiling crossbeam-utils v0.8.20 |
| 1233 | 2025-01-29T20:04:50.169Z | Compiling regex v1.11.1 |
| 1234 | 2025-01-29T20:04:50.513Z | Compiling icu_normalizer_data v1.5.0 |
| 1235 | 2025-01-29T20:04:50.629Z | Compiling untrusted v0.7.1 |
| 1236 | 2025-01-29T20:04:50.809Z | Compiling powerfmt v0.2.0 |
| 1237 | 2025-01-29T20:04:50.829Z | Compiling vcpkg v0.2.15 |
| 1238 | 2025-01-29T20:04:50.937Z | Compiling serde_derive v1.0.217 |
| 1239 | 2025-01-29T20:04:51.036Z | Compiling zeroize_derive v1.4.2 |
| 1240 | 2025-01-29T20:04:51.160Z | Compiling zerocopy-derive v0.7.35 |
| 1241 | 2025-01-29T20:04:51.204Z | Compiling tokio-macros v2.5.0 |
| 1242 | 2025-01-29T20:04:52.456Z | Compiling zeroize v1.8.1 |
| 1243 | 2025-01-29T20:04:52.572Z | Compiling zerofrom-derive v0.1.4 |
| 1244 | 2025-01-29T20:04:52.665Z | Compiling yoke-derive v0.7.4 |
| 1245 | 2025-01-29T20:04:53.146Z | Compiling zerocopy v0.7.35 |
| 1246 | 2025-01-29T20:04:53.189Z | Compiling thiserror-impl v1.0.69 |
| 1247 | 2025-01-29T20:04:54.093Z | Compiling crypto-common v0.1.6 |
| 1248 | 2025-01-29T20:04:54.348Z | Compiling block-buffer v0.10.4 |
| 1249 | 2025-01-29T20:04:54.369Z | Compiling zerovec-derive v0.10.3 |
| 1250 | 2025-01-29T20:04:54.492Z | Compiling futures-macro v0.3.31 |
| 1251 | 2025-01-29T20:04:54.618Z | Compiling digest v0.10.7 |
| 1252 | 2025-01-29T20:04:55.101Z | Compiling hmac v0.12.1 |
| 1253 | 2025-01-29T20:04:55.363Z | Compiling displaydoc v0.2.5 |
| 1254 | 2025-01-29T20:04:55.382Z | Compiling block-padding v0.3.3 |
| 1255 | 2025-01-29T20:04:55.648Z | Compiling inout v0.1.3 |
| 1256 | 2025-01-29T20:04:55.883Z | Compiling cipher v0.4.4 |
| 1257 | 2025-01-29T20:04:55.937Z | Compiling sha2 v0.10.8 |
| 1258 | 2025-01-29T20:04:56.112Z | Compiling zerofrom v0.1.4 |
| 1259 | 2025-01-29T20:04:56.149Z | Compiling thiserror v1.0.69 |
| 1260 | 2025-01-29T20:04:56.309Z | Compiling icu_provider_macros v1.5.0 |
| 1261 | 2025-01-29T20:04:56.349Z | Compiling yoke v0.7.4 |
| 1262 | 2025-01-29T20:04:56.402Z | Compiling ppv-lite86 v0.2.20 |
| 1263 | 2025-01-29T20:04:56.444Z | Compiling futures-util v0.3.31 |
| 1264 | 2025-01-29T20:04:56.709Z | Compiling der_derive v0.7.3 |
| 1265 | 2025-01-29T20:04:56.871Z | Compiling zerovec v0.10.4 |
| 1266 | 2025-01-29T20:04:57.017Z | Compiling tracing-attributes v0.1.27 |
| 1267 | 2025-01-29T20:04:57.161Z | Compiling rand_chacha v0.3.1 |
| 1268 | 2025-01-29T20:04:57.375Z | Compiling salsa20 v0.10.2 |
| 1269 | 2025-01-29T20:04:57.590Z | Compiling rand v0.8.5 |
| 1270 | 2025-01-29T20:04:58.908Z | Compiling tinystr v0.7.6 |
| 1271 | 2025-01-29T20:04:59.003Z | Compiling der v0.7.9 |
| 1272 | 2025-01-29T20:04:59.288Z | Compiling icu_locid v1.5.0 |
| 1273 | 2025-01-29T20:04:59.365Z | Compiling icu_collections v1.5.0 |
| 1274 | 2025-01-29T20:04:59.453Z | Compiling pest v2.7.14 |
| 1275 | 2025-01-29T20:04:59.655Z | Compiling pbkdf2 v0.12.2 |
| 1276 | 2025-01-29T20:04:59.823Z | Compiling num-conv v0.1.0 |
| 1277 | 2025-01-29T20:05:00.116Z | Compiling time-core v0.1.2 |
| 1278 | 2025-01-29T20:05:00.294Z | Compiling tracing v0.1.40 |
| 1279 | 2025-01-29T20:05:00.350Z | Compiling mirai-annotations v1.12.0 |
| 1280 | 2025-01-29T20:05:00.547Z | Compiling icu_provider v1.5.0 |
| 1281 | 2025-01-29T20:05:00.798Z | Compiling write16 v1.0.0 |
| 1282 | 2025-01-29T20:05:00.801Z | Compiling utf8_iter v1.0.4 |
| 1283 | 2025-01-29T20:05:00.953Z | Compiling untrusted v0.9.0 |
| 1284 | 2025-01-29T20:05:01.085Z | Compiling spki v0.7.3 |
| 1285 | 2025-01-29T20:05:01.148Z | Compiling utf16_iter v1.0.5 |
| 1286 | 2025-01-29T20:05:01.368Z | Compiling icu_locid_transform v1.5.0 |
| 1287 | 2025-01-29T20:05:01.463Z | Compiling time-macros v0.2.18 |
| 1288 | 2025-01-29T20:05:01.510Z | Compiling scrypt v0.11.0 |
| 1289 | 2025-01-29T20:05:01.897Z | Compiling cbc v0.1.2 |
| 1290 | 2025-01-29T20:05:02.017Z | Compiling aes v0.8.4 |
| 1291 | 2025-01-29T20:05:02.048Z | Compiling openssl-sys v0.9.103 |
| 1292 | 2025-01-29T20:05:02.135Z | Compiling pest_meta v2.7.14 |
| 1293 | 2025-01-29T20:05:02.554Z | Compiling deranged v0.3.11 |
| 1294 | 2025-01-29T20:05:03.195Z | Compiling icu_properties v1.5.1 |
| 1295 | 2025-01-29T20:05:03.782Z | Compiling bitflags v2.6.0 |
| 1296 | 2025-01-29T20:05:03.949Z | Compiling bytes v1.9.0 |
| 1297 | 2025-01-29T20:05:04.559Z | Compiling indexmap v2.7.1 |
| 1298 | 2025-01-29T20:05:04.803Z | Compiling tokio v1.43.0 |
| 1299 | 2025-01-29T20:05:04.824Z | Compiling http v1.2.0 |
| 1300 | 2025-01-29T20:05:05.133Z | Compiling semver v1.0.24 |
| 1301 | 2025-01-29T20:05:05.859Z | Compiling rustc_version v0.4.1 |
| 1302 | 2025-01-29T20:05:05.953Z | Compiling scroll_derive v0.12.0 |
| 1303 | 2025-01-29T20:05:06.672Z | Compiling atomic-waker v1.1.2 |
| 1304 | 2025-01-29T20:05:06.878Z | Compiling tinyvec_macros v0.1.1 |
| 1305 | 2025-01-29T20:05:06.907Z | Compiling icu_normalizer v1.5.0 |
| 1306 | 2025-01-29T20:05:06.988Z | Compiling num_threads v0.1.7 |
| 1307 | 2025-01-29T20:05:07.070Z | Compiling tinyvec v1.8.0 |
| 1308 | 2025-01-29T20:05:07.138Z | Compiling time v0.3.36 |
| 1309 | 2025-01-29T20:05:07.374Z | Compiling scroll v0.12.0 |
| 1310 | 2025-01-29T20:05:07.742Z | Compiling http-body v1.0.1 |
| 1311 | 2025-01-29T20:05:07.895Z | Compiling which v4.4.2 |
| 1312 | 2025-01-29T20:05:07.923Z | Compiling idna_adapter v1.2.0 |
| 1313 | 2025-01-29T20:05:07.971Z | Compiling pest_generator v2.7.14 |
| 1314 | 2025-01-29T20:05:08.452Z | Compiling pkcs5 v0.7.1 |
| 1315 | 2025-01-29T20:05:08.582Z | Compiling form_urlencoded v1.2.1 |
| 1316 | 2025-01-29T20:05:08.698Z | Compiling slog v2.7.0 |
| 1317 | 2025-01-29T20:05:08.901Z | Compiling try-lock v0.2.5 |
| 1318 | 2025-01-29T20:05:08.969Z | Compiling goblin v0.8.2 |
| 1319 | 2025-01-29T20:05:09.061Z | Compiling pkcs8 v0.10.2 |
| 1320 | 2025-01-29T20:05:09.266Z | Compiling want v0.3.1 |
| 1321 | 2025-01-29T20:05:09.538Z | Compiling idna v1.0.3 |
| 1322 | 2025-01-29T20:05:09.559Z | Compiling uuid v1.12.0 |
| 1323 | 2025-01-29T20:05:09.737Z | Compiling iana-time-zone v0.1.61 |
| 1324 | 2025-01-29T20:05:09.838Z | Compiling pest_derive v2.7.14 |
| 1325 | 2025-01-29T20:05:10.116Z | Compiling httpdate v1.0.3 |
| 1326 | 2025-01-29T20:05:10.568Z | Compiling chrono v0.4.39 |
| 1327 | 2025-01-29T20:05:10.619Z | Compiling dtrace-parser v0.2.0 |
| 1328 | 2025-01-29T20:05:11.277Z | Compiling serde_spanned v0.6.8 |
| 1329 | 2025-01-29T20:05:11.530Z | Compiling toml_datetime v0.6.8 |
| 1330 | 2025-01-29T20:05:11.820Z | Compiling serde_tokenstream v0.2.2 |
| 1331 | 2025-01-29T20:05:11.846Z | Compiling match_cfg v0.1.0 |
| 1332 | 2025-01-29T20:05:11.956Z | Compiling foreign-types-shared v0.1.1 |
| 1333 | 2025-01-29T20:05:12.017Z | Compiling openssl v0.10.66 |
| 1334 | 2025-01-29T20:05:12.090Z | Compiling base64 v0.22.1 |
| 1335 | 2025-01-29T20:05:12.403Z | Compiling rustversion v1.0.17 |
| 1336 | 2025-01-29T20:05:12.433Z | Compiling adler2 v2.0.0 |
| 1337 | 2025-01-29T20:05:12.516Z | Compiling tower-service v0.3.3 |
| 1338 | 2025-01-29T20:05:12.649Z | Compiling miniz_oxide v0.8.0 |
| 1339 | 2025-01-29T20:05:12.700Z | Compiling foreign-types v0.3.2 |
| 1340 | 2025-01-29T20:05:12.794Z | Compiling tokio-util v0.7.12 |
| 1341 | 2025-01-29T20:05:12.814Z | Compiling hostname v0.3.1 |
| 1342 | 2025-01-29T20:05:13.042Z | Compiling url v2.5.3 |
| 1343 | 2025-01-29T20:05:13.925Z | Compiling h2 v0.4.6 |
| 1344 | 2025-01-29T20:05:14.100Z | Compiling async-trait v0.1.85 |
| 1345 | 2025-01-29T20:05:14.123Z | Compiling openssl-macros v0.1.1 |
| 1346 | 2025-01-29T20:05:14.432Z | Compiling serde_derive_internals v0.29.1 |
| 1347 | 2025-01-29T20:05:14.819Z | Compiling dof v0.3.0 |
| 1348 | 2025-01-29T20:05:14.858Z | Compiling dirs-sys-next v0.1.2 |
| 1349 | 2025-01-29T20:05:15.457Z | Compiling data-encoding v2.6.0 |
| 1350 | 2025-01-29T20:05:16.632Z | Compiling usdt-impl v0.5.0 |
| 1351 | 2025-01-29T20:05:16.723Z | Compiling rustls v0.22.4 |
| 1352 | 2025-01-29T20:05:16.898Z | Compiling syn v1.0.109 |
| 1353 | 2025-01-29T20:05:16.998Z | Compiling schemars v0.8.21 |
| 1354 | 2025-01-29T20:05:17.339Z | Compiling rustls v0.23.19 |
| 1355 | 2025-01-29T20:05:17.479Z | Compiling native-tls v0.2.12 |
| 1356 | 2025-01-29T20:05:17.562Z | Compiling siphasher v0.3.11 |
| 1357 | 2025-01-29T20:05:17.763Z | Compiling schemars_derive v0.8.21 |
| 1358 | 2025-01-29T20:05:17.860Z | Compiling dirs-next v2.0.0 |
| 1359 | 2025-01-29T20:05:18.048Z | Compiling unicode-normalization v0.1.24 |
| 1360 | 2025-01-29T20:05:18.441Z | Compiling http-body-util v0.1.2 |
| 1361 | 2025-01-29T20:05:18.464Z | Compiling crossbeam-epoch v0.9.18 |
| 1362 | 2025-01-29T20:05:18.919Z | Compiling heapless v0.7.17 |
| 1363 | 2025-01-29T20:05:19.120Z | Compiling sha1 v0.10.6 |
| 1364 | 2025-01-29T20:05:19.141Z | Compiling signature v2.2.0 |
| 1365 | 2025-01-29T20:05:19.239Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1366 | 2025-01-29T20:05:19.362Z | Compiling thread_local v1.1.8 |
| 1367 | 2025-01-29T20:05:19.453Z | Compiling encoding_rs v0.8.34 |
| 1368 | 2025-01-29T20:05:19.540Z | Compiling cookie v0.18.1 |
| 1369 | 2025-01-29T20:05:19.744Z | Compiling multer v3.1.0 |
| 1370 | 2025-01-29T20:05:19.840Z | Compiling gimli v0.31.1 |
| 1371 | 2025-01-29T20:05:19.861Z | Compiling mime v0.3.17 |
| 1372 | 2025-01-29T20:05:20.030Z | Compiling slog-async v2.8.0 |
| 1373 | 2025-01-29T20:05:20.416Z | Compiling openssl-probe v0.1.5 |
| 1374 | 2025-01-29T20:05:20.548Z | Compiling signal-hook v0.3.17 |
| 1375 | 2025-01-29T20:05:20.722Z | Compiling unicode-bidi v0.3.17 |
| 1376 | 2025-01-29T20:05:20.833Z | Compiling ipnet v2.10.1 |
| 1377 | 2025-01-29T20:05:20.865Z | Compiling rayon-core v1.12.1 |
| 1378 | 2025-01-29T20:05:21.167Z | Compiling hyper v1.5.2 |
| 1379 | 2025-01-29T20:05:21.968Z | Compiling dyn-clone v1.0.17 |
| 1380 | 2025-01-29T20:05:21.990Z | Compiling unicode-properties v0.1.3 |
| 1381 | 2025-01-29T20:05:22.412Z | Compiling stringprep v0.1.5 |
| 1382 | 2025-01-29T20:05:23.686Z | Compiling hyper-util v0.1.10 |
| 1383 | 2025-01-29T20:05:24.064Z | Compiling addr2line v0.24.2 |
| 1384 | 2025-01-29T20:05:24.292Z | Compiling toml_edit v0.22.22 |
| 1385 | 2025-01-29T20:05:24.892Z | Compiling crossbeam-deque v0.8.5 |
| 1386 | 2025-01-29T20:05:24.922Z | Compiling usdt-macro v0.5.0 |
| 1387 | 2025-01-29T20:05:25.219Z | Compiling usdt-attr-macro v0.5.0 |
| 1388 | 2025-01-29T20:05:25.608Z | Compiling term v0.7.0 |
| 1389 | 2025-01-29T20:05:26.321Z | Compiling slog-json v2.6.1 |
| 1390 | 2025-01-29T20:05:26.443Z | Compiling serde_urlencoded v0.7.1 |
| 1391 | 2025-01-29T20:05:26.606Z | Compiling crossbeam-channel v0.5.13 |
| 1392 | 2025-01-29T20:05:26.699Z | Compiling curve25519-dalek v4.1.3 |
| 1393 | 2025-01-29T20:05:26.776Z | Compiling futures-executor v0.3.31 |
| 1394 | 2025-01-29T20:05:26.915Z | Compiling md-5 v0.10.6 |
| 1395 | 2025-01-29T20:05:26.918Z | Compiling enum-as-inner v0.6.1 |
| 1396 | 2025-01-29T20:05:27.227Z | Compiling async-stream-impl v0.3.6 |
| 1397 | 2025-01-29T20:05:27.294Z | Compiling rustls-pemfile v2.2.0 |
| 1398 | 2025-01-29T20:05:27.395Z | Compiling num-integer v0.1.46 |
| 1399 | 2025-01-29T20:05:27.614Z | Compiling hash32 v0.2.1 |
| 1400 | 2025-01-29T20:05:27.635Z | Compiling ff v0.13.0 |
| 1401 | 2025-01-29T20:05:27.881Z | Compiling is-terminal v0.4.13 |
| 1402 | 2025-01-29T20:05:27.936Z | Compiling dropshot v0.12.0 |
| 1403 | 2025-01-29T20:05:27.972Z | Compiling object v0.36.5 |
| 1404 | 2025-01-29T20:05:28.024Z | Compiling portable-atomic v1.9.0 |
| 1405 | 2025-01-29T20:05:28.128Z | Compiling anyhow v1.0.95 |
| 1406 | 2025-01-29T20:05:28.248Z | Compiling rustc-demangle v0.1.24 |
| 1407 | 2025-01-29T20:05:28.524Z | Compiling base16ct v0.2.0 |
| 1408 | 2025-01-29T20:05:28.739Z | Compiling quick-error v1.2.3 |
| 1409 | 2025-01-29T20:05:28.862Z | Compiling utf-8 v0.7.6 |
| 1410 | 2025-01-29T20:05:28.890Z | Compiling smoltcp v0.9.1 |
| 1411 | 2025-01-29T20:05:28.994Z | Compiling litrs v0.4.1 |
| 1412 | 2025-01-29T20:05:29.151Z | Compiling fallible-iterator v0.2.0 |
| 1413 | 2025-01-29T20:05:29.187Z | Compiling take_mut v0.2.2 |
| 1414 | 2025-01-29T20:05:29.358Z | Compiling linked-hash-map v0.5.6 |
| 1415 | 2025-01-29T20:05:29.542Z | Compiling num-bigint-dig v0.8.4 |
| 1416 | 2025-01-29T20:05:29.693Z | Compiling psl-types v2.0.11 |
| 1417 | 2025-01-29T20:05:29.831Z | Compiling postgres-protocol v0.6.7 |
| 1418 | 2025-01-29T20:05:29.881Z | Compiling publicsuffix v2.3.0 |
| 1419 | 2025-01-29T20:05:29.901Z | Compiling lru-cache v0.1.2 |
| 1420 | 2025-01-29T20:05:30.150Z | Compiling document-features v0.2.10 |
| 1421 | 2025-01-29T20:05:30.170Z | Compiling tungstenite v0.24.0 |
| 1422 | 2025-01-29T20:05:31.221Z | Compiling resolv-conf v0.7.0 |
| 1423 | 2025-01-29T20:05:31.242Z | Compiling sec1 v0.7.3 |
| 1424 | 2025-01-29T20:05:31.785Z | Compiling async-stream v0.3.6 |
| 1425 | 2025-01-29T20:05:31.828Z | Compiling slog-term v2.9.1 |
| 1426 | 2025-01-29T20:05:31.884Z | Compiling hickory-proto v0.24.2 |
| 1427 | 2025-01-29T20:05:31.904Z | Compiling usdt v0.5.0 |
| 1428 | 2025-01-29T20:05:32.071Z | Compiling num-iter v0.1.45 |
| 1429 | 2025-01-29T20:05:32.370Z | Compiling group v0.13.0 |
| 1430 | 2025-01-29T20:05:32.405Z | Compiling toml v0.8.19 |
| 1431 | 2025-01-29T20:05:32.817Z | Compiling futures v0.3.31 |
| 1432 | 2025-01-29T20:05:32.932Z | Compiling slog-bunyan v2.5.0 |
| 1433 | 2025-01-29T20:05:34.210Z | Compiling camino v1.1.9 |
| 1434 | 2025-01-29T20:05:34.311Z | Compiling tokio-native-tls v0.3.1 |
| 1435 | 2025-01-29T20:05:34.598Z | Compiling backtrace v0.3.74 |
| 1436 | 2025-01-29T20:05:34.687Z | Compiling phf_shared v0.11.2 |
| 1437 | 2025-01-29T20:05:34.853Z | Compiling dropshot_endpoint v0.12.0 |
| 1438 | 2025-01-29T20:05:35.051Z | Compiling terminal_size v0.4.0 |
| 1439 | 2025-01-29T20:05:35.085Z | Compiling waitgroup v0.1.2 |
| 1440 | 2025-01-29T20:05:35.131Z | Compiling openapiv3 v2.0.0 |
| 1441 | 2025-01-29T20:05:35.263Z | Compiling serde_path_to_error v0.1.16 |
| 1442 | 2025-01-29T20:05:35.319Z | Compiling hkdf v0.12.4 |
| 1443 | 2025-01-29T20:05:35.590Z | Compiling crypto-bigint v0.5.5 |
| 1444 | 2025-01-29T20:05:36.070Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1445 | 2025-01-29T20:05:37.515Z | Compiling zerocopy-derive v0.6.6 |
| 1446 | 2025-01-29T20:05:37.752Z | Compiling webpki-roots v0.26.6 |
| 1447 | 2025-01-29T20:05:37.984Z | Compiling hostname v0.4.0 |
| 1448 | 2025-01-29T20:05:38.208Z | Compiling crc32fast v1.4.2 |
| 1449 | 2025-01-29T20:05:38.410Z | Compiling hubpack_derive v0.1.1 |
| 1450 | 2025-01-29T20:05:38.557Z | Compiling ahash v0.8.11 |
| 1451 | 2025-01-29T20:05:38.889Z | Compiling fs-err v2.11.0 |
| 1452 | 2025-01-29T20:05:39.095Z | Compiling debug-ignore v1.0.5 |
| 1453 | 2025-01-29T20:05:39.127Z | Compiling unicode-width v0.2.0 |
| 1454 | 2025-01-29T20:05:39.189Z | Compiling newtype-uuid v1.2.1 |
| 1455 | 2025-01-29T20:05:39.250Z | Compiling winnow v0.5.40 |
| 1456 | 2025-01-29T20:05:39.280Z | Compiling bitflags v1.3.2 |
| 1457 | 2025-01-29T20:05:39.401Z | Compiling managed v0.8.0 |
| 1458 | 2025-01-29T20:05:39.491Z | Compiling zerocopy v0.6.6 |
| 1459 | 2025-01-29T20:05:39.512Z | Compiling clap_builder v4.5.27 |
| 1460 | 2025-01-29T20:05:39.668Z | Compiling console v0.15.10 |
| 1461 | 2025-01-29T20:05:40.230Z | Compiling hubpack v0.1.2 |
| 1462 | 2025-01-29T20:05:40.866Z | Compiling strum_macros v0.25.3 |
| 1463 | 2025-01-29T20:05:41.214Z | Compiling elliptic-curve v0.13.8 |
| 1464 | 2025-01-29T20:05:41.381Z | Compiling flate2 v1.0.35 |
| 1465 | 2025-01-29T20:05:41.844Z | Compiling hickory-resolver v0.24.2 |
| 1466 | 2025-01-29T20:05:42.287Z | Compiling phf v0.11.2 |
| 1467 | 2025-01-29T20:05:42.577Z | Compiling toml_edit v0.19.15 |
| 1468 | 2025-01-29T20:05:42.805Z | Compiling hyper-tls v0.6.0 |
| 1469 | 2025-01-29T20:05:42.852Z | Compiling signal-hook-mio v0.2.4 |
| 1470 | 2025-01-29T20:05:43.032Z | Compiling rayon v1.10.0 |
| 1471 | 2025-01-29T20:05:43.222Z | Compiling cookie_store v0.21.1 |
| 1472 | 2025-01-29T20:05:44.709Z | Compiling bzip2 v0.4.4 |
| 1473 | 2025-01-29T20:05:45.109Z | Compiling tokio-tungstenite v0.24.0 |
| 1474 | 2025-01-29T20:05:46.954Z | Compiling postgres-types v0.2.8 |
| 1475 | 2025-01-29T20:05:47.437Z | Compiling ed25519 v2.2.3 |
| 1476 | 2025-01-29T20:05:47.760Z | Compiling phf_shared v0.10.0 |
| 1477 | 2025-01-29T20:05:47.854Z | Compiling tokio-stream v0.1.16 |
| 1478 | 2025-01-29T20:05:48.157Z | Compiling pkcs1 v0.7.5 |
| 1479 | 2025-01-29T20:05:48.262Z | Compiling serde-big-array v0.5.1 |
| 1480 | 2025-01-29T20:05:48.503Z | Compiling rfc6979 v0.4.0 |
| 1481 | 2025-01-29T20:05:48.710Z | Compiling derive-where v1.2.7 |
| 1482 | 2025-01-29T20:05:48.814Z | Compiling clap_derive v4.5.24 |
| 1483 | 2025-01-29T20:05:49.072Z | Compiling serde_repr v0.1.19 |
| 1484 | 2025-01-29T20:05:49.283Z | Compiling bstr v1.10.0 |
| 1485 | 2025-01-29T20:05:49.544Z | Compiling float-cmp v0.9.0 |
| 1486 | 2025-01-29T20:05:49.784Z | Compiling sync_wrapper v1.0.1 |
| 1487 | 2025-01-29T20:05:49.807Z | Compiling predicates-core v1.0.8 |
| 1488 | 2025-01-29T20:05:49.952Z | Compiling new_debug_unreachable v1.0.6 |
| 1489 | 2025-01-29T20:05:50.065Z | Compiling number_prefix v0.4.0 |
| 1490 | 2025-01-29T20:05:50.122Z | Compiling whoami v1.5.2 |
| 1491 | 2025-01-29T20:05:50.219Z | Compiling static_assertions v1.1.0 |
| 1492 | 2025-01-29T20:05:50.347Z | Compiling bit-vec v0.6.3 |
| 1493 | 2025-01-29T20:05:50.369Z | Compiling difflib v0.4.0 |
| 1494 | 2025-01-29T20:05:50.716Z | Compiling normalize-line-endings v0.3.0 |
| 1495 | 2025-01-29T20:05:50.761Z | Compiling precomputed-hash v0.1.1 |
| 1496 | 2025-01-29T20:05:50.867Z | Compiling unicode-segmentation v1.12.0 |
| 1497 | 2025-01-29T20:05:50.895Z | Compiling fixedbitset v0.4.2 |
| 1498 | 2025-01-29T20:05:50.919Z | Compiling string_cache v0.8.7 |
| 1499 | 2025-01-29T20:05:51.342Z | Compiling petgraph v0.6.5 |
| 1500 | 2025-01-29T20:05:51.342Z | Compiling predicates v3.1.2 |
| 1501 | 2025-01-29T20:05:51.737Z | Compiling similar v2.6.0 |
| 1502 | 2025-01-29T20:05:51.772Z | Compiling bit-set v0.5.3 |
| 1503 | 2025-01-29T20:05:51.986Z | Compiling tokio-postgres v0.7.12 |
| 1504 | 2025-01-29T20:05:52.050Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1505 | 2025-01-29T20:05:52.950Z | Compiling indicatif v0.17.9 |
| 1506 | 2025-01-29T20:05:53.526Z | Compiling clap v4.5.27 |
| 1507 | 2025-01-29T20:05:53.665Z | Compiling ecdsa v0.16.9 |
| 1508 | 2025-01-29T20:05:53.929Z | Compiling rsa v0.9.6 |
| 1509 | 2025-01-29T20:05:54.488Z | Compiling ed25519-dalek v2.1.1 |
| 1510 | 2025-01-29T20:05:54.951Z | Compiling toml v0.7.8 |
| 1511 | 2025-01-29T20:05:54.973Z | Compiling zip v0.6.6 |
| 1512 | 2025-01-29T20:05:55.853Z | Compiling crossterm v0.28.1 |
| 1513 | 2025-01-29T20:05:57.179Z | Compiling hex v0.4.3 |
| 1514 | 2025-01-29T20:05:57.284Z | Compiling x509-cert v0.2.5 |
| 1515 | 2025-01-29T20:05:57.771Z | Compiling itertools v0.10.5 |
| 1516 | 2025-01-29T20:05:57.792Z | Compiling unicode-xid v0.2.6 |
| 1517 | 2025-01-29T20:05:57.991Z | Compiling peg-runtime v0.8.3 |
| 1518 | 2025-01-29T20:05:58.412Z | Compiling lalrpop-util v0.19.12 |
| 1519 | 2025-01-29T20:05:58.602Z | Compiling strum_macros v0.26.4 |
| 1520 | 2025-01-29T20:05:58.701Z | Compiling xattr v1.3.1 |
| 1521 | 2025-01-29T20:05:58.767Z | Compiling filetime v0.2.25 |
| 1522 | 2025-01-29T20:05:58.987Z | Compiling tar v0.4.42 |
| 1523 | 2025-01-29T20:06:03.379Z | Compiling strum v0.26.3 |
| 1524 | 2025-01-29T20:06:06.520Z | Compiling aws-lc-sys v0.22.0 |
| 1525 | 2025-01-29T20:06:34.716Z | Compiling rustls-webpki v0.102.8 |
| 1526 | 2025-01-29T20:06:37.951Z | Compiling tokio-rustls v0.25.0 |
| 1527 | 2025-01-29T20:06:39.743Z | Compiling tokio-rustls v0.26.0 |
| 1528 | 2025-01-29T20:06:40.013Z | Compiling hyper-rustls v0.27.3 |
| 1529 | 2025-01-29T20:06:40.365Z | Compiling reqwest v0.12.9 |
| 1530 | 2025-01-29T20:06:41.742Z | Compiling qorb v0.2.1 |
| 1531 | 2025-01-29T20:06:44.884Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1532 | 2025-01-29T20:06:45.137Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1533 | 2025-01-29T20:06:49.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
| 1534 | 2025-01-29T20:06:49.827Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1535 | 2025-01-29T20:06:49.879Z | Jan 29 20:06:49.014 INFO Starting download, target: Cockroach |
| 1536 | 2025-01-29T20:06:49.879Z | Jan 29 20:06:49.014 INFO Starting download, target: Console |
| 1537 | 2025-01-29T20:06:49.879Z | Jan 29 20:06:49.014 INFO Starting download, target: Clickhouse |
| 1538 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.014 INFO Starting download, target: DendriteOpenapi |
| 1539 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.014 INFO Starting download, target: DendriteStub |
| 1540 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.014 INFO Starting download, target: MaghemiteMgd |
| 1541 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.014 INFO Starting download, target: TransceiverControl |
| 1542 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.015 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1543 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.015 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1544 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.015 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1545 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.015 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1546 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.015 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1547 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.015 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1548 | 2025-01-29T20:06:49.882Z | Jan 29 20:06:49.015 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1549 | 2025-01-29T20:06:50.161Z | Jan 29 20:06:49.272 INFO Download complete, target: DendriteOpenapi |
| 1550 | 2025-01-29T20:06:50.400Z | Jan 29 20:06:49.499 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1551 | 2025-01-29T20:06:50.458Z | Jan 29 20:06:49.554 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1552 | 2025-01-29T20:06:50.806Z | Jan 29 20:06:49.893 INFO Download complete, target: Console |
| 1553 | 2025-01-29T20:06:51.016Z | Jan 29 20:06:50.150 INFO Download complete, target: TransceiverControl |
| 1554 | 2025-01-29T20:06:51.037Z | Jan 29 20:06:50.171 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1555 | 2025-01-29T20:06:51.045Z | Jan 29 20:06:50.179 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1556 | 2025-01-29T20:06:51.855Z | Jan 29 20:06:50.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1557 | 2025-01-29T20:06:51.898Z | Jan 29 20:06:51.031 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1558 | 2025-01-29T20:06:51.898Z | Jan 29 20:06:51.031 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1559 | 2025-01-29T20:06:53.837Z | Jan 29 20:06:52.971 INFO Download complete, target: MaghemiteMgd |
| 1560 | 2025-01-29T20:06:53.837Z | Jan 29 20:06:52.971 INFO Download complete, target: DendriteStub |
| 1561 | 2025-01-29T20:06:59.302Z | Jan 29 20:06:58.435 INFO Checking that binary works, target: Cockroach |
| 1562 | 2025-01-29T20:06:59.457Z | Jan 29 20:06:58.590 INFO Download complete, target: Cockroach |
| 1563 | 2025-01-29T20:07:04.244Z | Jan 29 20:07:03.376 INFO Checking that binary works, target: Clickhouse |
| 1564 | 2025-01-29T20:07:04.375Z | Jan 29 20:07:03.507 INFO Download complete, target: Clickhouse |
| 1565 | 2025-01-29T20:07:04.383Z | All prerequisites installed successfully |
| 1566 | 2025-01-29T20:07:04.386Z | |
| 1567 | 2025-01-29T20:07:04.386Z | real 4:48.505602957 |
| 1568 | 2025-01-29T20:07:04.386Z | user 15:55.808162150 |
| 1569 | 2025-01-29T20:07:04.386Z | sys 2:05.427110110 |
| 1570 | 2025-01-29T20:07:04.386Z | trap 0.605536757 |
| 1571 | 2025-01-29T20:07:04.386Z | tflt 1.345719164 |
| 1572 | 2025-01-29T20:07:04.386Z | dflt 1.551385989 |
| 1573 | 2025-01-29T20:07:04.386Z | kflt 0.025146010 |
| 1574 | 2025-01-29T20:07:04.386Z | lock 25:19.473290137 |
| 1575 | 2025-01-29T20:07:04.386Z | slp 55:36.491977841 |
| 1576 | 2025-01-29T20:07:04.386Z | lat 1:00.980695804 |
| 1577 | 2025-01-29T20:07:04.386Z | stop 2:27.422072057 |
| 1578 | 2025-01-29T20:07:04.386Z | + ptime -m cargo xtask download softnpu |
| 1579 | 2025-01-29T20:07:04.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1580 | 2025-01-29T20:07:04.933Z | Running `target/debug/xtask download softnpu` |
| 1581 | 2025-01-29T20:07:05.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
| 1582 | 2025-01-29T20:07:05.824Z | Running `target/debug/xtask-downloader softnpu` |
| 1583 | 2025-01-29T20:07:05.862Z | Jan 29 20:07:04.993 INFO Starting download, target: Softnpu |
| 1584 | 2025-01-29T20:07:05.865Z | Jan 29 20:07:04.994 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1585 | 2025-01-29T20:07:06.880Z | Jan 29 20:07:06.011 INFO Download complete, target: Softnpu |
| 1586 | 2025-01-29T20:07:06.885Z | |
| 1587 | 2025-01-29T20:07:06.887Z | real 2.493267326 |
| 1588 | 2025-01-29T20:07:06.887Z | user 1.278227260 |
| 1589 | 2025-01-29T20:07:06.888Z | sys 0.546405195 |
| 1590 | 2025-01-29T20:07:06.888Z | trap 0.001162214 |
| 1591 | 2025-01-29T20:07:06.888Z | tflt 0.000048807 |
| 1592 | 2025-01-29T20:07:06.888Z | dflt 0.000185028 |
| 1593 | 2025-01-29T20:07:06.888Z | kflt 0.000000000 |
| 1594 | 2025-01-29T20:07:06.888Z | lock 10.754337904 |
| 1595 | 2025-01-29T20:07:06.888Z | slp 0.842799602 |
| 1596 | 2025-01-29T20:07:06.888Z | lat 0.071671463 |
| 1597 | 2025-01-29T20:07:06.888Z | stop 0.000171793 |
| 1598 | 2025-01-29T20:07:06.888Z | + export CARGO_INCREMENTAL=0 |
| 1599 | 2025-01-29T20:07:06.888Z | + CARGO_INCREMENTAL=0 |
| 1600 | 2025-01-29T20:07:06.888Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1601 | 2025-01-29T20:07:07.834Z | Compiling proc-macro2 v1.0.92 |
| 1602 | 2025-01-29T20:07:07.834Z | Compiling unicode-ident v1.0.14 |
| 1603 | 2025-01-29T20:07:07.837Z | Compiling libc v0.2.169 |
| 1604 | 2025-01-29T20:07:07.837Z | Compiling serde v1.0.217 |
| 1605 | 2025-01-29T20:07:07.837Z | Compiling autocfg v1.4.0 |
| 1606 | 2025-01-29T20:07:07.837Z | Compiling version_check v0.9.5 |
| 1607 | 2025-01-29T20:07:07.837Z | Compiling cfg-if v1.0.0 |
| 1608 | 2025-01-29T20:07:08.113Z | Compiling memchr v2.7.4 |
| 1609 | 2025-01-29T20:07:08.131Z | Compiling typenum v1.17.0 |
| 1610 | 2025-01-29T20:07:08.160Z | Compiling shlex v1.3.0 |
| 1611 | 2025-01-29T20:07:08.516Z | Compiling value-bag v1.9.0 |
| 1612 | 2025-01-29T20:07:08.713Z | Compiling generic-array v0.14.7 |
| 1613 | 2025-01-29T20:07:08.822Z | Compiling lock_api v0.4.12 |
| 1614 | 2025-01-29T20:07:08.982Z | Compiling log v0.4.22 |
| 1615 | 2025-01-29T20:07:09.019Z | Compiling scopeguard v1.2.0 |
| 1616 | 2025-01-29T20:07:09.190Z | Compiling parking_lot_core v0.9.10 |
| 1617 | 2025-01-29T20:07:09.363Z | Compiling serde_json v1.0.135 |
| 1618 | 2025-01-29T20:07:09.606Z | Compiling quote v1.0.38 |
| 1619 | 2025-01-29T20:07:09.683Z | Compiling once_cell v1.20.2 |
| 1620 | 2025-01-29T20:07:09.716Z | Compiling libm v0.2.8 |
| 1621 | 2025-01-29T20:07:09.736Z | Compiling rustix v0.38.37 |
| 1622 | 2025-01-29T20:07:10.014Z | Compiling syn v2.0.96 |
| 1623 | 2025-01-29T20:07:10.043Z | Compiling jobserver v0.1.32 |
| 1624 | 2025-01-29T20:07:10.064Z | Compiling getrandom v0.2.15 |
| 1625 | 2025-01-29T20:07:10.152Z | Compiling aho-corasick v1.1.3 |
| 1626 | 2025-01-29T20:07:10.335Z | Compiling num-traits v0.2.19 |
| 1627 | 2025-01-29T20:07:10.356Z | Compiling thiserror v1.0.69 |
| 1628 | 2025-01-29T20:07:10.394Z | Compiling regex-syntax v0.8.5 |
| 1629 | 2025-01-29T20:07:10.424Z | Compiling cc v1.1.30 |
| 1630 | 2025-01-29T20:07:10.634Z | Compiling either v1.13.0 |
| 1631 | 2025-01-29T20:07:10.767Z | Compiling itoa v1.0.11 |
| 1632 | 2025-01-29T20:07:10.998Z | Compiling spin v0.9.8 |
| 1633 | 2025-01-29T20:07:11.017Z | Compiling slab v0.4.9 |
| 1634 | 2025-01-29T20:07:11.240Z | Compiling errno v0.3.9 |
| 1635 | 2025-01-29T20:07:11.361Z | Compiling byteorder v1.5.0 |
| 1636 | 2025-01-29T20:07:11.686Z | Compiling rand_core v0.6.4 |
| 1637 | 2025-01-29T20:07:12.102Z | Compiling glob v0.3.2 |
| 1638 | 2025-01-29T20:07:12.286Z | Compiling prettyplease v0.2.25 |
| 1639 | 2025-01-29T20:07:12.315Z | Compiling lazy_static v1.5.0 |
| 1640 | 2025-01-29T20:07:12.642Z | Compiling minimal-lexical v0.2.1 |
| 1641 | 2025-01-29T20:07:12.828Z | Compiling clang-sys v1.8.1 |
| 1642 | 2025-01-29T20:07:13.123Z | Compiling nom v7.1.3 |
| 1643 | 2025-01-29T20:07:13.237Z | Compiling libloading v0.8.5 |
| 1644 | 2025-01-29T20:07:13.459Z | Compiling bindgen v0.69.5 |
| 1645 | 2025-01-29T20:07:13.509Z | Compiling home v0.5.9 |
| 1646 | 2025-01-29T20:07:13.564Z | Compiling smallvec v1.13.2 |
| 1647 | 2025-01-29T20:07:13.728Z | Compiling subtle v2.6.1 |
| 1648 | 2025-01-29T20:07:13.940Z | Compiling itertools v0.12.1 |
| 1649 | 2025-01-29T20:07:14.045Z | Compiling regex-automata v0.4.8 |
| 1650 | 2025-01-29T20:07:14.074Z | Compiling allocator-api2 v0.2.18 |
| 1651 | 2025-01-29T20:07:14.502Z | Compiling rustc-hash v1.1.0 |
| 1652 | 2025-01-29T20:07:14.674Z | Compiling lazycell v1.3.0 |
| 1653 | 2025-01-29T20:07:14.775Z | Compiling cmake v0.1.51 |
| 1654 | 2025-01-29T20:07:15.048Z | Compiling fs_extra v1.3.0 |
| 1655 | 2025-01-29T20:07:15.564Z | Compiling dunce v1.0.5 |
| 1656 | 2025-01-29T20:07:15.584Z | Compiling semver v1.0.24 |
| 1657 | 2025-01-29T20:07:16.092Z | Compiling pkg-config v0.3.31 |
| 1658 | 2025-01-29T20:07:16.167Z | Compiling cexpr v0.6.0 |
| 1659 | 2025-01-29T20:07:16.408Z | Compiling ring v0.17.8 |
| 1660 | 2025-01-29T20:07:17.119Z | Compiling pin-project-lite v0.2.14 |
| 1661 | 2025-01-29T20:07:17.142Z | Compiling ryu v1.0.18 |
| 1662 | 2025-01-29T20:07:17.187Z | Compiling synstructure v0.13.1 |
| 1663 | 2025-01-29T20:07:17.388Z | Compiling paste v1.0.15 |
| 1664 | 2025-01-29T20:07:17.635Z | Compiling schemars v0.8.21 |
| 1665 | 2025-01-29T20:07:17.837Z | Compiling const-oid v0.9.6 |
| 1666 | 2025-01-29T20:07:17.912Z | Compiling fnv v1.0.7 |
| 1667 | 2025-01-29T20:07:18.051Z | Compiling aws-lc-rs v1.10.0 |
| 1668 | 2025-01-29T20:07:18.383Z | Compiling httparse v1.9.5 |
| 1669 | 2025-01-29T20:07:18.589Z | Compiling serde_derive_internals v0.29.1 |
| 1670 | 2025-01-29T20:07:19.149Z | Compiling foldhash v0.1.3 |
| 1671 | 2025-01-29T20:07:19.459Z | Compiling regex v1.11.1 |
| 1672 | 2025-01-29T20:07:19.504Z | Compiling equivalent v1.0.1 |
| 1673 | 2025-01-29T20:07:19.632Z | Compiling hashbrown v0.15.1 |
| 1674 | 2025-01-29T20:07:19.812Z | Compiling signal-hook-registry v1.4.2 |
| 1675 | 2025-01-29T20:07:20.401Z | Compiling heck v0.5.0 |
| 1676 | 2025-01-29T20:07:20.493Z | Compiling parking_lot v0.12.3 |
| 1677 | 2025-01-29T20:07:20.712Z | Compiling mio v1.0.2 |
| 1678 | 2025-01-29T20:07:20.824Z | Compiling stable_deref_trait v1.2.0 |
| 1679 | 2025-01-29T20:07:21.635Z | Compiling serde_derive v1.0.217 |
| 1680 | 2025-01-29T20:07:21.702Z | Compiling zeroize_derive v1.4.2 |
| 1681 | 2025-01-29T20:07:22.216Z | Compiling zerocopy-derive v0.7.35 |
| 1682 | 2025-01-29T20:07:22.577Z | Compiling thiserror-impl v1.0.69 |
| 1683 | 2025-01-29T20:07:23.071Z | Compiling zeroize v1.8.1 |
| 1684 | 2025-01-29T20:07:23.203Z | Compiling tokio-macros v2.5.0 |
| 1685 | 2025-01-29T20:07:23.473Z | Compiling zerofrom-derive v0.1.4 |
| 1686 | 2025-01-29T20:07:23.553Z | Compiling yoke-derive v0.7.4 |
| 1687 | 2025-01-29T20:07:23.676Z | Compiling zerovec-derive v0.10.3 |
| 1688 | 2025-01-29T20:07:23.764Z | Compiling futures-macro v0.3.31 |
| 1689 | 2025-01-29T20:07:24.049Z | Compiling displaydoc v0.2.5 |
| 1690 | 2025-01-29T20:07:25.305Z | Compiling zerocopy v0.7.35 |
| 1691 | 2025-01-29T20:07:25.664Z | Compiling icu_provider_macros v1.5.0 |
| 1692 | 2025-01-29T20:07:25.816Z | Compiling crypto-common v0.1.6 |
| 1693 | 2025-01-29T20:07:25.880Z | Compiling tracing-attributes v0.1.27 |
| 1694 | 2025-01-29T20:07:25.938Z | Compiling schemars_derive v0.8.21 |
| 1695 | 2025-01-29T20:07:26.017Z | Compiling block-buffer v0.10.4 |
| 1696 | 2025-01-29T20:07:26.278Z | Compiling digest v0.10.7 |
| 1697 | 2025-01-29T20:07:26.700Z | Compiling socket2 v0.5.7 |
| 1698 | 2025-01-29T20:07:26.728Z | Compiling time-core v0.1.2 |
| 1699 | 2025-01-29T20:07:26.910Z | Compiling num-conv v0.1.0 |
| 1700 | 2025-01-29T20:07:26.930Z | Compiling futures-core v0.3.31 |
| 1701 | 2025-01-29T20:07:27.194Z | Compiling crossbeam-utils v0.8.20 |
| 1702 | 2025-01-29T20:07:27.215Z | Compiling time-macros v0.2.18 |
| 1703 | 2025-01-29T20:07:27.979Z | Compiling der_derive v0.7.3 |
| 1704 | 2025-01-29T20:07:28.030Z | Compiling vcpkg v0.2.15 |
| 1705 | 2025-01-29T20:07:29.491Z | Compiling openssl-sys v0.9.103 |
| 1706 | 2025-01-29T20:07:29.915Z | Compiling syn v1.0.109 |
| 1707 | 2025-01-29T20:07:30.462Z | Compiling cpufeatures v0.2.14 |
| 1708 | 2025-01-29T20:07:30.518Z | Compiling futures-sink v0.3.31 |
| 1709 | 2025-01-29T20:07:30.701Z | Compiling slog v2.7.0 |
| 1710 | 2025-01-29T20:07:30.888Z | Compiling ahash v0.8.11 |
| 1711 | 2025-01-29T20:07:31.139Z | Compiling zerofrom v0.1.4 |
| 1712 | 2025-01-29T20:07:31.461Z | Compiling iana-time-zone v0.1.61 |
| 1713 | 2025-01-29T20:07:31.636Z | Compiling yoke v0.7.4 |
| 1714 | 2025-01-29T20:07:31.814Z | Compiling futures-channel v0.3.31 |
| 1715 | 2025-01-29T20:07:32.001Z | Compiling scroll_derive v0.12.0 |
| 1716 | 2025-01-29T20:07:32.132Z | Compiling futures-io v0.3.31 |
| 1717 | 2025-01-29T20:07:32.163Z | Compiling openssl v0.10.66 |
| 1718 | 2025-01-29T20:07:32.262Z | Compiling ucd-trie v0.1.7 |
| 1719 | 2025-01-29T20:07:32.508Z | Compiling pin-utils v0.1.0 |
| 1720 | 2025-01-29T20:07:32.569Z | Compiling futures-task v0.3.31 |
| 1721 | 2025-01-29T20:07:32.618Z | Compiling pest v2.7.14 |
| 1722 | 2025-01-29T20:07:32.710Z | Compiling zerovec v0.10.4 |
| 1723 | 2025-01-29T20:07:32.887Z | Compiling futures-util v0.3.31 |
| 1724 | 2025-01-29T20:07:33.701Z | Compiling hmac v0.12.1 |
| 1725 | 2025-01-29T20:07:33.958Z | Compiling bitflags v2.6.0 |
| 1726 | 2025-01-29T20:07:34.109Z | Compiling bytes v1.9.0 |
| 1727 | 2025-01-29T20:07:35.920Z | Compiling indexmap v2.7.1 |
| 1728 | 2025-01-29T20:07:36.342Z | Compiling tokio v1.43.0 |
| 1729 | 2025-01-29T20:07:37.262Z | Compiling serde_tokenstream v0.2.2 |
| 1730 | 2025-01-29T20:07:37.598Z | Compiling uuid v1.12.0 |
| 1731 | 2025-01-29T20:07:37.791Z | Compiling http v1.2.0 |
| 1732 | 2025-01-29T20:07:38.867Z | Compiling which v4.4.2 |
| 1733 | 2025-01-29T20:07:39.028Z | Compiling chrono v0.4.39 |
| 1734 | 2025-01-29T20:07:39.066Z | Compiling rustc_version v0.4.1 |
| 1735 | 2025-01-29T20:07:41.970Z | Compiling pest_meta v2.7.14 |
| 1736 | 2025-01-29T20:07:45.114Z | Compiling block-padding v0.3.3 |
| 1737 | 2025-01-29T20:07:45.358Z | Compiling openssl-macros v0.1.1 |
| 1738 | 2025-01-29T20:07:45.644Z | Compiling native-tls v0.2.12 |
| 1739 | 2025-01-29T20:07:45.989Z | Compiling rustls v0.23.19 |
| 1740 | 2025-01-29T20:07:46.047Z | Compiling inout v0.1.3 |
| 1741 | 2025-01-29T20:07:46.074Z | Compiling pest_generator v2.7.14 |
| 1742 | 2025-01-29T20:07:46.285Z | Compiling tinystr v0.7.6 |
| 1743 | 2025-01-29T20:07:46.689Z | Compiling serde_spanned v0.6.8 |
| 1744 | 2025-01-29T20:07:46.725Z | Compiling toml_datetime v0.6.8 |
| 1745 | 2025-01-29T20:07:46.961Z | Compiling tracing-core v0.1.32 |
| 1746 | 2025-01-29T20:07:47.087Z | Compiling dyn-clone v1.0.17 |
| 1747 | 2025-01-29T20:07:47.138Z | Compiling litemap v0.7.3 |
| 1748 | 2025-01-29T20:07:47.319Z | Compiling strsim v0.11.1 |
| 1749 | 2025-01-29T20:07:47.338Z | Compiling writeable v0.5.5 |
| 1750 | 2025-01-29T20:07:47.830Z | Compiling pest_derive v2.7.14 |
| 1751 | 2025-01-29T20:07:47.952Z | Compiling icu_locid v1.5.0 |
| 1752 | 2025-01-29T20:07:48.597Z | Compiling tracing v0.1.40 |
| 1753 | 2025-01-29T20:07:49.152Z | Compiling cipher v0.4.4 |
| 1754 | 2025-01-29T20:07:49.438Z | Compiling sha2 v0.10.8 |
| 1755 | 2025-01-29T20:07:49.654Z | Compiling cookie v0.18.1 |
| 1756 | 2025-01-29T20:07:49.930Z | Compiling usdt-impl v0.5.0 |
| 1757 | 2025-01-29T20:07:49.960Z | Compiling base64ct v1.6.0 |
| 1758 | 2025-01-29T20:07:50.274Z | Compiling icu_provider v1.5.0 |
| 1759 | 2025-01-29T20:07:50.427Z | Compiling pem-rfc7468 v0.7.0 |
| 1760 | 2025-01-29T20:07:51.203Z | Compiling scroll v0.12.0 |
| 1761 | 2025-01-29T20:07:51.710Z | Compiling aws-lc-sys v0.22.0 |
| 1762 | 2025-01-29T20:07:51.838Z | Compiling ppv-lite86 v0.2.20 |
| 1763 | 2025-01-29T20:07:52.621Z | Compiling async-trait v0.1.85 |
| 1764 | 2025-01-29T20:07:53.426Z | Compiling camino v1.1.9 |
| 1765 | 2025-01-29T20:07:53.970Z | Compiling percent-encoding v2.3.1 |
| 1766 | 2025-01-29T20:07:54.784Z | Compiling plain v0.2.3 |
| 1767 | 2025-01-29T20:07:54.955Z | Compiling icu_locid_transform_data v1.5.0 |
| 1768 | 2025-01-29T20:07:54.989Z | Compiling anyhow v1.0.95 |
| 1769 | 2025-01-29T20:07:55.066Z | Compiling rustls-pki-types v1.10.0 |
| 1770 | 2025-01-29T20:07:55.600Z | Compiling flagset v0.4.6 |
| 1771 | 2025-01-29T20:07:55.821Z | Compiling der v0.7.9 |
| 1772 | 2025-01-29T20:07:56.712Z | Compiling icu_locid_transform v1.5.0 |
| 1773 | 2025-01-29T20:07:58.772Z | Compiling goblin v0.8.2 |
| 1774 | 2025-01-29T20:07:58.815Z | Compiling rand_chacha v0.3.1 |
| 1775 | 2025-01-29T20:07:59.826Z | Compiling tokio-util v0.7.12 |
| 1776 | 2025-01-29T20:08:00.216Z | Compiling icu_collections v1.5.0 |
| 1777 | 2025-01-29T20:08:02.902Z | Compiling icu_properties_data v1.5.0 |
| 1778 | 2025-01-29T20:08:03.173Z | Compiling untrusted v0.9.0 |
| 1779 | 2025-01-29T20:08:03.199Z | Compiling untrusted v0.7.1 |
| 1780 | 2025-01-29T20:08:03.393Z | Compiling rustls v0.22.4 |
| 1781 | 2025-01-29T20:08:03.413Z | Compiling pretty-hex v0.4.1 |
| 1782 | 2025-01-29T20:08:03.562Z | Compiling rayon-core v1.12.1 |
| 1783 | 2025-01-29T20:08:03.682Z | Compiling powerfmt v0.2.0 |
| 1784 | 2025-01-29T20:08:03.848Z | Compiling mirai-annotations v1.12.0 |
| 1785 | 2025-01-29T20:08:03.927Z | Compiling icu_properties v1.5.1 |
| 1786 | 2025-01-29T20:08:04.030Z | Compiling deranged v0.3.11 |
| 1787 | 2025-01-29T20:08:04.466Z | Compiling dof v0.3.0 |
| 1788 | 2025-01-29T20:08:06.032Z | Compiling rand v0.8.5 |
| 1789 | 2025-01-29T20:08:06.352Z | Compiling spki v0.7.3 |
| 1790 | 2025-01-29T20:08:06.874Z | Compiling salsa20 v0.10.2 |
| 1791 | 2025-01-29T20:08:07.109Z | Compiling dtrace-parser v0.2.0 |
| 1792 | 2025-01-29T20:08:07.483Z | Compiling pbkdf2 v0.12.2 |
| 1793 | 2025-01-29T20:08:08.528Z | Compiling thread-id v4.2.2 |
| 1794 | 2025-01-29T20:08:08.687Z | Compiling litrs v0.4.1 |
| 1795 | 2025-01-29T20:08:08.690Z | Compiling num_threads v0.1.7 |
| 1796 | 2025-01-29T20:08:08.864Z | Compiling atomic-waker v1.1.2 |
| 1797 | 2025-01-29T20:08:09.036Z | Compiling utf8_iter v1.0.4 |
| 1798 | 2025-01-29T20:08:09.110Z | Compiling winnow v0.5.40 |
| 1799 | 2025-01-29T20:08:09.145Z | Compiling write16 v1.0.0 |
| 1800 | 2025-01-29T20:08:09.594Z | Compiling utf16_iter v1.0.5 |
| 1801 | 2025-01-29T20:08:09.841Z | Compiling icu_normalizer_data v1.5.0 |
| 1802 | 2025-01-29T20:08:09.962Z | Compiling icu_normalizer v1.5.0 |
| 1803 | 2025-01-29T20:08:10.130Z | Compiling document-features v0.2.10 |
| 1804 | 2025-01-29T20:08:11.138Z | Compiling time v0.3.36 |
| 1805 | 2025-01-29T20:08:12.450Z | Compiling toml_edit v0.19.15 |
| 1806 | 2025-01-29T20:08:13.140Z | Compiling scrypt v0.11.0 |
| 1807 | 2025-01-29T20:08:13.611Z | Compiling form_urlencoded v1.2.1 |
| 1808 | 2025-01-29T20:08:14.103Z | Compiling cbc v0.1.2 |
| 1809 | 2025-01-29T20:08:14.163Z | Compiling aes v0.8.4 |
| 1810 | 2025-01-29T20:08:14.331Z | Compiling http-body v1.0.1 |
| 1811 | 2025-01-29T20:08:14.623Z | Compiling multer v3.1.0 |
| 1812 | 2025-01-29T20:08:15.142Z | Compiling rustversion v1.0.17 |
| 1813 | 2025-01-29T20:08:16.289Z | Compiling slog-async v2.8.0 |
| 1814 | 2025-01-29T20:08:16.292Z | Compiling try-lock v0.2.5 |
| 1815 | 2025-01-29T20:08:16.292Z | Compiling tinyvec_macros v0.1.1 |
| 1816 | 2025-01-29T20:08:16.292Z | Compiling tinyvec v1.8.0 |
| 1817 | 2025-01-29T20:08:16.292Z | Compiling want v0.3.1 |
| 1818 | 2025-01-29T20:08:16.292Z | Compiling pkcs5 v0.7.1 |
| 1819 | 2025-01-29T20:08:17.814Z | Compiling idna_adapter v1.2.0 |
| 1820 | 2025-01-29T20:08:18.044Z | Compiling h2 v0.4.6 |
| 1821 | 2025-01-29T20:08:18.354Z | Compiling heapless v0.7.17 |
| 1822 | 2025-01-29T20:08:18.975Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1823 | 2025-01-29T20:08:19.179Z | Compiling httpdate v1.0.3 |
| 1824 | 2025-01-29T20:08:19.362Z | Compiling signal-hook v0.3.17 |
| 1825 | 2025-01-29T20:08:20.170Z | Compiling idna v1.0.3 |
| 1826 | 2025-01-29T20:08:21.530Z | Compiling pkcs8 v0.10.2 |
| 1827 | 2025-01-29T20:08:22.763Z | Compiling usdt-macro v0.5.0 |
| 1828 | 2025-01-29T20:08:23.229Z | Compiling usdt-attr-macro v0.5.0 |
| 1829 | 2025-01-29T20:08:24.131Z | Compiling async-stream-impl v0.3.6 |
| 1830 | 2025-01-29T20:08:24.694Z | Compiling base64 v0.22.1 |
| 1831 | 2025-01-29T20:08:24.797Z | Compiling adler2 v2.0.0 |
| 1832 | 2025-01-29T20:08:25.325Z | Compiling tower-service v0.3.3 |
| 1833 | 2025-01-29T20:08:25.443Z | Compiling miniz_oxide v0.8.0 |
| 1834 | 2025-01-29T20:08:26.438Z | Compiling hyper v1.5.2 |
| 1835 | 2025-01-29T20:08:28.829Z | Compiling curve25519-dalek v4.1.3 |
| 1836 | 2025-01-29T20:08:29.453Z | Compiling hyper-util v0.1.10 |
| 1837 | 2025-01-29T20:08:31.628Z | Compiling openapiv3 v2.0.0 |
| 1838 | 2025-01-29T20:08:32.708Z | Compiling enum-as-inner v0.6.1 |
| 1839 | 2025-01-29T20:08:33.168Z | Compiling dropshot v0.12.0 |
| 1840 | 2025-01-29T20:08:33.486Z | Compiling match_cfg v0.1.0 |
| 1841 | 2025-01-29T20:08:33.701Z | Compiling foreign-types-shared v0.1.1 |
| 1842 | 2025-01-29T20:08:33.834Z | Compiling portable-atomic v1.9.0 |
| 1843 | 2025-01-29T20:08:34.281Z | Compiling newtype-uuid v1.2.1 |
| 1844 | 2025-01-29T20:08:34.581Z | Compiling smoltcp v0.9.1 |
| 1845 | 2025-01-29T20:08:35.141Z | Compiling num-bigint-dig v0.8.4 |
| 1846 | 2025-01-29T20:08:35.444Z | Compiling foreign-types v0.3.2 |
| 1847 | 2025-01-29T20:08:35.639Z | Compiling hostname v0.3.1 |
| 1848 | 2025-01-29T20:08:36.856Z | Compiling url v2.5.3 |
| 1849 | 2025-01-29T20:08:39.093Z | Compiling http-body-util v0.1.2 |
| 1850 | 2025-01-29T20:08:39.452Z | Compiling dirs-sys-next v0.1.2 |
| 1851 | 2025-01-29T20:08:39.550Z | Compiling encoding_rs v0.8.34 |
| 1852 | 2025-01-29T20:08:39.666Z | Compiling mime v0.3.17 |
| 1853 | 2025-01-29T20:08:39.919Z | Compiling heck v0.4.1 |
| 1854 | 2025-01-29T20:08:40.303Z | Compiling siphasher v0.3.11 |
| 1855 | 2025-01-29T20:08:40.645Z | Compiling ident_case v1.0.1 |
| 1856 | 2025-01-29T20:08:40.712Z | Compiling gimli v0.31.1 |
| 1857 | 2025-01-29T20:08:40.826Z | Compiling data-encoding v2.6.0 |
| 1858 | 2025-01-29T20:08:42.282Z | Compiling darling_core v0.20.10 |
| 1859 | 2025-01-29T20:08:42.613Z | Compiling dirs-next v2.0.0 |
| 1860 | 2025-01-29T20:08:47.442Z | Compiling addr2line v0.24.2 |
| 1861 | 2025-01-29T20:08:48.519Z | Compiling unicode-normalization v0.1.24 |
| 1862 | 2025-01-29T20:08:49.639Z | Compiling serde_urlencoded v0.7.1 |
| 1863 | 2025-01-29T20:08:50.200Z | Compiling crossbeam-epoch v0.9.18 |
| 1864 | 2025-01-29T20:08:50.411Z | Compiling rustls-pemfile v2.2.0 |
| 1865 | 2025-01-29T20:08:50.790Z | Compiling hubpack_derive v0.1.1 |
| 1866 | 2025-01-29T20:08:50.854Z | Compiling dropshot_endpoint v0.12.0 |
| 1867 | 2025-01-29T20:08:50.911Z | Compiling sha1 v0.10.6 |
| 1868 | 2025-01-29T20:08:50.988Z | Compiling signature v2.2.0 |
| 1869 | 2025-01-29T20:08:51.236Z | Compiling zerocopy-derive v0.6.6 |
| 1870 | 2025-01-29T20:08:51.322Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1871 | 2025-01-29T20:08:51.692Z | Compiling object v0.36.5 |
| 1872 | 2025-01-29T20:08:52.945Z | Compiling thread_local v1.1.8 |
| 1873 | 2025-01-29T20:08:53.403Z | Compiling fs-err v2.11.0 |
| 1874 | 2025-01-29T20:08:54.682Z | Compiling anstyle v1.0.10 |
| 1875 | 2025-01-29T20:08:57.214Z | Compiling ipnet v2.10.1 |
| 1876 | 2025-01-29T20:08:58.753Z | Compiling winnow v0.6.20 |
| 1877 | 2025-01-29T20:09:00.391Z | Compiling utf8parse v0.2.2 |
| 1878 | 2025-01-29T20:09:00.565Z | Compiling unicode-bidi v0.3.17 |
| 1879 | 2025-01-29T20:09:01.713Z | Compiling rustc-demangle v0.1.24 |
| 1880 | 2025-01-29T20:09:02.093Z | Compiling openssl-probe v0.1.5 |
| 1881 | 2025-01-29T20:09:03.391Z | Compiling unicode-properties v0.1.3 |
| 1882 | 2025-01-29T20:09:03.808Z | Compiling stringprep v0.1.5 |
| 1883 | 2025-01-29T20:09:04.097Z | Compiling rustls-webpki v0.102.8 |
| 1884 | 2025-01-29T20:09:06.011Z | Compiling backtrace v0.3.74 |
| 1885 | 2025-01-29T20:09:06.129Z | Compiling toml_edit v0.22.22 |
| 1886 | 2025-01-29T20:09:06.468Z | Compiling anstyle-parse v0.2.5 |
| 1887 | 2025-01-29T20:09:13.081Z | Compiling crossbeam-deque v0.8.5 |
| 1888 | 2025-01-29T20:09:13.435Z | Compiling darling_macro v0.20.10 |
| 1889 | 2025-01-29T20:09:14.632Z | Compiling term v0.7.0 |
| 1890 | 2025-01-29T20:09:14.635Z | Compiling slog-json v2.6.1 |
| 1891 | 2025-01-29T20:09:15.510Z | Compiling crossbeam-channel v0.5.13 |
| 1892 | 2025-01-29T20:09:16.501Z | Compiling hashbrown v0.14.5 |
| 1893 | 2025-01-29T20:09:16.714Z | Compiling futures-executor v0.3.31 |
| 1894 | 2025-01-29T20:09:17.016Z | Compiling num-integer v0.1.46 |
| 1895 | 2025-01-29T20:09:17.171Z | Compiling md-5 v0.10.6 |
| 1896 | 2025-01-29T20:09:17.432Z | Compiling ff v0.13.0 |
| 1897 | 2025-01-29T20:09:17.617Z | Compiling hash32 v0.2.1 |
| 1898 | 2025-01-29T20:09:17.683Z | Compiling memmap v0.7.0 |
| 1899 | 2025-01-29T20:09:17.701Z | Compiling is-terminal v0.4.13 |
| 1900 | 2025-01-29T20:09:17.844Z | Compiling fallible-iterator v0.2.0 |
| 1901 | 2025-01-29T20:09:17.943Z | Compiling utf-8 v0.7.6 |
| 1902 | 2025-01-29T20:09:17.976Z | Compiling take_mut v0.2.2 |
| 1903 | 2025-01-29T20:09:18.001Z | Compiling linked-hash-map v0.5.6 |
| 1904 | 2025-01-29T20:09:18.151Z | Compiling is_terminal_polyfill v1.70.1 |
| 1905 | 2025-01-29T20:09:18.229Z | Compiling anstyle-query v1.1.1 |
| 1906 | 2025-01-29T20:09:18.292Z | Compiling base16ct v0.2.0 |
| 1907 | 2025-01-29T20:09:18.382Z | Compiling psl-types v2.0.11 |
| 1908 | 2025-01-29T20:09:18.595Z | Compiling quick-error v1.2.3 |
| 1909 | 2025-01-29T20:09:18.764Z | Compiling colorchoice v1.0.2 |
| 1910 | 2025-01-29T20:09:18.807Z | Compiling publicsuffix v2.3.0 |
| 1911 | 2025-01-29T20:09:18.961Z | Compiling anstream v0.6.15 |
| 1912 | 2025-01-29T20:09:18.964Z | Compiling resolv-conf v0.7.0 |
| 1913 | 2025-01-29T20:09:19.178Z | Compiling sec1 v0.7.3 |
| 1914 | 2025-01-29T20:09:19.447Z | Compiling postgres-protocol v0.6.7 |
| 1915 | 2025-01-29T20:09:19.572Z | Compiling lru-cache v0.1.2 |
| 1916 | 2025-01-29T20:09:19.592Z | Compiling tungstenite v0.24.0 |
| 1917 | 2025-01-29T20:09:19.762Z | Compiling usdt v0.5.0 |
| 1918 | 2025-01-29T20:09:20.587Z | Compiling slog-term v2.9.1 |
| 1919 | 2025-01-29T20:09:20.623Z | Compiling group v0.13.0 |
| 1920 | 2025-01-29T20:09:20.947Z | Compiling regress v0.10.1 |
| 1921 | 2025-01-29T20:09:21.229Z | Compiling num-iter v0.1.45 |
| 1922 | 2025-01-29T20:09:21.405Z | Compiling futures v0.3.31 |
| 1923 | 2025-01-29T20:09:24.264Z | Compiling slog-bunyan v2.5.0 |
| 1924 | 2025-01-29T20:09:24.369Z | Compiling darling v0.20.10 |
| 1925 | 2025-01-29T20:09:24.831Z | Compiling tokio-rustls v0.26.0 |
| 1926 | 2025-01-29T20:09:24.911Z | Compiling toml v0.8.19 |
| 1927 | 2025-01-29T20:09:25.297Z | Compiling tokio-rustls v0.25.0 |
| 1928 | 2025-01-29T20:09:25.571Z | Compiling tokio-native-tls v0.3.1 |
| 1929 | 2025-01-29T20:09:25.894Z | Compiling hickory-proto v0.24.2 |
| 1930 | 2025-01-29T20:09:26.029Z | Compiling phf_shared v0.11.2 |
| 1931 | 2025-01-29T20:09:26.255Z | Compiling strum_macros v0.25.3 |
| 1932 | 2025-01-29T20:09:26.723Z | Compiling async-stream v0.3.6 |
| 1933 | 2025-01-29T20:09:26.866Z | Compiling waitgroup v0.1.2 |
| 1934 | 2025-01-29T20:09:26.938Z | Compiling webpki-roots v0.26.6 |
| 1935 | 2025-01-29T20:09:27.198Z | Compiling terminal_size v0.4.0 |
| 1936 | 2025-01-29T20:09:27.231Z | Compiling hkdf v0.12.4 |
| 1937 | 2025-01-29T20:09:27.424Z | Compiling serde_path_to_error v0.1.16 |
| 1938 | 2025-01-29T20:09:27.473Z | Compiling crypto-bigint v0.5.5 |
| 1939 | 2025-01-29T20:09:28.074Z | Compiling derive-where v1.2.7 |
| 1940 | 2025-01-29T20:09:28.156Z | Compiling serde_repr v0.1.19 |
| 1941 | 2025-01-29T20:09:29.217Z | Compiling clap_derive v4.5.24 |
| 1942 | 2025-01-29T20:09:29.615Z | Compiling hostname v0.4.0 |
| 1943 | 2025-01-29T20:09:29.841Z | Compiling crc32fast v1.4.2 |
| 1944 | 2025-01-29T20:09:31.075Z | Compiling bitflags v1.3.2 |
| 1945 | 2025-01-29T20:09:31.197Z | Compiling unicode-width v0.2.0 |
| 1946 | 2025-01-29T20:09:31.449Z | Compiling debug-ignore v1.0.5 |
| 1947 | 2025-01-29T20:09:31.469Z | Compiling clap_lex v0.7.4 |
| 1948 | 2025-01-29T20:09:31.614Z | Compiling managed v0.8.0 |
| 1949 | 2025-01-29T20:09:32.119Z | Compiling clap_builder v4.5.27 |
| 1950 | 2025-01-29T20:09:33.408Z | Compiling console v0.15.10 |
| 1951 | 2025-01-29T20:09:34.232Z | Compiling hickory-resolver v0.24.2 |
| 1952 | 2025-01-29T20:09:35.094Z | Compiling elliptic-curve v0.13.8 |
| 1953 | 2025-01-29T20:09:36.050Z | Compiling flate2 v1.0.35 |
| 1954 | 2025-01-29T20:09:38.549Z | Compiling hyper-rustls v0.27.3 |
| 1955 | 2025-01-29T20:09:39.353Z | Compiling phf v0.11.2 |
| 1956 | 2025-01-29T20:09:39.743Z | Compiling hyper-tls v0.6.0 |
| 1957 | 2025-01-29T20:09:40.131Z | Compiling typify-impl v0.2.0 |
| 1958 | 2025-01-29T20:09:40.502Z | Compiling signal-hook-mio v0.2.4 |
| 1959 | 2025-01-29T20:09:40.677Z | Compiling rayon v1.10.0 |
| 1960 | 2025-01-29T20:09:40.968Z | Compiling bzip2 v0.4.4 |
| 1961 | 2025-01-29T20:09:41.346Z | Compiling cookie_store v0.21.1 |
| 1962 | 2025-01-29T20:09:42.700Z | Compiling tokio-tungstenite v0.24.0 |
| 1963 | 2025-01-29T20:09:45.045Z | Compiling postgres-types v0.2.8 |
| 1964 | 2025-01-29T20:09:45.255Z | Compiling zerocopy v0.6.6 |
| 1965 | 2025-01-29T20:09:46.006Z | Compiling hubpack v0.1.2 |
| 1966 | 2025-01-29T20:09:46.031Z | Compiling ed25519 v2.2.3 |
| 1967 | 2025-01-29T20:09:46.260Z | Compiling phf_shared v0.10.0 |
| 1968 | 2025-01-29T20:09:46.431Z | Compiling pkcs1 v0.7.5 |
| 1969 | 2025-01-29T20:09:46.477Z | Compiling tokio-stream v0.1.16 |
| 1970 | 2025-01-29T20:09:46.627Z | Compiling ipnetwork v0.20.0 |
| 1971 | 2025-01-29T20:09:47.422Z | Compiling rfc6979 v0.4.0 |
| 1972 | 2025-01-29T20:09:47.542Z | Compiling serde-big-array v0.5.1 |
| 1973 | 2025-01-29T20:09:47.627Z | Compiling float-cmp v0.9.0 |
| 1974 | 2025-01-29T20:09:47.785Z | Compiling sync_wrapper v1.0.1 |
| 1975 | 2025-01-29T20:09:47.955Z | Compiling bstr v1.10.0 |
| 1976 | 2025-01-29T20:09:49.142Z | Compiling fixedbitset v0.4.2 |
| 1977 | 2025-01-29T20:09:49.557Z | Compiling predicates-core v1.0.8 |
| 1978 | 2025-01-29T20:09:49.736Z | Compiling static_assertions v1.1.0 |
| 1979 | 2025-01-29T20:09:49.850Z | Compiling unicode-segmentation v1.12.0 |
| 1980 | 2025-01-29T20:09:49.865Z | Compiling new_debug_unreachable v1.0.6 |
| 1981 | 2025-01-29T20:09:49.976Z | Compiling precomputed-hash v0.1.1 |
| 1982 | 2025-01-29T20:09:50.116Z | Compiling whoami v1.5.2 |
| 1983 | 2025-01-29T20:09:50.493Z | Compiling normalize-line-endings v0.3.0 |
| 1984 | 2025-01-29T20:09:50.589Z | Compiling difflib v0.4.0 |
| 1985 | 2025-01-29T20:09:50.617Z | Compiling number_prefix v0.4.0 |
| 1986 | 2025-01-29T20:09:50.636Z | Compiling bit-vec v0.6.3 |
| 1987 | 2025-01-29T20:09:50.732Z | Compiling typify-macro v0.2.0 |
| 1988 | 2025-01-29T20:09:50.855Z | Compiling indicatif v0.17.9 |
| 1989 | 2025-01-29T20:09:51.030Z | Compiling predicates v3.1.2 |
| 1990 | 2025-01-29T20:09:51.694Z | Compiling reqwest v0.12.9 |
| 1991 | 2025-01-29T20:09:52.387Z | Compiling bit-set v0.5.3 |
| 1992 | 2025-01-29T20:09:52.528Z | Compiling similar v2.6.0 |
| 1993 | 2025-01-29T20:09:52.565Z | Compiling tokio-postgres v0.7.12 |
| 1994 | 2025-01-29T20:09:52.689Z | Compiling string_cache v0.8.7 |
| 1995 | 2025-01-29T20:09:52.970Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1996 | 2025-01-29T20:09:54.071Z | Compiling petgraph v0.6.5 |
| 1997 | 2025-01-29T20:09:55.558Z | Compiling ecdsa v0.16.9 |
| 1998 | 2025-01-29T20:09:56.372Z | Compiling qorb v0.2.1 |
| 1999 | 2025-01-29T20:09:57.796Z | Compiling rsa v0.9.6 |
| 2000 | 2025-01-29T20:09:58.362Z | Compiling ed25519-dalek v2.1.1 |
| 2001 | 2025-01-29T20:09:59.134Z | Compiling zip v0.6.6 |
| 2002 | 2025-01-29T20:09:59.174Z | Compiling crossterm v0.28.1 |
| 2003 | 2025-01-29T20:09:59.679Z | Compiling clap v4.5.27 |
| 2004 | 2025-01-29T20:10:01.704Z | Compiling toml v0.7.8 |
| 2005 | 2025-01-29T20:10:01.888Z | Compiling x509-cert v0.2.5 |
| 2006 | 2025-01-29T20:10:02.424Z | Compiling hex v0.4.3 |
| 2007 | 2025-01-29T20:10:03.413Z | Compiling itertools v0.10.5 |
| 2008 | 2025-01-29T20:10:03.932Z | Compiling peg-runtime v0.8.3 |
| 2009 | 2025-01-29T20:10:04.441Z | Compiling zerocopy v0.8.10 |
| 2010 | 2025-01-29T20:10:04.522Z | Compiling lalrpop-util v0.19.12 |
| 2011 | 2025-01-29T20:10:04.890Z | Compiling unicode-xid v0.2.6 |
| 2012 | 2025-01-29T20:10:06.072Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2013 | 2025-01-29T20:10:10.763Z | Compiling proc-macro-crate v1.3.1 |
| 2014 | 2025-01-29T20:10:11.063Z | Compiling macaddr v1.0.1 |
| 2015 | 2025-01-29T20:10:11.683Z | Compiling zerocopy-derive v0.8.10 |
| 2016 | 2025-01-29T20:10:11.859Z | Compiling itertools v0.13.0 |
| 2017 | 2025-01-29T20:10:12.463Z | Compiling heapless v0.8.0 |
| 2018 | 2025-01-29T20:10:14.787Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2019 | 2025-01-29T20:10:19.417Z | Compiling num_enum_derive v0.5.11 |
| 2020 | 2025-01-29T20:10:27.666Z | Compiling hash32 v0.3.1 |
| 2021 | 2025-01-29T20:10:28.416Z | Compiling smoltcp v0.11.0 |
| 2022 | 2025-01-29T20:10:29.210Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2023 | 2025-01-29T20:10:33.840Z | Compiling num_enum v0.5.11 |
| 2024 | 2025-01-29T20:10:34.058Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2025 | 2025-01-29T20:10:34.938Z | Compiling typify v0.2.0 |
| 2026 | 2025-01-29T20:10:34.995Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2027 | 2025-01-29T20:10:35.812Z | Compiling proc-macro-error-attr v1.0.4 |
| 2028 | 2025-01-29T20:10:36.742Z | Compiling unsafe-libyaml v0.2.11 |
| 2029 | 2025-01-29T20:10:37.001Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2030 | 2025-01-29T20:10:37.308Z | Compiling cobs v0.2.3 |
| 2031 | 2025-01-29T20:10:37.610Z | Compiling thiserror v2.0.11 |
| 2032 | 2025-01-29T20:10:37.781Z | Compiling postcard v1.0.10 |
| 2033 | 2025-01-29T20:10:38.396Z | Compiling serde_yaml v0.9.34+deprecated |
| 2034 | 2025-01-29T20:10:46.430Z | Compiling progenitor-impl v0.8.0 |
| 2035 | 2025-01-29T20:10:53.644Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2036 | 2025-01-29T20:11:04.125Z | Compiling strum_macros v0.26.4 |
| 2037 | 2025-01-29T20:11:04.743Z | Compiling thiserror-impl v2.0.11 |
| 2038 | 2025-01-29T20:11:04.746Z | Compiling structmeta-derive v0.3.0 |
| 2039 | 2025-01-29T20:11:05.105Z | Compiling foreign-types-macros v0.2.3 |
| 2040 | 2025-01-29T20:11:05.563Z | Compiling proc-macro-error v1.0.4 |
| 2041 | 2025-01-29T20:11:05.899Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2042 | 2025-01-29T20:11:06.789Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2043 | 2025-01-29T20:11:06.954Z | Compiling unicode-width v0.1.14 |
| 2044 | 2025-01-29T20:11:07.042Z | Compiling foreign-types-shared v0.3.1 |
| 2045 | 2025-01-29T20:11:08.317Z | Compiling strum v0.26.3 |
| 2046 | 2025-01-29T20:11:08.721Z | Compiling tabwriter v1.4.0 |
| 2047 | 2025-01-29T20:11:11.734Z | Compiling foreign-types v0.5.0 |
| 2048 | 2025-01-29T20:11:11.863Z | Compiling structmeta v0.3.0 |
| 2049 | 2025-01-29T20:11:12.254Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2050 | 2025-01-29T20:11:19.409Z | Compiling progenitor-macro v0.8.0 |
| 2051 | 2025-01-29T20:11:20.767Z | Compiling progenitor-client v0.8.0 |
| 2052 | 2025-01-29T20:11:23.951Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2053 | 2025-01-29T20:11:24.775Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2054 | 2025-01-29T20:11:25.225Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2055 | 2025-01-29T20:11:25.905Z | Compiling cstr-argument v0.1.2 |
| 2056 | 2025-01-29T20:11:25.997Z | Compiling dropshot v0.15.1 |
| 2057 | 2025-01-29T20:11:26.061Z | Compiling crucible-workspace-hack v0.1.0 |
| 2058 | 2025-01-29T20:11:26.305Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2059 | 2025-01-29T20:11:26.363Z | Compiling fastrand v2.1.1 |
| 2060 | 2025-01-29T20:11:26.621Z | Compiling pretty-hex v0.2.1 |
| 2061 | 2025-01-29T20:11:27.049Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2062 | 2025-01-29T20:11:27.425Z | Compiling tempfile v3.13.0 |
| 2063 | 2025-01-29T20:11:27.532Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2064 | 2025-01-29T20:11:27.853Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2065 | 2025-01-29T20:11:28.396Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2066 | 2025-01-29T20:11:29.079Z | Compiling parse-display-derive v0.10.0 |
| 2067 | 2025-01-29T20:11:29.311Z | Compiling colored v2.1.0 |
| 2068 | 2025-01-29T20:11:29.556Z | Compiling serde_with_macros v3.11.0 |
| 2069 | 2025-01-29T20:11:30.424Z | Compiling progenitor v0.8.0 |
| 2070 | 2025-01-29T20:11:30.544Z | Compiling dropshot_endpoint v0.15.1 |
| 2071 | 2025-01-29T20:11:30.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2072 | 2025-01-29T20:11:31.401Z | Compiling instant v0.1.13 |
| 2073 | 2025-01-29T20:11:31.597Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2074 | 2025-01-29T20:11:31.937Z | Compiling serde_with v3.11.0 |
| 2075 | 2025-01-29T20:11:32.013Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2076 | 2025-01-29T20:11:32.617Z | Compiling parse-display v0.10.0 |
| 2077 | 2025-01-29T20:11:32.831Z | Compiling backoff v0.4.0 |
| 2078 | 2025-01-29T20:11:33.212Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2079 | 2025-01-29T20:11:33.456Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2080 | 2025-01-29T20:11:34.964Z | Compiling zone_cfg_derive v0.3.0 |
| 2081 | 2025-01-29T20:11:36.017Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2082 | 2025-01-29T20:11:36.264Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2083 | 2025-01-29T20:11:36.762Z | Compiling camino-tempfile v1.1.1 |
| 2084 | 2025-01-29T20:11:37.111Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2085 | 2025-01-29T20:11:37.131Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2086 | 2025-01-29T20:11:37.346Z | Compiling regress v0.9.1 |
| 2087 | 2025-01-29T20:11:37.521Z | Compiling progenitor-client v0.9.1 |
| 2088 | 2025-01-29T20:11:37.567Z | Compiling num-derive v0.4.2 |
| 2089 | 2025-01-29T20:11:38.448Z | Compiling sigpipe v0.1.3 |
| 2090 | 2025-01-29T20:11:38.599Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2091 | 2025-01-29T20:11:38.917Z | Compiling libefi-sys v0.1.0 |
| 2092 | 2025-01-29T20:11:39.316Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2093 | 2025-01-29T20:11:39.806Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2094 | 2025-01-29T20:11:41.318Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2095 | 2025-01-29T20:11:41.892Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2096 | 2025-01-29T20:11:42.471Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2097 | 2025-01-29T20:11:43.988Z | Compiling zone v0.3.0 |
| 2098 | 2025-01-29T20:11:46.626Z | Compiling smf v0.2.3 |
| 2099 | 2025-01-29T20:11:47.413Z | Compiling bitfield-struct v0.6.2 |
| 2100 | 2025-01-29T20:11:47.843Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2101 | 2025-01-29T20:11:48.263Z | Compiling blake3 v1.5.4 |
| 2102 | 2025-01-29T20:11:48.673Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2103 | 2025-01-29T20:11:49.424Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2104 | 2025-01-29T20:11:49.482Z | Compiling xattr v1.3.1 |
| 2105 | 2025-01-29T20:11:49.522Z | Compiling memmap2 v0.9.5 |
| 2106 | 2025-01-29T20:11:49.808Z | Compiling filetime v0.2.25 |
| 2107 | 2025-01-29T20:11:49.829Z | Compiling constant_time_eq v0.3.1 |
| 2108 | 2025-01-29T20:11:50.023Z | Compiling arrayref v0.3.9 |
| 2109 | 2025-01-29T20:11:50.118Z | Compiling arrayvec v0.7.6 |
| 2110 | 2025-01-29T20:11:50.146Z | Compiling same-file v1.0.6 |
| 2111 | 2025-01-29T20:11:50.182Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2112 | 2025-01-29T20:11:50.321Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2113 | 2025-01-29T20:11:50.450Z | Compiling walkdir v2.5.0 |
| 2114 | 2025-01-29T20:11:50.501Z | Compiling tar v0.4.42 |
| 2115 | 2025-01-29T20:11:51.732Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2116 | 2025-01-29T20:11:52.101Z | Compiling gethostname v0.5.0 |
| 2117 | 2025-01-29T20:11:52.162Z | Compiling cargo-platform v0.1.8 |
| 2118 | 2025-01-29T20:11:52.357Z | Compiling topological-sort v0.2.2 |
| 2119 | 2025-01-29T20:11:52.656Z | Compiling omicron-zone-package v0.12.0 |
| 2120 | 2025-01-29T20:11:52.945Z | Compiling cargo_metadata v0.18.1 |
| 2121 | 2025-01-29T20:11:53.229Z | Compiling indent_write v2.2.0 |
| 2122 | 2025-01-29T20:11:53.258Z | Compiling shell-words v1.1.0 |
| 2123 | 2025-01-29T20:12:00.016Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2124 | 2025-01-29T20:12:00.717Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2125 | 2025-01-29T20:12:04.796Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2126 | 2025-01-29T20:12:22.130Z | Finished `release` profile [optimized] target(s) in 5m 15s |
| 2127 | 2025-01-29T20:12:22.293Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2128 | 2025-01-29T20:12:22.345Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2129 | 2025-01-29T20:12:22.348Z | Created new build target 'test' and set it as active |
| 2130 | 2025-01-29T20:12:22.348Z | |
| 2131 | 2025-01-29T20:12:22.348Z | real 5:15.385820819 |
| 2132 | 2025-01-29T20:12:22.348Z | user 36:53.871017906 |
| 2133 | 2025-01-29T20:12:22.348Z | sys 3:22.476491994 |
| 2134 | 2025-01-29T20:12:22.348Z | trap 1.176531656 |
| 2135 | 2025-01-29T20:12:22.348Z | tflt 2.846153377 |
| 2136 | 2025-01-29T20:12:22.348Z | dflt 0.389733552 |
| 2137 | 2025-01-29T20:12:22.348Z | kflt 0.008043917 |
| 2138 | 2025-01-29T20:12:22.348Z | lock 1:13:45.449678098 |
| 2139 | 2025-01-29T20:12:22.348Z | slp 2:28:18.574239909 |
| 2140 | 2025-01-29T20:12:22.348Z | lat 2:45.341379536 |
| 2141 | 2025-01-29T20:12:22.348Z | stop 4:50.551400912 |
| 2142 | 2025-01-29T20:12:22.348Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2143 | 2025-01-29T20:12:23.314Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2144 | 2025-01-29T20:12:23.377Z | Running `target/release/omicron-package -t test package` |
| 2145 | 2025-01-29T20:12:23.426Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2146 | 2025-01-29T20:12:24.596Z | Compiling thiserror v2.0.11 |
| 2147 | 2025-01-29T20:12:24.733Z | Compiling typify-impl v0.3.0 |
| 2148 | 2025-01-29T20:12:24.736Z | Compiling convert_case v0.4.0 |
| 2149 | 2025-01-29T20:12:24.736Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2150 | 2025-01-29T20:12:24.736Z | Compiling newline-converter v0.3.0 |
| 2151 | 2025-01-29T20:12:24.750Z | Compiling password-hash v0.5.0 |
| 2152 | 2025-01-29T20:12:24.753Z | Compiling blake2 v0.10.6 |
| 2153 | 2025-01-29T20:12:24.753Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2154 | 2025-01-29T20:12:25.006Z | Compiling expectorate v1.1.0 |
| 2155 | 2025-01-29T20:12:25.069Z | Compiling base64 v0.21.7 |
| 2156 | 2025-01-29T20:12:25.262Z | Compiling atomicwrites v0.4.4 |
| 2157 | 2025-01-29T20:12:25.428Z | Compiling argon2 v0.5.3 |
| 2158 | 2025-01-29T20:12:25.539Z | Compiling derive_more v0.99.18 |
| 2159 | 2025-01-29T20:12:25.786Z | Compiling cancel-safe-futures v0.1.5 |
| 2160 | 2025-01-29T20:12:25.952Z | Compiling owo-colors v4.1.0 |
| 2161 | 2025-01-29T20:12:26.152Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2162 | 2025-01-29T20:12:26.180Z | Compiling num-rational v0.4.2 |
| 2163 | 2025-01-29T20:12:26.307Z | Compiling progenitor-client v0.9.1 |
| 2164 | 2025-01-29T20:12:26.740Z | Compiling num-complex v0.4.6 |
| 2165 | 2025-01-29T20:12:27.711Z | Compiling libsw v3.3.1 |
| 2166 | 2025-01-29T20:12:27.805Z | Compiling num v0.4.3 |
| 2167 | 2025-01-29T20:12:27.936Z | Compiling float-ord v0.3.2 |
| 2168 | 2025-01-29T20:12:27.961Z | Compiling linear-map v1.2.0 |
| 2169 | 2025-01-29T20:12:28.053Z | Compiling swrite v0.1.0 |
| 2170 | 2025-01-29T20:12:28.138Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2171 | 2025-01-29T20:12:28.214Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2172 | 2025-01-29T20:12:28.386Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2173 | 2025-01-29T20:12:28.602Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2174 | 2025-01-29T20:12:29.267Z | Compiling highway v1.2.0 |
| 2175 | 2025-01-29T20:12:30.710Z | Compiling semver v0.1.20 |
| 2176 | 2025-01-29T20:12:31.245Z | Compiling rustc_version v0.1.7 |
| 2177 | 2025-01-29T20:12:31.423Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2178 | 2025-01-29T20:12:31.658Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2025-01-29T20:12:31.981Z | Compiling tungstenite v0.21.0 |
| 2180 | 2025-01-29T20:12:35.806Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2181 | 2025-01-29T20:12:35.911Z | Compiling typify-macro v0.3.0 |
| 2182 | 2025-01-29T20:12:36.383Z | Compiling ipnetwork v0.20.0 |
| 2183 | 2025-01-29T20:12:37.021Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2184 | 2025-01-29T20:12:37.117Z | Compiling tokio-tungstenite v0.21.0 |
| 2185 | 2025-01-29T20:12:37.668Z | Compiling progenitor-client v0.8.0 |
| 2186 | 2025-01-29T20:12:37.745Z | Compiling humantime v2.1.0 |
| 2187 | 2025-01-29T20:12:37.893Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2188 | 2025-01-29T20:12:38.143Z | Compiling progenitor v0.8.0 |
| 2189 | 2025-01-29T20:12:38.378Z | Compiling dropshot v0.15.1 |
| 2190 | 2025-01-29T20:12:38.455Z | Compiling instant v0.1.13 |
| 2191 | 2025-01-29T20:12:38.601Z | Compiling backoff v0.4.0 |
| 2192 | 2025-01-29T20:12:38.652Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2193 | 2025-01-29T20:12:38.984Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2194 | 2025-01-29T20:12:39.119Z | Compiling steno v0.4.1 |
| 2195 | 2025-01-29T20:12:39.361Z | Compiling typify v0.3.0 |
| 2196 | 2025-01-29T20:12:39.526Z | Compiling progenitor-impl v0.9.1 |
| 2197 | 2025-01-29T20:12:45.600Z | Compiling progenitor-macro v0.9.1 |
| 2198 | 2025-01-29T20:12:46.679Z | Compiling parse-display v0.10.0 |
| 2199 | 2025-01-29T20:12:47.028Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2200 | 2025-01-29T20:12:47.194Z | Compiling strum v0.26.3 |
| 2201 | 2025-01-29T20:12:47.232Z | Compiling serde_with v3.11.0 |
| 2202 | 2025-01-29T20:12:47.396Z | Compiling regress v0.9.1 |
| 2203 | 2025-01-29T20:12:50.456Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2204 | 2025-01-29T20:12:51.728Z | Compiling macaddr v1.0.1 |
| 2205 | 2025-01-29T20:12:52.065Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2206 | 2025-01-29T20:12:52.156Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2207 | 2025-01-29T20:12:52.414Z | Compiling slog-dtrace v0.3.0 |
| 2208 | 2025-01-29T20:12:52.832Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2209 | 2025-01-29T20:12:52.892Z | Compiling prettyplease v0.2.25 |
| 2210 | 2025-01-29T20:12:54.800Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2211 | 2025-01-29T20:12:56.463Z | Compiling progenitor v0.9.1 |
| 2212 | 2025-01-29T20:12:56.713Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2213 | 2025-01-29T20:12:58.526Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2214 | 2025-01-29T20:13:00.692Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2215 | 2025-01-29T20:13:09.241Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2216 | 2025-01-29T20:13:10.301Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2217 | 2025-01-29T20:13:11.347Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2218 | 2025-01-29T20:13:12.193Z | Compiling half v2.4.1 |
| 2219 | 2025-01-29T20:13:12.904Z | Compiling ciborium-io v0.2.2 |
| 2220 | 2025-01-29T20:13:13.065Z | Compiling ciborium-ll v0.2.2 |
| 2221 | 2025-01-29T20:13:14.501Z | Compiling ciborium v0.2.2 |
| 2222 | 2025-01-29T20:13:14.961Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2223 | 2025-01-29T20:13:16.329Z | Compiling display-error-chain v0.2.2 |
| 2224 | 2025-01-29T20:13:16.525Z | Compiling fastrand v2.1.1 |
| 2225 | 2025-01-29T20:13:16.585Z | Compiling same-file v1.0.6 |
| 2226 | 2025-01-29T20:13:16.818Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2227 | 2025-01-29T20:13:16.848Z | Compiling walkdir v2.5.0 |
| 2228 | 2025-01-29T20:13:17.008Z | Compiling tempfile v3.13.0 |
| 2229 | 2025-01-29T20:13:17.445Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2230 | 2025-01-29T20:13:17.763Z | Compiling blake3 v1.5.4 |
| 2231 | 2025-01-29T20:13:18.432Z | Compiling const_format_proc_macros v0.2.34 |
| 2232 | 2025-01-29T20:13:20.262Z | Compiling xattr v1.3.1 |
| 2233 | 2025-01-29T20:13:20.551Z | Compiling filetime v0.2.25 |
| 2234 | 2025-01-29T20:13:20.868Z | Compiling memmap2 v0.9.5 |
| 2235 | 2025-01-29T20:13:21.012Z | Compiling arrayvec v0.7.6 |
| 2236 | 2025-01-29T20:13:21.293Z | Compiling arrayref v0.3.9 |
| 2237 | 2025-01-29T20:13:21.410Z | Compiling constant_time_eq v0.3.1 |
| 2238 | 2025-01-29T20:13:21.430Z | Compiling crunchy v0.2.2 |
| 2239 | 2025-01-29T20:13:21.571Z | Compiling keccak v0.1.5 |
| 2240 | 2025-01-29T20:13:21.703Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2241 | 2025-01-29T20:13:21.844Z | Compiling maplit v1.0.2 |
| 2242 | 2025-01-29T20:13:21.991Z | Compiling sha3 v0.10.8 |
| 2243 | 2025-01-29T20:13:22.701Z | Compiling tar v0.4.42 |
| 2244 | 2025-01-29T20:13:22.868Z | Compiling const_format v0.2.34 |
| 2245 | 2025-01-29T20:13:23.181Z | Compiling camino-tempfile v1.1.1 |
| 2246 | 2025-01-29T20:13:23.622Z | Compiling toolchain_find v0.4.0 |
| 2247 | 2025-01-29T20:13:23.821Z | Compiling tiny-keccak v2.0.2 |
| 2248 | 2025-01-29T20:13:24.114Z | Compiling radium v0.7.0 |
| 2249 | 2025-01-29T20:13:24.186Z | Compiling topological-sort v0.2.2 |
| 2250 | 2025-01-29T20:13:24.244Z | Compiling rustfmt-wrapper v0.2.1 |
| 2251 | 2025-01-29T20:13:24.431Z | Compiling omicron-zone-package v0.12.0 |
| 2252 | 2025-01-29T20:13:24.684Z | Compiling dsl_auto_type v0.1.2 |
| 2253 | 2025-01-29T20:13:24.825Z | Compiling scheduled-thread-pool v0.2.7 |
| 2254 | 2025-01-29T20:13:24.849Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2255 | 2025-01-29T20:13:25.245Z | Compiling maybe-uninit v2.0.0 |
| 2256 | 2025-01-29T20:13:25.723Z | Compiling tap v1.0.1 |
| 2257 | 2025-01-29T20:13:25.936Z | Compiling wyz v0.5.1 |
| 2258 | 2025-01-29T20:13:25.955Z | Compiling diesel_derives v2.2.3 |
| 2259 | 2025-01-29T20:13:26.311Z | Compiling r2d2 v0.8.10 |
| 2260 | 2025-01-29T20:13:26.825Z | Compiling phf_generator v0.11.2 |
| 2261 | 2025-01-29T20:13:27.023Z | Compiling ascii-canvas v3.0.0 |
| 2262 | 2025-01-29T20:13:27.253Z | Compiling secrecy v0.8.0 |
| 2263 | 2025-01-29T20:13:27.467Z | Compiling ena v0.14.3 |
| 2264 | 2025-01-29T20:13:27.533Z | Compiling async-recursion v1.1.1 |
| 2265 | 2025-01-29T20:13:27.874Z | Compiling funty v2.0.0 |
| 2266 | 2025-01-29T20:13:28.749Z | Compiling arc-swap v1.7.1 |
| 2267 | 2025-01-29T20:13:28.886Z | Compiling crc-catalog v2.4.0 |
| 2268 | 2025-01-29T20:13:29.061Z | Compiling diff v0.1.13 |
| 2269 | 2025-01-29T20:13:29.430Z | Compiling regex-syntax v0.6.29 |
| 2270 | 2025-01-29T20:13:29.490Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2271 | 2025-01-29T20:13:29.576Z | Compiling packed_struct v0.10.1 |
| 2272 | 2025-01-29T20:13:30.002Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2273 | 2025-01-29T20:13:30.270Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2274 | 2025-01-29T20:13:30.385Z | Compiling slog-scope v4.4.0 |
| 2275 | 2025-01-29T20:13:30.533Z | Compiling crc v3.2.1 |
| 2276 | 2025-01-29T20:13:31.225Z | Compiling bitvec v1.0.1 |
| 2277 | 2025-01-29T20:13:32.605Z | Compiling phf_codegen v0.11.2 |
| 2278 | 2025-01-29T20:13:32.831Z | Compiling lalrpop v0.19.12 |
| 2279 | 2025-01-29T20:13:34.587Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2280 | 2025-01-29T20:13:35.623Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2281 | 2025-01-29T20:13:35.711Z | Compiling universal-hash v0.5.1 |
| 2282 | 2025-01-29T20:13:35.857Z | Compiling packed_struct_codegen v0.10.1 |
| 2283 | 2025-01-29T20:13:35.945Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2284 | 2025-01-29T20:13:36.805Z | Compiling diesel v2.2.6 |
| 2285 | 2025-01-29T20:13:38.132Z | Compiling parse-zoneinfo v0.3.1 |
| 2286 | 2025-01-29T20:13:38.369Z | Compiling unicase v2.7.0 |
| 2287 | 2025-01-29T20:13:38.780Z | Compiling indexmap v1.9.3 |
| 2288 | 2025-01-29T20:13:39.132Z | Compiling nodrop v0.1.14 |
| 2289 | 2025-01-29T20:13:39.296Z | Compiling opaque-debug v0.3.1 |
| 2290 | 2025-01-29T20:13:39.418Z | Compiling ref-cast v1.0.23 |
| 2291 | 2025-01-29T20:13:39.607Z | Compiling poly1305 v0.8.0 |
| 2292 | 2025-01-29T20:13:39.968Z | Compiling array-init v0.0.4 |
| 2293 | 2025-01-29T20:13:41.057Z | Compiling chrono-tz-build v0.4.0 |
| 2294 | 2025-01-29T20:13:41.112Z | Compiling thiserror-no-std v2.0.2 |
| 2295 | 2025-01-29T20:13:42.032Z | Compiling smallvec v0.6.14 |
| 2296 | 2025-01-29T20:13:42.491Z | Compiling slog-stdlog v4.1.1 |
| 2297 | 2025-01-29T20:13:43.896Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2298 | 2025-01-29T20:13:44.236Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2299 | 2025-01-29T20:13:44.549Z | Compiling derive_builder_core v0.20.2 |
| 2300 | 2025-01-29T20:13:45.185Z | Compiling chacha20 v0.9.1 |
| 2301 | 2025-01-29T20:13:45.671Z | Compiling headers-core v0.3.0 |
| 2302 | 2025-01-29T20:13:45.861Z | Compiling aead v0.5.2 |
| 2303 | 2025-01-29T20:13:46.225Z | Compiling libxml v0.3.3 |
| 2304 | 2025-01-29T20:13:46.533Z | Compiling ref-cast-impl v1.0.23 |
| 2305 | 2025-01-29T20:13:46.612Z | Compiling vte_generate_state_changes v0.1.2 |
| 2306 | 2025-01-29T20:13:47.207Z | Compiling bitfield v0.14.0 |
| 2307 | 2025-01-29T20:13:47.526Z | Compiling termcolor v1.4.1 |
| 2308 | 2025-01-29T20:13:47.629Z | Compiling hashbrown v0.12.3 |
| 2309 | 2025-01-29T20:13:48.582Z | Compiling env_logger v0.10.2 |
| 2310 | 2025-01-29T20:13:50.111Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2311 | 2025-01-29T20:13:51.801Z | Compiling vte v0.11.1 |
| 2312 | 2025-01-29T20:13:53.376Z | Compiling derive_builder_macro v0.20.2 |
| 2313 | 2025-01-29T20:13:54.218Z | Compiling chacha20poly1305 v0.10.1 |
| 2314 | 2025-01-29T20:13:54.475Z | Compiling headers v0.4.0 |
| 2315 | 2025-01-29T20:13:55.679Z | Compiling polar-core v0.27.3 |
| 2316 | 2025-01-29T20:13:57.016Z | Compiling slog-envlogger v2.2.0 |
| 2317 | 2025-01-29T20:13:58.045Z | Compiling serde-hex v0.1.0 |
| 2318 | 2025-01-29T20:13:59.878Z | Compiling chrono-tz v0.10.1 |
| 2319 | 2025-01-29T20:14:00.570Z | Compiling vsss-rs v3.3.4 |
| 2320 | 2025-01-29T20:14:02.929Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2321 | 2025-01-29T20:14:04.562Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2322 | 2025-01-29T20:14:04.923Z | Compiling ron v0.8.1 |
| 2323 | 2025-01-29T20:14:05.875Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2324 | 2025-01-29T20:14:06.198Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2325 | 2025-01-29T20:14:08.423Z | Compiling hashbrown v0.13.2 |
| 2326 | 2025-01-29T20:14:09.603Z | Compiling strum_macros v0.24.3 |
| 2327 | 2025-01-29T20:14:10.450Z | Compiling fxhash v0.2.1 |
| 2328 | 2025-01-29T20:14:10.501Z | Compiling samael v0.0.17 |
| 2329 | 2025-01-29T20:14:10.707Z | Compiling lockfree-object-pool v0.1.6 |
| 2330 | 2025-01-29T20:14:11.019Z | Compiling bumpalo v3.16.0 |
| 2331 | 2025-01-29T20:14:11.600Z | Compiling simd-adler32 v0.3.7 |
| 2332 | 2025-01-29T20:14:12.111Z | Compiling crc-any v2.5.0 |
| 2333 | 2025-01-29T20:14:12.685Z | Compiling bytecount v0.6.8 |
| 2334 | 2025-01-29T20:14:12.855Z | Compiling indoc v1.0.9 |
| 2335 | 2025-01-29T20:14:13.010Z | Compiling zip v2.1.3 |
| 2336 | 2025-01-29T20:14:13.064Z | Compiling papergrid v0.11.0 |
| 2337 | 2025-01-29T20:14:13.370Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2338 | 2025-01-29T20:14:23.102Z | Compiling zopfli v0.8.1 |
| 2339 | 2025-01-29T20:14:24.915Z | Compiling object v0.30.4 |
| 2340 | 2025-01-29T20:14:25.216Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2341 | 2025-01-29T20:14:27.302Z | Compiling derive_builder v0.20.2 |
| 2342 | 2025-01-29T20:14:27.684Z | Compiling strip-ansi-escapes v0.2.0 |
| 2343 | 2025-01-29T20:14:28.213Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2344 | 2025-01-29T20:14:28.481Z | Compiling tabled_derive v0.7.0 |
| 2345 | 2025-01-29T20:14:28.531Z | Compiling fd-lock v4.0.2 |
| 2346 | 2025-01-29T20:14:28.784Z | Compiling peg-macros v0.8.4 |
| 2347 | 2025-01-29T20:14:30.595Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2348 | 2025-01-29T20:14:31.577Z | Compiling kstat-rs v0.2.4 |
| 2349 | 2025-01-29T20:14:32.084Z | Compiling oso-derive v0.27.3 |
| 2350 | 2025-01-29T20:14:32.104Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2351 | 2025-01-29T20:14:32.479Z | Compiling quick-xml v0.33.0 |
| 2352 | 2025-01-29T20:14:33.010Z | Compiling diesel-dtrace v0.4.2 |
| 2353 | 2025-01-29T20:14:33.342Z | Compiling nu-ansi-term v0.50.1 |
| 2354 | 2025-01-29T20:14:34.669Z | Compiling path-slash v0.1.5 |
| 2355 | 2025-01-29T20:14:34.934Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2356 | 2025-01-29T20:14:37.284Z | Compiling reedline v0.35.0 |
| 2357 | 2025-01-29T20:14:38.254Z | Compiling oso v0.27.3 |
| 2358 | 2025-01-29T20:14:41.582Z | Compiling peg v0.8.4 |
| 2359 | 2025-01-29T20:14:41.721Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2360 | 2025-01-29T20:14:47.871Z | Compiling tabled v0.15.0 |
| 2361 | 2025-01-29T20:14:50.454Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2362 | 2025-01-29T20:15:01.924Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2363 | 2025-01-29T20:15:05.319Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2364 | 2025-01-29T20:15:06.828Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2365 | 2025-01-29T20:15:07.473Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2366 | 2025-01-29T20:15:07.779Z | Compiling pem v3.0.4 |
| 2367 | 2025-01-29T20:15:09.316Z | Compiling bb8 v0.8.5 |
| 2368 | 2025-01-29T20:15:09.854Z | Compiling bcs v0.1.6 |
| 2369 | 2025-01-29T20:15:09.978Z | Compiling libz-sys v1.1.20 |
| 2370 | 2025-01-29T20:15:10.655Z | Compiling termtree v0.5.1 |
| 2371 | 2025-01-29T20:15:10.796Z | Compiling parking_lot_core v0.8.6 |
| 2372 | 2025-01-29T20:15:11.423Z | Compiling async-bb8-diesel v0.2.1 |
| 2373 | 2025-01-29T20:15:12.244Z | Compiling mime_guess v2.0.5 |
| 2374 | 2025-01-29T20:15:14.083Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2375 | 2025-01-29T20:15:17.277Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2376 | 2025-01-29T20:15:17.737Z | Compiling buf-list v1.0.3 |
| 2377 | 2025-01-29T20:15:19.856Z | Compiling nibble_vec v0.1.0 |
| 2378 | 2025-01-29T20:15:20.119Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2379 | 2025-01-29T20:15:20.906Z | Compiling pin-project-internal v1.1.6 |
| 2380 | 2025-01-29T20:15:22.284Z | Compiling atty v0.2.14 |
| 2381 | 2025-01-29T20:15:22.475Z | Compiling salty v0.3.0 |
| 2382 | 2025-01-29T20:15:22.909Z | Compiling http-range v0.1.5 |
| 2383 | 2025-01-29T20:15:23.517Z | Compiling endian-type v0.1.2 |
| 2384 | 2025-01-29T20:15:23.520Z | Compiling pin-project v1.1.6 |
| 2385 | 2025-01-29T20:15:23.749Z | Compiling radix_trie v0.2.1 |
| 2386 | 2025-01-29T20:15:24.632Z | Compiling parking_lot v0.11.2 |
| 2387 | 2025-01-29T20:15:28.709Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2388 | 2025-01-29T20:15:28.869Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2389 | 2025-01-29T20:15:29.557Z | Compiling snafu-derive v0.8.5 |
| 2390 | 2025-01-29T20:15:33.122Z | Compiling hyper-staticfile v0.10.1 |
| 2391 | 2025-01-29T20:15:33.959Z | Compiling snafu v0.8.5 |
| 2392 | 2025-01-29T20:15:35.223Z | Compiling sled v0.34.7 |
| 2393 | 2025-01-29T20:15:36.761Z | Compiling hickory-client v0.24.2 |
| 2394 | 2025-01-29T20:15:53.285Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2395 | 2025-01-29T20:15:54.470Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2396 | 2025-01-29T20:15:56.787Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2397 | 2025-01-29T20:16:02.536Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2398 | 2025-01-29T20:16:05.534Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2399 | 2025-01-29T20:16:09.406Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2400 | 2025-01-29T20:16:11.936Z | Compiling hickory-server v0.24.2 |
| 2401 | 2025-01-29T20:16:11.939Z | Compiling globset v0.4.15 |
| 2402 | 2025-01-29T20:16:11.939Z | Compiling olpc-cjson v0.1.4 |
| 2403 | 2025-01-29T20:16:11.939Z | Compiling primeorder v0.13.6 |
| 2404 | 2025-01-29T20:16:12.185Z | Compiling vergen v8.3.2 |
| 2405 | 2025-01-29T20:16:12.489Z | Compiling castaway v0.2.3 |
| 2406 | 2025-01-29T20:16:12.697Z | Compiling env_filter v0.1.2 |
| 2407 | 2025-01-29T20:16:14.185Z | Compiling cargo-platform v0.1.8 |
| 2408 | 2025-01-29T20:16:14.673Z | Compiling serde_plain v1.0.2 |
| 2409 | 2025-01-29T20:16:14.980Z | Compiling nanorand v0.7.0 |
| 2410 | 2025-01-29T20:16:15.235Z | Compiling memoffset v0.9.1 |
| 2411 | 2025-01-29T20:16:15.595Z | Compiling typed-path v0.9.3 |
| 2412 | 2025-01-29T20:16:15.824Z | Compiling flume v0.11.1 |
| 2413 | 2025-01-29T20:16:16.606Z | Compiling git2 v0.19.0 |
| 2414 | 2025-01-29T20:16:16.626Z | Compiling cargo_metadata v0.18.1 |
| 2415 | 2025-01-29T20:16:18.414Z | Compiling tough v0.19.0 |
| 2416 | 2025-01-29T20:16:19.581Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2417 | 2025-01-29T20:16:20.728Z | Compiling env_logger v0.11.5 |
| 2418 | 2025-01-29T20:16:22.142Z | Compiling compact_str v0.8.0 |
| 2419 | 2025-01-29T20:16:22.605Z | Compiling p384 v0.13.0 |
| 2420 | 2025-01-29T20:16:22.632Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2421 | 2025-01-29T20:16:24.599Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2422 | 2025-01-29T20:16:24.934Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2423 | 2025-01-29T20:16:26.073Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2424 | 2025-01-29T20:16:29.675Z | Compiling unicode-truncate v1.1.0 |
| 2425 | 2025-01-29T20:16:30.004Z | Compiling lru v0.12.5 |
| 2426 | 2025-01-29T20:16:30.379Z | Compiling rand_seeder v0.3.0 |
| 2427 | 2025-01-29T20:16:30.786Z | Compiling libsqlite3-sys v0.30.1 |
| 2428 | 2025-01-29T20:16:31.348Z | Compiling lzma-sys v0.1.20 |
| 2429 | 2025-01-29T20:16:32.067Z | Compiling instability v0.3.2 |
| 2430 | 2025-01-29T20:16:32.206Z | Compiling cfg_aliases v0.2.1 |
| 2431 | 2025-01-29T20:16:32.338Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2432 | 2025-01-29T20:16:32.680Z | Compiling rustls v0.21.12 |
| 2433 | 2025-01-29T20:16:32.899Z | Compiling cassowary v0.3.0 |
| 2434 | 2025-01-29T20:16:32.983Z | Compiling parse-size v1.1.0 |
| 2435 | 2025-01-29T20:16:33.112Z | Compiling nix v0.29.0 |
| 2436 | 2025-01-29T20:16:33.202Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2437 | 2025-01-29T20:16:33.354Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2438 | 2025-01-29T20:16:33.589Z | Compiling ratatui v0.28.1 |
| 2439 | 2025-01-29T20:16:33.921Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2440 | 2025-01-29T20:16:36.592Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2441 | 2025-01-29T20:16:37.465Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2442 | 2025-01-29T20:16:38.216Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2443 | 2025-01-29T20:16:38.543Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2444 | 2025-01-29T20:16:40.449Z | Compiling rustls-webpki v0.101.7 |
| 2445 | 2025-01-29T20:16:42.215Z | Compiling sct v0.7.1 |
| 2446 | 2025-01-29T20:16:42.725Z | Compiling heck v0.3.3 |
| 2447 | 2025-01-29T20:16:42.857Z | Compiling csv-core v0.1.11 |
| 2448 | 2025-01-29T20:16:43.067Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2449 | 2025-01-29T20:16:43.417Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2450 | 2025-01-29T20:16:43.737Z | Compiling glob v0.3.2 |
| 2451 | 2025-01-29T20:16:43.921Z | Compiling csv v1.3.1 |
| 2452 | 2025-01-29T20:16:44.337Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2453 | 2025-01-29T20:16:45.864Z | Compiling zone_cfg_derive v0.1.2 |
| 2454 | 2025-01-29T20:16:47.215Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2455 | 2025-01-29T20:16:51.357Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2456 | 2025-01-29T20:16:52.437Z | Compiling nix v0.27.1 |
| 2457 | 2025-01-29T20:16:52.667Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2458 | 2025-01-29T20:16:53.336Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2459 | 2025-01-29T20:16:55.811Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2460 | 2025-01-29T20:16:59.402Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2461 | 2025-01-29T20:17:03.969Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2462 | 2025-01-29T20:17:04.333Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2463 | 2025-01-29T20:17:05.470Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2464 | 2025-01-29T20:17:05.800Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2465 | 2025-01-29T20:17:06.124Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2466 | 2025-01-29T20:17:06.397Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2467 | 2025-01-29T20:17:06.454Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2468 | 2025-01-29T20:17:06.673Z | Compiling tungstenite v0.23.0 |
| 2469 | 2025-01-29T20:17:07.144Z | Compiling hashlink v0.9.1 |
| 2470 | 2025-01-29T20:17:07.240Z | Compiling fallible-iterator v0.3.0 |
| 2471 | 2025-01-29T20:17:07.929Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2472 | 2025-01-29T20:17:08.020Z | Compiling base64 v0.13.1 |
| 2473 | 2025-01-29T20:17:08.235Z | Compiling rusqlite v0.32.1 |
| 2474 | 2025-01-29T20:17:08.801Z | Compiling ron v0.7.1 |
| 2475 | 2025-01-29T20:17:09.787Z | Compiling tokio-tungstenite v0.23.1 |
| 2476 | 2025-01-29T20:17:10.417Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2477 | 2025-01-29T20:17:11.465Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2478 | 2025-01-29T20:17:12.264Z | Compiling xz2 v0.1.7 |
| 2479 | 2025-01-29T20:17:13.741Z | Compiling tokio-rustls v0.24.1 |
| 2480 | 2025-01-29T20:17:14.107Z | Compiling zone v0.1.8 |
| 2481 | 2025-01-29T20:17:17.358Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2482 | 2025-01-29T20:17:19.234Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2483 | 2025-01-29T20:17:22.001Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2484 | 2025-01-29T20:17:23.591Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2485 | 2025-01-29T20:17:23.632Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2486 | 2025-01-29T20:17:29.345Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2487 | 2025-01-29T20:17:30.808Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2488 | 2025-01-29T20:17:32.229Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2489 | 2025-01-29T20:17:34.047Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2490 | 2025-01-29T20:17:34.199Z | Compiling rustls-pemfile v1.0.4 |
| 2491 | 2025-01-29T20:17:34.957Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2492 | 2025-01-29T20:17:35.302Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2493 | 2025-01-29T20:17:35.504Z | Compiling signal-hook-tokio v0.3.1 |
| 2494 | 2025-01-29T20:17:35.759Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2495 | 2025-01-29T20:17:36.966Z | Compiling yasna v0.5.2 |
| 2496 | 2025-01-29T20:17:37.482Z | Compiling twox-hash v2.1.0 |
| 2497 | 2025-01-29T20:17:38.521Z | Compiling smawk v0.3.2 |
| 2498 | 2025-01-29T20:17:38.793Z | Compiling unicode-linebreak v0.1.5 |
| 2499 | 2025-01-29T20:17:39.383Z | Compiling is_ci v1.2.0 |
| 2500 | 2025-01-29T20:17:39.705Z | Compiling supports-color v3.0.1 |
| 2501 | 2025-01-29T20:17:40.153Z | Compiling textwrap v0.16.1 |
| 2502 | 2025-01-29T20:17:43.168Z | Compiling rcgen v0.12.1 |
| 2503 | 2025-01-29T20:17:43.763Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2504 | 2025-01-29T20:17:44.718Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2505 | 2025-01-29T20:17:50.160Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2506 | 2025-01-29T20:17:51.340Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2507 | 2025-01-29T20:17:51.615Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2508 | 2025-01-29T20:17:56.544Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2509 | 2025-01-29T20:18:06.581Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2510 | 2025-01-29T20:18:11.045Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2511 | 2025-01-29T20:18:11.537Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2512 | 2025-01-29T20:18:23.951Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2513 | 2025-01-29T20:18:24.533Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2514 | 2025-01-29T20:18:27.174Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2515 | 2025-01-29T20:18:27.513Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2516 | 2025-01-29T20:18:30.534Z | Compiling fatfs v0.3.6 |
| 2517 | 2025-01-29T20:18:31.227Z | Compiling subprocess v0.2.9 |
| 2518 | 2025-01-29T20:18:33.339Z | Compiling rtoolbox v0.0.2 |
| 2519 | 2025-01-29T20:18:33.824Z | Compiling assert_matches v1.5.0 |
| 2520 | 2025-01-29T20:18:35.857Z | Compiling rpassword v7.3.1 |
| 2521 | 2025-01-29T20:18:36.319Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2522 | 2025-01-29T20:18:37.470Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2523 | 2025-01-29T20:18:37.929Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2524 | 2025-01-29T20:18:44.361Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2525 | 2025-01-29T20:18:44.946Z | Compiling tui-tree-widget v0.22.0 |
| 2526 | 2025-01-29T20:18:45.430Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2527 | 2025-01-29T20:18:53.461Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2528 | 2025-01-29T20:18:53.801Z | Compiling uzers v0.12.1 |
| 2529 | 2025-01-29T20:18:56.937Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2530 | 2025-01-29T20:18:58.540Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2531 | 2025-01-29T20:19:00.427Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2532 | 2025-01-29T20:19:33.205Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2533 | 2025-01-29T20:19:35.459Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2534 | 2025-01-29T20:19:40.212Z | Compiling multimap v0.10.0 |
| 2535 | 2025-01-29T20:22:02.746Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2536 | 2025-01-29T20:22:11.932Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2537 | 2025-01-29T20:29:01.971Z | Finished `release` profile [optimized] target(s) in 16m 38s |
| 2538 | 2025-01-29T20:30:06.218Z | |
| 2539 | 2025-01-29T20:30:06.220Z | real 17:43.614214040 |
| 2540 | 2025-01-29T20:30:06.220Z | user 2:06:04.294518399 |
| 2541 | 2025-01-29T20:30:06.221Z | sys 3:16.332550222 |
| 2542 | 2025-01-29T20:30:06.221Z | trap 3.242993667 |
| 2543 | 2025-01-29T20:30:06.221Z | tflt 3.261303043 |
| 2544 | 2025-01-29T20:30:06.221Z | dflt 3.940262645 |
| 2545 | 2025-01-29T20:30:06.221Z | kflt 0.020792623 |
| 2546 | 2025-01-29T20:30:06.221Z | lock 7:28:12.901545450 |
| 2547 | 2025-01-29T20:30:06.221Z | slp 6:24:30.934242614 |
| 2548 | 2025-01-29T20:30:06.221Z | lat 3:25.688590037 |
| 2549 | 2025-01-29T20:30:06.221Z | stop 2:46.852827737 |
| 2550 | 2025-01-29T20:30:06.221Z | + mapfile -t packages |
| 2551 | 2025-01-29T20:30:06.221Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2552 | 2025-01-29T20:30:07.262Z | Finished `release` profile [optimized] target(s) in 0.99s |
| 2553 | 2025-01-29T20:30:07.334Z | Running `target/release/omicron-package -t test list-outputs` |
| 2554 | 2025-01-29T20:30:07.386Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2555 | 2025-01-29T20:30:07.388Z | + ptime -m cargo build --locked --release -p xtask |
| 2556 | 2025-01-29T20:30:07.959Z | Compiling serde v1.0.217 |
| 2557 | 2025-01-29T20:30:07.962Z | Compiling serde_json v1.0.135 |
| 2558 | 2025-01-29T20:30:07.962Z | Compiling rustix v0.38.37 |
| 2559 | 2025-01-29T20:30:07.962Z | Compiling libc v0.2.169 |
| 2560 | 2025-01-29T20:30:08.062Z | Compiling syn v2.0.96 |
| 2561 | 2025-01-29T20:30:08.081Z | Compiling bitflags v2.6.0 |
| 2562 | 2025-01-29T20:30:08.405Z | Compiling usdt-impl v0.5.0 |
| 2563 | 2025-01-29T20:30:08.458Z | Compiling syn v1.0.109 |
| 2564 | 2025-01-29T20:30:08.543Z | Compiling log v0.4.22 |
| 2565 | 2025-01-29T20:30:08.564Z | Compiling hashbrown v0.15.1 |
| 2566 | 2025-01-29T20:30:08.892Z | Compiling fs-err v2.11.0 |
| 2567 | 2025-01-29T20:30:08.968Z | Compiling anyhow v1.0.95 |
| 2568 | 2025-01-29T20:30:09.202Z | Compiling once_cell v1.20.2 |
| 2569 | 2025-01-29T20:30:09.355Z | Compiling thread-id v4.2.2 |
| 2570 | 2025-01-29T20:30:09.754Z | Compiling indexmap v2.7.1 |
| 2571 | 2025-01-29T20:30:10.866Z | Compiling terminal_size v0.4.0 |
| 2572 | 2025-01-29T20:30:10.866Z | Compiling tempfile v3.13.0 |
| 2573 | 2025-01-29T20:30:11.128Z | Compiling clap_builder v4.5.27 |
| 2574 | 2025-01-29T20:30:11.719Z | Compiling proc-macro-error v1.0.4 |
| 2575 | 2025-01-29T20:30:12.614Z | Compiling tabled_derive v0.7.0 |
| 2576 | 2025-01-29T20:30:13.718Z | Compiling tabled v0.15.0 |
| 2577 | 2025-01-29T20:30:14.520Z | Compiling serde_derive v1.0.217 |
| 2578 | 2025-01-29T20:30:14.521Z | Compiling thiserror-impl v1.0.69 |
| 2579 | 2025-01-29T20:30:14.524Z | Compiling zerocopy-derive v0.7.35 |
| 2580 | 2025-01-29T20:30:14.524Z | Compiling scroll_derive v0.12.0 |
| 2581 | 2025-01-29T20:30:14.524Z | Compiling clap_derive v4.5.24 |
| 2582 | 2025-01-29T20:30:15.928Z | Compiling scroll v0.12.0 |
| 2583 | 2025-01-29T20:30:16.417Z | Compiling zerocopy v0.7.35 |
| 2584 | 2025-01-29T20:30:17.207Z | Compiling thiserror v1.0.69 |
| 2585 | 2025-01-29T20:30:17.386Z | Compiling pest v2.7.14 |
| 2586 | 2025-01-29T20:30:18.010Z | Compiling goblin v0.8.2 |
| 2587 | 2025-01-29T20:30:18.795Z | Compiling clap v4.5.27 |
| 2588 | 2025-01-29T20:30:20.494Z | Compiling pest_meta v2.7.14 |
| 2589 | 2025-01-29T20:30:21.946Z | Compiling pest_generator v2.7.14 |
| 2590 | 2025-01-29T20:30:24.183Z | Compiling pest_derive v2.7.14 |
| 2591 | 2025-01-29T20:30:25.005Z | Compiling dtrace-parser v0.2.0 |
| 2592 | 2025-01-29T20:30:28.611Z | Compiling toml_datetime v0.6.8 |
| 2593 | 2025-01-29T20:30:29.330Z | Compiling serde_tokenstream v0.2.2 |
| 2594 | 2025-01-29T20:30:29.906Z | Compiling serde_spanned v0.6.8 |
| 2595 | 2025-01-29T20:30:30.202Z | Compiling toml_edit v0.22.22 |
| 2596 | 2025-01-29T20:30:31.392Z | Compiling dof v0.3.0 |
| 2597 | 2025-01-29T20:30:33.557Z | Compiling camino v1.1.9 |
| 2598 | 2025-01-29T20:30:33.642Z | Compiling usdt-macro v0.5.0 |
| 2599 | 2025-01-29T20:30:34.833Z | Compiling toml v0.8.19 |
| 2600 | 2025-01-29T20:30:34.836Z | Compiling usdt-attr-macro v0.5.0 |
| 2601 | 2025-01-29T20:30:36.197Z | Compiling cargo-platform v0.1.8 |
| 2602 | 2025-01-29T20:30:37.268Z | Compiling semver v1.0.24 |
| 2603 | 2025-01-29T20:30:38.473Z | Compiling cargo_metadata v0.18.1 |
| 2604 | 2025-01-29T20:30:38.732Z | Compiling usdt v0.5.0 |
| 2605 | 2025-01-29T20:30:40.162Z | Compiling cargo_toml v0.20.5 |
| 2606 | 2025-01-29T20:30:40.380Z | Compiling camino-tempfile v1.1.1 |
| 2607 | 2025-01-29T20:30:40.972Z | Compiling macaddr v1.0.1 |
| 2608 | 2025-01-29T20:30:51.461Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2609 | 2025-01-29T20:31:02.285Z | Finished `release` profile [optimized] target(s) in 54.83s |
| 2610 | 2025-01-29T20:31:02.396Z | |
| 2611 | 2025-01-29T20:31:02.399Z | real 54.967849205 |
| 2612 | 2025-01-29T20:31:02.399Z | user 5:42.085142118 |
| 2613 | 2025-01-29T20:31:02.399Z | sys 18.456207270 |
| 2614 | 2025-01-29T20:31:02.399Z | trap 0.160091552 |
| 2615 | 2025-01-29T20:31:02.399Z | tflt 0.233523683 |
| 2616 | 2025-01-29T20:31:02.399Z | dflt 0.400207243 |
| 2617 | 2025-01-29T20:31:02.399Z | kflt 0.000023514 |
| 2618 | 2025-01-29T20:31:02.399Z | lock 10:42.509322310 |
| 2619 | 2025-01-29T20:31:02.399Z | slp 15:55.238969136 |
| 2620 | 2025-01-29T20:31:02.399Z | lat 13.924090239 |
| 2621 | 2025-01-29T20:31:02.399Z | stop 19.207707235 |
| 2622 | 2025-01-29T20:31:02.400Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2623 | 2025-01-29T20:31:02.400Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2624 | 2025-01-29T20:31:02.400Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2625 | 2025-01-29T20:31:02.400Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2626 | 2025-01-29T20:31:02.400Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2627 | 2025-01-29T20:31:03.304Z | Compiling hashbrown v0.14.5 |
| 2628 | 2025-01-29T20:31:03.438Z | Compiling thiserror v2.0.11 |
| 2629 | 2025-01-29T20:31:03.454Z | Compiling thiserror-impl v2.0.11 |
| 2630 | 2025-01-29T20:31:03.456Z | Compiling ident_case v1.0.1 |
| 2631 | 2025-01-29T20:31:03.459Z | Compiling unsafe-libyaml v0.2.11 |
| 2632 | 2025-01-29T20:31:03.462Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2633 | 2025-01-29T20:31:03.462Z | Compiling ipnetwork v0.20.0 |
| 2634 | 2025-01-29T20:31:03.462Z | Compiling progenitor-client v0.9.1 |
| 2635 | 2025-01-29T20:31:03.666Z | Compiling darling_core v0.20.10 |
| 2636 | 2025-01-29T20:31:03.942Z | Compiling macaddr v1.0.1 |
| 2637 | 2025-01-29T20:31:04.067Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2638 | 2025-01-29T20:31:04.395Z | Compiling progenitor-client v0.8.0 |
| 2639 | 2025-01-29T20:31:04.398Z | Compiling instant v0.1.13 |
| 2640 | 2025-01-29T20:31:04.433Z | Compiling structmeta-derive v0.3.0 |
| 2641 | 2025-01-29T20:31:04.543Z | Compiling regress v0.10.1 |
| 2642 | 2025-01-29T20:31:04.566Z | Compiling dropshot v0.15.1 |
| 2643 | 2025-01-29T20:31:04.771Z | Compiling regress v0.9.1 |
| 2644 | 2025-01-29T20:31:04.873Z | Compiling serde_yaml v0.9.34+deprecated |
| 2645 | 2025-01-29T20:31:04.970Z | Compiling dropshot_endpoint v0.15.1 |
| 2646 | 2025-01-29T20:31:05.463Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2647 | 2025-01-29T20:31:06.738Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2648 | 2025-01-29T20:31:07.021Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2649 | 2025-01-29T20:31:07.196Z | Compiling structmeta v0.3.0 |
| 2650 | 2025-01-29T20:31:07.632Z | Compiling parse-display-derive v0.10.0 |
| 2651 | 2025-01-29T20:31:07.701Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2652 | 2025-01-29T20:31:07.823Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2653 | 2025-01-29T20:31:08.031Z | Compiling backoff v0.4.0 |
| 2654 | 2025-01-29T20:31:08.161Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2655 | 2025-01-29T20:31:08.384Z | Compiling typify-impl v0.2.0 |
| 2656 | 2025-01-29T20:31:08.562Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2657 | 2025-01-29T20:31:08.740Z | Compiling tempfile v3.13.0 |
| 2658 | 2025-01-29T20:31:08.908Z | Compiling proc-macro-crate v1.3.1 |
| 2659 | 2025-01-29T20:31:09.400Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2660 | 2025-01-29T20:31:09.543Z | Compiling typify-impl v0.3.0 |
| 2661 | 2025-01-29T20:31:09.765Z | Compiling itertools v0.13.0 |
| 2662 | 2025-01-29T20:31:09.818Z | Compiling zerocopy v0.8.10 |
| 2663 | 2025-01-29T20:31:09.840Z | Compiling darling_macro v0.20.10 |
| 2664 | 2025-01-29T20:31:09.887Z | Compiling num_enum_derive v0.5.11 |
| 2665 | 2025-01-29T20:31:10.683Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2666 | 2025-01-29T20:31:10.806Z | Compiling darling v0.20.10 |
| 2667 | 2025-01-29T20:31:10.934Z | Compiling serde_with_macros v3.11.0 |
| 2668 | 2025-01-29T20:31:11.120Z | Compiling zerocopy-derive v0.8.10 |
| 2669 | 2025-01-29T20:31:11.834Z | Compiling parse-display v0.10.0 |
| 2670 | 2025-01-29T20:31:12.308Z | Compiling num_enum v0.5.11 |
| 2671 | 2025-01-29T20:31:12.396Z | Compiling foreign-types-macros v0.2.3 |
| 2672 | 2025-01-29T20:31:12.504Z | Compiling heapless v0.8.0 |
| 2673 | 2025-01-29T20:31:12.725Z | Compiling crucible-workspace-hack v0.1.0 |
| 2674 | 2025-01-29T20:31:13.026Z | Compiling foreign-types-shared v0.3.1 |
| 2675 | 2025-01-29T20:31:13.210Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2676 | 2025-01-29T20:31:13.385Z | Compiling proc-macro-error v1.0.4 |
| 2677 | 2025-01-29T20:31:13.460Z | Compiling serde_with v3.11.0 |
| 2678 | 2025-01-29T20:31:13.637Z | Compiling foreign-types v0.5.0 |
| 2679 | 2025-01-29T20:31:14.032Z | Compiling camino-tempfile v1.1.1 |
| 2680 | 2025-01-29T20:31:14.131Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2681 | 2025-01-29T20:31:14.497Z | Compiling hash32 v0.3.1 |
| 2682 | 2025-01-29T20:31:14.774Z | Compiling cstr-argument v0.1.2 |
| 2683 | 2025-01-29T20:31:15.004Z | Compiling pretty-hex v0.2.1 |
| 2684 | 2025-01-29T20:31:15.122Z | Compiling smoltcp v0.11.0 |
| 2685 | 2025-01-29T20:31:15.268Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2686 | 2025-01-29T20:31:15.672Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2687 | 2025-01-29T20:31:15.847Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2688 | 2025-01-29T20:31:16.515Z | Compiling tabwriter v1.4.0 |
| 2689 | 2025-01-29T20:31:16.867Z | Compiling colored v2.1.0 |
| 2690 | 2025-01-29T20:31:16.951Z | Compiling cobs v0.2.3 |
| 2691 | 2025-01-29T20:31:17.055Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2692 | 2025-01-29T20:31:17.253Z | Compiling postcard v1.0.10 |
| 2693 | 2025-01-29T20:31:17.398Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2694 | 2025-01-29T20:31:17.585Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2695 | 2025-01-29T20:31:17.631Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2696 | 2025-01-29T20:31:17.928Z | Compiling smf v0.2.3 |
| 2697 | 2025-01-29T20:31:17.984Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2698 | 2025-01-29T20:31:18.472Z | Compiling zone_cfg_derive v0.3.0 |
| 2699 | 2025-01-29T20:31:18.814Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2700 | 2025-01-29T20:31:19.170Z | Compiling num-derive v0.4.2 |
| 2701 | 2025-01-29T20:31:19.245Z | Compiling sigpipe v0.1.3 |
| 2702 | 2025-01-29T20:31:19.403Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2703 | 2025-01-29T20:31:19.769Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2704 | 2025-01-29T20:31:19.918Z | Compiling zone v0.3.0 |
| 2705 | 2025-01-29T20:31:20.127Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2706 | 2025-01-29T20:31:20.782Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2707 | 2025-01-29T20:31:20.926Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2708 | 2025-01-29T20:31:21.222Z | Compiling universal-hash v0.5.1 |
| 2709 | 2025-01-29T20:31:21.428Z | Compiling opaque-debug v0.3.1 |
| 2710 | 2025-01-29T20:31:21.482Z | Compiling tungstenite v0.21.0 |
| 2711 | 2025-01-29T20:31:21.509Z | Compiling num-rational v0.4.2 |
| 2712 | 2025-01-29T20:31:21.542Z | Compiling password-hash v0.5.0 |
| 2713 | 2025-01-29T20:31:21.590Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2714 | 2025-01-29T20:31:22.337Z | Compiling blake2 v0.10.6 |
| 2715 | 2025-01-29T20:31:22.444Z | Compiling num-complex v0.4.6 |
| 2716 | 2025-01-29T20:31:22.478Z | Compiling aead v0.5.2 |
| 2717 | 2025-01-29T20:31:22.884Z | Compiling convert_case v0.4.0 |
| 2718 | 2025-01-29T20:31:23.097Z | Compiling base64 v0.21.7 |
| 2719 | 2025-01-29T20:31:23.442Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2720 | 2025-01-29T20:31:23.464Z | Compiling keccak v0.1.5 |
| 2721 | 2025-01-29T20:31:23.466Z | Compiling num v0.4.3 |
| 2722 | 2025-01-29T20:31:23.604Z | Compiling argon2 v0.5.3 |
| 2723 | 2025-01-29T20:31:23.735Z | Compiling tokio-tungstenite v0.21.0 |
| 2724 | 2025-01-29T20:31:23.756Z | Compiling derive_more v0.99.18 |
| 2725 | 2025-01-29T20:31:23.787Z | Compiling sha3 v0.10.8 |
| 2726 | 2025-01-29T20:31:23.864Z | Compiling typify-macro v0.2.0 |
| 2727 | 2025-01-29T20:31:24.324Z | Compiling poly1305 v0.8.0 |
| 2728 | 2025-01-29T20:31:24.580Z | Compiling chacha20 v0.9.1 |
| 2729 | 2025-01-29T20:31:25.108Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2730 | 2025-01-29T20:31:25.129Z | Compiling float-ord v0.3.2 |
| 2731 | 2025-01-29T20:31:25.314Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2732 | 2025-01-29T20:31:25.338Z | Compiling semver v0.1.20 |
| 2733 | 2025-01-29T20:31:25.445Z | Compiling typify-macro v0.3.0 |
| 2734 | 2025-01-29T20:31:25.747Z | Compiling same-file v1.0.6 |
| 2735 | 2025-01-29T20:31:25.994Z | Compiling walkdir v2.5.0 |
| 2736 | 2025-01-29T20:31:26.072Z | Compiling rustc_version v0.1.7 |
| 2737 | 2025-01-29T20:31:26.129Z | Compiling newline-converter v0.3.0 |
| 2738 | 2025-01-29T20:31:26.325Z | Compiling primeorder v0.13.6 |
| 2739 | 2025-01-29T20:31:26.366Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2740 | 2025-01-29T20:31:26.553Z | Compiling secrecy v0.8.0 |
| 2741 | 2025-01-29T20:31:26.718Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2742 | 2025-01-29T20:31:26.807Z | Compiling owo-colors v4.1.0 |
| 2743 | 2025-01-29T20:31:26.860Z | Compiling cancel-safe-futures v0.1.5 |
| 2744 | 2025-01-29T20:31:26.956Z | Compiling newtype_derive v0.1.6 |
| 2745 | 2025-01-29T20:31:27.109Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2746 | 2025-01-29T20:31:27.274Z | Compiling expectorate v1.1.0 |
| 2747 | 2025-01-29T20:31:27.296Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2748 | 2025-01-29T20:31:27.296Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2749 | 2025-01-29T20:31:27.463Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2750 | 2025-01-29T20:31:27.526Z | Compiling blake3 v1.5.4 |
| 2751 | 2025-01-29T20:31:27.609Z | Compiling unicase v2.7.0 |
| 2752 | 2025-01-29T20:31:27.721Z | Compiling typify v0.2.0 |
| 2753 | 2025-01-29T20:31:27.878Z | Compiling progenitor-impl v0.8.0 |
| 2754 | 2025-01-29T20:31:27.942Z | Compiling half v2.4.1 |
| 2755 | 2025-01-29T20:31:28.200Z | Compiling ciborium-io v0.2.2 |
| 2756 | 2025-01-29T20:31:28.305Z | Compiling arc-swap v1.7.1 |
| 2757 | 2025-01-29T20:31:28.499Z | Compiling ciborium-ll v0.2.2 |
| 2758 | 2025-01-29T20:31:28.573Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2759 | 2025-01-29T20:31:28.872Z | Compiling slog-scope v4.4.0 |
| 2760 | 2025-01-29T20:31:28.912Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2761 | 2025-01-29T20:31:29.327Z | Compiling typify v0.3.0 |
| 2762 | 2025-01-29T20:31:29.380Z | Compiling polyval v0.6.2 |
| 2763 | 2025-01-29T20:31:29.482Z | Compiling progenitor-impl v0.9.1 |
| 2764 | 2025-01-29T20:31:29.812Z | Compiling atomicwrites v0.4.4 |
| 2765 | 2025-01-29T20:31:29.833Z | Compiling libsw v3.3.1 |
| 2766 | 2025-01-29T20:31:30.180Z | Compiling memmap2 v0.9.5 |
| 2767 | 2025-01-29T20:31:30.231Z | Compiling salty v0.3.0 |
| 2768 | 2025-01-29T20:31:30.380Z | Compiling thiserror-no-std v2.0.2 |
| 2769 | 2025-01-29T20:31:30.542Z | Compiling indent_write v2.2.0 |
| 2770 | 2025-01-29T20:31:30.596Z | Compiling linear-map v1.2.0 |
| 2771 | 2025-01-29T20:31:30.673Z | Compiling arrayvec v0.7.6 |
| 2772 | 2025-01-29T20:31:30.695Z | Compiling libefi-sys v0.1.0 |
| 2773 | 2025-01-29T20:31:30.797Z | Compiling arrayref v0.3.9 |
| 2774 | 2025-01-29T20:31:30.916Z | Compiling parking_lot_core v0.8.6 |
| 2775 | 2025-01-29T20:31:30.963Z | Compiling constant_time_eq v0.3.1 |
| 2776 | 2025-01-29T20:31:30.985Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2777 | 2025-01-29T20:31:31.076Z | Compiling vsss-rs v3.3.4 |
| 2778 | 2025-01-29T20:31:31.172Z | Compiling ghash v0.5.1 |
| 2779 | 2025-01-29T20:31:31.433Z | Compiling slog-stdlog v4.1.1 |
| 2780 | 2025-01-29T20:31:31.591Z | Compiling ciborium v0.2.2 |
| 2781 | 2025-01-29T20:31:32.264Z | Compiling p384 v0.13.0 |
| 2782 | 2025-01-29T20:31:32.528Z | Compiling toolchain_find v0.4.0 |
| 2783 | 2025-01-29T20:31:32.967Z | Compiling chacha20poly1305 v0.10.1 |
| 2784 | 2025-01-29T20:31:33.015Z | Compiling ctr v0.9.2 |
| 2785 | 2025-01-29T20:31:33.160Z | Compiling lzma-sys v0.1.20 |
| 2786 | 2025-01-29T20:31:33.222Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2787 | 2025-01-29T20:31:33.373Z | Compiling bitfield-struct v0.6.2 |
| 2788 | 2025-01-29T20:31:33.639Z | Compiling slog-dtrace v0.3.0 |
| 2789 | 2025-01-29T20:31:33.812Z | Compiling highway v1.2.0 |
| 2790 | 2025-01-29T20:31:33.939Z | Compiling topological-sort v0.2.2 |
| 2791 | 2025-01-29T20:31:34.188Z | Compiling omicron-zone-package v0.12.0 |
| 2792 | 2025-01-29T20:31:34.216Z | Compiling aes-gcm v0.10.3 |
| 2793 | 2025-01-29T20:31:34.539Z | Compiling rustfmt-wrapper v0.2.1 |
| 2794 | 2025-01-29T20:31:34.595Z | Compiling mime_guess v2.0.5 |
| 2795 | 2025-01-29T20:31:34.694Z | Compiling slog-envlogger v2.2.0 |
| 2796 | 2025-01-29T20:31:34.721Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2797 | 2025-01-29T20:31:34.999Z | Compiling progenitor-macro v0.8.0 |
| 2798 | 2025-01-29T20:31:35.147Z | Compiling steno v0.4.1 |
| 2799 | 2025-01-29T20:31:35.873Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2800 | 2025-01-29T20:31:35.891Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2801 | 2025-01-29T20:31:35.910Z | Compiling heck v0.3.3 |
| 2802 | 2025-01-29T20:31:36.301Z | Compiling ssh-encoding v0.2.0 |
| 2803 | 2025-01-29T20:31:36.420Z | Compiling blowfish v0.9.1 |
| 2804 | 2025-01-29T20:31:36.472Z | Compiling nibble_vec v0.1.0 |
| 2805 | 2025-01-29T20:31:36.650Z | Compiling progenitor-macro v0.9.1 |
| 2806 | 2025-01-29T20:31:36.693Z | Compiling env_filter v0.1.2 |
| 2807 | 2025-01-29T20:31:36.815Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2808 | 2025-01-29T20:31:36.873Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2809 | 2025-01-29T20:31:36.953Z | Compiling humantime v2.1.0 |
| 2810 | 2025-01-29T20:31:36.973Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2811 | 2025-01-29T20:31:37.199Z | Compiling endian-type v0.1.2 |
| 2812 | 2025-01-29T20:31:37.344Z | Compiling env_logger v0.11.5 |
| 2813 | 2025-01-29T20:31:37.373Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2814 | 2025-01-29T20:31:37.441Z | Compiling radix_trie v0.2.1 |
| 2815 | 2025-01-29T20:31:37.468Z | Compiling ssh-cipher v0.2.0 |
| 2816 | 2025-01-29T20:31:38.039Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2817 | 2025-01-29T20:31:38.071Z | Compiling zone_cfg_derive v0.1.2 |
| 2818 | 2025-01-29T20:31:38.683Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2819 | 2025-01-29T20:31:38.758Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2820 | 2025-01-29T20:31:38.916Z | Compiling parking_lot v0.11.2 |
| 2821 | 2025-01-29T20:31:39.519Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2822 | 2025-01-29T20:31:39.522Z | Compiling password-hash v0.4.2 |
| 2823 | 2025-01-29T20:31:39.765Z | Compiling gethostname v0.5.0 |
| 2824 | 2025-01-29T20:31:39.916Z | Compiling fxhash v0.2.1 |
| 2825 | 2025-01-29T20:31:39.965Z | Compiling bumpalo v3.16.0 |
| 2826 | 2025-01-29T20:31:39.985Z | Compiling base64 v0.13.1 |
| 2827 | 2025-01-29T20:31:40.144Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2828 | 2025-01-29T20:31:40.183Z | Compiling zip v2.1.3 |
| 2829 | 2025-01-29T20:31:40.426Z | Compiling lockfree-object-pool v0.1.6 |
| 2830 | 2025-01-29T20:31:40.466Z | Compiling simd-adler32 v0.3.7 |
| 2831 | 2025-01-29T20:31:40.487Z | Compiling http-range v0.1.5 |
| 2832 | 2025-01-29T20:31:40.576Z | Compiling ron v0.7.1 |
| 2833 | 2025-01-29T20:31:40.604Z | Compiling sled v0.34.7 |
| 2834 | 2025-01-29T20:31:40.726Z | Compiling pbkdf2 v0.11.0 |
| 2835 | 2025-01-29T20:31:40.815Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2836 | 2025-01-29T20:31:41.071Z | Compiling zopfli v0.8.1 |
| 2837 | 2025-01-29T20:31:41.127Z | Compiling zone v0.1.8 |
| 2838 | 2025-01-29T20:31:41.514Z | Compiling xz2 v0.1.7 |
| 2839 | 2025-01-29T20:31:41.703Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2840 | 2025-01-29T20:31:42.576Z | Compiling ssh-key v0.6.6 |
| 2841 | 2025-01-29T20:31:42.711Z | Compiling hickory-client v0.24.2 |
| 2842 | 2025-01-29T20:31:43.046Z | Compiling p521 v0.13.3 |
| 2843 | 2025-01-29T20:31:43.129Z | Compiling p256 v0.13.2 |
| 2844 | 2025-01-29T20:31:43.964Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2845 | 2025-01-29T20:31:44.100Z | Compiling hickory-server v0.24.2 |
| 2846 | 2025-01-29T20:31:44.996Z | Compiling pem v3.0.4 |
| 2847 | 2025-01-29T20:31:45.411Z | Compiling yasna v0.5.2 |
| 2848 | 2025-01-29T20:31:45.753Z | Compiling headers-core v0.3.0 |
| 2849 | 2025-01-29T20:31:45.947Z | Compiling kstat-rs v0.2.4 |
| 2850 | 2025-01-29T20:31:46.520Z | Compiling nanorand v0.7.0 |
| 2851 | 2025-01-29T20:31:46.677Z | Compiling atty v0.2.14 |
| 2852 | 2025-01-29T20:31:46.855Z | Compiling russh-cryptovec v0.7.3 |
| 2853 | 2025-01-29T20:31:46.946Z | Compiling md5 v0.7.0 |
| 2854 | 2025-01-29T20:31:47.031Z | Compiling flume v0.11.1 |
| 2855 | 2025-01-29T20:31:47.094Z | Compiling rcgen v0.12.1 |
| 2856 | 2025-01-29T20:31:47.191Z | Compiling headers v0.4.0 |
| 2857 | 2025-01-29T20:31:47.536Z | Compiling russh-keys v0.45.0 |
| 2858 | 2025-01-29T20:31:47.735Z | Compiling progenitor v0.8.0 |
| 2859 | 2025-01-29T20:31:47.975Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2860 | 2025-01-29T20:31:48.485Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2861 | 2025-01-29T20:31:48.973Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2862 | 2025-01-29T20:31:49.290Z | Compiling hyper-staticfile v0.10.1 |
| 2863 | 2025-01-29T20:31:49.459Z | Compiling progenitor v0.9.1 |
| 2864 | 2025-01-29T20:31:49.708Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2865 | 2025-01-29T20:31:49.791Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2866 | 2025-01-29T20:31:49.922Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2867 | 2025-01-29T20:31:50.362Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84) |
| 2868 | 2025-01-29T20:31:50.555Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f) |
| 2869 | 2025-01-29T20:31:51.490Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2870 | 2025-01-29T20:31:52.302Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2871 | 2025-01-29T20:31:52.928Z | Compiling num-bigint v0.4.6 |
| 2872 | 2025-01-29T20:31:54.095Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2873 | 2025-01-29T20:31:55.248Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2874 | 2025-01-29T20:31:55.681Z | Compiling des v0.8.1 |
| 2875 | 2025-01-29T20:31:55.874Z | Compiling subprocess v0.2.9 |
| 2876 | 2025-01-29T20:31:56.021Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2877 | 2025-01-29T20:31:56.024Z | Compiling display-error-chain v0.2.2 |
| 2878 | 2025-01-29T20:31:56.280Z | Compiling hex-literal v0.4.1 |
| 2879 | 2025-01-29T20:31:56.470Z | Compiling russh v0.45.0 |
| 2880 | 2025-01-29T20:31:56.921Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2881 | 2025-01-29T20:31:57.525Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2882 | 2025-01-29T20:32:00.068Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2883 | 2025-01-29T20:32:00.562Z | Compiling internet-checksum v0.2.1 |
| 2884 | 2025-01-29T20:32:05.019Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2885 | 2025-01-29T20:32:05.022Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2886 | 2025-01-29T20:32:05.022Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2887 | 2025-01-29T20:32:05.022Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2888 | 2025-01-29T20:32:05.899Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2889 | 2025-01-29T20:32:07.830Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2890 | 2025-01-29T20:32:09.289Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2891 | 2025-01-29T20:32:09.312Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2892 | 2025-01-29T20:32:09.936Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2893 | 2025-01-29T20:32:10.307Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2894 | 2025-01-29T20:32:12.710Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2895 | 2025-01-29T20:32:12.929Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2896 | 2025-01-29T20:32:13.009Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2897 | 2025-01-29T20:32:13.882Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2898 | 2025-01-29T20:32:14.049Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2899 | 2025-01-29T20:32:14.110Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2900 | 2025-01-29T20:32:15.591Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2901 | 2025-01-29T20:32:16.353Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2902 | 2025-01-29T20:32:18.957Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2903 | 2025-01-29T20:32:19.033Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2904 | 2025-01-29T20:32:19.145Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2905 | 2025-01-29T20:32:19.372Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2906 | 2025-01-29T20:32:19.956Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2907 | 2025-01-29T20:32:21.666Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2908 | 2025-01-29T20:32:23.560Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2909 | 2025-01-29T20:32:25.226Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2910 | 2025-01-29T20:32:25.256Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2911 | 2025-01-29T20:32:26.936Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2912 | 2025-01-29T20:32:31.879Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2913 | 2025-01-29T20:32:40.246Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2914 | 2025-01-29T20:32:41.782Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2915 | 2025-01-29T20:33:04.353Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2916 | 2025-01-29T20:33:27.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 2917 | 2025-01-29T20:33:27.552Z | |
| 2918 | 2025-01-29T20:33:27.555Z | real 2:25.079652595 |
| 2919 | 2025-01-29T20:33:27.555Z | user 12:24.286515341 |
| 2920 | 2025-01-29T20:33:27.555Z | sys 1:35.280449035 |
| 2921 | 2025-01-29T20:33:27.555Z | trap 0.379487414 |
| 2922 | 2025-01-29T20:33:27.555Z | tflt 0.837472001 |
| 2923 | 2025-01-29T20:33:27.555Z | dflt 1.324498115 |
| 2924 | 2025-01-29T20:33:27.555Z | kflt 0.005943715 |
| 2925 | 2025-01-29T20:33:27.555Z | lock 22:47.167136005 |
| 2926 | 2025-01-29T20:33:27.555Z | slp 42:23.732587579 |
| 2927 | 2025-01-29T20:33:27.555Z | lat 38.614746295 |
| 2928 | 2025-01-29T20:33:27.555Z | stop 1:42.188403268 |
| 2929 | 2025-01-29T20:33:27.556Z | + mkdir tests |
| 2930 | 2025-01-29T20:33:27.558Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2931 | 2025-01-29T20:33:27.559Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2932 | 2025-01-29T20:33:27.599Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-550140fa7eb08448 tests/ |
| 2933 | 2025-01-29T20:33:27.626Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6fdb222fff7d6bed tests/ |
| 2934 | 2025-01-29T20:33:27.652Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b77c83745972c440 tests/ |
| 2935 | 2025-01-29T20:33:27.678Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-80fb28f03f5e4fdb tests/ |
| 2936 | 2025-01-29T20:33:27.963Z | + 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/*) |
| 2937 | 2025-01-29T20:33:27.973Z | + 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-6fdb222fff7d6bed tests/commtest-b77c83745972c440 tests/dhcp_server-550140fa7eb08448 tests/end_to_end_tests-80fb28f03f5e4fdb 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 |
| 2938 | 2025-01-29T20:34:41.711Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2939 | 2025-01-29T20:34:41.711Z | a .github/buildomat/ci-env.sh 1K |
| 2940 | 2025-01-29T20:34:41.711Z | a out/target/test 1K |
| 2941 | 2025-01-29T20:34:41.711Z | a out/npuzone/npuzone 23144K |
| 2942 | 2025-01-29T20:34:41.711Z | a package-manifest.toml 34K |
| 2943 | 2025-01-29T20:34:41.712Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2944 | 2025-01-29T20:34:41.712Z | a target/release/omicron-package 35970K |
| 2945 | 2025-01-29T20:34:41.712Z | a target/release/xtask 11881K |
| 2946 | 2025-01-29T20:34:41.712Z | a target/debug/bootstrap 220741K |
| 2947 | 2025-01-29T20:34:41.712Z | a tests/bootstrap-6fdb222fff7d6bed 24276K |
| 2948 | 2025-01-29T20:34:41.712Z | a tests/commtest-b77c83745972c440 24769K |
| 2949 | 2025-01-29T20:34:41.712Z | a tests/dhcp_server-550140fa7eb08448 24276K |
| 2950 | 2025-01-29T20:34:41.712Z | a tests/end_to_end_tests-80fb28f03f5e4fdb 282879K |
| 2951 | 2025-01-29T20:34:41.712Z | a out/clickhouse.tar.gz 294217K |
| 2952 | 2025-01-29T20:34:41.712Z | a out/clickhouse_keeper.tar.gz 281347K |
| 2953 | 2025-01-29T20:34:41.712Z | a out/clickhouse_server.tar.gz 294191K |
| 2954 | 2025-01-29T20:34:41.712Z | a out/cockroachdb.tar.gz 134964K |
| 2955 | 2025-01-29T20:34:41.712Z | a out/crucible-dtrace.tar 98K |
| 2956 | 2025-01-29T20:34:41.712Z | a out/crucible-pantry-zone.tar.gz 28573K |
| 2957 | 2025-01-29T20:34:41.712Z | a out/crucible-zone.tar.gz 36917K |
| 2958 | 2025-01-29T20:34:41.712Z | a out/external-dns.tar.gz 35431K |
| 2959 | 2025-01-29T20:34:41.712Z | a out/internal-dns.tar.gz 35431K |
| 2960 | 2025-01-29T20:34:41.712Z | a out/mg-ddm-gz.tar 63075K |
| 2961 | 2025-01-29T20:34:41.712Z | a out/nexus.tar.gz 100393K |
| 2962 | 2025-01-29T20:34:41.712Z | a out/ntp.tar.gz 10502K |
| 2963 | 2025-01-29T20:34:41.712Z | a out/omicron-gateway-softnpu.tar.gz 24102K |
| 2964 | 2025-01-29T20:34:41.712Z | a out/omicron-sled-agent.tar 113808K |
| 2965 | 2025-01-29T20:34:41.712Z | a out/overlay.tar.gz 3K |
| 2966 | 2025-01-29T20:34:41.712Z | a out/oximeter.tar.gz 48381K |
| 2967 | 2025-01-29T20:34:41.712Z | a out/oxlog.tar 3135K |
| 2968 | 2025-01-29T20:34:41.712Z | a out/probe.tar.gz 2764K |
| 2969 | 2025-01-29T20:34:41.712Z | a out/propolis-server.tar.gz 66528K |
| 2970 | 2025-01-29T20:34:41.712Z | a out/pumpkind-gz.tar 26665K |
| 2971 | 2025-01-29T20:34:41.713Z | a out/switch-softnpu.tar.gz 237558K |
| 2972 | 2025-01-29T20:34:41.717Z | |
| 2973 | 2025-01-29T20:34:41.718Z | real 1:13.728653776 |
| 2974 | 2025-01-29T20:34:41.718Z | user 1:10.333348630 |
| 2975 | 2025-01-29T20:34:41.718Z | sys 4.947047429 |
| 2976 | 2025-01-29T20:34:41.718Z | trap 0.019237135 |
| 2977 | 2025-01-29T20:34:41.718Z | tflt 0.000000000 |
| 2978 | 2025-01-29T20:34:41.718Z | dflt 0.000000000 |
| 2979 | 2025-01-29T20:34:41.718Z | kflt 0.000000000 |
| 2980 | 2025-01-29T20:34:41.718Z | lock 0.000000000 |
| 2981 | 2025-01-29T20:34:41.718Z | slp 1:09.987237021 |
| 2982 | 2025-01-29T20:34:41.718Z | lat 2.165717514 |
| 2983 | 2025-01-29T20:34:41.718Z | stop 0.000191538 |
| 2984 | 2025-01-29T20:34:41.718Z | process exited: duration 1945601 ms, exit code 0 |
| |
| 2985 | 2025-01-29T20:34:41.733Z | found 1 output files |
| 2986 | 2025-01-29T20:34:41.733Z | uploading: /work/package.tar.gz (1904564172 bytes) |
| 2987 | 2025-01-29T20:35:17.921Z | uploaded: /work/package.tar.gz |