|
|
|
| 1 | 2026-03-11T21:34:08.379Z | job assigned to worker 01KKFD1KSK5MYBDZ2931K8Z5AK [factory aws, i-0e78bb008a6045249] (queued for 1 m 41 s) |
| |
| 2 | 2026-03-11T21:34:16.052Z | starting task 0: "setup" |
| 3 | 2026-03-11T21:34:16.056Z | ++ uname -s |
| 4 | 2026-03-11T21:34:16.059Z | + kern=SunOS |
| 5 | 2026-03-11T21:34:16.059Z | + build_user=build |
| 6 | 2026-03-11T21:34:16.059Z | + build_uid=12345 |
| 7 | 2026-03-11T21:34:16.059Z | + work_dir=/work |
| 8 | 2026-03-11T21:34:16.059Z | + input_dir=/input |
| 9 | 2026-03-11T21:34:16.059Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T21:34:16.059Z | + case "$kern" in |
| 11 | 2026-03-11T21:34:16.059Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T21:34:16.063Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T21:34:18.069Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T21:34:18.184Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T21:34:18.187Z | + home_fs=zfs |
| 16 | 2026-03-11T21:34:18.187Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T21:34:18.187Z | + mkdir -p /home/build |
| 18 | 2026-03-11T21:34:18.187Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T21:34:20.191Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T21:34:20.194Z | process exited: duration 4140 ms, exit code 0 |
| |
| 21 | 2026-03-11T21:34:20.201Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T21:34:20.205Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-11T21:34:20.205Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-03-11T21:34:20.205Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-11T21:34:20.205Z | * rust toolchain profile = "default" |
| 26 | 2026-03-11T21:34:20.205Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-11T21:34:20.205Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-11T21:34:20.209Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T21:34:20.209Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-11T21:34:20.337Z | info: downloading installer |
| 31 | 2026-03-11T21:34:22.068Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T21:34:22.068Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T21:34:22.068Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T21:34:22.068Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T21:34:22.068Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T21:34:22.068Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T21:34:22.068Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T21:34:22.068Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T21:34:22.068Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T21:34:22.077Z | info: profile set to 'default' |
| 41 | 2026-03-11T21:34:22.077Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T21:34:22.080Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-11T21:34:22.255Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-11T21:34:22.255Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T21:34:23.275Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T21:34:23.684Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T21:34:25.453Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T21:34:27.349Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T21:34:36.931Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T21:34:37.274Z | info: installing component 'cargo' |
| 51 | 2026-03-11T21:34:38.092Z | info: installing component 'clippy' |
| 52 | 2026-03-11T21:34:38.446Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T21:34:39.911Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T21:34:41.394Z | info: installing component 'rustc' |
| 55 | 2026-03-11T21:34:47.214Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T21:34:47.523Z | |
| 57 | 2026-03-11T21:34:47.523Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 58 | 2026-03-11T21:34:47.931Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-11T21:34:47.931Z | |
| 60 | 2026-03-11T21:34:47.935Z | |
| 61 | 2026-03-11T21:34:47.935Z | Rust is installed now. Great! |
| 62 | 2026-03-11T21:34:47.935Z | |
| 63 | 2026-03-11T21:34:47.935Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T21:34:47.935Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T21:34:47.935Z | |
| 66 | 2026-03-11T21:34:47.935Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T21:34:47.935Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T21:34:47.935Z | |
| 69 | 2026-03-11T21:34:47.935Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T21:34:47.935Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T21:34:47.935Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T21:34:47.935Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T21:34:48.028Z | + rustup --version |
| 74 | 2026-03-11T21:34:48.038Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T21:34:48.042Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T21:34:48.139Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-11T21:34:48.143Z | + cargo --version |
| 78 | 2026-03-11T21:34:48.190Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-11T21:34:48.193Z | + rustc --version |
| 80 | 2026-03-11T21:34:48.263Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-11T21:34:48.267Z | process exited: duration 28044 ms, exit code 0 |
| |
| 82 | 2026-03-11T21:34:48.273Z | starting task 2: "authentication" |
| 83 | 2026-03-11T21:34:48.294Z | process exited: duration 20 ms, exit code 0 |
| |
| 84 | 2026-03-11T21:34:48.303Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T21:34:48.307Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-11T21:34:48.307Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-11T21:34:48.338Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-11T21:34:59.772Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-11T21:34:59.772Z | + git fetch origin 742f09f1f03c91d64eb90927adfbf226335f0257 |
| 90 | 2026-03-11T21:35:00.085Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-11T21:35:00.085Z | * branch 742f09f1f03c91d64eb90927adfbf226335f0257 -> FETCH_HEAD |
| 92 | 2026-03-11T21:35:00.095Z | + [[ -n spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]] |
| 93 | 2026-03-11T21:35:00.098Z | ++ git branch --show-current |
| 94 | 2026-03-11T21:35:00.098Z | + current=main |
| 95 | 2026-03-11T21:35:00.098Z | + [[ main != spr/papertigers/guest-vms-should-get-vsock-devices-by-default ]] |
| 96 | 2026-03-11T21:35:00.098Z | + git branch -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default 742f09f1f03c91d64eb90927adfbf226335f0257 |
| 97 | 2026-03-11T21:35:00.102Z | + git checkout -f spr/papertigers/guest-vms-should-get-vsock-devices-by-default |
| 98 | 2026-03-11T21:35:00.229Z | Switched to branch 'spr/papertigers/guest-vms-should-get-vsock-devices-by-default' |
| 99 | 2026-03-11T21:35:00.232Z | + git reset --hard 742f09f1f03c91d64eb90927adfbf226335f0257 |
| 100 | 2026-03-11T21:35:00.361Z | HEAD is now at 742f09f1f [jj-spr] initial version |
| 101 | 2026-03-11T21:35:00.365Z | process exited: duration 12053 ms, exit code 0 |
| |
| 102 | 2026-03-11T21:35:00.371Z | starting task 4: "build" |
| 103 | 2026-03-11T21:35:00.376Z | + source ./env.sh |
| 104 | 2026-03-11T21:35:00.379Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-03-11T21:35:00.379Z | ++ set -o xtrace |
| 106 | 2026-03-11T21:35:00.379Z | ++++ dirname ./env.sh |
| 107 | 2026-03-11T21:35:00.382Z | +++ readlink -f . |
| 108 | 2026-03-11T21:35:00.382Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-03-11T21:35:00.382Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-03-11T21:35:00.382Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2026-03-11T21:35:00.382Z | ++ 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 |
| 112 | 2026-03-11T21:35:00.382Z | ++ 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 |
| 113 | 2026-03-11T21:35:00.382Z | ++ 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 |
| 114 | 2026-03-11T21:35:00.382Z | ++ 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 |
| 115 | 2026-03-11T21:35:00.386Z | ++ 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 |
| 116 | 2026-03-11T21:35:00.386Z | ++ 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 |
| 117 | 2026-03-11T21:35:00.386Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-03-11T21:35:00.386Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-03-11T21:35:00.386Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-03-11T21:35:00.386Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-03-11T21:35:00.386Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-03-11T21:35:00.386Z | + cargo --version |
| 123 | 2026-03-11T21:35:00.440Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-03-11T21:35:00.443Z | + rustc --version |
| 125 | 2026-03-11T21:35:00.515Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-03-11T21:35:00.518Z | + banner prerequisites |
| 127 | 2026-03-11T21:35:00.521Z | |
| 128 | 2026-03-11T21:35:00.521Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-03-11T21:35:00.521Z | # # # # # # # # # # # # # # # |
| 130 | 2026-03-11T21:35:00.521Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-03-11T21:35:00.521Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-03-11T21:35:00.521Z | # # # # # # # # # # # # # # # |
| 133 | 2026-03-11T21:35:00.521Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-03-11T21:35:00.521Z | |
| 135 | 2026-03-11T21:35:00.521Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-03-11T21:35:10.437Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-03-11T21:35:19.893Z | Startup: Caching catalogs ... Done |
| 138 | 2026-03-11T21:35:41.079Z | Planning: Solver setup ... Done (19.637s) |
| 139 | 2026-03-11T21:35:41.218Z | Planning: Running solver ... Done (0.146s) |
| 140 | 2026-03-11T21:35:41.395Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-03-11T21:35:41.425Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-03-11T21:35:41.539Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-03-11T21:35:41.612Z | Planning: Package planning ... Done (0.042s) |
| 144 | 2026-03-11T21:35:41.639Z | Planning: Merging actions ... Done (0.039s) |
| 145 | 2026-03-11T21:35:41.850Z | Planning: Checking for conflicting actions ... Done (0.238s) |
| 146 | 2026-03-11T21:35:41.860Z | Planning: Consolidating action changes ... Done (0.010s) |
| 147 | 2026-03-11T21:35:42.716Z | Planning: Evaluating mediators ... Done (0.854s) |
| 148 | 2026-03-11T21:35:42.723Z | Planning: Planning completed in 22.67 seconds |
| 149 | 2026-03-11T21:35:42.737Z | Packages to install: 4 |
| 150 | 2026-03-11T21:35:42.741Z | Mediators to change: 2 |
| 151 | 2026-03-11T21:35:42.741Z | Services to change: 1 |
| 152 | 2026-03-11T21:35:42.741Z | Estimated space available: 155.43 GB |
| 153 | 2026-03-11T21:35:42.741Z | Estimated space to be consumed: 1.82 GB |
| 154 | 2026-03-11T21:35:42.741Z | Create boot environment: No |
| 155 | 2026-03-11T21:35:42.741Z | Create backup boot environment: No |
| 156 | 2026-03-11T21:35:42.741Z | Rebuild boot archive: No |
| 157 | 2026-03-11T21:35:42.741Z | |
| 158 | 2026-03-11T21:35:42.742Z | Changed mediators: |
| 159 | 2026-03-11T21:35:42.742Z | mediator clang: |
| 160 | 2026-03-11T21:35:42.742Z | version: None -> 15 (system default) |
| 161 | 2026-03-11T21:35:42.742Z | |
| 162 | 2026-03-11T21:35:42.742Z | mediator llvm: |
| 163 | 2026-03-11T21:35:42.742Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-03-11T21:35:42.742Z | |
| 165 | 2026-03-11T21:35:42.742Z | Changed packages: |
| 166 | 2026-03-11T21:35:42.743Z | helios-dev |
| 167 | 2026-03-11T21:35:42.743Z | developer/build-essential |
| 168 | 2026-03-11T21:35:42.743Z | None -> 11-2.0 |
| 169 | 2026-03-11T21:35:42.743Z | library/libxmlsec1 |
| 170 | 2026-03-11T21:35:42.743Z | None -> 1.2.35-2.0 |
| 171 | 2026-03-11T21:35:42.743Z | ooce/developer/clang-15 |
| 172 | 2026-03-11T21:35:42.743Z | None -> 15.0.7-2.0 |
| 173 | 2026-03-11T21:35:42.743Z | ooce/developer/llvm-15 |
| 174 | 2026-03-11T21:35:42.743Z | None -> 15.0.7-2.0 |
| 175 | 2026-03-11T21:35:42.743Z | |
| 176 | 2026-03-11T21:35:42.743Z | Services: |
| 177 | 2026-03-11T21:35:42.743Z | restart_fmri: |
| 178 | 2026-03-11T21:35:42.743Z | svc:/system/update-man-index:default |
| 179 | 2026-03-11T21:35:42.784Z | |
| 180 | 2026-03-11T21:35:42.784Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-03-11T21:35:47.791Z | Download: 1203/3290 items 83.8/212.6MB 39% complete (17.0M/s) |
| 182 | 2026-03-11T21:35:52.795Z | Download: 3239/3290 items 192.1/212.6MB 90% complete (19.2M/s) |
| 183 | 2026-03-11T21:35:56.181Z | Download: Completed 212.60 MB in 13.38 seconds (15.9M/s) |
| 184 | 2026-03-11T21:35:56.370Z | Actions: 1/3689 actions (Installing new actions) |
| 185 | 2026-03-11T21:36:00.466Z | Actions: Completed 3689 actions in 4.10 seconds. |
| 186 | 2026-03-11T21:36:01.203Z | Done (0.726s) |
| 187 | 2026-03-11T21:36:01.204Z | Done (0.000s) |
| 188 | 2026-03-11T21:36:02.461Z | Done (0.992s) |
| 189 | 2026-03-11T21:36:08.208Z | Done (3.620s) |
| 190 | 2026-03-11T21:36:08.208Z | Done (0.017s) |
| 191 | 2026-03-11T21:36:08.208Z | Done (0.000s) |
| 192 | 2026-03-11T21:36:08.208Z | Done (0.000s) |
| 193 | 2026-03-11T21:36:08.209Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2026-03-11T21:36:08.209Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2026-03-11T21:36:08.209Z | Planning: Consolidating action changes ... Done |
| 196 | 2026-03-11T21:36:08.209Z | Planning: Evaluating mediators ... Done |
| 197 | 2026-03-11T21:36:08.209Z | Planning: Planning completed in 0.37 seconds |
| 198 | 2026-03-11T21:36:08.209Z | Mediators to change: 2 |
| 199 | 2026-03-11T21:36:08.209Z | Create boot environment: No |
| 200 | 2026-03-11T21:36:08.209Z | Create backup boot environment: No |
| 201 | 2026-03-11T21:36:08.209Z | Done |
| 202 | 2026-03-11T21:36:08.209Z | Done |
| 203 | 2026-03-11T21:36:08.558Z | Done |
| 204 | 2026-03-11T21:36:11.838Z | Done |
| 205 | 2026-03-11T21:36:11.921Z | Done |
| 206 | 2026-03-11T21:36:11.924Z | Done |
| 207 | 2026-03-11T21:36:12.072Z | Done |
| 208 | 2026-03-11T21:36:12.611Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2026-03-11T21:36:12.615Z | Planning: Merging actions ... Done |
| 210 | 2026-03-11T21:36:12.782Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2026-03-11T21:36:12.786Z | Planning: Consolidating action changes ... Done |
| 212 | 2026-03-11T21:36:13.003Z | Planning: Evaluating mediators ... Done |
| 213 | 2026-03-11T21:36:13.046Z | Planning: Planning completed in 0.64 seconds |
| 214 | 2026-03-11T21:36:13.076Z | Packages to change: 1 |
| 215 | 2026-03-11T21:36:13.076Z | Mediators to change: 1 |
| 216 | 2026-03-11T21:36:13.080Z | Services to change: 1 |
| 217 | 2026-03-11T21:36:13.080Z | Create boot environment: No |
| 218 | 2026-03-11T21:36:13.080Z | Create backup boot environment: Yes |
| 219 | 2026-03-11T21:36:15.636Z | Actions: 1/6 actions (Updating modified actions) |
| 220 | 2026-03-11T21:36:15.639Z | Actions: Completed 6 actions in 0.00 seconds. |
| 221 | 2026-03-11T21:36:15.639Z | Done |
| 222 | 2026-03-11T21:36:15.639Z | Done |
| 223 | 2026-03-11T21:36:15.823Z | Done |
| 224 | 2026-03-11T21:36:19.118Z | Done |
| 225 | 2026-03-11T21:36:19.203Z | Done |
| 226 | 2026-03-11T21:36:19.206Z | Done |
| 227 | 2026-03-11T21:36:19.359Z | Done |
| 228 | 2026-03-11T21:36:19.742Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 229 | 2026-03-11T21:36:19.742Z | clang system 15 system |
| 230 | 2026-03-11T21:36:19.742Z | csh system system illumos |
| 231 | 2026-03-11T21:36:19.742Z | ctags system system illumos |
| 232 | 2026-03-11T21:36:19.742Z | file system system illumos |
| 233 | 2026-03-11T21:36:19.742Z | gcc vendor 12 vendor |
| 234 | 2026-03-11T21:36:19.742Z | gcc system 10 system |
| 235 | 2026-03-11T21:36:19.742Z | gcc system 7 system |
| 236 | 2026-03-11T21:36:19.742Z | go system 1.20 system |
| 237 | 2026-03-11T21:36:19.742Z | go system 1.19 system |
| 238 | 2026-03-11T21:36:19.744Z | llvm system 15 system |
| 239 | 2026-03-11T21:36:19.744Z | llvm system 14 system |
| 240 | 2026-03-11T21:36:19.744Z | mariadb system 10.6 system |
| 241 | 2026-03-11T21:36:19.744Z | mta vendor vendor dma |
| 242 | 2026-03-11T21:36:19.744Z | openjdk system 17 system |
| 243 | 2026-03-11T21:36:19.744Z | openjdk system 11 system |
| 244 | 2026-03-11T21:36:19.744Z | openjdk system 1.8 system |
| 245 | 2026-03-11T21:36:19.744Z | openssl vendor 3 vendor |
| 246 | 2026-03-11T21:36:19.744Z | perl system 5.36 system |
| 247 | 2026-03-11T21:36:19.744Z | postgresql system 15 system |
| 248 | 2026-03-11T21:36:19.744Z | postgresql system 13 system |
| 249 | 2026-03-11T21:36:19.744Z | python vendor 3 vendor |
| 250 | 2026-03-11T21:36:19.744Z | python system 2 system |
| 251 | 2026-03-11T21:36:19.744Z | python3 system 3.11 system |
| 252 | 2026-03-11T21:36:19.744Z | ruby system 3.0 system |
| 253 | 2026-03-11T21:36:19.744Z | words vendor vendor american-english |
| 254 | 2026-03-11T21:36:19.744Z | words system system australian-english |
| 255 | 2026-03-11T21:36:19.744Z | words system system british-english |
| 256 | 2026-03-11T21:36:19.744Z | words system system canadian-english |
| 257 | 2026-03-11T21:36:19.744Z | words system system french |
| 258 | 2026-03-11T21:36:19.744Z | words system system italian |
| 259 | 2026-03-11T21:36:19.744Z | words system system ngerman |
| 260 | 2026-03-11T21:36:19.744Z | words system system ogerman |
| 261 | 2026-03-11T21:36:19.744Z | words system system spanish |
| 262 | 2026-03-11T21:36:20.046Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2026-03-11T21:36:20.046Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2026-03-11T21:36:25.950Z | FMRI IFO |
| 265 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 271 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 272 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 273 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 276 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 279 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2026-03-11T21:36:25.950Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2026-03-11T21:36:27.223Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2026-03-11T21:36:27.510Z | Updating crates.io index |
| 283 | 2026-03-11T21:36:27.513Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 284 | 2026-03-11T21:36:27.959Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 285 | 2026-03-11T21:36:28.335Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 286 | 2026-03-11T21:36:28.738Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 287 | 2026-03-11T21:36:29.082Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 288 | 2026-03-11T21:36:30.515Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 289 | 2026-03-11T21:36:32.234Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 290 | 2026-03-11T21:36:33.055Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2026-03-11T21:36:33.528Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 292 | 2026-03-11T21:36:34.261Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 293 | 2026-03-11T21:36:34.866Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 294 | 2026-03-11T21:36:37.035Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 295 | 2026-03-11T21:36:37.369Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 296 | 2026-03-11T21:36:37.771Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2026-03-11T21:36:38.133Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 298 | 2026-03-11T21:36:39.281Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2026-03-11T21:36:39.934Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2026-03-11T21:36:40.195Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 301 | 2026-03-11T21:36:40.665Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 302 | 2026-03-11T21:36:41.009Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2026-03-11T21:36:41.553Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2026-03-11T21:36:41.847Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2026-03-11T21:36:42.118Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 306 | 2026-03-11T21:36:42.564Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2026-03-11T21:36:43.067Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 308 | 2026-03-11T21:36:43.700Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 309 | 2026-03-11T21:36:43.990Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2026-03-11T21:36:44.377Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2026-03-11T21:36:44.671Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2026-03-11T21:36:46.114Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 313 | 2026-03-11T21:36:46.428Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 314 | 2026-03-11T21:36:47.159Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 315 | 2026-03-11T21:36:47.479Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 316 | 2026-03-11T21:36:48.011Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 317 | 2026-03-11T21:36:48.282Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 318 | 2026-03-11T21:36:48.561Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 319 | 2026-03-11T21:36:49.129Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 320 | 2026-03-11T21:36:49.608Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 321 | 2026-03-11T21:37:03.760Z | Downloading crates ... |
| 322 | 2026-03-11T21:37:03.822Z | Downloaded camino v1.2.2 |
| 323 | 2026-03-11T21:37:03.827Z | Downloaded anstream v0.6.21 |
| 324 | 2026-03-11T21:37:03.832Z | Downloaded clap v4.5.60 |
| 325 | 2026-03-11T21:37:03.839Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2026-03-11T21:37:03.842Z | Downloaded anstyle-parse v0.2.7 |
| 327 | 2026-03-11T21:37:03.842Z | Downloaded unicode-xid v0.2.6 |
| 328 | 2026-03-11T21:37:03.843Z | Downloaded cpufeatures v0.2.17 |
| 329 | 2026-03-11T21:37:03.846Z | Downloaded sha2 v0.10.9 |
| 330 | 2026-03-11T21:37:03.846Z | Downloaded yoke-derive v0.8.1 |
| 331 | 2026-03-11T21:37:03.846Z | Downloaded percent-encoding v2.3.2 |
| 332 | 2026-03-11T21:37:03.850Z | Downloaded anstyle-query v1.1.5 |
| 333 | 2026-03-11T21:37:03.850Z | Downloaded typeid v1.0.3 |
| 334 | 2026-03-11T21:37:03.850Z | Downloaded utf8parse v0.2.2 |
| 335 | 2026-03-11T21:37:03.850Z | Downloaded swrite v0.1.0 |
| 336 | 2026-03-11T21:37:03.854Z | Downloaded heck v0.5.0 |
| 337 | 2026-03-11T21:37:03.854Z | Downloaded generic-array v0.14.7 |
| 338 | 2026-03-11T21:37:03.854Z | Downloaded textwrap v0.16.2 |
| 339 | 2026-03-11T21:37:03.858Z | Downloaded colorchoice v1.0.4 |
| 340 | 2026-03-11T21:37:03.858Z | Downloaded clap_lex v1.0.0 |
| 341 | 2026-03-11T21:37:03.858Z | Downloaded thiserror-impl v1.0.69 |
| 342 | 2026-03-11T21:37:03.859Z | Downloaded cfg-if v1.0.4 |
| 343 | 2026-03-11T21:37:03.863Z | Downloaded camino-tempfile v1.4.1 |
| 344 | 2026-03-11T21:37:03.863Z | Downloaded yoke v0.8.1 |
| 345 | 2026-03-11T21:37:03.863Z | Downloaded proc-macro-error-attr v1.0.4 |
| 346 | 2026-03-11T21:37:03.864Z | Downloaded heck v0.4.1 |
| 347 | 2026-03-11T21:37:03.867Z | Downloaded dof v0.3.0 |
| 348 | 2026-03-11T21:37:03.867Z | Downloaded usdt-macro v0.5.0 |
| 349 | 2026-03-11T21:37:03.871Z | Downloaded digest v0.10.7 |
| 350 | 2026-03-11T21:37:03.871Z | Downloaded zerofrom-derive v0.1.6 |
| 351 | 2026-03-11T21:37:03.871Z | Downloaded version_check v0.9.5 |
| 352 | 2026-03-11T21:37:03.872Z | Downloaded thread-id v4.2.2 |
| 353 | 2026-03-11T21:37:03.872Z | Downloaded memmap v0.7.0 |
| 354 | 2026-03-11T21:37:03.875Z | Downloaded dtrace-parser v0.2.0 |
| 355 | 2026-03-11T21:37:03.876Z | Downloaded zerofrom v0.1.6 |
| 356 | 2026-03-11T21:37:03.876Z | Downloaded stable_deref_trait v1.2.1 |
| 357 | 2026-03-11T21:37:03.876Z | Downloaded is_terminal_polyfill v1.70.2 |
| 358 | 2026-03-11T21:37:03.879Z | Downloaded usdt-attr-macro v0.5.0 |
| 359 | 2026-03-11T21:37:03.879Z | Downloaded macaddr v1.0.1 |
| 360 | 2026-03-11T21:37:03.879Z | Downloaded terminal_size v0.4.3 |
| 361 | 2026-03-11T21:37:03.880Z | Downloaded cargo-platform v0.2.0 |
| 362 | 2026-03-11T21:37:03.883Z | Downloaded usdt v0.5.0 |
| 363 | 2026-03-11T21:37:03.883Z | Downloaded smawk v0.3.2 |
| 364 | 2026-03-11T21:37:03.887Z | Downloaded unicode-linebreak v0.1.5 |
| 365 | 2026-03-11T21:37:03.887Z | Downloaded once_cell v1.21.3 |
| 366 | 2026-03-11T21:37:03.887Z | Downloaded utf8_iter v1.0.4 |
| 367 | 2026-03-11T21:37:03.891Z | Downloaded toml_write v0.1.2 |
| 368 | 2026-03-11T21:37:03.891Z | Downloaded clap_derive v4.5.55 |
| 369 | 2026-03-11T21:37:03.891Z | Downloaded thiserror-impl v2.0.18 |
| 370 | 2026-03-11T21:37:03.895Z | Downloaded zerotrie v0.2.3 |
| 371 | 2026-03-11T21:37:03.895Z | Downloaded thiserror v1.0.69 |
| 372 | 2026-03-11T21:37:03.899Z | Downloaded writeable v0.6.2 |
| 373 | 2026-03-11T21:37:03.903Z | Downloaded tinystr v0.8.2 |
| 374 | 2026-03-11T21:37:03.903Z | Downloaded ucd-trie v0.1.7 |
| 375 | 2026-03-11T21:37:03.903Z | Downloaded toml_datetime v0.6.11 |
| 376 | 2026-03-11T21:37:03.903Z | Downloaded serde-value v0.7.0 |
| 377 | 2026-03-11T21:37:03.906Z | Downloaded zmij v1.0.21 |
| 378 | 2026-03-11T21:37:03.906Z | Downloaded idna_adapter v1.2.1 |
| 379 | 2026-03-11T21:37:03.906Z | Downloaded serde_spanned v0.6.9 |
| 380 | 2026-03-11T21:37:03.906Z | Downloaded crypto-common v0.1.7 |
| 381 | 2026-03-11T21:37:03.909Z | Downloaded zerovec-derive v0.11.2 |
| 382 | 2026-03-11T21:37:03.913Z | Downloaded toml_edit v0.22.27 |
| 383 | 2026-03-11T21:37:03.916Z | Downloaded zerocopy-derive v0.7.35 |
| 384 | 2026-03-11T21:37:03.919Z | Downloaded thiserror v2.0.18 |
| 385 | 2026-03-11T21:37:03.922Z | Downloaded toml v0.8.23 |
| 386 | 2026-03-11T21:37:03.922Z | Downloaded unicode-ident v1.0.24 |
| 387 | 2026-03-11T21:37:03.926Z | Downloaded potential_utf v0.1.4 |
| 388 | 2026-03-11T21:37:03.926Z | Downloaded itoa v1.0.17 |
| 389 | 2026-03-11T21:37:03.926Z | Downloaded displaydoc v0.2.5 |
| 390 | 2026-03-11T21:37:03.929Z | Downloaded fastrand v2.3.0 |
| 391 | 2026-03-11T21:37:03.929Z | Downloaded url v2.5.8 |
| 392 | 2026-03-11T21:37:03.933Z | Downloaded typenum v1.19.0 |
| 393 | 2026-03-11T21:37:03.936Z | Downloaded serde_tokenstream v0.2.3 |
| 394 | 2026-03-11T21:37:03.936Z | Downloaded anyhow v1.0.102 |
| 395 | 2026-03-11T21:37:03.939Z | Downloaded fs-err v3.3.0 |
| 396 | 2026-03-11T21:37:03.939Z | Downloaded cargo_metadata v0.21.0 |
| 397 | 2026-03-11T21:37:03.942Z | Downloaded errno v0.3.14 |
| 398 | 2026-03-11T21:37:03.942Z | Downloaded form_urlencoded v1.2.2 |
| 399 | 2026-03-11T21:37:03.942Z | Downloaded ordered-float v2.10.1 |
| 400 | 2026-03-11T21:37:03.945Z | Downloaded block-buffer v0.10.4 |
| 401 | 2026-03-11T21:37:03.945Z | Downloaded zerovec v0.11.5 |
| 402 | 2026-03-11T21:37:03.949Z | Downloaded strsim v0.11.1 |
| 403 | 2026-03-11T21:37:03.952Z | Downloaded pretty-hex v0.4.1 |
| 404 | 2026-03-11T21:37:03.952Z | Downloaded zerocopy v0.7.35 |
| 405 | 2026-03-11T21:37:03.961Z | Downloaded tabled_derive v0.7.0 |
| 406 | 2026-03-11T21:37:03.964Z | Downloaded bytecount v0.6.9 |
| 407 | 2026-03-11T21:37:03.964Z | Downloaded winnow v0.7.14 |
| 408 | 2026-03-11T21:37:03.970Z | Downloaded semver v1.0.27 |
| 409 | 2026-03-11T21:37:03.973Z | Downloaded scroll_derive v0.12.1 |
| 410 | 2026-03-11T21:37:03.973Z | Downloaded unicode-width v0.1.14 |
| 411 | 2026-03-11T21:37:03.976Z | Downloaded synstructure v0.13.2 |
| 412 | 2026-03-11T21:37:03.979Z | Downloaded unicode-width v0.2.0 |
| 413 | 2026-03-11T21:37:03.982Z | Downloaded serde-untagged v0.1.9 |
| 414 | 2026-03-11T21:37:03.982Z | Downloaded equivalent v1.0.2 |
| 415 | 2026-03-11T21:37:03.982Z | Downloaded anstyle v1.0.13 |
| 416 | 2026-03-11T21:37:03.986Z | Downloaded cargo_toml v0.21.0 |
| 417 | 2026-03-11T21:37:03.986Z | Downloaded proc-macro2 v1.0.106 |
| 418 | 2026-03-11T21:37:03.989Z | Downloaded proc-macro-error v1.0.4 |
| 419 | 2026-03-11T21:37:03.989Z | Downloaded autocfg v1.5.0 |
| 420 | 2026-03-11T21:37:03.993Z | Downloaded plain v0.2.3 |
| 421 | 2026-03-11T21:37:03.993Z | Downloaded scroll v0.12.0 |
| 422 | 2026-03-11T21:37:03.993Z | Downloaded quote v1.0.44 |
| 423 | 2026-03-11T21:37:03.997Z | Downloaded fnv v1.0.7 |
| 424 | 2026-03-11T21:37:03.997Z | Downloaded erased-serde v0.4.9 |
| 425 | 2026-03-11T21:37:04.001Z | Downloaded litemap v0.8.1 |
| 426 | 2026-03-11T21:37:04.001Z | Downloaded pest_derive v2.8.6 |
| 427 | 2026-03-11T21:37:04.005Z | Downloaded cargo-util-schemas v0.8.2 |
| 428 | 2026-03-11T21:37:04.005Z | Downloaded bitflags v2.11.0 |
| 429 | 2026-03-11T21:37:04.012Z | Downloaded papergrid v0.11.0 |
| 430 | 2026-03-11T21:37:04.021Z | Downloaded icu_locale_core v2.1.1 |
| 431 | 2026-03-11T21:37:04.026Z | Downloaded byteorder v1.5.0 |
| 432 | 2026-03-11T21:37:04.030Z | Downloaded tempfile v3.25.0 |
| 433 | 2026-03-11T21:37:04.034Z | Downloaded smallvec v1.15.1 |
| 434 | 2026-03-11T21:37:04.034Z | Downloaded icu_properties v2.1.2 |
| 435 | 2026-03-11T21:37:04.038Z | Downloaded log v0.4.29 |
| 436 | 2026-03-11T21:37:04.041Z | Downloaded pest_generator v2.8.6 |
| 437 | 2026-03-11T21:37:04.045Z | Downloaded serde_core v1.0.228 |
| 438 | 2026-03-11T21:37:04.049Z | Downloaded getrandom v0.4.1 |
| 439 | 2026-03-11T21:37:04.049Z | Downloaded num-traits v0.2.19 |
| 440 | 2026-03-11T21:37:04.056Z | Downloaded serde_derive v1.0.228 |
| 441 | 2026-03-11T21:37:04.057Z | Downloaded icu_provider v2.1.1 |
| 442 | 2026-03-11T21:37:04.061Z | Downloaded pest_meta v2.8.6 |
| 443 | 2026-03-11T21:37:04.061Z | Downloaded icu_normalizer_data v2.1.1 |
| 444 | 2026-03-11T21:37:04.066Z | Downloaded serde v1.0.228 |
| 445 | 2026-03-11T21:37:04.078Z | Downloaded icu_collections v2.1.1 |
| 446 | 2026-03-11T21:37:04.083Z | Downloaded icu_normalizer v2.1.1 |
| 447 | 2026-03-11T21:37:04.088Z | Downloaded idna v1.1.0 |
| 448 | 2026-03-11T21:37:04.092Z | Downloaded indexmap v2.13.0 |
| 449 | 2026-03-11T21:37:04.095Z | Downloaded memchr v2.8.0 |
| 450 | 2026-03-11T21:37:04.102Z | Downloaded clap_builder v4.5.60 |
| 451 | 2026-03-11T21:37:04.119Z | Downloaded hashbrown v0.16.1 |
| 452 | 2026-03-11T21:37:04.125Z | Downloaded pest v2.8.6 |
| 453 | 2026-03-11T21:37:04.129Z | Downloaded icu_properties_data v2.1.2 |
| 454 | 2026-03-11T21:37:04.140Z | Downloaded serde_json v1.0.149 |
| 455 | 2026-03-11T21:37:04.144Z | Downloaded goblin v0.8.2 |
| 456 | 2026-03-11T21:37:04.149Z | Downloaded tabled v0.15.0 |
| 457 | 2026-03-11T21:37:04.160Z | Downloaded syn v1.0.109 |
| 458 | 2026-03-11T21:37:04.173Z | Downloaded syn v2.0.117 |
| 459 | 2026-03-11T21:37:04.187Z | Downloaded rustix v1.1.3 |
| 460 | 2026-03-11T21:37:04.218Z | Downloaded libc v0.2.180 |
| 461 | 2026-03-11T21:37:04.305Z | Compiling proc-macro2 v1.0.106 |
| 462 | 2026-03-11T21:37:04.310Z | Compiling unicode-ident v1.0.24 |
| 463 | 2026-03-11T21:37:04.310Z | Compiling quote v1.0.44 |
| 464 | 2026-03-11T21:37:04.310Z | Compiling serde_core v1.0.228 |
| 465 | 2026-03-11T21:37:04.310Z | Compiling libc v0.2.180 |
| 466 | 2026-03-11T21:37:04.310Z | Compiling version_check v0.9.5 |
| 467 | 2026-03-11T21:37:04.310Z | Compiling stable_deref_trait v1.2.1 |
| 468 | 2026-03-11T21:37:04.310Z | Compiling serde v1.0.228 |
| 469 | 2026-03-11T21:37:04.723Z | Compiling memchr v2.8.0 |
| 470 | 2026-03-11T21:37:04.748Z | Compiling zmij v1.0.21 |
| 471 | 2026-03-11T21:37:05.111Z | Compiling ucd-trie v0.1.7 |
| 472 | 2026-03-11T21:37:05.115Z | Compiling autocfg v1.5.0 |
| 473 | 2026-03-11T21:37:05.463Z | Compiling thiserror v1.0.69 |
| 474 | 2026-03-11T21:37:05.495Z | Compiling itoa v1.0.17 |
| 475 | 2026-03-11T21:37:05.638Z | Compiling pest v2.8.6 |
| 476 | 2026-03-11T21:37:05.679Z | Compiling litemap v0.8.1 |
| 477 | 2026-03-11T21:37:05.720Z | Compiling writeable v0.6.2 |
| 478 | 2026-03-11T21:37:05.766Z | Compiling rustix v1.1.3 |
| 479 | 2026-03-11T21:37:05.967Z | Compiling icu_normalizer_data v2.1.1 |
| 480 | 2026-03-11T21:37:06.084Z | Compiling icu_properties_data v2.1.2 |
| 481 | 2026-03-11T21:37:06.220Z | Compiling syn v2.0.117 |
| 482 | 2026-03-11T21:37:06.243Z | Compiling byteorder v1.5.0 |
| 483 | 2026-03-11T21:37:06.397Z | Compiling errno v0.3.14 |
| 484 | 2026-03-11T21:37:06.535Z | Compiling bitflags v2.11.0 |
| 485 | 2026-03-11T21:37:06.579Z | Compiling serde_json v1.0.149 |
| 486 | 2026-03-11T21:37:06.821Z | Compiling num-traits v0.2.19 |
| 487 | 2026-03-11T21:37:06.896Z | Compiling equivalent v1.0.2 |
| 488 | 2026-03-11T21:37:07.009Z | Compiling smallvec v1.15.1 |
| 489 | 2026-03-11T21:37:07.072Z | Compiling typeid v1.0.3 |
| 490 | 2026-03-11T21:37:07.133Z | Compiling pest_meta v2.8.6 |
| 491 | 2026-03-11T21:37:07.276Z | Compiling hashbrown v0.16.1 |
| 492 | 2026-03-11T21:37:07.494Z | Compiling thread-id v4.2.2 |
| 493 | 2026-03-11T21:37:07.602Z | Compiling proc-macro-error-attr v1.0.4 |
| 494 | 2026-03-11T21:37:07.624Z | Compiling usdt-impl v0.5.0 |
| 495 | 2026-03-11T21:37:07.808Z | Compiling syn v1.0.109 |
| 496 | 2026-03-11T21:37:07.855Z | Compiling erased-serde v0.4.9 |
| 497 | 2026-03-11T21:37:07.909Z | Compiling toml_write v0.1.2 |
| 498 | 2026-03-11T21:37:08.008Z | Compiling indexmap v2.13.0 |
| 499 | 2026-03-11T21:37:08.223Z | Compiling winnow v0.7.14 |
| 500 | 2026-03-11T21:37:08.600Z | Compiling proc-macro-error v1.0.4 |
| 501 | 2026-03-11T21:37:08.845Z | Compiling thiserror v2.0.18 |
| 502 | 2026-03-11T21:37:08.868Z | Compiling camino v1.2.2 |
| 503 | 2026-03-11T21:37:09.308Z | Compiling utf8_iter v1.0.4 |
| 504 | 2026-03-11T21:37:09.352Z | Compiling percent-encoding v2.3.2 |
| 505 | 2026-03-11T21:37:09.381Z | Compiling plain v0.2.3 |
| 506 | 2026-03-11T21:37:09.498Z | Compiling utf8parse v0.2.2 |
| 507 | 2026-03-11T21:37:09.522Z | Compiling log v0.4.29 |
| 508 | 2026-03-11T21:37:09.526Z | Compiling getrandom v0.4.1 |
| 509 | 2026-03-11T21:37:09.666Z | Compiling form_urlencoded v1.2.2 |
| 510 | 2026-03-11T21:37:09.674Z | Compiling anstyle-parse v0.2.7 |
| 511 | 2026-03-11T21:37:09.832Z | Compiling ordered-float v2.10.1 |
| 512 | 2026-03-11T21:37:09.896Z | Compiling synstructure v0.13.2 |
| 513 | 2026-03-11T21:37:09.921Z | Compiling pest_generator v2.8.6 |
| 514 | 2026-03-11T21:37:10.198Z | Compiling terminal_size v0.4.3 |
| 515 | 2026-03-11T21:37:10.376Z | Compiling anstyle v1.0.13 |
| 516 | 2026-03-11T21:37:10.512Z | Compiling is_terminal_polyfill v1.70.2 |
| 517 | 2026-03-11T21:37:10.569Z | Compiling pretty-hex v0.4.1 |
| 518 | 2026-03-11T21:37:10.612Z | Compiling colorchoice v1.0.4 |
| 519 | 2026-03-11T21:37:10.636Z | Compiling anstyle-query v1.1.5 |
| 520 | 2026-03-11T21:37:10.669Z | Compiling cfg-if v1.0.4 |
| 521 | 2026-03-11T21:37:10.742Z | Compiling anstream v0.6.21 |
| 522 | 2026-03-11T21:37:10.767Z | Compiling serde-untagged v0.1.9 |
| 523 | 2026-03-11T21:37:10.837Z | Compiling semver v1.0.27 |
| 524 | 2026-03-11T21:37:11.002Z | Compiling fs-err v3.3.0 |
| 525 | 2026-03-11T21:37:11.084Z | Compiling strsim v0.11.1 |
| 526 | 2026-03-11T21:37:11.148Z | Compiling clap_lex v1.0.0 |
| 527 | 2026-03-11T21:37:11.267Z | Compiling heck v0.5.0 |
| 528 | 2026-03-11T21:37:11.288Z | Compiling fastrand v2.3.0 |
| 529 | 2026-03-11T21:37:11.342Z | Compiling unicode-xid v0.2.6 |
| 530 | 2026-03-11T21:37:11.447Z | Compiling once_cell v1.21.3 |
| 531 | 2026-03-11T21:37:11.499Z | Compiling bytecount v0.6.9 |
| 532 | 2026-03-11T21:37:11.538Z | Compiling unicode-width v0.1.14 |
| 533 | 2026-03-11T21:37:11.580Z | Compiling anyhow v1.0.102 |
| 534 | 2026-03-11T21:37:11.667Z | Compiling fnv v1.0.7 |
| 535 | 2026-03-11T21:37:11.721Z | Compiling heck v0.4.1 |
| 536 | 2026-03-11T21:37:11.793Z | Compiling tempfile v3.25.0 |
| 537 | 2026-03-11T21:37:11.895Z | Compiling papergrid v0.11.0 |
| 538 | 2026-03-11T21:37:12.022Z | Compiling clap_builder v4.5.60 |
| 539 | 2026-03-11T21:37:12.154Z | Compiling memmap v0.7.0 |
| 540 | 2026-03-11T21:37:12.271Z | Compiling smawk v0.3.2 |
| 541 | 2026-03-11T21:37:12.295Z | Compiling unicode-linebreak v0.1.5 |
| 542 | 2026-03-11T21:37:12.390Z | Compiling unicode-width v0.2.0 |
| 543 | 2026-03-11T21:37:12.468Z | Compiling serde_derive v1.0.228 |
| 544 | 2026-03-11T21:37:12.609Z | Compiling zerofrom-derive v0.1.6 |
| 545 | 2026-03-11T21:37:12.741Z | Compiling yoke-derive v0.8.1 |
| 546 | 2026-03-11T21:37:12.926Z | Compiling zerovec-derive v0.11.2 |
| 547 | 2026-03-11T21:37:12.999Z | Compiling displaydoc v0.2.5 |
| 548 | 2026-03-11T21:37:13.844Z | Compiling thiserror-impl v1.0.69 |
| 549 | 2026-03-11T21:37:13.989Z | Compiling zerocopy-derive v0.7.35 |
| 550 | 2026-03-11T21:37:14.379Z | Compiling pest_derive v2.8.6 |
| 551 | 2026-03-11T21:37:14.419Z | Compiling scroll_derive v0.12.1 |
| 552 | 2026-03-11T21:37:14.556Z | Compiling zerofrom v0.1.6 |
| 553 | 2026-03-11T21:37:14.731Z | Compiling yoke v0.8.1 |
| 554 | 2026-03-11T21:37:14.970Z | Compiling zerovec v0.11.5 |
| 555 | 2026-03-11T21:37:14.996Z | Compiling zerotrie v0.2.3 |
| 556 | 2026-03-11T21:37:15.215Z | Compiling zerocopy v0.7.35 |
| 557 | 2026-03-11T21:37:15.339Z | Compiling scroll v0.12.0 |
| 558 | 2026-03-11T21:37:15.406Z | Compiling thiserror-impl v2.0.18 |
| 559 | 2026-03-11T21:37:15.636Z | Compiling tinystr v0.8.2 |
| 560 | 2026-03-11T21:37:15.698Z | Compiling potential_utf v0.1.4 |
| 561 | 2026-03-11T21:37:15.807Z | Compiling dtrace-parser v0.2.0 |
| 562 | 2026-03-11T21:37:15.906Z | Compiling icu_locale_core v2.1.1 |
| 563 | 2026-03-11T21:37:15.906Z | Compiling icu_collections v2.1.1 |
| 564 | 2026-03-11T21:37:16.015Z | Compiling goblin v0.8.2 |
| 565 | 2026-03-11T21:37:16.371Z | Compiling tabled_derive v0.7.0 |
| 566 | 2026-03-11T21:37:16.653Z | Compiling clap_derive v4.5.55 |
| 567 | 2026-03-11T21:37:16.866Z | Compiling icu_provider v2.1.1 |
| 568 | 2026-03-11T21:37:17.155Z | Compiling toml_datetime v0.6.11 |
| 569 | 2026-03-11T21:37:17.228Z | Compiling icu_properties v2.1.2 |
| 570 | 2026-03-11T21:37:17.253Z | Compiling icu_normalizer v2.1.1 |
| 571 | 2026-03-11T21:37:17.257Z | Compiling serde_spanned v0.6.9 |
| 572 | 2026-03-11T21:37:17.301Z | Compiling dof v0.3.0 |
| 573 | 2026-03-11T21:37:17.468Z | Compiling toml_edit v0.22.27 |
| 574 | 2026-03-11T21:37:17.502Z | Compiling serde_tokenstream v0.2.3 |
| 575 | 2026-03-11T21:37:17.830Z | Compiling serde-value v0.7.0 |
| 576 | 2026-03-11T21:37:17.897Z | Compiling cargo-platform v0.2.0 |
| 577 | 2026-03-11T21:37:17.997Z | Compiling tabled v0.15.0 |
| 578 | 2026-03-11T21:37:18.246Z | Compiling macaddr v1.0.1 |
| 579 | 2026-03-11T21:37:18.311Z | Compiling textwrap v0.16.2 |
| 580 | 2026-03-11T21:37:18.536Z | Compiling idna_adapter v1.2.1 |
| 581 | 2026-03-11T21:37:18.569Z | Compiling usdt-attr-macro v0.5.0 |
| 582 | 2026-03-11T21:37:18.713Z | Compiling idna v1.1.0 |
| 583 | 2026-03-11T21:37:18.767Z | Compiling usdt-macro v0.5.0 |
| 584 | 2026-03-11T21:37:19.074Z | Compiling url v2.5.8 |
| 585 | 2026-03-11T21:37:19.529Z | Compiling toml v0.8.23 |
| 586 | 2026-03-11T21:37:19.657Z | Compiling clap v4.5.60 |
| 587 | 2026-03-11T21:37:19.683Z | Compiling camino-tempfile v1.4.1 |
| 588 | 2026-03-11T21:37:19.768Z | Compiling swrite v0.1.0 |
| 589 | 2026-03-11T21:37:19.987Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 590 | 2026-03-11T21:37:20.163Z | Compiling cargo-util-schemas v0.8.2 |
| 591 | 2026-03-11T21:37:20.313Z | Compiling usdt v0.5.0 |
| 592 | 2026-03-11T21:37:20.379Z | Compiling cargo_toml v0.21.0 |
| 593 | 2026-03-11T21:37:21.414Z | Compiling cargo_metadata v0.21.0 |
| 594 | 2026-03-11T21:37:22.692Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 595 | 2026-03-11T21:37:25.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.53s |
| 596 | 2026-03-11T21:37:25.852Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 597 | 2026-03-11T21:37:26.579Z | Downloading crates ... |
| 598 | 2026-03-11T21:37:26.697Z | Downloaded cargo_metadata v0.19.2 |
| 599 | 2026-03-11T21:37:26.713Z | Downloaded atomic-waker v1.1.2 |
| 600 | 2026-03-11T21:37:26.717Z | Downloaded aead v0.5.2 |
| 601 | 2026-03-11T21:37:26.722Z | Downloaded blake2 v0.10.6 |
| 602 | 2026-03-11T21:37:26.727Z | Downloaded base16ct v0.2.0 |
| 603 | 2026-03-11T21:37:26.730Z | Downloaded bit-set v0.5.3 |
| 604 | 2026-03-11T21:37:26.734Z | Downloaded array-init v0.0.4 |
| 605 | 2026-03-11T21:37:26.738Z | Downloaded cpufeatures v0.3.0 |
| 606 | 2026-03-11T21:37:26.743Z | Downloaded csv-core v0.1.13 |
| 607 | 2026-03-11T21:37:26.746Z | Downloaded difflib v0.4.0 |
| 608 | 2026-03-11T21:37:26.747Z | Downloaded crucible-workspace-hack v0.1.0 |
| 609 | 2026-03-11T21:37:26.750Z | Downloaded fixedbitset v0.4.2 |
| 610 | 2026-03-11T21:37:26.754Z | Downloaded fd-lock v4.0.4 |
| 611 | 2026-03-11T21:37:26.757Z | Downloaded dyn-clone v1.0.20 |
| 612 | 2026-03-11T21:37:26.761Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 613 | 2026-03-11T21:37:26.765Z | Downloaded darling_macro v0.23.0 |
| 614 | 2026-03-11T21:37:26.768Z | Downloaded foreign-types-shared v0.3.1 |
| 615 | 2026-03-11T21:37:26.773Z | Downloaded defmt v0.3.100 |
| 616 | 2026-03-11T21:37:26.776Z | Downloaded console v0.16.2 |
| 617 | 2026-03-11T21:37:26.780Z | Downloaded erased-serde v0.3.31 |
| 618 | 2026-03-11T21:37:26.784Z | Downloaded critical-section v1.2.0 |
| 619 | 2026-03-11T21:37:26.787Z | Downloaded debug-ignore v1.0.5 |
| 620 | 2026-03-11T21:37:26.791Z | Downloaded async-recursion v1.1.1 |
| 621 | 2026-03-11T21:37:26.869Z | Downloaded dunce v1.0.5 |
| 622 | 2026-03-11T21:37:26.869Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 623 | 2026-03-11T21:37:26.869Z | Downloaded cassowary v0.3.0 |
| 624 | 2026-03-11T21:37:26.869Z | Downloaded ff v0.13.1 |
| 625 | 2026-03-11T21:37:26.870Z | Downloaded flagset v0.4.7 |
| 626 | 2026-03-11T21:37:26.870Z | Downloaded base16ct v1.0.0 |
| 627 | 2026-03-11T21:37:26.870Z | Downloaded derive_builder_macro v0.20.2 |
| 628 | 2026-03-11T21:37:26.870Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 629 | 2026-03-11T21:37:26.870Z | Downloaded crc v3.4.0 |
| 630 | 2026-03-11T21:37:26.870Z | Downloaded embedded-io v0.6.1 |
| 631 | 2026-03-11T21:37:26.870Z | Downloaded bb8 v0.8.6 |
| 632 | 2026-03-11T21:37:26.870Z | Downloaded funty v2.0.0 |
| 633 | 2026-03-11T21:37:26.870Z | Downloaded foreign-types v0.3.2 |
| 634 | 2026-03-11T21:37:26.870Z | Downloaded futures-sink v0.3.32 |
| 635 | 2026-03-11T21:37:26.870Z | Downloaded embedded-io v0.4.0 |
| 636 | 2026-03-11T21:37:26.870Z | Downloaded futures-task v0.3.32 |
| 637 | 2026-03-11T21:37:26.870Z | Downloaded cmake v0.1.57 |
| 638 | 2026-03-11T21:37:26.870Z | Downloaded defmt-parser v1.0.0 |
| 639 | 2026-03-11T21:37:26.870Z | Downloaded futures-io v0.3.32 |
| 640 | 2026-03-11T21:37:26.870Z | Downloaded env_filter v1.0.0 |
| 641 | 2026-03-11T21:37:26.871Z | Downloaded fallible-iterator v0.2.0 |
| 642 | 2026-03-11T21:37:26.871Z | Downloaded either v1.15.0 |
| 643 | 2026-03-11T21:37:26.871Z | Downloaded fxhash v0.2.1 |
| 644 | 2026-03-11T21:37:26.871Z | Downloaded globwalk v0.9.1 |
| 645 | 2026-03-11T21:37:26.875Z | Downloaded foreign-types-macros v0.2.3 |
| 646 | 2026-03-11T21:37:26.875Z | Downloaded hostname v0.3.1 |
| 647 | 2026-03-11T21:37:26.875Z | Downloaded foreign-types-shared v0.1.1 |
| 648 | 2026-03-11T21:37:26.879Z | Downloaded cipher v0.4.4 |
| 649 | 2026-03-11T21:37:26.879Z | Downloaded foldhash v0.2.0 |
| 650 | 2026-03-11T21:37:26.883Z | Downloaded backoff v0.4.0 |
| 651 | 2026-03-11T21:37:26.887Z | Downloaded hash32 v0.2.1 |
| 652 | 2026-03-11T21:37:26.890Z | Downloaded ghash v0.5.1 |
| 653 | 2026-03-11T21:37:26.894Z | Downloaded camino-tempfile-ext v0.3.3 |
| 654 | 2026-03-11T21:37:26.898Z | Downloaded headers-core v0.3.0 |
| 655 | 2026-03-11T21:37:26.898Z | Downloaded git-stub v1.0.0 |
| 656 | 2026-03-11T21:37:26.901Z | Downloaded fs_extra v1.3.0 |
| 657 | 2026-03-11T21:37:26.905Z | Downloaded httpdate v1.0.3 |
| 658 | 2026-03-11T21:37:26.909Z | Downloaded http-range v0.1.5 |
| 659 | 2026-03-11T21:37:26.909Z | Downloaded hostname v0.4.2 |
| 660 | 2026-03-11T21:37:26.912Z | Downloaded ed25519 v2.2.3 |
| 661 | 2026-03-11T21:37:26.916Z | Downloaded float-cmp v0.10.0 |
| 662 | 2026-03-11T21:37:26.920Z | Downloaded find-msvc-tools v0.1.9 |
| 663 | 2026-03-11T21:37:26.924Z | Downloaded foldhash v0.1.5 |
| 664 | 2026-03-11T21:37:26.924Z | Downloaded hyper-tls v0.6.0 |
| 665 | 2026-03-11T21:37:26.940Z | Downloaded ident_case v1.0.1 |
| 666 | 2026-03-11T21:37:26.943Z | Downloaded hubpack_derive v0.1.1 |
| 667 | 2026-03-11T21:37:26.947Z | Downloaded foreign-types v0.5.0 |
| 668 | 2026-03-11T21:37:26.947Z | Downloaded is_ci v1.2.0 |
| 669 | 2026-03-11T21:37:26.950Z | Downloaded indent_write v2.2.0 |
| 670 | 2026-03-11T21:37:26.954Z | Downloaded instant v0.1.13 |
| 671 | 2026-03-11T21:37:26.958Z | Downloaded inout v0.1.4 |
| 672 | 2026-03-11T21:37:26.961Z | Downloaded lalrpop-util v0.19.12 |
| 673 | 2026-03-11T21:37:26.962Z | Downloaded internet-checksum v0.2.1 |
| 674 | 2026-03-11T21:37:26.967Z | Downloaded instability v0.3.11 |
| 675 | 2026-03-11T21:37:26.967Z | Downloaded darling_core v0.23.0 |
| 676 | 2026-03-11T21:37:26.971Z | Downloaded humantime v2.3.0 |
| 677 | 2026-03-11T21:37:26.974Z | Downloaded globset v0.4.18 |
| 678 | 2026-03-11T21:37:26.979Z | Downloaded kstat-rs v0.2.4 |
| 679 | 2026-03-11T21:37:26.983Z | Downloaded keccak v0.1.6 |
| 680 | 2026-03-11T21:37:26.983Z | Downloaded const-oid v0.9.6 |
| 681 | 2026-03-11T21:37:26.986Z | Downloaded libscf-sys v1.1.0 |
| 682 | 2026-03-11T21:37:26.990Z | Downloaded linked-hash-map v0.5.6 |
| 683 | 2026-03-11T21:37:26.990Z | Downloaded hyper-staticfile v0.10.1 |
| 684 | 2026-03-11T21:37:26.994Z | Downloaded maybe-uninit v2.0.0 |
| 685 | 2026-03-11T21:37:26.999Z | Downloaded managed v0.8.0 |
| 686 | 2026-03-11T21:37:27.002Z | Downloaded half v1.8.3 |
| 687 | 2026-03-11T21:37:27.002Z | Downloaded ingot v0.1.1 |
| 688 | 2026-03-11T21:37:27.007Z | Downloaded indoc v2.0.7 |
| 689 | 2026-03-11T21:37:27.011Z | Downloaded memoffset v0.9.1 |
| 690 | 2026-03-11T21:37:27.015Z | Downloaded ipnetwork v0.21.1 |
| 691 | 2026-03-11T21:37:27.015Z | Downloaded newline-converter v0.3.0 |
| 692 | 2026-03-11T21:37:27.018Z | Downloaded nibble_vec v0.1.0 |
| 693 | 2026-03-11T21:37:27.019Z | Downloaded newtype-uuid-macros v0.1.0 |
| 694 | 2026-03-11T21:37:27.022Z | Downloaded mime v0.3.17 |
| 695 | 2026-03-11T21:37:27.026Z | Downloaded multimap v0.10.1 |
| 696 | 2026-03-11T21:37:27.026Z | Downloaded diff v0.1.13 |
| 697 | 2026-03-11T21:37:27.030Z | Downloaded normalize-line-endings v0.3.0 |
| 698 | 2026-03-11T21:37:27.034Z | Downloaded jobserver v0.1.34 |
| 699 | 2026-03-11T21:37:27.037Z | Downloaded httparse v1.10.1 |
| 700 | 2026-03-11T21:37:27.041Z | Downloaded newtype_derive v0.1.6 |
| 701 | 2026-03-11T21:37:27.041Z | Downloaded nodrop v0.1.14 |
| 702 | 2026-03-11T21:37:27.045Z | Downloaded num v0.4.3 |
| 703 | 2026-03-11T21:37:27.048Z | Downloaded libefi-sys v0.1.0 |
| 704 | 2026-03-11T21:37:27.048Z | Downloaded libloading v0.8.9 |
| 705 | 2026-03-11T21:37:27.053Z | Downloaded opaque-debug v0.3.1 |
| 706 | 2026-03-11T21:37:27.056Z | Downloaded olpc-cjson v0.1.4 |
| 707 | 2026-03-11T21:37:27.056Z | Downloaded getrandom v0.2.17 |
| 708 | 2026-03-11T21:37:27.060Z | Downloaded linear-map v1.2.0 |
| 709 | 2026-03-11T21:37:27.064Z | Downloaded hickory-client v0.25.2 |
| 710 | 2026-03-11T21:37:27.068Z | Downloaded oso-derive v0.27.3 |
| 711 | 2026-03-11T21:37:27.068Z | Downloaded libsw-core v0.3.2 |
| 712 | 2026-03-11T21:37:27.071Z | Downloaded libsw v3.5.0 |
| 713 | 2026-03-11T21:37:27.075Z | Downloaded lazy_static v1.5.0 |
| 714 | 2026-03-11T21:37:27.078Z | Downloaded num-derive v0.4.2 |
| 715 | 2026-03-11T21:37:27.078Z | Downloaded num_threads v0.1.7 |
| 716 | 2026-03-11T21:37:27.082Z | Downloaded newtype-uuid v1.3.2 |
| 717 | 2026-03-11T21:37:27.086Z | Downloaded parse-display v0.10.0 |
| 718 | 2026-03-11T21:37:27.086Z | Downloaded env_logger v0.11.9 |
| 719 | 2026-03-11T21:37:27.090Z | Downloaded native-tls v0.2.18 |
| 720 | 2026-03-11T21:37:27.093Z | Downloaded derive-where v1.6.0 |
| 721 | 2026-03-11T21:37:27.097Z | Downloaded openssl-probe v0.1.6 |
| 722 | 2026-03-11T21:37:27.097Z | Downloaded openssl-macros v0.1.1 |
| 723 | 2026-03-11T21:37:27.101Z | Downloaded num_enum_derive v0.5.11 |
| 724 | 2026-03-11T21:37:27.105Z | Downloaded lock_api v0.4.14 |
| 725 | 2026-03-11T21:37:27.105Z | Downloaded pbkdf2 v0.11.0 |
| 726 | 2026-03-11T21:37:27.108Z | Downloaded path-slash v0.1.5 |
| 727 | 2026-03-11T21:37:27.112Z | Downloaded parse-size v1.1.0 |
| 728 | 2026-03-11T21:37:27.112Z | Downloaded mime_guess v2.0.5 |
| 729 | 2026-03-11T21:37:27.115Z | Downloaded allocator-api2 v0.2.21 |
| 730 | 2026-03-11T21:37:27.119Z | Downloaded hyper-rustls v0.27.7 |
| 731 | 2026-03-11T21:37:27.123Z | Downloaded nanorand v0.7.0 |
| 732 | 2026-03-11T21:37:27.126Z | Downloaded peg-runtime v0.8.5 |
| 733 | 2026-03-11T21:37:27.126Z | Downloaded aes v0.8.4 |
| 734 | 2026-03-11T21:37:27.130Z | Downloaded memmap2 v0.9.10 |
| 735 | 2026-03-11T21:37:27.133Z | Downloaded des v0.8.1 |
| 736 | 2026-03-11T21:37:27.137Z | Downloaded pbkdf2 v0.12.2 |
| 737 | 2026-03-11T21:37:27.137Z | Downloaded pin-utils v0.1.0 |
| 738 | 2026-03-11T21:37:27.140Z | Downloaded phf_shared v0.12.1 |
| 739 | 2026-03-11T21:37:27.140Z | Downloaded phf_shared v0.11.3 |
| 740 | 2026-03-11T21:37:27.144Z | Downloaded nu-ansi-term v0.50.3 |
| 741 | 2026-03-11T21:37:27.147Z | Downloaded compact_str v0.8.1 |
| 742 | 2026-03-11T21:37:27.151Z | Downloaded num_enum v0.5.11 |
| 743 | 2026-03-11T21:37:27.155Z | Downloaded phf_shared v0.13.1 |
| 744 | 2026-03-11T21:37:27.158Z | Downloaded num-integer v0.1.46 |
| 745 | 2026-03-11T21:37:27.158Z | Downloaded parse-display-derive v0.10.0 |
| 746 | 2026-03-11T21:37:27.163Z | Downloaded packed_struct v0.10.1 |
| 747 | 2026-03-11T21:37:27.163Z | Downloaded precomputed-hash v0.1.1 |
| 748 | 2026-03-11T21:37:27.167Z | Downloaded powerfmt v0.2.0 |
| 749 | 2026-03-11T21:37:27.167Z | Downloaded litrs v1.0.0 |
| 750 | 2026-03-11T21:37:27.171Z | Downloaded const_format v0.2.35 |
| 751 | 2026-03-11T21:37:27.175Z | Downloaded darling v0.20.11 |
| 752 | 2026-03-11T21:37:27.180Z | Downloaded predicates-core v1.0.10 |
| 753 | 2026-03-11T21:37:27.183Z | Downloaded owo-colors v4.3.0 |
| 754 | 2026-03-11T21:37:27.187Z | Downloaded proc-macro-crate v1.3.1 |
| 755 | 2026-03-11T21:37:27.187Z | Downloaded paste v1.0.15 |
| 756 | 2026-03-11T21:37:27.191Z | Downloaded peg-macros v0.8.5 |
| 757 | 2026-03-11T21:37:27.194Z | Downloaded oxnet v0.1.4 |
| 758 | 2026-03-11T21:37:27.194Z | Downloaded oxide-tokio-rt v0.1.2 |
| 759 | 2026-03-11T21:37:27.198Z | Downloaded progenitor-macro v0.11.2 |
| 760 | 2026-03-11T21:37:27.202Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 761 | 2026-03-11T21:37:27.202Z | Downloaded peg v0.8.5 |
| 762 | 2026-03-11T21:37:27.206Z | Downloaded pem v3.0.6 |
| 763 | 2026-03-11T21:37:27.209Z | Downloaded phf v0.13.1 |
| 764 | 2026-03-11T21:37:27.209Z | Downloaded phf v0.12.1 |
| 765 | 2026-03-11T21:37:27.213Z | Downloaded password-hash v0.4.2 |
| 766 | 2026-03-11T21:37:27.216Z | Downloaded progenitor-client v0.10.0 |
| 767 | 2026-03-11T21:37:27.216Z | Downloaded poly1305 v0.8.0 |
| 768 | 2026-03-11T21:37:27.220Z | Downloaded indexmap v1.9.3 |
| 769 | 2026-03-11T21:37:27.223Z | Downloaded crossbeam-channel v0.5.15 |
| 770 | 2026-03-11T21:37:27.227Z | Downloaded psl-types v2.0.11 |
| 771 | 2026-03-11T21:37:27.230Z | Downloaded radium v0.7.0 |
| 772 | 2026-03-11T21:37:27.230Z | Downloaded ignore v0.4.25 |
| 773 | 2026-03-11T21:37:27.234Z | Downloaded postgres-protocol v0.6.10 |
| 774 | 2026-03-11T21:37:27.238Z | Downloaded parking_lot_core v0.9.12 |
| 775 | 2026-03-11T21:37:27.238Z | Downloaded heapless v0.8.0 |
| 776 | 2026-03-11T21:37:27.242Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 777 | 2026-03-11T21:37:27.245Z | Downloaded quick-error v1.2.3 |
| 778 | 2026-03-11T21:37:27.246Z | Downloaded recursive v0.1.1 |
| 779 | 2026-03-11T21:37:27.249Z | Downloaded ref-cast-impl v1.0.25 |
| 780 | 2026-03-11T21:37:27.249Z | Downloaded pkg-config v0.3.32 |
| 781 | 2026-03-11T21:37:27.253Z | Downloaded pkcs8 v0.10.2 |
| 782 | 2026-03-11T21:37:27.257Z | Downloaded polyval v0.6.2 |
| 783 | 2026-03-11T21:37:27.257Z | Downloaded pin-project-lite v0.2.17 |
| 784 | 2026-03-11T21:37:27.261Z | Downloaded rand_xorshift v0.4.0 |
| 785 | 2026-03-11T21:37:27.264Z | Downloaded flume v0.11.1 |
| 786 | 2026-03-11T21:37:27.268Z | Downloaded derive_more v2.1.1 |
| 787 | 2026-03-11T21:37:27.276Z | Downloaded ref-cast v1.0.25 |
| 788 | 2026-03-11T21:37:27.280Z | Downloaded parking_lot_core v0.8.6 |
| 789 | 2026-03-11T21:37:27.284Z | Downloaded oso v0.27.3 |
| 790 | 2026-03-11T21:37:27.287Z | Downloaded progenitor v0.13.0 |
| 791 | 2026-03-11T21:37:27.292Z | Downloaded primeorder v0.13.6 |
| 792 | 2026-03-11T21:37:27.292Z | Downloaded rustc_version v0.1.7 |
| 793 | 2026-03-11T21:37:27.292Z | Downloaded pkcs1 v0.7.5 |
| 794 | 2026-03-11T21:37:27.296Z | Downloaded rfc6979 v0.4.0 |
| 795 | 2026-03-11T21:37:27.296Z | Downloaded crypto-bigint v0.5.5 |
| 796 | 2026-03-11T21:37:27.301Z | Downloaded miniz_oxide v0.8.9 |
| 797 | 2026-03-11T21:37:27.305Z | Downloaded progenitor-macro v0.13.0 |
| 798 | 2026-03-11T21:37:27.309Z | Downloaded postcard v1.1.3 |
| 799 | 2026-03-11T21:37:27.310Z | Downloaded rand_core v0.10.0 |
| 800 | 2026-03-11T21:37:27.313Z | Downloaded psm v0.1.30 |
| 801 | 2026-03-11T21:37:27.317Z | Downloaded rand_chacha v0.3.1 |
| 802 | 2026-03-11T21:37:27.317Z | Downloaded sapling-renderdag v0.1.0 |
| 803 | 2026-03-11T21:37:27.321Z | Downloaded rtoolbox v0.0.3 |
| 804 | 2026-03-11T21:37:27.321Z | Downloaded rustc_version v0.4.1 |
| 805 | 2026-03-11T21:37:27.326Z | Downloaded same-file v1.0.6 |
| 806 | 2026-03-11T21:37:27.326Z | Downloaded postgres-types v0.2.12 |
| 807 | 2026-03-11T21:37:27.329Z | Downloaded rustc-hash v2.1.1 |
| 808 | 2026-03-11T21:37:27.330Z | Downloaded russh-cryptovec v0.7.3 |
| 809 | 2026-03-11T21:37:27.330Z | Downloaded hickory-resolver v0.24.4 |
| 810 | 2026-03-11T21:37:27.333Z | Downloaded expectorate v1.2.0 |
| 811 | 2026-03-11T21:37:27.337Z | Downloaded headers v0.4.1 |
| 812 | 2026-03-11T21:37:27.341Z | Downloaded hickory-resolver v0.25.2 |
| 813 | 2026-03-11T21:37:27.345Z | Downloaded flate2 v1.1.9 |
| 814 | 2026-03-11T21:37:27.350Z | Downloaded scopeguard v1.2.0 |
| 815 | 2026-03-11T21:37:27.353Z | Downloaded rand_chacha v0.9.0 |
| 816 | 2026-03-11T21:37:27.354Z | Downloaded pkcs5 v0.7.1 |
| 817 | 2026-03-11T21:37:27.357Z | Downloaded seq-macro v0.3.6 |
| 818 | 2026-03-11T21:37:27.361Z | Downloaded scrypt v0.11.0 |
| 819 | 2026-03-11T21:37:27.361Z | Downloaded salsa20 v0.10.2 |
| 820 | 2026-03-11T21:37:27.365Z | Downloaded r2d2 v0.8.10 |
| 821 | 2026-03-11T21:37:27.366Z | Downloaded rand_seeder v0.4.0 |
| 822 | 2026-03-11T21:37:27.371Z | Downloaded rand_core v0.9.5 |
| 823 | 2026-03-11T21:37:27.371Z | Downloaded secrecy v0.10.3 |
| 824 | 2026-03-11T21:37:27.375Z | Downloaded progenitor-client v0.13.0 |
| 825 | 2026-03-11T21:37:27.375Z | Downloaded serde_bytes v0.11.19 |
| 826 | 2026-03-11T21:37:27.375Z | Downloaded semver v0.1.20 |
| 827 | 2026-03-11T21:37:27.378Z | Downloaded serde_urlencoded v0.7.1 |
| 828 | 2026-03-11T21:37:27.378Z | Downloaded serde-big-array v0.5.1 |
| 829 | 2026-03-11T21:37:27.382Z | Downloaded secrecy v0.8.0 |
| 830 | 2026-03-11T21:37:27.382Z | Downloaded scroll_derive v0.13.1 |
| 831 | 2026-03-11T21:37:27.386Z | Downloaded scheduled-thread-pool v0.2.7 |
| 832 | 2026-03-11T21:37:27.386Z | Downloaded serde_spanned v1.0.4 |
| 833 | 2026-03-11T21:37:27.389Z | Downloaded minimal-lexical v0.2.1 |
| 834 | 2026-03-11T21:37:27.393Z | Downloaded resolv-conf v0.7.6 |
| 835 | 2026-03-11T21:37:27.393Z | Downloaded papergrid v0.17.0 |
| 836 | 2026-03-11T21:37:27.397Z | Downloaded rustls-pemfile v2.2.0 |
| 837 | 2026-03-11T21:37:27.401Z | Downloaded progenitor-extras v0.1.0 |
| 838 | 2026-03-11T21:37:27.405Z | Downloaded quinn-udp v0.5.14 |
| 839 | 2026-03-11T21:37:27.405Z | Downloaded indicatif v0.18.4 |
| 840 | 2026-03-11T21:37:27.409Z | Downloaded derive_more-impl v2.1.1 |
| 841 | 2026-03-11T21:37:27.412Z | Downloaded hashbrown v0.13.2 |
| 842 | 2026-03-11T21:37:27.416Z | Downloaded shell-words v1.1.1 |
| 843 | 2026-03-11T21:37:27.420Z | Downloaded sha1 v0.10.6 |
| 844 | 2026-03-11T21:37:27.420Z | Downloaded rustls-native-certs v0.8.3 |
| 845 | 2026-03-11T21:37:27.424Z | Downloaded serde_repr v0.1.20 |
| 846 | 2026-03-11T21:37:27.424Z | Downloaded sigpipe v0.1.3 |
| 847 | 2026-03-11T21:37:27.428Z | Downloaded siphasher v1.0.2 |
| 848 | 2026-03-11T21:37:27.428Z | Downloaded jiff-static v0.2.21 |
| 849 | 2026-03-11T21:37:27.432Z | Downloaded signature v2.2.0 |
| 850 | 2026-03-11T21:37:27.432Z | Downloaded aes-gcm v0.10.3 |
| 851 | 2026-03-11T21:37:27.436Z | Downloaded signal-hook-tokio v0.3.1 |
| 852 | 2026-03-11T21:37:27.440Z | Downloaded signal-hook-mio v0.2.5 |
| 853 | 2026-03-11T21:37:27.440Z | Downloaded serde_plain v1.0.2 |
| 854 | 2026-03-11T21:37:27.440Z | Downloaded schemars_derive v0.8.22 |
| 855 | 2026-03-11T21:37:27.443Z | Downloaded rand_core v0.6.4 |
| 856 | 2026-03-11T21:37:27.443Z | Downloaded rusty-fork v0.3.1 |
| 857 | 2026-03-11T21:37:27.447Z | Downloaded rustversion v1.0.22 |
| 858 | 2026-03-11T21:37:27.451Z | Downloaded russh-keys v0.45.0 |
| 859 | 2026-03-11T21:37:27.451Z | Downloaded slog-envlogger v2.2.0 |
| 860 | 2026-03-11T21:37:27.455Z | Downloaded serde-hex v0.1.0 |
| 861 | 2026-03-11T21:37:27.455Z | Downloaded slog-bunyan v2.5.0 |
| 862 | 2026-03-11T21:37:27.459Z | Downloaded prefix-trie v0.7.0 |
| 863 | 2026-03-11T21:37:27.459Z | Downloaded rustls-pemfile v1.0.4 |
| 864 | 2026-03-11T21:37:27.462Z | Downloaded http v1.4.0 |
| 865 | 2026-03-11T21:37:27.466Z | Downloaded scroll v0.13.0 |
| 866 | 2026-03-11T21:37:27.466Z | Downloaded p256 v0.13.2 |
| 867 | 2026-03-11T21:37:27.470Z | Downloaded progenitor-impl v0.10.0 |
| 868 | 2026-03-11T21:37:27.473Z | Downloaded sec1 v0.7.3 |
| 869 | 2026-03-11T21:37:27.477Z | Downloaded prettyplease v0.2.37 |
| 870 | 2026-03-11T21:37:27.481Z | Downloaded sqlparser_derive v0.5.0 |
| 871 | 2026-03-11T21:37:27.481Z | Downloaded rustls-pki-types v1.14.0 |
| 872 | 2026-03-11T21:37:27.481Z | Downloaded ssh-cipher v0.2.0 |
| 873 | 2026-03-11T21:37:27.486Z | Downloaded serde_path_to_error v0.1.20 |
| 874 | 2026-03-11T21:37:27.486Z | Downloaded serde_derive_internals v0.29.1 |
| 875 | 2026-03-11T21:37:27.490Z | Downloaded progenitor-impl v0.11.2 |
| 876 | 2026-03-11T21:37:27.490Z | Downloaded simd-adler32 v0.3.8 |
| 877 | 2026-03-11T21:37:27.494Z | Downloaded bumpalo v3.20.2 |
| 878 | 2026-03-11T21:37:27.494Z | Downloaded pretty_assertions v1.4.1 |
| 879 | 2026-03-11T21:37:27.498Z | Downloaded progenitor-impl v0.13.0 |
| 880 | 2026-03-11T21:37:27.498Z | Downloaded openssl-sys v0.9.111 |
| 881 | 2026-03-11T21:37:27.503Z | Downloaded hickory-server v0.25.2 |
| 882 | 2026-03-11T21:37:27.506Z | Downloaded parking_lot v0.12.5 |
| 883 | 2026-03-11T21:37:27.512Z | Downloaded parking_lot v0.11.2 |
| 884 | 2026-03-11T21:37:27.516Z | Downloaded strum v0.27.2 |
| 885 | 2026-03-11T21:37:27.516Z | Downloaded subtle v2.6.1 |
| 886 | 2026-03-11T21:37:27.516Z | Downloaded strum v0.26.3 |
| 887 | 2026-03-11T21:37:27.516Z | Downloaded signal-hook-registry v1.4.8 |
| 888 | 2026-03-11T21:37:27.520Z | Downloaded shlex v1.3.0 |
| 889 | 2026-03-11T21:37:27.520Z | Downloaded strip-ansi-escapes v0.2.1 |
| 890 | 2026-03-11T21:37:27.520Z | Downloaded supports-color v3.0.2 |
| 891 | 2026-03-11T21:37:27.524Z | Downloaded take_mut v0.2.2 |
| 892 | 2026-03-11T21:37:27.524Z | Downloaded tabwriter v1.4.1 |
| 893 | 2026-03-11T21:37:27.524Z | Downloaded tap v1.0.1 |
| 894 | 2026-03-11T21:37:27.529Z | Downloaded slog-stdlog v4.1.1 |
| 895 | 2026-03-11T21:37:27.529Z | Downloaded slog-json v2.6.1 |
| 896 | 2026-03-11T21:37:27.529Z | Downloaded pin-project v1.1.11 |
| 897 | 2026-03-11T21:37:27.537Z | Downloaded sqlformat v0.3.5 |
| 898 | 2026-03-11T21:37:27.541Z | Downloaded slog-term v2.9.2 |
| 899 | 2026-03-11T21:37:27.544Z | Downloaded thread-id v5.1.0 |
| 900 | 2026-03-11T21:37:27.544Z | Downloaded spki v0.7.3 |
| 901 | 2026-03-11T21:37:27.548Z | Downloaded hashbrown v0.15.5 |
| 902 | 2026-03-11T21:37:27.552Z | Downloaded smallvec v0.6.14 |
| 903 | 2026-03-11T21:37:27.552Z | Downloaded itertools v0.10.5 |
| 904 | 2026-03-11T21:37:27.557Z | Downloaded time-core v0.1.8 |
| 905 | 2026-03-11T21:37:27.560Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 906 | 2026-03-11T21:37:27.560Z | Downloaded smf v0.2.3 |
| 907 | 2026-03-11T21:37:27.560Z | Downloaded ryu v1.0.23 |
| 908 | 2026-03-11T21:37:27.564Z | Downloaded stringprep v0.1.5 |
| 909 | 2026-03-11T21:37:27.567Z | Downloaded stacker v0.1.23 |
| 910 | 2026-03-11T21:37:27.567Z | Downloaded ssh-encoding v0.2.0 |
| 911 | 2026-03-11T21:37:27.567Z | Downloaded snafu-derive v0.8.9 |
| 912 | 2026-03-11T21:37:27.571Z | Downloaded serde_with_macros v3.17.0 |
| 913 | 2026-03-11T21:37:27.574Z | Downloaded testing_table v0.3.0 |
| 914 | 2026-03-11T21:37:27.574Z | Downloaded termtree v0.5.1 |
| 915 | 2026-03-11T21:37:27.574Z | Downloaded slab v0.4.12 |
| 916 | 2026-03-11T21:37:27.578Z | Downloaded slog-async v2.8.0 |
| 917 | 2026-03-11T21:37:27.578Z | Downloaded serde_cbor v0.11.2 |
| 918 | 2026-03-11T21:37:27.582Z | Downloaded tinyvec_macros v0.1.1 |
| 919 | 2026-03-11T21:37:27.582Z | Downloaded string_cache v0.8.9 |
| 920 | 2026-03-11T21:37:27.582Z | Downloaded ron v0.8.1 |
| 921 | 2026-03-11T21:37:27.587Z | Downloaded sct v0.7.1 |
| 922 | 2026-03-11T21:37:27.590Z | Downloaded static_assertions v1.1.0 |
| 923 | 2026-03-11T21:37:27.593Z | Downloaded strum_macros v0.24.3 |
| 924 | 2026-03-11T21:37:27.594Z | Downloaded hyper-util v0.1.20 |
| 925 | 2026-03-11T21:37:27.598Z | Downloaded slog-dtrace v0.3.0 |
| 926 | 2026-03-11T21:37:27.602Z | Downloaded tabled_derive v0.11.0 |
| 927 | 2026-03-11T21:37:27.602Z | Downloaded sync_wrapper v1.0.2 |
| 928 | 2026-03-11T21:37:27.602Z | Downloaded sync-ptr v0.1.4 |
| 929 | 2026-03-11T21:37:27.606Z | Downloaded structmeta-derive v0.3.0 |
| 930 | 2026-03-11T21:37:27.606Z | Downloaded structmeta v0.3.0 |
| 931 | 2026-03-11T21:37:27.606Z | Downloaded proc-macro-crate v3.4.0 |
| 932 | 2026-03-11T21:37:27.609Z | Downloaded support-bundle-viewer v0.1.2 |
| 933 | 2026-03-11T21:37:27.609Z | Downloaded strum_macros v0.27.2 |
| 934 | 2026-03-11T21:37:27.614Z | Downloaded strum_macros v0.26.4 |
| 935 | 2026-03-11T21:37:27.614Z | Downloaded qorb v0.4.1 |
| 936 | 2026-03-11T21:37:27.617Z | Downloaded tagptr v0.2.0 |
| 937 | 2026-03-11T21:37:27.617Z | Downloaded iddqd v0.3.17 |
| 938 | 2026-03-11T21:37:27.623Z | Downloaded mio v1.1.1 |
| 939 | 2026-03-11T21:37:27.628Z | Downloaded topological-sort v0.2.2 |
| 940 | 2026-03-11T21:37:27.631Z | Downloaded time-macros v0.2.27 |
| 941 | 2026-03-11T21:37:27.631Z | Downloaded thread_local v1.1.9 |
| 942 | 2026-03-11T21:37:27.635Z | Downloaded similar v2.7.0 |
| 943 | 2026-03-11T21:37:27.639Z | Downloaded tokio-macros v2.6.0 |
| 944 | 2026-03-11T21:37:27.639Z | Downloaded tls_codec_derive v0.4.2 |
| 945 | 2026-03-11T21:37:27.642Z | Downloaded slog-scope v4.4.1 |
| 946 | 2026-03-11T21:37:27.642Z | Downloaded hashbrown v0.12.3 |
| 947 | 2026-03-11T21:37:27.646Z | Downloaded rcgen v0.12.1 |
| 948 | 2026-03-11T21:37:27.650Z | Downloaded publicsuffix v2.3.0 |
| 949 | 2026-03-11T21:37:27.650Z | Downloaded rayon-core v1.13.0 |
| 950 | 2026-03-11T21:37:27.656Z | Downloaded tower-service v0.3.3 |
| 951 | 2026-03-11T21:37:27.656Z | Downloaded tls_codec v0.4.2 |
| 952 | 2026-03-11T21:37:27.656Z | Downloaded ed25519-dalek v2.2.0 |
| 953 | 2026-03-11T21:37:27.661Z | Downloaded typify-macro v0.4.3 |
| 954 | 2026-03-11T21:37:27.661Z | Downloaded typify-macro v0.6.1 |
| 955 | 2026-03-11T21:37:27.661Z | Downloaded spin v0.9.8 |
| 956 | 2026-03-11T21:37:27.665Z | Downloaded unarray v0.1.4 |
| 957 | 2026-03-11T21:37:27.665Z | Downloaded try-lock v0.2.5 |
| 958 | 2026-03-11T21:37:27.665Z | Downloaded termios v0.3.3 |
| 959 | 2026-03-11T21:37:27.669Z | Downloaded trait-variant v0.1.2 |
| 960 | 2026-03-11T21:37:27.669Z | Downloaded num-bigint v0.4.6 |
| 961 | 2026-03-11T21:37:27.673Z | Downloaded tower-layer v0.3.3 |
| 962 | 2026-03-11T21:37:27.673Z | Downloaded unicode-truncate v1.1.0 |
| 963 | 2026-03-11T21:37:27.673Z | Downloaded tokio-rustls v0.25.0 |
| 964 | 2026-03-11T21:37:27.677Z | Downloaded untrusted v0.7.1 |
| 965 | 2026-03-11T21:37:27.677Z | Downloaded unit-prefix v0.5.2 |
| 966 | 2026-03-11T21:37:27.677Z | Downloaded tokio-dtrace v0.1.1 |
| 967 | 2026-03-11T21:37:27.680Z | Downloaded hyper v1.8.1 |
| 968 | 2026-03-11T21:37:27.684Z | Downloaded tokio-tungstenite v0.21.0 |
| 969 | 2026-03-11T21:37:27.689Z | Downloaded tokio-native-tls v0.3.1 |
| 970 | 2026-03-11T21:37:27.689Z | Downloaded tiny-keccak v2.0.2 |
| 971 | 2026-03-11T21:37:27.689Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 972 | 2026-03-11T21:37:27.693Z | Downloaded slog v2.8.2 |
| 973 | 2026-03-11T21:37:27.693Z | Downloaded untrusted v0.9.0 |
| 974 | 2026-03-11T21:37:27.696Z | Downloaded quinn v0.11.9 |
| 975 | 2026-03-11T21:37:27.700Z | Downloaded usdt-attr-macro v0.6.0 |
| 976 | 2026-03-11T21:37:27.700Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 977 | 2026-03-11T21:37:27.700Z | Downloaded itertools v0.13.0 |
| 978 | 2026-03-11T21:37:27.705Z | Downloaded signal-hook v0.3.18 |
| 979 | 2026-03-11T21:37:27.708Z | Downloaded utf-8 v0.7.6 |
| 980 | 2026-03-11T21:37:27.708Z | Downloaded usdt-macro v0.6.0 |
| 981 | 2026-03-11T21:37:27.712Z | Downloaded universal-hash v0.5.1 |
| 982 | 2026-03-11T21:37:27.712Z | Downloaded serde_yaml v0.9.34+deprecated |
| 983 | 2026-03-11T21:37:27.717Z | Downloaded samael v0.0.19 |
| 984 | 2026-03-11T21:37:27.720Z | Downloaded schemars v1.2.1 |
| 985 | 2026-03-11T21:37:27.728Z | Downloaded schemars v0.8.22 |
| 986 | 2026-03-11T21:37:27.737Z | Downloaded tui-tree-widget v0.23.1 |
| 987 | 2026-03-11T21:37:27.741Z | Downloaded itertools v0.14.0 |
| 988 | 2026-03-11T21:37:27.744Z | Downloaded term v1.2.1 |
| 989 | 2026-03-11T21:37:27.748Z | Downloaded want v0.3.1 |
| 990 | 2026-03-11T21:37:27.748Z | Downloaded tokio-tungstenite v0.23.1 |
| 991 | 2026-03-11T21:37:27.752Z | Downloaded aho-corasick v1.1.4 |
| 992 | 2026-03-11T21:37:27.756Z | Downloaded libm v0.2.16 |
| 993 | 2026-03-11T21:37:27.760Z | Downloaded thiserror-no-std v2.0.2 |
| 994 | 2026-03-11T21:37:27.764Z | Downloaded unicase v2.9.0 |
| 995 | 2026-03-11T21:37:27.768Z | Downloaded void v1.0.2 |
| 996 | 2026-03-11T21:37:27.768Z | Downloaded usdt-impl v0.6.0 |
| 997 | 2026-03-11T21:37:27.768Z | Downloaded waitgroup v0.1.2 |
| 998 | 2026-03-11T21:37:27.768Z | Downloaded term v0.7.0 |
| 999 | 2026-03-11T21:37:27.773Z | Downloaded socket2 v0.6.2 |
| 1000 | 2026-03-11T21:37:27.773Z | Downloaded xshell-macros v0.2.7 |
| 1001 | 2026-03-11T21:37:27.776Z | Downloaded xattr v1.6.1 |
| 1002 | 2026-03-11T21:37:27.777Z | Downloaded socket2 v0.5.10 |
| 1003 | 2026-03-11T21:37:27.777Z | Downloaded p521 v0.13.3 |
| 1004 | 2026-03-11T21:37:27.781Z | Downloaded iri-string v0.7.10 |
| 1005 | 2026-03-11T21:37:27.785Z | Downloaded vergen-lib v0.1.6 |
| 1006 | 2026-03-11T21:37:27.788Z | Downloaded snafu v0.8.9 |
| 1007 | 2026-03-11T21:37:27.792Z | Downloaded zone v0.3.1 |
| 1008 | 2026-03-11T21:37:27.792Z | Downloaded schemars v0.9.0 |
| 1009 | 2026-03-11T21:37:27.799Z | Downloaded usdt v0.6.0 |
| 1010 | 2026-03-11T21:37:27.803Z | Downloaded twox-hash v2.1.2 |
| 1011 | 2026-03-11T21:37:27.803Z | Downloaded tracing-attributes v0.1.31 |
| 1012 | 2026-03-11T21:37:27.806Z | Downloaded zone_cfg_derive v0.3.1 |
| 1013 | 2026-03-11T21:37:27.806Z | Downloaded walkdir v2.5.0 |
| 1014 | 2026-03-11T21:37:27.807Z | Downloaded tokio-rustls v0.24.1 |
| 1015 | 2026-03-11T21:37:27.810Z | Downloaded zeroize_derive v1.4.3 |
| 1016 | 2026-03-11T21:37:27.811Z | Downloaded libxml v0.3.3 |
| 1017 | 2026-03-11T21:37:27.814Z | Downloaded uzers v0.12.2 |
| 1018 | 2026-03-11T21:37:27.818Z | Downloaded rustls-webpki v0.103.9 |
| 1019 | 2026-03-11T21:37:27.818Z | Downloaded tokio-rustls v0.26.4 |
| 1020 | 2026-03-11T21:37:27.821Z | Downloaded whoami v1.6.1 |
| 1021 | 2026-03-11T21:37:27.822Z | Downloaded tokio-stream v0.1.18 |
| 1022 | 2026-03-11T21:37:27.826Z | Downloaded rand v0.9.2 |
| 1023 | 2026-03-11T21:37:27.830Z | Downloaded num-bigint-dig v0.8.6 |
| 1024 | 2026-03-11T21:37:27.833Z | Downloaded wyz v0.5.1 |
| 1025 | 2026-03-11T21:37:27.833Z | Downloaded vergen-git2 v1.0.7 |
| 1026 | 2026-03-11T21:37:27.837Z | Downloaded vergen-gitcl v1.0.8 |
| 1027 | 2026-03-11T21:37:27.837Z | Downloaded itertools v0.12.1 |
| 1028 | 2026-03-11T21:37:27.840Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1029 | 2026-03-11T21:37:27.844Z | Downloaded futures-util v0.3.32 |
| 1030 | 2026-03-11T21:37:27.850Z | Downloaded xz2 v0.1.7 |
| 1031 | 2026-03-11T21:37:27.854Z | Downloaded tracing-core v0.1.36 |
| 1032 | 2026-03-11T21:37:27.854Z | Downloaded zeroize v1.8.2 |
| 1033 | 2026-03-11T21:37:27.859Z | Downloaded vsss-rs v3.3.4 |
| 1034 | 2026-03-11T21:37:27.859Z | Downloaded tinyvec v1.10.0 |
| 1035 | 2026-03-11T21:37:27.863Z | Downloaded test-strategy v0.4.5 |
| 1036 | 2026-03-11T21:37:27.863Z | Downloaded zstd-safe v7.2.4 |
| 1037 | 2026-03-11T21:37:27.866Z | Downloaded rand v0.10.0 |
| 1038 | 2026-03-11T21:37:27.867Z | Downloaded vergen v9.0.6 |
| 1039 | 2026-03-11T21:37:27.871Z | Downloaded tar v0.4.44 |
| 1040 | 2026-03-11T21:37:27.871Z | Downloaded subprocess v0.2.15 |
| 1041 | 2026-03-11T21:37:27.874Z | Downloaded wait-timeout v0.2.1 |
| 1042 | 2026-03-11T21:37:27.874Z | Downloaded rsa v0.9.10 |
| 1043 | 2026-03-11T21:37:27.878Z | Downloaded rand v0.8.5 |
| 1044 | 2026-03-11T21:37:27.882Z | Downloaded typify v0.4.3 |
| 1045 | 2026-03-11T21:37:27.885Z | Downloaded unicode-properties v0.1.4 |
| 1046 | 2026-03-11T21:37:27.886Z | Downloaded unicode-bidi v0.3.18 |
| 1047 | 2026-03-11T21:37:27.889Z | Downloaded zstd v0.13.3 |
| 1048 | 2026-03-11T21:37:27.889Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1049 | 2026-03-11T21:37:27.893Z | Downloaded whoami v2.1.0 |
| 1050 | 2026-03-11T21:37:27.896Z | Downloaded bitvec v1.0.1 |
| 1051 | 2026-03-11T21:37:27.904Z | Downloaded unsafe-libyaml v0.2.11 |
| 1052 | 2026-03-11T21:37:27.908Z | Downloaded git2 v0.20.4 |
| 1053 | 2026-03-11T21:37:27.913Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1054 | 2026-03-11T21:37:27.917Z | Downloaded tungstenite v0.21.0 |
| 1055 | 2026-03-11T21:37:27.920Z | Downloaded xshell v0.2.7 |
| 1056 | 2026-03-11T21:37:27.920Z | Downloaded steno v0.4.1 |
| 1057 | 2026-03-11T21:37:27.924Z | Downloaded ron v0.12.0 |
| 1058 | 2026-03-11T21:37:27.929Z | Downloaded typify v0.6.1 |
| 1059 | 2026-03-11T21:37:27.932Z | Downloaded russh v0.45.0 |
| 1060 | 2026-03-11T21:37:27.936Z | Downloaded yasna v0.5.2 |
| 1061 | 2026-03-11T21:37:27.939Z | Downloaded aws-lc-rs v1.16.0 |
| 1062 | 2026-03-11T21:37:27.944Z | Downloaded h2 v0.4.13 |
| 1063 | 2026-03-11T21:37:27.949Z | Downloaded hkdf v0.12.4 |
| 1064 | 2026-03-11T21:37:27.953Z | Downloaded nom v7.1.3 |
| 1065 | 2026-03-11T21:37:27.957Z | Downloaded bindgen v0.71.1 |
| 1066 | 2026-03-11T21:37:27.960Z | Downloaded zerocopy v0.6.6 |
| 1067 | 2026-03-11T21:37:27.964Z | Downloaded uuid v1.21.0 |
| 1068 | 2026-03-11T21:37:27.967Z | Downloaded toml v0.7.8 |
| 1069 | 2026-03-11T21:37:27.967Z | Downloaded ssh-key v0.6.7 |
| 1070 | 2026-03-11T21:37:27.972Z | Downloaded tungstenite v0.23.0 |
| 1071 | 2026-03-11T21:37:27.976Z | Downloaded blake3 v1.8.3 |
| 1072 | 2026-03-11T21:37:27.981Z | Downloaded rustyline v14.0.0 |
| 1073 | 2026-03-11T21:37:27.987Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1074 | 2026-03-11T21:37:27.992Z | Downloaded diesel_derives v2.2.7 |
| 1075 | 2026-03-11T21:37:27.992Z | Downloaded toml_edit v0.19.15 |
| 1076 | 2026-03-11T21:37:28.003Z | Downloaded yansi v1.0.1 |
| 1077 | 2026-03-11T21:37:28.007Z | Downloaded rpassword v7.4.0 |
| 1078 | 2026-03-11T21:37:28.007Z | Downloaded zopfli v0.8.3 |
| 1079 | 2026-03-11T21:37:28.011Z | Downloaded zip v0.6.6 |
| 1080 | 2026-03-11T21:37:28.011Z | Downloaded chrono v0.4.44 |
| 1081 | 2026-03-11T21:37:28.016Z | Downloaded regex v1.12.3 |
| 1082 | 2026-03-11T21:37:28.021Z | Downloaded vte v0.14.1 |
| 1083 | 2026-03-11T21:37:28.024Z | Downloaded progenitor v0.10.0 |
| 1084 | 2026-03-11T21:37:28.024Z | Downloaded unicode_categories v0.1.1 |
| 1085 | 2026-03-11T21:37:28.028Z | Downloaded proc-macro-error2 v2.0.1 |
| 1086 | 2026-03-11T21:37:28.028Z | Downloaded pem-rfc7468 v0.7.0 |
| 1087 | 2026-03-11T21:37:28.032Z | Downloaded unicode-segmentation v1.12.0 |
| 1088 | 2026-03-11T21:37:28.035Z | Downloaded dropshot-api-manager v0.5.2 |
| 1089 | 2026-03-11T21:37:28.035Z | Downloaded progenitor v0.11.2 |
| 1090 | 2026-03-11T21:37:28.036Z | Downloaded pin-project-internal v1.1.11 |
| 1091 | 2026-03-11T21:37:28.040Z | Downloaded lalrpop v0.19.12 |
| 1092 | 2026-03-11T21:37:28.044Z | Downloaded moka v0.12.13 |
| 1093 | 2026-03-11T21:37:28.051Z | Downloaded zerocopy-derive v0.8.40 |
| 1094 | 2026-03-11T21:37:28.057Z | Downloaded tokio-postgres v0.7.16 |
| 1095 | 2026-03-11T21:37:28.061Z | Downloaded quick-xml v0.37.5 |
| 1096 | 2026-03-11T21:37:28.065Z | Downloaded salty v0.3.0 |
| 1097 | 2026-03-11T21:37:28.070Z | Downloaded p384 v0.13.1 |
| 1098 | 2026-03-11T21:37:28.074Z | Downloaded reqwest v0.13.2 |
| 1099 | 2026-03-11T21:37:28.078Z | Downloaded x509-cert v0.2.5 |
| 1100 | 2026-03-11T21:37:28.083Z | Downloaded goblin v0.10.5 |
| 1101 | 2026-03-11T21:37:28.088Z | Downloaded predicates v3.1.4 |
| 1102 | 2026-03-11T21:37:28.092Z | Downloaded ppv-lite86 v0.2.21 |
| 1103 | 2026-03-11T21:37:28.092Z | Downloaded heapless v0.7.17 |
| 1104 | 2026-03-11T21:37:28.095Z | Downloaded omicron-zone-package v0.12.2 |
| 1105 | 2026-03-11T21:37:28.099Z | Downloaded num-complex v0.4.6 |
| 1106 | 2026-03-11T21:37:28.099Z | Downloaded typed-path v0.9.3 |
| 1107 | 2026-03-11T21:37:28.103Z | Downloaded progenitor-macro v0.10.0 |
| 1108 | 2026-03-11T21:37:28.103Z | Downloaded progenitor-client v0.11.2 |
| 1109 | 2026-03-11T21:37:28.107Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1110 | 2026-03-11T21:37:28.107Z | Downloaded ar_archive_writer v0.5.1 |
| 1111 | 2026-03-11T21:37:28.110Z | Downloaded predicates-tree v1.0.13 |
| 1112 | 2026-03-11T21:37:28.110Z | Downloaded portable-atomic v1.13.1 |
| 1113 | 2026-03-11T21:37:28.114Z | Downloaded rustls-webpki v0.102.8 |
| 1114 | 2026-03-11T21:37:28.128Z | Downloaded tower v0.5.3 |
| 1115 | 2026-03-11T21:37:28.134Z | Downloaded reqwest v0.12.28 |
| 1116 | 2026-03-11T21:37:28.138Z | Downloaded reedline v0.40.0 |
| 1117 | 2026-03-11T21:37:28.144Z | Downloaded object v0.30.4 |
| 1118 | 2026-03-11T21:37:28.151Z | Downloaded serde_with v3.17.0 |
| 1119 | 2026-03-11T21:37:28.160Z | Downloaded rustls-webpki v0.101.7 |
| 1120 | 2026-03-11T21:37:28.170Z | Downloaded rayon v1.11.0 |
| 1121 | 2026-03-11T21:37:28.177Z | Downloaded tough v0.20.0 |
| 1122 | 2026-03-11T21:37:28.183Z | Downloaded tokio-util v0.7.18 |
| 1123 | 2026-03-11T21:37:28.189Z | Downloaded petname v2.0.2 |
| 1124 | 2026-03-11T21:37:28.193Z | Downloaded winnow v0.5.40 |
| 1125 | 2026-03-11T21:37:28.200Z | Downloaded unicode-normalization v0.1.25 |
| 1126 | 2026-03-11T21:37:28.230Z | Downloaded tower-http v0.6.8 |
| 1127 | 2026-03-11T21:37:28.230Z | Downloaded zip v4.6.1 |
| 1128 | 2026-03-11T21:37:28.230Z | Downloaded bstr v1.12.1 |
| 1129 | 2026-03-11T21:37:28.231Z | Downloaded radix_trie v0.2.1 |
| 1130 | 2026-03-11T21:37:28.231Z | Downloaded winnow v0.6.26 |
| 1131 | 2026-03-11T21:37:28.231Z | Downloaded nix v0.28.0 |
| 1132 | 2026-03-11T21:37:28.237Z | Downloaded rustls v0.21.12 |
| 1133 | 2026-03-11T21:37:28.245Z | Downloaded proptest v1.10.0 |
| 1134 | 2026-03-11T21:37:28.251Z | Downloaded password-hash v0.5.0 |
| 1135 | 2026-03-11T21:37:28.255Z | Downloaded curve25519-dalek v4.1.3 |
| 1136 | 2026-03-11T21:37:28.259Z | Downloaded regex-syntax v0.6.29 |
| 1137 | 2026-03-11T21:37:28.265Z | Downloaded quinn-proto v0.11.13 |
| 1138 | 2026-03-11T21:37:28.270Z | Downloaded nix v0.29.0 |
| 1139 | 2026-03-11T21:37:28.278Z | Downloaded zlib-rs v0.6.2 |
| 1140 | 2026-03-11T21:37:28.282Z | Downloaded iana-time-zone v0.1.65 |
| 1141 | 2026-03-11T21:37:28.286Z | Downloaded cc v1.2.56 |
| 1142 | 2026-03-11T21:37:28.290Z | Downloaded crossterm v0.28.1 |
| 1143 | 2026-03-11T21:37:28.294Z | Downloaded vcpkg v0.2.15 |
| 1144 | 2026-03-11T21:37:28.321Z | Downloaded polar-core v0.27.3 |
| 1145 | 2026-03-11T21:37:28.327Z | Downloaded diesel v2.2.12 |
| 1146 | 2026-03-11T21:37:28.340Z | Downloaded smoltcp v0.11.0 |
| 1147 | 2026-03-11T21:37:28.350Z | Downloaded tabled v0.20.0 |
| 1148 | 2026-03-11T21:37:28.362Z | Downloaded object v0.37.3 |
| 1149 | 2026-03-11T21:37:28.371Z | Downloaded dropshot v0.16.7 |
| 1150 | 2026-03-11T21:37:28.387Z | Downloaded time v0.3.47 |
| 1151 | 2026-03-11T21:37:28.395Z | Downloaded nix v0.30.1 |
| 1152 | 2026-03-11T21:37:28.404Z | Downloaded smoltcp v0.9.1 |
| 1153 | 2026-03-11T21:37:28.411Z | Downloaded hickory-proto v0.24.4 |
| 1154 | 2026-03-11T21:37:28.422Z | Downloaded webpki-roots v1.0.6 |
| 1155 | 2026-03-11T21:37:28.427Z | Downloaded nix v0.31.1 |
| 1156 | 2026-03-11T21:37:28.434Z | Downloaded regress v0.10.5 |
| 1157 | 2026-03-11T21:37:28.441Z | Downloaded rustls v0.22.4 |
| 1158 | 2026-03-11T21:37:28.450Z | Downloaded zerocopy v0.8.40 |
| 1159 | 2026-03-11T21:37:28.457Z | Downloaded openapiv3 v2.2.0 |
| 1160 | 2026-03-11T21:37:28.466Z | Downloaded rustls v0.23.37 |
| 1161 | 2026-03-11T21:37:28.477Z | Downloaded rustix v0.38.44 |
| 1162 | 2026-03-11T21:37:28.492Z | Downloaded hickory-proto v0.25.2 |
| 1163 | 2026-03-11T21:37:28.504Z | Downloaded sqlparser v0.61.0 |
| 1164 | 2026-03-11T21:37:28.511Z | Downloaded sled v0.34.7 |
| 1165 | 2026-03-11T21:37:28.518Z | Downloaded regex-syntax v0.8.10 |
| 1166 | 2026-03-11T21:37:28.524Z | Downloaded openssl v0.10.75 |
| 1167 | 2026-03-11T21:37:28.531Z | Downloaded tracing v0.1.44 |
| 1168 | 2026-03-11T21:37:28.548Z | Downloaded ratatui v0.29.0 |
| 1169 | 2026-03-11T21:37:28.562Z | Downloaded nix v0.27.1 |
| 1170 | 2026-03-11T21:37:28.570Z | Downloaded typify-impl v0.6.1 |
| 1171 | 2026-03-11T21:37:28.580Z | Downloaded typify-impl v0.4.3 |
| 1172 | 2026-03-11T21:37:28.592Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1173 | 2026-03-11T21:37:28.601Z | Downloaded num_enum_derive v0.7.5 |
| 1174 | 2026-03-11T21:37:28.605Z | Downloaded num_enum v0.7.5 |
| 1175 | 2026-03-11T21:37:28.610Z | Downloaded num-rational v0.4.2 |
| 1176 | 2026-03-11T21:37:28.610Z | Downloaded ingot-types v0.1.2 |
| 1177 | 2026-03-11T21:37:28.610Z | Downloaded ingot-macros v0.1.1 |
| 1178 | 2026-03-11T21:37:28.613Z | Downloaded derive_more v0.99.20 |
| 1179 | 2026-03-11T21:37:28.614Z | Downloaded chacha20poly1305 v0.10.1 |
| 1180 | 2026-03-11T21:37:28.617Z | Downloaded fatfs v0.3.6 |
| 1181 | 2026-03-11T21:37:28.617Z | Downloaded der v0.7.10 |
| 1182 | 2026-03-11T21:37:28.622Z | Downloaded packed_struct_codegen v0.10.1 |
| 1183 | 2026-03-11T21:37:28.622Z | Downloaded multer v3.1.0 |
| 1184 | 2026-03-11T21:37:28.622Z | Downloaded num-iter v0.1.45 |
| 1185 | 2026-03-11T21:37:28.622Z | Downloaded hmac v0.12.1 |
| 1186 | 2026-03-11T21:37:28.626Z | Downloaded half v2.7.1 |
| 1187 | 2026-03-11T21:37:28.626Z | Downloaded openssl-probe v0.2.1 |
| 1188 | 2026-03-11T21:37:28.630Z | Downloaded getrandom v0.3.4 |
| 1189 | 2026-03-11T21:37:28.630Z | Downloaded num-derive v0.3.3 |
| 1190 | 2026-03-11T21:37:28.630Z | Downloaded num-conv v0.2.0 |
| 1191 | 2026-03-11T21:37:28.634Z | Downloaded dropshot_endpoint v0.16.7 |
| 1192 | 2026-03-11T21:37:28.634Z | Downloaded drift v0.1.3 |
| 1193 | 2026-03-11T21:37:28.638Z | Downloaded zerocopy-derive v0.6.6 |
| 1194 | 2026-03-11T21:37:28.643Z | Downloaded regex-automata v0.4.14 |
| 1195 | 2026-03-11T21:37:28.654Z | Downloaded crossterm v0.29.0 |
| 1196 | 2026-03-11T21:37:28.660Z | Downloaded petgraph v0.6.5 |
| 1197 | 2026-03-11T21:37:28.672Z | Downloaded jiff v0.2.21 |
| 1198 | 2026-03-11T21:37:28.686Z | Downloaded lzma-sys v0.1.20 |
| 1199 | 2026-03-11T21:37:28.707Z | Downloaded chrono-tz v0.10.4 |
| 1200 | 2026-03-11T21:37:28.720Z | Downloaded nonempty v0.12.0 |
| 1201 | 2026-03-11T21:37:28.724Z | Downloaded arc-swap v1.8.2 |
| 1202 | 2026-03-11T21:37:28.724Z | Downloaded highway v1.3.0 |
| 1203 | 2026-03-11T21:37:28.727Z | Downloaded clang-sys v1.8.1 |
| 1204 | 2026-03-11T21:37:28.728Z | Downloaded futures v0.3.32 |
| 1205 | 2026-03-11T21:37:28.731Z | Downloaded petgraph v0.8.3 |
| 1206 | 2026-03-11T21:37:28.746Z | Downloaded libz-sys v1.1.24 |
| 1207 | 2026-03-11T21:37:28.762Z | Downloaded md-5 v0.10.6 |
| 1208 | 2026-03-11T21:37:28.765Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1209 | 2026-03-11T21:37:28.776Z | Downloaded md5 v0.7.0 |
| 1210 | 2026-03-11T21:37:28.780Z | Downloaded csv v1.4.0 |
| 1211 | 2026-03-11T21:37:28.793Z | Downloaded elliptic-curve v0.13.8 |
| 1212 | 2026-03-11T21:37:28.797Z | Downloaded new_debug_unreachable v1.0.6 |
| 1213 | 2026-03-11T21:37:28.797Z | Downloaded tokio v1.49.0 |
| 1214 | 2026-03-11T21:37:28.824Z | Downloaded sha3 v0.10.8 |
| 1215 | 2026-03-11T21:37:28.828Z | Downloaded match_cfg v0.1.0 |
| 1216 | 2026-03-11T21:37:28.833Z | Downloaded maplit v1.0.2 |
| 1217 | 2026-03-11T21:37:28.833Z | Downloaded lru-cache v0.1.2 |
| 1218 | 2026-03-11T21:37:28.833Z | Downloaded lru v0.12.5 |
| 1219 | 2026-03-11T21:37:28.833Z | Downloaded ipnet v2.11.0 |
| 1220 | 2026-03-11T21:37:28.836Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1221 | 2026-03-11T21:37:28.837Z | Downloaded derive_builder v0.20.2 |
| 1222 | 2026-03-11T21:37:28.840Z | Downloaded darling v0.21.3 |
| 1223 | 2026-03-11T21:37:28.844Z | Downloaded futures-channel v0.3.32 |
| 1224 | 2026-03-11T21:37:28.844Z | Downloaded lzss v0.8.2 |
| 1225 | 2026-03-11T21:37:28.844Z | Downloaded lru-slab v0.1.2 |
| 1226 | 2026-03-11T21:37:28.844Z | Downloaded http-body-util v0.1.3 |
| 1227 | 2026-03-11T21:37:28.851Z | Downloaded hash32 v0.3.1 |
| 1228 | 2026-03-11T21:37:28.851Z | Downloaded group v0.13.0 |
| 1229 | 2026-03-11T21:37:28.851Z | Downloaded glob v0.3.3 |
| 1230 | 2026-03-11T21:37:28.851Z | Downloaded crc32fast v1.5.0 |
| 1231 | 2026-03-11T21:37:28.851Z | Downloaded corncobs v0.1.4 |
| 1232 | 2026-03-11T21:37:28.851Z | Downloaded console v0.15.11 |
| 1233 | 2026-03-11T21:37:28.854Z | Downloaded colored v3.1.1 |
| 1234 | 2026-03-11T21:37:28.854Z | Downloaded ahash v0.8.12 |
| 1235 | 2026-03-11T21:37:28.857Z | Downloaded indoc v1.0.9 |
| 1236 | 2026-03-11T21:37:28.857Z | Downloaded fs-err v2.11.0 |
| 1237 | 2026-03-11T21:37:28.861Z | Downloaded cookie v0.18.1 |
| 1238 | 2026-03-11T21:37:28.861Z | Downloaded cargo_toml v0.22.3 |
| 1239 | 2026-03-11T21:37:28.861Z | Downloaded base64 v0.21.7 |
| 1240 | 2026-03-11T21:37:28.864Z | Downloaded is-terminal v0.4.17 |
| 1241 | 2026-03-11T21:37:28.864Z | Downloaded filetime v0.2.27 |
| 1242 | 2026-03-11T21:37:28.867Z | Downloaded encoding_rs v0.8.35 |
| 1243 | 2026-03-11T21:37:28.881Z | Downloaded ecdsa v0.16.9 |
| 1244 | 2026-03-11T21:37:28.885Z | Downloaded hubpack v0.1.2 |
| 1245 | 2026-03-11T21:37:28.885Z | Downloaded git-stub-vcs v0.1.0 |
| 1246 | 2026-03-11T21:37:28.885Z | Downloaded futures-executor v0.3.32 |
| 1247 | 2026-03-11T21:37:28.888Z | Downloaded derive_builder_core v0.20.2 |
| 1248 | 2026-03-11T21:37:28.889Z | Downloaded derive-ex v0.1.8 |
| 1249 | 2026-03-11T21:37:28.889Z | Downloaded darling_core v0.21.3 |
| 1250 | 2026-03-11T21:37:28.893Z | Downloaded daft-derive v0.1.5 |
| 1251 | 2026-03-11T21:37:28.896Z | Downloaded ena v0.14.4 |
| 1252 | 2026-03-11T21:37:28.897Z | Downloaded fixedbitset v0.5.7 |
| 1253 | 2026-03-11T21:37:28.897Z | Downloaded bit-vec v0.8.0 |
| 1254 | 2026-03-11T21:37:28.900Z | Downloaded ctr v0.9.2 |
| 1255 | 2026-03-11T21:37:28.900Z | Downloaded der_derive v0.7.3 |
| 1256 | 2026-03-11T21:37:28.900Z | Downloaded cookie_store v0.22.1 |
| 1257 | 2026-03-11T21:37:28.903Z | Downloaded chacha20 v0.10.0 |
| 1258 | 2026-03-11T21:37:28.903Z | Downloaded cbc v0.1.2 |
| 1259 | 2026-03-11T21:37:28.907Z | Downloaded http-body v1.0.1 |
| 1260 | 2026-03-11T21:37:28.907Z | Downloaded home v0.5.12 |
| 1261 | 2026-03-11T21:37:28.907Z | Downloaded convert_case v0.10.0 |
| 1262 | 2026-03-11T21:37:28.907Z | Downloaded async-bb8-diesel v0.2.1 |
| 1263 | 2026-03-11T21:37:28.912Z | Downloaded bitflags v1.3.2 |
| 1264 | 2026-03-11T21:37:28.912Z | Downloaded bcs v0.1.6 |
| 1265 | 2026-03-11T21:37:28.912Z | Downloaded arrayvec v0.7.6 |
| 1266 | 2026-03-11T21:37:28.916Z | Downloaded argon2 v0.5.3 |
| 1267 | 2026-03-11T21:37:28.916Z | Downloaded defmt-macros v1.0.1 |
| 1268 | 2026-03-11T21:37:28.916Z | Downloaded display-error-chain v0.2.2 |
| 1269 | 2026-03-11T21:37:28.919Z | Downloaded hex-literal v0.4.1 |
| 1270 | 2026-03-11T21:37:28.919Z | Downloaded hex v0.4.3 |
| 1271 | 2026-03-11T21:37:28.919Z | Downloaded dtrace-parser v0.3.0 |
| 1272 | 2026-03-11T21:37:28.919Z | Downloaded dof v0.4.0 |
| 1273 | 2026-03-11T21:37:28.919Z | Downloaded gethostname v0.5.0 |
| 1274 | 2026-03-11T21:37:28.923Z | Downloaded futures-macro v0.3.32 |
| 1275 | 2026-03-11T21:37:28.923Z | Downloaded dsl_auto_type v0.1.3 |
| 1276 | 2026-03-11T21:37:28.924Z | Downloaded diesel-dtrace v0.4.2 |
| 1277 | 2026-03-11T21:37:28.924Z | Downloaded darling_core v0.20.11 |
| 1278 | 2026-03-11T21:37:28.927Z | Downloaded crc-any v2.5.0 |
| 1279 | 2026-03-11T21:37:28.927Z | Downloaded const_format_proc_macros v0.2.34 |
| 1280 | 2026-03-11T21:37:28.931Z | Downloaded ciborium v0.2.2 |
| 1281 | 2026-03-11T21:37:28.931Z | Downloaded buf-list v1.1.2 |
| 1282 | 2026-03-11T21:37:28.931Z | Downloaded backon v1.6.0 |
| 1283 | 2026-03-11T21:37:28.935Z | Downloaded enum-as-inner v0.6.1 |
| 1284 | 2026-03-11T21:37:28.935Z | Downloaded crc-catalog v2.4.0 |
| 1285 | 2026-03-11T21:37:28.935Z | Downloaded constant_time_eq v0.4.2 |
| 1286 | 2026-03-11T21:37:28.939Z | Downloaded chacha20 v0.9.1 |
| 1287 | 2026-03-11T21:37:28.939Z | Downloaded cexpr v0.6.0 |
| 1288 | 2026-03-11T21:37:28.939Z | Downloaded bytes v1.11.1 |
| 1289 | 2026-03-11T21:37:28.943Z | Downloaded base64ct v1.8.3 |
| 1290 | 2026-03-11T21:37:28.943Z | Downloaded crc8 v0.1.1 |
| 1291 | 2026-03-11T21:37:28.946Z | Downloaded atty v0.2.14 |
| 1292 | 2026-03-11T21:37:28.946Z | Downloaded futures-core v0.3.32 |
| 1293 | 2026-03-11T21:37:28.947Z | Downloaded float-ord v0.3.2 |
| 1294 | 2026-03-11T21:37:28.947Z | Downloaded endian-type v0.1.2 |
| 1295 | 2026-03-11T21:37:28.947Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1296 | 2026-03-11T21:37:28.947Z | Downloaded cstr-argument v0.1.2 |
| 1297 | 2026-03-11T21:37:28.950Z | Downloaded crunchy v0.2.4 |
| 1298 | 2026-03-11T21:37:28.950Z | Downloaded dirs-sys-next v0.1.2 |
| 1299 | 2026-03-11T21:37:28.951Z | Downloaded dirs-next v2.0.0 |
| 1300 | 2026-03-11T21:37:28.951Z | Downloaded data-encoding v2.10.0 |
| 1301 | 2026-03-11T21:37:28.951Z | Downloaded block-padding v0.3.3 |
| 1302 | 2026-03-11T21:37:28.951Z | Downloaded castaway v0.2.4 |
| 1303 | 2026-03-11T21:37:28.955Z | Downloaded darling_macro v0.20.11 |
| 1304 | 2026-03-11T21:37:28.955Z | Downloaded async-stream v0.3.6 |
| 1305 | 2026-03-11T21:37:28.955Z | Downloaded bzip2 v0.4.4 |
| 1306 | 2026-03-11T21:37:28.955Z | Downloaded base64 v0.22.1 |
| 1307 | 2026-03-11T21:37:28.958Z | Downloaded cancel-safe-futures v0.1.5 |
| 1308 | 2026-03-11T21:37:28.958Z | Downloaded bitfield v0.19.4 |
| 1309 | 2026-03-11T21:37:28.962Z | Downloaded ring v0.17.14 |
| 1310 | 2026-03-11T21:37:28.990Z | Downloaded assert_matches v1.5.0 |
| 1311 | 2026-03-11T21:37:28.994Z | Downloaded arrayref v0.3.9 |
| 1312 | 2026-03-11T21:37:28.994Z | Downloaded crossbeam-epoch v0.9.18 |
| 1313 | 2026-03-11T21:37:28.994Z | Downloaded darling v0.23.0 |
| 1314 | 2026-03-11T21:37:28.997Z | Downloaded cobs v0.3.0 |
| 1315 | 2026-03-11T21:37:29.000Z | Downloaded cfg_aliases v0.2.1 |
| 1316 | 2026-03-11T21:37:29.000Z | Downloaded async-stream-impl v0.3.6 |
| 1317 | 2026-03-11T21:37:29.000Z | Downloaded cargo-platform v0.1.9 |
| 1318 | 2026-03-11T21:37:29.000Z | Downloaded deranged v0.5.8 |
| 1319 | 2026-03-11T21:37:29.004Z | Downloaded defmt v1.0.1 |
| 1320 | 2026-03-11T21:37:29.004Z | Downloaded bitfield-macros v0.19.4 |
| 1321 | 2026-03-11T21:37:29.004Z | Downloaded crossbeam-deque v0.8.6 |
| 1322 | 2026-03-11T21:37:29.004Z | Downloaded daft v0.1.5 |
| 1323 | 2026-03-11T21:37:29.008Z | Downloaded cfg_aliases v0.1.1 |
| 1324 | 2026-03-11T21:37:29.008Z | Downloaded blowfish v0.9.1 |
| 1325 | 2026-03-11T21:37:29.008Z | Downloaded bitfield-struct v0.6.2 |
| 1326 | 2026-03-11T21:37:29.008Z | Downloaded bit-set v0.8.0 |
| 1327 | 2026-03-11T21:37:29.011Z | Downloaded darling_macro v0.21.3 |
| 1328 | 2026-03-11T21:37:29.011Z | Downloaded convert_case v0.4.0 |
| 1329 | 2026-03-11T21:37:29.012Z | Downloaded colored v2.2.0 |
| 1330 | 2026-03-11T21:37:29.012Z | Downloaded document-features v0.2.12 |
| 1331 | 2026-03-11T21:37:29.016Z | Downloaded bit-vec v0.6.3 |
| 1332 | 2026-03-11T21:37:29.016Z | Downloaded async-trait v0.1.89 |
| 1333 | 2026-03-11T21:37:29.016Z | Downloaded bzip2 v0.6.1 |
| 1334 | 2026-03-11T21:37:29.016Z | Downloaded crossbeam-utils v0.8.21 |
| 1335 | 2026-03-11T21:37:29.020Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1336 | 2026-03-11T21:37:29.059Z | Downloaded ciborium-io v0.2.2 |
| 1337 | 2026-03-11T21:37:29.062Z | Downloaded ciborium-ll v0.2.2 |
| 1338 | 2026-03-11T21:37:29.063Z | Downloaded atomicwrites v0.4.4 |
| 1339 | 2026-03-11T21:37:29.063Z | Downloaded ascii-canvas v3.0.0 |
| 1340 | 2026-03-11T21:37:29.063Z | Downloaded adler2 v2.0.1 |
| 1341 | 2026-03-11T21:37:29.542Z | Downloaded aws-lc-sys v0.37.1 |
| 1342 | 2026-03-11T21:37:29.834Z | Compiling libc v0.2.180 |
| 1343 | 2026-03-11T21:37:29.839Z | Compiling serde v1.0.228 |
| 1344 | 2026-03-11T21:37:29.839Z | Compiling log v0.4.29 |
| 1345 | 2026-03-11T21:37:29.839Z | Compiling shlex v1.3.0 |
| 1346 | 2026-03-11T21:37:29.839Z | Compiling find-msvc-tools v0.1.9 |
| 1347 | 2026-03-11T21:37:29.993Z | Compiling smallvec v1.15.1 |
| 1348 | 2026-03-11T21:37:30.008Z | Compiling syn v2.0.117 |
| 1349 | 2026-03-11T21:37:30.012Z | Compiling typenum v1.19.0 |
| 1350 | 2026-03-11T21:37:30.884Z | Compiling generic-array v0.14.7 |
| 1351 | 2026-03-11T21:37:30.897Z | Compiling subtle v2.6.1 |
| 1352 | 2026-03-11T21:37:30.897Z | Compiling scopeguard v1.2.0 |
| 1353 | 2026-03-11T21:37:30.898Z | Compiling portable-atomic v1.13.1 |
| 1354 | 2026-03-11T21:37:30.898Z | Compiling lock_api v0.4.14 |
| 1355 | 2026-03-11T21:37:30.898Z | Compiling const-oid v0.9.6 |
| 1356 | 2026-03-11T21:37:30.898Z | Compiling critical-section v1.2.0 |
| 1357 | 2026-03-11T21:37:30.898Z | Compiling zerocopy v0.8.40 |
| 1358 | 2026-03-11T21:37:30.898Z | Compiling pin-project-lite v0.2.17 |
| 1359 | 2026-03-11T21:37:30.898Z | Compiling parking_lot_core v0.9.12 |
| 1360 | 2026-03-11T21:37:30.898Z | Compiling serde_json v1.0.149 |
| 1361 | 2026-03-11T21:37:31.139Z | Compiling pkg-config v0.3.32 |
| 1362 | 2026-03-11T21:37:31.216Z | Compiling libm v0.2.16 |
| 1363 | 2026-03-11T21:37:31.354Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-03-11T21:37:31.403Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-03-11T21:37:31.627Z | Compiling rand_core v0.6.4 |
| 1366 | 2026-03-11T21:37:31.645Z | Compiling errno v0.3.14 |
| 1367 | 2026-03-11T21:37:31.782Z | Compiling cc v1.2.56 |
| 1368 | 2026-03-11T21:37:31.833Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-03-11T21:37:31.906Z | Compiling signal-hook-registry v1.4.8 |
| 1370 | 2026-03-11T21:37:31.924Z | Compiling mio v1.1.1 |
| 1371 | 2026-03-11T21:37:31.996Z | Compiling parking_lot v0.12.5 |
| 1372 | 2026-03-11T21:37:32.066Z | Compiling num-traits v0.2.19 |
| 1373 | 2026-03-11T21:37:32.106Z | Compiling bitflags v2.11.0 |
| 1374 | 2026-03-11T21:37:32.261Z | Compiling futures-core v0.3.32 |
| 1375 | 2026-03-11T21:37:32.447Z | Compiling socket2 v0.6.2 |
| 1376 | 2026-03-11T21:37:32.490Z | Compiling percent-encoding v2.3.2 |
| 1377 | 2026-03-11T21:37:32.527Z | Compiling allocator-api2 v0.2.21 |
| 1378 | 2026-03-11T21:37:32.598Z | Compiling foldhash v0.2.0 |
| 1379 | 2026-03-11T21:37:32.725Z | Compiling cpufeatures v0.2.17 |
| 1380 | 2026-03-11T21:37:32.745Z | Compiling futures-sink v0.3.32 |
| 1381 | 2026-03-11T21:37:32.819Z | Compiling getrandom v0.4.1 |
| 1382 | 2026-03-11T21:37:32.865Z | Compiling futures-io v0.3.32 |
| 1383 | 2026-03-11T21:37:32.883Z | Compiling futures-channel v0.3.32 |
| 1384 | 2026-03-11T21:37:32.961Z | Compiling hashbrown v0.16.1 |
| 1385 | 2026-03-11T21:37:33.010Z | Compiling slab v0.4.12 |
| 1386 | 2026-03-11T21:37:33.058Z | Compiling futures-task v0.3.32 |
| 1387 | 2026-03-11T21:37:33.168Z | Compiling rustversion v1.0.22 |
| 1388 | 2026-03-11T21:37:33.226Z | Compiling rand_core v0.10.0 |
| 1389 | 2026-03-11T21:37:33.267Z | Compiling getrandom v0.3.4 |
| 1390 | 2026-03-11T21:37:33.311Z | Compiling cmake v0.1.57 |
| 1391 | 2026-03-11T21:37:33.706Z | Compiling indexmap v2.13.0 |
| 1392 | 2026-03-11T21:37:33.830Z | Compiling form_urlencoded v1.2.2 |
| 1393 | 2026-03-11T21:37:33.946Z | Compiling ident_case v1.0.1 |
| 1394 | 2026-03-11T21:37:34.014Z | Compiling base64ct v1.8.3 |
| 1395 | 2026-03-11T21:37:34.084Z | Compiling fs_extra v1.3.0 |
| 1396 | 2026-03-11T21:37:34.092Z | Compiling dunce v1.0.5 |
| 1397 | 2026-03-11T21:37:34.136Z | Compiling synstructure v0.13.2 |
| 1398 | 2026-03-11T21:37:34.395Z | Compiling pem-rfc7468 v0.7.0 |
| 1399 | 2026-03-11T21:37:34.439Z | Compiling aws-lc-sys v0.37.1 |
| 1400 | 2026-03-11T21:37:34.509Z | Compiling flagset v0.4.7 |
| 1401 | 2026-03-11T21:37:34.598Z | Compiling rand_core v0.9.5 |
| 1402 | 2026-03-11T21:37:34.619Z | Compiling rustix v1.1.3 |
| 1403 | 2026-03-11T21:37:34.645Z | Compiling iana-time-zone v0.1.65 |
| 1404 | 2026-03-11T21:37:34.678Z | Compiling ring v0.17.14 |
| 1405 | 2026-03-11T21:37:34.810Z | Compiling uuid v1.21.0 |
| 1406 | 2026-03-11T21:37:34.909Z | Compiling rustc_version v0.4.1 |
| 1407 | 2026-03-11T21:37:34.964Z | Compiling aws-lc-rs v1.16.0 |
| 1408 | 2026-03-11T21:37:35.006Z | Compiling regex-syntax v0.8.10 |
| 1409 | 2026-03-11T21:37:35.333Z | Compiling vcpkg v0.2.15 |
| 1410 | 2026-03-11T21:37:35.360Z | Compiling tracing-core v0.1.36 |
| 1411 | 2026-03-11T21:37:35.725Z | Compiling crossbeam-utils v0.8.21 |
| 1412 | 2026-03-11T21:37:36.108Z | Compiling pest_generator v2.8.6 |
| 1413 | 2026-03-11T21:37:36.150Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2026-03-11T21:37:36.322Z | Compiling openssl-sys v0.9.111 |
| 1415 | 2026-03-11T21:37:36.814Z | Compiling serde_derive v1.0.228 |
| 1416 | 2026-03-11T21:37:37.008Z | Compiling zeroize_derive v1.4.3 |
| 1417 | 2026-03-11T21:37:37.027Z | Compiling zerofrom-derive v0.1.6 |
| 1418 | 2026-03-11T21:37:37.043Z | Compiling yoke-derive v0.8.1 |
| 1419 | 2026-03-11T21:37:37.369Z | Compiling zerocopy-derive v0.8.40 |
| 1420 | 2026-03-11T21:37:37.898Z | Compiling zeroize v1.8.2 |
| 1421 | 2026-03-11T21:37:38.298Z | Compiling zerovec-derive v0.11.2 |
| 1422 | 2026-03-11T21:37:38.639Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-03-11T21:37:38.944Z | Compiling crypto-common v0.1.7 |
| 1424 | 2026-03-11T21:37:38.962Z | Compiling zerofrom v0.1.6 |
| 1425 | 2026-03-11T21:37:39.117Z | Compiling yoke v0.8.1 |
| 1426 | 2026-03-11T21:37:39.122Z | Compiling block-buffer v0.10.4 |
| 1427 | 2026-03-11T21:37:39.379Z | Compiling digest v0.10.7 |
| 1428 | 2026-03-11T21:37:39.398Z | Compiling tokio-macros v2.6.0 |
| 1429 | 2026-03-11T21:37:39.557Z | Compiling futures-macro v0.3.32 |
| 1430 | 2026-03-11T21:37:39.646Z | Compiling zerotrie v0.2.3 |
| 1431 | 2026-03-11T21:37:39.714Z | Compiling hmac v0.12.1 |
| 1432 | 2026-03-11T21:37:39.832Z | Compiling zerovec v0.11.5 |
| 1433 | 2026-03-11T21:37:39.915Z | Compiling block-padding v0.3.3 |
| 1434 | 2026-03-11T21:37:40.064Z | Compiling sha2 v0.10.9 |
| 1435 | 2026-03-11T21:37:40.118Z | Compiling inout v0.1.4 |
| 1436 | 2026-03-11T21:37:40.335Z | Compiling cipher v0.4.4 |
| 1437 | 2026-03-11T21:37:40.398Z | Compiling der_derive v0.7.3 |
| 1438 | 2026-03-11T21:37:40.530Z | Compiling tinystr v0.8.2 |
| 1439 | 2026-03-11T21:37:40.689Z | Compiling potential_utf v0.1.4 |
| 1440 | 2026-03-11T21:37:40.693Z | Compiling futures-util v0.3.32 |
| 1441 | 2026-03-11T21:37:40.796Z | Compiling icu_locale_core v2.1.1 |
| 1442 | 2026-03-11T21:37:40.904Z | Compiling icu_collections v2.1.1 |
| 1443 | 2026-03-11T21:37:41.532Z | Compiling bytes v1.11.1 |
| 1444 | 2026-03-11T21:37:41.551Z | Compiling chrono v0.4.44 |
| 1445 | 2026-03-11T21:37:41.682Z | Compiling icu_provider v2.1.1 |
| 1446 | 2026-03-11T21:37:41.852Z | Compiling der v0.7.10 |
| 1447 | 2026-03-11T21:37:42.017Z | Compiling icu_normalizer v2.1.1 |
| 1448 | 2026-03-11T21:37:42.055Z | Compiling icu_properties v2.1.2 |
| 1449 | 2026-03-11T21:37:42.353Z | Compiling tokio v1.49.0 |
| 1450 | 2026-03-11T21:37:42.715Z | Compiling http v1.4.0 |
| 1451 | 2026-03-11T21:37:43.392Z | Compiling idna_adapter v1.2.1 |
| 1452 | 2026-03-11T21:37:43.486Z | Compiling spki v0.7.3 |
| 1453 | 2026-03-11T21:37:43.558Z | Compiling idna v1.1.0 |
| 1454 | 2026-03-11T21:37:43.562Z | Compiling salsa20 v0.10.2 |
| 1455 | 2026-03-11T21:37:43.727Z | Compiling ppv-lite86 v0.2.21 |
| 1456 | 2026-03-11T21:37:43.745Z | Compiling pbkdf2 v0.12.2 |
| 1457 | 2026-03-11T21:37:43.748Z | Compiling thiserror-impl v2.0.18 |
| 1458 | 2026-03-11T21:37:43.903Z | Compiling scrypt v0.11.0 |
| 1459 | 2026-03-11T21:37:43.927Z | Compiling cbc v0.1.2 |
| 1460 | 2026-03-11T21:37:43.945Z | Compiling url v2.5.8 |
| 1461 | 2026-03-11T21:37:44.110Z | Compiling aes v0.8.4 |
| 1462 | 2026-03-11T21:37:44.175Z | Compiling rand_chacha v0.9.0 |
| 1463 | 2026-03-11T21:37:44.220Z | Compiling rustls-pki-types v1.14.0 |
| 1464 | 2026-03-11T21:37:44.488Z | Compiling tracing-attributes v0.1.31 |
| 1465 | 2026-03-11T21:37:44.835Z | Compiling pkcs5 v0.7.1 |
| 1466 | 2026-03-11T21:37:45.051Z | Compiling rand v0.9.2 |
| 1467 | 2026-03-11T21:37:45.139Z | Compiling http-body v1.0.1 |
| 1468 | 2026-03-11T21:37:45.397Z | Compiling syn v1.0.109 |
| 1469 | 2026-03-11T21:37:45.487Z | Compiling untrusted v0.9.0 |
| 1470 | 2026-03-11T21:37:45.542Z | Compiling untrusted v0.7.1 |
| 1471 | 2026-03-11T21:37:45.606Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-03-11T21:37:45.636Z | Compiling schemars v0.8.22 |
| 1473 | 2026-03-11T21:37:45.694Z | Compiling base64 v0.22.1 |
| 1474 | 2026-03-11T21:37:45.732Z | Compiling openssl-probe v0.2.1 |
| 1475 | 2026-03-11T21:37:45.808Z | Compiling httparse v1.10.1 |
| 1476 | 2026-03-11T21:37:45.986Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2026-03-11T21:37:46.098Z | Compiling schemars_derive v0.8.22 |
| 1478 | 2026-03-11T21:37:46.119Z | Compiling pest_derive v2.8.6 |
| 1479 | 2026-03-11T21:37:46.323Z | Compiling scroll_derive v0.13.1 |
| 1480 | 2026-03-11T21:37:46.344Z | Compiling tracing v0.1.44 |
| 1481 | 2026-03-11T21:37:46.679Z | Compiling darling_core v0.20.11 |
| 1482 | 2026-03-11T21:37:46.696Z | Compiling tinyvec_macros v0.1.1 |
| 1483 | 2026-03-11T21:37:46.783Z | Compiling rustls v0.23.37 |
| 1484 | 2026-03-11T21:37:47.033Z | Compiling atomic-waker v1.1.2 |
| 1485 | 2026-03-11T21:37:47.045Z | Compiling dyn-clone v1.0.20 |
| 1486 | 2026-03-11T21:37:47.160Z | Compiling tower-service v0.3.3 |
| 1487 | 2026-03-11T21:37:47.201Z | Compiling try-lock v0.2.5 |
| 1488 | 2026-03-11T21:37:47.278Z | Compiling tower-layer v0.3.3 |
| 1489 | 2026-03-11T21:37:47.332Z | Compiling tokio-util v0.7.18 |
| 1490 | 2026-03-11T21:37:47.395Z | Compiling scroll v0.13.0 |
| 1491 | 2026-03-11T21:37:47.479Z | Compiling want v0.3.1 |
| 1492 | 2026-03-11T21:37:47.680Z | Compiling tinyvec v1.10.0 |
| 1493 | 2026-03-11T21:37:48.147Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-03-11T21:37:48.384Z | Compiling h2 v0.4.13 |
| 1495 | 2026-03-11T21:37:48.735Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1496 | 2026-03-11T21:37:48.832Z | Compiling spin v0.9.8 |
| 1497 | 2026-03-11T21:37:49.098Z | Compiling aho-corasick v1.1.4 |
| 1498 | 2026-03-11T21:37:49.260Z | Compiling pin-utils v0.1.0 |
| 1499 | 2026-03-11T21:37:49.392Z | Compiling time-core v0.1.8 |
| 1500 | 2026-03-11T21:37:49.594Z | Compiling num-conv v0.2.0 |
| 1501 | 2026-03-11T21:37:49.638Z | Compiling foreign-types-shared v0.1.1 |
| 1502 | 2026-03-11T21:37:49.747Z | Compiling httpdate v1.0.3 |
| 1503 | 2026-03-11T21:37:49.774Z | Compiling powerfmt v0.2.0 |
| 1504 | 2026-03-11T21:37:49.951Z | Compiling darling_macro v0.20.11 |
| 1505 | 2026-03-11T21:37:50.030Z | Compiling openssl v0.10.75 |
| 1506 | 2026-03-11T21:37:50.033Z | Compiling crc32fast v1.5.0 |
| 1507 | 2026-03-11T21:37:50.210Z | Compiling tempfile v3.25.0 |
| 1508 | 2026-03-11T21:37:50.376Z | Compiling regex-automata v0.4.14 |
| 1509 | 2026-03-11T21:37:50.470Z | Compiling deranged v0.5.8 |
| 1510 | 2026-03-11T21:37:50.576Z | Compiling darling v0.20.11 |
| 1511 | 2026-03-11T21:37:50.677Z | Compiling time-macros v0.2.27 |
| 1512 | 2026-03-11T21:37:50.711Z | Compiling foreign-types v0.3.2 |
| 1513 | 2026-03-11T21:37:51.545Z | Compiling goblin v0.10.5 |
| 1514 | 2026-03-11T21:37:52.127Z | Compiling openssl-macros v0.1.1 |
| 1515 | 2026-03-11T21:37:52.643Z | Compiling hyper v1.8.1 |
| 1516 | 2026-03-11T21:37:52.688Z | Compiling thiserror-impl v1.0.69 |
| 1517 | 2026-03-11T21:37:53.747Z | Compiling wait-timeout v0.2.1 |
| 1518 | 2026-03-11T21:37:53.772Z | Compiling native-tls v0.2.18 |
| 1519 | 2026-03-11T21:37:54.046Z | Compiling quick-error v1.2.3 |
| 1520 | 2026-03-11T21:37:54.071Z | Compiling either v1.15.0 |
| 1521 | 2026-03-11T21:37:54.182Z | Compiling siphasher v1.0.2 |
| 1522 | 2026-03-11T21:37:54.388Z | Compiling bit-vec v0.8.0 |
| 1523 | 2026-03-11T21:37:54.407Z | Compiling simd-adler32 v0.3.8 |
| 1524 | 2026-03-11T21:37:54.469Z | Compiling num_threads v0.1.7 |
| 1525 | 2026-03-11T21:37:54.591Z | Compiling usdt-impl v0.6.0 |
| 1526 | 2026-03-11T21:37:54.689Z | Compiling bit-set v0.8.0 |
| 1527 | 2026-03-11T21:37:54.738Z | Compiling time v0.3.47 |
| 1528 | 2026-03-11T21:37:54.764Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-03-11T21:37:54.887Z | Compiling rusty-fork v0.3.1 |
| 1530 | 2026-03-11T21:37:54.923Z | Compiling hyper-util v0.1.20 |
| 1531 | 2026-03-11T21:37:55.310Z | Compiling derive_builder_core v0.20.2 |
| 1532 | 2026-03-11T21:37:56.173Z | Compiling dof v0.4.0 |
| 1533 | 2026-03-11T21:37:56.736Z | Compiling unicode-normalization v0.1.25 |
| 1534 | 2026-03-11T21:37:56.942Z | Compiling crossbeam-epoch v0.9.18 |
| 1535 | 2026-03-11T21:37:57.211Z | Compiling dtrace-parser v0.3.0 |
| 1536 | 2026-03-11T21:37:57.339Z | Compiling rustls-native-certs v0.8.3 |
| 1537 | 2026-03-11T21:37:57.359Z | Compiling signature v2.2.0 |
| 1538 | 2026-03-11T21:37:57.576Z | Compiling scroll_derive v0.12.1 |
| 1539 | 2026-03-11T21:37:57.681Z | Compiling heapless v0.7.17 |
| 1540 | 2026-03-11T21:37:57.714Z | Compiling rand_xorshift v0.4.0 |
| 1541 | 2026-03-11T21:37:57.912Z | Compiling slog v2.8.2 |
| 1542 | 2026-03-11T21:37:57.912Z | Compiling darling_core v0.21.3 |
| 1543 | 2026-03-11T21:37:58.000Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1544 | 2026-03-11T21:37:58.163Z | Compiling sync_wrapper v1.0.2 |
| 1545 | 2026-03-11T21:37:58.246Z | Compiling thread-id v5.1.0 |
| 1546 | 2026-03-11T21:37:58.294Z | Compiling cookie v0.18.1 |
| 1547 | 2026-03-11T21:37:58.348Z | Compiling zstd-safe v7.2.4 |
| 1548 | 2026-03-11T21:37:58.367Z | Compiling unicode-bidi v0.3.18 |
| 1549 | 2026-03-11T21:37:58.460Z | Compiling unicode-properties v0.1.4 |
| 1550 | 2026-03-11T21:37:58.538Z | Compiling unarray v0.1.4 |
| 1551 | 2026-03-11T21:37:58.609Z | Compiling anyhow v1.0.102 |
| 1552 | 2026-03-11T21:37:58.670Z | Compiling paste v1.0.15 |
| 1553 | 2026-03-11T21:37:58.719Z | Compiling signal-hook v0.3.18 |
| 1554 | 2026-03-11T21:37:58.947Z | Compiling unicode-segmentation v1.12.0 |
| 1555 | 2026-03-11T21:37:58.967Z | Compiling rayon-core v1.13.0 |
| 1556 | 2026-03-11T21:37:59.015Z | Compiling adler2 v2.0.1 |
| 1557 | 2026-03-11T21:37:59.131Z | Compiling miniz_oxide v0.8.9 |
| 1558 | 2026-03-11T21:37:59.171Z | Compiling stringprep v0.1.5 |
| 1559 | 2026-03-11T21:37:59.228Z | Compiling proptest v1.10.0 |
| 1560 | 2026-03-11T21:37:59.353Z | Compiling scroll v0.12.0 |
| 1561 | 2026-03-11T21:37:59.713Z | Compiling tower v0.5.3 |
| 1562 | 2026-03-11T21:37:59.997Z | Compiling crossbeam-deque v0.8.6 |
| 1563 | 2026-03-11T21:38:00.162Z | Compiling derive_builder_macro v0.20.2 |
| 1564 | 2026-03-11T21:38:00.237Z | Compiling ipnetwork v0.21.1 |
| 1565 | 2026-03-11T21:38:00.282Z | Compiling http-body-util v0.1.3 |
| 1566 | 2026-03-11T21:38:00.334Z | Compiling webpki-roots v1.0.6 |
| 1567 | 2026-03-11T21:38:00.360Z | Compiling rand_chacha v0.3.1 |
| 1568 | 2026-03-11T21:38:00.483Z | Compiling serde_tokenstream v0.2.3 |
| 1569 | 2026-03-11T21:38:00.587Z | Compiling serde_spanned v0.6.9 |
| 1570 | 2026-03-11T21:38:00.747Z | Compiling toml_datetime v0.6.11 |
| 1571 | 2026-03-11T21:38:00.766Z | Compiling erased-serde v0.3.31 |
| 1572 | 2026-03-11T21:38:00.784Z | Compiling md-5 v0.10.6 |
| 1573 | 2026-03-11T21:38:00.878Z | Compiling zerocopy-derive v0.7.35 |
| 1574 | 2026-03-11T21:38:00.983Z | Compiling curve25519-dalek v4.1.3 |
| 1575 | 2026-03-11T21:38:01.076Z | Compiling vergen-lib v0.1.6 |
| 1576 | 2026-03-11T21:38:01.325Z | Compiling num-integer v0.1.46 |
| 1577 | 2026-03-11T21:38:01.421Z | Compiling hash32 v0.2.1 |
| 1578 | 2026-03-11T21:38:01.441Z | Compiling ff v0.13.1 |
| 1579 | 2026-03-11T21:38:01.498Z | Compiling rustix v0.38.44 |
| 1580 | 2026-03-11T21:38:01.546Z | Compiling darling_macro v0.21.3 |
| 1581 | 2026-03-11T21:38:01.610Z | Compiling ryu v1.0.23 |
| 1582 | 2026-03-11T21:38:01.660Z | Compiling litrs v1.0.0 |
| 1583 | 2026-03-11T21:38:01.746Z | Compiling psl-types v2.0.11 |
| 1584 | 2026-03-11T21:38:01.843Z | Compiling ref-cast v1.0.25 |
| 1585 | 2026-03-11T21:38:01.901Z | Compiling fallible-iterator v0.2.0 |
| 1586 | 2026-03-11T21:38:01.957Z | Compiling smoltcp v0.9.1 |
| 1587 | 2026-03-11T21:38:02.061Z | Compiling iri-string v0.7.10 |
| 1588 | 2026-03-11T21:38:02.167Z | Compiling num-bigint-dig v0.8.6 |
| 1589 | 2026-03-11T21:38:02.248Z | Compiling zlib-rs v0.6.2 |
| 1590 | 2026-03-11T21:38:02.304Z | Compiling base16ct v0.2.0 |
| 1591 | 2026-03-11T21:38:02.348Z | Compiling document-features v0.2.12 |
| 1592 | 2026-03-11T21:38:02.437Z | Compiling postgres-protocol v0.6.10 |
| 1593 | 2026-03-11T21:38:02.459Z | Compiling sec1 v0.7.3 |
| 1594 | 2026-03-11T21:38:02.524Z | Compiling newtype-uuid v1.3.2 |
| 1595 | 2026-03-11T21:38:02.867Z | Compiling darling v0.21.3 |
| 1596 | 2026-03-11T21:38:02.952Z | Compiling zerocopy v0.7.35 |
| 1597 | 2026-03-11T21:38:03.083Z | Compiling publicsuffix v2.3.0 |
| 1598 | 2026-03-11T21:38:03.131Z | Compiling serde_urlencoded v0.7.1 |
| 1599 | 2026-03-11T21:38:03.160Z | Compiling num-iter v0.1.45 |
| 1600 | 2026-03-11T21:38:03.310Z | Compiling group v0.13.0 |
| 1601 | 2026-03-11T21:38:03.578Z | Compiling derive_builder v0.20.2 |
| 1602 | 2026-03-11T21:38:03.724Z | Compiling tower-http v0.6.8 |
| 1603 | 2026-03-11T21:38:03.743Z | Compiling rand v0.8.5 |
| 1604 | 2026-03-11T21:38:03.919Z | Compiling oxnet v0.1.4 |
| 1605 | 2026-03-11T21:38:04.040Z | Compiling proc-macro-error v1.0.4 |
| 1606 | 2026-03-11T21:38:04.245Z | Compiling tokio-native-tls v0.3.1 |
| 1607 | 2026-03-11T21:38:04.466Z | Compiling goblin v0.8.2 |
| 1608 | 2026-03-11T21:38:04.541Z | Compiling heck v0.4.1 |
| 1609 | 2026-03-11T21:38:05.208Z | Compiling phf_shared v0.13.1 |
| 1610 | 2026-03-11T21:38:05.320Z | Compiling hubpack_derive v0.1.1 |
| 1611 | 2026-03-11T21:38:05.461Z | Compiling regex v1.12.3 |
| 1612 | 2026-03-11T21:38:05.535Z | Compiling lazy_static v1.5.0 |
| 1613 | 2026-03-11T21:38:05.651Z | Compiling cargo-platform v0.1.9 |
| 1614 | 2026-03-11T21:38:05.872Z | Compiling hkdf v0.12.4 |
| 1615 | 2026-03-11T21:38:05.900Z | Compiling crypto-bigint v0.5.5 |
| 1616 | 2026-03-11T21:38:05.978Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1617 | 2026-03-11T21:38:06.033Z | Compiling ref-cast-impl v1.0.25 |
| 1618 | 2026-03-11T21:38:06.066Z | Compiling strum_macros v0.27.2 |
| 1619 | 2026-03-11T21:38:06.692Z | Compiling flate2 v1.1.9 |
| 1620 | 2026-03-11T21:38:06.765Z | Compiling daft-derive v0.1.5 |
| 1621 | 2026-03-11T21:38:06.853Z | Compiling async-trait v0.1.89 |
| 1622 | 2026-03-11T21:38:07.227Z | Compiling terminal_size v0.4.3 |
| 1623 | 2026-03-11T21:38:07.398Z | Compiling vergen v9.0.6 |
| 1624 | 2026-03-11T21:38:07.645Z | Compiling fs-err v3.3.0 |
| 1625 | 2026-03-11T21:38:07.716Z | Compiling ahash v0.8.12 |
| 1626 | 2026-03-11T21:38:07.896Z | Compiling object v0.37.3 |
| 1627 | 2026-03-11T21:38:07.995Z | Compiling foldhash v0.1.5 |
| 1628 | 2026-03-11T21:38:08.208Z | Compiling winnow v0.5.40 |
| 1629 | 2026-03-11T21:38:08.258Z | Compiling bitflags v1.3.2 |
| 1630 | 2026-03-11T21:38:08.282Z | Compiling managed v0.8.0 |
| 1631 | 2026-03-11T21:38:08.355Z | Compiling libbz2-rs-sys v0.2.2 |
| 1632 | 2026-03-11T21:38:08.559Z | Compiling bumpalo v3.20.2 |
| 1633 | 2026-03-11T21:38:08.846Z | Compiling console v0.16.2 |
| 1634 | 2026-03-11T21:38:08.886Z | Compiling bzip2 v0.6.1 |
| 1635 | 2026-03-11T21:38:09.108Z | Compiling strum v0.27.2 |
| 1636 | 2026-03-11T21:38:09.145Z | Compiling zopfli v0.8.3 |
| 1637 | 2026-03-11T21:38:09.254Z | Compiling clap_builder v4.5.60 |
| 1638 | 2026-03-11T21:38:09.628Z | Compiling hashbrown v0.15.5 |
| 1639 | 2026-03-11T21:38:09.838Z | Compiling daft v0.1.5 |
| 1640 | 2026-03-11T21:38:10.095Z | Compiling toml_edit v0.19.15 |
| 1641 | 2026-03-11T21:38:10.162Z | Compiling dof v0.3.0 |
| 1642 | 2026-03-11T21:38:10.236Z | Compiling elliptic-curve v0.13.8 |
| 1643 | 2026-03-11T21:38:10.528Z | Compiling hubpack v0.1.2 |
| 1644 | 2026-03-11T21:38:10.785Z | Compiling cargo_metadata v0.19.2 |
| 1645 | 2026-03-11T21:38:11.164Z | Compiling phf v0.13.1 |
| 1646 | 2026-03-11T21:38:11.371Z | Compiling signal-hook-mio v0.2.5 |
| 1647 | 2026-03-11T21:38:11.996Z | Compiling zstd v0.13.3 |
| 1648 | 2026-03-11T21:38:12.345Z | Compiling cookie_store v0.22.1 |
| 1649 | 2026-03-11T21:38:12.630Z | Compiling zone_cfg_derive v0.3.1 |
| 1650 | 2026-03-11T21:38:13.235Z | Compiling rayon v1.11.0 |
| 1651 | 2026-03-11T21:38:13.481Z | Compiling bzip2 v0.4.4 |
| 1652 | 2026-03-11T21:38:13.640Z | Compiling hyper-tls v0.6.0 |
| 1653 | 2026-03-11T21:38:13.797Z | Compiling serde_with_macros v3.17.0 |
| 1654 | 2026-03-11T21:38:13.924Z | Compiling postgres-types v0.2.12 |
| 1655 | 2026-03-11T21:38:14.000Z | Compiling usdt-macro v0.6.0 |
| 1656 | 2026-03-11T21:38:14.602Z | Compiling usdt-attr-macro v0.6.0 |
| 1657 | 2026-03-11T21:38:14.696Z | Compiling ed25519 v2.2.3 |
| 1658 | 2026-03-11T21:38:15.037Z | Compiling dtrace-parser v0.2.0 |
| 1659 | 2026-03-11T21:38:15.364Z | Compiling phf_shared v0.11.3 |
| 1660 | 2026-03-11T21:38:15.382Z | Compiling itertools v0.12.1 |
| 1661 | 2026-03-11T21:38:15.610Z | Compiling bstr v1.12.1 |
| 1662 | 2026-03-11T21:38:15.662Z | Compiling pkcs1 v0.7.5 |
| 1663 | 2026-03-11T21:38:15.696Z | Compiling hex v0.4.3 |
| 1664 | 2026-03-11T21:38:15.916Z | Compiling serde-big-array v0.5.1 |
| 1665 | 2026-03-11T21:38:16.065Z | Compiling rfc6979 v0.4.0 |
| 1666 | 2026-03-11T21:38:16.092Z | Compiling clap_derive v4.5.55 |
| 1667 | 2026-03-11T21:38:16.102Z | Compiling strum_macros v0.26.4 |
| 1668 | 2026-03-11T21:38:16.212Z | Compiling serde_repr v0.1.20 |
| 1669 | 2026-03-11T21:38:16.228Z | Compiling enum-as-inner v0.6.1 |
| 1670 | 2026-03-11T21:38:16.519Z | Compiling float-cmp v0.10.0 |
| 1671 | 2026-03-11T21:38:16.701Z | Compiling thread-id v4.2.2 |
| 1672 | 2026-03-11T21:38:16.818Z | Compiling memmap2 v0.9.10 |
| 1673 | 2026-03-11T21:38:16.889Z | Compiling env_filter v1.0.0 |
| 1674 | 2026-03-11T21:38:16.918Z | Compiling encoding_rs v0.8.35 |
| 1675 | 2026-03-11T21:38:17.034Z | Compiling difflib v0.4.0 |
| 1676 | 2026-03-11T21:38:17.087Z | Compiling keccak v0.1.6 |
| 1677 | 2026-03-11T21:38:17.293Z | Compiling jiff v0.2.21 |
| 1678 | 2026-03-11T21:38:17.786Z | Compiling fixedbitset v0.4.2 |
| 1679 | 2026-03-11T21:38:18.046Z | Compiling static_assertions v1.1.0 |
| 1680 | 2026-03-11T21:38:18.077Z | Compiling new_debug_unreachable v1.0.6 |
| 1681 | 2026-03-11T21:38:18.137Z | Compiling precomputed-hash v0.1.1 |
| 1682 | 2026-03-11T21:38:18.168Z | Compiling predicates-core v1.0.10 |
| 1683 | 2026-03-11T21:38:18.195Z | Compiling normalize-line-endings v0.3.0 |
| 1684 | 2026-03-11T21:38:18.245Z | Compiling whoami v2.1.0 |
| 1685 | 2026-03-11T21:38:18.312Z | Compiling data-encoding v2.10.0 |
| 1686 | 2026-03-11T21:38:18.404Z | Compiling unit-prefix v0.5.2 |
| 1687 | 2026-03-11T21:38:18.523Z | Compiling rustc-hash v2.1.1 |
| 1688 | 2026-03-11T21:38:18.526Z | Compiling mime v0.3.17 |
| 1689 | 2026-03-11T21:38:18.579Z | Compiling fixedbitset v0.5.7 |
| 1690 | 2026-03-11T21:38:18.679Z | Compiling iddqd v0.3.17 |
| 1691 | 2026-03-11T21:38:18.754Z | Compiling hickory-proto v0.25.2 |
| 1692 | 2026-03-11T21:38:18.873Z | Compiling petgraph v0.8.3 |
| 1693 | 2026-03-11T21:38:18.964Z | Compiling indicatif v0.18.4 |
| 1694 | 2026-03-11T21:38:18.987Z | Compiling clap v4.5.60 |
| 1695 | 2026-03-11T21:38:19.089Z | Compiling strum v0.26.3 |
| 1696 | 2026-03-11T21:38:19.245Z | Compiling tokio-postgres v0.7.16 |
| 1697 | 2026-03-11T21:38:19.281Z | Compiling predicates v3.1.4 |
| 1698 | 2026-03-11T21:38:20.149Z | Compiling string_cache v0.8.9 |
| 1699 | 2026-03-11T21:38:20.220Z | Compiling toml_edit v0.22.27 |
| 1700 | 2026-03-11T21:38:20.274Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1701 | 2026-03-11T21:38:20.444Z | Compiling petgraph v0.6.5 |
| 1702 | 2026-03-11T21:38:21.586Z | Compiling zip v4.6.1 |
| 1703 | 2026-03-11T21:38:22.246Z | Compiling sha3 v0.10.8 |
| 1704 | 2026-03-11T21:38:22.460Z | Compiling env_logger v0.11.9 |
| 1705 | 2026-03-11T21:38:22.862Z | Compiling usdt v0.6.0 |
| 1706 | 2026-03-11T21:38:22.881Z | Compiling zone v0.3.1 |
| 1707 | 2026-03-11T21:38:22.926Z | Compiling usdt-impl v0.5.0 |
| 1708 | 2026-03-11T21:38:23.188Z | Compiling ecdsa v0.16.9 |
| 1709 | 2026-03-11T21:38:23.292Z | Compiling similar v2.7.0 |
| 1710 | 2026-03-11T21:38:23.706Z | Compiling serde_with v3.17.0 |
| 1711 | 2026-03-11T21:38:23.725Z | Compiling rsa v0.9.10 |
| 1712 | 2026-03-11T21:38:23.791Z | Compiling crossterm v0.28.1 |
| 1713 | 2026-03-11T21:38:24.010Z | Compiling ed25519-dalek v2.2.0 |
| 1714 | 2026-03-11T21:38:24.061Z | Compiling zip v0.6.6 |
| 1715 | 2026-03-11T21:38:24.839Z | Compiling toml v0.7.8 |
| 1716 | 2026-03-11T21:38:25.376Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1717 | 2026-03-11T21:38:25.466Z | Compiling itertools v0.13.0 |
| 1718 | 2026-03-11T21:38:25.652Z | Compiling tokio-stream v0.1.18 |
| 1719 | 2026-03-11T21:38:25.692Z | Compiling buf-list v1.1.2 |
| 1720 | 2026-03-11T21:38:26.052Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1721 | 2026-03-11T21:38:26.163Z | Compiling x509-cert v0.2.5 |
| 1722 | 2026-03-11T21:38:26.237Z | Compiling openapiv3 v2.2.0 |
| 1723 | 2026-03-11T21:38:26.273Z | Compiling sha1 v0.10.6 |
| 1724 | 2026-03-11T21:38:26.478Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1725 | 2026-03-11T21:38:26.555Z | Compiling lalrpop-util v0.19.12 |
| 1726 | 2026-03-11T21:38:26.797Z | Compiling peg-runtime v0.8.5 |
| 1727 | 2026-03-11T21:38:26.857Z | Compiling thread_local v1.1.9 |
| 1728 | 2026-03-11T21:38:27.153Z | Compiling slog-async v2.8.0 |
| 1729 | 2026-03-11T21:38:27.171Z | Compiling crossbeam-channel v0.5.15 |
| 1730 | 2026-03-11T21:38:27.175Z | Compiling futures-executor v0.3.32 |
| 1731 | 2026-03-11T21:38:27.505Z | Compiling filetime v0.2.27 |
| 1732 | 2026-03-11T21:38:27.584Z | Compiling is-terminal v0.4.17 |
| 1733 | 2026-03-11T21:38:27.707Z | Compiling take_mut v0.2.2 |
| 1734 | 2026-03-11T21:38:27.730Z | Compiling xattr v1.6.1 |
| 1735 | 2026-03-11T21:38:27.765Z | Compiling term v1.2.1 |
| 1736 | 2026-03-11T21:38:27.944Z | Compiling tar v0.4.44 |
| 1737 | 2026-03-11T21:38:28.144Z | Compiling slog-term v2.9.2 |
| 1738 | 2026-03-11T21:38:28.459Z | Compiling futures v0.3.32 |
| 1739 | 2026-03-11T21:38:35.032Z | Compiling rustls-webpki v0.103.9 |
| 1740 | 2026-03-11T21:38:39.057Z | Compiling tokio-rustls v0.26.4 |
| 1741 | 2026-03-11T21:38:39.057Z | Compiling rustls-platform-verifier v0.6.2 |
| 1742 | 2026-03-11T21:38:39.317Z | Compiling hyper-rustls v0.27.7 |
| 1743 | 2026-03-11T21:38:39.581Z | Compiling reqwest v0.13.2 |
| 1744 | 2026-03-11T21:38:39.604Z | Compiling reqwest v0.12.28 |
| 1745 | 2026-03-11T21:38:42.563Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1746 | 2026-03-11T21:38:42.855Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1747 | 2026-03-11T21:38:46.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1748 | 2026-03-11T21:38:46.857Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1749 | 2026-03-11T21:38:46.917Z | Mar 11 21:38:45.088 INFO Starting download, target: Clickhouse |
| 1750 | 2026-03-11T21:38:46.917Z | Mar 11 21:38:45.088 INFO Starting download, target: Console |
| 1751 | 2026-03-11T21:38:46.917Z | Mar 11 21:38:45.088 INFO Starting download, target: MaghemiteMgd |
| 1752 | 2026-03-11T21:38:46.917Z | Mar 11 21:38:45.089 INFO Starting download, target: DendriteStub |
| 1753 | 2026-03-11T21:38:46.921Z | Mar 11 21:38:45.089 INFO Starting download, target: Cockroach |
| 1754 | 2026-03-11T21:38:46.921Z | Mar 11 21:38:45.089 INFO Starting download, target: TransceiverControl |
| 1755 | 2026-03-11T21:38:46.921Z | Mar 11 21:38:45.089 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1756 | 2026-03-11T21:38:46.921Z | Mar 11 21:38:45.089 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1757 | 2026-03-11T21:38:46.921Z | Mar 11 21:38:45.089 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1758 | 2026-03-11T21:38:46.921Z | Mar 11 21:38:45.089 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1759 | 2026-03-11T21:38:46.921Z | Mar 11 21:38:45.089 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1760 | 2026-03-11T21:38:46.921Z | Mar 11 21:38:45.089 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1761 | 2026-03-11T21:38:47.820Z | Mar 11 21:38:45.985 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1762 | 2026-03-11T21:38:47.937Z | Mar 11 21:38:46.106 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1763 | 2026-03-11T21:38:48.148Z | Mar 11 21:38:46.317 INFO Download complete, target: TransceiverControl |
| 1764 | 2026-03-11T21:38:48.324Z | Mar 11 21:38:46.494 INFO Download complete, target: Console |
| 1765 | 2026-03-11T21:38:48.792Z | Mar 11 21:38:46.962 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1766 | 2026-03-11T21:38:48.929Z | Mar 11 21:38:47.100 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1767 | 2026-03-11T21:38:48.932Z | Mar 11 21:38:47.100 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1768 | 2026-03-11T21:38:48.933Z | Mar 11 21:38:47.100 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1769 | 2026-03-11T21:38:48.973Z | Mar 11 21:38:47.143 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1770 | 2026-03-11T21:38:52.444Z | Mar 11 21:38:50.611 INFO Download complete, target: MaghemiteMgd |
| 1771 | 2026-03-11T21:38:52.558Z | Mar 11 21:38:50.725 INFO Download complete, target: DendriteStub |
| 1772 | 2026-03-11T21:38:56.608Z | Mar 11 21:38:54.772 INFO Checking that binary works, target: Cockroach |
| 1773 | 2026-03-11T21:38:56.719Z | Mar 11 21:38:54.884 INFO Download complete, target: Cockroach |
| 1774 | 2026-03-11T21:38:59.885Z | Mar 11 21:38:58.046 INFO Checking that binary works, target: Clickhouse |
| 1775 | 2026-03-11T21:39:00.043Z | Mar 11 21:38:58.204 INFO Download complete, target: Clickhouse |
| 1776 | 2026-03-11T21:39:00.060Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1777 | 2026-03-11T21:39:00.064Z | |
| 1778 | 2026-03-11T21:39:00.064Z | real 3:59.350707247 |
| 1779 | 2026-03-11T21:39:00.064Z | user 10:21.433470111 |
| 1780 | 2026-03-11T21:39:00.064Z | sys 1:48.613327968 |
| 1781 | 2026-03-11T21:39:00.064Z | trap 0.316244151 |
| 1782 | 2026-03-11T21:39:00.064Z | tflt 0.717477733 |
| 1783 | 2026-03-11T21:39:00.064Z | dflt 0.659054194 |
| 1784 | 2026-03-11T21:39:00.064Z | kflt 0.020099205 |
| 1785 | 2026-03-11T21:39:00.064Z | lock 21:59.738600142 |
| 1786 | 2026-03-11T21:39:00.064Z | slp 37:56.189623807 |
| 1787 | 2026-03-11T21:39:00.064Z | lat 55.200575784 |
| 1788 | 2026-03-11T21:39:00.064Z | stop 2:37.128461015 |
| 1789 | 2026-03-11T21:39:00.064Z | + banner clippy |
| 1790 | 2026-03-11T21:39:00.064Z | |
| 1791 | 2026-03-11T21:39:00.064Z | #### # # ##### ##### # # |
| 1792 | 2026-03-11T21:39:00.064Z | # # # # # # # # # # |
| 1793 | 2026-03-11T21:39:00.064Z | # # # # # # # # |
| 1794 | 2026-03-11T21:39:00.065Z | # # # ##### ##### # |
| 1795 | 2026-03-11T21:39:00.065Z | # # # # # # # |
| 1796 | 2026-03-11T21:39:00.065Z | #### ###### # # # # |
| 1797 | 2026-03-11T21:39:00.065Z | |
| 1798 | 2026-03-11T21:39:00.065Z | + export CARGO_INCREMENTAL=0 |
| 1799 | 2026-03-11T21:39:00.065Z | + CARGO_INCREMENTAL=0 |
| 1800 | 2026-03-11T21:39:00.065Z | + ptime -m cargo xtask clippy |
| 1801 | 2026-03-11T21:39:00.796Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1802 | 2026-03-11T21:39:01.069Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1803 | 2026-03-11T21:39:03.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
| 1804 | 2026-03-11T21:39:03.732Z | Running `target/debug/xtask clippy` |
| 1805 | 2026-03-11T21:39:03.763Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1806 | 2026-03-11T21:39:04.602Z | Downloading crates ... |
| 1807 | 2026-03-11T21:39:04.863Z | Downloaded addr2line v0.25.1 |
| 1808 | 2026-03-11T21:39:04.881Z | Downloaded tinytemplate v1.2.1 |
| 1809 | 2026-03-11T21:39:04.884Z | Downloaded knuffel-derive v3.2.0 |
| 1810 | 2026-03-11T21:39:04.886Z | Downloaded async-lock v3.4.2 |
| 1811 | 2026-03-11T21:39:04.889Z | Downloaded assert-json-diff v2.0.2 |
| 1812 | 2026-03-11T21:39:04.889Z | Downloaded datatest-stable v0.3.3 |
| 1813 | 2026-03-11T21:39:04.892Z | Downloaded plotters-svg v0.3.7 |
| 1814 | 2026-03-11T21:39:04.892Z | Downloaded cast v0.3.0 |
| 1815 | 2026-03-11T21:39:04.896Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1816 | 2026-03-11T21:39:04.899Z | Downloaded guppy v0.17.25 |
| 1817 | 2026-03-11T21:39:04.903Z | Downloaded criterion-plot v0.6.0 |
| 1818 | 2026-03-11T21:39:04.906Z | Downloaded supports-unicode v2.1.0 |
| 1819 | 2026-03-11T21:39:04.906Z | Downloaded nested v0.1.1 |
| 1820 | 2026-03-11T21:39:04.906Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1821 | 2026-03-11T21:39:04.910Z | Downloaded serde_regex v1.1.0 |
| 1822 | 2026-03-11T21:39:04.913Z | Downloaded blake2b_simd v1.0.4 |
| 1823 | 2026-03-11T21:39:04.924Z | Downloaded terminal_size v0.1.17 |
| 1824 | 2026-03-11T21:39:04.927Z | Downloaded supports-color v2.1.0 |
| 1825 | 2026-03-11T21:39:04.931Z | Downloaded similar-asserts v1.7.0 |
| 1826 | 2026-03-11T21:39:04.933Z | Downloaded target-spec v3.5.7 |
| 1827 | 2026-03-11T21:39:04.933Z | Downloaded path-tree v0.8.3 |
| 1828 | 2026-03-11T21:39:04.936Z | Downloaded httptest v0.16.4 |
| 1829 | 2026-03-11T21:39:04.937Z | Downloaded cargo-platform v0.3.2 |
| 1830 | 2026-03-11T21:39:04.939Z | Downloaded constant_time_eq v0.3.1 |
| 1831 | 2026-03-11T21:39:04.939Z | Downloaded async-object-pool v0.2.0 |
| 1832 | 2026-03-11T21:39:04.942Z | Downloaded plotters-backend v0.3.7 |
| 1833 | 2026-03-11T21:39:04.942Z | Downloaded target-triple v1.0.0 |
| 1834 | 2026-03-11T21:39:04.946Z | Downloaded pathdiff v0.2.3 |
| 1835 | 2026-03-11T21:39:04.949Z | Downloaded linkme-impl v0.3.35 |
| 1836 | 2026-03-11T21:39:04.949Z | Downloaded supports-hyperlinks v2.1.0 |
| 1837 | 2026-03-11T21:39:04.952Z | Downloaded parking v2.2.1 |
| 1838 | 2026-03-11T21:39:04.952Z | Downloaded partial-io v0.5.4 |
| 1839 | 2026-03-11T21:39:04.954Z | Downloaded escape8259 v0.5.3 |
| 1840 | 2026-03-11T21:39:04.954Z | Downloaded oorandom v11.1.5 |
| 1841 | 2026-03-11T21:39:04.957Z | Downloaded rstest_macros v0.25.0 |
| 1842 | 2026-03-11T21:39:04.957Z | Downloaded approx v0.5.1 |
| 1843 | 2026-03-11T21:39:04.960Z | Downloaded assert_cmd v2.1.2 |
| 1844 | 2026-03-11T21:39:04.963Z | Downloaded miette-derive v5.10.0 |
| 1845 | 2026-03-11T21:39:04.967Z | Downloaded event-listener-strategy v0.5.4 |
| 1846 | 2026-03-11T21:39:04.967Z | Downloaded owo-colors v3.5.0 |
| 1847 | 2026-03-11T21:39:04.971Z | Downloaded libtest-mimic v0.8.1 |
| 1848 | 2026-03-11T21:39:04.971Z | Downloaded chumsky v0.9.3 |
| 1849 | 2026-03-11T21:39:04.974Z | Downloaded relative-path v1.9.3 |
| 1850 | 2026-03-11T21:39:04.974Z | Downloaded linkme v0.3.35 |
| 1851 | 2026-03-11T21:39:04.977Z | Downloaded futures-timer v3.0.3 |
| 1852 | 2026-03-11T21:39:04.977Z | Downloaded cargo_metadata v0.23.1 |
| 1853 | 2026-03-11T21:39:04.980Z | Downloaded backtrace-ext v0.2.1 |
| 1854 | 2026-03-11T21:39:04.980Z | Downloaded anes v0.1.6 |
| 1855 | 2026-03-11T21:39:04.983Z | Downloaded target-lexicon v0.13.3 |
| 1856 | 2026-03-11T21:39:04.985Z | Downloaded stringmetrics v2.2.2 |
| 1857 | 2026-03-11T21:39:04.986Z | Downloaded concurrent-queue v2.5.0 |
| 1858 | 2026-03-11T21:39:04.986Z | Downloaded termcolor v1.4.1 |
| 1859 | 2026-03-11T21:39:04.989Z | Downloaded miette v5.10.0 |
| 1860 | 2026-03-11T21:39:04.998Z | Downloaded rustc-demangle v0.1.27 |
| 1861 | 2026-03-11T21:39:05.002Z | Downloaded cfg-expr v0.20.6 |
| 1862 | 2026-03-11T21:39:05.002Z | Downloaded fancy-regex v0.14.0 |
| 1863 | 2026-03-11T21:39:05.005Z | Downloaded event-listener v5.4.1 |
| 1864 | 2026-03-11T21:39:05.008Z | Downloaded knuffel v3.2.0 |
| 1865 | 2026-03-11T21:39:05.011Z | Downloaded trybuild v1.0.116 |
| 1866 | 2026-03-11T21:39:05.014Z | Downloaded rust-argon2 v2.1.0 |
| 1867 | 2026-03-11T21:39:05.014Z | Downloaded rand_distr v0.5.1 |
| 1868 | 2026-03-11T21:39:05.016Z | Downloaded toml v1.0.3+spec-1.1.0 |
| 1869 | 2026-03-11T21:39:05.019Z | Downloaded textwrap v0.15.2 |
| 1870 | 2026-03-11T21:39:05.022Z | Downloaded rstest v0.25.0 |
| 1871 | 2026-03-11T21:39:05.025Z | Downloaded backtrace v0.3.76 |
| 1872 | 2026-03-11T21:39:05.028Z | Downloaded hashbrown v0.14.5 |
| 1873 | 2026-03-11T21:39:05.031Z | Downloaded criterion v0.7.0 |
| 1874 | 2026-03-11T21:39:05.037Z | Downloaded plotters v0.3.7 |
| 1875 | 2026-03-11T21:39:05.055Z | Downloaded gimli v0.32.3 |
| 1876 | 2026-03-11T21:39:05.148Z | Downloaded httpmock v0.8.3 |
| 1877 | 2026-03-11T21:39:07.170Z | Checking cfg-if v1.0.4 |
| 1878 | 2026-03-11T21:39:07.538Z | Checking libc v0.2.180 |
| 1879 | 2026-03-11T21:39:07.541Z | Checking serde_core v1.0.228 |
| 1880 | 2026-03-11T21:39:07.617Z | Checking memchr v2.8.0 |
| 1881 | 2026-03-11T21:39:07.658Z | Checking smallvec v1.15.1 |
| 1882 | 2026-03-11T21:39:07.697Z | Checking itoa v1.0.17 |
| 1883 | 2026-03-11T21:39:07.737Z | Checking log v0.4.29 |
| 1884 | 2026-03-11T21:39:07.781Z | Checking zeroize v1.8.2 |
| 1885 | 2026-03-11T21:39:07.824Z | Checking libm v0.2.16 |
| 1886 | 2026-03-11T21:39:07.905Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-03-11T21:39:07.949Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-03-11T21:39:07.994Z | Checking zmij v1.0.21 |
| 1889 | 2026-03-11T21:39:08.038Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-03-11T21:39:08.081Z | Checking lock_api v0.4.14 |
| 1891 | 2026-03-11T21:39:08.125Z | Checking percent-encoding v2.3.2 |
| 1892 | 2026-03-11T21:39:08.167Z | Checking writeable v0.6.2 |
| 1893 | 2026-03-11T21:39:08.212Z | Checking errno v0.3.14 |
| 1894 | 2026-03-11T21:39:08.248Z | Checking getrandom v0.2.17 |
| 1895 | 2026-03-11T21:39:08.296Z | Checking yoke v0.8.1 |
| 1896 | 2026-03-11T21:39:08.351Z | Checking litemap v0.8.1 |
| 1897 | 2026-03-11T21:39:08.395Z | Checking icu_properties_data v2.1.2 |
| 1898 | 2026-03-11T21:39:08.395Z | Checking icu_normalizer_data v2.1.1 |
| 1899 | 2026-03-11T21:39:08.483Z | Checking subtle v2.6.1 |
| 1900 | 2026-03-11T21:39:08.486Z | Checking form_urlencoded v1.2.2 |
| 1901 | 2026-03-11T21:39:08.564Z | Checking zerovec v0.11.5 |
| 1902 | 2026-03-11T21:39:08.567Z | Checking zerotrie v0.2.3 |
| 1903 | 2026-03-11T21:39:08.645Z | Checking utf8_iter v1.0.4 |
| 1904 | 2026-03-11T21:39:08.682Z | Checking rand_core v0.6.4 |
| 1905 | 2026-03-11T21:39:08.726Z | Checking portable-atomic v1.13.1 |
| 1906 | 2026-03-11T21:39:08.726Z | Checking pin-project-lite v0.2.17 |
| 1907 | 2026-03-11T21:39:08.828Z | Checking critical-section v1.2.0 |
| 1908 | 2026-03-11T21:39:08.884Z | Checking num-traits v0.2.19 |
| 1909 | 2026-03-11T21:39:08.927Z | Checking rand_core v0.10.0 |
| 1910 | 2026-03-11T21:39:08.969Z | Checking zerocopy v0.8.40 |
| 1911 | 2026-03-11T21:39:09.007Z | Checking parking_lot_core v0.9.12 |
| 1912 | 2026-03-11T21:39:09.052Z | Checking signal-hook-registry v1.4.8 |
| 1913 | 2026-03-11T21:39:09.137Z | Checking getrandom v0.4.1 |
| 1914 | 2026-03-11T21:39:09.200Z | Checking tinystr v0.8.2 |
| 1915 | 2026-03-11T21:39:09.271Z | Checking potential_utf v0.1.4 |
| 1916 | 2026-03-11T21:39:09.312Z | Checking parking_lot v0.12.5 |
| 1917 | 2026-03-11T21:39:09.354Z | Checking once_cell v1.21.3 |
| 1918 | 2026-03-11T21:39:09.396Z | Checking mio v1.1.1 |
| 1919 | 2026-03-11T21:39:09.458Z | Checking icu_collections v2.1.1 |
| 1920 | 2026-03-11T21:39:09.462Z | Checking icu_locale_core v2.1.1 |
| 1921 | 2026-03-11T21:39:09.592Z | Checking typenum v1.19.0 |
| 1922 | 2026-03-11T21:39:09.637Z | Checking socket2 v0.6.2 |
| 1923 | 2026-03-11T21:39:09.696Z | Checking iana-time-zone v0.1.65 |
| 1924 | 2026-03-11T21:39:09.764Z | Checking serde v1.0.228 |
| 1925 | 2026-03-11T21:39:09.813Z | Checking bitflags v2.11.0 |
| 1926 | 2026-03-11T21:39:09.864Z | Checking serde_json v1.0.149 |
| 1927 | 2026-03-11T21:39:09.916Z | Checking semver v1.0.27 |
| 1928 | 2026-03-11T21:39:09.985Z | Checking uuid v1.21.0 |
| 1929 | 2026-03-11T21:39:10.063Z | Checking thiserror v2.0.18 |
| 1930 | 2026-03-11T21:39:10.216Z | Checking allocator-api2 v0.2.21 |
| 1931 | 2026-03-11T21:39:10.260Z | Checking futures-core v0.3.32 |
| 1932 | 2026-03-11T21:39:10.303Z | Checking icu_provider v2.1.1 |
| 1933 | 2026-03-11T21:39:10.345Z | Checking generic-array v0.14.7 |
| 1934 | 2026-03-11T21:39:10.384Z | Checking bytes v1.11.1 |
| 1935 | 2026-03-11T21:39:10.429Z | Checking chrono v0.4.44 |
| 1936 | 2026-03-11T21:39:10.476Z | Checking equivalent v1.0.2 |
| 1937 | 2026-03-11T21:39:10.613Z | Checking dyn-clone v1.0.20 |
| 1938 | 2026-03-11T21:39:10.657Z | Checking icu_properties v2.1.2 |
| 1939 | 2026-03-11T21:39:10.657Z | Checking icu_normalizer v2.1.1 |
| 1940 | 2026-03-11T21:39:10.779Z | Checking const-oid v0.9.6 |
| 1941 | 2026-03-11T21:39:10.832Z | Checking foldhash v0.2.0 |
| 1942 | 2026-03-11T21:39:11.013Z | Checking tokio v1.49.0 |
| 1943 | 2026-03-11T21:39:11.056Z | Checking crypto-common v0.1.7 |
| 1944 | 2026-03-11T21:39:11.059Z | Checking hashbrown v0.16.1 |
| 1945 | 2026-03-11T21:39:11.132Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1946 | 2026-03-11T21:39:11.236Z | Checking block-buffer v0.10.4 |
| 1947 | 2026-03-11T21:39:11.473Z | Checking futures-sink v0.3.32 |
| 1948 | 2026-03-11T21:39:11.525Z | Checking byteorder v1.5.0 |
| 1949 | 2026-03-11T21:39:11.615Z | Checking rustix v1.1.3 |
| 1950 | 2026-03-11T21:39:11.654Z | Checking futures-channel v0.3.32 |
| 1951 | 2026-03-11T21:39:11.790Z | Checking slab v0.4.12 |
| 1952 | 2026-03-11T21:39:11.832Z | Checking futures-io v0.3.32 |
| 1953 | 2026-03-11T21:39:11.839Z | Checking digest v0.10.7 |
| 1954 | 2026-03-11T21:39:11.912Z | Checking idna_adapter v1.2.1 |
| 1955 | 2026-03-11T21:39:11.951Z | Checking futures-task v0.3.32 |
| 1956 | 2026-03-11T21:39:12.007Z | Checking cpufeatures v0.2.17 |
| 1957 | 2026-03-11T21:39:12.048Z | Checking indexmap v2.13.0 |
| 1958 | 2026-03-11T21:39:12.089Z | Checking idna v1.1.0 |
| 1959 | 2026-03-11T21:39:12.141Z | Checking thiserror v1.0.69 |
| 1960 | 2026-03-11T21:39:12.194Z | Checking futures-util v0.3.32 |
| 1961 | 2026-03-11T21:39:12.195Z | Checking getrandom v0.3.4 |
| 1962 | 2026-03-11T21:39:12.290Z | Checking fnv v1.0.7 |
| 1963 | 2026-03-11T21:39:12.427Z | Checking url v2.5.8 |
| 1964 | 2026-03-11T21:39:12.467Z | Checking regex-syntax v0.8.10 |
| 1965 | 2026-03-11T21:39:12.473Z | Checking http v1.4.0 |
| 1966 | 2026-03-11T21:39:12.814Z | Checking tracing-core v0.1.36 |
| 1967 | 2026-03-11T21:39:12.858Z | Checking base64 v0.22.1 |
| 1968 | 2026-03-11T21:39:13.047Z | Checking schemars v0.8.22 |
| 1969 | 2026-03-11T21:39:13.196Z | Checking unicode-ident v1.0.24 |
| 1970 | 2026-03-11T21:39:13.256Z | Checking tracing v0.1.44 |
| 1971 | 2026-03-11T21:39:13.262Z | Checking ppv-lite86 v0.2.21 |
| 1972 | 2026-03-11T21:39:13.338Z | Checking ipnet v2.11.0 |
| 1973 | 2026-03-11T21:39:13.382Z | Checking proc-macro2 v1.0.106 |
| 1974 | 2026-03-11T21:39:13.555Z | Checking utf8parse v0.2.2 |
| 1975 | 2026-03-11T21:39:13.715Z | Checking untrusted v0.9.0 |
| 1976 | 2026-03-11T21:39:13.757Z | Checking anstyle v1.0.13 |
| 1977 | 2026-03-11T21:39:13.769Z | Checking aho-corasick v1.1.4 |
| 1978 | 2026-03-11T21:39:13.848Z | Checking quote v1.0.44 |
| 1979 | 2026-03-11T21:39:13.890Z | Checking ring v0.17.14 |
| 1980 | 2026-03-11T21:39:14.024Z | Checking anstyle-parse v0.2.7 |
| 1981 | 2026-03-11T21:39:14.034Z | Checking base64ct v1.8.3 |
| 1982 | 2026-03-11T21:39:14.110Z | Checking syn v2.0.117 |
| 1983 | 2026-03-11T21:39:14.589Z | Checking colorchoice v1.0.4 |
| 1984 | 2026-03-11T21:39:14.599Z | Checking is_terminal_polyfill v1.70.2 |
| 1985 | 2026-03-11T21:39:14.599Z | Checking anstyle-query v1.1.5 |
| 1986 | 2026-03-11T21:39:14.599Z | Checking block-padding v0.3.3 |
| 1987 | 2026-03-11T21:39:14.600Z | Checking rustls-pki-types v1.14.0 |
| 1988 | 2026-03-11T21:39:14.600Z | Checking anstream v0.6.21 |
| 1989 | 2026-03-11T21:39:14.609Z | Checking httparse v1.10.1 |
| 1990 | 2026-03-11T21:39:14.752Z | Checking regex-automata v0.4.14 |
| 1991 | 2026-03-11T21:39:14.804Z | Checking inout v0.1.4 |
| 1992 | 2026-03-11T21:39:14.856Z | Checking terminal_size v0.4.3 |
| 1993 | 2026-03-11T21:39:14.904Z | Checking crossbeam-utils v0.8.21 |
| 1994 | 2026-03-11T21:39:14.915Z | Checking strsim v0.11.1 |
| 1995 | 2026-03-11T21:39:15.008Z | Checking cipher v0.4.4 |
| 1996 | 2026-03-11T21:39:15.055Z | Checking clap_lex v1.0.0 |
| 1997 | 2026-03-11T21:39:15.175Z | Checking http-body v1.0.1 |
| 1998 | 2026-03-11T21:39:15.256Z | Checking rand_core v0.9.5 |
| 1999 | 2026-03-11T21:39:15.300Z | Checking clap_builder v4.5.60 |
| 2000 | 2026-03-11T21:39:15.348Z | Checking sha2 v0.10.9 |
| 2001 | 2026-03-11T21:39:15.356Z | Checking tokio-util v0.7.18 |
| 2002 | 2026-03-11T21:39:15.362Z | Checking atomic-waker v1.1.2 |
| 2003 | 2026-03-11T21:39:15.370Z | Checking pem-rfc7468 v0.7.0 |
| 2004 | 2026-03-11T21:39:15.574Z | Checking try-lock v0.2.5 |
| 2005 | 2026-03-11T21:39:15.632Z | Checking httpdate v1.0.3 |
| 2006 | 2026-03-11T21:39:15.675Z | Checking hmac v0.12.1 |
| 2007 | 2026-03-11T21:39:15.719Z | Checking want v0.3.1 |
| 2008 | 2026-03-11T21:39:15.785Z | Checking tower-service v0.3.3 |
| 2009 | 2026-03-11T21:39:15.847Z | Checking tower-layer v0.3.3 |
| 2010 | 2026-03-11T21:39:15.888Z | Checking ryu v1.0.23 |
| 2011 | 2026-03-11T21:39:15.931Z | Checking pin-utils v0.1.0 |
| 2012 | 2026-03-11T21:39:15.936Z | Checking rand_chacha v0.9.0 |
| 2013 | 2026-03-11T21:39:16.060Z | Checking erased-serde v0.3.31 |
| 2014 | 2026-03-11T21:39:16.086Z | Checking flagset v0.4.7 |
| 2015 | 2026-03-11T21:39:16.127Z | Checking spin v0.9.8 |
| 2016 | 2026-03-11T21:39:16.260Z | Checking rand v0.9.2 |
| 2017 | 2026-03-11T21:39:16.300Z | Checking der v0.7.10 |
| 2018 | 2026-03-11T21:39:16.343Z | Checking h2 v0.4.13 |
| 2019 | 2026-03-11T21:39:16.388Z | Checking anyhow v1.0.102 |
| 2020 | 2026-03-11T21:39:16.645Z | Checking slog v2.8.2 |
| 2021 | 2026-03-11T21:39:16.688Z | Checking http-body-util v0.1.3 |
| 2022 | 2026-03-11T21:39:16.913Z | Checking aws-lc-sys v0.37.1 |
| 2023 | 2026-03-11T21:39:16.999Z | Checking untrusted v0.7.1 |
| 2024 | 2026-03-11T21:39:17.002Z | Checking clap v4.5.60 |
| 2025 | 2026-03-11T21:39:17.081Z | Checking powerfmt v0.2.0 |
| 2026 | 2026-03-11T21:39:17.166Z | Checking openssl-probe v0.2.1 |
| 2027 | 2026-03-11T21:39:17.209Z | Checking num_threads v0.1.7 |
| 2028 | 2026-03-11T21:39:17.280Z | Checking num-conv v0.2.0 |
| 2029 | 2026-03-11T21:39:17.324Z | Checking deranged v0.5.8 |
| 2030 | 2026-03-11T21:39:17.367Z | Checking time-core v0.1.8 |
| 2031 | 2026-03-11T21:39:17.370Z | Checking regex v1.12.3 |
| 2032 | 2026-03-11T21:39:17.370Z | Checking serde_urlencoded v0.7.1 |
| 2033 | 2026-03-11T21:39:17.486Z | Checking rand_chacha v0.3.1 |
| 2034 | 2026-03-11T21:39:17.490Z | Checking fastrand v2.3.0 |
| 2035 | 2026-03-11T21:39:17.589Z | Checking spki v0.7.3 |
| 2036 | 2026-03-11T21:39:17.702Z | Checking pbkdf2 v0.12.2 |
| 2037 | 2026-03-11T21:39:17.784Z | Checking aes v0.8.4 |
| 2038 | 2026-03-11T21:39:17.787Z | Checking rand v0.8.5 |
| 2039 | 2026-03-11T21:39:17.866Z | Checking pretty-hex v0.4.1 |
| 2040 | 2026-03-11T21:39:17.869Z | Checking aws-lc-rs v1.16.0 |
| 2041 | 2026-03-11T21:39:17.869Z | Checking unicode-width v0.2.0 |
| 2042 | 2026-03-11T21:39:17.902Z | Checking cbc v0.1.2 |
| 2043 | 2026-03-11T21:39:18.040Z | Checking salsa20 v0.10.2 |
| 2044 | 2026-03-11T21:39:18.170Z | Checking ipnetwork v0.21.1 |
| 2045 | 2026-03-11T21:39:18.242Z | Checking scrypt v0.11.0 |
| 2046 | 2026-03-11T21:39:18.291Z | Checking tempfile v3.25.0 |
| 2047 | 2026-03-11T21:39:18.342Z | Checking rustls-native-certs v0.8.3 |
| 2048 | 2026-03-11T21:39:18.455Z | Checking sync_wrapper v1.0.2 |
| 2049 | 2026-03-11T21:39:18.499Z | Checking hex v0.4.3 |
| 2050 | 2026-03-11T21:39:18.551Z | Checking plain v0.2.3 |
| 2051 | 2026-03-11T21:39:18.594Z | Checking pkcs5 v0.7.1 |
| 2052 | 2026-03-11T21:39:18.598Z | Checking webpki-roots v1.0.6 |
| 2053 | 2026-03-11T21:39:18.673Z | Checking tower v0.5.3 |
| 2054 | 2026-03-11T21:39:18.717Z | Checking camino v1.2.2 |
| 2055 | 2026-03-11T21:39:18.720Z | Checking time v0.3.47 |
| 2056 | 2026-03-11T21:39:18.809Z | Checking ucd-trie v0.1.7 |
| 2057 | 2026-03-11T21:39:18.852Z | Checking mime v0.3.17 |
| 2058 | 2026-03-11T21:39:18.959Z | Checking iri-string v0.7.10 |
| 2059 | 2026-03-11T21:39:19.007Z | Checking pest v2.8.6 |
| 2060 | 2026-03-11T21:39:19.091Z | Checking pkcs8 v0.10.2 |
| 2061 | 2026-03-11T21:39:19.095Z | Checking rustls-webpki v0.103.9 |
| 2062 | 2026-03-11T21:39:19.172Z | Checking openapiv3 v2.2.0 |
| 2063 | 2026-03-11T21:39:19.227Z | Checking either v1.15.0 |
| 2064 | 2026-03-11T21:39:19.349Z | Checking encoding_rs v0.8.35 |
| 2065 | 2026-03-11T21:39:19.507Z | Checking winnow v0.7.14 |
| 2066 | 2026-03-11T21:39:19.726Z | Checking rustls v0.23.37 |
| 2067 | 2026-03-11T21:39:19.938Z | Checking hyper v1.8.1 |
| 2068 | 2026-03-11T21:39:20.355Z | Checking foreign-types-shared v0.1.1 |
| 2069 | 2026-03-11T21:39:20.462Z | Checking tower-http v0.6.8 |
| 2070 | 2026-03-11T21:39:20.503Z | Checking foreign-types v0.3.2 |
| 2071 | 2026-03-11T21:39:20.546Z | Checking oxnet v0.1.4 |
| 2072 | 2026-03-11T21:39:20.620Z | Checking lazy_static v1.5.0 |
| 2073 | 2026-03-11T21:39:20.664Z | Checking openssl-sys v0.9.111 |
| 2074 | 2026-03-11T21:39:20.766Z | Checking static_assertions v1.1.0 |
| 2075 | 2026-03-11T21:39:20.850Z | Checking signature v2.2.0 |
| 2076 | 2026-03-11T21:39:20.893Z | Checking simd-adler32 v0.3.8 |
| 2077 | 2026-03-11T21:39:20.896Z | Checking hubpack v0.1.2 |
| 2078 | 2026-03-11T21:39:20.973Z | Checking adler2 v2.0.1 |
| 2079 | 2026-03-11T21:39:21.044Z | Checking sha1 v0.10.6 |
| 2080 | 2026-03-11T21:39:21.139Z | Checking strum v0.26.3 |
| 2081 | 2026-03-11T21:39:21.144Z | Checking data-encoding v2.10.0 |
| 2082 | 2026-03-11T21:39:21.221Z | Checking miniz_oxide v0.8.9 |
| 2083 | 2026-03-11T21:39:21.224Z | Checking hyper-util v0.1.20 |
| 2084 | 2026-03-11T21:39:21.224Z | Checking tinyvec_macros v0.1.1 |
| 2085 | 2026-03-11T21:39:21.341Z | Checking serde_spanned v0.6.9 |
| 2086 | 2026-03-11T21:39:21.344Z | Checking toml_datetime v0.6.11 |
| 2087 | 2026-03-11T21:39:21.420Z | Checking tinyvec v1.10.0 |
| 2088 | 2026-03-11T21:39:21.464Z | Checking openssl v0.10.75 |
| 2089 | 2026-03-11T21:39:21.526Z | Checking num-integer v0.1.46 |
| 2090 | 2026-03-11T21:39:21.569Z | Checking scroll v0.13.0 |
| 2091 | 2026-03-11T21:39:21.644Z | Checking bit-vec v0.8.0 |
| 2092 | 2026-03-11T21:39:21.721Z | Checking base16ct v0.2.0 |
| 2093 | 2026-03-11T21:39:21.860Z | Checking crossbeam-epoch v0.9.18 |
| 2094 | 2026-03-11T21:39:21.903Z | Checking crc32fast v1.5.0 |
| 2095 | 2026-03-11T21:39:21.906Z | Checking goblin v0.10.5 |
| 2096 | 2026-03-11T21:39:21.981Z | Checking bit-set v0.8.0 |
| 2097 | 2026-03-11T21:39:21.984Z | Checking sec1 v0.7.3 |
| 2098 | 2026-03-11T21:39:22.106Z | Checking ff v0.13.1 |
| 2099 | 2026-03-11T21:39:22.176Z | Checking memmap2 v0.9.10 |
| 2100 | 2026-03-11T21:39:22.219Z | Checking wait-timeout v0.2.1 |
| 2101 | 2026-03-11T21:39:22.297Z | Checking group v0.13.0 |
| 2102 | 2026-03-11T21:39:22.340Z | Checking num-iter v0.1.45 |
| 2103 | 2026-03-11T21:39:22.402Z | Checking dtrace-parser v0.3.0 |
| 2104 | 2026-03-11T21:39:22.444Z | Checking bstr v1.12.1 |
| 2105 | 2026-03-11T21:39:22.512Z | Checking hkdf v0.12.4 |
| 2106 | 2026-03-11T21:39:22.515Z | Checking ahash v0.8.12 |
| 2107 | 2026-03-11T21:39:22.711Z | Checking crypto-bigint v0.5.5 |
| 2108 | 2026-03-11T21:39:22.755Z | Checking scroll v0.12.0 |
| 2109 | 2026-03-11T21:39:22.842Z | Checking thread-id v5.1.0 |
| 2110 | 2026-03-11T21:39:22.948Z | Checking tokio-rustls v0.26.4 |
| 2111 | 2026-03-11T21:39:22.992Z | Checking quick-error v1.2.3 |
| 2112 | 2026-03-11T21:39:22.995Z | Checking rand_xorshift v0.4.0 |
| 2113 | 2026-03-11T21:39:23.072Z | Checking zerocopy v0.7.35 |
| 2114 | 2026-03-11T21:39:23.113Z | Checking goblin v0.8.2 |
| 2115 | 2026-03-11T21:39:23.154Z | Checking rusty-fork v0.3.1 |
| 2116 | 2026-03-11T21:39:23.207Z | Checking unarray v0.1.4 |
| 2117 | 2026-03-11T21:39:23.268Z | Checking hyper-rustls v0.27.7 |
| 2118 | 2026-03-11T21:39:23.369Z | Checking num-bigint-dig v0.8.6 |
| 2119 | 2026-03-11T21:39:23.413Z | Checking proptest v1.10.0 |
| 2120 | 2026-03-11T21:39:23.562Z | Checking dtrace-parser v0.2.0 |
| 2121 | 2026-03-11T21:39:23.824Z | Checking pkcs1 v0.7.5 |
| 2122 | 2026-03-11T21:39:23.909Z | Checking x509-cert v0.2.5 |
| 2123 | 2026-03-11T21:39:24.122Z | Checking thread-id v4.2.2 |
| 2124 | 2026-03-11T21:39:24.254Z | Checking psl-types v2.0.11 |
| 2125 | 2026-03-11T21:39:24.297Z | Checking elliptic-curve v0.13.8 |
| 2126 | 2026-03-11T21:39:24.337Z | Checking native-tls v0.2.18 |
| 2127 | 2026-03-11T21:39:24.432Z | Checking zlib-rs v0.6.2 |
| 2128 | 2026-03-11T21:39:24.559Z | Checking unicode-segmentation v1.12.0 |
| 2129 | 2026-03-11T21:39:24.603Z | Checking tokio-native-tls v0.3.1 |
| 2130 | 2026-03-11T21:39:24.726Z | Checking rsa v0.9.10 |
| 2131 | 2026-03-11T21:39:24.823Z | Checking hyper-tls v0.6.0 |
| 2132 | 2026-03-11T21:39:24.827Z | Checking publicsuffix v2.3.0 |
| 2133 | 2026-03-11T21:39:25.002Z | Checking crossbeam-deque v0.8.6 |
| 2134 | 2026-03-11T21:39:25.064Z | Checking reqwest v0.12.28 |
| 2135 | 2026-03-11T21:39:25.242Z | Checking cookie v0.18.1 |
| 2136 | 2026-03-11T21:39:25.258Z | Checking rfc6979 v0.4.0 |
| 2137 | 2026-03-11T21:39:25.366Z | Checking dof v0.4.0 |
| 2138 | 2026-03-11T21:39:25.370Z | Checking toml_write v0.1.2 |
| 2139 | 2026-03-11T21:39:25.448Z | Checking ecdsa v0.16.9 |
| 2140 | 2026-03-11T21:39:25.452Z | Checking cookie_store v0.22.1 |
| 2141 | 2026-03-11T21:39:25.638Z | Checking flate2 v1.1.9 |
| 2142 | 2026-03-11T21:39:25.680Z | Checking toml_edit v0.22.27 |
| 2143 | 2026-03-11T21:39:25.874Z | Checking dof v0.3.0 |
| 2144 | 2026-03-11T21:39:25.921Z | Checking rustls-platform-verifier v0.6.2 |
| 2145 | 2026-03-11T21:39:25.970Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2146 | 2026-03-11T21:39:25.974Z | Checking newtype-uuid v1.3.2 |
| 2147 | 2026-03-11T21:39:26.072Z | Checking curve25519-dalek v4.1.3 |
| 2148 | 2026-03-11T21:39:26.124Z | Checking rustix v0.38.44 |
| 2149 | 2026-03-11T21:39:26.215Z | Checking env_filter v1.0.0 |
| 2150 | 2026-03-11T21:39:26.281Z | Checking usdt-impl v0.5.0 |
| 2151 | 2026-03-11T21:39:26.284Z | Checking keccak v0.1.6 |
| 2152 | 2026-03-11T21:39:26.363Z | Checking usdt-impl v0.6.0 |
| 2153 | 2026-03-11T21:39:26.426Z | Checking env_logger v0.11.9 |
| 2154 | 2026-03-11T21:39:26.468Z | Checking daft v0.1.5 |
| 2155 | 2026-03-11T21:39:26.573Z | Checking sha3 v0.10.8 |
| 2156 | 2026-03-11T21:39:26.673Z | Checking reqwest v0.13.2 |
| 2157 | 2026-03-11T21:39:26.716Z | Checking ed25519 v2.2.3 |
| 2158 | 2026-03-11T21:39:26.757Z | Checking usdt v0.6.0 |
| 2159 | 2026-03-11T21:39:26.803Z | Checking itertools v0.13.0 |
| 2160 | 2026-03-11T21:39:26.872Z | Checking serde_with v3.17.0 |
| 2161 | 2026-03-11T21:39:26.980Z | Checking siphasher v1.0.2 |
| 2162 | 2026-03-11T21:39:27.021Z | Checking bitflags v1.3.2 |
| 2163 | 2026-03-11T21:39:27.137Z | Checking ed25519-dalek v2.2.0 |
| 2164 | 2026-03-11T21:39:27.179Z | Checking unicode-normalization v0.1.25 |
| 2165 | 2026-03-11T21:39:27.222Z | Checking signal-hook v0.3.18 |
| 2166 | 2026-03-11T21:39:27.225Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2167 | 2026-03-11T21:39:27.303Z | Checking managed v0.8.0 |
| 2168 | 2026-03-11T21:39:27.464Z | Checking winnow v0.5.40 |
| 2169 | 2026-03-11T21:39:27.504Z | Checking rayon-core v1.13.0 |
| 2170 | 2026-03-11T21:39:27.548Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2171 | 2026-03-11T21:39:27.590Z | Checking object v0.37.3 |
| 2172 | 2026-03-11T21:39:27.686Z | Checking foldhash v0.1.5 |
| 2173 | 2026-03-11T21:39:27.747Z | Checking bzip2 v0.4.4 |
| 2174 | 2026-03-11T21:39:27.842Z | Checking signal-hook-mio v0.2.5 |
| 2175 | 2026-03-11T21:39:27.890Z | Checking hashbrown v0.15.5 |
| 2176 | 2026-03-11T21:39:27.956Z | Checking ref-cast v1.0.25 |
| 2177 | 2026-03-11T21:39:27.999Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2178 | 2026-03-11T21:39:28.004Z | Checking zip v0.6.6 |
| 2179 | 2026-03-11T21:39:28.108Z | Checking libbz2-rs-sys v0.2.2 |
| 2180 | 2026-03-11T21:39:28.177Z | Checking zstd-safe v7.2.4 |
| 2181 | 2026-03-11T21:39:28.251Z | Checking bumpalo v3.20.2 |
| 2182 | 2026-03-11T21:39:28.418Z | Checking zstd v0.13.3 |
| 2183 | 2026-03-11T21:39:28.495Z | Checking crossterm v0.28.1 |
| 2184 | 2026-03-11T21:39:28.556Z | Checking zopfli v0.8.3 |
| 2185 | 2026-03-11T21:39:28.597Z | Checking rayon v1.11.0 |
| 2186 | 2026-03-11T21:39:28.653Z | Checking bzip2 v0.6.1 |
| 2187 | 2026-03-11T21:39:28.706Z | Checking similar v2.7.0 |
| 2188 | 2026-03-11T21:39:28.897Z | Checking fs-err v3.3.0 |
| 2189 | 2026-03-11T21:39:28.939Z | Checking hash32 v0.2.1 |
| 2190 | 2026-03-11T21:39:29.017Z | Checking serde-big-array v0.5.1 |
| 2191 | 2026-03-11T21:39:29.092Z | Checking toml_edit v0.19.15 |
| 2192 | 2026-03-11T21:39:29.177Z | Checking predicates-core v1.0.10 |
| 2193 | 2026-03-11T21:39:29.220Z | Checking jiff v0.2.21 |
| 2194 | 2026-03-11T21:39:29.262Z | Checking unicode-properties v0.1.4 |
| 2195 | 2026-03-11T21:39:29.307Z | Checking unicode-bidi v0.3.18 |
| 2196 | 2026-03-11T21:39:29.362Z | Checking heapless v0.7.17 |
| 2197 | 2026-03-11T21:39:29.491Z | Checking hickory-proto v0.25.2 |
| 2198 | 2026-03-11T21:39:29.535Z | Checking tokio-stream v0.1.18 |
| 2199 | 2026-03-11T21:39:29.723Z | Checking stringprep v0.1.5 |
| 2200 | 2026-03-11T21:39:29.941Z | Checking md-5 v0.10.6 |
| 2201 | 2026-03-11T21:39:29.982Z | Checking float-cmp v0.10.0 |
| 2202 | 2026-03-11T21:39:30.100Z | Checking rustc-hash v2.1.1 |
| 2203 | 2026-03-11T21:39:30.150Z | Checking normalize-line-endings v0.3.0 |
| 2204 | 2026-03-11T21:39:30.192Z | Checking fallible-iterator v0.2.0 |
| 2205 | 2026-03-11T21:39:30.271Z | Checking difflib v0.4.0 |
| 2206 | 2026-03-11T21:39:30.313Z | Checking iddqd v0.3.17 |
| 2207 | 2026-03-11T21:39:30.534Z | Checking predicates v3.1.4 |
| 2208 | 2026-03-11T21:39:30.537Z | Checking toml v0.7.8 |
| 2209 | 2026-03-11T21:39:30.618Z | Checking postgres-protocol v0.6.10 |
| 2210 | 2026-03-11T21:39:30.621Z | Checking smoltcp v0.9.1 |
| 2211 | 2026-03-11T21:39:30.958Z | Checking phf_shared v0.11.3 |
| 2212 | 2026-03-11T21:39:31.029Z | Checking phf_shared v0.13.1 |
| 2213 | 2026-03-11T21:39:31.072Z | Checking itertools v0.12.1 |
| 2214 | 2026-03-11T21:39:31.075Z | Checking console v0.16.2 |
| 2215 | 2026-03-11T21:39:31.175Z | Checking buf-list v1.1.2 |
| 2216 | 2026-03-11T21:39:31.333Z | Checking strum v0.27.2 |
| 2217 | 2026-03-11T21:39:31.441Z | Checking fixedbitset v0.5.7 |
| 2218 | 2026-03-11T21:39:31.500Z | Checking precomputed-hash v0.1.1 |
| 2219 | 2026-03-11T21:39:31.504Z | Checking lalrpop-util v0.19.12 |
| 2220 | 2026-03-11T21:39:31.504Z | Checking fixedbitset v0.4.2 |
| 2221 | 2026-03-11T21:39:31.619Z | Checking new_debug_unreachable v1.0.6 |
| 2222 | 2026-03-11T21:39:31.660Z | Checking unit-prefix v0.5.2 |
| 2223 | 2026-03-11T21:39:31.723Z | Checking petgraph v0.8.3 |
| 2224 | 2026-03-11T21:39:31.765Z | Checking petgraph v0.6.5 |
| 2225 | 2026-03-11T21:39:31.768Z | Checking string_cache v0.8.9 |
| 2226 | 2026-03-11T21:39:31.847Z | Checking indicatif v0.18.4 |
| 2227 | 2026-03-11T21:39:31.850Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2228 | 2026-03-11T21:39:32.006Z | Checking phf v0.13.1 |
| 2229 | 2026-03-11T21:39:32.240Z | Checking postgres-types v0.2.12 |
| 2230 | 2026-03-11T21:39:32.330Z | Checking zip v4.6.1 |
| 2231 | 2026-03-11T21:39:32.372Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2232 | 2026-03-11T21:39:32.450Z | Checking zone v0.3.1 |
| 2233 | 2026-03-11T21:39:32.685Z | Checking peg-runtime v0.8.5 |
| 2234 | 2026-03-11T21:39:32.775Z | Checking whoami v2.1.0 |
| 2235 | 2026-03-11T21:39:32.953Z | Checking futures-executor v0.3.32 |
| 2236 | 2026-03-11T21:39:33.043Z | Checking is-terminal v0.4.17 |
| 2237 | 2026-03-11T21:39:33.078Z | Checking tokio-postgres v0.7.16 |
| 2238 | 2026-03-11T21:39:33.120Z | Checking crossbeam-channel v0.5.15 |
| 2239 | 2026-03-11T21:39:33.168Z | Checking futures v0.3.32 |
| 2240 | 2026-03-11T21:39:33.211Z | Checking thread_local v1.1.9 |
| 2241 | 2026-03-11T21:39:33.297Z | Checking take_mut v0.2.2 |
| 2242 | 2026-03-11T21:39:33.415Z | Checking term v1.2.1 |
| 2243 | 2026-03-11T21:39:33.445Z | Checking regress v0.10.5 |
| 2244 | 2026-03-11T21:39:33.489Z | Compiling rustls v0.22.4 |
| 2245 | 2026-03-11T21:39:33.561Z | Compiling newtype-uuid-macros v0.1.0 |
| 2246 | 2026-03-11T21:39:33.604Z | Checking slog-async v2.8.0 |
| 2247 | 2026-03-11T21:39:33.690Z | Checking slog-term v2.9.2 |
| 2248 | 2026-03-11T21:39:33.821Z | Compiling structmeta-derive v0.3.0 |
| 2249 | 2026-03-11T21:39:33.906Z | Compiling multer v3.1.0 |
| 2250 | 2026-03-11T21:39:33.913Z | Compiling async-stream-impl v0.3.6 |
| 2251 | 2026-03-11T21:39:34.068Z | Compiling dropshot v0.16.7 |
| 2252 | 2026-03-11T21:39:34.241Z | Compiling dropshot_endpoint v0.16.7 |
| 2253 | 2026-03-11T21:39:34.452Z | Checking match_cfg v0.1.0 |
| 2254 | 2026-03-11T21:39:34.575Z | Checking hostname v0.3.1 |
| 2255 | 2026-03-11T21:39:34.630Z | Checking slog-json v2.6.1 |
| 2256 | 2026-03-11T21:39:34.731Z | Checking debug-ignore v1.0.5 |
| 2257 | 2026-03-11T21:39:34.775Z | Checking serde_spanned v1.0.4 |
| 2258 | 2026-03-11T21:39:34.778Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2259 | 2026-03-11T21:39:34.858Z | Checking slog-bunyan v2.5.0 |
| 2260 | 2026-03-11T21:39:34.900Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-03-11T21:39:34.971Z | Checking progenitor-client v0.13.0 |
| 2262 | 2026-03-11T21:39:35.052Z | Checking rustls-webpki v0.102.8 |
| 2263 | 2026-03-11T21:39:35.095Z | Checking serde_path_to_error v0.1.20 |
| 2264 | 2026-03-11T21:39:35.146Z | Checking toml v0.9.12+spec-1.1.0 |
| 2265 | 2026-03-11T21:39:35.296Z | Checking async-stream v0.3.6 |
| 2266 | 2026-03-11T21:39:35.337Z | Compiling structmeta v0.3.0 |
| 2267 | 2026-03-11T21:39:35.458Z | Checking waitgroup v0.1.2 |
| 2268 | 2026-03-11T21:39:35.499Z | Checking rustls-pemfile v2.2.0 |
| 2269 | 2026-03-11T21:39:35.504Z | Checking hostname v0.4.2 |
| 2270 | 2026-03-11T21:39:35.626Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2271 | 2026-03-11T21:39:35.672Z | Compiling derive-ex v0.1.8 |
| 2272 | 2026-03-11T21:39:35.712Z | Compiling parse-display-derive v0.10.0 |
| 2273 | 2026-03-11T21:39:35.715Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2274 | 2026-03-11T21:39:35.791Z | Checking itertools v0.14.0 |
| 2275 | 2026-03-11T21:39:35.969Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2276 | 2026-03-11T21:39:36.007Z | Checking macaddr v1.0.1 |
| 2277 | 2026-03-11T21:39:36.175Z | Checking progenitor-client v0.10.0 |
| 2278 | 2026-03-11T21:39:36.270Z | Checking instant v0.1.13 |
| 2279 | 2026-03-11T21:39:36.415Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2280 | 2026-03-11T21:39:36.485Z | Checking backoff v0.4.0 |
| 2281 | 2026-03-11T21:39:36.528Z | Checking backon v1.6.0 |
| 2282 | 2026-03-11T21:39:36.584Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2283 | 2026-03-11T21:39:36.737Z | Checking heck v0.5.0 |
| 2284 | 2026-03-11T21:39:36.780Z | Checking camino-tempfile v1.4.1 |
| 2285 | 2026-03-11T21:39:37.015Z | Checking toml v0.8.23 |
| 2286 | 2026-03-11T21:39:37.243Z | Compiling cfg_aliases v0.2.1 |
| 2287 | 2026-03-11T21:39:37.283Z | Compiling crucible-workspace-hack v0.1.0 |
| 2288 | 2026-03-11T21:39:37.367Z | Compiling memoffset v0.9.1 |
| 2289 | 2026-03-11T21:39:37.489Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2290 | 2026-03-11T21:39:37.599Z | Checking tokio-rustls v0.25.0 |
| 2291 | 2026-03-11T21:39:37.771Z | Checking secrecy v0.10.3 |
| 2292 | 2026-03-11T21:39:37.953Z | Checking glob v0.3.3 |
| 2293 | 2026-03-11T21:39:37.996Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2294 | 2026-03-11T21:39:38.038Z | Compiling test-strategy v0.4.5 |
| 2295 | 2026-03-11T21:39:38.041Z | Checking parse-display v0.10.0 |
| 2296 | 2026-03-11T21:39:38.215Z | Compiling heapless v0.8.0 |
| 2297 | 2026-03-11T21:39:38.257Z | Compiling proc-macro-crate v3.4.0 |
| 2298 | 2026-03-11T21:39:38.306Z | Compiling unsafe-libyaml v0.2.11 |
| 2299 | 2026-03-11T21:39:38.666Z | Compiling ingot-macros v0.1.1 |
| 2300 | 2026-03-11T21:39:39.015Z | Checking tabwriter v1.4.1 |
| 2301 | 2026-03-11T21:39:39.056Z | Checking hash32 v0.3.1 |
| 2302 | 2026-03-11T21:39:39.102Z | Compiling convert_case v0.4.0 |
| 2303 | 2026-03-11T21:39:39.238Z | Compiling serde_yaml v0.9.34+deprecated |
| 2304 | 2026-03-11T21:39:39.278Z | Compiling smoltcp v0.11.0 |
| 2305 | 2026-03-11T21:39:39.419Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2306 | 2026-03-11T21:39:39.646Z | Compiling derive_more v0.99.20 |
| 2307 | 2026-03-11T21:39:39.861Z | Compiling num_enum_derive v0.7.5 |
| 2308 | 2026-03-11T21:39:40.194Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2309 | 2026-03-11T21:39:40.324Z | Checking cobs v0.3.0 |
| 2310 | 2026-03-11T21:39:40.423Z | Compiling foreign-types-macros v0.2.3 |
| 2311 | 2026-03-11T21:39:40.540Z | Checking foreign-types-shared v0.3.1 |
| 2312 | 2026-03-11T21:39:40.689Z | Checking cpufeatures v0.3.0 |
| 2313 | 2026-03-11T21:39:40.732Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2314 | 2026-03-11T21:39:40.816Z | Checking chacha20 v0.10.0 |
| 2315 | 2026-03-11T21:39:41.034Z | Checking postcard v1.1.3 |
| 2316 | 2026-03-11T21:39:41.231Z | Checking foreign-types v0.5.0 |
| 2317 | 2026-03-11T21:39:41.334Z | Checking num_enum v0.7.5 |
| 2318 | 2026-03-11T21:39:41.460Z | Compiling proc-macro-crate v1.3.1 |
| 2319 | 2026-03-11T21:39:41.505Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2320 | 2026-03-11T21:39:41.548Z | Checking sigpipe v0.1.3 |
| 2321 | 2026-03-11T21:39:41.588Z | Checking cstr-argument v0.1.2 |
| 2322 | 2026-03-11T21:39:41.678Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2323 | 2026-03-11T21:39:41.772Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2324 | 2026-03-11T21:39:41.826Z | Checking colored v3.1.1 |
| 2325 | 2026-03-11T21:39:42.038Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2326 | 2026-03-11T21:39:42.120Z | Compiling num_enum_derive v0.5.11 |
| 2327 | 2026-03-11T21:39:42.174Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2328 | 2026-03-11T21:39:42.266Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2329 | 2026-03-11T21:39:42.374Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-03-11T21:39:42.427Z | Checking rand v0.10.0 |
| 2331 | 2026-03-11T21:39:42.468Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2332 | 2026-03-11T21:39:42.528Z | Checking ingot-types v0.1.2 |
| 2333 | 2026-03-11T21:39:42.604Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2334 | 2026-03-11T21:39:42.836Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2335 | 2026-03-11T21:39:42.880Z | Compiling nix v0.30.1 |
| 2336 | 2026-03-11T21:39:43.019Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2337 | 2026-03-11T21:39:43.061Z | Checking ingot v0.1.1 |
| 2338 | 2026-03-11T21:39:43.103Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2339 | 2026-03-11T21:39:43.310Z | Checking smf v0.2.3 |
| 2340 | 2026-03-11T21:39:43.364Z | Compiling num-derive v0.4.2 |
| 2341 | 2026-03-11T21:39:43.513Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2342 | 2026-03-11T21:39:43.616Z | Checking num_enum v0.5.11 |
| 2343 | 2026-03-11T21:39:43.701Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2344 | 2026-03-11T21:39:43.785Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2345 | 2026-03-11T21:39:43.883Z | Checking whoami v1.6.1 |
| 2346 | 2026-03-11T21:39:43.930Z | Compiling typify-impl v0.6.1 |
| 2347 | 2026-03-11T21:39:44.137Z | Checking half v2.7.1 |
| 2348 | 2026-03-11T21:39:44.258Z | Checking ciborium-io v0.2.2 |
| 2349 | 2026-03-11T21:39:44.404Z | Checking indent_write v2.2.0 |
| 2350 | 2026-03-11T21:39:44.524Z | Checking ciborium-ll v0.2.2 |
| 2351 | 2026-03-11T21:39:44.603Z | Checking universal-hash v0.5.1 |
| 2352 | 2026-03-11T21:39:44.704Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2353 | 2026-03-11T21:39:44.778Z | Checking ciborium v0.2.2 |
| 2354 | 2026-03-11T21:39:44.819Z | Checking opaque-debug v0.3.1 |
| 2355 | 2026-03-11T21:39:44.861Z | Checking aead v0.5.2 |
| 2356 | 2026-03-11T21:39:44.939Z | Checking swrite v0.1.0 |
| 2357 | 2026-03-11T21:39:45.024Z | Checking poly1305 v0.8.0 |
| 2358 | 2026-03-11T21:39:45.067Z | Checking chacha20 v0.9.1 |
| 2359 | 2026-03-11T21:39:45.105Z | Checking unicode-width v0.1.14 |
| 2360 | 2026-03-11T21:39:45.340Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2361 | 2026-03-11T21:39:45.396Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2362 | 2026-03-11T21:39:45.399Z | Checking password-hash v0.5.0 |
| 2363 | 2026-03-11T21:39:45.475Z | Checking blake2 v0.10.6 |
| 2364 | 2026-03-11T21:39:45.565Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2365 | 2026-03-11T21:39:45.737Z | Compiling usdt-macro v0.5.0 |
| 2366 | 2026-03-11T21:39:45.779Z | Compiling usdt-attr-macro v0.5.0 |
| 2367 | 2026-03-11T21:39:45.820Z | Checking memmap v0.7.0 |
| 2368 | 2026-03-11T21:39:45.891Z | Checking argon2 v0.5.3 |
| 2369 | 2026-03-11T21:39:46.022Z | Checking chacha20poly1305 v0.10.1 |
| 2370 | 2026-03-11T21:39:46.210Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2371 | 2026-03-11T21:39:46.358Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2372 | 2026-03-11T21:39:46.621Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2373 | 2026-03-11T21:39:46.705Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2374 | 2026-03-11T21:39:46.747Z | Compiling derive-where v1.6.0 |
| 2375 | 2026-03-11T21:39:46.843Z | Checking usdt v0.5.0 |
| 2376 | 2026-03-11T21:39:46.924Z | Checking atomicwrites v0.4.4 |
| 2377 | 2026-03-11T21:39:47.051Z | Checking thiserror-no-std v2.0.2 |
| 2378 | 2026-03-11T21:39:47.093Z | Checking tokio-dtrace v0.1.1 |
| 2379 | 2026-03-11T21:39:47.133Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2380 | 2026-03-11T21:39:47.137Z | Checking console v0.15.11 |
| 2381 | 2026-03-11T21:39:47.211Z | Checking vsss-rs v3.3.4 |
| 2382 | 2026-03-11T21:39:47.346Z | Checking oxide-tokio-rt v0.1.2 |
| 2383 | 2026-03-11T21:39:47.558Z | Checking newline-converter v0.3.0 |
| 2384 | 2026-03-11T21:39:47.597Z | Compiling prettyplease v0.2.37 |
| 2385 | 2026-03-11T21:39:47.722Z | Checking expectorate v1.2.0 |
| 2386 | 2026-03-11T21:39:47.850Z | Checking bytecount v0.6.9 |
| 2387 | 2026-03-11T21:39:47.938Z | Compiling owo-colors v4.3.0 |
| 2388 | 2026-03-11T21:39:47.988Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-03-11T21:39:48.027Z | Checking libsw-core v0.3.2 |
| 2390 | 2026-03-11T21:39:48.241Z | Checking libsw v3.5.0 |
| 2391 | 2026-03-11T21:39:48.462Z | Checking linear-map v1.2.0 |
| 2392 | 2026-03-11T21:39:48.511Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2393 | 2026-03-11T21:39:48.555Z | Checking same-file v1.0.6 |
| 2394 | 2026-03-11T21:39:48.708Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2395 | 2026-03-11T21:39:48.749Z | Checking num-rational v0.4.2 |
| 2396 | 2026-03-11T21:39:48.752Z | Checking walkdir v2.5.0 |
| 2397 | 2026-03-11T21:39:48.752Z | Checking num-complex v0.4.6 |
| 2398 | 2026-03-11T21:39:48.870Z | Checking float-ord v0.3.2 |
| 2399 | 2026-03-11T21:39:48.961Z | Checking gethostname v0.5.0 |
| 2400 | 2026-03-11T21:39:49.110Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2401 | 2026-03-11T21:39:49.167Z | Compiling typify-impl v0.4.3 |
| 2402 | 2026-03-11T21:39:49.252Z | Compiling async-recursion v1.1.1 |
| 2403 | 2026-03-11T21:39:49.355Z | Checking num v0.4.3 |
| 2404 | 2026-03-11T21:39:49.480Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2405 | 2026-03-11T21:39:49.522Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2406 | 2026-03-11T21:39:50.427Z | Compiling typify-macro v0.6.1 |
| 2407 | 2026-03-11T21:39:51.248Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2408 | 2026-03-11T21:39:51.571Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2409 | 2026-03-11T21:39:51.668Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2410 | 2026-03-11T21:39:52.350Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2411 | 2026-03-11T21:39:52.392Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2412 | 2026-03-11T21:39:52.798Z | Compiling typify v0.6.1 |
| 2413 | 2026-03-11T21:39:52.968Z | Compiling progenitor-impl v0.13.0 |
| 2414 | 2026-03-11T21:39:54.188Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2415 | 2026-03-11T21:39:55.035Z | Checking unicode-linebreak v0.1.5 |
| 2416 | 2026-03-11T21:39:55.347Z | Checking smawk v0.3.2 |
| 2417 | 2026-03-11T21:39:55.546Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2418 | 2026-03-11T21:39:55.612Z | Compiling typify-macro v0.4.3 |
| 2419 | 2026-03-11T21:39:55.782Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2420 | 2026-03-11T21:39:55.873Z | Checking globset v0.4.18 |
| 2421 | 2026-03-11T21:39:56.524Z | Compiling convert_case v0.10.0 |
| 2422 | 2026-03-11T21:39:56.714Z | Compiling progenitor-macro v0.13.0 |
| 2423 | 2026-03-11T21:39:57.098Z | Compiling slog-dtrace v0.3.0 |
| 2424 | 2026-03-11T21:39:57.382Z | Checking resolv-conf v0.7.6 |
| 2425 | 2026-03-11T21:39:57.556Z | Compiling derive_more-impl v2.1.1 |
| 2426 | 2026-03-11T21:39:57.953Z | Compiling typify v0.4.3 |
| 2427 | 2026-03-11T21:39:58.125Z | Compiling pin-project-internal v1.1.11 |
| 2428 | 2026-03-11T21:39:58.225Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2429 | 2026-03-11T21:39:58.554Z | Checking pem v3.0.6 |
| 2430 | 2026-03-11T21:39:58.719Z | Checking derive_more v2.1.1 |
| 2431 | 2026-03-11T21:39:58.798Z | Checking fd-lock v4.0.4 |
| 2432 | 2026-03-11T21:39:58.801Z | Checking vte v0.14.1 |
| 2433 | 2026-03-11T21:39:58.877Z | Checking crossterm v0.29.0 |
| 2434 | 2026-03-11T21:39:58.989Z | Checking display-error-chain v0.2.2 |
| 2435 | 2026-03-11T21:39:59.069Z | Checking strip-ansi-escapes v0.2.1 |
| 2436 | 2026-03-11T21:39:59.177Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2437 | 2026-03-11T21:39:59.235Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2438 | 2026-03-11T21:39:59.489Z | Compiling snafu-derive v0.8.9 |
| 2439 | 2026-03-11T21:39:59.677Z | Checking termtree v0.5.1 |
| 2440 | 2026-03-11T21:39:59.753Z | Checking pin-project v1.1.11 |
| 2441 | 2026-03-11T21:39:59.887Z | Checking linked-hash-map v0.5.6 |
| 2442 | 2026-03-11T21:39:59.928Z | Checking nu-ansi-term v0.50.3 |
| 2443 | 2026-03-11T21:40:00.062Z | Compiling progenitor-impl v0.11.2 |
| 2444 | 2026-03-11T21:40:00.140Z | Checking lru-cache v0.1.2 |
| 2445 | 2026-03-11T21:40:00.235Z | Checking reedline v0.40.0 |
| 2446 | 2026-03-11T21:40:00.325Z | Checking textwrap v0.16.2 |
| 2447 | 2026-03-11T21:40:00.630Z | Checking olpc-cjson v0.1.4 |
| 2448 | 2026-03-11T21:40:00.838Z | Checking hickory-proto v0.24.4 |
| 2449 | 2026-03-11T21:40:01.420Z | Checking serde_plain v1.0.2 |
| 2450 | 2026-03-11T21:40:01.646Z | Checking typed-path v0.9.3 |
| 2451 | 2026-03-11T21:40:01.806Z | Compiling minimal-lexical v0.2.1 |
| 2452 | 2026-03-11T21:40:02.165Z | Compiling nom v7.1.3 |
| 2453 | 2026-03-11T21:40:02.206Z | Checking snafu v0.8.9 |
| 2454 | 2026-03-11T21:40:02.777Z | Checking tough v0.20.0 |
| 2455 | 2026-03-11T21:40:03.328Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2456 | 2026-03-11T21:40:03.452Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2457 | 2026-03-11T21:40:03.772Z | Checking progenitor v0.13.0 |
| 2458 | 2026-03-11T21:40:03.816Z | Checking progenitor-client v0.11.2 |
| 2459 | 2026-03-11T21:40:03.855Z | Compiling progenitor-macro v0.11.2 |
| 2460 | 2026-03-11T21:40:03.976Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2461 | 2026-03-11T21:40:04.065Z | Checking nibble_vec v0.1.0 |
| 2462 | 2026-03-11T21:40:04.129Z | Checking endian-type v0.1.2 |
| 2463 | 2026-03-11T21:40:04.169Z | Checking hickory-resolver v0.24.4 |
| 2464 | 2026-03-11T21:40:04.260Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2465 | 2026-03-11T21:40:04.327Z | Checking radix_trie v0.2.1 |
| 2466 | 2026-03-11T21:40:04.635Z | Compiling ar_archive_writer v0.5.1 |
| 2467 | 2026-03-11T21:40:04.769Z | Checking humantime v2.3.0 |
| 2468 | 2026-03-11T21:40:05.044Z | Checking base64 v0.21.7 |
| 2469 | 2026-03-11T21:40:05.086Z | Checking csv-core v0.1.13 |
| 2470 | 2026-03-11T21:40:05.154Z | Checking qorb v0.4.1 |
| 2471 | 2026-03-11T21:40:05.390Z | Checking csv v1.4.0 |
| 2472 | 2026-03-11T21:40:05.622Z | Compiling stacker v0.1.23 |
| 2473 | 2026-03-11T21:40:05.881Z | Compiling psm v0.1.30 |
| 2474 | 2026-03-11T21:40:05.923Z | Checking highway v1.3.0 |
| 2475 | 2026-03-11T21:40:06.137Z | Compiling cfg_aliases v0.1.1 |
| 2476 | 2026-03-11T21:40:06.297Z | Compiling nix v0.28.0 |
| 2477 | 2026-03-11T21:40:06.349Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2478 | 2026-03-11T21:40:06.720Z | Checking papergrid v0.11.0 |
| 2479 | 2026-03-11T21:40:06.816Z | Compiling tabled_derive v0.7.0 |
| 2480 | 2026-03-11T21:40:06.857Z | Checking home v0.5.12 |
| 2481 | 2026-03-11T21:40:07.081Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2482 | 2026-03-11T21:40:07.143Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2483 | 2026-03-11T21:40:07.576Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2484 | 2026-03-11T21:40:07.688Z | Checking phf_shared v0.12.1 |
| 2485 | 2026-03-11T21:40:07.822Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2486 | 2026-03-11T21:40:07.910Z | Compiling semver v0.1.20 |
| 2487 | 2026-03-11T21:40:08.171Z | Checking tabled v0.15.0 |
| 2488 | 2026-03-11T21:40:08.217Z | Compiling chrono-tz v0.10.4 |
| 2489 | 2026-03-11T21:40:08.220Z | Compiling rustc_version v0.1.7 |
| 2490 | 2026-03-11T21:40:08.299Z | Checking phf v0.12.1 |
| 2491 | 2026-03-11T21:40:08.386Z | Checking recursive v0.1.1 |
| 2492 | 2026-03-11T21:40:08.560Z | Compiling const_format_proc_macros v0.2.34 |
| 2493 | 2026-03-11T21:40:08.675Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2494 | 2026-03-11T21:40:08.733Z | Compiling peg-macros v0.8.5 |
| 2495 | 2026-03-11T21:40:09.393Z | Checking winnow v0.6.26 |
| 2496 | 2026-03-11T21:40:09.761Z | Compiling sqlparser_derive v0.5.0 |
| 2497 | 2026-03-11T21:40:09.801Z | Checking unicode_categories v0.1.1 |
| 2498 | 2026-03-11T21:40:09.911Z | Checking const_format v0.2.35 |
| 2499 | 2026-03-11T21:40:10.042Z | Checking rustyline v14.0.0 |
| 2500 | 2026-03-11T21:40:10.616Z | Checking peg v0.8.5 |
| 2501 | 2026-03-11T21:40:10.743Z | Compiling newtype_derive v0.1.6 |
| 2502 | 2026-03-11T21:40:10.787Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2503 | 2026-03-11T21:40:10.828Z | Checking sqlparser v0.61.0 |
| 2504 | 2026-03-11T21:40:10.878Z | Checking progenitor v0.11.2 |
| 2505 | 2026-03-11T21:40:10.976Z | Checking sqlformat v0.3.5 |
| 2506 | 2026-03-11T21:40:11.019Z | Checking bcs v0.1.6 |
| 2507 | 2026-03-11T21:40:11.100Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2508 | 2026-03-11T21:40:11.284Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2509 | 2026-03-11T21:40:11.353Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2510 | 2026-03-11T21:40:11.395Z | Checking steno v0.4.1 |
| 2511 | 2026-03-11T21:40:11.577Z | Checking utf-8 v0.7.6 |
| 2512 | 2026-03-11T21:40:11.665Z | Checking filetime v0.2.27 |
| 2513 | 2026-03-11T21:40:11.709Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2514 | 2026-03-11T21:40:11.778Z | Checking arc-swap v1.8.2 |
| 2515 | 2026-03-11T21:40:11.864Z | Checking xattr v1.6.1 |
| 2516 | 2026-03-11T21:40:12.061Z | Checking tar v0.4.44 |
| 2517 | 2026-03-11T21:40:12.100Z | Checking slog-scope v4.4.1 |
| 2518 | 2026-03-11T21:40:12.298Z | Checking slog-stdlog v4.1.1 |
| 2519 | 2026-03-11T21:40:12.481Z | Checking slog-envlogger v2.2.0 |
| 2520 | 2026-03-11T21:40:12.592Z | Checking tungstenite v0.21.0 |
| 2521 | 2026-03-11T21:40:12.694Z | Checking typeid v1.0.3 |
| 2522 | 2026-03-11T21:40:12.736Z | Compiling progenitor-impl v0.10.0 |
| 2523 | 2026-03-11T21:40:12.849Z | Checking subprocess v0.2.15 |
| 2524 | 2026-03-11T21:40:13.209Z | Checking tokio-tungstenite v0.21.0 |
| 2525 | 2026-03-11T21:40:13.282Z | Checking headers-core v0.3.0 |
| 2526 | 2026-03-11T21:40:13.473Z | Checking headers v0.4.1 |
| 2527 | 2026-03-11T21:40:13.629Z | Compiling lzma-sys v0.1.20 |
| 2528 | 2026-03-11T21:40:14.104Z | Compiling cargo_toml v0.22.3 |
| 2529 | 2026-03-11T21:40:14.163Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2530 | 2026-03-11T21:40:14.440Z | Checking yasna v0.5.2 |
| 2531 | 2026-03-11T21:40:14.504Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2532 | 2026-03-11T21:40:14.763Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2533 | 2026-03-11T21:40:14.981Z | Checking rcgen v0.12.1 |
| 2534 | 2026-03-11T21:40:15.090Z | Checking xz2 v0.1.7 |
| 2535 | 2026-03-11T21:40:15.339Z | Checking ron v0.12.0 |
| 2536 | 2026-03-11T21:40:15.420Z | Checking base16ct v1.0.0 |
| 2537 | 2026-03-11T21:40:15.629Z | Checking dropshot-api-manager-types v0.5.2 |
| 2538 | 2026-03-11T21:40:15.865Z | Checking tagptr v0.2.0 |
| 2539 | 2026-03-11T21:40:16.086Z | Checking moka v0.12.13 |
| 2540 | 2026-03-11T21:40:16.258Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2541 | 2026-03-11T21:40:16.377Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2542 | 2026-03-11T21:40:16.506Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2543 | 2026-03-11T21:40:16.557Z | Compiling libefi-sys v0.1.0 |
| 2544 | 2026-03-11T21:40:16.602Z | Compiling radium v0.7.0 |
| 2545 | 2026-03-11T21:40:16.644Z | Compiling progenitor-macro v0.10.0 |
| 2546 | 2026-03-11T21:40:16.885Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2547 | 2026-03-11T21:40:16.939Z | Compiling bitfield-struct v0.6.2 |
| 2548 | 2026-03-11T21:40:17.022Z | Checking hickory-resolver v0.25.2 |
| 2549 | 2026-03-11T21:40:17.099Z | Compiling maybe-uninit v2.0.0 |
| 2550 | 2026-03-11T21:40:17.152Z | Checking tap v1.0.1 |
| 2551 | 2026-03-11T21:40:17.324Z | Checking wyz v0.5.1 |
| 2552 | 2026-03-11T21:40:17.821Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2553 | 2026-03-11T21:40:17.886Z | Compiling zerocopy-derive v0.6.6 |
| 2554 | 2026-03-11T21:40:17.926Z | Checking crc-catalog v2.4.0 |
| 2555 | 2026-03-11T21:40:17.977Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2556 | 2026-03-11T21:40:18.062Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2557 | 2026-03-11T21:40:18.101Z | Compiling packed_struct v0.10.1 |
| 2558 | 2026-03-11T21:40:18.192Z | Checking funty v2.0.0 |
| 2559 | 2026-03-11T21:40:18.475Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2560 | 2026-03-11T21:40:18.685Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2561 | 2026-03-11T21:40:18.724Z | Checking bitvec v1.0.1 |
| 2562 | 2026-03-11T21:40:18.764Z | Checking crc v3.4.0 |
| 2563 | 2026-03-11T21:40:19.024Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2564 | 2026-03-11T21:40:19.136Z | Checking zerocopy v0.6.6 |
| 2565 | 2026-03-11T21:40:19.189Z | Compiling packed_struct_codegen v0.10.1 |
| 2566 | 2026-03-11T21:40:19.249Z | Compiling bitfield-macros v0.19.4 |
| 2567 | 2026-03-11T21:40:19.393Z | Compiling indexmap v1.9.3 |
| 2568 | 2026-03-11T21:40:19.596Z | Checking nodrop v0.1.14 |
| 2569 | 2026-03-11T21:40:19.747Z | Checking array-init v0.0.4 |
| 2570 | 2026-03-11T21:40:19.750Z | Checking smallvec v0.6.14 |
| 2571 | 2026-03-11T21:40:20.079Z | Checking hashbrown v0.12.3 |
| 2572 | 2026-03-11T21:40:20.235Z | Checking bitfield v0.19.4 |
| 2573 | 2026-03-11T21:40:20.281Z | Checking serde-hex v0.1.0 |
| 2574 | 2026-03-11T21:40:20.601Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2575 | 2026-03-11T21:40:20.655Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2576 | 2026-03-11T21:40:20.829Z | Checking ron v0.8.1 |
| 2577 | 2026-03-11T21:40:21.199Z | Checking hashbrown v0.13.2 |
| 2578 | 2026-03-11T21:40:21.569Z | Checking crc-any v2.5.0 |
| 2579 | 2026-03-11T21:40:21.821Z | Checking object v0.30.4 |
| 2580 | 2026-03-11T21:40:21.862Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2581 | 2026-03-11T21:40:21.865Z | Checking path-slash v0.1.5 |
| 2582 | 2026-03-11T21:40:22.065Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2583 | 2026-03-11T21:40:22.106Z | Compiling xshell-macros v0.2.7 |
| 2584 | 2026-03-11T21:40:22.301Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2585 | 2026-03-11T21:40:22.410Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2586 | 2026-03-11T21:40:22.650Z | Checking xshell v0.2.7 |
| 2587 | 2026-03-11T21:40:22.902Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2588 | 2026-03-11T21:40:22.943Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2589 | 2026-03-11T21:40:23.775Z | Checking progenitor v0.10.0 |
| 2590 | 2026-03-11T21:40:23.815Z | Checking half v1.8.3 |
| 2591 | 2026-03-11T21:40:23.968Z | Compiling num-derive v0.3.3 |
| 2592 | 2026-03-11T21:40:24.008Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2593 | 2026-03-11T21:40:24.118Z | Checking serde_cbor v0.11.2 |
| 2594 | 2026-03-11T21:40:24.259Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2595 | 2026-03-11T21:40:24.675Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2596 | 2026-03-11T21:40:24.989Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2597 | 2026-03-11T21:40:25.193Z | Checking libscf-sys v1.1.0 |
| 2598 | 2026-03-11T21:40:25.236Z | Compiling proc-macro-error2 v2.0.1 |
| 2599 | 2026-03-11T21:40:25.295Z | Compiling nix v0.31.1 |
| 2600 | 2026-03-11T21:40:25.419Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2601 | 2026-03-11T21:40:25.656Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2602 | 2026-03-11T21:40:25.696Z | Compiling tabled_derive v0.11.0 |
| 2603 | 2026-03-11T21:40:25.959Z | Checking papergrid v0.17.0 |
| 2604 | 2026-03-11T21:40:26.124Z | Checking testing_table v0.3.0 |
| 2605 | 2026-03-11T21:40:26.646Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2606 | 2026-03-11T21:40:27.072Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2607 | 2026-03-11T21:40:27.111Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2608 | 2026-03-11T21:40:27.336Z | Checking tabled v0.20.0 |
| 2609 | 2026-03-11T21:40:27.417Z | Checking maplit v1.0.2 |
| 2610 | 2026-03-11T21:40:27.654Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2611 | 2026-03-11T21:40:27.753Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2612 | 2026-03-11T21:40:28.045Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2613 | 2026-03-11T21:40:28.112Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2614 | 2026-03-11T21:40:28.232Z | Checking crc8 v0.1.1 |
| 2615 | 2026-03-11T21:40:28.315Z | Checking fxhash v0.2.1 |
| 2616 | 2026-03-11T21:40:28.386Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2617 | 2026-03-11T21:40:28.500Z | Checking unicase v2.9.0 |
| 2618 | 2026-03-11T21:40:28.540Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2619 | 2026-03-11T21:40:28.740Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2620 | 2026-03-11T21:40:29.082Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2621 | 2026-03-11T21:40:29.325Z | Checking kstat-rs v0.2.4 |
| 2622 | 2026-03-11T21:40:29.369Z | Compiling parking_lot_core v0.8.6 |
| 2623 | 2026-03-11T21:40:29.607Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2624 | 2026-03-11T21:40:29.694Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2625 | 2026-03-11T21:40:29.842Z | Compiling git-stub v1.0.0 |
| 2626 | 2026-03-11T21:40:30.002Z | Compiling dsl_auto_type v0.1.3 |
| 2627 | 2026-03-11T21:40:30.041Z | Checking scheduled-thread-pool v0.2.7 |
| 2628 | 2026-03-11T21:40:30.198Z | Compiling vergen-gitcl v1.0.8 |
| 2629 | 2026-03-11T21:40:30.252Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2630 | 2026-03-11T21:40:30.413Z | Checking r2d2 v0.8.10 |
| 2631 | 2026-03-11T21:40:30.545Z | Compiling git-stub-vcs v0.1.0 |
| 2632 | 2026-03-11T21:40:30.666Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2633 | 2026-03-11T21:40:30.705Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2634 | 2026-03-11T21:40:30.762Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2635 | 2026-03-11T21:40:30.858Z | Checking parking_lot v0.11.2 |
| 2636 | 2026-03-11T21:40:30.899Z | Compiling diesel_derives v2.2.7 |
| 2637 | 2026-03-11T21:40:31.019Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2638 | 2026-03-11T21:40:31.060Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2639 | 2026-03-11T21:40:31.141Z | Checking prefix-trie v0.7.0 |
| 2640 | 2026-03-11T21:40:31.181Z | Checking nanorand v0.7.0 |
| 2641 | 2026-03-11T21:40:31.466Z | Compiling dirs-sys-next v0.1.2 |
| 2642 | 2026-03-11T21:40:31.605Z | Compiling crunchy v0.2.4 |
| 2643 | 2026-03-11T21:40:31.646Z | Checking hickory-server v0.25.2 |
| 2644 | 2026-03-11T21:40:31.751Z | Compiling dirs-next v2.0.0 |
| 2645 | 2026-03-11T21:40:31.866Z | Checking flume v0.11.1 |
| 2646 | 2026-03-11T21:40:31.914Z | Checking sled v0.34.7 |
| 2647 | 2026-03-11T21:40:31.954Z | Compiling clang-sys v1.8.1 |
| 2648 | 2026-03-11T21:40:32.050Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2649 | 2026-03-11T21:40:32.219Z | Checking hickory-client v0.25.2 |
| 2650 | 2026-03-11T21:40:32.343Z | Compiling tiny-keccak v2.0.2 |
| 2651 | 2026-03-11T21:40:32.616Z | Compiling term v0.7.0 |
| 2652 | 2026-03-11T21:40:32.709Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2653 | 2026-03-11T21:40:32.712Z | Compiling salty v0.3.0 |
| 2654 | 2026-03-11T21:40:32.946Z | Compiling bit-vec v0.6.3 |
| 2655 | 2026-03-11T21:40:33.144Z | Compiling ascii-canvas v3.0.0 |
| 2656 | 2026-03-11T21:40:33.197Z | Compiling bit-set v0.5.3 |
| 2657 | 2026-03-11T21:40:33.303Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-03-11T21:40:33.410Z | Checking primeorder v0.13.6 |
| 2659 | 2026-03-11T21:40:33.449Z | Compiling itertools v0.10.5 |
| 2660 | 2026-03-11T21:40:33.496Z | Compiling ena v0.14.4 |
| 2661 | 2026-03-11T21:40:33.784Z | Compiling libloading v0.8.9 |
| 2662 | 2026-03-11T21:40:33.824Z | Compiling bindgen v0.71.1 |
| 2663 | 2026-03-11T21:40:33.863Z | Compiling diff v0.1.13 |
| 2664 | 2026-03-11T21:40:34.034Z | Compiling regex-syntax v0.6.29 |
| 2665 | 2026-03-11T21:40:34.564Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2666 | 2026-03-11T21:40:34.680Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2667 | 2026-03-11T21:40:34.731Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2668 | 2026-03-11T21:40:34.991Z | Compiling cexpr v0.6.0 |
| 2669 | 2026-03-11T21:40:35.187Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-03-11T21:40:35.547Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2671 | 2026-03-11T21:40:35.586Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2672 | 2026-03-11T21:40:35.883Z | Compiling libxml v0.3.3 |
| 2673 | 2026-03-11T21:40:35.926Z | Compiling lalrpop v0.19.12 |
| 2674 | 2026-03-11T21:40:36.220Z | Compiling fs-err v2.11.0 |
| 2675 | 2026-03-11T21:40:36.652Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2676 | 2026-03-11T21:40:36.709Z | Checking p384 v0.13.1 |
| 2677 | 2026-03-11T21:40:37.035Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2678 | 2026-03-11T21:40:37.038Z | Checking diesel v2.2.12 |
| 2679 | 2026-03-11T21:40:37.214Z | Compiling strum_macros v0.24.3 |
| 2680 | 2026-03-11T21:40:37.293Z | Compiling indoc v1.0.9 |
| 2681 | 2026-03-11T21:40:39.056Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2682 | 2026-03-11T21:40:39.132Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2683 | 2026-03-11T21:40:39.537Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2684 | 2026-03-11T21:40:39.815Z | Checking quick-xml v0.37.5 |
| 2685 | 2026-03-11T21:40:39.853Z | Checking derive_builder v0.20.2 |
| 2686 | 2026-03-11T21:40:40.029Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-03-11T21:40:40.355Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2688 | 2026-03-11T21:40:40.396Z | Compiling trait-variant v0.1.2 |
| 2689 | 2026-03-11T21:40:40.726Z | Checking parse-size v1.1.0 |
| 2690 | 2026-03-11T21:40:40.913Z | Checking openssl-probe v0.1.6 |
| 2691 | 2026-03-11T21:40:41.043Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2692 | 2026-03-11T21:40:41.090Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b) |
| 2693 | 2026-03-11T21:40:41.145Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2694 | 2026-03-11T21:40:42.159Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2695 | 2026-03-11T21:40:42.274Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2696 | 2026-03-11T21:40:42.371Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2697 | 2026-03-11T21:40:42.583Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2698 | 2026-03-11T21:40:42.946Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2699 | 2026-03-11T21:40:43.646Z | Checking assert_matches v1.5.0 |
| 2700 | 2026-03-11T21:40:43.776Z | Compiling mime_guess v2.0.5 |
| 2701 | 2026-03-11T21:40:44.555Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2702 | 2026-03-11T21:40:44.905Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2703 | 2026-03-11T21:40:44.968Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2704 | 2026-03-11T21:40:45.026Z | Checking predicates-tree v1.0.13 |
| 2705 | 2026-03-11T21:40:45.202Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2706 | 2026-03-11T21:40:45.499Z | Checking http-range v0.1.5 |
| 2707 | 2026-03-11T21:40:45.680Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2708 | 2026-03-11T21:40:45.719Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2709 | 2026-03-11T21:40:45.876Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2710 | 2026-03-11T21:40:46.690Z | Checking atty v0.2.14 |
| 2711 | 2026-03-11T21:40:46.739Z | Compiling diesel-dtrace v0.4.2 |
| 2712 | 2026-03-11T21:40:47.308Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2713 | 2026-03-11T21:40:47.382Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2714 | 2026-03-11T21:40:47.827Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2715 | 2026-03-11T21:40:48.114Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2716 | 2026-03-11T21:40:48.153Z | Checking bb8 v0.8.6 |
| 2717 | 2026-03-11T21:40:48.540Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2718 | 2026-03-11T21:40:48.837Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2719 | 2026-03-11T21:40:48.979Z | Checking corncobs v0.1.4 |
| 2720 | 2026-03-11T21:40:49.193Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2721 | 2026-03-11T21:40:49.407Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2722 | 2026-03-11T21:40:49.558Z | Checking hyper-staticfile v0.10.1 |
| 2723 | 2026-03-11T21:40:49.895Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2724 | 2026-03-11T21:40:49.937Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2725 | 2026-03-11T21:40:49.977Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2726 | 2026-03-11T21:40:49.980Z | Checking ignore v0.4.25 |
| 2727 | 2026-03-11T21:40:50.120Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2728 | 2026-03-11T21:40:50.272Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2729 | 2026-03-11T21:40:50.312Z | Checking signal-hook-tokio v0.3.1 |
| 2730 | 2026-03-11T21:40:50.500Z | Checking secrecy v0.8.0 |
| 2731 | 2026-03-11T21:40:50.596Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2732 | 2026-03-11T21:40:50.950Z | Checking globwalk v0.9.1 |
| 2733 | 2026-03-11T21:40:51.079Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2734 | 2026-03-11T21:40:51.224Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2735 | 2026-03-11T21:40:51.474Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2736 | 2026-03-11T21:40:51.730Z | Checking nonempty v0.12.0 |
| 2737 | 2026-03-11T21:40:51.839Z | Checking camino-tempfile-ext v0.3.3 |
| 2738 | 2026-03-11T21:40:52.338Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-03-11T21:40:52.338Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2740 | 2026-03-11T21:40:52.338Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2741 | 2026-03-11T21:40:52.506Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2742 | 2026-03-11T21:40:52.994Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=19c5faa556ebab465ac6cf42a133125c41b9e2c5#19c5faa5) |
| 2743 | 2026-03-11T21:40:53.524Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2744 | 2026-03-11T21:40:53.823Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2745 | 2026-03-11T21:40:53.893Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2746 | 2026-03-11T21:40:54.227Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2747 | 2026-03-11T21:40:54.367Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2748 | 2026-03-11T21:40:54.717Z | Checking async-bb8-diesel v0.2.1 |
| 2749 | 2026-03-11T21:40:54.908Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2750 | 2026-03-11T21:40:55.196Z | Checking tungstenite v0.23.0 |
| 2751 | 2026-03-11T21:40:55.492Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2752 | 2026-03-11T21:40:55.533Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2753 | 2026-03-11T21:40:55.587Z | Checking void v1.0.2 |
| 2754 | 2026-03-11T21:40:55.759Z | Checking lzss v0.8.2 |
| 2755 | 2026-03-11T21:40:55.800Z | Checking tokio-tungstenite v0.23.1 |
| 2756 | 2026-03-11T21:40:56.001Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2757 | 2026-03-11T21:40:56.042Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2758 | 2026-03-11T21:40:56.178Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2759 | 2026-03-11T21:40:56.277Z | Checking nix v0.27.1 |
| 2760 | 2026-03-11T21:40:56.914Z | Checking serde_bytes v0.11.19 |
| 2761 | 2026-03-11T21:40:57.032Z | Checking rand_seeder v0.4.0 |
| 2762 | 2026-03-11T21:40:57.222Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2763 | 2026-03-11T21:40:57.288Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2764 | 2026-03-11T21:40:57.783Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2765 | 2026-03-11T21:40:57.823Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-03-11T21:40:58.038Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2767 | 2026-03-11T21:40:58.823Z | Checking is_ci v1.2.0 |
| 2768 | 2026-03-11T21:40:58.993Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2769 | 2026-03-11T21:40:59.032Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2770 | 2026-03-11T21:40:59.230Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2771 | 2026-03-11T21:40:59.543Z | Checking yansi v1.0.1 |
| 2772 | 2026-03-11T21:40:59.583Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2773 | 2026-03-11T21:40:59.900Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2774 | 2026-03-11T21:40:59.939Z | Checking pretty_assertions v1.4.1 |
| 2775 | 2026-03-11T21:41:00.154Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2776 | 2026-03-11T21:41:00.257Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2777 | 2026-03-11T21:41:00.576Z | Compiling darling_core v0.23.0 |
| 2778 | 2026-03-11T21:41:01.756Z | Compiling indoc v2.0.7 |
| 2779 | 2026-03-11T21:41:01.938Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2780 | 2026-03-11T21:41:02.115Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2781 | 2026-03-11T21:41:02.394Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2782 | 2026-03-11T21:41:02.433Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-03-11T21:41:02.740Z | Compiling instability v0.3.11 |
| 2784 | 2026-03-11T21:41:02.960Z | Compiling libz-sys v1.1.24 |
| 2785 | 2026-03-11T21:41:03.096Z | Checking castaway v0.2.4 |
| 2786 | 2026-03-11T21:41:03.278Z | Checking compact_str v0.8.1 |
| 2787 | 2026-03-11T21:41:03.486Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-03-11T21:41:03.705Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2789 | 2026-03-11T21:41:03.867Z | Checking supports-color v3.0.2 |
| 2790 | 2026-03-11T21:41:04.073Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2791 | 2026-03-11T21:41:04.275Z | Compiling darling_macro v0.23.0 |
| 2792 | 2026-03-11T21:41:04.373Z | Checking unicode-truncate v1.1.0 |
| 2793 | 2026-03-11T21:41:04.522Z | Checking lru v0.12.5 |
| 2794 | 2026-03-11T21:41:04.590Z | Checking cassowary v0.3.0 |
| 2795 | 2026-03-11T21:41:04.858Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2796 | 2026-03-11T21:41:04.962Z | Compiling darling v0.23.0 |
| 2797 | 2026-03-11T21:41:05.075Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2798 | 2026-03-11T21:41:05.890Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2799 | 2026-03-11T21:41:06.127Z | Checking ratatui v0.29.0 |
| 2800 | 2026-03-11T21:41:06.665Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2801 | 2026-03-11T21:41:06.969Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2802 | 2026-03-11T21:41:07.387Z | Compiling vergen-git2 v1.0.7 |
| 2803 | 2026-03-11T21:41:07.747Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2804 | 2026-03-11T21:41:07.845Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2805 | 2026-03-11T21:41:07.959Z | Checking colored v2.2.0 |
| 2806 | 2026-03-11T21:41:08.045Z | Compiling rustls v0.21.12 |
| 2807 | 2026-03-11T21:41:08.146Z | Checking plotters-backend v0.3.7 |
| 2808 | 2026-03-11T21:41:08.263Z | Checking shell-words v1.1.1 |
| 2809 | 2026-03-11T21:41:08.439Z | Checking plotters-svg v0.3.7 |
| 2810 | 2026-03-11T21:41:08.479Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2811 | 2026-03-11T21:41:08.585Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2812 | 2026-03-11T21:41:08.666Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2813 | 2026-03-11T21:41:08.900Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2814 | 2026-03-11T21:41:08.973Z | Compiling nix v0.29.0 |
| 2815 | 2026-03-11T21:41:09.492Z | Checking sct v0.7.1 |
| 2816 | 2026-03-11T21:41:09.559Z | Checking rustls-webpki v0.101.7 |
| 2817 | 2026-03-11T21:41:09.701Z | Checking hex-literal v0.4.1 |
| 2818 | 2026-03-11T21:41:09.832Z | Checking cast v0.3.0 |
| 2819 | 2026-03-11T21:41:09.870Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2820 | 2026-03-11T21:41:10.086Z | Checking criterion-plot v0.6.0 |
| 2821 | 2026-03-11T21:41:10.605Z | Checking plotters v0.3.7 |
| 2822 | 2026-03-11T21:41:11.648Z | Checking erased-serde v0.4.9 |
| 2823 | 2026-03-11T21:41:11.835Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2824 | 2026-03-11T21:41:12.204Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2825 | 2026-03-11T21:41:12.919Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2826 | 2026-03-11T21:41:13.201Z | Checking progenitor-extras v0.1.0 |
| 2827 | 2026-03-11T21:41:13.512Z | Checking tinytemplate v1.2.1 |
| 2828 | 2026-03-11T21:41:13.838Z | Checking ordered-float v2.10.1 |
| 2829 | 2026-03-11T21:41:14.204Z | Checking anes v0.1.6 |
| 2830 | 2026-03-11T21:41:14.477Z | Checking oorandom v11.1.5 |
| 2831 | 2026-03-11T21:41:14.661Z | Checking criterion v0.7.0 |
| 2832 | 2026-03-11T21:41:16.329Z | Checking serde-value v0.7.0 |
| 2833 | 2026-03-11T21:41:16.439Z | Checking serde-untagged v0.1.9 |
| 2834 | 2026-03-11T21:41:16.640Z | Checking tokio-rustls v0.24.1 |
| 2835 | 2026-03-11T21:41:16.927Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2836 | 2026-03-11T21:41:17.063Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2837 | 2026-03-11T21:41:17.360Z | Checking rustls-pemfile v1.0.4 |
| 2838 | 2026-03-11T21:41:17.572Z | Checking twox-hash v2.1.2 |
| 2839 | 2026-03-11T21:41:17.987Z | Checking unicode-xid v0.2.6 |
| 2840 | 2026-03-11T21:41:18.085Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2841 | 2026-03-11T21:41:18.128Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2842 | 2026-03-11T21:41:18.167Z | Checking cargo-util-schemas v0.8.2 |
| 2843 | 2026-03-11T21:41:18.342Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2844 | 2026-03-11T21:41:19.444Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2845 | 2026-03-11T21:41:19.673Z | Checking fatfs v0.3.6 |
| 2846 | 2026-03-11T21:41:20.080Z | Checking cargo-platform v0.2.0 |
| 2847 | 2026-03-11T21:41:20.328Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2848 | 2026-03-11T21:41:20.366Z | Compiling petname v2.0.2 |
| 2849 | 2026-03-11T21:41:21.065Z | Compiling seq-macro v0.3.6 |
| 2850 | 2026-03-11T21:41:21.996Z | Checking cargo_metadata v0.21.0 |
| 2851 | 2026-03-11T21:41:22.262Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2852 | 2026-03-11T21:41:23.077Z | Checking concurrent-queue v2.5.0 |
| 2853 | 2026-03-11T21:41:23.354Z | Checking rtoolbox v0.0.3 |
| 2854 | 2026-03-11T21:41:23.559Z | Checking parking v2.2.1 |
| 2855 | 2026-03-11T21:41:23.756Z | Checking futures-timer v3.0.3 |
| 2856 | 2026-03-11T21:41:23.797Z | Checking event-listener v5.4.1 |
| 2857 | 2026-03-11T21:41:24.026Z | Checking rpassword v7.4.0 |
| 2858 | 2026-03-11T21:41:24.201Z | Checking tui-tree-widget v0.23.1 |
| 2859 | 2026-03-11T21:41:24.477Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2860 | 2026-03-11T21:41:24.517Z | Checking polyval v0.6.2 |
| 2861 | 2026-03-11T21:41:24.685Z | Checking sapling-renderdag v0.1.0 |
| 2862 | 2026-03-11T21:41:24.726Z | Checking sync-ptr v0.1.4 |
| 2863 | 2026-03-11T21:41:24.764Z | Checking ghash v0.5.1 |
| 2864 | 2026-03-11T21:41:24.908Z | Checking event-listener-strategy v0.5.4 |
| 2865 | 2026-03-11T21:41:24.947Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2866 | 2026-03-11T21:41:25.042Z | Checking ctr v0.9.2 |
| 2867 | 2026-03-11T21:41:25.115Z | Checking arrayref v0.3.9 |
| 2868 | 2026-03-11T21:41:25.242Z | Checking constant_time_eq v0.4.2 |
| 2869 | 2026-03-11T21:41:25.280Z | Checking arrayvec v0.7.6 |
| 2870 | 2026-03-11T21:41:25.319Z | Checking aes-gcm v0.10.3 |
| 2871 | 2026-03-11T21:41:25.501Z | Checking async-lock v3.4.2 |
| 2872 | 2026-03-11T21:41:25.544Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2873 | 2026-03-11T21:41:25.581Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2874 | 2026-03-11T21:41:26.065Z | Checking ssh-encoding v0.2.0 |
| 2875 | 2026-03-11T21:41:26.347Z | Checking blowfish v0.9.1 |
| 2876 | 2026-03-11T21:41:26.581Z | Checking bcrypt-pbkdf v0.10.0 |
| 2877 | 2026-03-11T21:41:26.818Z | Checking ssh-cipher v0.2.0 |
| 2878 | 2026-03-11T21:41:26.857Z | Checking async-object-pool v0.2.0 |
| 2879 | 2026-03-11T21:41:27.034Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2880 | 2026-03-11T21:41:27.075Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2881 | 2026-03-11T21:41:27.483Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2882 | 2026-03-11T21:41:27.886Z | Checking serde_regex v1.1.0 |
| 2883 | 2026-03-11T21:41:28.123Z | Checking password-hash v0.4.2 |
| 2884 | 2026-03-11T21:41:28.376Z | Checking assert-json-diff v2.0.2 |
| 2885 | 2026-03-11T21:41:28.452Z | Checking path-tree v0.8.3 |
| 2886 | 2026-03-11T21:41:28.635Z | Checking stringmetrics v2.2.2 |
| 2887 | 2026-03-11T21:41:28.734Z | Checking gimli v0.32.3 |
| 2888 | 2026-03-11T21:41:28.861Z | Compiling target-lexicon v0.13.3 |
| 2889 | 2026-03-11T21:41:29.263Z | Checking httpmock v0.8.3 |
| 2890 | 2026-03-11T21:41:29.479Z | Compiling samael v0.0.19 |
| 2891 | 2026-03-11T21:41:29.638Z | Checking pbkdf2 v0.11.0 |
| 2892 | 2026-03-11T21:41:29.887Z | Checking ssh-key v0.6.7 |
| 2893 | 2026-03-11T21:41:30.932Z | Checking addr2line v0.25.1 |
| 2894 | 2026-03-11T21:41:31.316Z | Checking p521 v0.13.3 |
| 2895 | 2026-03-11T21:41:32.126Z | Checking p256 v0.13.2 |
| 2896 | 2026-03-11T21:41:32.222Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2897 | 2026-03-11T21:41:32.488Z | Checking russh-cryptovec v0.7.3 |
| 2898 | 2026-03-11T21:41:32.527Z | Checking rustc-demangle v0.1.27 |
| 2899 | 2026-03-11T21:41:32.695Z | Compiling guppy-workspace-hack v0.1.0 |
| 2900 | 2026-03-11T21:41:32.863Z | Checking md5 v0.7.0 |
| 2901 | 2026-03-11T21:41:33.032Z | Checking backtrace v0.3.76 |
| 2902 | 2026-03-11T21:41:33.111Z | Checking russh-keys v0.45.0 |
| 2903 | 2026-03-11T21:41:33.449Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2904 | 2026-03-11T21:41:33.759Z | Checking num-bigint v0.4.6 |
| 2905 | 2026-03-11T21:41:34.058Z | Checking des v0.8.1 |
| 2906 | 2026-03-11T21:41:34.490Z | Compiling blake3 v1.8.3 |
| 2907 | 2026-03-11T21:41:35.005Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2908 | 2026-03-11T21:41:35.160Z | Compiling target-spec v3.5.7 |
| 2909 | 2026-03-11T21:41:35.441Z | Checking russh v0.45.0 |
| 2910 | 2026-03-11T21:41:35.605Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2911 | 2026-03-11T21:41:35.846Z | Checking cfg-expr v0.20.6 |
| 2912 | 2026-03-11T21:41:36.186Z | Checking backtrace-ext v0.2.1 |
| 2913 | 2026-03-11T21:41:36.402Z | Checking supports-color v2.1.0 |
| 2914 | 2026-03-11T21:41:36.465Z | Checking textwrap v0.15.2 |
| 2915 | 2026-03-11T21:41:36.504Z | Checking supports-hyperlinks v2.1.0 |
| 2916 | 2026-03-11T21:41:36.600Z | Checking supports-unicode v2.1.0 |
| 2917 | 2026-03-11T21:41:36.681Z | Checking hashbrown v0.14.5 |
| 2918 | 2026-03-11T21:41:36.762Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2919 | 2026-03-11T21:41:36.800Z | Checking cargo-platform v0.3.2 |
| 2920 | 2026-03-11T21:41:37.054Z | Checking terminal_size v0.1.17 |
| 2921 | 2026-03-11T21:41:37.091Z | Checking socket2 v0.5.10 |
| 2922 | 2026-03-11T21:41:37.218Z | Compiling miette-derive v5.10.0 |
| 2923 | 2026-03-11T21:41:37.356Z | Checking internet-checksum v0.2.1 |
| 2924 | 2026-03-11T21:41:37.449Z | Checking owo-colors v3.5.0 |
| 2925 | 2026-03-11T21:41:37.542Z | Checking chumsky v0.9.3 |
| 2926 | 2026-03-11T21:41:37.984Z | Checking cargo_metadata v0.23.1 |
| 2927 | 2026-03-11T21:41:38.790Z | Checking miette v5.10.0 |
| 2928 | 2026-03-11T21:41:39.086Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2929 | 2026-03-11T21:41:39.089Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2930 | 2026-03-11T21:41:39.363Z | Compiling git2 v0.20.4 |
| 2931 | 2026-03-11T21:41:39.401Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2932 | 2026-03-11T21:41:39.481Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2933 | 2026-03-11T21:41:39.826Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2934 | 2026-03-11T21:41:39.866Z | Checking httptest v0.16.4 |
| 2935 | 2026-03-11T21:41:40.185Z | Checking pathdiff v0.2.3 |
| 2936 | 2026-03-11T21:41:40.236Z | Compiling knuffel-derive v3.2.0 |
| 2937 | 2026-03-11T21:41:40.358Z | Checking topological-sort v0.2.2 |
| 2938 | 2026-03-11T21:41:40.397Z | Checking nested v0.1.1 |
| 2939 | 2026-03-11T21:41:40.570Z | Checking omicron-zone-package v0.12.2 |
| 2940 | 2026-03-11T21:41:40.608Z | Checking guppy v0.17.25 |
| 2941 | 2026-03-11T21:41:40.980Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2942 | 2026-03-11T21:41:41.279Z | Checking similar-asserts v1.7.0 |
| 2943 | 2026-03-11T21:41:41.515Z | Compiling rstest_macros v0.25.0 |
| 2944 | 2026-03-11T21:41:41.792Z | Compiling target-triple v1.0.0 |
| 2945 | 2026-03-11T21:41:41.915Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2946 | 2026-03-11T21:41:42.089Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2947 | 2026-03-11T21:41:42.129Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2948 | 2026-03-11T21:41:42.274Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2949 | 2026-03-11T21:41:42.333Z | Checking knuffel v3.2.0 |
| 2950 | 2026-03-11T21:41:42.854Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2951 | 2026-03-11T21:41:43.403Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2952 | 2026-03-11T21:41:43.755Z | Compiling assert_cmd v2.1.2 |
| 2953 | 2026-03-11T21:41:43.957Z | Compiling relative-path v1.9.3 |
| 2954 | 2026-03-11T21:41:44.125Z | Checking escape8259 v0.5.3 |
| 2955 | 2026-03-11T21:41:44.202Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2956 | 2026-03-11T21:41:44.331Z | Checking libtest-mimic v0.8.1 |
| 2957 | 2026-03-11T21:41:44.628Z | Checking toml v1.0.3+spec-1.1.0 |
| 2958 | 2026-03-11T21:41:44.879Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2959 | 2026-03-11T21:41:45.065Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2960 | 2026-03-11T21:41:45.508Z | Checking blake2b_simd v1.0.4 |
| 2961 | 2026-03-11T21:41:46.008Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2962 | 2026-03-11T21:41:46.099Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2963 | 2026-03-11T21:41:46.566Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2964 | 2026-03-11T21:41:46.626Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2965 | 2026-03-11T21:41:46.938Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2966 | 2026-03-11T21:41:47.255Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2967 | 2026-03-11T21:41:47.539Z | Checking fancy-regex v0.14.0 |
| 2968 | 2026-03-11T21:41:47.828Z | Checking serde_tokenstream v0.2.3 |
| 2969 | 2026-03-11T21:41:48.108Z | Checking uzers v0.12.2 |
| 2970 | 2026-03-11T21:41:48.157Z | Checking termcolor v1.4.1 |
| 2971 | 2026-03-11T21:41:48.463Z | Compiling linkme-impl v0.3.35 |
| 2972 | 2026-03-11T21:41:48.501Z | Checking constant_time_eq v0.3.1 |
| 2973 | 2026-03-11T21:41:48.739Z | Checking rust-argon2 v2.1.0 |
| 2974 | 2026-03-11T21:41:49.080Z | Checking trybuild v1.0.116 |
| 2975 | 2026-03-11T21:41:49.119Z | Checking datatest-stable v0.3.3 |
| 2976 | 2026-03-11T21:41:49.712Z | Checking rstest v0.25.0 |
| 2977 | 2026-03-11T21:41:50.027Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2978 | 2026-03-11T21:41:50.105Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2979 | 2026-03-11T21:41:50.424Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2980 | 2026-03-11T21:41:50.515Z | Checking support-bundle-viewer v0.1.2 |
| 2981 | 2026-03-11T21:41:50.866Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2982 | 2026-03-11T21:41:51.181Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2983 | 2026-03-11T21:41:51.331Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2984 | 2026-03-11T21:41:51.515Z | Checking drift v0.1.3 |
| 2985 | 2026-03-11T21:41:51.750Z | Checking rand_distr v0.5.1 |
| 2986 | 2026-03-11T21:41:52.025Z | Checking multimap v0.10.1 |
| 2987 | 2026-03-11T21:41:52.296Z | Checking approx v0.5.1 |
| 2988 | 2026-03-11T21:41:52.371Z | Compiling linkme v0.3.35 |
| 2989 | 2026-03-11T21:41:52.513Z | Checking dropshot-api-manager v0.5.2 |
| 2990 | 2026-03-11T21:41:53.482Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2991 | 2026-03-11T21:41:54.035Z | Compiling polar-core v0.27.3 |
| 2992 | 2026-03-11T21:41:54.106Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2993 | 2026-03-11T21:41:54.173Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2994 | 2026-03-11T21:41:54.464Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2995 | 2026-03-11T21:41:54.693Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2996 | 2026-03-11T21:41:54.733Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2997 | 2026-03-11T21:41:54.985Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2998 | 2026-03-11T21:41:55.026Z | Checking partial-io v0.5.4 |
| 2999 | 2026-03-11T21:41:55.105Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3000 | 2026-03-11T21:41:55.204Z | Checking cargo_toml v0.21.0 |
| 3001 | 2026-03-11T21:41:55.267Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3002 | 2026-03-11T21:41:55.324Z | Checking termios v0.3.3 |
| 3003 | 2026-03-11T21:41:55.399Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3004 | 2026-03-11T21:41:56.026Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3005 | 2026-03-11T21:41:56.377Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3006 | 2026-03-11T21:41:57.667Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3007 | 2026-03-11T21:42:00.082Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3008 | 2026-03-11T21:42:01.112Z | Checking oso v0.27.3 |
| 3009 | 2026-03-11T21:42:05.621Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3010 | 2026-03-11T21:42:06.465Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3011 | 2026-03-11T21:42:09.220Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3012 | 2026-03-11T21:42:13.688Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3013 | 2026-03-11T21:42:22.199Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3014 | 2026-03-11T21:42:28.400Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3015 | 2026-03-11T21:42:29.257Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3016 | 2026-03-11T21:42:29.761Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3017 | 2026-03-11T21:42:42.167Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3018 | 2026-03-11T21:44:27.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 23s |
| 3019 | 2026-03-11T21:44:28.452Z | |
| 3020 | 2026-03-11T21:44:28.455Z | real 5:28.129476878 |
| 3021 | 2026-03-11T21:44:28.455Z | user 27:48.767287895 |
| 3022 | 2026-03-11T21:44:28.455Z | sys 5:49.140679221 |
| 3023 | 2026-03-11T21:44:28.455Z | trap 0.720316376 |
| 3024 | 2026-03-11T21:44:28.455Z | tflt 0.630982428 |
| 3025 | 2026-03-11T21:44:28.455Z | dflt 0.173101865 |
| 3026 | 2026-03-11T21:44:28.456Z | kflt 0.006237996 |
| 3027 | 2026-03-11T21:44:28.456Z | lock 1:05:44.273076949 |
| 3028 | 2026-03-11T21:44:28.456Z | slp 1:30:03.514874866 |
| 3029 | 2026-03-11T21:44:28.456Z | lat 2:19.516494145 |
| 3030 | 2026-03-11T21:44:28.456Z | stop 12:26.113526895 |
| 3031 | 2026-03-11T21:44:28.456Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3032 | 2026-03-11T21:44:28.456Z | + ptime -m cargo doc --workspace --no-deps |
| 3033 | 2026-03-11T21:44:29.688Z | warning: output filename collision. |
| 3034 | 2026-03-11T21:44:29.688Z | 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)`. |
| 3035 | 2026-03-11T21:44:29.688Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3036 | 2026-03-11T21:44:29.688Z | The targets should have unique names. |
| 3037 | 2026-03-11T21:44:29.688Z | This is a known bug where multiple crates with the same name use |
| 3038 | 2026-03-11T21:44:29.688Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3039 | 2026-03-11T21:44:30.873Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3040 | 2026-03-11T21:44:31.091Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3041 | 2026-03-11T21:44:31.122Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3042 | 2026-03-11T21:44:31.180Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3043 | 2026-03-11T21:44:31.217Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3044 | 2026-03-11T21:44:31.249Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3045 | 2026-03-11T21:44:31.252Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3046 | 2026-03-11T21:44:31.445Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3047 | 2026-03-11T21:44:31.477Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3048 | 2026-03-11T21:44:31.507Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3049 | 2026-03-11T21:44:31.560Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3050 | 2026-03-11T21:44:31.629Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3051 | 2026-03-11T21:44:31.784Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3052 | 2026-03-11T21:44:31.810Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3053 | 2026-03-11T21:44:31.853Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3054 | 2026-03-11T21:44:31.961Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3055 | 2026-03-11T21:44:32.012Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3056 | 2026-03-11T21:44:32.050Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3057 | 2026-03-11T21:44:32.432Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3058 | 2026-03-11T21:44:32.695Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3059 | 2026-03-11T21:44:32.757Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3060 | 2026-03-11T21:44:33.926Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3061 | 2026-03-11T21:44:33.929Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3062 | 2026-03-11T21:44:33.929Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3063 | 2026-03-11T21:44:33.929Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3064 | 2026-03-11T21:44:33.929Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3065 | 2026-03-11T21:44:33.929Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3066 | 2026-03-11T21:44:33.929Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3067 | 2026-03-11T21:44:33.930Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3068 | 2026-03-11T21:44:33.930Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3069 | 2026-03-11T21:44:33.930Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3070 | 2026-03-11T21:44:33.997Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3071 | 2026-03-11T21:44:34.076Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3072 | 2026-03-11T21:44:34.130Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3073 | 2026-03-11T21:44:34.305Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3074 | 2026-03-11T21:44:34.381Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3075 | 2026-03-11T21:44:34.412Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3076 | 2026-03-11T21:44:34.740Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3077 | 2026-03-11T21:44:34.820Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3078 | 2026-03-11T21:44:35.160Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3079 | 2026-03-11T21:44:35.308Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3080 | 2026-03-11T21:44:35.354Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3081 | 2026-03-11T21:44:35.508Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3082 | 2026-03-11T21:44:35.566Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3083 | 2026-03-11T21:44:35.592Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3084 | 2026-03-11T21:44:35.667Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3085 | 2026-03-11T21:44:35.817Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3086 | 2026-03-11T21:44:35.902Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3087 | 2026-03-11T21:44:35.928Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3088 | 2026-03-11T21:44:35.953Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3089 | 2026-03-11T21:44:36.085Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3090 | 2026-03-11T21:44:36.276Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3091 | 2026-03-11T21:44:36.301Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3092 | 2026-03-11T21:44:36.327Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3093 | 2026-03-11T21:44:36.393Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3094 | 2026-03-11T21:44:36.598Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3095 | 2026-03-11T21:44:36.621Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3096 | 2026-03-11T21:44:36.648Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3097 | 2026-03-11T21:44:36.837Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3098 | 2026-03-11T21:44:36.922Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3099 | 2026-03-11T21:44:36.947Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3100 | 2026-03-11T21:44:36.975Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3101 | 2026-03-11T21:44:37.195Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3102 | 2026-03-11T21:44:37.221Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3103 | 2026-03-11T21:44:37.508Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3104 | 2026-03-11T21:44:37.532Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-03-11T21:44:37.581Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3106 | 2026-03-11T21:44:37.616Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3107 | 2026-03-11T21:44:37.825Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3108 | 2026-03-11T21:44:38.252Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3109 | 2026-03-11T21:44:38.579Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3110 | 2026-03-11T21:44:38.648Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3111 | 2026-03-11T21:44:38.794Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3112 | 2026-03-11T21:44:39.405Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3113 | 2026-03-11T21:44:40.033Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3114 | 2026-03-11T21:44:40.088Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3115 | 2026-03-11T21:44:40.386Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3116 | 2026-03-11T21:44:40.619Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3117 | 2026-03-11T21:44:40.647Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3118 | 2026-03-11T21:44:40.746Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3119 | 2026-03-11T21:44:40.863Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3120 | 2026-03-11T21:44:41.053Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3121 | 2026-03-11T21:44:41.243Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3122 | 2026-03-11T21:44:41.413Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3123 | 2026-03-11T21:44:41.459Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3124 | 2026-03-11T21:44:41.793Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3125 | 2026-03-11T21:44:41.905Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3126 | 2026-03-11T21:44:42.304Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3127 | 2026-03-11T21:44:42.557Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3128 | 2026-03-11T21:44:42.611Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3129 | 2026-03-11T21:44:42.640Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3130 | 2026-03-11T21:44:43.118Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3131 | 2026-03-11T21:44:43.370Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3132 | 2026-03-11T21:44:43.446Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3133 | 2026-03-11T21:44:43.700Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3134 | 2026-03-11T21:44:43.871Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3135 | 2026-03-11T21:44:44.041Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3136 | 2026-03-11T21:44:44.540Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3137 | 2026-03-11T21:44:44.992Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3138 | 2026-03-11T21:44:45.897Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3139 | 2026-03-11T21:44:46.105Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3140 | 2026-03-11T21:44:46.641Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3141 | 2026-03-11T21:44:47.002Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3142 | 2026-03-11T21:44:47.409Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3143 | 2026-03-11T21:44:47.448Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3144 | 2026-03-11T21:44:47.728Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3145 | 2026-03-11T21:44:47.879Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3146 | 2026-03-11T21:44:47.883Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3147 | 2026-03-11T21:44:47.931Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3148 | 2026-03-11T21:44:48.069Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3149 | 2026-03-11T21:44:48.372Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3150 | 2026-03-11T21:44:48.410Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3151 | 2026-03-11T21:44:48.446Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3152 | 2026-03-11T21:44:48.678Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3153 | 2026-03-11T21:44:49.014Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3154 | 2026-03-11T21:44:49.630Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3155 | 2026-03-11T21:44:50.068Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3156 | 2026-03-11T21:44:50.989Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3157 | 2026-03-11T21:44:51.554Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3158 | 2026-03-11T21:44:51.724Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3159 | 2026-03-11T21:44:51.878Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3160 | 2026-03-11T21:44:52.049Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3161 | 2026-03-11T21:44:52.124Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3162 | 2026-03-11T21:44:52.524Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3163 | 2026-03-11T21:44:52.866Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3164 | 2026-03-11T21:44:52.909Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3165 | 2026-03-11T21:44:53.286Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3166 | 2026-03-11T21:44:53.502Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3167 | 2026-03-11T21:44:53.528Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3168 | 2026-03-11T21:44:53.823Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3169 | 2026-03-11T21:44:53.852Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3170 | 2026-03-11T21:44:53.902Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3171 | 2026-03-11T21:44:54.094Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3172 | 2026-03-11T21:44:54.326Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3173 | 2026-03-11T21:44:55.879Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3174 | 2026-03-11T21:44:56.164Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3175 | 2026-03-11T21:44:56.721Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3176 | 2026-03-11T21:44:57.250Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3177 | 2026-03-11T21:44:57.418Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3178 | 2026-03-11T21:44:58.040Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3179 | 2026-03-11T21:44:59.451Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3180 | 2026-03-11T21:44:59.526Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3181 | 2026-03-11T21:45:00.450Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3182 | 2026-03-11T21:45:00.542Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3183 | 2026-03-11T21:45:00.542Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3184 | 2026-03-11T21:45:00.737Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3185 | 2026-03-11T21:45:03.902Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3186 | 2026-03-11T21:45:04.157Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3187 | 2026-03-11T21:45:04.204Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3188 | 2026-03-11T21:45:04.238Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3189 | 2026-03-11T21:45:04.585Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3190 | 2026-03-11T21:45:05.058Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3191 | 2026-03-11T21:45:05.268Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3192 | 2026-03-11T21:45:05.653Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3193 | 2026-03-11T21:45:08.185Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3194 | 2026-03-11T21:45:09.430Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3195 | 2026-03-11T21:45:11.677Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3196 | 2026-03-11T21:45:11.727Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3197 | 2026-03-11T21:45:12.289Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3198 | 2026-03-11T21:45:13.301Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3199 | 2026-03-11T21:45:13.895Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3200 | 2026-03-11T21:45:15.032Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3201 | 2026-03-11T21:45:15.558Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3202 | 2026-03-11T21:45:15.702Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3203 | 2026-03-11T21:45:16.122Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3204 | 2026-03-11T21:45:16.191Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3205 | 2026-03-11T21:45:16.985Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3206 | 2026-03-11T21:45:17.307Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3207 | 2026-03-11T21:45:17.421Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3208 | 2026-03-11T21:45:17.672Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3209 | 2026-03-11T21:45:17.714Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3210 | 2026-03-11T21:45:17.812Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3211 | 2026-03-11T21:45:18.433Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3212 | 2026-03-11T21:45:18.670Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3213 | 2026-03-11T21:45:18.813Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3214 | 2026-03-11T21:45:19.350Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3215 | 2026-03-11T21:45:19.520Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3216 | 2026-03-11T21:45:19.734Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3217 | 2026-03-11T21:45:20.041Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3218 | 2026-03-11T21:45:20.636Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3219 | 2026-03-11T21:45:21.179Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3220 | 2026-03-11T21:45:21.975Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3221 | 2026-03-11T21:45:22.070Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3222 | 2026-03-11T21:45:23.260Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3223 | 2026-03-11T21:45:24.368Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3224 | 2026-03-11T21:45:25.148Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3225 | 2026-03-11T21:45:29.528Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3226 | 2026-03-11T21:45:30.459Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3227 | 2026-03-11T21:45:31.245Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3228 | 2026-03-11T21:45:32.140Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3229 | 2026-03-11T21:45:32.814Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3230 | 2026-03-11T21:45:35.384Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3231 | 2026-03-11T21:45:37.408Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3232 | 2026-03-11T21:45:37.972Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3233 | 2026-03-11T21:45:38.534Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3234 | 2026-03-11T21:45:39.487Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3235 | 2026-03-11T21:45:42.812Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3236 | 2026-03-11T21:45:43.429Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3237 | 2026-03-11T21:45:43.719Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3238 | 2026-03-11T21:45:44.083Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3239 | 2026-03-11T21:45:45.180Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3240 | 2026-03-11T21:45:46.956Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3241 | 2026-03-11T21:45:47.482Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3242 | 2026-03-11T21:45:47.953Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3243 | 2026-03-11T21:45:48.829Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3244 | 2026-03-11T21:45:54.985Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3245 | 2026-03-11T21:45:55.544Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3246 | 2026-03-11T21:45:56.380Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3247 | 2026-03-11T21:45:57.410Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3248 | 2026-03-11T21:45:58.218Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3249 | 2026-03-11T21:45:59.139Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3250 | 2026-03-11T21:46:00.369Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3251 | 2026-03-11T21:46:01.422Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3252 | 2026-03-11T21:46:02.997Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3253 | 2026-03-11T21:46:04.490Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3254 | 2026-03-11T21:46:05.351Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3255 | 2026-03-11T21:46:08.265Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3256 | 2026-03-11T21:46:09.502Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3257 | 2026-03-11T21:46:10.301Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3258 | 2026-03-11T21:46:12.689Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3259 | 2026-03-11T21:46:13.015Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3260 | 2026-03-11T21:46:14.406Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3261 | 2026-03-11T21:46:15.771Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3262 | 2026-03-11T21:46:16.929Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3263 | 2026-03-11T21:46:18.391Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3264 | 2026-03-11T21:46:19.776Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3265 | 2026-03-11T21:46:23.829Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3266 | 2026-03-11T21:46:25.114Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3267 | 2026-03-11T21:46:26.549Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3268 | 2026-03-11T21:46:27.629Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3269 | 2026-03-11T21:46:31.303Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3270 | 2026-03-11T21:46:31.900Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3271 | 2026-03-11T21:46:33.293Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3272 | 2026-03-11T21:46:37.575Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3273 | 2026-03-11T21:46:38.726Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3274 | 2026-03-11T21:46:40.166Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3275 | 2026-03-11T21:46:40.914Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3276 | 2026-03-11T21:46:42.753Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3277 | 2026-03-11T21:46:44.678Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3278 | 2026-03-11T21:46:46.593Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3279 | 2026-03-11T21:46:48.911Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3280 | 2026-03-11T21:46:50.891Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3281 | 2026-03-11T21:46:52.774Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3282 | 2026-03-11T21:46:55.144Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3283 | 2026-03-11T21:46:56.803Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3284 | 2026-03-11T21:46:58.756Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3285 | 2026-03-11T21:47:00.727Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3286 | 2026-03-11T21:47:02.653Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3287 | 2026-03-11T21:47:04.261Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3288 | 2026-03-11T21:47:06.590Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3289 | 2026-03-11T21:47:08.208Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3290 | 2026-03-11T21:47:10.071Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3291 | 2026-03-11T21:47:12.647Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3292 | 2026-03-11T21:47:14.342Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3293 | 2026-03-11T21:47:16.402Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3294 | 2026-03-11T21:47:18.364Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3295 | 2026-03-11T21:47:20.494Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3296 | 2026-03-11T21:47:22.537Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3297 | 2026-03-11T21:47:24.596Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3298 | 2026-03-11T21:47:26.769Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3299 | 2026-03-11T21:47:28.754Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3300 | 2026-03-11T21:47:30.801Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3301 | 2026-03-11T21:47:32.862Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3302 | 2026-03-11T21:47:34.966Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3303 | 2026-03-11T21:47:37.120Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3304 | 2026-03-11T21:47:39.163Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3305 | 2026-03-11T21:47:41.128Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3306 | 2026-03-11T21:47:43.369Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3307 | 2026-03-11T21:47:47.234Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3308 | 2026-03-11T21:47:47.997Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3309 | 2026-03-11T21:47:52.401Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3310 | 2026-03-11T21:47:54.663Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3311 | 2026-03-11T21:47:56.924Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3312 | 2026-03-11T21:47:59.151Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3313 | 2026-03-11T21:48:01.368Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3314 | 2026-03-11T21:48:03.649Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3315 | 2026-03-11T21:48:05.749Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3316 | 2026-03-11T21:48:08.064Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3317 | 2026-03-11T21:48:10.400Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3318 | 2026-03-11T21:48:12.960Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3319 | 2026-03-11T21:48:14.778Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3320 | 2026-03-11T21:48:16.970Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3321 | 2026-03-11T21:48:19.821Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3322 | 2026-03-11T21:48:21.662Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3323 | 2026-03-11T21:48:23.650Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3324 | 2026-03-11T21:48:25.919Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3325 | 2026-03-11T21:48:28.104Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3326 | 2026-03-11T21:48:30.433Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3327 | 2026-03-11T21:48:32.724Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3328 | 2026-03-11T21:48:34.935Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3329 | 2026-03-11T21:48:37.246Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3330 | 2026-03-11T21:48:39.507Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3331 | 2026-03-11T21:48:41.779Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3332 | 2026-03-11T21:48:43.987Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3333 | 2026-03-11T21:48:46.582Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3334 | 2026-03-11T21:48:48.566Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3335 | 2026-03-11T21:48:51.082Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3336 | 2026-03-11T21:48:53.228Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3337 | 2026-03-11T21:48:55.833Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3338 | 2026-03-11T21:48:58.122Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3339 | 2026-03-11T21:49:00.508Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3340 | 2026-03-11T21:49:02.775Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3341 | 2026-03-11T21:49:05.257Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3342 | 2026-03-11T21:49:08.294Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3343 | 2026-03-11T21:49:10.362Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3344 | 2026-03-11T21:49:12.996Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3345 | 2026-03-11T21:49:15.367Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3346 | 2026-03-11T21:49:17.935Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3347 | 2026-03-11T21:49:20.439Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3348 | 2026-03-11T21:49:24.565Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3349 | 2026-03-11T21:49:26.174Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3350 | 2026-03-11T21:49:33.544Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3351 | 2026-03-11T21:49:34.630Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3352 | 2026-03-11T21:49:36.923Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3353 | 2026-03-11T21:49:40.325Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3354 | 2026-03-11T21:49:43.569Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3355 | 2026-03-11T21:49:46.926Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3356 | 2026-03-11T21:49:50.210Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3357 | 2026-03-11T21:49:53.593Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3358 | 2026-03-11T21:49:57.009Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3359 | 2026-03-11T21:50:00.567Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3360 | 2026-03-11T21:50:03.794Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3361 | 2026-03-11T21:50:07.082Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3362 | 2026-03-11T21:50:10.398Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3363 | 2026-03-11T21:50:13.893Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3364 | 2026-03-11T21:50:17.178Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3365 | 2026-03-11T21:50:20.487Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3366 | 2026-03-11T21:50:47.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 18s |
| 3367 | 2026-03-11T21:50:47.580Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3368 | 2026-03-11T21:50:47.680Z | |
| 3369 | 2026-03-11T21:50:47.683Z | real 6:18.854012147 |
| 3370 | 2026-03-11T21:50:47.683Z | user 21:46.066918062 |
| 3371 | 2026-03-11T21:50:47.683Z | sys 3:58.086761750 |
| 3372 | 2026-03-11T21:50:47.683Z | trap 0.399557096 |
| 3373 | 2026-03-11T21:50:47.683Z | tflt 0.073002385 |
| 3374 | 2026-03-11T21:50:47.683Z | dflt 0.111026409 |
| 3375 | 2026-03-11T21:50:47.683Z | kflt 0.000037999 |
| 3376 | 2026-03-11T21:50:47.684Z | lock 5:05:08.199413216 |
| 3377 | 2026-03-11T21:50:47.684Z | slp 2:09:07.611542954 |
| 3378 | 2026-03-11T21:50:47.684Z | lat 39.110774710 |
| 3379 | 2026-03-11T21:50:47.684Z | stop 1:44.866402820 |
| 3380 | 2026-03-11T21:50:47.684Z | process exited: duration 946570 ms, exit code 0 |
| |
| 3381 | 2026-03-11T21:50:47.692Z | found 0 output files |