|
|
|
| 1 | 2026-02-23T23:17:43.399Z | job assigned to worker 01KJ6CN77TA57B6W4C1DDTS500 [factory aws, i-05f4159bae7c2703f] (queued for 57 s) |
| |
| 2 | 2026-02-23T23:17:51.363Z | starting task 0: "setup" |
| 3 | 2026-02-23T23:17:51.367Z | ++ uname -s |
| 4 | 2026-02-23T23:17:51.367Z | + kern=SunOS |
| 5 | 2026-02-23T23:17:51.373Z | + build_user=build |
| 6 | 2026-02-23T23:17:51.373Z | + build_uid=12345 |
| 7 | 2026-02-23T23:17:51.373Z | + work_dir=/work |
| 8 | 2026-02-23T23:17:51.373Z | + input_dir=/input |
| 9 | 2026-02-23T23:17:51.373Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-23T23:17:51.373Z | + case "$kern" in |
| 11 | 2026-02-23T23:17:51.373Z | + groupadd -g 12345 build |
| 12 | 2026-02-23T23:17:51.373Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-23T23:17:53.378Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-23T23:17:53.497Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-23T23:17:53.500Z | + home_fs=zfs |
| 16 | 2026-02-23T23:17:53.500Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-23T23:17:53.500Z | + mkdir -p /home/build |
| 18 | 2026-02-23T23:17:53.503Z | + chown build:build /home/build /work |
| 19 | 2026-02-23T23:17:55.504Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-23T23:17:55.507Z | process exited: duration 4148 ms, exit code 0 |
| |
| 21 | 2026-02-23T23:17:55.514Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-23T23:17:55.519Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-23T23:17:55.519Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-23T23:17:55.519Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-02-23T23:17:55.519Z | * rust toolchain profile = "default" |
| 26 | 2026-02-23T23:17:55.522Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-23T23:17:55.522Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-23T23:17:55.522Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-23T23:17:55.522Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-23T23:17:55.613Z | info: downloading installer |
| 31 | 2026-02-23T23:17:57.297Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-23T23:17:57.297Z | warn: /opt/ooce/bin |
| 33 | 2026-02-23T23:17:57.297Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-23T23:17:57.297Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-23T23:17:57.297Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-23T23:17:57.297Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-23T23:17:57.297Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-23T23:17:57.297Z | error: cannot install while Rust is installed |
| 39 | 2026-02-23T23:17:57.297Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-23T23:17:57.314Z | info: profile set to 'default' |
| 41 | 2026-02-23T23:17:57.314Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-23T23:17:57.317Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-23T23:17:57.488Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-23T23:17:57.488Z | info: downloading component 'cargo' |
| 45 | 2026-02-23T23:17:58.618Z | info: downloading component 'clippy' |
| 46 | 2026-02-23T23:17:59.006Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-23T23:18:00.711Z | info: downloading component 'rust-std' |
| 48 | 2026-02-23T23:18:02.925Z | info: downloading component 'rustc' |
| 49 | 2026-02-23T23:18:10.471Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-23T23:18:10.786Z | info: installing component 'cargo' |
| 51 | 2026-02-23T23:18:11.695Z | info: installing component 'clippy' |
| 52 | 2026-02-23T23:18:12.093Z | info: installing component 'rust-docs' |
| 53 | 2026-02-23T23:18:14.100Z | info: installing component 'rust-std' |
| 54 | 2026-02-23T23:18:15.905Z | info: installing component 'rustc' |
| 55 | 2026-02-23T23:18:22.719Z | info: installing component 'rustfmt' |
| 56 | 2026-02-23T23:18:23.066Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-23T23:18:23.067Z | |
| 58 | 2026-02-23T23:18:23.580Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-23T23:18:23.581Z | |
| 60 | 2026-02-23T23:18:23.592Z | |
| 61 | 2026-02-23T23:18:23.593Z | Rust is installed now. Great! |
| 62 | 2026-02-23T23:18:23.593Z | |
| 63 | 2026-02-23T23:18:23.593Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-23T23:18:23.593Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-23T23:18:23.593Z | |
| 66 | 2026-02-23T23:18:23.593Z | To configure your current shell, you need to source |
| 67 | 2026-02-23T23:18:23.593Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-23T23:18:23.594Z | |
| 69 | 2026-02-23T23:18:23.594Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-23T23:18:23.594Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-23T23:18:23.594Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-23T23:18:23.594Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-23T23:18:23.687Z | + rustup --version |
| 74 | 2026-02-23T23:18:23.702Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-23T23:18:23.703Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-23T23:18:23.782Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-23T23:18:23.792Z | + cargo --version |
| 78 | 2026-02-23T23:18:23.853Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-23T23:18:23.857Z | + rustc --version |
| 80 | 2026-02-23T23:18:23.941Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-23T23:18:23.949Z | process exited: duration 28422 ms, exit code 0 |
| |
| 82 | 2026-02-23T23:18:23.977Z | starting task 2: "authentication" |
| 83 | 2026-02-23T23:18:24.016Z | process exited: duration 40 ms, exit code 0 |
| |
| 84 | 2026-02-23T23:18:24.035Z | starting task 3: "clone repository" |
| 85 | 2026-02-23T23:18:24.042Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-23T23:18:24.047Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-23T23:18:24.092Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-23T23:19:27.303Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-23T23:19:27.303Z | + git fetch origin 408a9bf7d1d9d834744556260fe4c62133c090fc |
| 90 | 2026-02-23T23:19:27.907Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-23T23:19:27.907Z | * branch 408a9bf7d1d9d834744556260fe4c62133c090fc -> FETCH_HEAD |
| 92 | 2026-02-23T23:19:27.919Z | + [[ -n john/move-sled-agent-only-types-out-of-common ]] |
| 93 | 2026-02-23T23:19:27.923Z | ++ git branch --show-current |
| 94 | 2026-02-23T23:19:27.926Z | + current=main |
| 95 | 2026-02-23T23:19:27.926Z | + [[ main != john/move-sled-agent-only-types-out-of-common ]] |
| 96 | 2026-02-23T23:19:27.926Z | + git branch -f john/move-sled-agent-only-types-out-of-common 408a9bf7d1d9d834744556260fe4c62133c090fc |
| 97 | 2026-02-23T23:19:27.929Z | + git checkout -f john/move-sled-agent-only-types-out-of-common |
| 98 | 2026-02-23T23:19:28.006Z | Switched to branch 'john/move-sled-agent-only-types-out-of-common' |
| 99 | 2026-02-23T23:19:28.009Z | + git reset --hard 408a9bf7d1d9d834744556260fe4c62133c090fc |
| 100 | 2026-02-23T23:19:28.092Z | HEAD is now at 408a9bf7d Merge branch 'main' into john/move-sled-agent-only-types-out-of-common |
| 101 | 2026-02-23T23:19:28.095Z | process exited: duration 64051 ms, exit code 0 |
| |
| 102 | 2026-02-23T23:19:28.103Z | starting task 4: "build" |
| 103 | 2026-02-23T23:19:28.108Z | + source ./env.sh |
| 104 | 2026-02-23T23:19:28.108Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-02-23T23:19:28.108Z | ++ set -o xtrace |
| 106 | 2026-02-23T23:19:28.111Z | ++++ dirname ./env.sh |
| 107 | 2026-02-23T23:19:28.114Z | +++ readlink -f . |
| 108 | 2026-02-23T23:19:28.117Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-02-23T23:19:28.117Z | ++ 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-02-23T23:19:28.117Z | ++ 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-02-23T23:19:28.117Z | ++ 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-02-23T23:19:28.117Z | ++ 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-02-23T23:19:28.117Z | ++ 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-02-23T23:19:28.117Z | ++ 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-02-23T23:19:28.117Z | ++ 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-02-23T23:19:28.117Z | ++ 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-02-23T23:19:28.117Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-02-23T23:19:28.117Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-02-23T23:19:28.117Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-02-23T23:19:28.117Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-02-23T23:19:28.117Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-02-23T23:19:28.117Z | + cargo --version |
| 123 | 2026-02-23T23:19:28.182Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-02-23T23:19:28.186Z | + rustc --version |
| 125 | 2026-02-23T23:19:28.266Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-02-23T23:19:28.270Z | + banner prerequisites |
| 127 | 2026-02-23T23:19:28.273Z | |
| 128 | 2026-02-23T23:19:28.273Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-02-23T23:19:28.273Z | # # # # # # # # # # # # # # # |
| 130 | 2026-02-23T23:19:28.273Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-02-23T23:19:28.273Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-02-23T23:19:28.273Z | # # # # # # # # # # # # # # # |
| 133 | 2026-02-23T23:19:28.273Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-02-23T23:19:28.273Z | |
| 135 | 2026-02-23T23:19:28.276Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-02-23T23:19:39.358Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-02-23T23:19:50.018Z | Startup: Caching catalogs ... Done |
| 138 | 2026-02-23T23:20:13.590Z | Planning: Solver setup ... Done (21.839s) |
| 139 | 2026-02-23T23:20:13.754Z | Planning: Running solver ... Done (0.164s) |
| 140 | 2026-02-23T23:20:13.931Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-02-23T23:20:13.943Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-02-23T23:20:14.085Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-02-23T23:20:14.143Z | Planning: Package planning ... Done (0.051s) |
| 144 | 2026-02-23T23:20:14.185Z | Planning: Merging actions ... Done (0.050s) |
| 145 | 2026-02-23T23:20:14.471Z | Planning: Checking for conflicting actions ... Done (0.286s) |
| 146 | 2026-02-23T23:20:14.483Z | Planning: Consolidating action changes ... Done (0.011s) |
| 147 | 2026-02-23T23:20:15.506Z | Planning: Evaluating mediators ... Done (1.022s) |
| 148 | 2026-02-23T23:20:15.518Z | Planning: Planning completed in 25.34 seconds |
| 149 | 2026-02-23T23:20:15.532Z | Packages to install: 4 |
| 150 | 2026-02-23T23:20:15.532Z | Mediators to change: 2 |
| 151 | 2026-02-23T23:20:15.537Z | Services to change: 1 |
| 152 | 2026-02-23T23:20:15.537Z | Estimated space available: 155.43 GB |
| 153 | 2026-02-23T23:20:15.537Z | Estimated space to be consumed: 1.81 GB |
| 154 | 2026-02-23T23:20:15.537Z | Create boot environment: No |
| 155 | 2026-02-23T23:20:15.537Z | Create backup boot environment: No |
| 156 | 2026-02-23T23:20:15.538Z | Rebuild boot archive: No |
| 157 | 2026-02-23T23:20:15.538Z | |
| 158 | 2026-02-23T23:20:15.538Z | Changed mediators: |
| 159 | 2026-02-23T23:20:15.538Z | mediator clang: |
| 160 | 2026-02-23T23:20:15.538Z | version: None -> 15 (system default) |
| 161 | 2026-02-23T23:20:15.538Z | |
| 162 | 2026-02-23T23:20:15.538Z | mediator llvm: |
| 163 | 2026-02-23T23:20:15.538Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-02-23T23:20:15.538Z | |
| 165 | 2026-02-23T23:20:15.538Z | Changed packages: |
| 166 | 2026-02-23T23:20:15.538Z | helios-dev |
| 167 | 2026-02-23T23:20:15.538Z | developer/build-essential |
| 168 | 2026-02-23T23:20:15.538Z | None -> 11-2.0 |
| 169 | 2026-02-23T23:20:15.539Z | library/libxmlsec1 |
| 170 | 2026-02-23T23:20:15.539Z | None -> 1.2.35-2.0 |
| 171 | 2026-02-23T23:20:15.539Z | ooce/developer/clang-15 |
| 172 | 2026-02-23T23:20:15.539Z | None -> 15.0.7-2.0 |
| 173 | 2026-02-23T23:20:15.539Z | ooce/developer/llvm-15 |
| 174 | 2026-02-23T23:20:15.539Z | None -> 15.0.7-2.0 |
| 175 | 2026-02-23T23:20:15.539Z | |
| 176 | 2026-02-23T23:20:15.539Z | Services: |
| 177 | 2026-02-23T23:20:15.539Z | restart_fmri: |
| 178 | 2026-02-23T23:20:15.539Z | svc:/system/update-man-index:default |
| 179 | 2026-02-23T23:20:15.588Z | |
| 180 | 2026-02-23T23:20:15.588Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-02-23T23:20:22.195Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (42.6M/s) |
| 182 | 2026-02-23T23:20:27.254Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (18.3M/s) |
| 183 | 2026-02-23T23:20:30.332Z | Download: Completed 212.60 MB in 14.74 seconds (14.4M/s) |
| 184 | 2026-02-23T23:20:30.582Z | Actions: 1/3689 actions (Installing new actions) |
| 185 | 2026-02-23T23:20:35.215Z | Actions: Completed 3689 actions in 4.63 seconds. |
| 186 | 2026-02-23T23:20:35.963Z | Done (0.746s) |
| 187 | 2026-02-23T23:20:35.963Z | Done (0.000s) |
| 188 | 2026-02-23T23:20:37.075Z | Done (1.111s) |
| 189 | 2026-02-23T23:20:41.939Z | Done (4.477s) |
| 190 | 2026-02-23T23:20:42.045Z | Done (0.020s) |
| 191 | 2026-02-23T23:20:42.062Z | Done (0.000s) |
| 192 | 2026-02-23T23:20:42.212Z | Done (0.000s) |
| 193 | 2026-02-23T23:20:43.234Z | Planning: Evaluating mediator changes ... Done |
| 194 | 2026-02-23T23:20:43.405Z | Planning: Checking for conflicting actions ... Done |
| 195 | 2026-02-23T23:20:43.409Z | Planning: Consolidating action changes ... Done |
| 196 | 2026-02-23T23:20:43.704Z | Planning: Evaluating mediators ... Done |
| 197 | 2026-02-23T23:20:43.709Z | Planning: Planning completed in 0.46 seconds |
| 198 | 2026-02-23T23:20:43.725Z | Mediators to change: 2 |
| 199 | 2026-02-23T23:20:43.725Z | Create boot environment: No |
| 200 | 2026-02-23T23:20:43.725Z | Create backup boot environment: No |
| 201 | 2026-02-23T23:20:43.802Z | Done |
| 202 | 2026-02-23T23:20:43.802Z | Done |
| 203 | 2026-02-23T23:20:44.642Z | Done |
| 204 | 2026-02-23T23:20:48.587Z | Done |
| 205 | 2026-02-23T23:20:48.685Z | Done |
| 206 | 2026-02-23T23:20:48.693Z | Done |
| 207 | 2026-02-23T23:20:48.831Z | Done |
| 208 | 2026-02-23T23:20:49.494Z | Planning: Evaluating mediator changes ... Done |
| 209 | 2026-02-23T23:20:49.573Z | Planning: Merging actions ... Done |
| 210 | 2026-02-23T23:20:49.707Z | Planning: Checking for conflicting actions ... Done |
| 211 | 2026-02-23T23:20:49.742Z | Planning: Consolidating action changes ... Done |
| 212 | 2026-02-23T23:20:49.987Z | Planning: Evaluating mediators ... Done |
| 213 | 2026-02-23T23:20:50.029Z | Planning: Planning completed in 0.78 seconds |
| 214 | 2026-02-23T23:20:50.054Z | Packages to change: 1 |
| 215 | 2026-02-23T23:20:50.054Z | Mediators to change: 1 |
| 216 | 2026-02-23T23:20:50.092Z | Services to change: 1 |
| 217 | 2026-02-23T23:20:50.093Z | Create boot environment: No |
| 218 | 2026-02-23T23:20:50.093Z | Create backup boot environment: Yes |
| 219 | 2026-02-23T23:20:52.825Z | Actions: 1/6 actions (Updating modified actions) |
| 220 | 2026-02-23T23:20:52.832Z | Actions: Completed 6 actions in 0.00 seconds. |
| 221 | 2026-02-23T23:20:52.832Z | Done |
| 222 | 2026-02-23T23:20:52.832Z | Done |
| 223 | 2026-02-23T23:20:53.046Z | Done |
| 224 | 2026-02-23T23:20:59.366Z | Done |
| 225 | 2026-02-23T23:20:59.366Z | Done |
| 226 | 2026-02-23T23:20:59.367Z | Done |
| 227 | 2026-02-23T23:20:59.367Z | Done |
| 228 | 2026-02-23T23:20:59.367Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 229 | 2026-02-23T23:20:59.367Z | clang system 15 system |
| 230 | 2026-02-23T23:20:59.367Z | csh system system illumos |
| 231 | 2026-02-23T23:20:59.367Z | ctags system system illumos |
| 232 | 2026-02-23T23:20:59.367Z | file system system illumos |
| 233 | 2026-02-23T23:20:59.367Z | gcc vendor 12 vendor |
| 234 | 2026-02-23T23:20:59.367Z | gcc system 10 system |
| 235 | 2026-02-23T23:20:59.367Z | gcc system 7 system |
| 236 | 2026-02-23T23:20:59.367Z | go system 1.20 system |
| 237 | 2026-02-23T23:20:59.367Z | go system 1.19 system |
| 238 | 2026-02-23T23:20:59.367Z | llvm system 15 system |
| 239 | 2026-02-23T23:20:59.367Z | llvm system 14 system |
| 240 | 2026-02-23T23:20:59.367Z | mariadb system 10.6 system |
| 241 | 2026-02-23T23:20:59.367Z | mta vendor vendor dma |
| 242 | 2026-02-23T23:20:59.367Z | openjdk system 17 system |
| 243 | 2026-02-23T23:20:59.367Z | openjdk system 11 system |
| 244 | 2026-02-23T23:20:59.367Z | openjdk system 1.8 system |
| 245 | 2026-02-23T23:20:59.367Z | openssl vendor 3 vendor |
| 246 | 2026-02-23T23:20:59.367Z | perl system 5.36 system |
| 247 | 2026-02-23T23:20:59.367Z | postgresql system 15 system |
| 248 | 2026-02-23T23:20:59.367Z | postgresql system 13 system |
| 249 | 2026-02-23T23:20:59.367Z | python vendor 3 vendor |
| 250 | 2026-02-23T23:20:59.368Z | python system 2 system |
| 251 | 2026-02-23T23:20:59.368Z | python3 system 3.11 system |
| 252 | 2026-02-23T23:20:59.368Z | ruby system 3.0 system |
| 253 | 2026-02-23T23:20:59.368Z | words vendor vendor american-english |
| 254 | 2026-02-23T23:20:59.368Z | words system system australian-english |
| 255 | 2026-02-23T23:20:59.368Z | words system system british-english |
| 256 | 2026-02-23T23:20:59.368Z | words system system canadian-english |
| 257 | 2026-02-23T23:20:59.368Z | words system system french |
| 258 | 2026-02-23T23:20:59.368Z | words system system italian |
| 259 | 2026-02-23T23:20:59.368Z | words system system ngerman |
| 260 | 2026-02-23T23:20:59.368Z | words system system ogerman |
| 261 | 2026-02-23T23:20:59.368Z | words system system spanish |
| 262 | 2026-02-23T23:20:59.368Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2026-02-23T23:20:59.368Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2026-02-23T23:21:04.741Z | FMRI IFO |
| 265 | 2026-02-23T23:21:04.741Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2026-02-23T23:21:04.741Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2026-02-23T23:21:04.741Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2026-02-23T23:21:04.741Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2026-02-23T23:21:04.741Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2026-02-23T23:21:04.741Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 271 | 2026-02-23T23:21:04.742Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 272 | 2026-02-23T23:21:04.742Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 273 | 2026-02-23T23:21:04.742Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 274 | 2026-02-23T23:21:04.742Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 275 | 2026-02-23T23:21:04.742Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 276 | 2026-02-23T23:21:04.742Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 277 | 2026-02-23T23:21:04.742Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 278 | 2026-02-23T23:21:04.743Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 279 | 2026-02-23T23:21:04.743Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 280 | 2026-02-23T23:21:04.743Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 281 | 2026-02-23T23:21:06.004Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 282 | 2026-02-23T23:21:06.696Z | Updating crates.io index |
| 283 | 2026-02-23T23:21:06.700Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 284 | 2026-02-23T23:21:07.221Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 285 | 2026-02-23T23:21:08.273Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 286 | 2026-02-23T23:21:10.806Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2026-02-23T23:21:11.560Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 288 | 2026-02-23T23:21:12.374Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2026-02-23T23:21:16.312Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2026-02-23T23:21:22.792Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2026-02-23T23:21:25.746Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 292 | 2026-02-23T23:21:26.481Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 293 | 2026-02-23T23:21:30.285Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 294 | 2026-02-23T23:21:31.861Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 295 | 2026-02-23T23:21:32.544Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 296 | 2026-02-23T23:21:33.690Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 297 | 2026-02-23T23:21:34.457Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 298 | 2026-02-23T23:21:36.335Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 299 | 2026-02-23T23:21:37.355Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 300 | 2026-02-23T23:21:37.977Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 301 | 2026-02-23T23:21:38.560Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 302 | 2026-02-23T23:21:39.288Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 303 | 2026-02-23T23:21:39.950Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 304 | 2026-02-23T23:21:40.486Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 305 | 2026-02-23T23:21:41.016Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 306 | 2026-02-23T23:21:41.787Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 307 | 2026-02-23T23:21:42.695Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 308 | 2026-02-23T23:21:44.073Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 309 | 2026-02-23T23:21:44.774Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 310 | 2026-02-23T23:21:45.508Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 311 | 2026-02-23T23:21:46.214Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 312 | 2026-02-23T23:21:48.077Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 313 | 2026-02-23T23:21:48.886Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 314 | 2026-02-23T23:21:49.458Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 315 | 2026-02-23T23:21:50.225Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 316 | 2026-02-23T23:21:50.835Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 317 | 2026-02-23T23:21:51.616Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 318 | 2026-02-23T23:21:52.355Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 319 | 2026-02-23T23:21:53.096Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 320 | 2026-02-23T23:21:53.565Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 321 | 2026-02-23T23:21:54.394Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 322 | 2026-02-23T23:22:35.591Z | Downloading crates ... |
| 323 | 2026-02-23T23:22:35.650Z | Downloaded dof v0.3.0 |
| 324 | 2026-02-23T23:22:35.657Z | Downloaded cfg-if v1.0.4 |
| 325 | 2026-02-23T23:22:35.660Z | Downloaded colorchoice v1.0.2 |
| 326 | 2026-02-23T23:22:35.663Z | Downloaded anstyle-query v1.1.1 |
| 327 | 2026-02-23T23:22:35.663Z | Downloaded bitflags v2.9.4 |
| 328 | 2026-02-23T23:22:35.666Z | Downloaded cargo-platform v0.2.0 |
| 329 | 2026-02-23T23:22:35.669Z | Downloaded generic-array v0.14.7 |
| 330 | 2026-02-23T23:22:35.669Z | Downloaded typeid v1.0.3 |
| 331 | 2026-02-23T23:22:35.672Z | Downloaded block-buffer v0.10.4 |
| 332 | 2026-02-23T23:22:35.672Z | Downloaded usdt-attr-macro v0.5.0 |
| 333 | 2026-02-23T23:22:35.677Z | Downloaded tabled_derive v0.7.0 |
| 334 | 2026-02-23T23:22:35.677Z | Downloaded clap_lex v0.7.4 |
| 335 | 2026-02-23T23:22:35.680Z | Downloaded terminal_size v0.4.0 |
| 336 | 2026-02-23T23:22:35.680Z | Downloaded anstyle v1.0.11 |
| 337 | 2026-02-23T23:22:35.680Z | Downloaded crypto-common v0.1.6 |
| 338 | 2026-02-23T23:22:35.683Z | Downloaded utf8parse v0.2.2 |
| 339 | 2026-02-23T23:22:35.686Z | Downloaded tinystr v0.7.6 |
| 340 | 2026-02-23T23:22:35.690Z | Downloaded dtrace-parser v0.2.0 |
| 341 | 2026-02-23T23:22:35.690Z | Downloaded cpufeatures v0.2.14 |
| 342 | 2026-02-23T23:22:35.690Z | Downloaded thread-id v4.2.2 |
| 343 | 2026-02-23T23:22:35.693Z | Downloaded byteorder v1.5.0 |
| 344 | 2026-02-23T23:22:35.693Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-02-23T23:22:35.696Z | Downloaded toml_datetime v0.6.11 |
| 346 | 2026-02-23T23:22:35.699Z | Downloaded zerofrom-derive v0.1.4 |
| 347 | 2026-02-23T23:22:35.699Z | Downloaded scroll v0.12.0 |
| 348 | 2026-02-23T23:22:35.699Z | Downloaded clap_derive v4.5.47 |
| 349 | 2026-02-23T23:22:35.702Z | Downloaded yoke-derive v0.7.4 |
| 350 | 2026-02-23T23:22:35.705Z | Downloaded zerofrom v0.1.4 |
| 351 | 2026-02-23T23:22:35.705Z | Downloaded version_check v0.9.5 |
| 352 | 2026-02-23T23:22:35.705Z | Downloaded heck v0.4.1 |
| 353 | 2026-02-23T23:22:35.708Z | Downloaded fnv v1.0.7 |
| 354 | 2026-02-23T23:22:35.708Z | Downloaded serde-value v0.7.0 |
| 355 | 2026-02-23T23:22:35.708Z | Downloaded cargo_toml v0.21.0 |
| 356 | 2026-02-23T23:22:35.712Z | Downloaded scroll_derive v0.12.0 |
| 357 | 2026-02-23T23:22:35.712Z | Downloaded usdt v0.5.0 |
| 358 | 2026-02-23T23:22:35.712Z | Downloaded ordered-float v2.10.1 |
| 359 | 2026-02-23T23:22:35.715Z | Downloaded write16 v1.0.0 |
| 360 | 2026-02-23T23:22:35.715Z | Downloaded usdt-macro v0.5.0 |
| 361 | 2026-02-23T23:22:35.718Z | Downloaded toml_write v0.1.2 |
| 362 | 2026-02-23T23:22:35.718Z | Downloaded memmap v0.7.0 |
| 363 | 2026-02-23T23:22:35.718Z | Downloaded camino v1.2.2 |
| 364 | 2026-02-23T23:22:35.721Z | Downloaded utf8_iter v1.0.4 |
| 365 | 2026-02-23T23:22:35.724Z | Downloaded thiserror v2.0.18 |
| 366 | 2026-02-23T23:22:35.727Z | Downloaded yoke v0.7.4 |
| 367 | 2026-02-23T23:22:35.730Z | Downloaded zmij v1.0.15 |
| 368 | 2026-02-23T23:22:35.733Z | Downloaded utf16_iter v1.0.5 |
| 369 | 2026-02-23T23:22:35.733Z | Downloaded thiserror-impl v1.0.69 |
| 370 | 2026-02-23T23:22:35.736Z | Downloaded pretty-hex v0.4.1 |
| 371 | 2026-02-23T23:22:35.736Z | Downloaded zerovec-derive v0.10.3 |
| 372 | 2026-02-23T23:22:35.736Z | Downloaded zerocopy-derive v0.7.35 |
| 373 | 2026-02-23T23:22:35.739Z | Downloaded toml v0.8.23 |
| 374 | 2026-02-23T23:22:35.743Z | Downloaded smawk v0.3.2 |
| 375 | 2026-02-23T23:22:35.750Z | Downloaded thiserror v1.0.69 |
| 376 | 2026-02-23T23:22:35.754Z | Downloaded unicode-ident v1.0.19 |
| 377 | 2026-02-23T23:22:35.754Z | Downloaded ucd-trie v0.1.7 |
| 378 | 2026-02-23T23:22:35.754Z | Downloaded strsim v0.11.1 |
| 379 | 2026-02-23T23:22:35.754Z | Downloaded toml_edit v0.22.27 |
| 380 | 2026-02-23T23:22:35.758Z | Downloaded icu_provider_macros v1.5.0 |
| 381 | 2026-02-23T23:22:35.763Z | Downloaded idna_adapter v1.2.0 |
| 382 | 2026-02-23T23:22:35.763Z | Downloaded thiserror-impl v2.0.18 |
| 383 | 2026-02-23T23:22:35.763Z | Downloaded bytecount v0.6.8 |
| 384 | 2026-02-23T23:22:35.763Z | Downloaded url v2.5.4 |
| 385 | 2026-02-23T23:22:35.767Z | Downloaded swrite v0.1.0 |
| 386 | 2026-02-23T23:22:35.767Z | Downloaded macaddr v1.0.1 |
| 387 | 2026-02-23T23:22:35.770Z | Downloaded proc-macro-error-attr v1.0.4 |
| 388 | 2026-02-23T23:22:35.770Z | Downloaded usdt-impl v0.5.0 |
| 389 | 2026-02-23T23:22:35.770Z | Downloaded typenum v1.17.0 |
| 390 | 2026-02-23T23:22:35.773Z | Downloaded is_terminal_polyfill v1.70.1 |
| 391 | 2026-02-23T23:22:35.776Z | Downloaded writeable v0.5.5 |
| 392 | 2026-02-23T23:22:35.776Z | Downloaded zerovec v0.10.4 |
| 393 | 2026-02-23T23:22:35.780Z | Downloaded serde_spanned v0.6.9 |
| 394 | 2026-02-23T23:22:35.783Z | Downloaded stable_deref_trait v1.2.0 |
| 395 | 2026-02-23T23:22:35.783Z | Downloaded zerocopy v0.7.35 |
| 396 | 2026-02-23T23:22:35.798Z | Downloaded winnow v0.7.14 |
| 397 | 2026-02-23T23:22:35.805Z | Downloaded sha2 v0.10.9 |
| 398 | 2026-02-23T23:22:35.808Z | Downloaded serde_tokenstream v0.2.2 |
| 399 | 2026-02-23T23:22:35.811Z | Downloaded semver v1.0.27 |
| 400 | 2026-02-23T23:22:35.811Z | Downloaded camino-tempfile v1.4.1 |
| 401 | 2026-02-23T23:22:35.814Z | Downloaded unicode-width v0.1.14 |
| 402 | 2026-02-23T23:22:35.818Z | Downloaded unicode-width v0.2.0 |
| 403 | 2026-02-23T23:22:35.822Z | Downloaded cargo_metadata v0.21.0 |
| 404 | 2026-02-23T23:22:35.825Z | Downloaded synstructure v0.13.1 |
| 405 | 2026-02-23T23:22:35.825Z | Downloaded pest_generator v2.8.2 |
| 406 | 2026-02-23T23:22:35.828Z | Downloaded litemap v0.7.3 |
| 407 | 2026-02-23T23:22:35.828Z | Downloaded proc-macro-error v1.0.4 |
| 408 | 2026-02-23T23:22:35.831Z | Downloaded serde-untagged v0.1.7 |
| 409 | 2026-02-23T23:22:35.834Z | Downloaded form_urlencoded v1.2.2 |
| 410 | 2026-02-23T23:22:35.834Z | Downloaded icu_locid_transform v1.5.0 |
| 411 | 2026-02-23T23:22:35.837Z | Downloaded plain v0.2.3 |
| 412 | 2026-02-23T23:22:35.837Z | Downloaded errno v0.3.12 |
| 413 | 2026-02-23T23:22:35.840Z | Downloaded equivalent v1.0.2 |
| 414 | 2026-02-23T23:22:35.840Z | Downloaded percent-encoding v2.3.2 |
| 415 | 2026-02-23T23:22:35.840Z | Downloaded erased-serde v0.4.6 |
| 416 | 2026-02-23T23:22:35.843Z | Downloaded pest_meta v2.8.2 |
| 417 | 2026-02-23T23:22:35.843Z | Downloaded displaydoc v0.2.5 |
| 418 | 2026-02-23T23:22:35.847Z | Downloaded unicode-linebreak v0.1.5 |
| 419 | 2026-02-23T23:22:35.847Z | Downloaded unicode-xid v0.2.6 |
| 420 | 2026-02-23T23:22:35.850Z | Downloaded fastrand v2.1.1 |
| 421 | 2026-02-23T23:22:35.850Z | Downloaded anyhow v1.0.99 |
| 422 | 2026-02-23T23:22:35.853Z | Downloaded quote v1.0.40 |
| 423 | 2026-02-23T23:22:35.856Z | Downloaded num-traits v0.2.19 |
| 424 | 2026-02-23T23:22:35.856Z | Downloaded icu_locid_transform_data v1.5.0 |
| 425 | 2026-02-23T23:22:35.859Z | Downloaded itoa v1.0.11 |
| 426 | 2026-02-23T23:22:35.859Z | Downloaded proc-macro2 v1.0.101 |
| 427 | 2026-02-23T23:22:35.862Z | Downloaded pest_derive v2.8.2 |
| 428 | 2026-02-23T23:22:35.865Z | Downloaded once_cell v1.21.3 |
| 429 | 2026-02-23T23:22:35.868Z | Downloaded heck v0.5.0 |
| 430 | 2026-02-23T23:22:35.868Z | Downloaded fs-err v3.1.1 |
| 431 | 2026-02-23T23:22:35.871Z | Downloaded autocfg v1.4.0 |
| 432 | 2026-02-23T23:22:35.871Z | Downloaded anstyle-parse v0.2.5 |
| 433 | 2026-02-23T23:22:35.874Z | Downloaded anstream v0.6.18 |
| 434 | 2026-02-23T23:22:35.874Z | Downloaded digest v0.10.7 |
| 435 | 2026-02-23T23:22:35.878Z | Downloaded tempfile v3.24.0 |
| 436 | 2026-02-23T23:22:35.881Z | Downloaded smallvec v1.15.1 |
| 437 | 2026-02-23T23:22:35.881Z | Downloaded clap v4.5.48 |
| 438 | 2026-02-23T23:22:35.887Z | Downloaded log v0.4.29 |
| 439 | 2026-02-23T23:22:35.890Z | Downloaded icu_properties v1.5.1 |
| 440 | 2026-02-23T23:22:35.893Z | Downloaded serde_derive v1.0.228 |
| 441 | 2026-02-23T23:22:35.896Z | Downloaded serde_core v1.0.228 |
| 442 | 2026-02-23T23:22:35.899Z | Downloaded icu_normalizer v1.5.0 |
| 443 | 2026-02-23T23:22:35.903Z | Downloaded getrandom v0.3.4 |
| 444 | 2026-02-23T23:22:35.906Z | Downloaded papergrid v0.11.0 |
| 445 | 2026-02-23T23:22:35.910Z | Downloaded memchr v2.7.4 |
| 446 | 2026-02-23T23:22:35.914Z | Downloaded icu_provider v1.5.0 |
| 447 | 2026-02-23T23:22:35.917Z | Downloaded icu_normalizer_data v1.5.0 |
| 448 | 2026-02-23T23:22:35.917Z | Downloaded icu_locid v1.5.0 |
| 449 | 2026-02-23T23:22:35.920Z | Downloaded cargo-util-schemas v0.8.2 |
| 450 | 2026-02-23T23:22:35.925Z | Downloaded serde v1.0.228 |
| 451 | 2026-02-23T23:22:35.931Z | Downloaded icu_collections v1.5.0 |
| 452 | 2026-02-23T23:22:35.942Z | Downloaded indexmap v2.13.0 |
| 453 | 2026-02-23T23:22:35.958Z | Downloaded clap_builder v4.5.48 |
| 454 | 2026-02-23T23:22:35.973Z | Downloaded serde_json v1.0.149 |
| 455 | 2026-02-23T23:22:35.979Z | Downloaded pest v2.8.2 |
| 456 | 2026-02-23T23:22:35.989Z | Downloaded hashbrown v0.16.1 |
| 457 | 2026-02-23T23:22:35.993Z | Downloaded idna v1.0.3 |
| 458 | 2026-02-23T23:22:35.997Z | Downloaded goblin v0.8.2 |
| 459 | 2026-02-23T23:22:36.027Z | Downloaded tabled v0.15.0 |
| 460 | 2026-02-23T23:22:36.041Z | Downloaded syn v1.0.109 |
| 461 | 2026-02-23T23:22:36.051Z | Downloaded icu_properties_data v1.5.0 |
| 462 | 2026-02-23T23:22:36.060Z | Downloaded syn v2.0.114 |
| 463 | 2026-02-23T23:22:36.069Z | Downloaded rustix v0.38.37 |
| 464 | 2026-02-23T23:22:36.091Z | Downloaded rustix v1.1.3 |
| 465 | 2026-02-23T23:22:36.118Z | Downloaded libc v0.2.180 |
| 466 | 2026-02-23T23:22:36.208Z | Compiling proc-macro2 v1.0.101 |
| 467 | 2026-02-23T23:22:36.208Z | Compiling unicode-ident v1.0.19 |
| 468 | 2026-02-23T23:22:36.211Z | Compiling serde_core v1.0.228 |
| 469 | 2026-02-23T23:22:36.211Z | Compiling version_check v0.9.5 |
| 470 | 2026-02-23T23:22:36.211Z | Compiling serde v1.0.228 |
| 471 | 2026-02-23T23:22:36.211Z | Compiling libc v0.2.180 |
| 472 | 2026-02-23T23:22:36.211Z | Compiling memchr v2.7.4 |
| 473 | 2026-02-23T23:22:36.444Z | Compiling thiserror v2.0.18 |
| 474 | 2026-02-23T23:22:36.695Z | Compiling stable_deref_trait v1.2.0 |
| 475 | 2026-02-23T23:22:36.833Z | Compiling zmij v1.0.15 |
| 476 | 2026-02-23T23:22:37.239Z | Compiling writeable v0.5.5 |
| 477 | 2026-02-23T23:22:37.673Z | Compiling thiserror v1.0.69 |
| 478 | 2026-02-23T23:22:37.811Z | Compiling litemap v0.7.3 |
| 479 | 2026-02-23T23:22:38.009Z | Compiling itoa v1.0.11 |
| 480 | 2026-02-23T23:22:38.039Z | Compiling ucd-trie v0.1.7 |
| 481 | 2026-02-23T23:22:38.066Z | Compiling autocfg v1.4.0 |
| 482 | 2026-02-23T23:22:38.588Z | Compiling bitflags v2.9.4 |
| 483 | 2026-02-23T23:22:38.688Z | Compiling icu_locid_transform_data v1.5.0 |
| 484 | 2026-02-23T23:22:38.822Z | Compiling quote v1.0.40 |
| 485 | 2026-02-23T23:22:38.851Z | Compiling errno v0.3.12 |
| 486 | 2026-02-23T23:22:38.880Z | Compiling byteorder v1.5.0 |
| 487 | 2026-02-23T23:22:39.032Z | Compiling serde_json v1.0.149 |
| 488 | 2026-02-23T23:22:39.064Z | Compiling icu_properties_data v1.5.0 |
| 489 | 2026-02-23T23:22:39.329Z | Compiling syn v2.0.114 |
| 490 | 2026-02-23T23:22:39.356Z | Compiling num-traits v0.2.19 |
| 491 | 2026-02-23T23:22:39.385Z | Compiling write16 v1.0.0 |
| 492 | 2026-02-23T23:22:39.451Z | Compiling rustix v0.38.37 |
| 493 | 2026-02-23T23:22:39.508Z | Compiling hashbrown v0.16.1 |
| 494 | 2026-02-23T23:22:39.550Z | Compiling smallvec v1.15.1 |
| 495 | 2026-02-23T23:22:39.713Z | Compiling utf8_iter v1.0.4 |
| 496 | 2026-02-23T23:22:39.970Z | Compiling typeid v1.0.3 |
| 497 | 2026-02-23T23:22:39.994Z | Compiling equivalent v1.0.2 |
| 498 | 2026-02-23T23:22:39.997Z | Compiling icu_normalizer_data v1.5.0 |
| 499 | 2026-02-23T23:22:40.188Z | Compiling utf16_iter v1.0.5 |
| 500 | 2026-02-23T23:22:40.560Z | Compiling indexmap v2.13.0 |
| 501 | 2026-02-23T23:22:40.586Z | Compiling usdt-impl v0.5.0 |
| 502 | 2026-02-23T23:22:40.647Z | Compiling proc-macro-error-attr v1.0.4 |
| 503 | 2026-02-23T23:22:40.681Z | Compiling winnow v0.7.14 |
| 504 | 2026-02-23T23:22:41.007Z | Compiling toml_write v0.1.2 |
| 505 | 2026-02-23T23:22:41.036Z | Compiling syn v1.0.109 |
| 506 | 2026-02-23T23:22:41.280Z | Compiling thread-id v4.2.2 |
| 507 | 2026-02-23T23:22:41.782Z | Compiling proc-macro-error v1.0.4 |
| 508 | 2026-02-23T23:22:42.140Z | Compiling percent-encoding v2.3.2 |
| 509 | 2026-02-23T23:22:42.140Z | Compiling camino v1.2.2 |
| 510 | 2026-02-23T23:22:42.578Z | Compiling log v0.4.29 |
| 511 | 2026-02-23T23:22:42.958Z | Compiling plain v0.2.3 |
| 512 | 2026-02-23T23:22:42.986Z | Compiling rustix v1.1.3 |
| 513 | 2026-02-23T23:22:43.174Z | Compiling utf8parse v0.2.2 |
| 514 | 2026-02-23T23:22:43.218Z | Compiling getrandom v0.3.4 |
| 515 | 2026-02-23T23:22:43.341Z | Compiling anstyle-parse v0.2.5 |
| 516 | 2026-02-23T23:22:43.379Z | Compiling ordered-float v2.10.1 |
| 517 | 2026-02-23T23:22:43.794Z | Compiling terminal_size v0.4.0 |
| 518 | 2026-02-23T23:22:43.982Z | Compiling form_urlencoded v1.2.2 |
| 519 | 2026-02-23T23:22:44.338Z | Compiling anstyle-query v1.1.1 |
| 520 | 2026-02-23T23:22:44.456Z | Compiling is_terminal_polyfill v1.70.1 |
| 521 | 2026-02-23T23:22:44.536Z | Compiling cfg-if v1.0.4 |
| 522 | 2026-02-23T23:22:44.628Z | Compiling anstyle v1.0.11 |
| 523 | 2026-02-23T23:22:44.656Z | Compiling pretty-hex v0.4.1 |
| 524 | 2026-02-23T23:22:44.684Z | Compiling colorchoice v1.0.2 |
| 525 | 2026-02-23T23:22:45.007Z | Compiling anstream v0.6.18 |
| 526 | 2026-02-23T23:22:45.068Z | Compiling semver v1.0.27 |
| 527 | 2026-02-23T23:22:45.304Z | Compiling fs-err v3.1.1 |
| 528 | 2026-02-23T23:22:45.677Z | Compiling heck v0.4.1 |
| 529 | 2026-02-23T23:22:45.791Z | Compiling heck v0.5.0 |
| 530 | 2026-02-23T23:22:45.794Z | Compiling anyhow v1.0.99 |
| 531 | 2026-02-23T23:22:45.874Z | Compiling strsim v0.11.1 |
| 532 | 2026-02-23T23:22:46.130Z | Compiling synstructure v0.13.1 |
| 533 | 2026-02-23T23:22:46.295Z | Compiling unicode-xid v0.2.6 |
| 534 | 2026-02-23T23:22:46.457Z | Compiling clap_lex v0.7.4 |
| 535 | 2026-02-23T23:22:46.524Z | Compiling fnv v1.0.7 |
| 536 | 2026-02-23T23:22:46.636Z | Compiling unicode-width v0.1.14 |
| 537 | 2026-02-23T23:22:46.913Z | Compiling fastrand v2.1.1 |
| 538 | 2026-02-23T23:22:47.000Z | Compiling bytecount v0.6.8 |
| 539 | 2026-02-23T23:22:47.227Z | Compiling once_cell v1.21.3 |
| 540 | 2026-02-23T23:22:47.299Z | Compiling papergrid v0.11.0 |
| 541 | 2026-02-23T23:22:47.355Z | Compiling clap_builder v4.5.48 |
| 542 | 2026-02-23T23:22:47.650Z | Compiling tempfile v3.24.0 |
| 543 | 2026-02-23T23:22:47.721Z | Compiling memmap v0.7.0 |
| 544 | 2026-02-23T23:22:47.880Z | Compiling smawk v0.3.2 |
| 545 | 2026-02-23T23:22:48.058Z | Compiling unicode-width v0.2.0 |
| 546 | 2026-02-23T23:22:48.143Z | Compiling unicode-linebreak v0.1.5 |
| 547 | 2026-02-23T23:22:48.465Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-02-23T23:22:48.636Z | Compiling textwrap v0.16.2 |
| 549 | 2026-02-23T23:22:49.311Z | Compiling tabled_derive v0.7.0 |
| 550 | 2026-02-23T23:22:49.455Z | Compiling swrite v0.1.0 |
| 551 | 2026-02-23T23:22:49.496Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-02-23T23:22:50.314Z | Compiling serde_derive v1.0.228 |
| 553 | 2026-02-23T23:22:50.314Z | Compiling zerofrom-derive v0.1.4 |
| 554 | 2026-02-23T23:22:50.319Z | Compiling yoke-derive v0.7.4 |
| 555 | 2026-02-23T23:22:50.367Z | Compiling zerovec-derive v0.10.3 |
| 556 | 2026-02-23T23:22:50.394Z | Compiling thiserror-impl v2.0.18 |
| 557 | 2026-02-23T23:22:50.841Z | Compiling displaydoc v0.2.5 |
| 558 | 2026-02-23T23:22:52.509Z | Compiling thiserror-impl v1.0.69 |
| 559 | 2026-02-23T23:22:52.911Z | Compiling icu_provider_macros v1.5.0 |
| 560 | 2026-02-23T23:22:53.360Z | Compiling zerocopy-derive v0.7.35 |
| 561 | 2026-02-23T23:22:53.732Z | Compiling zerofrom v0.1.4 |
| 562 | 2026-02-23T23:22:53.804Z | Compiling pest v2.8.2 |
| 563 | 2026-02-23T23:22:53.979Z | Compiling yoke v0.7.4 |
| 564 | 2026-02-23T23:22:54.026Z | Compiling scroll_derive v0.12.0 |
| 565 | 2026-02-23T23:22:54.352Z | Compiling zerovec v0.10.4 |
| 566 | 2026-02-23T23:22:54.943Z | Compiling clap_derive v4.5.47 |
| 567 | 2026-02-23T23:22:55.186Z | Compiling zerocopy v0.7.35 |
| 568 | 2026-02-23T23:22:55.422Z | Compiling scroll v0.12.0 |
| 569 | 2026-02-23T23:22:55.512Z | Compiling tabled v0.15.0 |
| 570 | 2026-02-23T23:22:55.970Z | Compiling goblin v0.8.2 |
| 571 | 2026-02-23T23:22:56.173Z | Compiling tinystr v0.7.6 |
| 572 | 2026-02-23T23:22:56.387Z | Compiling icu_collections v1.5.0 |
| 573 | 2026-02-23T23:22:56.593Z | Compiling icu_locid v1.5.0 |
| 574 | 2026-02-23T23:22:56.621Z | Compiling pest_meta v2.8.2 |
| 575 | 2026-02-23T23:22:58.093Z | Compiling icu_provider v1.5.0 |
| 576 | 2026-02-23T23:22:58.445Z | Compiling pest_generator v2.8.2 |
| 577 | 2026-02-23T23:22:58.710Z | Compiling toml_datetime v0.6.11 |
| 578 | 2026-02-23T23:22:58.742Z | Compiling icu_locid_transform v1.5.0 |
| 579 | 2026-02-23T23:22:58.742Z | Compiling serde_spanned v0.6.9 |
| 580 | 2026-02-23T23:22:59.002Z | Compiling dof v0.3.0 |
| 581 | 2026-02-23T23:22:59.046Z | Compiling serde_tokenstream v0.2.2 |
| 582 | 2026-02-23T23:22:59.272Z | Compiling toml_edit v0.22.27 |
| 583 | 2026-02-23T23:22:59.655Z | Compiling erased-serde v0.4.6 |
| 584 | 2026-02-23T23:22:59.906Z | Compiling serde-value v0.7.0 |
| 585 | 2026-02-23T23:23:00.251Z | Compiling icu_properties v1.5.1 |
| 586 | 2026-02-23T23:23:00.715Z | Compiling serde-untagged v0.1.7 |
| 587 | 2026-02-23T23:23:00.845Z | Compiling cargo-platform v0.2.0 |
| 588 | 2026-02-23T23:23:01.020Z | Compiling pest_derive v2.8.2 |
| 589 | 2026-02-23T23:23:01.130Z | Compiling clap v4.5.48 |
| 590 | 2026-02-23T23:23:01.230Z | Compiling macaddr v1.0.1 |
| 591 | 2026-02-23T23:23:01.714Z | Compiling dtrace-parser v0.2.0 |
| 592 | 2026-02-23T23:23:02.728Z | Compiling toml v0.8.23 |
| 593 | 2026-02-23T23:23:03.581Z | Compiling usdt-macro v0.5.0 |
| 594 | 2026-02-23T23:23:03.675Z | Compiling usdt-attr-macro v0.5.0 |
| 595 | 2026-02-23T23:23:03.784Z | Compiling cargo_toml v0.21.0 |
| 596 | 2026-02-23T23:23:04.011Z | Compiling icu_normalizer v1.5.0 |
| 597 | 2026-02-23T23:23:04.828Z | Compiling idna_adapter v1.2.0 |
| 598 | 2026-02-23T23:23:04.914Z | Compiling usdt v0.5.0 |
| 599 | 2026-02-23T23:23:04.993Z | Compiling idna v1.0.3 |
| 600 | 2026-02-23T23:23:05.403Z | Compiling url v2.5.4 |
| 601 | 2026-02-23T23:23:06.073Z | Compiling cargo-util-schemas v0.8.2 |
| 602 | 2026-02-23T23:23:07.747Z | Compiling cargo_metadata v0.21.0 |
| 603 | 2026-02-23T23:23:09.353Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 604 | 2026-02-23T23:23:12.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 605 | 2026-02-23T23:23:13.262Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 606 | 2026-02-23T23:23:14.086Z | Downloading crates ... |
| 607 | 2026-02-23T23:23:14.239Z | Downloaded assert_matches v1.5.0 |
| 608 | 2026-02-23T23:23:14.250Z | Downloaded cfg_aliases v0.2.1 |
| 609 | 2026-02-23T23:23:14.253Z | Downloaded arrayref v0.3.9 |
| 610 | 2026-02-23T23:23:14.257Z | Downloaded bit-set v0.5.3 |
| 611 | 2026-02-23T23:23:14.261Z | Downloaded atomicwrites v0.4.4 |
| 612 | 2026-02-23T23:23:14.265Z | Downloaded backoff v0.4.0 |
| 613 | 2026-02-23T23:23:14.270Z | Downloaded aead v0.5.2 |
| 614 | 2026-02-23T23:23:14.274Z | Downloaded ciborium-io v0.2.2 |
| 615 | 2026-02-23T23:23:14.277Z | Downloaded base16ct v0.2.0 |
| 616 | 2026-02-23T23:23:14.282Z | Downloaded darling_macro v0.20.10 |
| 617 | 2026-02-23T23:23:14.286Z | Downloaded arrayvec v0.7.6 |
| 618 | 2026-02-23T23:23:14.291Z | Downloaded bb8 v0.8.5 |
| 619 | 2026-02-23T23:23:14.296Z | Downloaded adler2 v2.0.0 |
| 620 | 2026-02-23T23:23:14.299Z | Downloaded crossbeam-utils v0.8.21 |
| 621 | 2026-02-23T23:23:14.303Z | Downloaded filetime v0.2.26 |
| 622 | 2026-02-23T23:23:14.307Z | Downloaded cobs v0.2.3 |
| 623 | 2026-02-23T23:23:14.313Z | Downloaded blake2 v0.10.6 |
| 624 | 2026-02-23T23:23:14.316Z | Downloaded embedded-io v0.6.1 |
| 625 | 2026-02-23T23:23:14.320Z | Downloaded crc-catalog v2.4.0 |
| 626 | 2026-02-23T23:23:14.323Z | Downloaded atomic-waker v1.1.2 |
| 627 | 2026-02-23T23:23:14.327Z | Downloaded crc8 v0.1.1 |
| 628 | 2026-02-23T23:23:14.330Z | Downloaded crc v3.2.1 |
| 629 | 2026-02-23T23:23:14.335Z | Downloaded float-ord v0.3.2 |
| 630 | 2026-02-23T23:23:14.352Z | Downloaded dsl_auto_type v0.1.2 |
| 631 | 2026-02-23T23:23:14.357Z | Downloaded cargo-platform v0.1.8 |
| 632 | 2026-02-23T23:23:14.361Z | Downloaded dirs-next v2.0.0 |
| 633 | 2026-02-23T23:23:14.364Z | Downloaded bitfield-struct v0.6.2 |
| 634 | 2026-02-23T23:23:14.368Z | Downloaded flagset v0.4.6 |
| 635 | 2026-02-23T23:23:14.373Z | Downloaded derive_more v0.99.20 |
| 636 | 2026-02-23T23:23:14.377Z | Downloaded futures-sink v0.3.31 |
| 637 | 2026-02-23T23:23:14.381Z | Downloaded gethostname v0.5.0 |
| 638 | 2026-02-23T23:23:14.385Z | Downloaded difflib v0.4.0 |
| 639 | 2026-02-23T23:23:14.388Z | Downloaded funty v2.0.0 |
| 640 | 2026-02-23T23:23:14.391Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 641 | 2026-02-23T23:23:14.396Z | Downloaded dirs-sys-next v0.1.2 |
| 642 | 2026-02-23T23:23:14.401Z | Downloaded futures-core v0.3.31 |
| 643 | 2026-02-23T23:23:14.404Z | Downloaded foreign-types-shared v0.3.1 |
| 644 | 2026-02-23T23:23:14.404Z | Downloaded buf-list v1.0.3 |
| 645 | 2026-02-23T23:23:14.410Z | Downloaded hash32 v0.3.1 |
| 646 | 2026-02-23T23:23:14.414Z | Downloaded headers-core v0.3.0 |
| 647 | 2026-02-23T23:23:14.417Z | Downloaded dof v0.4.0 |
| 648 | 2026-02-23T23:23:14.421Z | Downloaded foreign-types-shared v0.1.1 |
| 649 | 2026-02-23T23:23:14.424Z | Downloaded document-features v0.2.11 |
| 650 | 2026-02-23T23:23:14.428Z | Downloaded hex-literal v0.4.1 |
| 651 | 2026-02-23T23:23:14.433Z | Downloaded globwalk v0.9.1 |
| 652 | 2026-02-23T23:23:14.436Z | Downloaded derive-where v1.5.0 |
| 653 | 2026-02-23T23:23:14.440Z | Downloaded fxhash v0.2.1 |
| 654 | 2026-02-23T23:23:14.442Z | Downloaded hash32 v0.2.1 |
| 655 | 2026-02-23T23:23:14.446Z | Downloaded erased-serde v0.3.31 |
| 656 | 2026-02-23T23:23:14.449Z | Downloaded fallible-iterator v0.2.0 |
| 657 | 2026-02-23T23:23:14.453Z | Downloaded find-msvc-tools v0.1.9 |
| 658 | 2026-02-23T23:23:14.456Z | Downloaded http-range v0.1.5 |
| 659 | 2026-02-23T23:23:14.459Z | Downloaded env_logger v0.11.8 |
| 660 | 2026-02-23T23:23:14.465Z | Downloaded http-body v1.0.1 |
| 661 | 2026-02-23T23:23:14.470Z | Downloaded hubpack v0.1.2 |
| 662 | 2026-02-23T23:23:14.473Z | Downloaded globset v0.4.15 |
| 663 | 2026-02-23T23:23:14.476Z | Downloaded data-encoding v2.9.0 |
| 664 | 2026-02-23T23:23:14.476Z | Downloaded hyper-tls v0.6.0 |
| 665 | 2026-02-23T23:23:14.480Z | Downloaded inout v0.1.3 |
| 666 | 2026-02-23T23:23:14.484Z | Downloaded darling v0.20.10 |
| 667 | 2026-02-23T23:23:14.489Z | Downloaded hubpack_derive v0.1.1 |
| 668 | 2026-02-23T23:23:14.493Z | Downloaded const-oid v0.9.6 |
| 669 | 2026-02-23T23:23:14.497Z | Downloaded is_ci v1.2.0 |
| 670 | 2026-02-23T23:23:14.501Z | Downloaded derive_more-impl v2.0.1 |
| 671 | 2026-02-23T23:23:14.508Z | Downloaded highway v1.3.0 |
| 672 | 2026-02-23T23:23:14.512Z | Downloaded indoc v1.0.9 |
| 673 | 2026-02-23T23:23:14.515Z | Downloaded kstat-rs v0.2.4 |
| 674 | 2026-02-23T23:23:14.518Z | Downloaded getrandom v0.2.15 |
| 675 | 2026-02-23T23:23:14.523Z | Downloaded ar_archive_writer v0.5.1 |
| 676 | 2026-02-23T23:23:14.536Z | Downloaded libsw-core v0.3.1 |
| 677 | 2026-02-23T23:23:14.543Z | Downloaded lockfree-object-pool v0.1.6 |
| 678 | 2026-02-23T23:23:14.543Z | Downloaded md5 v0.7.0 |
| 679 | 2026-02-23T23:23:14.543Z | Downloaded lru-cache v0.1.2 |
| 680 | 2026-02-23T23:23:14.543Z | Downloaded keccak v0.1.5 |
| 681 | 2026-02-23T23:23:14.548Z | Downloaded maplit v1.0.2 |
| 682 | 2026-02-23T23:23:14.548Z | Downloaded match_cfg v0.1.0 |
| 683 | 2026-02-23T23:23:14.551Z | Downloaded mime v0.3.17 |
| 684 | 2026-02-23T23:23:14.551Z | Downloaded memoffset v0.9.1 |
| 685 | 2026-02-23T23:23:14.554Z | Downloaded futures-executor v0.3.31 |
| 686 | 2026-02-23T23:23:14.560Z | Downloaded md-5 v0.10.6 |
| 687 | 2026-02-23T23:23:14.563Z | Downloaded futures-channel v0.3.31 |
| 688 | 2026-02-23T23:23:14.563Z | Downloaded hyper-staticfile v0.10.1 |
| 689 | 2026-02-23T23:23:14.626Z | Downloaded multimap v0.10.1 |
| 690 | 2026-02-23T23:23:14.626Z | Downloaded new_debug_unreachable v1.0.6 |
| 691 | 2026-02-23T23:23:14.626Z | Downloaded nibble_vec v0.1.0 |
| 692 | 2026-02-23T23:23:14.626Z | Downloaded newtype_derive v0.1.6 |
| 693 | 2026-02-23T23:23:14.626Z | Downloaded ingot v0.1.1 |
| 694 | 2026-02-23T23:23:14.626Z | Downloaded fatfs v0.3.6 |
| 695 | 2026-02-23T23:23:14.626Z | Downloaded internet-checksum v0.2.1 |
| 696 | 2026-02-23T23:23:14.626Z | Downloaded hmac v0.12.1 |
| 697 | 2026-02-23T23:23:14.627Z | Downloaded opaque-debug v0.3.1 |
| 698 | 2026-02-23T23:23:14.627Z | Downloaded newtype-uuid-macros v0.1.0 |
| 699 | 2026-02-23T23:23:14.627Z | Downloaded jobserver v0.1.32 |
| 700 | 2026-02-23T23:23:14.627Z | Downloaded openssl-macros v0.1.1 |
| 701 | 2026-02-23T23:23:14.628Z | Downloaded oso-derive v0.27.3 |
| 702 | 2026-02-23T23:23:14.628Z | Downloaded nonempty v0.12.0 |
| 703 | 2026-02-23T23:23:14.628Z | Downloaded num-conv v0.1.0 |
| 704 | 2026-02-23T23:23:14.628Z | Downloaded num_threads v0.1.7 |
| 705 | 2026-02-23T23:23:14.628Z | Downloaded num-derive v0.3.3 |
| 706 | 2026-02-23T23:23:14.628Z | Downloaded olpc-cjson v0.1.4 |
| 707 | 2026-02-23T23:23:14.628Z | Downloaded libsw v3.5.0 |
| 708 | 2026-02-23T23:23:14.636Z | Downloaded libloading v0.8.5 |
| 709 | 2026-02-23T23:23:14.637Z | Downloaded number_prefix v0.4.0 |
| 710 | 2026-02-23T23:23:14.637Z | Downloaded packed_struct_codegen v0.10.1 |
| 711 | 2026-02-23T23:23:14.637Z | Downloaded parse-display v0.10.0 |
| 712 | 2026-02-23T23:23:14.637Z | Downloaded openssl-probe v0.1.5 |
| 713 | 2026-02-23T23:23:14.641Z | Downloaded compact_str v0.8.0 |
| 714 | 2026-02-23T23:23:14.641Z | Downloaded path-slash v0.1.5 |
| 715 | 2026-02-23T23:23:14.645Z | Downloaded pbkdf2 v0.12.2 |
| 716 | 2026-02-23T23:23:14.646Z | Downloaded parse-size v1.1.0 |
| 717 | 2026-02-23T23:23:14.648Z | Downloaded indoc v2.0.6 |
| 718 | 2026-02-23T23:23:14.653Z | Downloaded base64 v0.21.7 |
| 719 | 2026-02-23T23:23:14.657Z | Downloaded nu-ansi-term v0.50.1 |
| 720 | 2026-02-23T23:23:14.660Z | Downloaded dropshot-api-manager v0.3.0 |
| 721 | 2026-02-23T23:23:14.663Z | Downloaded phf_shared v0.11.2 |
| 722 | 2026-02-23T23:23:14.666Z | Downloaded peg-runtime v0.8.5 |
| 723 | 2026-02-23T23:23:14.669Z | Downloaded cc v1.2.56 |
| 724 | 2026-02-23T23:23:14.672Z | Downloaded oxide-tokio-rt v0.1.2 |
| 725 | 2026-02-23T23:23:14.677Z | Downloaded flate2 v1.1.2 |
| 726 | 2026-02-23T23:23:14.683Z | Downloaded precomputed-hash v0.1.1 |
| 727 | 2026-02-23T23:23:14.686Z | Downloaded crossterm v0.28.1 |
| 728 | 2026-02-23T23:23:14.693Z | Downloaded num-integer v0.1.46 |
| 729 | 2026-02-23T23:23:14.696Z | Downloaded pin-utils v0.1.0 |
| 730 | 2026-02-23T23:23:14.696Z | Downloaded phf_shared v0.12.1 |
| 731 | 2026-02-23T23:23:14.699Z | Downloaded packed_struct v0.10.1 |
| 732 | 2026-02-23T23:23:14.705Z | Downloaded memmap2 v0.9.8 |
| 733 | 2026-02-23T23:23:14.711Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 734 | 2026-02-23T23:23:14.711Z | Downloaded predicates-tree v1.0.12 |
| 735 | 2026-02-23T23:23:14.711Z | Downloaded chacha20poly1305 v0.10.1 |
| 736 | 2026-02-23T23:23:14.714Z | Downloaded predicates-core v1.0.8 |
| 737 | 2026-02-23T23:23:14.714Z | Downloaded paste v1.0.15 |
| 738 | 2026-02-23T23:23:14.717Z | Downloaded progenitor-client v0.8.0 |
| 739 | 2026-02-23T23:23:14.721Z | Downloaded peg-macros v0.8.5 |
| 740 | 2026-02-23T23:23:14.724Z | Downloaded pretty-hex v0.2.1 |
| 741 | 2026-02-23T23:23:14.730Z | Downloaded pem-rfc7468 v0.7.0 |
| 742 | 2026-02-23T23:23:14.733Z | Downloaded flume v0.11.1 |
| 743 | 2026-02-23T23:23:14.733Z | Downloaded radium v0.7.0 |
| 744 | 2026-02-23T23:23:14.736Z | Downloaded pem v3.0.5 |
| 745 | 2026-02-23T23:23:14.740Z | Downloaded progenitor-client v0.11.2 |
| 746 | 2026-02-23T23:23:14.745Z | Downloaded progenitor-macro v0.10.0 |
| 747 | 2026-02-23T23:23:14.745Z | Downloaded owo-colors v4.2.3 |
| 748 | 2026-02-23T23:23:14.749Z | Downloaded predicates v3.1.3 |
| 749 | 2026-02-23T23:23:14.753Z | Downloaded rand_chacha v0.3.1 |
| 750 | 2026-02-23T23:23:14.753Z | Downloaded progenitor-client v0.10.0 |
| 751 | 2026-02-23T23:23:14.756Z | Downloaded progenitor-macro v0.8.0 |
| 752 | 2026-02-23T23:23:14.756Z | Downloaded quick-error v1.2.3 |
| 753 | 2026-02-23T23:23:14.760Z | Downloaded psl-types v2.0.11 |
| 754 | 2026-02-23T23:23:14.767Z | Downloaded parking_lot_core v0.9.10 |
| 755 | 2026-02-23T23:23:14.767Z | Downloaded progenitor v0.8.0 |
| 756 | 2026-02-23T23:23:14.770Z | Downloaded proc-macro-error2 v2.0.1 |
| 757 | 2026-02-23T23:23:14.770Z | Downloaded pin-project-internal v1.1.6 |
| 758 | 2026-02-23T23:23:14.773Z | Downloaded progenitor v0.11.2 |
| 759 | 2026-02-23T23:23:14.777Z | Downloaded ref-cast-impl v1.0.25 |
| 760 | 2026-02-23T23:23:14.780Z | Downloaded ref-cast v1.0.25 |
| 761 | 2026-02-23T23:23:14.783Z | Downloaded rfc6979 v0.4.0 |
| 762 | 2026-02-23T23:23:14.783Z | Downloaded progenitor v0.10.0 |
| 763 | 2026-02-23T23:23:14.787Z | Downloaded poly1305 v0.8.0 |
| 764 | 2026-02-23T23:23:14.791Z | Downloaded postgres-protocol v0.6.8 |
| 765 | 2026-02-23T23:23:14.794Z | Downloaded jiff-static v0.2.15 |
| 766 | 2026-02-23T23:23:14.797Z | Downloaded rand_xorshift v0.4.0 |
| 767 | 2026-02-23T23:23:14.797Z | Downloaded rustc_version v0.1.7 |
| 768 | 2026-02-23T23:23:14.804Z | Downloaded r2d2 v0.8.10 |
| 769 | 2026-02-23T23:23:14.807Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 770 | 2026-02-23T23:23:14.807Z | Downloaded postcard v1.0.10 |
| 771 | 2026-02-23T23:23:14.807Z | Downloaded rand_core v0.9.3 |
| 772 | 2026-02-23T23:23:14.811Z | Downloaded omicron-zone-package v0.12.2 |
| 773 | 2026-02-23T23:23:14.816Z | Downloaded oso v0.27.3 |
| 774 | 2026-02-23T23:23:14.819Z | Downloaded salsa20 v0.10.2 |
| 775 | 2026-02-23T23:23:14.823Z | Downloaded crypto-bigint v0.5.5 |
| 776 | 2026-02-23T23:23:14.828Z | Downloaded miniz_oxide v0.8.5 |
| 777 | 2026-02-23T23:23:14.831Z | Downloaded parking_lot v0.11.2 |
| 778 | 2026-02-23T23:23:14.834Z | Downloaded rustc-hash v2.1.1 |
| 779 | 2026-02-23T23:23:14.835Z | Downloaded rustc-hash v1.1.0 |
| 780 | 2026-02-23T23:23:14.837Z | Downloaded indicatif v0.18.0 |
| 781 | 2026-02-23T23:23:14.845Z | Downloaded hickory-resolver v0.24.4 |
| 782 | 2026-02-23T23:23:14.849Z | Downloaded scroll_derive v0.13.1 |
| 783 | 2026-02-23T23:23:14.849Z | Downloaded secrecy v0.8.0 |
| 784 | 2026-02-23T23:23:14.855Z | Downloaded seq-macro v0.3.6 |
| 785 | 2026-02-23T23:23:14.855Z | Downloaded semver v0.1.20 |
| 786 | 2026-02-23T23:23:14.860Z | Downloaded sapling-renderdag v0.1.0 |
| 787 | 2026-02-23T23:23:14.860Z | Downloaded rand_chacha v0.9.0 |
| 788 | 2026-02-23T23:23:14.867Z | Downloaded phf v0.11.2 |
| 789 | 2026-02-23T23:23:14.867Z | Downloaded crossterm v0.29.0 |
| 790 | 2026-02-23T23:23:14.871Z | Downloaded sha1 v0.10.6 |
| 791 | 2026-02-23T23:23:14.871Z | Downloaded pkcs5 v0.7.1 |
| 792 | 2026-02-23T23:23:14.875Z | Downloaded quinn-udp v0.5.5 |
| 793 | 2026-02-23T23:23:14.878Z | Downloaded rustc_version v0.4.1 |
| 794 | 2026-02-23T23:23:14.882Z | Downloaded serde-big-array v0.5.1 |
| 795 | 2026-02-23T23:23:14.885Z | Downloaded scrypt v0.11.0 |
| 796 | 2026-02-23T23:23:14.885Z | Downloaded shell-words v1.1.0 |
| 797 | 2026-02-23T23:23:14.891Z | Downloaded scopeguard v1.2.0 |
| 798 | 2026-02-23T23:23:14.891Z | Downloaded signature v2.2.0 |
| 799 | 2026-02-23T23:23:14.891Z | Downloaded serde_bytes v0.11.19 |
| 800 | 2026-02-23T23:23:14.894Z | Downloaded simd-adler32 v0.3.7 |
| 801 | 2026-02-23T23:23:14.897Z | Downloaded sigpipe v0.1.3 |
| 802 | 2026-02-23T23:23:14.897Z | Downloaded signal-hook-tokio v0.3.1 |
| 803 | 2026-02-23T23:23:14.900Z | Downloaded scheduled-thread-pool v0.2.7 |
| 804 | 2026-02-23T23:23:14.900Z | Downloaded rustls-pemfile v2.2.0 |
| 805 | 2026-02-23T23:23:14.905Z | Downloaded hashbrown v0.12.3 |
| 806 | 2026-02-23T23:23:14.908Z | Downloaded siphasher v1.0.1 |
| 807 | 2026-02-23T23:23:14.911Z | Downloaded signal-hook-mio v0.2.4 |
| 808 | 2026-02-23T23:23:14.914Z | Downloaded serde_urlencoded v0.7.1 |
| 809 | 2026-02-23T23:23:14.914Z | Downloaded slog-envlogger v2.2.0 |
| 810 | 2026-02-23T23:23:14.918Z | Downloaded resolv-conf v0.7.0 |
| 811 | 2026-02-23T23:23:14.923Z | Downloaded progenitor-impl v0.10.0 |
| 812 | 2026-02-23T23:23:14.928Z | Downloaded siphasher v0.3.11 |
| 813 | 2026-02-23T23:23:14.928Z | Downloaded expectorate v1.2.0 |
| 814 | 2026-02-23T23:23:14.928Z | Downloaded hickory-resolver v0.25.2 |
| 815 | 2026-02-23T23:23:14.932Z | Downloaded hickory-server v0.25.2 |
| 816 | 2026-02-23T23:23:14.937Z | Downloaded serde_path_to_error v0.1.20 |
| 817 | 2026-02-23T23:23:14.941Z | Downloaded sec1 v0.7.3 |
| 818 | 2026-02-23T23:23:14.943Z | Downloaded slog-bunyan v2.5.0 |
| 819 | 2026-02-23T23:23:14.943Z | Downloaded rustversion v1.0.22 |
| 820 | 2026-02-23T23:23:14.948Z | Downloaded hashbrown v0.13.2 |
| 821 | 2026-02-23T23:23:14.954Z | Downloaded rustls-pemfile v1.0.4 |
| 822 | 2026-02-23T23:23:14.954Z | Downloaded russh-keys v0.45.0 |
| 823 | 2026-02-23T23:23:14.957Z | Downloaded ssh-encoding v0.2.0 |
| 824 | 2026-02-23T23:23:14.960Z | Downloaded pkcs1 v0.7.5 |
| 825 | 2026-02-23T23:23:14.963Z | Downloaded pin-project v1.1.6 |
| 826 | 2026-02-23T23:23:14.972Z | Downloaded signal-hook-registry v1.4.2 |
| 827 | 2026-02-23T23:23:14.976Z | Downloaded shlex v1.3.0 |
| 828 | 2026-02-23T23:23:14.979Z | Downloaded sct v0.7.1 |
| 829 | 2026-02-23T23:23:14.983Z | Downloaded schemars_derive v0.8.22 |
| 830 | 2026-02-23T23:23:14.983Z | Downloaded strum v0.26.3 |
| 831 | 2026-02-23T23:23:14.983Z | Downloaded structmeta-derive v0.3.0 |
| 832 | 2026-02-23T23:23:14.986Z | Downloaded slog-dtrace v0.3.0 |
| 833 | 2026-02-23T23:23:14.992Z | Downloaded ssh-cipher v0.2.0 |
| 834 | 2026-02-23T23:23:14.992Z | Downloaded strip-ansi-escapes v0.2.0 |
| 835 | 2026-02-23T23:23:14.992Z | Downloaded slog-json v2.6.1 |
| 836 | 2026-02-23T23:23:14.995Z | Downloaded p256 v0.13.2 |
| 837 | 2026-02-23T23:23:15.002Z | Downloaded slog-scope v4.4.0 |
| 838 | 2026-02-23T23:23:15.002Z | Downloaded papergrid v0.14.0 |
| 839 | 2026-02-23T23:23:15.006Z | Downloaded take_mut v0.2.2 |
| 840 | 2026-02-23T23:23:15.006Z | Downloaded tagptr v0.2.0 |
| 841 | 2026-02-23T23:23:15.009Z | Downloaded subtle v2.6.1 |
| 842 | 2026-02-23T23:23:15.009Z | Downloaded strum v0.27.2 |
| 843 | 2026-02-23T23:23:15.015Z | Downloaded ron v0.8.1 |
| 844 | 2026-02-23T23:23:15.015Z | Downloaded tap v1.0.1 |
| 845 | 2026-02-23T23:23:15.018Z | Downloaded tabwriter v1.4.0 |
| 846 | 2026-02-23T23:23:15.018Z | Downloaded progenitor-impl v0.11.2 |
| 847 | 2026-02-23T23:23:15.022Z | Downloaded smallvec v0.6.14 |
| 848 | 2026-02-23T23:23:15.025Z | Downloaded slab v0.4.9 |
| 849 | 2026-02-23T23:23:15.025Z | Downloaded ron v0.7.1 |
| 850 | 2026-02-23T23:23:15.032Z | Downloaded sync_wrapper v1.0.1 |
| 851 | 2026-02-23T23:23:15.035Z | Downloaded static_assertions v1.1.0 |
| 852 | 2026-02-23T23:23:15.035Z | Downloaded tabled_derive v0.11.0 |
| 853 | 2026-02-23T23:23:15.035Z | Downloaded time-core v0.1.6 |
| 854 | 2026-02-23T23:23:15.038Z | Downloaded termtree v0.5.1 |
| 855 | 2026-02-23T23:23:15.038Z | Downloaded stacker v0.1.23 |
| 856 | 2026-02-23T23:23:15.041Z | Downloaded slog-stdlog v4.1.1 |
| 857 | 2026-02-23T23:23:15.044Z | Downloaded pretty_assertions v1.4.1 |
| 858 | 2026-02-23T23:23:15.044Z | Downloaded sync-ptr v0.1.4 |
| 859 | 2026-02-23T23:23:15.048Z | Downloaded rcgen v0.12.1 |
| 860 | 2026-02-23T23:23:15.052Z | Downloaded smf v0.2.3 |
| 861 | 2026-02-23T23:23:15.052Z | Downloaded snafu-derive v0.8.5 |
| 862 | 2026-02-23T23:23:15.057Z | Downloaded scroll v0.13.0 |
| 863 | 2026-02-23T23:23:15.057Z | Downloaded testing_table v0.3.0 |
| 864 | 2026-02-23T23:23:15.057Z | Downloaded tinyvec_macros v0.1.1 |
| 865 | 2026-02-23T23:23:15.057Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 866 | 2026-02-23T23:23:15.060Z | Downloaded strum_macros v0.24.3 |
| 867 | 2026-02-23T23:23:15.060Z | Downloaded thread_local v1.1.8 |
| 868 | 2026-02-23T23:23:15.063Z | Downloaded thread-id v5.0.0 |
| 869 | 2026-02-23T23:23:15.063Z | Downloaded sqlformat v0.3.5 |
| 870 | 2026-02-23T23:23:15.071Z | Downloaded support-bundle-viewer v0.1.2 |
| 871 | 2026-02-23T23:23:15.075Z | Downloaded tabled_derive v0.10.0 |
| 872 | 2026-02-23T23:23:15.075Z | Downloaded libm v0.2.8 |
| 873 | 2026-02-23T23:23:15.078Z | Downloaded openssl-sys v0.9.109 |
| 874 | 2026-02-23T23:23:15.081Z | Downloaded string_cache v0.8.9 |
| 875 | 2026-02-23T23:23:15.084Z | Downloaded futures-util v0.3.31 |
| 876 | 2026-02-23T23:23:15.094Z | Downloaded topological-sort v0.2.2 |
| 877 | 2026-02-23T23:23:15.097Z | Downloaded stringprep v0.1.5 |
| 878 | 2026-02-23T23:23:15.100Z | Downloaded spki v0.7.3 |
| 879 | 2026-02-23T23:23:15.101Z | Downloaded rand v0.8.5 |
| 880 | 2026-02-23T23:23:15.104Z | Downloaded prettyplease v0.2.36 |
| 881 | 2026-02-23T23:23:15.110Z | Downloaded strum_macros v0.27.2 |
| 882 | 2026-02-23T23:23:15.114Z | Downloaded strum_macros v0.26.4 |
| 883 | 2026-02-23T23:23:15.115Z | Downloaded try-lock v0.2.5 |
| 884 | 2026-02-23T23:23:15.115Z | Downloaded thiserror-no-std v2.0.2 |
| 885 | 2026-02-23T23:23:15.119Z | Downloaded tower-layer v0.3.3 |
| 886 | 2026-02-23T23:23:15.123Z | Downloaded blake3 v1.5.4 |
| 887 | 2026-02-23T23:23:15.126Z | Downloaded rustls-pki-types v1.10.0 |
| 888 | 2026-02-23T23:23:15.133Z | Downloaded slog v2.8.2 |
| 889 | 2026-02-23T23:23:15.133Z | Downloaded trait-variant v0.1.2 |
| 890 | 2026-02-23T23:23:15.137Z | Downloaded schemars v0.8.22 |
| 891 | 2026-02-23T23:23:15.144Z | Downloaded tls_codec v0.4.1 |
| 892 | 2026-02-23T23:23:15.148Z | Downloaded termios v0.3.3 |
| 893 | 2026-02-23T23:23:15.151Z | Downloaded tokio-macros v2.6.0 |
| 894 | 2026-02-23T23:23:15.151Z | Downloaded tiny-keccak v2.0.2 |
| 895 | 2026-02-23T23:23:15.155Z | Downloaded aho-corasick v1.1.3 |
| 896 | 2026-02-23T23:23:15.161Z | Downloaded unicode-truncate v1.1.0 |
| 897 | 2026-02-23T23:23:15.165Z | Downloaded num-bigint v0.4.6 |
| 898 | 2026-02-23T23:23:15.174Z | Downloaded untrusted v0.7.1 |
| 899 | 2026-02-23T23:23:15.174Z | Downloaded unit-prefix v0.5.1 |
| 900 | 2026-02-23T23:23:15.174Z | Downloaded tokio-tungstenite v0.23.1 |
| 901 | 2026-02-23T23:23:15.174Z | Downloaded tokio-tungstenite v0.21.0 |
| 902 | 2026-02-23T23:23:15.178Z | Downloaded tokio-native-tls v0.3.1 |
| 903 | 2026-02-23T23:23:15.178Z | Downloaded utf-8 v0.7.6 |
| 904 | 2026-02-23T23:23:15.178Z | Downloaded untrusted v0.9.0 |
| 905 | 2026-02-23T23:23:15.200Z | Downloaded tls_codec_derive v0.4.1 |
| 906 | 2026-02-23T23:23:15.200Z | Downloaded usdt-macro v0.6.0 |
| 907 | 2026-02-23T23:23:15.200Z | Downloaded serde_yaml v0.9.34+deprecated |
| 908 | 2026-02-23T23:23:15.200Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 909 | 2026-02-23T23:23:15.200Z | Downloaded similar v2.7.0 |
| 910 | 2026-02-23T23:23:15.201Z | Downloaded void v1.0.2 |
| 911 | 2026-02-23T23:23:15.201Z | Downloaded tinyvec v1.8.0 |
| 912 | 2026-02-23T23:23:15.201Z | Downloaded qorb v0.4.1 |
| 913 | 2026-02-23T23:23:15.207Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 914 | 2026-02-23T23:23:15.207Z | Downloaded usdt-attr-macro v0.6.0 |
| 915 | 2026-02-23T23:23:15.207Z | Downloaded usdt v0.6.0 |
| 916 | 2026-02-23T23:23:15.207Z | Downloaded term v1.1.0 |
| 917 | 2026-02-23T23:23:15.211Z | Downloaded samael v0.0.19 |
| 918 | 2026-02-23T23:23:15.211Z | Downloaded waitgroup v0.1.2 |
| 919 | 2026-02-23T23:23:15.215Z | Downloaded vte_generate_state_changes v0.1.2 |
| 920 | 2026-02-23T23:23:15.215Z | Downloaded iri-string v0.7.8 |
| 921 | 2026-02-23T23:23:15.219Z | Downloaded spin v0.9.8 |
| 922 | 2026-02-23T23:23:15.223Z | Downloaded which v4.4.2 |
| 923 | 2026-02-23T23:23:15.229Z | Downloaded socket2 v0.5.10 |
| 924 | 2026-02-23T23:23:15.229Z | Downloaded tracing-attributes v0.1.27 |
| 925 | 2026-02-23T23:23:15.233Z | Downloaded want v0.3.1 |
| 926 | 2026-02-23T23:23:15.233Z | Downloaded wait-timeout v0.2.0 |
| 927 | 2026-02-23T23:23:15.233Z | Downloaded tokio-rustls v0.24.1 |
| 928 | 2026-02-23T23:23:15.233Z | Downloaded schemars v1.0.4 |
| 929 | 2026-02-23T23:23:15.251Z | Downloaded xshell-macros v0.2.7 |
| 930 | 2026-02-23T23:23:15.256Z | Downloaded xattr v1.3.1 |
| 931 | 2026-02-23T23:23:15.256Z | Downloaded unicase v2.8.1 |
| 932 | 2026-02-23T23:23:15.256Z | Downloaded time-macros v0.2.24 |
| 933 | 2026-02-23T23:23:15.256Z | Downloaded tar v0.4.44 |
| 934 | 2026-02-23T23:23:15.256Z | Downloaded rsa v0.9.8 |
| 935 | 2026-02-23T23:23:15.267Z | Downloaded tokio-rustls v0.26.0 |
| 936 | 2026-02-23T23:23:15.272Z | Downloaded vergen-gitcl v1.0.8 |
| 937 | 2026-02-23T23:23:15.272Z | Downloaded zeroize_derive v1.4.2 |
| 938 | 2026-02-23T23:23:15.272Z | Downloaded vergen-git2 v1.0.7 |
| 939 | 2026-02-23T23:23:15.272Z | Downloaded uzers v0.12.1 |
| 940 | 2026-02-23T23:23:15.272Z | Downloaded zone v0.1.8 |
| 941 | 2026-02-23T23:23:15.272Z | Downloaded subprocess v0.2.9 |
| 942 | 2026-02-23T23:23:15.272Z | Downloaded publicsuffix v2.3.0 |
| 943 | 2026-02-23T23:23:15.276Z | Downloaded h2 v0.4.6 |
| 944 | 2026-02-23T23:23:15.282Z | Downloaded typify v0.2.0 |
| 945 | 2026-02-23T23:23:15.286Z | Downloaded vergen-lib v0.1.6 |
| 946 | 2026-02-23T23:23:15.286Z | Downloaded twox-hash v2.1.0 |
| 947 | 2026-02-23T23:23:15.286Z | Downloaded schemars v0.9.0 |
| 948 | 2026-02-23T23:23:15.299Z | Downloaded zone_cfg_derive v0.3.0 |
| 949 | 2026-02-23T23:23:15.306Z | Downloaded num-bigint-dig v0.8.6 |
| 950 | 2026-02-23T23:23:15.306Z | Downloaded tui-tree-widget v0.23.1 |
| 951 | 2026-02-23T23:23:15.306Z | Downloaded toml v0.7.8 |
| 952 | 2026-02-23T23:23:15.318Z | Downloaded test-strategy v0.4.3 |
| 953 | 2026-02-23T23:23:15.318Z | Downloaded socket2 v0.6.1 |
| 954 | 2026-02-23T23:23:15.331Z | Downloaded hashbrown v0.15.4 |
| 955 | 2026-02-23T23:23:15.331Z | Downloaded snafu v0.8.5 |
| 956 | 2026-02-23T23:23:15.331Z | Downloaded itertools v0.12.1 |
| 957 | 2026-02-23T23:23:15.337Z | Downloaded zeroize v1.8.1 |
| 958 | 2026-02-23T23:23:15.337Z | Downloaded vte v0.11.1 |
| 959 | 2026-02-23T23:23:15.337Z | Downloaded tracing-core v0.1.32 |
| 960 | 2026-02-23T23:23:15.337Z | Downloaded p521 v0.13.3 |
| 961 | 2026-02-23T23:23:15.340Z | Downloaded rustyline v14.0.0 |
| 962 | 2026-02-23T23:23:15.471Z | Downloaded xz2 v0.1.7 |
| 963 | 2026-02-23T23:23:15.472Z | Downloaded bindgen v0.69.5 |
| 964 | 2026-02-23T23:23:15.483Z | Downloaded xshell v0.2.7 |
| 965 | 2026-02-23T23:23:15.483Z | Downloaded curve25519-dalek v4.1.3 |
| 966 | 2026-02-23T23:23:15.483Z | Downloaded value-bag v1.12.0 |
| 967 | 2026-02-23T23:23:15.483Z | Downloaded vsss-rs v3.3.4 |
| 968 | 2026-02-23T23:23:15.483Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 969 | 2026-02-23T23:23:15.483Z | Downloaded tungstenite v0.21.0 |
| 970 | 2026-02-23T23:23:15.483Z | Downloaded itertools v0.13.0 |
| 971 | 2026-02-23T23:23:15.483Z | Downloaded tungstenite v0.23.0 |
| 972 | 2026-02-23T23:23:15.483Z | Downloaded zstd-safe v7.2.3 |
| 973 | 2026-02-23T23:23:15.484Z | Downloaded zstd v0.13.3 |
| 974 | 2026-02-23T23:23:15.484Z | Downloaded tracing v0.1.40 |
| 975 | 2026-02-23T23:23:15.484Z | Downloaded steno v0.4.1 |
| 976 | 2026-02-23T23:23:15.484Z | Downloaded walkdir v2.5.0 |
| 977 | 2026-02-23T23:23:15.484Z | Downloaded unicode-bidi v0.3.17 |
| 978 | 2026-02-23T23:23:15.484Z | Downloaded itertools v0.14.0 |
| 979 | 2026-02-23T23:23:15.484Z | Downloaded bitvec v1.0.1 |
| 980 | 2026-02-23T23:23:15.484Z | Downloaded zerocopy v0.6.6 |
| 981 | 2026-02-23T23:23:15.484Z | Downloaded yasna v0.5.2 |
| 982 | 2026-02-23T23:23:15.484Z | Downloaded uuid v1.19.0 |
| 983 | 2026-02-23T23:23:15.484Z | Downloaded toml_edit v0.19.15 |
| 984 | 2026-02-23T23:23:15.484Z | Downloaded zopfli v0.8.1 |
| 985 | 2026-02-23T23:23:15.484Z | Downloaded chrono v0.4.43 |
| 986 | 2026-02-23T23:23:15.484Z | Downloaded tokio-postgres v0.7.13 |
| 987 | 2026-02-23T23:23:15.484Z | Downloaded bindgen v0.71.1 |
| 988 | 2026-02-23T23:23:15.484Z | Downloaded yansi v1.0.1 |
| 989 | 2026-02-23T23:23:15.484Z | Downloaded rpassword v7.4.0 |
| 990 | 2026-02-23T23:23:15.484Z | Downloaded ssh-key v0.6.6 |
| 991 | 2026-02-23T23:23:15.484Z | Downloaded goblin v0.10.2 |
| 992 | 2026-02-23T23:23:15.484Z | Downloaded typed-path v0.9.3 |
| 993 | 2026-02-23T23:23:15.497Z | Downloaded reqwest v0.12.24 |
| 994 | 2026-02-23T23:23:15.497Z | Downloaded git2 v0.20.2 |
| 995 | 2026-02-23T23:23:15.558Z | Downloaded reedline v0.40.0 |
| 996 | 2026-02-23T23:23:15.558Z | Downloaded tower v0.5.2 |
| 997 | 2026-02-23T23:23:15.558Z | Downloaded salty v0.3.0 |
| 998 | 2026-02-23T23:23:15.558Z | Downloaded unicode_categories v0.1.1 |
| 999 | 2026-02-23T23:23:15.558Z | Downloaded x509-cert v0.2.5 |
| 1000 | 2026-02-23T23:23:15.558Z | Downloaded tokio-util v0.7.15 |
| 1001 | 2026-02-23T23:23:15.558Z | Downloaded zip v0.6.6 |
| 1002 | 2026-02-23T23:23:15.558Z | Downloaded time v0.3.43 |
| 1003 | 2026-02-23T23:23:15.558Z | Downloaded lalrpop v0.19.12 |
| 1004 | 2026-02-23T23:23:15.573Z | Downloaded unicode-normalization v0.1.24 |
| 1005 | 2026-02-23T23:23:15.573Z | Downloaded regex v1.11.3 |
| 1006 | 2026-02-23T23:23:15.573Z | Downloaded zip v4.2.0 |
| 1007 | 2026-02-23T23:23:15.573Z | Downloaded p384 v0.13.1 |
| 1008 | 2026-02-23T23:23:15.573Z | Downloaded gimli v0.31.1 |
| 1009 | 2026-02-23T23:23:15.579Z | Downloaded rustls-webpki v0.101.7 |
| 1010 | 2026-02-23T23:23:15.584Z | Downloaded rustls-webpki v0.102.8 |
| 1011 | 2026-02-23T23:23:15.597Z | Downloaded unicode-segmentation v1.12.0 |
| 1012 | 2026-02-23T23:23:15.600Z | Downloaded zerocopy-derive v0.8.27 |
| 1013 | 2026-02-23T23:23:15.609Z | Downloaded serde_with v3.16.1 |
| 1014 | 2026-02-23T23:23:15.620Z | Downloaded rayon v1.10.0 |
| 1015 | 2026-02-23T23:23:15.640Z | Downloaded winnow v0.5.40 |
| 1016 | 2026-02-23T23:23:15.648Z | Downloaded tower-http v0.6.6 |
| 1017 | 2026-02-23T23:23:15.648Z | Downloaded quinn-proto v0.11.8 |
| 1018 | 2026-02-23T23:23:15.655Z | Downloaded nix v0.27.1 |
| 1019 | 2026-02-23T23:23:15.660Z | Downloaded zlib-rs v0.5.1 |
| 1020 | 2026-02-23T23:23:15.665Z | Downloaded tabled v0.20.0 |
| 1021 | 2026-02-23T23:23:15.676Z | Downloaded tough v0.20.0 |
| 1022 | 2026-02-23T23:23:15.683Z | Downloaded smoltcp v0.9.1 |
| 1023 | 2026-02-23T23:23:15.694Z | Downloaded regex-syntax v0.6.29 |
| 1024 | 2026-02-23T23:23:15.699Z | Downloaded moka v0.12.10 |
| 1025 | 2026-02-23T23:23:15.707Z | Downloaded bstr v1.10.0 |
| 1026 | 2026-02-23T23:23:15.716Z | Downloaded rustls v0.22.4 |
| 1027 | 2026-02-23T23:23:15.727Z | Downloaded zerocopy v0.8.27 |
| 1028 | 2026-02-23T23:23:15.747Z | Downloaded winnow v0.6.26 |
| 1029 | 2026-02-23T23:23:15.755Z | Downloaded regex-syntax v0.8.5 |
| 1030 | 2026-02-23T23:23:15.763Z | Downloaded radix_trie v0.2.1 |
| 1031 | 2026-02-23T23:23:15.767Z | Downloaded object v0.30.4 |
| 1032 | 2026-02-23T23:23:15.774Z | Downloaded regress v0.10.4 |
| 1033 | 2026-02-23T23:23:15.783Z | Downloaded hickory-proto v0.25.2 |
| 1034 | 2026-02-23T23:23:15.796Z | Downloaded proptest v1.7.0 |
| 1035 | 2026-02-23T23:23:15.804Z | Downloaded polar-core v0.27.3 |
| 1036 | 2026-02-23T23:23:15.812Z | Downloaded tabled v0.18.0 |
| 1037 | 2026-02-23T23:23:15.830Z | Downloaded sqlparser v0.61.0 |
| 1038 | 2026-02-23T23:23:15.838Z | Downloaded nix v0.29.0 |
| 1039 | 2026-02-23T23:23:15.845Z | Downloaded typify-impl v0.2.0 |
| 1040 | 2026-02-23T23:23:15.857Z | Downloaded dropshot v0.16.7 |
| 1041 | 2026-02-23T23:23:15.880Z | Downloaded ratatui v0.29.0 |
| 1042 | 2026-02-23T23:23:15.895Z | Downloaded nix v0.30.1 |
| 1043 | 2026-02-23T23:23:15.903Z | Downloaded webpki-roots v1.0.1 |
| 1044 | 2026-02-23T23:23:15.906Z | Downloaded object v0.37.3 |
| 1045 | 2026-02-23T23:23:15.916Z | Downloaded vcpkg v0.2.15 |
| 1046 | 2026-02-23T23:23:15.951Z | Downloaded smoltcp v0.11.0 |
| 1047 | 2026-02-23T23:23:15.962Z | Downloaded openapiv3 v2.2.0 |
| 1048 | 2026-02-23T23:23:15.971Z | Downloaded rustls v0.23.19 |
| 1049 | 2026-02-23T23:23:15.981Z | Downloaded nix v0.28.0 |
| 1050 | 2026-02-23T23:23:15.990Z | Downloaded object v0.36.5 |
| 1051 | 2026-02-23T23:23:16.000Z | Downloaded hickory-proto v0.24.4 |
| 1052 | 2026-02-23T23:23:16.012Z | Downloaded diesel v2.2.12 |
| 1053 | 2026-02-23T23:23:16.028Z | Downloaded chrono-tz v0.10.4 |
| 1054 | 2026-02-23T23:23:16.045Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1055 | 2026-02-23T23:23:16.055Z | Downloaded lzma-sys v0.1.20 |
| 1056 | 2026-02-23T23:23:16.078Z | Downloaded libz-sys v1.1.20 |
| 1057 | 2026-02-23T23:23:16.096Z | Downloaded petname v2.0.2 |
| 1058 | 2026-02-23T23:23:16.100Z | Downloaded rustls v0.21.12 |
| 1059 | 2026-02-23T23:23:16.112Z | Downloaded openssl v0.10.73 |
| 1060 | 2026-02-23T23:23:16.118Z | Downloaded quick-xml v0.37.2 |
| 1061 | 2026-02-23T23:23:16.123Z | Downloaded tokio-stream v0.1.17 |
| 1062 | 2026-02-23T23:23:16.127Z | Downloaded russh v0.45.0 |
| 1063 | 2026-02-23T23:23:16.131Z | Downloaded sha3 v0.10.8 |
| 1064 | 2026-02-23T23:23:16.136Z | Downloaded portable-atomic v1.11.0 |
| 1065 | 2026-02-23T23:23:16.143Z | Downloaded sled v0.34.7 |
| 1066 | 2026-02-23T23:23:16.150Z | Downloaded nom v7.1.3 |
| 1067 | 2026-02-23T23:23:16.155Z | Downloaded unsafe-libyaml v0.2.11 |
| 1068 | 2026-02-23T23:23:16.159Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 1069 | 2026-02-23T23:23:16.162Z | Downloaded typify v0.4.3 |
| 1070 | 2026-02-23T23:23:16.167Z | Downloaded vergen v9.0.6 |
| 1071 | 2026-02-23T23:23:16.167Z | Downloaded typify-impl v0.4.3 |
| 1072 | 2026-02-23T23:23:16.178Z | Downloaded unicode-properties v0.1.3 |
| 1073 | 2026-02-23T23:23:16.181Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-02-23T23:23:16.184Z | Downloaded zone_cfg_derive v0.1.2 |
| 1075 | 2026-02-23T23:23:16.184Z | Downloaded zone v0.3.1 |
| 1076 | 2026-02-23T23:23:16.184Z | Downloaded wyz v0.5.1 |
| 1077 | 2026-02-23T23:23:16.187Z | Downloaded whoami v1.5.2 |
| 1078 | 2026-02-23T23:23:16.187Z | Downloaded usdt-impl v0.6.0 |
| 1079 | 2026-02-23T23:23:16.190Z | Downloaded term v0.7.0 |
| 1080 | 2026-02-23T23:23:16.190Z | Downloaded signal-hook v0.3.18 |
| 1081 | 2026-02-23T23:23:16.194Z | Downloaded rand v0.9.2 |
| 1082 | 2026-02-23T23:23:16.197Z | Downloaded mio v1.0.2 |
| 1083 | 2026-02-23T23:23:16.200Z | Downloaded libxml v0.3.3 |
| 1084 | 2026-02-23T23:23:16.205Z | Downloaded hyper v1.8.1 |
| 1085 | 2026-02-23T23:23:16.211Z | Downloaded progenitor-impl v0.8.0 |
| 1086 | 2026-02-23T23:23:16.214Z | Downloaded iddqd v0.3.16 |
| 1087 | 2026-02-23T23:23:16.218Z | Downloaded universal-hash v0.5.1 |
| 1088 | 2026-02-23T23:23:16.222Z | Downloaded serde_cbor v0.11.2 |
| 1089 | 2026-02-23T23:23:16.226Z | Downloaded zerocopy-derive v0.6.6 |
| 1090 | 2026-02-23T23:23:16.230Z | Downloaded unarray v0.1.4 |
| 1091 | 2026-02-23T23:23:16.233Z | Downloaded typify-macro v0.4.3 |
| 1092 | 2026-02-23T23:23:16.233Z | Downloaded typify-macro v0.2.0 |
| 1093 | 2026-02-23T23:23:16.233Z | Downloaded tokio-rustls v0.25.0 |
| 1094 | 2026-02-23T23:23:16.238Z | Downloaded tokio-dtrace v0.1.0 |
| 1095 | 2026-02-23T23:23:16.238Z | Downloaded prefix-trie v0.7.0 |
| 1096 | 2026-02-23T23:23:16.242Z | Downloaded itertools v0.10.5 |
| 1097 | 2026-02-23T23:23:16.245Z | Downloaded regex-automata v0.4.11 |
| 1098 | 2026-02-23T23:23:16.260Z | Downloaded rayon-core v1.12.1 |
| 1099 | 2026-02-23T23:23:16.263Z | Downloaded jiff v0.2.15 |
| 1100 | 2026-02-23T23:23:16.276Z | Downloaded tower-service v0.3.3 |
| 1101 | 2026-02-23T23:23:16.279Z | Downloaded quinn v0.11.5 |
| 1102 | 2026-02-23T23:23:16.279Z | Downloaded http v1.4.0 |
| 1103 | 2026-02-23T23:23:16.283Z | Downloaded supports-color v3.0.2 |
| 1104 | 2026-02-23T23:23:16.287Z | Downloaded slog-async v2.8.0 |
| 1105 | 2026-02-23T23:23:16.287Z | Downloaded serde_with_macros v3.16.1 |
| 1106 | 2026-02-23T23:23:16.287Z | Downloaded structmeta v0.3.0 |
| 1107 | 2026-02-23T23:23:16.287Z | Downloaded slog-term v2.9.2 |
| 1108 | 2026-02-23T23:23:16.292Z | Downloaded serde-hex v0.1.0 |
| 1109 | 2026-02-23T23:23:16.292Z | Downloaded ryu v1.0.18 |
| 1110 | 2026-02-23T23:23:16.298Z | Downloaded minimal-lexical v0.2.1 |
| 1111 | 2026-02-23T23:23:16.302Z | Downloaded petgraph v0.6.5 |
| 1112 | 2026-02-23T23:23:16.312Z | Downloaded petgraph v0.8.2 |
| 1113 | 2026-02-23T23:23:16.329Z | Downloaded hyper-util v0.1.19 |
| 1114 | 2026-02-23T23:23:16.336Z | Downloaded sqlparser_derive v0.5.0 |
| 1115 | 2026-02-23T23:23:16.339Z | Downloaded serde_derive_internals v0.29.1 |
| 1116 | 2026-02-23T23:23:16.339Z | Downloaded papergrid v0.17.0 |
| 1117 | 2026-02-23T23:23:16.348Z | Downloaded serde_spanned v1.0.4 |
| 1118 | 2026-02-23T23:23:16.348Z | Downloaded serde_repr v0.1.19 |
| 1119 | 2026-02-23T23:23:16.352Z | Downloaded serde_plain v1.0.2 |
| 1120 | 2026-02-23T23:23:16.352Z | Downloaded rusty-fork v0.3.0 |
| 1121 | 2026-02-23T23:23:16.352Z | Downloaded csv v1.3.1 |
| 1122 | 2026-02-23T23:23:16.362Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1123 | 2026-02-23T23:23:16.377Z | Downloaded rustls-native-certs v0.8.1 |
| 1124 | 2026-02-23T23:23:16.381Z | Downloaded rustc-demangle v0.1.24 |
| 1125 | 2026-02-23T23:23:16.384Z | Downloaded tokio v1.49.0 |
| 1126 | 2026-02-23T23:23:16.416Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1127 | 2026-02-23T23:23:16.468Z | Downloaded rand_core v0.6.4 |
| 1128 | 2026-02-23T23:23:16.471Z | Downloaded postgres-types v0.2.9 |
| 1129 | 2026-02-23T23:23:16.471Z | Downloaded rtoolbox v0.0.2 |
| 1130 | 2026-02-23T23:23:16.471Z | Downloaded same-file v1.0.6 |
| 1131 | 2026-02-23T23:23:16.471Z | Downloaded secrecy v0.10.3 |
| 1132 | 2026-02-23T23:23:16.472Z | Downloaded psm v0.1.30 |
| 1133 | 2026-02-23T23:23:16.477Z | Downloaded der v0.7.10 |
| 1134 | 2026-02-23T23:23:16.481Z | Downloaded russh-cryptovec v0.7.3 |
| 1135 | 2026-02-23T23:23:16.481Z | Downloaded ed25519-dalek v2.1.1 |
| 1136 | 2026-02-23T23:23:16.481Z | Downloaded aes v0.8.4 |
| 1137 | 2026-02-23T23:23:16.487Z | Downloaded rand_seeder v0.4.0 |
| 1138 | 2026-02-23T23:23:16.487Z | Downloaded recursive v0.1.1 |
| 1139 | 2026-02-23T23:23:16.487Z | Downloaded num-derive v0.4.2 |
| 1140 | 2026-02-23T23:23:16.494Z | Downloaded phf v0.12.1 |
| 1141 | 2026-02-23T23:23:16.494Z | Downloaded primeorder v0.13.6 |
| 1142 | 2026-02-23T23:23:16.494Z | Downloaded parking_lot v0.12.3 |
| 1143 | 2026-02-23T23:23:16.498Z | Downloaded indicatif v0.17.11 |
| 1144 | 2026-02-23T23:23:16.498Z | Downloaded heapless v0.7.17 |
| 1145 | 2026-02-23T23:23:16.501Z | Downloaded progenitor-macro v0.11.2 |
| 1146 | 2026-02-23T23:23:16.501Z | Downloaded ppv-lite86 v0.2.20 |
| 1147 | 2026-02-23T23:23:16.501Z | Downloaded aws-lc-rs v1.12.4 |
| 1148 | 2026-02-23T23:23:16.508Z | Downloaded headers v0.4.1 |
| 1149 | 2026-02-23T23:23:16.513Z | Downloaded polyval v0.6.2 |
| 1150 | 2026-02-23T23:23:16.521Z | Downloaded pkg-config v0.3.31 |
| 1151 | 2026-02-23T23:23:16.522Z | Downloaded pkcs8 v0.10.2 |
| 1152 | 2026-02-23T23:23:16.526Z | Downloaded pin-project-lite v0.2.14 |
| 1153 | 2026-02-23T23:23:16.526Z | Downloaded parking_lot_core v0.8.6 |
| 1154 | 2026-02-23T23:23:16.526Z | Downloaded diesel_derives v2.2.3 |
| 1155 | 2026-02-23T23:23:16.534Z | Downloaded encoding_rs v0.8.34 |
| 1156 | 2026-02-23T23:23:16.545Z | Downloaded proc-macro-crate v1.3.1 |
| 1157 | 2026-02-23T23:23:16.550Z | Downloaded num_enum v0.5.11 |
| 1158 | 2026-02-23T23:23:16.553Z | Downloaded elliptic-curve v0.13.8 |
| 1159 | 2026-02-23T23:23:16.557Z | Downloaded oxnet v0.1.4 |
| 1160 | 2026-02-23T23:23:16.557Z | Downloaded peg v0.8.5 |
| 1161 | 2026-02-23T23:23:16.560Z | Downloaded pbkdf2 v0.11.0 |
| 1162 | 2026-02-23T23:23:16.560Z | Downloaded password-hash v0.5.0 |
| 1163 | 2026-02-23T23:23:16.564Z | Downloaded password-hash v0.4.2 |
| 1164 | 2026-02-23T23:23:16.564Z | Downloaded parse-display-derive v0.10.0 |
| 1165 | 2026-02-23T23:23:16.567Z | Downloaded native-tls v0.2.12 |
| 1166 | 2026-02-23T23:23:16.567Z | Downloaded litrs v0.4.1 |
| 1167 | 2026-02-23T23:23:16.570Z | Downloaded indexmap v1.9.3 |
| 1168 | 2026-02-23T23:23:16.573Z | Downloaded ring v0.17.14 |
| 1169 | 2026-02-23T23:23:16.607Z | Downloaded ignore v0.4.23 |
| 1170 | 2026-02-23T23:23:16.610Z | Downloaded heapless v0.8.0 |
| 1171 | 2026-02-23T23:23:16.613Z | Downloaded num-complex v0.4.6 |
| 1172 | 2026-02-23T23:23:16.618Z | Downloaded half v2.4.1 |
| 1173 | 2026-02-23T23:23:16.618Z | Downloaded aes-gcm v0.10.3 |
| 1174 | 2026-02-23T23:23:16.622Z | Downloaded powerfmt v0.2.0 |
| 1175 | 2026-02-23T23:23:16.622Z | Downloaded bytes v1.11.1 |
| 1176 | 2026-02-23T23:23:16.624Z | Downloaded bumpalo v3.16.0 |
| 1177 | 2026-02-23T23:23:16.628Z | Downloaded base64 v0.22.1 |
| 1178 | 2026-02-23T23:23:16.631Z | Downloaded num-rational v0.4.2 |
| 1179 | 2026-02-23T23:23:16.631Z | Downloaded ipnet v2.11.0 |
| 1180 | 2026-02-23T23:23:16.631Z | Downloaded ingot-macros v0.1.1 |
| 1181 | 2026-02-23T23:23:16.639Z | Downloaded derive_more v2.0.1 |
| 1182 | 2026-02-23T23:23:16.644Z | Downloaded nanorand v0.7.0 |
| 1183 | 2026-02-23T23:23:16.644Z | Downloaded multer v3.1.0 |
| 1184 | 2026-02-23T23:23:16.649Z | Downloaded futures v0.3.31 |
| 1185 | 2026-02-23T23:23:16.649Z | Downloaded normalize-line-endings v0.3.0 |
| 1186 | 2026-02-23T23:23:16.649Z | Downloaded newtype-uuid v1.3.2 |
| 1187 | 2026-02-23T23:23:16.655Z | Downloaded httparse v1.9.5 |
| 1188 | 2026-02-23T23:23:16.655Z | Downloaded dropshot_endpoint v0.16.7 |
| 1189 | 2026-02-23T23:23:16.659Z | Downloaded mime_guess v2.0.5 |
| 1190 | 2026-02-23T23:23:16.659Z | Downloaded linear-map v1.2.0 |
| 1191 | 2026-02-23T23:23:16.659Z | Downloaded libefi-sys v0.1.0 |
| 1192 | 2026-02-23T23:23:16.659Z | Downloaded lazycell v1.3.0 |
| 1193 | 2026-02-23T23:23:16.665Z | Downloaded hickory-client v0.25.2 |
| 1194 | 2026-02-23T23:23:16.665Z | Downloaded num_enum_derive v0.5.11 |
| 1195 | 2026-02-23T23:23:16.665Z | Downloaded iana-time-zone v0.1.63 |
| 1196 | 2026-02-23T23:23:16.669Z | Downloaded num v0.4.3 |
| 1197 | 2026-02-23T23:23:16.669Z | Downloaded nodrop v0.1.14 |
| 1198 | 2026-02-23T23:23:16.669Z | Downloaded num-iter v0.1.45 |
| 1199 | 2026-02-23T23:23:16.669Z | Downloaded lock_api v0.4.12 |
| 1200 | 2026-02-23T23:23:16.669Z | Downloaded libz-rs-sys v0.5.1 |
| 1201 | 2026-02-23T23:23:16.669Z | Downloaded hyper-rustls v0.27.7 |
| 1202 | 2026-02-23T23:23:16.672Z | Downloaded newline-converter v0.3.0 |
| 1203 | 2026-02-23T23:23:16.672Z | Downloaded const_format v0.2.34 |
| 1204 | 2026-02-23T23:23:16.675Z | Downloaded maybe-uninit v2.0.0 |
| 1205 | 2026-02-23T23:23:16.675Z | Downloaded ipnetwork v0.21.1 |
| 1206 | 2026-02-23T23:23:16.678Z | Downloaded ingot-types v0.1.2 |
| 1207 | 2026-02-23T23:23:16.678Z | Downloaded indent_write v2.2.0 |
| 1208 | 2026-02-23T23:23:16.678Z | Downloaded darling v0.21.0 |
| 1209 | 2026-02-23T23:23:16.682Z | Downloaded crc-any v2.5.0 |
| 1210 | 2026-02-23T23:23:16.685Z | Downloaded bzip2 v0.5.2 |
| 1211 | 2026-02-23T23:23:16.688Z | Downloaded daft-derive v0.1.4 |
| 1212 | 2026-02-23T23:23:16.690Z | Downloaded derive_builder v0.20.2 |
| 1213 | 2026-02-23T23:23:16.694Z | Downloaded half v1.8.3 |
| 1214 | 2026-02-23T23:23:16.697Z | Downloaded lru v0.12.5 |
| 1215 | 2026-02-23T23:23:16.697Z | Downloaded linked-hash-map v0.5.6 |
| 1216 | 2026-02-23T23:23:16.697Z | Downloaded humantime v2.2.0 |
| 1217 | 2026-02-23T23:23:16.699Z | Downloaded managed v0.8.0 |
| 1218 | 2026-02-23T23:23:16.700Z | Downloaded lzss v0.8.2 |
| 1219 | 2026-02-23T23:23:16.704Z | Downloaded httpdate v1.0.3 |
| 1220 | 2026-02-23T23:23:16.704Z | Downloaded libscf-sys v1.1.0 |
| 1221 | 2026-02-23T23:23:16.704Z | Downloaded lazy_static v1.5.0 |
| 1222 | 2026-02-23T23:23:16.704Z | Downloaded lalrpop-util v0.19.12 |
| 1223 | 2026-02-23T23:23:16.704Z | Downloaded http-body-util v0.1.3 |
| 1224 | 2026-02-23T23:23:16.707Z | Downloaded allocator-api2 v0.2.21 |
| 1225 | 2026-02-23T23:23:16.711Z | Downloaded is-terminal v0.4.13 |
| 1226 | 2026-02-23T23:23:16.711Z | Downloaded des v0.8.1 |
| 1227 | 2026-02-23T23:23:16.711Z | Downloaded derive-ex v0.1.8 |
| 1228 | 2026-02-23T23:23:16.711Z | Downloaded crc32fast v1.4.2 |
| 1229 | 2026-02-23T23:23:16.714Z | Downloaded cookie v0.18.1 |
| 1230 | 2026-02-23T23:23:16.714Z | Downloaded instant v0.1.13 |
| 1231 | 2026-02-23T23:23:16.718Z | Downloaded instability v0.3.2 |
| 1232 | 2026-02-23T23:23:16.718Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1233 | 2026-02-23T23:23:16.725Z | Downloaded clang-sys v1.8.1 |
| 1234 | 2026-02-23T23:23:16.725Z | Downloaded ena v0.14.3 |
| 1235 | 2026-02-23T23:23:16.729Z | Downloaded console v0.15.10 |
| 1236 | 2026-02-23T23:23:16.729Z | Downloaded cipher v0.4.4 |
| 1237 | 2026-02-23T23:23:16.729Z | Downloaded crossbeam-epoch v0.9.18 |
| 1238 | 2026-02-23T23:23:16.729Z | Downloaded ident_case v1.0.1 |
| 1239 | 2026-02-23T23:23:16.729Z | Downloaded fs_extra v1.3.0 |
| 1240 | 2026-02-23T23:23:16.732Z | Downloaded fs-err v2.11.0 |
| 1241 | 2026-02-23T23:23:16.732Z | Downloaded foreign-types v0.5.0 |
| 1242 | 2026-02-23T23:23:16.732Z | Downloaded foldhash v0.2.0 |
| 1243 | 2026-02-23T23:23:16.735Z | Downloaded foldhash v0.1.5 |
| 1244 | 2026-02-23T23:23:16.735Z | Downloaded fixedbitset v0.5.7 |
| 1245 | 2026-02-23T23:23:16.735Z | Downloaded either v1.15.0 |
| 1246 | 2026-02-23T23:23:16.738Z | Downloaded diesel-dtrace v0.4.2 |
| 1247 | 2026-02-23T23:23:16.738Z | Downloaded daft v0.1.4 |
| 1248 | 2026-02-23T23:23:16.741Z | Downloaded csv-core v0.1.11 |
| 1249 | 2026-02-23T23:23:16.741Z | Downloaded ed25519 v2.2.3 |
| 1250 | 2026-02-23T23:23:16.777Z | Downloaded drift v0.1.3 |
| 1251 | 2026-02-23T23:23:16.777Z | Downloaded defmt v0.3.8 |
| 1252 | 2026-02-23T23:23:16.777Z | Downloaded group v0.13.0 |
| 1253 | 2026-02-23T23:23:16.777Z | Downloaded glob v0.3.2 |
| 1254 | 2026-02-23T23:23:16.777Z | Downloaded hostname v0.4.2 |
| 1255 | 2026-02-23T23:23:16.777Z | Downloaded hostname v0.3.1 |
| 1256 | 2026-02-23T23:23:16.777Z | Downloaded home v0.5.9 |
| 1257 | 2026-02-23T23:23:16.777Z | Downloaded ctr v0.9.2 |
| 1258 | 2026-02-23T23:23:16.777Z | Downloaded base64ct v1.6.0 |
| 1259 | 2026-02-23T23:23:16.777Z | Downloaded derive_builder_core v0.20.2 |
| 1260 | 2026-02-23T23:23:16.777Z | Downloaded cookie_store v0.21.1 |
| 1261 | 2026-02-23T23:23:16.777Z | Downloaded console v0.16.0 |
| 1262 | 2026-02-23T23:23:16.777Z | Downloaded cmake v0.1.51 |
| 1263 | 2026-02-23T23:23:16.777Z | Downloaded bzip2 v0.4.4 |
| 1264 | 2026-02-23T23:23:16.777Z | Downloaded colored v3.0.0 |
| 1265 | 2026-02-23T23:23:16.777Z | Downloaded ecdsa v0.16.9 |
| 1266 | 2026-02-23T23:23:16.777Z | Downloaded fixedbitset v0.4.2 |
| 1267 | 2026-02-23T23:23:16.777Z | Downloaded blowfish v0.9.1 |
| 1268 | 2026-02-23T23:23:16.777Z | Downloaded defmt-macros v0.3.9 |
| 1269 | 2026-02-23T23:23:16.777Z | Downloaded corncobs v0.1.4 |
| 1270 | 2026-02-23T23:23:16.781Z | Downloaded ciborium v0.2.2 |
| 1271 | 2026-02-23T23:23:16.781Z | Downloaded cancel-safe-futures v0.1.5 |
| 1272 | 2026-02-23T23:23:16.782Z | Downloaded hex v0.4.3 |
| 1273 | 2026-02-23T23:23:16.782Z | Downloaded heck v0.3.3 |
| 1274 | 2026-02-23T23:23:16.790Z | Downloaded foreign-types v0.3.2 |
| 1275 | 2026-02-23T23:23:16.790Z | Downloaded cstr-argument v0.1.2 |
| 1276 | 2026-02-23T23:23:16.790Z | Downloaded chacha20 v0.9.1 |
| 1277 | 2026-02-23T23:23:16.790Z | Downloaded crossbeam-deque v0.8.5 |
| 1278 | 2026-02-23T23:23:16.794Z | Downloaded convert_case v0.7.1 |
| 1279 | 2026-02-23T23:23:16.794Z | Downloaded float-cmp v0.10.0 |
| 1280 | 2026-02-23T23:23:16.794Z | Downloaded endian-type v0.1.2 |
| 1281 | 2026-02-23T23:23:16.794Z | Downloaded critical-section v1.1.3 |
| 1282 | 2026-02-23T23:23:16.794Z | Downloaded cexpr v0.6.0 |
| 1283 | 2026-02-23T23:23:16.794Z | Downloaded bitflags v1.3.2 |
| 1284 | 2026-02-23T23:23:16.794Z | Downloaded bit-vec v0.6.3 |
| 1285 | 2026-02-23T23:23:16.797Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1286 | 2026-02-23T23:23:16.797Z | Downloaded fd-lock v4.0.2 |
| 1287 | 2026-02-23T23:23:16.797Z | Downloaded crunchy v0.2.2 |
| 1288 | 2026-02-23T23:23:16.801Z | Downloaded ghash v0.5.1 |
| 1289 | 2026-02-23T23:23:16.801Z | Downloaded enum-as-inner v0.6.1 |
| 1290 | 2026-02-23T23:23:16.801Z | Downloaded dunce v1.0.5 |
| 1291 | 2026-02-23T23:23:16.805Z | Downloaded backtrace v0.3.74 |
| 1292 | 2026-02-23T23:23:16.807Z | Downloaded dyn-clone v1.0.20 |
| 1293 | 2026-02-23T23:23:16.811Z | Downloaded colored v2.2.0 |
| 1294 | 2026-02-23T23:23:16.812Z | Downloaded foreign-types-macros v0.2.3 |
| 1295 | 2026-02-23T23:23:16.812Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1296 | 2026-02-23T23:23:16.815Z | Downloaded bcs v0.1.6 |
| 1297 | 2026-02-23T23:23:16.815Z | Downloaded const_format_proc_macros v0.2.34 |
| 1298 | 2026-02-23T23:23:16.818Z | Downloaded bit-vec v0.8.0 |
| 1299 | 2026-02-23T23:23:16.818Z | Downloaded derive_builder_macro v0.20.2 |
| 1300 | 2026-02-23T23:23:16.818Z | Downloaded futures-task v0.3.31 |
| 1301 | 2026-02-23T23:23:16.818Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1302 | 2026-02-23T23:23:16.821Z | Downloaded async-bb8-diesel v0.2.1 |
| 1303 | 2026-02-23T23:23:16.822Z | Downloaded futures-macro v0.3.31 |
| 1304 | 2026-02-23T23:23:16.822Z | Downloaded futures-io v0.3.31 |
| 1305 | 2026-02-23T23:23:16.822Z | Downloaded ff v0.13.0 |
| 1306 | 2026-02-23T23:23:16.825Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1307 | 2026-02-23T23:23:16.825Z | Downloaded der_derive v0.7.3 |
| 1308 | 2026-02-23T23:23:16.825Z | Downloaded darling_core v0.21.0 |
| 1309 | 2026-02-23T23:23:16.829Z | Downloaded darling_core v0.20.10 |
| 1310 | 2026-02-23T23:23:16.834Z | Downloaded constant_time_eq v0.3.1 |
| 1311 | 2026-02-23T23:23:16.840Z | Downloaded bitfield-macros v0.19.2 |
| 1312 | 2026-02-23T23:23:16.841Z | Downloaded convert_case v0.4.0 |
| 1313 | 2026-02-23T23:23:16.841Z | Downloaded cargo_metadata v0.19.2 |
| 1314 | 2026-02-23T23:23:16.841Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1315 | 2026-02-23T23:23:16.841Z | Downloaded bit-set v0.8.0 |
| 1316 | 2026-02-23T23:23:16.847Z | Downloaded display-error-chain v0.2.2 |
| 1317 | 2026-02-23T23:23:16.847Z | Downloaded diff v0.1.13 |
| 1318 | 2026-02-23T23:23:16.847Z | Downloaded defmt-parser v0.3.4 |
| 1319 | 2026-02-23T23:23:16.847Z | Downloaded cbc v0.1.2 |
| 1320 | 2026-02-23T23:23:16.847Z | Downloaded block-padding v0.3.3 |
| 1321 | 2026-02-23T23:23:16.847Z | Downloaded env_filter v0.1.2 |
| 1322 | 2026-02-23T23:23:16.847Z | Downloaded dtrace-parser v0.3.0 |
| 1323 | 2026-02-23T23:23:16.851Z | Downloaded deranged v0.5.3 |
| 1324 | 2026-02-23T23:23:16.851Z | Downloaded darling_macro v0.21.0 |
| 1325 | 2026-02-23T23:23:16.851Z | Downloaded cassowary v0.3.0 |
| 1326 | 2026-02-23T23:23:16.851Z | Downloaded arc-swap v1.7.1 |
| 1327 | 2026-02-23T23:23:16.855Z | Downloaded castaway v0.2.3 |
| 1328 | 2026-02-23T23:23:16.855Z | Downloaded debug-ignore v1.0.5 |
| 1329 | 2026-02-23T23:23:16.855Z | Downloaded ciborium-ll v0.2.2 |
| 1330 | 2026-02-23T23:23:16.861Z | Downloaded bitfield v0.19.2 |
| 1331 | 2026-02-23T23:23:16.861Z | Downloaded base64 v0.13.1 |
| 1332 | 2026-02-23T23:23:16.861Z | Downloaded async-stream v0.3.6 |
| 1333 | 2026-02-23T23:23:16.864Z | Downloaded embedded-io v0.4.0 |
| 1334 | 2026-02-23T23:23:16.865Z | Downloaded crossbeam-channel v0.5.15 |
| 1335 | 2026-02-23T23:23:16.867Z | Downloaded atty v0.2.14 |
| 1336 | 2026-02-23T23:23:16.868Z | Downloaded async-recursion v1.1.1 |
| 1337 | 2026-02-23T23:23:16.872Z | Downloaded cfg_aliases v0.1.1 |
| 1338 | 2026-02-23T23:23:16.872Z | Downloaded addr2line v0.24.2 |
| 1339 | 2026-02-23T23:23:16.875Z | Downloaded async-stream-impl v0.3.6 |
| 1340 | 2026-02-23T23:23:16.875Z | Downloaded ahash v0.8.12 |
| 1341 | 2026-02-23T23:23:16.875Z | Downloaded async-trait v0.1.89 |
| 1342 | 2026-02-23T23:23:16.880Z | Downloaded array-init v0.0.4 |
| 1343 | 2026-02-23T23:23:16.880Z | Downloaded ascii-canvas v3.0.0 |
| 1344 | 2026-02-23T23:23:16.880Z | Downloaded argon2 v0.5.3 |
| 1345 | 2026-02-23T23:23:17.235Z | Downloaded aws-lc-sys v0.26.0 |
| 1346 | 2026-02-23T23:23:17.557Z | Compiling value-bag v1.12.0 |
| 1347 | 2026-02-23T23:23:17.557Z | Compiling lock_api v0.4.12 |
| 1348 | 2026-02-23T23:23:17.557Z | Compiling scopeguard v1.2.0 |
| 1349 | 2026-02-23T23:23:17.562Z | Compiling shlex v1.3.0 |
| 1350 | 2026-02-23T23:23:17.562Z | Compiling find-msvc-tools v0.1.9 |
| 1351 | 2026-02-23T23:23:17.726Z | Compiling syn v2.0.114 |
| 1352 | 2026-02-23T23:23:17.740Z | Compiling getrandom v0.2.15 |
| 1353 | 2026-02-23T23:23:17.744Z | Compiling jobserver v0.1.32 |
| 1354 | 2026-02-23T23:23:17.896Z | Compiling typenum v1.17.0 |
| 1355 | 2026-02-23T23:23:18.164Z | Compiling log v0.4.29 |
| 1356 | 2026-02-23T23:23:18.369Z | Compiling cc v1.2.56 |
| 1357 | 2026-02-23T23:23:18.387Z | Compiling smallvec v1.15.1 |
| 1358 | 2026-02-23T23:23:18.387Z | Compiling rand_core v0.6.4 |
| 1359 | 2026-02-23T23:23:18.557Z | Compiling generic-array v0.14.7 |
| 1360 | 2026-02-23T23:23:18.640Z | Compiling subtle v2.6.1 |
| 1361 | 2026-02-23T23:23:18.717Z | Compiling portable-atomic v1.11.0 |
| 1362 | 2026-02-23T23:23:18.904Z | Compiling critical-section v1.1.3 |
| 1363 | 2026-02-23T23:23:18.926Z | Compiling const-oid v0.9.6 |
| 1364 | 2026-02-23T23:23:19.006Z | Compiling getrandom v0.3.4 |
| 1365 | 2026-02-23T23:23:19.030Z | Compiling pkg-config v0.3.31 |
| 1366 | 2026-02-23T23:23:19.095Z | Compiling serde_json v1.0.149 |
| 1367 | 2026-02-23T23:23:19.515Z | Compiling spin v0.9.8 |
| 1368 | 2026-02-23T23:23:19.928Z | Compiling pin-project-lite v0.2.14 |
| 1369 | 2026-02-23T23:23:20.101Z | Compiling regex-syntax v0.8.5 |
| 1370 | 2026-02-23T23:23:20.333Z | Compiling parking_lot_core v0.9.10 |
| 1371 | 2026-02-23T23:23:20.841Z | Compiling libm v0.2.8 |
| 1372 | 2026-02-23T23:23:20.954Z | Compiling once_cell v1.21.3 |
| 1373 | 2026-02-23T23:23:21.054Z | Compiling rustix v0.38.37 |
| 1374 | 2026-02-23T23:23:21.273Z | Compiling signal-hook-registry v1.4.2 |
| 1375 | 2026-02-23T23:23:21.372Z | Compiling num-traits v0.2.19 |
| 1376 | 2026-02-23T23:23:21.717Z | Compiling allocator-api2 v0.2.21 |
| 1377 | 2026-02-23T23:23:21.911Z | Compiling parking_lot v0.12.3 |
| 1378 | 2026-02-23T23:23:21.994Z | Compiling mio v1.0.2 |
| 1379 | 2026-02-23T23:23:22.129Z | Compiling futures-core v0.3.31 |
| 1380 | 2026-02-23T23:23:22.455Z | Compiling lazy_static v1.5.0 |
| 1381 | 2026-02-23T23:23:22.460Z | Compiling aho-corasick v1.1.3 |
| 1382 | 2026-02-23T23:23:22.608Z | Compiling percent-encoding v2.3.2 |
| 1383 | 2026-02-23T23:23:22.782Z | Compiling socket2 v0.6.1 |
| 1384 | 2026-02-23T23:23:23.072Z | Compiling slab v0.4.9 |
| 1385 | 2026-02-23T23:23:23.238Z | Compiling cpufeatures v0.2.14 |
| 1386 | 2026-02-23T23:23:23.266Z | Compiling either v1.15.0 |
| 1387 | 2026-02-23T23:23:23.362Z | Compiling futures-sink v0.3.31 |
| 1388 | 2026-02-23T23:23:23.542Z | Compiling glob v0.3.2 |
| 1389 | 2026-02-23T23:23:23.687Z | Compiling futures-channel v0.3.31 |
| 1390 | 2026-02-23T23:23:23.711Z | Compiling hashbrown v0.16.1 |
| 1391 | 2026-02-23T23:23:23.908Z | Compiling futures-io v0.3.31 |
| 1392 | 2026-02-23T23:23:24.155Z | Compiling rustversion v1.0.22 |
| 1393 | 2026-02-23T23:23:24.207Z | Compiling futures-task v0.3.31 |
| 1394 | 2026-02-23T23:23:24.358Z | Compiling clang-sys v1.8.1 |
| 1395 | 2026-02-23T23:23:24.520Z | Compiling regex-automata v0.4.11 |
| 1396 | 2026-02-23T23:23:24.675Z | Compiling pin-utils v0.1.0 |
| 1397 | 2026-02-23T23:23:24.794Z | Compiling prettyplease v0.2.36 |
| 1398 | 2026-02-23T23:23:24.910Z | Compiling minimal-lexical v0.2.1 |
| 1399 | 2026-02-23T23:23:25.070Z | Compiling indexmap v2.13.0 |
| 1400 | 2026-02-23T23:23:25.219Z | Compiling libloading v0.8.5 |
| 1401 | 2026-02-23T23:23:25.415Z | Compiling synstructure v0.13.1 |
| 1402 | 2026-02-23T23:23:25.602Z | Compiling nom v7.1.3 |
| 1403 | 2026-02-23T23:23:25.894Z | Compiling ident_case v1.0.1 |
| 1404 | 2026-02-23T23:23:26.082Z | Compiling home v0.5.9 |
| 1405 | 2026-02-23T23:23:26.150Z | Compiling bindgen v0.69.5 |
| 1406 | 2026-02-23T23:23:26.322Z | Compiling base64ct v1.6.0 |
| 1407 | 2026-02-23T23:23:26.878Z | Compiling pem-rfc7468 v0.7.0 |
| 1408 | 2026-02-23T23:23:26.945Z | Compiling itertools v0.12.1 |
| 1409 | 2026-02-23T23:23:27.399Z | Compiling form_urlencoded v1.2.2 |
| 1410 | 2026-02-23T23:23:27.563Z | Compiling rustc-hash v1.1.0 |
| 1411 | 2026-02-23T23:23:27.583Z | Compiling lazycell v1.3.0 |
| 1412 | 2026-02-23T23:23:27.745Z | Compiling flagset v0.4.6 |
| 1413 | 2026-02-23T23:23:27.849Z | Compiling rand_core v0.9.3 |
| 1414 | 2026-02-23T23:23:27.980Z | Compiling cmake v0.1.51 |
| 1415 | 2026-02-23T23:23:28.380Z | Compiling fs_extra v1.3.0 |
| 1416 | 2026-02-23T23:23:28.836Z | Compiling cexpr v0.6.0 |
| 1417 | 2026-02-23T23:23:28.943Z | Compiling dunce v1.0.5 |
| 1418 | 2026-02-23T23:23:28.994Z | Compiling iana-time-zone v0.1.63 |
| 1419 | 2026-02-23T23:23:29.185Z | Compiling foldhash v0.1.5 |
| 1420 | 2026-02-23T23:23:29.402Z | Compiling paste v1.0.15 |
| 1421 | 2026-02-23T23:23:29.440Z | Compiling hashbrown v0.15.4 |
| 1422 | 2026-02-23T23:23:29.671Z | Compiling rustc_version v0.4.1 |
| 1423 | 2026-02-23T23:23:29.866Z | Compiling uuid v1.19.0 |
| 1424 | 2026-02-23T23:23:30.000Z | Compiling regex v1.11.3 |
| 1425 | 2026-02-23T23:23:30.095Z | Compiling serde_derive v1.0.228 |
| 1426 | 2026-02-23T23:23:30.368Z | Compiling zeroize_derive v1.4.2 |
| 1427 | 2026-02-23T23:23:30.377Z | Compiling zerofrom-derive v0.1.4 |
| 1428 | 2026-02-23T23:23:30.686Z | Compiling yoke-derive v0.7.4 |
| 1429 | 2026-02-23T23:23:31.010Z | Compiling zerovec-derive v0.10.3 |
| 1430 | 2026-02-23T23:23:31.394Z | Compiling displaydoc v0.2.5 |
| 1431 | 2026-02-23T23:23:31.810Z | Compiling zeroize v1.8.1 |
| 1432 | 2026-02-23T23:23:33.355Z | Compiling zerocopy-derive v0.7.35 |
| 1433 | 2026-02-23T23:23:33.538Z | Compiling icu_provider_macros v1.5.0 |
| 1434 | 2026-02-23T23:23:33.622Z | Compiling tokio-macros v2.6.0 |
| 1435 | 2026-02-23T23:23:33.754Z | Compiling crypto-common v0.1.6 |
| 1436 | 2026-02-23T23:23:33.806Z | Compiling block-buffer v0.10.4 |
| 1437 | 2026-02-23T23:23:33.968Z | Compiling zerofrom v0.1.4 |
| 1438 | 2026-02-23T23:23:34.065Z | Compiling digest v0.10.7 |
| 1439 | 2026-02-23T23:23:34.238Z | Compiling yoke v0.7.4 |
| 1440 | 2026-02-23T23:23:34.502Z | Compiling thiserror-impl v2.0.18 |
| 1441 | 2026-02-23T23:23:34.576Z | Compiling zerovec v0.10.4 |
| 1442 | 2026-02-23T23:23:34.607Z | Compiling hmac v0.12.1 |
| 1443 | 2026-02-23T23:23:34.879Z | Compiling block-padding v0.3.3 |
| 1444 | 2026-02-23T23:23:34.908Z | Compiling futures-macro v0.3.31 |
| 1445 | 2026-02-23T23:23:35.013Z | Compiling zerocopy v0.7.35 |
| 1446 | 2026-02-23T23:23:35.122Z | Compiling inout v0.1.3 |
| 1447 | 2026-02-23T23:23:35.193Z | Compiling sha2 v0.10.9 |
| 1448 | 2026-02-23T23:23:35.432Z | Compiling cipher v0.4.4 |
| 1449 | 2026-02-23T23:23:36.325Z | Compiling der_derive v0.7.3 |
| 1450 | 2026-02-23T23:23:36.443Z | Compiling tinystr v0.7.6 |
| 1451 | 2026-02-23T23:23:36.625Z | Compiling icu_collections v1.5.0 |
| 1452 | 2026-02-23T23:23:36.765Z | Compiling futures-util v0.3.31 |
| 1453 | 2026-02-23T23:23:36.894Z | Compiling icu_locid v1.5.0 |
| 1454 | 2026-02-23T23:23:36.900Z | Compiling ppv-lite86 v0.2.20 |
| 1455 | 2026-02-23T23:23:40.826Z | Compiling serde v1.0.228 |
| 1456 | 2026-02-23T23:23:40.884Z | Compiling thiserror v2.0.18 |
| 1457 | 2026-02-23T23:23:40.884Z | Compiling salsa20 v0.10.2 |
| 1458 | 2026-02-23T23:23:40.885Z | Compiling pest v2.8.2 |
| 1459 | 2026-02-23T23:23:40.885Z | Compiling pbkdf2 v0.12.2 |
| 1460 | 2026-02-23T23:23:40.885Z | Compiling vcpkg v0.2.15 |
| 1461 | 2026-02-23T23:23:40.885Z | Compiling icu_provider v1.5.0 |
| 1462 | 2026-02-23T23:23:40.885Z | Compiling der v0.7.10 |
| 1463 | 2026-02-23T23:23:40.885Z | Compiling bitflags v2.9.4 |
| 1464 | 2026-02-23T23:23:40.885Z | Compiling bytes v1.11.1 |
| 1465 | 2026-02-23T23:23:40.885Z | Compiling icu_locid_transform v1.5.0 |
| 1466 | 2026-02-23T23:23:40.885Z | Compiling chrono v0.4.43 |
| 1467 | 2026-02-23T23:23:40.885Z | Compiling zerocopy v0.8.27 |
| 1468 | 2026-02-23T23:23:40.885Z | Compiling tokio v1.49.0 |
| 1469 | 2026-02-23T23:23:40.885Z | Compiling icu_properties v1.5.1 |
| 1470 | 2026-02-23T23:23:40.895Z | Compiling spki v0.7.3 |
| 1471 | 2026-02-23T23:23:41.237Z | Compiling pest_meta v2.8.2 |
| 1472 | 2026-02-23T23:23:41.241Z | Compiling http v1.4.0 |
| 1473 | 2026-02-23T23:23:41.286Z | Compiling openssl-sys v0.9.109 |
| 1474 | 2026-02-23T23:23:42.203Z | Compiling scrypt v0.11.0 |
| 1475 | 2026-02-23T23:23:42.438Z | Compiling rand_chacha v0.9.0 |
| 1476 | 2026-02-23T23:23:42.670Z | Compiling which v4.4.2 |
| 1477 | 2026-02-23T23:23:42.728Z | Compiling cbc v0.1.2 |
| 1478 | 2026-02-23T23:23:43.008Z | Compiling aes v0.8.4 |
| 1479 | 2026-02-23T23:23:43.464Z | Compiling zerocopy-derive v0.8.27 |
| 1480 | 2026-02-23T23:23:44.113Z | Compiling pkcs5 v0.7.1 |
| 1481 | 2026-02-23T23:23:44.818Z | Compiling icu_normalizer v1.5.0 |
| 1482 | 2026-02-23T23:23:45.125Z | Compiling rand v0.9.2 |
| 1483 | 2026-02-23T23:23:45.185Z | Compiling pest_generator v2.8.2 |
| 1484 | 2026-02-23T23:23:45.759Z | Compiling idna_adapter v1.2.0 |
| 1485 | 2026-02-23T23:23:46.006Z | Compiling idna v1.0.3 |
| 1486 | 2026-02-23T23:23:46.071Z | Compiling tracing-attributes v0.1.27 |
| 1487 | 2026-02-23T23:23:46.515Z | Compiling serde_derive_internals v0.29.1 |
| 1488 | 2026-02-23T23:23:46.742Z | Compiling url v2.5.4 |
| 1489 | 2026-02-23T23:23:46.953Z | Compiling ring v0.17.14 |
| 1490 | 2026-02-23T23:23:47.581Z | Compiling tracing-core v0.1.32 |
| 1491 | 2026-02-23T23:23:48.114Z | Compiling aws-lc-rs v1.12.4 |
| 1492 | 2026-02-23T23:23:48.573Z | Compiling rustix v1.1.3 |
| 1493 | 2026-02-23T23:23:48.592Z | Compiling adler2 v2.0.0 |
| 1494 | 2026-02-23T23:23:48.791Z | Compiling schemars v0.8.22 |
| 1495 | 2026-02-23T23:23:48.795Z | Compiling schemars_derive v0.8.22 |
| 1496 | 2026-02-23T23:23:48.835Z | Compiling miniz_oxide v0.8.5 |
| 1497 | 2026-02-23T23:23:49.230Z | Compiling tokio-util v0.7.15 |
| 1498 | 2026-02-23T23:23:49.252Z | Compiling tracing v0.1.40 |
| 1499 | 2026-02-23T23:23:49.752Z | Compiling pest_derive v2.8.2 |
| 1500 | 2026-02-23T23:23:50.213Z | Compiling pkcs8 v0.10.2 |
| 1501 | 2026-02-23T23:23:50.587Z | Compiling http-body v1.0.1 |
| 1502 | 2026-02-23T23:23:50.680Z | Compiling scroll_derive v0.13.1 |
| 1503 | 2026-02-23T23:23:50.854Z | Compiling darling_core v0.20.10 |
| 1504 | 2026-02-23T23:23:50.873Z | Compiling tinyvec_macros v0.1.1 |
| 1505 | 2026-02-23T23:23:50.985Z | Compiling httparse v1.9.5 |
| 1506 | 2026-02-23T23:23:51.459Z | Compiling dyn-clone v1.0.20 |
| 1507 | 2026-02-23T23:23:51.665Z | Compiling rustls-pki-types v1.10.0 |
| 1508 | 2026-02-23T23:23:51.686Z | Compiling base64 v0.22.1 |
| 1509 | 2026-02-23T23:23:52.399Z | Compiling tinyvec v1.8.0 |
| 1510 | 2026-02-23T23:23:52.518Z | Compiling scroll v0.13.0 |
| 1511 | 2026-02-23T23:23:53.050Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1512 | 2026-02-23T23:23:53.847Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-02-23T23:23:53.866Z | Compiling atomic-waker v1.1.2 |
| 1514 | 2026-02-23T23:23:54.087Z | Compiling openssl v0.10.73 |
| 1515 | 2026-02-23T23:23:54.325Z | Compiling num-conv v0.1.0 |
| 1516 | 2026-02-23T23:23:54.411Z | Compiling tower-service v0.3.3 |
| 1517 | 2026-02-23T23:23:54.521Z | Compiling foreign-types-shared v0.1.1 |
| 1518 | 2026-02-23T23:23:54.551Z | Compiling try-lock v0.2.5 |
| 1519 | 2026-02-23T23:23:54.605Z | Compiling untrusted v0.7.1 |
| 1520 | 2026-02-23T23:23:54.659Z | Compiling tower-layer v0.3.3 |
| 1521 | 2026-02-23T23:23:54.726Z | Compiling openssl-probe v0.1.5 |
| 1522 | 2026-02-23T23:23:54.817Z | Compiling time-core v0.1.6 |
| 1523 | 2026-02-23T23:23:54.966Z | Compiling powerfmt v0.2.0 |
| 1524 | 2026-02-23T23:23:55.019Z | Compiling untrusted v0.9.0 |
| 1525 | 2026-02-23T23:23:55.102Z | Compiling tempfile v3.24.0 |
| 1526 | 2026-02-23T23:23:55.145Z | Compiling want v0.3.1 |
| 1527 | 2026-02-23T23:23:55.148Z | Compiling time-macros v0.2.24 |
| 1528 | 2026-02-23T23:23:55.357Z | Compiling deranged v0.5.3 |
| 1529 | 2026-02-23T23:23:55.456Z | Compiling foreign-types v0.3.2 |
| 1530 | 2026-02-23T23:23:55.625Z | Compiling h2 v0.4.6 |
| 1531 | 2026-02-23T23:23:56.530Z | Compiling darling_macro v0.20.10 |
| 1532 | 2026-02-23T23:23:57.015Z | Compiling goblin v0.10.2 |
| 1533 | 2026-02-23T23:23:57.487Z | Compiling darling v0.20.10 |
| 1534 | 2026-02-23T23:23:57.962Z | Compiling ipnet v2.11.0 |
| 1535 | 2026-02-23T23:23:58.291Z | Compiling openssl-macros v0.1.1 |
| 1536 | 2026-02-23T23:23:59.064Z | Compiling wait-timeout v0.2.0 |
| 1537 | 2026-02-23T23:23:59.112Z | Compiling syn v1.0.109 |
| 1538 | 2026-02-23T23:23:59.186Z | Compiling quick-error v1.2.3 |
| 1539 | 2026-02-23T23:23:59.365Z | Compiling httpdate v1.0.3 |
| 1540 | 2026-02-23T23:23:59.427Z | Compiling usdt-impl v0.6.0 |
| 1541 | 2026-02-23T23:23:59.575Z | Compiling gimli v0.31.1 |
| 1542 | 2026-02-23T23:23:59.701Z | Compiling native-tls v0.2.12 |
| 1543 | 2026-02-23T23:23:59.788Z | Compiling crossbeam-utils v0.8.21 |
| 1544 | 2026-02-23T23:23:59.810Z | Compiling bit-vec v0.8.0 |
| 1545 | 2026-02-23T23:24:00.089Z | Compiling num_threads v0.1.7 |
| 1546 | 2026-02-23T23:24:00.218Z | Compiling rustls v0.23.19 |
| 1547 | 2026-02-23T23:24:00.248Z | Compiling time v0.3.43 |
| 1548 | 2026-02-23T23:24:00.413Z | Compiling bit-set v0.8.0 |
| 1549 | 2026-02-23T23:24:00.690Z | Compiling rusty-fork v0.3.0 |
| 1550 | 2026-02-23T23:24:01.381Z | Compiling derive_builder_core v0.20.2 |
| 1551 | 2026-02-23T23:24:03.561Z | Compiling hyper v1.8.1 |
| 1552 | 2026-02-23T23:24:04.071Z | Compiling dof v0.4.0 |
| 1553 | 2026-02-23T23:24:04.344Z | Compiling addr2line v0.24.2 |
| 1554 | 2026-02-23T23:24:05.175Z | Compiling unicode-normalization v0.1.24 |
| 1555 | 2026-02-23T23:24:05.213Z | Compiling dtrace-parser v0.3.0 |
| 1556 | 2026-02-23T23:24:06.204Z | Compiling signature v2.2.0 |
| 1557 | 2026-02-23T23:24:06.366Z | Compiling heapless v0.7.17 |
| 1558 | 2026-02-23T23:24:06.525Z | Compiling thiserror-impl v1.0.69 |
| 1559 | 2026-02-23T23:24:06.835Z | Compiling scroll_derive v0.12.0 |
| 1560 | 2026-02-23T23:24:07.075Z | Compiling rand_xorshift v0.4.0 |
| 1561 | 2026-02-23T23:24:07.196Z | Compiling slog v2.8.2 |
| 1562 | 2026-02-23T23:24:07.415Z | Compiling darling_core v0.21.0 |
| 1563 | 2026-02-23T23:24:07.561Z | Compiling thread-id v5.0.0 |
| 1564 | 2026-02-23T23:24:07.711Z | Compiling cookie v0.18.1 |
| 1565 | 2026-02-23T23:24:07.744Z | Compiling object v0.36.5 |
| 1566 | 2026-02-23T23:24:08.042Z | Compiling crc32fast v1.4.2 |
| 1567 | 2026-02-23T23:24:08.230Z | Compiling unicode-bidi v0.3.17 |
| 1568 | 2026-02-23T23:24:08.255Z | Compiling zstd-safe v7.2.3 |
| 1569 | 2026-02-23T23:24:08.376Z | Compiling zlib-rs v0.5.1 |
| 1570 | 2026-02-23T23:24:08.627Z | Compiling siphasher v0.3.11 |
| 1571 | 2026-02-23T23:24:09.019Z | Compiling anyhow v1.0.99 |
| 1572 | 2026-02-23T23:24:09.394Z | Compiling unarray v0.1.4 |
| 1573 | 2026-02-23T23:24:09.417Z | Compiling unicode-properties v0.1.3 |
| 1574 | 2026-02-23T23:24:09.569Z | Compiling signal-hook v0.3.18 |
| 1575 | 2026-02-23T23:24:09.656Z | Compiling rustc-demangle v0.1.24 |
| 1576 | 2026-02-23T23:24:09.858Z | Compiling stringprep v0.1.5 |
| 1577 | 2026-02-23T23:24:10.331Z | Compiling proptest v1.7.0 |
| 1578 | 2026-02-23T23:24:10.354Z | Compiling thiserror v1.0.69 |
| 1579 | 2026-02-23T23:24:10.494Z | Compiling phf_shared v0.11.2 |
| 1580 | 2026-02-23T23:24:10.525Z | Compiling scroll v0.12.0 |
| 1581 | 2026-02-23T23:24:11.063Z | Compiling hyper-util v0.1.19 |
| 1582 | 2026-02-23T23:24:11.674Z | Compiling derive_builder_macro v0.20.2 |
| 1583 | 2026-02-23T23:24:13.494Z | Compiling darling_macro v0.21.0 |
| 1584 | 2026-02-23T23:24:13.635Z | Compiling ipnetwork v0.21.1 |
| 1585 | 2026-02-23T23:24:14.426Z | Compiling backtrace v0.3.74 |
| 1586 | 2026-02-23T23:24:14.500Z | Compiling toml_datetime v0.6.11 |
| 1587 | 2026-02-23T23:24:14.766Z | Compiling libz-rs-sys v0.5.1 |
| 1588 | 2026-02-23T23:24:15.019Z | Compiling serde_tokenstream v0.2.2 |
| 1589 | 2026-02-23T23:24:15.078Z | Compiling erased-serde v0.3.31 |
| 1590 | 2026-02-23T23:24:15.267Z | Compiling serde_spanned v0.6.9 |
| 1591 | 2026-02-23T23:24:15.534Z | Compiling rand_chacha v0.3.1 |
| 1592 | 2026-02-23T23:24:15.642Z | Compiling md-5 v0.10.6 |
| 1593 | 2026-02-23T23:24:15.661Z | Compiling curve25519-dalek v4.1.3 |
| 1594 | 2026-02-23T23:24:15.936Z | Compiling vergen-lib v0.1.6 |
| 1595 | 2026-02-23T23:24:16.284Z | Compiling num-integer v0.1.46 |
| 1596 | 2026-02-23T23:24:16.379Z | Compiling sync_wrapper v1.0.1 |
| 1597 | 2026-02-23T23:24:16.407Z | Compiling ff v0.13.0 |
| 1598 | 2026-02-23T23:24:16.567Z | Compiling hash32 v0.2.1 |
| 1599 | 2026-02-23T23:24:16.652Z | Compiling memoffset v0.9.1 |
| 1600 | 2026-02-23T23:24:16.926Z | Compiling litrs v0.4.1 |
| 1601 | 2026-02-23T23:24:16.990Z | Compiling fallible-iterator v0.2.0 |
| 1602 | 2026-02-23T23:24:17.037Z | Compiling cfg_aliases v0.2.1 |
| 1603 | 2026-02-23T23:24:17.185Z | Compiling ref-cast v1.0.25 |
| 1604 | 2026-02-23T23:24:17.230Z | Compiling num-bigint-dig v0.8.6 |
| 1605 | 2026-02-23T23:24:17.515Z | Compiling psl-types v2.0.11 |
| 1606 | 2026-02-23T23:24:17.607Z | Compiling smoltcp v0.9.1 |
| 1607 | 2026-02-23T23:24:17.688Z | Compiling base16ct v0.2.0 |
| 1608 | 2026-02-23T23:24:17.754Z | Compiling publicsuffix v2.3.0 |
| 1609 | 2026-02-23T23:24:17.918Z | Compiling postgres-protocol v0.6.8 |
| 1610 | 2026-02-23T23:24:18.036Z | Compiling sec1 v0.7.3 |
| 1611 | 2026-02-23T23:24:18.071Z | Compiling document-features v0.2.11 |
| 1612 | 2026-02-23T23:24:18.128Z | Compiling nix v0.29.0 |
| 1613 | 2026-02-23T23:24:18.593Z | Compiling num-iter v0.1.45 |
| 1614 | 2026-02-23T23:24:18.820Z | Compiling group v0.13.0 |
| 1615 | 2026-02-23T23:24:19.021Z | Compiling tower v0.5.2 |
| 1616 | 2026-02-23T23:24:19.260Z | Compiling newtype-uuid v1.3.2 |
| 1617 | 2026-02-23T23:24:19.309Z | Compiling rand v0.8.5 |
| 1618 | 2026-02-23T23:24:19.954Z | Compiling flate2 v1.1.2 |
| 1619 | 2026-02-23T23:24:20.096Z | Compiling darling v0.21.0 |
| 1620 | 2026-02-23T23:24:20.148Z | Compiling oxnet v0.1.4 |
| 1621 | 2026-02-23T23:24:20.308Z | Compiling derive_builder v0.20.2 |
| 1622 | 2026-02-23T23:24:20.333Z | Compiling tokio-native-tls v0.3.1 |
| 1623 | 2026-02-23T23:24:20.445Z | Compiling goblin v0.8.2 |
| 1624 | 2026-02-23T23:24:21.338Z | Compiling rustls-native-certs v0.8.1 |
| 1625 | 2026-02-23T23:24:21.341Z | Compiling webpki-roots v1.0.1 |
| 1626 | 2026-02-23T23:24:21.584Z | Compiling http-body-util v0.1.3 |
| 1627 | 2026-02-23T23:24:22.044Z | Compiling strum_macros v0.27.2 |
| 1628 | 2026-02-23T23:24:22.052Z | Compiling terminal_size v0.4.0 |
| 1629 | 2026-02-23T23:24:22.052Z | Compiling cargo-platform v0.1.8 |
| 1630 | 2026-02-23T23:24:22.092Z | Compiling hkdf v0.12.4 |
| 1631 | 2026-02-23T23:24:22.123Z | Compiling crypto-bigint v0.5.5 |
| 1632 | 2026-02-23T23:24:22.392Z | Compiling daft-derive v0.1.4 |
| 1633 | 2026-02-23T23:24:22.455Z | Compiling async-trait v0.1.89 |
| 1634 | 2026-02-23T23:24:24.044Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1635 | 2026-02-23T23:24:24.211Z | Compiling hubpack_derive v0.1.1 |
| 1636 | 2026-02-23T23:24:25.063Z | Compiling ref-cast-impl v1.0.25 |
| 1637 | 2026-02-23T23:24:25.140Z | Compiling vergen v9.0.6 |
| 1638 | 2026-02-23T23:24:25.473Z | Compiling ahash v0.8.12 |
| 1639 | 2026-02-23T23:24:25.494Z | Compiling fs-err v3.1.1 |
| 1640 | 2026-02-23T23:24:25.834Z | Compiling ryu v1.0.18 |
| 1641 | 2026-02-23T23:24:25.856Z | Compiling managed v0.8.0 |
| 1642 | 2026-02-23T23:24:26.214Z | Compiling bumpalo v3.16.0 |
| 1643 | 2026-02-23T23:24:26.241Z | Compiling lockfree-object-pool v0.1.6 |
| 1644 | 2026-02-23T23:24:26.315Z | Compiling unicode-segmentation v1.12.0 |
| 1645 | 2026-02-23T23:24:26.523Z | Compiling buf-list v1.0.3 |
| 1646 | 2026-02-23T23:24:26.674Z | Compiling bitflags v1.3.2 |
| 1647 | 2026-02-23T23:24:26.809Z | Compiling winnow v0.5.40 |
| 1648 | 2026-02-23T23:24:26.983Z | Compiling iri-string v0.7.8 |
| 1649 | 2026-02-23T23:24:27.169Z | Compiling simd-adler32 v0.3.7 |
| 1650 | 2026-02-23T23:24:27.363Z | Compiling strum v0.27.2 |
| 1651 | 2026-02-23T23:24:27.774Z | Compiling zopfli v0.8.1 |
| 1652 | 2026-02-23T23:24:28.078Z | Compiling clap_builder v4.5.48 |
| 1653 | 2026-02-23T23:24:29.342Z | Compiling dof v0.3.0 |
| 1654 | 2026-02-23T23:24:29.644Z | Compiling serde_urlencoded v0.7.1 |
| 1655 | 2026-02-23T23:24:30.059Z | Compiling tower-http v0.6.6 |
| 1656 | 2026-02-23T23:24:30.180Z | Compiling toml_edit v0.19.15 |
| 1657 | 2026-02-23T23:24:30.879Z | Compiling hubpack v0.1.2 |
| 1658 | 2026-02-23T23:24:30.967Z | Compiling elliptic-curve v0.13.8 |
| 1659 | 2026-02-23T23:24:31.064Z | Compiling daft v0.1.4 |
| 1660 | 2026-02-23T23:24:31.301Z | Compiling cargo_metadata v0.19.2 |
| 1661 | 2026-02-23T23:24:31.645Z | Compiling hyper-tls v0.6.0 |
| 1662 | 2026-02-23T23:24:31.820Z | Compiling signal-hook-mio v0.2.4 |
| 1663 | 2026-02-23T23:24:32.019Z | Compiling cookie_store v0.21.1 |
| 1664 | 2026-02-23T23:24:32.055Z | Compiling zstd v0.13.3 |
| 1665 | 2026-02-23T23:24:34.358Z | Compiling serde_with_macros v3.16.1 |
| 1666 | 2026-02-23T23:24:34.766Z | Compiling postgres-types v0.2.9 |
| 1667 | 2026-02-23T23:24:36.006Z | Compiling usdt-macro v0.6.0 |
| 1668 | 2026-02-23T23:24:36.068Z | Compiling usdt-attr-macro v0.6.0 |
| 1669 | 2026-02-23T23:24:36.770Z | Compiling phf v0.11.2 |
| 1670 | 2026-02-23T23:24:36.954Z | Compiling dtrace-parser v0.2.0 |
| 1671 | 2026-02-23T23:24:36.975Z | Compiling ed25519 v2.2.3 |
| 1672 | 2026-02-23T23:24:37.056Z | Compiling bzip2 v0.5.2 |
| 1673 | 2026-02-23T23:24:37.482Z | Compiling bzip2 v0.4.4 |
| 1674 | 2026-02-23T23:24:37.522Z | Compiling pkcs1 v0.7.5 |
| 1675 | 2026-02-23T23:24:37.745Z | Compiling strum_macros v0.26.4 |
| 1676 | 2026-02-23T23:24:37.898Z | Compiling enum-as-inner v0.6.1 |
| 1677 | 2026-02-23T23:24:38.453Z | Compiling clap_derive v4.5.47 |
| 1678 | 2026-02-23T23:24:38.581Z | Compiling hex v0.4.3 |
| 1679 | 2026-02-23T23:24:38.877Z | Compiling serde-big-array v0.5.1 |
| 1680 | 2026-02-23T23:24:39.016Z | Compiling rfc6979 v0.4.0 |
| 1681 | 2026-02-23T23:24:39.068Z | Compiling serde_repr v0.1.19 |
| 1682 | 2026-02-23T23:24:39.160Z | Compiling bstr v1.10.0 |
| 1683 | 2026-02-23T23:24:39.200Z | Compiling float-cmp v0.10.0 |
| 1684 | 2026-02-23T23:24:39.240Z | Compiling env_filter v0.1.2 |
| 1685 | 2026-02-23T23:24:39.444Z | Compiling memmap2 v0.9.8 |
| 1686 | 2026-02-23T23:24:39.867Z | Compiling socket2 v0.5.10 |
| 1687 | 2026-02-23T23:24:39.871Z | Compiling encoding_rs v0.8.34 |
| 1688 | 2026-02-23T23:24:40.161Z | Compiling data-encoding v2.9.0 |
| 1689 | 2026-02-23T23:24:40.655Z | Compiling predicates-core v1.0.8 |
| 1690 | 2026-02-23T23:24:40.807Z | Compiling rustc-hash v2.1.1 |
| 1691 | 2026-02-23T23:24:40.985Z | Compiling mime v0.3.17 |
| 1692 | 2026-02-23T23:24:41.026Z | Compiling jiff v0.2.15 |
| 1693 | 2026-02-23T23:24:41.530Z | Compiling whoami v1.5.2 |
| 1694 | 2026-02-23T23:24:41.914Z | Compiling normalize-line-endings v0.3.0 |
| 1695 | 2026-02-23T23:24:42.030Z | Compiling static_assertions v1.1.0 |
| 1696 | 2026-02-23T23:24:42.100Z | Compiling fixedbitset v0.5.7 |
| 1697 | 2026-02-23T23:24:42.132Z | Compiling fixedbitset v0.4.2 |
| 1698 | 2026-02-23T23:24:42.155Z | Compiling keccak v0.1.5 |
| 1699 | 2026-02-23T23:24:42.646Z | Compiling foldhash v0.2.0 |
| 1700 | 2026-02-23T23:24:42.759Z | Compiling new_debug_unreachable v1.0.6 |
| 1701 | 2026-02-23T23:24:42.849Z | Compiling precomputed-hash v0.1.1 |
| 1702 | 2026-02-23T23:24:42.881Z | Compiling difflib v0.4.0 |
| 1703 | 2026-02-23T23:24:42.998Z | Compiling string_cache v0.8.9 |
| 1704 | 2026-02-23T23:24:43.077Z | Compiling iddqd v0.3.16 |
| 1705 | 2026-02-23T23:24:43.450Z | Compiling predicates v3.1.3 |
| 1706 | 2026-02-23T23:24:43.627Z | Compiling clap v4.5.48 |
| 1707 | 2026-02-23T23:24:43.792Z | Compiling petgraph v0.8.2 |
| 1708 | 2026-02-23T23:24:44.246Z | Compiling petgraph v0.6.5 |
| 1709 | 2026-02-23T23:24:44.402Z | Compiling sha3 v0.10.8 |
| 1710 | 2026-02-23T23:24:44.991Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1711 | 2026-02-23T23:24:45.479Z | Compiling strum v0.26.3 |
| 1712 | 2026-02-23T23:24:45.698Z | Compiling tokio-postgres v0.7.13 |
| 1713 | 2026-02-23T23:24:45.733Z | Compiling toml_edit v0.22.27 |
| 1714 | 2026-02-23T23:24:46.156Z | Compiling hickory-proto v0.25.2 |
| 1715 | 2026-02-23T23:24:47.783Z | Compiling similar v2.7.0 |
| 1716 | 2026-02-23T23:24:48.420Z | Compiling zip v4.2.0 |
| 1717 | 2026-02-23T23:24:49.905Z | Compiling usdt-impl v0.5.0 |
| 1718 | 2026-02-23T23:24:50.679Z | Compiling usdt v0.6.0 |
| 1719 | 2026-02-23T23:24:51.071Z | Compiling env_logger v0.11.8 |
| 1720 | 2026-02-23T23:24:51.175Z | Compiling ecdsa v0.16.9 |
| 1721 | 2026-02-23T23:24:51.256Z | Compiling serde_with v3.16.1 |
| 1722 | 2026-02-23T23:24:51.834Z | Compiling rsa v0.9.8 |
| 1723 | 2026-02-23T23:24:51.860Z | Compiling zip v0.6.6 |
| 1724 | 2026-02-23T23:24:52.067Z | Compiling ed25519-dalek v2.1.1 |
| 1725 | 2026-02-23T23:24:53.159Z | Compiling toml v0.7.8 |
| 1726 | 2026-02-23T23:24:53.519Z | Compiling crossterm v0.28.1 |
| 1727 | 2026-02-23T23:24:54.907Z | Compiling heck v0.4.1 |
| 1728 | 2026-02-23T23:24:55.090Z | Compiling crossbeam-epoch v0.9.18 |
| 1729 | 2026-02-23T23:24:55.153Z | Compiling tokio-stream v0.1.17 |
| 1730 | 2026-02-23T23:24:55.363Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1731 | 2026-02-23T23:24:55.653Z | Compiling x509-cert v0.2.5 |
| 1732 | 2026-02-23T23:24:55.778Z | Compiling openapiv3 v2.2.0 |
| 1733 | 2026-02-23T23:24:55.812Z | Compiling sha1 v0.10.6 |
| 1734 | 2026-02-23T23:24:56.177Z | Compiling itertools v0.10.5 |
| 1735 | 2026-02-23T23:24:56.257Z | Compiling itertools v0.13.0 |
| 1736 | 2026-02-23T23:24:56.767Z | Compiling winnow v0.6.26 |
| 1737 | 2026-02-23T23:24:58.245Z | Compiling peg-runtime v0.8.5 |
| 1738 | 2026-02-23T23:24:58.818Z | Compiling lalrpop-util v0.19.12 |
| 1739 | 2026-02-23T23:24:58.852Z | Compiling thread_local v1.1.8 |
| 1740 | 2026-02-23T23:24:59.235Z | Compiling slog-async v2.8.0 |
| 1741 | 2026-02-23T23:24:59.366Z | Compiling crossbeam-channel v0.5.15 |
| 1742 | 2026-02-23T23:24:59.397Z | Compiling xattr v1.3.1 |
| 1743 | 2026-02-23T23:24:59.670Z | Compiling futures-executor v0.3.31 |
| 1744 | 2026-02-23T23:24:59.832Z | Compiling filetime v0.2.26 |
| 1745 | 2026-02-23T23:24:59.879Z | Compiling is-terminal v0.4.13 |
| 1746 | 2026-02-23T23:24:59.902Z | Compiling term v1.1.0 |
| 1747 | 2026-02-23T23:25:00.035Z | Compiling take_mut v0.2.2 |
| 1748 | 2026-02-23T23:25:00.054Z | Compiling futures v0.3.31 |
| 1749 | 2026-02-23T23:25:00.163Z | Compiling tar v0.4.44 |
| 1750 | 2026-02-23T23:25:01.202Z | Compiling slog-term v2.9.2 |
| 1751 | 2026-02-23T23:25:03.651Z | Compiling aws-lc-sys v0.26.0 |
| 1752 | 2026-02-23T23:25:33.847Z | Compiling rustls-webpki v0.102.8 |
| 1753 | 2026-02-23T23:25:38.475Z | Compiling tokio-rustls v0.26.0 |
| 1754 | 2026-02-23T23:25:38.773Z | Compiling hyper-rustls v0.27.7 |
| 1755 | 2026-02-23T23:25:39.140Z | Compiling reqwest v0.12.24 |
| 1756 | 2026-02-23T23:25:42.949Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1757 | 2026-02-23T23:25:43.256Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1758 | 2026-02-23T23:25:48.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
| 1759 | 2026-02-23T23:25:48.238Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1760 | 2026-02-23T23:25:48.299Z | Feb 23 23:25:47.029 INFO Starting download, target: Clickhouse |
| 1761 | 2026-02-23T23:25:48.299Z | Feb 23 23:25:47.030 INFO Starting download, target: Console |
| 1762 | 2026-02-23T23:25:48.299Z | Feb 23 23:25:47.030 INFO Starting download, target: Cockroach |
| 1763 | 2026-02-23T23:25:48.302Z | Feb 23 23:25:47.030 INFO Starting download, target: DendriteStub |
| 1764 | 2026-02-23T23:25:48.302Z | Feb 23 23:25:47.030 INFO Starting download, target: MaghemiteMgd |
| 1765 | 2026-02-23T23:25:48.302Z | Feb 23 23:25:47.030 INFO Starting download, target: TransceiverControl |
| 1766 | 2026-02-23T23:25:48.303Z | Feb 23 23:25:47.030 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1767 | 2026-02-23T23:25:48.303Z | Feb 23 23:25:47.031 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1768 | 2026-02-23T23:25:48.303Z | Feb 23 23:25:47.031 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1769 | 2026-02-23T23:25:48.303Z | Feb 23 23:25:47.031 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1770 | 2026-02-23T23:25:48.303Z | Feb 23 23:25:47.031 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1771 | 2026-02-23T23:25:48.303Z | Feb 23 23:25:47.031 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1772 | 2026-02-23T23:25:48.599Z | Feb 23 23:25:47.321 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1773 | 2026-02-23T23:25:48.958Z | Feb 23 23:25:47.657 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1774 | 2026-02-23T23:25:49.069Z | Feb 23 23:25:47.794 INFO Download complete, target: TransceiverControl |
| 1775 | 2026-02-23T23:25:49.409Z | Feb 23 23:25:48.139 INFO Download complete, target: Console |
| 1776 | 2026-02-23T23:25:49.578Z | Feb 23 23:25:48.308 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1777 | 2026-02-23T23:25:49.882Z | Feb 23 23:25:48.612 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1778 | 2026-02-23T23:25:50.133Z | Feb 23 23:25:48.864 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1779 | 2026-02-23T23:25:50.134Z | Feb 23 23:25:48.864 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1780 | 2026-02-23T23:25:50.795Z | Feb 23 23:25:49.526 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1781 | 2026-02-23T23:25:53.545Z | Feb 23 23:25:52.275 INFO Download complete, target: DendriteStub |
| 1782 | 2026-02-23T23:25:53.972Z | Feb 23 23:25:52.703 INFO Download complete, target: MaghemiteMgd |
| 1783 | 2026-02-23T23:25:57.808Z | Feb 23 23:25:56.538 INFO Checking that binary works, target: Cockroach |
| 1784 | 2026-02-23T23:25:57.944Z | Feb 23 23:25:56.673 INFO Download complete, target: Cockroach |
| 1785 | 2026-02-23T23:26:01.619Z | Feb 23 23:26:00.348 INFO Checking that binary works, target: Clickhouse |
| 1786 | 2026-02-23T23:26:01.747Z | Feb 23 23:26:00.476 INFO Download complete, target: Clickhouse |
| 1787 | 2026-02-23T23:26:01.769Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1788 | 2026-02-23T23:26:01.773Z | |
| 1789 | 2026-02-23T23:26:01.773Z | real 6:33.434875098 |
| 1790 | 2026-02-23T23:26:01.773Z | user 19:00.564271338 |
| 1791 | 2026-02-23T23:26:01.773Z | sys 2:36.967088987 |
| 1792 | 2026-02-23T23:26:01.773Z | trap 0.728077511 |
| 1793 | 2026-02-23T23:26:01.773Z | tflt 0.882803133 |
| 1794 | 2026-02-23T23:26:01.773Z | dflt 0.967710219 |
| 1795 | 2026-02-23T23:26:01.774Z | kflt 0.023009393 |
| 1796 | 2026-02-23T23:26:01.774Z | lock 45:28.964391461 |
| 1797 | 2026-02-23T23:26:01.774Z | slp 1:11:39.327232186 |
| 1798 | 2026-02-23T23:26:01.774Z | lat 1:21.358302923 |
| 1799 | 2026-02-23T23:26:01.774Z | stop 3:19.644340415 |
| 1800 | 2026-02-23T23:26:01.774Z | + banner clippy |
| 1801 | 2026-02-23T23:26:01.778Z | |
| 1802 | 2026-02-23T23:26:01.778Z | #### # # ##### ##### # # |
| 1803 | 2026-02-23T23:26:01.778Z | # # # # # # # # # # |
| 1804 | 2026-02-23T23:26:01.778Z | # # # # # # # # |
| 1805 | 2026-02-23T23:26:01.778Z | # # # ##### ##### # |
| 1806 | 2026-02-23T23:26:01.778Z | # # # # # # # |
| 1807 | 2026-02-23T23:26:01.778Z | #### ###### # # # # |
| 1808 | 2026-02-23T23:26:01.778Z | |
| 1809 | 2026-02-23T23:26:01.778Z | + export CARGO_INCREMENTAL=0 |
| 1810 | 2026-02-23T23:26:01.778Z | + CARGO_INCREMENTAL=0 |
| 1811 | 2026-02-23T23:26:01.778Z | + ptime -m cargo xtask clippy |
| 1812 | 2026-02-23T23:26:02.616Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1813 | 2026-02-23T23:26:02.924Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1814 | 2026-02-23T23:26:06.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
| 1815 | 2026-02-23T23:26:06.227Z | Running `target/debug/xtask clippy` |
| 1816 | 2026-02-23T23:26:06.257Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1817 | 2026-02-23T23:26:07.171Z | Downloading crates ... |
| 1818 | 2026-02-23T23:26:07.473Z | Downloaded approx v0.5.1 |
| 1819 | 2026-02-23T23:26:07.482Z | Downloaded similar-asserts v1.7.0 |
| 1820 | 2026-02-23T23:26:07.486Z | Downloaded partial-io v0.5.4 |
| 1821 | 2026-02-23T23:26:07.489Z | Downloaded async-process v2.3.0 |
| 1822 | 2026-02-23T23:26:07.492Z | Downloaded async-object-pool v0.1.5 |
| 1823 | 2026-02-23T23:26:07.493Z | Downloaded async-lock v3.4.0 |
| 1824 | 2026-02-23T23:26:07.496Z | Downloaded async-global-executor v2.4.1 |
| 1825 | 2026-02-23T23:26:07.496Z | Downloaded relative-path v1.9.3 |
| 1826 | 2026-02-23T23:26:07.496Z | Downloaded piper v0.2.4 |
| 1827 | 2026-02-23T23:26:07.499Z | Downloaded async-io v2.3.4 |
| 1828 | 2026-02-23T23:26:07.502Z | Downloaded knuffel-derive v3.2.0 |
| 1829 | 2026-02-23T23:26:07.502Z | Downloaded datatest-stable v0.3.2 |
| 1830 | 2026-02-23T23:26:07.506Z | Downloaded target-lexicon v0.13.2 |
| 1831 | 2026-02-23T23:26:07.506Z | Downloaded event-listener v2.5.3 |
| 1832 | 2026-02-23T23:26:07.509Z | Downloaded plotters-svg v0.3.7 |
| 1833 | 2026-02-23T23:26:07.509Z | Downloaded event-listener-strategy v0.5.2 |
| 1834 | 2026-02-23T23:26:07.513Z | Downloaded libtest-mimic v0.8.1 |
| 1835 | 2026-02-23T23:26:07.513Z | Downloaded kv-log-macro v1.0.7 |
| 1836 | 2026-02-23T23:26:07.516Z | Downloaded backtrace-ext v0.2.1 |
| 1837 | 2026-02-23T23:26:07.516Z | Downloaded async-signal v0.2.10 |
| 1838 | 2026-02-23T23:26:07.516Z | Downloaded assert_cmd v2.0.17 |
| 1839 | 2026-02-23T23:26:07.519Z | Downloaded serde_regex v1.1.0 |
| 1840 | 2026-02-23T23:26:07.519Z | Downloaded async-channel v1.9.0 |
| 1841 | 2026-02-23T23:26:07.522Z | Downloaded target-triple v0.1.3 |
| 1842 | 2026-02-23T23:26:07.522Z | Downloaded fancy-regex v0.14.0 |
| 1843 | 2026-02-23T23:26:07.525Z | Downloaded supports-color v2.1.0 |
| 1844 | 2026-02-23T23:26:07.525Z | Downloaded futures-timer v3.0.3 |
| 1845 | 2026-02-23T23:26:07.528Z | Downloaded escape8259 v0.5.3 |
| 1846 | 2026-02-23T23:26:07.528Z | Downloaded cast v0.3.0 |
| 1847 | 2026-02-23T23:26:07.528Z | Downloaded async-executor v1.13.1 |
| 1848 | 2026-02-23T23:26:07.531Z | Downloaded nested v0.1.1 |
| 1849 | 2026-02-23T23:26:07.531Z | Downloaded anes v0.1.6 |
| 1850 | 2026-02-23T23:26:07.540Z | Downloaded stringmetrics v2.2.2 |
| 1851 | 2026-02-23T23:26:07.543Z | Downloaded rust-argon2 v2.1.0 |
| 1852 | 2026-02-23T23:26:07.547Z | Downloaded plotters-backend v0.3.7 |
| 1853 | 2026-02-23T23:26:07.550Z | Downloaded async-channel v2.3.1 |
| 1854 | 2026-02-23T23:26:07.558Z | Downloaded miette-derive v5.10.0 |
| 1855 | 2026-02-23T23:26:07.561Z | Downloaded assert-json-diff v2.0.2 |
| 1856 | 2026-02-23T23:26:07.613Z | Downloaded doc-comment v0.3.3 |
| 1857 | 2026-02-23T23:26:07.614Z | Downloaded parking v2.2.1 |
| 1858 | 2026-02-23T23:26:07.614Z | Downloaded oorandom v11.1.4 |
| 1859 | 2026-02-23T23:26:07.614Z | Downloaded async-attributes v1.1.2 |
| 1860 | 2026-02-23T23:26:07.614Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1861 | 2026-02-23T23:26:07.614Z | Downloaded supports-unicode v2.1.0 |
| 1862 | 2026-02-23T23:26:07.614Z | Downloaded supports-hyperlinks v2.1.0 |
| 1863 | 2026-02-23T23:26:07.614Z | Downloaded pathdiff v0.2.3 |
| 1864 | 2026-02-23T23:26:07.614Z | Downloaded terminal_size v0.1.17 |
| 1865 | 2026-02-23T23:26:07.614Z | Downloaded path-tree v0.8.1 |
| 1866 | 2026-02-23T23:26:07.614Z | Downloaded tinytemplate v1.2.1 |
| 1867 | 2026-02-23T23:26:07.614Z | Downloaded proc-macro-crate v3.2.0 |
| 1868 | 2026-02-23T23:26:07.614Z | Downloaded concurrent-queue v2.5.0 |
| 1869 | 2026-02-23T23:26:07.614Z | Downloaded termcolor v1.4.1 |
| 1870 | 2026-02-23T23:26:07.614Z | Downloaded rstest_macros v0.25.0 |
| 1871 | 2026-02-23T23:26:07.614Z | Downloaded futures-lite v2.3.0 |
| 1872 | 2026-02-23T23:26:07.614Z | Downloaded chumsky v0.9.3 |
| 1873 | 2026-02-23T23:26:07.614Z | Downloaded httptest v0.16.3 |
| 1874 | 2026-02-23T23:26:07.614Z | Downloaded event-listener v5.3.1 |
| 1875 | 2026-02-23T23:26:07.614Z | Downloaded blocking v1.6.1 |
| 1876 | 2026-02-23T23:26:07.614Z | Downloaded owo-colors v3.5.0 |
| 1877 | 2026-02-23T23:26:07.618Z | Downloaded async-task v4.7.1 |
| 1878 | 2026-02-23T23:26:07.618Z | Downloaded cfg-expr v0.20.1 |
| 1879 | 2026-02-23T23:26:07.621Z | Downloaded criterion-plot v0.6.0 |
| 1880 | 2026-02-23T23:26:07.624Z | Downloaded trybuild v1.0.106 |
| 1881 | 2026-02-23T23:26:07.628Z | Downloaded blake2b_simd v1.0.2 |
| 1882 | 2026-02-23T23:26:07.633Z | Downloaded target-spec v3.5.0 |
| 1883 | 2026-02-23T23:26:07.636Z | Downloaded textwrap v0.15.2 |
| 1884 | 2026-02-23T23:26:07.636Z | Downloaded rstest v0.25.0 |
| 1885 | 2026-02-23T23:26:07.640Z | Downloaded rand_distr v0.5.1 |
| 1886 | 2026-02-23T23:26:07.643Z | Downloaded polling v3.7.3 |
| 1887 | 2026-02-23T23:26:07.647Z | Downloaded hashbrown v0.14.5 |
| 1888 | 2026-02-23T23:26:07.650Z | Downloaded miette v5.10.0 |
| 1889 | 2026-02-23T23:26:07.654Z | Downloaded knuffel v3.2.0 |
| 1890 | 2026-02-23T23:26:07.657Z | Downloaded plotters v0.3.7 |
| 1891 | 2026-02-23T23:26:07.664Z | Downloaded criterion v0.7.0 |
| 1892 | 2026-02-23T23:26:07.669Z | Downloaded guppy v0.17.20 |
| 1893 | 2026-02-23T23:26:07.674Z | Downloaded async-std v1.13.0 |
| 1894 | 2026-02-23T23:26:07.742Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1895 | 2026-02-23T23:26:10.025Z | Checking cfg-if v1.0.4 |
| 1896 | 2026-02-23T23:26:10.446Z | Checking libc v0.2.180 |
| 1897 | 2026-02-23T23:26:10.450Z | Checking serde_core v1.0.228 |
| 1898 | 2026-02-23T23:26:10.535Z | Checking memchr v2.7.4 |
| 1899 | 2026-02-23T23:26:10.586Z | Checking smallvec v1.15.1 |
| 1900 | 2026-02-23T23:26:10.636Z | Checking value-bag v1.12.0 |
| 1901 | 2026-02-23T23:26:10.689Z | Checking itoa v1.0.11 |
| 1902 | 2026-02-23T23:26:10.757Z | Checking scopeguard v1.2.0 |
| 1903 | 2026-02-23T23:26:10.826Z | Checking libm v0.2.8 |
| 1904 | 2026-02-23T23:26:10.923Z | Checking zeroize v1.8.1 |
| 1905 | 2026-02-23T23:26:10.997Z | Checking lock_api v0.4.12 |
| 1906 | 2026-02-23T23:26:11.061Z | Checking stable_deref_trait v1.2.0 |
| 1907 | 2026-02-23T23:26:11.125Z | Checking log v0.4.29 |
| 1908 | 2026-02-23T23:26:11.241Z | Checking portable-atomic v1.11.0 |
| 1909 | 2026-02-23T23:26:11.298Z | Checking critical-section v1.1.3 |
| 1910 | 2026-02-23T23:26:11.370Z | Checking zerofrom v0.1.4 |
| 1911 | 2026-02-23T23:26:11.466Z | Checking zmij v1.0.15 |
| 1912 | 2026-02-23T23:26:11.529Z | Checking pin-project-lite v0.2.14 |
| 1913 | 2026-02-23T23:26:11.585Z | Checking getrandom v0.2.15 |
| 1914 | 2026-02-23T23:26:11.645Z | Checking getrandom v0.3.4 |
| 1915 | 2026-02-23T23:26:11.706Z | Checking yoke v0.7.4 |
| 1916 | 2026-02-23T23:26:11.771Z | Checking writeable v0.5.5 |
| 1917 | 2026-02-23T23:26:11.829Z | Checking num-traits v0.2.19 |
| 1918 | 2026-02-23T23:26:11.891Z | Checking percent-encoding v2.3.2 |
| 1919 | 2026-02-23T23:26:11.948Z | Checking litemap v0.7.3 |
| 1920 | 2026-02-23T23:26:11.961Z | Checking rand_core v0.6.4 |
| 1921 | 2026-02-23T23:26:12.105Z | Checking zerovec v0.10.4 |
| 1922 | 2026-02-23T23:26:12.162Z | Checking icu_locid_transform_data v1.5.0 |
| 1923 | 2026-02-23T23:26:12.221Z | Checking subtle v2.6.1 |
| 1924 | 2026-02-23T23:26:12.336Z | Checking icu_properties_data v1.5.0 |
| 1925 | 2026-02-23T23:26:12.350Z | Checking once_cell v1.21.3 |
| 1926 | 2026-02-23T23:26:12.453Z | Checking byteorder v1.5.0 |
| 1927 | 2026-02-23T23:26:12.509Z | Checking write16 v1.0.0 |
| 1928 | 2026-02-23T23:26:12.618Z | Checking utf8_iter v1.0.4 |
| 1929 | 2026-02-23T23:26:12.672Z | Checking utf16_iter v1.0.5 |
| 1930 | 2026-02-23T23:26:12.740Z | Checking icu_normalizer_data v1.5.0 |
| 1931 | 2026-02-23T23:26:12.790Z | Checking form_urlencoded v1.2.2 |
| 1932 | 2026-02-23T23:26:12.844Z | Checking parking_lot_core v0.9.10 |
| 1933 | 2026-02-23T23:26:12.910Z | Checking signal-hook-registry v1.4.2 |
| 1934 | 2026-02-23T23:26:12.980Z | Checking typenum v1.17.0 |
| 1935 | 2026-02-23T23:26:13.022Z | Checking mio v1.0.2 |
| 1936 | 2026-02-23T23:26:13.080Z | Checking futures-core v0.3.31 |
| 1937 | 2026-02-23T23:26:13.251Z | Checking allocator-api2 v0.2.21 |
| 1938 | 2026-02-23T23:26:13.309Z | Checking parking_lot v0.12.3 |
| 1939 | 2026-02-23T23:26:13.380Z | Checking socket2 v0.6.1 |
| 1940 | 2026-02-23T23:26:13.449Z | Checking iana-time-zone v0.1.63 |
| 1941 | 2026-02-23T23:26:13.697Z | Checking errno v0.3.12 |
| 1942 | 2026-02-23T23:26:13.761Z | Checking equivalent v1.0.2 |
| 1943 | 2026-02-23T23:26:13.818Z | Checking tinystr v0.7.6 |
| 1944 | 2026-02-23T23:26:13.819Z | Checking icu_collections v1.5.0 |
| 1945 | 2026-02-23T23:26:13.952Z | Checking const-oid v0.9.6 |
| 1946 | 2026-02-23T23:26:14.013Z | Checking generic-array v0.14.7 |
| 1947 | 2026-02-23T23:26:14.064Z | Checking zerocopy v0.7.35 |
| 1948 | 2026-02-23T23:26:14.067Z | Checking thiserror v1.0.69 |
| 1949 | 2026-02-23T23:26:14.170Z | Checking serde v1.0.228 |
| 1950 | 2026-02-23T23:26:14.170Z | Checking serde_json v1.0.149 |
| 1951 | 2026-02-23T23:26:14.290Z | Checking icu_locid v1.5.0 |
| 1952 | 2026-02-23T23:26:14.355Z | Checking uuid v1.19.0 |
| 1953 | 2026-02-23T23:26:14.453Z | Checking semver v1.0.27 |
| 1954 | 2026-02-23T23:26:14.960Z | Checking futures-io v0.3.31 |
| 1955 | 2026-02-23T23:26:15.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1956 | 2026-02-23T23:26:15.211Z | Checking crypto-common v0.1.6 |
| 1957 | 2026-02-23T23:26:15.272Z | Checking block-buffer v0.10.4 |
| 1958 | 2026-02-23T23:26:15.336Z | Checking bytes v1.11.1 |
| 1959 | 2026-02-23T23:26:15.339Z | Checking bitflags v2.9.4 |
| 1960 | 2026-02-23T23:26:15.435Z | Checking icu_provider v1.5.0 |
| 1961 | 2026-02-23T23:26:15.497Z | Checking chrono v0.4.43 |
| 1962 | 2026-02-23T23:26:15.560Z | Checking thiserror v2.0.18 |
| 1963 | 2026-02-23T23:26:15.602Z | Checking dyn-clone v1.0.20 |
| 1964 | 2026-02-23T23:26:15.695Z | Checking digest v0.10.7 |
| 1965 | 2026-02-23T23:26:15.813Z | Checking slab v0.4.9 |
| 1966 | 2026-02-23T23:26:15.870Z | Checking cpufeatures v0.2.14 |
| 1967 | 2026-02-23T23:26:15.929Z | Checking futures-sink v0.3.31 |
| 1968 | 2026-02-23T23:26:15.969Z | Checking pin-utils v0.1.0 |
| 1969 | 2026-02-23T23:26:16.034Z | Checking hashbrown v0.16.1 |
| 1970 | 2026-02-23T23:26:16.094Z | Checking icu_locid_transform v1.5.0 |
| 1971 | 2026-02-23T23:26:16.149Z | Checking rustix v0.38.37 |
| 1972 | 2026-02-23T23:26:16.153Z | Checking futures-channel v0.3.31 |
| 1973 | 2026-02-23T23:26:16.153Z | Checking futures-task v0.3.31 |
| 1974 | 2026-02-23T23:26:16.191Z | Checking ppv-lite86 v0.2.20 |
| 1975 | 2026-02-23T23:26:16.351Z | Checking tokio v1.49.0 |
| 1976 | 2026-02-23T23:26:16.552Z | Checking foldhash v0.1.5 |
| 1977 | 2026-02-23T23:26:16.614Z | Checking futures-util v0.3.31 |
| 1978 | 2026-02-23T23:26:16.865Z | Checking hashbrown v0.15.4 |
| 1979 | 2026-02-23T23:26:17.062Z | Checking fnv v1.0.7 |
| 1980 | 2026-02-23T23:26:17.124Z | Checking icu_properties v1.5.1 |
| 1981 | 2026-02-23T23:26:17.181Z | Checking indexmap v2.13.0 |
| 1982 | 2026-02-23T23:26:17.272Z | Checking tracing-core v0.1.32 |
| 1983 | 2026-02-23T23:26:17.501Z | Checking regex-syntax v0.8.5 |
| 1984 | 2026-02-23T23:26:17.954Z | Checking http v1.4.0 |
| 1985 | 2026-02-23T23:26:18.015Z | Checking tracing v0.1.40 |
| 1986 | 2026-02-23T23:26:18.456Z | Checking spin v0.9.8 |
| 1987 | 2026-02-23T23:26:18.554Z | Checking crossbeam-utils v0.8.21 |
| 1988 | 2026-02-23T23:26:18.890Z | Checking adler2 v2.0.0 |
| 1989 | 2026-02-23T23:26:19.159Z | Checking miniz_oxide v0.8.5 |
| 1990 | 2026-02-23T23:26:19.373Z | Checking utf8parse v0.2.2 |
| 1991 | 2026-02-23T23:26:19.439Z | Checking base64 v0.22.1 |
| 1992 | 2026-02-23T23:26:19.442Z | Checking base64ct v1.6.0 |
| 1993 | 2026-02-23T23:26:19.594Z | Checking unicode-ident v1.0.19 |
| 1994 | 2026-02-23T23:26:19.868Z | Checking proc-macro2 v1.0.101 |
| 1995 | 2026-02-23T23:26:19.984Z | Checking block-padding v0.3.3 |
| 1996 | 2026-02-23T23:26:20.049Z | Checking anstyle v1.0.11 |
| 1997 | 2026-02-23T23:26:20.109Z | Checking ipnet v2.11.0 |
| 1998 | 2026-02-23T23:26:20.247Z | Checking inout v0.1.3 |
| 1999 | 2026-02-23T23:26:20.440Z | Checking icu_normalizer v1.5.0 |
| 2000 | 2026-02-23T23:26:20.502Z | Checking aho-corasick v1.1.3 |
| 2001 | 2026-02-23T23:26:20.561Z | Checking cipher v0.4.4 |
| 2002 | 2026-02-23T23:26:20.624Z | Checking quote v1.0.40 |
| 2003 | 2026-02-23T23:26:20.720Z | Checking anstyle-parse v0.2.5 |
| 2004 | 2026-02-23T23:26:20.785Z | Checking colorchoice v1.0.2 |
| 2005 | 2026-02-23T23:26:21.010Z | Checking powerfmt v0.2.0 |
| 2006 | 2026-02-23T23:26:21.073Z | Checking syn v2.0.114 |
| 2007 | 2026-02-23T23:26:21.077Z | Checking anstyle-query v1.1.1 |
| 2008 | 2026-02-23T23:26:21.077Z | Checking is_terminal_polyfill v1.70.1 |
| 2009 | 2026-02-23T23:26:21.261Z | Checking idna_adapter v1.2.0 |
| 2010 | 2026-02-23T23:26:21.324Z | Checking time-core v0.1.6 |
| 2011 | 2026-02-23T23:26:21.327Z | Checking fastrand v2.1.1 |
| 2012 | 2026-02-23T23:26:21.423Z | Checking deranged v0.5.3 |
| 2013 | 2026-02-23T23:26:21.426Z | Checking anstream v0.6.18 |
| 2014 | 2026-02-23T23:26:21.529Z | Checking idna v1.0.3 |
| 2015 | 2026-02-23T23:26:21.643Z | Checking num_threads v0.1.7 |
| 2016 | 2026-02-23T23:26:21.737Z | Checking num-conv v0.1.0 |
| 2017 | 2026-02-23T23:26:21.847Z | Checking atomic-waker v1.1.2 |
| 2018 | 2026-02-23T23:26:21.898Z | Checking pem-rfc7468 v0.7.0 |
| 2019 | 2026-02-23T23:26:22.033Z | Checking terminal_size v0.4.0 |
| 2020 | 2026-02-23T23:26:22.037Z | Checking regex-automata v0.4.11 |
| 2021 | 2026-02-23T23:26:22.131Z | Checking sha2 v0.10.9 |
| 2022 | 2026-02-23T23:26:22.135Z | Checking url v2.5.4 |
| 2023 | 2026-02-23T23:26:22.249Z | Checking untrusted v0.9.0 |
| 2024 | 2026-02-23T23:26:22.312Z | Checking gimli v0.31.1 |
| 2025 | 2026-02-23T23:26:22.504Z | Checking ring v0.17.14 |
| 2026 | 2026-02-23T23:26:22.742Z | Checking hmac v0.12.1 |
| 2027 | 2026-02-23T23:26:23.043Z | Checking object v0.36.5 |
| 2028 | 2026-02-23T23:26:23.129Z | Checking schemars v0.8.22 |
| 2029 | 2026-02-23T23:26:23.525Z | Checking tokio-util v0.7.15 |
| 2030 | 2026-02-23T23:26:23.972Z | Checking time v0.3.43 |
| 2031 | 2026-02-23T23:26:24.823Z | Checking zerocopy v0.8.27 |
| 2032 | 2026-02-23T23:26:24.904Z | Checking httparse v1.9.5 |
| 2033 | 2026-02-23T23:26:24.967Z | Checking strsim v0.11.1 |
| 2034 | 2026-02-23T23:26:25.331Z | Checking rustc-demangle v0.1.24 |
| 2035 | 2026-02-23T23:26:25.432Z | Checking clap_lex v0.7.4 |
| 2036 | 2026-02-23T23:26:25.775Z | Checking clap_builder v4.5.48 |
| 2037 | 2026-02-23T23:26:25.835Z | Checking lazy_static v1.5.0 |
| 2038 | 2026-02-23T23:26:26.037Z | Checking flagset v0.4.6 |
| 2039 | 2026-02-23T23:26:26.166Z | Checking addr2line v0.24.2 |
| 2040 | 2026-02-23T23:26:26.332Z | Checking der v0.7.10 |
| 2041 | 2026-02-23T23:26:26.569Z | Checking rand_chacha v0.3.1 |
| 2042 | 2026-02-23T23:26:26.656Z | Checking rustls-pki-types v1.10.0 |
| 2043 | 2026-02-23T23:26:26.770Z | Checking http-body v1.0.1 |
| 2044 | 2026-02-23T23:26:27.043Z | Checking rand v0.8.5 |
| 2045 | 2026-02-23T23:26:27.106Z | Checking aws-lc-sys v0.26.0 |
| 2046 | 2026-02-23T23:26:27.109Z | Checking httpdate v1.0.3 |
| 2047 | 2026-02-23T23:26:27.269Z | Checking untrusted v0.7.1 |
| 2048 | 2026-02-23T23:26:27.497Z | Checking try-lock v0.2.5 |
| 2049 | 2026-02-23T23:26:27.560Z | Checking h2 v0.4.6 |
| 2050 | 2026-02-23T23:26:27.717Z | Checking want v0.3.1 |
| 2051 | 2026-02-23T23:26:27.992Z | Checking ryu v1.0.18 |
| 2052 | 2026-02-23T23:26:28.110Z | Checking tower-service v0.3.3 |
| 2053 | 2026-02-23T23:26:28.176Z | Checking tower-layer v0.3.3 |
| 2054 | 2026-02-23T23:26:28.317Z | Checking erased-serde v0.3.31 |
| 2055 | 2026-02-23T23:26:28.365Z | Checking rand_core v0.9.3 |
| 2056 | 2026-02-23T23:26:28.369Z | Checking spki v0.7.3 |
| 2057 | 2026-02-23T23:26:28.530Z | Checking pbkdf2 v0.12.2 |
| 2058 | 2026-02-23T23:26:28.719Z | Checking clap v4.5.48 |
| 2059 | 2026-02-23T23:26:28.778Z | Checking aes v0.8.4 |
| 2060 | 2026-02-23T23:26:28.781Z | Checking mime v0.3.17 |
| 2061 | 2026-02-23T23:26:28.781Z | Checking salsa20 v0.10.2 |
| 2062 | 2026-02-23T23:26:28.934Z | Checking cbc v0.1.2 |
| 2063 | 2026-02-23T23:26:29.063Z | Checking backtrace v0.3.74 |
| 2064 | 2026-02-23T23:26:29.173Z | Checking rustix v1.1.3 |
| 2065 | 2026-02-23T23:26:29.231Z | Checking scrypt v0.11.0 |
| 2066 | 2026-02-23T23:26:29.235Z | Checking rand_chacha v0.9.0 |
| 2067 | 2026-02-23T23:26:29.353Z | Checking slog v2.8.2 |
| 2068 | 2026-02-23T23:26:29.357Z | Checking aws-lc-rs v1.12.4 |
| 2069 | 2026-02-23T23:26:29.549Z | Checking http-body-util v0.1.3 |
| 2070 | 2026-02-23T23:26:29.679Z | Checking regex v1.11.3 |
| 2071 | 2026-02-23T23:26:29.696Z | Checking anyhow v1.0.99 |
| 2072 | 2026-02-23T23:26:29.800Z | Checking rand v0.9.2 |
| 2073 | 2026-02-23T23:26:30.023Z | Checking pkcs5 v0.7.1 |
| 2074 | 2026-02-23T23:26:30.086Z | Checking openssl-probe v0.1.5 |
| 2075 | 2026-02-23T23:26:30.187Z | Checking foreign-types-shared v0.1.1 |
| 2076 | 2026-02-23T23:26:30.326Z | Checking serde_urlencoded v0.7.1 |
| 2077 | 2026-02-23T23:26:30.385Z | Checking foreign-types v0.3.2 |
| 2078 | 2026-02-23T23:26:30.388Z | Checking hex v0.4.3 |
| 2079 | 2026-02-23T23:26:30.541Z | Checking openssl-sys v0.9.109 |
| 2080 | 2026-02-23T23:26:30.608Z | Checking pkcs8 v0.10.2 |
| 2081 | 2026-02-23T23:26:30.806Z | Checking encoding_rs v0.8.34 |
| 2082 | 2026-02-23T23:26:30.888Z | Checking ipnetwork v0.21.1 |
| 2083 | 2026-02-23T23:26:31.012Z | Checking plain v0.2.3 |
| 2084 | 2026-02-23T23:26:31.071Z | Checking ucd-trie v0.1.7 |
| 2085 | 2026-02-23T23:26:31.132Z | Checking rustls-webpki v0.102.8 |
| 2086 | 2026-02-23T23:26:31.240Z | Checking tempfile v3.24.0 |
| 2087 | 2026-02-23T23:26:31.296Z | Checking sync_wrapper v1.0.1 |
| 2088 | 2026-02-23T23:26:31.361Z | Checking pest v2.8.2 |
| 2089 | 2026-02-23T23:26:31.364Z | Checking psl-types v2.0.11 |
| 2090 | 2026-02-23T23:26:31.526Z | Checking either v1.15.0 |
| 2091 | 2026-02-23T23:26:31.660Z | Checking pretty-hex v0.4.1 |
| 2092 | 2026-02-23T23:26:31.721Z | Checking publicsuffix v2.3.0 |
| 2093 | 2026-02-23T23:26:31.779Z | Checking openssl v0.10.73 |
| 2094 | 2026-02-23T23:26:31.924Z | Checking tower v0.5.2 |
| 2095 | 2026-02-23T23:26:31.988Z | Checking rustls-native-certs v0.8.1 |
| 2096 | 2026-02-23T23:26:31.988Z | Checking rustls v0.23.19 |
| 2097 | 2026-02-23T23:26:32.099Z | Checking webpki-roots v1.0.1 |
| 2098 | 2026-02-23T23:26:32.245Z | Checking cookie v0.18.1 |
| 2099 | 2026-02-23T23:26:32.365Z | Checking openapiv3 v2.2.0 |
| 2100 | 2026-02-23T23:26:32.744Z | Checking iri-string v0.7.8 |
| 2101 | 2026-02-23T23:26:32.826Z | Checking cookie_store v0.21.1 |
| 2102 | 2026-02-23T23:26:33.075Z | Checking signature v2.2.0 |
| 2103 | 2026-02-23T23:26:33.364Z | Checking toml_datetime v0.6.11 |
| 2104 | 2026-02-23T23:26:33.573Z | Checking serde_spanned v0.6.9 |
| 2105 | 2026-02-23T23:26:33.775Z | Checking winnow v0.7.14 |
| 2106 | 2026-02-23T23:26:33.836Z | Checking hyper v1.8.1 |
| 2107 | 2026-02-23T23:26:33.892Z | Checking sha1 v0.10.6 |
| 2108 | 2026-02-23T23:26:33.895Z | Checking strum v0.26.3 |
| 2109 | 2026-02-23T23:26:34.135Z | Checking data-encoding v2.9.0 |
| 2110 | 2026-02-23T23:26:34.308Z | Checking static_assertions v1.1.0 |
| 2111 | 2026-02-23T23:26:34.489Z | Checking oxnet v0.1.4 |
| 2112 | 2026-02-23T23:26:34.781Z | Checking tinyvec_macros v0.1.1 |
| 2113 | 2026-02-23T23:26:34.962Z | Checking quick-error v1.2.3 |
| 2114 | 2026-02-23T23:26:35.044Z | Checking tinyvec v1.8.0 |
| 2115 | 2026-02-23T23:26:35.173Z | Checking hubpack v0.1.2 |
| 2116 | 2026-02-23T23:26:35.413Z | Checking tower-http v0.6.6 |
| 2117 | 2026-02-23T23:26:35.567Z | Checking num-integer v0.1.46 |
| 2118 | 2026-02-23T23:26:35.679Z | Checking base16ct v0.2.0 |
| 2119 | 2026-02-23T23:26:35.931Z | Checking hyper-util v0.1.19 |
| 2120 | 2026-02-23T23:26:35.983Z | Checking bit-vec v0.8.0 |
| 2121 | 2026-02-23T23:26:36.122Z | Checking sec1 v0.7.3 |
| 2122 | 2026-02-23T23:26:36.181Z | Checking scroll v0.12.0 |
| 2123 | 2026-02-23T23:26:36.358Z | Checking ff v0.13.0 |
| 2124 | 2026-02-23T23:26:36.422Z | Checking bit-set v0.8.0 |
| 2125 | 2026-02-23T23:26:36.588Z | Checking wait-timeout v0.2.0 |
| 2126 | 2026-02-23T23:26:36.651Z | Checking crc32fast v1.4.2 |
| 2127 | 2026-02-23T23:26:36.711Z | Checking goblin v0.8.2 |
| 2128 | 2026-02-23T23:26:36.715Z | Checking native-tls v0.2.12 |
| 2129 | 2026-02-23T23:26:36.811Z | Checking group v0.13.0 |
| 2130 | 2026-02-23T23:26:36.815Z | Checking num-iter v0.1.45 |
| 2131 | 2026-02-23T23:26:36.924Z | Checking ahash v0.8.12 |
| 2132 | 2026-02-23T23:26:36.981Z | Checking bstr v1.10.0 |
| 2133 | 2026-02-23T23:26:37.045Z | Checking tokio-rustls v0.26.0 |
| 2134 | 2026-02-23T23:26:37.106Z | Checking hkdf v0.12.4 |
| 2135 | 2026-02-23T23:26:37.111Z | Checking tokio-native-tls v0.3.1 |
| 2136 | 2026-02-23T23:26:37.111Z | Checking crypto-bigint v0.5.5 |
| 2137 | 2026-02-23T23:26:37.376Z | Checking rusty-fork v0.3.0 |
| 2138 | 2026-02-23T23:26:37.441Z | Checking dtrace-parser v0.2.0 |
| 2139 | 2026-02-23T23:26:37.491Z | Checking rand_xorshift v0.4.0 |
| 2140 | 2026-02-23T23:26:37.495Z | Checking crossbeam-epoch v0.9.18 |
| 2141 | 2026-02-23T23:26:37.724Z | Checking thread-id v4.2.2 |
| 2142 | 2026-02-23T23:26:37.786Z | Checking unarray v0.1.4 |
| 2143 | 2026-02-23T23:26:37.866Z | Checking zlib-rs v0.5.1 |
| 2144 | 2026-02-23T23:26:37.925Z | Checking num-bigint-dig v0.8.6 |
| 2145 | 2026-02-23T23:26:37.997Z | Checking proptest v1.7.0 |
| 2146 | 2026-02-23T23:26:38.002Z | Checking pkcs1 v0.7.5 |
| 2147 | 2026-02-23T23:26:38.115Z | Checking x509-cert v0.2.5 |
| 2148 | 2026-02-23T23:26:38.536Z | Checking scroll v0.13.0 |
| 2149 | 2026-02-23T23:26:38.852Z | Checking hyper-tls v0.6.0 |
| 2150 | 2026-02-23T23:26:39.100Z | Checking hyper-rustls v0.27.7 |
| 2151 | 2026-02-23T23:26:39.244Z | Checking unicode-segmentation v1.12.0 |
| 2152 | 2026-02-23T23:26:39.557Z | Checking reqwest v0.12.24 |
| 2153 | 2026-02-23T23:26:39.650Z | Checking toml_write v0.1.2 |
| 2154 | 2026-02-23T23:26:39.716Z | Checking libz-rs-sys v0.5.1 |
| 2155 | 2026-02-23T23:26:40.002Z | Checking elliptic-curve v0.13.8 |
| 2156 | 2026-02-23T23:26:40.006Z | Checking flate2 v1.1.2 |
| 2157 | 2026-02-23T23:26:40.114Z | Checking goblin v0.10.2 |
| 2158 | 2026-02-23T23:26:40.118Z | Checking toml_edit v0.22.27 |
| 2159 | 2026-02-23T23:26:40.118Z | Checking rsa v0.9.8 |
| 2160 | 2026-02-23T23:26:40.741Z | Checking rfc6979 v0.4.0 |
| 2161 | 2026-02-23T23:26:40.803Z | Checking memmap2 v0.9.8 |
| 2162 | 2026-02-23T23:26:41.003Z | Checking bitflags v1.3.2 |
| 2163 | 2026-02-23T23:26:41.174Z | Checking winnow v0.5.40 |
| 2164 | 2026-02-23T23:26:41.177Z | Checking ecdsa v0.16.9 |
| 2165 | 2026-02-23T23:26:41.296Z | Checking dtrace-parser v0.3.0 |
| 2166 | 2026-02-23T23:26:41.396Z | Checking dof v0.3.0 |
| 2167 | 2026-02-23T23:26:41.619Z | Checking curve25519-dalek v4.1.3 |
| 2168 | 2026-02-23T23:26:41.876Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2169 | 2026-02-23T23:26:42.009Z | Checking env_filter v0.1.2 |
| 2170 | 2026-02-23T23:26:42.075Z | Checking usdt-impl v0.5.0 |
| 2171 | 2026-02-23T23:26:42.078Z | Checking thread-id v5.0.0 |
| 2172 | 2026-02-23T23:26:42.304Z | Checking keccak v0.1.5 |
| 2173 | 2026-02-23T23:26:42.367Z | Checking env_logger v0.11.8 |
| 2174 | 2026-02-23T23:26:42.542Z | Checking newtype-uuid v1.3.2 |
| 2175 | 2026-02-23T23:26:42.736Z | Checking sha3 v0.10.8 |
| 2176 | 2026-02-23T23:26:42.740Z | Checking ed25519 v2.2.3 |
| 2177 | 2026-02-23T23:26:42.861Z | Checking itertools v0.13.0 |
| 2178 | 2026-02-23T23:26:42.865Z | Checking serde_with v3.16.1 |
| 2179 | 2026-02-23T23:26:42.985Z | Checking daft v0.1.4 |
| 2180 | 2026-02-23T23:26:43.161Z | Checking unicode-normalization v0.1.24 |
| 2181 | 2026-02-23T23:26:43.229Z | Checking memoffset v0.9.1 |
| 2182 | 2026-02-23T23:26:43.428Z | Checking signal-hook v0.3.18 |
| 2183 | 2026-02-23T23:26:43.494Z | Checking ed25519-dalek v2.1.1 |
| 2184 | 2026-02-23T23:26:43.559Z | Checking managed v0.8.0 |
| 2185 | 2026-02-23T23:26:43.846Z | Checking signal-hook-mio v0.2.4 |
| 2186 | 2026-02-23T23:26:43.976Z | Checking bzip2 v0.4.4 |
| 2187 | 2026-02-23T23:26:44.038Z | Checking ref-cast v1.0.25 |
| 2188 | 2026-02-23T23:26:44.041Z | Checking toml_edit v0.19.15 |
| 2189 | 2026-02-23T23:26:44.140Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2190 | 2026-02-23T23:26:44.143Z | Checking simd-adler32 v0.3.7 |
| 2191 | 2026-02-23T23:26:44.261Z | Checking lockfree-object-pool v0.1.6 |
| 2192 | 2026-02-23T23:26:44.325Z | Checking zip v0.6.6 |
| 2193 | 2026-02-23T23:26:44.421Z | Checking zstd-safe v7.2.3 |
| 2194 | 2026-02-23T23:26:44.594Z | Checking bumpalo v3.16.0 |
| 2195 | 2026-02-23T23:26:44.657Z | Checking siphasher v0.3.11 |
| 2196 | 2026-02-23T23:26:44.802Z | Checking zstd v0.13.3 |
| 2197 | 2026-02-23T23:26:45.041Z | Checking zopfli v0.8.1 |
| 2198 | 2026-02-23T23:26:45.097Z | Checking crossterm v0.28.1 |
| 2199 | 2026-02-23T23:26:45.136Z | Checking phf_shared v0.11.2 |
| 2200 | 2026-02-23T23:26:45.228Z | Checking bzip2 v0.5.2 |
| 2201 | 2026-02-23T23:26:45.408Z | Checking similar v2.7.0 |
| 2202 | 2026-02-23T23:26:45.504Z | Checking serde-big-array v0.5.1 |
| 2203 | 2026-02-23T23:26:45.608Z | Checking hash32 v0.2.1 |
| 2204 | 2026-02-23T23:26:45.778Z | Checking socket2 v0.5.10 |
| 2205 | 2026-02-23T23:26:45.783Z | Checking winnow v0.6.26 |
| 2206 | 2026-02-23T23:26:45.898Z | Checking dof v0.4.0 |
| 2207 | 2026-02-23T23:26:45.978Z | Checking predicates-core v1.0.8 |
| 2208 | 2026-02-23T23:26:46.262Z | Checking jiff v0.2.15 |
| 2209 | 2026-02-23T23:26:46.336Z | Checking unicode-bidi v0.3.17 |
| 2210 | 2026-02-23T23:26:46.400Z | Checking unicode-properties v0.1.3 |
| 2211 | 2026-02-23T23:26:46.521Z | Checking toml v0.7.8 |
| 2212 | 2026-02-23T23:26:46.631Z | Checking heapless v0.7.17 |
| 2213 | 2026-02-23T23:26:46.817Z | Checking hickory-proto v0.25.2 |
| 2214 | 2026-02-23T23:26:46.880Z | Checking tokio-stream v0.1.17 |
| 2215 | 2026-02-23T23:26:46.884Z | Checking usdt-impl v0.6.0 |
| 2216 | 2026-02-23T23:26:46.999Z | Checking stringprep v0.1.5 |
| 2217 | 2026-02-23T23:26:47.342Z | Checking fs-err v3.1.1 |
| 2218 | 2026-02-23T23:26:47.404Z | Checking md-5 v0.10.6 |
| 2219 | 2026-02-23T23:26:47.521Z | Checking usdt v0.6.0 |
| 2220 | 2026-02-23T23:26:47.569Z | Checking float-cmp v0.10.0 |
| 2221 | 2026-02-23T23:26:47.695Z | Checking foldhash v0.2.0 |
| 2222 | 2026-02-23T23:26:47.758Z | Checking normalize-line-endings v0.3.0 |
| 2223 | 2026-02-23T23:26:47.839Z | Checking difflib v0.4.0 |
| 2224 | 2026-02-23T23:26:47.903Z | Checking rustc-hash v2.1.1 |
| 2225 | 2026-02-23T23:26:47.967Z | Checking fallible-iterator v0.2.0 |
| 2226 | 2026-02-23T23:26:47.970Z | Checking smoltcp v0.9.1 |
| 2227 | 2026-02-23T23:26:48.090Z | Checking nix v0.29.0 |
| 2228 | 2026-02-23T23:26:48.166Z | Checking iddqd v0.3.16 |
| 2229 | 2026-02-23T23:26:48.228Z | Checking predicates v3.1.3 |
| 2230 | 2026-02-23T23:26:48.629Z | Checking itertools v0.10.5 |
| 2231 | 2026-02-23T23:26:48.691Z | Checking postgres-protocol v0.6.8 |
| 2232 | 2026-02-23T23:26:48.925Z | Checking buf-list v1.0.3 |
| 2233 | 2026-02-23T23:26:49.335Z | Checking strum v0.27.2 |
| 2234 | 2026-02-23T23:26:49.437Z | Checking fixedbitset v0.5.7 |
| 2235 | 2026-02-23T23:26:49.501Z | Checking precomputed-hash v0.1.1 |
| 2236 | 2026-02-23T23:26:49.597Z | Checking lalrpop-util v0.19.12 |
| 2237 | 2026-02-23T23:26:49.600Z | Checking fixedbitset v0.4.2 |
| 2238 | 2026-02-23T23:26:49.717Z | Checking new_debug_unreachable v1.0.6 |
| 2239 | 2026-02-23T23:26:49.887Z | Checking string_cache v0.8.9 |
| 2240 | 2026-02-23T23:26:49.948Z | Checking petgraph v0.8.2 |
| 2241 | 2026-02-23T23:26:50.011Z | Checking petgraph v0.6.5 |
| 2242 | 2026-02-23T23:26:50.015Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2243 | 2026-02-23T23:26:50.158Z | Checking postgres-types v0.2.9 |
| 2244 | 2026-02-23T23:26:50.254Z | Checking phf v0.11.2 |
| 2245 | 2026-02-23T23:26:50.603Z | Checking itertools v0.12.1 |
| 2246 | 2026-02-23T23:26:50.826Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2247 | 2026-02-23T23:26:50.891Z | Checking peg-runtime v0.8.5 |
| 2248 | 2026-02-23T23:26:51.211Z | Checking minimal-lexical v0.2.1 |
| 2249 | 2026-02-23T23:26:51.274Z | Checking whoami v1.5.2 |
| 2250 | 2026-02-23T23:26:51.643Z | Checking tokio-postgres v0.7.13 |
| 2251 | 2026-02-23T23:26:51.707Z | Checking nom v7.1.3 |
| 2252 | 2026-02-23T23:26:52.213Z | Checking zip v4.2.0 |
| 2253 | 2026-02-23T23:26:53.102Z | Checking camino v1.2.2 |
| 2254 | 2026-02-23T23:26:53.364Z | Compiling regress v0.10.4 |
| 2255 | 2026-02-23T23:26:53.602Z | Checking futures-executor v0.3.31 |
| 2256 | 2026-02-23T23:26:53.672Z | Checking is-terminal v0.4.13 |
| 2257 | 2026-02-23T23:26:53.675Z | Compiling unsafe-libyaml v0.2.11 |
| 2258 | 2026-02-23T23:26:53.782Z | Checking crossbeam-channel v0.5.15 |
| 2259 | 2026-02-23T23:26:53.876Z | Checking heck v0.5.0 |
| 2260 | 2026-02-23T23:26:53.941Z | Checking futures v0.3.31 |
| 2261 | 2026-02-23T23:26:54.134Z | Checking thread_local v1.1.8 |
| 2262 | 2026-02-23T23:26:54.197Z | Compiling rustls v0.22.4 |
| 2263 | 2026-02-23T23:26:54.507Z | Compiling newtype-uuid-macros v0.1.0 |
| 2264 | 2026-02-23T23:26:54.567Z | Compiling structmeta-derive v0.3.0 |
| 2265 | 2026-02-23T23:26:54.628Z | Checking take_mut v0.2.2 |
| 2266 | 2026-02-23T23:26:54.816Z | Checking term v1.1.0 |
| 2267 | 2026-02-23T23:26:54.870Z | Checking slog-async v2.8.0 |
| 2268 | 2026-02-23T23:26:55.256Z | Compiling serde_yaml v0.9.34+deprecated |
| 2269 | 2026-02-23T23:26:55.318Z | Checking slog-term v2.9.2 |
| 2270 | 2026-02-23T23:26:55.534Z | Compiling multer v3.1.0 |
| 2271 | 2026-02-23T23:26:55.621Z | Compiling async-stream-impl v0.3.6 |
| 2272 | 2026-02-23T23:26:56.012Z | Compiling dropshot v0.16.7 |
| 2273 | 2026-02-23T23:26:56.097Z | Checking match_cfg v0.1.0 |
| 2274 | 2026-02-23T23:26:56.267Z | Checking hostname v0.3.1 |
| 2275 | 2026-02-23T23:26:56.326Z | Compiling dropshot_endpoint v0.16.7 |
| 2276 | 2026-02-23T23:26:56.487Z | Checking unicode-width v0.1.14 |
| 2277 | 2026-02-23T23:26:56.566Z | Checking debug-ignore v1.0.5 |
| 2278 | 2026-02-23T23:26:56.790Z | Checking slog-json v2.6.1 |
| 2279 | 2026-02-23T23:26:56.958Z | Compiling typify-impl v0.4.3 |
| 2280 | 2026-02-23T23:26:57.031Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2281 | 2026-02-23T23:26:57.115Z | Compiling structmeta v0.3.0 |
| 2282 | 2026-02-23T23:26:57.118Z | Checking slog-bunyan v2.5.0 |
| 2283 | 2026-02-23T23:26:57.406Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2284 | 2026-02-23T23:26:57.566Z | Compiling derive-ex v0.1.8 |
| 2285 | 2026-02-23T23:26:57.976Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2286 | 2026-02-23T23:26:58.176Z | Checking serde_spanned v1.0.4 |
| 2287 | 2026-02-23T23:26:58.445Z | Checking serde_path_to_error v0.1.20 |
| 2288 | 2026-02-23T23:26:58.506Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2289 | 2026-02-23T23:26:58.944Z | Checking toml v0.9.11+spec-1.1.0 |
| 2290 | 2026-02-23T23:26:59.147Z | Checking async-stream v0.3.6 |
| 2291 | 2026-02-23T23:26:59.953Z | Checking rustls-pemfile v2.2.0 |
| 2292 | 2026-02-23T23:27:00.277Z | Checking waitgroup v0.1.2 |
| 2293 | 2026-02-23T23:27:00.500Z | Checking hostname v0.4.2 |
| 2294 | 2026-02-23T23:27:00.504Z | Checking progenitor-client v0.10.0 |
| 2295 | 2026-02-23T23:27:00.611Z | Compiling parse-display-derive v0.10.0 |
| 2296 | 2026-02-23T23:27:00.616Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2297 | 2026-02-23T23:27:00.728Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2298 | 2026-02-23T23:27:00.858Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2299 | 2026-02-23T23:27:01.002Z | Checking macaddr v1.0.1 |
| 2300 | 2026-02-23T23:27:01.230Z | Checking tabwriter v1.4.0 |
| 2301 | 2026-02-23T23:27:01.420Z | Checking itertools v0.14.0 |
| 2302 | 2026-02-23T23:27:01.535Z | Checking instant v0.1.13 |
| 2303 | 2026-02-23T23:27:01.599Z | Checking progenitor-client v0.11.2 |
| 2304 | 2026-02-23T23:27:01.729Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2305 | 2026-02-23T23:27:01.793Z | Compiling test-strategy v0.4.3 |
| 2306 | 2026-02-23T23:27:01.796Z | Checking backoff v0.4.0 |
| 2307 | 2026-02-23T23:27:01.970Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2308 | 2026-02-23T23:27:02.094Z | Checking colored v3.0.0 |
| 2309 | 2026-02-23T23:27:02.221Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2310 | 2026-02-23T23:27:02.285Z | Checking tokio-rustls v0.25.0 |
| 2311 | 2026-02-23T23:27:02.550Z | Checking camino-tempfile v1.4.1 |
| 2312 | 2026-02-23T23:27:02.935Z | Checking crossbeam-deque v0.8.5 |
| 2313 | 2026-02-23T23:27:03.327Z | Compiling rayon-core v1.12.1 |
| 2314 | 2026-02-23T23:27:03.386Z | Checking toml v0.8.23 |
| 2315 | 2026-02-23T23:27:03.950Z | Compiling proc-macro-error v1.0.4 |
| 2316 | 2026-02-23T23:27:04.192Z | Checking secrecy v0.10.3 |
| 2317 | 2026-02-23T23:27:04.469Z | Checking parse-display v0.10.0 |
| 2318 | 2026-02-23T23:27:04.472Z | Compiling crucible-workspace-hack v0.1.0 |
| 2319 | 2026-02-23T23:27:04.579Z | Checking rayon v1.10.0 |
| 2320 | 2026-02-23T23:27:04.655Z | Compiling proc-macro-crate v1.3.1 |
| 2321 | 2026-02-23T23:27:04.808Z | Compiling nix v0.30.1 |
| 2322 | 2026-02-23T23:27:05.242Z | Checking glob v0.3.2 |
| 2323 | 2026-02-23T23:27:05.419Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2324 | 2026-02-23T23:27:05.640Z | Compiling num_enum_derive v0.5.11 |
| 2325 | 2026-02-23T23:27:05.703Z | Compiling heapless v0.8.0 |
| 2326 | 2026-02-23T23:27:05.758Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2327 | 2026-02-23T23:27:06.248Z | Compiling ingot-macros v0.1.1 |
| 2328 | 2026-02-23T23:27:06.335Z | Checking hash32 v0.3.1 |
| 2329 | 2026-02-23T23:27:06.627Z | Compiling smoltcp v0.11.0 |
| 2330 | 2026-02-23T23:27:06.806Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2331 | 2026-02-23T23:27:07.307Z | Compiling foreign-types-macros v0.2.3 |
| 2332 | 2026-02-23T23:27:07.453Z | Checking foreign-types-shared v0.3.1 |
| 2333 | 2026-02-23T23:27:07.653Z | Checking cobs v0.2.3 |
| 2334 | 2026-02-23T23:27:07.943Z | Checking unicode-width v0.2.0 |
| 2335 | 2026-02-23T23:27:08.002Z | Checking num_enum v0.5.11 |
| 2336 | 2026-02-23T23:27:08.176Z | Checking postcard v1.0.10 |
| 2337 | 2026-02-23T23:27:08.461Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2338 | 2026-02-23T23:27:08.522Z | Checking sigpipe v0.1.3 |
| 2339 | 2026-02-23T23:27:08.526Z | Compiling typify-macro v0.4.3 |
| 2340 | 2026-02-23T23:27:08.631Z | Checking cstr-argument v0.1.2 |
| 2341 | 2026-02-23T23:27:08.634Z | Checking foreign-types v0.5.0 |
| 2342 | 2026-02-23T23:27:08.734Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2343 | 2026-02-23T23:27:08.793Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2344 | 2026-02-23T23:27:08.863Z | Checking pretty-hex v0.2.1 |
| 2345 | 2026-02-23T23:27:08.910Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2346 | 2026-02-23T23:27:08.974Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-02-23T23:27:09.106Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2348 | 2026-02-23T23:27:09.380Z | Checking colored v2.2.0 |
| 2349 | 2026-02-23T23:27:09.439Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2350 | 2026-02-23T23:27:09.499Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2351 | 2026-02-23T23:27:09.503Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2352 | 2026-02-23T23:27:09.610Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2353 | 2026-02-23T23:27:09.856Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2354 | 2026-02-23T23:27:09.859Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2355 | 2026-02-23T23:27:09.972Z | Compiling zone_cfg_derive v0.3.0 |
| 2356 | 2026-02-23T23:27:10.299Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2357 | 2026-02-23T23:27:10.436Z | Checking smf v0.2.3 |
| 2358 | 2026-02-23T23:27:10.541Z | Compiling num-derive v0.4.2 |
| 2359 | 2026-02-23T23:27:10.708Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2360 | 2026-02-23T23:27:10.960Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2361 | 2026-02-23T23:27:11.189Z | Compiling convert_case v0.4.0 |
| 2362 | 2026-02-23T23:27:11.286Z | Checking half v2.4.1 |
| 2363 | 2026-02-23T23:27:11.349Z | Checking ciborium-io v0.2.2 |
| 2364 | 2026-02-23T23:27:11.458Z | Checking zone v0.3.1 |
| 2365 | 2026-02-23T23:27:11.552Z | Checking indent_write v2.2.0 |
| 2366 | 2026-02-23T23:27:11.833Z | Checking ciborium-ll v0.2.2 |
| 2367 | 2026-02-23T23:27:11.896Z | Compiling usdt-macro v0.5.0 |
| 2368 | 2026-02-23T23:27:11.969Z | Compiling usdt-attr-macro v0.5.0 |
| 2369 | 2026-02-23T23:27:12.059Z | Compiling derive_more v0.99.20 |
| 2370 | 2026-02-23T23:27:12.202Z | Checking ciborium v0.2.2 |
| 2371 | 2026-02-23T23:27:12.283Z | Checking memmap v0.7.0 |
| 2372 | 2026-02-23T23:27:12.473Z | Compiling typify v0.4.3 |
| 2373 | 2026-02-23T23:27:12.721Z | Compiling progenitor-impl v0.11.2 |
| 2374 | 2026-02-23T23:27:12.789Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2375 | 2026-02-23T23:27:13.098Z | Checking ingot-types v0.1.2 |
| 2376 | 2026-02-23T23:27:13.219Z | Compiling progenitor-impl v0.10.0 |
| 2377 | 2026-02-23T23:27:13.366Z | Checking swrite v0.1.0 |
| 2378 | 2026-02-23T23:27:13.565Z | Checking universal-hash v0.5.1 |
| 2379 | 2026-02-23T23:27:13.628Z | Checking usdt v0.5.0 |
| 2380 | 2026-02-23T23:27:13.844Z | Checking opaque-debug v0.3.1 |
| 2381 | 2026-02-23T23:27:13.933Z | Checking ingot v0.1.1 |
| 2382 | 2026-02-23T23:27:13.996Z | Checking aead v0.5.2 |
| 2383 | 2026-02-23T23:27:14.056Z | Checking poly1305 v0.8.0 |
| 2384 | 2026-02-23T23:27:14.313Z | Checking chacha20 v0.9.1 |
| 2385 | 2026-02-23T23:27:14.669Z | Checking password-hash v0.5.0 |
| 2386 | 2026-02-23T23:27:14.811Z | Checking blake2 v0.10.6 |
| 2387 | 2026-02-23T23:27:15.052Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2388 | 2026-02-23T23:27:15.231Z | Checking chacha20poly1305 v0.10.1 |
| 2389 | 2026-02-23T23:27:15.321Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2390 | 2026-02-23T23:27:15.399Z | Checking argon2 v0.5.3 |
| 2391 | 2026-02-23T23:27:15.516Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2392 | 2026-02-23T23:27:15.983Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2393 | 2026-02-23T23:27:16.271Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2394 | 2026-02-23T23:27:16.286Z | Checking tokio-dtrace v0.1.0 |
| 2395 | 2026-02-23T23:27:16.496Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2396 | 2026-02-23T23:27:16.652Z | Checking console v0.15.10 |
| 2397 | 2026-02-23T23:27:16.717Z | Compiling derive-where v1.5.0 |
| 2398 | 2026-02-23T23:27:17.320Z | Checking oxide-tokio-rt v0.1.2 |
| 2399 | 2026-02-23T23:27:17.566Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2400 | 2026-02-23T23:27:17.626Z | Checking atomicwrites v0.4.4 |
| 2401 | 2026-02-23T23:27:17.824Z | Checking thiserror-no-std v2.0.2 |
| 2402 | 2026-02-23T23:27:17.897Z | Checking newline-converter v0.3.0 |
| 2403 | 2026-02-23T23:27:18.026Z | Checking vsss-rs v3.3.4 |
| 2404 | 2026-02-23T23:27:18.142Z | Checking bytecount v0.6.8 |
| 2405 | 2026-02-23T23:27:18.294Z | Checking expectorate v1.2.0 |
| 2406 | 2026-02-23T23:27:18.373Z | Compiling owo-colors v4.2.3 |
| 2407 | 2026-02-23T23:27:18.587Z | Checking num-rational v0.4.2 |
| 2408 | 2026-02-23T23:27:19.190Z | Checking num-complex v0.4.6 |
| 2409 | 2026-02-23T23:27:19.304Z | Compiling cancel-safe-futures v0.1.5 |
| 2410 | 2026-02-23T23:27:19.597Z | Compiling progenitor-macro v0.11.2 |
| 2411 | 2026-02-23T23:27:19.852Z | Checking libsw-core v0.3.1 |
| 2412 | 2026-02-23T23:27:19.927Z | Checking float-ord v0.3.2 |
| 2413 | 2026-02-23T23:27:20.087Z | Checking num v0.4.3 |
| 2414 | 2026-02-23T23:27:20.150Z | Compiling progenitor-macro v0.10.0 |
| 2415 | 2026-02-23T23:27:20.153Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2416 | 2026-02-23T23:27:20.261Z | Checking libsw v3.5.0 |
| 2417 | 2026-02-23T23:27:20.265Z | Checking same-file v1.0.6 |
| 2418 | 2026-02-23T23:27:20.583Z | Checking linear-map v1.2.0 |
| 2419 | 2026-02-23T23:27:20.702Z | Checking walkdir v2.5.0 |
| 2420 | 2026-02-23T23:27:20.778Z | Checking gethostname v0.5.0 |
| 2421 | 2026-02-23T23:27:21.034Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2422 | 2026-02-23T23:27:21.157Z | Checking prettyplease v0.2.36 |
| 2423 | 2026-02-23T23:27:21.295Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2424 | 2026-02-23T23:27:22.577Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2425 | 2026-02-23T23:27:25.548Z | Compiling async-recursion v1.1.1 |
| 2426 | 2026-02-23T23:27:26.734Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2427 | 2026-02-23T23:27:29.155Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2428 | 2026-02-23T23:27:29.584Z | Checking unicode-linebreak v0.1.5 |
| 2429 | 2026-02-23T23:27:29.666Z | Checking smawk v0.3.2 |
| 2430 | 2026-02-23T23:27:29.725Z | Checking resolv-conf v0.7.0 |
| 2431 | 2026-02-23T23:27:29.849Z | Checking globset v0.4.15 |
| 2432 | 2026-02-23T23:27:29.992Z | Compiling convert_case v0.7.1 |
| 2433 | 2026-02-23T23:27:30.079Z | Compiling slog-dtrace v0.3.0 |
| 2434 | 2026-02-23T23:27:30.143Z | Compiling pin-project-internal v1.1.6 |
| 2435 | 2026-02-23T23:27:30.422Z | Compiling vte_generate_state_changes v0.1.2 |
| 2436 | 2026-02-23T23:27:30.800Z | Compiling derive_more-impl v2.0.1 |
| 2437 | 2026-02-23T23:27:31.051Z | Checking pem v3.0.5 |
| 2438 | 2026-02-23T23:27:31.113Z | Checking vte v0.11.1 |
| 2439 | 2026-02-23T23:27:31.163Z | Checking fd-lock v4.0.2 |
| 2440 | 2026-02-23T23:27:31.400Z | Checking display-error-chain v0.2.2 |
| 2441 | 2026-02-23T23:27:31.456Z | Compiling snafu-derive v0.8.5 |
| 2442 | 2026-02-23T23:27:31.670Z | Checking linked-hash-map v0.5.6 |
| 2443 | 2026-02-23T23:27:32.069Z | Checking termtree v0.5.1 |
| 2444 | 2026-02-23T23:27:32.179Z | Checking progenitor v0.11.2 |
| 2445 | 2026-02-23T23:27:32.463Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2446 | 2026-02-23T23:27:32.571Z | Checking strip-ansi-escapes v0.2.0 |
| 2447 | 2026-02-23T23:27:32.704Z | Checking derive_more v2.0.1 |
| 2448 | 2026-02-23T23:27:32.763Z | Checking progenitor v0.10.0 |
| 2449 | 2026-02-23T23:27:32.821Z | Checking pin-project v1.1.6 |
| 2450 | 2026-02-23T23:27:32.824Z | Checking nu-ansi-term v0.50.1 |
| 2451 | 2026-02-23T23:27:32.936Z | Checking crossterm v0.29.0 |
| 2452 | 2026-02-23T23:27:33.033Z | Compiling object v0.37.3 |
| 2453 | 2026-02-23T23:27:33.092Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2454 | 2026-02-23T23:27:33.366Z | Checking reedline v0.40.0 |
| 2455 | 2026-02-23T23:27:33.741Z | Checking lru-cache v0.1.2 |
| 2456 | 2026-02-23T23:27:34.025Z | Checking textwrap v0.16.2 |
| 2457 | 2026-02-23T23:27:34.284Z | Checking olpc-cjson v0.1.4 |
| 2458 | 2026-02-23T23:27:34.500Z | Checking hickory-proto v0.24.4 |
| 2459 | 2026-02-23T23:27:34.587Z | Checking serde_plain v1.0.2 |
| 2460 | 2026-02-23T23:27:34.904Z | Checking typed-path v0.9.3 |
| 2461 | 2026-02-23T23:27:36.178Z | Checking snafu v0.8.5 |
| 2462 | 2026-02-23T23:27:36.695Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2463 | 2026-02-23T23:27:36.902Z | Checking tough v0.20.0 |
| 2464 | 2026-02-23T23:27:37.877Z | Checking nibble_vec v0.1.0 |
| 2465 | 2026-02-23T23:27:38.170Z | Checking endian-type v0.1.2 |
| 2466 | 2026-02-23T23:27:38.477Z | Checking radix_trie v0.2.1 |
| 2467 | 2026-02-23T23:27:38.963Z | Checking humantime v2.2.0 |
| 2468 | 2026-02-23T23:27:39.027Z | Checking hickory-resolver v0.24.4 |
| 2469 | 2026-02-23T23:27:39.141Z | Checking base64 v0.21.7 |
| 2470 | 2026-02-23T23:27:39.375Z | Checking csv-core v0.1.11 |
| 2471 | 2026-02-23T23:27:39.713Z | Compiling stacker v0.1.23 |
| 2472 | 2026-02-23T23:27:39.777Z | Checking highway v1.3.0 |
| 2473 | 2026-02-23T23:27:39.830Z | Checking csv v1.3.1 |
| 2474 | 2026-02-23T23:27:40.272Z | Compiling cfg_aliases v0.1.1 |
| 2475 | 2026-02-23T23:27:40.442Z | Checking papergrid v0.11.0 |
| 2476 | 2026-02-23T23:27:40.501Z | Compiling nix v0.28.0 |
| 2477 | 2026-02-23T23:27:40.697Z | Compiling tabled_derive v0.7.0 |
| 2478 | 2026-02-23T23:27:40.759Z | Checking qorb v0.4.1 |
| 2479 | 2026-02-23T23:27:41.318Z | Checking home v0.5.9 |
| 2480 | 2026-02-23T23:27:41.379Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2481 | 2026-02-23T23:27:41.541Z | Checking siphasher v1.0.1 |
| 2482 | 2026-02-23T23:27:41.732Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2483 | 2026-02-23T23:27:41.912Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2484 | 2026-02-23T23:27:41.975Z | Checking phf_shared v0.12.1 |
| 2485 | 2026-02-23T23:27:42.872Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2486 | 2026-02-23T23:27:42.934Z | Checking tabled v0.15.0 |
| 2487 | 2026-02-23T23:27:43.111Z | Compiling ar_archive_writer v0.5.1 |
| 2488 | 2026-02-23T23:27:43.531Z | Compiling semver v0.1.20 |
| 2489 | 2026-02-23T23:27:43.594Z | Compiling chrono-tz v0.10.4 |
| 2490 | 2026-02-23T23:27:43.732Z | Checking phf v0.12.1 |
| 2491 | 2026-02-23T23:27:44.081Z | Compiling rustc_version v0.1.7 |
| 2492 | 2026-02-23T23:27:44.200Z | Compiling const_format_proc_macros v0.2.34 |
| 2493 | 2026-02-23T23:27:44.597Z | Compiling peg-macros v0.8.5 |
| 2494 | 2026-02-23T23:27:45.230Z | Compiling psm v0.1.30 |
| 2495 | 2026-02-23T23:27:45.560Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2496 | 2026-02-23T23:27:45.785Z | Compiling sqlparser_derive v0.5.0 |
| 2497 | 2026-02-23T23:27:46.232Z | Checking unicode_categories v0.1.1 |
| 2498 | 2026-02-23T23:27:46.587Z | Checking rustyline v14.0.0 |
| 2499 | 2026-02-23T23:27:46.648Z | Checking sqlformat v0.3.5 |
| 2500 | 2026-02-23T23:27:46.828Z | Checking const_format v0.2.34 |
| 2501 | 2026-02-23T23:27:47.017Z | Checking recursive v0.1.1 |
| 2502 | 2026-02-23T23:27:47.232Z | Compiling newtype_derive v0.1.6 |
| 2503 | 2026-02-23T23:27:47.442Z | Checking sqlparser v0.61.0 |
| 2504 | 2026-02-23T23:27:47.622Z | Checking bcs v0.1.6 |
| 2505 | 2026-02-23T23:27:47.869Z | Checking peg v0.8.5 |
| 2506 | 2026-02-23T23:27:47.981Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2507 | 2026-02-23T23:27:48.038Z | Checking steno v0.4.1 |
| 2508 | 2026-02-23T23:27:48.155Z | Checking utf-8 v0.7.6 |
| 2509 | 2026-02-23T23:27:48.217Z | Checking xattr v1.3.1 |
| 2510 | 2026-02-23T23:27:48.374Z | Checking filetime v0.2.26 |
| 2511 | 2026-02-23T23:27:48.457Z | Checking arc-swap v1.7.1 |
| 2512 | 2026-02-23T23:27:48.516Z | Checking tungstenite v0.21.0 |
| 2513 | 2026-02-23T23:27:48.650Z | Checking tar v0.4.44 |
| 2514 | 2026-02-23T23:27:48.932Z | Checking slog-scope v4.4.0 |
| 2515 | 2026-02-23T23:27:49.250Z | Checking slog-stdlog v4.1.1 |
| 2516 | 2026-02-23T23:27:49.527Z | Checking slog-envlogger v2.2.0 |
| 2517 | 2026-02-23T23:27:49.530Z | Checking tokio-tungstenite v0.21.0 |
| 2518 | 2026-02-23T23:27:49.628Z | Compiling typify-impl v0.2.0 |
| 2519 | 2026-02-23T23:27:49.926Z | Checking subprocess v0.2.9 |
| 2520 | 2026-02-23T23:27:50.100Z | Checking headers-core v0.3.0 |
| 2521 | 2026-02-23T23:27:50.374Z | Checking headers v0.4.1 |
| 2522 | 2026-02-23T23:27:50.546Z | Compiling lzma-sys v0.1.20 |
| 2523 | 2026-02-23T23:27:51.475Z | Checking progenitor-client v0.8.0 |
| 2524 | 2026-02-23T23:27:51.535Z | Compiling heck v0.3.3 |
| 2525 | 2026-02-23T23:27:51.988Z | Compiling zone_cfg_derive v0.1.2 |
| 2526 | 2026-02-23T23:27:52.174Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2527 | 2026-02-23T23:27:52.558Z | Checking yasna v0.5.2 |
| 2528 | 2026-02-23T23:27:52.856Z | Checking base64 v0.13.1 |
| 2529 | 2026-02-23T23:27:53.373Z | Checking number_prefix v0.4.0 |
| 2530 | 2026-02-23T23:27:53.433Z | Checking zone v0.1.8 |
| 2531 | 2026-02-23T23:27:53.492Z | Checking rcgen v0.12.1 |
| 2532 | 2026-02-23T23:27:53.659Z | Checking indicatif v0.17.11 |
| 2533 | 2026-02-23T23:27:54.138Z | Checking ron v0.7.1 |
| 2534 | 2026-02-23T23:27:54.200Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2535 | 2026-02-23T23:27:54.458Z | Checking xz2 v0.1.7 |
| 2536 | 2026-02-23T23:27:54.772Z | Checking dropshot-api-manager-types v0.3.0 |
| 2537 | 2026-02-23T23:27:54.848Z | Compiling moka v0.12.10 |
| 2538 | 2026-02-23T23:27:55.139Z | Checking tagptr v0.2.0 |
| 2539 | 2026-02-23T23:27:55.308Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2540 | 2026-02-23T23:27:55.393Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2541 | 2026-02-23T23:27:55.682Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2542 | 2026-02-23T23:27:55.743Z | Compiling libefi-sys v0.1.0 |
| 2543 | 2026-02-23T23:27:56.151Z | Compiling radium v0.7.0 |
| 2544 | 2026-02-23T23:27:56.532Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2545 | 2026-02-23T23:27:56.704Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2546 | 2026-02-23T23:27:56.890Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2547 | 2026-02-23T23:27:57.531Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2548 | 2026-02-23T23:27:58.626Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2549 | 2026-02-23T23:27:59.674Z | Checking hickory-resolver v0.25.2 |
| 2550 | 2026-02-23T23:27:59.890Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2551 | 2026-02-23T23:28:00.692Z | Compiling bitfield-struct v0.6.2 |
| 2552 | 2026-02-23T23:28:00.950Z | Compiling typify-macro v0.2.0 |
| 2553 | 2026-02-23T23:28:01.110Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2554 | 2026-02-23T23:28:01.259Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2555 | 2026-02-23T23:28:01.472Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2556 | 2026-02-23T23:28:02.160Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2557 | 2026-02-23T23:28:02.218Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2558 | 2026-02-23T23:28:02.279Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2559 | 2026-02-23T23:28:02.809Z | Compiling maybe-uninit v2.0.0 |
| 2560 | 2026-02-23T23:28:03.416Z | Checking tap v1.0.1 |
| 2561 | 2026-02-23T23:28:03.673Z | Checking wyz v0.5.1 |
| 2562 | 2026-02-23T23:28:04.215Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2563 | 2026-02-23T23:28:04.339Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2564 | 2026-02-23T23:28:04.798Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2565 | 2026-02-23T23:28:04.983Z | Compiling typify v0.2.0 |
| 2566 | 2026-02-23T23:28:05.164Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2567 | 2026-02-23T23:28:05.242Z | Compiling progenitor-impl v0.8.0 |
| 2568 | 2026-02-23T23:28:05.978Z | Compiling zerocopy-derive v0.6.6 |
| 2569 | 2026-02-23T23:28:06.966Z | Checking funty v2.0.0 |
| 2570 | 2026-02-23T23:28:07.536Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2571 | 2026-02-23T23:28:07.741Z | Checking crc-catalog v2.4.0 |
| 2572 | 2026-02-23T23:28:07.890Z | Compiling packed_struct v0.10.1 |
| 2573 | 2026-02-23T23:28:07.974Z | Checking zerocopy v0.6.6 |
| 2574 | 2026-02-23T23:28:08.016Z | Checking crc v3.2.1 |
| 2575 | 2026-02-23T23:28:08.066Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2576 | 2026-02-23T23:28:08.487Z | Checking bitvec v1.0.1 |
| 2577 | 2026-02-23T23:28:08.571Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2578 | 2026-02-23T23:28:08.673Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2579 | 2026-02-23T23:28:09.105Z | Compiling packed_struct_codegen v0.10.1 |
| 2580 | 2026-02-23T23:28:09.182Z | Compiling bitfield-macros v0.19.2 |
| 2581 | 2026-02-23T23:28:10.671Z | Compiling indexmap v1.9.3 |
| 2582 | 2026-02-23T23:28:11.110Z | Checking nodrop v0.1.14 |
| 2583 | 2026-02-23T23:28:11.327Z | Checking array-init v0.0.4 |
| 2584 | 2026-02-23T23:28:11.819Z | Checking bitfield v0.19.2 |
| 2585 | 2026-02-23T23:28:11.931Z | Compiling progenitor-macro v0.8.0 |
| 2586 | 2026-02-23T23:28:12.258Z | Checking smallvec v0.6.14 |
| 2587 | 2026-02-23T23:28:12.331Z | Checking hashbrown v0.12.3 |
| 2588 | 2026-02-23T23:28:12.395Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2589 | 2026-02-23T23:28:12.722Z | Checking serde-hex v0.1.0 |
| 2590 | 2026-02-23T23:28:13.935Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2591 | 2026-02-23T23:28:14.000Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2592 | 2026-02-23T23:28:14.274Z | Checking ron v0.8.1 |
| 2593 | 2026-02-23T23:28:14.447Z | Checking hashbrown v0.13.2 |
| 2594 | 2026-02-23T23:28:14.959Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2595 | 2026-02-23T23:28:15.560Z | Checking crc-any v2.5.0 |
| 2596 | 2026-02-23T23:28:15.631Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2597 | 2026-02-23T23:28:15.985Z | Checking object v0.30.4 |
| 2598 | 2026-02-23T23:28:16.046Z | Checking path-slash v0.1.5 |
| 2599 | 2026-02-23T23:28:16.288Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2600 | 2026-02-23T23:28:16.756Z | Compiling xshell-macros v0.2.7 |
| 2601 | 2026-02-23T23:28:17.608Z | Checking xshell v0.2.7 |
| 2602 | 2026-02-23T23:28:18.046Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2603 | 2026-02-23T23:28:18.890Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2604 | 2026-02-23T23:28:19.223Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2605 | 2026-02-23T23:28:19.830Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2606 | 2026-02-23T23:28:20.525Z | Checking half v1.8.3 |
| 2607 | 2026-02-23T23:28:20.998Z | Checking serde_cbor v0.11.2 |
| 2608 | 2026-02-23T23:28:21.291Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2609 | 2026-02-23T23:28:21.359Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2610 | 2026-02-23T23:28:21.789Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2611 | 2026-02-23T23:28:21.882Z | Compiling num-derive v0.3.3 |
| 2612 | 2026-02-23T23:28:22.129Z | Compiling proc-macro-error2 v2.0.1 |
| 2613 | 2026-02-23T23:28:22.686Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2614 | 2026-02-23T23:28:22.793Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2615 | 2026-02-23T23:28:23.278Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2616 | 2026-02-23T23:28:23.664Z | Compiling tabled_derive v0.11.0 |
| 2617 | 2026-02-23T23:28:23.730Z | Checking papergrid v0.17.0 |
| 2618 | 2026-02-23T23:28:23.882Z | Checking testing_table v0.3.0 |
| 2619 | 2026-02-23T23:28:23.960Z | Checking libscf-sys v1.1.0 |
| 2620 | 2026-02-23T23:28:24.106Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2621 | 2026-02-23T23:28:24.269Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2622 | 2026-02-23T23:28:24.662Z | Checking progenitor v0.8.0 |
| 2623 | 2026-02-23T23:28:24.721Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2624 | 2026-02-23T23:28:24.967Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2625 | 2026-02-23T23:28:25.162Z | Checking maplit v1.0.2 |
| 2626 | 2026-02-23T23:28:25.223Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2627 | 2026-02-23T23:28:25.502Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2628 | 2026-02-23T23:28:25.689Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2629 | 2026-02-23T23:28:25.974Z | Checking crc8 v0.1.1 |
| 2630 | 2026-02-23T23:28:26.082Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2631 | 2026-02-23T23:28:26.193Z | Checking fxhash v0.2.1 |
| 2632 | 2026-02-23T23:28:26.417Z | Checking tabled v0.20.0 |
| 2633 | 2026-02-23T23:28:26.475Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2634 | 2026-02-23T23:28:26.478Z | Checking unicase v2.8.1 |
| 2635 | 2026-02-23T23:28:26.577Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2636 | 2026-02-23T23:28:26.878Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2637 | 2026-02-23T23:28:27.489Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2638 | 2026-02-23T23:28:27.645Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2639 | 2026-02-23T23:28:27.875Z | Checking kstat-rs v0.2.4 |
| 2640 | 2026-02-23T23:28:27.944Z | Compiling parking_lot_core v0.8.6 |
| 2641 | 2026-02-23T23:28:28.130Z | Checking scheduled-thread-pool v0.2.7 |
| 2642 | 2026-02-23T23:28:28.318Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2643 | 2026-02-23T23:28:28.454Z | Compiling dsl_auto_type v0.1.2 |
| 2644 | 2026-02-23T23:28:28.588Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2645 | 2026-02-23T23:28:28.675Z | Compiling vergen-gitcl v1.0.8 |
| 2646 | 2026-02-23T23:28:29.097Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2647 | 2026-02-23T23:28:29.251Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2648 | 2026-02-23T23:28:29.883Z | Compiling diesel_derives v2.2.3 |
| 2649 | 2026-02-23T23:28:30.128Z | Checking r2d2 v0.8.10 |
| 2650 | 2026-02-23T23:28:30.210Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2651 | 2026-02-23T23:28:30.270Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2652 | 2026-02-23T23:28:30.495Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2653 | 2026-02-23T23:28:30.841Z | Checking parking_lot v0.11.2 |
| 2654 | 2026-02-23T23:28:31.238Z | Checking prefix-trie v0.7.0 |
| 2655 | 2026-02-23T23:28:31.288Z | Checking nanorand v0.7.0 |
| 2656 | 2026-02-23T23:28:31.749Z | Compiling dirs-sys-next v0.1.2 |
| 2657 | 2026-02-23T23:28:31.809Z | Compiling crunchy v0.2.2 |
| 2658 | 2026-02-23T23:28:31.868Z | Checking flume v0.11.1 |
| 2659 | 2026-02-23T23:28:31.953Z | Checking hickory-server v0.25.2 |
| 2660 | 2026-02-23T23:28:32.344Z | Compiling dirs-next v2.0.0 |
| 2661 | 2026-02-23T23:28:32.462Z | Checking sled v0.34.7 |
| 2662 | 2026-02-23T23:28:32.519Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2663 | 2026-02-23T23:28:32.575Z | Checking hickory-client v0.25.2 |
| 2664 | 2026-02-23T23:28:32.633Z | Compiling tiny-keccak v2.0.2 |
| 2665 | 2026-02-23T23:28:33.172Z | Compiling term v0.7.0 |
| 2666 | 2026-02-23T23:28:33.234Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2667 | 2026-02-23T23:28:33.238Z | Compiling salty v0.3.0 |
| 2668 | 2026-02-23T23:28:33.626Z | Compiling bit-vec v0.6.3 |
| 2669 | 2026-02-23T23:28:33.859Z | Compiling ascii-canvas v3.0.0 |
| 2670 | 2026-02-23T23:28:34.147Z | Compiling bit-set v0.5.3 |
| 2671 | 2026-02-23T23:28:34.510Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2672 | 2026-02-23T23:28:34.569Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2673 | 2026-02-23T23:28:34.763Z | Checking primeorder v0.13.6 |
| 2674 | 2026-02-23T23:28:35.325Z | Compiling ena v0.14.3 |
| 2675 | 2026-02-23T23:28:35.394Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2676 | 2026-02-23T23:28:35.450Z | Compiling diff v0.1.13 |
| 2677 | 2026-02-23T23:28:35.549Z | Compiling bindgen v0.71.1 |
| 2678 | 2026-02-23T23:28:35.824Z | Compiling regex-syntax v0.6.29 |
| 2679 | 2026-02-23T23:28:36.720Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2680 | 2026-02-23T23:28:37.127Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2681 | 2026-02-23T23:28:37.538Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2682 | 2026-02-23T23:28:37.722Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2683 | 2026-02-23T23:28:38.203Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2684 | 2026-02-23T23:28:39.240Z | Compiling lalrpop v0.19.12 |
| 2685 | 2026-02-23T23:28:39.834Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2686 | 2026-02-23T23:28:40.918Z | Checking diesel v2.2.12 |
| 2687 | 2026-02-23T23:28:41.004Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2688 | 2026-02-23T23:28:41.060Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2689 | 2026-02-23T23:28:41.439Z | Compiling libxml v0.3.3 |
| 2690 | 2026-02-23T23:28:41.601Z | Compiling fs-err v2.11.0 |
| 2691 | 2026-02-23T23:28:42.148Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2692 | 2026-02-23T23:28:42.210Z | Checking p384 v0.13.1 |
| 2693 | 2026-02-23T23:28:42.292Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2694 | 2026-02-23T23:28:42.990Z | Compiling strum_macros v0.24.3 |
| 2695 | 2026-02-23T23:28:43.230Z | Compiling indoc v1.0.9 |
| 2696 | 2026-02-23T23:28:43.341Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2697 | 2026-02-23T23:28:46.247Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2698 | 2026-02-23T23:28:46.324Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2699 | 2026-02-23T23:28:46.612Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2700 | 2026-02-23T23:28:47.026Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2701 | 2026-02-23T23:28:47.659Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2702 | 2026-02-23T23:28:48.503Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2703 | 2026-02-23T23:28:48.935Z | Checking quick-xml v0.37.2 |
| 2704 | 2026-02-23T23:28:49.186Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2705 | 2026-02-23T23:28:49.730Z | Checking derive_builder v0.20.2 |
| 2706 | 2026-02-23T23:28:49.996Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2707 | 2026-02-23T23:28:51.045Z | Compiling oso-derive v0.27.3 |
| 2708 | 2026-02-23T23:28:51.112Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2709 | 2026-02-23T23:28:51.194Z | Compiling trait-variant v0.1.2 |
| 2710 | 2026-02-23T23:28:51.955Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2711 | 2026-02-23T23:28:52.087Z | Checking parse-size v1.1.0 |
| 2712 | 2026-02-23T23:28:52.369Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2713 | 2026-02-23T23:28:52.427Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2714 | 2026-02-23T23:28:53.560Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2715 | 2026-02-23T23:28:53.647Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2716 | 2026-02-23T23:28:54.190Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2717 | 2026-02-23T23:28:54.741Z | Checking assert_matches v1.5.0 |
| 2718 | 2026-02-23T23:28:54.910Z | Compiling mime_guess v2.0.5 |
| 2719 | 2026-02-23T23:28:54.970Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2720 | 2026-02-23T23:28:55.610Z | Checking predicates-tree v1.0.12 |
| 2721 | 2026-02-23T23:28:55.874Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2722 | 2026-02-23T23:28:55.936Z | Checking http-range v0.1.5 |
| 2723 | 2026-02-23T23:28:56.215Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2724 | 2026-02-23T23:28:56.278Z | Checking atty v0.2.14 |
| 2725 | 2026-02-23T23:28:56.429Z | Compiling diesel-dtrace v0.4.2 |
| 2726 | 2026-02-23T23:28:56.929Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2727 | 2026-02-23T23:28:57.013Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2728 | 2026-02-23T23:28:57.445Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2729 | 2026-02-23T23:28:57.526Z | Checking bb8 v0.8.5 |
| 2730 | 2026-02-23T23:28:57.622Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2731 | 2026-02-23T23:28:57.797Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2732 | 2026-02-23T23:28:58.069Z | Checking corncobs v0.1.4 |
| 2733 | 2026-02-23T23:28:58.128Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2734 | 2026-02-23T23:28:58.340Z | Checking hyper-staticfile v0.10.1 |
| 2735 | 2026-02-23T23:28:58.398Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2736 | 2026-02-23T23:28:58.647Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2737 | 2026-02-23T23:28:58.885Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2738 | 2026-02-23T23:28:58.953Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2739 | 2026-02-23T23:28:59.015Z | Checking ignore v0.4.23 |
| 2740 | 2026-02-23T23:28:59.233Z | Checking signal-hook-tokio v0.3.1 |
| 2741 | 2026-02-23T23:28:59.390Z | Checking secrecy v0.8.0 |
| 2742 | 2026-02-23T23:28:59.510Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2743 | 2026-02-23T23:28:59.919Z | Checking globwalk v0.9.1 |
| 2744 | 2026-02-23T23:29:00.160Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2745 | 2026-02-23T23:29:00.324Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2746 | 2026-02-23T23:29:00.901Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2747 | 2026-02-23T23:29:01.012Z | Checking nonempty v0.12.0 |
| 2748 | 2026-02-23T23:29:01.107Z | Checking camino-tempfile-ext v0.3.2 |
| 2749 | 2026-02-23T23:29:01.594Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2750 | 2026-02-23T23:29:01.677Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2751 | 2026-02-23T23:29:01.844Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2752 | 2026-02-23T23:29:02.576Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2753 | 2026-02-23T23:29:03.321Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2754 | 2026-02-23T23:29:03.776Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2755 | 2026-02-23T23:29:04.319Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2756 | 2026-02-23T23:29:05.943Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2757 | 2026-02-23T23:29:07.569Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2758 | 2026-02-23T23:29:08.083Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2759 | 2026-02-23T23:29:08.397Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2760 | 2026-02-23T23:29:08.590Z | Checking tungstenite v0.23.0 |
| 2761 | 2026-02-23T23:29:08.651Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2762 | 2026-02-23T23:29:09.322Z | Checking void v1.0.2 |
| 2763 | 2026-02-23T23:29:09.423Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2764 | 2026-02-23T23:29:09.507Z | Checking tokio-tungstenite v0.23.1 |
| 2765 | 2026-02-23T23:29:09.571Z | Checking lzss v0.8.2 |
| 2766 | 2026-02-23T23:29:10.036Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2767 | 2026-02-23T23:29:10.098Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2768 | 2026-02-23T23:29:10.385Z | Checking nix v0.27.1 |
| 2769 | 2026-02-23T23:29:10.813Z | Checking serde_bytes v0.11.19 |
| 2770 | 2026-02-23T23:29:11.243Z | Checking rand_seeder v0.4.0 |
| 2771 | 2026-02-23T23:29:11.592Z | Checking async-bb8-diesel v0.2.1 |
| 2772 | 2026-02-23T23:29:12.248Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2773 | 2026-02-23T23:29:12.365Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2774 | 2026-02-23T23:29:12.733Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2775 | 2026-02-23T23:29:13.111Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2776 | 2026-02-23T23:29:13.172Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2777 | 2026-02-23T23:29:14.741Z | Checking is_ci v1.2.0 |
| 2778 | 2026-02-23T23:29:14.921Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2779 | 2026-02-23T23:29:14.985Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2780 | 2026-02-23T23:29:15.235Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2781 | 2026-02-23T23:29:15.583Z | Checking yansi v1.0.1 |
| 2782 | 2026-02-23T23:29:15.950Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2783 | 2026-02-23T23:29:16.213Z | Checking pretty_assertions v1.4.1 |
| 2784 | 2026-02-23T23:29:16.453Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2785 | 2026-02-23T23:29:16.536Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2786 | 2026-02-23T23:29:16.979Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2787 | 2026-02-23T23:29:17.459Z | Checking typeid v1.0.3 |
| 2788 | 2026-02-23T23:29:17.681Z | Compiling tabled_derive v0.10.0 |
| 2789 | 2026-02-23T23:29:17.833Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2790 | 2026-02-23T23:29:19.025Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2791 | 2026-02-23T23:29:19.470Z | Checking papergrid v0.14.0 |
| 2792 | 2026-02-23T23:29:19.667Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2793 | 2026-02-23T23:29:19.946Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2794 | 2026-02-23T23:29:20.358Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2795 | 2026-02-23T23:29:20.798Z | Compiling indoc v2.0.6 |
| 2796 | 2026-02-23T23:29:21.089Z | Checking tabled v0.18.0 |
| 2797 | 2026-02-23T23:29:21.468Z | Checking erased-serde v0.4.6 |
| 2798 | 2026-02-23T23:29:21.533Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2799 | 2026-02-23T23:29:21.769Z | Checking ordered-float v2.10.1 |
| 2800 | 2026-02-23T23:29:22.349Z | Compiling libz-sys v1.1.20 |
| 2801 | 2026-02-23T23:29:22.477Z | Checking castaway v0.2.3 |
| 2802 | 2026-02-23T23:29:22.739Z | Checking compact_str v0.8.0 |
| 2803 | 2026-02-23T23:29:23.390Z | Checking serde-untagged v0.1.7 |
| 2804 | 2026-02-23T23:29:23.667Z | Checking serde-value v0.7.0 |
| 2805 | 2026-02-23T23:29:23.880Z | Checking supports-color v3.0.2 |
| 2806 | 2026-02-23T23:29:24.163Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2807 | 2026-02-23T23:29:24.213Z | Checking console v0.16.0 |
| 2808 | 2026-02-23T23:29:24.589Z | Checking unicode-truncate v1.1.0 |
| 2809 | 2026-02-23T23:29:24.926Z | Checking concurrent-queue v2.5.0 |
| 2810 | 2026-02-23T23:29:24.982Z | Checking lru v0.12.5 |
| 2811 | 2026-02-23T23:29:25.108Z | Compiling instability v0.3.2 |
| 2812 | 2026-02-23T23:29:25.318Z | Checking parking v2.2.1 |
| 2813 | 2026-02-23T23:29:25.378Z | Checking cassowary v0.3.0 |
| 2814 | 2026-02-23T23:29:25.595Z | Checking unicode-xid v0.2.6 |
| 2815 | 2026-02-23T23:29:25.850Z | Checking unit-prefix v0.5.1 |
| 2816 | 2026-02-23T23:29:25.853Z | Checking cargo-util-schemas v0.8.2 |
| 2817 | 2026-02-23T23:29:26.170Z | Checking indicatif v0.18.0 |
| 2818 | 2026-02-23T23:29:26.230Z | Checking ratatui v0.29.0 |
| 2819 | 2026-02-23T23:29:26.286Z | Checking cargo-platform v0.2.0 |
| 2820 | 2026-02-23T23:29:26.693Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2821 | 2026-02-23T23:29:27.041Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2822 | 2026-02-23T23:29:28.026Z | Checking cargo_metadata v0.21.0 |
| 2823 | 2026-02-23T23:29:29.627Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2824 | 2026-02-23T23:29:30.045Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2825 | 2026-02-23T23:29:30.356Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2826 | 2026-02-23T23:29:30.547Z | Checking event-listener v5.3.1 |
| 2827 | 2026-02-23T23:29:30.860Z | Compiling vergen-git2 v1.0.7 |
| 2828 | 2026-02-23T23:29:31.073Z | Checking event-listener-strategy v0.5.2 |
| 2829 | 2026-02-23T23:29:31.335Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2830 | 2026-02-23T23:29:31.385Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2831 | 2026-02-23T23:29:31.764Z | Compiling rustls v0.21.12 |
| 2832 | 2026-02-23T23:29:31.825Z | Checking shell-words v1.1.0 |
| 2833 | 2026-02-23T23:29:32.026Z | Checking plotters-backend v0.3.7 |
| 2834 | 2026-02-23T23:29:32.308Z | Checking futures-lite v2.3.0 |
| 2835 | 2026-02-23T23:29:32.366Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2836 | 2026-02-23T23:29:32.425Z | Checking plotters-svg v0.3.7 |
| 2837 | 2026-02-23T23:29:32.729Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-02-23T23:29:33.607Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2839 | 2026-02-23T23:29:33.678Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2840 | 2026-02-23T23:29:34.019Z | Checking rustls-webpki v0.101.7 |
| 2841 | 2026-02-23T23:29:34.093Z | Checking sct v0.7.1 |
| 2842 | 2026-02-23T23:29:34.405Z | Checking hex-literal v0.4.1 |
| 2843 | 2026-02-23T23:29:34.560Z | Checking cast v0.3.0 |
| 2844 | 2026-02-23T23:29:34.619Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2845 | 2026-02-23T23:29:34.956Z | Checking criterion-plot v0.6.0 |
| 2846 | 2026-02-23T23:29:35.689Z | Checking plotters v0.3.7 |
| 2847 | 2026-02-23T23:29:37.374Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2848 | 2026-02-23T23:29:37.840Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2849 | 2026-02-23T23:29:39.242Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2850 | 2026-02-23T23:29:40.865Z | Checking tinytemplate v1.2.1 |
| 2851 | 2026-02-23T23:29:41.256Z | Checking oorandom v11.1.4 |
| 2852 | 2026-02-23T23:29:41.505Z | Checking anes v0.1.6 |
| 2853 | 2026-02-23T23:29:41.950Z | Checking criterion v0.7.0 |
| 2854 | 2026-02-23T23:29:43.335Z | Checking tokio-rustls v0.24.1 |
| 2855 | 2026-02-23T23:29:43.800Z | Checking async-lock v3.4.0 |
| 2856 | 2026-02-23T23:29:44.773Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2857 | 2026-02-23T23:29:44.828Z | Checking rustls-pemfile v1.0.4 |
| 2858 | 2026-02-23T23:29:45.122Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2859 | 2026-02-23T23:29:45.188Z | Checking twox-hash v2.1.0 |
| 2860 | 2026-02-23T23:29:45.932Z | Checking polling v3.7.3 |
| 2861 | 2026-02-23T23:29:46.464Z | Checking async-io v2.3.4 |
| 2862 | 2026-02-23T23:29:47.009Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2863 | 2026-02-23T23:29:47.398Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2864 | 2026-02-23T23:29:47.723Z | Checking fatfs v0.3.6 |
| 2865 | 2026-02-23T23:29:48.460Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2866 | 2026-02-23T23:29:48.706Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2867 | 2026-02-23T23:29:48.780Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2868 | 2026-02-23T23:29:50.304Z | Compiling petname v2.0.2 |
| 2869 | 2026-02-23T23:29:51.259Z | Checking async-task v4.7.1 |
| 2870 | 2026-02-23T23:29:51.689Z | Compiling seq-macro v0.3.6 |
| 2871 | 2026-02-23T23:29:52.125Z | Checking async-channel v2.3.1 |
| 2872 | 2026-02-23T23:29:52.308Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2873 | 2026-02-23T23:29:52.544Z | Checking piper v0.2.4 |
| 2874 | 2026-02-23T23:29:52.870Z | Checking rtoolbox v0.0.2 |
| 2875 | 2026-02-23T23:29:52.928Z | Checking futures-timer v3.0.3 |
| 2876 | 2026-02-23T23:29:53.121Z | Checking rpassword v7.4.0 |
| 2877 | 2026-02-23T23:29:53.314Z | Checking blocking v1.6.1 |
| 2878 | 2026-02-23T23:29:53.712Z | Checking async-executor v1.13.1 |
| 2879 | 2026-02-23T23:29:54.126Z | Checking async-signal v0.2.10 |
| 2880 | 2026-02-23T23:29:54.240Z | Checking tui-tree-widget v0.23.1 |
| 2881 | 2026-02-23T23:29:54.496Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2882 | 2026-02-23T23:29:54.629Z | Checking polyval v0.6.2 |
| 2883 | 2026-02-23T23:29:54.856Z | Checking sapling-renderdag v0.1.0 |
| 2884 | 2026-02-23T23:29:55.029Z | Checking event-listener v2.5.3 |
| 2885 | 2026-02-23T23:29:55.348Z | Checking sync-ptr v0.1.4 |
| 2886 | 2026-02-23T23:29:55.407Z | Checking async-channel v1.9.0 |
| 2887 | 2026-02-23T23:29:55.625Z | Checking ghash v0.5.1 |
| 2888 | 2026-02-23T23:29:55.771Z | Checking async-process v2.3.0 |
| 2889 | 2026-02-23T23:29:55.884Z | Checking async-global-executor v2.4.1 |
| 2890 | 2026-02-23T23:29:56.254Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2891 | 2026-02-23T23:29:56.312Z | Checking ctr v0.9.2 |
| 2892 | 2026-02-23T23:29:56.666Z | Checking kv-log-macro v1.0.7 |
| 2893 | 2026-02-23T23:29:56.724Z | Compiling async-attributes v1.1.2 |
| 2894 | 2026-02-23T23:29:56.888Z | Checking arrayvec v0.7.6 |
| 2895 | 2026-02-23T23:29:57.043Z | Checking constant_time_eq v0.3.1 |
| 2896 | 2026-02-23T23:29:57.274Z | Checking arrayref v0.3.9 |
| 2897 | 2026-02-23T23:29:57.333Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2898 | 2026-02-23T23:29:57.551Z | Checking aes-gcm v0.10.3 |
| 2899 | 2026-02-23T23:29:57.626Z | Checking async-std v1.13.0 |
| 2900 | 2026-02-23T23:29:57.876Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2901 | 2026-02-23T23:29:59.816Z | Checking ssh-encoding v0.2.0 |
| 2902 | 2026-02-23T23:30:00.243Z | Checking blowfish v0.9.1 |
| 2903 | 2026-02-23T23:30:00.575Z | Checking bcrypt-pbkdf v0.10.0 |
| 2904 | 2026-02-23T23:30:00.937Z | Checking ssh-cipher v0.2.0 |
| 2905 | 2026-02-23T23:30:01.082Z | Checking async-object-pool v0.1.5 |
| 2906 | 2026-02-23T23:30:01.325Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2907 | 2026-02-23T23:30:01.386Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2908 | 2026-02-23T23:30:02.045Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2909 | 2026-02-23T23:30:02.610Z | Checking serde_regex v1.1.0 |
| 2910 | 2026-02-23T23:30:02.955Z | Checking password-hash v0.4.2 |
| 2911 | 2026-02-23T23:30:03.381Z | Checking assert-json-diff v2.0.2 |
| 2912 | 2026-02-23T23:30:03.436Z | Checking path-tree v0.8.1 |
| 2913 | 2026-02-23T23:30:03.488Z | Checking stringmetrics v2.2.2 |
| 2914 | 2026-02-23T23:30:03.725Z | Compiling target-lexicon v0.13.2 |
| 2915 | 2026-02-23T23:30:03.826Z | Checking pbkdf2 v0.11.0 |
| 2916 | 2026-02-23T23:30:03.875Z | Checking httpmock v0.8.0-alpha.1 |
| 2917 | 2026-02-23T23:30:04.235Z | Checking ssh-key v0.6.6 |
| 2918 | 2026-02-23T23:30:05.899Z | Checking p521 v0.13.3 |
| 2919 | 2026-02-23T23:30:07.379Z | Checking p256 v0.13.2 |
| 2920 | 2026-02-23T23:30:07.967Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2921 | 2026-02-23T23:30:08.399Z | Checking russh-cryptovec v0.7.3 |
| 2922 | 2026-02-23T23:30:08.714Z | Compiling guppy-workspace-hack v0.1.0 |
| 2923 | 2026-02-23T23:30:08.933Z | Checking md5 v0.7.0 |
| 2924 | 2026-02-23T23:30:09.277Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2925 | 2026-02-23T23:30:09.334Z | Checking russh-keys v0.45.0 |
| 2926 | 2026-02-23T23:30:09.745Z | Checking num-bigint v0.4.6 |
| 2927 | 2026-02-23T23:30:10.855Z | Checking des v0.8.1 |
| 2928 | 2026-02-23T23:30:11.486Z | Compiling blake3 v1.5.4 |
| 2929 | 2026-02-23T23:30:12.150Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2930 | 2026-02-23T23:30:12.211Z | Compiling target-spec v3.5.0 |
| 2931 | 2026-02-23T23:30:12.435Z | Compiling samael v0.0.19 |
| 2932 | 2026-02-23T23:30:12.533Z | Checking russh v0.45.0 |
| 2933 | 2026-02-23T23:30:13.052Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2934 | 2026-02-23T23:30:13.786Z | Checking cfg-expr v0.20.1 |
| 2935 | 2026-02-23T23:30:14.696Z | Checking supports-color v2.1.0 |
| 2936 | 2026-02-23T23:30:14.750Z | Checking textwrap v0.15.2 |
| 2937 | 2026-02-23T23:30:14.984Z | Checking supports-unicode v2.1.0 |
| 2938 | 2026-02-23T23:30:15.233Z | Checking supports-hyperlinks v2.1.0 |
| 2939 | 2026-02-23T23:30:15.288Z | Checking hashbrown v0.14.5 |
| 2940 | 2026-02-23T23:30:15.492Z | Checking backtrace-ext v0.2.1 |
| 2941 | 2026-02-23T23:30:15.748Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2942 | 2026-02-23T23:30:16.232Z | Checking terminal_size v0.1.17 |
| 2943 | 2026-02-23T23:30:16.426Z | Compiling miette-derive v5.10.0 |
| 2944 | 2026-02-23T23:30:16.483Z | Checking owo-colors v3.5.0 |
| 2945 | 2026-02-23T23:30:16.734Z | Checking internet-checksum v0.2.1 |
| 2946 | 2026-02-23T23:30:16.984Z | Checking chumsky v0.9.3 |
| 2947 | 2026-02-23T23:30:19.009Z | Checking miette v5.10.0 |
| 2948 | 2026-02-23T23:30:19.658Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2949 | 2026-02-23T23:30:19.899Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2950 | 2026-02-23T23:30:20.066Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2951 | 2026-02-23T23:30:20.659Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2952 | 2026-02-23T23:30:21.198Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2953 | 2026-02-23T23:30:21.456Z | Compiling knuffel-derive v3.2.0 |
| 2954 | 2026-02-23T23:30:21.588Z | Compiling git2 v0.20.2 |
| 2955 | 2026-02-23T23:30:21.650Z | Checking httptest v0.16.3 |
| 2956 | 2026-02-23T23:30:22.463Z | Checking pathdiff v0.2.3 |
| 2957 | 2026-02-23T23:30:22.705Z | Checking nested v0.1.1 |
| 2958 | 2026-02-23T23:30:22.832Z | Checking topological-sort v0.2.2 |
| 2959 | 2026-02-23T23:30:23.016Z | Checking guppy v0.17.20 |
| 2960 | 2026-02-23T23:30:23.142Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2961 | 2026-02-23T23:30:23.203Z | Checking omicron-zone-package v0.12.2 |
| 2962 | 2026-02-23T23:30:23.588Z | Compiling rstest_macros v0.25.0 |
| 2963 | 2026-02-23T23:30:24.218Z | Compiling doc-comment v0.3.3 |
| 2964 | 2026-02-23T23:30:24.868Z | Compiling target-triple v0.1.3 |
| 2965 | 2026-02-23T23:30:25.183Z | Checking knuffel v3.2.0 |
| 2966 | 2026-02-23T23:30:25.284Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2967 | 2026-02-23T23:30:25.601Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2968 | 2026-02-23T23:30:25.604Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2969 | 2026-02-23T23:30:25.721Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2970 | 2026-02-23T23:30:26.655Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2971 | 2026-02-23T23:30:27.448Z | Checking similar-asserts v1.7.0 |
| 2972 | 2026-02-23T23:30:27.789Z | Compiling proc-macro-crate v3.2.0 |
| 2973 | 2026-02-23T23:30:28.469Z | Checking escape8259 v0.5.3 |
| 2974 | 2026-02-23T23:30:28.768Z | Compiling assert_cmd v2.0.17 |
| 2975 | 2026-02-23T23:30:29.089Z | Compiling relative-path v1.9.3 |
| 2976 | 2026-02-23T23:30:29.393Z | Checking libtest-mimic v0.8.1 |
| 2977 | 2026-02-23T23:30:29.966Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2978 | 2026-02-23T23:30:30.083Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2979 | 2026-02-23T23:30:30.225Z | Checking blake2b_simd v1.0.2 |
| 2980 | 2026-02-23T23:30:30.287Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2981 | 2026-02-23T23:30:31.174Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2982 | 2026-02-23T23:30:31.536Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2983 | 2026-02-23T23:30:31.954Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2984 | 2026-02-23T23:30:32.389Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2985 | 2026-02-23T23:30:32.824Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2986 | 2026-02-23T23:30:32.995Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2987 | 2026-02-23T23:30:33.439Z | Checking fancy-regex v0.14.0 |
| 2988 | 2026-02-23T23:30:33.525Z | Checking serde_tokenstream v0.2.2 |
| 2989 | 2026-02-23T23:30:34.023Z | Checking uzers v0.12.1 |
| 2990 | 2026-02-23T23:30:34.299Z | Checking termcolor v1.4.1 |
| 2991 | 2026-02-23T23:30:34.490Z | Checking datatest-stable v0.3.2 |
| 2992 | 2026-02-23T23:30:34.835Z | Checking trybuild v1.0.106 |
| 2993 | 2026-02-23T23:30:35.427Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2994 | 2026-02-23T23:30:36.209Z | Checking rust-argon2 v2.1.0 |
| 2995 | 2026-02-23T23:30:36.748Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2996 | 2026-02-23T23:30:36.899Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2997 | 2026-02-23T23:30:38.493Z | Checking support-bundle-viewer v0.1.2 |
| 2998 | 2026-02-23T23:30:38.866Z | Checking rstest v0.25.0 |
| 2999 | 2026-02-23T23:30:39.048Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3000 | 2026-02-23T23:30:39.198Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3001 | 2026-02-23T23:30:39.498Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3002 | 2026-02-23T23:30:39.647Z | Checking drift v0.1.3 |
| 3003 | 2026-02-23T23:30:40.067Z | Checking rand_distr v0.5.1 |
| 3004 | 2026-02-23T23:30:40.300Z | Checking multimap v0.10.1 |
| 3005 | 2026-02-23T23:30:40.725Z | Checking approx v0.5.1 |
| 3006 | 2026-02-23T23:30:41.063Z | Checking dropshot-api-manager v0.3.0 |
| 3007 | 2026-02-23T23:30:41.442Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3008 | 2026-02-23T23:30:42.787Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3009 | 2026-02-23T23:30:43.229Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3010 | 2026-02-23T23:30:44.650Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3011 | 2026-02-23T23:30:44.703Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3012 | 2026-02-23T23:30:44.706Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3013 | 2026-02-23T23:30:45.073Z | Checking partial-io v0.5.4 |
| 3014 | 2026-02-23T23:30:45.514Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3015 | 2026-02-23T23:30:45.839Z | Checking cargo_toml v0.21.0 |
| 3016 | 2026-02-23T23:30:45.893Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3017 | 2026-02-23T23:30:45.982Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3018 | 2026-02-23T23:30:46.191Z | Checking termios v0.3.3 |
| 3019 | 2026-02-23T23:30:46.535Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3020 | 2026-02-23T23:30:46.770Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3021 | 2026-02-23T23:30:47.062Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3022 | 2026-02-23T23:30:47.997Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3023 | 2026-02-23T23:30:53.819Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3024 | 2026-02-23T23:30:54.435Z | Compiling polar-core v0.27.3 |
| 3025 | 2026-02-23T23:31:02.523Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3026 | 2026-02-23T23:31:05.692Z | Checking oso v0.27.3 |
| 3027 | 2026-02-23T23:31:05.895Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3028 | 2026-02-23T23:31:13.396Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3029 | 2026-02-23T23:31:13.807Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3030 | 2026-02-23T23:31:23.559Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3031 | 2026-02-23T23:31:31.007Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3032 | 2026-02-23T23:31:35.737Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3033 | 2026-02-23T23:31:37.002Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3034 | 2026-02-23T23:32:01.408Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3035 | 2026-02-23T23:34:26.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 20s |
| 3036 | 2026-02-23T23:34:27.319Z | |
| 3037 | 2026-02-23T23:34:27.319Z | real 8:25.466766570 |
| 3038 | 2026-02-23T23:34:27.319Z | user 46:02.395270502 |
| 3039 | 2026-02-23T23:34:27.319Z | sys 8:24.802437769 |
| 3040 | 2026-02-23T23:34:27.319Z | trap 1.375478634 |
| 3041 | 2026-02-23T23:34:27.322Z | tflt 0.567038352 |
| 3042 | 2026-02-23T23:34:27.322Z | dflt 0.239677372 |
| 3043 | 2026-02-23T23:34:27.323Z | kflt 0.001166028 |
| 3044 | 2026-02-23T23:34:27.323Z | lock 1:51:56.445830916 |
| 3045 | 2026-02-23T23:34:27.323Z | slp 2:28:41.751477716 |
| 3046 | 2026-02-23T23:34:27.323Z | lat 2:30.537572657 |
| 3047 | 2026-02-23T23:34:27.323Z | stop 17:28.354267419 |
| 3048 | 2026-02-23T23:34:27.323Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3049 | 2026-02-23T23:34:27.323Z | + ptime -m cargo doc --workspace --no-deps |
| 3050 | 2026-02-23T23:34:28.707Z | warning: output filename collision. |
| 3051 | 2026-02-23T23:34:28.707Z | 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)`. |
| 3052 | 2026-02-23T23:34:28.707Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3053 | 2026-02-23T23:34:28.707Z | The targets should have unique names. |
| 3054 | 2026-02-23T23:34:28.707Z | This is a known bug where multiple crates with the same name use |
| 3055 | 2026-02-23T23:34:28.707Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3056 | 2026-02-23T23:34:30.033Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3057 | 2026-02-23T23:34:30.276Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3058 | 2026-02-23T23:34:30.310Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3059 | 2026-02-23T23:34:30.377Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3060 | 2026-02-23T23:34:30.426Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3061 | 2026-02-23T23:34:30.429Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3062 | 2026-02-23T23:34:30.463Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3063 | 2026-02-23T23:34:30.659Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3064 | 2026-02-23T23:34:30.997Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3065 | 2026-02-23T23:34:31.043Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3066 | 2026-02-23T23:34:31.098Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3067 | 2026-02-23T23:34:31.218Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3068 | 2026-02-23T23:34:31.418Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3069 | 2026-02-23T23:34:31.456Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3070 | 2026-02-23T23:34:31.523Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3071 | 2026-02-23T23:34:31.797Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3072 | 2026-02-23T23:34:31.838Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3073 | 2026-02-23T23:34:31.841Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3074 | 2026-02-23T23:34:32.517Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3075 | 2026-02-23T23:34:32.637Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3076 | 2026-02-23T23:34:32.935Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3077 | 2026-02-23T23:34:32.975Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3078 | 2026-02-23T23:34:33.213Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3079 | 2026-02-23T23:34:33.464Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3080 | 2026-02-23T23:34:33.553Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3081 | 2026-02-23T23:34:33.700Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3082 | 2026-02-23T23:34:33.780Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3083 | 2026-02-23T23:34:33.943Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3084 | 2026-02-23T23:34:34.277Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3085 | 2026-02-23T23:34:34.595Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3086 | 2026-02-23T23:34:34.903Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3087 | 2026-02-23T23:34:35.097Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3088 | 2026-02-23T23:34:35.286Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3089 | 2026-02-23T23:34:35.380Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3090 | 2026-02-23T23:34:35.429Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3091 | 2026-02-23T23:34:35.467Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3092 | 2026-02-23T23:34:35.722Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3093 | 2026-02-23T23:34:35.867Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3094 | 2026-02-23T23:34:36.149Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3095 | 2026-02-23T23:34:36.750Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3096 | 2026-02-23T23:34:36.895Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3097 | 2026-02-23T23:34:36.988Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3098 | 2026-02-23T23:34:37.026Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3099 | 2026-02-23T23:34:37.232Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3100 | 2026-02-23T23:34:37.292Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3101 | 2026-02-23T23:34:37.412Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3102 | 2026-02-23T23:34:37.488Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3103 | 2026-02-23T23:34:37.699Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3104 | 2026-02-23T23:34:37.752Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3105 | 2026-02-23T23:34:37.791Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3106 | 2026-02-23T23:34:37.871Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3107 | 2026-02-23T23:34:38.219Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3108 | 2026-02-23T23:34:38.244Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3109 | 2026-02-23T23:34:38.286Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3110 | 2026-02-23T23:34:38.373Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3111 | 2026-02-23T23:34:38.738Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3112 | 2026-02-23T23:34:38.774Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3113 | 2026-02-23T23:34:38.777Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3114 | 2026-02-23T23:34:39.113Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3115 | 2026-02-23T23:34:39.238Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3116 | 2026-02-23T23:34:39.269Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3117 | 2026-02-23T23:34:39.336Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3118 | 2026-02-23T23:34:39.611Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3119 | 2026-02-23T23:34:39.671Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3120 | 2026-02-23T23:34:40.173Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3121 | 2026-02-23T23:34:40.207Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3122 | 2026-02-23T23:34:40.243Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3123 | 2026-02-23T23:34:40.584Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3124 | 2026-02-23T23:34:40.625Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3125 | 2026-02-23T23:34:41.308Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3126 | 2026-02-23T23:34:41.929Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3127 | 2026-02-23T23:34:42.274Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3128 | 2026-02-23T23:34:42.712Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3129 | 2026-02-23T23:34:45.422Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3130 | 2026-02-23T23:34:46.022Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3131 | 2026-02-23T23:34:46.287Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3132 | 2026-02-23T23:34:47.431Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3133 | 2026-02-23T23:34:48.363Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3134 | 2026-02-23T23:34:48.615Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3135 | 2026-02-23T23:34:48.732Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3136 | 2026-02-23T23:34:49.126Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3137 | 2026-02-23T23:34:49.458Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3138 | 2026-02-23T23:34:49.599Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3139 | 2026-02-23T23:34:49.642Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3140 | 2026-02-23T23:34:49.887Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3141 | 2026-02-23T23:34:50.888Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3142 | 2026-02-23T23:34:51.296Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3143 | 2026-02-23T23:34:51.750Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3144 | 2026-02-23T23:34:51.828Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3145 | 2026-02-23T23:34:51.871Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3146 | 2026-02-23T23:34:52.507Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3147 | 2026-02-23T23:34:52.640Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3148 | 2026-02-23T23:34:53.084Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3149 | 2026-02-23T23:34:53.556Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3150 | 2026-02-23T23:34:54.105Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3151 | 2026-02-23T23:34:54.748Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3152 | 2026-02-23T23:34:55.076Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3153 | 2026-02-23T23:34:55.782Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3154 | 2026-02-23T23:34:56.014Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3155 | 2026-02-23T23:34:57.521Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3156 | 2026-02-23T23:34:58.794Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3157 | 2026-02-23T23:35:01.254Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3158 | 2026-02-23T23:35:01.561Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3159 | 2026-02-23T23:35:02.230Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3160 | 2026-02-23T23:35:02.362Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3161 | 2026-02-23T23:35:02.744Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3162 | 2026-02-23T23:35:03.706Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3163 | 2026-02-23T23:35:03.746Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3164 | 2026-02-23T23:35:04.461Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3165 | 2026-02-23T23:35:05.389Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3166 | 2026-02-23T23:35:05.455Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3167 | 2026-02-23T23:35:06.217Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3168 | 2026-02-23T23:35:06.350Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3169 | 2026-02-23T23:35:06.723Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3170 | 2026-02-23T23:35:07.760Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3171 | 2026-02-23T23:35:08.833Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3172 | 2026-02-23T23:35:08.906Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3173 | 2026-02-23T23:35:09.479Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3174 | 2026-02-23T23:35:09.520Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3175 | 2026-02-23T23:35:09.718Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3176 | 2026-02-23T23:35:10.294Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3177 | 2026-02-23T23:35:10.632Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3178 | 2026-02-23T23:35:10.978Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3179 | 2026-02-23T23:35:11.410Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3180 | 2026-02-23T23:35:11.539Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3181 | 2026-02-23T23:35:11.861Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3182 | 2026-02-23T23:35:12.122Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3183 | 2026-02-23T23:35:12.622Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3184 | 2026-02-23T23:35:13.220Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3185 | 2026-02-23T23:35:13.962Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3186 | 2026-02-23T23:35:14.238Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3187 | 2026-02-23T23:35:14.839Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3188 | 2026-02-23T23:35:15.283Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3189 | 2026-02-23T23:35:15.397Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3190 | 2026-02-23T23:35:15.451Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3191 | 2026-02-23T23:35:16.302Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3192 | 2026-02-23T23:35:18.851Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3193 | 2026-02-23T23:35:20.864Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3194 | 2026-02-23T23:35:20.924Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3195 | 2026-02-23T23:35:20.990Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3196 | 2026-02-23T23:35:21.346Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3197 | 2026-02-23T23:35:22.713Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3198 | 2026-02-23T23:35:23.939Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3199 | 2026-02-23T23:35:24.096Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3200 | 2026-02-23T23:35:25.512Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3201 | 2026-02-23T23:35:25.563Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3202 | 2026-02-23T23:35:26.121Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3203 | 2026-02-23T23:35:26.587Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3204 | 2026-02-23T23:35:27.759Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3205 | 2026-02-23T23:35:27.847Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3206 | 2026-02-23T23:35:28.097Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3207 | 2026-02-23T23:35:28.258Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3208 | 2026-02-23T23:35:28.294Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3209 | 2026-02-23T23:35:29.344Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3210 | 2026-02-23T23:35:29.559Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3211 | 2026-02-23T23:35:30.070Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3212 | 2026-02-23T23:35:30.578Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3213 | 2026-02-23T23:35:30.870Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3214 | 2026-02-23T23:35:31.149Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3215 | 2026-02-23T23:35:31.589Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3216 | 2026-02-23T23:35:31.656Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3217 | 2026-02-23T23:35:32.130Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3218 | 2026-02-23T23:35:32.249Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3219 | 2026-02-23T23:35:32.574Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3220 | 2026-02-23T23:35:33.593Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3221 | 2026-02-23T23:35:33.783Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3222 | 2026-02-23T23:35:34.051Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3223 | 2026-02-23T23:35:35.060Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3224 | 2026-02-23T23:35:35.258Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3225 | 2026-02-23T23:35:36.243Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3226 | 2026-02-23T23:35:36.799Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3227 | 2026-02-23T23:35:37.499Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3228 | 2026-02-23T23:35:37.831Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3229 | 2026-02-23T23:35:38.891Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3230 | 2026-02-23T23:35:39.155Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3231 | 2026-02-23T23:35:40.410Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3232 | 2026-02-23T23:35:40.665Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3233 | 2026-02-23T23:35:42.194Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3234 | 2026-02-23T23:35:42.592Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3235 | 2026-02-23T23:35:50.609Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3236 | 2026-02-23T23:35:50.612Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3237 | 2026-02-23T23:35:51.781Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3238 | 2026-02-23T23:35:54.087Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3239 | 2026-02-23T23:35:56.966Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3240 | 2026-02-23T23:35:59.202Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3241 | 2026-02-23T23:35:59.799Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3242 | 2026-02-23T23:35:59.865Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3243 | 2026-02-23T23:36:04.253Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3244 | 2026-02-23T23:36:04.556Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3245 | 2026-02-23T23:36:06.514Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3246 | 2026-02-23T23:36:07.162Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3247 | 2026-02-23T23:36:08.923Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3248 | 2026-02-23T23:36:12.188Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3249 | 2026-02-23T23:36:13.050Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3250 | 2026-02-23T23:36:13.115Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3251 | 2026-02-23T23:36:13.527Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3252 | 2026-02-23T23:36:18.367Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3253 | 2026-02-23T23:36:26.418Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3254 | 2026-02-23T23:36:27.250Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3255 | 2026-02-23T23:36:29.523Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3256 | 2026-02-23T23:36:31.386Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3257 | 2026-02-23T23:36:32.093Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3258 | 2026-02-23T23:36:32.288Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3259 | 2026-02-23T23:36:33.010Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3260 | 2026-02-23T23:36:35.431Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3261 | 2026-02-23T23:36:38.455Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3262 | 2026-02-23T23:36:40.820Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3263 | 2026-02-23T23:36:44.372Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3264 | 2026-02-23T23:36:44.574Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3265 | 2026-02-23T23:36:45.999Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3266 | 2026-02-23T23:36:48.602Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3267 | 2026-02-23T23:36:49.699Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3268 | 2026-02-23T23:36:50.516Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3269 | 2026-02-23T23:36:56.812Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3270 | 2026-02-23T23:36:57.269Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3271 | 2026-02-23T23:36:58.537Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3272 | 2026-02-23T23:36:59.591Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3273 | 2026-02-23T23:37:00.497Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3274 | 2026-02-23T23:37:05.709Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3275 | 2026-02-23T23:37:09.658Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3276 | 2026-02-23T23:37:09.696Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3277 | 2026-02-23T23:37:10.080Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3278 | 2026-02-23T23:37:11.585Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3279 | 2026-02-23T23:37:13.270Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3280 | 2026-02-23T23:37:15.807Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3281 | 2026-02-23T23:37:17.264Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3282 | 2026-02-23T23:37:18.646Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3283 | 2026-02-23T23:37:21.120Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3284 | 2026-02-23T23:37:22.246Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3285 | 2026-02-23T23:37:24.167Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3286 | 2026-02-23T23:37:25.695Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3287 | 2026-02-23T23:37:27.107Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3288 | 2026-02-23T23:37:31.033Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3289 | 2026-02-23T23:37:31.294Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3290 | 2026-02-23T23:37:33.014Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3291 | 2026-02-23T23:37:34.867Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3292 | 2026-02-23T23:37:36.747Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3293 | 2026-02-23T23:37:42.013Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3294 | 2026-02-23T23:37:42.862Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3295 | 2026-02-23T23:37:44.952Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3296 | 2026-02-23T23:37:45.411Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3297 | 2026-02-23T23:37:46.932Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3298 | 2026-02-23T23:37:50.362Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3299 | 2026-02-23T23:37:53.159Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3300 | 2026-02-23T23:37:56.484Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3301 | 2026-02-23T23:38:00.037Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3302 | 2026-02-23T23:38:02.558Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3303 | 2026-02-23T23:38:05.915Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3304 | 2026-02-23T23:38:08.195Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3305 | 2026-02-23T23:38:10.748Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3306 | 2026-02-23T23:38:13.134Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3307 | 2026-02-23T23:38:15.418Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3308 | 2026-02-23T23:38:17.733Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3309 | 2026-02-23T23:38:20.112Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3310 | 2026-02-23T23:38:24.778Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3311 | 2026-02-23T23:38:24.778Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3312 | 2026-02-23T23:38:26.247Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3313 | 2026-02-23T23:38:28.931Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3314 | 2026-02-23T23:38:31.205Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3315 | 2026-02-23T23:38:34.536Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3316 | 2026-02-23T23:38:36.181Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3317 | 2026-02-23T23:38:38.538Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3318 | 2026-02-23T23:38:40.933Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3319 | 2026-02-23T23:38:44.258Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3320 | 2026-02-23T23:38:45.581Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3321 | 2026-02-23T23:38:48.547Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3322 | 2026-02-23T23:38:50.901Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3323 | 2026-02-23T23:38:53.313Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3324 | 2026-02-23T23:38:55.774Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3325 | 2026-02-23T23:38:57.942Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3326 | 2026-02-23T23:39:00.369Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3327 | 2026-02-23T23:39:02.552Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3328 | 2026-02-23T23:39:04.871Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3329 | 2026-02-23T23:39:09.041Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3330 | 2026-02-23T23:39:09.806Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3331 | 2026-02-23T23:39:12.098Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3332 | 2026-02-23T23:39:14.688Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3333 | 2026-02-23T23:39:17.082Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3334 | 2026-02-23T23:39:19.491Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3335 | 2026-02-23T23:39:21.934Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3336 | 2026-02-23T23:39:24.360Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3337 | 2026-02-23T23:39:26.900Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3338 | 2026-02-23T23:39:29.463Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3339 | 2026-02-23T23:39:31.952Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3340 | 2026-02-23T23:39:34.487Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3341 | 2026-02-23T23:39:36.752Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3342 | 2026-02-23T23:39:39.365Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3343 | 2026-02-23T23:39:42.000Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3344 | 2026-02-23T23:39:44.471Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3345 | 2026-02-23T23:39:47.614Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3346 | 2026-02-23T23:39:49.573Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3347 | 2026-02-23T23:39:52.072Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3348 | 2026-02-23T23:39:54.385Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3349 | 2026-02-23T23:39:56.995Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3350 | 2026-02-23T23:39:59.365Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3351 | 2026-02-23T23:40:01.837Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3352 | 2026-02-23T23:40:04.361Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3353 | 2026-02-23T23:40:06.834Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3354 | 2026-02-23T23:40:09.397Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3355 | 2026-02-23T23:40:11.876Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3356 | 2026-02-23T23:40:14.373Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3357 | 2026-02-23T23:40:16.953Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3358 | 2026-02-23T23:40:19.565Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3359 | 2026-02-23T23:40:22.363Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3360 | 2026-02-23T23:40:25.132Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3361 | 2026-02-23T23:40:27.414Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3362 | 2026-02-23T23:40:31.140Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3363 | 2026-02-23T23:40:33.341Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3364 | 2026-02-23T23:40:35.983Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3365 | 2026-02-23T23:40:38.624Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3366 | 2026-02-23T23:40:41.433Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3367 | 2026-02-23T23:40:44.117Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3368 | 2026-02-23T23:40:48.844Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3369 | 2026-02-23T23:40:50.369Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3370 | 2026-02-23T23:40:53.459Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3371 | 2026-02-23T23:40:56.367Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3372 | 2026-02-23T23:41:04.276Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3373 | 2026-02-23T23:41:06.348Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3374 | 2026-02-23T23:41:08.028Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3375 | 2026-02-23T23:41:11.571Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3376 | 2026-02-23T23:41:15.224Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3377 | 2026-02-23T23:41:18.733Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3378 | 2026-02-23T23:41:22.336Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3379 | 2026-02-23T23:41:25.895Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3380 | 2026-02-23T23:41:29.421Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3381 | 2026-02-23T23:41:32.992Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3382 | 2026-02-23T23:41:36.647Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3383 | 2026-02-23T23:41:40.213Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3384 | 2026-02-23T23:41:43.849Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3385 | 2026-02-23T23:41:47.385Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3386 | 2026-02-23T23:42:16.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 48s |
| 3387 | 2026-02-23T23:42:16.394Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3388 | 2026-02-23T23:42:16.499Z | |
| 3389 | 2026-02-23T23:42:16.499Z | real 7:49.028923179 |
| 3390 | 2026-02-23T23:42:16.499Z | user 31:45.632759735 |
| 3391 | 2026-02-23T23:42:16.499Z | sys 5:04.115241437 |
| 3392 | 2026-02-23T23:42:16.499Z | trap 0.816836997 |
| 3393 | 2026-02-23T23:42:16.499Z | tflt 0.136661978 |
| 3394 | 2026-02-23T23:42:16.499Z | dflt 0.112291537 |
| 3395 | 2026-02-23T23:42:16.499Z | kflt 0.000030742 |
| 3396 | 2026-02-23T23:42:16.503Z | lock 5:40:14.529919699 |
| 3397 | 2026-02-23T23:42:16.503Z | slp 2:39:14.608488256 |
| 3398 | 2026-02-23T23:42:16.503Z | lat 49.314102925 |
| 3399 | 2026-02-23T23:42:16.503Z | stop 2:21.079372281 |
| 3400 | 2026-02-23T23:42:16.503Z | process exited: duration 1368194 ms, exit code 0 |
| |
| 3401 | 2026-02-23T23:42:16.511Z | found 0 output files |