| 
 | 
 | 
| 1 | 2025-01-22T08:39:19.347Z | job assigned to worker 01JJ6JKGR1GVZ56SXMGHQP0KKW [factory aws, i-01181b14889b9c0d7] (queued for 55 s) | 
|   | 
| 2 | 2025-01-22T08:39:27.587Z | starting task 0: "setup" | 
| 3 | 2025-01-22T08:39:27.597Z | ++ uname -s | 
| 4 | 2025-01-22T08:39:27.599Z | + kern=SunOS | 
| 5 | 2025-01-22T08:39:27.599Z | + case "$kern" in | 
| 6 | 2025-01-22T08:39:27.600Z | + groupadd -g 12345 build | 
| 7 | 2025-01-22T08:39:27.603Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build | 
| 8 | 2025-01-22T08:39:29.609Z | + zfs create -o mountpoint=/work rpool/work | 
| 9 | 2025-01-22T08:39:29.776Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab | 
| 10 | 2025-01-22T08:39:29.779Z | + home_fs=zfs | 
| 11 | 2025-01-22T08:39:29.779Z | + [[ zfs == autofs ]] | 
| 12 | 2025-01-22T08:39:29.779Z | + mkdir -p /home/build | 
| 13 | 2025-01-22T08:39:29.781Z | + chown build:build /home/build /work | 
| 14 | 2025-01-22T08:39:31.782Z | + chmod 0700 /home/build /work | 
| 15 | 2025-01-22T08:39:31.785Z | process exited: duration 4199 ms, exit code 0 | 
|   | 
| 16 | 2025-01-22T08:39:31.791Z | starting task 1: "rust-toolchain" | 
| 17 | 2025-01-22T08:39:31.796Z | + printf ' * toolchain channel = "%s" | 
| 18 | 2025-01-22T08:39:31.796Z | ' 1.84.0 | 
| 19 | 2025-01-22T08:39:31.796Z | + printf ' * toolchain profile = "%s" | 
| 20 | 2025-01-22T08:39:31.796Z | ' default | 
| 21 | 2025-01-22T08:39:31.796Z |  * toolchain channel = "1.84.0" | 
| 22 | 2025-01-22T08:39:31.796Z |  * toolchain profile = "default" | 
| 23 | 2025-01-22T08:39:31.799Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | 
| 24 | 2025-01-22T08:39:31.799Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default | 
| 25 | 2025-01-22T08:39:31.939Z | info: downloading installer | 
| 26 | 2025-01-22T08:39:33.415Z | info: profile set to 'default' | 
| 27 | 2025-01-22T08:39:33.415Z | info: default host triple is x86_64-unknown-illumos | 
| 28 | 2025-01-22T08:39:33.418Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' | 
| 29 | 2025-01-22T08:39:33.570Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) | 
| 30 | 2025-01-22T08:39:33.570Z | info: downloading component 'cargo' | 
| 31 | 2025-01-22T08:39:34.463Z | info: downloading component 'clippy' | 
| 32 | 2025-01-22T08:39:34.804Z | info: downloading component 'rust-docs' | 
| 33 | 2025-01-22T08:39:36.005Z | info: downloading component 'rust-std' | 
| 34 | 2025-01-22T08:39:37.822Z | info: downloading component 'rustc' | 
| 35 | 2025-01-22T08:39:44.668Z | info: downloading component 'rustfmt' | 
| 36 | 2025-01-22T08:39:44.925Z | info: installing component 'cargo' | 
| 37 | 2025-01-22T08:39:45.767Z | info: installing component 'clippy' | 
| 38 | 2025-01-22T08:39:46.143Z | info: installing component 'rust-docs' | 
| 39 | 2025-01-22T08:39:47.815Z | info: installing component 'rust-std' | 
| 40 | 2025-01-22T08:39:49.542Z | info: installing component 'rustc' | 
| 41 | 2025-01-22T08:39:55.579Z | info: installing component 'rustfmt' | 
| 42 | 2025-01-22T08:39:55.907Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' | 
| 43 | 2025-01-22T08:39:55.907Z |  | 
| 44 | 2025-01-22T08:39:56.351Z |   1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) | 
| 45 | 2025-01-22T08:39:56.351Z |  | 
| 46 | 2025-01-22T08:39:56.356Z |  | 
| 47 | 2025-01-22T08:39:56.356Z | Rust is installed now. Great! | 
| 48 | 2025-01-22T08:39:56.356Z |  | 
| 49 | 2025-01-22T08:39:56.356Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH | 
| 50 | 2025-01-22T08:39:56.356Z | environment variable. This has not been done automatically. | 
| 51 | 2025-01-22T08:39:56.356Z |  | 
| 52 | 2025-01-22T08:39:56.356Z | To configure your current shell, you need to source | 
| 53 | 2025-01-22T08:39:56.356Z | the corresponding env file under $HOME/.cargo. | 
| 54 | 2025-01-22T08:39:56.356Z |  | 
| 55 | 2025-01-22T08:39:56.356Z | This is usually done by running one of the following (note the leading DOT): | 
| 56 | 2025-01-22T08:39:56.356Z | . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh | 
| 57 | 2025-01-22T08:39:56.356Z | source "$HOME/.cargo/env.fish"  # For fish | 
| 58 | 2025-01-22T08:39:56.376Z | + rustc --version | 
| 59 | 2025-01-22T08:39:56.440Z | rustc 1.84.0 (9fc6b4312 2025-01-07) | 
| 60 | 2025-01-22T08:39:56.443Z | process exited: duration 24650 ms, exit code 0 | 
|   | 
| 61 | 2025-01-22T08:39:56.451Z | starting task 2: "authentication" | 
| 62 | 2025-01-22T08:39:56.470Z | process exited: duration 20 ms, exit code 0 | 
|   | 
| 63 | 2025-01-22T08:39:56.475Z | starting task 3: "clone repository" | 
| 64 | 2025-01-22T08:39:56.480Z | + mkdir -p /work/oxidecomputer/omicron | 
| 65 | 2025-01-22T08:39:56.483Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron | 
| 66 | 2025-01-22T08:39:56.523Z | Cloning into '/work/oxidecomputer/omicron'... | 
| 67 | 2025-01-22T08:40:04.294Z | + cd /work/oxidecomputer/omicron | 
| 68 | 2025-01-22T08:40:04.297Z | + git fetch origin b2cbd871e3c4725de90daf3c25e4b0055e4d7efd | 
| 69 | 2025-01-22T08:40:04.615Z | From https://github.com/oxidecomputer/omicron | 
| 70 | 2025-01-22T08:40:04.615Z |  * branch                b2cbd871e3c4725de90daf3c25e4b0055e4d7efd -> FETCH_HEAD | 
| 71 | 2025-01-22T08:40:04.626Z | + [[ -n renovate/chrono-tz-0.x ]] | 
| 72 | 2025-01-22T08:40:04.628Z | ++ git branch --show-current | 
| 73 | 2025-01-22T08:40:04.631Z | + current=main | 
| 74 | 2025-01-22T08:40:04.631Z | + [[ main != renovate/chrono-tz-0.x ]] | 
| 75 | 2025-01-22T08:40:04.631Z | + git branch -f renovate/chrono-tz-0.x b2cbd871e3c4725de90daf3c25e4b0055e4d7efd | 
| 76 | 2025-01-22T08:40:04.634Z | + git checkout -f renovate/chrono-tz-0.x | 
| 77 | 2025-01-22T08:40:04.813Z | Switched to branch 'renovate/chrono-tz-0.x' | 
| 78 | 2025-01-22T08:40:04.816Z | + git reset --hard b2cbd871e3c4725de90daf3c25e4b0055e4d7efd | 
| 79 | 2025-01-22T08:40:04.990Z | HEAD is now at b2cbd871e Update Rust crate chrono-tz to 0.10.1 | 
| 80 | 2025-01-22T08:40:04.993Z | process exited: duration 8515 ms, exit code 0 | 
|   | 
| 81 | 2025-01-22T08:40:04.999Z | starting task 4: "build" | 
| 82 | 2025-01-22T08:40:05.005Z | + source ./env.sh | 
| 83 | 2025-01-22T08:40:05.007Z | ++ OLD_SHELL_OPTS=ehxB | 
| 84 | 2025-01-22T08:40:05.007Z | ++ set -o xtrace | 
| 85 | 2025-01-22T08:40:05.010Z | ++++ dirname ./env.sh | 
| 86 | 2025-01-22T08:40:05.010Z | +++ readlink -f . | 
| 87 | 2025-01-22T08:40:05.013Z | ++ OMICRON_WS=/work/oxidecomputer/omicron | 
| 88 | 2025-01-22T08:40:05.015Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 89 | 2025-01-22T08:40:05.016Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 90 | 2025-01-22T08:40:05.016Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 91 | 2025-01-22T08:40:05.016Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 92 | 2025-01-22T08:40:05.016Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 93 | 2025-01-22T08:40:05.016Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 94 | 2025-01-22T08:40:05.016Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 95 | 2025-01-22T08:40:05.016Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 96 | 2025-01-22T08:40:05.016Z | ++ case $OLD_SHELL_OPTS in | 
| 97 | 2025-01-22T08:40:05.016Z | ++ unset OLD_SHELL_OPTS OMICRON_WS | 
| 98 | 2025-01-22T08:40:05.016Z | + source .github/buildomat/ci-env.sh | 
| 99 | 2025-01-22T08:40:05.016Z | ++ export CARGO_TERM_COLOR=always | 
| 100 | 2025-01-22T08:40:05.016Z | ++ CARGO_TERM_COLOR=always | 
| 101 | 2025-01-22T08:40:05.016Z | + cargo --version | 
| 102 | 2025-01-22T08:40:05.073Z | cargo 1.84.0 (66221abde 2024-11-19) | 
| 103 | 2025-01-22T08:40:05.076Z | + rustc --version | 
| 104 | 2025-01-22T08:40:05.204Z | rustc 1.84.0 (9fc6b4312 2025-01-07) | 
| 105 | 2025-01-22T08:40:05.207Z | + banner prerequisites | 
| 106 | 2025-01-22T08:40:05.207Z |  | 
| 107 | 2025-01-22T08:40:05.207Z |  #####   #####   ######  #####   ######   ####   #    #     #     ####      # | 
| 108 | 2025-01-22T08:40:05.208Z |  #    #  #    #  #       #    #  #       #    #  #    #     #    #          # | 
| 109 | 2025-01-22T08:40:05.208Z |  #    #  #    #  #####   #    #  #####   #    #  #    #     #     ####      # | 
| 110 | 2025-01-22T08:40:05.208Z |  #####   #####   #       #####   #       #  # #  #    #     #         #     # | 
| 111 | 2025-01-22T08:40:05.208Z |  #       #   #   #       #   #   #       #   #   #    #     #    #    #     # | 
| 112 | 2025-01-22T08:40:05.208Z |  #       #    #  ######  #    #  ######   ### #   ####      #     ####      # | 
| 113 | 2025-01-22T08:40:05.208Z |  | 
| 114 | 2025-01-22T08:40:05.208Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y | 
| 115 | 2025-01-22T08:40:06.799Z | pkg list: illegal option -- F | 
| 116 | 2025-01-22T08:40:06.799Z | Usage: | 
| 117 | 2025-01-22T08:40:06.801Z |         pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] | 
| 118 | 2025-01-22T08:40:06.801Z |             [pkg_fmri_pattern ...] | 
| 119 | 2025-01-22T08:40:07.678Z | pkg list: illegal option -- F | 
| 120 | 2025-01-22T08:40:07.678Z | Usage: | 
| 121 | 2025-01-22T08:40:07.680Z |         pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] | 
| 122 | 2025-01-22T08:40:07.680Z |             [pkg_fmri_pattern ...] | 
| 123 | 2025-01-22T08:40:17.327Z |  Startup: Refreshing catalog 'helios-dev' ... Done | 
| 124 | 2025-01-22T08:40:21.495Z |  Startup: Caching catalogs ... Done | 
| 125 | 2025-01-22T08:40:32.924Z | Planning: Solver setup ... Done (10.569s) | 
| 126 | 2025-01-22T08:40:33.032Z | Planning: Running solver ... Done (0.147s) | 
| 127 | 2025-01-22T08:40:33.144Z | Planning: Finding local manifests ... Done (0.007s) | 
| 128 | 2025-01-22T08:40:33.188Z | Planning: Fetching manifests: 0/7  0% complete | 
| 129 | 2025-01-22T08:40:34.696Z | Planning: Fetching manifests: 7/7  100% complete | 
| 130 | 2025-01-22T08:40:34.807Z | Planning: Package planning ... Done (0.111s) | 
| 131 | 2025-01-22T08:40:34.866Z | Planning: Merging actions ... Done (0.056s) | 
| 132 | 2025-01-22T08:40:35.088Z | Planning: Checking for conflicting actions ... Done (0.194s) | 
| 133 | 2025-01-22T08:40:37.210Z | Planning: Consolidating action changes ... Done (2.139s) | 
| 134 | 2025-01-22T08:40:37.656Z | Planning: Evaluating mediators ... Done (0.453s) | 
| 135 | 2025-01-22T08:40:37.748Z | Planning: Planning completed in 16.14 seconds | 
| 136 | 2025-01-22T08:40:37.766Z |            Packages to install:         4 | 
| 137 | 2025-01-22T08:40:37.766Z |             Packages to update:         3 | 
| 138 | 2025-01-22T08:40:37.766Z |            Mediators to change:         2 | 
| 139 | 2025-01-22T08:40:37.766Z |             Services to change:         1 | 
| 140 | 2025-01-22T08:40:37.766Z |      Estimated space available: 155.61 GB | 
| 141 | 2025-01-22T08:40:37.766Z | Estimated space to be consumed:   1.64 GB | 
| 142 | 2025-01-22T08:40:37.766Z |        Create boot environment:        No | 
| 143 | 2025-01-22T08:40:37.767Z | Create backup boot environment:       Yes | 
| 144 | 2025-01-22T08:40:37.767Z |           Rebuild boot archive:        No | 
| 145 | 2025-01-22T08:40:37.767Z |  | 
| 146 | 2025-01-22T08:40:37.767Z | Changed mediators: | 
| 147 | 2025-01-22T08:40:37.767Z |   mediator clang: | 
| 148 | 2025-01-22T08:40:37.767Z |            version: None -> 15 (system default) | 
| 149 | 2025-01-22T08:40:37.767Z |  | 
| 150 | 2025-01-22T08:40:37.768Z |   mediator llvm: | 
| 151 | 2025-01-22T08:40:37.768Z |            version: 14 (system default) -> 15 (system default) | 
| 152 | 2025-01-22T08:40:37.768Z |  | 
| 153 | 2025-01-22T08:40:37.769Z | Changed packages: | 
| 154 | 2025-01-22T08:40:37.769Z | helios-dev | 
| 155 | 2025-01-22T08:40:37.769Z |   developer/build-essential | 
| 156 | 2025-01-22T08:40:37.769Z |     None -> 11-2.0 | 
| 157 | 2025-01-22T08:40:37.769Z |   library/libxmlsec1 | 
| 158 | 2025-01-22T08:40:37.769Z |     None -> 1.2.35-2.0 | 
| 159 | 2025-01-22T08:40:37.769Z |   ooce/developer/clang-15 | 
| 160 | 2025-01-22T08:40:37.770Z |     None -> 15.0.7-2.0 | 
| 161 | 2025-01-22T08:40:37.770Z |   ooce/developer/llvm-15 | 
| 162 | 2025-01-22T08:40:37.770Z |     None -> 15.0.7-2.0 | 
| 163 | 2025-01-22T08:40:37.770Z |   package/pkg | 
| 164 | 2025-01-22T08:40:37.770Z |     0.5.11-2.0 -> 0.5.11-2.1.6412 | 
| 165 | 2025-01-22T08:40:37.770Z |   system/library/g++-runtime | 
| 166 | 2025-01-22T08:40:37.770Z |     13-2.0 -> 14-2.0 | 
| 167 | 2025-01-22T08:40:37.770Z |   system/library/gcc-runtime | 
| 168 | 2025-01-22T08:40:37.771Z |     13-2.0 -> 14-2.0 | 
| 169 | 2025-01-22T08:40:37.771Z |  | 
| 170 | 2025-01-22T08:40:37.771Z | Services: | 
| 171 | 2025-01-22T08:40:37.771Z |   restart_fmri: | 
| 172 | 2025-01-22T08:40:37.771Z |     svc:/system/update-man-index:default | 
| 173 | 2025-01-22T08:40:37.771Z |  | 
| 174 | 2025-01-22T08:40:37.771Z | Editable files to change: | 
| 175 | 2025-01-22T08:40:37.772Z |   Update: | 
| 176 | 2025-01-22T08:40:37.772Z |     usr/share/lib/pkg/web/config.shtml | 
| 177 | 2025-01-22T08:40:37.842Z |  | 
| 178 | 2025-01-22T08:40:37.842Z | Download:    0/4301 items    0.0/225.4MB  0% complete | 
| 179 | 2025-01-22T08:40:43.960Z | Download:  212/4301 items    1.3/225.4MB  0% complete (941k/s) | 
| 180 | 2025-01-22T08:40:50.371Z | Download:  213/4301 items    1.3/225.4MB  0% complete | 
| 181 | 2025-01-22T08:40:55.377Z | Download:  995/4301 items   19.5/225.4MB  8% complete (3.7M/s) | 
| 182 | 2025-01-22T08:41:08.414Z | Download: 1198/4301 items   83.5/225.4MB  37% complete | 
| 183 | 2025-01-22T08:41:13.415Z | Download: 1707/4301 items  118.1/225.4MB  52% complete (7.3M/s) | 
| 184 | 2025-01-22T08:41:18.879Z | Download: 2221/4301 items  119.2/225.4MB  52% complete (4.0M/s) | 
| 185 | 2025-01-22T08:41:23.980Z | Download: 2226/4301 items  119.2/225.4MB  52% complete (109k/s) | 
| 186 | 2025-01-22T08:41:28.981Z | Download: 3163/4301 items  147.4/225.4MB  65% complete (3.4M/s) | 
| 187 | 2025-01-22T08:41:34.394Z | Download: 4206/4301 items  220.6/225.4MB  97% complete (10.4M/s) | 
| 188 | 2025-01-22T08:41:36.281Z | Download: Completed 225.42 MB in 58.44 seconds (3.9M/s) | 
| 189 | 2025-01-22T08:41:38.347Z |  Actions:    1/5122 actions (Removing old actions) | 
| 190 | 2025-01-22T08:41:38.369Z |  Actions:  194/5122 actions (Installing new actions) | 
| 191 | 2025-01-22T08:41:43.209Z |  Actions: 4267/5122 actions (Updating modified actions) | 
| 192 | 2025-01-22T08:41:43.509Z |  Actions: Completed 5122 actions in 5.16 seconds. | 
| 193 | 2025-01-22T08:41:43.932Z |  Done (0.413s) | 
| 194 | 2025-01-22T08:41:43.934Z |  Done (0.001s) | 
| 195 | 2025-01-22T08:41:44.522Z |  Done (0.588s) | 
| 196 | 2025-01-22T08:41:49.071Z |  Done (4.313s) | 
| 197 | 2025-01-22T08:41:49.165Z |  Done (0.021s) | 
| 198 | 2025-01-22T08:41:49.167Z |  Done (0.000s) | 
| 199 | 2025-01-22T08:41:49.354Z |  Done (0.000s) | 
| 200 | 2025-01-22T08:41:50.060Z | Planning: Evaluating mediator changes ... Done | 
| 201 | 2025-01-22T08:41:50.223Z | Planning: Checking for conflicting actions ... Done | 
| 202 | 2025-01-22T08:41:50.226Z | Planning: Consolidating action changes ... Done | 
| 203 | 2025-01-22T08:41:50.495Z | Planning: Evaluating mediators ... Done | 
| 204 | 2025-01-22T08:41:50.500Z | Planning: Planning completed in 0.43 seconds | 
| 205 | 2025-01-22T08:41:50.535Z |            Mediators to change:  2 | 
| 206 | 2025-01-22T08:41:50.538Z |        Create boot environment: No | 
| 207 | 2025-01-22T08:41:50.538Z | Create backup boot environment: No | 
| 208 | 2025-01-22T08:41:50.614Z |  Done | 
| 209 | 2025-01-22T08:41:50.614Z |  Done | 
| 210 | 2025-01-22T08:41:50.980Z |  Done | 
| 211 | 2025-01-22T08:41:54.642Z |  Done | 
| 212 | 2025-01-22T08:41:54.730Z |  Done | 
| 213 | 2025-01-22T08:41:54.733Z |  Done | 
| 214 | 2025-01-22T08:41:54.873Z |  Done | 
| 215 | 2025-01-22T08:41:55.492Z | Planning: Evaluating mediator changes ... Done | 
| 216 | 2025-01-22T08:41:55.494Z | Planning: Merging actions ... Done | 
| 217 | 2025-01-22T08:41:55.684Z | Planning: Checking for conflicting actions ... Done | 
| 218 | 2025-01-22T08:41:55.687Z | Planning: Consolidating action changes ... Done | 
| 219 | 2025-01-22T08:41:55.954Z | Planning: Evaluating mediators ... Done | 
| 220 | 2025-01-22T08:41:56.011Z | Planning: Planning completed in 0.76 seconds | 
| 221 | 2025-01-22T08:41:56.052Z |             Packages to change:   1 | 
| 222 | 2025-01-22T08:41:56.052Z |            Mediators to change:   1 | 
| 223 | 2025-01-22T08:41:56.055Z |             Services to change:   1 | 
| 224 | 2025-01-22T08:41:56.055Z |        Create boot environment:  No | 
| 225 | 2025-01-22T08:41:56.055Z | Create backup boot environment: Yes | 
| 226 | 2025-01-22T08:41:58.323Z |  Actions: 1/6 actions (Updating modified actions) | 
| 227 | 2025-01-22T08:41:58.326Z |  Actions: Completed 6 actions in 0.00 seconds. | 
| 228 | 2025-01-22T08:41:58.326Z |  Done | 
| 229 | 2025-01-22T08:41:58.326Z |  Done | 
| 230 | 2025-01-22T08:41:58.444Z |  Done | 
| 231 | 2025-01-22T08:42:02.099Z |  Done | 
| 232 | 2025-01-22T08:42:02.191Z |  Done | 
| 233 | 2025-01-22T08:42:02.194Z |  Done | 
| 234 | 2025-01-22T08:42:02.336Z |  Done | 
| 235 | 2025-01-22T08:42:02.784Z | MEDIATOR   VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION | 
| 236 | 2025-01-22T08:42:02.784Z | clang      system    15      system | 
| 237 | 2025-01-22T08:42:02.784Z | csh        system            system     illumos | 
| 238 | 2025-01-22T08:42:02.784Z | ctags      system            system     illumos | 
| 239 | 2025-01-22T08:42:02.785Z | gcc        vendor    12      vendor | 
| 240 | 2025-01-22T08:42:02.785Z | gcc        system    10      system | 
| 241 | 2025-01-22T08:42:02.785Z | gcc        system    7       system | 
| 242 | 2025-01-22T08:42:02.785Z | go         system    1.20    system | 
| 243 | 2025-01-22T08:42:02.785Z | go         system    1.19    system | 
| 244 | 2025-01-22T08:42:02.785Z | llvm       system    15      system | 
| 245 | 2025-01-22T08:42:02.785Z | llvm       system    14      system | 
| 246 | 2025-01-22T08:42:02.785Z | mariadb    system    10.6    system | 
| 247 | 2025-01-22T08:42:02.785Z | mta        vendor            vendor     dma | 
| 248 | 2025-01-22T08:42:02.785Z | openjdk    system    17      system | 
| 249 | 2025-01-22T08:42:02.785Z | openjdk    system    11      system | 
| 250 | 2025-01-22T08:42:02.785Z | openjdk    system    1.8     system | 
| 251 | 2025-01-22T08:42:02.785Z | openssl    vendor    3       vendor | 
| 252 | 2025-01-22T08:42:02.785Z | perl       system    5.36    system | 
| 253 | 2025-01-22T08:42:02.785Z | postgresql system    15      system | 
| 254 | 2025-01-22T08:42:02.785Z | postgresql system    13      system | 
| 255 | 2025-01-22T08:42:02.785Z | python     vendor    3       vendor | 
| 256 | 2025-01-22T08:42:02.785Z | python     system    2       system | 
| 257 | 2025-01-22T08:42:02.785Z | python3    system    3.11    system | 
| 258 | 2025-01-22T08:42:02.785Z | ruby       system    3.0     system | 
| 259 | 2025-01-22T08:42:02.785Z | words      vendor            vendor     american-english | 
| 260 | 2025-01-22T08:42:02.785Z | words      system            system     australian-english | 
| 261 | 2025-01-22T08:42:02.785Z | words      system            system     british-english | 
| 262 | 2025-01-22T08:42:02.785Z | words      system            system     canadian-english | 
| 263 | 2025-01-22T08:42:02.785Z | words      system            system     french | 
| 264 | 2025-01-22T08:42:02.785Z | words      system            system     italian | 
| 265 | 2025-01-22T08:42:02.785Z | words      system            system     ngerman | 
| 266 | 2025-01-22T08:42:02.785Z | words      system            system     ogerman | 
| 267 | 2025-01-22T08:42:02.785Z | words      system            system     spanish | 
| 268 | 2025-01-22T08:42:03.165Z | PUBLISHER                   TYPE     STATUS P LOCATION | 
| 269 | 2025-01-22T08:42:03.166Z | helios-dev                  origin   online F https://pkg.oxide.computer/helios/2/dev/ | 
| 270 | 2025-01-22T08:42:05.903Z | FMRI                                                                         IFO | 
| 271 | 2025-01-22T08:42:05.903Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z           im- | 
| 272 | 2025-01-22T08:42:05.903Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z            i-- | 
| 273 | 2025-01-22T08:42:05.903Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z              im- | 
| 274 | 2025-01-22T08:42:05.903Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z         im- | 
| 275 | 2025-01-22T08:42:05.903Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z         --- | 
| 276 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z       i-- | 
| 277 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z                im- | 
| 278 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z                     --- | 
| 279 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z                     --- | 
| 280 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z          im- | 
| 281 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z          --- | 
| 282 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z          --- | 
| 283 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z          im- | 
| 284 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z          --- | 
| 285 | 2025-01-22T08:42:05.904Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z          --- | 
| 286 | 2025-01-22T08:42:06.658Z |     Updating git repository `https://github.com/oxidecomputer/pq-sys` | 
| 287 | 2025-01-22T08:42:06.945Z |     Updating crates.io index | 
| 288 | 2025-01-22T08:42:07.025Z |     Updating git repository `https://github.com/oxidecomputer/diffus` | 
| 289 | 2025-01-22T08:42:07.347Z |     Updating git repository `https://github.com/oxidecomputer/maghemite` | 
| 290 | 2025-01-22T08:42:07.905Z |     Updating git repository `https://github.com/oxidecomputer/oxnet` | 
| 291 | 2025-01-22T08:42:08.300Z |     Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` | 
| 292 | 2025-01-22T08:42:08.565Z |     Updating git repository `https://github.com/oxidecomputer/slog-error-chain` | 
| 293 | 2025-01-22T08:42:08.829Z |     Updating git repository `https://github.com/oxidecomputer/propolis` | 
| 294 | 2025-01-22T08:42:09.845Z |     Updating git repository `https://github.com/oxidecomputer/crucible` | 
| 295 | 2025-01-22T08:42:11.513Z |     Updating git repository `https://github.com/oxidecomputer/opte` | 
| 296 | 2025-01-22T08:42:12.413Z |     Updating git repository `https://github.com/oxidecomputer/falcon` | 
| 297 | 2025-01-22T08:42:13.214Z |     Updating git repository `https://github.com/oxidecomputer/clickward` | 
| 298 | 2025-01-22T08:42:13.487Z |     Updating git repository `https://github.com/oxidecomputer/openapi-lint` | 
| 299 | 2025-01-22T08:42:13.879Z |     Updating git repository `https://github.com/oxidecomputer/management-gateway-service` | 
| 300 | 2025-01-22T08:42:14.458Z |     Updating git repository `https://github.com/oxidecomputer/libipcc` | 
| 301 | 2025-01-22T08:42:14.875Z |     Updating git repository `https://github.com/oxidecomputer/sprockets.git` | 
| 302 | 2025-01-22T08:42:15.294Z |     Updating git repository `https://github.com/oxidecomputer/tofino` | 
| 303 | 2025-01-22T08:42:15.553Z |     Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` | 
| 304 | 2025-01-22T08:42:15.829Z |     Updating git repository `https://github.com/oxidecomputer/libefi-illumos` | 
| 305 | 2025-01-22T08:42:16.093Z |     Updating git repository `https://github.com/oxidecomputer/libnvme` | 
| 306 | 2025-01-22T08:42:16.503Z |     Updating git repository `https://github.com/oxidecomputer/hubtools.git` | 
| 307 | 2025-01-22T08:42:16.771Z |     Updating git repository `https://github.com/bluecatengineering/dhcproto.git` | 
| 308 | 2025-01-22T08:42:17.139Z |     Updating git repository `https://github.com/oxidecomputer/ispf` | 
| 309 | 2025-01-22T08:42:17.621Z |     Updating git repository `https://github.com/oxidecomputer/poptrie` | 
| 310 | 2025-01-22T08:42:17.848Z |     Updating git repository `https://github.com/oxidecomputer/netadm-sys` | 
| 311 | 2025-01-22T08:42:18.354Z |     Updating git repository `https://github.com/oxidecomputer/tlvc.git` | 
| 312 | 2025-01-22T08:42:18.628Z |     Updating git repository `https://github.com/oxidecomputer/dice-util` | 
| 313 | 2025-01-22T08:42:19.072Z |     Updating git repository `https://github.com/oxidecomputer/lpc55_support` | 
| 314 | 2025-01-22T08:42:19.487Z |     Updating git repository `https://github.com/oxidecomputer/ingot.git` | 
| 315 | 2025-01-22T08:42:19.836Z |     Updating git repository `https://github.com/oxidecomputer/dlpi-sys` | 
| 316 | 2025-01-22T08:42:20.160Z |     Updating git repository `https://github.com/jmesmon/rust-libzfs` | 
| 317 | 2025-01-22T08:42:20.471Z |     Updating git repository `https://github.com/oxidecomputer/rusty-doors` | 
| 318 | 2025-01-22T08:42:21.676Z |  Downloading crates ... | 
| 319 | 2025-01-22T08:42:21.761Z |   Downloaded bitflags v2.6.0 | 
| 320 | 2025-01-22T08:42:21.778Z |   Downloaded equivalent v1.0.1 | 
| 321 | 2025-01-22T08:42:21.784Z |   Downloaded usdt-macro v0.5.0 | 
| 322 | 2025-01-22T08:42:21.789Z |   Downloaded camino v1.1.9 | 
| 323 | 2025-01-22T08:42:21.791Z |   Downloaded block-buffer v0.10.4 | 
| 324 | 2025-01-22T08:42:21.791Z |   Downloaded autocfg v1.4.0 | 
| 325 | 2025-01-22T08:42:21.794Z |   Downloaded scroll_derive v0.12.0 | 
| 326 | 2025-01-22T08:42:21.794Z |   Downloaded anstyle-query v1.1.1 | 
| 327 | 2025-01-22T08:42:21.809Z |   Downloaded dtrace-parser v0.2.0 | 
| 328 | 2025-01-22T08:42:21.815Z |   Downloaded swrite v0.1.0 | 
| 329 | 2025-01-22T08:42:21.821Z |   Downloaded usdt-attr-macro v0.5.0 | 
| 330 | 2025-01-22T08:42:21.824Z |   Downloaded anstyle v1.0.10 | 
| 331 | 2025-01-22T08:42:21.827Z |   Downloaded cargo-platform v0.1.8 | 
| 332 | 2025-01-22T08:42:21.827Z |   Downloaded anstyle-parse v0.2.5 | 
| 333 | 2025-01-22T08:42:21.830Z |   Downloaded bytecount v0.6.8 | 
| 334 | 2025-01-22T08:42:21.830Z |   Downloaded thiserror-impl v1.0.69 | 
| 335 | 2025-01-22T08:42:21.833Z |   Downloaded smawk v0.3.2 | 
| 336 | 2025-01-22T08:42:21.833Z |   Downloaded heck v0.5.0 | 
| 337 | 2025-01-22T08:42:21.837Z |   Downloaded tabled_derive v0.7.0 | 
| 338 | 2025-01-22T08:42:21.837Z |   Downloaded plain v0.2.3 | 
| 339 | 2025-01-22T08:42:21.837Z |   Downloaded clap_lex v0.7.2 | 
| 340 | 2025-01-22T08:42:21.841Z |   Downloaded generic-array v0.14.7 | 
| 341 | 2025-01-22T08:42:21.841Z |   Downloaded byteorder v1.5.0 | 
| 342 | 2025-01-22T08:42:21.844Z |   Downloaded itoa v1.0.11 | 
| 343 | 2025-01-22T08:42:21.844Z |   Downloaded fnv v1.0.7 | 
| 344 | 2025-01-22T08:42:21.844Z |   Downloaded cpufeatures v0.2.14 | 
| 345 | 2025-01-22T08:42:21.844Z |   Downloaded scroll v0.12.0 | 
| 346 | 2025-01-22T08:42:21.847Z |   Downloaded fs-err v2.11.0 | 
| 347 | 2025-01-22T08:42:21.851Z |   Downloaded is_terminal_polyfill v1.70.1 | 
| 348 | 2025-01-22T08:42:21.851Z |   Downloaded usdt-impl v0.5.0 | 
| 349 | 2025-01-22T08:42:21.854Z |   Downloaded serde_spanned v0.6.8 | 
| 350 | 2025-01-22T08:42:21.854Z |   Downloaded pest_generator v2.7.14 | 
| 351 | 2025-01-22T08:42:21.854Z |   Downloaded strsim v0.11.1 | 
| 352 | 2025-01-22T08:42:21.859Z |   Downloaded serde_tokenstream v0.2.2 | 
| 353 | 2025-01-22T08:42:21.860Z |   Downloaded pretty-hex v0.4.1 | 
| 354 | 2025-01-22T08:42:21.867Z |   Downloaded fastrand v2.1.1 | 
| 355 | 2025-01-22T08:42:21.867Z |   Downloaded terminal_size v0.4.0 | 
| 356 | 2025-01-22T08:42:21.867Z |   Downloaded macaddr v1.0.1 | 
| 357 | 2025-01-22T08:42:21.867Z |   Downloaded errno v0.3.9 | 
| 358 | 2025-01-22T08:42:21.871Z |   Downloaded version_check v0.9.5 | 
| 359 | 2025-01-22T08:42:21.871Z |   Downloaded digest v0.10.7 | 
| 360 | 2025-01-22T08:42:21.871Z |   Downloaded crypto-common v0.1.6 | 
| 361 | 2025-01-22T08:42:21.871Z |   Downloaded colorchoice v1.0.2 | 
| 362 | 2025-01-22T08:42:21.871Z |   Downloaded usdt v0.5.0 | 
| 363 | 2025-01-22T08:42:21.871Z |   Downloaded heck v0.4.1 | 
| 364 | 2025-01-22T08:42:21.876Z |   Downloaded thread-id v4.2.2 | 
| 365 | 2025-01-22T08:42:21.876Z |   Downloaded dof v0.3.0 | 
| 366 | 2025-01-22T08:42:21.888Z |   Downloaded thiserror v1.0.69 | 
| 367 | 2025-01-22T08:42:21.891Z |   Downloaded cfg-if v1.0.0 | 
| 368 | 2025-01-22T08:42:21.891Z |   Downloaded cargo_metadata v0.18.1 | 
| 369 | 2025-01-22T08:42:21.891Z |   Downloaded utf8parse v0.2.2 | 
| 370 | 2025-01-22T08:42:21.897Z |   Downloaded unicode-linebreak v0.1.5 | 
| 371 | 2025-01-22T08:42:21.897Z |   Downloaded memmap v0.7.0 | 
| 372 | 2025-01-22T08:42:21.897Z |   Downloaded tempfile v3.13.0 | 
| 373 | 2025-01-22T08:42:21.900Z |   Downloaded camino-tempfile v1.1.1 | 
| 374 | 2025-01-22T08:42:21.900Z |   Downloaded anstream v0.6.15 | 
| 375 | 2025-01-22T08:42:21.903Z |   Downloaded proc-macro-error-attr v1.0.4 | 
| 376 | 2025-01-22T08:42:21.903Z |   Downloaded pest_derive v2.7.14 | 
| 377 | 2025-01-22T08:42:21.913Z |   Downloaded once_cell v1.20.2 | 
| 378 | 2025-01-22T08:42:21.920Z |   Downloaded clap_derive v4.5.18 | 
| 379 | 2025-01-22T08:42:21.923Z |   Downloaded semver v1.0.24 | 
| 380 | 2025-01-22T08:42:21.929Z |   Downloaded quote v1.0.38 | 
| 381 | 2025-01-22T08:42:21.939Z |   Downloaded ryu v1.0.18 | 
| 382 | 2025-01-22T08:42:21.942Z |   Downloaded pest_meta v2.7.14 | 
| 383 | 2025-01-22T08:42:21.945Z |   Downloaded ucd-trie v0.1.7 | 
| 384 | 2025-01-22T08:42:21.949Z |   Downloaded proc-macro2 v1.0.92 | 
| 385 | 2025-01-22T08:42:21.952Z |   Downloaded proc-macro-error v1.0.4 | 
| 386 | 2025-01-22T08:42:21.956Z |   Downloaded cargo_toml v0.20.5 | 
| 387 | 2025-01-22T08:42:21.956Z |   Downloaded toml_datetime v0.6.8 | 
| 388 | 2025-01-22T08:42:21.956Z |   Downloaded anyhow v1.0.93 | 
| 389 | 2025-01-22T08:42:21.961Z |   Downloaded log v0.4.22 | 
| 390 | 2025-01-22T08:42:21.965Z |   Downloaded textwrap v0.16.1 | 
| 391 | 2025-01-22T08:42:21.965Z |   Downloaded sha2 v0.10.8 | 
| 392 | 2025-01-22T08:42:21.967Z |   Downloaded unicode-ident v1.0.14 | 
| 393 | 2025-01-22T08:42:21.972Z |   Downloaded typenum v1.17.0 | 
| 394 | 2025-01-22T08:42:21.975Z |   Downloaded zerocopy-derive v0.7.35 | 
| 395 | 2025-01-22T08:42:21.979Z |   Downloaded serde_derive v1.0.217 | 
| 396 | 2025-01-22T08:42:22.063Z |   Downloaded papergrid v0.11.0 | 
| 397 | 2025-01-22T08:42:22.078Z |   Downloaded toml v0.8.19 | 
| 398 | 2025-01-22T08:42:22.078Z |   Downloaded clap v4.5.21 | 
| 399 | 2025-01-22T08:42:22.078Z |   Downloaded serde v1.0.217 | 
| 400 | 2025-01-22T08:42:22.078Z |   Downloaded indexmap v2.7.0 | 
| 401 | 2025-01-22T08:42:22.078Z |   Downloaded toml_edit v0.22.22 | 
| 402 | 2025-01-22T08:42:22.078Z |   Downloaded memchr v2.7.4 | 
| 403 | 2025-01-22T08:42:22.088Z |   Downloaded hashbrown v0.15.1 | 
| 404 | 2025-01-22T08:42:22.092Z |   Downloaded serde_json v1.0.135 | 
| 405 | 2025-01-22T08:42:22.096Z |   Downloaded pest v2.7.14 | 
| 406 | 2025-01-22T08:42:22.110Z |   Downloaded zerocopy v0.7.35 | 
| 407 | 2025-01-22T08:42:22.114Z |   Downloaded clap_builder v4.5.21 | 
| 408 | 2025-01-22T08:42:22.121Z |   Downloaded tabled v0.15.0 | 
| 409 | 2025-01-22T08:42:22.136Z |   Downloaded goblin v0.8.2 | 
| 410 | 2025-01-22T08:42:22.141Z |   Downloaded winnow v0.6.20 | 
| 411 | 2025-01-22T08:42:22.148Z |   Downloaded unicode-width v0.1.14 | 
| 412 | 2025-01-22T08:42:22.154Z |   Downloaded syn v1.0.109 | 
| 413 | 2025-01-22T08:42:22.163Z |   Downloaded syn v2.0.96 | 
| 414 | 2025-01-22T08:42:22.173Z |   Downloaded rustix v0.38.37 | 
| 415 | 2025-01-22T08:42:22.206Z |   Downloaded libc v0.2.169 | 
| 416 | 2025-01-22T08:42:22.532Z |    Compiling proc-macro2 v1.0.92 | 
| 417 | 2025-01-22T08:42:22.532Z |    Compiling unicode-ident v1.0.14 | 
| 418 | 2025-01-22T08:42:22.536Z |    Compiling serde v1.0.217 | 
| 419 | 2025-01-22T08:42:22.536Z |    Compiling version_check v0.9.5 | 
| 420 | 2025-01-22T08:42:22.536Z |    Compiling thiserror v1.0.69 | 
| 421 | 2025-01-22T08:42:22.536Z |    Compiling memchr v2.7.4 | 
| 422 | 2025-01-22T08:42:22.536Z |    Compiling libc v0.2.169 | 
| 423 | 2025-01-22T08:42:22.571Z |    Compiling ucd-trie v0.1.7 | 
| 424 | 2025-01-22T08:42:22.824Z |    Compiling itoa v1.0.11 | 
| 425 | 2025-01-22T08:42:23.071Z |    Compiling ryu v1.0.18 | 
| 426 | 2025-01-22T08:42:23.315Z |    Compiling once_cell v1.20.2 | 
| 427 | 2025-01-22T08:42:23.369Z |    Compiling byteorder v1.5.0 | 
| 428 | 2025-01-22T08:42:23.403Z |    Compiling serde_json v1.0.135 | 
| 429 | 2025-01-22T08:42:23.608Z |    Compiling rustix v0.38.37 | 
| 430 | 2025-01-22T08:42:23.813Z |    Compiling bitflags v2.6.0 | 
| 431 | 2025-01-22T08:42:23.840Z |    Compiling usdt-impl v0.5.0 | 
| 432 | 2025-01-22T08:42:24.152Z |    Compiling proc-macro-error-attr v1.0.4 | 
| 433 | 2025-01-22T08:42:24.198Z |    Compiling syn v1.0.109 | 
| 434 | 2025-01-22T08:42:24.296Z |    Compiling proc-macro-error v1.0.4 | 
| 435 | 2025-01-22T08:42:24.382Z |    Compiling quote v1.0.38 | 
| 436 | 2025-01-22T08:42:24.433Z |    Compiling hashbrown v0.15.1 | 
| 437 | 2025-01-22T08:42:24.484Z |    Compiling errno v0.3.9 | 
| 438 | 2025-01-22T08:42:24.536Z |    Compiling utf8parse v0.2.2 | 
| 439 | 2025-01-22T08:42:24.719Z |    Compiling camino v1.1.9 | 
| 440 | 2025-01-22T08:42:24.748Z |    Compiling syn v2.0.96 | 
| 441 | 2025-01-22T08:42:24.848Z |    Compiling log v0.4.22 | 
| 442 | 2025-01-22T08:42:25.029Z |    Compiling plain v0.2.3 | 
| 443 | 2025-01-22T08:42:25.076Z |    Compiling equivalent v1.0.1 | 
| 444 | 2025-01-22T08:42:25.203Z |    Compiling thread-id v4.2.2 | 
| 445 | 2025-01-22T08:42:25.249Z |    Compiling anstyle-parse v0.2.5 | 
| 446 | 2025-01-22T08:42:25.414Z |    Compiling indexmap v2.7.0 | 
| 447 | 2025-01-22T08:42:25.518Z |    Compiling pretty-hex v0.4.1 | 
| 448 | 2025-01-22T08:42:25.580Z |    Compiling autocfg v1.4.0 | 
| 449 | 2025-01-22T08:42:25.738Z |    Compiling winnow v0.6.20 | 
| 450 | 2025-01-22T08:42:25.821Z |    Compiling is_terminal_polyfill v1.70.1 | 
| 451 | 2025-01-22T08:42:25.948Z |    Compiling unicode-width v0.1.14 | 
| 452 | 2025-01-22T08:42:25.950Z |    Compiling colorchoice v1.0.2 | 
| 453 | 2025-01-22T08:42:26.157Z |    Compiling anstyle v1.0.10 | 
| 454 | 2025-01-22T08:42:26.520Z |    Compiling anstyle-query v1.1.1 | 
| 455 | 2025-01-22T08:42:26.567Z |    Compiling semver v1.0.24 | 
| 456 | 2025-01-22T08:42:26.596Z |    Compiling fs-err v2.11.0 | 
| 457 | 2025-01-22T08:42:26.653Z |    Compiling terminal_size v0.4.0 | 
| 458 | 2025-01-22T08:42:26.682Z |    Compiling anstream v0.6.15 | 
| 459 | 2025-01-22T08:42:27.042Z |    Compiling heck v0.4.1 | 
| 460 | 2025-01-22T08:42:27.070Z |    Compiling anyhow v1.0.93 | 
| 461 | 2025-01-22T08:42:27.174Z |    Compiling cfg-if v1.0.0 | 
| 462 | 2025-01-22T08:42:27.264Z |    Compiling fastrand v2.1.1 | 
| 463 | 2025-01-22T08:42:27.351Z |    Compiling heck v0.5.0 | 
| 464 | 2025-01-22T08:42:27.378Z |    Compiling clap_lex v0.7.2 | 
| 465 | 2025-01-22T08:42:27.509Z |    Compiling strsim v0.11.1 | 
| 466 | 2025-01-22T08:42:27.687Z |    Compiling fnv v1.0.7 | 
| 467 | 2025-01-22T08:42:27.855Z |    Compiling bytecount v0.6.8 | 
| 468 | 2025-01-22T08:42:27.858Z |    Compiling clap_builder v4.5.21 | 
| 469 | 2025-01-22T08:42:28.203Z |    Compiling tempfile v3.13.0 | 
| 470 | 2025-01-22T08:42:28.270Z |    Compiling papergrid v0.11.0 | 
| 471 | 2025-01-22T08:42:28.469Z |    Compiling memmap v0.7.0 | 
| 472 | 2025-01-22T08:42:28.744Z |    Compiling smawk v0.3.2 | 
| 473 | 2025-01-22T08:42:28.813Z |    Compiling unicode-linebreak v0.1.5 | 
| 474 | 2025-01-22T08:42:29.072Z |    Compiling swrite v0.1.0 | 
| 475 | 2025-01-22T08:42:29.320Z |    Compiling textwrap v0.16.1 | 
| 476 | 2025-01-22T08:42:29.993Z |    Compiling tabled_derive v0.7.0 | 
| 477 | 2025-01-22T08:42:31.390Z |    Compiling tabled v0.15.0 | 
| 478 | 2025-01-22T08:42:31.804Z |    Compiling serde_derive v1.0.217 | 
| 479 | 2025-01-22T08:42:31.908Z |    Compiling thiserror-impl v1.0.69 | 
| 480 | 2025-01-22T08:42:31.933Z |    Compiling zerocopy-derive v0.7.35 | 
| 481 | 2025-01-22T08:42:32.066Z |    Compiling scroll_derive v0.12.0 | 
| 482 | 2025-01-22T08:42:32.075Z |    Compiling clap_derive v4.5.18 | 
| 483 | 2025-01-22T08:42:33.398Z |    Compiling scroll v0.12.0 | 
| 484 | 2025-01-22T08:42:33.730Z |    Compiling zerocopy v0.7.35 | 
| 485 | 2025-01-22T08:42:33.821Z |    Compiling goblin v0.8.2 | 
| 486 | 2025-01-22T08:42:34.394Z |    Compiling pest v2.7.14 | 
| 487 | 2025-01-22T08:42:35.411Z |    Compiling clap v4.5.21 | 
| 488 | 2025-01-22T08:42:36.647Z |    Compiling pest_meta v2.7.14 | 
| 489 | 2025-01-22T08:42:37.614Z |    Compiling pest_generator v2.7.14 | 
| 490 | 2025-01-22T08:42:38.910Z |    Compiling pest_derive v2.7.14 | 
| 491 | 2025-01-22T08:42:39.615Z |    Compiling dtrace-parser v0.2.0 | 
| 492 | 2025-01-22T08:42:40.554Z |    Compiling serde_spanned v0.6.8 | 
| 493 | 2025-01-22T08:42:40.554Z |    Compiling toml_datetime v0.6.8 | 
| 494 | 2025-01-22T08:42:40.561Z |    Compiling cargo-platform v0.1.8 | 
| 495 | 2025-01-22T08:42:40.951Z |    Compiling serde_tokenstream v0.2.2 | 
| 496 | 2025-01-22T08:42:40.964Z |    Compiling toml_edit v0.22.22 | 
| 497 | 2025-01-22T08:42:41.051Z |    Compiling macaddr v1.0.1 | 
| 498 | 2025-01-22T08:42:41.170Z |    Compiling camino-tempfile v1.1.1 | 
| 499 | 2025-01-22T08:42:41.911Z |    Compiling dof v0.3.0 | 
| 500 | 2025-01-22T08:42:41.911Z |    Compiling cargo_metadata v0.18.1 | 
| 501 | 2025-01-22T08:42:43.636Z |    Compiling usdt-attr-macro v0.5.0 | 
| 502 | 2025-01-22T08:42:43.639Z |    Compiling usdt-macro v0.5.0 | 
| 503 | 2025-01-22T08:42:43.664Z |    Compiling toml v0.8.19 | 
| 504 | 2025-01-22T08:42:44.703Z |    Compiling cargo_toml v0.20.5 | 
| 505 | 2025-01-22T08:42:44.845Z |    Compiling usdt v0.5.0 | 
| 506 | 2025-01-22T08:42:47.274Z |    Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 507 | 2025-01-22T08:42:50.429Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.99s | 
| 508 | 2025-01-22T08:42:50.707Z |      Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` | 
| 509 | 2025-01-22T08:42:51.235Z |  Downloading crates ... | 
| 510 | 2025-01-22T08:42:51.368Z |   Downloaded atty v0.2.14 | 
| 511 | 2025-01-22T08:42:51.371Z |   Downloaded atomicwrites v0.4.4 | 
| 512 | 2025-01-22T08:42:51.375Z |   Downloaded aead v0.5.2 | 
| 513 | 2025-01-22T08:42:51.381Z |   Downloaded heck v0.3.3 | 
| 514 | 2025-01-22T08:42:51.385Z |   Downloaded hubpack_derive v0.1.1 | 
| 515 | 2025-01-22T08:42:51.388Z |   Downloaded instant v0.1.13 | 
| 516 | 2025-01-22T08:42:51.388Z |   Downloaded ciborium-io v0.2.2 | 
| 517 | 2025-01-22T08:42:51.391Z |   Downloaded http-body v1.0.1 | 
| 518 | 2025-01-22T08:42:51.391Z |   Downloaded icu_provider_macros v1.5.0 | 
| 519 | 2025-01-22T08:42:51.391Z |   Downloaded cfg_aliases v0.1.1 | 
| 520 | 2025-01-22T08:42:51.394Z |   Downloaded darling v0.20.10 | 
| 521 | 2025-01-22T08:42:51.398Z |   Downloaded is_ci v1.2.0 | 
| 522 | 2025-01-22T08:42:51.400Z |   Downloaded ident_case v1.0.1 | 
| 523 | 2025-01-22T08:42:51.400Z |   Downloaded cstr-argument v0.1.2 | 
| 524 | 2025-01-22T08:42:51.406Z |   Downloaded md5 v0.7.0 | 
| 525 | 2025-01-22T08:42:51.409Z |   Downloaded bitflags v1.3.2 | 
| 526 | 2025-01-22T08:42:51.411Z |   Downloaded assert_matches v1.5.0 | 
| 527 | 2025-01-22T08:42:51.415Z |   Downloaded mirai-annotations v1.12.0 | 
| 528 | 2025-01-22T08:42:51.415Z |   Downloaded bitfield-struct v0.6.2 | 
| 529 | 2025-01-22T08:42:51.417Z |   Downloaded match_cfg v0.1.0 | 
| 530 | 2025-01-22T08:42:51.417Z |   Downloaded home v0.5.9 | 
| 531 | 2025-01-22T08:42:51.417Z |   Downloaded adler2 v2.0.0 | 
| 532 | 2025-01-22T08:42:51.421Z |   Downloaded hostname v0.4.0 | 
| 533 | 2025-01-22T08:42:51.423Z |   Downloaded async-stream-impl v0.3.6 | 
| 534 | 2025-01-22T08:42:51.423Z |   Downloaded addr2line v0.24.2 | 
| 535 | 2025-01-22T08:42:51.426Z |   Downloaded hostname v0.3.1 | 
| 536 | 2025-01-22T08:42:51.429Z |   Downloaded lazycell v1.3.0 | 
| 537 | 2025-01-22T08:42:51.429Z |   Downloaded crc-catalog v2.4.0 | 
| 538 | 2025-01-22T08:42:51.431Z |   Downloaded inout v0.1.3 | 
| 539 | 2025-01-22T08:42:51.434Z |   Downloaded hyper-tls v0.6.0 | 
| 540 | 2025-01-22T08:42:51.434Z |   Downloaded is-terminal v0.4.13 | 
| 541 | 2025-01-22T08:42:51.436Z |   Downloaded instability v0.3.2 | 
| 542 | 2025-01-22T08:42:51.439Z |   Downloaded lalrpop-util v0.19.12 | 
| 543 | 2025-01-22T08:42:51.439Z |   Downloaded http-body-util v0.1.2 | 
| 544 | 2025-01-22T08:42:51.443Z |   Downloaded libsw v3.3.1 | 
| 545 | 2025-01-22T08:42:51.460Z |   Downloaded block-padding v0.3.3 | 
| 546 | 2025-01-22T08:42:51.460Z |   Downloaded indoc v1.0.9 | 
| 547 | 2025-01-22T08:42:51.463Z |   Downloaded lazy_static v1.5.0 | 
| 548 | 2025-01-22T08:42:51.463Z |   Downloaded cmake v0.1.51 | 
| 549 | 2025-01-22T08:42:51.463Z |   Downloaded curve25519-dalek-derive v0.1.1 | 
| 550 | 2025-01-22T08:42:51.463Z |   Downloaded convert_case v0.4.0 | 
| 551 | 2025-01-22T08:42:51.463Z |   Downloaded mime v0.3.17 | 
| 552 | 2025-01-22T08:42:51.463Z |   Downloaded lockfree-object-pool v0.1.6 | 
| 553 | 2025-01-22T08:42:51.463Z |   Downloaded memoffset v0.9.1 | 
| 554 | 2025-01-22T08:42:51.463Z |   Downloaded mockall v0.13.0 | 
| 555 | 2025-01-22T08:42:51.466Z |   Downloaded ctr v0.9.2 | 
| 556 | 2025-01-22T08:42:51.469Z |   Downloaded hubpack v0.1.2 | 
| 557 | 2025-01-22T08:42:51.471Z |   Downloaded maybe-uninit v2.0.0 | 
| 558 | 2025-01-22T08:42:51.471Z |   Downloaded managed v0.8.0 | 
| 559 | 2025-01-22T08:42:51.474Z |   Downloaded bcrypt-pbkdf v0.10.0 | 
| 560 | 2025-01-22T08:42:51.474Z |   Downloaded linear-map v1.2.0 | 
| 561 | 2025-01-22T08:42:51.476Z |   Downloaded async-trait v0.1.83 | 
| 562 | 2025-01-22T08:42:51.480Z |   Downloaded progenitor-client v0.9.1 | 
| 563 | 2025-01-22T08:42:51.483Z |   Downloaded maplit v1.0.2 | 
| 564 | 2025-01-22T08:42:51.483Z |   Downloaded hex v0.4.3 | 
| 565 | 2025-01-22T08:42:51.485Z |   Downloaded keccak v0.1.5 | 
| 566 | 2025-01-22T08:42:51.488Z |   Downloaded serde-big-array v0.5.1 | 
| 567 | 2025-01-22T08:42:51.491Z |   Downloaded litemap v0.7.3 | 
| 568 | 2025-01-22T08:42:51.494Z |   Downloaded libefi-sys v0.1.0 | 
| 569 | 2025-01-22T08:42:51.494Z |   Downloaded bb8 v0.8.5 | 
| 570 | 2025-01-22T08:42:51.496Z |   Downloaded md-5 v0.10.6 | 
| 571 | 2025-01-22T08:42:51.499Z |   Downloaded hyper-rustls v0.27.3 | 
| 572 | 2025-01-22T08:42:51.502Z |   Downloaded lock_api v0.4.12 | 
| 573 | 2025-01-22T08:42:51.505Z |   Downloaded httparse v1.9.5 | 
| 574 | 2025-01-22T08:42:51.507Z |   Downloaded mime_guess v2.0.5 | 
| 575 | 2025-01-22T08:42:51.510Z |   Downloaded cancel-safe-futures v0.1.5 | 
| 576 | 2025-01-22T08:42:51.513Z |   Downloaded hmac v0.12.1 | 
| 577 | 2025-01-22T08:42:51.516Z |   Downloaded console v0.15.8 | 
| 578 | 2025-01-22T08:42:51.519Z |   Downloaded multer v3.1.0 | 
| 579 | 2025-01-22T08:42:51.522Z |   Downloaded humantime v2.1.0 | 
| 580 | 2025-01-22T08:42:51.525Z |   Downloaded want v0.3.1 | 
| 581 | 2025-01-22T08:42:51.527Z |   Downloaded tower-service v0.3.3 | 
| 582 | 2025-01-22T08:42:51.527Z |   Downloaded serde_repr v0.1.19 | 
| 583 | 2025-01-22T08:42:51.530Z |   Downloaded highway v1.2.0 | 
| 584 | 2025-01-22T08:42:51.533Z |   Downloaded rtoolbox v0.0.2 | 
| 585 | 2025-01-22T08:42:51.536Z |   Downloaded signal-hook-registry v1.4.2 | 
| 586 | 2025-01-22T08:42:51.536Z |   Downloaded schemars_derive v0.8.21 | 
| 587 | 2025-01-22T08:42:51.541Z |   Downloaded cipher v0.4.4 | 
| 588 | 2025-01-22T08:42:51.544Z |   Downloaded memmap2 v0.9.5 | 
| 589 | 2025-01-22T08:42:51.544Z |   Downloaded tinyvec_macros v0.1.1 | 
| 590 | 2025-01-22T08:42:51.546Z |   Downloaded ipnet v2.10.1 | 
| 591 | 2025-01-22T08:42:51.549Z |   Downloaded icu_normalizer_data v1.5.0 | 
| 592 | 2025-01-22T08:42:51.552Z |   Downloaded indexmap v1.9.3 | 
| 593 | 2025-01-22T08:42:51.554Z |   Downloaded zerofrom v0.1.4 | 
| 594 | 2025-01-22T08:42:51.557Z |   Downloaded foreign-types-shared v0.3.1 | 
| 595 | 2025-01-22T08:42:51.557Z |   Downloaded dsl_auto_type v0.1.2 | 
| 596 | 2025-01-22T08:42:51.560Z |   Downloaded mockall_derive v0.13.0 | 
| 597 | 2025-01-22T08:42:51.563Z |   Downloaded cexpr v0.6.0 | 
| 598 | 2025-01-22T08:42:51.567Z |   Downloaded slog-dtrace v0.3.0 | 
| 599 | 2025-01-22T08:42:51.567Z |   Downloaded signal-hook-mio v0.2.4 | 
| 600 | 2025-01-22T08:42:51.569Z |   Downloaded spki v0.7.3 | 
| 601 | 2025-01-22T08:42:51.572Z |   Downloaded supports-color v3.0.1 | 
| 602 | 2025-01-22T08:42:51.572Z |   Downloaded tls_codec_derive v0.4.1 | 
| 603 | 2025-01-22T08:42:51.575Z |   Downloaded array-init v0.0.4 | 
| 604 | 2025-01-22T08:42:51.575Z |   Downloaded unicase v2.7.0 | 
| 605 | 2025-01-22T08:42:51.578Z |   Downloaded openssl-probe v0.1.5 | 
| 606 | 2025-01-22T08:42:51.581Z |   Downloaded path-slash v0.1.5 | 
| 607 | 2025-01-22T08:42:51.581Z |   Downloaded openssl-macros v0.1.1 | 
| 608 | 2025-01-22T08:42:51.584Z |   Downloaded nodrop v0.1.14 | 
| 609 | 2025-01-22T08:42:51.584Z |   Downloaded psl-types v2.0.11 | 
| 610 | 2025-01-22T08:42:51.584Z |   Downloaded crc-any v2.5.0 | 
| 611 | 2025-01-22T08:42:51.587Z |   Downloaded defmt-parser v0.3.4 | 
| 612 | 2025-01-22T08:42:51.590Z |   Downloaded ed25519 v2.2.3 | 
| 613 | 2025-01-22T08:42:51.593Z |   Downloaded funty v2.0.0 | 
| 614 | 2025-01-22T08:42:51.593Z |   Downloaded fragile v2.0.0 | 
| 615 | 2025-01-22T08:42:51.596Z |   Downloaded fd-lock v4.0.2 | 
| 616 | 2025-01-22T08:42:51.598Z |   Downloaded ciborium v0.2.2 | 
| 617 | 2025-01-22T08:42:51.601Z |   Downloaded arc-swap v1.7.1 | 
| 618 | 2025-01-22T08:42:51.606Z |   Downloaded icu_provider v1.5.0 | 
| 619 | 2025-01-22T08:42:51.610Z |   Downloaded allocator-api2 v0.2.18 | 
| 620 | 2025-01-22T08:42:51.614Z |   Downloaded topological-sort v0.2.2 | 
| 621 | 2025-01-22T08:42:51.616Z |   Downloaded rpassword v7.3.1 | 
| 622 | 2025-01-22T08:42:51.616Z |   Downloaded unarray v0.1.4 | 
| 623 | 2025-01-22T08:42:51.619Z |   Downloaded sqlformat v0.2.6 | 
| 624 | 2025-01-22T08:42:51.621Z |   Downloaded debug-ignore v1.0.5 | 
| 625 | 2025-01-22T08:42:51.624Z |   Downloaded multimap v0.10.0 | 
| 626 | 2025-01-22T08:42:51.624Z |   Downloaded dyn-clone v1.0.17 | 
| 627 | 2025-01-22T08:42:51.627Z |   Downloaded dunce v1.0.5 | 
| 628 | 2025-01-22T08:42:51.629Z |   Downloaded defmt v0.3.8 | 
| 629 | 2025-01-22T08:42:51.632Z |   Downloaded data-encoding v2.6.0 | 
| 630 | 2025-01-22T08:42:51.635Z |   Downloaded ahash v0.8.11 | 
| 631 | 2025-01-22T08:42:51.637Z |   Downloaded group v0.13.0 | 
| 632 | 2025-01-22T08:42:51.640Z |   Downloaded num_enum v0.5.11 | 
| 633 | 2025-01-22T08:42:51.645Z |   Downloaded proc-macro-crate v1.3.1 | 
| 634 | 2025-01-22T08:42:51.647Z |   Downloaded ecdsa v0.16.9 | 
| 635 | 2025-01-22T08:42:51.650Z |   Downloaded pin-utils v0.1.0 | 
| 636 | 2025-01-22T08:42:51.653Z |   Downloaded paste v1.0.15 | 
| 637 | 2025-01-22T08:42:51.655Z |   Downloaded indicatif v0.17.9 | 
| 638 | 2025-01-22T08:42:51.660Z |   Downloaded icu_collections v1.5.0 | 
| 639 | 2025-01-22T08:42:51.667Z |   Downloaded hyper-util v0.1.10 | 
| 640 | 2025-01-22T08:42:51.672Z |   Downloaded foreign-types-shared v0.1.1 | 
| 641 | 2025-01-22T08:42:51.675Z |   Downloaded packed_struct v0.10.1 | 
| 642 | 2025-01-22T08:42:51.678Z |   Downloaded oso-derive v0.27.3 | 
| 643 | 2025-01-22T08:42:51.678Z |   Downloaded phf_shared v0.11.2 | 
| 644 | 2025-01-22T08:42:51.680Z |   Downloaded salsa20 v0.10.2 | 
| 645 | 2025-01-22T08:42:51.680Z |   Downloaded slab v0.4.9 | 
| 646 | 2025-01-22T08:42:51.683Z |   Downloaded serde_plain v1.0.2 | 
| 647 | 2025-01-22T08:42:51.687Z |   Downloaded progenitor-macro v0.9.1 | 
| 648 | 2025-01-22T08:42:51.687Z |   Downloaded progenitor-macro v0.8.0 | 
| 649 | 2025-01-22T08:42:51.690Z |   Downloaded smallvec v0.6.14 | 
| 650 | 2025-01-22T08:42:51.690Z |   Downloaded serde_derive_internals v0.29.1 | 
| 651 | 2025-01-22T08:42:51.692Z |   Downloaded termtree v0.5.1 | 
| 652 | 2025-01-22T08:42:51.695Z |   Downloaded newline-converter v0.3.0 | 
| 653 | 2025-01-22T08:42:51.695Z |   Downloaded tokio-native-tls v0.3.1 | 
| 654 | 2025-01-22T08:42:51.698Z |   Downloaded bumpalo v3.16.0 | 
| 655 | 2025-01-22T08:42:51.700Z |   Downloaded tinystr v0.7.6 | 
| 656 | 2025-01-22T08:42:51.704Z |   Downloaded pkcs1 v0.7.5 | 
| 657 | 2025-01-22T08:42:51.707Z |   Downloaded document-features v0.2.10 | 
| 658 | 2025-01-22T08:42:51.710Z |   Downloaded display-error-chain v0.2.2 | 
| 659 | 2025-01-22T08:42:51.710Z |   Downloaded fatfs v0.3.6 | 
| 660 | 2025-01-22T08:42:51.715Z |   Downloaded schemars v0.8.21 | 
| 661 | 2025-01-22T08:42:51.727Z |   Downloaded newtype_derive v0.1.6 | 
| 662 | 2025-01-22T08:42:51.730Z |   Downloaded minimal-lexical v0.2.1 | 
| 663 | 2025-01-22T08:42:51.734Z |   Downloaded hickory-server v0.24.2 | 
| 664 | 2025-01-22T08:42:51.742Z |   Downloaded termtree v0.4.1 | 
| 665 | 2025-01-22T08:42:51.745Z |   Downloaded glob v0.3.1 | 
| 666 | 2025-01-22T08:42:51.745Z |   Downloaded nibble_vec v0.1.0 | 
| 667 | 2025-01-22T08:42:51.748Z |   Downloaded pin-project-internal v1.1.6 | 
| 668 | 2025-01-22T08:42:51.752Z |   Downloaded vte v0.11.1 | 
| 669 | 2025-01-22T08:42:51.755Z |   Downloaded diesel-dtrace v0.4.2 | 
| 670 | 2025-01-22T08:42:51.755Z |   Downloaded snafu-derive v0.8.5 | 
| 671 | 2025-01-22T08:42:51.757Z |   Downloaded unicode-bidi v0.3.17 | 
| 672 | 2025-01-22T08:42:51.762Z |   Downloaded take_mut v0.2.2 | 
| 673 | 2025-01-22T08:42:51.763Z |   Downloaded sync_wrapper v1.0.1 | 
| 674 | 2025-01-22T08:42:51.766Z |   Downloaded signal-hook v0.3.17 | 
| 675 | 2025-01-22T08:42:51.768Z |   Downloaded percent-encoding v2.3.1 | 
| 676 | 2025-01-22T08:42:51.768Z |   Downloaded pin-project-lite v0.2.14 | 
| 677 | 2025-01-22T08:42:51.786Z |   Downloaded same-file v1.0.6 | 
| 678 | 2025-01-22T08:42:51.788Z |   Downloaded http v1.2.0 | 
| 679 | 2025-01-22T08:42:51.791Z |   Downloaded ref-cast-impl v1.0.23 | 
| 680 | 2025-01-22T08:42:51.794Z |   Downloaded ref-cast v1.0.23 | 
| 681 | 2025-01-22T08:42:51.796Z |   Downloaded normalize-line-endings v0.3.0 | 
| 682 | 2025-01-22T08:42:51.796Z |   Downloaded quinn-udp v0.5.5 | 
| 683 | 2025-01-22T08:42:51.799Z |   Downloaded predicates-core v1.0.8 | 
| 684 | 2025-01-22T08:42:51.802Z |   Downloaded rand_seeder v0.3.0 | 
| 685 | 2025-01-22T08:42:51.802Z |   Downloaded opaque-debug v0.3.1 | 
| 686 | 2025-01-22T08:42:51.804Z |   Downloaded r2d2 v0.8.10 | 
| 687 | 2025-01-22T08:42:51.807Z |   Downloaded futures-channel v0.3.31 | 
| 688 | 2025-01-22T08:42:51.810Z |   Downloaded universal-hash v0.5.1 | 
| 689 | 2025-01-22T08:42:51.810Z |   Downloaded termios v0.3.3 | 
| 690 | 2025-01-22T08:42:51.813Z |   Downloaded strip-ansi-escapes v0.2.0 | 
| 691 | 2025-01-22T08:42:51.816Z |   Downloaded smf v0.2.3 | 
| 692 | 2025-01-22T08:42:51.816Z |   Downloaded vergen v8.3.2 | 
| 693 | 2025-01-22T08:42:51.818Z |   Downloaded test-strategy v0.3.1 | 
| 694 | 2025-01-22T08:42:51.823Z |   Downloaded strum v0.26.3 | 
| 695 | 2025-01-22T08:42:51.826Z |   Downloaded env_filter v0.1.2 | 
| 696 | 2025-01-22T08:42:51.826Z |   Downloaded postcard v1.0.10 | 
| 697 | 2025-01-22T08:42:51.830Z |   Downloaded futures-sink v0.3.31 | 
| 698 | 2025-01-22T08:42:51.833Z |   Downloaded backtrace v0.3.74 | 
| 699 | 2025-01-22T08:42:51.837Z |   Downloaded tinyvec v1.8.0 | 
| 700 | 2025-01-22T08:42:51.840Z |   Downloaded crossbeam-channel v0.5.13 | 
| 701 | 2025-01-22T08:42:51.846Z |   Downloaded num-iter v0.1.45 | 
| 702 | 2025-01-22T08:42:51.849Z |   Downloaded futures v0.3.31 | 
| 703 | 2025-01-22T08:42:51.853Z |   Downloaded derive_builder_macro v0.20.2 | 
| 704 | 2025-01-22T08:42:51.855Z |   Downloaded wyz v0.5.1 | 
| 705 | 2025-01-22T08:42:51.859Z |   Downloaded aes v0.8.4 | 
| 706 | 2025-01-22T08:42:51.861Z |   Downloaded semver v0.1.20 | 
| 707 | 2025-01-22T08:42:51.861Z |   Downloaded typify v0.2.0 | 
| 708 | 2025-01-22T08:42:51.865Z |   Downloaded endian-type v0.1.2 | 
| 709 | 2025-01-22T08:42:51.869Z |   Downloaded futures-io v0.3.31 | 
| 710 | 2025-01-22T08:42:51.869Z |   Downloaded futures-core v0.3.31 | 
| 711 | 2025-01-22T08:42:51.872Z |   Downloaded oso v0.27.3 | 
| 712 | 2025-01-22T08:42:51.875Z |   Downloaded olpc-cjson v0.1.4 | 
| 713 | 2025-01-22T08:42:51.875Z |   Downloaded futures-executor v0.3.31 | 
| 714 | 2025-01-22T08:42:51.878Z |   Downloaded xattr v1.3.1 | 
| 715 | 2025-01-22T08:42:51.880Z |   Downloaded structmeta-derive v0.3.0 | 
| 716 | 2025-01-22T08:42:51.880Z |   Downloaded env_logger v0.10.2 | 
| 717 | 2025-01-22T08:42:51.883Z |   Downloaded pin-project v1.1.6 | 
| 718 | 2025-01-22T08:42:51.897Z |   Downloaded number_prefix v0.4.0 | 
| 719 | 2025-01-22T08:42:51.900Z |   Downloaded rustc-hash v1.1.0 | 
| 720 | 2025-01-22T08:42:51.900Z |   Downloaded ron v0.8.1 | 
| 721 | 2025-01-22T08:42:51.904Z |   Downloaded publicsuffix v2.3.0 | 
| 722 | 2025-01-22T08:42:51.907Z |   Downloaded sec1 v0.7.3 | 
| 723 | 2025-01-22T08:42:51.910Z |   Downloaded sct v0.7.1 | 
| 724 | 2025-01-22T08:42:51.913Z |   Downloaded num v0.4.3 | 
| 725 | 2025-01-22T08:42:51.916Z |   Downloaded fallible-streaming-iterator v0.1.9 | 
| 726 | 2025-01-22T08:42:51.916Z |   Downloaded fallible-iterator v0.3.0 | 
| 727 | 2025-01-22T08:42:51.918Z |   Downloaded fallible-iterator v0.2.0 | 
| 728 | 2025-01-22T08:42:51.921Z |   Downloaded yoke v0.7.4 | 
| 729 | 2025-01-22T08:42:51.921Z |   Downloaded tokio-postgres v0.7.12 | 
| 730 | 2025-01-22T08:42:51.927Z |   Downloaded foreign-types v0.3.2 | 
| 731 | 2025-01-22T08:42:51.930Z |   Downloaded toolchain_find v0.4.0 | 
| 732 | 2025-01-22T08:42:51.930Z |   Downloaded twox-hash v1.6.3 | 
| 733 | 2025-01-22T08:42:51.933Z |   Downloaded structmeta v0.3.0 | 
| 734 | 2025-01-22T08:42:51.935Z |   Downloaded scopeguard v1.2.0 | 
| 735 | 2025-01-22T08:42:51.936Z |   Downloaded embedded-io v0.6.1 | 
| 736 | 2025-01-22T08:42:51.938Z |   Downloaded zone v0.3.0 | 
| 737 | 2025-01-22T08:42:51.938Z |   Downloaded rand_xorshift v0.3.0 | 
| 738 | 2025-01-22T08:42:51.938Z |   Downloaded zeroize v1.8.1 | 
| 739 | 2025-01-22T08:42:51.941Z |   Downloaded itertools v0.13.0 | 
| 740 | 2025-01-22T08:42:51.948Z |   Downloaded ena v0.14.3 | 
| 741 | 2025-01-22T08:42:51.951Z |   Downloaded powerfmt v0.2.0 | 
| 742 | 2025-01-22T08:42:51.953Z |   Downloaded pkcs8 v0.10.2 | 
| 743 | 2025-01-22T08:42:51.956Z |   Downloaded vte_generate_state_changes v0.1.2 | 
| 744 | 2025-01-22T08:42:51.956Z |   Downloaded sync-ptr v0.1.1 | 
| 745 | 2025-01-22T08:42:51.959Z |   Downloaded progenitor-client v0.8.0 | 
| 746 | 2025-01-22T08:42:51.959Z |   Downloaded itertools v0.10.5 | 
| 747 | 2025-01-22T08:42:52.043Z |   Downloaded russh-cryptovec v0.7.3 | 
| 748 | 2025-01-22T08:42:52.052Z |   Downloaded slog-envlogger v2.2.0 | 
| 749 | 2025-01-22T08:42:52.052Z |   Downloaded tar v0.4.42 | 
| 750 | 2025-01-22T08:42:52.052Z |   Downloaded quick-error v1.2.3 | 
| 751 | 2025-01-22T08:42:52.052Z |   Downloaded derive_builder_core v0.20.2 | 
| 752 | 2025-01-22T08:42:52.052Z |   Downloaded derive_builder v0.20.2 | 
| 753 | 2025-01-22T08:42:52.053Z |   Downloaded futures-task v0.3.31 | 
| 754 | 2025-01-22T08:42:52.053Z |   Downloaded float-ord v0.3.2 | 
| 755 | 2025-01-22T08:42:52.053Z |   Downloaded num_threads v0.1.7 | 
| 756 | 2025-01-22T08:42:52.053Z |   Downloaded signal-hook-tokio v0.3.1 | 
| 757 | 2025-01-22T08:42:52.053Z |   Downloaded fxhash v0.2.1 | 
| 758 | 2025-01-22T08:42:52.053Z |   Downloaded parking_lot_core v0.8.6 | 
| 759 | 2025-01-22T08:42:52.053Z |   Downloaded ppv-lite86 v0.2.20 | 
| 760 | 2025-01-22T08:42:52.053Z |   Downloaded diesel_derives v2.2.3 | 
| 761 | 2025-01-22T08:42:52.053Z |   Downloaded derive-where v1.2.7 | 
| 762 | 2025-01-22T08:42:52.053Z |   Downloaded itertools v0.12.1 | 
| 763 | 2025-01-22T08:42:52.053Z |   Downloaded typify v0.3.0 | 
| 764 | 2025-01-22T08:42:52.053Z |   Downloaded waitgroup v0.1.2 | 
| 765 | 2025-01-22T08:42:52.053Z |   Downloaded headers-core v0.3.0 | 
| 766 | 2025-01-22T08:42:52.053Z |   Downloaded downcast v0.11.0 | 
| 767 | 2025-01-22T08:42:52.053Z |   Downloaded difflib v0.4.0 | 
| 768 | 2025-01-22T08:42:52.053Z |   Downloaded rustls-pemfile v1.0.4 | 
| 769 | 2025-01-22T08:42:52.053Z |   Downloaded pkg-config v0.3.31 | 
| 770 | 2025-01-22T08:42:52.053Z |   Downloaded thiserror-impl-no-std v2.0.2 | 
| 771 | 2025-01-22T08:42:52.053Z |   Downloaded aes-gcm v0.10.3 | 
| 772 | 2025-01-22T08:42:52.053Z |   Downloaded thiserror-impl v2.0.11 | 
| 773 | 2025-01-22T08:42:52.053Z |   Downloaded prettyplease v0.2.25 | 
| 774 | 2025-01-22T08:42:52.053Z |   Downloaded foldhash v0.1.3 | 
| 775 | 2025-01-22T08:42:52.053Z |   Downloaded openssl-sys v0.9.103 | 
| 776 | 2025-01-22T08:42:52.053Z |   Downloaded phf_shared v0.10.0 | 
| 777 | 2025-01-22T08:42:52.053Z |   Downloaded diesel_table_macro_syntax v0.2.0 | 
| 778 | 2025-01-22T08:42:52.053Z |   Downloaded polyval v0.6.2 | 
| 779 | 2025-01-22T08:42:52.053Z |   Downloaded parse-display v0.10.0 | 
| 780 | 2025-01-22T08:42:52.053Z |   Downloaded crossterm v0.28.1 | 
| 781 | 2025-01-22T08:42:52.056Z |   Downloaded steno v0.4.1 | 
| 782 | 2025-01-22T08:42:52.059Z |   Downloaded peg-runtime v0.8.3 | 
| 783 | 2025-01-22T08:42:52.064Z |   Downloaded postgres-types v0.2.8 | 
| 784 | 2025-01-22T08:42:52.064Z |   Downloaded shlex v1.3.0 | 
| 785 | 2025-01-22T08:42:52.067Z |   Downloaded pretty-hex v0.2.1 | 
| 786 | 2025-01-22T08:42:52.067Z |   Downloaded signature v2.2.0 | 
| 787 | 2025-01-22T08:42:52.070Z |   Downloaded elliptic-curve v0.13.8 | 
| 788 | 2025-01-22T08:42:52.074Z |   Downloaded rustyline v14.0.0 | 
| 789 | 2025-01-22T08:42:52.077Z |   Downloaded gethostname v0.5.0 | 
| 790 | 2025-01-22T08:42:52.080Z |   Downloaded zeroize_derive v1.4.2 | 
| 791 | 2025-01-22T08:42:52.082Z |   Downloaded nom v7.1.3 | 
| 792 | 2025-01-22T08:42:52.086Z |   Downloaded scheduled-thread-pool v0.2.7 | 
| 793 | 2025-01-22T08:42:52.089Z |   Downloaded wait-timeout v0.2.0 | 
| 794 | 2025-01-22T08:42:52.089Z |   Downloaded untrusted v0.9.0 | 
| 795 | 2025-01-22T08:42:52.092Z |   Downloaded native-tls v0.2.12 | 
| 796 | 2025-01-22T08:42:52.094Z |   Downloaded parking_lot_core v0.9.10 | 
| 797 | 2025-01-22T08:42:52.097Z |   Downloaded getrandom v0.2.15 | 
| 798 | 2025-01-22T08:42:52.100Z |   Downloaded p256 v0.13.2 | 
| 799 | 2025-01-22T08:42:52.103Z |   Downloaded tough v0.19.0 | 
| 800 | 2025-01-22T08:42:52.112Z |   Downloaded flagset v0.4.6 | 
| 801 | 2025-01-22T08:42:52.115Z |   Downloaded postgres-protocol v0.6.7 | 
| 802 | 2025-01-22T08:42:52.118Z |   Downloaded num-conv v0.1.0 | 
| 803 | 2025-01-22T08:42:52.118Z |   Downloaded yoke-derive v0.7.4 | 
| 804 | 2025-01-22T08:42:52.121Z |   Downloaded sigpipe v0.1.3 | 
| 805 | 2025-01-22T08:42:52.121Z |   Downloaded predicates-tree v1.0.11 | 
| 806 | 2025-01-22T08:42:52.121Z |   Downloaded sha1 v0.10.6 | 
| 807 | 2025-01-22T08:42:52.124Z |   Downloaded which v4.4.2 | 
| 808 | 2025-01-22T08:42:52.124Z |   Downloaded phf_generator v0.11.2 | 
| 809 | 2025-01-22T08:42:52.128Z |   Downloaded utf8_iter v1.0.4 | 
| 810 | 2025-01-22T08:42:52.129Z |   Downloaded phf_codegen v0.11.2 | 
| 811 | 2025-01-22T08:42:52.129Z |   Downloaded phf v0.11.2 | 
| 812 | 2025-01-22T08:42:52.132Z |   Downloaded darling_core v0.20.10 | 
| 813 | 2025-01-22T08:42:52.135Z |   Downloaded fixedbitset v0.4.2 | 
| 814 | 2025-01-22T08:42:52.137Z |   Downloaded parse-size v1.1.0 | 
| 815 | 2025-01-22T08:42:52.138Z |   Downloaded zone_cfg_derive v0.1.2 | 
| 816 | 2025-01-22T08:42:52.138Z |   Downloaded try-lock v0.2.5 | 
| 817 | 2025-01-22T08:42:52.140Z |   Downloaded hash32 v0.3.1 | 
| 818 | 2025-01-22T08:42:52.141Z |   Downloaded hash32 v0.2.1 | 
| 819 | 2025-01-22T08:42:52.143Z |   Downloaded either v1.13.0 | 
| 820 | 2025-01-22T08:42:52.143Z |   Downloaded num_enum_derive v0.5.11 | 
| 821 | 2025-01-22T08:42:52.146Z |   Downloaded zone_cfg_derive v0.3.0 | 
| 822 | 2025-01-22T08:42:52.146Z |   Downloaded thread_local v1.1.8 | 
| 823 | 2025-01-22T08:42:52.149Z |   Downloaded scrypt v0.11.0 | 
| 824 | 2025-01-22T08:42:52.149Z |   Downloaded unsafe-libyaml v0.2.11 | 
| 825 | 2025-01-22T08:42:52.152Z |   Downloaded tungstenite v0.21.0 | 
| 826 | 2025-01-22T08:42:52.157Z |   Downloaded headers v0.4.0 | 
| 827 | 2025-01-22T08:42:52.162Z |   Downloaded zone v0.1.8 | 
| 828 | 2025-01-22T08:42:52.164Z |   Downloaded aho-corasick v1.1.3 | 
| 829 | 2025-01-22T08:42:52.168Z |   Downloaded sqlparser_derive v0.2.2 | 
| 830 | 2025-01-22T08:42:52.171Z |   Downloaded slog-bunyan v2.5.0 | 
| 831 | 2025-01-22T08:42:52.171Z |   Downloaded russh-keys v0.45.0 | 
| 832 | 2025-01-22T08:42:52.176Z |   Downloaded pbkdf2 v0.11.0 | 
| 833 | 2025-01-22T08:42:52.180Z |   Downloaded thiserror-no-std v2.0.2 | 
| 834 | 2025-01-22T08:42:52.184Z |   Downloaded ff v0.13.0 | 
| 835 | 2025-01-22T08:42:52.184Z |   Downloaded embedded-io v0.4.0 | 
| 836 | 2025-01-22T08:42:52.187Z |   Downloaded typify-macro v0.2.0 | 
| 837 | 2025-01-22T08:42:52.187Z |   Downloaded derive_more v0.99.18 | 
| 838 | 2025-01-22T08:42:52.190Z |   Downloaded peg-macros v0.8.4 | 
| 839 | 2025-01-22T08:42:52.192Z |   Downloaded ssh-encoding v0.2.0 | 
| 840 | 2025-01-22T08:42:52.195Z |   Downloaded diff v0.1.13 | 
| 841 | 2025-01-22T08:42:52.198Z |   Downloaded utf-8 v0.7.6 | 
| 842 | 2025-01-22T08:42:52.198Z |   Downloaded icu_properties_data v1.5.0 | 
| 843 | 2025-01-22T08:42:52.209Z |   Downloaded rfc6979 v0.4.0 | 
| 844 | 2025-01-22T08:42:52.217Z |   Downloaded resolv-conf v0.7.0 | 
| 845 | 2025-01-22T08:42:52.222Z |   Downloaded poly1305 v0.8.0 | 
| 846 | 2025-01-22T08:42:52.222Z |   Downloaded ssh-cipher v0.2.0 | 
| 847 | 2025-01-22T08:42:52.222Z |   Downloaded utf16_iter v1.0.5 | 
| 848 | 2025-01-22T08:42:52.222Z |   Downloaded zerocopy v0.6.6 | 
| 849 | 2025-01-22T08:42:52.225Z |   Downloaded tui-tree-widget v0.22.0 | 
| 850 | 2025-01-22T08:42:52.225Z |   Downloaded unicode-truncate v1.1.0 | 
| 851 | 2025-01-22T08:42:52.225Z |   Downloaded whoami v1.5.2 | 
| 852 | 2025-01-22T08:42:52.225Z |   Downloaded num-complex v0.4.6 | 
| 853 | 2025-01-22T08:42:52.236Z |   Downloaded similar v2.6.0 | 
| 854 | 2025-01-22T08:42:52.245Z |   Downloaded uuid v1.12.0 | 
| 855 | 2025-01-22T08:42:52.250Z |   Downloaded aws-lc-rs v1.10.0 | 
| 856 | 2025-01-22T08:42:52.261Z |   Downloaded uzers v0.12.1 | 
| 857 | 2025-01-22T08:42:52.265Z |   Downloaded heapless v0.7.17 | 
| 858 | 2025-01-22T08:42:52.269Z |   Downloaded rustls-pemfile v2.2.0 | 
| 859 | 2025-01-22T08:42:52.275Z |   Downloaded lalrpop v0.19.12 | 
| 860 | 2025-01-22T08:42:52.286Z |   Downloaded zip v2.1.3 | 
| 861 | 2025-01-22T08:42:52.290Z |   Downloaded half v2.4.1 | 
| 862 | 2025-01-22T08:42:52.292Z |   Downloaded ron v0.7.1 | 
| 863 | 2025-01-22T08:42:52.298Z |   Downloaded globset v0.4.15 | 
| 864 | 2025-01-22T08:42:52.301Z |   Downloaded rsa v0.9.6 | 
| 865 | 2025-01-22T08:42:52.304Z |   Downloaded bitvec v1.0.1 | 
| 866 | 2025-01-22T08:42:52.318Z |   Downloaded rustls-pki-types v1.10.0 | 
| 867 | 2025-01-22T08:42:52.321Z |   Downloaded ed25519-dalek v2.1.1 | 
| 868 | 2025-01-22T08:42:52.324Z |   Downloaded quick-xml v0.33.0 | 
| 869 | 2025-01-22T08:42:52.330Z |   Downloaded rcgen v0.12.1 | 
| 870 | 2025-01-22T08:42:52.333Z |   Downloaded num-bigint-dig v0.8.4 | 
| 871 | 2025-01-22T08:42:52.338Z |   Downloaded p521 v0.13.3 | 
| 872 | 2025-01-22T08:42:52.344Z |   Downloaded tracing-core v0.1.32 | 
| 873 | 2025-01-22T08:42:52.348Z |   Downloaded radix_trie v0.2.1 | 
| 874 | 2025-01-22T08:42:52.351Z |   Downloaded bindgen v0.69.5 | 
| 875 | 2025-01-22T08:42:52.357Z |   Downloaded hashbrown v0.12.3 | 
| 876 | 2025-01-22T08:42:52.361Z |   Downloaded proptest v1.5.0 | 
| 877 | 2025-01-22T08:42:52.372Z |   Downloaded flate2 v1.0.35 | 
| 878 | 2025-01-22T08:42:52.378Z |   Downloaded parse-zoneinfo v0.3.1 | 
| 879 | 2025-01-22T08:42:52.382Z |   Downloaded chrono v0.4.39 | 
| 880 | 2025-01-22T08:42:52.389Z |   Downloaded zerovec v0.10.4 | 
| 881 | 2025-01-22T08:42:52.396Z |   Downloaded url v2.5.3 | 
| 882 | 2025-01-22T08:42:52.399Z |   Downloaded salty v0.3.0 | 
| 883 | 2025-01-22T08:42:52.407Z |   Downloaded tokio-util v0.7.12 | 
| 884 | 2025-01-22T08:42:52.415Z |   Downloaded ssh-key v0.6.6 | 
| 885 | 2025-01-22T08:42:52.422Z |   Downloaded toml_edit v0.19.15 | 
| 886 | 2025-01-22T08:42:52.441Z |   Downloaded blake3 v1.5.4 | 
| 887 | 2025-01-22T08:42:52.448Z |   Downloaded qorb v0.2.1 | 
| 888 | 2025-01-22T08:42:52.452Z |   Downloaded smoltcp v0.9.1 | 
| 889 | 2025-01-22T08:42:52.463Z |   Downloaded sqlparser v0.45.0 | 
| 890 | 2025-01-22T08:42:52.469Z |   Downloaded quinn-proto v0.11.8 | 
| 891 | 2025-01-22T08:42:52.475Z |   Downloaded portable-atomic v1.9.0 | 
| 892 | 2025-01-22T08:42:52.482Z |   Downloaded rustls-webpki v0.102.8 | 
| 893 | 2025-01-22T08:42:52.501Z |   Downloaded serde_with v3.11.0 | 
| 894 | 2025-01-22T08:42:52.512Z |   Downloaded russh v0.45.0 | 
| 895 | 2025-01-22T08:42:52.515Z |   Downloaded petname v2.0.2 | 
| 896 | 2025-01-22T08:42:52.520Z |   Downloaded futures-util v0.3.31 | 
| 897 | 2025-01-22T08:42:52.533Z |   Downloaded rusqlite v0.32.1 | 
| 898 | 2025-01-22T08:42:52.540Z |   Downloaded regex v1.11.1 | 
| 899 | 2025-01-22T08:42:52.554Z |   Downloaded winnow v0.5.40 | 
| 900 | 2025-01-22T08:42:52.563Z |   Downloaded regex-syntax v0.6.29 | 
| 901 | 2025-01-22T08:42:52.571Z |   Downloaded reqwest v0.12.9 | 
| 902 | 2025-01-22T08:42:52.579Z |   Downloaded hickory-proto v0.24.2 | 
| 903 | 2025-01-22T08:42:52.596Z |   Downloaded rustls-webpki v0.101.7 | 
| 904 | 2025-01-22T08:42:52.611Z |   Downloaded nix v0.27.1 | 
| 905 | 2025-01-22T08:42:52.622Z |   Downloaded object v0.36.5 | 
| 906 | 2025-01-22T08:42:52.636Z |   Downloaded p384 v0.13.0 | 
| 907 | 2025-01-22T08:42:52.644Z |   Downloaded diesel v2.2.6 | 
| 908 | 2025-01-22T08:42:52.662Z |   Downloaded polar-core v0.27.3 | 
| 909 | 2025-01-22T08:42:52.671Z |   Downloaded gimli v0.31.1 | 
| 910 | 2025-01-22T08:42:52.680Z |   Downloaded git2 v0.19.0 | 
| 911 | 2025-01-22T08:42:52.689Z |   Downloaded bstr v1.10.0 | 
| 912 | 2025-01-22T08:42:52.701Z |   Downloaded webpki-roots v0.26.6 | 
| 913 | 2025-01-22T08:42:52.705Z |   Downloaded dropshot v0.15.1 | 
| 914 | 2025-01-22T08:42:52.728Z |   Downloaded nix v0.28.0 | 
| 915 | 2025-01-22T08:42:52.740Z |   Downloaded sled v0.34.7 | 
| 916 | 2025-01-22T08:42:52.750Z |   Downloaded typify-impl v0.2.0 | 
| 917 | 2025-01-22T08:42:52.763Z |   Downloaded unicode-width v0.2.0 | 
| 918 | 2025-01-22T08:42:52.770Z |   Downloaded dropshot v0.12.0 | 
| 919 | 2025-01-22T08:42:52.790Z |   Downloaded openapiv3 v2.0.0 | 
| 920 | 2025-01-22T08:42:52.801Z |   Downloaded regress v0.10.1 | 
| 921 | 2025-01-22T08:42:52.810Z |   Downloaded object v0.30.4 | 
| 922 | 2025-01-22T08:42:52.820Z |   Downloaded regex-syntax v0.8.5 | 
| 923 | 2025-01-22T08:42:52.833Z |   Downloaded ratatui v0.28.1 | 
| 924 | 2025-01-22T08:42:52.853Z |   Downloaded chrono-tz v0.10.1 | 
| 925 | 2025-01-22T08:42:52.860Z |   Downloaded nix v0.29.0 | 
| 926 | 2025-01-22T08:42:52.871Z |   Downloaded openssl v0.10.66 | 
| 927 | 2025-01-22T08:42:52.881Z |   Downloaded smoltcp v0.11.0 | 
| 928 | 2025-01-22T08:42:52.897Z |   Downloaded zerocopy-derive v0.6.6 | 
| 929 | 2025-01-22T08:42:52.905Z |   Downloaded lzma-sys v0.1.20 | 
| 930 | 2025-01-22T08:42:52.937Z |   Downloaded typify-impl v0.3.0 | 
| 931 | 2025-01-22T08:42:52.953Z |   Downloaded curve25519-dalek v4.1.3 | 
| 932 | 2025-01-22T08:42:52.963Z |   Downloaded libz-sys v1.1.20 | 
| 933 | 2025-01-22T08:42:52.985Z |   Downloaded tokio v1.43.0 | 
| 934 | 2025-01-22T08:42:53.027Z |   Downloaded bzip2-sys v0.1.11+1.0.8 | 
| 935 | 2025-01-22T08:42:53.039Z |   Downloaded h2 v0.4.6 | 
| 936 | 2025-01-22T08:42:53.047Z |   Downloaded rustls v0.23.19 | 
| 937 | 2025-01-22T08:42:53.059Z |   Downloaded regex-automata v0.4.8 | 
| 938 | 2025-01-22T08:42:53.155Z |   Downloaded rustls v0.22.4 | 
| 939 | 2025-01-22T08:42:53.166Z |   Downloaded rustls v0.21.12 | 
| 940 | 2025-01-22T08:42:53.166Z |   Downloaded regress v0.9.1 | 
| 941 | 2025-01-22T08:42:53.166Z |   Downloaded vcpkg v0.2.15 | 
| 942 | 2025-01-22T08:42:53.166Z |   Downloaded sha3 v0.10.8 | 
| 943 | 2025-01-22T08:42:53.166Z |   Downloaded zerocopy v0.8.10 | 
| 944 | 2025-01-22T08:42:53.180Z |   Downloaded petgraph v0.6.5 | 
| 945 | 2025-01-22T08:42:53.199Z |   Downloaded reedline v0.35.0 | 
| 946 | 2025-01-22T08:42:53.207Z |   Downloaded num-bigint v0.4.6 | 
| 947 | 2025-01-22T08:42:53.211Z |   Downloaded serde_yaml v0.9.34+deprecated | 
| 948 | 2025-01-22T08:42:53.215Z |   Downloaded csv v1.3.0 | 
| 949 | 2025-01-22T08:42:53.234Z |   Downloaded typed-path v0.9.3 | 
| 950 | 2025-01-22T08:42:53.240Z |   Downloaded tungstenite v0.24.0 | 
| 951 | 2025-01-22T08:42:53.243Z |   Downloaded num-integer v0.1.46 | 
| 952 | 2025-01-22T08:42:53.246Z |   Downloaded num-derive v0.4.2 | 
| 953 | 2025-01-22T08:42:53.248Z |   Downloaded filetime v0.2.25 | 
| 954 | 2025-01-22T08:42:53.248Z |   Downloaded quinn v0.11.5 | 
| 955 | 2025-01-22T08:42:53.251Z |   Downloaded x509-cert v0.2.5 | 
| 956 | 2025-01-22T08:42:53.257Z |   Downloaded hashbrown v0.14.5 | 
| 957 | 2025-01-22T08:42:53.262Z |   Downloaded unicode-normalization v0.1.24 | 
| 958 | 2025-01-22T08:42:53.268Z |   Downloaded rand v0.8.5 | 
| 959 | 2025-01-22T08:42:53.271Z |   Downloaded rayon v1.10.0 | 
| 960 | 2025-01-22T08:42:53.278Z |   Downloaded tracing-attributes v0.1.27 | 
| 961 | 2025-01-22T08:42:53.280Z |   Downloaded toml v0.7.8 | 
| 962 | 2025-01-22T08:42:53.283Z |   Downloaded tiny-keccak v2.0.2 | 
| 963 | 2025-01-22T08:42:53.286Z |   Downloaded time-macros v0.2.18 | 
| 964 | 2025-01-22T08:42:53.288Z |   Downloaded peg v0.8.4 | 
| 965 | 2025-01-22T08:42:53.291Z |   Downloaded dropshot_endpoint v0.12.0 | 
| 966 | 2025-01-22T08:42:53.294Z |   Downloaded zopfli v0.8.1 | 
| 967 | 2025-01-22T08:42:53.296Z |   Downloaded pbkdf2 v0.12.2 | 
| 968 | 2025-01-22T08:42:53.299Z |   Downloaded simd-adler32 v0.3.7 | 
| 969 | 2025-01-22T08:42:53.299Z |   Downloaded hashlink v0.9.1 | 
| 970 | 2025-01-22T08:42:53.302Z |   Downloaded socket2 v0.5.7 | 
| 971 | 2025-01-22T08:42:53.306Z |   Downloaded serde_with_macros v3.11.0 | 
| 972 | 2025-01-22T08:42:53.310Z |   Downloaded serde-hex v0.1.0 | 
| 973 | 2025-01-22T08:42:53.310Z |   Downloaded dropshot_endpoint v0.15.1 | 
| 974 | 2025-01-22T08:42:53.310Z |   Downloaded tokio-tungstenite v0.23.1 | 
| 975 | 2025-01-22T08:42:53.312Z |   Downloaded tokio-tungstenite v0.21.0 | 
| 976 | 2025-01-22T08:42:53.315Z |   Downloaded time v0.3.36 | 
| 977 | 2025-01-22T08:42:53.320Z |   Downloaded zerofrom-derive v0.1.4 | 
| 978 | 2025-01-22T08:42:53.323Z |   Downloaded vsss-rs v3.3.4 | 
| 979 | 2025-01-22T08:42:53.326Z |   Downloaded tokio-tungstenite v0.24.0 | 
| 980 | 2025-01-22T08:42:53.326Z |   Downloaded tokio-stream v0.1.16 | 
| 981 | 2025-01-22T08:42:53.329Z |   Downloaded tokio-rustls v0.26.0 | 
| 982 | 2025-01-22T08:42:53.332Z |   Downloaded spin v0.9.8 | 
| 983 | 2025-01-22T08:42:53.334Z |   Downloaded tungstenite v0.23.0 | 
| 984 | 2025-01-22T08:42:53.337Z |   Downloaded precomputed-hash v0.1.1 | 
| 985 | 2025-01-22T08:42:53.339Z |   Downloaded time-core v0.1.2 | 
| 986 | 2025-01-22T08:42:53.339Z |   Downloaded shell-words v1.1.0 | 
| 987 | 2025-01-22T08:42:53.339Z |   Downloaded hashbrown v0.13.2 | 
| 988 | 2025-01-22T08:42:53.343Z |   Downloaded hyper v1.5.2 | 
| 989 | 2025-01-22T08:42:53.349Z |   Downloaded parking_lot v0.12.3 | 
| 990 | 2025-01-22T08:42:53.351Z |   Downloaded parse-display-derive v0.10.0 | 
| 991 | 2025-01-22T08:42:53.354Z |   Downloaded ghash v0.5.1 | 
| 992 | 2025-01-22T08:42:53.354Z |   Downloaded encoding_rs v0.8.34 | 
| 993 | 2025-01-22T08:42:53.375Z |   Downloaded strum_macros v0.24.3 | 
| 994 | 2025-01-22T08:42:53.377Z |   Downloaded parking_lot v0.11.2 | 
| 995 | 2025-01-22T08:42:53.380Z |   Downloaded unicode_categories v0.1.1 | 
| 996 | 2025-01-22T08:42:53.382Z |   Downloaded libgit2-sys v0.17.0+1.8.1 | 
| 997 | 2025-01-22T08:42:53.439Z |   Downloaded samael v0.0.17 | 
| 998 | 2025-01-22T08:42:53.444Z |   Downloaded unicode-segmentation v1.12.0 | 
| 999 | 2025-01-22T08:42:53.448Z |   Downloaded strum_macros v0.25.3 | 
| 1000 | 2025-01-22T08:42:53.450Z |   Downloaded nu-ansi-term v0.50.1 | 
| 1001 | 2025-01-22T08:42:53.453Z |   Downloaded pkcs5 v0.7.1 | 
| 1002 | 2025-01-22T08:42:53.455Z |   Downloaded omicron-zone-package v0.12.0 | 
| 1003 | 2025-01-22T08:42:53.458Z |   Downloaded progenitor v0.9.1 | 
| 1004 | 2025-01-22T08:42:53.461Z |   Downloaded progenitor v0.8.0 | 
| 1005 | 2025-01-22T08:42:53.461Z |   Downloaded pem v3.0.4 | 
| 1006 | 2025-01-22T08:42:53.463Z |   Downloaded hkdf v0.12.4 | 
| 1007 | 2025-01-22T08:42:53.466Z |   Downloaded expectorate v1.1.0 | 
| 1008 | 2025-01-22T08:42:53.470Z |   Downloaded slog v2.7.0 | 
| 1009 | 2025-01-22T08:42:53.472Z |   Downloaded idna v1.0.3 | 
| 1010 | 2025-01-22T08:42:53.475Z |   Downloaded stringprep v0.1.5 | 
| 1011 | 2025-01-22T08:42:53.475Z |   Downloaded static_assertions v1.1.0 | 
| 1012 | 2025-01-22T08:42:53.478Z |   Downloaded stable_deref_trait v1.2.0 | 
| 1013 | 2025-01-22T08:42:53.478Z |   Downloaded foreign-types v0.5.0 | 
| 1014 | 2025-01-22T08:42:53.478Z |   Downloaded pem-rfc7468 v0.7.0 | 
| 1015 | 2025-01-22T08:42:53.481Z |   Downloaded flume v0.11.1 | 
| 1016 | 2025-01-22T08:42:53.483Z |   Downloaded der v0.7.9 | 
| 1017 | 2025-01-22T08:42:53.487Z |   Downloaded libxml v0.3.3 | 
| 1018 | 2025-01-22T08:42:53.493Z |   Downloaded zerocopy-derive v0.8.10 | 
| 1019 | 2025-01-22T08:42:53.499Z |   Downloaded progenitor-impl v0.9.1 | 
| 1020 | 2025-01-22T08:42:53.502Z |   Downloaded zip v0.6.6 | 
| 1021 | 2025-01-22T08:42:53.505Z |   Downloaded structmeta-derive v0.2.0 | 
| 1022 | 2025-01-22T08:42:53.507Z |   Downloaded slog-async v2.8.0 | 
| 1023 | 2025-01-22T08:42:53.510Z |   Downloaded des v0.8.1 | 
| 1024 | 2025-01-22T08:42:53.510Z |   Downloaded walkdir v2.5.0 | 
| 1025 | 2025-01-22T08:42:53.513Z |   Downloaded snafu v0.8.5 | 
| 1026 | 2025-01-22T08:42:53.518Z |   Downloaded term v0.7.0 | 
| 1027 | 2025-01-22T08:42:53.521Z |   Downloaded secrecy v0.8.0 | 
| 1028 | 2025-01-22T08:42:53.524Z |   Downloaded rustc-hash v2.0.0 | 
| 1029 | 2025-01-22T08:42:53.524Z |   Downloaded rand_core v0.6.4 | 
| 1030 | 2025-01-22T08:42:53.526Z |   Downloaded rand_chacha v0.3.1 | 
| 1031 | 2025-01-22T08:42:53.527Z |   Downloaded primeorder v0.13.6 | 
| 1032 | 2025-01-22T08:42:53.529Z |   Downloaded structmeta v0.2.0 | 
| 1033 | 2025-01-22T08:42:53.529Z |   Downloaded predicates v3.1.2 | 
| 1034 | 2025-01-22T08:42:53.531Z |   Downloaded libm v0.2.8 | 
| 1035 | 2025-01-22T08:42:53.538Z |   Downloaded futures-macro v0.3.31 | 
| 1036 | 2025-01-22T08:42:53.541Z |   Downloaded enum-as-inner v0.6.1 | 
| 1037 | 2025-01-22T08:42:53.543Z |   Downloaded unicode-xid v0.2.6 | 
| 1038 | 2025-01-22T08:42:53.543Z |   Downloaded tap v1.0.1 | 
| 1039 | 2025-01-22T08:42:53.543Z |   Downloaded rayon-core v1.12.1 | 
| 1040 | 2025-01-22T08:42:53.546Z |   Downloaded tracing v0.1.40 | 
| 1041 | 2025-01-22T08:42:53.550Z |   Downloaded slog-stdlog v4.1.1 | 
| 1042 | 2025-01-22T08:42:53.553Z |   Downloaded slog-scope v4.4.0 | 
| 1043 | 2025-01-22T08:42:53.553Z |   Downloaded slog-json v2.6.1 | 
| 1044 | 2025-01-22T08:42:53.556Z |   Downloaded siphasher v0.3.11 | 
| 1045 | 2025-01-22T08:42:53.556Z |   Downloaded rustversion v1.0.17 | 
| 1046 | 2025-01-22T08:42:53.560Z |   Downloaded rustfmt-wrapper v0.2.1 | 
| 1047 | 2025-01-22T08:42:53.563Z |   Downloaded env_logger v0.11.5 | 
| 1048 | 2025-01-22T08:42:53.563Z |   Downloaded yasna v0.5.2 | 
| 1049 | 2025-01-22T08:42:53.566Z |   Downloaded value-bag v1.9.0 | 
| 1050 | 2025-01-22T08:42:53.570Z |   Downloaded termcolor v1.4.1 | 
| 1051 | 2025-01-22T08:42:53.570Z |   Downloaded owo-colors v4.1.0 | 
| 1052 | 2025-01-22T08:42:53.573Z |   Downloaded mio v1.0.2 | 
| 1053 | 2025-01-22T08:42:53.576Z |   Downloaded displaydoc v0.2.5 | 
| 1054 | 2025-01-22T08:42:53.579Z |   Downloaded num-traits v0.2.19 | 
| 1055 | 2025-01-22T08:42:53.581Z |   Downloaded num-rational v0.4.2 | 
| 1056 | 2025-01-22T08:42:53.584Z |   Downloaded cc v1.1.30 | 
| 1057 | 2025-01-22T08:42:53.586Z |   Downloaded tokio-rustls v0.25.0 | 
| 1058 | 2025-01-22T08:42:53.589Z |   Downloaded tokio-rustls v0.24.1 | 
| 1059 | 2025-01-22T08:42:53.591Z |   Downloaded tokio-macros v2.5.0 | 
| 1060 | 2025-01-22T08:42:53.594Z |   Downloaded synstructure v0.13.1 | 
| 1061 | 2025-01-22T08:42:53.594Z |   Downloaded smallvec v1.13.2 | 
| 1062 | 2025-01-22T08:42:53.597Z |   Downloaded newtype-uuid v1.2.1 | 
| 1063 | 2025-01-22T08:42:53.597Z |   Downloaded foreign-types-macros v0.2.3 | 
| 1064 | 2025-01-22T08:42:53.599Z |   Downloaded dirs-next v2.0.0 | 
| 1065 | 2025-01-22T08:42:53.599Z |   Downloaded password-hash v0.5.0 | 
| 1066 | 2025-01-22T08:42:53.602Z |   Downloaded password-hash v0.4.2 | 
| 1067 | 2025-01-22T08:42:53.602Z |   Downloaded subprocess v0.2.9 | 
| 1068 | 2025-01-22T08:42:53.604Z |   Downloaded float-cmp v0.9.0 | 
| 1069 | 2025-01-22T08:42:53.607Z |   Downloaded dirs-sys-next v0.1.2 | 
| 1070 | 2025-01-22T08:42:53.607Z |   Downloaded deranged v0.3.11 | 
| 1071 | 2025-01-22T08:42:53.607Z |   Downloaded xz2 v0.1.7 | 
| 1072 | 2025-01-22T08:42:53.609Z |   Downloaded untrusted v0.7.1 | 
| 1073 | 2025-01-22T08:42:53.609Z |   Downloaded crypto-bigint v0.5.5 | 
| 1074 | 2025-01-22T08:42:53.615Z |   Downloaded base64 v0.21.7 | 
| 1075 | 2025-01-22T08:42:53.619Z |   Downloaded chacha20poly1305 v0.10.1 | 
| 1076 | 2025-01-22T08:42:53.621Z |   Downloaded zerovec-derive v0.10.3 | 
| 1077 | 2025-01-22T08:42:53.625Z |   Downloaded const_format v0.2.33 | 
| 1078 | 2025-01-22T08:42:53.627Z |   Downloaded heapless v0.8.0 | 
| 1079 | 2025-01-22T08:42:53.630Z |   Downloaded base64 v0.22.1 | 
| 1080 | 2025-01-22T08:42:53.634Z |   Downloaded new_debug_unreachable v1.0.6 | 
| 1081 | 2025-01-22T08:42:53.637Z |   Downloaded tabwriter v1.4.0 | 
| 1082 | 2025-01-22T08:42:53.637Z |   Downloaded rustc_version v0.4.1 | 
| 1083 | 2025-01-22T08:42:53.637Z |   Downloaded rustc_version v0.1.7 | 
| 1084 | 2025-01-22T08:42:53.639Z |   Downloaded nanorand v0.7.0 | 
| 1085 | 2025-01-22T08:42:53.639Z |   Downloaded unicode-properties v0.1.3 | 
| 1086 | 2025-01-22T08:42:53.642Z |   Downloaded thiserror v2.0.11 | 
| 1087 | 2025-01-22T08:42:53.646Z |   Downloaded strum_macros v0.26.4 | 
| 1088 | 2025-01-22T08:42:53.649Z |   Downloaded serde_path_to_error v0.1.16 | 
| 1089 | 2025-01-22T08:42:53.652Z |   Downloaded rusty-fork v0.3.0 | 
| 1090 | 2025-01-22T08:42:53.652Z |   Downloaded darling_macro v0.20.10 | 
| 1091 | 2025-01-22T08:42:53.656Z |   Downloaded fs_extra v1.3.0 | 
| 1092 | 2025-01-22T08:42:53.656Z |   Downloaded progenitor-impl v0.8.0 | 
| 1093 | 2025-01-22T08:42:53.659Z |   Downloaded bytes v1.9.0 | 
| 1094 | 2025-01-22T08:42:53.661Z |   Downloaded packed_struct_codegen v0.10.1 | 
| 1095 | 2025-01-22T08:42:53.661Z |   Downloaded der_derive v0.7.3 | 
| 1096 | 2025-01-22T08:42:53.664Z |   Downloaded cookie v0.18.1 | 
| 1097 | 2025-01-22T08:42:53.667Z |   Downloaded compact_str v0.8.0 | 
| 1098 | 2025-01-22T08:42:53.670Z |   Downloaded base64 v0.13.1 | 
| 1099 | 2025-01-22T08:42:53.672Z |   Downloaded clang-sys v1.8.1 | 
| 1100 | 2025-01-22T08:42:53.675Z |   Downloaded form_urlencoded v1.2.1 | 
| 1101 | 2025-01-22T08:42:53.675Z |   Downloaded rustc-demangle v0.1.24 | 
| 1102 | 2025-01-22T08:42:53.677Z |   Downloaded slog-term v2.9.1 | 
| 1103 | 2025-01-22T08:42:53.680Z |   Downloaded miniz_oxide v0.8.0 | 
| 1104 | 2025-01-22T08:42:53.680Z |   Downloaded hickory-resolver v0.24.2 | 
| 1105 | 2025-01-22T08:42:53.684Z |   Downloaded typify-macro v0.3.0 | 
| 1106 | 2025-01-22T08:42:53.687Z |   Downloaded tls_codec v0.4.1 | 
| 1107 | 2025-01-22T08:42:53.689Z |   Downloaded string_cache v0.8.7 | 
| 1108 | 2025-01-22T08:42:53.692Z |   Downloaded const-oid v0.9.6 | 
| 1109 | 2025-01-22T08:42:53.692Z |   Downloaded defmt-macros v0.3.9 | 
| 1110 | 2025-01-22T08:42:53.695Z |   Downloaded writeable v0.5.5 | 
| 1111 | 2025-01-22T08:42:53.700Z |   Downloaded crossbeam-utils v0.8.20 | 
| 1112 | 2025-01-22T08:42:53.700Z |   Downloaded crossbeam-epoch v0.9.18 | 
| 1113 | 2025-01-22T08:42:53.703Z |   Downloaded subtle v2.6.1 | 
| 1114 | 2025-01-22T08:42:53.703Z |   Downloaded icu_properties v1.5.1 | 
| 1115 | 2025-01-22T08:42:53.705Z |   Downloaded crc32fast v1.4.2 | 
| 1116 | 2025-01-22T08:42:53.708Z |   Downloaded cookie_store v0.21.1 | 
| 1117 | 2025-01-22T08:42:53.710Z |   Downloaded serde_urlencoded v0.7.1 | 
| 1118 | 2025-01-22T08:42:53.710Z |   Downloaded litrs v0.4.1 | 
| 1119 | 2025-01-22T08:42:53.714Z |   Downloaded async-stream v0.3.6 | 
| 1120 | 2025-01-22T08:42:53.716Z |   Downloaded write16 v1.0.0 | 
| 1121 | 2025-01-22T08:42:53.716Z |   Downloaded icu_normalizer v1.5.0 | 
| 1122 | 2025-01-22T08:42:53.719Z |   Downloaded icu_locid_transform_data v1.5.0 | 
| 1123 | 2025-01-22T08:42:53.721Z |   Downloaded icu_locid v1.5.0 | 
| 1124 | 2025-01-22T08:42:53.724Z |   Downloaded crucible-workspace-hack v0.1.0 | 
| 1125 | 2025-01-22T08:42:53.727Z |   Downloaded hyper-staticfile v0.10.1 | 
| 1126 | 2025-01-22T08:42:53.727Z |   Downloaded blake2 v0.10.6 | 
| 1127 | 2025-01-22T08:42:53.729Z |   Downloaded idna_adapter v1.2.0 | 
| 1128 | 2025-01-22T08:42:53.732Z |   Downloaded httpdate v1.0.3 | 
| 1129 | 2025-01-22T08:42:53.732Z |   Downloaded base64ct v1.6.0 | 
| 1130 | 2025-01-22T08:42:53.737Z |   Downloaded async-bb8-diesel v0.2.1 | 
| 1131 | 2025-01-22T08:42:53.740Z |   Downloaded radium v0.7.0 | 
| 1132 | 2025-01-22T08:42:53.740Z |   Downloaded bzip2 v0.4.4 | 
| 1133 | 2025-01-22T08:42:53.740Z |   Downloaded csv-core v0.1.11 | 
| 1134 | 2025-01-22T08:42:53.740Z |   Downloaded argon2 v0.5.3 | 
| 1135 | 2025-01-22T08:42:53.743Z |   Downloaded lru-cache v0.1.2 | 
| 1136 | 2025-01-22T08:42:53.743Z |   Downloaded lru v0.12.5 | 
| 1137 | 2025-01-22T08:42:53.743Z |   Downloaded bcs v0.1.6 | 
| 1138 | 2025-01-22T08:42:53.745Z |   Downloaded backoff v0.4.0 | 
| 1139 | 2025-01-22T08:42:53.748Z |   Downloaded libloading v0.8.5 | 
| 1140 | 2025-01-22T08:42:53.751Z |   Downloaded iana-time-zone v0.1.61 | 
| 1141 | 2025-01-22T08:42:53.754Z |   Downloaded colored v2.1.0 | 
| 1142 | 2025-01-22T08:42:53.754Z |   Downloaded atomic-waker v1.1.2 | 
| 1143 | 2025-01-22T08:42:53.754Z |   Downloaded async-recursion v1.1.1 | 
| 1144 | 2025-01-22T08:42:53.757Z |   Downloaded bit-vec v0.6.3 | 
| 1145 | 2025-01-22T08:42:53.760Z |   Downloaded bit-set v0.5.3 | 
| 1146 | 2025-01-22T08:42:53.760Z |   Downloaded icu_locid_transform v1.5.0 | 
| 1147 | 2025-01-22T08:42:53.763Z |   Downloaded hickory-client v0.24.2 | 
| 1148 | 2025-01-22T08:42:53.766Z |   Downloaded crunchy v0.2.2 | 
| 1149 | 2025-01-22T08:42:53.766Z |   Downloaded jobserver v0.1.32 | 
| 1150 | 2025-01-22T08:42:53.768Z |   Downloaded cfg_aliases v0.2.1 | 
| 1151 | 2025-01-22T08:42:53.768Z |   Downloaded arrayvec v0.7.6 | 
| 1152 | 2025-01-22T08:42:53.771Z |   Downloaded kstat-rs v0.2.4 | 
| 1153 | 2025-01-22T08:42:53.771Z |   Downloaded cobs v0.2.3 | 
| 1154 | 2025-01-22T08:42:53.774Z |   Downloaded cbc v0.1.2 | 
| 1155 | 2025-01-22T08:42:53.774Z |   Downloaded blowfish v0.9.1 | 
| 1156 | 2025-01-22T08:42:53.774Z |   Downloaded linked-hash-map v0.5.6 | 
| 1157 | 2025-01-22T08:42:53.776Z |   Downloaded internet-checksum v0.2.1 | 
| 1158 | 2025-01-22T08:42:53.776Z |   Downloaded crossbeam-deque v0.8.5 | 
| 1159 | 2025-01-22T08:42:53.779Z |   Downloaded chrono-tz-build v0.4.0 | 
| 1160 | 2025-01-22T08:42:53.779Z |   Downloaded cassowary v0.3.0 | 
| 1161 | 2025-01-22T08:42:53.779Z |   Downloaded constant_time_eq v0.3.1 | 
| 1162 | 2025-01-22T08:42:53.782Z |   Downloaded castaway v0.2.3 | 
| 1163 | 2025-01-22T08:42:53.782Z |   Downloaded ipnetwork v0.20.0 | 
| 1164 | 2025-01-22T08:42:53.784Z |   Downloaded indent_write v2.2.0 | 
| 1165 | 2025-01-22T08:42:53.784Z |   Downloaded impl-trait-for-tuples v0.2.2 | 
| 1166 | 2025-01-22T08:42:53.787Z |   Downloaded ciborium-ll v0.2.2 | 
| 1167 | 2025-01-22T08:42:53.789Z |   Downloaded chacha20 v0.9.1 | 
| 1168 | 2025-01-22T08:42:53.789Z |   Downloaded crc v3.2.1 | 
| 1169 | 2025-01-22T08:42:53.792Z |   Downloaded const_format_proc_macros v0.2.33 | 
| 1170 | 2025-01-22T08:42:53.794Z |   Downloaded buf-list v1.0.3 | 
| 1171 | 2025-01-22T08:42:53.797Z |   Downloaded bitfield v0.14.0 | 
| 1172 | 2025-01-22T08:42:53.797Z |   Downloaded hex-literal v0.4.1 | 
| 1173 | 2025-01-22T08:42:53.800Z |   Downloaded base16ct v0.2.0 | 
| 1174 | 2025-01-22T08:42:53.800Z |   Downloaded arrayref v0.3.9 | 
| 1175 | 2025-01-22T08:42:53.802Z |   Downloaded ascii-canvas v3.0.0 | 
| 1176 | 2025-01-22T08:42:53.802Z |   Downloaded http-range v0.1.5 | 
| 1177 | 2025-01-22T08:42:53.840Z |   Downloaded ring v0.17.8 | 
| 1178 | 2025-01-22T08:42:53.910Z |   Downloaded libsqlite3-sys v0.30.1 | 
| 1179 | 2025-01-22T08:42:54.288Z |   Downloaded aws-lc-sys v0.22.0 | 
| 1180 | 2025-01-22T08:42:54.540Z |    Compiling serde v1.0.217 | 
| 1181 | 2025-01-22T08:42:54.544Z |    Compiling lock_api v0.4.12 | 
| 1182 | 2025-01-22T08:42:54.544Z |    Compiling scopeguard v1.2.0 | 
| 1183 | 2025-01-22T08:42:54.544Z |    Compiling value-bag v1.9.0 | 
| 1184 | 2025-01-22T08:42:54.692Z |    Compiling typenum v1.17.0 | 
| 1185 | 2025-01-22T08:42:54.695Z |    Compiling generic-array v0.14.7 | 
| 1186 | 2025-01-22T08:42:54.732Z |    Compiling syn v2.0.96 | 
| 1187 | 2025-01-22T08:42:54.746Z |    Compiling getrandom v0.2.15 | 
| 1188 | 2025-01-22T08:42:54.862Z |    Compiling shlex v1.3.0 | 
| 1189 | 2025-01-22T08:42:55.059Z |    Compiling rand_core v0.6.4 | 
| 1190 | 2025-01-22T08:42:55.195Z |    Compiling log v0.4.22 | 
| 1191 | 2025-01-22T08:42:55.214Z |    Compiling subtle v2.6.1 | 
| 1192 | 2025-01-22T08:42:55.234Z |    Compiling jobserver v0.1.32 | 
| 1193 | 2025-01-22T08:42:55.236Z |    Compiling smallvec v1.13.2 | 
| 1194 | 2025-01-22T08:42:55.564Z |    Compiling const-oid v0.9.6 | 
| 1195 | 2025-01-22T08:42:55.582Z |    Compiling spin v0.9.8 | 
| 1196 | 2025-01-22T08:42:55.600Z |    Compiling cc v1.1.30 | 
| 1197 | 2025-01-22T08:42:55.630Z |    Compiling pin-project-lite v0.2.14 | 
| 1198 | 2025-01-22T08:42:55.768Z |    Compiling rustix v0.38.37 | 
| 1199 | 2025-01-22T08:42:55.908Z |    Compiling parking_lot_core v0.9.10 | 
| 1200 | 2025-01-22T08:42:55.941Z |    Compiling futures-core v0.3.31 | 
| 1201 | 2025-01-22T08:42:56.019Z |    Compiling signal-hook-registry v1.4.2 | 
| 1202 | 2025-01-22T08:42:56.192Z |    Compiling mio v1.0.2 | 
| 1203 | 2025-01-22T08:42:56.622Z |    Compiling aho-corasick v1.1.3 | 
| 1204 | 2025-01-22T08:42:56.756Z |    Compiling parking_lot v0.12.3 | 
| 1205 | 2025-01-22T08:42:56.917Z |    Compiling regex-syntax v0.8.5 | 
| 1206 | 2025-01-22T08:42:57.002Z |    Compiling stable_deref_trait v1.2.0 | 
| 1207 | 2025-01-22T08:42:57.130Z |    Compiling cpufeatures v0.2.14 | 
| 1208 | 2025-01-22T08:42:57.253Z |    Compiling either v1.13.0 | 
| 1209 | 2025-01-22T08:42:57.403Z |    Compiling lazy_static v1.5.0 | 
| 1210 | 2025-01-22T08:42:57.608Z |    Compiling glob v0.3.1 | 
| 1211 | 2025-01-22T08:42:57.690Z |    Compiling futures-sink v0.3.31 | 
| 1212 | 2025-01-22T08:42:57.712Z |    Compiling socket2 v0.5.7 | 
| 1213 | 2025-01-22T08:42:57.729Z |    Compiling slab v0.4.9 | 
| 1214 | 2025-01-22T08:42:57.865Z |    Compiling prettyplease v0.2.25 | 
| 1215 | 2025-01-22T08:42:58.201Z |    Compiling serde_json v1.0.135 | 
| 1216 | 2025-01-22T08:42:58.255Z |    Compiling minimal-lexical v0.2.1 | 
| 1217 | 2025-01-22T08:42:58.424Z |    Compiling clang-sys v1.8.1 | 
| 1218 | 2025-01-22T08:42:58.627Z |    Compiling libloading v0.8.5 | 
| 1219 | 2025-01-22T08:42:58.801Z |    Compiling nom v7.1.3 | 
| 1220 | 2025-01-22T08:42:58.843Z |    Compiling home v0.5.9 | 
| 1221 | 2025-01-22T08:42:59.040Z |    Compiling bindgen v0.69.5 | 
| 1222 | 2025-01-22T08:42:59.127Z |    Compiling futures-channel v0.3.31 | 
| 1223 | 2025-01-22T08:42:59.392Z |    Compiling itertools v0.12.1 | 
| 1224 | 2025-01-22T08:42:59.554Z |    Compiling futures-task v0.3.31 | 
| 1225 | 2025-01-22T08:42:59.886Z |    Compiling allocator-api2 v0.2.18 | 
| 1226 | 2025-01-22T08:42:59.945Z |    Compiling libm v0.2.8 | 
| 1227 | 2025-01-22T08:43:00.296Z |    Compiling pin-utils v0.1.0 | 
| 1228 | 2025-01-22T08:43:00.408Z |    Compiling rustc-hash v1.1.0 | 
| 1229 | 2025-01-22T08:43:00.580Z |    Compiling lazycell v1.3.0 | 
| 1230 | 2025-01-22T08:43:00.680Z |    Compiling futures-io v0.3.31 | 
| 1231 | 2025-01-22T08:43:00.769Z |    Compiling regex-automata v0.4.8 | 
| 1232 | 2025-01-22T08:43:00.977Z |    Compiling foldhash v0.1.3 | 
| 1233 | 2025-01-22T08:43:01.288Z |    Compiling hashbrown v0.15.1 | 
| 1234 | 2025-01-22T08:43:01.601Z |    Compiling cmake v0.1.51 | 
| 1235 | 2025-01-22T08:43:02.213Z |    Compiling synstructure v0.13.1 | 
| 1236 | 2025-01-22T08:43:02.519Z |    Compiling cexpr v0.6.0 | 
| 1237 | 2025-01-22T08:43:02.537Z |    Compiling num-traits v0.2.19 | 
| 1238 | 2025-01-22T08:43:02.841Z |    Compiling pkg-config v0.3.31 | 
| 1239 | 2025-01-22T08:43:03.336Z |    Compiling dunce v1.0.5 | 
| 1240 | 2025-01-22T08:43:03.478Z |    Compiling fs_extra v1.3.0 | 
| 1241 | 2025-01-22T08:43:03.994Z |    Compiling writeable v0.5.5 | 
| 1242 | 2025-01-22T08:43:04.156Z |    Compiling litemap v0.7.3 | 
| 1243 | 2025-01-22T08:43:04.175Z |    Compiling ring v0.17.8 | 
| 1244 | 2025-01-22T08:43:04.526Z |    Compiling base64ct v1.6.0 | 
| 1245 | 2025-01-22T08:43:04.546Z |    Compiling paste v1.0.15 | 
| 1246 | 2025-01-22T08:43:05.110Z |    Compiling pem-rfc7468 v0.7.0 | 
| 1247 | 2025-01-22T08:43:05.140Z |    Compiling flagset v0.4.6 | 
| 1248 | 2025-01-22T08:43:05.298Z |    Compiling httparse v1.9.5 | 
| 1249 | 2025-01-22T08:43:05.387Z |    Compiling aws-lc-rs v1.10.0 | 
| 1250 | 2025-01-22T08:43:05.740Z |    Compiling icu_locid_transform_data v1.5.0 | 
| 1251 | 2025-01-22T08:43:05.860Z |    Compiling tracing-core v0.1.32 | 
| 1252 | 2025-01-22T08:43:05.993Z |    Compiling regex v1.11.1 | 
| 1253 | 2025-01-22T08:43:06.734Z |    Compiling crossbeam-utils v0.8.20 | 
| 1254 | 2025-01-22T08:43:06.827Z |    Compiling icu_properties_data v1.5.0 | 
| 1255 | 2025-01-22T08:43:06.927Z |    Compiling percent-encoding v2.3.1 | 
| 1256 | 2025-01-22T08:43:07.010Z |    Compiling rustls-pki-types v1.10.0 | 
| 1257 | 2025-01-22T08:43:07.236Z |    Compiling untrusted v0.9.0 | 
| 1258 | 2025-01-22T08:43:07.310Z |    Compiling untrusted v0.7.1 | 
| 1259 | 2025-01-22T08:43:07.423Z |    Compiling mirai-annotations v1.12.0 | 
| 1260 | 2025-01-22T08:43:07.508Z |    Compiling write16 v1.0.0 | 
| 1261 | 2025-01-22T08:43:07.630Z |    Compiling powerfmt v0.2.0 | 
| 1262 | 2025-01-22T08:43:07.654Z |    Compiling icu_normalizer_data v1.5.0 | 
| 1263 | 2025-01-22T08:43:07.725Z |    Compiling vcpkg v0.2.15 | 
| 1264 | 2025-01-22T08:43:07.750Z |    Compiling serde_derive v1.0.217 | 
| 1265 | 2025-01-22T08:43:07.769Z |    Compiling zeroize_derive v1.4.2 | 
| 1266 | 2025-01-22T08:43:08.022Z |    Compiling zerocopy-derive v0.7.35 | 
| 1267 | 2025-01-22T08:43:08.042Z |    Compiling zerofrom-derive v0.1.4 | 
| 1268 | 2025-01-22T08:43:09.166Z |    Compiling zeroize v1.8.1 | 
| 1269 | 2025-01-22T08:43:09.530Z |    Compiling tokio-macros v2.5.0 | 
| 1270 | 2025-01-22T08:43:09.865Z |    Compiling yoke-derive v0.7.4 | 
| 1271 | 2025-01-22T08:43:09.957Z |    Compiling zerocopy v0.7.35 | 
| 1272 | 2025-01-22T08:43:10.717Z |    Compiling crypto-common v0.1.6 | 
| 1273 | 2025-01-22T08:43:10.955Z |    Compiling block-buffer v0.10.4 | 
| 1274 | 2025-01-22T08:43:10.998Z |    Compiling thiserror-impl v1.0.69 | 
| 1275 | 2025-01-22T08:43:11.017Z |    Compiling zerovec-derive v0.10.3 | 
| 1276 | 2025-01-22T08:43:11.209Z |    Compiling digest v0.10.7 | 
| 1277 | 2025-01-22T08:43:11.258Z |    Compiling displaydoc v0.2.5 | 
| 1278 | 2025-01-22T08:43:11.533Z |    Compiling zerofrom v0.1.4 | 
| 1279 | 2025-01-22T08:43:11.579Z |    Compiling futures-macro v0.3.31 | 
| 1280 | 2025-01-22T08:43:11.667Z |    Compiling hmac v0.12.1 | 
| 1281 | 2025-01-22T08:43:11.760Z |    Compiling block-padding v0.3.3 | 
| 1282 | 2025-01-22T08:43:11.916Z |    Compiling sha2 v0.10.8 | 
| 1283 | 2025-01-22T08:43:12.063Z |    Compiling inout v0.1.3 | 
| 1284 | 2025-01-22T08:43:12.353Z |    Compiling cipher v0.4.4 | 
| 1285 | 2025-01-22T08:43:12.625Z |    Compiling yoke v0.7.4 | 
| 1286 | 2025-01-22T08:43:12.839Z |    Compiling icu_provider_macros v1.5.0 | 
| 1287 | 2025-01-22T08:43:12.867Z |    Compiling ppv-lite86 v0.2.20 | 
| 1288 | 2025-01-22T08:43:12.987Z |    Compiling der_derive v0.7.3 | 
| 1289 | 2025-01-22T08:43:13.441Z |    Compiling futures-util v0.3.31 | 
| 1290 | 2025-01-22T08:43:13.605Z |    Compiling zerovec v0.10.4 | 
| 1291 | 2025-01-22T08:43:13.624Z |    Compiling rand_chacha v0.3.1 | 
| 1292 | 2025-01-22T08:43:13.923Z |    Compiling tracing-attributes v0.1.27 | 
| 1293 | 2025-01-22T08:43:14.049Z |    Compiling thiserror v1.0.69 | 
| 1294 | 2025-01-22T08:43:14.276Z |    Compiling pest v2.7.14 | 
| 1295 | 2025-01-22T08:43:15.386Z |    Compiling tinystr v0.7.6 | 
| 1296 | 2025-01-22T08:43:15.430Z |    Compiling der v0.7.9 | 
| 1297 | 2025-01-22T08:43:15.621Z |    Compiling icu_collections v1.5.0 | 
| 1298 | 2025-01-22T08:43:15.734Z |    Compiling icu_locid v1.5.0 | 
| 1299 | 2025-01-22T08:43:15.856Z |    Compiling rand v0.8.5 | 
| 1300 | 2025-01-22T08:43:16.960Z |    Compiling icu_provider v1.5.0 | 
| 1301 | 2025-01-22T08:43:17.268Z |    Compiling salsa20 v0.10.2 | 
| 1302 | 2025-01-22T08:43:17.339Z |    Compiling tracing v0.1.40 | 
| 1303 | 2025-01-22T08:43:17.617Z |    Compiling spki v0.7.3 | 
| 1304 | 2025-01-22T08:43:17.850Z |    Compiling icu_locid_transform v1.5.0 | 
| 1305 | 2025-01-22T08:43:17.872Z |    Compiling pbkdf2 v0.12.2 | 
| 1306 | 2025-01-22T08:43:17.920Z |    Compiling num-conv v0.1.0 | 
| 1307 | 2025-01-22T08:43:17.977Z |    Compiling utf16_iter v1.0.5 | 
| 1308 | 2025-01-22T08:43:18.051Z |    Compiling time-core v0.1.2 | 
| 1309 | 2025-01-22T08:43:18.071Z |    Compiling utf8_iter v1.0.4 | 
| 1310 | 2025-01-22T08:43:18.203Z |    Compiling scrypt v0.11.0 | 
| 1311 | 2025-01-22T08:43:18.222Z |    Compiling pest_meta v2.7.14 | 
| 1312 | 2025-01-22T08:43:18.247Z |    Compiling time-macros v0.2.18 | 
| 1313 | 2025-01-22T08:43:18.311Z |    Compiling cbc v0.1.2 | 
| 1314 | 2025-01-22T08:43:18.536Z |    Compiling aes v0.8.4 | 
| 1315 | 2025-01-22T08:43:18.735Z |    Compiling openssl-sys v0.9.103 | 
| 1316 | 2025-01-22T08:43:18.755Z |    Compiling deranged v0.3.11 | 
| 1317 | 2025-01-22T08:43:19.748Z |    Compiling icu_properties v1.5.1 | 
| 1318 | 2025-01-22T08:43:20.189Z |    Compiling scroll_derive v0.12.0 | 
| 1319 | 2025-01-22T08:43:20.951Z |    Compiling bitflags v2.6.0 | 
| 1320 | 2025-01-22T08:43:21.303Z |    Compiling bytes v1.9.0 | 
| 1321 | 2025-01-22T08:43:21.419Z |    Compiling indexmap v2.7.0 | 
| 1322 | 2025-01-22T08:43:21.657Z |    Compiling semver v1.0.24 | 
| 1323 | 2025-01-22T08:43:21.940Z |    Compiling num_threads v0.1.7 | 
| 1324 | 2025-01-22T08:43:22.091Z |    Compiling rustc_version v0.4.1 | 
| 1325 | 2025-01-22T08:43:22.396Z |    Compiling tokio v1.43.0 | 
| 1326 | 2025-01-22T08:43:22.523Z |    Compiling http v1.2.0 | 
| 1327 | 2025-01-22T08:43:22.726Z |    Compiling tinyvec_macros v0.1.1 | 
| 1328 | 2025-01-22T08:43:22.770Z |    Compiling atomic-waker v1.1.2 | 
| 1329 | 2025-01-22T08:43:22.824Z |    Compiling tinyvec v1.8.0 | 
| 1330 | 2025-01-22T08:43:22.866Z |    Compiling time v0.3.36 | 
| 1331 | 2025-01-22T08:43:22.956Z |    Compiling scroll v0.12.0 | 
| 1332 | 2025-01-22T08:43:23.481Z |    Compiling icu_normalizer v1.5.0 | 
| 1333 | 2025-01-22T08:43:24.195Z |    Compiling http-body v1.0.1 | 
| 1334 | 2025-01-22T08:43:24.355Z |    Compiling pest_generator v2.7.14 | 
| 1335 | 2025-01-22T08:43:24.409Z |    Compiling idna_adapter v1.2.0 | 
| 1336 | 2025-01-22T08:43:24.446Z |    Compiling pkcs5 v0.7.1 | 
| 1337 | 2025-01-22T08:43:24.655Z |    Compiling form_urlencoded v1.2.1 | 
| 1338 | 2025-01-22T08:43:24.798Z |    Compiling slog v2.7.0 | 
| 1339 | 2025-01-22T08:43:24.981Z |    Compiling which v4.4.2 | 
| 1340 | 2025-01-22T08:43:25.291Z |    Compiling try-lock v0.2.5 | 
| 1341 | 2025-01-22T08:43:25.447Z |    Compiling want v0.3.1 | 
| 1342 | 2025-01-22T08:43:25.578Z |    Compiling goblin v0.8.2 | 
| 1343 | 2025-01-22T08:43:25.632Z |    Compiling pkcs8 v0.10.2 | 
| 1344 | 2025-01-22T08:43:25.730Z |    Compiling idna v1.0.3 | 
| 1345 | 2025-01-22T08:43:26.093Z |    Compiling uuid v1.12.0 | 
| 1346 | 2025-01-22T08:43:26.183Z |    Compiling pest_derive v2.7.14 | 
| 1347 | 2025-01-22T08:43:26.286Z |    Compiling httpdate v1.0.3 | 
| 1348 | 2025-01-22T08:43:26.733Z |    Compiling iana-time-zone v0.1.61 | 
| 1349 | 2025-01-22T08:43:26.962Z |    Compiling dtrace-parser v0.2.0 | 
| 1350 | 2025-01-22T08:43:27.140Z |    Compiling chrono v0.4.39 | 
| 1351 | 2025-01-22T08:43:27.613Z |    Compiling serde_tokenstream v0.2.2 | 
| 1352 | 2025-01-22T08:43:27.629Z |    Compiling serde_spanned v0.6.8 | 
| 1353 | 2025-01-22T08:43:27.881Z |    Compiling toml_datetime v0.6.8 | 
| 1354 | 2025-01-22T08:43:28.071Z |    Compiling openssl v0.10.66 | 
| 1355 | 2025-01-22T08:43:28.147Z |    Compiling rustversion v1.0.17 | 
| 1356 | 2025-01-22T08:43:28.362Z |    Compiling adler2 v2.0.0 | 
| 1357 | 2025-01-22T08:43:28.469Z |    Compiling match_cfg v0.1.0 | 
| 1358 | 2025-01-22T08:43:28.577Z |    Compiling base64 v0.22.1 | 
| 1359 | 2025-01-22T08:43:28.598Z |    Compiling tower-service v0.3.3 | 
| 1360 | 2025-01-22T08:43:28.764Z |    Compiling foreign-types-shared v0.1.1 | 
| 1361 | 2025-01-22T08:43:28.853Z |    Compiling hostname v0.3.1 | 
| 1362 | 2025-01-22T08:43:28.878Z |    Compiling foreign-types v0.3.2 | 
| 1363 | 2025-01-22T08:43:28.956Z |    Compiling miniz_oxide v0.8.0 | 
| 1364 | 2025-01-22T08:43:29.011Z |    Compiling url v2.5.3 | 
| 1365 | 2025-01-22T08:43:29.287Z |    Compiling async-trait v0.1.83 | 
| 1366 | 2025-01-22T08:43:30.324Z |    Compiling tokio-util v0.7.12 | 
| 1367 | 2025-01-22T08:43:30.433Z |    Compiling openssl-macros v0.1.1 | 
| 1368 | 2025-01-22T08:43:30.462Z |    Compiling serde_derive_internals v0.29.1 | 
| 1369 | 2025-01-22T08:43:30.781Z |    Compiling dirs-sys-next v0.1.2 | 
| 1370 | 2025-01-22T08:43:31.169Z |    Compiling dof v0.3.0 | 
| 1371 | 2025-01-22T08:43:31.342Z |    Compiling h2 v0.4.6 | 
| 1372 | 2025-01-22T08:43:31.554Z |    Compiling rustls v0.22.4 | 
| 1373 | 2025-01-22T08:43:31.645Z |    Compiling data-encoding v2.6.0 | 
| 1374 | 2025-01-22T08:43:31.829Z |    Compiling siphasher v0.3.11 | 
| 1375 | 2025-01-22T08:43:32.217Z |    Compiling usdt-impl v0.5.0 | 
| 1376 | 2025-01-22T08:43:32.831Z |    Compiling schemars v0.8.21 | 
| 1377 | 2025-01-22T08:43:33.081Z |    Compiling syn v1.0.109 | 
| 1378 | 2025-01-22T08:43:33.200Z |    Compiling rustls v0.23.19 | 
| 1379 | 2025-01-22T08:43:33.437Z |    Compiling native-tls v0.2.12 | 
| 1380 | 2025-01-22T08:43:33.678Z |    Compiling schemars_derive v0.8.21 | 
| 1381 | 2025-01-22T08:43:33.794Z |    Compiling dirs-next v2.0.0 | 
| 1382 | 2025-01-22T08:43:34.000Z |    Compiling http-body-util v0.1.2 | 
| 1383 | 2025-01-22T08:43:34.493Z |    Compiling unicode-normalization v0.1.24 | 
| 1384 | 2025-01-22T08:43:34.841Z |    Compiling heapless v0.7.17 | 
| 1385 | 2025-01-22T08:43:35.094Z |    Compiling crossbeam-epoch v0.9.18 | 
| 1386 | 2025-01-22T08:43:35.288Z |    Compiling sha1 v0.10.6 | 
| 1387 | 2025-01-22T08:43:35.555Z |    Compiling signature v2.2.0 | 
| 1388 | 2025-01-22T08:43:35.730Z |    Compiling bzip2-sys v0.1.11+1.0.8 | 
| 1389 | 2025-01-22T08:43:35.771Z |    Compiling thread_local v1.1.8 | 
| 1390 | 2025-01-22T08:43:35.854Z |    Compiling encoding_rs v0.8.34 | 
| 1391 | 2025-01-22T08:43:35.873Z |    Compiling cookie v0.18.1 | 
| 1392 | 2025-01-22T08:43:36.161Z |    Compiling multer v3.1.0 | 
| 1393 | 2025-01-22T08:43:36.188Z |    Compiling unicode-bidi v0.3.17 | 
| 1394 | 2025-01-22T08:43:36.271Z |    Compiling openssl-probe v0.1.5 | 
| 1395 | 2025-01-22T08:43:36.531Z |    Compiling gimli v0.31.1 | 
| 1396 | 2025-01-22T08:43:36.559Z |    Compiling mime v0.3.17 | 
| 1397 | 2025-01-22T08:43:36.688Z |    Compiling unicode-properties v0.1.3 | 
| 1398 | 2025-01-22T08:43:37.067Z |    Compiling signal-hook v0.3.17 | 
| 1399 | 2025-01-22T08:43:37.095Z |    Compiling ipnet v2.10.1 | 
| 1400 | 2025-01-22T08:43:37.381Z |    Compiling slog-async v2.8.0 | 
| 1401 | 2025-01-22T08:43:37.427Z |    Compiling dyn-clone v1.0.17 | 
| 1402 | 2025-01-22T08:43:37.655Z |    Compiling rayon-core v1.12.1 | 
| 1403 | 2025-01-22T08:43:38.022Z |    Compiling stringprep v0.1.5 | 
| 1404 | 2025-01-22T08:43:38.320Z |    Compiling toml_edit v0.22.22 | 
| 1405 | 2025-01-22T08:43:39.169Z |    Compiling hyper v1.5.2 | 
| 1406 | 2025-01-22T08:43:40.631Z |    Compiling addr2line v0.24.2 | 
| 1407 | 2025-01-22T08:43:41.377Z |    Compiling crossbeam-deque v0.8.5 | 
| 1408 | 2025-01-22T08:43:41.466Z |    Compiling usdt-attr-macro v0.5.0 | 
| 1409 | 2025-01-22T08:43:41.488Z |    Compiling usdt-macro v0.5.0 | 
| 1410 | 2025-01-22T08:43:41.570Z |    Compiling hyper-util v0.1.10 | 
| 1411 | 2025-01-22T08:43:41.706Z |    Compiling term v0.7.0 | 
| 1412 | 2025-01-22T08:43:42.922Z |    Compiling slog-json v2.6.1 | 
| 1413 | 2025-01-22T08:43:42.941Z |    Compiling serde_urlencoded v0.7.1 | 
| 1414 | 2025-01-22T08:43:42.998Z |    Compiling curve25519-dalek v4.1.3 | 
| 1415 | 2025-01-22T08:43:43.024Z |    Compiling crossbeam-channel v0.5.13 | 
| 1416 | 2025-01-22T08:43:43.298Z |    Compiling futures-executor v0.3.31 | 
| 1417 | 2025-01-22T08:43:43.426Z |    Compiling enum-as-inner v0.6.1 | 
| 1418 | 2025-01-22T08:43:43.685Z |    Compiling md-5 v0.10.6 | 
| 1419 | 2025-01-22T08:43:43.824Z |    Compiling async-stream-impl v0.3.6 | 
| 1420 | 2025-01-22T08:43:43.975Z |    Compiling rustls-pemfile v2.2.0 | 
| 1421 | 2025-01-22T08:43:44.022Z |    Compiling num-integer v0.1.46 | 
| 1422 | 2025-01-22T08:43:44.324Z |    Compiling hash32 v0.2.1 | 
| 1423 | 2025-01-22T08:43:44.422Z |    Compiling ff v0.13.0 | 
| 1424 | 2025-01-22T08:43:44.453Z |    Compiling is-terminal v0.4.13 | 
| 1425 | 2025-01-22T08:43:44.602Z |    Compiling object v0.36.5 | 
| 1426 | 2025-01-22T08:43:44.641Z |    Compiling dropshot v0.12.0 | 
| 1427 | 2025-01-22T08:43:44.665Z |    Compiling num-bigint-dig v0.8.4 | 
| 1428 | 2025-01-22T08:43:44.787Z |    Compiling psl-types v2.0.11 | 
| 1429 | 2025-01-22T08:43:44.950Z |    Compiling linked-hash-map v0.5.6 | 
| 1430 | 2025-01-22T08:43:44.972Z |    Compiling portable-atomic v1.9.0 | 
| 1431 | 2025-01-22T08:43:45.007Z |    Compiling utf-8 v0.7.6 | 
| 1432 | 2025-01-22T08:43:45.128Z |    Compiling anyhow v1.0.93 | 
| 1433 | 2025-01-22T08:43:45.299Z |    Compiling take_mut v0.2.2 | 
| 1434 | 2025-01-22T08:43:45.331Z |    Compiling litrs v0.4.1 | 
| 1435 | 2025-01-22T08:43:45.468Z |    Compiling smoltcp v0.9.1 | 
| 1436 | 2025-01-22T08:43:45.748Z |    Compiling base16ct v0.2.0 | 
| 1437 | 2025-01-22T08:43:45.849Z |    Compiling quick-error v1.2.3 | 
| 1438 | 2025-01-22T08:43:45.977Z |    Compiling rustc-demangle v0.1.24 | 
| 1439 | 2025-01-22T08:43:46.025Z |    Compiling fallible-iterator v0.2.0 | 
| 1440 | 2025-01-22T08:43:46.070Z |    Compiling resolv-conf v0.7.0 | 
| 1441 | 2025-01-22T08:43:46.239Z |    Compiling sec1 v0.7.3 | 
| 1442 | 2025-01-22T08:43:46.536Z |    Compiling document-features v0.2.10 | 
| 1443 | 2025-01-22T08:43:46.720Z |    Compiling postgres-protocol v0.6.7 | 
| 1444 | 2025-01-22T08:43:46.894Z |    Compiling lru-cache v0.1.2 | 
| 1445 | 2025-01-22T08:43:47.106Z |    Compiling tungstenite v0.24.0 | 
| 1446 | 2025-01-22T08:43:47.208Z |    Compiling async-stream v0.3.6 | 
| 1447 | 2025-01-22T08:43:47.647Z |    Compiling publicsuffix v2.3.0 | 
| 1448 | 2025-01-22T08:43:47.763Z |    Compiling group v0.13.0 | 
| 1449 | 2025-01-22T08:43:47.892Z |    Compiling usdt v0.5.0 | 
| 1450 | 2025-01-22T08:43:47.985Z |    Compiling slog-term v2.9.1 | 
| 1451 | 2025-01-22T08:43:48.101Z |    Compiling num-iter v0.1.45 | 
| 1452 | 2025-01-22T08:43:48.306Z |    Compiling hickory-proto v0.24.2 | 
| 1453 | 2025-01-22T08:43:48.511Z |    Compiling futures v0.3.31 | 
| 1454 | 2025-01-22T08:43:48.640Z |    Compiling slog-bunyan v2.5.0 | 
| 1455 | 2025-01-22T08:43:48.954Z |    Compiling toml v0.8.19 | 
| 1456 | 2025-01-22T08:43:49.259Z |    Compiling tokio-native-tls v0.3.1 | 
| 1457 | 2025-01-22T08:43:50.503Z |    Compiling camino v1.1.9 | 
| 1458 | 2025-01-22T08:43:50.584Z |    Compiling phf_shared v0.11.2 | 
| 1459 | 2025-01-22T08:43:50.636Z |    Compiling dropshot_endpoint v0.12.0 | 
| 1460 | 2025-01-22T08:43:50.971Z |    Compiling terminal_size v0.4.0 | 
| 1461 | 2025-01-22T08:43:51.107Z |    Compiling openapiv3 v2.0.0 | 
| 1462 | 2025-01-22T08:43:51.196Z |    Compiling waitgroup v0.1.2 | 
| 1463 | 2025-01-22T08:43:51.358Z |    Compiling backtrace v0.3.74 | 
| 1464 | 2025-01-22T08:43:51.438Z |    Compiling serde_path_to_error v0.1.16 | 
| 1465 | 2025-01-22T08:43:51.879Z |    Compiling hkdf v0.12.4 | 
| 1466 | 2025-01-22T08:43:52.169Z |    Compiling crypto-bigint v0.5.5 | 
| 1467 | 2025-01-22T08:43:52.236Z |    Compiling zerocopy-derive v0.6.6 | 
| 1468 | 2025-01-22T08:43:54.318Z |    Compiling curve25519-dalek-derive v0.1.1 | 
| 1469 | 2025-01-22T08:43:54.429Z |    Compiling webpki-roots v0.26.6 | 
| 1470 | 2025-01-22T08:43:54.673Z |    Compiling hostname v0.4.0 | 
| 1471 | 2025-01-22T08:43:54.891Z |    Compiling crc32fast v1.4.2 | 
| 1472 | 2025-01-22T08:43:55.050Z |    Compiling fs-err v2.11.0 | 
| 1473 | 2025-01-22T08:43:55.256Z |    Compiling ahash v0.8.11 | 
| 1474 | 2025-01-22T08:43:55.324Z |    Compiling winnow v0.5.40 | 
| 1475 | 2025-01-22T08:43:55.477Z |    Compiling bitflags v1.3.2 | 
| 1476 | 2025-01-22T08:43:55.493Z |    Compiling newtype-uuid v1.2.1 | 
| 1477 | 2025-01-22T08:43:55.605Z |    Compiling debug-ignore v1.0.5 | 
| 1478 | 2025-01-22T08:43:55.621Z |    Compiling hubpack_derive v0.1.1 | 
| 1479 | 2025-01-22T08:43:55.735Z |    Compiling managed v0.8.0 | 
| 1480 | 2025-01-22T08:43:55.800Z |    Compiling clap_builder v4.5.21 | 
| 1481 | 2025-01-22T08:43:56.476Z |    Compiling hubpack v0.1.2 | 
| 1482 | 2025-01-22T08:43:56.927Z |    Compiling console v0.15.8 | 
| 1483 | 2025-01-22T08:43:57.949Z |    Compiling strum_macros v0.25.3 | 
| 1484 | 2025-01-22T08:43:58.319Z |    Compiling elliptic-curve v0.13.8 | 
| 1485 | 2025-01-22T08:43:58.362Z |    Compiling flate2 v1.0.35 | 
| 1486 | 2025-01-22T08:43:58.390Z |    Compiling zerocopy v0.6.6 | 
| 1487 | 2025-01-22T08:43:58.753Z |    Compiling toml_edit v0.19.15 | 
| 1488 | 2025-01-22T08:43:59.130Z |    Compiling hickory-resolver v0.24.2 | 
| 1489 | 2025-01-22T08:43:59.276Z |    Compiling phf v0.11.2 | 
| 1490 | 2025-01-22T08:43:59.566Z |    Compiling signal-hook-mio v0.2.4 | 
| 1491 | 2025-01-22T08:43:59.753Z |    Compiling rayon v1.10.0 | 
| 1492 | 2025-01-22T08:43:59.902Z |    Compiling cookie_store v0.21.1 | 
| 1493 | 2025-01-22T08:44:01.401Z |    Compiling hyper-tls v0.6.0 | 
| 1494 | 2025-01-22T08:44:01.688Z |    Compiling bzip2 v0.4.4 | 
| 1495 | 2025-01-22T08:44:02.074Z |    Compiling tokio-tungstenite v0.24.0 | 
| 1496 | 2025-01-22T08:44:02.639Z |    Compiling postgres-types v0.2.8 | 
| 1497 | 2025-01-22T08:44:03.942Z |    Compiling ed25519 v2.2.3 | 
| 1498 | 2025-01-22T08:44:04.075Z |    Compiling phf_shared v0.10.0 | 
| 1499 | 2025-01-22T08:44:04.208Z |    Compiling tokio-stream v0.1.16 | 
| 1500 | 2025-01-22T08:44:04.456Z |    Compiling pkcs1 v0.7.5 | 
| 1501 | 2025-01-22T08:44:05.043Z |    Compiling serde-big-array v0.5.1 | 
| 1502 | 2025-01-22T08:44:05.103Z |    Compiling clap_derive v4.5.18 | 
| 1503 | 2025-01-22T08:44:05.133Z |    Compiling rfc6979 v0.4.0 | 
| 1504 | 2025-01-22T08:44:05.283Z |    Compiling derive-where v1.2.7 | 
| 1505 | 2025-01-22T08:44:05.325Z |    Compiling serde_repr v0.1.19 | 
| 1506 | 2025-01-22T08:44:05.388Z |    Compiling float-cmp v0.9.0 | 
| 1507 | 2025-01-22T08:44:05.692Z |    Compiling bstr v1.10.0 | 
| 1508 | 2025-01-22T08:44:05.846Z |    Compiling sync_wrapper v1.0.1 | 
| 1509 | 2025-01-22T08:44:06.013Z |    Compiling new_debug_unreachable v1.0.6 | 
| 1510 | 2025-01-22T08:44:06.062Z |    Compiling unicode-width v0.2.0 | 
| 1511 | 2025-01-22T08:44:06.123Z |    Compiling precomputed-hash v0.1.1 | 
| 1512 | 2025-01-22T08:44:06.251Z |    Compiling unicode-segmentation v1.12.0 | 
| 1513 | 2025-01-22T08:44:06.431Z |    Compiling normalize-line-endings v0.3.0 | 
| 1514 | 2025-01-22T08:44:06.571Z |    Compiling difflib v0.4.0 | 
| 1515 | 2025-01-22T08:44:06.593Z |    Compiling predicates-core v1.0.8 | 
| 1516 | 2025-01-22T08:44:06.927Z |    Compiling number_prefix v0.4.0 | 
| 1517 | 2025-01-22T08:44:07.139Z |    Compiling whoami v1.5.2 | 
| 1518 | 2025-01-22T08:44:07.172Z |    Compiling bit-vec v0.6.3 | 
| 1519 | 2025-01-22T08:44:07.229Z |    Compiling fixedbitset v0.4.2 | 
| 1520 | 2025-01-22T08:44:07.592Z |    Compiling static_assertions v1.1.0 | 
| 1521 | 2025-01-22T08:44:07.687Z |    Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 1522 | 2025-01-22T08:44:07.712Z |    Compiling petgraph v0.6.5 | 
| 1523 | 2025-01-22T08:44:07.744Z |    Compiling bit-set v0.5.3 | 
| 1524 | 2025-01-22T08:44:08.016Z |    Compiling tokio-postgres v0.7.12 | 
| 1525 | 2025-01-22T08:44:08.036Z |    Compiling indicatif v0.17.9 | 
| 1526 | 2025-01-22T08:44:08.633Z |    Compiling predicates v3.1.2 | 
| 1527 | 2025-01-22T08:44:09.736Z |    Compiling clap v4.5.21 | 
| 1528 | 2025-01-22T08:44:09.872Z |    Compiling similar v2.6.0 | 
| 1529 | 2025-01-22T08:44:10.031Z |    Compiling string_cache v0.8.7 | 
| 1530 | 2025-01-22T08:44:10.192Z |    Compiling ecdsa v0.16.9 | 
| 1531 | 2025-01-22T08:44:10.461Z |    Compiling rsa v0.9.6 | 
| 1532 | 2025-01-22T08:44:10.990Z |    Compiling ed25519-dalek v2.1.1 | 
| 1533 | 2025-01-22T08:44:11.314Z |    Compiling zip v0.6.6 | 
| 1534 | 2025-01-22T08:44:12.111Z |    Compiling toml v0.7.8 | 
| 1535 | 2025-01-22T08:44:12.362Z |    Compiling crossterm v0.28.1 | 
| 1536 | 2025-01-22T08:44:13.678Z |    Compiling hex v0.4.3 | 
| 1537 | 2025-01-22T08:44:13.970Z |    Compiling x509-cert v0.2.5 | 
| 1538 | 2025-01-22T08:44:14.044Z |    Compiling itertools v0.10.5 | 
| 1539 | 2025-01-22T08:44:14.064Z |    Compiling peg-runtime v0.8.3 | 
| 1540 | 2025-01-22T08:44:14.272Z |    Compiling unicode-xid v0.2.6 | 
| 1541 | 2025-01-22T08:44:14.474Z |    Compiling lalrpop-util v0.19.12 | 
| 1542 | 2025-01-22T08:44:14.642Z |    Compiling strum_macros v0.26.4 | 
| 1543 | 2025-01-22T08:44:14.838Z |    Compiling xattr v1.3.1 | 
| 1544 | 2025-01-22T08:44:15.123Z |    Compiling filetime v0.2.25 | 
| 1545 | 2025-01-22T08:44:15.444Z |    Compiling tar v0.4.42 | 
| 1546 | 2025-01-22T08:44:19.321Z |    Compiling strum v0.26.3 | 
| 1547 | 2025-01-22T08:44:22.815Z |    Compiling aws-lc-sys v0.22.0 | 
| 1548 | 2025-01-22T08:44:50.633Z |    Compiling rustls-webpki v0.102.8 | 
| 1549 | 2025-01-22T08:44:53.822Z |    Compiling tokio-rustls v0.25.0 | 
| 1550 | 2025-01-22T08:44:55.529Z |    Compiling tokio-rustls v0.26.0 | 
| 1551 | 2025-01-22T08:44:55.794Z |    Compiling hyper-rustls v0.27.3 | 
| 1552 | 2025-01-22T08:44:56.211Z |    Compiling reqwest v0.12.9 | 
| 1553 | 2025-01-22T08:44:57.435Z |    Compiling qorb v0.2.1 | 
| 1554 | 2025-01-22T08:45:00.567Z |    Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 1555 | 2025-01-22T08:45:00.816Z |    Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) | 
| 1556 | 2025-01-22T08:45:05.364Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s | 
| 1557 | 2025-01-22T08:45:05.528Z |      Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` | 
| 1558 | 2025-01-22T08:45:05.579Z | Jan 22 08:45:04.639 INFO Starting download, target: Console | 
| 1559 | 2025-01-22T08:45:05.579Z | Jan 22 08:45:04.640 INFO Starting download, target: DendriteOpenapi | 
| 1560 | 2025-01-22T08:45:05.579Z | Jan 22 08:45:04.640 INFO Starting download, target: DendriteStub | 
| 1561 | 2025-01-22T08:45:05.579Z | Jan 22 08:45:04.640 INFO Starting download, target: Cockroach | 
| 1562 | 2025-01-22T08:45:05.579Z | Jan 22 08:45:04.640 INFO Starting download, target: Clickhouse | 
| 1563 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.640 INFO Starting download, target: MaghemiteMgd | 
| 1564 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.640 INFO Starting download, target: TransceiverControl | 
| 1565 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.640 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console | 
| 1566 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.640 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi | 
| 1567 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.640 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach | 
| 1568 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.640 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl | 
| 1569 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.641 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd | 
| 1570 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.641 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub | 
| 1571 | 2025-01-22T08:45:05.583Z | Jan 22 08:45:04.641 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse | 
| 1572 | 2025-01-22T08:45:05.792Z | Jan 22 08:45:04.843 INFO Download complete, target: DendriteOpenapi | 
| 1573 | 2025-01-22T08:45:06.085Z | Jan 22 08:45:05.105 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl | 
| 1574 | 2025-01-22T08:45:06.141Z | Jan 22 08:45:05.154 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console | 
| 1575 | 2025-01-22T08:45:06.452Z | Jan 22 08:45:05.499 INFO Download complete, target: Console | 
| 1576 | 2025-01-22T08:45:06.703Z | Jan 22 08:45:05.589 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd | 
| 1577 | 2025-01-22T08:45:06.729Z | Jan 22 08:45:05.778 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub | 
| 1578 | 2025-01-22T08:45:06.737Z | Jan 22 08:45:05.795 INFO Download complete, target: TransceiverControl | 
| 1579 | 2025-01-22T08:45:07.493Z | Jan 22 08:45:06.554 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach | 
| 1580 | 2025-01-22T08:45:07.493Z | Jan 22 08:45:06.554 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach | 
| 1581 | 2025-01-22T08:45:07.589Z | Jan 22 08:45:06.649 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse | 
| 1582 | 2025-01-22T08:45:09.527Z | Jan 22 08:45:08.588 INFO Download complete, target: MaghemiteMgd | 
| 1583 | 2025-01-22T08:45:09.684Z | Jan 22 08:45:08.744 INFO Download complete, target: DendriteStub | 
| 1584 | 2025-01-22T08:45:14.910Z | Jan 22 08:45:13.971 INFO Checking that binary works, target: Cockroach | 
| 1585 | 2025-01-22T08:45:15.066Z | Jan 22 08:45:14.126 INFO Download complete, target: Cockroach | 
| 1586 | 2025-01-22T08:45:20.059Z | Jan 22 08:45:19.117 INFO Checking that binary works, target: Clickhouse | 
| 1587 | 2025-01-22T08:45:20.225Z | Jan 22 08:45:19.285 INFO Download complete, target: Clickhouse | 
| 1588 | 2025-01-22T08:45:20.246Z | All builder prerequisites installed successfully, and PATH looks valid | 
| 1589 | 2025-01-22T08:45:20.248Z |  | 
| 1590 | 2025-01-22T08:45:20.248Z | real     5:15.075848788 | 
| 1591 | 2025-01-22T08:45:20.248Z | user    15:52.217475890 | 
| 1592 | 2025-01-22T08:45:20.248Z | sys      2:05.667053504 | 
| 1593 | 2025-01-22T08:45:20.248Z | trap        0.575696077 | 
| 1594 | 2025-01-22T08:45:20.248Z | tflt        1.696487708 | 
| 1595 | 2025-01-22T08:45:20.248Z | dflt        1.648500680 | 
| 1596 | 2025-01-22T08:45:20.248Z | kflt        0.026269858 | 
| 1597 | 2025-01-22T08:45:20.249Z | lock    24:46.493538748 | 
| 1598 | 2025-01-22T08:45:20.249Z | slp     56:14.964365977 | 
| 1599 | 2025-01-22T08:45:20.249Z | lat      1:00.046348392 | 
| 1600 | 2025-01-22T08:45:20.249Z | stop     2:25.141103963 | 
| 1601 | 2025-01-22T08:45:20.249Z | + banner clippy | 
| 1602 | 2025-01-22T08:45:20.251Z |  | 
| 1603 | 2025-01-22T08:45:20.251Z |   ####   #          #    #####   #####    #   # | 
| 1604 | 2025-01-22T08:45:20.251Z |  #    #  #          #    #    #  #    #    # # | 
| 1605 | 2025-01-22T08:45:20.252Z |  #       #          #    #    #  #    #     # | 
| 1606 | 2025-01-22T08:45:20.252Z |  #       #          #    #####   #####      # | 
| 1607 | 2025-01-22T08:45:20.252Z |  #    #  #          #    #       #          # | 
| 1608 | 2025-01-22T08:45:20.252Z |   ####   ######     #    #       #          # | 
| 1609 | 2025-01-22T08:45:20.252Z |  | 
| 1610 | 2025-01-22T08:45:20.252Z | + export CARGO_INCREMENTAL=0 | 
| 1611 | 2025-01-22T08:45:20.252Z | + CARGO_INCREMENTAL=0 | 
| 1612 | 2025-01-22T08:45:20.252Z | + ptime -m cargo xtask clippy | 
| 1613 | 2025-01-22T08:45:20.762Z |    Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 1614 | 2025-01-22T08:45:23.794Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s | 
| 1615 | 2025-01-22T08:45:23.799Z |      Running `target/debug/xtask clippy` | 
| 1616 | 2025-01-22T08:45:23.805Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" | 
| 1617 | 2025-01-22T08:45:24.423Z |  Downloading crates ... | 
| 1618 | 2025-01-22T08:45:24.761Z |   Downloaded async-executor v1.13.1 | 
| 1619 | 2025-01-22T08:45:24.768Z |   Downloaded async-channel v1.9.0 | 
| 1620 | 2025-01-22T08:45:24.771Z |   Downloaded async-channel v2.3.1 | 
| 1621 | 2025-01-22T08:45:24.771Z |   Downloaded event-listener-strategy v0.5.2 | 
| 1622 | 2025-01-22T08:45:24.774Z |   Downloaded async-global-executor v2.4.1 | 
| 1623 | 2025-01-22T08:45:24.774Z |   Downloaded assert-json-diff v2.0.2 | 
| 1624 | 2025-01-22T08:45:24.777Z |   Downloaded concurrent-queue v2.5.0 | 
| 1625 | 2025-01-22T08:45:24.777Z |   Downloaded doc-comment v0.3.3 | 
| 1626 | 2025-01-22T08:45:24.779Z |   Downloaded async-attributes v1.1.2 | 
| 1627 | 2025-01-22T08:45:24.782Z |   Downloaded async-object-pool v0.1.5 | 
| 1628 | 2025-01-22T08:45:24.788Z |   Downloaded guppy-workspace-hack v0.1.0 | 
| 1629 | 2025-01-22T08:45:24.791Z |   Downloaded escape8259 v0.5.3 | 
| 1630 | 2025-01-22T08:45:24.791Z |   Downloaded nested v0.1.1 | 
| 1631 | 2025-01-22T08:45:24.793Z |   Downloaded pathdiff v0.2.2 | 
| 1632 | 2025-01-22T08:45:24.800Z |   Downloaded plotters-svg v0.3.7 | 
| 1633 | 2025-01-22T08:45:24.815Z |   Downloaded serde_regex v1.1.0 | 
| 1634 | 2025-01-22T08:45:24.817Z |   Downloaded approx v0.5.1 | 
| 1635 | 2025-01-22T08:45:24.900Z |   Downloaded target-triple v0.1.3 | 
| 1636 | 2025-01-22T08:45:24.914Z |   Downloaded httptest v0.16.1 | 
| 1637 | 2025-01-22T08:45:24.915Z |   Downloaded plotters-backend v0.3.7 | 
| 1638 | 2025-01-22T08:45:24.915Z |   Downloaded cast v0.3.0 | 
| 1639 | 2025-01-22T08:45:24.915Z |   Downloaded blocking v1.6.1 | 
| 1640 | 2025-01-22T08:45:24.915Z |   Downloaded parking v2.2.1 | 
| 1641 | 2025-01-22T08:45:24.915Z |   Downloaded indoc v2.0.5 | 
| 1642 | 2025-01-22T08:45:24.915Z |   Downloaded proc-macro-crate v3.2.0 | 
| 1643 | 2025-01-22T08:45:24.915Z |   Downloaded similar-asserts v1.6.0 | 
| 1644 | 2025-01-22T08:45:24.915Z |   Downloaded piper v0.2.4 | 
| 1645 | 2025-01-22T08:45:24.915Z |   Downloaded target-spec v3.2.2 | 
| 1646 | 2025-01-22T08:45:24.915Z |   Downloaded stringmetrics v2.2.2 | 
| 1647 | 2025-01-22T08:45:24.915Z |   Downloaded relative-path v1.9.3 | 
| 1648 | 2025-01-22T08:45:24.915Z |   Downloaded num_cpus v1.16.0 | 
| 1649 | 2025-01-22T08:45:24.915Z |   Downloaded kv-log-macro v1.0.7 | 
| 1650 | 2025-01-22T08:45:24.915Z |   Downloaded anes v0.1.6 | 
| 1651 | 2025-01-22T08:45:24.915Z |   Downloaded oorandom v11.1.4 | 
| 1652 | 2025-01-22T08:45:24.915Z |   Downloaded datatest-stable v0.2.9 | 
| 1653 | 2025-01-22T08:45:24.915Z |   Downloaded futures-timer v3.0.3 | 
| 1654 | 2025-01-22T08:45:24.915Z |   Downloaded async-signal v0.2.10 | 
| 1655 | 2025-01-22T08:45:24.915Z |   Downloaded event-listener v2.5.3 | 
| 1656 | 2025-01-22T08:45:24.915Z |   Downloaded threadpool v1.8.1 | 
| 1657 | 2025-01-22T08:45:24.915Z |   Downloaded path-tree v0.8.1 | 
| 1658 | 2025-01-22T08:45:24.915Z |   Downloaded criterion-plot v0.5.0 | 
| 1659 | 2025-01-22T08:45:24.915Z |   Downloaded futures-lite v2.3.0 | 
| 1660 | 2025-01-22T08:45:24.915Z |   Downloaded hyper-rustls v0.26.0 | 
| 1661 | 2025-01-22T08:45:24.915Z |   Downloaded async-lock v3.4.0 | 
| 1662 | 2025-01-22T08:45:24.916Z |   Downloaded target-lexicon v0.12.16 | 
| 1663 | 2025-01-22T08:45:24.916Z |   Downloaded rustls-native-certs v0.7.3 | 
| 1664 | 2025-01-22T08:45:24.916Z |   Downloaded partial-io v0.5.4 | 
| 1665 | 2025-01-22T08:45:24.916Z |   Downloaded assert_cmd v2.0.16 | 
| 1666 | 2025-01-22T08:45:24.916Z |   Downloaded rust-argon2 v2.1.0 | 
| 1667 | 2025-01-22T08:45:24.916Z |   Downloaded libtest-mimic v0.7.3 | 
| 1668 | 2025-01-22T08:45:24.919Z |   Downloaded trybuild v1.0.101 | 
| 1669 | 2025-01-22T08:45:24.919Z |   Downloaded cfg-expr v0.17.0 | 
| 1670 | 2025-01-22T08:45:24.923Z |   Downloaded async-task v4.7.1 | 
| 1671 | 2025-01-22T08:45:24.926Z |   Downloaded async-io v2.3.4 | 
| 1672 | 2025-01-22T08:45:24.928Z |   Downloaded tinytemplate v1.2.1 | 
| 1673 | 2025-01-22T08:45:24.928Z |   Downloaded rstest v0.23.0 | 
| 1674 | 2025-01-22T08:45:24.934Z |   Downloaded rand_distr v0.4.3 | 
| 1675 | 2025-01-22T08:45:24.936Z |   Downloaded polling v3.7.3 | 
| 1676 | 2025-01-22T08:45:24.940Z |   Downloaded yansi v1.0.1 | 
| 1677 | 2025-01-22T08:45:24.942Z |   Downloaded fancy-regex v0.13.0 | 
| 1678 | 2025-01-22T08:45:24.945Z |   Downloaded rstest_macros v0.23.0 | 
| 1679 | 2025-01-22T08:45:24.947Z |   Downloaded pretty_assertions v1.4.1 | 
| 1680 | 2025-01-22T08:45:24.949Z |   Downloaded event-listener v5.3.1 | 
| 1681 | 2025-01-22T08:45:24.952Z |   Downloaded async-process v2.3.0 | 
| 1682 | 2025-01-22T08:45:24.954Z |   Downloaded blake2b_simd v1.0.2 | 
| 1683 | 2025-01-22T08:45:24.958Z |   Downloaded criterion v0.5.1 | 
| 1684 | 2025-01-22T08:45:24.965Z |   Downloaded guppy v0.17.8 | 
| 1685 | 2025-01-22T08:45:24.971Z |   Downloaded plotters v0.3.7 | 
| 1686 | 2025-01-22T08:45:24.979Z |   Downloaded async-std v1.13.0 | 
| 1687 | 2025-01-22T08:45:25.074Z |   Downloaded httpmock v0.8.0-alpha.1 | 
| 1688 | 2025-01-22T08:45:25.844Z |     Checking cfg-if v1.0.0 | 
| 1689 | 2025-01-22T08:45:25.924Z |     Checking libc v0.2.169 | 
| 1690 | 2025-01-22T08:45:26.023Z |     Checking serde v1.0.217 | 
| 1691 | 2025-01-22T08:45:26.036Z |     Checking memchr v2.7.4 | 
| 1692 | 2025-01-22T08:45:26.036Z |     Checking value-bag v1.9.0 | 
| 1693 | 2025-01-22T08:45:26.036Z |     Checking scopeguard v1.2.0 | 
| 1694 | 2025-01-22T08:45:26.049Z |     Checking zeroize v1.8.1 | 
| 1695 | 2025-01-22T08:45:26.070Z |     Checking itoa v1.0.11 | 
| 1696 | 2025-01-22T08:45:26.097Z |     Checking smallvec v1.13.2 | 
| 1697 | 2025-01-22T08:45:26.174Z |     Checking lock_api v0.4.12 | 
| 1698 | 2025-01-22T08:45:26.289Z |     Checking byteorder v1.5.0 | 
| 1699 | 2025-01-22T08:45:26.323Z |     Checking pin-project-lite v0.2.14 | 
| 1700 | 2025-01-22T08:45:26.396Z |     Checking log v0.4.22 | 
| 1701 | 2025-01-22T08:45:26.425Z |     Checking subtle v2.6.1 | 
| 1702 | 2025-01-22T08:45:26.466Z |     Checking once_cell v1.20.2 | 
| 1703 | 2025-01-22T08:45:26.523Z |     Checking typenum v1.17.0 | 
| 1704 | 2025-01-22T08:45:26.703Z |     Checking libm v0.2.8 | 
| 1705 | 2025-01-22T08:45:26.733Z |     Checking futures-core v0.3.31 | 
| 1706 | 2025-01-22T08:45:26.765Z |     Checking ryu v1.0.18 | 
| 1707 | 2025-01-22T08:45:26.803Z |     Checking zerocopy v0.7.35 | 
| 1708 | 2025-01-22T08:45:26.899Z |     Checking thiserror v1.0.69 | 
| 1709 | 2025-01-22T08:45:26.932Z |     Checking getrandom v0.2.15 | 
| 1710 | 2025-01-22T08:45:26.932Z |     Checking parking_lot_core v0.9.10 | 
| 1711 | 2025-01-22T08:45:27.004Z |     Checking signal-hook-registry v1.4.2 | 
| 1712 | 2025-01-22T08:45:27.058Z |     Checking mio v1.0.2 | 
| 1713 | 2025-01-22T08:45:27.201Z |     Checking rand_core v0.6.4 | 
| 1714 | 2025-01-22T08:45:27.307Z |     Checking socket2 v0.5.7 | 
| 1715 | 2025-01-22T08:45:27.352Z |     Checking parking_lot v0.12.3 | 
| 1716 | 2025-01-22T08:45:27.531Z |     Checking spin v0.9.8 | 
| 1717 | 2025-01-22T08:45:27.622Z |     Checking generic-array v0.14.7 | 
| 1718 | 2025-01-22T08:45:27.651Z |     Checking num-traits v0.2.19 | 
| 1719 | 2025-01-22T08:45:27.718Z |     Checking const-oid v0.9.6 | 
| 1720 | 2025-01-22T08:45:27.749Z |     Checking allocator-api2 v0.2.18 | 
| 1721 | 2025-01-22T08:45:27.808Z |     Checking futures-io v0.3.31 | 
| 1722 | 2025-01-22T08:45:27.919Z |     Checking slab v0.4.9 | 
| 1723 | 2025-01-22T08:45:28.021Z |     Checking cpufeatures v0.2.14 | 
| 1724 | 2025-01-22T08:45:28.067Z |     Checking futures-sink v0.3.31 | 
| 1725 | 2025-01-22T08:45:28.156Z |     Checking equivalent v1.0.1 | 
| 1726 | 2025-01-22T08:45:28.256Z |     Checking foldhash v0.1.3 | 
| 1727 | 2025-01-22T08:45:28.260Z |     Checking pin-utils v0.1.0 | 
| 1728 | 2025-01-22T08:45:28.282Z |     Checking futures-channel v0.3.31 | 
| 1729 | 2025-01-22T08:45:28.327Z |     Checking futures-task v0.3.31 | 
| 1730 | 2025-01-22T08:45:28.357Z |     Checking iana-time-zone v0.1.61 | 
| 1731 | 2025-01-22T08:45:28.414Z |     Checking hashbrown v0.15.1 | 
| 1732 | 2025-01-22T08:45:28.536Z |     Checking stable_deref_trait v1.2.0 | 
| 1733 | 2025-01-22T08:45:28.584Z |     Checking fnv v1.0.7 | 
| 1734 | 2025-01-22T08:45:28.618Z |     Checking futures-util v0.3.31 | 
| 1735 | 2025-01-22T08:45:28.652Z |    Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 1736 | 2025-01-22T08:45:28.717Z |     Checking crypto-common v0.1.6 | 
| 1737 | 2025-01-22T08:45:28.746Z |     Checking block-buffer v0.10.4 | 
| 1738 | 2025-01-22T08:45:28.907Z |     Checking tracing-core v0.1.32 | 
| 1739 | 2025-01-22T08:45:28.984Z |     Checking ppv-lite86 v0.2.20 | 
| 1740 | 2025-01-22T08:45:29.008Z |     Checking errno v0.3.9 | 
| 1741 | 2025-01-22T08:45:29.131Z |     Checking dyn-clone v1.0.17 | 
| 1742 | 2025-01-22T08:45:29.299Z |     Checking zerofrom v0.1.4 | 
| 1743 | 2025-01-22T08:45:29.304Z |     Checking block-padding v0.3.3 | 
| 1744 | 2025-01-22T08:45:29.425Z |     Checking yoke v0.7.4 | 
| 1745 | 2025-01-22T08:45:29.497Z |     Checking tracing v0.1.40 | 
| 1746 | 2025-01-22T08:45:29.523Z |     Checking percent-encoding v2.3.1 | 
| 1747 | 2025-01-22T08:45:29.549Z |     Checking writeable v0.5.5 | 
| 1748 | 2025-01-22T08:45:29.654Z |     Checking digest v0.10.7 | 
| 1749 | 2025-01-22T08:45:29.681Z |     Checking rand_chacha v0.3.1 | 
| 1750 | 2025-01-22T08:45:29.736Z |     Checking litemap v0.7.3 | 
| 1751 | 2025-01-22T08:45:29.762Z |     Checking zerovec v0.10.4 | 
| 1752 | 2025-01-22T08:45:29.855Z |     Checking inout v0.1.3 | 
| 1753 | 2025-01-22T08:45:29.858Z |     Checking crossbeam-utils v0.8.20 | 
| 1754 | 2025-01-22T08:45:29.997Z |     Checking httparse v1.9.5 | 
| 1755 | 2025-01-22T08:45:30.063Z |     Checking atomic-waker v1.1.2 | 
| 1756 | 2025-01-22T08:45:30.091Z |     Checking rand v0.8.5 | 
| 1757 | 2025-01-22T08:45:30.094Z |     Checking cipher v0.4.4 | 
| 1758 | 2025-01-22T08:45:30.222Z |     Checking regex-syntax v0.8.5 | 
| 1759 | 2025-01-22T08:45:30.498Z |     Checking unicode-ident v1.0.14 | 
| 1760 | 2025-01-22T08:45:30.508Z |     Checking bytes v1.9.0 | 
| 1761 | 2025-01-22T08:45:30.537Z |     Checking bitflags v2.6.0 | 
| 1762 | 2025-01-22T08:45:30.583Z |     Checking serde_json v1.0.135 | 
| 1763 | 2025-01-22T08:45:30.612Z |     Checking chrono v0.4.39 | 
| 1764 | 2025-01-22T08:45:30.843Z |     Checking indexmap v2.7.0 | 
| 1765 | 2025-01-22T08:45:31.291Z |     Checking uuid v1.12.0 | 
| 1766 | 2025-01-22T08:45:31.320Z |     Checking tokio v1.43.0 | 
| 1767 | 2025-01-22T08:45:31.323Z |     Checking rustix v0.38.37 | 
| 1768 | 2025-01-22T08:45:31.940Z |     Checking http v1.2.0 | 
| 1769 | 2025-01-22T08:45:32.001Z |     Checking tinystr v0.7.6 | 
| 1770 | 2025-01-22T08:45:32.271Z |     Checking icu_locid_transform_data v1.5.0 | 
| 1771 | 2025-01-22T08:45:32.349Z |     Checking icu_locid v1.5.0 | 
| 1772 | 2025-01-22T08:45:32.399Z |     Checking icu_collections v1.5.0 | 
| 1773 | 2025-01-22T08:45:32.513Z |     Checking schemars v0.8.21 | 
| 1774 | 2025-01-22T08:45:33.085Z |     Checking form_urlencoded v1.2.1 | 
| 1775 | 2025-01-22T08:45:33.268Z |     Checking icu_properties_data v1.5.0 | 
| 1776 | 2025-01-22T08:45:33.336Z |     Checking untrusted v0.9.0 | 
| 1777 | 2025-01-22T08:45:33.337Z |     Checking aho-corasick v1.1.3 | 
| 1778 | 2025-01-22T08:45:33.399Z |     Checking icu_provider v1.5.0 | 
| 1779 | 2025-01-22T08:45:33.474Z |     Checking ring v0.17.8 | 
| 1780 | 2025-01-22T08:45:33.510Z |     Checking utf8_iter v1.0.4 | 
| 1781 | 2025-01-22T08:45:33.510Z |     Checking icu_normalizer_data v1.5.0 | 
| 1782 | 2025-01-22T08:45:33.625Z |     Checking base64ct v1.6.0 | 
| 1783 | 2025-01-22T08:45:33.709Z |     Checking utf16_iter v1.0.5 | 
| 1784 | 2025-01-22T08:45:33.966Z |     Checking write16 v1.0.0 | 
| 1785 | 2025-01-22T08:45:33.973Z |     Checking icu_locid_transform v1.5.0 | 
| 1786 | 2025-01-22T08:45:34.030Z |     Checking proc-macro2 v1.0.92 | 
| 1787 | 2025-01-22T08:45:34.096Z |     Checking sha2 v0.10.8 | 
| 1788 | 2025-01-22T08:45:34.128Z |     Checking hmac v0.12.1 | 
| 1789 | 2025-01-22T08:45:34.358Z |     Checking powerfmt v0.2.0 | 
| 1790 | 2025-01-22T08:45:34.576Z |     Checking rustls-pki-types v1.10.0 | 
| 1791 | 2025-01-22T08:45:34.648Z |     Checking deranged v0.3.11 | 
| 1792 | 2025-01-22T08:45:34.677Z |     Checking quote v1.0.38 | 
| 1793 | 2025-01-22T08:45:34.680Z |     Checking num-conv v0.1.0 | 
| 1794 | 2025-01-22T08:45:34.894Z |     Checking regex-automata v0.4.8 | 
| 1795 | 2025-01-22T08:45:34.944Z |     Checking icu_properties v1.5.1 | 
| 1796 | 2025-01-22T08:45:34.947Z |     Checking time-core v0.1.2 | 
| 1797 | 2025-01-22T08:45:35.115Z |     Checking num_threads v0.1.7 | 
| 1798 | 2025-01-22T08:45:35.119Z |     Checking syn v2.0.96 | 
| 1799 | 2025-01-22T08:45:35.140Z |     Checking adler2 v2.0.0 | 
| 1800 | 2025-01-22T08:45:35.169Z |     Checking http-body v1.0.1 | 
| 1801 | 2025-01-22T08:45:35.172Z |     Checking aws-lc-sys v0.22.0 | 
| 1802 | 2025-01-22T08:45:35.306Z |     Checking miniz_oxide v0.8.0 | 
| 1803 | 2025-01-22T08:45:35.402Z |     Checking try-lock v0.2.5 | 
| 1804 | 2025-01-22T08:45:35.570Z |     Checking httpdate v1.0.3 | 
| 1805 | 2025-01-22T08:45:35.839Z |     Checking untrusted v0.7.1 | 
| 1806 | 2025-01-22T08:45:35.970Z |     Checking time v0.3.36 | 
| 1807 | 2025-01-22T08:45:36.019Z |     Checking mirai-annotations v1.12.0 | 
| 1808 | 2025-01-22T08:45:36.049Z |     Checking base64 v0.22.1 | 
| 1809 | 2025-01-22T08:45:36.221Z |     Checking want v0.3.1 | 
| 1810 | 2025-01-22T08:45:36.412Z |     Checking pem-rfc7468 v0.7.0 | 
| 1811 | 2025-01-22T08:45:36.554Z |     Checking ahash v0.8.11 | 
| 1812 | 2025-01-22T08:45:36.705Z |     Checking lazy_static v1.5.0 | 
| 1813 | 2025-01-22T08:45:36.853Z |     Checking flagset v0.4.6 | 
| 1814 | 2025-01-22T08:45:37.059Z |     Checking tower-service v0.3.3 | 
| 1815 | 2025-01-22T08:45:37.088Z |     Checking der v0.7.9 | 
| 1816 | 2025-01-22T08:45:37.219Z |     Checking pbkdf2 v0.12.2 | 
| 1817 | 2025-01-22T08:45:37.334Z |     Checking aws-lc-rs v1.10.0 | 
| 1818 | 2025-01-22T08:45:37.409Z |     Checking aes v0.8.4 | 
| 1819 | 2025-01-22T08:45:37.959Z |     Checking tokio-util v0.7.12 | 
| 1820 | 2025-01-22T08:45:38.194Z |     Checking icu_normalizer v1.5.0 | 
| 1821 | 2025-01-22T08:45:38.241Z |     Checking mime v0.3.17 | 
| 1822 | 2025-01-22T08:45:38.321Z |     Checking salsa20 v0.10.2 | 
| 1823 | 2025-01-22T08:45:38.544Z |     Checking cbc v0.1.2 | 
| 1824 | 2025-01-22T08:45:38.547Z |     Checking slog v2.7.0 | 
| 1825 | 2025-01-22T08:45:38.766Z |     Checking scrypt v0.11.0 | 
| 1826 | 2025-01-22T08:45:38.793Z |     Checking h2 v0.4.6 | 
| 1827 | 2025-01-22T08:45:38.862Z |     Checking spki v0.7.3 | 
| 1828 | 2025-01-22T08:45:38.993Z |     Checking idna_adapter v1.2.0 | 
| 1829 | 2025-01-22T08:45:39.019Z |     Checking http-body-util v0.1.2 | 
| 1830 | 2025-01-22T08:45:39.038Z |     Checking rustls-webpki v0.102.8 | 
| 1831 | 2025-01-22T08:45:39.041Z |     Checking semver v1.0.24 | 
| 1832 | 2025-01-22T08:45:39.123Z |     Checking regex v1.11.1 | 
| 1833 | 2025-01-22T08:45:39.151Z |     Checking gimli v0.31.1 | 
| 1834 | 2025-01-22T08:45:39.189Z |     Checking idna v1.0.3 | 
| 1835 | 2025-01-22T08:45:39.450Z |     Checking pkcs5 v0.7.1 | 
| 1836 | 2025-01-22T08:45:39.481Z |     Checking rustls-pemfile v2.2.0 | 
| 1837 | 2025-01-22T08:45:39.715Z |     Checking object v0.36.5 | 
| 1838 | 2025-01-22T08:45:39.718Z |     Checking url v2.5.3 | 
| 1839 | 2025-01-22T08:45:39.718Z |     Checking ipnet v2.10.1 | 
| 1840 | 2025-01-22T08:45:39.789Z |     Checking rustc-demangle v0.1.24 | 
| 1841 | 2025-01-22T08:45:39.936Z |     Checking openssl-probe v0.1.5 | 
| 1842 | 2025-01-22T08:45:40.120Z |     Checking utf8parse v0.2.2 | 
| 1843 | 2025-01-22T08:45:40.193Z |     Checking foreign-types-shared v0.1.1 | 
| 1844 | 2025-01-22T08:45:40.236Z |     Checking pkcs8 v0.10.2 | 
| 1845 | 2025-01-22T08:45:40.285Z |     Checking serde_urlencoded v0.7.1 | 
| 1846 | 2025-01-22T08:45:40.331Z |     Checking foreign-types v0.3.2 | 
| 1847 | 2025-01-22T08:45:40.444Z |     Checking futures-executor v0.3.31 | 
| 1848 | 2025-01-22T08:45:40.551Z |     Checking serde_spanned v0.6.8 | 
| 1849 | 2025-01-22T08:45:40.580Z |     Checking toml_datetime v0.6.8 | 
| 1850 | 2025-01-22T08:45:40.685Z |     Checking openssl-sys v0.9.103 | 
| 1851 | 2025-01-22T08:45:40.716Z |     Checking encoding_rs v0.8.34 | 
| 1852 | 2025-01-22T08:45:40.751Z |     Checking unicode-width v0.1.14 | 
| 1853 | 2025-01-22T08:45:40.865Z |     Checking futures v0.3.31 | 
| 1854 | 2025-01-22T08:45:40.994Z |     Checking data-encoding v2.6.0 | 
| 1855 | 2025-01-22T08:45:41.107Z |     Checking anstyle v1.0.10 | 
| 1856 | 2025-01-22T08:45:41.249Z |     Checking either v1.13.0 | 
| 1857 | 2025-01-22T08:45:41.444Z |     Checking rustls v0.23.19 | 
| 1858 | 2025-01-22T08:45:41.570Z |     Checking sha1 v0.10.6 | 
| 1859 | 2025-01-22T08:45:41.632Z |     Checking openapiv3 v2.0.0 | 
| 1860 | 2025-01-22T08:45:41.842Z |     Checking openssl v0.10.66 | 
| 1861 | 2025-01-22T08:45:41.879Z |     Checking psl-types v2.0.11 | 
| 1862 | 2025-01-22T08:45:42.081Z |     Checking publicsuffix v2.3.0 | 
| 1863 | 2025-01-22T08:45:42.370Z |     Checking anstyle-parse v0.2.5 | 
| 1864 | 2025-01-22T08:45:42.659Z |     Checking cookie v0.18.1 | 
| 1865 | 2025-01-22T08:45:42.770Z |     Checking addr2line v0.24.2 | 
| 1866 | 2025-01-22T08:45:43.064Z |     Checking webpki-roots v0.26.6 | 
| 1867 | 2025-01-22T08:45:43.132Z |     Checking camino v1.1.9 | 
| 1868 | 2025-01-22T08:45:43.296Z |     Checking anstyle-query v1.1.1 | 
| 1869 | 2025-01-22T08:45:43.299Z |     Checking winnow v0.6.20 | 
| 1870 | 2025-01-22T08:45:43.442Z |     Checking colorchoice v1.0.2 | 
| 1871 | 2025-01-22T08:45:43.610Z |     Checking is_terminal_polyfill v1.70.1 | 
| 1872 | 2025-01-22T08:45:43.695Z |     Checking cookie_store v0.21.1 | 
| 1873 | 2025-01-22T08:45:43.753Z |     Checking anstream v0.6.15 | 
| 1874 | 2025-01-22T08:45:44.143Z |     Checking terminal_size v0.4.0 | 
| 1875 | 2025-01-22T08:45:44.343Z |     Checking signature v2.2.0 | 
| 1876 | 2025-01-22T08:45:44.398Z |     Checking sync_wrapper v1.0.1 | 
| 1877 | 2025-01-22T08:45:44.543Z |     Checking clap_lex v0.7.2 | 
| 1878 | 2025-01-22T08:45:44.568Z |     Checking strsim v0.11.1 | 
| 1879 | 2025-01-22T08:45:44.800Z |     Checking is-terminal v0.4.13 | 
| 1880 | 2025-01-22T08:45:44.854Z |     Checking hyper v1.5.2 | 
| 1881 | 2025-01-22T08:45:44.880Z |     Checking clap_builder v4.5.21 | 
| 1882 | 2025-01-22T08:45:44.907Z |     Checking scroll v0.12.0 | 
| 1883 | 2025-01-22T08:45:44.937Z |     Checking ucd-trie v0.1.7 | 
| 1884 | 2025-01-22T08:45:45.166Z |     Checking plain v0.2.3 | 
| 1885 | 2025-01-22T08:45:45.347Z |     Checking tinyvec_macros v0.1.1 | 
| 1886 | 2025-01-22T08:45:45.375Z |     Checking goblin v0.8.2 | 
| 1887 | 2025-01-22T08:45:45.448Z |     Checking tinyvec v1.8.0 | 
| 1888 | 2025-01-22T08:45:45.692Z |     Checking backtrace v0.3.74 | 
| 1889 | 2025-01-22T08:45:45.994Z |     Checking pest v2.7.14 | 
| 1890 | 2025-01-22T08:45:46.290Z |     Checking anyhow v1.0.93 | 
| 1891 | 2025-01-22T08:45:46.587Z |     Checking tokio-rustls v0.26.0 | 
| 1892 | 2025-01-22T08:45:46.694Z |     Checking base16ct v0.2.0 | 
| 1893 | 2025-01-22T08:45:46.737Z |     Checking pretty-hex v0.4.1 | 
| 1894 | 2025-01-22T08:45:46.771Z |     Checking hyper-util v0.1.10 | 
| 1895 | 2025-01-22T08:45:46.804Z |     Checking native-tls v0.2.12 | 
| 1896 | 2025-01-22T08:45:46.926Z |     Checking sec1 v0.7.3 | 
| 1897 | 2025-01-22T08:45:46.953Z |     Checking num-integer v0.1.46 | 
| 1898 | 2025-01-22T08:45:47.031Z |     Checking ff v0.13.0 | 
| 1899 | 2025-01-22T08:45:47.178Z |     Checking tokio-native-tls v0.3.1 | 
| 1900 | 2025-01-22T08:45:47.271Z |     Checking thread-id v4.2.2 | 
| 1901 | 2025-01-22T08:45:47.365Z |     Checking group v0.13.0 | 
| 1902 | 2025-01-22T08:45:47.402Z |     Checking toml_edit v0.22.22 | 
| 1903 | 2025-01-22T08:45:47.434Z |     Checking hkdf v0.12.4 | 
| 1904 | 2025-01-22T08:45:47.474Z |     Checking crypto-bigint v0.5.5 | 
| 1905 | 2025-01-22T08:45:47.599Z |     Checking dirs-sys-next v0.1.2 | 
| 1906 | 2025-01-22T08:45:47.662Z |     Checking memmap v0.7.0 | 
| 1907 | 2025-01-22T08:45:47.787Z |     Checking crc32fast v1.4.2 | 
| 1908 | 2025-01-22T08:45:47.822Z |     Checking clap v4.5.21 | 
| 1909 | 2025-01-22T08:45:47.881Z |     Checking static_assertions v1.1.0 | 
| 1910 | 2025-01-22T08:45:47.956Z |     Checking utf-8 v0.7.6 | 
| 1911 | 2025-01-22T08:45:48.003Z |     Checking bitflags v1.3.2 | 
| 1912 | 2025-01-22T08:45:48.048Z |     Checking dirs-next v2.0.0 | 
| 1913 | 2025-01-22T08:45:48.124Z |     Checking crossbeam-channel v0.5.13 | 
| 1914 | 2025-01-22T08:45:48.173Z |     Checking thread_local v1.1.8 | 
| 1915 | 2025-01-22T08:45:48.198Z |     Checking unicode-segmentation v1.12.0 | 
| 1916 | 2025-01-22T08:45:48.481Z |     Checking term v0.7.0 | 
| 1917 | 2025-01-22T08:45:48.573Z |     Checking dtrace-parser v0.2.0 | 
| 1918 | 2025-01-22T08:45:48.671Z |     Checking hyper-rustls v0.27.3 | 
| 1919 | 2025-01-22T08:45:48.850Z |     Checking hyper-tls v0.6.0 | 
| 1920 | 2025-01-22T08:45:48.918Z |     Checking num-iter v0.1.45 | 
| 1921 | 2025-01-22T08:45:48.921Z |     Checking crossbeam-epoch v0.9.18 | 
| 1922 | 2025-01-22T08:45:48.991Z |     Checking take_mut v0.2.2 | 
| 1923 | 2025-01-22T08:45:49.064Z |     Checking match_cfg v0.1.0 | 
| 1924 | 2025-01-22T08:45:49.102Z |     Checking slog-term v2.9.1 | 
| 1925 | 2025-01-22T08:45:49.141Z |     Checking reqwest v0.12.9 | 
| 1926 | 2025-01-22T08:45:49.170Z |     Checking slog-async v2.8.0 | 
| 1927 | 2025-01-22T08:45:49.193Z |     Checking hostname v0.3.1 | 
| 1928 | 2025-01-22T08:45:49.341Z |     Checking itertools v0.10.5 | 
| 1929 | 2025-01-22T08:45:49.369Z |     Checking bstr v1.10.0 | 
| 1930 | 2025-01-22T08:45:49.448Z |     Checking rfc6979 v0.4.0 | 
| 1931 | 2025-01-22T08:45:49.623Z |     Checking hex v0.4.3 | 
| 1932 | 2025-01-22T08:45:49.651Z |     Checking winnow v0.5.40 | 
| 1933 | 2025-01-22T08:45:49.945Z |     Checking toml v0.8.19 | 
| 1934 | 2025-01-22T08:45:50.138Z |     Checking managed v0.8.0 | 
| 1935 | 2025-01-22T08:45:50.141Z |     Checking dof v0.3.0 | 
| 1936 | 2025-01-22T08:45:50.141Z |     Checking elliptic-curve v0.13.8 | 
| 1937 | 2025-01-22T08:45:50.212Z |     Checking crossbeam-deque v0.8.5 | 
| 1938 | 2025-01-22T08:45:50.500Z |     Checking num-bigint-dig v0.8.4 | 
| 1939 | 2025-01-22T08:45:50.545Z |     Checking flate2 v1.0.35 | 
| 1940 | 2025-01-22T08:45:50.723Z |     Checking pkcs1 v0.7.5 | 
| 1941 | 2025-01-22T08:45:50.765Z |     Checking usdt-impl v0.5.0 | 
| 1942 | 2025-01-22T08:45:50.825Z |     Checking ecdsa v0.16.9 | 
| 1943 | 2025-01-22T08:45:50.883Z |     Checking rustls v0.22.4 | 
| 1944 | 2025-01-22T08:45:51.045Z |     Checking curve25519-dalek v4.1.3 | 
| 1945 | 2025-01-22T08:45:51.167Z |     Checking zerocopy v0.6.6 | 
| 1946 | 2025-01-22T08:45:51.347Z |     Checking usdt v0.5.0 | 
| 1947 | 2025-01-22T08:45:51.374Z |     Checking siphasher v0.3.11 | 
| 1948 | 2025-01-22T08:45:51.491Z |     Checking rayon-core v1.12.1 | 
| 1949 | 2025-01-22T08:45:51.600Z |     Checking unicode-normalization v0.1.24 | 
| 1950 | 2025-01-22T08:45:51.698Z |     Checking ed25519 v2.2.3 | 
| 1951 | 2025-01-22T08:45:51.840Z |     Checking slog-json v2.6.1 | 
| 1952 | 2025-01-22T08:45:52.020Z |     Checking signal-hook v0.3.17 | 
| 1953 | 2025-01-22T08:45:52.078Z |     Checking debug-ignore v1.0.5 | 
| 1954 | 2025-01-22T08:45:52.163Z |     Checking quick-error v1.2.3 | 
| 1955 | 2025-01-22T08:45:52.252Z |     Checking slog-bunyan v2.5.0 | 
| 1956 | 2025-01-22T08:45:52.324Z |     Checking hickory-proto v0.24.2 | 
| 1957 | 2025-01-22T08:45:52.357Z |     Checking multer v3.1.0 | 
| 1958 | 2025-01-22T08:45:52.421Z |     Checking x509-cert v0.2.5 | 
| 1959 | 2025-01-22T08:45:52.468Z |     Checking toml_edit v0.19.15 | 
| 1960 | 2025-01-22T08:45:52.470Z |     Checking rsa v0.9.6 | 
| 1961 | 2025-01-22T08:45:52.569Z |     Checking serde_path_to_error v0.1.16 | 
| 1962 | 2025-01-22T08:45:52.770Z |     Checking hubpack v0.1.2 | 
| 1963 | 2025-01-22T08:45:52.799Z |     Checking ed25519-dalek v2.1.1 | 
| 1964 | 2025-01-22T08:45:53.090Z |     Checking waitgroup v0.1.2 | 
| 1965 | 2025-01-22T08:45:53.181Z |     Checking bzip2-sys v0.1.11+1.0.8 | 
| 1966 | 2025-01-22T08:45:53.217Z |     Checking async-stream v0.3.6 | 
| 1967 | 2025-01-22T08:45:53.253Z |     Checking hostname v0.4.0 | 
| 1968 | 2025-01-22T08:45:53.334Z |     Checking bit-vec v0.6.3 | 
| 1969 | 2025-01-22T08:45:53.407Z |     Checking bzip2 v0.4.4 | 
| 1970 | 2025-01-22T08:45:53.439Z |     Checking signal-hook-mio v0.2.4 | 
| 1971 | 2025-01-22T08:45:53.443Z |     Checking console v0.15.8 | 
| 1972 | 2025-01-22T08:45:53.605Z |     Checking hash32 v0.2.1 | 
| 1973 | 2025-01-22T08:45:53.683Z |     Checking bit-set v0.5.3 | 
| 1974 | 2025-01-22T08:45:53.712Z |     Checking unicode-bidi v0.3.17 | 
| 1975 | 2025-01-22T08:45:53.909Z |     Checking predicates-core v1.0.8 | 
| 1976 | 2025-01-22T08:45:53.937Z |     Checking linked-hash-map v0.5.6 | 
| 1977 | 2025-01-22T08:45:53.964Z |     Checking unicode-properties v0.1.3 | 
| 1978 | 2025-01-22T08:45:54.064Z |     Checking heapless v0.7.17 | 
| 1979 | 2025-01-22T08:45:54.106Z |     Checking crossterm v0.28.1 | 
| 1980 | 2025-01-22T08:45:54.242Z |     Checking lru-cache v0.1.2 | 
| 1981 | 2025-01-22T08:45:54.307Z |     Checking tokio-rustls v0.25.0 | 
| 1982 | 2025-01-22T08:45:54.353Z |     Checking rayon v1.10.0 | 
| 1983 | 2025-01-22T08:45:54.355Z |     Checking stringprep v0.1.5 | 
| 1984 | 2025-01-22T08:45:54.451Z |     Checking phf_shared v0.11.2 | 
| 1985 | 2025-01-22T08:45:54.659Z |     Checking dropshot v0.12.0 | 
| 1986 | 2025-01-22T08:45:54.688Z |     Checking similar v2.6.0 | 
| 1987 | 2025-01-22T08:45:54.743Z |     Checking tokio-stream v0.1.16 | 
| 1988 | 2025-01-22T08:45:54.884Z |     Checking toml v0.7.8 | 
| 1989 | 2025-01-22T08:45:54.923Z |     Checking newtype-uuid v1.2.1 | 
| 1990 | 2025-01-22T08:45:55.186Z |     Checking md-5 v0.10.6 | 
| 1991 | 2025-01-22T08:45:55.435Z |     Checking float-cmp v0.9.0 | 
| 1992 | 2025-01-22T08:45:55.523Z |     Checking difflib v0.4.0 | 
| 1993 | 2025-01-22T08:45:55.526Z |     Checking fallible-iterator v0.2.0 | 
| 1994 | 2025-01-22T08:45:55.569Z |     Checking fixedbitset v0.4.2 | 
| 1995 | 2025-01-22T08:45:55.632Z |     Checking normalize-line-endings v0.3.0 | 
| 1996 | 2025-01-22T08:45:55.728Z |     Checking smoltcp v0.9.1 | 
| 1997 | 2025-01-22T08:45:55.776Z |     Checking phf v0.11.2 | 
| 1998 | 2025-01-22T08:45:55.828Z |     Checking petgraph v0.6.5 | 
| 1999 | 2025-01-22T08:45:55.857Z |     Checking predicates v3.1.2 | 
| 2000 | 2025-01-22T08:45:56.055Z |     Checking zip v0.6.6 | 
| 2001 | 2025-01-22T08:45:56.096Z |     Checking postgres-protocol v0.6.7 | 
| 2002 | 2025-01-22T08:45:56.523Z |     Checking resolv-conf v0.7.0 | 
| 2003 | 2025-01-22T08:45:56.734Z |     Checking phf_shared v0.10.0 | 
| 2004 | 2025-01-22T08:45:56.798Z |     Checking tungstenite v0.24.0 | 
| 2005 | 2025-01-22T08:45:56.914Z |     Checking fs-err v2.11.0 | 
| 2006 | 2025-01-22T08:45:56.916Z |     Checking serde-big-array v0.5.1 | 
| 2007 | 2025-01-22T08:45:57.018Z |     Checking portable-atomic v1.9.0 | 
| 2008 | 2025-01-22T08:45:57.094Z |     Checking new_debug_unreachable v1.0.6 | 
| 2009 | 2025-01-22T08:45:57.139Z |     Checking precomputed-hash v0.1.1 | 
| 2010 | 2025-01-22T08:45:57.222Z |     Checking number_prefix v0.4.0 | 
| 2011 | 2025-01-22T08:45:57.284Z |     Checking unicode-width v0.2.0 | 
| 2012 | 2025-01-22T08:45:57.457Z |     Checking lalrpop-util v0.19.12 | 
| 2013 | 2025-01-22T08:45:57.504Z |     Checking minimal-lexical v0.2.1 | 
| 2014 | 2025-01-22T08:45:57.704Z |     Checking tokio-tungstenite v0.24.0 | 
| 2015 | 2025-01-22T08:45:57.750Z |     Checking string_cache v0.8.7 | 
| 2016 | 2025-01-22T08:45:57.784Z |     Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 2017 | 2025-01-22T08:45:57.856Z |     Checking hickory-resolver v0.24.2 | 
| 2018 | 2025-01-22T08:45:57.928Z |     Checking nom v7.1.3 | 
| 2019 | 2025-01-22T08:45:58.022Z |     Checking indicatif v0.17.9 | 
| 2020 | 2025-01-22T08:45:58.052Z |     Checking postgres-types v0.2.8 | 
| 2021 | 2025-01-22T08:45:58.171Z |     Checking itertools v0.12.1 | 
| 2022 | 2025-01-22T08:45:58.173Z |     Checking whoami v1.5.2 | 
| 2023 | 2025-01-22T08:45:58.523Z |     Checking peg-runtime v0.8.3 | 
| 2024 | 2025-01-22T08:45:58.712Z |     Checking tokio-postgres v0.7.12 | 
| 2025 | 2025-01-22T08:45:58.785Z |    Compiling hashbrown v0.14.5 | 
| 2026 | 2025-01-22T08:45:58.873Z |    Compiling thiserror v2.0.11 | 
| 2027 | 2025-01-22T08:45:58.904Z |    Compiling thiserror-impl v2.0.11 | 
| 2028 | 2025-01-22T08:45:59.462Z |     Checking qorb v0.2.1 | 
| 2029 | 2025-01-22T08:45:59.888Z |    Compiling ident_case v1.0.1 | 
| 2030 | 2025-01-22T08:45:59.996Z |    Compiling regress v0.10.1 | 
| 2031 | 2025-01-22T08:46:00.110Z |    Compiling darling_core v0.20.10 | 
| 2032 | 2025-01-22T08:46:00.473Z |    Compiling unsafe-libyaml v0.2.11 | 
| 2033 | 2025-01-22T08:46:01.601Z |     Checking heck v0.5.0 | 
| 2034 | 2025-01-22T08:46:01.842Z |     Checking fastrand v2.1.1 | 
| 2035 | 2025-01-22T08:46:02.048Z |    Compiling serde_yaml v0.9.34+deprecated | 
| 2036 | 2025-01-22T08:46:02.196Z |     Checking ipnetwork v0.20.0 | 
| 2037 | 2025-01-22T08:46:02.411Z |     Checking progenitor-client v0.9.1 | 
| 2038 | 2025-01-22T08:46:02.443Z |    Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) | 
| 2039 | 2025-01-22T08:46:02.558Z |     Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) | 
| 2040 | 2025-01-22T08:46:02.836Z |    Compiling structmeta-derive v0.3.0 | 
| 2041 | 2025-01-22T08:46:02.962Z |     Checking strum v0.26.3 | 
| 2042 | 2025-01-22T08:46:02.993Z |    Compiling dropshot v0.15.1 | 
| 2043 | 2025-01-22T08:46:03.118Z |     Checking macaddr v1.0.1 | 
| 2044 | 2025-01-22T08:46:03.408Z |    Compiling dropshot_endpoint v0.15.1 | 
| 2045 | 2025-01-22T08:46:03.451Z |    Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2046 | 2025-01-22T08:46:03.641Z |     Checking tempfile v3.13.0 | 
| 2047 | 2025-01-22T08:46:04.079Z |    Compiling typify-impl v0.2.0 | 
| 2048 | 2025-01-22T08:46:04.198Z |     Checking progenitor-client v0.8.0 | 
| 2049 | 2025-01-22T08:46:04.569Z |     Checking instant v0.1.13 | 
| 2050 | 2025-01-22T08:46:04.712Z |     Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) | 
| 2051 | 2025-01-22T08:46:04.921Z |     Checking regress v0.9.1 | 
| 2052 | 2025-01-22T08:46:05.278Z |    Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2053 | 2025-01-22T08:46:05.530Z |    Compiling structmeta v0.3.0 | 
| 2054 | 2025-01-22T08:46:05.733Z |     Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2055 | 2025-01-22T08:46:05.959Z |    Compiling parse-display-derive v0.10.0 | 
| 2056 | 2025-01-22T08:46:06.070Z |     Checking backoff v0.4.0 | 
| 2057 | 2025-01-22T08:46:06.138Z |     Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 2058 | 2025-01-22T08:46:06.309Z |     Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 2059 | 2025-01-22T08:46:06.314Z |    Compiling darling_macro v0.20.10 | 
| 2060 | 2025-01-22T08:46:06.381Z |     Checking wait-timeout v0.2.0 | 
| 2061 | 2025-01-22T08:46:06.490Z |     Checking rand_xorshift v0.3.0 | 
| 2062 | 2025-01-22T08:46:06.603Z |     Checking rusty-fork v0.3.0 | 
| 2063 | 2025-01-22T08:46:06.705Z |     Checking unarray v0.1.4 | 
| 2064 | 2025-01-22T08:46:06.886Z |    Compiling structmeta-derive v0.2.0 | 
| 2065 | 2025-01-22T08:46:06.931Z |     Checking proptest v1.5.0 | 
| 2066 | 2025-01-22T08:46:07.289Z |    Compiling darling v0.20.10 | 
| 2067 | 2025-01-22T08:46:07.433Z |    Compiling serde_with_macros v3.11.0 | 
| 2068 | 2025-01-22T08:46:07.759Z |     Checking camino-tempfile v1.1.1 | 
| 2069 | 2025-01-22T08:46:08.069Z |    Compiling proc-macro-error v1.0.4 | 
| 2070 | 2025-01-22T08:46:08.386Z |    Compiling proc-macro-crate v1.3.1 | 
| 2071 | 2025-01-22T08:46:08.700Z |    Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 2072 | 2025-01-22T08:46:09.088Z |    Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 2073 | 2025-01-22T08:46:09.346Z |    Compiling num_enum_derive v0.5.11 | 
| 2074 | 2025-01-22T08:46:09.415Z |    Compiling foreign-types-macros v0.2.3 | 
| 2075 | 2025-01-22T08:46:09.642Z |    Compiling structmeta v0.2.0 | 
| 2076 | 2025-01-22T08:46:10.062Z |    Compiling test-strategy v0.3.1 | 
| 2077 | 2025-01-22T08:46:10.092Z |     Checking serde_with v3.11.0 | 
| 2078 | 2025-01-22T08:46:10.094Z |     Checking parse-display v0.10.0 | 
| 2079 | 2025-01-22T08:46:10.328Z |     Checking foreign-types-shared v0.3.1 | 
| 2080 | 2025-01-22T08:46:10.621Z |     Checking foreign-types v0.5.0 | 
| 2081 | 2025-01-22T08:46:10.768Z |     Checking tabwriter v1.4.0 | 
| 2082 | 2025-01-22T08:46:10.835Z |     Checking cstr-argument v0.1.2 | 
| 2083 | 2025-01-22T08:46:11.004Z |    Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 2084 | 2025-01-22T08:46:11.037Z |     Checking pretty-hex v0.2.1 | 
| 2085 | 2025-01-22T08:46:11.235Z |     Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 2086 | 2025-01-22T08:46:11.391Z |     Checking colored v2.1.0 | 
| 2087 | 2025-01-22T08:46:11.621Z |     Checking num_enum v0.5.11 | 
| 2088 | 2025-01-22T08:46:11.697Z |     Checking smf v0.2.3 | 
| 2089 | 2025-01-22T08:46:11.726Z |     Checking itertools v0.13.0 | 
| 2090 | 2025-01-22T08:46:11.729Z |     Checking base64 v0.21.7 | 
| 2091 | 2025-01-22T08:46:11.782Z |     Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 2092 | 2025-01-22T08:46:11.877Z |     Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) | 
| 2093 | 2025-01-22T08:46:11.995Z |    Compiling typify-impl v0.3.0 | 
| 2094 | 2025-01-22T08:46:12.076Z |    Compiling crucible-workspace-hack v0.1.0 | 
| 2095 | 2025-01-22T08:46:12.214Z |    Compiling zerocopy v0.8.10 | 
| 2096 | 2025-01-22T08:46:12.528Z |     Checking atomicwrites v0.4.4 | 
| 2097 | 2025-01-22T08:46:13.106Z |    Compiling zerocopy-derive v0.8.10 | 
| 2098 | 2025-01-22T08:46:13.134Z |     Checking termtree v0.4.1 | 
| 2099 | 2025-01-22T08:46:13.369Z |    Compiling heapless v0.8.0 | 
| 2100 | 2025-01-22T08:46:13.507Z |     Checking predicates-tree v1.0.11 | 
| 2101 | 2025-01-22T08:46:13.682Z |     Checking hash32 v0.3.1 | 
| 2102 | 2025-01-22T08:46:13.893Z |    Compiling smoltcp v0.11.0 | 
| 2103 | 2025-01-22T08:46:14.220Z |     Checking cobs v0.2.3 | 
| 2104 | 2025-01-22T08:46:14.431Z |     Checking postcard v1.0.10 | 
| 2105 | 2025-01-22T08:46:14.585Z |     Checking sigpipe v0.1.3 | 
| 2106 | 2025-01-22T08:46:14.715Z |    Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) | 
| 2107 | 2025-01-22T08:46:14.910Z |     Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) | 
| 2108 | 2025-01-22T08:46:14.977Z |    Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) | 
| 2109 | 2025-01-22T08:46:15.075Z |    Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) | 
| 2110 | 2025-01-22T08:46:15.102Z |    Compiling mockall_derive v0.13.0 | 
| 2111 | 2025-01-22T08:46:15.400Z |     Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2112 | 2025-01-22T08:46:15.461Z |     Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) | 
| 2113 | 2025-01-22T08:46:15.602Z |    Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2114 | 2025-01-22T08:46:15.825Z |    Compiling zone_cfg_derive v0.3.0 | 
| 2115 | 2025-01-22T08:46:17.186Z |     Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) | 
| 2116 | 2025-01-22T08:46:17.553Z |    Compiling num-derive v0.4.2 | 
| 2117 | 2025-01-22T08:46:17.705Z |     Checking downcast v0.11.0 | 
| 2118 | 2025-01-22T08:46:17.943Z |     Checking fragile v2.0.0 | 
| 2119 | 2025-01-22T08:46:18.012Z |    Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2120 | 2025-01-22T08:46:18.231Z |     Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) | 
| 2121 | 2025-01-22T08:46:18.355Z |     Checking zone v0.3.0 | 
| 2122 | 2025-01-22T08:46:18.549Z |    Compiling convert_case v0.4.0 | 
| 2123 | 2025-01-22T08:46:18.674Z |     Checking tungstenite v0.21.0 | 
| 2124 | 2025-01-22T08:46:19.099Z |     Checking newline-converter v0.3.0 | 
| 2125 | 2025-01-22T08:46:19.278Z |     Checking expectorate v1.1.0 | 
| 2126 | 2025-01-22T08:46:19.327Z |    Compiling derive_more v0.99.18 | 
| 2127 | 2025-01-22T08:46:19.462Z |     Checking same-file v1.0.6 | 
| 2128 | 2025-01-22T08:46:19.562Z |     Checking tokio-tungstenite v0.21.0 | 
| 2129 | 2025-01-22T08:46:19.665Z |    Compiling typify-macro v0.2.0 | 
| 2130 | 2025-01-22T08:46:19.673Z |     Checking walkdir v2.5.0 | 
| 2131 | 2025-01-22T08:46:19.871Z |     Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) | 
| 2132 | 2025-01-22T08:46:19.942Z |     Checking arc-swap v1.7.1 | 
| 2133 | 2025-01-22T08:46:20.038Z |     Checking xattr v1.3.1 | 
| 2134 | 2025-01-22T08:46:20.258Z |     Checking filetime v0.2.25 | 
| 2135 | 2025-01-22T08:46:20.326Z |     Checking num-rational v0.4.2 | 
| 2136 | 2025-01-22T08:46:20.374Z |     Checking slog-scope v4.4.0 | 
| 2137 | 2025-01-22T08:46:20.495Z |     Checking tar v0.4.42 | 
| 2138 | 2025-01-22T08:46:20.599Z |     Checking slog-stdlog v4.1.1 | 
| 2139 | 2025-01-22T08:46:20.797Z |     Checking slog-envlogger v2.2.0 | 
| 2140 | 2025-01-22T08:46:20.991Z |     Checking num-complex v0.4.6 | 
| 2141 | 2025-01-22T08:46:21.049Z |     Checking float-ord v0.3.2 | 
| 2142 | 2025-01-22T08:46:21.226Z |     Checking indent_write v2.2.0 | 
| 2143 | 2025-01-22T08:46:21.347Z |    Compiling cancel-safe-futures v0.1.5 | 
| 2144 | 2025-01-22T08:46:21.430Z |     Checking swrite v0.1.0 | 
| 2145 | 2025-01-22T08:46:21.581Z |    Compiling owo-colors v4.1.0 | 
| 2146 | 2025-01-22T08:46:21.905Z |     Checking num v0.4.3 | 
| 2147 | 2025-01-22T08:46:21.982Z |     Checking libsw v3.3.1 | 
| 2148 | 2025-01-22T08:46:22.133Z |     Checking password-hash v0.5.0 | 
| 2149 | 2025-01-22T08:46:22.322Z |     Checking blake2 v0.10.6 | 
| 2150 | 2025-01-22T08:46:22.357Z |     Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2151 | 2025-01-22T08:46:22.617Z |     Checking linear-map v1.2.0 | 
| 2152 | 2025-01-22T08:46:22.775Z |     Checking argon2 v0.5.3 | 
| 2153 | 2025-01-22T08:46:23.030Z |     Checking pem v3.0.4 | 
| 2154 | 2025-01-22T08:46:23.061Z |     Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) | 
| 2155 | 2025-01-22T08:46:23.101Z |     Checking mockall v0.13.0 | 
| 2156 | 2025-01-22T08:46:23.232Z |    Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2157 | 2025-01-22T08:46:23.425Z |    Compiling typify v0.2.0 | 
| 2158 | 2025-01-22T08:46:23.467Z |     Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2159 | 2025-01-22T08:46:23.524Z |     Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2160 | 2025-01-22T08:46:23.576Z |    Compiling progenitor-impl v0.8.0 | 
| 2161 | 2025-01-22T08:46:23.866Z |    Compiling lzma-sys v0.1.20 | 
| 2162 | 2025-01-22T08:46:23.892Z |     Checking headers-core v0.3.0 | 
| 2163 | 2025-01-22T08:46:24.160Z |    Compiling heck v0.3.3 | 
| 2164 | 2025-01-22T08:46:24.441Z |    Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) | 
| 2165 | 2025-01-22T08:46:24.695Z |     Checking highway v1.2.0 | 
| 2166 | 2025-01-22T08:46:24.973Z |    Compiling zone_cfg_derive v0.1.2 | 
| 2167 | 2025-01-22T08:46:25.052Z |     Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) | 
| 2168 | 2025-01-22T08:46:25.128Z |     Checking headers v0.4.0 | 
| 2169 | 2025-01-22T08:46:25.608Z |     Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2170 | 2025-01-22T08:46:25.880Z |     Checking yasna v0.5.2 | 
| 2171 | 2025-01-22T08:46:26.161Z |     Checking base64 v0.13.1 | 
| 2172 | 2025-01-22T08:46:26.279Z |     Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2173 | 2025-01-22T08:46:26.382Z |     Checking zone v0.1.8 | 
| 2174 | 2025-01-22T08:46:26.396Z |     Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) | 
| 2175 | 2025-01-22T08:46:26.570Z |     Checking ron v0.7.1 | 
| 2176 | 2025-01-22T08:46:26.735Z |     Checking rcgen v0.12.1 | 
| 2177 | 2025-01-22T08:46:26.738Z |     Checking xz2 v0.1.7 | 
| 2178 | 2025-01-22T08:46:27.090Z |     Checking subprocess v0.2.9 | 
| 2179 | 2025-01-22T08:46:27.173Z |     Checking humantime v2.1.0 | 
| 2180 | 2025-01-22T08:46:27.493Z |    Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) | 
| 2181 | 2025-01-22T08:46:27.497Z |    Compiling semver v0.1.20 | 
| 2182 | 2025-01-22T08:46:27.514Z |    Compiling typify-macro v0.3.0 | 
| 2183 | 2025-01-22T08:46:27.702Z |     Checking prettyplease v0.2.25 | 
| 2184 | 2025-01-22T08:46:27.731Z |     Checking half v2.4.1 | 
| 2185 | 2025-01-22T08:46:28.104Z |    Compiling rustc_version v0.1.7 | 
| 2186 | 2025-01-22T08:46:28.136Z |     Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) | 
| 2187 | 2025-01-22T08:46:28.216Z |     Checking ciborium-io v0.2.2 | 
| 2188 | 2025-01-22T08:46:28.358Z |     Checking ciborium-ll v0.2.2 | 
| 2189 | 2025-01-22T08:46:28.604Z |    Compiling newtype_derive v0.1.6 | 
| 2190 | 2025-01-22T08:46:28.651Z |     Checking ciborium v0.2.2 | 
| 2191 | 2025-01-22T08:46:29.103Z |     Checking steno v0.4.1 | 
| 2192 | 2025-01-22T08:46:32.541Z |    Compiling progenitor-macro v0.8.0 | 
| 2193 | 2025-01-22T08:46:32.579Z |    Compiling typify v0.3.0 | 
| 2194 | 2025-01-22T08:46:32.579Z |    Compiling progenitor-impl v0.9.1 | 
| 2195 | 2025-01-22T08:46:32.579Z |    Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2196 | 2025-01-22T08:46:32.580Z |     Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) | 
| 2197 | 2025-01-22T08:46:32.670Z |    Compiling slog-dtrace v0.3.0 | 
| 2198 | 2025-01-22T08:46:32.850Z |     Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) | 
| 2199 | 2025-01-22T08:46:33.056Z |     Checking display-error-chain v0.2.2 | 
| 2200 | 2025-01-22T08:46:33.257Z |     Checking gethostname v0.5.0 | 
| 2201 | 2025-01-22T08:46:33.403Z |     Checking nibble_vec v0.1.0 | 
| 2202 | 2025-01-22T08:46:33.429Z |    Compiling blake3 v1.5.4 | 
| 2203 | 2025-01-22T08:46:33.453Z |     Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) | 
| 2204 | 2025-01-22T08:46:33.491Z |     Checking keccak v0.1.5 | 
| 2205 | 2025-01-22T08:46:33.627Z |     Checking endian-type v0.1.2 | 
| 2206 | 2025-01-22T08:46:33.944Z |     Checking sha3 v0.10.8 | 
| 2207 | 2025-01-22T08:46:33.950Z |     Checking radix_trie v0.2.1 | 
| 2208 | 2025-01-22T08:46:34.272Z |     Checking universal-hash v0.5.1 | 
| 2209 | 2025-01-22T08:46:34.300Z |     Checking secrecy v0.8.0 | 
| 2210 | 2025-01-22T08:46:34.461Z |     Checking opaque-debug v0.3.1 | 
| 2211 | 2025-01-22T08:46:34.498Z |     Checking aead v0.5.2 | 
| 2212 | 2025-01-22T08:46:34.558Z |     Checking poly1305 v0.8.0 | 
| 2213 | 2025-01-22T08:46:34.620Z |     Checking chacha20 v0.9.1 | 
| 2214 | 2025-01-22T08:46:35.055Z |    Compiling memmap2 v0.9.5 | 
| 2215 | 2025-01-22T08:46:35.075Z |    Compiling constant_time_eq v0.3.1 | 
| 2216 | 2025-01-22T08:46:35.272Z |    Compiling arrayvec v0.7.6 | 
| 2217 | 2025-01-22T08:46:35.496Z |    Compiling arrayref v0.3.9 | 
| 2218 | 2025-01-22T08:46:35.567Z |    Compiling toolchain_find v0.4.0 | 
| 2219 | 2025-01-22T08:46:35.673Z |    Compiling thiserror-impl-no-std v2.0.2 | 
| 2220 | 2025-01-22T08:46:35.992Z |    Compiling topological-sort v0.2.2 | 
| 2221 | 2025-01-22T08:46:36.066Z |    Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) | 
| 2222 | 2025-01-22T08:46:36.169Z |    Compiling rustfmt-wrapper v0.2.1 | 
| 2223 | 2025-01-22T08:46:36.243Z |    Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 2224 | 2025-01-22T08:46:36.418Z |    Compiling omicron-zone-package v0.12.0 | 
| 2225 | 2025-01-22T08:46:36.742Z |     Checking chacha20poly1305 v0.10.1 | 
| 2226 | 2025-01-22T08:46:36.822Z |    Compiling async-recursion v1.1.1 | 
| 2227 | 2025-01-22T08:46:36.825Z |     Checking fxhash v0.2.1 | 
| 2228 | 2025-01-22T08:46:36.946Z |    Compiling zip v2.1.3 | 
| 2229 | 2025-01-22T08:46:37.050Z |     Checking lockfree-object-pool v0.1.6 | 
| 2230 | 2025-01-22T08:46:37.294Z |     Checking simd-adler32 v0.3.7 | 
| 2231 | 2025-01-22T08:46:37.360Z |     Checking bumpalo v3.16.0 | 
| 2232 | 2025-01-22T08:46:37.723Z |     Checking maplit v1.0.2 | 
| 2233 | 2025-01-22T08:46:37.746Z |     Checking zopfli v0.8.1 | 
| 2234 | 2025-01-22T08:46:37.848Z |     Checking termcolor v1.4.1 | 
| 2235 | 2025-01-22T08:46:38.223Z |    Compiling radium v0.7.0 | 
| 2236 | 2025-01-22T08:46:38.249Z |    Compiling const_format_proc_macros v0.2.33 | 
| 2237 | 2025-01-22T08:46:38.386Z |    Compiling maybe-uninit v2.0.0 | 
| 2238 | 2025-01-22T08:46:38.453Z |    Compiling progenitor-macro v0.9.1 | 
| 2239 | 2025-01-22T08:46:38.524Z |     Checking thiserror-no-std v2.0.2 | 
| 2240 | 2025-01-22T08:46:38.668Z |     Checking vsss-rs v3.3.4 | 
| 2241 | 2025-01-22T08:46:38.730Z |     Checking tap v1.0.1 | 
| 2242 | 2025-01-22T08:46:38.916Z |     Checking wyz v0.5.1 | 
| 2243 | 2025-01-22T08:46:39.310Z |     Checking funty v2.0.0 | 
| 2244 | 2025-01-22T08:46:39.393Z |     Checking home v0.5.9 | 
| 2245 | 2025-01-22T08:46:39.569Z |    Compiling packed_struct v0.10.1 | 
| 2246 | 2025-01-22T08:46:39.593Z |     Checking crc-catalog v2.4.0 | 
| 2247 | 2025-01-22T08:46:39.769Z |     Checking crc v3.2.1 | 
| 2248 | 2025-01-22T08:46:40.135Z |     Checking bitvec v1.0.1 | 
| 2249 | 2025-01-22T08:46:40.185Z |     Checking kstat-rs v0.2.4 | 
| 2250 | 2025-01-22T08:46:40.215Z |     Checking const_format v0.2.33 | 
| 2251 | 2025-01-22T08:46:40.242Z |    Compiling packed_struct_codegen v0.10.1 | 
| 2252 | 2025-01-22T08:46:40.545Z |    Compiling vte_generate_state_changes v0.1.2 | 
| 2253 | 2025-01-22T08:46:40.720Z |    Compiling indexmap v1.9.3 | 
| 2254 | 2025-01-22T08:46:41.043Z |     Checking nodrop v0.1.14 | 
| 2255 | 2025-01-22T08:46:41.198Z |    Compiling libefi-sys v0.1.0 | 
| 2256 | 2025-01-22T08:46:41.223Z |     Checking vte v0.11.1 | 
| 2257 | 2025-01-22T08:46:41.528Z |     Checking array-init v0.0.4 | 
| 2258 | 2025-01-22T08:46:41.684Z |     Checking smallvec v0.6.14 | 
| 2259 | 2025-01-22T08:46:42.064Z |     Checking fd-lock v4.0.2 | 
| 2260 | 2025-01-22T08:46:42.294Z |    Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) | 
| 2261 | 2025-01-22T08:46:42.318Z |    Compiling bitfield-struct v0.6.2 | 
| 2262 | 2025-01-22T08:46:42.508Z |     Checking bitfield v0.14.0 | 
| 2263 | 2025-01-22T08:46:42.599Z |     Checking hashbrown v0.12.3 | 
| 2264 | 2025-01-22T08:46:42.778Z |     Checking strip-ansi-escapes v0.2.0 | 
| 2265 | 2025-01-22T08:46:42.815Z |     Checking serde-hex v0.1.0 | 
| 2266 | 2025-01-22T08:46:42.932Z |     Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 2267 | 2025-01-22T08:46:43.041Z |     Checking progenitor v0.8.0 | 
| 2268 | 2025-01-22T08:46:43.244Z |     Checking env_logger v0.10.2 | 
| 2269 | 2025-01-22T08:46:43.273Z |     Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) | 
| 2270 | 2025-01-22T08:46:43.419Z |     Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) | 
| 2271 | 2025-01-22T08:46:43.689Z |     Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2272 | 2025-01-22T08:46:44.244Z |     Checking ron v0.8.1 | 
| 2273 | 2025-01-22T08:46:44.375Z |     Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) | 
| 2274 | 2025-01-22T08:46:44.667Z |     Checking hashbrown v0.13.2 | 
| 2275 | 2025-01-22T08:46:45.469Z |     Checking nu-ansi-term v0.50.1 | 
| 2276 | 2025-01-22T08:46:45.609Z |     Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2277 | 2025-01-22T08:46:45.747Z |     Checking crc-any v2.5.0 | 
| 2278 | 2025-01-22T08:46:45.898Z |     Checking reedline v0.35.0 | 
| 2279 | 2025-01-22T08:46:46.118Z |     Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 2280 | 2025-01-22T08:46:46.398Z |     Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 2281 | 2025-01-22T08:46:46.597Z |     Checking object v0.30.4 | 
| 2282 | 2025-01-22T08:46:46.729Z |     Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 2283 | 2025-01-22T08:46:47.277Z |     Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) | 
| 2284 | 2025-01-22T08:46:47.550Z |    Compiling parking_lot_core v0.8.6 | 
| 2285 | 2025-01-22T08:46:47.613Z |     Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) | 
| 2286 | 2025-01-22T08:46:48.013Z |     Checking path-slash v0.1.5 | 
| 2287 | 2025-01-22T08:46:48.039Z |     Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2288 | 2025-01-22T08:46:48.521Z |    Compiling phf_generator v0.11.2 | 
| 2289 | 2025-01-22T08:46:48.564Z |     Checking glob v0.3.1 | 
| 2290 | 2025-01-22T08:46:48.733Z |     Checking bytecount v0.6.8 | 
| 2291 | 2025-01-22T08:46:48.923Z |     Checking papergrid v0.11.0 | 
| 2292 | 2025-01-22T08:46:50.130Z |    Compiling phf_codegen v0.11.2 | 
| 2293 | 2025-01-22T08:46:50.377Z |     Checking parking_lot v0.11.2 | 
| 2294 | 2025-01-22T08:46:50.403Z |    Compiling tabled_derive v0.7.0 | 
| 2295 | 2025-01-22T08:46:50.764Z |    Compiling parse-zoneinfo v0.3.1 | 
| 2296 | 2025-01-22T08:46:51.017Z |    Compiling cfg_aliases v0.1.1 | 
| 2297 | 2025-01-22T08:46:51.078Z |     Checking progenitor v0.9.1 | 
| 2298 | 2025-01-22T08:46:51.298Z |     Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2299 | 2025-01-22T08:46:51.369Z |     Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) | 
| 2300 | 2025-01-22T08:46:52.337Z |    Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2301 | 2025-01-22T08:46:52.544Z |    Compiling chrono-tz-build v0.4.0 | 
| 2302 | 2025-01-22T08:46:52.726Z |     Checking tabled v0.15.0 | 
| 2303 | 2025-01-22T08:46:53.878Z |    Compiling nix v0.28.0 | 
| 2304 | 2025-01-22T08:46:54.708Z |     Checking sled v0.34.7 | 
| 2305 | 2025-01-22T08:46:55.132Z |     Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) | 
| 2306 | 2025-01-22T08:46:55.489Z |     Checking hickory-client v0.24.2 | 
| 2307 | 2025-01-22T08:46:56.142Z |     Checking hickory-server v0.24.2 | 
| 2308 | 2025-01-22T08:46:56.279Z |    Compiling chrono-tz v0.10.1 | 
| 2309 | 2025-01-22T08:46:56.887Z |     Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) | 
| 2310 | 2025-01-22T08:46:56.948Z |    Compiling unicase v2.7.0 | 
| 2311 | 2025-01-22T08:46:57.295Z |    Compiling buf-list v1.0.3 | 
| 2312 | 2025-01-22T08:46:57.705Z |     Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 2313 | 2025-01-22T08:46:57.993Z |    Compiling peg-macros v0.8.4 | 
| 2314 | 2025-01-22T08:46:58.716Z |    Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 2315 | 2025-01-22T08:46:58.818Z |    Compiling sqlparser_derive v0.2.2 | 
| 2316 | 2025-01-22T08:46:59.843Z |     Checking unicode_categories v0.1.1 | 
| 2317 | 2025-01-22T08:46:59.897Z |     Checking sqlparser v0.45.0 | 
| 2318 | 2025-01-22T08:46:59.949Z |     Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) | 
| 2319 | 2025-01-22T08:47:00.157Z |     Checking sqlformat v0.2.6 | 
| 2320 | 2025-01-22T08:47:00.286Z |     Checking rustyline v14.0.0 | 
| 2321 | 2025-01-22T08:47:01.480Z |     Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2322 | 2025-01-22T08:47:01.817Z |     Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) | 
| 2323 | 2025-01-22T08:47:03.162Z |     Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) | 
| 2324 | 2025-01-22T08:47:04.501Z |     Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) | 
| 2325 | 2025-01-22T08:47:04.840Z |     Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 2326 | 2025-01-22T08:47:05.973Z |     Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) | 
| 2327 | 2025-01-22T08:47:06.203Z |     Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) | 
| 2328 | 2025-01-22T08:47:06.671Z |     Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) | 
| 2329 | 2025-01-22T08:47:07.578Z |     Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 2330 | 2025-01-22T08:47:07.740Z |     Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2331 | 2025-01-22T08:47:07.988Z |     Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 2332 | 2025-01-22T08:47:08.581Z |     Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 2333 | 2025-01-22T08:47:08.604Z |     Checking peg v0.8.4 | 
| 2334 | 2025-01-22T08:47:08.725Z |     Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 2335 | 2025-01-22T08:47:09.124Z |     Checking bcs v0.1.6 | 
| 2336 | 2025-01-22T08:47:09.407Z |     Checking termtree v0.5.1 | 
| 2337 | 2025-01-22T08:47:09.648Z |     Checking primeorder v0.13.6 | 
| 2338 | 2025-01-22T08:47:09.975Z |    Compiling mime_guess v2.0.5 | 
| 2339 | 2025-01-22T08:47:09.999Z |     Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) | 
| 2340 | 2025-01-22T08:47:10.615Z |     Checking nanorand v0.7.0 | 
| 2341 | 2025-01-22T08:47:10.984Z |     Checking http-range v0.1.5 | 
| 2342 | 2025-01-22T08:47:11.058Z |     Checking flume v0.11.1 | 
| 2343 | 2025-01-22T08:47:11.184Z |     Checking atty v0.2.14 | 
| 2344 | 2025-01-22T08:47:11.354Z |    Compiling salty v0.3.0 | 
| 2345 | 2025-01-22T08:47:11.569Z |     Checking p384 v0.13.0 | 
| 2346 | 2025-01-22T08:47:11.803Z |     Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2347 | 2025-01-22T08:47:12.348Z |     Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) | 
| 2348 | 2025-01-22T08:47:12.416Z |     Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) | 
| 2349 | 2025-01-22T08:47:12.558Z |     Checking hyper-staticfile v0.10.1 | 
| 2350 | 2025-01-22T08:47:12.938Z |     Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) | 
| 2351 | 2025-01-22T08:47:13.065Z |     Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2352 | 2025-01-22T08:47:13.087Z |     Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2353 | 2025-01-22T08:47:13.249Z |    Compiling dsl_auto_type v0.1.2 | 
| 2354 | 2025-01-22T08:47:13.345Z |     Checking scheduled-thread-pool v0.2.7 | 
| 2355 | 2025-01-22T08:47:13.347Z |     Checking env_filter v0.1.2 | 
| 2356 | 2025-01-22T08:47:13.488Z |    Compiling diesel_table_macro_syntax v0.2.0 | 
| 2357 | 2025-01-22T08:47:13.571Z |    Compiling crunchy v0.2.2 | 
| 2358 | 2025-01-22T08:47:13.614Z |     Checking env_logger v0.11.5 | 
| 2359 | 2025-01-22T08:47:13.844Z |     Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) | 
| 2360 | 2025-01-22T08:47:13.951Z |    Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 2361 | 2025-01-22T08:47:13.954Z |     Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2362 | 2025-01-22T08:47:14.040Z |     Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 2363 | 2025-01-22T08:47:14.422Z |     Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 2364 | 2025-01-22T08:47:14.703Z |    Compiling diesel_derives v2.2.3 | 
| 2365 | 2025-01-22T08:47:15.270Z |     Checking r2d2 v0.8.10 | 
| 2366 | 2025-01-22T08:47:15.612Z |     Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 2367 | 2025-01-22T08:47:15.653Z |     Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2368 | 2025-01-22T08:47:15.678Z |     Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2369 | 2025-01-22T08:47:16.177Z |     Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 2370 | 2025-01-22T08:47:16.729Z |     Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) | 
| 2371 | 2025-01-22T08:47:17.622Z |     Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) | 
| 2372 | 2025-01-22T08:47:18.792Z |    Compiling tiny-keccak v2.0.2 | 
| 2373 | 2025-01-22T08:47:18.817Z |     Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2374 | 2025-01-22T08:47:19.093Z |    Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) | 
| 2375 | 2025-01-22T08:47:19.247Z |     Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 2376 | 2025-01-22T08:47:20.764Z |     Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) | 
| 2377 | 2025-01-22T08:47:21.028Z |    Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 2378 | 2025-01-22T08:47:21.053Z |    Compiling ref-cast v1.0.23 | 
| 2379 | 2025-01-22T08:47:21.145Z |     Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) | 
| 2380 | 2025-01-22T08:47:21.286Z |     Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) | 
| 2381 | 2025-01-22T08:47:21.817Z |     Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) | 
| 2382 | 2025-01-22T08:47:22.070Z |     Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) | 
| 2383 | 2025-01-22T08:47:22.304Z |    Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 2384 | 2025-01-22T08:47:22.623Z |    Compiling ascii-canvas v3.0.0 | 
| 2385 | 2025-01-22T08:47:22.727Z |    Compiling ena v0.14.3 | 
| 2386 | 2025-01-22T08:47:22.897Z |    Compiling ref-cast-impl v1.0.23 | 
| 2387 | 2025-01-22T08:47:23.150Z |    Compiling diff v0.1.13 | 
| 2388 | 2025-01-22T08:47:23.150Z |    Compiling regex-syntax v0.6.29 | 
| 2389 | 2025-01-22T08:47:23.805Z |    Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2390 | 2025-01-22T08:47:24.196Z |     Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 2391 | 2025-01-22T08:47:24.608Z |    Compiling pin-project-internal v1.1.6 | 
| 2392 | 2025-01-22T08:47:25.732Z |    Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 2393 | 2025-01-22T08:47:26.038Z |    Compiling derive_builder_core v0.20.2 | 
| 2394 | 2025-01-22T08:47:26.063Z |    Compiling libxml v0.3.3 | 
| 2395 | 2025-01-22T08:47:26.439Z |    Compiling lalrpop v0.19.12 | 
| 2396 | 2025-01-22T08:47:26.481Z |     Checking diesel v2.2.6 | 
| 2397 | 2025-01-22T08:47:27.395Z |     Checking signal-hook-tokio v0.3.1 | 
| 2398 | 2025-01-22T08:47:27.439Z |     Checking pin-project v1.1.6 | 
| 2399 | 2025-01-22T08:47:27.590Z |    Compiling strum_macros v0.24.3 | 
| 2400 | 2025-01-22T08:47:27.612Z |    Compiling samael v0.0.17 | 
| 2401 | 2025-01-22T08:47:27.654Z |    Compiling snafu-derive v0.8.5 | 
| 2402 | 2025-01-22T08:47:28.223Z |    Compiling derive_builder_macro v0.20.2 | 
| 2403 | 2025-01-22T08:47:28.459Z |    Compiling indoc v1.0.9 | 
| 2404 | 2025-01-22T08:47:29.125Z |     Checking derive_builder v0.20.2 | 
| 2405 | 2025-01-22T08:47:29.366Z |     Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) | 
| 2406 | 2025-01-22T08:47:30.513Z |    Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 2407 | 2025-01-22T08:47:30.747Z |     Checking olpc-cjson v0.1.4 | 
| 2408 | 2025-01-22T08:47:30.805Z |     Checking globset v0.4.15 | 
| 2409 | 2025-01-22T08:47:30.906Z |     Checking serde_plain v1.0.2 | 
| 2410 | 2025-01-22T08:47:30.971Z |     Checking quick-xml v0.33.0 | 
| 2411 | 2025-01-22T08:47:31.160Z |    Compiling impl-trait-for-tuples v0.2.2 | 
| 2412 | 2025-01-22T08:47:31.329Z |    Compiling oso-derive v0.27.3 | 
| 2413 | 2025-01-22T08:47:31.501Z |    Compiling memoffset v0.9.1 | 
| 2414 | 2025-01-22T08:47:31.839Z |     Checking typed-path v0.9.3 | 
| 2415 | 2025-01-22T08:47:32.589Z |    Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 2416 | 2025-01-22T08:47:32.679Z |     Checking snafu v0.8.5 | 
| 2417 | 2025-01-22T08:47:33.141Z |     Checking tungstenite v0.23.0 | 
| 2418 | 2025-01-22T08:47:33.761Z |     Checking tough v0.19.0 | 
| 2419 | 2025-01-22T08:47:33.996Z |    Compiling diesel-dtrace v0.4.2 | 
| 2420 | 2025-01-22T08:47:34.281Z |     Checking parse-size v1.1.0 | 
| 2421 | 2025-01-22T08:47:34.401Z |     Checking tokio-tungstenite v0.23.1 | 
| 2422 | 2025-01-22T08:47:34.618Z |    Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 2423 | 2025-01-22T08:47:34.878Z |     Checking bb8 v0.8.5 | 
| 2424 | 2025-01-22T08:47:34.921Z |    Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) | 
| 2425 | 2025-01-22T08:47:35.359Z |     Checking nix v0.27.1 | 
| 2426 | 2025-01-22T08:47:35.382Z |     Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) | 
| 2427 | 2025-01-22T08:47:35.668Z |     Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 2428 | 2025-01-22T08:47:37.026Z |     Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2429 | 2025-01-22T08:47:38.166Z |     Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 2430 | 2025-01-22T08:47:38.326Z |     Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) | 
| 2431 | 2025-01-22T08:47:38.397Z |     Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 2432 | 2025-01-22T08:47:38.576Z |     Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) | 
| 2433 | 2025-01-22T08:47:38.624Z |     Checking heck v0.4.1 | 
| 2434 | 2025-01-22T08:47:38.872Z |     Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) | 
| 2435 | 2025-01-22T08:47:39.309Z |     Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) | 
| 2436 | 2025-01-22T08:47:39.551Z |     Checking rand_seeder v0.3.0 | 
| 2437 | 2025-01-22T08:47:39.822Z |     Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) | 
| 2438 | 2025-01-22T08:47:39.844Z |     Checking assert_matches v1.5.0 | 
| 2439 | 2025-01-22T08:47:39.955Z |     Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 2440 | 2025-01-22T08:47:40.118Z |    Compiling libz-sys v1.1.20 | 
| 2441 | 2025-01-22T08:47:40.198Z |     Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 2442 | 2025-01-22T08:47:40.223Z |     Checking castaway v0.2.3 | 
| 2443 | 2025-01-22T08:47:40.343Z |     Checking is_ci v1.2.0 | 
| 2444 | 2025-01-22T08:47:40.412Z |     Checking compact_str v0.8.0 | 
| 2445 | 2025-01-22T08:47:40.499Z |     Checking supports-color v3.0.1 | 
| 2446 | 2025-01-22T08:47:40.715Z |     Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 2447 | 2025-01-22T08:47:40.906Z |     Checking unicode-truncate v1.1.0 | 
| 2448 | 2025-01-22T08:47:41.166Z |     Checking lru v0.12.5 | 
| 2449 | 2025-01-22T08:47:41.242Z |    Compiling libgit2-sys v0.17.0+1.8.1 | 
| 2450 | 2025-01-22T08:47:41.266Z |    Compiling instability v0.3.2 | 
| 2451 | 2025-01-22T08:47:41.438Z |     Checking cassowary v0.3.0 | 
| 2452 | 2025-01-22T08:47:41.927Z |     Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 2453 | 2025-01-22T08:47:42.067Z |     Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) | 
| 2454 | 2025-01-22T08:47:42.253Z |     Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 2455 | 2025-01-22T08:47:42.290Z |     Checking ratatui v0.28.1 | 
| 2456 | 2025-01-22T08:47:43.085Z |     Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 2457 | 2025-01-22T08:47:43.124Z |    Compiling vergen v8.3.2 | 
| 2458 | 2025-01-22T08:47:43.432Z |    Compiling cargo-platform v0.1.8 | 
| 2459 | 2025-01-22T08:47:43.621Z |     Checking smawk v0.3.2 | 
| 2460 | 2025-01-22T08:47:43.857Z |     Checking unicode-linebreak v0.1.5 | 
| 2461 | 2025-01-22T08:47:43.950Z |    Compiling cargo_metadata v0.18.1 | 
| 2462 | 2025-01-22T08:47:44.317Z |     Checking textwrap v0.16.1 | 
| 2463 | 2025-01-22T08:47:44.787Z |     Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) | 
| 2464 | 2025-01-22T08:47:45.096Z |     Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 2465 | 2025-01-22T08:47:45.255Z |    Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) | 
| 2466 | 2025-01-22T08:47:45.866Z |    Compiling libsqlite3-sys v0.30.1 | 
| 2467 | 2025-01-22T08:47:46.388Z |     Checking shell-words v1.1.0 | 
| 2468 | 2025-01-22T08:47:46.488Z |    Compiling cfg_aliases v0.2.1 | 
| 2469 | 2025-01-22T08:47:46.588Z |    Compiling rustls v0.21.12 | 
| 2470 | 2025-01-22T08:47:46.613Z |    Compiling nix v0.29.0 | 
| 2471 | 2025-01-22T08:47:47.014Z |    Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 2472 | 2025-01-22T08:47:47.038Z |    Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) | 
| 2473 | 2025-01-22T08:47:47.345Z |     Checking sct v0.7.1 | 
| 2474 | 2025-01-22T08:47:47.370Z |     Checking rustls-webpki v0.101.7 | 
| 2475 | 2025-01-22T08:47:47.620Z |    Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 2476 | 2025-01-22T08:47:47.932Z |     Checking hashlink v0.9.1 | 
| 2477 | 2025-01-22T08:47:47.956Z |     Checking concurrent-queue v2.5.0 | 
| 2478 | 2025-01-22T08:47:48.283Z |     Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2479 | 2025-01-22T08:47:48.310Z |     Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 2480 | 2025-01-22T08:47:48.485Z |     Checking plotters-backend v0.3.7 | 
| 2481 | 2025-01-22T08:47:48.509Z |     Checking parking v2.2.1 | 
| 2482 | 2025-01-22T08:47:48.699Z |     Checking fallible-iterator v0.3.0 | 
| 2483 | 2025-01-22T08:47:48.862Z |     Checking fallible-streaming-iterator v0.1.9 | 
| 2484 | 2025-01-22T08:47:49.103Z |     Checking plotters-svg v0.3.7 | 
| 2485 | 2025-01-22T08:47:49.260Z |     Checking rusqlite v0.32.1 | 
| 2486 | 2025-01-22T08:47:49.467Z |     Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2487 | 2025-01-22T08:47:49.871Z |     Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 2488 | 2025-01-22T08:47:50.827Z |     Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) | 
| 2489 | 2025-01-22T08:47:50.830Z |     Checking tokio-rustls v0.24.1 | 
| 2490 | 2025-01-22T08:47:50.971Z |     Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 2491 | 2025-01-22T08:47:51.191Z |    Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 2492 | 2025-01-22T08:47:51.488Z |     Checking rustls-pemfile v1.0.4 | 
| 2493 | 2025-01-22T08:47:51.548Z |     Checking twox-hash v1.6.3 | 
| 2494 | 2025-01-22T08:47:51.723Z |     Checking cast v0.3.0 | 
| 2495 | 2025-01-22T08:47:52.011Z |     Checking plotters v0.3.7 | 
| 2496 | 2025-01-22T08:47:52.062Z |     Checking criterion-plot v0.5.0 | 
| 2497 | 2025-01-22T08:47:52.092Z |     Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 2498 | 2025-01-22T08:47:52.565Z |     Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) | 
| 2499 | 2025-01-22T08:47:53.730Z |     Checking fatfs v0.3.6 | 
| 2500 | 2025-01-22T08:47:53.963Z |     Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 2501 | 2025-01-22T08:47:54.247Z |     Checking tinytemplate v1.2.1 | 
| 2502 | 2025-01-22T08:47:54.626Z |     Checking csv-core v0.1.11 | 
| 2503 | 2025-01-22T08:47:54.728Z |     Checking hex-literal v0.4.1 | 
| 2504 | 2025-01-22T08:47:54.891Z |     Checking anes v0.1.6 | 
| 2505 | 2025-01-22T08:47:54.939Z |     Checking oorandom v11.1.4 | 
| 2506 | 2025-01-22T08:47:54.966Z |     Checking csv v1.3.0 | 
| 2507 | 2025-01-22T08:47:55.110Z |     Checking event-listener v5.3.1 | 
| 2508 | 2025-01-22T08:47:55.227Z |     Checking criterion v0.5.1 | 
| 2509 | 2025-01-22T08:47:55.494Z |     Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 2510 | 2025-01-22T08:47:55.807Z |     Checking rtoolbox v0.0.2 | 
| 2511 | 2025-01-22T08:47:56.031Z |     Checking rpassword v7.3.1 | 
| 2512 | 2025-01-22T08:47:56.208Z |     Checking event-listener-strategy v0.5.2 | 
| 2513 | 2025-01-22T08:47:56.444Z |     Checking tui-tree-widget v0.22.0 | 
| 2514 | 2025-01-22T08:47:56.763Z |     Checking async-bb8-diesel v0.2.1 | 
| 2515 | 2025-01-22T08:47:57.782Z |     Checking polyval v0.6.2 | 
| 2516 | 2025-01-22T08:47:57.860Z |     Checking futures-lite v2.3.0 | 
| 2517 | 2025-01-22T08:47:58.083Z |     Checking ghash v0.5.1 | 
| 2518 | 2025-01-22T08:47:58.284Z |     Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) | 
| 2519 | 2025-01-22T08:47:59.001Z |     Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) | 
| 2520 | 2025-01-22T08:47:59.361Z |     Checking ctr v0.9.2 | 
| 2521 | 2025-01-22T08:47:59.854Z |     Checking yansi v1.0.1 | 
| 2522 | 2025-01-22T08:48:00.138Z |     Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 2523 | 2025-01-22T08:48:00.189Z |     Checking aes-gcm v0.10.3 | 
| 2524 | 2025-01-22T08:48:00.370Z |     Checking pretty_assertions v1.4.1 | 
| 2525 | 2025-01-22T08:48:00.450Z |     Checking ssh-encoding v0.2.0 | 
| 2526 | 2025-01-22T08:48:00.571Z |     Checking blowfish v0.9.1 | 
| 2527 | 2025-01-22T08:48:00.803Z |     Checking ssh-cipher v0.2.0 | 
| 2528 | 2025-01-22T08:48:00.833Z |     Checking bcrypt-pbkdf v0.10.0 | 
| 2529 | 2025-01-22T08:48:01.092Z |     Checking async-lock v3.4.0 | 
| 2530 | 2025-01-22T08:48:01.115Z |     Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) | 
| 2531 | 2025-01-22T08:48:01.853Z |    Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) | 
| 2532 | 2025-01-22T08:48:01.961Z |     Checking polling v3.7.3 | 
| 2533 | 2025-01-22T08:48:02.403Z |     Checking password-hash v0.4.2 | 
| 2534 | 2025-01-22T08:48:02.877Z |     Checking pbkdf2 v0.11.0 | 
| 2535 | 2025-01-22T08:48:03.179Z |     Checking async-io v2.3.4 | 
| 2536 | 2025-01-22T08:48:03.204Z |     Checking ssh-key v0.6.6 | 
| 2537 | 2025-01-22T08:48:04.084Z |     Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) | 
| 2538 | 2025-01-22T08:48:04.786Z |     Checking p521 v0.13.3 | 
| 2539 | 2025-01-22T08:48:04.810Z |     Checking p256 v0.13.2 | 
| 2540 | 2025-01-22T08:48:05.283Z |     Checking russh-cryptovec v0.7.3 | 
| 2541 | 2025-01-22T08:48:05.519Z |     Checking md5 v0.7.0 | 
| 2542 | 2025-01-22T08:48:05.837Z |     Checking async-task v4.7.1 | 
| 2543 | 2025-01-22T08:48:06.074Z |    Compiling doc-comment v0.3.3 | 
| 2544 | 2025-01-22T08:48:06.178Z |    Compiling target-lexicon v0.12.16 | 
| 2545 | 2025-01-22T08:48:06.208Z |     Checking russh-keys v0.45.0 | 
| 2546 | 2025-01-22T08:48:06.744Z |     Checking async-channel v2.3.1 | 
| 2547 | 2025-01-22T08:48:07.043Z |     Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) | 
| 2548 | 2025-01-22T08:48:07.176Z |     Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 2549 | 2025-01-22T08:48:07.569Z |     Checking piper v0.2.4 | 
| 2550 | 2025-01-22T08:48:07.829Z |     Checking num-bigint v0.4.6 | 
| 2551 | 2025-01-22T08:48:07.945Z |     Checking des v0.8.1 | 
| 2552 | 2025-01-22T08:48:08.250Z |    Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) | 
| 2553 | 2025-01-22T08:48:08.650Z |    Compiling assert_cmd v2.0.16 | 
| 2554 | 2025-01-22T08:48:09.055Z |    Compiling guppy-workspace-hack v0.1.0 | 
| 2555 | 2025-01-22T08:48:09.111Z |     Checking futures-timer v3.0.3 | 
| 2556 | 2025-01-22T08:48:09.397Z |     Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) | 
| 2557 | 2025-01-22T08:48:09.481Z |     Checking blocking v1.6.1 | 
| 2558 | 2025-01-22T08:48:10.246Z |     Checking russh v0.45.0 | 
| 2559 | 2025-01-22T08:48:10.386Z |     Checking async-executor v1.13.1 | 
| 2560 | 2025-01-22T08:48:10.762Z |     Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) | 
| 2561 | 2025-01-22T08:48:10.887Z |     Checking async-signal v0.2.10 | 
| 2562 | 2025-01-22T08:48:11.176Z |     Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) | 
| 2563 | 2025-01-22T08:48:11.565Z |     Checking event-listener v2.5.3 | 
| 2564 | 2025-01-22T08:48:11.589Z |     Checking internet-checksum v0.2.1 | 
| 2565 | 2025-01-22T08:48:11.797Z |    Compiling target-spec v3.2.2 | 
| 2566 | 2025-01-22T08:48:11.820Z |     Checking async-channel v1.9.0 | 
| 2567 | 2025-01-22T08:48:12.340Z |     Checking async-process v2.3.0 | 
| 2568 | 2025-01-22T08:48:12.643Z |     Checking async-global-executor v2.4.1 | 
| 2569 | 2025-01-22T08:48:12.922Z |     Checking cfg-expr v0.17.0 | 
| 2570 | 2025-01-22T08:48:13.318Z |     Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) | 
| 2571 | 2025-01-22T08:48:13.756Z |     Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) | 
| 2572 | 2025-01-22T08:48:13.781Z |     Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) | 
| 2573 | 2025-01-22T08:48:14.188Z |     Checking httptest v0.16.1 | 
| 2574 | 2025-01-22T08:48:14.476Z |     Checking rustls-native-certs v0.7.3 | 
| 2575 | 2025-01-22T08:48:14.677Z |    Compiling petname v2.0.2 | 
| 2576 | 2025-01-22T08:48:14.707Z |     Checking num_cpus v1.16.0 | 
| 2577 | 2025-01-22T08:48:14.852Z |     Checking kv-log-macro v1.0.7 | 
| 2578 | 2025-01-22T08:48:14.896Z |    Compiling async-attributes v1.1.2 | 
| 2579 | 2025-01-22T08:48:15.740Z |     Checking async-std v1.13.0 | 
| 2580 | 2025-01-22T08:48:16.098Z |     Checking threadpool v1.8.1 | 
| 2581 | 2025-01-22T08:48:16.345Z |     Checking hyper-rustls v0.26.0 | 
| 2582 | 2025-01-22T08:48:17.093Z |     Checking pathdiff v0.2.2 | 
| 2583 | 2025-01-22T08:48:17.113Z |    Compiling rstest_macros v0.23.0 | 
| 2584 | 2025-01-22T08:48:17.267Z |     Checking nested v0.1.1 | 
| 2585 | 2025-01-22T08:48:17.380Z |    Compiling target-triple v0.1.3 | 
| 2586 | 2025-01-22T08:48:17.511Z |     Checking escape8259 v0.5.3 | 
| 2587 | 2025-01-22T08:48:17.720Z |     Checking libtest-mimic v0.7.3 | 
| 2588 | 2025-01-22T08:48:17.759Z |     Checking guppy v0.17.8 | 
| 2589 | 2025-01-22T08:48:17.960Z |     Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) | 
| 2590 | 2025-01-22T08:48:19.011Z |    Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 2591 | 2025-01-22T08:48:19.135Z |     Checking async-object-pool v0.1.5 | 
| 2592 | 2025-01-22T08:48:19.331Z |     Checking similar-asserts v1.6.0 | 
| 2593 | 2025-01-22T08:48:19.353Z |     Checking fancy-regex v0.13.0 | 
| 2594 | 2025-01-22T08:48:19.597Z |     Checking serde_regex v1.1.0 | 
| 2595 | 2025-01-22T08:48:19.723Z |     Checking assert-json-diff v2.0.2 | 
| 2596 | 2025-01-22T08:48:19.861Z |    Compiling proc-macro-crate v3.2.0 | 
| 2597 | 2025-01-22T08:48:20.011Z |     Checking path-tree v0.8.1 | 
| 2598 | 2025-01-22T08:48:20.080Z |     Checking stringmetrics v2.2.2 | 
| 2599 | 2025-01-22T08:48:20.360Z |    Compiling relative-path v1.9.3 | 
| 2600 | 2025-01-22T08:48:20.385Z |     Checking sync-ptr v0.1.1 | 
| 2601 | 2025-01-22T08:48:20.615Z |     Checking httpmock v0.8.0-alpha.1 | 
| 2602 | 2025-01-22T08:48:20.618Z |     Checking datatest-stable v0.2.9 | 
| 2603 | 2025-01-22T08:48:21.002Z |     Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 2604 | 2025-01-22T08:48:21.105Z |     Checking blake2b_simd v1.0.2 | 
| 2605 | 2025-01-22T08:48:21.970Z |     Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) | 
| 2606 | 2025-01-22T08:48:22.414Z |    Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) | 
| 2607 | 2025-01-22T08:48:22.734Z |    Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) | 
| 2608 | 2025-01-22T08:48:23.007Z |    Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) | 
| 2609 | 2025-01-22T08:48:23.342Z |    Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) | 
| 2610 | 2025-01-22T08:48:23.906Z |     Checking serde_tokenstream v0.2.2 | 
| 2611 | 2025-01-22T08:48:24.302Z |     Checking uzers v0.12.1 | 
| 2612 | 2025-01-22T08:48:24.860Z |     Checking rust-argon2 v2.1.0 | 
| 2613 | 2025-01-22T08:48:25.315Z |     Checking trybuild v1.0.101 | 
| 2614 | 2025-01-22T08:48:25.765Z |     Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) | 
| 2615 | 2025-01-22T08:48:26.580Z |     Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 2616 | 2025-01-22T08:48:26.905Z |     Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) | 
| 2617 | 2025-01-22T08:48:28.036Z |    Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) | 
| 2618 | 2025-01-22T08:48:28.355Z |     Checking rand_distr v0.4.3 | 
| 2619 | 2025-01-22T08:48:29.106Z |     Checking multimap v0.10.0 | 
| 2620 | 2025-01-22T08:48:29.426Z |     Checking approx v0.5.1 | 
| 2621 | 2025-01-22T08:48:29.686Z |     Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 2622 | 2025-01-22T08:48:30.089Z |     Checking rstest v0.23.0 | 
| 2623 | 2025-01-22T08:48:30.321Z |     Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 2624 | 2025-01-22T08:48:31.236Z |     Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) | 
| 2625 | 2025-01-22T08:48:31.562Z |     Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) | 
| 2626 | 2025-01-22T08:48:32.474Z |     Checking partial-io v0.5.4 | 
| 2627 | 2025-01-22T08:48:32.606Z |    Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) | 
| 2628 | 2025-01-22T08:48:32.635Z |     Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) | 
| 2629 | 2025-01-22T08:48:32.853Z |     Checking cargo_toml v0.20.5 | 
| 2630 | 2025-01-22T08:48:32.930Z |     Checking termios v0.3.3 | 
| 2631 | 2025-01-22T08:48:33.160Z |    Compiling indoc v2.0.5 | 
| 2632 | 2025-01-22T08:48:33.882Z |    Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) | 
| 2633 | 2025-01-22T08:48:34.556Z |    Compiling git2 v0.19.0 | 
| 2634 | 2025-01-22T08:48:34.793Z |     Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 2635 | 2025-01-22T08:48:34.947Z |     Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 2636 | 2025-01-22T08:48:39.178Z |     Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) | 
| 2637 | 2025-01-22T08:48:43.098Z |    Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) | 
| 2638 | 2025-01-22T08:48:51.661Z |     Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) | 
| 2639 | 2025-01-22T08:48:55.773Z |     Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) | 
| 2640 | 2025-01-22T08:49:03.990Z |     Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) | 
| 2641 | 2025-01-22T08:49:30.894Z |     Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) | 
| 2642 | 2025-01-22T08:49:31.634Z |     Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) | 
| 2643 | 2025-01-22T08:49:31.743Z |     Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) | 
| 2644 | 2025-01-22T08:49:49.602Z |    Compiling polar-core v0.27.3 | 
| 2645 | 2025-01-22T08:49:57.393Z |     Checking oso v0.27.3 | 
| 2646 | 2025-01-22T08:50:32.174Z |     Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) | 
| 2647 | 2025-01-22T08:50:32.177Z |     Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 2648 | 2025-01-22T08:50:32.177Z |     Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 2649 | 2025-01-22T08:51:41.278Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 17s | 
| 2650 | 2025-01-22T08:51:41.703Z |  | 
| 2651 | 2025-01-22T08:51:41.703Z | real     6:21.419921521 | 
| 2652 | 2025-01-22T08:51:41.703Z | user    33:37.458177402 | 
| 2653 | 2025-01-22T08:51:41.703Z | sys      5:04.369018693 | 
| 2654 | 2025-01-22T08:51:41.706Z | trap        0.979636886 | 
| 2655 | 2025-01-22T08:51:41.706Z | tflt        1.699741116 | 
| 2656 | 2025-01-22T08:51:41.706Z | dflt        0.380922195 | 
| 2657 | 2025-01-22T08:51:41.706Z | kflt        0.000965398 | 
| 2658 | 2025-01-22T08:51:41.706Z | lock    47:10.122134077 | 
| 2659 | 2025-01-22T08:51:41.706Z | slp   1:53:56.822469311 | 
| 2660 | 2025-01-22T08:51:41.706Z | lat      1:44.085984103 | 
| 2661 | 2025-01-22T08:51:41.706Z | stop     6:50.905974508 | 
| 2662 | 2025-01-22T08:51:41.706Z | + RUSTDOCFLAGS='--document-private-items -D warnings' | 
| 2663 | 2025-01-22T08:51:41.706Z | + ptime -m cargo doc --workspace --no-deps | 
| 2664 | 2025-01-22T08:51:42.906Z | warning: output filename collision. | 
| 2665 | 2025-01-22T08:51:42.906Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. | 
| 2666 | 2025-01-22T08:51:42.906Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html | 
| 2667 | 2025-01-22T08:51:42.906Z | The targets should have unique names. | 
| 2668 | 2025-01-22T08:51:42.906Z | This is a known bug where multiple crates with the same name use | 
| 2669 | 2025-01-22T08:51:42.906Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2670 | 2025-01-22T08:51:43.378Z |    Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 2671 | 2025-01-22T08:51:43.449Z |     Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2672 | 2025-01-22T08:51:43.470Z |    Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2673 | 2025-01-22T08:51:43.510Z |    Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2674 | 2025-01-22T08:51:43.533Z |    Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 2675 | 2025-01-22T08:51:43.564Z |  Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 2676 | 2025-01-22T08:51:43.564Z |  Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2677 | 2025-01-22T08:51:43.782Z |  Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 2678 | 2025-01-22T08:51:43.820Z |     Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2679 | 2025-01-22T08:51:43.850Z |    Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2680 | 2025-01-22T08:51:43.893Z |    Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2681 | 2025-01-22T08:51:44.064Z |     Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2682 | 2025-01-22T08:51:44.165Z |     Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2683 | 2025-01-22T08:51:44.382Z |     Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2684 | 2025-01-22T08:51:44.536Z |    Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2685 | 2025-01-22T08:51:44.592Z |     Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2686 | 2025-01-22T08:51:44.967Z |    Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 2687 | 2025-01-22T08:51:45.319Z |    Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 2688 | 2025-01-22T08:51:45.564Z |    Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 2689 | 2025-01-22T08:51:45.644Z |    Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2690 | 2025-01-22T08:51:45.682Z |    Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 2691 | 2025-01-22T08:51:45.906Z |    Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 2692 | 2025-01-22T08:51:46.024Z |    Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 2693 | 2025-01-22T08:51:46.241Z |    Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 2694 | 2025-01-22T08:51:46.629Z |     Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) | 
| 2695 | 2025-01-22T08:51:47.047Z |     Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) | 
| 2696 | 2025-01-22T08:51:47.130Z |     Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) | 
| 2697 | 2025-01-22T08:51:47.493Z |     Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 2698 | 2025-01-22T08:51:47.629Z |    Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 2699 | 2025-01-22T08:51:47.661Z |    Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 2700 | 2025-01-22T08:51:47.722Z |    Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) | 
| 2701 | 2025-01-22T08:51:47.935Z |    Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) | 
| 2702 | 2025-01-22T08:51:47.963Z |     Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) | 
| 2703 | 2025-01-22T08:51:48.110Z |     Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 2704 | 2025-01-22T08:51:48.137Z |    Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 2705 | 2025-01-22T08:51:48.263Z |     Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 2706 | 2025-01-22T08:51:48.476Z |    Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 2707 | 2025-01-22T08:51:48.803Z |    Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) | 
| 2708 | 2025-01-22T08:51:48.877Z |    Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) | 
| 2709 | 2025-01-22T08:51:48.905Z |    Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) | 
| 2710 | 2025-01-22T08:51:49.127Z |  Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) | 
| 2711 | 2025-01-22T08:51:49.202Z |     Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) | 
| 2712 | 2025-01-22T08:51:49.223Z |  Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 2713 | 2025-01-22T08:51:49.243Z |  Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2714 | 2025-01-22T08:51:50.143Z |  Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2715 | 2025-01-22T08:51:50.486Z |  Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2716 | 2025-01-22T08:51:50.733Z |  Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 2717 | 2025-01-22T08:51:52.109Z |  Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 2718 | 2025-01-22T08:51:53.712Z |  Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 2719 | 2025-01-22T08:51:54.711Z |     Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) | 
| 2720 | 2025-01-22T08:51:55.036Z |     Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) | 
| 2721 | 2025-01-22T08:51:55.752Z |     Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) | 
| 2722 | 2025-01-22T08:51:57.026Z |     Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2723 | 2025-01-22T08:51:57.478Z |     Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2724 | 2025-01-22T08:51:57.633Z |     Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) | 
| 2725 | 2025-01-22T08:51:57.769Z |     Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) | 
| 2726 | 2025-01-22T08:51:58.092Z |     Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) | 
| 2727 | 2025-01-22T08:51:58.399Z |     Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) | 
| 2728 | 2025-01-22T08:51:59.330Z |     Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2729 | 2025-01-22T08:51:59.612Z |     Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2730 | 2025-01-22T08:51:59.938Z |     Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 2731 | 2025-01-22T08:52:04.496Z |     Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2732 | 2025-01-22T08:52:05.051Z |     Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2733 | 2025-01-22T08:52:05.310Z |    Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 2734 | 2025-01-22T08:52:06.227Z |     Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 2735 | 2025-01-22T08:52:06.464Z |     Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) | 
| 2736 | 2025-01-22T08:52:06.640Z |     Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2737 | 2025-01-22T08:52:07.459Z |     Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 2738 | 2025-01-22T08:52:07.784Z |     Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 2739 | 2025-01-22T08:52:07.887Z |     Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2740 | 2025-01-22T08:52:08.465Z |     Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 2741 | 2025-01-22T08:52:08.987Z |     Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 2742 | 2025-01-22T08:52:09.123Z |     Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 2743 | 2025-01-22T08:52:09.215Z |     Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 2744 | 2025-01-22T08:52:09.643Z |     Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 2745 | 2025-01-22T08:52:09.947Z |     Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) | 
| 2746 | 2025-01-22T08:52:10.086Z |     Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) | 
| 2747 | 2025-01-22T08:52:10.223Z |     Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2748 | 2025-01-22T08:52:10.443Z |     Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) | 
| 2749 | 2025-01-22T08:52:10.633Z |     Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 2750 | 2025-01-22T08:52:11.154Z |     Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) | 
| 2751 | 2025-01-22T08:52:11.516Z |     Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) | 
| 2752 | 2025-01-22T08:52:11.597Z |     Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 2753 | 2025-01-22T08:52:11.717Z |     Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 2754 | 2025-01-22T08:52:12.058Z |     Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) | 
| 2755 | 2025-01-22T08:52:12.857Z |     Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 2756 | 2025-01-22T08:52:12.918Z |     Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) | 
| 2757 | 2025-01-22T08:52:13.214Z |     Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) | 
| 2758 | 2025-01-22T08:52:13.964Z |     Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 2759 | 2025-01-22T08:52:13.987Z |     Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) | 
| 2760 | 2025-01-22T08:52:14.044Z |     Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) | 
| 2761 | 2025-01-22T08:52:14.161Z |     Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 2762 | 2025-01-22T08:52:14.442Z |     Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) | 
| 2763 | 2025-01-22T08:52:14.665Z |     Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 2764 | 2025-01-22T08:52:14.721Z |     Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) | 
| 2765 | 2025-01-22T08:52:15.025Z |     Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) | 
| 2766 | 2025-01-22T08:52:15.537Z |  Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 2767 | 2025-01-22T08:52:15.832Z |     Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 2768 | 2025-01-22T08:52:16.016Z |     Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2769 | 2025-01-22T08:52:16.149Z |     Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) | 
| 2770 | 2025-01-22T08:52:16.498Z |     Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 2771 | 2025-01-22T08:52:17.105Z |     Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 2772 | 2025-01-22T08:52:17.387Z |     Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) | 
| 2773 | 2025-01-22T08:52:17.593Z |     Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 2774 | 2025-01-22T08:52:17.669Z |     Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 2775 | 2025-01-22T08:52:18.992Z |  Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) | 
| 2776 | 2025-01-22T08:52:19.490Z |     Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) | 
| 2777 | 2025-01-22T08:52:19.545Z |  Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 2778 | 2025-01-22T08:52:19.604Z |     Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) | 
| 2779 | 2025-01-22T08:52:20.414Z |  Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 2780 | 2025-01-22T08:52:20.621Z |     Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 2781 | 2025-01-22T08:52:20.668Z |     Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) | 
| 2782 | 2025-01-22T08:52:20.831Z |     Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) | 
| 2783 | 2025-01-22T08:52:21.245Z |  Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) | 
| 2784 | 2025-01-22T08:52:23.871Z |  Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) | 
| 2785 | 2025-01-22T08:52:24.851Z |     Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2786 | 2025-01-22T08:52:25.534Z |     Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 2787 | 2025-01-22T08:52:25.739Z |  Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 2788 | 2025-01-22T08:52:25.974Z |     Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2789 | 2025-01-22T08:52:27.242Z |     Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 2790 | 2025-01-22T08:52:27.880Z |  Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2791 | 2025-01-22T08:52:28.575Z |  Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 2792 | 2025-01-22T08:52:28.783Z |     Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 2793 | 2025-01-22T08:52:29.779Z |  Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 2794 | 2025-01-22T08:52:29.954Z |  Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2795 | 2025-01-22T08:52:31.014Z |     Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 2796 | 2025-01-22T08:52:32.033Z |  Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) | 
| 2797 | 2025-01-22T08:52:37.501Z |  Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 2798 | 2025-01-22T08:52:39.416Z |  Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 2799 | 2025-01-22T08:52:42.160Z |  Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 2800 | 2025-01-22T08:52:43.672Z |  Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) | 
| 2801 | 2025-01-22T08:52:43.896Z |  Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) | 
| 2802 | 2025-01-22T08:52:46.270Z |  Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 2803 | 2025-01-22T08:52:46.304Z |  Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) | 
| 2804 | 2025-01-22T08:52:48.131Z |  Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 2805 | 2025-01-22T08:52:48.264Z |  Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 2806 | 2025-01-22T08:52:49.193Z |     Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 2807 | 2025-01-22T08:52:49.280Z |  Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 2808 | 2025-01-22T08:52:50.543Z |  Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 2809 | 2025-01-22T08:52:50.682Z |  Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2810 | 2025-01-22T08:52:52.045Z |  Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) | 
| 2811 | 2025-01-22T08:52:52.609Z |  Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) | 
| 2812 | 2025-01-22T08:52:53.094Z |  Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 2813 | 2025-01-22T08:52:57.195Z |  Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 2814 | 2025-01-22T08:52:58.229Z |  Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) | 
| 2815 | 2025-01-22T08:52:58.464Z |  Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) | 
| 2816 | 2025-01-22T08:52:59.024Z |  Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 2817 | 2025-01-22T08:52:59.432Z |  Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) | 
| 2818 | 2025-01-22T08:53:00.690Z |  Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) | 
| 2819 | 2025-01-22T08:53:01.817Z |  Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 2820 | 2025-01-22T08:53:02.079Z |  Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) | 
| 2821 | 2025-01-22T08:53:03.458Z |  Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) | 
| 2822 | 2025-01-22T08:53:03.709Z |  Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 2823 | 2025-01-22T08:53:04.126Z |  Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 2824 | 2025-01-22T08:53:05.234Z |  Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 2825 | 2025-01-22T08:53:06.019Z |  Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2826 | 2025-01-22T08:53:07.025Z |  Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) | 
| 2827 | 2025-01-22T08:53:07.895Z |  Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) | 
| 2828 | 2025-01-22T08:53:08.314Z |  Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 2829 | 2025-01-22T08:53:09.270Z |  Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 2830 | 2025-01-22T08:53:09.831Z |  Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) | 
| 2831 | 2025-01-22T08:53:11.216Z |  Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 2832 | 2025-01-22T08:53:11.888Z |  Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) | 
| 2833 | 2025-01-22T08:53:12.257Z |  Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 2834 | 2025-01-22T08:53:12.463Z |  Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) | 
| 2835 | 2025-01-22T08:53:12.494Z |  Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) | 
| 2836 | 2025-01-22T08:53:14.464Z |  Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) | 
| 2837 | 2025-01-22T08:53:16.021Z |  Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) | 
| 2838 | 2025-01-22T08:53:16.326Z |  Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) | 
| 2839 | 2025-01-22T08:53:16.360Z |  Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2840 | 2025-01-22T08:53:17.355Z |  Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 2841 | 2025-01-22T08:53:17.870Z |  Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2842 | 2025-01-22T08:53:18.095Z |  Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) | 
| 2843 | 2025-01-22T08:53:19.671Z |  Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) | 
| 2844 | 2025-01-22T08:53:20.151Z |  Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) | 
| 2845 | 2025-01-22T08:53:20.614Z |  Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 2846 | 2025-01-22T08:53:21.630Z |  Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 2847 | 2025-01-22T08:53:23.350Z |  Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2848 | 2025-01-22T08:53:23.623Z |  Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) | 
| 2849 | 2025-01-22T08:53:24.484Z |  Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 2850 | 2025-01-22T08:53:25.039Z |  Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 2851 | 2025-01-22T08:53:26.839Z |  Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 2852 | 2025-01-22T08:53:27.430Z |  Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) | 
| 2853 | 2025-01-22T08:53:27.812Z |  Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) | 
| 2854 | 2025-01-22T08:53:29.231Z |  Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 2855 | 2025-01-22T08:53:30.806Z |  Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) | 
| 2856 | 2025-01-22T08:53:31.753Z |  Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) | 
| 2857 | 2025-01-22T08:53:31.785Z |  Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) | 
| 2858 | 2025-01-22T08:53:31.982Z |  Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2859 | 2025-01-22T08:53:34.071Z |  Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2860 | 2025-01-22T08:53:34.368Z |  Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 2861 | 2025-01-22T08:53:35.134Z |  Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) | 
| 2862 | 2025-01-22T08:53:35.960Z |  Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2863 | 2025-01-22T08:53:36.315Z |  Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2864 | 2025-01-22T08:53:37.609Z |  Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2865 | 2025-01-22T08:53:38.263Z |  Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) | 
| 2866 | 2025-01-22T08:53:38.647Z |  Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 2867 | 2025-01-22T08:53:39.461Z |  Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2868 | 2025-01-22T08:53:40.856Z |  Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 2869 | 2025-01-22T08:53:41.095Z |  Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) | 
| 2870 | 2025-01-22T08:53:41.749Z |  Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) | 
| 2871 | 2025-01-22T08:53:43.067Z |  Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) | 
| 2872 | 2025-01-22T08:53:43.787Z |  Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) | 
| 2873 | 2025-01-22T08:53:44.239Z |  Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2874 | 2025-01-22T08:53:44.359Z |  Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) | 
| 2875 | 2025-01-22T08:53:44.684Z |  Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 2876 | 2025-01-22T08:53:47.202Z |  Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 2877 | 2025-01-22T08:53:47.830Z |  Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) | 
| 2878 | 2025-01-22T08:53:48.110Z |  Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 2879 | 2025-01-22T08:53:48.249Z |  Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) | 
| 2880 | 2025-01-22T08:53:48.650Z |  Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) | 
| 2881 | 2025-01-22T08:53:49.728Z |  Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) | 
| 2882 | 2025-01-22T08:53:50.766Z |  Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2883 | 2025-01-22T08:53:50.830Z |  Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2884 | 2025-01-22T08:53:51.241Z |  Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2885 | 2025-01-22T08:53:51.574Z |  Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) | 
| 2886 | 2025-01-22T08:53:51.872Z |  Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) | 
| 2887 | 2025-01-22T08:53:52.180Z |  Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) | 
| 2888 | 2025-01-22T08:53:52.313Z |  Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 2889 | 2025-01-22T08:53:53.270Z |  Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2890 | 2025-01-22T08:53:53.645Z |  Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) | 
| 2891 | 2025-01-22T08:53:53.710Z |  Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) | 
| 2892 | 2025-01-22T08:53:53.940Z |  Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2893 | 2025-01-22T08:53:54.463Z |  Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2894 | 2025-01-22T08:54:07.532Z |     Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 2895 | 2025-01-22T08:54:07.535Z |     Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 2896 | 2025-01-22T08:54:07.535Z |     Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) | 
| 2897 | 2025-01-22T08:54:07.535Z |  Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) | 
| 2898 | 2025-01-22T08:54:08.324Z |  Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) | 
| 2899 | 2025-01-22T08:54:08.567Z |  Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 2900 | 2025-01-22T08:54:08.660Z |  Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 2901 | 2025-01-22T08:54:08.733Z |  Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) | 
| 2902 | 2025-01-22T08:54:10.522Z |  Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 2903 | 2025-01-22T08:54:15.541Z |  Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 2904 | 2025-01-22T08:54:16.171Z |  Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 2905 | 2025-01-22T08:54:56.236Z |  Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) | 
| 2906 | 2025-01-22T08:55:02.965Z |     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 21s | 
| 2907 | 2025-01-22T08:55:03.149Z |    Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files | 
| 2908 | 2025-01-22T08:55:03.218Z |  | 
| 2909 | 2025-01-22T08:55:03.218Z | real     3:21.451876212 | 
| 2910 | 2025-01-22T08:55:03.218Z | user    17:53.156237994 | 
| 2911 | 2025-01-22T08:55:03.218Z | sys      2:30.799791729 | 
| 2912 | 2025-01-22T08:55:03.218Z | trap        0.509500254 | 
| 2913 | 2025-01-22T08:55:03.218Z | tflt        0.238548540 | 
| 2914 | 2025-01-22T08:55:03.218Z | dflt        0.064362082 | 
| 2915 | 2025-01-22T08:55:03.221Z | kflt        0.000115089 | 
| 2916 | 2025-01-22T08:55:03.221Z | lock    28:11.950730520 | 
| 2917 | 2025-01-22T08:55:03.221Z | slp     50:26.908158743 | 
| 2918 | 2025-01-22T08:55:03.221Z | lat      1:13.432255399 | 
| 2919 | 2025-01-22T08:55:03.221Z | stop     1:15.919116052 | 
| 2920 | 2025-01-22T08:55:03.221Z | process exited: duration 898146 ms, exit code 0 | 
|   | 
| 2921 | 2025-01-22T08:55:03.227Z | found 0 output files |