|
|
|
| 1 | 2026-02-24T14:08:29.839Z | job assigned to worker 01KJ7ZM6VVN2WNZ5MJ8C9ZYK9Q [factory aws, i-0401bf134e30df13b] (queued for 59 s) |
| |
| 2 | 2026-02-24T14:08:38.235Z | starting task 0: "setup" |
| 3 | 2026-02-24T14:08:38.253Z | ++ uname -s |
| 4 | 2026-02-24T14:08:38.254Z | + kern=SunOS |
| 5 | 2026-02-24T14:08:38.254Z | + build_user=build |
| 6 | 2026-02-24T14:08:38.254Z | + build_uid=12345 |
| 7 | 2026-02-24T14:08:38.254Z | + work_dir=/work |
| 8 | 2026-02-24T14:08:38.254Z | + input_dir=/input |
| 9 | 2026-02-24T14:08:38.254Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-24T14:08:38.255Z | + case "$kern" in |
| 11 | 2026-02-24T14:08:38.255Z | + groupadd -g 12345 build |
| 12 | 2026-02-24T14:08:38.255Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-24T14:08:40.246Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-24T14:08:40.380Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-24T14:08:40.430Z | + home_fs=zfs |
| 16 | 2026-02-24T14:08:40.431Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-24T14:08:40.431Z | + mkdir -p /home/build |
| 18 | 2026-02-24T14:08:40.431Z | + chown build:build /home/build /work |
| 19 | 2026-02-24T14:08:41.399Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-24T14:08:41.445Z | process exited: duration 3157 ms, exit code 0 |
| |
| 21 | 2026-02-24T14:08:41.493Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-24T14:08:41.510Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-24T14:08:41.510Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-24T14:08:41.510Z | * rust toolchain profile = "default" |
| 25 | 2026-02-24T14:08:41.510Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-24T14:08:41.510Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-24T14:08:41.510Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-24T14:08:41.510Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-24T14:08:41.510Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-24T14:08:41.639Z | info: downloading installer |
| 31 | 2026-02-24T14:08:43.645Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-24T14:08:43.645Z | warn: /opt/ooce/bin |
| 33 | 2026-02-24T14:08:43.645Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-24T14:08:43.645Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-24T14:08:43.645Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-24T14:08:43.645Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-24T14:08:43.645Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-24T14:08:43.645Z | error: cannot install while Rust is installed |
| 39 | 2026-02-24T14:08:43.645Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-24T14:08:43.675Z | info: profile set to 'default' |
| 41 | 2026-02-24T14:08:43.675Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-24T14:08:43.678Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-24T14:08:43.851Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-24T14:08:43.851Z | info: downloading component 'cargo' |
| 45 | 2026-02-24T14:08:44.811Z | info: downloading component 'clippy' |
| 46 | 2026-02-24T14:08:45.189Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-24T14:08:46.603Z | info: downloading component 'rust-std' |
| 48 | 2026-02-24T14:08:48.403Z | info: downloading component 'rustc' |
| 49 | 2026-02-24T14:08:55.866Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-24T14:08:56.190Z | info: installing component 'cargo' |
| 51 | 2026-02-24T14:08:57.098Z | info: installing component 'clippy' |
| 52 | 2026-02-24T14:08:57.496Z | info: installing component 'rust-docs' |
| 53 | 2026-02-24T14:08:59.454Z | info: installing component 'rust-std' |
| 54 | 2026-02-24T14:09:01.248Z | info: installing component 'rustc' |
| 55 | 2026-02-24T14:09:07.938Z | info: installing component 'rustfmt' |
| 56 | 2026-02-24T14:09:08.326Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-24T14:09:08.327Z | |
| 58 | 2026-02-24T14:09:08.766Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-24T14:09:08.766Z | |
| 60 | 2026-02-24T14:09:08.781Z | |
| 61 | 2026-02-24T14:09:08.781Z | Rust is installed now. Great! |
| 62 | 2026-02-24T14:09:08.782Z | |
| 63 | 2026-02-24T14:09:08.782Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-24T14:09:08.782Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-24T14:09:08.782Z | |
| 66 | 2026-02-24T14:09:08.782Z | To configure your current shell, you need to source |
| 67 | 2026-02-24T14:09:08.783Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-24T14:09:08.783Z | |
| 69 | 2026-02-24T14:09:08.783Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-24T14:09:08.783Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-24T14:09:08.783Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-24T14:09:08.783Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-24T14:09:08.898Z | + rustup --version |
| 74 | 2026-02-24T14:09:08.904Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-24T14:09:08.904Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-24T14:09:09.003Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-24T14:09:09.007Z | + cargo --version |
| 78 | 2026-02-24T14:09:09.067Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-24T14:09:09.070Z | + rustc --version |
| 80 | 2026-02-24T14:09:09.147Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-24T14:09:09.157Z | process exited: duration 27651 ms, exit code 0 |
| |
| 82 | 2026-02-24T14:09:09.169Z | starting task 2: "authentication" |
| 83 | 2026-02-24T14:09:09.201Z | process exited: duration 29 ms, exit code 0 |
| |
| 84 | 2026-02-24T14:09:09.212Z | starting task 3: "clone repository" |
| 85 | 2026-02-24T14:09:09.216Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-24T14:09:09.220Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-24T14:09:09.260Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-24T14:10:20.777Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-24T14:10:20.778Z | + git fetch origin 7a071b0c898a9067220d0256bd3c5fe65c531c2a |
| 90 | 2026-02-24T14:10:21.582Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-24T14:10:21.582Z | * branch 7a071b0c898a9067220d0256bd3c5fe65c531c2a -> FETCH_HEAD |
| 92 | 2026-02-24T14:10:21.591Z | + [[ -n john/shadow-external-types-1 ]] |
| 93 | 2026-02-24T14:10:21.596Z | ++ git branch --show-current |
| 94 | 2026-02-24T14:10:21.596Z | + current=main |
| 95 | 2026-02-24T14:10:21.597Z | + [[ main != john/shadow-external-types-1 ]] |
| 96 | 2026-02-24T14:10:21.597Z | + git branch -f john/shadow-external-types-1 7a071b0c898a9067220d0256bd3c5fe65c531c2a |
| 97 | 2026-02-24T14:10:21.604Z | + git checkout -f john/shadow-external-types-1 |
| 98 | 2026-02-24T14:10:22.129Z | Switched to branch 'john/shadow-external-types-1' |
| 99 | 2026-02-24T14:10:22.135Z | + git reset --hard 7a071b0c898a9067220d0256bd3c5fe65c531c2a |
| 100 | 2026-02-24T14:10:22.151Z | HEAD is now at 7a071b0c8 Merge branch 'main' into john/shadow-external-types-1 |
| 101 | 2026-02-24T14:10:22.156Z | process exited: duration 72923 ms, exit code 0 |
| |
| 102 | 2026-02-24T14:10:22.171Z | starting task 4: "build" |
| 103 | 2026-02-24T14:10:22.182Z | + source ./env.sh |
| 104 | 2026-02-24T14:10:22.183Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2026-02-24T14:10:22.183Z | ++ set -o xtrace |
| 106 | 2026-02-24T14:10:22.183Z | ++++ dirname ./env.sh |
| 107 | 2026-02-24T14:10:22.187Z | +++ readlink -f . |
| 108 | 2026-02-24T14:10:22.188Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2026-02-24T14:10:22.188Z | ++ 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-24T14:10:22.188Z | ++ 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-24T14:10:22.188Z | ++ 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-24T14:10:22.188Z | ++ 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-24T14:10:22.189Z | ++ 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-24T14:10:22.189Z | ++ 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-24T14:10:22.189Z | ++ 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-24T14:10:22.189Z | ++ 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-24T14:10:22.189Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2026-02-24T14:10:22.189Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2026-02-24T14:10:22.189Z | + source .github/buildomat/ci-env.sh |
| 120 | 2026-02-24T14:10:22.189Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2026-02-24T14:10:22.190Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2026-02-24T14:10:22.190Z | + cargo --version |
| 123 | 2026-02-24T14:10:22.250Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 124 | 2026-02-24T14:10:22.254Z | + rustc --version |
| 125 | 2026-02-24T14:10:22.318Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 126 | 2026-02-24T14:10:22.325Z | + banner prerequisites |
| 127 | 2026-02-24T14:10:22.329Z | |
| 128 | 2026-02-24T14:10:22.329Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2026-02-24T14:10:22.329Z | # # # # # # # # # # # # # # # |
| 130 | 2026-02-24T14:10:22.329Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2026-02-24T14:10:22.330Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2026-02-24T14:10:22.330Z | # # # # # # # # # # # # # # # |
| 133 | 2026-02-24T14:10:22.330Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2026-02-24T14:10:22.330Z | |
| 135 | 2026-02-24T14:10:22.330Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2026-02-24T14:10:33.191Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 137 | 2026-02-24T14:10:43.878Z | Startup: Caching catalogs ... Done |
| 138 | 2026-02-24T14:11:07.666Z | Planning: Solver setup ... Done (22.111s) |
| 139 | 2026-02-24T14:11:07.828Z | Planning: Running solver ... Done (0.162s) |
| 140 | 2026-02-24T14:11:07.998Z | Planning: Finding local manifests ... Done (0.003s) |
| 141 | 2026-02-24T14:11:08.020Z | Planning: Fetching manifests: 0/4 0% complete |
| 142 | 2026-02-24T14:11:09.284Z | Planning: Fetching manifests: 4/4 100% complete |
| 143 | 2026-02-24T14:11:09.333Z | Planning: Package planning ... Done (0.049s) |
| 144 | 2026-02-24T14:11:09.384Z | Planning: Merging actions ... Done (0.051s) |
| 145 | 2026-02-24T14:11:09.667Z | Planning: Checking for conflicting actions ... Done (0.282s) |
| 146 | 2026-02-24T14:11:09.678Z | Planning: Consolidating action changes ... Done (0.011s) |
| 147 | 2026-02-24T14:11:10.754Z | Planning: Evaluating mediators ... Done (1.076s) |
| 148 | 2026-02-24T14:11:10.764Z | Planning: Planning completed in 26.73 seconds |
| 149 | 2026-02-24T14:11:10.780Z | Packages to install: 4 |
| 150 | 2026-02-24T14:11:10.784Z | Mediators to change: 2 |
| 151 | 2026-02-24T14:11:10.784Z | Services to change: 1 |
| 152 | 2026-02-24T14:11:10.784Z | Estimated space available: 155.43 GB |
| 153 | 2026-02-24T14:11:10.784Z | Estimated space to be consumed: 1.81 GB |
| 154 | 2026-02-24T14:11:10.784Z | Create boot environment: No |
| 155 | 2026-02-24T14:11:10.784Z | Create backup boot environment: No |
| 156 | 2026-02-24T14:11:10.784Z | Rebuild boot archive: No |
| 157 | 2026-02-24T14:11:10.784Z | |
| 158 | 2026-02-24T14:11:10.784Z | Changed mediators: |
| 159 | 2026-02-24T14:11:10.784Z | mediator clang: |
| 160 | 2026-02-24T14:11:10.784Z | version: None -> 15 (system default) |
| 161 | 2026-02-24T14:11:10.784Z | |
| 162 | 2026-02-24T14:11:10.784Z | mediator llvm: |
| 163 | 2026-02-24T14:11:10.784Z | version: 14 (system default) -> 15 (system default) |
| 164 | 2026-02-24T14:11:10.784Z | |
| 165 | 2026-02-24T14:11:10.784Z | Changed packages: |
| 166 | 2026-02-24T14:11:10.784Z | helios-dev |
| 167 | 2026-02-24T14:11:10.784Z | developer/build-essential |
| 168 | 2026-02-24T14:11:10.784Z | None -> 11-2.0 |
| 169 | 2026-02-24T14:11:10.784Z | library/libxmlsec1 |
| 170 | 2026-02-24T14:11:10.784Z | None -> 1.2.35-2.0 |
| 171 | 2026-02-24T14:11:10.784Z | ooce/developer/clang-15 |
| 172 | 2026-02-24T14:11:10.784Z | None -> 15.0.7-2.0 |
| 173 | 2026-02-24T14:11:10.784Z | ooce/developer/llvm-15 |
| 174 | 2026-02-24T14:11:10.784Z | None -> 15.0.7-2.0 |
| 175 | 2026-02-24T14:11:10.784Z | |
| 176 | 2026-02-24T14:11:10.784Z | Services: |
| 177 | 2026-02-24T14:11:10.784Z | restart_fmri: |
| 178 | 2026-02-24T14:11:10.784Z | svc:/system/update-man-index:default |
| 179 | 2026-02-24T14:11:10.835Z | |
| 180 | 2026-02-24T14:11:10.836Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 181 | 2026-02-24T14:11:16.673Z | Download: 1193/3290 items 82.7/212.6MB 38% complete (16.6M/s) |
| 182 | 2026-02-24T14:11:21.781Z | Download: 2218/3290 items 119.1/212.6MB 56% complete (12.1M/s) |
| 183 | 2026-02-24T14:11:26.886Z | Download: 3277/3290 items 208.0/212.6MB 97% complete (13.5M/s) |
| 184 | 2026-02-24T14:11:26.959Z | Download: Completed 212.60 MB in 16.12 seconds (13.2M/s) |
| 185 | 2026-02-24T14:11:27.242Z | Actions: 1/3689 actions (Installing new actions) |
| 186 | 2026-02-24T14:11:31.796Z | Actions: Completed 3689 actions in 4.55 seconds. |
| 187 | 2026-02-24T14:11:32.227Z | Done (0.425s) |
| 188 | 2026-02-24T14:11:32.227Z | Done (0.000s) |
| 189 | 2026-02-24T14:11:33.345Z | Done (1.118s) |
| 190 | 2026-02-24T14:11:37.836Z | Done (4.132s) |
| 191 | 2026-02-24T14:11:37.921Z | Done (0.019s) |
| 192 | 2026-02-24T14:11:37.925Z | Done (0.000s) |
| 193 | 2026-02-24T14:11:38.098Z | Done (0.000s) |
| 194 | 2026-02-24T14:11:39.071Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2026-02-24T14:11:39.231Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2026-02-24T14:11:39.234Z | Planning: Consolidating action changes ... Done |
| 197 | 2026-02-24T14:11:39.502Z | Planning: Evaluating mediators ... Done |
| 198 | 2026-02-24T14:11:39.560Z | Planning: Planning completed in 0.43 seconds |
| 199 | 2026-02-24T14:11:39.560Z | Mediators to change: 2 |
| 200 | 2026-02-24T14:11:39.560Z | Create boot environment: No |
| 201 | 2026-02-24T14:11:39.560Z | Create backup boot environment: No |
| 202 | 2026-02-24T14:11:39.610Z | Done |
| 203 | 2026-02-24T14:11:39.610Z | Done |
| 204 | 2026-02-24T14:11:40.383Z | Done |
| 205 | 2026-02-24T14:11:44.036Z | Done |
| 206 | 2026-02-24T14:11:44.127Z | Done |
| 207 | 2026-02-24T14:11:44.129Z | Done |
| 208 | 2026-02-24T14:11:44.285Z | Done |
| 209 | 2026-02-24T14:11:44.913Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2026-02-24T14:11:44.917Z | Planning: Merging actions ... Done |
| 211 | 2026-02-24T14:11:45.108Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2026-02-24T14:11:45.112Z | Planning: Consolidating action changes ... Done |
| 213 | 2026-02-24T14:11:45.381Z | Planning: Evaluating mediators ... Done |
| 214 | 2026-02-24T14:11:45.438Z | Planning: Planning completed in 0.78 seconds |
| 215 | 2026-02-24T14:11:45.473Z | Packages to change: 1 |
| 216 | 2026-02-24T14:11:45.473Z | Mediators to change: 1 |
| 217 | 2026-02-24T14:11:45.473Z | Services to change: 1 |
| 218 | 2026-02-24T14:11:45.473Z | Create boot environment: No |
| 219 | 2026-02-24T14:11:45.473Z | Create backup boot environment: Yes |
| 220 | 2026-02-24T14:11:48.082Z | Actions: 1/6 actions (Updating modified actions) |
| 221 | 2026-02-24T14:11:48.085Z | Actions: Completed 6 actions in 0.00 seconds. |
| 222 | 2026-02-24T14:11:48.085Z | Done |
| 223 | 2026-02-24T14:11:48.085Z | Done |
| 224 | 2026-02-24T14:11:48.308Z | Done |
| 225 | 2026-02-24T14:11:51.920Z | Done |
| 226 | 2026-02-24T14:11:52.009Z | Done |
| 227 | 2026-02-24T14:11:52.014Z | Done |
| 228 | 2026-02-24T14:11:52.166Z | Done |
| 229 | 2026-02-24T14:11:52.608Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 230 | 2026-02-24T14:11:52.608Z | clang system 15 system |
| 231 | 2026-02-24T14:11:52.608Z | csh system system illumos |
| 232 | 2026-02-24T14:11:52.608Z | ctags system system illumos |
| 233 | 2026-02-24T14:11:52.608Z | file system system illumos |
| 234 | 2026-02-24T14:11:52.608Z | gcc vendor 12 vendor |
| 235 | 2026-02-24T14:11:52.608Z | gcc system 10 system |
| 236 | 2026-02-24T14:11:52.608Z | gcc system 7 system |
| 237 | 2026-02-24T14:11:52.608Z | go system 1.20 system |
| 238 | 2026-02-24T14:11:52.608Z | go system 1.19 system |
| 239 | 2026-02-24T14:11:52.608Z | llvm system 15 system |
| 240 | 2026-02-24T14:11:52.608Z | llvm system 14 system |
| 241 | 2026-02-24T14:11:52.608Z | mariadb system 10.6 system |
| 242 | 2026-02-24T14:11:52.608Z | mta vendor vendor dma |
| 243 | 2026-02-24T14:11:52.608Z | openjdk system 17 system |
| 244 | 2026-02-24T14:11:52.608Z | openjdk system 11 system |
| 245 | 2026-02-24T14:11:52.608Z | openjdk system 1.8 system |
| 246 | 2026-02-24T14:11:52.608Z | openssl vendor 3 vendor |
| 247 | 2026-02-24T14:11:52.608Z | perl system 5.36 system |
| 248 | 2026-02-24T14:11:52.609Z | postgresql system 15 system |
| 249 | 2026-02-24T14:11:52.609Z | postgresql system 13 system |
| 250 | 2026-02-24T14:11:52.609Z | python vendor 3 vendor |
| 251 | 2026-02-24T14:11:52.609Z | python system 2 system |
| 252 | 2026-02-24T14:11:52.609Z | python3 system 3.11 system |
| 253 | 2026-02-24T14:11:52.609Z | ruby system 3.0 system |
| 254 | 2026-02-24T14:11:52.609Z | words vendor vendor american-english |
| 255 | 2026-02-24T14:11:52.609Z | words system system australian-english |
| 256 | 2026-02-24T14:11:52.609Z | words system system british-english |
| 257 | 2026-02-24T14:11:52.609Z | words system system canadian-english |
| 258 | 2026-02-24T14:11:52.609Z | words system system french |
| 259 | 2026-02-24T14:11:52.609Z | words system system italian |
| 260 | 2026-02-24T14:11:52.609Z | words system system ngerman |
| 261 | 2026-02-24T14:11:52.609Z | words system system ogerman |
| 262 | 2026-02-24T14:11:52.609Z | words system system spanish |
| 263 | 2026-02-24T14:11:52.946Z | PUBLISHER TYPE STATUS P LOCATION |
| 264 | 2026-02-24T14:11:52.946Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 265 | 2026-02-24T14:11:59.558Z | FMRI IFO |
| 266 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 267 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 268 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 269 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 270 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 271 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 272 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 273 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 274 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 275 | 2026-02-24T14:11:59.558Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 276 | 2026-02-24T14:11:59.559Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 277 | 2026-02-24T14:11:59.559Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 278 | 2026-02-24T14:11:59.559Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 279 | 2026-02-24T14:11:59.559Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 280 | 2026-02-24T14:11:59.559Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 281 | 2026-02-24T14:11:59.559Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 282 | 2026-02-24T14:12:00.756Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 283 | 2026-02-24T14:12:01.371Z | Updating crates.io index |
| 284 | 2026-02-24T14:12:01.374Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 285 | 2026-02-24T14:12:02.095Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 286 | 2026-02-24T14:12:02.970Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 287 | 2026-02-24T14:12:05.873Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 288 | 2026-02-24T14:12:06.474Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 289 | 2026-02-24T14:12:07.141Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 290 | 2026-02-24T14:12:11.036Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 291 | 2026-02-24T14:12:16.734Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 292 | 2026-02-24T14:12:19.316Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 293 | 2026-02-24T14:12:19.984Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 294 | 2026-02-24T14:12:24.119Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2026-02-24T14:12:25.483Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 296 | 2026-02-24T14:12:26.143Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 297 | 2026-02-24T14:12:27.262Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 298 | 2026-02-24T14:12:28.061Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 299 | 2026-02-24T14:12:30.056Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 300 | 2026-02-24T14:12:31.184Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 301 | 2026-02-24T14:12:31.707Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 302 | 2026-02-24T14:12:32.362Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 303 | 2026-02-24T14:12:33.183Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2026-02-24T14:12:33.777Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2026-02-24T14:12:34.346Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2026-02-24T14:12:34.966Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 307 | 2026-02-24T14:12:35.774Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 308 | 2026-02-24T14:12:36.523Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 309 | 2026-02-24T14:12:37.726Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 310 | 2026-02-24T14:12:38.332Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 311 | 2026-02-24T14:12:39.118Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 312 | 2026-02-24T14:12:39.795Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 313 | 2026-02-24T14:12:41.742Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 314 | 2026-02-24T14:12:42.508Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 315 | 2026-02-24T14:12:43.054Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 316 | 2026-02-24T14:12:43.915Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 317 | 2026-02-24T14:12:44.517Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 318 | 2026-02-24T14:12:45.230Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 319 | 2026-02-24T14:12:46.006Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 320 | 2026-02-24T14:12:46.616Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 321 | 2026-02-24T14:12:47.348Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 322 | 2026-02-24T14:12:47.924Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 323 | 2026-02-24T14:13:24.128Z | Downloading crates ... |
| 324 | 2026-02-24T14:13:24.189Z | Downloaded bytecount v0.6.8 |
| 325 | 2026-02-24T14:13:24.194Z | Downloaded block-buffer v0.10.4 |
| 326 | 2026-02-24T14:13:24.197Z | Downloaded anstyle-parse v0.2.5 |
| 327 | 2026-02-24T14:13:24.202Z | Downloaded cpufeatures v0.2.14 |
| 328 | 2026-02-24T14:13:24.202Z | Downloaded anstream v0.6.18 |
| 329 | 2026-02-24T14:13:24.202Z | Downloaded colorchoice v1.0.2 |
| 330 | 2026-02-24T14:13:24.205Z | Downloaded anstyle v1.0.11 |
| 331 | 2026-02-24T14:13:24.205Z | Downloaded cargo_toml v0.21.0 |
| 332 | 2026-02-24T14:13:24.209Z | Downloaded clap_lex v0.7.4 |
| 333 | 2026-02-24T14:13:24.212Z | Downloaded cfg-if v1.0.4 |
| 334 | 2026-02-24T14:13:24.215Z | Downloaded thread-id v4.2.2 |
| 335 | 2026-02-24T14:13:24.215Z | Downloaded version_check v0.9.5 |
| 336 | 2026-02-24T14:13:24.219Z | Downloaded dof v0.3.0 |
| 337 | 2026-02-24T14:13:24.219Z | Downloaded utf8parse v0.2.2 |
| 338 | 2026-02-24T14:13:24.219Z | Downloaded icu_provider_macros v1.5.0 |
| 339 | 2026-02-24T14:13:24.222Z | Downloaded zerofrom v0.1.4 |
| 340 | 2026-02-24T14:13:24.222Z | Downloaded fastrand v2.1.1 |
| 341 | 2026-02-24T14:13:24.222Z | Downloaded yoke-derive v0.7.4 |
| 342 | 2026-02-24T14:13:24.225Z | Downloaded unicode-linebreak v0.1.5 |
| 343 | 2026-02-24T14:13:24.225Z | Downloaded write16 v1.0.0 |
| 344 | 2026-02-24T14:13:24.225Z | Downloaded utf8_iter v1.0.4 |
| 345 | 2026-02-24T14:13:24.229Z | Downloaded usdt v0.5.0 |
| 346 | 2026-02-24T14:13:24.229Z | Downloaded typeid v1.0.3 |
| 347 | 2026-02-24T14:13:24.232Z | Downloaded anstyle-query v1.1.1 |
| 348 | 2026-02-24T14:13:24.232Z | Downloaded unicode-xid v0.2.6 |
| 349 | 2026-02-24T14:13:24.232Z | Downloaded errno v0.3.12 |
| 350 | 2026-02-24T14:13:24.235Z | Downloaded macaddr v1.0.1 |
| 351 | 2026-02-24T14:13:24.238Z | Downloaded toml_datetime v0.6.11 |
| 352 | 2026-02-24T14:13:24.238Z | Downloaded thiserror v2.0.18 |
| 353 | 2026-02-24T14:13:24.243Z | Downloaded zerofrom-derive v0.1.4 |
| 354 | 2026-02-24T14:13:24.246Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2026-02-24T14:13:24.246Z | Downloaded terminal_size v0.4.0 |
| 356 | 2026-02-24T14:13:24.249Z | Downloaded scroll_derive v0.12.0 |
| 357 | 2026-02-24T14:13:24.249Z | Downloaded plain v0.2.3 |
| 358 | 2026-02-24T14:13:24.249Z | Downloaded generic-array v0.14.7 |
| 359 | 2026-02-24T14:13:24.252Z | Downloaded fnv v1.0.7 |
| 360 | 2026-02-24T14:13:24.253Z | Downloaded percent-encoding v2.3.2 |
| 361 | 2026-02-24T14:13:24.258Z | Downloaded bitflags v2.9.4 |
| 362 | 2026-02-24T14:13:24.261Z | Downloaded zmij v1.0.15 |
| 363 | 2026-02-24T14:13:24.261Z | Downloaded idna_adapter v1.2.0 |
| 364 | 2026-02-24T14:13:24.262Z | Downloaded writeable v0.5.5 |
| 365 | 2026-02-24T14:13:24.262Z | Downloaded utf16_iter v1.0.5 |
| 366 | 2026-02-24T14:13:24.265Z | Downloaded thiserror v1.0.69 |
| 367 | 2026-02-24T14:13:24.268Z | Downloaded thiserror-impl v1.0.69 |
| 368 | 2026-02-24T14:13:24.275Z | Downloaded zerovec-derive v0.10.3 |
| 369 | 2026-02-24T14:13:24.275Z | Downloaded serde-untagged v0.1.7 |
| 370 | 2026-02-24T14:13:24.275Z | Downloaded zerocopy-derive v0.7.35 |
| 371 | 2026-02-24T14:13:24.278Z | Downloaded typenum v1.17.0 |
| 372 | 2026-02-24T14:13:24.283Z | Downloaded toml v0.8.23 |
| 373 | 2026-02-24T14:13:24.283Z | Downloaded url v2.5.4 |
| 374 | 2026-02-24T14:13:24.289Z | Downloaded pretty-hex v0.4.1 |
| 375 | 2026-02-24T14:13:24.289Z | Downloaded is_terminal_polyfill v1.70.1 |
| 376 | 2026-02-24T14:13:24.289Z | Downloaded dtrace-parser v0.2.0 |
| 377 | 2026-02-24T14:13:24.294Z | Downloaded heck v0.5.0 |
| 378 | 2026-02-24T14:13:24.294Z | Downloaded textwrap v0.16.2 |
| 379 | 2026-02-24T14:13:24.294Z | Downloaded serde-value v0.7.0 |
| 380 | 2026-02-24T14:13:24.294Z | Downloaded swrite v0.1.0 |
| 381 | 2026-02-24T14:13:24.298Z | Downloaded stable_deref_trait v1.2.0 |
| 382 | 2026-02-24T14:13:24.298Z | Downloaded smawk v0.3.2 |
| 383 | 2026-02-24T14:13:24.298Z | Downloaded ucd-trie v0.1.7 |
| 384 | 2026-02-24T14:13:24.298Z | Downloaded heck v0.4.1 |
| 385 | 2026-02-24T14:13:24.301Z | Downloaded serde_spanned v0.6.9 |
| 386 | 2026-02-24T14:13:24.301Z | Downloaded clap_derive v4.5.47 |
| 387 | 2026-02-24T14:13:24.305Z | Downloaded cargo-util-schemas v0.8.2 |
| 388 | 2026-02-24T14:13:24.305Z | Downloaded anyhow v1.0.99 |
| 389 | 2026-02-24T14:13:24.308Z | Downloaded memmap v0.7.0 |
| 390 | 2026-02-24T14:13:24.312Z | Downloaded toml_edit v0.22.27 |
| 391 | 2026-02-24T14:13:24.316Z | Downloaded zerovec v0.10.4 |
| 392 | 2026-02-24T14:13:24.320Z | Downloaded quote v1.0.40 |
| 393 | 2026-02-24T14:13:24.324Z | Downloaded zerocopy v0.7.35 |
| 394 | 2026-02-24T14:13:24.337Z | Downloaded synstructure v0.13.1 |
| 395 | 2026-02-24T14:13:24.341Z | Downloaded winnow v0.7.14 |
| 396 | 2026-02-24T14:13:24.346Z | Downloaded icu_locid_transform v1.5.0 |
| 397 | 2026-02-24T14:13:24.349Z | Downloaded proc-macro-error v1.0.4 |
| 398 | 2026-02-24T14:13:24.353Z | Downloaded fs-err v3.1.1 |
| 399 | 2026-02-24T14:13:24.358Z | Downloaded unicode-width v0.2.0 |
| 400 | 2026-02-24T14:13:24.362Z | Downloaded unicode-width v0.1.14 |
| 401 | 2026-02-24T14:13:24.365Z | Downloaded serde_tokenstream v0.2.2 |
| 402 | 2026-02-24T14:13:24.365Z | Downloaded clap v4.5.48 |
| 403 | 2026-02-24T14:13:24.373Z | Downloaded icu_provider v1.5.0 |
| 404 | 2026-02-24T14:13:24.377Z | Downloaded camino v1.2.2 |
| 405 | 2026-02-24T14:13:24.377Z | Downloaded sha2 v0.10.9 |
| 406 | 2026-02-24T14:13:24.381Z | Downloaded pest_derive v2.8.2 |
| 407 | 2026-02-24T14:13:24.381Z | Downloaded erased-serde v0.4.6 |
| 408 | 2026-02-24T14:13:24.386Z | Downloaded semver v1.0.27 |
| 409 | 2026-02-24T14:13:24.386Z | Downloaded papergrid v0.11.0 |
| 410 | 2026-02-24T14:13:24.389Z | Downloaded log v0.4.29 |
| 411 | 2026-02-24T14:13:24.395Z | Downloaded serde_derive v1.0.228 |
| 412 | 2026-02-24T14:13:24.398Z | Downloaded proc-macro2 v1.0.101 |
| 413 | 2026-02-24T14:13:24.398Z | Downloaded icu_locid v1.5.0 |
| 414 | 2026-02-24T14:13:24.402Z | Downloaded smallvec v1.15.1 |
| 415 | 2026-02-24T14:13:24.406Z | Downloaded once_cell v1.21.3 |
| 416 | 2026-02-24T14:13:24.407Z | Downloaded icu_normalizer_data v1.5.0 |
| 417 | 2026-02-24T14:13:24.410Z | Downloaded icu_normalizer v1.5.0 |
| 418 | 2026-02-24T14:13:24.410Z | Downloaded icu_properties v1.5.1 |
| 419 | 2026-02-24T14:13:24.415Z | Downloaded scroll v0.12.0 |
| 420 | 2026-02-24T14:13:24.415Z | Downloaded num-traits v0.2.19 |
| 421 | 2026-02-24T14:13:24.419Z | Downloaded getrandom v0.3.4 |
| 422 | 2026-02-24T14:13:24.419Z | Downloaded serde_core v1.0.228 |
| 423 | 2026-02-24T14:13:24.422Z | Downloaded pest_meta v2.8.2 |
| 424 | 2026-02-24T14:13:24.422Z | Downloaded pest_generator v2.8.2 |
| 425 | 2026-02-24T14:13:24.425Z | Downloaded icu_locid_transform_data v1.5.0 |
| 426 | 2026-02-24T14:13:24.425Z | Downloaded litemap v0.7.3 |
| 427 | 2026-02-24T14:13:24.428Z | Downloaded tempfile v3.24.0 |
| 428 | 2026-02-24T14:13:24.432Z | Downloaded serde v1.0.228 |
| 429 | 2026-02-24T14:13:24.435Z | Downloaded indexmap v2.13.0 |
| 430 | 2026-02-24T14:13:24.438Z | Downloaded icu_collections v1.5.0 |
| 431 | 2026-02-24T14:13:24.441Z | Downloaded unicode-ident v1.0.19 |
| 432 | 2026-02-24T14:13:24.445Z | Downloaded memchr v2.7.4 |
| 433 | 2026-02-24T14:13:24.448Z | Downloaded yoke v0.7.4 |
| 434 | 2026-02-24T14:13:24.454Z | Downloaded usdt-impl v0.5.0 |
| 435 | 2026-02-24T14:13:24.454Z | Downloaded proc-macro-error-attr v1.0.4 |
| 436 | 2026-02-24T14:13:24.454Z | Downloaded camino-tempfile v1.4.1 |
| 437 | 2026-02-24T14:13:24.458Z | Downloaded form_urlencoded v1.2.2 |
| 438 | 2026-02-24T14:13:24.458Z | Downloaded tinystr v0.7.6 |
| 439 | 2026-02-24T14:13:24.458Z | Downloaded thiserror-impl v2.0.18 |
| 440 | 2026-02-24T14:13:24.458Z | Downloaded toml_write v0.1.2 |
| 441 | 2026-02-24T14:13:24.462Z | Downloaded ordered-float v2.10.1 |
| 442 | 2026-02-24T14:13:24.462Z | Downloaded itoa v1.0.11 |
| 443 | 2026-02-24T14:13:24.462Z | Downloaded usdt-macro v0.5.0 |
| 444 | 2026-02-24T14:13:24.462Z | Downloaded tabled_derive v0.7.0 |
| 445 | 2026-02-24T14:13:24.462Z | Downloaded strsim v0.11.1 |
| 446 | 2026-02-24T14:13:24.465Z | Downloaded equivalent v1.0.2 |
| 447 | 2026-02-24T14:13:24.465Z | Downloaded digest v0.10.7 |
| 448 | 2026-02-24T14:13:24.465Z | Downloaded cargo_metadata v0.21.0 |
| 449 | 2026-02-24T14:13:24.468Z | Downloaded idna v1.0.3 |
| 450 | 2026-02-24T14:13:24.471Z | Downloaded crypto-common v0.1.6 |
| 451 | 2026-02-24T14:13:24.471Z | Downloaded displaydoc v0.2.5 |
| 452 | 2026-02-24T14:13:24.477Z | Downloaded pest v2.8.2 |
| 453 | 2026-02-24T14:13:24.482Z | Downloaded cargo-platform v0.2.0 |
| 454 | 2026-02-24T14:13:24.482Z | Downloaded byteorder v1.5.0 |
| 455 | 2026-02-24T14:13:24.482Z | Downloaded autocfg v1.4.0 |
| 456 | 2026-02-24T14:13:24.486Z | Downloaded hashbrown v0.16.1 |
| 457 | 2026-02-24T14:13:24.491Z | Downloaded clap_builder v4.5.48 |
| 458 | 2026-02-24T14:13:24.495Z | Downloaded serde_json v1.0.149 |
| 459 | 2026-02-24T14:13:24.517Z | Downloaded goblin v0.8.2 |
| 460 | 2026-02-24T14:13:24.525Z | Downloaded icu_properties_data v1.5.0 |
| 461 | 2026-02-24T14:13:24.535Z | Downloaded tabled v0.15.0 |
| 462 | 2026-02-24T14:13:24.547Z | Downloaded syn v1.0.109 |
| 463 | 2026-02-24T14:13:24.557Z | Downloaded syn v2.0.114 |
| 464 | 2026-02-24T14:13:24.565Z | Downloaded rustix v0.38.37 |
| 465 | 2026-02-24T14:13:24.584Z | Downloaded rustix v1.1.3 |
| 466 | 2026-02-24T14:13:24.620Z | Downloaded libc v0.2.180 |
| 467 | 2026-02-24T14:13:24.708Z | Compiling proc-macro2 v1.0.101 |
| 468 | 2026-02-24T14:13:24.711Z | Compiling unicode-ident v1.0.19 |
| 469 | 2026-02-24T14:13:24.711Z | Compiling serde_core v1.0.228 |
| 470 | 2026-02-24T14:13:24.711Z | Compiling serde v1.0.228 |
| 471 | 2026-02-24T14:13:24.711Z | Compiling version_check v0.9.5 |
| 472 | 2026-02-24T14:13:24.711Z | Compiling libc v0.2.180 |
| 473 | 2026-02-24T14:13:24.941Z | Compiling memchr v2.7.4 |
| 474 | 2026-02-24T14:13:24.944Z | Compiling thiserror v2.0.18 |
| 475 | 2026-02-24T14:13:25.179Z | Compiling stable_deref_trait v1.2.0 |
| 476 | 2026-02-24T14:13:25.312Z | Compiling zmij v1.0.15 |
| 477 | 2026-02-24T14:13:25.740Z | Compiling autocfg v1.4.0 |
| 478 | 2026-02-24T14:13:26.184Z | Compiling thiserror v1.0.69 |
| 479 | 2026-02-24T14:13:26.286Z | Compiling itoa v1.0.11 |
| 480 | 2026-02-24T14:13:26.406Z | Compiling ucd-trie v0.1.7 |
| 481 | 2026-02-24T14:13:26.429Z | Compiling writeable v0.5.5 |
| 482 | 2026-02-24T14:13:26.534Z | Compiling litemap v0.7.3 |
| 483 | 2026-02-24T14:13:26.917Z | Compiling byteorder v1.5.0 |
| 484 | 2026-02-24T14:13:26.920Z | Compiling icu_locid_transform_data v1.5.0 |
| 485 | 2026-02-24T14:13:27.087Z | Compiling errno v0.3.12 |
| 486 | 2026-02-24T14:13:27.184Z | Compiling quote v1.0.40 |
| 487 | 2026-02-24T14:13:27.227Z | Compiling bitflags v2.9.4 |
| 488 | 2026-02-24T14:13:27.355Z | Compiling serde_json v1.0.149 |
| 489 | 2026-02-24T14:13:27.632Z | Compiling syn v2.0.114 |
| 490 | 2026-02-24T14:13:27.733Z | Compiling icu_properties_data v1.5.0 |
| 491 | 2026-02-24T14:13:27.805Z | Compiling num-traits v0.2.19 |
| 492 | 2026-02-24T14:13:27.832Z | Compiling typeid v1.0.3 |
| 493 | 2026-02-24T14:13:27.857Z | Compiling equivalent v1.0.2 |
| 494 | 2026-02-24T14:13:28.002Z | Compiling smallvec v1.15.1 |
| 495 | 2026-02-24T14:13:28.030Z | Compiling rustix v0.38.37 |
| 496 | 2026-02-24T14:13:28.142Z | Compiling write16 v1.0.0 |
| 497 | 2026-02-24T14:13:28.295Z | Compiling utf8_iter v1.0.4 |
| 498 | 2026-02-24T14:13:28.320Z | Compiling icu_normalizer_data v1.5.0 |
| 499 | 2026-02-24T14:13:28.347Z | Compiling utf16_iter v1.0.5 |
| 500 | 2026-02-24T14:13:28.403Z | Compiling hashbrown v0.16.1 |
| 501 | 2026-02-24T14:13:28.868Z | Compiling usdt-impl v0.5.0 |
| 502 | 2026-02-24T14:13:28.897Z | Compiling proc-macro-error-attr v1.0.4 |
| 503 | 2026-02-24T14:13:28.897Z | Compiling syn v1.0.109 |
| 504 | 2026-02-24T14:13:29.263Z | Compiling toml_write v0.1.2 |
| 505 | 2026-02-24T14:13:29.266Z | Compiling winnow v0.7.14 |
| 506 | 2026-02-24T14:13:29.512Z | Compiling indexmap v2.13.0 |
| 507 | 2026-02-24T14:13:29.588Z | Compiling thread-id v4.2.2 |
| 508 | 2026-02-24T14:13:30.000Z | Compiling proc-macro-error v1.0.4 |
| 509 | 2026-02-24T14:13:30.487Z | Compiling plain v0.2.3 |
| 510 | 2026-02-24T14:13:30.686Z | Compiling percent-encoding v2.3.2 |
| 511 | 2026-02-24T14:13:30.989Z | Compiling log v0.4.29 |
| 512 | 2026-02-24T14:13:31.042Z | Compiling getrandom v0.3.4 |
| 513 | 2026-02-24T14:13:31.322Z | Compiling rustix v1.1.3 |
| 514 | 2026-02-24T14:13:31.357Z | Compiling camino v1.2.2 |
| 515 | 2026-02-24T14:13:31.428Z | Compiling utf8parse v0.2.2 |
| 516 | 2026-02-24T14:13:31.644Z | Compiling anstyle-parse v0.2.5 |
| 517 | 2026-02-24T14:13:32.031Z | Compiling ordered-float v2.10.1 |
| 518 | 2026-02-24T14:13:32.136Z | Compiling form_urlencoded v1.2.2 |
| 519 | 2026-02-24T14:13:32.461Z | Compiling terminal_size v0.4.0 |
| 520 | 2026-02-24T14:13:32.690Z | Compiling colorchoice v1.0.2 |
| 521 | 2026-02-24T14:13:32.886Z | Compiling cfg-if v1.0.4 |
| 522 | 2026-02-24T14:13:32.889Z | Compiling pretty-hex v0.4.1 |
| 523 | 2026-02-24T14:13:32.929Z | Compiling anstyle v1.0.11 |
| 524 | 2026-02-24T14:13:32.999Z | Compiling is_terminal_polyfill v1.70.1 |
| 525 | 2026-02-24T14:13:33.047Z | Compiling anstyle-query v1.1.1 |
| 526 | 2026-02-24T14:13:33.307Z | Compiling anstream v0.6.18 |
| 527 | 2026-02-24T14:13:33.366Z | Compiling semver v1.0.27 |
| 528 | 2026-02-24T14:13:33.750Z | Compiling fs-err v3.1.1 |
| 529 | 2026-02-24T14:13:33.955Z | Compiling anyhow v1.0.99 |
| 530 | 2026-02-24T14:13:34.019Z | Compiling unicode-xid v0.2.6 |
| 531 | 2026-02-24T14:13:34.105Z | Compiling unicode-width v0.1.14 |
| 532 | 2026-02-24T14:13:34.229Z | Compiling synstructure v0.13.1 |
| 533 | 2026-02-24T14:13:34.232Z | Compiling strsim v0.11.1 |
| 534 | 2026-02-24T14:13:34.534Z | Compiling clap_lex v0.7.4 |
| 535 | 2026-02-24T14:13:34.681Z | Compiling bytecount v0.6.8 |
| 536 | 2026-02-24T14:13:34.915Z | Compiling once_cell v1.21.3 |
| 537 | 2026-02-24T14:13:34.986Z | Compiling heck v0.5.0 |
| 538 | 2026-02-24T14:13:34.989Z | Compiling heck v0.4.1 |
| 539 | 2026-02-24T14:13:35.327Z | Compiling fastrand v2.1.1 |
| 540 | 2026-02-24T14:13:35.444Z | Compiling fnv v1.0.7 |
| 541 | 2026-02-24T14:13:35.493Z | Compiling clap_builder v4.5.48 |
| 542 | 2026-02-24T14:13:35.601Z | Compiling papergrid v0.11.0 |
| 543 | 2026-02-24T14:13:35.822Z | Compiling tempfile v3.24.0 |
| 544 | 2026-02-24T14:13:36.046Z | Compiling memmap v0.7.0 |
| 545 | 2026-02-24T14:13:36.073Z | Compiling unicode-width v0.2.0 |
| 546 | 2026-02-24T14:13:36.436Z | Compiling unicode-linebreak v0.1.5 |
| 547 | 2026-02-24T14:13:36.595Z | Compiling smawk v0.3.2 |
| 548 | 2026-02-24T14:13:36.629Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-02-24T14:13:36.844Z | Compiling textwrap v0.16.2 |
| 550 | 2026-02-24T14:13:37.682Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 551 | 2026-02-24T14:13:37.711Z | Compiling swrite v0.1.0 |
| 552 | 2026-02-24T14:13:37.773Z | Compiling tabled_derive v0.7.0 |
| 553 | 2026-02-24T14:13:38.488Z | Compiling serde_derive v1.0.228 |
| 554 | 2026-02-24T14:13:38.491Z | Compiling zerofrom-derive v0.1.4 |
| 555 | 2026-02-24T14:13:38.491Z | Compiling yoke-derive v0.7.4 |
| 556 | 2026-02-24T14:13:38.606Z | Compiling thiserror-impl v2.0.18 |
| 557 | 2026-02-24T14:13:38.661Z | Compiling zerovec-derive v0.10.3 |
| 558 | 2026-02-24T14:13:39.421Z | Compiling displaydoc v0.2.5 |
| 559 | 2026-02-24T14:13:40.978Z | Compiling thiserror-impl v1.0.69 |
| 560 | 2026-02-24T14:13:41.080Z | Compiling icu_provider_macros v1.5.0 |
| 561 | 2026-02-24T14:13:41.236Z | Compiling zerocopy-derive v0.7.35 |
| 562 | 2026-02-24T14:13:41.795Z | Compiling zerofrom v0.1.4 |
| 563 | 2026-02-24T14:13:41.897Z | Compiling pest v2.8.2 |
| 564 | 2026-02-24T14:13:42.047Z | Compiling yoke v0.7.4 |
| 565 | 2026-02-24T14:13:42.143Z | Compiling scroll_derive v0.12.0 |
| 566 | 2026-02-24T14:13:42.446Z | Compiling zerovec v0.10.4 |
| 567 | 2026-02-24T14:13:43.152Z | Compiling zerocopy v0.7.35 |
| 568 | 2026-02-24T14:13:43.200Z | Compiling clap_derive v4.5.47 |
| 569 | 2026-02-24T14:13:43.524Z | Compiling scroll v0.12.0 |
| 570 | 2026-02-24T14:13:44.023Z | Compiling goblin v0.8.2 |
| 571 | 2026-02-24T14:13:44.061Z | Compiling tabled v0.15.0 |
| 572 | 2026-02-24T14:13:44.323Z | Compiling tinystr v0.7.6 |
| 573 | 2026-02-24T14:13:44.435Z | Compiling icu_collections v1.5.0 |
| 574 | 2026-02-24T14:13:44.522Z | Compiling pest_meta v2.8.2 |
| 575 | 2026-02-24T14:13:44.730Z | Compiling icu_locid v1.5.0 |
| 576 | 2026-02-24T14:13:46.039Z | Compiling icu_provider v1.5.0 |
| 577 | 2026-02-24T14:13:46.676Z | Compiling pest_generator v2.8.2 |
| 578 | 2026-02-24T14:13:46.706Z | Compiling serde_spanned v0.6.9 |
| 579 | 2026-02-24T14:13:46.736Z | Compiling icu_locid_transform v1.5.0 |
| 580 | 2026-02-24T14:13:46.968Z | Compiling toml_datetime v0.6.11 |
| 581 | 2026-02-24T14:13:46.999Z | Compiling dof v0.3.0 |
| 582 | 2026-02-24T14:13:47.030Z | Compiling serde_tokenstream v0.2.2 |
| 583 | 2026-02-24T14:13:47.522Z | Compiling toml_edit v0.22.27 |
| 584 | 2026-02-24T14:13:47.679Z | Compiling erased-serde v0.4.6 |
| 585 | 2026-02-24T14:13:47.922Z | Compiling serde-value v0.7.0 |
| 586 | 2026-02-24T14:13:48.516Z | Compiling icu_properties v1.5.1 |
| 587 | 2026-02-24T14:13:48.720Z | Compiling serde-untagged v0.1.7 |
| 588 | 2026-02-24T14:13:48.843Z | Compiling cargo-platform v0.2.0 |
| 589 | 2026-02-24T14:13:48.910Z | Compiling pest_derive v2.8.2 |
| 590 | 2026-02-24T14:13:49.054Z | Compiling clap v4.5.48 |
| 591 | 2026-02-24T14:13:49.193Z | Compiling macaddr v1.0.1 |
| 592 | 2026-02-24T14:13:49.680Z | Compiling dtrace-parser v0.2.0 |
| 593 | 2026-02-24T14:13:50.792Z | Compiling toml v0.8.23 |
| 594 | 2026-02-24T14:13:51.590Z | Compiling usdt-attr-macro v0.5.0 |
| 595 | 2026-02-24T14:13:51.590Z | Compiling usdt-macro v0.5.0 |
| 596 | 2026-02-24T14:13:51.676Z | Compiling cargo_toml v0.21.0 |
| 597 | 2026-02-24T14:13:52.206Z | Compiling icu_normalizer v1.5.0 |
| 598 | 2026-02-24T14:13:52.749Z | Compiling usdt v0.5.0 |
| 599 | 2026-02-24T14:13:52.886Z | Compiling idna_adapter v1.2.0 |
| 600 | 2026-02-24T14:13:53.058Z | Compiling idna v1.0.3 |
| 601 | 2026-02-24T14:13:53.464Z | Compiling url v2.5.4 |
| 602 | 2026-02-24T14:13:54.211Z | Compiling cargo-util-schemas v0.8.2 |
| 603 | 2026-02-24T14:13:55.677Z | Compiling cargo_metadata v0.21.0 |
| 604 | 2026-02-24T14:13:57.235Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 605 | 2026-02-24T14:14:00.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
| 606 | 2026-02-24T14:14:01.004Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 607 | 2026-02-24T14:14:01.771Z | Downloading crates ... |
| 608 | 2026-02-24T14:14:01.906Z | Downloaded ahash v0.8.12 |
| 609 | 2026-02-24T14:14:01.911Z | Downloaded bcs v0.1.6 |
| 610 | 2026-02-24T14:14:01.916Z | Downloaded bit-set v0.5.3 |
| 611 | 2026-02-24T14:14:01.921Z | Downloaded bit-set v0.8.0 |
| 612 | 2026-02-24T14:14:01.924Z | Downloaded async-recursion v1.1.1 |
| 613 | 2026-02-24T14:14:01.931Z | Downloaded atty v0.2.14 |
| 614 | 2026-02-24T14:14:01.935Z | Downloaded dirs-sys-next v0.1.2 |
| 615 | 2026-02-24T14:14:01.940Z | Downloaded dirs-next v2.0.0 |
| 616 | 2026-02-24T14:14:01.944Z | Downloaded bitfield-struct v0.6.2 |
| 617 | 2026-02-24T14:14:01.948Z | Downloaded fixedbitset v0.4.2 |
| 618 | 2026-02-24T14:14:01.953Z | Downloaded foreign-types-macros v0.2.3 |
| 619 | 2026-02-24T14:14:01.956Z | Downloaded endian-type v0.1.2 |
| 620 | 2026-02-24T14:14:01.960Z | Downloaded dof v0.4.0 |
| 621 | 2026-02-24T14:14:01.964Z | Downloaded fd-lock v4.0.2 |
| 622 | 2026-02-24T14:14:01.970Z | Downloaded filetime v0.2.26 |
| 623 | 2026-02-24T14:14:01.976Z | Downloaded foreign-types-shared v0.3.1 |
| 624 | 2026-02-24T14:14:01.980Z | Downloaded flagset v0.4.6 |
| 625 | 2026-02-24T14:14:01.983Z | Downloaded float-cmp v0.10.0 |
| 626 | 2026-02-24T14:14:01.987Z | Downloaded dtrace-parser v0.3.0 |
| 627 | 2026-02-24T14:14:01.991Z | Downloaded ciborium-ll v0.2.2 |
| 628 | 2026-02-24T14:14:01.995Z | Downloaded ena v0.14.3 |
| 629 | 2026-02-24T14:14:01.999Z | Downloaded daft-derive v0.1.4 |
| 630 | 2026-02-24T14:14:02.007Z | Downloaded foreign-types-shared v0.1.1 |
| 631 | 2026-02-24T14:14:02.012Z | Downloaded funty v2.0.0 |
| 632 | 2026-02-24T14:14:02.014Z | Downloaded arc-swap v1.7.1 |
| 633 | 2026-02-24T14:14:02.020Z | Downloaded defmt-parser v0.3.4 |
| 634 | 2026-02-24T14:14:02.023Z | Downloaded castaway v0.2.3 |
| 635 | 2026-02-24T14:14:02.027Z | Downloaded foreign-types v0.3.2 |
| 636 | 2026-02-24T14:14:02.031Z | Downloaded globwalk v0.9.1 |
| 637 | 2026-02-24T14:14:02.036Z | Downloaded hash32 v0.3.1 |
| 638 | 2026-02-24T14:14:02.039Z | Downloaded futures-sink v0.3.31 |
| 639 | 2026-02-24T14:14:02.042Z | Downloaded futures-io v0.3.31 |
| 640 | 2026-02-24T14:14:02.046Z | Downloaded hex-literal v0.4.1 |
| 641 | 2026-02-24T14:14:02.049Z | Downloaded futures-task v0.3.31 |
| 642 | 2026-02-24T14:14:02.053Z | Downloaded futures-macro v0.3.31 |
| 643 | 2026-02-24T14:14:02.057Z | Downloaded ghash v0.5.1 |
| 644 | 2026-02-24T14:14:02.060Z | Downloaded heck v0.3.3 |
| 645 | 2026-02-24T14:14:02.064Z | Downloaded home v0.5.9 |
| 646 | 2026-02-24T14:14:02.067Z | Downloaded http-range v0.1.5 |
| 647 | 2026-02-24T14:14:02.071Z | Downloaded hyper-tls v0.6.0 |
| 648 | 2026-02-24T14:14:02.094Z | Downloaded headers-core v0.3.0 |
| 649 | 2026-02-24T14:14:02.100Z | Downloaded darling v0.20.10 |
| 650 | 2026-02-24T14:14:02.112Z | Downloaded indoc v1.0.9 |
| 651 | 2026-02-24T14:14:02.117Z | Downloaded allocator-api2 v0.2.21 |
| 652 | 2026-02-24T14:14:02.122Z | Downloaded instant v0.1.13 |
| 653 | 2026-02-24T14:14:02.127Z | Downloaded internet-checksum v0.2.1 |
| 654 | 2026-02-24T14:14:02.130Z | Downloaded inout v0.1.3 |
| 655 | 2026-02-24T14:14:02.133Z | Downloaded is-terminal v0.4.13 |
| 656 | 2026-02-24T14:14:02.136Z | Downloaded globset v0.4.15 |
| 657 | 2026-02-24T14:14:02.141Z | Downloaded keccak v0.1.5 |
| 658 | 2026-02-24T14:14:02.144Z | Downloaded is_ci v1.2.0 |
| 659 | 2026-02-24T14:14:02.148Z | Downloaded lazycell v1.3.0 |
| 660 | 2026-02-24T14:14:02.151Z | Downloaded critical-section v1.1.3 |
| 661 | 2026-02-24T14:14:02.155Z | Downloaded futures-channel v0.3.31 |
| 662 | 2026-02-24T14:14:02.159Z | Downloaded darling v0.21.0 |
| 663 | 2026-02-24T14:14:02.165Z | Downloaded lru-cache v0.1.2 |
| 664 | 2026-02-24T14:14:02.169Z | Downloaded md5 v0.7.0 |
| 665 | 2026-02-24T14:14:02.172Z | Downloaded half v1.8.3 |
| 666 | 2026-02-24T14:14:02.176Z | Downloaded hyper-staticfile v0.10.1 |
| 667 | 2026-02-24T14:14:02.180Z | Downloaded mime v0.3.17 |
| 668 | 2026-02-24T14:14:02.183Z | Downloaded maybe-uninit v2.0.0 |
| 669 | 2026-02-24T14:14:02.187Z | Downloaded memoffset v0.9.1 |
| 670 | 2026-02-24T14:14:02.190Z | Downloaded nibble_vec v0.1.0 |
| 671 | 2026-02-24T14:14:02.193Z | Downloaded bzip2 v0.5.2 |
| 672 | 2026-02-24T14:14:02.197Z | Downloaded maplit v1.0.2 |
| 673 | 2026-02-24T14:14:02.200Z | Downloaded normalize-line-endings v0.3.0 |
| 674 | 2026-02-24T14:14:02.203Z | Downloaded crc32fast v1.4.2 |
| 675 | 2026-02-24T14:14:02.207Z | Downloaded cookie v0.18.1 |
| 676 | 2026-02-24T14:14:02.212Z | Downloaded multimap v0.10.1 |
| 677 | 2026-02-24T14:14:02.215Z | Downloaded libsw v3.5.0 |
| 678 | 2026-02-24T14:14:02.218Z | Downloaded num-derive v0.4.2 |
| 679 | 2026-02-24T14:14:02.222Z | Downloaded newline-converter v0.3.0 |
| 680 | 2026-02-24T14:14:02.225Z | Downloaded lock_api v0.4.12 |
| 681 | 2026-02-24T14:14:02.228Z | Downloaded linear-map v1.2.0 |
| 682 | 2026-02-24T14:14:02.232Z | Downloaded libz-rs-sys v0.5.1 |
| 683 | 2026-02-24T14:14:02.234Z | Downloaded olpc-cjson v0.1.4 |
| 684 | 2026-02-24T14:14:02.237Z | Downloaded derive_more v2.0.1 |
| 685 | 2026-02-24T14:14:02.249Z | Downloaded oso-derive v0.27.3 |
| 686 | 2026-02-24T14:14:02.251Z | Downloaded openssl-probe v0.1.5 |
| 687 | 2026-02-24T14:14:02.254Z | Downloaded packed_struct_codegen v0.10.1 |
| 688 | 2026-02-24T14:14:02.257Z | Downloaded number_prefix v0.4.0 |
| 689 | 2026-02-24T14:14:02.260Z | Downloaded flume v0.11.1 |
| 690 | 2026-02-24T14:14:02.266Z | Downloaded mime_guess v2.0.5 |
| 691 | 2026-02-24T14:14:02.269Z | Downloaded indoc v2.0.6 |
| 692 | 2026-02-24T14:14:02.274Z | Downloaded parse-display v0.10.0 |
| 693 | 2026-02-24T14:14:02.277Z | Downloaded openssl-macros v0.1.1 |
| 694 | 2026-02-24T14:14:02.280Z | Downloaded path-slash v0.1.5 |
| 695 | 2026-02-24T14:14:02.283Z | Downloaded pbkdf2 v0.12.2 |
| 696 | 2026-02-24T14:14:02.286Z | Downloaded num-integer v0.1.46 |
| 697 | 2026-02-24T14:14:02.289Z | Downloaded flate2 v1.1.2 |
| 698 | 2026-02-24T14:14:02.295Z | Downloaded diesel_derives v2.2.3 |
| 699 | 2026-02-24T14:14:02.301Z | Downloaded newtype-uuid v1.3.2 |
| 700 | 2026-02-24T14:14:02.307Z | Downloaded pin-utils v0.1.0 |
| 701 | 2026-02-24T14:14:02.309Z | Downloaded peg-runtime v0.8.5 |
| 702 | 2026-02-24T14:14:02.309Z | Downloaded ingot-macros v0.1.1 |
| 703 | 2026-02-24T14:14:02.312Z | Downloaded half v2.4.1 |
| 704 | 2026-02-24T14:14:02.315Z | Downloaded derive_more-impl v2.0.1 |
| 705 | 2026-02-24T14:14:02.323Z | Downloaded predicates-core v1.0.8 |
| 706 | 2026-02-24T14:14:02.326Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 707 | 2026-02-24T14:14:02.329Z | Downloaded packed_struct v0.10.1 |
| 708 | 2026-02-24T14:14:02.332Z | Downloaded num-complex v0.4.6 |
| 709 | 2026-02-24T14:14:02.334Z | Downloaded memmap2 v0.9.8 |
| 710 | 2026-02-24T14:14:02.337Z | Downloaded nu-ansi-term v0.50.1 |
| 711 | 2026-02-24T14:14:02.341Z | Downloaded pretty-hex v0.2.1 |
| 712 | 2026-02-24T14:14:02.344Z | Downloaded proc-macro-crate v1.3.1 |
| 713 | 2026-02-24T14:14:02.347Z | Downloaded hickory-client v0.25.2 |
| 714 | 2026-02-24T14:14:02.350Z | Downloaded peg v0.8.5 |
| 715 | 2026-02-24T14:14:02.356Z | Downloaded progenitor-macro v0.10.0 |
| 716 | 2026-02-24T14:14:02.359Z | Downloaded progenitor-macro v0.11.2 |
| 717 | 2026-02-24T14:14:02.362Z | Downloaded pem v3.0.5 |
| 718 | 2026-02-24T14:14:02.365Z | Downloaded predicates-tree v1.0.12 |
| 719 | 2026-02-24T14:14:02.367Z | Downloaded ignore v0.4.23 |
| 720 | 2026-02-24T14:14:02.370Z | Downloaded parking_lot_core v0.8.6 |
| 721 | 2026-02-24T14:14:02.373Z | Downloaded psl-types v2.0.11 |
| 722 | 2026-02-24T14:14:02.376Z | Downloaded quick-error v1.2.3 |
| 723 | 2026-02-24T14:14:02.379Z | Downloaded indicatif v0.18.0 |
| 724 | 2026-02-24T14:14:02.383Z | Downloaded pkcs8 v0.10.2 |
| 725 | 2026-02-24T14:14:02.388Z | Downloaded pbkdf2 v0.11.0 |
| 726 | 2026-02-24T14:14:02.390Z | Downloaded predicates v3.1.3 |
| 727 | 2026-02-24T14:14:02.394Z | Downloaded radium v0.7.0 |
| 728 | 2026-02-24T14:14:02.397Z | Downloaded parking_lot v0.11.2 |
| 729 | 2026-02-24T14:14:02.400Z | Downloaded primeorder v0.13.6 |
| 730 | 2026-02-24T14:14:02.403Z | Downloaded heapless v0.8.0 |
| 731 | 2026-02-24T14:14:02.408Z | Downloaded phf v0.12.1 |
| 732 | 2026-02-24T14:14:02.411Z | Downloaded parking_lot_core v0.9.10 |
| 733 | 2026-02-24T14:14:02.415Z | Downloaded phf v0.11.2 |
| 734 | 2026-02-24T14:14:02.419Z | Downloaded pin-project-internal v1.1.6 |
| 735 | 2026-02-24T14:14:02.422Z | Downloaded progenitor v0.10.0 |
| 736 | 2026-02-24T14:14:02.424Z | Downloaded rand_chacha v0.3.1 |
| 737 | 2026-02-24T14:14:02.427Z | Downloaded rfc6979 v0.4.0 |
| 738 | 2026-02-24T14:14:02.430Z | Downloaded rand_xorshift v0.4.0 |
| 739 | 2026-02-24T14:14:02.430Z | Downloaded ref-cast v1.0.25 |
| 740 | 2026-02-24T14:14:02.433Z | Downloaded expectorate v1.2.0 |
| 741 | 2026-02-24T14:14:02.437Z | Downloaded der v0.7.10 |
| 742 | 2026-02-24T14:14:02.443Z | Downloaded rtoolbox v0.0.2 |
| 743 | 2026-02-24T14:14:02.445Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 744 | 2026-02-24T14:14:02.448Z | Downloaded ref-cast-impl v1.0.25 |
| 745 | 2026-02-24T14:14:02.451Z | Downloaded pkcs5 v0.7.1 |
| 746 | 2026-02-24T14:14:02.454Z | Downloaded rustc-hash v1.1.0 |
| 747 | 2026-02-24T14:14:02.458Z | Downloaded rustc_version v0.4.1 |
| 748 | 2026-02-24T14:14:02.461Z | Downloaded rustc_version v0.1.7 |
| 749 | 2026-02-24T14:14:02.461Z | Downloaded papergrid v0.14.0 |
| 750 | 2026-02-24T14:14:02.467Z | Downloaded compact_str v0.8.0 |
| 751 | 2026-02-24T14:14:02.470Z | Downloaded papergrid v0.17.0 |
| 752 | 2026-02-24T14:14:02.475Z | Downloaded rand_core v0.9.3 |
| 753 | 2026-02-24T14:14:02.479Z | Downloaded rand_chacha v0.9.0 |
| 754 | 2026-02-24T14:14:02.482Z | Downloaded sapling-renderdag v0.1.0 |
| 755 | 2026-02-24T14:14:02.485Z | Downloaded quinn-udp v0.5.5 |
| 756 | 2026-02-24T14:14:02.488Z | Downloaded bumpalo v3.16.0 |
| 757 | 2026-02-24T14:14:02.490Z | Downloaded salsa20 v0.10.2 |
| 758 | 2026-02-24T14:14:02.493Z | Downloaded resolv-conf v0.7.0 |
| 759 | 2026-02-24T14:14:02.496Z | Downloaded backtrace v0.3.74 |
| 760 | 2026-02-24T14:14:02.501Z | Downloaded serde-big-array v0.5.1 |
| 761 | 2026-02-24T14:14:02.546Z | Downloaded scroll_derive v0.13.1 |
| 762 | 2026-02-24T14:14:02.546Z | Downloaded same-file v1.0.6 |
| 763 | 2026-02-24T14:14:02.546Z | Downloaded seq-macro v0.3.6 |
| 764 | 2026-02-24T14:14:02.546Z | Downloaded serde_bytes v0.11.19 |
| 765 | 2026-02-24T14:14:02.546Z | Downloaded rand_seeder v0.4.0 |
| 766 | 2026-02-24T14:14:02.546Z | Downloaded semver v0.1.20 |
| 767 | 2026-02-24T14:14:02.546Z | Downloaded secrecy v0.10.3 |
| 768 | 2026-02-24T14:14:02.546Z | Downloaded secrecy v0.8.0 |
| 769 | 2026-02-24T14:14:02.546Z | Downloaded rustls-pemfile v2.2.0 |
| 770 | 2026-02-24T14:14:02.546Z | Downloaded serde_spanned v1.0.4 |
| 771 | 2026-02-24T14:14:02.546Z | Downloaded signal-hook-mio v0.2.4 |
| 772 | 2026-02-24T14:14:02.546Z | Downloaded sigpipe v0.1.3 |
| 773 | 2026-02-24T14:14:02.546Z | Downloaded rusty-fork v0.3.0 |
| 774 | 2026-02-24T14:14:02.546Z | Downloaded signature v2.2.0 |
| 775 | 2026-02-24T14:14:02.546Z | Downloaded signal-hook-tokio v0.3.1 |
| 776 | 2026-02-24T14:14:02.546Z | Downloaded openssl-sys v0.9.109 |
| 777 | 2026-02-24T14:14:02.551Z | Downloaded shell-words v1.1.0 |
| 778 | 2026-02-24T14:14:02.551Z | Downloaded siphasher v0.3.11 |
| 779 | 2026-02-24T14:14:02.554Z | Downloaded progenitor-impl v0.8.0 |
| 780 | 2026-02-24T14:14:02.554Z | Downloaded hickory-server v0.25.2 |
| 781 | 2026-02-24T14:14:02.557Z | Downloaded simd-adler32 v0.3.7 |
| 782 | 2026-02-24T14:14:02.560Z | Downloaded slog-bunyan v2.5.0 |
| 783 | 2026-02-24T14:14:02.563Z | Downloaded schemars_derive v0.8.22 |
| 784 | 2026-02-24T14:14:02.566Z | Downloaded serde_urlencoded v0.7.1 |
| 785 | 2026-02-24T14:14:02.569Z | Downloaded rustls-native-certs v0.8.1 |
| 786 | 2026-02-24T14:14:02.571Z | Downloaded sct v0.7.1 |
| 787 | 2026-02-24T14:14:02.576Z | Downloaded slog-envlogger v2.2.0 |
| 788 | 2026-02-24T14:14:02.579Z | Downloaded russh-keys v0.45.0 |
| 789 | 2026-02-24T14:14:02.582Z | Downloaded serde_path_to_error v0.1.20 |
| 790 | 2026-02-24T14:14:02.585Z | Downloaded siphasher v1.0.1 |
| 791 | 2026-02-24T14:14:02.587Z | Downloaded rustls-pemfile v1.0.4 |
| 792 | 2026-02-24T14:14:02.590Z | Downloaded hashbrown v0.12.3 |
| 793 | 2026-02-24T14:14:02.594Z | Downloaded sqlparser_derive v0.5.0 |
| 794 | 2026-02-24T14:14:02.598Z | Downloaded shlex v1.3.0 |
| 795 | 2026-02-24T14:14:02.601Z | Downloaded psm v0.1.30 |
| 796 | 2026-02-24T14:14:02.604Z | Downloaded serde-hex v0.1.0 |
| 797 | 2026-02-24T14:14:02.608Z | Downloaded scroll v0.13.0 |
| 798 | 2026-02-24T14:14:02.611Z | Downloaded hickory-resolver v0.24.4 |
| 799 | 2026-02-24T14:14:02.614Z | Downloaded structmeta v0.3.0 |
| 800 | 2026-02-24T14:14:02.614Z | Downloaded strum v0.26.3 |
| 801 | 2026-02-24T14:14:02.617Z | Downloaded sync_wrapper v1.0.1 |
| 802 | 2026-02-24T14:14:02.618Z | Downloaded ssh-cipher v0.2.0 |
| 803 | 2026-02-24T14:14:02.621Z | Downloaded slog-scope v4.4.0 |
| 804 | 2026-02-24T14:14:02.625Z | Downloaded ron v0.7.1 |
| 805 | 2026-02-24T14:14:02.630Z | Downloaded smallvec v0.6.14 |
| 806 | 2026-02-24T14:14:02.633Z | Downloaded tagptr v0.2.0 |
| 807 | 2026-02-24T14:14:02.633Z | Downloaded tabwriter v1.4.0 |
| 808 | 2026-02-24T14:14:02.633Z | Downloaded tabled_derive v0.11.0 |
| 809 | 2026-02-24T14:14:02.636Z | Downloaded signal-hook-registry v1.4.2 |
| 810 | 2026-02-24T14:14:02.640Z | Downloaded iddqd v0.3.16 |
| 811 | 2026-02-24T14:14:02.643Z | Downloaded strum v0.27.2 |
| 812 | 2026-02-24T14:14:02.647Z | Downloaded strip-ansi-escapes v0.2.0 |
| 813 | 2026-02-24T14:14:02.651Z | Downloaded sqlformat v0.3.5 |
| 814 | 2026-02-24T14:14:02.651Z | Downloaded spki v0.7.3 |
| 815 | 2026-02-24T14:14:02.655Z | Downloaded quinn v0.11.5 |
| 816 | 2026-02-24T14:14:02.659Z | Downloaded rustls-pki-types v1.10.0 |
| 817 | 2026-02-24T14:14:02.662Z | Downloaded testing_table v0.3.0 |
| 818 | 2026-02-24T14:14:02.662Z | Downloaded termtree v0.5.1 |
| 819 | 2026-02-24T14:14:02.666Z | Downloaded time-core v0.1.6 |
| 820 | 2026-02-24T14:14:02.666Z | Downloaded thread_local v1.1.8 |
| 821 | 2026-02-24T14:14:02.668Z | Downloaded hashbrown v0.15.4 |
| 822 | 2026-02-24T14:14:02.673Z | Downloaded prettyplease v0.2.36 |
| 823 | 2026-02-24T14:14:02.677Z | Downloaded smf v0.2.3 |
| 824 | 2026-02-24T14:14:02.680Z | Downloaded snafu-derive v0.8.5 |
| 825 | 2026-02-24T14:14:02.683Z | Downloaded tinyvec_macros v0.1.1 |
| 826 | 2026-02-24T14:14:02.683Z | Downloaded tap v1.0.1 |
| 827 | 2026-02-24T14:14:02.683Z | Downloaded take_mut v0.2.2 |
| 828 | 2026-02-24T14:14:02.686Z | Downloaded static_assertions v1.1.0 |
| 829 | 2026-02-24T14:14:02.690Z | Downloaded pretty_assertions v1.4.1 |
| 830 | 2026-02-24T14:14:02.690Z | Downloaded ron v0.8.1 |
| 831 | 2026-02-24T14:14:02.695Z | Downloaded schemars v0.8.22 |
| 832 | 2026-02-24T14:14:02.707Z | Downloaded ssh-encoding v0.2.0 |
| 833 | 2026-02-24T14:14:02.710Z | Downloaded crossterm v0.28.1 |
| 834 | 2026-02-24T14:14:02.714Z | Downloaded serde_cbor v0.11.2 |
| 835 | 2026-02-24T14:14:02.717Z | Downloaded termios v0.3.3 |
| 836 | 2026-02-24T14:14:02.720Z | Downloaded mio v1.0.2 |
| 837 | 2026-02-24T14:14:02.725Z | Downloaded topological-sort v0.2.2 |
| 838 | 2026-02-24T14:14:02.728Z | Downloaded try-lock v0.2.5 |
| 839 | 2026-02-24T14:14:02.731Z | Downloaded strum_macros v0.27.2 |
| 840 | 2026-02-24T14:14:02.731Z | Downloaded trait-variant v0.1.2 |
| 841 | 2026-02-24T14:14:02.734Z | Downloaded tower-service v0.3.3 |
| 842 | 2026-02-24T14:14:02.734Z | Downloaded stringprep v0.1.5 |
| 843 | 2026-02-24T14:14:02.738Z | Downloaded strum_macros v0.26.4 |
| 844 | 2026-02-24T14:14:02.741Z | Downloaded strum_macros v0.24.3 |
| 845 | 2026-02-24T14:14:02.741Z | Downloaded string_cache v0.8.9 |
| 846 | 2026-02-24T14:14:02.741Z | Downloaded iri-string v0.7.8 |
| 847 | 2026-02-24T14:14:02.747Z | Downloaded stacker v0.1.23 |
| 848 | 2026-02-24T14:14:02.753Z | Downloaded signal-hook v0.3.18 |
| 849 | 2026-02-24T14:14:02.758Z | Downloaded tokio-macros v2.6.0 |
| 850 | 2026-02-24T14:14:02.759Z | Downloaded unarray v0.1.4 |
| 851 | 2026-02-24T14:14:02.762Z | Downloaded tower-layer v0.3.3 |
| 852 | 2026-02-24T14:14:02.762Z | Downloaded support-bundle-viewer v0.1.2 |
| 853 | 2026-02-24T14:14:02.762Z | Downloaded schemars v0.9.0 |
| 854 | 2026-02-24T14:14:02.770Z | Downloaded unit-prefix v0.5.1 |
| 855 | 2026-02-24T14:14:02.773Z | Downloaded untrusted v0.7.1 |
| 856 | 2026-02-24T14:14:02.773Z | Downloaded universal-hash v0.5.1 |
| 857 | 2026-02-24T14:14:02.777Z | Downloaded spin v0.9.8 |
| 858 | 2026-02-24T14:14:02.780Z | Downloaded thiserror-no-std v2.0.2 |
| 859 | 2026-02-24T14:14:02.783Z | Downloaded typify-macro v0.4.3 |
| 860 | 2026-02-24T14:14:02.783Z | Downloaded typify-macro v0.2.0 |
| 861 | 2026-02-24T14:14:02.783Z | Downloaded rcgen v0.12.1 |
| 862 | 2026-02-24T14:14:02.786Z | Downloaded usdt v0.6.0 |
| 863 | 2026-02-24T14:14:02.789Z | Downloaded usdt-attr-macro v0.6.0 |
| 864 | 2026-02-24T14:14:02.789Z | Downloaded http v1.4.0 |
| 865 | 2026-02-24T14:14:02.793Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 866 | 2026-02-24T14:14:02.796Z | Downloaded h2 v0.4.6 |
| 867 | 2026-02-24T14:14:02.799Z | Downloaded unicode-truncate v1.1.0 |
| 868 | 2026-02-24T14:14:02.804Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 869 | 2026-02-24T14:14:02.804Z | Downloaded tls_codec_derive v0.4.1 |
| 870 | 2026-02-24T14:14:02.808Z | Downloaded tracing-attributes v0.1.27 |
| 871 | 2026-02-24T14:14:02.808Z | Downloaded tui-tree-widget v0.23.1 |
| 872 | 2026-02-24T14:14:02.812Z | Downloaded void v1.0.2 |
| 873 | 2026-02-24T14:14:02.812Z | Downloaded tls_codec v0.4.1 |
| 874 | 2026-02-24T14:14:02.812Z | Downloaded time-macros v0.2.24 |
| 875 | 2026-02-24T14:14:02.815Z | Downloaded itertools v0.14.0 |
| 876 | 2026-02-24T14:14:02.819Z | Downloaded publicsuffix v2.3.0 |
| 877 | 2026-02-24T14:14:02.825Z | Downloaded serde_yaml v0.9.34+deprecated |
| 878 | 2026-02-24T14:14:02.830Z | Downloaded wait-timeout v0.2.0 |
| 879 | 2026-02-24T14:14:02.830Z | Downloaded utf-8 v0.7.6 |
| 880 | 2026-02-24T14:14:02.830Z | Downloaded usdt-macro v0.6.0 |
| 881 | 2026-02-24T14:14:02.830Z | Downloaded untrusted v0.9.0 |
| 882 | 2026-02-24T14:14:02.833Z | Downloaded samael v0.0.19 |
| 883 | 2026-02-24T14:14:02.837Z | Downloaded unicase v2.8.1 |
| 884 | 2026-02-24T14:14:02.841Z | Downloaded tokio-rustls v0.24.1 |
| 885 | 2026-02-24T14:14:02.841Z | Downloaded vte_generate_state_changes v0.1.2 |
| 886 | 2026-02-24T14:14:02.845Z | Downloaded xshell-macros v0.2.7 |
| 887 | 2026-02-24T14:14:02.845Z | Downloaded itertools v0.10.5 |
| 888 | 2026-02-24T14:14:02.849Z | Downloaded tokio-rustls v0.25.0 |
| 889 | 2026-02-24T14:14:02.849Z | Downloaded tokio-tungstenite v0.21.0 |
| 890 | 2026-02-24T14:14:02.852Z | Downloaded waitgroup v0.1.2 |
| 891 | 2026-02-24T14:14:02.852Z | Downloaded tokio-tungstenite v0.23.1 |
| 892 | 2026-02-24T14:14:02.855Z | Downloaded uzers v0.12.1 |
| 893 | 2026-02-24T14:14:02.860Z | Downloaded usdt-impl v0.6.0 |
| 894 | 2026-02-24T14:14:02.860Z | Downloaded term v0.7.0 |
| 895 | 2026-02-24T14:14:02.866Z | Downloaded zeroize_derive v1.4.2 |
| 896 | 2026-02-24T14:14:02.866Z | Downloaded num-bigint v0.4.6 |
| 897 | 2026-02-24T14:14:02.869Z | Downloaded rayon-core v1.12.1 |
| 898 | 2026-02-24T14:14:02.869Z | Downloaded want v0.3.1 |
| 899 | 2026-02-24T14:14:02.872Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 900 | 2026-02-24T14:14:02.872Z | Downloaded socket2 v0.6.1 |
| 901 | 2026-02-24T14:14:02.877Z | Downloaded which v4.4.2 |
| 902 | 2026-02-24T14:14:02.880Z | Downloaded vergen-gitcl v1.0.8 |
| 903 | 2026-02-24T14:14:02.880Z | Downloaded typify v0.2.0 |
| 904 | 2026-02-24T14:14:02.883Z | Downloaded zone_cfg_derive v0.1.2 |
| 905 | 2026-02-24T14:14:02.883Z | Downloaded zone v0.3.1 |
| 906 | 2026-02-24T14:14:02.883Z | Downloaded aws-lc-rs v1.12.4 |
| 907 | 2026-02-24T14:14:02.891Z | Downloaded twox-hash v2.1.0 |
| 908 | 2026-02-24T14:14:02.894Z | Downloaded tinyvec v1.8.0 |
| 909 | 2026-02-24T14:14:02.898Z | Downloaded tiny-keccak v2.0.2 |
| 910 | 2026-02-24T14:14:02.902Z | Downloaded rsa v0.9.8 |
| 911 | 2026-02-24T14:14:02.906Z | Downloaded whoami v1.5.2 |
| 912 | 2026-02-24T14:14:02.909Z | Downloaded futures-util v0.3.31 |
| 913 | 2026-02-24T14:14:02.918Z | Downloaded zone_cfg_derive v0.3.0 |
| 914 | 2026-02-24T14:14:02.925Z | Downloaded tokio-stream v0.1.17 |
| 915 | 2026-02-24T14:14:02.928Z | Downloaded toml v0.7.8 |
| 916 | 2026-02-24T14:14:02.928Z | Downloaded zeroize v1.8.1 |
| 917 | 2026-02-24T14:14:02.928Z | Downloaded russh v0.45.0 |
| 918 | 2026-02-24T14:14:02.932Z | Downloaded itertools v0.13.0 |
| 919 | 2026-02-24T14:14:02.938Z | Downloaded walkdir v2.5.0 |
| 920 | 2026-02-24T14:14:02.943Z | Downloaded vergen-lib v0.1.6 |
| 921 | 2026-02-24T14:14:02.948Z | Downloaded num-bigint-dig v0.8.6 |
| 922 | 2026-02-24T14:14:02.948Z | Downloaded xshell v0.2.7 |
| 923 | 2026-02-24T14:14:02.951Z | Downloaded wyz v0.5.1 |
| 924 | 2026-02-24T14:14:02.951Z | Downloaded tar v0.4.44 |
| 925 | 2026-02-24T14:14:02.954Z | Downloaded vsss-rs v3.3.4 |
| 926 | 2026-02-24T14:14:02.957Z | Downloaded steno v0.4.1 |
| 927 | 2026-02-24T14:14:02.960Z | Downloaded vte v0.11.1 |
| 928 | 2026-02-24T14:14:02.963Z | Downloaded unicode-properties v0.1.3 |
| 929 | 2026-02-24T14:14:02.963Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 930 | 2026-02-24T14:14:02.966Z | Downloaded unicode-bidi v0.3.17 |
| 931 | 2026-02-24T14:14:02.969Z | Downloaded tokio-rustls v0.26.0 |
| 932 | 2026-02-24T14:14:02.972Z | Downloaded zone v0.1.8 |
| 933 | 2026-02-24T14:14:02.972Z | Downloaded xz2 v0.1.7 |
| 934 | 2026-02-24T14:14:02.975Z | Downloaded unsafe-libyaml v0.2.11 |
| 935 | 2026-02-24T14:14:02.978Z | Downloaded vergen v9.0.6 |
| 936 | 2026-02-24T14:14:02.978Z | Downloaded yasna v0.5.2 |
| 937 | 2026-02-24T14:14:02.981Z | Downloaded zerocopy v0.6.6 |
| 938 | 2026-02-24T14:14:02.984Z | Downloaded zstd-safe v7.2.3 |
| 939 | 2026-02-24T14:14:02.984Z | Downloaded zstd v0.13.3 |
| 940 | 2026-02-24T14:14:02.988Z | Downloaded tracing-core v0.1.32 |
| 941 | 2026-02-24T14:14:02.991Z | Downloaded itertools v0.12.1 |
| 942 | 2026-02-24T14:14:02.997Z | Downloaded tungstenite v0.23.0 |
| 943 | 2026-02-24T14:14:03.003Z | Downloaded xattr v1.3.1 |
| 944 | 2026-02-24T14:14:03.007Z | Downloaded p521 v0.13.3 |
| 945 | 2026-02-24T14:14:03.007Z | Downloaded typify v0.4.3 |
| 946 | 2026-02-24T14:14:03.011Z | Downloaded tungstenite v0.21.0 |
| 947 | 2026-02-24T14:14:03.016Z | Downloaded hkdf v0.12.4 |
| 948 | 2026-02-24T14:14:03.016Z | Downloaded tokio-postgres v0.7.13 |
| 949 | 2026-02-24T14:14:03.020Z | Downloaded tracing v0.1.40 |
| 950 | 2026-02-24T14:14:03.023Z | Downloaded ssh-key v0.6.6 |
| 951 | 2026-02-24T14:14:03.028Z | Downloaded value-bag v1.12.0 |
| 952 | 2026-02-24T14:14:03.031Z | Downloaded blake3 v1.5.4 |
| 953 | 2026-02-24T14:14:03.039Z | Downloaded bindgen v0.71.1 |
| 954 | 2026-02-24T14:14:03.045Z | Downloaded uuid v1.19.0 |
| 955 | 2026-02-24T14:14:03.048Z | Downloaded rustyline v14.0.0 |
| 956 | 2026-02-24T14:14:03.052Z | Downloaded qorb v0.4.1 |
| 957 | 2026-02-24T14:14:03.055Z | Downloaded vergen-git2 v1.0.7 |
| 958 | 2026-02-24T14:14:03.058Z | Downloaded subprocess v0.2.9 |
| 959 | 2026-02-24T14:14:03.061Z | Downloaded yansi v1.0.1 |
| 960 | 2026-02-24T14:14:03.061Z | Downloaded test-strategy v0.4.3 |
| 961 | 2026-02-24T14:14:03.065Z | Downloaded socket2 v0.5.10 |
| 962 | 2026-02-24T14:14:03.068Z | Downloaded aho-corasick v1.1.3 |
| 963 | 2026-02-24T14:14:03.072Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 964 | 2026-02-24T14:14:03.075Z | Downloaded rpassword v7.4.0 |
| 965 | 2026-02-24T14:14:03.078Z | Downloaded slog v2.8.2 |
| 966 | 2026-02-24T14:14:03.080Z | Downloaded snafu v0.8.5 |
| 967 | 2026-02-24T14:14:03.084Z | Downloaded zopfli v0.8.1 |
| 968 | 2026-02-24T14:14:03.087Z | Downloaded schemars v1.0.4 |
| 969 | 2026-02-24T14:14:03.099Z | Downloaded unicode_categories v0.1.1 |
| 970 | 2026-02-24T14:14:03.101Z | Downloaded bindgen v0.69.5 |
| 971 | 2026-02-24T14:14:03.105Z | Downloaded toml_edit v0.19.15 |
| 972 | 2026-02-24T14:14:03.119Z | Downloaded typed-path v0.9.3 |
| 973 | 2026-02-24T14:14:03.126Z | Downloaded goblin v0.10.2 |
| 974 | 2026-02-24T14:14:03.131Z | Downloaded zip v0.6.6 |
| 975 | 2026-02-24T14:14:03.134Z | Downloaded rustls-webpki v0.101.7 |
| 976 | 2026-02-24T14:14:03.147Z | Downloaded x509-cert v0.2.5 |
| 977 | 2026-02-24T14:14:03.153Z | Downloaded tokio-util v0.7.15 |
| 978 | 2026-02-24T14:14:03.159Z | Downloaded tower-http v0.6.6 |
| 979 | 2026-02-24T14:14:03.165Z | Downloaded regex v1.11.3 |
| 980 | 2026-02-24T14:14:03.172Z | Downloaded reqwest v0.12.24 |
| 981 | 2026-02-24T14:14:03.177Z | Downloaded bitvec v1.0.1 |
| 982 | 2026-02-24T14:14:03.189Z | Downloaded tower v0.5.2 |
| 983 | 2026-02-24T14:14:03.197Z | Downloaded curve25519-dalek v4.1.3 |
| 984 | 2026-02-24T14:14:03.235Z | Downloaded zerocopy-derive v0.8.27 |
| 985 | 2026-02-24T14:14:03.240Z | Downloaded unicode-normalization v0.1.24 |
| 986 | 2026-02-24T14:14:03.240Z | Downloaded serde_with v3.16.1 |
| 987 | 2026-02-24T14:14:03.240Z | Downloaded zip v4.2.0 |
| 988 | 2026-02-24T14:14:03.241Z | Downloaded rayon v1.10.0 |
| 989 | 2026-02-24T14:14:03.241Z | Downloaded openssl v0.10.73 |
| 990 | 2026-02-24T14:14:03.244Z | Downloaded radix_trie v0.2.1 |
| 991 | 2026-02-24T14:14:03.249Z | Downloaded winnow v0.5.40 |
| 992 | 2026-02-24T14:14:03.256Z | Downloaded proptest v1.7.0 |
| 993 | 2026-02-24T14:14:03.266Z | Downloaded nix v0.27.1 |
| 994 | 2026-02-24T14:14:03.273Z | Downloaded moka v0.12.10 |
| 995 | 2026-02-24T14:14:03.283Z | Downloaded chrono v0.4.43 |
| 996 | 2026-02-24T14:14:03.290Z | Downloaded petname v2.0.2 |
| 997 | 2026-02-24T14:14:03.293Z | Downloaded nix v0.29.0 |
| 998 | 2026-02-24T14:14:03.303Z | Downloaded diesel v2.2.12 |
| 999 | 2026-02-24T14:14:03.319Z | Downloaded tabled v0.20.0 |
| 1000 | 2026-02-24T14:14:03.335Z | Downloaded winnow v0.6.26 |
| 1001 | 2026-02-24T14:14:03.342Z | Downloaded zlib-rs v0.5.1 |
| 1002 | 2026-02-24T14:14:03.346Z | Downloaded object v0.36.5 |
| 1003 | 2026-02-24T14:14:03.356Z | Downloaded object v0.30.4 |
| 1004 | 2026-02-24T14:14:03.364Z | Downloaded regex-syntax v0.6.29 |
| 1005 | 2026-02-24T14:14:03.369Z | Downloaded polar-core v0.27.3 |
| 1006 | 2026-02-24T14:14:03.379Z | Downloaded hickory-proto v0.25.2 |
| 1007 | 2026-02-24T14:14:03.391Z | Downloaded smoltcp v0.11.0 |
| 1008 | 2026-02-24T14:14:03.400Z | Downloaded zerocopy v0.8.27 |
| 1009 | 2026-02-24T14:14:03.420Z | Downloaded openapiv3 v2.2.0 |
| 1010 | 2026-02-24T14:14:03.429Z | Downloaded object v0.37.3 |
| 1011 | 2026-02-24T14:14:03.439Z | Downloaded rustls v0.21.12 |
| 1012 | 2026-02-24T14:14:03.449Z | Downloaded hickory-proto v0.24.4 |
| 1013 | 2026-02-24T14:14:03.462Z | Downloaded nix v0.30.1 |
| 1014 | 2026-02-24T14:14:03.472Z | Downloaded webpki-roots v1.0.1 |
| 1015 | 2026-02-24T14:14:03.475Z | Downloaded sqlparser v0.61.0 |
| 1016 | 2026-02-24T14:14:03.484Z | Downloaded bstr v1.10.0 |
| 1017 | 2026-02-24T14:14:03.494Z | Downloaded vcpkg v0.2.15 |
| 1018 | 2026-02-24T14:14:03.527Z | Downloaded rustls v0.22.4 |
| 1019 | 2026-02-24T14:14:03.538Z | Downloaded rustls v0.23.19 |
| 1020 | 2026-02-24T14:14:03.548Z | Downloaded typify-impl v0.4.3 |
| 1021 | 2026-02-24T14:14:03.559Z | Downloaded regex-syntax v0.8.5 |
| 1022 | 2026-02-24T14:14:03.566Z | Downloaded regress v0.10.4 |
| 1023 | 2026-02-24T14:14:03.573Z | Downloaded zerocopy-derive v0.6.6 |
| 1024 | 2026-02-24T14:14:03.583Z | Downloaded regex-automata v0.4.11 |
| 1025 | 2026-02-24T14:14:03.595Z | Downloaded nix v0.28.0 |
| 1026 | 2026-02-24T14:14:03.607Z | Downloaded tabled v0.18.0 |
| 1027 | 2026-02-24T14:14:03.619Z | Downloaded petgraph v0.6.5 |
| 1028 | 2026-02-24T14:14:03.634Z | Downloaded smoltcp v0.9.1 |
| 1029 | 2026-02-24T14:14:03.643Z | Downloaded lzma-sys v0.1.20 |
| 1030 | 2026-02-24T14:14:03.669Z | Downloaded quinn-proto v0.11.8 |
| 1031 | 2026-02-24T14:14:03.673Z | Downloaded gimli v0.31.1 |
| 1032 | 2026-02-24T14:14:03.679Z | Downloaded dropshot v0.16.7 |
| 1033 | 2026-02-24T14:14:03.707Z | Downloaded libz-sys v1.1.20 |
| 1034 | 2026-02-24T14:14:03.716Z | Downloaded lalrpop v0.19.12 |
| 1035 | 2026-02-24T14:14:03.725Z | Downloaded unicode-segmentation v1.12.0 |
| 1036 | 2026-02-24T14:14:03.728Z | Downloaded tough v0.20.0 |
| 1037 | 2026-02-24T14:14:03.735Z | Downloaded csv v1.3.1 |
| 1038 | 2026-02-24T14:14:03.751Z | Downloaded sled v0.34.7 |
| 1039 | 2026-02-24T14:14:03.765Z | Downloaded time v0.3.43 |
| 1040 | 2026-02-24T14:14:03.769Z | Downloaded salty v0.3.0 |
| 1041 | 2026-02-24T14:14:03.774Z | Downloaded typify-impl v0.2.0 |
| 1042 | 2026-02-24T14:14:03.785Z | Downloaded rustls-webpki v0.102.8 |
| 1043 | 2026-02-24T14:14:03.801Z | Downloaded ratatui v0.29.0 |
| 1044 | 2026-02-24T14:14:03.817Z | Downloaded portable-atomic v1.11.0 |
| 1045 | 2026-02-24T14:14:03.822Z | Downloaded git2 v0.20.2 |
| 1046 | 2026-02-24T14:14:03.830Z | Downloaded p384 v0.13.1 |
| 1047 | 2026-02-24T14:14:03.833Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1048 | 2026-02-24T14:14:03.845Z | Downloaded reedline v0.40.0 |
| 1049 | 2026-02-24T14:14:03.851Z | Downloaded quick-xml v0.37.2 |
| 1050 | 2026-02-24T14:14:03.854Z | Downloaded hyper v1.8.1 |
| 1051 | 2026-02-24T14:14:03.860Z | Downloaded term v1.1.0 |
| 1052 | 2026-02-24T14:14:03.863Z | Downloaded rand v0.9.2 |
| 1053 | 2026-02-24T14:14:03.866Z | Downloaded tokio-native-tls v0.3.1 |
| 1054 | 2026-02-24T14:14:03.869Z | Downloaded libm v0.2.8 |
| 1055 | 2026-02-24T14:14:03.873Z | Downloaded jiff v0.2.15 |
| 1056 | 2026-02-24T14:14:03.888Z | Downloaded tokio-dtrace v0.1.0 |
| 1057 | 2026-02-24T14:14:03.892Z | Downloaded similar v2.7.0 |
| 1058 | 2026-02-24T14:14:03.895Z | Downloaded serde_with_macros v3.16.1 |
| 1059 | 2026-02-24T14:14:03.895Z | Downloaded minimal-lexical v0.2.1 |
| 1060 | 2026-02-24T14:14:03.898Z | Downloaded rand v0.8.5 |
| 1061 | 2026-02-24T14:14:03.901Z | Downloaded libxml v0.3.3 |
| 1062 | 2026-02-24T14:14:03.906Z | Downloaded nom v7.1.3 |
| 1063 | 2026-02-24T14:14:03.910Z | Downloaded aes v0.8.4 |
| 1064 | 2026-02-24T14:14:03.913Z | Downloaded thread-id v5.0.0 |
| 1065 | 2026-02-24T14:14:03.916Z | Downloaded encoding_rs v0.8.34 |
| 1066 | 2026-02-24T14:14:03.932Z | Downloaded sync-ptr v0.1.4 |
| 1067 | 2026-02-24T14:14:03.935Z | Downloaded chrono-tz v0.10.4 |
| 1068 | 2026-02-24T14:14:03.950Z | Downloaded slog-async v2.8.0 |
| 1069 | 2026-02-24T14:14:03.953Z | Downloaded ryu v1.0.18 |
| 1070 | 2026-02-24T14:14:03.953Z | Downloaded petgraph v0.8.2 |
| 1071 | 2026-02-24T14:14:03.970Z | Downloaded sha1 v0.10.6 |
| 1072 | 2026-02-24T14:14:03.972Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1073 | 2026-02-24T14:14:03.985Z | Downloaded tabled_derive v0.10.0 |
| 1074 | 2026-02-24T14:14:03.988Z | Downloaded supports-color v3.0.2 |
| 1075 | 2026-02-24T14:14:03.988Z | Downloaded subtle v2.6.1 |
| 1076 | 2026-02-24T14:14:03.992Z | Downloaded slog-term v2.9.2 |
| 1077 | 2026-02-24T14:14:03.992Z | Downloaded slog-stdlog v4.1.1 |
| 1078 | 2026-02-24T14:14:03.995Z | Downloaded slog-json v2.6.1 |
| 1079 | 2026-02-24T14:14:03.995Z | Downloaded slog-dtrace v0.3.0 |
| 1080 | 2026-02-24T14:14:03.995Z | Downloaded sec1 v0.7.3 |
| 1081 | 2026-02-24T14:14:03.998Z | Downloaded miniz_oxide v0.8.5 |
| 1082 | 2026-02-24T14:14:03.998Z | Downloaded serde_plain v1.0.2 |
| 1083 | 2026-02-24T14:14:04.003Z | Downloaded sha3 v0.10.8 |
| 1084 | 2026-02-24T14:14:04.005Z | Downloaded serde_derive_internals v0.29.1 |
| 1085 | 2026-02-24T14:14:04.005Z | Downloaded tokio v1.49.0 |
| 1086 | 2026-02-24T14:14:04.037Z | Downloaded progenitor-impl v0.11.2 |
| 1087 | 2026-02-24T14:14:04.040Z | Downloaded hashbrown v0.13.2 |
| 1088 | 2026-02-24T14:14:04.042Z | Downloaded structmeta-derive v0.3.0 |
| 1089 | 2026-02-24T14:14:04.046Z | Downloaded slab v0.4.9 |
| 1090 | 2026-02-24T14:14:04.046Z | Downloaded parking_lot v0.12.3 |
| 1091 | 2026-02-24T14:14:04.048Z | Downloaded jiff-static v0.2.15 |
| 1092 | 2026-02-24T14:14:04.048Z | Downloaded progenitor-impl v0.10.0 |
| 1093 | 2026-02-24T14:14:04.052Z | Downloaded hyper-util v0.1.19 |
| 1094 | 2026-02-24T14:14:04.055Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1095 | 2026-02-24T14:14:04.058Z | Downloaded serde_repr v0.1.19 |
| 1096 | 2026-02-24T14:14:04.058Z | Downloaded rustversion v1.0.22 |
| 1097 | 2026-02-24T14:14:04.060Z | Downloaded prefix-trie v0.7.0 |
| 1098 | 2026-02-24T14:14:04.063Z | Downloaded cc v1.2.56 |
| 1099 | 2026-02-24T14:14:04.066Z | Downloaded p256 v0.13.2 |
| 1100 | 2026-02-24T14:14:04.069Z | Downloaded rustc-hash v2.1.1 |
| 1101 | 2026-02-24T14:14:04.069Z | Downloaded rustc-demangle v0.1.24 |
| 1102 | 2026-02-24T14:14:04.072Z | Downloaded scrypt v0.11.0 |
| 1103 | 2026-02-24T14:14:04.072Z | Downloaded scopeguard v1.2.0 |
| 1104 | 2026-02-24T14:14:04.072Z | Downloaded rand_core v0.6.4 |
| 1105 | 2026-02-24T14:14:04.075Z | Downloaded postcard v1.0.10 |
| 1106 | 2026-02-24T14:14:04.075Z | Downloaded pin-project v1.1.6 |
| 1107 | 2026-02-24T14:14:04.084Z | Downloaded ar_archive_writer v0.5.1 |
| 1108 | 2026-02-24T14:14:04.087Z | Downloaded russh-cryptovec v0.7.3 |
| 1109 | 2026-02-24T14:14:04.091Z | Downloaded r2d2 v0.8.10 |
| 1110 | 2026-02-24T14:14:04.091Z | Downloaded postgres-types v0.2.9 |
| 1111 | 2026-02-24T14:14:04.094Z | Downloaded oso v0.27.3 |
| 1112 | 2026-02-24T14:14:04.095Z | Downloaded progenitor v0.11.2 |
| 1113 | 2026-02-24T14:14:04.098Z | Downloaded pkcs1 v0.7.5 |
| 1114 | 2026-02-24T14:14:04.098Z | Downloaded oxnet v0.1.4 |
| 1115 | 2026-02-24T14:14:04.098Z | Downloaded crossterm v0.29.0 |
| 1116 | 2026-02-24T14:14:04.103Z | Downloaded aes-gcm v0.10.3 |
| 1117 | 2026-02-24T14:14:04.106Z | Downloaded recursive v0.1.1 |
| 1118 | 2026-02-24T14:14:04.109Z | Downloaded proc-macro-error2 v2.0.1 |
| 1119 | 2026-02-24T14:14:04.109Z | Downloaded postgres-protocol v0.6.8 |
| 1120 | 2026-02-24T14:14:04.112Z | Downloaded polyval v0.6.2 |
| 1121 | 2026-02-24T14:14:04.112Z | Downloaded poly1305 v0.8.0 |
| 1122 | 2026-02-24T14:14:04.115Z | Downloaded pkg-config v0.3.31 |
| 1123 | 2026-02-24T14:14:04.115Z | Downloaded pin-project-lite v0.2.14 |
| 1124 | 2026-02-24T14:14:04.119Z | Downloaded peg-macros v0.8.5 |
| 1125 | 2026-02-24T14:14:04.121Z | Downloaded hickory-resolver v0.25.2 |
| 1126 | 2026-02-24T14:14:04.124Z | Downloaded headers v0.4.1 |
| 1127 | 2026-02-24T14:14:04.128Z | Downloaded ppv-lite86 v0.2.20 |
| 1128 | 2026-02-24T14:14:04.130Z | Downloaded base64 v0.21.7 |
| 1129 | 2026-02-24T14:14:04.133Z | Downloaded progenitor-client v0.11.2 |
| 1130 | 2026-02-24T14:14:04.133Z | Downloaded progenitor-client v0.10.0 |
| 1131 | 2026-02-24T14:14:04.137Z | Downloaded progenitor-client v0.8.0 |
| 1132 | 2026-02-24T14:14:04.137Z | Downloaded powerfmt v0.2.0 |
| 1133 | 2026-02-24T14:14:04.137Z | Downloaded password-hash v0.5.0 |
| 1134 | 2026-02-24T14:14:04.139Z | Downloaded password-hash v0.4.2 |
| 1135 | 2026-02-24T14:14:04.139Z | Downloaded owo-colors v4.2.3 |
| 1136 | 2026-02-24T14:14:04.142Z | Downloaded pem-rfc7468 v0.7.0 |
| 1137 | 2026-02-24T14:14:04.143Z | Downloaded parse-display-derive v0.10.0 |
| 1138 | 2026-02-24T14:14:04.146Z | Downloaded omicron-zone-package v0.12.2 |
| 1139 | 2026-02-24T14:14:04.146Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1140 | 2026-02-24T14:14:04.150Z | Downloaded indicatif v0.17.11 |
| 1141 | 2026-02-24T14:14:04.192Z | Downloaded darling_core v0.21.0 |
| 1142 | 2026-02-24T14:14:04.192Z | Downloaded progenitor-macro v0.8.0 |
| 1143 | 2026-02-24T14:14:04.192Z | Downloaded progenitor v0.8.0 |
| 1144 | 2026-02-24T14:14:04.192Z | Downloaded num_enum_derive v0.5.11 |
| 1145 | 2026-02-24T14:14:04.192Z | Downloaded num_enum v0.5.11 |
| 1146 | 2026-02-24T14:14:04.192Z | Downloaded num-rational v0.4.2 |
| 1147 | 2026-02-24T14:14:04.192Z | Downloaded ring v0.17.14 |
| 1148 | 2026-02-24T14:14:04.197Z | Downloaded litrs v0.4.1 |
| 1149 | 2026-02-24T14:14:04.200Z | Downloaded indexmap v1.9.3 |
| 1150 | 2026-02-24T14:14:04.203Z | Downloaded paste v1.0.15 |
| 1151 | 2026-02-24T14:14:04.206Z | Downloaded heapless v0.7.17 |
| 1152 | 2026-02-24T14:14:04.209Z | Downloaded libloading v0.8.5 |
| 1153 | 2026-02-24T14:14:04.209Z | Downloaded crypto-bigint v0.5.5 |
| 1154 | 2026-02-24T14:14:04.215Z | Downloaded phf_shared v0.12.1 |
| 1155 | 2026-02-24T14:14:04.218Z | Downloaded precomputed-hash v0.1.1 |
| 1156 | 2026-02-24T14:14:04.218Z | Downloaded phf_shared v0.11.2 |
| 1157 | 2026-02-24T14:14:04.218Z | Downloaded cookie_store v0.21.1 |
| 1158 | 2026-02-24T14:14:04.218Z | Downloaded bytes v1.11.1 |
| 1159 | 2026-02-24T14:14:04.221Z | Downloaded ed25519-dalek v2.1.1 |
| 1160 | 2026-02-24T14:14:04.224Z | Downloaded const_format v0.2.34 |
| 1161 | 2026-02-24T14:14:04.227Z | Downloaded base64 v0.13.1 |
| 1162 | 2026-02-24T14:14:04.230Z | Downloaded parse-size v1.1.0 |
| 1163 | 2026-02-24T14:14:04.230Z | Downloaded native-tls v0.2.12 |
| 1164 | 2026-02-24T14:14:04.233Z | Downloaded nanorand v0.7.0 |
| 1165 | 2026-02-24T14:14:04.235Z | Downloaded multer v3.1.0 |
| 1166 | 2026-02-24T14:14:04.235Z | Downloaded ingot-types v0.1.2 |
| 1167 | 2026-02-24T14:14:04.238Z | Downloaded cancel-safe-futures v0.1.5 |
| 1168 | 2026-02-24T14:14:04.243Z | Downloaded crc-any v2.5.0 |
| 1169 | 2026-02-24T14:14:04.243Z | Downloaded nonempty v0.12.0 |
| 1170 | 2026-02-24T14:14:04.246Z | Downloaded opaque-debug v0.3.1 |
| 1171 | 2026-02-24T14:14:04.246Z | Downloaded iana-time-zone v0.1.63 |
| 1172 | 2026-02-24T14:14:04.246Z | Downloaded hmac v0.12.1 |
| 1173 | 2026-02-24T14:14:04.249Z | Downloaded elliptic-curve v0.13.8 |
| 1174 | 2026-02-24T14:14:04.253Z | Downloaded dropshot-api-manager v0.3.0 |
| 1175 | 2026-02-24T14:14:04.253Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1176 | 2026-02-24T14:14:04.300Z | Downloaded num-iter v0.1.45 |
| 1177 | 2026-02-24T14:14:04.303Z | Downloaded num-conv v0.1.0 |
| 1178 | 2026-02-24T14:14:04.303Z | Downloaded num v0.4.3 |
| 1179 | 2026-02-24T14:14:04.304Z | Downloaded match_cfg v0.1.0 |
| 1180 | 2026-02-24T14:14:04.307Z | Downloaded libsw-core v0.3.1 |
| 1181 | 2026-02-24T14:14:04.307Z | Downloaded fatfs v0.3.6 |
| 1182 | 2026-02-24T14:14:04.307Z | Downloaded darling_core v0.20.10 |
| 1183 | 2026-02-24T14:14:04.310Z | Downloaded num_threads v0.1.7 |
| 1184 | 2026-02-24T14:14:04.314Z | Downloaded futures v0.3.31 |
| 1185 | 2026-02-24T14:14:04.318Z | Downloaded num-derive v0.3.3 |
| 1186 | 2026-02-24T14:14:04.318Z | Downloaded new_debug_unreachable v1.0.6 |
| 1187 | 2026-02-24T14:14:04.321Z | Downloaded libscf-sys v1.1.0 |
| 1188 | 2026-02-24T14:14:04.321Z | Downloaded libefi-sys v0.1.0 |
| 1189 | 2026-02-24T14:14:04.321Z | Downloaded jobserver v0.1.32 |
| 1190 | 2026-02-24T14:14:04.321Z | Downloaded ipnetwork v0.21.1 |
| 1191 | 2026-02-24T14:14:04.324Z | Downloaded ipnet v2.11.0 |
| 1192 | 2026-02-24T14:14:04.324Z | Downloaded ingot v0.1.1 |
| 1193 | 2026-02-24T14:14:04.328Z | Downloaded hyper-rustls v0.27.7 |
| 1194 | 2026-02-24T14:14:04.328Z | Downloaded httparse v1.9.5 |
| 1195 | 2026-02-24T14:14:04.331Z | Downloaded getrandom v0.2.15 |
| 1196 | 2026-02-24T14:14:04.331Z | Downloaded nodrop v0.1.14 |
| 1197 | 2026-02-24T14:14:04.333Z | Downloaded newtype_derive v0.1.6 |
| 1198 | 2026-02-24T14:14:04.333Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1199 | 2026-02-24T14:14:04.333Z | Downloaded bzip2 v0.4.4 |
| 1200 | 2026-02-24T14:14:04.336Z | Downloaded lzss v0.8.2 |
| 1201 | 2026-02-24T14:14:04.336Z | Downloaded lru v0.12.5 |
| 1202 | 2026-02-24T14:14:04.339Z | Downloaded lockfree-object-pool v0.1.6 |
| 1203 | 2026-02-24T14:14:04.339Z | Downloaded md-5 v0.10.6 |
| 1204 | 2026-02-24T14:14:04.342Z | Downloaded dropshot_endpoint v0.16.7 |
| 1205 | 2026-02-24T14:14:04.345Z | Downloaded managed v0.8.0 |
| 1206 | 2026-02-24T14:14:04.345Z | Downloaded linked-hash-map v0.5.6 |
| 1207 | 2026-02-24T14:14:04.345Z | Downloaded der_derive v0.7.3 |
| 1208 | 2026-02-24T14:14:04.348Z | Downloaded const-oid v0.9.6 |
| 1209 | 2026-02-24T14:14:04.348Z | Downloaded colored v3.0.0 |
| 1210 | 2026-02-24T14:14:04.351Z | Downloaded chacha20 v0.9.1 |
| 1211 | 2026-02-24T14:14:04.351Z | Downloaded blake2 v0.10.6 |
| 1212 | 2026-02-24T14:14:04.354Z | Downloaded colored v2.2.0 |
| 1213 | 2026-02-24T14:14:04.357Z | Downloaded lazy_static v1.5.0 |
| 1214 | 2026-02-24T14:14:04.357Z | Downloaded lalrpop-util v0.19.12 |
| 1215 | 2026-02-24T14:14:04.357Z | Downloaded kstat-rs v0.2.4 |
| 1216 | 2026-02-24T14:14:04.360Z | Downloaded fallible-iterator v0.2.0 |
| 1217 | 2026-02-24T14:14:04.361Z | Downloaded ed25519 v2.2.3 |
| 1218 | 2026-02-24T14:14:04.363Z | Downloaded console v0.16.0 |
| 1219 | 2026-02-24T14:14:04.363Z | Downloaded base64ct v1.6.0 |
| 1220 | 2026-02-24T14:14:04.366Z | Downloaded async-bb8-diesel v0.2.1 |
| 1221 | 2026-02-24T14:14:04.366Z | Downloaded humantime v2.2.0 |
| 1222 | 2026-02-24T14:14:04.369Z | Downloaded hubpack v0.1.2 |
| 1223 | 2026-02-24T14:14:04.369Z | Downloaded http-body-util v0.1.3 |
| 1224 | 2026-02-24T14:14:04.372Z | Downloaded highway v1.3.0 |
| 1225 | 2026-02-24T14:14:04.372Z | Downloaded instability v0.3.2 |
| 1226 | 2026-02-24T14:14:04.372Z | Downloaded glob v0.3.2 |
| 1227 | 2026-02-24T14:14:04.375Z | Downloaded futures-executor v0.3.31 |
| 1228 | 2026-02-24T14:14:04.375Z | Downloaded either v1.15.0 |
| 1229 | 2026-02-24T14:14:04.378Z | Downloaded derive-where v1.5.0 |
| 1230 | 2026-02-24T14:14:04.381Z | Downloaded cipher v0.4.4 |
| 1231 | 2026-02-24T14:14:04.381Z | Downloaded chacha20poly1305 v0.10.1 |
| 1232 | 2026-02-24T14:14:04.383Z | Downloaded cargo_metadata v0.19.2 |
| 1233 | 2026-02-24T14:14:04.383Z | Downloaded bit-vec v0.8.0 |
| 1234 | 2026-02-24T14:14:04.387Z | Downloaded indent_write v2.2.0 |
| 1235 | 2026-02-24T14:14:04.387Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1236 | 2026-02-24T14:14:04.392Z | Downloaded ident_case v1.0.1 |
| 1237 | 2026-02-24T14:14:04.392Z | Downloaded httpdate v1.0.3 |
| 1238 | 2026-02-24T14:14:04.392Z | Downloaded hostname v0.4.2 |
| 1239 | 2026-02-24T14:14:04.392Z | Downloaded convert_case v0.7.1 |
| 1240 | 2026-02-24T14:14:04.395Z | Downloaded console v0.15.10 |
| 1241 | 2026-02-24T14:14:04.395Z | Downloaded cbc v0.1.2 |
| 1242 | 2026-02-24T14:14:04.395Z | Downloaded csv-core v0.1.11 |
| 1243 | 2026-02-24T14:14:04.399Z | Downloaded hash32 v0.2.1 |
| 1244 | 2026-02-24T14:14:04.399Z | Downloaded group v0.13.0 |
| 1245 | 2026-02-24T14:14:04.399Z | Downloaded foldhash v0.2.0 |
| 1246 | 2026-02-24T14:14:04.402Z | Downloaded foldhash v0.1.5 |
| 1247 | 2026-02-24T14:14:04.402Z | Downloaded ff v0.13.0 |
| 1248 | 2026-02-24T14:14:04.402Z | Downloaded erased-serde v0.3.31 |
| 1249 | 2026-02-24T14:14:04.407Z | Downloaded ecdsa v0.16.9 |
| 1250 | 2026-02-24T14:14:04.407Z | Downloaded drift v0.1.3 |
| 1251 | 2026-02-24T14:14:04.410Z | Downloaded derive-ex v0.1.8 |
| 1252 | 2026-02-24T14:14:04.410Z | Downloaded data-encoding v2.9.0 |
| 1253 | 2026-02-24T14:14:04.414Z | Downloaded corncobs v0.1.4 |
| 1254 | 2026-02-24T14:14:04.414Z | Downloaded const_format_proc_macros v0.2.34 |
| 1255 | 2026-02-24T14:14:04.418Z | Downloaded cmake v0.1.51 |
| 1256 | 2026-02-24T14:14:04.418Z | Downloaded ciborium v0.2.2 |
| 1257 | 2026-02-24T14:14:04.418Z | Downloaded cexpr v0.6.0 |
| 1258 | 2026-02-24T14:14:04.418Z | Downloaded cassowary v0.3.0 |
| 1259 | 2026-02-24T14:14:04.421Z | Downloaded buf-list v1.0.3 |
| 1260 | 2026-02-24T14:14:04.421Z | Downloaded bit-vec v0.6.3 |
| 1261 | 2026-02-24T14:14:04.424Z | Downloaded async-trait v0.1.89 |
| 1262 | 2026-02-24T14:14:04.427Z | Downloaded hubpack_derive v0.1.1 |
| 1263 | 2026-02-24T14:14:04.427Z | Downloaded backoff v0.4.0 |
| 1264 | 2026-02-24T14:14:04.427Z | Downloaded http-body v1.0.1 |
| 1265 | 2026-02-24T14:14:04.430Z | Downloaded hostname v0.3.1 |
| 1266 | 2026-02-24T14:14:04.430Z | Downloaded blowfish v0.9.1 |
| 1267 | 2026-02-24T14:14:04.430Z | Downloaded gethostname v0.5.0 |
| 1268 | 2026-02-24T14:14:04.432Z | Downloaded fxhash v0.2.1 |
| 1269 | 2026-02-24T14:14:04.433Z | Downloaded futures-core v0.3.31 |
| 1270 | 2026-02-24T14:14:04.433Z | Downloaded diff v0.1.13 |
| 1271 | 2026-02-24T14:14:04.435Z | Downloaded des v0.8.1 |
| 1272 | 2026-02-24T14:14:04.435Z | Downloaded defmt v0.3.8 |
| 1273 | 2026-02-24T14:14:04.438Z | Downloaded hex v0.4.3 |
| 1274 | 2026-02-24T14:14:04.441Z | Downloaded fs_extra v1.3.0 |
| 1275 | 2026-02-24T14:14:04.441Z | Downloaded fixedbitset v0.5.7 |
| 1276 | 2026-02-24T14:14:04.444Z | Downloaded block-padding v0.3.3 |
| 1277 | 2026-02-24T14:14:04.444Z | Downloaded find-msvc-tools v0.1.9 |
| 1278 | 2026-02-24T14:14:04.448Z | Downloaded env_logger v0.11.8 |
| 1279 | 2026-02-24T14:14:04.448Z | Downloaded crc8 v0.1.1 |
| 1280 | 2026-02-24T14:14:04.448Z | Downloaded constant_time_eq v0.3.1 |
| 1281 | 2026-02-24T14:14:04.452Z | Downloaded fs-err v2.11.0 |
| 1282 | 2026-02-24T14:14:04.452Z | Downloaded diesel-dtrace v0.4.2 |
| 1283 | 2026-02-24T14:14:04.452Z | Downloaded defmt-macros v0.3.9 |
| 1284 | 2026-02-24T14:14:04.455Z | Downloaded ctr v0.9.2 |
| 1285 | 2026-02-24T14:14:04.455Z | Downloaded crc v3.2.1 |
| 1286 | 2026-02-24T14:14:04.458Z | Downloaded crc-catalog v2.4.0 |
| 1287 | 2026-02-24T14:14:04.458Z | Downloaded clang-sys v1.8.1 |
| 1288 | 2026-02-24T14:14:04.460Z | Downloaded arrayref v0.3.9 |
| 1289 | 2026-02-24T14:14:04.460Z | Downloaded embedded-io v0.4.0 |
| 1290 | 2026-02-24T14:14:04.463Z | Downloaded bitflags v1.3.2 |
| 1291 | 2026-02-24T14:14:04.466Z | Downloaded base64 v0.22.1 |
| 1292 | 2026-02-24T14:14:04.469Z | Downloaded dsl_auto_type v0.1.2 |
| 1293 | 2026-02-24T14:14:04.469Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1294 | 2026-02-24T14:14:04.469Z | Downloaded crossbeam-utils v0.8.21 |
| 1295 | 2026-02-24T14:14:04.471Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1296 | 2026-02-24T14:14:04.474Z | Downloaded ciborium-io v0.2.2 |
| 1297 | 2026-02-24T14:14:04.477Z | Downloaded cfg_aliases v0.2.1 |
| 1298 | 2026-02-24T14:14:04.477Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1299 | 2026-02-24T14:14:04.477Z | Downloaded difflib v0.4.0 |
| 1300 | 2026-02-24T14:14:04.477Z | Downloaded debug-ignore v1.0.5 |
| 1301 | 2026-02-24T14:14:04.481Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1302 | 2026-02-24T14:14:04.481Z | Downloaded cfg_aliases v0.1.1 |
| 1303 | 2026-02-24T14:14:04.481Z | Downloaded bitfield-macros v0.19.2 |
| 1304 | 2026-02-24T14:14:04.481Z | Downloaded document-features v0.2.11 |
| 1305 | 2026-02-24T14:14:04.484Z | Downloaded convert_case v0.4.0 |
| 1306 | 2026-02-24T14:14:04.484Z | Downloaded foreign-types v0.5.0 |
| 1307 | 2026-02-24T14:14:04.484Z | Downloaded env_filter v0.1.2 |
| 1308 | 2026-02-24T14:14:04.484Z | Downloaded embedded-io v0.6.1 |
| 1309 | 2026-02-24T14:14:04.487Z | Downloaded darling_macro v0.21.0 |
| 1310 | 2026-02-24T14:14:04.487Z | Downloaded bitfield v0.19.2 |
| 1311 | 2026-02-24T14:14:04.487Z | Downloaded dunce v1.0.5 |
| 1312 | 2026-02-24T14:14:04.487Z | Downloaded darling_macro v0.20.10 |
| 1313 | 2026-02-24T14:14:04.487Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1314 | 2026-02-24T14:14:04.490Z | Downloaded cobs v0.2.3 |
| 1315 | 2026-02-24T14:14:04.490Z | Downloaded bb8 v0.8.5 |
| 1316 | 2026-02-24T14:14:04.490Z | Downloaded dyn-clone v1.0.20 |
| 1317 | 2026-02-24T14:14:04.493Z | Downloaded cargo-platform v0.1.8 |
| 1318 | 2026-02-24T14:14:04.494Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1319 | 2026-02-24T14:14:04.494Z | Downloaded deranged v0.5.3 |
| 1320 | 2026-02-24T14:14:04.498Z | Downloaded assert_matches v1.5.0 |
| 1321 | 2026-02-24T14:14:04.498Z | Downloaded float-ord v0.3.2 |
| 1322 | 2026-02-24T14:14:04.498Z | Downloaded derive_builder_macro v0.20.2 |
| 1323 | 2026-02-24T14:14:04.498Z | Downloaded enum-as-inner v0.6.1 |
| 1324 | 2026-02-24T14:14:04.500Z | Downloaded display-error-chain v0.2.2 |
| 1325 | 2026-02-24T14:14:04.500Z | Downloaded derive_builder v0.20.2 |
| 1326 | 2026-02-24T14:14:04.503Z | Downloaded daft v0.1.4 |
| 1327 | 2026-02-24T14:14:04.503Z | Downloaded async-stream-impl v0.3.6 |
| 1328 | 2026-02-24T14:14:04.506Z | Downloaded derive_builder_core v0.20.2 |
| 1329 | 2026-02-24T14:14:04.506Z | Downloaded cstr-argument v0.1.2 |
| 1330 | 2026-02-24T14:14:04.506Z | Downloaded crunchy v0.2.2 |
| 1331 | 2026-02-24T14:14:04.509Z | Downloaded base16ct v0.2.0 |
| 1332 | 2026-02-24T14:14:04.509Z | Downloaded async-stream v0.3.6 |
| 1333 | 2026-02-24T14:14:04.513Z | Downloaded derive_more v0.99.20 |
| 1334 | 2026-02-24T14:14:04.516Z | Downloaded crossbeam-epoch v0.9.18 |
| 1335 | 2026-02-24T14:14:04.516Z | Downloaded crossbeam-deque v0.8.5 |
| 1336 | 2026-02-24T14:14:04.521Z | Downloaded crossbeam-channel v0.5.15 |
| 1337 | 2026-02-24T14:14:04.526Z | Downloaded atomicwrites v0.4.4 |
| 1338 | 2026-02-24T14:14:04.526Z | Downloaded atomic-waker v1.1.2 |
| 1339 | 2026-02-24T14:14:04.526Z | Downloaded ascii-canvas v3.0.0 |
| 1340 | 2026-02-24T14:14:04.526Z | Downloaded array-init v0.0.4 |
| 1341 | 2026-02-24T14:14:04.526Z | Downloaded arrayvec v0.7.6 |
| 1342 | 2026-02-24T14:14:04.529Z | Downloaded argon2 v0.5.3 |
| 1343 | 2026-02-24T14:14:04.529Z | Downloaded addr2line v0.24.2 |
| 1344 | 2026-02-24T14:14:04.529Z | Downloaded aead v0.5.2 |
| 1345 | 2026-02-24T14:14:04.529Z | Downloaded adler2 v2.0.0 |
| 1346 | 2026-02-24T14:14:04.776Z | Downloaded aws-lc-sys v0.26.0 |
| 1347 | 2026-02-24T14:14:05.089Z | Compiling value-bag v1.12.0 |
| 1348 | 2026-02-24T14:14:05.089Z | Compiling lock_api v0.4.12 |
| 1349 | 2026-02-24T14:14:05.089Z | Compiling scopeguard v1.2.0 |
| 1350 | 2026-02-24T14:14:05.095Z | Compiling shlex v1.3.0 |
| 1351 | 2026-02-24T14:14:05.095Z | Compiling find-msvc-tools v0.1.9 |
| 1352 | 2026-02-24T14:14:05.260Z | Compiling syn v2.0.114 |
| 1353 | 2026-02-24T14:14:05.275Z | Compiling getrandom v0.2.15 |
| 1354 | 2026-02-24T14:14:05.316Z | Compiling jobserver v0.1.32 |
| 1355 | 2026-02-24T14:14:05.384Z | Compiling typenum v1.17.0 |
| 1356 | 2026-02-24T14:14:05.715Z | Compiling log v0.4.29 |
| 1357 | 2026-02-24T14:14:05.754Z | Compiling cc v1.2.56 |
| 1358 | 2026-02-24T14:14:05.797Z | Compiling smallvec v1.15.1 |
| 1359 | 2026-02-24T14:14:05.819Z | Compiling rand_core v0.6.4 |
| 1360 | 2026-02-24T14:14:06.014Z | Compiling generic-array v0.14.7 |
| 1361 | 2026-02-24T14:14:06.174Z | Compiling subtle v2.6.1 |
| 1362 | 2026-02-24T14:14:06.197Z | Compiling portable-atomic v1.11.0 |
| 1363 | 2026-02-24T14:14:06.367Z | Compiling critical-section v1.1.3 |
| 1364 | 2026-02-24T14:14:06.419Z | Compiling const-oid v0.9.6 |
| 1365 | 2026-02-24T14:14:06.442Z | Compiling pkg-config v0.3.31 |
| 1366 | 2026-02-24T14:14:06.517Z | Compiling getrandom v0.3.4 |
| 1367 | 2026-02-24T14:14:06.539Z | Compiling serde_json v1.0.149 |
| 1368 | 2026-02-24T14:14:06.929Z | Compiling spin v0.9.8 |
| 1369 | 2026-02-24T14:14:07.457Z | Compiling regex-syntax v0.8.5 |
| 1370 | 2026-02-24T14:14:07.742Z | Compiling parking_lot_core v0.9.10 |
| 1371 | 2026-02-24T14:14:07.903Z | Compiling pin-project-lite v0.2.14 |
| 1372 | 2026-02-24T14:14:08.272Z | Compiling libm v0.2.8 |
| 1373 | 2026-02-24T14:14:08.505Z | Compiling once_cell v1.21.3 |
| 1374 | 2026-02-24T14:14:08.578Z | Compiling rustix v0.38.37 |
| 1375 | 2026-02-24T14:14:08.704Z | Compiling signal-hook-registry v1.4.2 |
| 1376 | 2026-02-24T14:14:08.938Z | Compiling num-traits v0.2.19 |
| 1377 | 2026-02-24T14:14:09.221Z | Compiling allocator-api2 v0.2.21 |
| 1378 | 2026-02-24T14:14:09.438Z | Compiling parking_lot v0.12.3 |
| 1379 | 2026-02-24T14:14:09.600Z | Compiling mio v1.0.2 |
| 1380 | 2026-02-24T14:14:09.653Z | Compiling futures-core v0.3.31 |
| 1381 | 2026-02-24T14:14:09.934Z | Compiling lazy_static v1.5.0 |
| 1382 | 2026-02-24T14:14:09.934Z | Compiling aho-corasick v1.1.3 |
| 1383 | 2026-02-24T14:14:10.090Z | Compiling percent-encoding v2.3.2 |
| 1384 | 2026-02-24T14:14:10.290Z | Compiling socket2 v0.6.1 |
| 1385 | 2026-02-24T14:14:10.630Z | Compiling slab v0.4.9 |
| 1386 | 2026-02-24T14:14:10.784Z | Compiling cpufeatures v0.2.14 |
| 1387 | 2026-02-24T14:14:10.879Z | Compiling glob v0.3.2 |
| 1388 | 2026-02-24T14:14:10.907Z | Compiling either v1.15.0 |
| 1389 | 2026-02-24T14:14:11.146Z | Compiling futures-sink v0.3.31 |
| 1390 | 2026-02-24T14:14:11.335Z | Compiling futures-channel v0.3.31 |
| 1391 | 2026-02-24T14:14:11.357Z | Compiling hashbrown v0.16.1 |
| 1392 | 2026-02-24T14:14:11.560Z | Compiling pin-utils v0.1.0 |
| 1393 | 2026-02-24T14:14:11.679Z | Compiling prettyplease v0.2.36 |
| 1394 | 2026-02-24T14:14:11.763Z | Compiling clang-sys v1.8.1 |
| 1395 | 2026-02-24T14:14:11.786Z | Compiling futures-task v0.3.31 |
| 1396 | 2026-02-24T14:14:12.050Z | Compiling regex-automata v0.4.11 |
| 1397 | 2026-02-24T14:14:12.127Z | Compiling futures-io v0.3.31 |
| 1398 | 2026-02-24T14:14:12.313Z | Compiling rustversion v1.0.22 |
| 1399 | 2026-02-24T14:14:12.435Z | Compiling minimal-lexical v0.2.1 |
| 1400 | 2026-02-24T14:14:12.510Z | Compiling indexmap v2.13.0 |
| 1401 | 2026-02-24T14:14:12.588Z | Compiling libloading v0.8.5 |
| 1402 | 2026-02-24T14:14:12.934Z | Compiling synstructure v0.13.1 |
| 1403 | 2026-02-24T14:14:12.963Z | Compiling nom v7.1.3 |
| 1404 | 2026-02-24T14:14:13.425Z | Compiling bindgen v0.69.5 |
| 1405 | 2026-02-24T14:14:14.009Z | Compiling base64ct v1.6.0 |
| 1406 | 2026-02-24T14:14:14.324Z | Compiling home v0.5.9 |
| 1407 | 2026-02-24T14:14:14.327Z | Compiling ident_case v1.0.1 |
| 1408 | 2026-02-24T14:14:14.526Z | Compiling pem-rfc7468 v0.7.0 |
| 1409 | 2026-02-24T14:14:14.528Z | Compiling itertools v0.12.1 |
| 1410 | 2026-02-24T14:14:14.597Z | Compiling form_urlencoded v1.2.2 |
| 1411 | 2026-02-24T14:14:14.931Z | Compiling rustc-hash v1.1.0 |
| 1412 | 2026-02-24T14:14:15.106Z | Compiling lazycell v1.3.0 |
| 1413 | 2026-02-24T14:14:15.163Z | Compiling flagset v0.4.6 |
| 1414 | 2026-02-24T14:14:15.298Z | Compiling rand_core v0.9.3 |
| 1415 | 2026-02-24T14:14:15.404Z | Compiling cmake v0.1.51 |
| 1416 | 2026-02-24T14:14:15.868Z | Compiling fs_extra v1.3.0 |
| 1417 | 2026-02-24T14:14:16.256Z | Compiling cexpr v0.6.0 |
| 1418 | 2026-02-24T14:14:16.279Z | Compiling dunce v1.0.5 |
| 1419 | 2026-02-24T14:14:16.412Z | Compiling paste v1.0.15 |
| 1420 | 2026-02-24T14:14:16.434Z | Compiling iana-time-zone v0.1.63 |
| 1421 | 2026-02-24T14:14:16.809Z | Compiling foldhash v0.1.5 |
| 1422 | 2026-02-24T14:14:17.014Z | Compiling rustc_version v0.4.1 |
| 1423 | 2026-02-24T14:14:17.145Z | Compiling hashbrown v0.15.4 |
| 1424 | 2026-02-24T14:14:17.279Z | Compiling uuid v1.19.0 |
| 1425 | 2026-02-24T14:14:17.418Z | Compiling regex v1.11.3 |
| 1426 | 2026-02-24T14:14:17.485Z | Compiling serde_derive v1.0.228 |
| 1427 | 2026-02-24T14:14:17.694Z | Compiling zeroize_derive v1.4.2 |
| 1428 | 2026-02-24T14:14:17.796Z | Compiling zerofrom-derive v0.1.4 |
| 1429 | 2026-02-24T14:14:18.388Z | Compiling yoke-derive v0.7.4 |
| 1430 | 2026-02-24T14:14:18.415Z | Compiling zerovec-derive v0.10.3 |
| 1431 | 2026-02-24T14:14:18.777Z | Compiling displaydoc v0.2.5 |
| 1432 | 2026-02-24T14:14:19.124Z | Compiling zeroize v1.8.1 |
| 1433 | 2026-02-24T14:14:20.290Z | Compiling icu_provider_macros v1.5.0 |
| 1434 | 2026-02-24T14:14:20.847Z | Compiling crypto-common v0.1.6 |
| 1435 | 2026-02-24T14:14:20.847Z | Compiling block-buffer v0.10.4 |
| 1436 | 2026-02-24T14:14:21.094Z | Compiling digest v0.10.7 |
| 1437 | 2026-02-24T14:14:21.137Z | Compiling zerocopy-derive v0.7.35 |
| 1438 | 2026-02-24T14:14:21.158Z | Compiling zerofrom v0.1.4 |
| 1439 | 2026-02-24T14:14:21.161Z | Compiling tokio-macros v2.6.0 |
| 1440 | 2026-02-24T14:14:21.266Z | Compiling thiserror-impl v2.0.18 |
| 1441 | 2026-02-24T14:14:21.423Z | Compiling yoke v0.7.4 |
| 1442 | 2026-02-24T14:14:21.601Z | Compiling hmac v0.12.1 |
| 1443 | 2026-02-24T14:14:21.778Z | Compiling zerovec v0.10.4 |
| 1444 | 2026-02-24T14:14:21.870Z | Compiling block-padding v0.3.3 |
| 1445 | 2026-02-24T14:14:22.211Z | Compiling futures-macro v0.3.31 |
| 1446 | 2026-02-24T14:14:22.379Z | Compiling inout v0.1.3 |
| 1447 | 2026-02-24T14:14:22.699Z | Compiling cipher v0.4.4 |
| 1448 | 2026-02-24T14:14:22.754Z | Compiling sha2 v0.10.9 |
| 1449 | 2026-02-24T14:14:23.112Z | Compiling zerocopy v0.7.35 |
| 1450 | 2026-02-24T14:14:23.241Z | Compiling der_derive v0.7.3 |
| 1451 | 2026-02-24T14:14:23.927Z | Compiling tinystr v0.7.6 |
| 1452 | 2026-02-24T14:14:23.962Z | Compiling icu_collections v1.5.0 |
| 1453 | 2026-02-24T14:14:24.327Z | Compiling icu_locid v1.5.0 |
| 1454 | 2026-02-24T14:14:24.406Z | Compiling thiserror v2.0.18 |
| 1455 | 2026-02-24T14:14:24.475Z | Compiling ppv-lite86 v0.2.20 |
| 1456 | 2026-02-24T14:14:24.503Z | Compiling futures-util v0.3.31 |
| 1457 | 2026-02-24T14:14:24.572Z | Compiling pest v2.8.2 |
| 1458 | 2026-02-24T14:14:24.634Z | Compiling serde v1.0.228 |
| 1459 | 2026-02-24T14:14:25.246Z | Compiling salsa20 v0.10.2 |
| 1460 | 2026-02-24T14:14:25.271Z | Compiling pbkdf2 v0.12.2 |
| 1461 | 2026-02-24T14:14:25.459Z | Compiling icu_provider v1.5.0 |
| 1462 | 2026-02-24T14:14:25.478Z | Compiling der v0.7.10 |
| 1463 | 2026-02-24T14:14:25.500Z | Compiling vcpkg v0.2.15 |
| 1464 | 2026-02-24T14:14:25.897Z | Compiling bitflags v2.9.4 |
| 1465 | 2026-02-24T14:14:26.266Z | Compiling bytes v1.11.1 |
| 1466 | 2026-02-24T14:14:26.332Z | Compiling icu_locid_transform v1.5.0 |
| 1467 | 2026-02-24T14:14:26.394Z | Compiling chrono v0.4.43 |
| 1468 | 2026-02-24T14:14:27.174Z | Compiling zerocopy v0.8.27 |
| 1469 | 2026-02-24T14:14:27.642Z | Compiling tokio v1.49.0 |
| 1470 | 2026-02-24T14:14:27.740Z | Compiling icu_properties v1.5.1 |
| 1471 | 2026-02-24T14:14:28.014Z | Compiling spki v0.7.3 |
| 1472 | 2026-02-24T14:14:28.442Z | Compiling http v1.4.0 |
| 1473 | 2026-02-24T14:14:28.485Z | Compiling openssl-sys v0.9.109 |
| 1474 | 2026-02-24T14:14:28.704Z | Compiling pest_meta v2.8.2 |
| 1475 | 2026-02-24T14:14:29.549Z | Compiling scrypt v0.11.0 |
| 1476 | 2026-02-24T14:14:29.815Z | Compiling rand_chacha v0.9.0 |
| 1477 | 2026-02-24T14:14:29.950Z | Compiling which v4.4.2 |
| 1478 | 2026-02-24T14:14:30.054Z | Compiling cbc v0.1.2 |
| 1479 | 2026-02-24T14:14:30.476Z | Compiling aes v0.8.4 |
| 1480 | 2026-02-24T14:14:30.648Z | Compiling zerocopy-derive v0.8.27 |
| 1481 | 2026-02-24T14:14:31.456Z | Compiling pkcs5 v0.7.1 |
| 1482 | 2026-02-24T14:14:32.029Z | Compiling icu_normalizer v1.5.0 |
| 1483 | 2026-02-24T14:14:32.538Z | Compiling rand v0.9.2 |
| 1484 | 2026-02-24T14:14:32.609Z | Compiling pest_generator v2.8.2 |
| 1485 | 2026-02-24T14:14:33.031Z | Compiling idna_adapter v1.2.0 |
| 1486 | 2026-02-24T14:14:33.274Z | Compiling idna v1.0.3 |
| 1487 | 2026-02-24T14:14:33.453Z | Compiling tracing-attributes v0.1.27 |
| 1488 | 2026-02-24T14:14:33.743Z | Compiling serde_derive_internals v0.29.1 |
| 1489 | 2026-02-24T14:14:34.320Z | Compiling url v2.5.4 |
| 1490 | 2026-02-24T14:14:34.358Z | Compiling ring v0.17.14 |
| 1491 | 2026-02-24T14:14:34.789Z | Compiling tracing-core v0.1.32 |
| 1492 | 2026-02-24T14:14:35.479Z | Compiling aws-lc-rs v1.12.4 |
| 1493 | 2026-02-24T14:14:35.940Z | Compiling rustix v1.1.3 |
| 1494 | 2026-02-24T14:14:35.961Z | Compiling adler2 v2.0.0 |
| 1495 | 2026-02-24T14:14:35.983Z | Compiling schemars v0.8.22 |
| 1496 | 2026-02-24T14:14:36.104Z | Compiling schemars_derive v0.8.22 |
| 1497 | 2026-02-24T14:14:36.187Z | Compiling miniz_oxide v0.8.5 |
| 1498 | 2026-02-24T14:14:36.334Z | Compiling tokio-util v0.7.15 |
| 1499 | 2026-02-24T14:14:36.582Z | Compiling tracing v0.1.40 |
| 1500 | 2026-02-24T14:14:37.076Z | Compiling pest_derive v2.8.2 |
| 1501 | 2026-02-24T14:14:37.541Z | Compiling pkcs8 v0.10.2 |
| 1502 | 2026-02-24T14:14:37.715Z | Compiling http-body v1.0.1 |
| 1503 | 2026-02-24T14:14:37.883Z | Compiling scroll_derive v0.13.1 |
| 1504 | 2026-02-24T14:14:37.983Z | Compiling darling_core v0.20.10 |
| 1505 | 2026-02-24T14:14:38.142Z | Compiling rustls-pki-types v1.10.0 |
| 1506 | 2026-02-24T14:14:38.653Z | Compiling dyn-clone v1.0.20 |
| 1507 | 2026-02-24T14:14:38.840Z | Compiling httparse v1.9.5 |
| 1508 | 2026-02-24T14:14:39.017Z | Compiling base64 v0.22.1 |
| 1509 | 2026-02-24T14:14:39.057Z | Compiling tinyvec_macros v0.1.1 |
| 1510 | 2026-02-24T14:14:39.158Z | Compiling tinyvec v1.8.0 |
| 1511 | 2026-02-24T14:14:39.638Z | Compiling scroll v0.13.0 |
| 1512 | 2026-02-24T14:14:40.172Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1513 | 2026-02-24T14:14:40.641Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-02-24T14:14:41.002Z | Compiling powerfmt v0.2.0 |
| 1515 | 2026-02-24T14:14:41.189Z | Compiling untrusted v0.7.1 |
| 1516 | 2026-02-24T14:14:41.384Z | Compiling tower-service v0.3.3 |
| 1517 | 2026-02-24T14:14:41.408Z | Compiling num-conv v0.1.0 |
| 1518 | 2026-02-24T14:14:41.478Z | Compiling openssl-probe v0.1.5 |
| 1519 | 2026-02-24T14:14:41.532Z | Compiling untrusted v0.9.0 |
| 1520 | 2026-02-24T14:14:41.691Z | Compiling foreign-types-shared v0.1.1 |
| 1521 | 2026-02-24T14:14:41.729Z | Compiling time-core v0.1.6 |
| 1522 | 2026-02-24T14:14:41.768Z | Compiling tower-layer v0.3.3 |
| 1523 | 2026-02-24T14:14:41.830Z | Compiling openssl v0.10.73 |
| 1524 | 2026-02-24T14:14:42.031Z | Compiling try-lock v0.2.5 |
| 1525 | 2026-02-24T14:14:42.071Z | Compiling atomic-waker v1.1.2 |
| 1526 | 2026-02-24T14:14:42.204Z | Compiling want v0.3.1 |
| 1527 | 2026-02-24T14:14:42.290Z | Compiling h2 v0.4.6 |
| 1528 | 2026-02-24T14:14:42.344Z | Compiling time-macros v0.2.24 |
| 1529 | 2026-02-24T14:14:42.485Z | Compiling tempfile v3.24.0 |
| 1530 | 2026-02-24T14:14:42.509Z | Compiling foreign-types v0.3.2 |
| 1531 | 2026-02-24T14:14:42.533Z | Compiling deranged v0.5.3 |
| 1532 | 2026-02-24T14:14:43.636Z | Compiling darling_macro v0.20.10 |
| 1533 | 2026-02-24T14:14:44.232Z | Compiling goblin v0.10.2 |
| 1534 | 2026-02-24T14:14:44.444Z | Compiling darling v0.20.10 |
| 1535 | 2026-02-24T14:14:45.025Z | Compiling ipnet v2.11.0 |
| 1536 | 2026-02-24T14:14:45.229Z | Compiling openssl-macros v0.1.1 |
| 1537 | 2026-02-24T14:14:46.013Z | Compiling wait-timeout v0.2.0 |
| 1538 | 2026-02-24T14:14:46.122Z | Compiling native-tls v0.2.12 |
| 1539 | 2026-02-24T14:14:46.262Z | Compiling usdt-impl v0.6.0 |
| 1540 | 2026-02-24T14:14:46.487Z | Compiling crossbeam-utils v0.8.21 |
| 1541 | 2026-02-24T14:14:46.510Z | Compiling syn v1.0.109 |
| 1542 | 2026-02-24T14:14:46.630Z | Compiling httpdate v1.0.3 |
| 1543 | 2026-02-24T14:14:46.655Z | Compiling rustls v0.23.19 |
| 1544 | 2026-02-24T14:14:46.979Z | Compiling num_threads v0.1.7 |
| 1545 | 2026-02-24T14:14:47.026Z | Compiling gimli v0.31.1 |
| 1546 | 2026-02-24T14:14:47.053Z | Compiling quick-error v1.2.3 |
| 1547 | 2026-02-24T14:14:47.077Z | Compiling bit-vec v0.8.0 |
| 1548 | 2026-02-24T14:14:47.123Z | Compiling time v0.3.43 |
| 1549 | 2026-02-24T14:14:47.282Z | Compiling rusty-fork v0.3.0 |
| 1550 | 2026-02-24T14:14:47.548Z | Compiling bit-set v0.8.0 |
| 1551 | 2026-02-24T14:14:48.016Z | Compiling derive_builder_core v0.20.2 |
| 1552 | 2026-02-24T14:14:50.060Z | Compiling hyper v1.8.1 |
| 1553 | 2026-02-24T14:14:50.988Z | Compiling unicode-normalization v0.1.24 |
| 1554 | 2026-02-24T14:14:51.689Z | Compiling addr2line v0.24.2 |
| 1555 | 2026-02-24T14:14:51.746Z | Compiling dof v0.4.0 |
| 1556 | 2026-02-24T14:14:52.024Z | Compiling dtrace-parser v0.3.0 |
| 1557 | 2026-02-24T14:14:52.386Z | Compiling signature v2.2.0 |
| 1558 | 2026-02-24T14:14:52.700Z | Compiling heapless v0.7.17 |
| 1559 | 2026-02-24T14:14:53.159Z | Compiling scroll_derive v0.12.0 |
| 1560 | 2026-02-24T14:14:53.568Z | Compiling thiserror-impl v1.0.69 |
| 1561 | 2026-02-24T14:14:53.840Z | Compiling rand_xorshift v0.4.0 |
| 1562 | 2026-02-24T14:14:53.899Z | Compiling darling_core v0.21.0 |
| 1563 | 2026-02-24T14:14:54.114Z | Compiling slog v2.8.2 |
| 1564 | 2026-02-24T14:14:54.458Z | Compiling thread-id v5.0.0 |
| 1565 | 2026-02-24T14:14:54.523Z | Compiling cookie v0.18.1 |
| 1566 | 2026-02-24T14:14:54.600Z | Compiling object v0.36.5 |
| 1567 | 2026-02-24T14:14:54.866Z | Compiling crc32fast v1.4.2 |
| 1568 | 2026-02-24T14:14:54.956Z | Compiling signal-hook v0.3.18 |
| 1569 | 2026-02-24T14:14:55.164Z | Compiling unarray v0.1.4 |
| 1570 | 2026-02-24T14:14:55.265Z | Compiling unicode-properties v0.1.3 |
| 1571 | 2026-02-24T14:14:55.341Z | Compiling siphasher v0.3.11 |
| 1572 | 2026-02-24T14:14:55.365Z | Compiling rustc-demangle v0.1.24 |
| 1573 | 2026-02-24T14:14:55.678Z | Compiling unicode-bidi v0.3.17 |
| 1574 | 2026-02-24T14:14:55.741Z | Compiling zlib-rs v0.5.1 |
| 1575 | 2026-02-24T14:14:56.189Z | Compiling zstd-safe v7.2.3 |
| 1576 | 2026-02-24T14:14:56.423Z | Compiling anyhow v1.0.99 |
| 1577 | 2026-02-24T14:14:56.576Z | Compiling thiserror v1.0.69 |
| 1578 | 2026-02-24T14:14:56.728Z | Compiling stringprep v0.1.5 |
| 1579 | 2026-02-24T14:14:56.892Z | Compiling phf_shared v0.11.2 |
| 1580 | 2026-02-24T14:14:57.263Z | Compiling proptest v1.7.0 |
| 1581 | 2026-02-24T14:14:57.546Z | Compiling scroll v0.12.0 |
| 1582 | 2026-02-24T14:14:58.165Z | Compiling hyper-util v0.1.19 |
| 1583 | 2026-02-24T14:14:58.348Z | Compiling derive_builder_macro v0.20.2 |
| 1584 | 2026-02-24T14:14:59.751Z | Compiling darling_macro v0.21.0 |
| 1585 | 2026-02-24T14:14:59.884Z | Compiling ipnetwork v0.21.1 |
| 1586 | 2026-02-24T14:15:00.694Z | Compiling serde_tokenstream v0.2.2 |
| 1587 | 2026-02-24T14:15:00.741Z | Compiling backtrace v0.3.74 |
| 1588 | 2026-02-24T14:15:01.272Z | Compiling erased-serde v0.3.31 |
| 1589 | 2026-02-24T14:15:01.313Z | Compiling serde_spanned v0.6.9 |
| 1590 | 2026-02-24T14:15:01.560Z | Compiling toml_datetime v0.6.11 |
| 1591 | 2026-02-24T14:15:02.110Z | Compiling libz-rs-sys v0.5.1 |
| 1592 | 2026-02-24T14:15:02.214Z | Compiling rand_chacha v0.3.1 |
| 1593 | 2026-02-24T14:15:02.414Z | Compiling md-5 v0.10.6 |
| 1594 | 2026-02-24T14:15:02.637Z | Compiling curve25519-dalek v4.1.3 |
| 1595 | 2026-02-24T14:15:02.722Z | Compiling vergen-lib v0.1.6 |
| 1596 | 2026-02-24T14:15:02.968Z | Compiling num-integer v0.1.46 |
| 1597 | 2026-02-24T14:15:03.090Z | Compiling sync_wrapper v1.0.1 |
| 1598 | 2026-02-24T14:15:03.270Z | Compiling ff v0.13.0 |
| 1599 | 2026-02-24T14:15:03.328Z | Compiling hash32 v0.2.1 |
| 1600 | 2026-02-24T14:15:03.502Z | Compiling memoffset v0.9.1 |
| 1601 | 2026-02-24T14:15:03.649Z | Compiling fallible-iterator v0.2.0 |
| 1602 | 2026-02-24T14:15:03.672Z | Compiling psl-types v2.0.11 |
| 1603 | 2026-02-24T14:15:03.694Z | Compiling base16ct v0.2.0 |
| 1604 | 2026-02-24T14:15:03.870Z | Compiling smoltcp v0.9.1 |
| 1605 | 2026-02-24T14:15:03.896Z | Compiling cfg_aliases v0.2.1 |
| 1606 | 2026-02-24T14:15:04.010Z | Compiling litrs v0.4.1 |
| 1607 | 2026-02-24T14:15:04.033Z | Compiling num-bigint-dig v0.8.6 |
| 1608 | 2026-02-24T14:15:04.251Z | Compiling ref-cast v1.0.25 |
| 1609 | 2026-02-24T14:15:04.338Z | Compiling postgres-protocol v0.6.8 |
| 1610 | 2026-02-24T14:15:04.421Z | Compiling nix v0.29.0 |
| 1611 | 2026-02-24T14:15:04.595Z | Compiling sec1 v0.7.3 |
| 1612 | 2026-02-24T14:15:05.022Z | Compiling publicsuffix v2.3.0 |
| 1613 | 2026-02-24T14:15:05.071Z | Compiling document-features v0.2.11 |
| 1614 | 2026-02-24T14:15:05.204Z | Compiling group v0.13.0 |
| 1615 | 2026-02-24T14:15:05.334Z | Compiling num-iter v0.1.45 |
| 1616 | 2026-02-24T14:15:05.544Z | Compiling tower v0.5.2 |
| 1617 | 2026-02-24T14:15:05.622Z | Compiling newtype-uuid v1.3.2 |
| 1618 | 2026-02-24T14:15:05.662Z | Compiling rand v0.8.5 |
| 1619 | 2026-02-24T14:15:06.289Z | Compiling flate2 v1.1.2 |
| 1620 | 2026-02-24T14:15:06.627Z | Compiling darling v0.21.0 |
| 1621 | 2026-02-24T14:15:06.760Z | Compiling oxnet v0.1.4 |
| 1622 | 2026-02-24T14:15:07.061Z | Compiling derive_builder v0.20.2 |
| 1623 | 2026-02-24T14:15:07.079Z | Compiling tokio-native-tls v0.3.1 |
| 1624 | 2026-02-24T14:15:07.263Z | Compiling goblin v0.8.2 |
| 1625 | 2026-02-24T14:15:07.633Z | Compiling rustls-native-certs v0.8.1 |
| 1626 | 2026-02-24T14:15:08.023Z | Compiling webpki-roots v1.0.1 |
| 1627 | 2026-02-24T14:15:08.194Z | Compiling http-body-util v0.1.3 |
| 1628 | 2026-02-24T14:15:08.243Z | Compiling strum_macros v0.27.2 |
| 1629 | 2026-02-24T14:15:08.265Z | Compiling terminal_size v0.4.0 |
| 1630 | 2026-02-24T14:15:08.466Z | Compiling cargo-platform v0.1.8 |
| 1631 | 2026-02-24T14:15:08.517Z | Compiling hkdf v0.12.4 |
| 1632 | 2026-02-24T14:15:08.702Z | Compiling crypto-bigint v0.5.5 |
| 1633 | 2026-02-24T14:15:08.802Z | Compiling async-trait v0.1.89 |
| 1634 | 2026-02-24T14:15:08.989Z | Compiling daft-derive v0.1.4 |
| 1635 | 2026-02-24T14:15:10.569Z | Compiling ref-cast-impl v1.0.25 |
| 1636 | 2026-02-24T14:15:10.980Z | Compiling hubpack_derive v0.1.1 |
| 1637 | 2026-02-24T14:15:11.314Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1638 | 2026-02-24T14:15:11.682Z | Compiling vergen v9.0.6 |
| 1639 | 2026-02-24T14:15:11.883Z | Compiling ahash v0.8.12 |
| 1640 | 2026-02-24T14:15:12.028Z | Compiling fs-err v3.1.1 |
| 1641 | 2026-02-24T14:15:12.319Z | Compiling buf-list v1.0.3 |
| 1642 | 2026-02-24T14:15:12.408Z | Compiling bitflags v1.3.2 |
| 1643 | 2026-02-24T14:15:12.527Z | Compiling unicode-segmentation v1.12.0 |
| 1644 | 2026-02-24T14:15:12.701Z | Compiling ryu v1.0.18 |
| 1645 | 2026-02-24T14:15:12.937Z | Compiling iri-string v0.7.8 |
| 1646 | 2026-02-24T14:15:12.999Z | Compiling managed v0.8.0 |
| 1647 | 2026-02-24T14:15:13.058Z | Compiling lockfree-object-pool v0.1.6 |
| 1648 | 2026-02-24T14:15:13.338Z | Compiling bumpalo v3.16.0 |
| 1649 | 2026-02-24T14:15:13.412Z | Compiling winnow v0.5.40 |
| 1650 | 2026-02-24T14:15:13.434Z | Compiling simd-adler32 v0.3.7 |
| 1651 | 2026-02-24T14:15:13.839Z | Compiling zopfli v0.8.1 |
| 1652 | 2026-02-24T14:15:13.983Z | Compiling clap_builder v4.5.48 |
| 1653 | 2026-02-24T14:15:15.384Z | Compiling dof v0.3.0 |
| 1654 | 2026-02-24T14:15:16.204Z | Compiling tower-http v0.6.6 |
| 1655 | 2026-02-24T14:15:16.576Z | Compiling strum v0.27.2 |
| 1656 | 2026-02-24T14:15:16.712Z | Compiling toml_edit v0.19.15 |
| 1657 | 2026-02-24T14:15:16.792Z | Compiling serde_urlencoded v0.7.1 |
| 1658 | 2026-02-24T14:15:17.272Z | Compiling hubpack v0.1.2 |
| 1659 | 2026-02-24T14:15:17.296Z | Compiling elliptic-curve v0.13.8 |
| 1660 | 2026-02-24T14:15:17.499Z | Compiling daft v0.1.4 |
| 1661 | 2026-02-24T14:15:17.718Z | Compiling cargo_metadata v0.19.2 |
| 1662 | 2026-02-24T14:15:18.099Z | Compiling hyper-tls v0.6.0 |
| 1663 | 2026-02-24T14:15:18.199Z | Compiling zstd v0.13.3 |
| 1664 | 2026-02-24T14:15:18.504Z | Compiling cookie_store v0.21.1 |
| 1665 | 2026-02-24T14:15:18.755Z | Compiling signal-hook-mio v0.2.4 |
| 1666 | 2026-02-24T14:15:20.001Z | Compiling serde_with_macros v3.16.1 |
| 1667 | 2026-02-24T14:15:21.200Z | Compiling postgres-types v0.2.9 |
| 1668 | 2026-02-24T14:15:21.721Z | Compiling usdt-macro v0.6.0 |
| 1669 | 2026-02-24T14:15:22.444Z | Compiling usdt-attr-macro v0.6.0 |
| 1670 | 2026-02-24T14:15:22.515Z | Compiling phf v0.11.2 |
| 1671 | 2026-02-24T14:15:22.801Z | Compiling dtrace-parser v0.2.0 |
| 1672 | 2026-02-24T14:15:23.144Z | Compiling ed25519 v2.2.3 |
| 1673 | 2026-02-24T14:15:23.229Z | Compiling bzip2 v0.4.4 |
| 1674 | 2026-02-24T14:15:23.361Z | Compiling bzip2 v0.5.2 |
| 1675 | 2026-02-24T14:15:23.627Z | Compiling pkcs1 v0.7.5 |
| 1676 | 2026-02-24T14:15:23.748Z | Compiling enum-as-inner v0.6.1 |
| 1677 | 2026-02-24T14:15:24.036Z | Compiling strum_macros v0.26.4 |
| 1678 | 2026-02-24T14:15:24.540Z | Compiling clap_derive v4.5.47 |
| 1679 | 2026-02-24T14:15:24.710Z | Compiling serde-big-array v0.5.1 |
| 1680 | 2026-02-24T14:15:24.797Z | Compiling hex v0.4.3 |
| 1681 | 2026-02-24T14:15:24.903Z | Compiling rfc6979 v0.4.0 |
| 1682 | 2026-02-24T14:15:24.963Z | Compiling serde_repr v0.1.19 |
| 1683 | 2026-02-24T14:15:25.113Z | Compiling bstr v1.10.0 |
| 1684 | 2026-02-24T14:15:25.207Z | Compiling float-cmp v0.10.0 |
| 1685 | 2026-02-24T14:15:25.419Z | Compiling env_filter v0.1.2 |
| 1686 | 2026-02-24T14:15:25.452Z | Compiling socket2 v0.5.10 |
| 1687 | 2026-02-24T14:15:26.025Z | Compiling memmap2 v0.9.8 |
| 1688 | 2026-02-24T14:15:26.054Z | Compiling encoding_rs v0.8.34 |
| 1689 | 2026-02-24T14:15:26.377Z | Compiling static_assertions v1.1.0 |
| 1690 | 2026-02-24T14:15:26.434Z | Compiling foldhash v0.2.0 |
| 1691 | 2026-02-24T14:15:26.502Z | Compiling precomputed-hash v0.1.1 |
| 1692 | 2026-02-24T14:15:26.582Z | Compiling difflib v0.4.0 |
| 1693 | 2026-02-24T14:15:26.642Z | Compiling data-encoding v2.9.0 |
| 1694 | 2026-02-24T14:15:26.853Z | Compiling jiff v0.2.15 |
| 1695 | 2026-02-24T14:15:27.925Z | Compiling keccak v0.1.5 |
| 1696 | 2026-02-24T14:15:28.309Z | Compiling predicates-core v1.0.8 |
| 1697 | 2026-02-24T14:15:28.384Z | Compiling fixedbitset v0.5.7 |
| 1698 | 2026-02-24T14:15:28.617Z | Compiling normalize-line-endings v0.3.0 |
| 1699 | 2026-02-24T14:15:28.796Z | Compiling new_debug_unreachable v1.0.6 |
| 1700 | 2026-02-24T14:15:28.799Z | Compiling rustc-hash v2.1.1 |
| 1701 | 2026-02-24T14:15:28.897Z | Compiling fixedbitset v0.4.2 |
| 1702 | 2026-02-24T14:15:29.002Z | Compiling whoami v1.5.2 |
| 1703 | 2026-02-24T14:15:29.026Z | Compiling mime v0.3.17 |
| 1704 | 2026-02-24T14:15:29.332Z | Compiling toml_edit v0.22.27 |
| 1705 | 2026-02-24T14:15:29.563Z | Compiling tokio-postgres v0.7.13 |
| 1706 | 2026-02-24T14:15:29.572Z | Compiling petgraph v0.6.5 |
| 1707 | 2026-02-24T14:15:29.739Z | Compiling iddqd v0.3.16 |
| 1708 | 2026-02-24T14:15:30.218Z | Compiling string_cache v0.8.9 |
| 1709 | 2026-02-24T14:15:30.643Z | Compiling clap v4.5.48 |
| 1710 | 2026-02-24T14:15:30.786Z | Compiling petgraph v0.8.2 |
| 1711 | 2026-02-24T14:15:32.348Z | Compiling predicates v3.1.3 |
| 1712 | 2026-02-24T14:15:33.043Z | Compiling strum v0.26.3 |
| 1713 | 2026-02-24T14:15:33.148Z | Compiling sha3 v0.10.8 |
| 1714 | 2026-02-24T14:15:33.257Z | Compiling hickory-proto v0.25.2 |
| 1715 | 2026-02-24T14:15:33.816Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1716 | 2026-02-24T14:15:34.240Z | Compiling zip v4.2.0 |
| 1717 | 2026-02-24T14:15:34.935Z | Compiling usdt v0.6.0 |
| 1718 | 2026-02-24T14:15:35.273Z | Compiling similar v2.7.0 |
| 1719 | 2026-02-24T14:15:35.426Z | Compiling usdt-impl v0.5.0 |
| 1720 | 2026-02-24T14:15:36.288Z | Compiling env_logger v0.11.8 |
| 1721 | 2026-02-24T14:15:36.382Z | Compiling serde_with v3.16.1 |
| 1722 | 2026-02-24T14:15:36.734Z | Compiling ecdsa v0.16.9 |
| 1723 | 2026-02-24T14:15:37.037Z | Compiling rsa v0.9.8 |
| 1724 | 2026-02-24T14:15:37.330Z | Compiling zip v0.6.6 |
| 1725 | 2026-02-24T14:15:37.638Z | Compiling ed25519-dalek v2.1.1 |
| 1726 | 2026-02-24T14:15:38.686Z | Compiling toml v0.7.8 |
| 1727 | 2026-02-24T14:15:39.855Z | Compiling crossterm v0.28.1 |
| 1728 | 2026-02-24T14:15:40.735Z | Compiling heck v0.4.1 |
| 1729 | 2026-02-24T14:15:40.853Z | Compiling crossbeam-epoch v0.9.18 |
| 1730 | 2026-02-24T14:15:40.877Z | Compiling tokio-stream v0.1.17 |
| 1731 | 2026-02-24T14:15:41.004Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1732 | 2026-02-24T14:15:41.173Z | Compiling x509-cert v0.2.5 |
| 1733 | 2026-02-24T14:15:41.432Z | Compiling openapiv3 v2.2.0 |
| 1734 | 2026-02-24T14:15:41.563Z | Compiling sha1 v0.10.6 |
| 1735 | 2026-02-24T14:15:41.877Z | Compiling itertools v0.10.5 |
| 1736 | 2026-02-24T14:15:42.007Z | Compiling itertools v0.13.0 |
| 1737 | 2026-02-24T14:15:42.993Z | Compiling winnow v0.6.26 |
| 1738 | 2026-02-24T14:15:44.449Z | Compiling peg-runtime v0.8.5 |
| 1739 | 2026-02-24T14:15:44.912Z | Compiling lalrpop-util v0.19.12 |
| 1740 | 2026-02-24T14:15:45.022Z | Compiling thread_local v1.1.8 |
| 1741 | 2026-02-24T14:15:45.046Z | Compiling slog-async v2.8.0 |
| 1742 | 2026-02-24T14:15:45.048Z | Compiling crossbeam-channel v0.5.15 |
| 1743 | 2026-02-24T14:15:45.261Z | Compiling xattr v1.3.1 |
| 1744 | 2026-02-24T14:15:45.362Z | Compiling futures-executor v0.3.31 |
| 1745 | 2026-02-24T14:15:45.490Z | Compiling filetime v0.2.26 |
| 1746 | 2026-02-24T14:15:45.529Z | Compiling is-terminal v0.4.13 |
| 1747 | 2026-02-24T14:15:45.605Z | Compiling term v1.1.0 |
| 1748 | 2026-02-24T14:15:45.645Z | Compiling take_mut v0.2.2 |
| 1749 | 2026-02-24T14:15:45.691Z | Compiling futures v0.3.31 |
| 1750 | 2026-02-24T14:15:45.809Z | Compiling tar v0.4.44 |
| 1751 | 2026-02-24T14:15:46.443Z | Compiling slog-term v2.9.2 |
| 1752 | 2026-02-24T14:15:48.940Z | Compiling aws-lc-sys v0.26.0 |
| 1753 | 2026-02-24T14:16:18.225Z | Compiling rustls-webpki v0.102.8 |
| 1754 | 2026-02-24T14:16:22.715Z | Compiling tokio-rustls v0.26.0 |
| 1755 | 2026-02-24T14:16:22.983Z | Compiling hyper-rustls v0.27.7 |
| 1756 | 2026-02-24T14:16:23.301Z | Compiling reqwest v0.12.24 |
| 1757 | 2026-02-24T14:16:27.179Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2026-02-24T14:16:27.483Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1759 | 2026-02-24T14:16:32.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
| 1760 | 2026-02-24T14:16:32.269Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1761 | 2026-02-24T14:16:32.327Z | Feb 24 14:16:30.908 INFO Starting download, target: Clickhouse |
| 1762 | 2026-02-24T14:16:32.327Z | Feb 24 14:16:30.909 INFO Starting download, target: DendriteStub |
| 1763 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Starting download, target: Console |
| 1764 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Starting download, target: Cockroach |
| 1765 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Starting download, target: MaghemiteMgd |
| 1766 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Starting download, target: TransceiverControl |
| 1767 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1768 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1769 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1770 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1771 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.909 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1772 | 2026-02-24T14:16:32.330Z | Feb 24 14:16:30.910 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1773 | 2026-02-24T14:16:32.544Z | Feb 24 14:16:31.119 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1774 | 2026-02-24T14:16:32.981Z | Feb 24 14:16:31.520 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1775 | 2026-02-24T14:16:33.014Z | Feb 24 14:16:31.560 INFO Download complete, target: TransceiverControl |
| 1776 | 2026-02-24T14:16:33.421Z | Feb 24 14:16:31.967 INFO Download complete, target: Console |
| 1777 | 2026-02-24T14:16:34.158Z | Feb 24 14:16:32.732 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1778 | 2026-02-24T14:16:34.453Z | Feb 24 14:16:33.034 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1779 | 2026-02-24T14:16:34.498Z | Feb 24 14:16:33.080 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1780 | 2026-02-24T14:16:35.102Z | Feb 24 14:16:33.684 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1781 | 2026-02-24T14:16:35.102Z | Feb 24 14:16:33.684 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1782 | 2026-02-24T14:16:38.006Z | Feb 24 14:16:36.587 INFO Download complete, target: MaghemiteMgd |
| 1783 | 2026-02-24T14:16:38.398Z | Feb 24 14:16:36.979 INFO Download complete, target: DendriteStub |
| 1784 | 2026-02-24T14:16:42.696Z | Feb 24 14:16:41.276 INFO Checking that binary works, target: Cockroach |
| 1785 | 2026-02-24T14:16:42.828Z | Feb 24 14:16:41.407 INFO Download complete, target: Cockroach |
| 1786 | 2026-02-24T14:16:45.331Z | Feb 24 14:16:43.910 INFO Checking that binary works, target: Clickhouse |
| 1787 | 2026-02-24T14:16:45.495Z | Feb 24 14:16:44.074 INFO Download complete, target: Clickhouse |
| 1788 | 2026-02-24T14:16:45.516Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1789 | 2026-02-24T14:16:45.520Z | |
| 1790 | 2026-02-24T14:16:45.520Z | real 6:23.093477844 |
| 1791 | 2026-02-24T14:16:45.520Z | user 18:37.406711314 |
| 1792 | 2026-02-24T14:16:45.520Z | sys 2:33.665804625 |
| 1793 | 2026-02-24T14:16:45.520Z | trap 0.681970405 |
| 1794 | 2026-02-24T14:16:45.520Z | tflt 0.858052667 |
| 1795 | 2026-02-24T14:16:45.520Z | dflt 0.957435580 |
| 1796 | 2026-02-24T14:16:45.520Z | kflt 0.030739296 |
| 1797 | 2026-02-24T14:16:45.520Z | lock 44:18.886980467 |
| 1798 | 2026-02-24T14:16:45.520Z | slp 1:10:06.574049897 |
| 1799 | 2026-02-24T14:16:45.520Z | lat 1:21.920168481 |
| 1800 | 2026-02-24T14:16:45.520Z | stop 3:14.254376212 |
| 1801 | 2026-02-24T14:16:45.520Z | + banner clippy |
| 1802 | 2026-02-24T14:16:45.523Z | |
| 1803 | 2026-02-24T14:16:45.523Z | #### # # ##### ##### # # |
| 1804 | 2026-02-24T14:16:45.524Z | # # # # # # # # # # |
| 1805 | 2026-02-24T14:16:45.524Z | # # # # # # # # |
| 1806 | 2026-02-24T14:16:45.524Z | # # # ##### ##### # |
| 1807 | 2026-02-24T14:16:45.524Z | # # # # # # # |
| 1808 | 2026-02-24T14:16:45.524Z | #### ###### # # # # |
| 1809 | 2026-02-24T14:16:45.524Z | |
| 1810 | 2026-02-24T14:16:45.524Z | + export CARGO_INCREMENTAL=0 |
| 1811 | 2026-02-24T14:16:45.524Z | + CARGO_INCREMENTAL=0 |
| 1812 | 2026-02-24T14:16:45.524Z | + ptime -m cargo xtask clippy |
| 1813 | 2026-02-24T14:16:46.316Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1814 | 2026-02-24T14:16:46.619Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1815 | 2026-02-24T14:16:49.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
| 1816 | 2026-02-24T14:16:49.816Z | Running `target/debug/xtask clippy` |
| 1817 | 2026-02-24T14:16:49.844Z | running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1818 | 2026-02-24T14:16:50.747Z | Downloading crates ... |
| 1819 | 2026-02-24T14:16:51.059Z | Downloaded assert-json-diff v2.0.2 |
| 1820 | 2026-02-24T14:16:51.069Z | Downloaded anes v0.1.6 |
| 1821 | 2026-02-24T14:16:51.069Z | Downloaded async-task v4.7.1 |
| 1822 | 2026-02-24T14:16:51.069Z | Downloaded approx v0.5.1 |
| 1823 | 2026-02-24T14:16:51.070Z | Downloaded assert_cmd v2.0.17 |
| 1824 | 2026-02-24T14:16:51.070Z | Downloaded async-object-pool v0.1.5 |
| 1825 | 2026-02-24T14:16:51.070Z | Downloaded async-attributes v1.1.2 |
| 1826 | 2026-02-24T14:16:51.082Z | Downloaded pathdiff v0.2.3 |
| 1827 | 2026-02-24T14:16:51.082Z | Downloaded miette-derive v5.10.0 |
| 1828 | 2026-02-24T14:16:51.083Z | Downloaded doc-comment v0.3.3 |
| 1829 | 2026-02-24T14:16:51.084Z | Downloaded async-channel v2.3.1 |
| 1830 | 2026-02-24T14:16:51.084Z | Downloaded cast v0.3.0 |
| 1831 | 2026-02-24T14:16:51.090Z | Downloaded parking v2.2.1 |
| 1832 | 2026-02-24T14:16:51.091Z | Downloaded supports-unicode v2.1.0 |
| 1833 | 2026-02-24T14:16:51.091Z | Downloaded async-global-executor v2.4.1 |
| 1834 | 2026-02-24T14:16:51.095Z | Downloaded backtrace-ext v0.2.1 |
| 1835 | 2026-02-24T14:16:51.095Z | Downloaded termcolor v1.4.1 |
| 1836 | 2026-02-24T14:16:51.100Z | Downloaded rust-argon2 v2.1.0 |
| 1837 | 2026-02-24T14:16:51.100Z | Downloaded relative-path v1.9.3 |
| 1838 | 2026-02-24T14:16:51.110Z | Downloaded oorandom v11.1.4 |
| 1839 | 2026-02-24T14:16:51.123Z | Downloaded nested v0.1.1 |
| 1840 | 2026-02-24T14:16:51.123Z | Downloaded escape8259 v0.5.3 |
| 1841 | 2026-02-24T14:16:51.123Z | Downloaded similar-asserts v1.7.0 |
| 1842 | 2026-02-24T14:16:51.124Z | Downloaded supports-color v2.1.0 |
| 1843 | 2026-02-24T14:16:51.141Z | Downloaded event-listener-strategy v0.5.2 |
| 1844 | 2026-02-24T14:16:51.141Z | Downloaded proc-macro-crate v3.2.0 |
| 1845 | 2026-02-24T14:16:51.141Z | Downloaded async-channel v1.9.0 |
| 1846 | 2026-02-24T14:16:51.141Z | Downloaded piper v0.2.4 |
| 1847 | 2026-02-24T14:16:51.141Z | Downloaded supports-hyperlinks v2.1.0 |
| 1848 | 2026-02-24T14:16:51.141Z | Downloaded plotters-backend v0.3.7 |
| 1849 | 2026-02-24T14:16:51.141Z | Downloaded event-listener v2.5.3 |
| 1850 | 2026-02-24T14:16:51.141Z | Downloaded serde_regex v1.1.0 |
| 1851 | 2026-02-24T14:16:51.150Z | Downloaded target-triple v0.1.3 |
| 1852 | 2026-02-24T14:16:51.152Z | Downloaded plotters-svg v0.3.7 |
| 1853 | 2026-02-24T14:16:51.152Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1854 | 2026-02-24T14:16:51.152Z | Downloaded kv-log-macro v1.0.7 |
| 1855 | 2026-02-24T14:16:51.152Z | Downloaded libtest-mimic v0.8.1 |
| 1856 | 2026-02-24T14:16:51.167Z | Downloaded partial-io v0.5.4 |
| 1857 | 2026-02-24T14:16:51.168Z | Downloaded futures-timer v3.0.3 |
| 1858 | 2026-02-24T14:16:51.168Z | Downloaded terminal_size v0.1.17 |
| 1859 | 2026-02-24T14:16:51.168Z | Downloaded target-lexicon v0.13.2 |
| 1860 | 2026-02-24T14:16:51.168Z | Downloaded datatest-stable v0.3.2 |
| 1861 | 2026-02-24T14:16:51.178Z | Downloaded async-executor v1.13.1 |
| 1862 | 2026-02-24T14:16:51.179Z | Downloaded async-process v2.3.0 |
| 1863 | 2026-02-24T14:16:51.180Z | Downloaded knuffel-derive v3.2.0 |
| 1864 | 2026-02-24T14:16:51.180Z | Downloaded async-signal v0.2.10 |
| 1865 | 2026-02-24T14:16:51.180Z | Downloaded tinytemplate v1.2.1 |
| 1866 | 2026-02-24T14:16:51.180Z | Downloaded criterion-plot v0.6.0 |
| 1867 | 2026-02-24T14:16:51.181Z | Downloaded owo-colors v3.5.0 |
| 1868 | 2026-02-24T14:16:51.187Z | Downloaded concurrent-queue v2.5.0 |
| 1869 | 2026-02-24T14:16:51.187Z | Downloaded target-spec v3.5.0 |
| 1870 | 2026-02-24T14:16:51.188Z | Downloaded event-listener v5.3.1 |
| 1871 | 2026-02-24T14:16:51.188Z | Downloaded async-io v2.3.4 |
| 1872 | 2026-02-24T14:16:51.197Z | Downloaded trybuild v1.0.106 |
| 1873 | 2026-02-24T14:16:51.197Z | Downloaded httptest v0.16.3 |
| 1874 | 2026-02-24T14:16:51.213Z | Downloaded path-tree v0.8.1 |
| 1875 | 2026-02-24T14:16:51.213Z | Downloaded async-lock v3.4.0 |
| 1876 | 2026-02-24T14:16:51.222Z | Downloaded futures-lite v2.3.0 |
| 1877 | 2026-02-24T14:16:51.223Z | Downloaded blocking v1.6.1 |
| 1878 | 2026-02-24T14:16:51.223Z | Downloaded stringmetrics v2.2.2 |
| 1879 | 2026-02-24T14:16:51.223Z | Downloaded polling v3.7.3 |
| 1880 | 2026-02-24T14:16:51.223Z | Downloaded textwrap v0.15.2 |
| 1881 | 2026-02-24T14:16:51.227Z | Downloaded rstest v0.25.0 |
| 1882 | 2026-02-24T14:16:51.227Z | Downloaded rstest_macros v0.25.0 |
| 1883 | 2026-02-24T14:16:51.240Z | Downloaded knuffel v3.2.0 |
| 1884 | 2026-02-24T14:16:51.240Z | Downloaded chumsky v0.9.3 |
| 1885 | 2026-02-24T14:16:51.252Z | Downloaded rand_distr v0.5.1 |
| 1886 | 2026-02-24T14:16:51.253Z | Downloaded blake2b_simd v1.0.2 |
| 1887 | 2026-02-24T14:16:51.253Z | Downloaded cfg-expr v0.20.1 |
| 1888 | 2026-02-24T14:16:51.253Z | Downloaded miette v5.10.0 |
| 1889 | 2026-02-24T14:16:51.253Z | Downloaded fancy-regex v0.14.0 |
| 1890 | 2026-02-24T14:16:51.266Z | Downloaded criterion v0.7.0 |
| 1891 | 2026-02-24T14:16:51.272Z | Downloaded plotters v0.3.7 |
| 1892 | 2026-02-24T14:16:51.277Z | Downloaded hashbrown v0.14.5 |
| 1893 | 2026-02-24T14:16:51.282Z | Downloaded guppy v0.17.20 |
| 1894 | 2026-02-24T14:16:51.286Z | Downloaded async-std v1.13.0 |
| 1895 | 2026-02-24T14:16:51.368Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1896 | 2026-02-24T14:16:53.566Z | Checking cfg-if v1.0.4 |
| 1897 | 2026-02-24T14:16:53.982Z | Checking libc v0.2.180 |
| 1898 | 2026-02-24T14:16:53.987Z | Checking serde_core v1.0.228 |
| 1899 | 2026-02-24T14:16:54.067Z | Checking memchr v2.7.4 |
| 1900 | 2026-02-24T14:16:54.116Z | Checking smallvec v1.15.1 |
| 1901 | 2026-02-24T14:16:54.163Z | Checking value-bag v1.12.0 |
| 1902 | 2026-02-24T14:16:54.221Z | Checking itoa v1.0.11 |
| 1903 | 2026-02-24T14:16:54.290Z | Checking scopeguard v1.2.0 |
| 1904 | 2026-02-24T14:16:54.360Z | Checking libm v0.2.8 |
| 1905 | 2026-02-24T14:16:54.477Z | Checking zeroize v1.8.1 |
| 1906 | 2026-02-24T14:16:54.549Z | Checking lock_api v0.4.12 |
| 1907 | 2026-02-24T14:16:54.613Z | Checking stable_deref_trait v1.2.0 |
| 1908 | 2026-02-24T14:16:54.673Z | Checking log v0.4.29 |
| 1909 | 2026-02-24T14:16:54.782Z | Checking portable-atomic v1.11.0 |
| 1910 | 2026-02-24T14:16:54.846Z | Checking critical-section v1.1.3 |
| 1911 | 2026-02-24T14:16:54.972Z | Checking zerofrom v0.1.4 |
| 1912 | 2026-02-24T14:16:55.025Z | Checking getrandom v0.2.15 |
| 1913 | 2026-02-24T14:16:55.085Z | Checking getrandom v0.3.4 |
| 1914 | 2026-02-24T14:16:55.138Z | Checking zmij v1.0.15 |
| 1915 | 2026-02-24T14:16:55.207Z | Checking yoke v0.7.4 |
| 1916 | 2026-02-24T14:16:55.273Z | Checking num-traits v0.2.19 |
| 1917 | 2026-02-24T14:16:55.276Z | Checking pin-project-lite v0.2.14 |
| 1918 | 2026-02-24T14:16:55.382Z | Checking rand_core v0.6.4 |
| 1919 | 2026-02-24T14:16:55.441Z | Checking percent-encoding v2.3.2 |
| 1920 | 2026-02-24T14:16:55.492Z | Checking litemap v0.7.3 |
| 1921 | 2026-02-24T14:16:55.564Z | Checking zerovec v0.10.4 |
| 1922 | 2026-02-24T14:16:55.619Z | Checking writeable v0.5.5 |
| 1923 | 2026-02-24T14:16:55.730Z | Checking icu_locid_transform_data v1.5.0 |
| 1924 | 2026-02-24T14:16:55.791Z | Checking byteorder v1.5.0 |
| 1925 | 2026-02-24T14:16:55.848Z | Checking once_cell v1.21.3 |
| 1926 | 2026-02-24T14:16:55.906Z | Checking subtle v2.6.1 |
| 1927 | 2026-02-24T14:16:55.959Z | Checking icu_properties_data v1.5.0 |
| 1928 | 2026-02-24T14:16:56.016Z | Checking utf16_iter v1.0.5 |
| 1929 | 2026-02-24T14:16:56.249Z | Checking utf8_iter v1.0.4 |
| 1930 | 2026-02-24T14:16:56.301Z | Checking icu_normalizer_data v1.5.0 |
| 1931 | 2026-02-24T14:16:56.304Z | Checking write16 v1.0.0 |
| 1932 | 2026-02-24T14:16:56.410Z | Checking form_urlencoded v1.2.2 |
| 1933 | 2026-02-24T14:16:56.413Z | Checking parking_lot_core v0.9.10 |
| 1934 | 2026-02-24T14:16:56.515Z | Checking signal-hook-registry v1.4.2 |
| 1935 | 2026-02-24T14:16:56.569Z | Checking typenum v1.17.0 |
| 1936 | 2026-02-24T14:16:56.628Z | Checking mio v1.0.2 |
| 1937 | 2026-02-24T14:16:56.693Z | Checking futures-core v0.3.31 |
| 1938 | 2026-02-24T14:16:56.758Z | Checking allocator-api2 v0.2.21 |
| 1939 | 2026-02-24T14:16:56.825Z | Checking socket2 v0.6.1 |
| 1940 | 2026-02-24T14:16:56.890Z | Checking parking_lot v0.12.3 |
| 1941 | 2026-02-24T14:16:56.970Z | Checking iana-time-zone v0.1.63 |
| 1942 | 2026-02-24T14:16:57.083Z | Checking tinystr v0.7.6 |
| 1943 | 2026-02-24T14:16:57.206Z | Checking icu_collections v1.5.0 |
| 1944 | 2026-02-24T14:16:57.275Z | Checking errno v0.3.12 |
| 1945 | 2026-02-24T14:16:57.333Z | Checking equivalent v1.0.2 |
| 1946 | 2026-02-24T14:16:57.415Z | Checking const-oid v0.9.6 |
| 1947 | 2026-02-24T14:16:57.480Z | Checking icu_locid v1.5.0 |
| 1948 | 2026-02-24T14:16:57.539Z | Checking zerocopy v0.7.35 |
| 1949 | 2026-02-24T14:16:57.542Z | Checking thiserror v1.0.69 |
| 1950 | 2026-02-24T14:16:57.647Z | Checking generic-array v0.14.7 |
| 1951 | 2026-02-24T14:16:57.701Z | Checking futures-io v0.3.31 |
| 1952 | 2026-02-24T14:16:57.769Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1953 | 2026-02-24T14:16:57.824Z | Checking serde v1.0.228 |
| 1954 | 2026-02-24T14:16:57.885Z | Checking serde_json v1.0.149 |
| 1955 | 2026-02-24T14:16:57.948Z | Checking uuid v1.19.0 |
| 1956 | 2026-02-24T14:16:58.167Z | Checking semver v1.0.27 |
| 1957 | 2026-02-24T14:16:58.531Z | Checking icu_provider v1.5.0 |
| 1958 | 2026-02-24T14:16:58.654Z | Checking thiserror v2.0.18 |
| 1959 | 2026-02-24T14:16:58.710Z | Checking dyn-clone v1.0.20 |
| 1960 | 2026-02-24T14:16:58.830Z | Checking crypto-common v0.1.6 |
| 1961 | 2026-02-24T14:16:58.893Z | Checking block-buffer v0.10.4 |
| 1962 | 2026-02-24T14:16:58.937Z | Checking bytes v1.11.1 |
| 1963 | 2026-02-24T14:16:58.940Z | Checking bitflags v2.9.4 |
| 1964 | 2026-02-24T14:16:59.047Z | Checking chrono v0.4.43 |
| 1965 | 2026-02-24T14:16:59.192Z | Checking slab v0.4.9 |
| 1966 | 2026-02-24T14:16:59.195Z | Checking cpufeatures v0.2.14 |
| 1967 | 2026-02-24T14:16:59.309Z | Checking digest v0.10.7 |
| 1968 | 2026-02-24T14:16:59.312Z | Checking icu_locid_transform v1.5.0 |
| 1969 | 2026-02-24T14:16:59.410Z | Checking futures-sink v0.3.31 |
| 1970 | 2026-02-24T14:16:59.413Z | Checking pin-utils v0.1.0 |
| 1971 | 2026-02-24T14:16:59.521Z | Checking hashbrown v0.16.1 |
| 1972 | 2026-02-24T14:16:59.525Z | Checking rustix v0.38.37 |
| 1973 | 2026-02-24T14:16:59.638Z | Checking futures-channel v0.3.31 |
| 1974 | 2026-02-24T14:16:59.641Z | Checking futures-task v0.3.31 |
| 1975 | 2026-02-24T14:16:59.756Z | Checking ppv-lite86 v0.2.20 |
| 1976 | 2026-02-24T14:17:00.018Z | Checking tokio v1.49.0 |
| 1977 | 2026-02-24T14:17:00.080Z | Checking foldhash v0.1.5 |
| 1978 | 2026-02-24T14:17:00.083Z | Checking futures-util v0.3.31 |
| 1979 | 2026-02-24T14:17:00.391Z | Checking hashbrown v0.15.4 |
| 1980 | 2026-02-24T14:17:00.453Z | Checking icu_properties v1.5.1 |
| 1981 | 2026-02-24T14:17:00.524Z | Checking fnv v1.0.7 |
| 1982 | 2026-02-24T14:17:00.584Z | Checking indexmap v2.13.0 |
| 1983 | 2026-02-24T14:17:00.718Z | Checking tracing-core v0.1.32 |
| 1984 | 2026-02-24T14:17:01.062Z | Checking regex-syntax v0.8.5 |
| 1985 | 2026-02-24T14:17:01.424Z | Checking tracing v0.1.40 |
| 1986 | 2026-02-24T14:17:01.485Z | Checking http v1.4.0 |
| 1987 | 2026-02-24T14:17:01.867Z | Checking spin v0.9.8 |
| 1988 | 2026-02-24T14:17:01.929Z | Checking crossbeam-utils v0.8.21 |
| 1989 | 2026-02-24T14:17:02.290Z | Checking adler2 v2.0.0 |
| 1990 | 2026-02-24T14:17:02.536Z | Checking miniz_oxide v0.8.5 |
| 1991 | 2026-02-24T14:17:02.763Z | Checking utf8parse v0.2.2 |
| 1992 | 2026-02-24T14:17:02.827Z | Checking base64ct v1.6.0 |
| 1993 | 2026-02-24T14:17:02.873Z | Checking base64 v0.22.1 |
| 1994 | 2026-02-24T14:17:02.989Z | Checking unicode-ident v1.0.19 |
| 1995 | 2026-02-24T14:17:03.248Z | Checking proc-macro2 v1.0.101 |
| 1996 | 2026-02-24T14:17:03.316Z | Checking block-padding v0.3.3 |
| 1997 | 2026-02-24T14:17:03.374Z | Checking anstyle v1.0.11 |
| 1998 | 2026-02-24T14:17:03.428Z | Checking ipnet v2.11.0 |
| 1999 | 2026-02-24T14:17:03.598Z | Checking inout v0.1.3 |
| 2000 | 2026-02-24T14:17:03.754Z | Checking icu_normalizer v1.5.0 |
| 2001 | 2026-02-24T14:17:03.818Z | Checking aho-corasick v1.1.3 |
| 2002 | 2026-02-24T14:17:03.911Z | Checking cipher v0.4.4 |
| 2003 | 2026-02-24T14:17:03.983Z | Checking quote v1.0.40 |
| 2004 | 2026-02-24T14:17:04.049Z | Checking anstyle-parse v0.2.5 |
| 2005 | 2026-02-24T14:17:04.288Z | Checking colorchoice v1.0.2 |
| 2006 | 2026-02-24T14:17:04.379Z | Checking is_terminal_polyfill v1.70.1 |
| 2007 | 2026-02-24T14:17:04.440Z | Checking syn v2.0.114 |
| 2008 | 2026-02-24T14:17:04.444Z | Checking powerfmt v0.2.0 |
| 2009 | 2026-02-24T14:17:04.552Z | Checking anstyle-query v1.1.1 |
| 2010 | 2026-02-24T14:17:04.607Z | Checking atomic-waker v1.1.2 |
| 2011 | 2026-02-24T14:17:04.610Z | Checking idna_adapter v1.2.0 |
| 2012 | 2026-02-24T14:17:04.652Z | Checking num_threads v0.1.7 |
| 2013 | 2026-02-24T14:17:04.763Z | Checking anstream v0.6.18 |
| 2014 | 2026-02-24T14:17:04.824Z | Checking deranged v0.5.3 |
| 2015 | 2026-02-24T14:17:04.827Z | Checking num-conv v0.1.0 |
| 2016 | 2026-02-24T14:17:04.931Z | Checking idna v1.0.3 |
| 2017 | 2026-02-24T14:17:04.933Z | Checking fastrand v2.1.1 |
| 2018 | 2026-02-24T14:17:05.173Z | Checking time-core v0.1.6 |
| 2019 | 2026-02-24T14:17:05.238Z | Checking pem-rfc7468 v0.7.0 |
| 2020 | 2026-02-24T14:17:05.358Z | Checking terminal_size v0.4.0 |
| 2021 | 2026-02-24T14:17:05.423Z | Checking regex-automata v0.4.11 |
| 2022 | 2026-02-24T14:17:05.476Z | Checking url v2.5.4 |
| 2023 | 2026-02-24T14:17:05.537Z | Checking sha2 v0.10.9 |
| 2024 | 2026-02-24T14:17:05.598Z | Checking untrusted v0.9.0 |
| 2025 | 2026-02-24T14:17:05.601Z | Checking gimli v0.31.1 |
| 2026 | 2026-02-24T14:17:05.843Z | Checking ring v0.17.14 |
| 2027 | 2026-02-24T14:17:06.209Z | Checking hmac v0.12.1 |
| 2028 | 2026-02-24T14:17:06.392Z | Checking schemars v0.8.22 |
| 2029 | 2026-02-24T14:17:06.516Z | Checking object v0.36.5 |
| 2030 | 2026-02-24T14:17:07.310Z | Checking time v0.3.43 |
| 2031 | 2026-02-24T14:17:07.378Z | Checking tokio-util v0.7.15 |
| 2032 | 2026-02-24T14:17:07.932Z | Checking zerocopy v0.8.27 |
| 2033 | 2026-02-24T14:17:08.090Z | Checking httparse v1.9.5 |
| 2034 | 2026-02-24T14:17:08.614Z | Checking clap_lex v0.7.4 |
| 2035 | 2026-02-24T14:17:08.730Z | Checking rustc-demangle v0.1.24 |
| 2036 | 2026-02-24T14:17:08.953Z | Checking strsim v0.11.1 |
| 2037 | 2026-02-24T14:17:09.254Z | Checking lazy_static v1.5.0 |
| 2038 | 2026-02-24T14:17:09.317Z | Checking clap_builder v4.5.48 |
| 2039 | 2026-02-24T14:17:09.453Z | Checking flagset v0.4.6 |
| 2040 | 2026-02-24T14:17:09.513Z | Checking addr2line v0.24.2 |
| 2041 | 2026-02-24T14:17:09.728Z | Checking rand_chacha v0.3.1 |
| 2042 | 2026-02-24T14:17:09.791Z | Checking der v0.7.10 |
| 2043 | 2026-02-24T14:17:09.939Z | Checking rustls-pki-types v1.10.0 |
| 2044 | 2026-02-24T14:17:10.103Z | Checking http-body v1.0.1 |
| 2045 | 2026-02-24T14:17:10.193Z | Checking rand v0.8.5 |
| 2046 | 2026-02-24T14:17:10.399Z | Checking aws-lc-sys v0.26.0 |
| 2047 | 2026-02-24T14:17:10.461Z | Checking httpdate v1.0.3 |
| 2048 | 2026-02-24T14:17:10.541Z | Checking untrusted v0.7.1 |
| 2049 | 2026-02-24T14:17:10.778Z | Checking try-lock v0.2.5 |
| 2050 | 2026-02-24T14:17:10.838Z | Checking h2 v0.4.6 |
| 2051 | 2026-02-24T14:17:10.999Z | Checking want v0.3.1 |
| 2052 | 2026-02-24T14:17:11.268Z | Checking tower-layer v0.3.3 |
| 2053 | 2026-02-24T14:17:11.441Z | Checking ryu v1.0.18 |
| 2054 | 2026-02-24T14:17:11.444Z | Checking tower-service v0.3.3 |
| 2055 | 2026-02-24T14:17:11.555Z | Checking erased-serde v0.3.31 |
| 2056 | 2026-02-24T14:17:11.588Z | Checking rand_core v0.9.3 |
| 2057 | 2026-02-24T14:17:11.752Z | Checking spki v0.7.3 |
| 2058 | 2026-02-24T14:17:11.755Z | Checking pbkdf2 v0.12.2 |
| 2059 | 2026-02-24T14:17:12.057Z | Checking aes v0.8.4 |
| 2060 | 2026-02-24T14:17:12.116Z | Checking mime v0.3.17 |
| 2061 | 2026-02-24T14:17:12.118Z | Checking salsa20 v0.10.2 |
| 2062 | 2026-02-24T14:17:12.248Z | Checking clap v4.5.48 |
| 2063 | 2026-02-24T14:17:12.448Z | Checking cbc v0.1.2 |
| 2064 | 2026-02-24T14:17:12.511Z | Checking rustix v1.1.3 |
| 2065 | 2026-02-24T14:17:12.514Z | Checking scrypt v0.11.0 |
| 2066 | 2026-02-24T14:17:12.607Z | Checking aws-lc-rs v1.12.4 |
| 2067 | 2026-02-24T14:17:12.670Z | Checking backtrace v0.3.74 |
| 2068 | 2026-02-24T14:17:12.728Z | Checking rand_chacha v0.9.0 |
| 2069 | 2026-02-24T14:17:12.731Z | Checking slog v2.8.2 |
| 2070 | 2026-02-24T14:17:12.848Z | Checking http-body-util v0.1.3 |
| 2071 | 2026-02-24T14:17:12.969Z | Checking regex v1.11.3 |
| 2072 | 2026-02-24T14:17:13.170Z | Checking rand v0.9.2 |
| 2073 | 2026-02-24T14:17:13.305Z | Checking anyhow v1.0.99 |
| 2074 | 2026-02-24T14:17:13.369Z | Checking pkcs5 v0.7.1 |
| 2075 | 2026-02-24T14:17:13.425Z | Checking foreign-types-shared v0.1.1 |
| 2076 | 2026-02-24T14:17:13.618Z | Checking openssl-probe v0.1.5 |
| 2077 | 2026-02-24T14:17:13.680Z | Checking foreign-types v0.3.2 |
| 2078 | 2026-02-24T14:17:13.781Z | Checking serde_urlencoded v0.7.1 |
| 2079 | 2026-02-24T14:17:13.858Z | Checking hex v0.4.3 |
| 2080 | 2026-02-24T14:17:13.861Z | Checking openssl-sys v0.9.109 |
| 2081 | 2026-02-24T14:17:13.972Z | Checking pkcs8 v0.10.2 |
| 2082 | 2026-02-24T14:17:14.200Z | Checking encoding_rs v0.8.34 |
| 2083 | 2026-02-24T14:17:14.263Z | Checking ipnetwork v0.21.1 |
| 2084 | 2026-02-24T14:17:14.342Z | Checking rustls-webpki v0.102.8 |
| 2085 | 2026-02-24T14:17:14.404Z | Checking plain v0.2.3 |
| 2086 | 2026-02-24T14:17:14.459Z | Checking ucd-trie v0.1.7 |
| 2087 | 2026-02-24T14:17:14.557Z | Checking tempfile v3.24.0 |
| 2088 | 2026-02-24T14:17:14.640Z | Checking sync_wrapper v1.0.1 |
| 2089 | 2026-02-24T14:17:14.740Z | Checking either v1.15.0 |
| 2090 | 2026-02-24T14:17:14.802Z | Checking pest v2.8.2 |
| 2091 | 2026-02-24T14:17:14.870Z | Checking pretty-hex v0.4.1 |
| 2092 | 2026-02-24T14:17:15.002Z | Checking psl-types v2.0.11 |
| 2093 | 2026-02-24T14:17:15.070Z | Checking openssl v0.10.73 |
| 2094 | 2026-02-24T14:17:15.133Z | Checking tower v0.5.2 |
| 2095 | 2026-02-24T14:17:15.194Z | Checking rustls-native-certs v0.8.1 |
| 2096 | 2026-02-24T14:17:15.241Z | Checking rustls v0.23.19 |
| 2097 | 2026-02-24T14:17:15.301Z | Checking publicsuffix v2.3.0 |
| 2098 | 2026-02-24T14:17:15.452Z | Checking webpki-roots v1.0.1 |
| 2099 | 2026-02-24T14:17:15.631Z | Checking cookie v0.18.1 |
| 2100 | 2026-02-24T14:17:15.742Z | Checking openapiv3 v2.2.0 |
| 2101 | 2026-02-24T14:17:16.018Z | Checking iri-string v0.7.8 |
| 2102 | 2026-02-24T14:17:16.185Z | Checking cookie_store v0.21.1 |
| 2103 | 2026-02-24T14:17:16.484Z | Checking signature v2.2.0 |
| 2104 | 2026-02-24T14:17:16.764Z | Checking serde_spanned v0.6.9 |
| 2105 | 2026-02-24T14:17:16.975Z | Checking toml_datetime v0.6.11 |
| 2106 | 2026-02-24T14:17:17.039Z | Checking hyper v1.8.1 |
| 2107 | 2026-02-24T14:17:17.096Z | Checking winnow v0.7.14 |
| 2108 | 2026-02-24T14:17:17.270Z | Checking sha1 v0.10.6 |
| 2109 | 2026-02-24T14:17:17.412Z | Checking strum v0.26.3 |
| 2110 | 2026-02-24T14:17:17.641Z | Checking data-encoding v2.9.0 |
| 2111 | 2026-02-24T14:17:17.696Z | Checking static_assertions v1.1.0 |
| 2112 | 2026-02-24T14:17:17.857Z | Checking oxnet v0.1.4 |
| 2113 | 2026-02-24T14:17:18.252Z | Checking quick-error v1.2.3 |
| 2114 | 2026-02-24T14:17:18.388Z | Checking tinyvec_macros v0.1.1 |
| 2115 | 2026-02-24T14:17:18.482Z | Checking hubpack v0.1.2 |
| 2116 | 2026-02-24T14:17:18.562Z | Checking tinyvec v1.8.0 |
| 2117 | 2026-02-24T14:17:18.615Z | Checking tower-http v0.6.6 |
| 2118 | 2026-02-24T14:17:18.879Z | Checking num-integer v0.1.46 |
| 2119 | 2026-02-24T14:17:18.881Z | Checking base16ct v0.2.0 |
| 2120 | 2026-02-24T14:17:18.987Z | Checking hyper-util v0.1.19 |
| 2121 | 2026-02-24T14:17:19.206Z | Checking bit-vec v0.8.0 |
| 2122 | 2026-02-24T14:17:19.252Z | Checking sec1 v0.7.3 |
| 2123 | 2026-02-24T14:17:19.425Z | Checking scroll v0.12.0 |
| 2124 | 2026-02-24T14:17:19.641Z | Checking bit-set v0.8.0 |
| 2125 | 2026-02-24T14:17:19.732Z | Checking ff v0.13.0 |
| 2126 | 2026-02-24T14:17:19.959Z | Checking wait-timeout v0.2.0 |
| 2127 | 2026-02-24T14:17:19.973Z | Checking crc32fast v1.4.2 |
| 2128 | 2026-02-24T14:17:19.977Z | Checking native-tls v0.2.12 |
| 2129 | 2026-02-24T14:17:19.977Z | Checking goblin v0.8.2 |
| 2130 | 2026-02-24T14:17:20.117Z | Checking num-iter v0.1.45 |
| 2131 | 2026-02-24T14:17:20.117Z | Checking group v0.13.0 |
| 2132 | 2026-02-24T14:17:20.237Z | Checking ahash v0.8.12 |
| 2133 | 2026-02-24T14:17:20.241Z | Checking bstr v1.10.0 |
| 2134 | 2026-02-24T14:17:20.344Z | Checking tokio-rustls v0.26.0 |
| 2135 | 2026-02-24T14:17:20.347Z | Checking tokio-native-tls v0.3.1 |
| 2136 | 2026-02-24T14:17:20.462Z | Checking hkdf v0.12.4 |
| 2137 | 2026-02-24T14:17:20.526Z | Checking crypto-bigint v0.5.5 |
| 2138 | 2026-02-24T14:17:20.623Z | Checking rusty-fork v0.3.0 |
| 2139 | 2026-02-24T14:17:20.684Z | Checking dtrace-parser v0.2.0 |
| 2140 | 2026-02-24T14:17:20.742Z | Checking rand_xorshift v0.4.0 |
| 2141 | 2026-02-24T14:17:20.861Z | Checking crossbeam-epoch v0.9.18 |
| 2142 | 2026-02-24T14:17:20.971Z | Checking thread-id v4.2.2 |
| 2143 | 2026-02-24T14:17:21.033Z | Checking unarray v0.1.4 |
| 2144 | 2026-02-24T14:17:21.163Z | Checking zlib-rs v0.5.1 |
| 2145 | 2026-02-24T14:17:21.228Z | Checking num-bigint-dig v0.8.6 |
| 2146 | 2026-02-24T14:17:21.231Z | Checking pkcs1 v0.7.5 |
| 2147 | 2026-02-24T14:17:21.342Z | Checking x509-cert v0.2.5 |
| 2148 | 2026-02-24T14:17:21.345Z | Checking proptest v1.7.0 |
| 2149 | 2026-02-24T14:17:21.719Z | Checking hyper-rustls v0.27.7 |
| 2150 | 2026-02-24T14:17:21.781Z | Checking hyper-tls v0.6.0 |
| 2151 | 2026-02-24T14:17:22.127Z | Checking scroll v0.13.0 |
| 2152 | 2026-02-24T14:17:22.130Z | Checking reqwest v0.12.24 |
| 2153 | 2026-02-24T14:17:22.679Z | Checking unicode-segmentation v1.12.0 |
| 2154 | 2026-02-24T14:17:22.993Z | Checking toml_write v0.1.2 |
| 2155 | 2026-02-24T14:17:23.057Z | Checking libz-rs-sys v0.5.1 |
| 2156 | 2026-02-24T14:17:23.115Z | Checking elliptic-curve v0.13.8 |
| 2157 | 2026-02-24T14:17:23.177Z | Checking rsa v0.9.8 |
| 2158 | 2026-02-24T14:17:23.335Z | Checking flate2 v1.1.2 |
| 2159 | 2026-02-24T14:17:23.396Z | Checking toml_edit v0.22.27 |
| 2160 | 2026-02-24T14:17:23.457Z | Checking goblin v0.10.2 |
| 2161 | 2026-02-24T14:17:23.806Z | Checking rfc6979 v0.4.0 |
| 2162 | 2026-02-24T14:17:24.070Z | Checking memmap2 v0.9.8 |
| 2163 | 2026-02-24T14:17:24.134Z | Checking winnow v0.5.40 |
| 2164 | 2026-02-24T14:17:24.194Z | Checking bitflags v1.3.2 |
| 2165 | 2026-02-24T14:17:24.250Z | Checking ecdsa v0.16.9 |
| 2166 | 2026-02-24T14:17:24.379Z | Checking dtrace-parser v0.3.0 |
| 2167 | 2026-02-24T14:17:24.441Z | Checking curve25519-dalek v4.1.3 |
| 2168 | 2026-02-24T14:17:24.845Z | Checking dof v0.3.0 |
| 2169 | 2026-02-24T14:17:24.924Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2170 | 2026-02-24T14:17:25.032Z | Checking env_filter v0.1.2 |
| 2171 | 2026-02-24T14:17:25.111Z | Checking thread-id v5.0.0 |
| 2172 | 2026-02-24T14:17:25.300Z | Checking keccak v0.1.5 |
| 2173 | 2026-02-24T14:17:25.362Z | Checking env_logger v0.11.8 |
| 2174 | 2026-02-24T14:17:25.548Z | Checking usdt-impl v0.5.0 |
| 2175 | 2026-02-24T14:17:25.705Z | Checking sha3 v0.10.8 |
| 2176 | 2026-02-24T14:17:25.776Z | Checking ed25519 v2.2.3 |
| 2177 | 2026-02-24T14:17:25.873Z | Checking newtype-uuid v1.3.2 |
| 2178 | 2026-02-24T14:17:26.120Z | Checking itertools v0.13.0 |
| 2179 | 2026-02-24T14:17:26.180Z | Checking serde_with v3.16.1 |
| 2180 | 2026-02-24T14:17:26.183Z | Checking unicode-normalization v0.1.24 |
| 2181 | 2026-02-24T14:17:26.280Z | Checking memoffset v0.9.1 |
| 2182 | 2026-02-24T14:17:26.283Z | Checking daft v0.1.4 |
| 2183 | 2026-02-24T14:17:26.283Z | Checking ed25519-dalek v2.1.1 |
| 2184 | 2026-02-24T14:17:26.473Z | Checking signal-hook v0.3.18 |
| 2185 | 2026-02-24T14:17:26.874Z | Checking managed v0.8.0 |
| 2186 | 2026-02-24T14:17:26.877Z | Checking signal-hook-mio v0.2.4 |
| 2187 | 2026-02-24T14:17:26.989Z | Checking toml_edit v0.19.15 |
| 2188 | 2026-02-24T14:17:26.992Z | Checking bzip2 v0.4.4 |
| 2189 | 2026-02-24T14:17:27.103Z | Checking ref-cast v1.0.25 |
| 2190 | 2026-02-24T14:17:27.163Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2191 | 2026-02-24T14:17:27.285Z | Checking bumpalo v3.16.0 |
| 2192 | 2026-02-24T14:17:27.347Z | Checking siphasher v0.3.11 |
| 2193 | 2026-02-24T14:17:27.411Z | Checking zip v0.6.6 |
| 2194 | 2026-02-24T14:17:27.462Z | Checking zstd-safe v7.2.3 |
| 2195 | 2026-02-24T14:17:27.695Z | Checking simd-adler32 v0.3.7 |
| 2196 | 2026-02-24T14:17:27.758Z | Checking lockfree-object-pool v0.1.6 |
| 2197 | 2026-02-24T14:17:27.850Z | Checking zstd v0.13.3 |
| 2198 | 2026-02-24T14:17:28.072Z | Checking phf_shared v0.11.2 |
| 2199 | 2026-02-24T14:17:28.137Z | Checking crossterm v0.28.1 |
| 2200 | 2026-02-24T14:17:28.140Z | Checking zopfli v0.8.1 |
| 2201 | 2026-02-24T14:17:28.267Z | Checking bzip2 v0.5.2 |
| 2202 | 2026-02-24T14:17:28.415Z | Checking similar v2.7.0 |
| 2203 | 2026-02-24T14:17:28.512Z | Checking serde-big-array v0.5.1 |
| 2204 | 2026-02-24T14:17:28.642Z | Checking hash32 v0.2.1 |
| 2205 | 2026-02-24T14:17:28.820Z | Checking socket2 v0.5.10 |
| 2206 | 2026-02-24T14:17:28.924Z | Checking winnow v0.6.26 |
| 2207 | 2026-02-24T14:17:29.035Z | Checking jiff v0.2.15 |
| 2208 | 2026-02-24T14:17:29.282Z | Checking unicode-bidi v0.3.17 |
| 2209 | 2026-02-24T14:17:29.343Z | Checking toml v0.7.8 |
| 2210 | 2026-02-24T14:17:29.345Z | Checking dof v0.4.0 |
| 2211 | 2026-02-24T14:17:29.465Z | Checking unicode-properties v0.1.3 |
| 2212 | 2026-02-24T14:17:29.584Z | Checking predicates-core v1.0.8 |
| 2213 | 2026-02-24T14:17:29.840Z | Checking heapless v0.7.17 |
| 2214 | 2026-02-24T14:17:29.906Z | Checking hickory-proto v0.25.2 |
| 2215 | 2026-02-24T14:17:29.971Z | Checking tokio-stream v0.1.17 |
| 2216 | 2026-02-24T14:17:29.974Z | Checking stringprep v0.1.5 |
| 2217 | 2026-02-24T14:17:30.103Z | Checking fs-err v3.1.1 |
| 2218 | 2026-02-24T14:17:30.326Z | Checking usdt-impl v0.6.0 |
| 2219 | 2026-02-24T14:17:30.395Z | Checking md-5 v0.10.6 |
| 2220 | 2026-02-24T14:17:30.710Z | Checking float-cmp v0.10.0 |
| 2221 | 2026-02-24T14:17:30.775Z | Checking fallible-iterator v0.2.0 |
| 2222 | 2026-02-24T14:17:30.778Z | Checking rustc-hash v2.1.1 |
| 2223 | 2026-02-24T14:17:30.872Z | Checking foldhash v0.2.0 |
| 2224 | 2026-02-24T14:17:30.928Z | Checking usdt v0.6.0 |
| 2225 | 2026-02-24T14:17:30.985Z | Checking difflib v0.4.0 |
| 2226 | 2026-02-24T14:17:31.044Z | Checking normalize-line-endings v0.3.0 |
| 2227 | 2026-02-24T14:17:31.179Z | Checking iddqd v0.3.16 |
| 2228 | 2026-02-24T14:17:31.238Z | Checking smoltcp v0.9.1 |
| 2229 | 2026-02-24T14:17:31.295Z | Checking nix v0.29.0 |
| 2230 | 2026-02-24T14:17:31.363Z | Checking predicates v3.1.3 |
| 2231 | 2026-02-24T14:17:31.471Z | Checking postgres-protocol v0.6.8 |
| 2232 | 2026-02-24T14:17:31.677Z | Checking itertools v0.10.5 |
| 2233 | 2026-02-24T14:17:32.076Z | Checking buf-list v1.0.3 |
| 2234 | 2026-02-24T14:17:32.159Z | Checking strum v0.27.2 |
| 2235 | 2026-02-24T14:17:32.409Z | Checking lalrpop-util v0.19.12 |
| 2236 | 2026-02-24T14:17:32.475Z | Checking precomputed-hash v0.1.1 |
| 2237 | 2026-02-24T14:17:32.661Z | Checking new_debug_unreachable v1.0.6 |
| 2238 | 2026-02-24T14:17:32.720Z | Checking fixedbitset v0.5.7 |
| 2239 | 2026-02-24T14:17:32.723Z | Checking fixedbitset v0.4.2 |
| 2240 | 2026-02-24T14:17:32.838Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2241 | 2026-02-24T14:17:32.842Z | Checking string_cache v0.8.9 |
| 2242 | 2026-02-24T14:17:33.093Z | Checking postgres-types v0.2.9 |
| 2243 | 2026-02-24T14:17:33.096Z | Checking petgraph v0.6.5 |
| 2244 | 2026-02-24T14:17:33.195Z | Checking petgraph v0.8.2 |
| 2245 | 2026-02-24T14:17:33.257Z | Checking phf v0.11.2 |
| 2246 | 2026-02-24T14:17:33.580Z | Checking itertools v0.12.1 |
| 2247 | 2026-02-24T14:17:33.743Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2248 | 2026-02-24T14:17:33.834Z | Checking whoami v1.5.2 |
| 2249 | 2026-02-24T14:17:34.197Z | Checking peg-runtime v0.8.5 |
| 2250 | 2026-02-24T14:17:34.260Z | Checking minimal-lexical v0.2.1 |
| 2251 | 2026-02-24T14:17:34.532Z | Checking tokio-postgres v0.7.13 |
| 2252 | 2026-02-24T14:17:34.762Z | Checking nom v7.1.3 |
| 2253 | 2026-02-24T14:17:35.033Z | Checking zip v4.2.0 |
| 2254 | 2026-02-24T14:17:36.208Z | Checking camino v1.2.2 |
| 2255 | 2026-02-24T14:17:36.272Z | Compiling regress v0.10.4 |
| 2256 | 2026-02-24T14:17:36.401Z | Checking futures-executor v0.3.31 |
| 2257 | 2026-02-24T14:17:36.521Z | Checking is-terminal v0.4.13 |
| 2258 | 2026-02-24T14:17:36.708Z | Checking futures v0.3.31 |
| 2259 | 2026-02-24T14:17:36.772Z | Compiling unsafe-libyaml v0.2.11 |
| 2260 | 2026-02-24T14:17:36.832Z | Checking crossbeam-channel v0.5.15 |
| 2261 | 2026-02-24T14:17:36.835Z | Checking heck v0.5.0 |
| 2262 | 2026-02-24T14:17:36.948Z | Checking thread_local v1.1.8 |
| 2263 | 2026-02-24T14:17:37.162Z | Compiling rustls v0.22.4 |
| 2264 | 2026-02-24T14:17:37.402Z | Compiling newtype-uuid-macros v0.1.0 |
| 2265 | 2026-02-24T14:17:37.463Z | Compiling structmeta-derive v0.3.0 |
| 2266 | 2026-02-24T14:17:37.547Z | Checking take_mut v0.2.2 |
| 2267 | 2026-02-24T14:17:37.682Z | Checking term v1.1.0 |
| 2268 | 2026-02-24T14:17:37.775Z | Checking slog-async v2.8.0 |
| 2269 | 2026-02-24T14:17:38.153Z | Compiling serde_yaml v0.9.34+deprecated |
| 2270 | 2026-02-24T14:17:38.210Z | Checking slog-term v2.9.2 |
| 2271 | 2026-02-24T14:17:38.448Z | Compiling multer v3.1.0 |
| 2272 | 2026-02-24T14:17:38.545Z | Compiling async-stream-impl v0.3.6 |
| 2273 | 2026-02-24T14:17:38.838Z | Compiling dropshot v0.16.7 |
| 2274 | 2026-02-24T14:17:39.018Z | Checking match_cfg v0.1.0 |
| 2275 | 2026-02-24T14:17:39.081Z | Compiling dropshot_endpoint v0.16.7 |
| 2276 | 2026-02-24T14:17:39.194Z | Checking hostname v0.3.1 |
| 2277 | 2026-02-24T14:17:39.380Z | Checking debug-ignore v1.0.5 |
| 2278 | 2026-02-24T14:17:39.438Z | Checking unicode-width v0.1.14 |
| 2279 | 2026-02-24T14:17:39.603Z | Checking slog-json v2.6.1 |
| 2280 | 2026-02-24T14:17:39.963Z | Compiling typify-impl v0.4.3 |
| 2281 | 2026-02-24T14:17:40.022Z | Compiling structmeta v0.3.0 |
| 2282 | 2026-02-24T14:17:40.025Z | Checking slog-bunyan v2.5.0 |
| 2283 | 2026-02-24T14:17:40.025Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2284 | 2026-02-24T14:17:40.332Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2285 | 2026-02-24T14:17:40.499Z | Compiling derive-ex v0.1.8 |
| 2286 | 2026-02-24T14:17:41.112Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2287 | 2026-02-24T14:17:41.171Z | Checking serde_path_to_error v0.1.20 |
| 2288 | 2026-02-24T14:17:41.565Z | Checking serde_spanned v1.0.4 |
| 2289 | 2026-02-24T14:17:41.697Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2290 | 2026-02-24T14:17:41.904Z | Checking async-stream v0.3.6 |
| 2291 | 2026-02-24T14:17:42.121Z | Checking toml v0.9.11+spec-1.1.0 |
| 2292 | 2026-02-24T14:17:42.650Z | Checking rustls-pemfile v2.2.0 |
| 2293 | 2026-02-24T14:17:42.966Z | Checking waitgroup v0.1.2 |
| 2294 | 2026-02-24T14:17:43.126Z | Checking hostname v0.4.2 |
| 2295 | 2026-02-24T14:17:43.205Z | Checking progenitor-client v0.10.0 |
| 2296 | 2026-02-24T14:17:43.314Z | Compiling parse-display-derive v0.10.0 |
| 2297 | 2026-02-24T14:17:43.375Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2298 | 2026-02-24T14:17:43.587Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2299 | 2026-02-24T14:17:43.652Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2300 | 2026-02-24T14:17:43.710Z | Checking macaddr v1.0.1 |
| 2301 | 2026-02-24T14:17:43.888Z | Checking tabwriter v1.4.0 |
| 2302 | 2026-02-24T14:17:44.121Z | Checking itertools v0.14.0 |
| 2303 | 2026-02-24T14:17:44.216Z | Checking instant v0.1.13 |
| 2304 | 2026-02-24T14:17:44.407Z | Checking progenitor-client v0.11.2 |
| 2305 | 2026-02-24T14:17:44.458Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2306 | 2026-02-24T14:17:44.461Z | Checking backoff v0.4.0 |
| 2307 | 2026-02-24T14:17:44.562Z | Compiling test-strategy v0.4.3 |
| 2308 | 2026-02-24T14:17:44.742Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2309 | 2026-02-24T14:17:44.870Z | Checking colored v3.0.0 |
| 2310 | 2026-02-24T14:17:44.933Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2311 | 2026-02-24T14:17:45.326Z | Checking camino-tempfile v1.4.1 |
| 2312 | 2026-02-24T14:17:45.432Z | Checking tokio-rustls v0.25.0 |
| 2313 | 2026-02-24T14:17:45.715Z | Checking crossbeam-deque v0.8.5 |
| 2314 | 2026-02-24T14:17:46.066Z | Compiling rayon-core v1.12.1 |
| 2315 | 2026-02-24T14:17:46.127Z | Checking toml v0.8.23 |
| 2316 | 2026-02-24T14:17:46.742Z | Compiling proc-macro-error v1.0.4 |
| 2317 | 2026-02-24T14:17:46.885Z | Checking secrecy v0.10.3 |
| 2318 | 2026-02-24T14:17:47.146Z | Checking parse-display v0.10.0 |
| 2319 | 2026-02-24T14:17:47.148Z | Compiling crucible-workspace-hack v0.1.0 |
| 2320 | 2026-02-24T14:17:47.263Z | Checking rayon v1.10.0 |
| 2321 | 2026-02-24T14:17:47.396Z | Compiling proc-macro-crate v1.3.1 |
| 2322 | 2026-02-24T14:17:47.455Z | Compiling nix v0.30.1 |
| 2323 | 2026-02-24T14:17:47.834Z | Checking glob v0.3.2 |
| 2324 | 2026-02-24T14:17:48.061Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2325 | 2026-02-24T14:17:48.251Z | Compiling heapless v0.8.0 |
| 2326 | 2026-02-24T14:17:48.309Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2327 | 2026-02-24T14:17:48.413Z | Compiling num_enum_derive v0.5.11 |
| 2328 | 2026-02-24T14:17:48.897Z | Compiling ingot-macros v0.1.1 |
| 2329 | 2026-02-24T14:17:48.949Z | Checking hash32 v0.3.1 |
| 2330 | 2026-02-24T14:17:49.230Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2331 | 2026-02-24T14:17:49.233Z | Compiling smoltcp v0.11.0 |
| 2332 | 2026-02-24T14:17:50.086Z | Compiling foreign-types-macros v0.2.3 |
| 2333 | 2026-02-24T14:17:50.168Z | Checking foreign-types-shared v0.3.1 |
| 2334 | 2026-02-24T14:17:50.355Z | Checking unicode-width v0.2.0 |
| 2335 | 2026-02-24T14:17:50.664Z | Checking cobs v0.2.3 |
| 2336 | 2026-02-24T14:17:50.792Z | Checking num_enum v0.5.11 |
| 2337 | 2026-02-24T14:17:50.934Z | Checking postcard v1.0.10 |
| 2338 | 2026-02-24T14:17:51.034Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2339 | 2026-02-24T14:17:51.098Z | Checking sigpipe v0.1.3 |
| 2340 | 2026-02-24T14:17:51.158Z | Checking cstr-argument v0.1.2 |
| 2341 | 2026-02-24T14:17:51.286Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2342 | 2026-02-24T14:17:51.348Z | Compiling typify-macro v0.4.3 |
| 2343 | 2026-02-24T14:17:51.402Z | Checking foreign-types v0.5.0 |
| 2344 | 2026-02-24T14:17:51.406Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2345 | 2026-02-24T14:17:51.529Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2346 | 2026-02-24T14:17:51.584Z | Checking pretty-hex v0.2.1 |
| 2347 | 2026-02-24T14:17:51.645Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2348 | 2026-02-24T14:17:51.852Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2349 | 2026-02-24T14:17:51.966Z | Checking colored v2.2.0 |
| 2350 | 2026-02-24T14:17:52.026Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2351 | 2026-02-24T14:17:52.082Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2352 | 2026-02-24T14:17:52.141Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2353 | 2026-02-24T14:17:52.223Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2354 | 2026-02-24T14:17:52.362Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2355 | 2026-02-24T14:17:52.489Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2356 | 2026-02-24T14:17:52.492Z | Compiling zone_cfg_derive v0.3.0 |
| 2357 | 2026-02-24T14:17:52.853Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2358 | 2026-02-24T14:17:52.970Z | Checking smf v0.2.3 |
| 2359 | 2026-02-24T14:17:53.066Z | Compiling num-derive v0.4.2 |
| 2360 | 2026-02-24T14:17:53.267Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2361 | 2026-02-24T14:17:53.498Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2362 | 2026-02-24T14:17:53.773Z | Compiling convert_case v0.4.0 |
| 2363 | 2026-02-24T14:17:53.837Z | Checking half v2.4.1 |
| 2364 | 2026-02-24T14:17:53.898Z | Checking ciborium-io v0.2.2 |
| 2365 | 2026-02-24T14:17:53.958Z | Checking zone v0.3.1 |
| 2366 | 2026-02-24T14:17:54.101Z | Checking indent_write v2.2.0 |
| 2367 | 2026-02-24T14:17:54.361Z | Checking ciborium-ll v0.2.2 |
| 2368 | 2026-02-24T14:17:54.412Z | Compiling usdt-macro v0.5.0 |
| 2369 | 2026-02-24T14:17:54.416Z | Compiling usdt-attr-macro v0.5.0 |
| 2370 | 2026-02-24T14:17:54.658Z | Compiling derive_more v0.99.20 |
| 2371 | 2026-02-24T14:17:54.745Z | Checking ciborium v0.2.2 |
| 2372 | 2026-02-24T14:17:54.804Z | Checking memmap v0.7.0 |
| 2373 | 2026-02-24T14:17:55.090Z | Checking swrite v0.1.0 |
| 2374 | 2026-02-24T14:17:55.153Z | Compiling typify v0.4.3 |
| 2375 | 2026-02-24T14:17:55.324Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2376 | 2026-02-24T14:17:55.382Z | Compiling progenitor-impl v0.11.2 |
| 2377 | 2026-02-24T14:17:55.446Z | Checking ingot-types v0.1.2 |
| 2378 | 2026-02-24T14:17:55.750Z | Compiling progenitor-impl v0.10.0 |
| 2379 | 2026-02-24T14:17:55.914Z | Checking universal-hash v0.5.1 |
| 2380 | 2026-02-24T14:17:56.044Z | Checking usdt v0.5.0 |
| 2381 | 2026-02-24T14:17:56.193Z | Checking opaque-debug v0.3.1 |
| 2382 | 2026-02-24T14:17:56.256Z | Checking ingot v0.1.1 |
| 2383 | 2026-02-24T14:17:56.369Z | Checking aead v0.5.2 |
| 2384 | 2026-02-24T14:17:56.420Z | Checking poly1305 v0.8.0 |
| 2385 | 2026-02-24T14:17:56.664Z | Checking chacha20 v0.9.1 |
| 2386 | 2026-02-24T14:17:57.008Z | Checking password-hash v0.5.0 |
| 2387 | 2026-02-24T14:17:57.107Z | Checking blake2 v0.10.6 |
| 2388 | 2026-02-24T14:17:57.462Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2389 | 2026-02-24T14:17:57.525Z | Checking chacha20poly1305 v0.10.1 |
| 2390 | 2026-02-24T14:17:57.652Z | Checking argon2 v0.5.3 |
| 2391 | 2026-02-24T14:17:57.790Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2392 | 2026-02-24T14:17:57.861Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2393 | 2026-02-24T14:17:58.413Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2394 | 2026-02-24T14:17:58.473Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2395 | 2026-02-24T14:17:58.543Z | Checking tokio-dtrace v0.1.0 |
| 2396 | 2026-02-24T14:17:58.910Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2397 | 2026-02-24T14:17:58.913Z | Checking console v0.15.10 |
| 2398 | 2026-02-24T14:17:58.913Z | Compiling derive-where v1.5.0 |
| 2399 | 2026-02-24T14:17:59.644Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2400 | 2026-02-24T14:17:59.703Z | Checking oxide-tokio-rt v0.1.2 |
| 2401 | 2026-02-24T14:18:00.009Z | Checking atomicwrites v0.4.4 |
| 2402 | 2026-02-24T14:18:00.131Z | Checking thiserror-no-std v2.0.2 |
| 2403 | 2026-02-24T14:18:00.296Z | Checking newline-converter v0.3.0 |
| 2404 | 2026-02-24T14:18:00.356Z | Checking vsss-rs v3.3.4 |
| 2405 | 2026-02-24T14:18:00.544Z | Checking bytecount v0.6.8 |
| 2406 | 2026-02-24T14:18:00.787Z | Checking expectorate v1.2.0 |
| 2407 | 2026-02-24T14:18:01.087Z | Compiling owo-colors v4.2.3 |
| 2408 | 2026-02-24T14:18:01.147Z | Checking num-rational v0.4.2 |
| 2409 | 2026-02-24T14:18:01.845Z | Checking num-complex v0.4.6 |
| 2410 | 2026-02-24T14:18:01.904Z | Compiling cancel-safe-futures v0.1.5 |
| 2411 | 2026-02-24T14:18:01.959Z | Compiling progenitor-macro v0.11.2 |
| 2412 | 2026-02-24T14:18:02.118Z | Checking libsw-core v0.3.1 |
| 2413 | 2026-02-24T14:18:02.190Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2414 | 2026-02-24T14:18:02.250Z | Compiling progenitor-macro v0.10.0 |
| 2415 | 2026-02-24T14:18:02.423Z | Checking float-ord v0.3.2 |
| 2416 | 2026-02-24T14:18:02.484Z | Checking libsw v3.5.0 |
| 2417 | 2026-02-24T14:18:02.725Z | Checking num v0.4.3 |
| 2418 | 2026-02-24T14:18:02.794Z | Checking same-file v1.0.6 |
| 2419 | 2026-02-24T14:18:02.889Z | Checking linear-map v1.2.0 |
| 2420 | 2026-02-24T14:18:03.057Z | Checking walkdir v2.5.0 |
| 2421 | 2026-02-24T14:18:03.155Z | Checking gethostname v0.5.0 |
| 2422 | 2026-02-24T14:18:03.389Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2423 | 2026-02-24T14:18:03.532Z | Checking prettyplease v0.2.36 |
| 2424 | 2026-02-24T14:18:03.830Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2425 | 2026-02-24T14:18:04.630Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2426 | 2026-02-24T14:18:07.806Z | Compiling async-recursion v1.1.1 |
| 2427 | 2026-02-24T14:18:09.007Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2428 | 2026-02-24T14:18:11.241Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2429 | 2026-02-24T14:18:11.929Z | Checking smawk v0.3.2 |
| 2430 | 2026-02-24T14:18:12.000Z | Checking unicode-linebreak v0.1.5 |
| 2431 | 2026-02-24T14:18:12.059Z | Checking resolv-conf v0.7.0 |
| 2432 | 2026-02-24T14:18:12.133Z | Checking globset v0.4.15 |
| 2433 | 2026-02-24T14:18:12.221Z | Compiling convert_case v0.7.1 |
| 2434 | 2026-02-24T14:18:12.500Z | Compiling slog-dtrace v0.3.0 |
| 2435 | 2026-02-24T14:18:12.502Z | Compiling pin-project-internal v1.1.6 |
| 2436 | 2026-02-24T14:18:12.681Z | Compiling vte_generate_state_changes v0.1.2 |
| 2437 | 2026-02-24T14:18:13.082Z | Compiling derive_more-impl v2.0.1 |
| 2438 | 2026-02-24T14:18:13.137Z | Checking pem v3.0.5 |
| 2439 | 2026-02-24T14:18:13.352Z | Checking vte v0.11.1 |
| 2440 | 2026-02-24T14:18:13.460Z | Checking fd-lock v4.0.2 |
| 2441 | 2026-02-24T14:18:13.520Z | Checking display-error-chain v0.2.2 |
| 2442 | 2026-02-24T14:18:13.728Z | Compiling snafu-derive v0.8.5 |
| 2443 | 2026-02-24T14:18:13.787Z | Checking termtree v0.5.1 |
| 2444 | 2026-02-24T14:18:14.090Z | Checking linked-hash-map v0.5.6 |
| 2445 | 2026-02-24T14:18:14.350Z | Checking progenitor v0.11.2 |
| 2446 | 2026-02-24T14:18:14.620Z | Checking progenitor v0.10.0 |
| 2447 | 2026-02-24T14:18:14.720Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2448 | 2026-02-24T14:18:14.885Z | Checking strip-ansi-escapes v0.2.0 |
| 2449 | 2026-02-24T14:18:14.942Z | Checking derive_more v2.0.1 |
| 2450 | 2026-02-24T14:18:14.997Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2451 | 2026-02-24T14:18:15.107Z | Compiling object v0.37.3 |
| 2452 | 2026-02-24T14:18:15.162Z | Checking pin-project v1.1.6 |
| 2453 | 2026-02-24T14:18:15.165Z | Checking crossterm v0.29.0 |
| 2454 | 2026-02-24T14:18:15.354Z | Checking nu-ansi-term v0.50.1 |
| 2455 | 2026-02-24T14:18:15.838Z | Checking lru-cache v0.1.2 |
| 2456 | 2026-02-24T14:18:15.893Z | Checking reedline v0.40.0 |
| 2457 | 2026-02-24T14:18:16.091Z | Checking textwrap v0.16.2 |
| 2458 | 2026-02-24T14:18:16.589Z | Checking olpc-cjson v0.1.4 |
| 2459 | 2026-02-24T14:18:16.647Z | Checking hickory-proto v0.24.4 |
| 2460 | 2026-02-24T14:18:16.906Z | Checking serde_plain v1.0.2 |
| 2461 | 2026-02-24T14:18:17.315Z | Checking typed-path v0.9.3 |
| 2462 | 2026-02-24T14:18:18.348Z | Checking snafu v0.8.5 |
| 2463 | 2026-02-24T14:18:18.923Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2464 | 2026-02-24T14:18:19.195Z | Checking tough v0.20.0 |
| 2465 | 2026-02-24T14:18:20.140Z | Checking nibble_vec v0.1.0 |
| 2466 | 2026-02-24T14:18:20.409Z | Checking endian-type v0.1.2 |
| 2467 | 2026-02-24T14:18:20.571Z | Checking humantime v2.2.0 |
| 2468 | 2026-02-24T14:18:20.708Z | Checking radix_trie v0.2.1 |
| 2469 | 2026-02-24T14:18:20.938Z | Checking hickory-resolver v0.24.4 |
| 2470 | 2026-02-24T14:18:20.985Z | Checking base64 v0.21.7 |
| 2471 | 2026-02-24T14:18:21.193Z | Checking csv-core v0.1.11 |
| 2472 | 2026-02-24T14:18:21.513Z | Compiling stacker v0.1.23 |
| 2473 | 2026-02-24T14:18:21.619Z | Checking csv v1.3.1 |
| 2474 | 2026-02-24T14:18:21.774Z | Compiling cfg_aliases v0.1.1 |
| 2475 | 2026-02-24T14:18:21.966Z | Checking highway v1.3.0 |
| 2476 | 2026-02-24T14:18:22.168Z | Compiling nix v0.28.0 |
| 2477 | 2026-02-24T14:18:22.498Z | Checking papergrid v0.11.0 |
| 2478 | 2026-02-24T14:18:22.559Z | Compiling tabled_derive v0.7.0 |
| 2479 | 2026-02-24T14:18:22.617Z | Checking qorb v0.4.1 |
| 2480 | 2026-02-24T14:18:23.010Z | Checking siphasher v1.0.1 |
| 2481 | 2026-02-24T14:18:23.392Z | Checking home v0.5.9 |
| 2482 | 2026-02-24T14:18:23.486Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2483 | 2026-02-24T14:18:23.621Z | Checking phf_shared v0.12.1 |
| 2484 | 2026-02-24T14:18:23.938Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2485 | 2026-02-24T14:18:23.990Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2486 | 2026-02-24T14:18:24.047Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2487 | 2026-02-24T14:18:24.918Z | Checking tabled v0.15.0 |
| 2488 | 2026-02-24T14:18:25.046Z | Compiling semver v0.1.20 |
| 2489 | 2026-02-24T14:18:25.144Z | Compiling chrono-tz v0.10.4 |
| 2490 | 2026-02-24T14:18:25.516Z | Compiling ar_archive_writer v0.5.1 |
| 2491 | 2026-02-24T14:18:25.780Z | Compiling rustc_version v0.1.7 |
| 2492 | 2026-02-24T14:18:25.906Z | Checking phf v0.12.1 |
| 2493 | 2026-02-24T14:18:26.262Z | Compiling const_format_proc_macros v0.2.34 |
| 2494 | 2026-02-24T14:18:26.320Z | Compiling peg-macros v0.8.5 |
| 2495 | 2026-02-24T14:18:27.618Z | Compiling psm v0.1.30 |
| 2496 | 2026-02-24T14:18:27.676Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2497 | 2026-02-24T14:18:27.730Z | Compiling sqlparser_derive v0.5.0 |
| 2498 | 2026-02-24T14:18:27.790Z | Checking unicode_categories v0.1.1 |
| 2499 | 2026-02-24T14:18:28.178Z | Checking sqlformat v0.3.5 |
| 2500 | 2026-02-24T14:18:28.242Z | Checking const_format v0.2.34 |
| 2501 | 2026-02-24T14:18:28.791Z | Checking rustyline v14.0.0 |
| 2502 | 2026-02-24T14:18:28.969Z | Compiling newtype_derive v0.1.6 |
| 2503 | 2026-02-24T14:18:29.383Z | Checking bcs v0.1.6 |
| 2504 | 2026-02-24T14:18:29.386Z | Checking recursive v0.1.1 |
| 2505 | 2026-02-24T14:18:29.636Z | Checking peg v0.8.5 |
| 2506 | 2026-02-24T14:18:29.694Z | Checking sqlparser v0.61.0 |
| 2507 | 2026-02-24T14:18:29.814Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2508 | 2026-02-24T14:18:29.874Z | Checking steno v0.4.1 |
| 2509 | 2026-02-24T14:18:29.937Z | Checking utf-8 v0.7.6 |
| 2510 | 2026-02-24T14:18:30.201Z | Checking xattr v1.3.1 |
| 2511 | 2026-02-24T14:18:30.260Z | Checking filetime v0.2.26 |
| 2512 | 2026-02-24T14:18:30.385Z | Checking arc-swap v1.7.1 |
| 2513 | 2026-02-24T14:18:30.502Z | Checking tungstenite v0.21.0 |
| 2514 | 2026-02-24T14:18:30.562Z | Checking tar v0.4.44 |
| 2515 | 2026-02-24T14:18:30.896Z | Checking slog-scope v4.4.0 |
| 2516 | 2026-02-24T14:18:31.165Z | Checking slog-stdlog v4.1.1 |
| 2517 | 2026-02-24T14:18:31.440Z | Checking slog-envlogger v2.2.0 |
| 2518 | 2026-02-24T14:18:31.501Z | Compiling typify-impl v0.2.0 |
| 2519 | 2026-02-24T14:18:31.504Z | Checking tokio-tungstenite v0.21.0 |
| 2520 | 2026-02-24T14:18:31.727Z | Checking subprocess v0.2.9 |
| 2521 | 2026-02-24T14:18:32.058Z | Checking headers-core v0.3.0 |
| 2522 | 2026-02-24T14:18:32.288Z | Checking headers v0.4.1 |
| 2523 | 2026-02-24T14:18:32.358Z | Compiling lzma-sys v0.1.20 |
| 2524 | 2026-02-24T14:18:33.347Z | Checking progenitor-client v0.8.0 |
| 2525 | 2026-02-24T14:18:33.447Z | Compiling heck v0.3.3 |
| 2526 | 2026-02-24T14:18:33.873Z | Compiling zone_cfg_derive v0.1.2 |
| 2527 | 2026-02-24T14:18:34.062Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2528 | 2026-02-24T14:18:34.437Z | Checking yasna v0.5.2 |
| 2529 | 2026-02-24T14:18:34.733Z | Checking base64 v0.13.1 |
| 2530 | 2026-02-24T14:18:35.247Z | Checking number_prefix v0.4.0 |
| 2531 | 2026-02-24T14:18:35.311Z | Checking zone v0.1.8 |
| 2532 | 2026-02-24T14:18:35.379Z | Checking rcgen v0.12.1 |
| 2533 | 2026-02-24T14:18:35.523Z | Checking indicatif v0.17.11 |
| 2534 | 2026-02-24T14:18:36.036Z | Checking ron v0.7.1 |
| 2535 | 2026-02-24T14:18:36.095Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2536 | 2026-02-24T14:18:36.310Z | Checking xz2 v0.1.7 |
| 2537 | 2026-02-24T14:18:36.625Z | Checking dropshot-api-manager-types v0.3.0 |
| 2538 | 2026-02-24T14:18:36.684Z | Compiling moka v0.12.10 |
| 2539 | 2026-02-24T14:18:36.996Z | Checking tagptr v0.2.0 |
| 2540 | 2026-02-24T14:18:37.155Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2541 | 2026-02-24T14:18:37.212Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2542 | 2026-02-24T14:18:37.509Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2543 | 2026-02-24T14:18:37.513Z | Compiling libefi-sys v0.1.0 |
| 2544 | 2026-02-24T14:18:37.973Z | Compiling radium v0.7.0 |
| 2545 | 2026-02-24T14:18:38.333Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2546 | 2026-02-24T14:18:38.492Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2547 | 2026-02-24T14:18:38.798Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2548 | 2026-02-24T14:18:39.282Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2549 | 2026-02-24T14:18:40.212Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2550 | 2026-02-24T14:18:40.446Z | Checking hickory-resolver v0.25.2 |
| 2551 | 2026-02-24T14:18:41.584Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2552 | 2026-02-24T14:18:42.058Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2553 | 2026-02-24T14:18:42.526Z | Compiling bitfield-struct v0.6.2 |
| 2554 | 2026-02-24T14:18:42.768Z | Compiling typify-macro v0.2.0 |
| 2555 | 2026-02-24T14:18:42.911Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2556 | 2026-02-24T14:18:42.978Z | Checking tap v1.0.1 |
| 2557 | 2026-02-24T14:18:43.229Z | Compiling maybe-uninit v2.0.0 |
| 2558 | 2026-02-24T14:18:43.293Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2559 | 2026-02-24T14:18:43.798Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2560 | 2026-02-24T14:18:43.908Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2561 | 2026-02-24T14:18:43.979Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2562 | 2026-02-24T14:18:44.550Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2563 | 2026-02-24T14:18:44.834Z | Checking wyz v0.5.1 |
| 2564 | 2026-02-24T14:18:45.811Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2565 | 2026-02-24T14:18:46.003Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2566 | 2026-02-24T14:18:46.271Z | Compiling zerocopy-derive v0.6.6 |
| 2567 | 2026-02-24T14:18:46.687Z | Compiling typify v0.2.0 |
| 2568 | 2026-02-24T14:18:46.928Z | Compiling progenitor-impl v0.8.0 |
| 2569 | 2026-02-24T14:18:47.514Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2570 | 2026-02-24T14:18:48.152Z | Checking crc-catalog v2.4.0 |
| 2571 | 2026-02-24T14:18:48.392Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2572 | 2026-02-24T14:18:48.593Z | Checking funty v2.0.0 |
| 2573 | 2026-02-24T14:18:49.140Z | Compiling packed_struct v0.10.1 |
| 2574 | 2026-02-24T14:18:49.252Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2575 | 2026-02-24T14:18:49.508Z | Checking bitvec v1.0.1 |
| 2576 | 2026-02-24T14:18:49.774Z | Checking crc v3.2.1 |
| 2577 | 2026-02-24T14:18:49.853Z | Checking zerocopy v0.6.6 |
| 2578 | 2026-02-24T14:18:50.288Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2579 | 2026-02-24T14:18:50.385Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2580 | 2026-02-24T14:18:50.636Z | Compiling packed_struct_codegen v0.10.1 |
| 2581 | 2026-02-24T14:18:50.752Z | Compiling bitfield-macros v0.19.2 |
| 2582 | 2026-02-24T14:18:52.314Z | Compiling indexmap v1.9.3 |
| 2583 | 2026-02-24T14:18:52.711Z | Checking nodrop v0.1.14 |
| 2584 | 2026-02-24T14:18:52.848Z | Checking bitfield v0.19.2 |
| 2585 | 2026-02-24T14:18:52.916Z | Checking array-init v0.0.4 |
| 2586 | 2026-02-24T14:18:53.304Z | Checking smallvec v0.6.14 |
| 2587 | 2026-02-24T14:18:53.634Z | Compiling progenitor-macro v0.8.0 |
| 2588 | 2026-02-24T14:18:53.786Z | Checking hashbrown v0.12.3 |
| 2589 | 2026-02-24T14:18:53.852Z | Checking serde-hex v0.1.0 |
| 2590 | 2026-02-24T14:18:53.904Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2591 | 2026-02-24T14:18:55.676Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2592 | 2026-02-24T14:18:55.960Z | Checking ron v0.8.1 |
| 2593 | 2026-02-24T14:18:56.016Z | Checking hashbrown v0.13.2 |
| 2594 | 2026-02-24T14:18:56.082Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2595 | 2026-02-24T14:18:56.173Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2596 | 2026-02-24T14:18:57.017Z | Checking crc-any v2.5.0 |
| 2597 | 2026-02-24T14:18:57.237Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2598 | 2026-02-24T14:18:57.457Z | Checking object v0.30.4 |
| 2599 | 2026-02-24T14:18:57.603Z | Checking path-slash v0.1.5 |
| 2600 | 2026-02-24T14:18:57.750Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2601 | 2026-02-24T14:18:57.827Z | Compiling xshell-macros v0.2.7 |
| 2602 | 2026-02-24T14:18:58.659Z | Checking xshell v0.2.7 |
| 2603 | 2026-02-24T14:18:59.100Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2604 | 2026-02-24T14:18:59.968Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2605 | 2026-02-24T14:19:01.281Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2606 | 2026-02-24T14:19:01.357Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2607 | 2026-02-24T14:19:01.533Z | Checking half v1.8.3 |
| 2608 | 2026-02-24T14:19:02.044Z | Checking serde_cbor v0.11.2 |
| 2609 | 2026-02-24T14:19:02.749Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2610 | 2026-02-24T14:19:02.963Z | Compiling num-derive v0.3.3 |
| 2611 | 2026-02-24T14:19:03.259Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2612 | 2026-02-24T14:19:03.414Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2613 | 2026-02-24T14:19:03.556Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2614 | 2026-02-24T14:19:03.725Z | Compiling proc-macro-error2 v2.0.1 |
| 2615 | 2026-02-24T14:19:03.921Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2616 | 2026-02-24T14:19:04.390Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2617 | 2026-02-24T14:19:05.057Z | Compiling tabled_derive v0.11.0 |
| 2618 | 2026-02-24T14:19:05.118Z | Checking libscf-sys v1.1.0 |
| 2619 | 2026-02-24T14:19:05.182Z | Checking papergrid v0.17.0 |
| 2620 | 2026-02-24T14:19:05.385Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2621 | 2026-02-24T14:19:05.818Z | Checking testing_table v0.3.0 |
| 2622 | 2026-02-24T14:19:05.935Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2623 | 2026-02-24T14:19:06.028Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2624 | 2026-02-24T14:19:06.284Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2625 | 2026-02-24T14:19:06.379Z | Checking progenitor v0.8.0 |
| 2626 | 2026-02-24T14:19:06.438Z | Checking maplit v1.0.2 |
| 2627 | 2026-02-24T14:19:06.696Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2628 | 2026-02-24T14:19:06.774Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2629 | 2026-02-24T14:19:07.036Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2630 | 2026-02-24T14:19:07.092Z | Checking crc8 v0.1.1 |
| 2631 | 2026-02-24T14:19:07.301Z | Checking fxhash v0.2.1 |
| 2632 | 2026-02-24T14:19:07.569Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2633 | 2026-02-24T14:19:07.722Z | Checking unicase v2.8.1 |
| 2634 | 2026-02-24T14:19:07.769Z | Checking tabled v0.20.0 |
| 2635 | 2026-02-24T14:19:07.772Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2636 | 2026-02-24T14:19:07.772Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2637 | 2026-02-24T14:19:08.039Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2638 | 2026-02-24T14:19:08.614Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2639 | 2026-02-24T14:19:08.846Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2640 | 2026-02-24T14:19:09.026Z | Checking kstat-rs v0.2.4 |
| 2641 | 2026-02-24T14:19:09.132Z | Compiling parking_lot_core v0.8.6 |
| 2642 | 2026-02-24T14:19:09.468Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2643 | 2026-02-24T14:19:09.765Z | Checking scheduled-thread-pool v0.2.7 |
| 2644 | 2026-02-24T14:19:09.845Z | Compiling dsl_auto_type v0.1.2 |
| 2645 | 2026-02-24T14:19:09.905Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2646 | 2026-02-24T14:19:10.062Z | Compiling vergen-gitcl v1.0.8 |
| 2647 | 2026-02-24T14:19:10.476Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2648 | 2026-02-24T14:19:10.798Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2649 | 2026-02-24T14:19:11.048Z | Checking r2d2 v0.8.10 |
| 2650 | 2026-02-24T14:19:11.265Z | Compiling diesel_derives v2.2.3 |
| 2651 | 2026-02-24T14:19:11.450Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2652 | 2026-02-24T14:19:11.512Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2653 | 2026-02-24T14:19:11.727Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2654 | 2026-02-24T14:19:12.018Z | Checking parking_lot v0.11.2 |
| 2655 | 2026-02-24T14:19:12.459Z | Checking prefix-trie v0.7.0 |
| 2656 | 2026-02-24T14:19:12.522Z | Checking nanorand v0.7.0 |
| 2657 | 2026-02-24T14:19:12.968Z | Compiling dirs-sys-next v0.1.2 |
| 2658 | 2026-02-24T14:19:13.108Z | Compiling crunchy v0.2.2 |
| 2659 | 2026-02-24T14:19:13.181Z | Checking flume v0.11.1 |
| 2660 | 2026-02-24T14:19:13.240Z | Checking hickory-server v0.25.2 |
| 2661 | 2026-02-24T14:19:13.565Z | Compiling dirs-next v2.0.0 |
| 2662 | 2026-02-24T14:19:13.667Z | Checking sled v0.34.7 |
| 2663 | 2026-02-24T14:19:13.790Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2664 | 2026-02-24T14:19:13.849Z | Checking hickory-client v0.25.2 |
| 2665 | 2026-02-24T14:19:13.905Z | Compiling tiny-keccak v2.0.2 |
| 2666 | 2026-02-24T14:19:14.447Z | Compiling term v0.7.0 |
| 2667 | 2026-02-24T14:19:14.506Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2668 | 2026-02-24T14:19:14.562Z | Compiling salty v0.3.0 |
| 2669 | 2026-02-24T14:19:14.879Z | Compiling bit-vec v0.6.3 |
| 2670 | 2026-02-24T14:19:15.156Z | Compiling ascii-canvas v3.0.0 |
| 2671 | 2026-02-24T14:19:15.369Z | Compiling bit-set v0.5.3 |
| 2672 | 2026-02-24T14:19:15.719Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2673 | 2026-02-24T14:19:15.806Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2674 | 2026-02-24T14:19:15.984Z | Checking primeorder v0.13.6 |
| 2675 | 2026-02-24T14:19:16.532Z | Compiling ena v0.14.3 |
| 2676 | 2026-02-24T14:19:16.594Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2677 | 2026-02-24T14:19:16.687Z | Compiling diff v0.1.13 |
| 2678 | 2026-02-24T14:19:16.747Z | Compiling bindgen v0.71.1 |
| 2679 | 2026-02-24T14:19:16.982Z | Compiling regex-syntax v0.6.29 |
| 2680 | 2026-02-24T14:19:17.858Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2681 | 2026-02-24T14:19:18.060Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2682 | 2026-02-24T14:19:18.635Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2683 | 2026-02-24T14:19:19.084Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2684 | 2026-02-24T14:19:19.310Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2685 | 2026-02-24T14:19:20.553Z | Compiling lalrpop v0.19.12 |
| 2686 | 2026-02-24T14:19:20.852Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2687 | 2026-02-24T14:19:22.068Z | Checking diesel v2.2.12 |
| 2688 | 2026-02-24T14:19:22.271Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2689 | 2026-02-24T14:19:22.359Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2690 | 2026-02-24T14:19:22.679Z | Compiling libxml v0.3.3 |
| 2691 | 2026-02-24T14:19:22.738Z | Compiling fs-err v2.11.0 |
| 2692 | 2026-02-24T14:19:23.382Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2693 | 2026-02-24T14:19:23.442Z | Checking p384 v0.13.1 |
| 2694 | 2026-02-24T14:19:23.498Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2695 | 2026-02-24T14:19:24.215Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2696 | 2026-02-24T14:19:24.278Z | Compiling strum_macros v0.24.3 |
| 2697 | 2026-02-24T14:19:24.404Z | Compiling indoc v1.0.9 |
| 2698 | 2026-02-24T14:19:27.288Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2699 | 2026-02-24T14:19:27.475Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2700 | 2026-02-24T14:19:27.775Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2701 | 2026-02-24T14:19:28.023Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2702 | 2026-02-24T14:19:28.548Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2703 | 2026-02-24T14:19:29.833Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2704 | 2026-02-24T14:19:29.997Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2705 | 2026-02-24T14:19:30.275Z | Checking quick-xml v0.37.2 |
| 2706 | 2026-02-24T14:19:30.526Z | Checking derive_builder v0.20.2 |
| 2707 | 2026-02-24T14:19:30.791Z | Compiling oso-derive v0.27.3 |
| 2708 | 2026-02-24T14:19:31.833Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2709 | 2026-02-24T14:19:31.927Z | Compiling trait-variant v0.1.2 |
| 2710 | 2026-02-24T14:19:31.993Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2711 | 2026-02-24T14:19:32.368Z | Checking parse-size v1.1.0 |
| 2712 | 2026-02-24T14:19:32.636Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2713 | 2026-02-24T14:19:32.720Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2714 | 2026-02-24T14:19:33.094Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2715 | 2026-02-24T14:19:34.342Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2716 | 2026-02-24T14:19:34.408Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2717 | 2026-02-24T14:19:34.476Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2718 | 2026-02-24T14:19:35.337Z | Checking assert_matches v1.5.0 |
| 2719 | 2026-02-24T14:19:35.506Z | Compiling mime_guess v2.0.5 |
| 2720 | 2026-02-24T14:19:35.591Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2721 | 2026-02-24T14:19:36.195Z | Checking predicates-tree v1.0.12 |
| 2722 | 2026-02-24T14:19:36.251Z | Checking http-range v0.1.5 |
| 2723 | 2026-02-24T14:19:36.428Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2724 | 2026-02-24T14:19:36.532Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2725 | 2026-02-24T14:19:36.694Z | Checking atty v0.2.14 |
| 2726 | 2026-02-24T14:19:36.912Z | Compiling diesel-dtrace v0.4.2 |
| 2727 | 2026-02-24T14:19:37.494Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2728 | 2026-02-24T14:19:37.710Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2729 | 2026-02-24T14:19:38.056Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2730 | 2026-02-24T14:19:38.125Z | Checking bb8 v0.8.5 |
| 2731 | 2026-02-24T14:19:38.292Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2732 | 2026-02-24T14:19:38.532Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2733 | 2026-02-24T14:19:38.711Z | Checking corncobs v0.1.4 |
| 2734 | 2026-02-24T14:19:38.766Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2735 | 2026-02-24T14:19:39.028Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2736 | 2026-02-24T14:19:39.195Z | Checking hyper-staticfile v0.10.1 |
| 2737 | 2026-02-24T14:19:39.254Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2738 | 2026-02-24T14:19:39.401Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2739 | 2026-02-24T14:19:39.636Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2740 | 2026-02-24T14:19:39.843Z | Checking ignore v0.4.23 |
| 2741 | 2026-02-24T14:19:39.885Z | Checking signal-hook-tokio v0.3.1 |
| 2742 | 2026-02-24T14:19:40.054Z | Checking secrecy v0.8.0 |
| 2743 | 2026-02-24T14:19:40.144Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2744 | 2026-02-24T14:19:40.735Z | Checking globwalk v0.9.1 |
| 2745 | 2026-02-24T14:19:40.818Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2746 | 2026-02-24T14:19:41.156Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2747 | 2026-02-24T14:19:41.608Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2748 | 2026-02-24T14:19:41.792Z | Checking nonempty v0.12.0 |
| 2749 | 2026-02-24T14:19:41.849Z | Checking camino-tempfile-ext v0.3.2 |
| 2750 | 2026-02-24T14:19:42.275Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2751 | 2026-02-24T14:19:42.456Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2752 | 2026-02-24T14:19:42.521Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2753 | 2026-02-24T14:19:43.316Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2754 | 2026-02-24T14:19:44.064Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2755 | 2026-02-24T14:19:44.368Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2756 | 2026-02-24T14:19:44.855Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2757 | 2026-02-24T14:19:46.610Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2758 | 2026-02-24T14:19:48.164Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2759 | 2026-02-24T14:19:48.699Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2760 | 2026-02-24T14:19:48.959Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2761 | 2026-02-24T14:19:49.020Z | Checking tungstenite v0.23.0 |
| 2762 | 2026-02-24T14:19:49.205Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2763 | 2026-02-24T14:19:49.870Z | Checking void v1.0.2 |
| 2764 | 2026-02-24T14:19:49.967Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2765 | 2026-02-24T14:19:50.026Z | Checking tokio-tungstenite v0.23.1 |
| 2766 | 2026-02-24T14:19:50.115Z | Checking lzss v0.8.2 |
| 2767 | 2026-02-24T14:19:50.545Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2768 | 2026-02-24T14:19:50.607Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2769 | 2026-02-24T14:19:50.881Z | Checking nix v0.27.1 |
| 2770 | 2026-02-24T14:19:51.336Z | Checking serde_bytes v0.11.19 |
| 2771 | 2026-02-24T14:19:51.717Z | Checking rand_seeder v0.4.0 |
| 2772 | 2026-02-24T14:19:52.123Z | Checking async-bb8-diesel v0.2.1 |
| 2773 | 2026-02-24T14:19:52.581Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2774 | 2026-02-24T14:19:52.911Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2775 | 2026-02-24T14:19:53.195Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2776 | 2026-02-24T14:19:53.555Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2777 | 2026-02-24T14:19:53.683Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2778 | 2026-02-24T14:19:55.255Z | Checking is_ci v1.2.0 |
| 2779 | 2026-02-24T14:19:55.332Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2780 | 2026-02-24T14:19:55.404Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2781 | 2026-02-24T14:19:55.463Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2782 | 2026-02-24T14:19:55.525Z | Checking yansi v1.0.1 |
| 2783 | 2026-02-24T14:19:56.129Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2784 | 2026-02-24T14:19:56.333Z | Checking pretty_assertions v1.4.1 |
| 2785 | 2026-02-24T14:19:56.621Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2786 | 2026-02-24T14:19:56.678Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2787 | 2026-02-24T14:19:57.092Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2788 | 2026-02-24T14:19:57.548Z | Checking typeid v1.0.3 |
| 2789 | 2026-02-24T14:19:57.770Z | Compiling tabled_derive v0.10.0 |
| 2790 | 2026-02-24T14:19:58.503Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2791 | 2026-02-24T14:19:59.404Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2792 | 2026-02-24T14:19:59.651Z | Checking papergrid v0.14.0 |
| 2793 | 2026-02-24T14:19:59.847Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2794 | 2026-02-24T14:20:00.044Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2795 | 2026-02-24T14:20:00.507Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2796 | 2026-02-24T14:20:00.909Z | Compiling indoc v2.0.6 |
| 2797 | 2026-02-24T14:20:01.291Z | Checking tabled v0.18.0 |
| 2798 | 2026-02-24T14:20:01.467Z | Checking erased-serde v0.4.6 |
| 2799 | 2026-02-24T14:20:01.721Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2800 | 2026-02-24T14:20:01.835Z | Checking ordered-float v2.10.1 |
| 2801 | 2026-02-24T14:20:02.400Z | Compiling libz-sys v1.1.20 |
| 2802 | 2026-02-24T14:20:02.460Z | Checking castaway v0.2.3 |
| 2803 | 2026-02-24T14:20:02.734Z | Checking compact_str v0.8.0 |
| 2804 | 2026-02-24T14:20:03.385Z | Checking serde-untagged v0.1.7 |
| 2805 | 2026-02-24T14:20:03.648Z | Checking serde-value v0.7.0 |
| 2806 | 2026-02-24T14:20:03.920Z | Checking supports-color v3.0.2 |
| 2807 | 2026-02-24T14:20:04.161Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2808 | 2026-02-24T14:20:04.220Z | Checking console v0.16.0 |
| 2809 | 2026-02-24T14:20:04.567Z | Checking unicode-truncate v1.1.0 |
| 2810 | 2026-02-24T14:20:04.894Z | Checking concurrent-queue v2.5.0 |
| 2811 | 2026-02-24T14:20:04.897Z | Checking lru v0.12.5 |
| 2812 | 2026-02-24T14:20:05.295Z | Compiling instability v0.3.2 |
| 2813 | 2026-02-24T14:20:05.356Z | Checking unicode-xid v0.2.6 |
| 2814 | 2026-02-24T14:20:05.359Z | Checking parking v2.2.1 |
| 2815 | 2026-02-24T14:20:05.590Z | Checking unit-prefix v0.5.1 |
| 2816 | 2026-02-24T14:20:05.660Z | Checking cassowary v0.3.0 |
| 2817 | 2026-02-24T14:20:05.880Z | Checking indicatif v0.18.0 |
| 2818 | 2026-02-24T14:20:06.143Z | Checking cargo-util-schemas v0.8.2 |
| 2819 | 2026-02-24T14:20:06.291Z | Checking cargo-platform v0.2.0 |
| 2820 | 2026-02-24T14:20:06.351Z | Checking ratatui v0.29.0 |
| 2821 | 2026-02-24T14:20:06.695Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2822 | 2026-02-24T14:20:06.750Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2823 | 2026-02-24T14:20:08.229Z | Checking cargo_metadata v0.21.0 |
| 2824 | 2026-02-24T14:20:09.717Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2825 | 2026-02-24T14:20:10.074Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2826 | 2026-02-24T14:20:10.168Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2827 | 2026-02-24T14:20:10.661Z | Checking event-listener v5.3.1 |
| 2828 | 2026-02-24T14:20:10.718Z | Compiling vergen-git2 v1.0.7 |
| 2829 | 2026-02-24T14:20:11.192Z | Checking event-listener-strategy v0.5.2 |
| 2830 | 2026-02-24T14:20:11.269Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2831 | 2026-02-24T14:20:11.505Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2832 | 2026-02-24T14:20:11.703Z | Compiling rustls v0.21.12 |
| 2833 | 2026-02-24T14:20:11.942Z | Checking shell-words v1.1.0 |
| 2834 | 2026-02-24T14:20:12.092Z | Checking plotters-backend v0.3.7 |
| 2835 | 2026-02-24T14:20:12.362Z | Checking futures-lite v2.3.0 |
| 2836 | 2026-02-24T14:20:12.444Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2837 | 2026-02-24T14:20:12.556Z | Checking plotters-svg v0.3.7 |
| 2838 | 2026-02-24T14:20:12.869Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2839 | 2026-02-24T14:20:13.700Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2840 | 2026-02-24T14:20:13.761Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2841 | 2026-02-24T14:20:14.112Z | Checking sct v0.7.1 |
| 2842 | 2026-02-24T14:20:14.181Z | Checking rustls-webpki v0.101.7 |
| 2843 | 2026-02-24T14:20:14.434Z | Checking hex-literal v0.4.1 |
| 2844 | 2026-02-24T14:20:14.524Z | Checking cast v0.3.0 |
| 2845 | 2026-02-24T14:20:14.680Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2846 | 2026-02-24T14:20:14.902Z | Checking criterion-plot v0.6.0 |
| 2847 | 2026-02-24T14:20:15.567Z | Checking plotters v0.3.7 |
| 2848 | 2026-02-24T14:20:17.418Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2849 | 2026-02-24T14:20:17.702Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2850 | 2026-02-24T14:20:19.323Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2851 | 2026-02-24T14:20:20.710Z | Checking tinytemplate v1.2.1 |
| 2852 | 2026-02-24T14:20:21.207Z | Checking anes v0.1.6 |
| 2853 | 2026-02-24T14:20:21.656Z | Checking oorandom v11.1.4 |
| 2854 | 2026-02-24T14:20:21.907Z | Checking criterion v0.7.0 |
| 2855 | 2026-02-24T14:20:23.339Z | Checking tokio-rustls v0.24.1 |
| 2856 | 2026-02-24T14:20:23.783Z | Checking async-lock v3.4.0 |
| 2857 | 2026-02-24T14:20:24.794Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2858 | 2026-02-24T14:20:24.875Z | Checking rustls-pemfile v1.0.4 |
| 2859 | 2026-02-24T14:20:25.150Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2860 | 2026-02-24T14:20:25.203Z | Checking twox-hash v2.1.0 |
| 2861 | 2026-02-24T14:20:25.936Z | Checking polling v3.7.3 |
| 2862 | 2026-02-24T14:20:26.445Z | Checking async-io v2.3.4 |
| 2863 | 2026-02-24T14:20:26.927Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2864 | 2026-02-24T14:20:27.387Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2865 | 2026-02-24T14:20:27.707Z | Checking fatfs v0.3.6 |
| 2866 | 2026-02-24T14:20:28.350Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2867 | 2026-02-24T14:20:28.683Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2868 | 2026-02-24T14:20:28.784Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2869 | 2026-02-24T14:20:29.440Z | Compiling petname v2.0.2 |
| 2870 | 2026-02-24T14:20:30.427Z | Compiling seq-macro v0.3.6 |
| 2871 | 2026-02-24T14:20:31.522Z | Checking async-task v4.7.1 |
| 2872 | 2026-02-24T14:20:31.958Z | Checking async-channel v2.3.1 |
| 2873 | 2026-02-24T14:20:32.017Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2874 | 2026-02-24T14:20:32.345Z | Checking piper v0.2.4 |
| 2875 | 2026-02-24T14:20:32.402Z | Checking rtoolbox v0.0.2 |
| 2876 | 2026-02-24T14:20:32.666Z | Checking futures-timer v3.0.3 |
| 2877 | 2026-02-24T14:20:32.718Z | Checking rpassword v7.4.0 |
| 2878 | 2026-02-24T14:20:32.959Z | Checking blocking v1.6.1 |
| 2879 | 2026-02-24T14:20:33.071Z | Checking async-executor v1.13.1 |
| 2880 | 2026-02-24T14:20:33.509Z | Checking async-signal v0.2.10 |
| 2881 | 2026-02-24T14:20:33.876Z | Checking tui-tree-widget v0.23.1 |
| 2882 | 2026-02-24T14:20:34.183Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2883 | 2026-02-24T14:20:34.296Z | Checking polyval v0.6.2 |
| 2884 | 2026-02-24T14:20:34.508Z | Checking sapling-renderdag v0.1.0 |
| 2885 | 2026-02-24T14:20:34.648Z | Checking sync-ptr v0.1.4 |
| 2886 | 2026-02-24T14:20:34.927Z | Checking event-listener v2.5.3 |
| 2887 | 2026-02-24T14:20:35.069Z | Checking ghash v0.5.1 |
| 2888 | 2026-02-24T14:20:35.202Z | Checking async-channel v1.9.0 |
| 2889 | 2026-02-24T14:20:35.307Z | Checking async-process v2.3.0 |
| 2890 | 2026-02-24T14:20:35.556Z | Checking async-global-executor v2.4.1 |
| 2891 | 2026-02-24T14:20:35.816Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2892 | 2026-02-24T14:20:35.909Z | Checking ctr v0.9.2 |
| 2893 | 2026-02-24T14:20:36.197Z | Checking kv-log-macro v1.0.7 |
| 2894 | 2026-02-24T14:20:36.255Z | Compiling async-attributes v1.1.2 |
| 2895 | 2026-02-24T14:20:36.400Z | Checking arrayvec v0.7.6 |
| 2896 | 2026-02-24T14:20:36.459Z | Checking arrayref v0.3.9 |
| 2897 | 2026-02-24T14:20:36.630Z | Checking constant_time_eq v0.3.1 |
| 2898 | 2026-02-24T14:20:36.847Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2899 | 2026-02-24T14:20:36.850Z | Checking aes-gcm v0.10.3 |
| 2900 | 2026-02-24T14:20:37.110Z | Checking async-std v1.13.0 |
| 2901 | 2026-02-24T14:20:37.298Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2902 | 2026-02-24T14:20:39.244Z | Checking ssh-encoding v0.2.0 |
| 2903 | 2026-02-24T14:20:39.592Z | Checking blowfish v0.9.1 |
| 2904 | 2026-02-24T14:20:39.943Z | Checking bcrypt-pbkdf v0.10.0 |
| 2905 | 2026-02-24T14:20:40.265Z | Checking ssh-cipher v0.2.0 |
| 2906 | 2026-02-24T14:20:40.418Z | Checking async-object-pool v0.1.5 |
| 2907 | 2026-02-24T14:20:40.625Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2908 | 2026-02-24T14:20:40.693Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2909 | 2026-02-24T14:20:41.304Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2910 | 2026-02-24T14:20:41.756Z | Checking serde_regex v1.1.0 |
| 2911 | 2026-02-24T14:20:42.091Z | Checking password-hash v0.4.2 |
| 2912 | 2026-02-24T14:20:42.537Z | Checking assert-json-diff v2.0.2 |
| 2913 | 2026-02-24T14:20:42.596Z | Checking path-tree v0.8.1 |
| 2914 | 2026-02-24T14:20:42.677Z | Compiling target-lexicon v0.13.2 |
| 2915 | 2026-02-24T14:20:42.900Z | Checking stringmetrics v2.2.2 |
| 2916 | 2026-02-24T14:20:43.001Z | Checking pbkdf2 v0.11.0 |
| 2917 | 2026-02-24T14:20:43.219Z | Checking httpmock v0.8.0-alpha.1 |
| 2918 | 2026-02-24T14:20:43.361Z | Checking ssh-key v0.6.6 |
| 2919 | 2026-02-24T14:20:45.157Z | Checking p521 v0.13.3 |
| 2920 | 2026-02-24T14:20:46.533Z | Checking p256 v0.13.2 |
| 2921 | 2026-02-24T14:20:47.126Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2922 | 2026-02-24T14:20:47.519Z | Checking russh-cryptovec v0.7.3 |
| 2923 | 2026-02-24T14:20:47.819Z | Compiling guppy-workspace-hack v0.1.0 |
| 2924 | 2026-02-24T14:20:47.995Z | Checking md5 v0.7.0 |
| 2925 | 2026-02-24T14:20:48.348Z | Checking russh-keys v0.45.0 |
| 2926 | 2026-02-24T14:20:48.407Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2927 | 2026-02-24T14:20:48.798Z | Checking num-bigint v0.4.6 |
| 2928 | 2026-02-24T14:20:49.754Z | Checking des v0.8.1 |
| 2929 | 2026-02-24T14:20:50.392Z | Compiling blake3 v1.5.4 |
| 2930 | 2026-02-24T14:20:51.097Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2931 | 2026-02-24T14:20:51.153Z | Compiling target-spec v3.5.0 |
| 2932 | 2026-02-24T14:20:51.489Z | Compiling samael v0.0.19 |
| 2933 | 2026-02-24T14:20:51.829Z | Checking russh v0.45.0 |
| 2934 | 2026-02-24T14:20:51.973Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2935 | 2026-02-24T14:20:52.428Z | Checking cfg-expr v0.20.1 |
| 2936 | 2026-02-24T14:20:53.381Z | Checking supports-color v2.1.0 |
| 2937 | 2026-02-24T14:20:53.549Z | Checking textwrap v0.15.2 |
| 2938 | 2026-02-24T14:20:53.701Z | Checking supports-hyperlinks v2.1.0 |
| 2939 | 2026-02-24T14:20:53.947Z | Checking supports-unicode v2.1.0 |
| 2940 | 2026-02-24T14:20:54.006Z | Checking hashbrown v0.14.5 |
| 2941 | 2026-02-24T14:20:54.182Z | Checking backtrace-ext v0.2.1 |
| 2942 | 2026-02-24T14:20:54.412Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2943 | 2026-02-24T14:20:54.929Z | Checking terminal_size v0.1.17 |
| 2944 | 2026-02-24T14:20:55.131Z | Compiling miette-derive v5.10.0 |
| 2945 | 2026-02-24T14:20:55.187Z | Checking internet-checksum v0.2.1 |
| 2946 | 2026-02-24T14:20:55.461Z | Checking owo-colors v3.5.0 |
| 2947 | 2026-02-24T14:20:56.091Z | Checking chumsky v0.9.3 |
| 2948 | 2026-02-24T14:20:57.863Z | Checking miette v5.10.0 |
| 2949 | 2026-02-24T14:20:58.499Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2950 | 2026-02-24T14:20:58.746Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2951 | 2026-02-24T14:20:58.994Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2952 | 2026-02-24T14:20:59.584Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2953 | 2026-02-24T14:21:00.126Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2954 | 2026-02-24T14:21:00.234Z | Compiling knuffel-derive v3.2.0 |
| 2955 | 2026-02-24T14:21:00.463Z | Checking httptest v0.16.3 |
| 2956 | 2026-02-24T14:21:00.896Z | Compiling git2 v0.20.2 |
| 2957 | 2026-02-24T14:21:01.269Z | Checking pathdiff v0.2.3 |
| 2958 | 2026-02-24T14:21:01.372Z | Checking topological-sort v0.2.2 |
| 2959 | 2026-02-24T14:21:01.529Z | Checking nested v0.1.1 |
| 2960 | 2026-02-24T14:21:01.670Z | Checking omicron-zone-package v0.12.2 |
| 2961 | 2026-02-24T14:21:01.823Z | Checking guppy v0.17.20 |
| 2962 | 2026-02-24T14:21:02.049Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2963 | 2026-02-24T14:21:02.471Z | Compiling rstest_macros v0.25.0 |
| 2964 | 2026-02-24T14:21:03.062Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2965 | 2026-02-24T14:21:03.340Z | Compiling doc-comment v0.3.3 |
| 2966 | 2026-02-24T14:21:03.658Z | Compiling target-triple v0.1.3 |
| 2967 | 2026-02-24T14:21:03.949Z | Checking knuffel v3.2.0 |
| 2968 | 2026-02-24T14:21:04.189Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2969 | 2026-02-24T14:21:04.314Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2970 | 2026-02-24T14:21:04.399Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2971 | 2026-02-24T14:21:05.433Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2972 | 2026-02-24T14:21:05.908Z | Checking similar-asserts v1.7.0 |
| 2973 | 2026-02-24T14:21:06.113Z | Compiling proc-macro-crate v3.2.0 |
| 2974 | 2026-02-24T14:21:06.186Z | Checking escape8259 v0.5.3 |
| 2975 | 2026-02-24T14:21:07.415Z | Compiling relative-path v1.9.3 |
| 2976 | 2026-02-24T14:21:07.844Z | Compiling assert_cmd v2.0.17 |
| 2977 | 2026-02-24T14:21:08.087Z | Checking libtest-mimic v0.8.1 |
| 2978 | 2026-02-24T14:21:08.719Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2979 | 2026-02-24T14:21:08.810Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2980 | 2026-02-24T14:21:08.961Z | Checking blake2b_simd v1.0.2 |
| 2981 | 2026-02-24T14:21:09.440Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2982 | 2026-02-24T14:21:09.857Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2983 | 2026-02-24T14:21:10.361Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2984 | 2026-02-24T14:21:10.621Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2985 | 2026-02-24T14:21:11.181Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2986 | 2026-02-24T14:21:11.584Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2987 | 2026-02-24T14:21:11.643Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2988 | 2026-02-24T14:21:12.093Z | Checking fancy-regex v0.14.0 |
| 2989 | 2026-02-24T14:21:12.347Z | Checking serde_tokenstream v0.2.2 |
| 2990 | 2026-02-24T14:21:12.833Z | Checking uzers v0.12.1 |
| 2991 | 2026-02-24T14:21:12.977Z | Checking termcolor v1.4.1 |
| 2992 | 2026-02-24T14:21:13.334Z | Checking datatest-stable v0.3.2 |
| 2993 | 2026-02-24T14:21:13.452Z | Checking trybuild v1.0.106 |
| 2994 | 2026-02-24T14:21:14.117Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2995 | 2026-02-24T14:21:14.866Z | Checking rust-argon2 v2.1.0 |
| 2996 | 2026-02-24T14:21:15.471Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2997 | 2026-02-24T14:21:15.530Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2998 | 2026-02-24T14:21:17.026Z | Checking support-bundle-viewer v0.1.2 |
| 2999 | 2026-02-24T14:21:17.286Z | Checking rstest v0.25.0 |
| 3000 | 2026-02-24T14:21:17.528Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3001 | 2026-02-24T14:21:17.597Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3002 | 2026-02-24T14:21:17.940Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3003 | 2026-02-24T14:21:18.019Z | Checking drift v0.1.3 |
| 3004 | 2026-02-24T14:21:18.393Z | Checking rand_distr v0.5.1 |
| 3005 | 2026-02-24T14:21:18.628Z | Checking multimap v0.10.1 |
| 3006 | 2026-02-24T14:21:19.149Z | Checking approx v0.5.1 |
| 3007 | 2026-02-24T14:21:19.509Z | Checking dropshot-api-manager v0.3.0 |
| 3008 | 2026-02-24T14:21:19.831Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3009 | 2026-02-24T14:21:21.175Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3010 | 2026-02-24T14:21:21.576Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3011 | 2026-02-24T14:21:23.030Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3012 | 2026-02-24T14:21:23.087Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3013 | 2026-02-24T14:21:23.093Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3014 | 2026-02-24T14:21:23.520Z | Checking partial-io v0.5.4 |
| 3015 | 2026-02-24T14:21:23.859Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3016 | 2026-02-24T14:21:24.022Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3017 | 2026-02-24T14:21:24.109Z | Checking cargo_toml v0.21.0 |
| 3018 | 2026-02-24T14:21:24.609Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3019 | 2026-02-24T14:21:24.868Z | Checking termios v0.3.3 |
| 3020 | 2026-02-24T14:21:25.181Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3021 | 2026-02-24T14:21:25.538Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3022 | 2026-02-24T14:21:25.639Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3023 | 2026-02-24T14:21:26.156Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3024 | 2026-02-24T14:21:32.095Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3025 | 2026-02-24T14:21:32.510Z | Compiling polar-core v0.27.3 |
| 3026 | 2026-02-24T14:21:40.112Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3027 | 2026-02-24T14:21:43.281Z | Checking oso v0.27.3 |
| 3028 | 2026-02-24T14:21:44.040Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3029 | 2026-02-24T14:21:50.733Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3030 | 2026-02-24T14:21:52.074Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3031 | 2026-02-24T14:22:00.426Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3032 | 2026-02-24T14:22:08.775Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3033 | 2026-02-24T14:22:13.259Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3034 | 2026-02-24T14:22:14.071Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3035 | 2026-02-24T14:22:41.405Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3036 | 2026-02-24T14:24:50.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 00s |
| 3037 | 2026-02-24T14:24:50.890Z | |
| 3038 | 2026-02-24T14:24:50.890Z | real 8:05.244090069 |
| 3039 | 2026-02-24T14:24:50.890Z | user 44:52.467080114 |
| 3040 | 2026-02-24T14:24:50.890Z | sys 8:15.110170004 |
| 3041 | 2026-02-24T14:24:50.890Z | trap 1.274082832 |
| 3042 | 2026-02-24T14:24:50.890Z | tflt 0.644720513 |
| 3043 | 2026-02-24T14:24:50.890Z | dflt 0.195040342 |
| 3044 | 2026-02-24T14:24:50.890Z | kflt 0.001049226 |
| 3045 | 2026-02-24T14:24:50.890Z | lock 1:48:31.217289734 |
| 3046 | 2026-02-24T14:24:50.890Z | slp 2:24:52.776894335 |
| 3047 | 2026-02-24T14:24:50.890Z | lat 2:29.199676036 |
| 3048 | 2026-02-24T14:24:50.890Z | stop 17:17.108069243 |
| 3049 | 2026-02-24T14:24:50.895Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3050 | 2026-02-24T14:24:50.895Z | + ptime -m cargo doc --workspace --no-deps |
| 3051 | 2026-02-24T14:24:52.190Z | warning: output filename collision. |
| 3052 | 2026-02-24T14:24:52.190Z | 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)`. |
| 3053 | 2026-02-24T14:24:52.190Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3054 | 2026-02-24T14:24:52.190Z | The targets should have unique names. |
| 3055 | 2026-02-24T14:24:52.190Z | This is a known bug where multiple crates with the same name use |
| 3056 | 2026-02-24T14:24:52.190Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 3057 | 2026-02-24T14:24:53.484Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3058 | 2026-02-24T14:24:53.724Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3059 | 2026-02-24T14:24:53.756Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3060 | 2026-02-24T14:24:53.824Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3061 | 2026-02-24T14:24:53.875Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3062 | 2026-02-24T14:24:53.878Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3063 | 2026-02-24T14:24:53.909Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3064 | 2026-02-24T14:24:54.158Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3065 | 2026-02-24T14:24:54.204Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3066 | 2026-02-24T14:24:54.246Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3067 | 2026-02-24T14:24:54.399Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3068 | 2026-02-24T14:24:54.486Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3069 | 2026-02-24T14:24:54.698Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3070 | 2026-02-24T14:24:54.812Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3071 | 2026-02-24T14:24:54.955Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3072 | 2026-02-24T14:24:55.003Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3073 | 2026-02-24T14:24:55.112Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3074 | 2026-02-24T14:24:55.190Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3075 | 2026-02-24T14:24:55.799Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3076 | 2026-02-24T14:24:56.087Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3077 | 2026-02-24T14:24:56.317Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3078 | 2026-02-24T14:24:56.409Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3079 | 2026-02-24T14:24:56.553Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3080 | 2026-02-24T14:24:56.688Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3081 | 2026-02-24T14:24:56.756Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3082 | 2026-02-24T14:24:56.971Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3083 | 2026-02-24T14:24:57.008Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3084 | 2026-02-24T14:24:57.077Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3085 | 2026-02-24T14:24:57.596Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3086 | 2026-02-24T14:24:57.727Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3087 | 2026-02-24T14:24:58.106Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3088 | 2026-02-24T14:24:58.430Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3089 | 2026-02-24T14:24:58.506Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3090 | 2026-02-24T14:24:58.556Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3091 | 2026-02-24T14:24:58.721Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3092 | 2026-02-24T14:24:58.858Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3093 | 2026-02-24T14:24:58.901Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3094 | 2026-02-24T14:24:59.148Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3095 | 2026-02-24T14:24:59.314Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3096 | 2026-02-24T14:24:59.917Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3097 | 2026-02-24T14:25:00.052Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3098 | 2026-02-24T14:25:00.134Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3099 | 2026-02-24T14:25:00.246Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3100 | 2026-02-24T14:25:00.327Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3101 | 2026-02-24T14:25:00.385Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3102 | 2026-02-24T14:25:00.647Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3103 | 2026-02-24T14:25:00.720Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3104 | 2026-02-24T14:25:00.808Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3105 | 2026-02-24T14:25:00.860Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3106 | 2026-02-24T14:25:00.985Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3107 | 2026-02-24T14:25:01.095Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3108 | 2026-02-24T14:25:01.312Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3109 | 2026-02-24T14:25:01.380Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3110 | 2026-02-24T14:25:01.425Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3111 | 2026-02-24T14:25:01.516Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3112 | 2026-02-24T14:25:01.716Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3113 | 2026-02-24T14:25:01.792Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3114 | 2026-02-24T14:25:01.844Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3115 | 2026-02-24T14:25:02.130Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3116 | 2026-02-24T14:25:02.187Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3117 | 2026-02-24T14:25:02.235Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3118 | 2026-02-24T14:25:02.314Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3119 | 2026-02-24T14:25:02.560Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3120 | 2026-02-24T14:25:02.622Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3121 | 2026-02-24T14:25:03.137Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3122 | 2026-02-24T14:25:03.170Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3123 | 2026-02-24T14:25:03.202Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3124 | 2026-02-24T14:25:03.575Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3125 | 2026-02-24T14:25:03.723Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3126 | 2026-02-24T14:25:04.237Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3127 | 2026-02-24T14:25:05.028Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3128 | 2026-02-24T14:25:05.187Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3129 | 2026-02-24T14:25:05.777Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3130 | 2026-02-24T14:25:08.003Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3131 | 2026-02-24T14:25:08.737Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3132 | 2026-02-24T14:25:08.924Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3133 | 2026-02-24T14:25:10.493Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3134 | 2026-02-24T14:25:11.067Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3135 | 2026-02-24T14:25:11.245Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3136 | 2026-02-24T14:25:11.624Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3137 | 2026-02-24T14:25:11.678Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3138 | 2026-02-24T14:25:12.010Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3139 | 2026-02-24T14:25:12.052Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3140 | 2026-02-24T14:25:12.353Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3141 | 2026-02-24T14:25:12.414Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3142 | 2026-02-24T14:25:13.238Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3143 | 2026-02-24T14:25:13.821Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3144 | 2026-02-24T14:25:14.092Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3145 | 2026-02-24T14:25:14.153Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3146 | 2026-02-24T14:25:14.314Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3147 | 2026-02-24T14:25:14.963Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3148 | 2026-02-24T14:25:15.111Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3149 | 2026-02-24T14:25:15.525Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3150 | 2026-02-24T14:25:15.943Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3151 | 2026-02-24T14:25:16.477Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3152 | 2026-02-24T14:25:17.214Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3153 | 2026-02-24T14:25:17.370Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3154 | 2026-02-24T14:25:18.035Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3155 | 2026-02-24T14:25:18.236Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3156 | 2026-02-24T14:25:19.596Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3157 | 2026-02-24T14:25:20.975Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3158 | 2026-02-24T14:25:23.075Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3159 | 2026-02-24T14:25:23.700Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3160 | 2026-02-24T14:25:24.173Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3161 | 2026-02-24T14:25:24.307Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3162 | 2026-02-24T14:25:24.495Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3163 | 2026-02-24T14:25:25.350Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3164 | 2026-02-24T14:25:25.670Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3165 | 2026-02-24T14:25:26.531Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3166 | 2026-02-24T14:25:26.937Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3167 | 2026-02-24T14:25:27.167Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3168 | 2026-02-24T14:25:27.714Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3169 | 2026-02-24T14:25:28.315Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3170 | 2026-02-24T14:25:28.383Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3171 | 2026-02-24T14:25:29.197Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3172 | 2026-02-24T14:25:30.261Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3173 | 2026-02-24T14:25:30.360Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3174 | 2026-02-24T14:25:30.727Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3175 | 2026-02-24T14:25:30.772Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3176 | 2026-02-24T14:25:31.144Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3177 | 2026-02-24T14:25:31.782Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3178 | 2026-02-24T14:25:31.886Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3179 | 2026-02-24T14:25:32.567Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3180 | 2026-02-24T14:25:32.666Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3181 | 2026-02-24T14:25:32.936Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3182 | 2026-02-24T14:25:33.431Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3183 | 2026-02-24T14:25:33.844Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3184 | 2026-02-24T14:25:33.933Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3185 | 2026-02-24T14:25:34.404Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3186 | 2026-02-24T14:25:35.471Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3187 | 2026-02-24T14:25:35.561Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3188 | 2026-02-24T14:25:36.373Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3189 | 2026-02-24T14:25:36.462Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3190 | 2026-02-24T14:25:36.534Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3191 | 2026-02-24T14:25:36.799Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3192 | 2026-02-24T14:25:37.301Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3193 | 2026-02-24T14:25:39.714Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3194 | 2026-02-24T14:25:41.646Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3195 | 2026-02-24T14:25:42.017Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3196 | 2026-02-24T14:25:42.420Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3197 | 2026-02-24T14:25:43.423Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3198 | 2026-02-24T14:25:44.470Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3199 | 2026-02-24T14:25:45.085Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3200 | 2026-02-24T14:25:45.126Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3201 | 2026-02-24T14:25:46.108Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3202 | 2026-02-24T14:25:46.637Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3203 | 2026-02-24T14:25:47.105Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3204 | 2026-02-24T14:25:47.200Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3205 | 2026-02-24T14:25:48.932Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3206 | 2026-02-24T14:25:49.190Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3207 | 2026-02-24T14:25:50.152Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3208 | 2026-02-24T14:25:50.197Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3209 | 2026-02-24T14:25:50.235Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3210 | 2026-02-24T14:25:50.714Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3211 | 2026-02-24T14:25:51.175Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3212 | 2026-02-24T14:25:52.382Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3213 | 2026-02-24T14:25:52.624Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3214 | 2026-02-24T14:25:53.603Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3215 | 2026-02-24T14:25:53.789Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3216 | 2026-02-24T14:25:53.897Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3217 | 2026-02-24T14:25:53.998Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3218 | 2026-02-24T14:25:54.408Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3219 | 2026-02-24T14:25:54.837Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3220 | 2026-02-24T14:25:55.226Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3221 | 2026-02-24T14:25:55.264Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3222 | 2026-02-24T14:25:55.932Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3223 | 2026-02-24T14:25:56.162Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3224 | 2026-02-24T14:25:57.203Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3225 | 2026-02-24T14:25:57.245Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3226 | 2026-02-24T14:25:57.300Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3227 | 2026-02-24T14:25:59.172Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3228 | 2026-02-24T14:25:59.487Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3229 | 2026-02-24T14:26:00.348Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3230 | 2026-02-24T14:26:00.662Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3231 | 2026-02-24T14:26:00.713Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3232 | 2026-02-24T14:26:01.677Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3233 | 2026-02-24T14:26:02.094Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3234 | 2026-02-24T14:26:04.146Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3235 | 2026-02-24T14:26:04.862Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3236 | 2026-02-24T14:26:11.328Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3237 | 2026-02-24T14:26:13.668Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3238 | 2026-02-24T14:26:13.944Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3239 | 2026-02-24T14:26:15.483Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3240 | 2026-02-24T14:26:18.534Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3241 | 2026-02-24T14:26:20.017Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3242 | 2026-02-24T14:26:21.239Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3243 | 2026-02-24T14:26:22.491Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3244 | 2026-02-24T14:26:25.332Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3245 | 2026-02-24T14:26:27.354Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3246 | 2026-02-24T14:26:27.737Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3247 | 2026-02-24T14:26:28.529Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3248 | 2026-02-24T14:26:29.412Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3249 | 2026-02-24T14:26:32.074Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3250 | 2026-02-24T14:26:33.028Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3251 | 2026-02-24T14:26:33.671Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3252 | 2026-02-24T14:26:36.446Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3253 | 2026-02-24T14:26:40.187Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3254 | 2026-02-24T14:26:43.458Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3255 | 2026-02-24T14:26:44.295Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3256 | 2026-02-24T14:26:47.952Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3257 | 2026-02-24T14:26:49.151Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3258 | 2026-02-24T14:26:49.679Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3259 | 2026-02-24T14:26:50.393Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3260 | 2026-02-24T14:26:51.307Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3261 | 2026-02-24T14:26:51.925Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3262 | 2026-02-24T14:26:51.936Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3263 | 2026-02-24T14:26:57.894Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3264 | 2026-02-24T14:27:00.262Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3265 | 2026-02-24T14:27:01.350Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3266 | 2026-02-24T14:27:02.945Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3267 | 2026-02-24T14:27:03.852Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3268 | 2026-02-24T14:27:04.417Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3269 | 2026-02-24T14:27:09.606Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3270 | 2026-02-24T14:27:13.326Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3271 | 2026-02-24T14:27:13.778Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3272 | 2026-02-24T14:27:18.563Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3273 | 2026-02-24T14:27:19.479Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3274 | 2026-02-24T14:27:20.548Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3275 | 2026-02-24T14:27:24.224Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3276 | 2026-02-24T14:27:24.497Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3277 | 2026-02-24T14:27:25.724Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3278 | 2026-02-24T14:27:28.910Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3279 | 2026-02-24T14:27:30.518Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3280 | 2026-02-24T14:27:30.553Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3281 | 2026-02-24T14:27:32.075Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3282 | 2026-02-24T14:27:34.077Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3283 | 2026-02-24T14:27:36.351Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3284 | 2026-02-24T14:27:37.354Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3285 | 2026-02-24T14:27:39.363Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3286 | 2026-02-24T14:27:41.361Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3287 | 2026-02-24T14:27:42.461Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3288 | 2026-02-24T14:27:43.963Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3289 | 2026-02-24T14:27:48.010Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3290 | 2026-02-24T14:27:48.145Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3291 | 2026-02-24T14:27:49.978Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3292 | 2026-02-24T14:27:51.568Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3293 | 2026-02-24T14:27:53.363Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3294 | 2026-02-24T14:27:58.699Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3295 | 2026-02-24T14:27:59.290Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3296 | 2026-02-24T14:28:01.516Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3297 | 2026-02-24T14:28:01.699Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3298 | 2026-02-24T14:28:04.466Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3299 | 2026-02-24T14:28:06.952Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3300 | 2026-02-24T14:28:10.527Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3301 | 2026-02-24T14:28:13.505Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3302 | 2026-02-24T14:28:16.495Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3303 | 2026-02-24T14:28:19.247Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3304 | 2026-02-24T14:28:21.990Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3305 | 2026-02-24T14:28:25.424Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3306 | 2026-02-24T14:28:27.281Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3307 | 2026-02-24T14:28:29.938Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3308 | 2026-02-24T14:28:32.357Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3309 | 2026-02-24T14:28:33.905Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3310 | 2026-02-24T14:28:37.118Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3311 | 2026-02-24T14:28:39.258Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3312 | 2026-02-24T14:28:41.960Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3313 | 2026-02-24T14:28:44.086Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3314 | 2026-02-24T14:28:46.548Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3315 | 2026-02-24T14:28:49.020Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3316 | 2026-02-24T14:28:51.759Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3317 | 2026-02-24T14:28:53.806Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3318 | 2026-02-24T14:28:56.186Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3319 | 2026-02-24T14:28:59.265Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3320 | 2026-02-24T14:29:01.125Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3321 | 2026-02-24T14:29:03.591Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3322 | 2026-02-24T14:29:06.192Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3323 | 2026-02-24T14:29:08.540Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3324 | 2026-02-24T14:29:10.700Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3325 | 2026-02-24T14:29:12.973Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3326 | 2026-02-24T14:29:15.123Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3327 | 2026-02-24T14:29:17.428Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3328 | 2026-02-24T14:29:21.392Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3329 | 2026-02-24T14:29:22.192Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3330 | 2026-02-24T14:29:24.666Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3331 | 2026-02-24T14:29:26.409Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3332 | 2026-02-24T14:29:29.302Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3333 | 2026-02-24T14:29:31.725Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3334 | 2026-02-24T14:29:34.356Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3335 | 2026-02-24T14:29:36.602Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3336 | 2026-02-24T14:29:38.858Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3337 | 2026-02-24T14:29:41.206Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3338 | 2026-02-24T14:29:43.516Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3339 | 2026-02-24T14:29:46.206Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3340 | 2026-02-24T14:29:48.214Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3341 | 2026-02-24T14:29:51.426Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3342 | 2026-02-24T14:29:53.324Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3343 | 2026-02-24T14:29:55.769Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3344 | 2026-02-24T14:29:58.196Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3345 | 2026-02-24T14:30:00.449Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3346 | 2026-02-24T14:30:02.797Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3347 | 2026-02-24T14:30:05.116Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3348 | 2026-02-24T14:30:07.419Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3349 | 2026-02-24T14:30:10.238Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3350 | 2026-02-24T14:30:12.308Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3351 | 2026-02-24T14:30:14.759Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3352 | 2026-02-24T14:30:17.071Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3353 | 2026-02-24T14:30:19.428Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3354 | 2026-02-24T14:30:22.003Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3355 | 2026-02-24T14:30:24.452Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3356 | 2026-02-24T14:30:26.973Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3357 | 2026-02-24T14:30:29.453Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3358 | 2026-02-24T14:30:31.945Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3359 | 2026-02-24T14:30:34.497Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3360 | 2026-02-24T14:30:36.926Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3361 | 2026-02-24T14:30:39.606Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3362 | 2026-02-24T14:30:41.816Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3363 | 2026-02-24T14:30:44.384Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3364 | 2026-02-24T14:30:47.835Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3365 | 2026-02-24T14:30:50.143Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3366 | 2026-02-24T14:30:52.684Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3367 | 2026-02-24T14:30:55.645Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3368 | 2026-02-24T14:30:58.418Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3369 | 2026-02-24T14:31:01.090Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3370 | 2026-02-24T14:31:03.760Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3371 | 2026-02-24T14:31:06.309Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3372 | 2026-02-24T14:31:13.483Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3373 | 2026-02-24T14:31:15.677Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3374 | 2026-02-24T14:31:16.844Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3375 | 2026-02-24T14:31:22.242Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3376 | 2026-02-24T14:31:24.583Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3377 | 2026-02-24T14:31:27.994Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3378 | 2026-02-24T14:31:31.644Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3379 | 2026-02-24T14:31:35.424Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3380 | 2026-02-24T14:31:39.298Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3381 | 2026-02-24T14:31:43.312Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3382 | 2026-02-24T14:31:46.736Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3383 | 2026-02-24T14:31:50.436Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3384 | 2026-02-24T14:31:53.933Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3385 | 2026-02-24T14:31:57.519Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3386 | 2026-02-24T14:32:01.006Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3387 | 2026-02-24T14:32:29.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 38s |
| 3388 | 2026-02-24T14:32:29.611Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files |
| 3389 | 2026-02-24T14:32:29.707Z | |
| 3390 | 2026-02-24T14:32:29.707Z | real 7:38.627728657 |
| 3391 | 2026-02-24T14:32:29.707Z | user 30:35.876860862 |
| 3392 | 2026-02-24T14:32:29.707Z | sys 4:51.646350065 |
| 3393 | 2026-02-24T14:32:29.707Z | trap 0.770352539 |
| 3394 | 2026-02-24T14:32:29.707Z | tflt 0.073716310 |
| 3395 | 2026-02-24T14:32:29.707Z | dflt 0.090459136 |
| 3396 | 2026-02-24T14:32:29.707Z | kflt 0.000019305 |
| 3397 | 2026-02-24T14:32:29.710Z | lock 5:38:17.289289623 |
| 3398 | 2026-02-24T14:32:29.710Z | slp 2:36:01.162425556 |
| 3399 | 2026-02-24T14:32:29.710Z | lat 51.946287198 |
| 3400 | 2026-02-24T14:32:29.710Z | stop 2:17.669816662 |
| 3401 | 2026-02-24T14:32:29.710Z | process exited: duration 1327205 ms, exit code 0 |
| |
| 3402 | 2026-02-24T14:32:29.717Z | found 0 output files |